| Commit message (Expand) | Author | Age | Files | Lines |
* | Teach SimplifyLibCalls to fold memcmp calls with constant arguments. | Benjamin Kramer | 2009-11-05 | 1 | -0/+4 |
* | Fix SimplifyLibCalls to transfer attributes from callees rather than | Dan Gohman | 2009-09-26 | 1 | -6/+6 |
* | I put the wrong rdar number in this test. | Dan Gohman | 2009-09-26 | 1 | -1/+1 |
* | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is | Dan Gohman | 2009-09-25 | 1 | -0/+33 |
* | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 34 | -37/+37 |
* | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 31 | -34/+34 |
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 34 | -37/+37 |
* | Eliminate uses of %prcontext. | Daniel Dunbar | 2009-09-05 | 1 | -1/+6 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -15/+0 |
* | Add targetdata strings to these tests, since SimplifyLibCalls uses | Dan Gohman | 2009-08-19 | 8 | -2/+32 |
* | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman | 2009-08-19 | 1 | -0/+26 |
* | Fix PR4645 which was fallout from the fix for PR4641. | Daniel Dunbar | 2009-07-29 | 1 | -0/+24 |
* | Just discard the output, no need to turn it back into text. | Nick Lewycky | 2009-07-29 | 1 | -1/+1 |
* | don't dump .bc file to stdout, and simplify this to a trivial testcase. | Chris Lattner | 2009-07-29 | 1 | -158/+1 |
* | Bulk erasing instructions without RAUWing them is unsafe. Instead, break them | Nick Lewycky | 2009-07-29 | 1 | -0/+179 |
* | Fix simplifylibcalls memset recognition to work on 64-bit platforms | Eli Friedman | 2009-07-18 | 1 | -0/+12 |
* | part of PR4405: disable a contentious optimization for | Chris Lattner | 2009-06-19 | 1 | -10/+0 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -1/+1 |
* | fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by | Chris Lattner | 2009-05-30 | 1 | -0/+14 |
* | Fix PR4206 - crash in simplify lib calls | Chris Lattner | 2009-05-13 | 1 | -0/+6 |
* | add some optimizations for strncpy/strncat and factor some | Chris Lattner | 2009-04-12 | 2 | -0/+52 |
* | Let the strcat optimizer return the pointer to the start of the buffer, | Ed Schouten | 2009-04-06 | 1 | -0/+3 |
* | Mark strto* as readonly when the endptr is null. | Nick Lewycky | 2009-02-13 | 1 | -4/+5 |
* | On strtod and friends, mark 'endptr' nocapture in the function prototype, and | Nick Lewycky | 2009-02-13 | 1 | -0/+13 |
* | Reapply r64300: | Nick Lewycky | 2009-02-13 | 1 | -2/+2 |
* | Revert r64300 and r64301. These were causing the following errors respectively: | Bill Wendling | 2009-02-11 | 1 | -0/+1 |
* | Make sure the SCC pass manager initializes any contained | Duncan Sands | 2009-02-11 | 1 | -0/+12 |
* | Forgot this in the previous checkin: fopen now has nocapture, realloc is | Nick Lewycky | 2009-01-18 | 1 | -2/+2 |
* | 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 |