summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Don't eliminate a test case, just the form of the test case, from theReid Spencer2005-05-15
* This does not belongChris Lattner2005-05-15
* Add a case with non-constant argument for testing the transform:Reid Spencer2005-05-15
* Add a test case for testing ffs libcall conversion to constantReid Spencer2005-05-14
* remove testChris Lattner2005-05-13
* fix buggy testChris Lattner2005-05-13
* Fix buggy testChris Lattner2005-05-13
* new testcaseChris Lattner2005-05-10
* testcase I've had in my treeChris Lattner2005-05-09
* New testcaseChris Lattner2005-05-09
* add a testcase for a case we do not handle yetChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcases for PR557Chris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* new testcaseChris Lattner2005-05-08
* * Break tests into individual cases so its easier to see what's going on.Reid Spencer2005-05-07
* test that reassociate can handle shiftsChris Lattner2005-05-07
* Make sure to not accidentally get a bogus tail markerChris Lattner2005-05-06
* new testcasesChris Lattner2005-05-06
* new testcaseChris Lattner2005-05-06
* new testcase for unneeded andChris Lattner2005-05-06
* new testcaseChris Lattner2005-05-06
* new testcaseChris Lattner2005-05-06
* new testcase for a bug Jim foundChris Lattner2005-05-05
* new testcaseChris Lattner2005-05-04
* Make sure both optimization cases get tested.Reid Spencer2005-05-04
* Add a test case for the IsDigitOptimization class.Reid Spencer2005-05-04
* Fix this test to succeed even if "strchr" is on a call instruction.Reid Spencer2005-05-03
* Add a test case for SPrintFOptimization.Reid Spencer2005-05-03
* Add a test case for StrChrOptimizer for -simplify-libcallsReid Spencer2005-05-03
* A new test case for the LLVMMemSetOptimization.Reid Spencer2005-05-03
* Correct the title and the success criteria: strcmp -> strncmpReid Spencer2005-05-03
* Add a new test case for the StrNCmpOptimization.Reid Spencer2005-05-03
* Add a test case for testing the FPrintFOptimization.Reid Spencer2005-05-02
* new testcaseChris Lattner2005-05-01
* add a new testcaseChris Lattner2005-05-01
* * Fix signed/unsigned usage problemReid Spencer2005-04-30
* A new test case for the ToAsciiOptimizer.Reid Spencer2005-04-30
* A new test case for the StrCmpOptimization in -simplify-libcalls.Reid Spencer2005-04-30
* This is StrCpy, NOT StrCat!Reid Spencer2005-04-29
* Get the name of the pass right in the documentation.Reid Spencer2005-04-29
* Fix the success criteria for the test to make call instructions with "pow"Reid Spencer2005-04-29
* Actually make this pass test something related to fputs.Reid Spencer2005-04-29
* Add a test case for the puts libcall optimization.Reid Spencer2005-04-29
* Add a testcase for optimizing the strcpy libcall.Reid Spencer2005-04-29
* New test case for testing pow(3) math library optimizations.Reid Spencer2005-04-29
* Test the noreturn function optimizationChris Lattner2005-04-27
* Add a test case for MemMove.llReid Spencer2005-04-26
* Result of strlen is size_t which is either uint or ulong, not int.Reid Spencer2005-04-26