Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add test for this: | Chris Lattner | 2005-03-06 | 1 | -0/+22 | |
| | | | | | | | | | | | Allow operands after the induction variable (no restrictions): int x; for (i) j = ..... a[i][x][j] llvm-svn: 20498 | |||||
* | a regtest | Chris Lattner | 2005-03-06 | 1 | -0/+19 | |
| | | | | llvm-svn: 20496 | |||||
* | new directory | Chris Lattner | 2005-03-06 | 1 | -0/+3 | |
| | | | | llvm-svn: 20495 | |||||
* | New testcase for PR532 | Chris Lattner | 2005-03-06 | 1 | -0/+29 | |
| | | | | llvm-svn: 20492 | |||||
* | Testcase for a bug that caused us to miscompile ptrdist/ks on sparc. | Chris Lattner | 2005-03-04 | 1 | -0/+7 | |
| | | | | llvm-svn: 20444 | |||||
* | new testcase globalopt should handle. | Chris Lattner | 2005-02-27 | 1 | -0/+21 | |
| | | | | llvm-svn: 20351 | |||||
* | new testcase globalopt should implement | Chris Lattner | 2005-02-27 | 1 | -0/+16 | |
| | | | | llvm-svn: 20350 | |||||
* | A testcase that we miscompile, noticed from the demo page. | Chris Lattner | 2005-02-26 | 1 | -0/+19 | |
| | | | | llvm-svn: 20336 | |||||
* | new testcase for a simple optimization that simplifycfg is about to do. | Chris Lattner | 2005-02-24 | 1 | -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 Lattner | 2005-02-24 | 1 | -0/+15 | |
| | | | | | | it does) llvm-svn: 20291 | |||||
* | New files, testing for a crash in ADCE compiling QT and a missed optimization. | Chris Lattner | 2005-02-17 | 2 | -0/+64 | |
| | | | | llvm-svn: 20226 | |||||
* | new testcase for PR515 | Chris Lattner | 2005-02-17 | 1 | -0/+63 | |
| | | | | llvm-svn: 20223 | |||||
* | new testcase for PR504 | Chris Lattner | 2005-02-12 | 1 | -0/+22 | |
| | | | | llvm-svn: 20128 | |||||
* | New testcase | Chris Lattner | 2005-01-31 | 1 | -0/+6 | |
| | | | | llvm-svn: 19952 | |||||
* | New testcase | Chris Lattner | 2005-01-31 | 1 | -0/+9 | |
| | | | | llvm-svn: 19949 | |||||
* | Rename these to start with %c, as they are the only ones that are checked. | Chris Lattner | 2005-01-31 | 1 | -15/+15 | |
| | | | | | | No change to the tests themselves. llvm-svn: 19948 | |||||
* | New testcase | Chris Lattner | 2005-01-31 | 1 | -0/+22 | |
| | | | | llvm-svn: 19946 | |||||
* | New testcase. | Chris Lattner | 2005-01-28 | 1 | -0/+12 | |
| | | | | llvm-svn: 19873 | |||||
* | XFAIL this for now. | Chris Lattner | 2005-01-26 | 1 | -0/+5 | |
| | | | | llvm-svn: 19845 | |||||
* | Add some new tests | Chris Lattner | 2005-01-19 | 1 | -0/+14 | |
| | | | | llvm-svn: 19705 | |||||
* | More testcases | Chris Lattner | 2005-01-14 | 1 | -0/+15 | |
| | | | | llvm-svn: 19543 | |||||
* | new testcase | Chris Lattner | 2005-01-13 | 1 | -0/+17 | |
| | | | | llvm-svn: 19539 | |||||
* | New testcases that we should combine. | Chris Lattner | 2005-01-01 | 2 | -0/+16 | |
| | | | | llvm-svn: 19219 | |||||
* | New testcase for common bitfield manipulation instruction sequences. | Chris Lattner | 2005-01-01 | 1 | -0/+54 | |
| | | | | llvm-svn: 19218 | |||||
* | Add a bunch of tests for cases that should be eliminated. | Chris Lattner | 2005-01-01 | 1 | -0/+27 | |
| | | | | llvm-svn: 19217 | |||||
* | Add a bunch of tests for ANDs that should be eliminated. | Chris Lattner | 2005-01-01 | 1 | -0/+13 | |
| | | | | llvm-svn: 19216 | |||||
* | This now works. | Chris Lattner | 2005-01-01 | 1 | -1/+0 | |
| | | | | llvm-svn: 19215 | |||||
* | Add new test to make sure simplifycfg doesn't leave around trivially | Chris Lattner | 2005-01-01 | 1 | -0/+26 | |
| | | | | | | dead instructions. llvm-svn: 19211 | |||||
* | Add a comment, add a new testcase | Chris Lattner | 2004-12-29 | 2 | -0/+13 | |
| | | | | llvm-svn: 19179 | |||||
* | New testcase for PR491 | Chris Lattner | 2004-12-29 | 1 | -0/+10 | |
| | | | | llvm-svn: 19178 | |||||
* | Fix this test | Chris Lattner | 2004-12-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 18900 | |||||
* | Add testcases for simple things we can handle that occur now in vortex. | Chris Lattner | 2004-12-12 | 2 | -0/+12 | |
| | | | | llvm-svn: 18837 | |||||
* | New testcase. Shrinking the variable to a bool allows instcombine to delete | Chris Lattner | 2004-12-12 | 1 | -0/+22 | |
| | | | | | | the condition. llvm-svn: 18816 | |||||
* | New testcase. If one side of and/or is known to be 0/-1, it doesn't matter | Chris Lattner | 2004-12-11 | 1 | -0/+8 | |
| | | | | | | if the other side is overdefined. llvm-svn: 18806 | |||||
* | Update test | Chris Lattner | 2004-12-11 | 1 | -1/+1 | |
| | | | | llvm-svn: 18801 | |||||
* | New testcase that ipsccp should handle. | Chris Lattner | 2004-12-11 | 1 | -0/+23 | |
| | | | | llvm-svn: 18789 | |||||
* | New testcase | Chris Lattner | 2004-12-10 | 1 | -0/+19 | |
| | | | | llvm-svn: 18780 | |||||
* | New testcase that SCCP miscompiles. Luckily this is extremely unlikely to | Chris Lattner | 2004-12-10 | 1 | -0/+11 | |
| | | | | | | happen in practice, but IP-SCCP can trigger it. llvm-svn: 18773 | |||||
* | Check in the right test | Chris Lattner | 2004-12-10 | 1 | -4/+1 | |
| | | | | llvm-svn: 18767 | |||||
* | New testcase for a bug exposed by the ipsccp pass, causing dparser to fail | Chris Lattner | 2004-12-10 | 1 | -0/+62 | |
| | | | | | | last night. llvm-svn: 18765 | |||||
* | New testcase | Chris Lattner | 2004-12-10 | 1 | -0/+13 | |
| | | | | llvm-svn: 18750 | |||||
* | new testcase | Chris Lattner | 2004-12-08 | 1 | -0/+17 | |
| | | | | llvm-svn: 18675 | |||||
* | Fix this regression and remove the XFAIL from this test. | Alkis Evlogimenos | 2004-12-08 | 1 | -1/+0 | |
| | | | | llvm-svn: 18674 | |||||
* | This testcase causes the instruction combiner to go spiraling into | Chris Lattner | 2004-12-08 | 1 | -0/+6 | |
| | | | | | | an infinite loop. llvm-svn: 18669 | |||||
* | Mark this as an XFAIL until a fix is worked out. | Alkis Evlogimenos | 2004-12-08 | 1 | -0/+1 | |
| | | | | llvm-svn: 18651 | |||||
* | Add regression | Alkis Evlogimenos | 2004-12-08 | 1 | -0/+14 | |
| | | | | llvm-svn: 18624 | |||||
* | This is a cross platform fail, failing on freebsd as well | Chris Lattner | 2004-11-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 18388 | |||||
* | New testcase for simplifycfg | Chris Lattner | 2004-11-30 | 1 | -0/+11 | |
| | | | | llvm-svn: 18367 | |||||
* | Update the test to match the optimization. The optimization can let some | Reid Spencer | 2004-11-28 | 1 | -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 Lattner | 2004-11-28 | 1 | -0/+13 | |
| | | | | llvm-svn: 18307 |