summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* New testcase. Check for the ability to promote a malloc whose initialzed sta...Chris Lattner2004-10-22
* New testcaseChris Lattner2004-10-18
* New testcase that ADCE shouldn't crash onChris Lattner2004-10-17
* New testcase that crashes the inlinerChris Lattner2004-10-17
* New testcase, no PHI should be inserted.Chris Lattner2004-10-17
* New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner2004-10-16
* New testcaseChris Lattner2004-10-16
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-14
* New testcase for memmove -> memcpy transformChris Lattner2004-10-12
* This testcase ensures that we can SRA a global even if part of the globalChris Lattner2004-10-11
* These testcases check to see if we can promote malloc's to globals in someChris Lattner2004-10-11
* Another testcase. We should be able to devirtualize the call even thoughChris Lattner2004-10-10
* New testcase that crashes -globalopt. I found this through inspection, notChris Lattner2004-10-10
* New testcase we were not handling before.Chris Lattner2004-10-10
* A testcase that globalopt now handlesChris Lattner2004-10-09
* New testcaseChris Lattner2004-10-09
* New testcaseChris Lattner2004-10-08
* New testcaseChris Lattner2004-10-08
* New testcaseChris Lattner2004-10-08
* New testcaseChris Lattner2004-10-08
* These files now live in Transforms/GlobalOptChris Lattner2004-10-07
* Move these files from Transforms/GlobalConstifierChris Lattner2004-10-07
* Add new testcase, rename passChris Lattner2004-10-07
* New testcaseChris Lattner2004-10-06
* New testcaseChris Lattner2004-10-06
* When tail duplicating these functions, the add instruction should not beChris Lattner2004-10-06
* New testcasses for divides that can be eliminated.Chris Lattner2004-09-29
* New testcasesChris Lattner2004-09-29
* More testcases for recent instcombine patchesChris Lattner2004-09-29
* New testcaseChris Lattner2004-09-28
* New testcasesChris Lattner2004-09-28
* New testcaseChris Lattner2004-09-28
* New testcasesChris Lattner2004-09-28
* New testcase for a latent bug in instcombine that I have been chasing forChris Lattner2004-09-28
* New testcaseChris Lattner2004-09-27
* Testcases for rev 250 of InstructionCombining.cppChris Lattner2004-09-27
* Add some tests for shr-and foldingChris Lattner2004-09-24
* New testcase for a pattern that occurs 20 times in perlbmkChris Lattner2004-09-23
* load null is undefined behavior, this should foldChris Lattner2004-09-23
* Two testcases for invalid transformations that instcombine is doingChris Lattner2004-09-20
* New testcase for PR362: Icky code generated for std::min/std::maxChris Lattner2004-09-19
* Instcombine now helps out with theseChris Lattner2004-09-19
* Add two new testcases that instcombine should handleChris Lattner2004-09-19
* New testcase for PR420Chris Lattner2004-09-15
* Modify testcase to merit a warning, though no warning is still printed!Chris Lattner2004-08-24
* New testcase that the constifier should handleChris Lattner2004-08-14
* New basic testcase for the constifierChris Lattner2004-08-14
* Add another testChris Lattner2004-08-13
* New testcase, which causes the block extractor to barfChris Lattner2004-08-13
* New testcase that instcombine is getting wrongChris Lattner2004-08-11