Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner | 2008-05-02 | 1 | -0/+38 |
| | | | | llvm-svn: 50586 | ||||
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 2 | -2/+2 |
| | | | | llvm-svn: 50560 | ||||
* | fix typo | Chris Lattner | 2008-05-01 | 1 | -1/+1 |
| | | | | llvm-svn: 50519 | ||||
* | instcombine does memset optzns. | Chris Lattner | 2008-05-01 | 1 | -18/+0 |
| | | | | llvm-svn: 50518 | ||||
* | simplifylibcalls doesn't optimize llvm.memmove, instcombine does. | Chris Lattner | 2008-05-01 | 1 | -22/+0 |
| | | | | llvm-svn: 50517 | ||||
* | no reason for simplifylibcalls to simplify intrinsics, instcombine does | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
| | | | | | | a fine job. llvm-svn: 50470 | ||||
* | remove redundant check. | Chris Lattner | 2008-04-30 | 1 | -3/+1 |
| | | | | llvm-svn: 50469 | ||||
* | Generalize getUnaryFloatFunction to handle any FP unary function, automatically | Chris Lattner | 2008-04-09 | 1 | -0/+5 |
| | | | | | | figuring out the suffix to use. implement pow(2,x) -> exp2(x). llvm-svn: 49437 | ||||
* | remove capital letter from test name. | Chris Lattner | 2008-04-09 | 1 | -0/+0 |
| | | | | llvm-svn: 49436 | ||||
* | many cleanups to the pow optimizer. Allow it to handle powf, | Chris Lattner | 2008-04-09 | 1 | -4/+12 |
| | | | | | | add support for pow(x, 2.0) -> x*x. llvm-svn: 49411 | ||||
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 20 | -361/+363 |
| | | | | llvm-svn: 48137 | ||||
* | Convert tests using "grep -c ... | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
| | | | | llvm-svn: 41100 | ||||
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
| | | | | llvm-svn: 37801 | ||||
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -12/+7 |
| | | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142 | ||||
* | For PR1319: | Reid Spencer | 2007-04-16 | 15 | -19/+30 |
| | | | | | | Fix syntax of tests to ensure grep pattern is properly quoted. llvm-svn: 36134 | ||||
* | For PR1319: | Reid Spencer | 2007-04-15 | 7 | -23/+36 |
| | | | | | | Convert to new test system. This exposes IsDigit.ll as failing. llvm-svn: 36046 | ||||
* | new testcase | Chris Lattner | 2007-04-14 | 1 | -0/+20 |
| | | | | llvm-svn: 35983 | ||||
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
| | | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918 | ||||
* | testcase for PR1307 | Chris Lattner | 2007-04-06 | 1 | -0/+28 |
| | | | | llvm-svn: 35705 | ||||
* | For PR761: | Reid Spencer | 2007-01-26 | 1 | -1/+4 |
| | | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 22 | -0/+504 |
llvm-svn: 33296 |