summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* 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
* New testcaseChris Lattner2004-08-09
* Use the new prcontext script.John Criswell2004-08-02
* Move Transforms/BasicAA to Analysis/BasicAAChris Lattner2004-07-29
* Due to a bug in BasicAA, DSE is incorrectly deleting the first store inChris Lattner2004-07-29
* *** empty log message ***Robert Bocchino2004-07-27
* New testcase. DSE should delete all of the DEAD instructions.Chris Lattner2004-07-27
* New testcaseChris Lattner2004-07-26
* New testcase for DSEChris Lattner2004-07-25