| Age | Commit message (Expand) | Author |
| 2009-02-13 | Mark strto* as readonly when the endptr is null. | Nick Lewycky |
| 2009-02-13 | On strtod and friends, mark 'endptr' nocapture in the function prototype, and | Nick Lewycky |
| 2009-02-13 | Reapply r64300: | Nick Lewycky |
| 2009-02-11 | Revert r64300 and r64301. These were causing the following errors respectively: | Bill Wendling |
| 2009-02-11 | Make sure the SCC pass manager initializes any contained | Duncan Sands |
| 2009-01-18 | Forgot this in the previous checkin: fopen now has nocapture, realloc is | Nick Lewycky |
| 2009-01-04 | Run a post-pass that marks known function declarations by name. | Nick Lewycky |
| 2008-12-21 | Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). | Nick Lewycky |
| 2008-11-30 | Optimize memmove and memset into the LLVM builtins. Note that these | Eli Friedman |
| 2008-11-04 | Add a new pass to simplify specific half_powr function calls. This is | Dan Gohman |
| 2008-06-09 | lower calls to abs to inline code, PR2337 | Chris Lattner |
| 2008-05-20 | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif |
| 2008-05-20 | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif |
| 2008-05-19 | Fix PR2341 - when the length is 4 use an i32 not | Duncan Sands |
| 2008-05-02 | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner |
| 2008-05-01 | Update old-style syntax in some "not grep" tests. | Dan Gohman |
| 2008-05-01 | fix typo | Chris Lattner |
| 2008-05-01 | instcombine does memset optzns. | Chris Lattner |
| 2008-05-01 | simplifylibcalls doesn't optimize llvm.memmove, instcombine does. | Chris Lattner |
| 2008-04-30 | no reason for simplifylibcalls to simplify intrinsics, instcombine does | Chris Lattner |
| 2008-04-30 | remove redundant check. | Chris Lattner |
| 2008-04-09 | Generalize getUnaryFloatFunction to handle any FP unary function, automatically | Chris Lattner |
| 2008-04-09 | remove capital letter from test name. | Chris Lattner |
| 2008-04-09 | many cleanups to the pow optimizer. Allow it to handle powf, | Chris Lattner |
| 2008-03-10 | Remove llvm-upgrade and update tests. | Tanya Lattner |
| 2007-08-15 | Convert tests using "grep -c ... | grep ..." to use the count script. | Dan Gohman |
| 2007-06-29 | Convert .cvsignore files | John Criswell |
| 2007-04-16 | For PR1319: | Reid Spencer |
| 2007-04-16 | For PR1319: | Reid Spencer |
| 2007-04-15 | For PR1319: | Reid Spencer |
| 2007-04-14 | new testcase | Chris Lattner |
| 2007-04-11 | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer |
| 2007-04-06 | testcase for PR1307 | Chris Lattner |
| 2007-01-26 | For PR761: | Reid Spencer |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-02 | Upgrade intrinsic function calls manually. | Reid Spencer |
| 2006-12-02 | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer |
| 2006-04-12 | Added the ability to xfail based on llvmgcc version | Tanya Lattner |
| 2006-03-23 | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer |
| 2006-03-09 | Update these tests (which use autoupgrade) to run constprop and check | Chris Lattner |
| 2006-02-11 | Update comments to be actually accurate | Chris Lattner |
| 2006-01-23 | add new tests | Chris Lattner |
| 2006-01-23 | Make sure this tests the right thing, xfail on solaris, which doesn't have fl... | Chris Lattner |
| 2005-09-29 | new testcase for isascii | Chris Lattner |
| 2005-09-29 | add a new testcase | Chris Lattner |
| 2005-09-24 | Enhance this to check for a crash, add a case that crashes simplifylibcalls, | Chris Lattner |
| 2005-08-24 | new testcase | Chris Lattner |
| 2005-05-20 | new testcase | Chris Lattner |
| 2005-05-15 | Don't eliminate a test case, just the form of the test case, from the | Reid Spencer |
| 2005-05-15 | This does not belong | Chris Lattner |