Clean up the tablegen descriptions for SparcV8.
[oota-llvm.git] / test / Transforms /
2004-02-24 Chris LattnerNew testcase. Switch instructions that go to switch...
2004-02-24 Chris LattnerThe simplifycfg pass should be able to turn stuff like:
2004-02-23 Chris LattnerTest for the other way also
2004-02-23 Chris LattnerNew testcase
2004-02-23 Chris LattnerAdd tests for casts that should be eliminated
2004-02-23 Chris LattnerHandle the unsigned form as well
2004-02-23 Chris LattnerAdd a slight variant of test10
2004-02-23 Chris LattnerThis multiply can be eliminated
2004-02-22 Chris LattnerTest that the instruction combiner can fold away a...
2004-02-16 Chris LattnerNew testcase, details in the comments
2004-02-16 Chris LattnerA new testcase for a situation that occurs in 181.mcf
2004-02-16 Chris LattnerAdd a test for the "swap idiom", which LLVM should...
2004-02-16 Chris LattnerTest for xor chains
2004-02-11 Chris LattnerBasic functionality testing.
2004-02-11 Chris LattnerNew feature testcase for simplifycfg.
2004-02-05 Chris LattnerNew testcase for PR223: Loopsimplify incorrectly update...
2004-01-30 Chris LattnerNew testcase for better mod/ref information that basica...
2004-01-14 Chris Lattnernew testcase
2004-01-12 Chris LattnerTest to make sure we can SCCP load instructions
2004-01-12 Chris LattnerNew testcase, allow folding of binary operators that...
2004-01-12 Chris LattnerNew testcase
2003-12-22 Chris Lattnernew testcase for cananonicalization of subtracts
2003-12-22 Chris LattnerNew testcase to see if -indvars can promote pointer...
2003-12-21 Chris LattnerNew testcase for PR194
2003-12-19 Chris LattnerNew testcase for missed optimization
2003-12-19 Chris LattnerNew testcase
2003-12-15 Chris LattnerNew testcase, for PR185
2003-12-14 Chris Lattnernew test
2003-12-14 Chris LattnerTestcase for PR179
2003-12-11 Chris LattnerRename variable to avoid confusing it with the global G
2003-12-11 Chris LattnerNew testcase that LICM is breaking crafty on
2003-12-11 Chris LattnerFix test that was failing because we were optimizing...
2003-12-11 Chris LattnerNew testcase for PR86
2003-12-10 Chris LattnerA new testcase, reduced by bugpoint
2003-12-10 Chris Lattnernew testcase
2003-12-10 Chris LattnerNew testcase
2003-12-10 Chris LattnerNew testcase which caused a bunch of tests to break...
2003-12-10 Chris Lattnernew testcase, checking to ensure we handle yet-another...
2003-12-09 Chris LattnerYet another hard testcase
2003-12-09 Chris LattnerAdd a new testcase which breaks the sinker because...
2003-12-09 Chris LattnerFix buggy test
2003-12-09 Chris LattnerNew testcase for sinking operations from loops with...
2003-12-09 Chris LattnerMake the test a bit harder so that we test to ensure...
2003-12-09 Chris LattnerNew testcases for LICM improvement: code sinking.
2003-12-09 Chris LattnerImprove portability with Mac OS/X
2003-12-09 Chris LattnerImprove testcase portability on OS/X
2003-12-09 Chris LattnerNew testcase that is not actually handled yet, but...
2003-12-08 Chris LattnerWhoops, forgot to check this in. :)
2003-12-08 Chris LattnerNew testcase for automatic insertion of accumulator...
2003-12-08 Chris LattnerNew testcase, this should be -tailcallelim'inated
2003-12-07 Chris LattnerNew testcase that the raiseallocations pass should...
2003-11-29 Chris Lattnernew testcase for problem causing 2003-10-12-GlobalVarIn...
2003-11-22 Chris LattnerNew testcase that breaks the pruneeh pass
2003-11-20 Chris LattnerFix an all too common form of the 'Found global types...
2003-11-19 Chris LattnerImprove test portability
2003-11-19 Chris LattnerFix testcase. This should no longer be XFAIL'd
2003-11-16 Chris LattnerThere is no need to rely on LLI working for this test
2003-11-16 Chris LattnerTestcase for PR116
2003-11-13 Chris LattnerInstcombine should promote this, and because it isn...
2003-11-12 Chris LattnerThis is not the instruction combiner's fault! No really!
2003-11-12 Chris LattnerReduced testcase for PR 110
2003-11-05 Chris Lattnernew testcase
2003-11-05 Chris LattnerNew testcase for the other side
2003-11-04 Chris LattnerSince we're in the neighborhood, test for the inverse
2003-11-04 Chris LattnerAdd a generalization of the previous case
2003-11-04 Chris LattnerNew testcase for masking operation that frequently...
2003-11-04 Chris LattnerWhile working on the pool allocator, I noticed that...
2003-11-03 Chris LattnerNew testcase for a bug in instcombine
2003-11-03 Chris LattnerMore testcases
2003-11-03 Chris LattnerMove a test from cast-set to a new bit-tracking.ll...
2003-11-03 Chris LattnerAdd another case, which an implementation of test6...
2003-11-03 Chris LattnerAdd the testcase from PR8
2003-11-03 Chris LattnerAdd another case, which occurs in em3d
2003-11-02 Chris LattnerAdd test for instcombine transmogrifying allocation...
2003-10-30 Chris LattnerNew testcase crashing the instruction combiner
2003-10-29 Chris LattnerNew testcase distilled from:
2003-10-29 Chris LattnerNew testcase
2003-10-27 Chris LattnerNew testcase.
2003-10-23 Chris LattnerUpdate test
2003-10-23 Chris Lattnerdocument real source of bug
2003-10-23 Chris Lattnerfix test
2003-10-23 Chris LattnerFix test
2003-10-23 Chris LattnerA new testcase for an instcombine miscompilation!
2003-10-22 Chris LattnerNew testcase for the deadreturnvalue deletion extension...
2003-10-22 Chris LattnerNew testcase for fun hack that is absolutely necessary...
2003-10-21 Chris LattnerNew testcase: globals should be linked if they are...
2003-10-21 Chris LattnerThis was not a lower-switch bug, it was a preselection bug
2003-10-21 Misha BrukmanOnly fails on the Sparc, only when run via the JIT.
2003-10-14 Chris LattnerNew testcase which the inliner breaks
2003-10-13 Chris Lattnermake the indvar obviously non-canonical
2003-10-12 Chris Lattnernew testcase
2003-10-12 Chris LattnerFiles moved to the LoopSimplify directory
2003-10-12 Chris LattnerThe -preheaders pass is now known as -loopsimplify
2003-10-10 Chris Lattnernew testcase. globaldce should not delete the global
2003-10-08 Chris Lattnerold testcase
2003-10-08 Chris LattnerCheckin an old bug, which appears to be fixed
2003-10-07 Chris Lattnernew testcase
2003-10-05 Chris Lattnernew testcase
2003-10-03 John CriswellChanged all of these tests to be TestRunner tests ...
2003-10-02 Chris LattnerAdd new testcases
next