summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Transforms
Commit message (Collapse)AuthorAgeFilesLines
...
* Add test for this:Chris Lattner2005-03-061-0/+22
| | | | | | | | | | | Allow operands after the induction variable (no restrictions): int x; for (i) j = ..... a[i][x][j] llvm-svn: 20498
* a regtestChris Lattner2005-03-061-0/+19
| | | | llvm-svn: 20496
* new directoryChris Lattner2005-03-061-0/+3
| | | | llvm-svn: 20495
* New testcase for PR532Chris Lattner2005-03-061-0/+29
| | | | llvm-svn: 20492
* Testcase for a bug that caused us to miscompile ptrdist/ks on sparc.Chris Lattner2005-03-041-0/+7
| | | | llvm-svn: 20444
* new testcase globalopt should handle.Chris Lattner2005-02-271-0/+21
| | | | llvm-svn: 20351
* new testcase globalopt should implementChris Lattner2005-02-271-0/+16
| | | | llvm-svn: 20350
* A testcase that we miscompile, noticed from the demo page.Chris Lattner2005-02-261-0/+19
| | | | llvm-svn: 20336
* new testcase for a simple optimization that simplifycfg is about to do.Chris Lattner2005-02-241-0/+78
| | | | | | All CFG edges to DEAD should be eliminated. llvm-svn: 20299
* add another testcase to make sure it gets turned into a switch (answer: yes ↵Chris Lattner2005-02-241-0/+15
| | | | | | it does) llvm-svn: 20291
* New files, testing for a crash in ADCE compiling QT and a missed optimization.Chris Lattner2005-02-172-0/+64
| | | | llvm-svn: 20226
* new testcase for PR515Chris Lattner2005-02-171-0/+63
| | | | llvm-svn: 20223
* new testcase for PR504Chris Lattner2005-02-121-0/+22
| | | | llvm-svn: 20128
* New testcaseChris Lattner2005-01-311-0/+6
| | | | llvm-svn: 19952
* New testcaseChris Lattner2005-01-311-0/+9
| | | | llvm-svn: 19949
* Rename these to start with %c, as they are the only ones that are checked.Chris Lattner2005-01-311-15/+15
| | | | | | No change to the tests themselves. llvm-svn: 19948
* New testcaseChris Lattner2005-01-311-0/+22
| | | | llvm-svn: 19946
* New testcase.Chris Lattner2005-01-281-0/+12
| | | | llvm-svn: 19873
* XFAIL this for now.Chris Lattner2005-01-261-0/+5
| | | | llvm-svn: 19845
* Add some new testsChris Lattner2005-01-191-0/+14
| | | | llvm-svn: 19705
* More testcasesChris Lattner2005-01-141-0/+15
| | | | llvm-svn: 19543
* new testcaseChris Lattner2005-01-131-0/+17
| | | | llvm-svn: 19539
* New testcases that we should combine.Chris Lattner2005-01-012-0/+16
| | | | llvm-svn: 19219
* New testcase for common bitfield manipulation instruction sequences.Chris Lattner2005-01-011-0/+54
| | | | llvm-svn: 19218
* Add a bunch of tests for cases that should be eliminated.Chris Lattner2005-01-011-0/+27
| | | | llvm-svn: 19217
* Add a bunch of tests for ANDs that should be eliminated.Chris Lattner2005-01-011-0/+13
| | | | llvm-svn: 19216
* This now works.Chris Lattner2005-01-011-1/+0
| | | | llvm-svn: 19215
* Add new test to make sure simplifycfg doesn't leave around triviallyChris Lattner2005-01-011-0/+26
| | | | | | dead instructions. llvm-svn: 19211
* Add a comment, add a new testcaseChris Lattner2004-12-292-0/+13
| | | | llvm-svn: 19179
* New testcase for PR491Chris Lattner2004-12-291-0/+10
| | | | llvm-svn: 19178
* Fix this testChris Lattner2004-12-131-1/+1
| | | | llvm-svn: 18900
* Add testcases for simple things we can handle that occur now in vortex.Chris Lattner2004-12-122-0/+12
| | | | llvm-svn: 18837
* New testcase. Shrinking the variable to a bool allows instcombine to deleteChris Lattner2004-12-121-0/+22
| | | | | | the condition. llvm-svn: 18816
* New testcase. If one side of and/or is known to be 0/-1, it doesn't matterChris Lattner2004-12-111-0/+8
| | | | | | if the other side is overdefined. llvm-svn: 18806
* Update testChris Lattner2004-12-111-1/+1
| | | | llvm-svn: 18801
* New testcase that ipsccp should handle.Chris Lattner2004-12-111-0/+23
| | | | llvm-svn: 18789
* New testcaseChris Lattner2004-12-101-0/+19
| | | | llvm-svn: 18780
* New testcase that SCCP miscompiles. Luckily this is extremely unlikely toChris Lattner2004-12-101-0/+11
| | | | | | happen in practice, but IP-SCCP can trigger it. llvm-svn: 18773
* Check in the right testChris Lattner2004-12-101-4/+1
| | | | llvm-svn: 18767
* New testcase for a bug exposed by the ipsccp pass, causing dparser to failChris Lattner2004-12-101-0/+62
| | | | | | last night. llvm-svn: 18765
* New testcaseChris Lattner2004-12-101-0/+13
| | | | llvm-svn: 18750
* new testcaseChris Lattner2004-12-081-0/+17
| | | | llvm-svn: 18675
* Fix this regression and remove the XFAIL from this test.Alkis Evlogimenos2004-12-081-1/+0
| | | | llvm-svn: 18674
* This testcase causes the instruction combiner to go spiraling intoChris Lattner2004-12-081-0/+6
| | | | | | an infinite loop. llvm-svn: 18669
* Mark this as an XFAIL until a fix is worked out.Alkis Evlogimenos2004-12-081-0/+1
| | | | llvm-svn: 18651
* Add regressionAlkis Evlogimenos2004-12-081-0/+14
| | | | llvm-svn: 18624
* This is a cross platform fail, failing on freebsd as wellChris Lattner2004-11-301-1/+1
| | | | llvm-svn: 18388
* New testcase for simplifycfgChris Lattner2004-11-301-0/+11
| | | | llvm-svn: 18367
* Update the test to match the optimization. The optimization can let someReid Spencer2004-11-281-1/+1
| | | | | | | casts through, but they will only be sbyte -> ubyte in this test case so make sure we don't let any other kinds through. llvm-svn: 18313
* New testcase. The store is not dead here.Chris Lattner2004-11-281-0/+13
| | | | llvm-svn: 18307
OpenPOWER on IntegriCloud