| Commit message (Expand) | Author | Age | Files | Lines |
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 22 | -504/+0 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | Upgrade intrinsic function calls manually. | Reid Spencer | 2006-12-02 | 2 | -10/+10 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 20 | -30/+30 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
* | Update these tests (which use autoupgrade) to run constprop and check | Chris Lattner | 2006-03-09 | 2 | -2/+4 |
* | Update comments to be actually accurate | Chris Lattner | 2006-02-11 | 1 | -13/+19 |
* | add new tests | Chris Lattner | 2006-01-23 | 1 | -2/+21 |
* | Make sure this tests the right thing, xfail on solaris, which doesn't have fl... | Chris Lattner | 2006-01-23 | 1 | -1/+4 |
* | new testcase for isascii | Chris Lattner | 2005-09-29 | 1 | -2/+4 |
* | add a new testcase | Chris Lattner | 2005-09-29 | 1 | -0/+23 |
* | Enhance this to check for a crash, add a case that crashes simplifylibcalls, | Chris Lattner | 2005-09-24 | 1 | -2/+6 |
* | new testcase | Chris Lattner | 2005-08-24 | 2 | -1/+11 |
* | new testcase | Chris Lattner | 2005-05-20 | 1 | -0/+10 |
* | Don't eliminate a test case, just the form of the test case, from the | Reid Spencer | 2005-05-15 | 1 | -1/+2 |
* | This does not belong | Chris Lattner | 2005-05-15 | 1 | -3/+1 |
* | Add a case with non-constant argument for testing the transform: | Reid Spencer | 2005-05-15 | 1 | -1/+7 |
* | Add a test case for testing ffs libcall conversion to constant | Reid Spencer | 2005-05-14 | 1 | -0/+23 |
* | * Break tests into individual cases so its easier to see what's going on. | Reid Spencer | 2005-05-07 | 1 | -6/+39 |
* | Make sure both optimization cases get tested. | Reid Spencer | 2005-05-04 | 1 | -1/+2 |
* | Add a test case for the IsDigitOptimization class. | Reid Spencer | 2005-05-04 | 1 | -0/+17 |
* | Fix this test to succeed even if "strchr" is on a call instruction. | Reid Spencer | 2005-05-03 | 1 | -3/+5 |
* | Add a test case for SPrintFOptimization. | Reid Spencer | 2005-05-03 | 1 | -0/+32 |
* | Add a test case for StrChrOptimizer for -simplify-libcalls | Reid Spencer | 2005-05-03 | 2 | -6/+25 |
* | A new test case for the LLVMMemSetOptimization. | Reid Spencer | 2005-05-03 | 1 | -0/+17 |
* | Correct the title and the success criteria: strcmp -> strncmp | Reid Spencer | 2005-05-03 | 1 | -2/+2 |
* | Add a new test case for the StrNCmpOptimization. | Reid Spencer | 2005-05-03 | 1 | -0/+26 |
* | Add a test case for testing the FPrintFOptimization. | Reid Spencer | 2005-05-02 | 1 | -0/+28 |
* | * Fix signed/unsigned usage problem | Reid Spencer | 2005-04-30 | 1 | -9/+10 |
* | A new test case for the ToAsciiOptimizer. | Reid Spencer | 2005-04-30 | 1 | -0/+21 |
* | A new test case for the StrCmpOptimization in -simplify-libcalls. | Reid Spencer | 2005-04-30 | 1 | -0/+26 |
* | This is StrCpy, NOT StrCat! | Reid Spencer | 2005-04-29 | 1 | -2/+2 |
* | Get the name of the pass right in the documentation. | Reid Spencer | 2005-04-29 | 1 | -1/+1 |
* | Fix the success criteria for the test to make call instructions with "pow" | Reid Spencer | 2005-04-29 | 1 | -1/+1 |
* | Actually make this pass test something related to fputs. | Reid Spencer | 2005-04-29 | 1 | -6/+16 |
* | Add a test case for the puts libcall optimization. | Reid Spencer | 2005-04-29 | 1 | -0/+16 |
* | Add a testcase for optimizing the strcpy libcall. | Reid Spencer | 2005-04-29 | 1 | -0/+24 |
* | New test case for testing pow(3) math library optimizations. | Reid Spencer | 2005-04-29 | 1 | -0/+18 |
* | Add a test case for MemMove.ll | Reid Spencer | 2005-04-26 | 1 | -0/+21 |
* | Result of strlen is size_t which is either uint or ulong, not int. | Reid Spencer | 2005-04-26 | 1 | -4/+4 |
* | Add a new test case for the llvm.memcpy simplification case. | Reid Spencer | 2005-04-26 | 1 | -0/+21 |
* | * Add a test case for StrLenOptimization | Reid Spencer | 2005-04-26 | 3 | -0/+21 |
* | Fix RUN: line to not always pass. | Reid Spencer | 2005-04-26 | 1 | -1/+1 |
* | Update the test case to handle a few more (degenerate) cases and remove | Reid Spencer | 2005-04-25 | 1 | -3/+10 |
* | Make sure the target buffer is null terminated so we don't blow up | Reid Spencer | 2005-04-25 | 1 | -0/+1 |
* | A test case for testing the StrCatOptimizer, currently XFAILed everywhere. | Reid Spencer | 2005-04-25 | 1 | -0/+16 |
* | Use the %name rather than the "name" format so those familiar with the | Reid Spencer | 2005-04-25 | 1 | -5/+5 |
* | A test case for the the ExitInMain libcall simplification. | Reid Spencer | 2005-04-25 | 2 | -0/+16 |