Split tail duplication into a separate pass. This is needed to avoid
[oota-llvm.git] / test /
2009-11-25 Dale JohannesenTest for llvm-gcc checkin 89898.
2009-11-25 Evan ChengProcessImplicitDefs should watch out for invalidated...
2009-11-25 Bruno Cardoso LopesSupport PIC loading of constant pool entries
2009-11-25 Edward O'CallaghanReverting patch in revision 89758, initial attempt...
2009-11-24 Dale JohannesenDo not store R31 into the caller's link area on PPC.
2009-11-24 Edward O'CallaghanFix for PR5373, Credit to Jakub Staszak.
2009-11-24 Evan ChengEnable predication of NEON instructions in Thumb2 mode.
2009-11-24 Anton KorobeynikovMaterialize global addresses via movt/movw pair, this...
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-23 Jim Grosbachupdate test for 89694
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...
2009-11-23 Dan GohmanFix a use of an invalidated iterator in the case where...
2009-11-23 Nick LewyckyReapply r88830 with a bugfix: this transform only appli...
2009-11-22 Chris Lattnerremove a silly condition that doesn't make a lot of...
2009-11-22 Edward O'CallaghanMiss two, PR5307.
2009-11-22 Edward O'CallaghanConvert Thumb2 tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerTurns out stuff gets allocated to different registers...
2009-11-22 Edward O'CallaghanConvert ARM tests to FileCheck for PR5307.
2009-11-22 Benjamin KramerConvert test to FileCheck.
2009-11-22 Edward O'CallaghanForgot to alter RUN line when converting to FileCheck.
2009-11-22 Edward O'CallaghanFix for bad FileCheck converts in revision 89584.
2009-11-22 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-11-22 Bob WilsonFix pr5470. Tablegen handles template arguments by...
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-21 Jakob Stoklund OlesenDon't leave temporary files in the test directory.
2009-11-21 Dale JohannesenWhen generating a vector the really slow way, via loads
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Sean CallananRecommitting PALIGNR shift width fixes.
2009-11-20 Dale JohannesenRemove an incorrect overaggressive optimization
2009-11-20 Sean CallananReverting PALIGNR fix until I figure out how this
2009-11-20 Sean CallananFixed PALIGNR to take 8-bit rotations in all cases.
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-20 Dan GohmanFix IPSCCP's code for deleting dead blocks to tolerate...
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Duncan SandsFix PR5558, which was caused by a wrong fix for PR3393...
2009-11-20 Benjamin KramerTry to work around grep's "Binary file (standard input...
2009-11-20 Daniel DunbarFix -march= name for x86-64.
2009-11-20 Dan GohmanFix fast-isel to avoid selecting the return instruction...
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-20 Dan GohmanTeach getSmallConstantTripMultiple about Shl operators.
2009-11-20 Evan ChengFix codegen of conditional move of immediates. We were...
2009-11-20 Bill WendlingSpecify proper arch and triple for 64-bit.
2009-11-20 Bill WendlingTestcase for r89415.
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-11-19 Daniel DunbarUnbreak test, Bruno please check.
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-19 Evan ChengShrink ldr / str [sp, imm0-1024] to 16-bit instructions.
2009-11-19 Bruno Cardoso Lopes- Add sugregister logic to handle f64=(f32,f32).
2009-11-19 Bill WendlingTest from Dhrystone to make sure that we're not emittin...
2009-11-18 Bob WilsonFix buildbots.
2009-11-18 Richard OsborneAdd XCore support for indirectbr / blockaddress.
2009-11-18 Bob WilsonTail duplication still needs to iterate. Duplicating...
2009-11-18 Bill WendlingNot all ASM has # for comments.
2009-11-18 Jakob Stoklund OlesenFix PR5300.
2009-11-18 Jakob Stoklund OlesenFix inverted test and add testcase from failing self...
2009-11-17 Jakob Stoklund OlesenRemove fragile test.
2009-11-17 Jim GrosbachEnable arm jumpt table adjustment.
2009-11-17 Anton KorobeynikovForgot to commit test fixes
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default, except when -regall...
2009-11-17 Evan ChengGeneralize OptimizeLoopTermCond to optimize more loop...
2009-11-17 Evan ChengRevert 89021. It's miscompiling llvm-gcc driver driver...
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default
2009-11-17 Evan ChengMOV64rm should be marked isReMaterializable.
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachCleanup. Missed removing these when converting. Oops.
2009-11-16 Dan GohmanFix this test - there don't appear to be any actual...
2009-11-16 Dan GohmanRevert r87049, which was the workaround for the regress...
2009-11-16 Jeffrey YasskinRevert the test from r88984. It relies on being able...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-16 Evan Cheng- Check memoperand alignment instead of checking stack...
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Lang HamesAdded a testcase for PR5495.
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jim Grosbachtbb opt off by default
2009-11-16 David GreeneSupport spill comments.
2009-11-16 Evan ChengCheck if subreg index is zero.
2009-11-16 Evan ChengFor some targets, a copy can use a register multiple...
2009-11-16 Evan Chengxfail for now. It has been failing.
2009-11-16 Bruno Cardoso Lopes- Fix a small bug while handling target constant pools...
2009-11-15 Jim GrosbachDetect need for autoalignment of the stack earlier...
2009-11-15 Nick LewyckyRevert r88830 and r88831 which appear to have caused...
2009-11-15 Nick LewyckyCorrect typo.
2009-11-15 Nick LewyckyTeach instcombine to look for booleans in wider integer...
2009-11-14 Jim Grosbachremove xfail
2009-11-14 Richard OsborneAdd XCore support for arbitrary-sized aggregate returns.
2009-11-14 Nick LewyckyTeach BasicAA that a constant expression can't alias...
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Evan Cheng- Change TargetInstrInfo::reMaterialize to pass in...
2009-11-14 Evan ChengAdd radar number.
2009-11-14 Evan ChengFix PR5412: Fix an inverted check and another missing...
2009-11-14 Dan GohmanEnable the tail call optimization when the caller retur...
2009-11-14 Evan ChengWhen expanding t2STRDi8 r, r to two stores, add kill...
2009-11-13 Evan ChengFix PR5411. Bug in UpdateKills. A reg def partially...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-13 Dan GohmanWhen optimizing for size, don't tail-merge unless it...
2009-11-13 Evan ChengFix PR5410: LiveVariables lost subreg def:
next