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