oota-llvm.git
2010-11-27 Daniel Dunbarmacho-dump: Add support for --dump-section-data and...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping string table data.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Daniel DunbarAdd an optional LowerCase argument to hexdigit().
2010-11-27 NAKAMURA TakumiCMake: lit(check.vcproj) can run with multiple configur...
2010-11-27 Benjamin KramerUnbreak build for newer GCCs.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Owen AndersonSecond attempt at fixing the performance regressions...
2010-11-27 Daniel DunbarADT/InMemoryStruct: Add an experimental helper class...
2010-11-27 Daniel Dunbarraw_ostream::write_escaped: Add a UseHexEscapes argument.
2010-11-27 Daniel DunbarFix a comment.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Bob WilsonRefactor. Set alignment bit in VLD1-dup instruction...
2010-11-27 Daniel Dunbarbuild/Makefiles: Don't build unittests when ONLY_TOOLS...
2010-11-27 Daniel DunbarObject/Mach-O: Validate Mach-O magic and initialize...
2010-11-27 Bob WilsonAdd NEON VLD1-dup instructions (load 1 element to all...
2010-11-27 Bob WilsonFix incorrect scheduling itineraries for NEON vld1...
2010-11-27 Daniel Dunbarmacho-dump: More sketching.
2010-11-27 Daniel Dunbarmacho-dump: Stub out C++ macho-dump tool.
2010-11-27 Daniel DunbarMC/Mach-O: Start stubbing out a Mach-O object file...
2010-11-27 Daniel DunbarReduce nesting.
2010-11-27 Daniel DunbarMC/Mach-O: Migrate more constants into MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Switch to using MachOFormat.h.
2010-11-27 Daniel DunbarMC/Mach-O: Introduce Object/MachOFormat for describing...
2010-11-27 Daniel Dunbarmacho-dump: Fix typo.
2010-11-26 Benjamin KramerBitVector tweaks.
2010-11-26 Benjamin KramerStringRefs are POD-like.
2010-11-26 NAKAMURA Takumiunittests/JITTests: Don't use --export-dynamic but...
2010-11-26 NAKAMURA Takumitest/site.exp.in: Add "emitir", for now, fixing up...
2010-11-26 Jakob Stoklund... Add B+-tree test case that creates a height 3 tree...
2010-11-26 Jakob Stoklund... Extract template function adjustSiblingSizes(), allowin...
2010-11-26 Rafael EspindolaRemove the unused TheTarget member.
2010-11-26 Michael J.... Fix spelling!
2010-11-26 Michael J.... Fix Whitespace.
2010-11-26 Jakob Stoklund... Move tree navigation to a new Path class that doesn...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Oscar FuentesBump required cmake version on CMake.html.
2010-11-25 Duncan SandsUse -S rather than -c for the benefit of dragonegg.
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsJudging from the comment, the system assembler is suppo...
2010-11-25 Duncan SandsRemove explicit uses of -emit-llvm, the test infrastruc...
2010-11-25 Duncan SandsDragonegg cannot output bitcode, only human readable...
2010-11-25 Duncan SandsUse LLVMCC_EMITIR_FLAG rather than hard-coding "-emit...
2010-11-25 Duncan SandsUsing LLVMCC_EMITIR_FLAG rather than hard-coding -emit...
2010-11-25 Duncan SandsIt seems inconsistent to have LLVMCC_EMITIR_FLAG and
2010-11-25 Benjamin KramerSDep is POD-like. Shave off a few bytes from SUnit...
2010-11-25 Duncan SandsInitial support for being able to specify the llvm...
2010-11-25 Rafael EspindolaUse multiple 0x66 prefixes so that all nops up to 15...
2010-11-25 Benjamin KramerNamespacify.
2010-11-25 Rafael EspindolaFactor some code to parseSectionFlags and fix the defau...
2010-11-25 Michael J.... system_error: Even more unsupported error numbers :(.
2010-11-24 Nick LewyckyTreat a call of function pointer like a load of the...
2010-11-24 Rafael EspindolaBehave a bit more like gnu as and use the symbol (inste...
2010-11-24 Michael J.... 80 col.
2010-11-24 Michael J.... google test depends on Support.
2010-11-24 Rafael EspindolaRelocate with the symbol if the relocation is of kind...
2010-11-24 Michael J.... unittests: Add initial Path-V2 test.
2010-11-24 Michael J.... Path Version 2.
2010-11-24 Michael J.... unittests: Add SystemTests.
2010-11-24 Rafael EspindolaFix and add tests for all cases in x86 and x86_64 where...
2010-11-24 Rafael EspindolaTestcase for r120017.
2010-11-24 Wesley PeckUpdating MBlaze .mask and .frame directives to match...
2010-11-24 Wesley Peck1. Fixing error where basic block labels were not being...
2010-11-24 Kalle RaiskilaUse i8 as SETCC result type for i1 in SPU.
2010-11-24 Kalle RaiskilaAllow for 'fcmp ogt' in SPU.
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-24 NAKAMURA Takumiinclude/llvm/System/system_error.h: ECANCELED is undefi...
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-11-24 Jakob Stoklund... Generalize overflowLeaf to also handle overflows in...
2010-11-23 Chris Lattneradd a MemoryBuffer::getOpenFile method, which turns...
2010-11-23 Michael J.... system_error: Add fixme.
2010-11-23 Duncan SandsRename SimplifyDistributed to the more meaningfull...
2010-11-23 Benjamin KramerThe srem -> urem transform is not safe for any divisor...
2010-11-23 Duncan SandsReplace calls to ConstantFoldInstruction with calls...
2010-11-23 Duncan SandsConstant folding here is pointless, because Instruction...
2010-11-23 Jason W KimMove the ARM reloc constants to Support/ELF.h
2010-11-23 Bob WilsonRecognize sign/zero-extended constant BUILD_VECTORs...
2010-11-23 Bob WilsonFix copy-and-paste error in exception message.
2010-11-23 Benjamin KramerInstCombine: Reduce "X shift (A srem B)" to "X shift...
2010-11-23 Duncan SandsPropagate LeftDistributes and RightDistributes into...
2010-11-23 Duncan SandsFix typo pointed out by Frits van Bommel and Marius...
2010-11-23 Duncan SandsExploit distributive laws (eg: And distributes over...
2010-11-23 Kalle RaiskilaDivision by pow-of-2 is not cheap on SPU, do it with
2010-11-23 Rafael EspindolaImplement the rex64 prefix.
2010-11-23 Duncan SandsExpand a little on the description of what InstructionS...
2010-11-23 Duncan SandsClarify that constant folding of instructions applies...
2010-11-23 Rafael EspindolaInvalidate the layout on any relaxation, not just Instr...
2010-11-23 Rafael EspindolaProduce a relocation for pcrel absolute values. Based...
2010-11-23 Cameron ZwarichOptimize a common case in the Lengauer-Tarjan dominator...
2010-11-23 Chris LattnerRevert functionality doug added in r98575 that was...
2010-11-23 Rafael EspindolaReuse data fragments while lowering. Patch by David...
2010-11-23 Zhanyong WanFix formatting nits in the coding standards. Reviewed...
2010-11-23 Chris Lattnerfix this harder.
2010-11-23 Chris Lattnerfix a bug I introduced on the other side of the #ifdef
2010-11-23 Chris Lattnerreimplement SwapByteOrder.h in terms of overloading...
next