Convert to FileCheck
[oota-llvm.git] / test / CodeGen / X86 /
2009-11-16 David GreeneSupport spill comments.
2009-11-14 Evan ChengAdded getSubRegIndex(A,B) that returns subreg index...
2009-11-14 Dan GohmanEnable the tail call optimization when the caller retur...
2009-11-13 Dan GohmanWhen optimizing for size, don't tail-merge unless it...
2009-11-13 Dan GohmanDon't let a noalias difference disrupt the tailcall...
2009-11-13 Daniel DunbarUpdate test.
2009-11-12 Dan GohmanTail merge at any size when there are two potentials...
2009-11-11 Kenneth Uildriksx86 users can now return arbitrary sized structs. ...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...
2009-11-11 Evan ChengAdd nounwind.
2009-11-11 Bill WendlingFix test to work on every platform.
2009-11-11 Bill WendlingMake sure that the exception handling data has the...
2009-11-09 Mike StumpAdd testcase for recent checkin.
2009-11-07 Nate Begemanx86 vector shuffle cleanup/fixes:
2009-11-07 Eric ChristopherFix a couple of shuffle patterns to use movhlps instead
2009-11-07 Chris Lattnermerge cmp1 into cmp0 and filecheckize.
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-04 Evan ChengRangeIsDefinedByCopyFromReg() should check for subreg_t...
2009-11-03 Evan ChengRe-apply 85799. It turns out my code isn't buggy.
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-02 Evan ChengRevert 85799 for now. It might be breaking llvm-gcc...
2009-11-02 Evan ChengInitilize the machine LICM CSE map upon the first time...
2009-11-01 Chris Lattnerimprove x86 codegen support for blockaddress. We now...
2009-10-31 Dan GohmanAdd a target triple so that this test behaves consisten...
2009-10-30 Dan GohmanFix the -mattr line for this test so that it passes...
2009-10-30 Dan GohmanFix MachineLICM to use the correct virtual register...
2009-10-30 Evan ChengI forgot to commit this test.
2009-10-28 Bob WilsonReimplement BranchFolding change to avoid tail merging...
2009-10-28 Dan GohmanTeach MachineLICM to unfold loads from constant memory...
2009-10-28 Dan GohmanMark dead physregdefs dead immediately. This helps...
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Dan GohmanMake LSR's OptimizeShadowIV ignore induction variables...
2009-10-26 Evan Cheng- Revert some changes from 85044, 85045, and 85047...
2009-10-25 Chris Lattnerfix PR5295 where the .ll parser didn't reject a functio...
2009-10-23 Dan GohmanAPInt-ify the gep scaling code, so that it correctly...
2009-10-23 Evan ChengUpdate tests for 84931.
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Dan GohmanRevert the main portion of r31856. It was causing Branc...
2009-10-21 Dan GohmanRevert r84658 and r84691. They were causing llvm-gcc...
2009-10-20 David GoodwinCheckpoint more aggressive anti-dependency breaking...
2009-10-20 Dan GohmanMake TranslateX86CC return COND_INVALID instead of...
2009-10-20 Dan GohmanRe-apply r84295, with fixes to how the loop "top" and...
2009-10-20 Evan ChengIf the physical register being spilled does not have...
2009-10-19 Anton KorobeynikovRevert r84295, this unbreaks llvm-gcc bootstrap on...
2009-10-19 Torok EdwinFix PR5247, "lock addq" pattern (and other atomics...
2009-10-19 Nate BegemanAdd support for matching shuffle patterns with palignr.
2009-10-18 Evan ChengTurn on post-alloc scheduling for x86.
2009-10-17 Dan GohmanEnhance CodePlacementOpt's unconditional intra-loop...
2009-10-16 Mon P WangUpdate tests to use FileCheck
2009-10-16 Mon P WangAdd test case for r84279
2009-10-16 Dan GohmanMove zext and sext casts fed by loads into the same...
2009-10-15 Dan GohmanMake CodePlacementOpt align loops, rather than loop...
2009-10-14 Evan ChengWhen LiveVariables is adding implicit-def to model...
2009-10-14 Dan GohmanFix this test to account for a movl $0 being emitted...
2009-10-12 Dan GohmanDon't forget to mark RAX as live-out of the function...
2009-10-09 Dan GohmanFix the x86 test-shrink optimization so that it doesn...
2009-10-09 Evan ChengFix a logic error that caused non-rematable loop invari...
2009-10-09 Evan ChengReset kill markers after live interval is reconstructed.
2009-10-07 Dale JohannesenFix handling of x86 'R' constraint.
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-09-30 David GoodwinRemove regression that requires post-RA scheduling...
2009-09-28 Dan GohmanAdd a CHECK line to check the position of the second...
2009-09-28 Evan ChengCoalescer should not delete extract_subreg, insert_subr...
2009-09-27 Chris Lattnerimplement and document support for filecheck variables...
2009-09-26 Dan GohmanConvert comparisons like (x == infinity) to (x >= infin...
2009-09-25 Dan GohmanUnbreak MachineLICM for instructions that reference...
2009-09-25 Dan GohmanFix MachineSink to be able to sink instructions that...
2009-09-25 Evan ChengFlip -disable-post-RA-scheduler to -post-RA-scheduler.
2009-09-25 Dale JohannesenAdd readonly to some sin and cos calls; transformations
2009-09-25 Chris Lattnerreimplement the regex matching strategy by building...
2009-09-25 Chris Lattnerconvert testcases to filecheck.
2009-09-25 Chris Lattnerremove a large unreduced testcase
2009-09-24 Evan ChengClean up LiveVariables and change how it deals with...
2009-09-23 Evan ChengAdd nounwind.
2009-09-23 Evan ChengFix a obvious logic error.
2009-09-22 Evan ChengFix a pasto. Also simplify for Bill's benefit.
2009-09-21 Evan ChengClean up spill weight computation. Also some changes...
2009-09-21 Dan GohmanAdd a comment mentioning the rdar number associated...
2009-09-21 Dan GohmanAdd support for rematerializing FsFLD0SS and FsFLD0SD...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-20 Dale JohannesenWhen computing live intervals for earlyclobber operands,
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Dan GohmanDelete the label names from this test to make it less...
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-17 Chris Lattnermake this testcase check darwin32 also
2009-09-17 Chris Lattnerrename test
2009-09-17 Chris Lattnerconvert to filecheck
2009-09-17 Chris Lattnerrename file
2009-09-17 Daniel DunbarRemove test cases using -regalloc=simple.
2009-09-17 Evan ChengFix PR4910: Broken logic in coalescer means when a...
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-09-15 Chris Lattnerrename test
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-15 Dan GohmanRestore a comment that was lost in the merge.
2009-09-15 Chris Lattnerthis is failing on linux hosts, force a triple.
2009-09-15 Chris Lattnermerge one more in.
2009-09-15 Chris Lattnermerge some more cmov tests into cmov.ll
next