| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcase | Chris Lattner | 2004-10-23 | 1 | -0/+5 |
* | New testcase. Check for the ability to promote a malloc whose initialzed sta... | Chris Lattner | 2004-10-22 | 1 | -0/+26 |
* | New testcase | Chris Lattner | 2004-10-18 | 1 | -0/+29 |
* | New testcase that ADCE shouldn't crash on | Chris Lattner | 2004-10-17 | 1 | -0/+5 |
* | New testcase that crashes the inliner | Chris Lattner | 2004-10-17 | 1 | -0/+10 |
* | New testcase, no PHI should be inserted. | Chris Lattner | 2004-10-17 | 1 | -0/+14 |
* | New testcase, rework testcases to fail if there are any gep's other than those | Chris Lattner | 2004-10-16 | 1 | -3/+10 |
* | New testcase | Chris Lattner | 2004-10-16 | 1 | -0/+18 |
* | testcases for undefined and unreachable | Chris Lattner | 2004-10-16 | 2 | -0/+28 |
* | When converting phi nodes into select instructions, we shouldn't promote PHI | Chris Lattner | 2004-10-14 | 1 | -0/+29 |
* | New testcase for memmove -> memcpy transform | Chris Lattner | 2004-10-12 | 1 | -0/+23 |
* | This testcase ensures that we can SRA a global even if part of the global | Chris Lattner | 2004-10-11 | 1 | -0/+23 |
* | These testcases check to see if we can promote malloc's to globals in some | Chris Lattner | 2004-10-11 | 2 | -0/+38 |
* | Another testcase. We should be able to devirtualize the call even though | Chris Lattner | 2004-10-10 | 1 | -0/+28 |
* | New testcase that crashes -globalopt. I found this through inspection, not | Chris Lattner | 2004-10-10 | 1 | -0/+17 |
* | New testcase we were not handling before. | Chris Lattner | 2004-10-10 | 1 | -0/+11 |
* | A testcase that globalopt now handles | Chris Lattner | 2004-10-09 | 1 | -0/+20 |
* | New testcase | Chris Lattner | 2004-10-09 | 1 | -0/+6 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+10 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+19 |
* | New testcase. The setcc is only used by a select, but not as a condition: | Chris Lattner | 2004-10-08 | 1 | -0/+8 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+7 |
* | New testcase | Chris Lattner | 2004-10-08 | 1 | -0/+6 |
* | These files now live in Transforms/GlobalOpt | Chris Lattner | 2004-10-07 | 4 | -63/+0 |
* | Move these files from Transforms/GlobalConstifier | Chris Lattner | 2004-10-07 | 4 | -0/+63 |
* | Add new testcase, rename pass | Chris Lattner | 2004-10-07 | 4 | -3/+11 |
* | New testcase | Chris Lattner | 2004-10-06 | 1 | -0/+17 |
* | New testcase | Chris Lattner | 2004-10-06 | 1 | -0/+6 |
* | When tail duplicating these functions, the add instruction should not be | Chris Lattner | 2004-10-06 | 1 | -0/+31 |
* | Another testcase for constness linkage | Chris Lattner | 2004-10-05 | 1 | -0/+7 |
* | Testcase to ensure that the 'constant' flag follows the definition when there | Chris Lattner | 2004-10-05 | 2 | -0/+14 |
* | New testcase for PR450 | Chris Lattner | 2004-10-05 | 1 | -0/+12 |
* | The verifier takes 50s on this testcase, that is not good n stuff | Chris Lattner | 2004-09-29 | 1 | -0/+24454 |
* | New testcasses for divides that can be eliminated. | Chris Lattner | 2004-09-29 | 1 | -0/+25 |
* | New testcases | Chris Lattner | 2004-09-29 | 2 | -0/+27 |
* | More testcases for recent instcombine patches | Chris Lattner | 2004-09-29 | 1 | -0/+11 |
* | New testcase | Chris Lattner | 2004-09-28 | 1 | -0/+15 |
* | New testcases | Chris Lattner | 2004-09-28 | 1 | -0/+36 |
* | New testcase | Chris Lattner | 2004-09-28 | 1 | -0/+6 |
* | New testcases | Chris Lattner | 2004-09-28 | 1 | -0/+13 |
* | New testcase for a latent bug in instcombine that I have been chasing for | Chris Lattner | 2004-09-28 | 1 | -0/+9 |
* | Testcase for LLVM PR445 | Chris Lattner | 2004-09-28 | 1 | -0/+22 |
* | New testcase that crashes the C++ FE, encountered while working on PR445 | Chris Lattner | 2004-09-28 | 1 | -0/+17 |
* | New testcase | Chris Lattner | 2004-09-27 | 1 | -0/+6 |
* | Testcases for rev 250 of InstructionCombining.cpp | Chris Lattner | 2004-09-27 | 1 | -0/+30 |
* | Add some tests for shr-and folding | Chris Lattner | 2004-09-24 | 1 | -0/+17 |
* | New testcase for a pattern that occurs 20 times in perlbmk | Chris Lattner | 2004-09-23 | 1 | -0/+6 |
* | load null is undefined behavior, this should fold | Chris Lattner | 2004-09-23 | 1 | -0/+6 |
* | Two testcases for invalid transformations that instcombine is doing | Chris Lattner | 2004-09-20 | 2 | -0/+44 |
* | New testcase for PR362: Icky code generated for std::min/std::max | Chris Lattner | 2004-09-19 | 1 | -0/+34 |