summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a test for the "swap idiom", which LLVM should be able to unravel.Chris Lattner2004-02-161-0/+14
| | | | llvm-svn: 11491
* Test for xor chainsChris Lattner2004-02-161-0/+6
| | | | llvm-svn: 11489
* Basic functionality testing.Chris Lattner2004-02-111-0/+12
| | | | llvm-svn: 11312
* New feature testcase for simplifycfg.Chris Lattner2004-02-111-0/+35
| | | | llvm-svn: 11306
* New testcase for PR223: Loopsimplify incorrectly updates dominator informationChris Lattner2004-02-051-0/+17
| | | | llvm-svn: 11136
* New testcase for better mod/ref information that basicaa can provideChris Lattner2004-01-301-0/+12
| | | | llvm-svn: 11023
* new testcaseChris Lattner2004-01-141-0/+24
| | | | llvm-svn: 10843
* Test to make sure we can SCCP load instructionsChris Lattner2004-01-121-0/+26
| | | | llvm-svn: 10766
* New testcase, allow folding of binary operators that use PHI nodes, as longChris Lattner2004-01-121-0/+23
| | | | | | | as the result of the binary operator is always constant. This does not require the PHI itself to be constant though. llvm-svn: 10762
* New testcaseChris Lattner2004-01-121-0/+35
| | | | llvm-svn: 10760
* new testcase for cananonicalization of subtractsChris Lattner2003-12-221-0/+12
| | | | llvm-svn: 10581
* New testcase to see if -indvars can promote pointer arithmetic to array accessesChris Lattner2003-12-221-0/+14
| | | | llvm-svn: 10577
* New testcase for PR194Chris Lattner2003-12-211-0/+12
| | | | llvm-svn: 10568
* New testcase for missed optimizationChris Lattner2003-12-191-0/+28
| | | | llvm-svn: 10538
* New testcaseChris Lattner2003-12-191-0/+19
| | | | llvm-svn: 10533
* New testcase, for PR185Chris Lattner2003-12-151-0/+22
| | | | llvm-svn: 10471
* new testChris Lattner2003-12-141-0/+19
| | | | llvm-svn: 10466
* Testcase for PR179Chris Lattner2003-12-141-0/+17
| | | | llvm-svn: 10455
* Rename variable to avoid confusing it with the global GChris Lattner2003-12-111-1/+1
| | | | llvm-svn: 10411
* New testcase that LICM is breaking crafty onChris Lattner2003-12-111-0/+20
| | | | llvm-svn: 10408
* Fix test that was failing because we were optimizing the program better than ↵Chris Lattner2003-12-111-2/+2
| | | | | | expected :) llvm-svn: 10404
* New testcase for PR86Chris Lattner2003-12-111-0/+17
| | | | llvm-svn: 10403
* A new testcase, reduced by bugpointChris Lattner2003-12-101-0/+17
| | | | llvm-svn: 10384
* new testcaseChris Lattner2003-12-101-0/+24
| | | | llvm-svn: 10381
* New testcaseChris Lattner2003-12-101-0/+23
| | | | llvm-svn: 10374
* New testcase which caused a bunch of tests to break last night with moreChris Lattner2003-12-101-0/+42
| | | | | | aggressive LICM llvm-svn: 10372
* new testcase, checking to ensure we handle yet-another spiffy case correctlyChris Lattner2003-12-101-0/+25
| | | | llvm-svn: 10357
* Yet another hard testcaseChris Lattner2003-12-091-0/+28
| | | | llvm-svn: 10349
* Add a new testcase which breaks the sinker because the loop canonnicalizationChris Lattner2003-12-091-0/+19
| | | | | | pass does not do a canonnicalization that the sinker wants. llvm-svn: 10346
* Fix buggy testChris Lattner2003-12-091-1/+1
| | | | llvm-svn: 10345
* New testcase for sinking operations from loops with multiple exitsChris Lattner2003-12-091-0/+22
| | | | llvm-svn: 10344
* Make the test a bit harder so that we test to ensure that _both_ instructionsChris Lattner2003-12-091-1/+2
| | | | | | are sunk llvm-svn: 10343
* New testcases for LICM improvement: code sinking.Chris Lattner2003-12-093-0/+55
| | | | llvm-svn: 10339
* Improve portability with Mac OS/XChris Lattner2003-12-093-3/+3
| | | | llvm-svn: 10338
* Improve testcase portability on OS/XChris Lattner2003-12-091-1/+1
| | | | llvm-svn: 10337
* New testcase that is not actually handled yet, but should be in the future.Chris Lattner2003-12-091-0/+31
| | | | | | This is here to remind me to get back to this after a while. llvm-svn: 10336
* Whoops, forgot to check this in. :)Chris Lattner2003-12-081-0/+22
| | | | llvm-svn: 10334
* New testcase for automatic insertion of accumulator variables to eliminateChris Lattner2003-12-081-0/+17
| | | | | | tail recursion llvm-svn: 10331
* New testcase, this should be -tailcallelim'inatedChris Lattner2003-12-081-0/+19
| | | | llvm-svn: 10311
* New testcase that the raiseallocations pass should be able to handle.Chris Lattner2003-12-071-0/+10
| | | | llvm-svn: 10304
* new testcase for problem causing 2003-10-12-GlobalVarInitializers failuresChris Lattner2003-11-291-0/+10
| | | | llvm-svn: 10251
* New testcase that breaks the pruneeh passChris Lattner2003-11-221-0/+15
| | | | llvm-svn: 10162
* Fix an all too common form of the 'Found global types that are not ↵Chris Lattner2003-11-201-0/+10
| | | | | | compatible' warning llvm-svn: 10122
* Improve test portabilityChris Lattner2003-11-191-1/+1
| | | | llvm-svn: 10087
* Fix testcase. This should no longer be XFAIL'dChris Lattner2003-11-191-1/+1
| | | | llvm-svn: 10086
* There is no need to rely on LLI working for this testChris Lattner2003-11-161-1/+1
| | | | llvm-svn: 10036
* Testcase for PR116Chris Lattner2003-11-161-0/+17
| | | | llvm-svn: 10034
* Instcombine should promote this, and because it isn't, we are failing ↵Chris Lattner2003-11-131-0/+9
| | | | | | poolalloc tests llvm-svn: 9980
* This is not the instruction combiner's fault! No really!Chris Lattner2003-11-121-9/+0
| | | | llvm-svn: 9918
* Reduced testcase for PR 110Chris Lattner2003-11-121-0/+9
| | | | llvm-svn: 9917
OpenPOWER on IntegriCloud