Make sure to generate the right kind of MDNode for enum forward declarations.
[oota-llvm.git] / test /
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-05 Chandler CarruthTeach the new SROA a new trick. Now we zap any memcpy...
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Jim GrosbachARM: locate user-defined text sections next to default...
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Benjamin KramerSimplifyCFG: Enhance the "remove CFG edge that leads...
2012-10-04 Duncan SandsIn my recent change to avoid use of underaligned memory...
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2012-10-04 Chandler CarruthFix PR13969, a mini-phase-ordering issue with the new...
2012-10-04 Duncan SandsThe memcpy optimizer was happily doing call slot forwar...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-10-03 Jakub StaszakFix PR13967.
2012-10-03 Chad Rosier[ms-inline asm] Add support in the X86AsmPrinter for...
2012-10-03 Nadav RotemFix a cycle in the DAG. In this code we replace multipl...
2012-10-03 Tim NorthoverImplement .rel relocation for R_ARM_ABS32 in MCJIT.
2012-10-03 Nadav RotemA DAGCombine optimization for mergeing consecutive...
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-10-03 Dmitry Vyukovtsan: update the test for new atomic enums
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-10-03 Chandler CarruthFix an issue where we failed to adjust the alignment...
2012-10-03 Chandler CarruthTry to use a better set of abstractions for computing...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-03 NAKAMURA Takumitest/ExecutionEngine/MCJIT: MCJIT should work also...
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
2012-10-02 Evan ChengFix a serious X86 instruction selection bug. In
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Chandler CarruthTeach the new SROA to handle cases where an alloca...
2012-10-02 Nick LewyckyMake sure to put our sret argument into %rax on x86...
2012-10-02 Jakob Stoklund OlesenMake sure the whole live range is covered when values...
2012-10-02 Eric ChristopherAllow alternate instructions to silence bot.
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-10-02 Benjamin KramerFix broken tests.
2012-10-02 Duncan SandsFix PR13991: legalizing an overflowing multiplication...
2012-10-02 James MolloyAdd default JIT LIT variable.
2012-10-01 NAKAMURA Takumitest/CodeGen/X86/red-zone2.ll: Add -mtriple=x86_64...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-10-01 Reed Kotlerchecking test case for r164811. was an omission to...
2012-10-01 Micah VillmowForgot the SPIR test case.
2012-10-01 Michael LiaoFix PR13899
2012-10-01 Chandler CarruthFix more misspellings found by Duncan during review.
2012-10-01 Chandler CarruthFix several issues with alignment. We weren't always...
2012-10-01 Benjamin KramerSimplifyCFG: Don't crash when forming a switch bitmap...
2012-10-01 Chandler CarruthRefactor the PartitionUse structure to actually use...
2012-09-30 Duncan SandsIgnore apparent buffer overruns on external or weak...
2012-09-30 Nadav RotemRevert r164910 because it causes failures to several...
2012-09-30 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-29 Bob WilsonWhitespace.
2012-09-29 Chandler CarruthFix a somewhat surprising miscompile where code relying...
2012-09-29 Duncan SandsSpeculatively revert commit 164885 (nadav) in the hope...
2012-09-29 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Evan ChengAdd test case for r164850.
2012-09-28 Evan ChengDo not delete BBs if their addresses are taken. rdar...
2012-09-28 Akira HatanakaMIPS DSP: add operands to make sure instruction strings...
2012-09-28 Akira HatanakaMIPS DSP: other miscellaneous instructions.
2012-09-28 Manman RenTestcase for r164835
2012-09-28 Akira HatanakaMIPS DSP: ADDUH.QB instruction sub-class.
2012-09-28 Benjamin KramerCorrelatedPropagation: BasicBlock::removePredecessor...
2012-09-28 Benjamin KramerGlobalOpt: non-constexpr bitcasts or GEPs can occur...
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strncpy_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memmove_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memset_chk simpl...
2012-09-27 Jakob Stoklund OlesenEnable the new coalescer algorithm by default.
2012-09-27 Akira HatanakaMIPS DSP: ABSQ_S.PH instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: SHLL.QB instruction sub-class.
2012-09-27 Benjamin KramerFix a integer overflow in SimplifyCFG's look up table...
2012-09-27 Jakob Stoklund OlesenAvoid dereferencing a NULL pointer.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2012-09-27 Jush Lu[arm-fast-isel] Add support for ELF PIC.
2012-09-27 Akira HatanakaTest case for r164755 and 164756.
2012-09-27 Akira HatanakaMIPS DSP: ADDU.QB instruction sub-class.
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: all the remaining instructions which read...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-27 Akira HatanakaMIPS DSP: add vector load/store patterns.
2012-09-26 Jim GrosbachX86_32: Large Symbol+Offset relocations.
2012-09-26 Duncan SandsNow that invoke of an intrinsic is possible (for the...
2012-09-26 Hans WennborgAddress Duncan's comments on r164684:
2012-09-26 Chandler CarruthWhen rewriting the pointer operand to a load or store...
2012-09-26 Chandler CarruthTeach all of the loads, stores, memsets and memcpys...
2012-09-26 NAKAMURA TakumiARM/atomicrmw_minmax.ll: Fix RUN line.
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-09-26 James MolloyFix ordering of operands on lowering of atomicrmw min...
2012-09-26 Hans WennborgSimplifyCFG: Make the switch-to-lookup table transforma...
2012-09-26 NAKAMURA Takumillvm/test/CodeGen/X86/mulx*.ll: Fix copypasto.
2012-09-26 Michael LiaoAdd SARX/SHRX/SHLX code generation support
2012-09-26 Michael LiaoAdd RORX code generation support
2012-09-26 Michael LiaoAdd MULX code generation support
2012-09-26 Duncan SandsTeach the 'lint' sanity checking pass to detect simple...
2012-09-26 Chandler CarruthRevert the business end of r164636 and try again. I...
next