| Commit message (Expand) | Author | Age | Files | Lines |
* | Run a post-pass that marks known function declarations by name. | Nick Lewycky | 2009-01-04 | 1 | -0/+12 |
* | Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). | Nick Lewycky | 2008-12-21 | 1 | -0/+10 |
* | Optimize memmove and memset into the LLVM builtins. Note that these | Eli Friedman | 2008-11-30 | 2 | -0/+24 |
* | Add a new pass to simplify specific half_powr function calls. This is | Dan Gohman | 2008-11-04 | 1 | -0/+41 |
* | lower calls to abs to inline code, PR2337 | Chris Lattner | 2008-06-09 | 1 | -0/+11 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Fix PR2341 - when the length is 4 use an i32 not | Duncan Sands | 2008-05-19 | 1 | -0/+14 |
* | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner | 2008-05-02 | 1 | -0/+38 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 2 | -2/+2 |
* | fix typo | Chris Lattner | 2008-05-01 | 1 | -1/+1 |
* | instcombine does memset optzns. | Chris Lattner | 2008-05-01 | 1 | -18/+0 |
* | simplifylibcalls doesn't optimize llvm.memmove, instcombine does. | Chris Lattner | 2008-05-01 | 1 | -22/+0 |
* | no reason for simplifylibcalls to simplify intrinsics, instcombine does | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
* | remove redundant check. | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
* | Generalize getUnaryFloatFunction to handle any FP unary function, automatically | Chris Lattner | 2008-04-09 | 1 | -0/+5 |
* | remove capital letter from test name. | Chris Lattner | 2008-04-09 | 1 | -0/+0 |
* | many cleanups to the pow optimizer. Allow it to handle powf, | Chris Lattner | 2008-04-09 | 1 | -4/+12 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 20 | -361/+363 |
* | Convert tests using "grep -c ... | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -12/+7 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 15 | -19/+30 |
* | For PR1319: | Reid Spencer | 2007-04-15 | 7 | -23/+36 |
* | new testcase | Chris Lattner | 2007-04-14 | 1 | -0/+20 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | testcase for PR1307 | Chris Lattner | 2007-04-06 | 1 | -0/+28 |
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -1/+4 |
* | 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 |