Age | Commit message (Expand) | Author |
2009-02-15 | Update the list of function annotations for nocapture. All of these came up | Nick Lewycky |
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-12 | Don't mark all args to strtod and friends as nocapture. | Nick Lewycky |
2009-01-18 | Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, | Nick Lewycky |
2009-01-05 | Move the libcall annotating part from doFinalization to doInitialization. | 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-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
2008-09-04 | Add intrinsic forms of pow and exp2. The non-intrinsic | Dale Johannesen |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-08-08 | Have IRBuilder take a template argument on whether or not to preserve | Eric Christopher |
2008-06-30 | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng |
2008-06-29 | Revert (52748 and friends): | Anton Korobeynikov |
2008-06-26 | Remove unused function. | Eric Christopher |
2008-06-16 | Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.ll | Chris Lattner |
2008-06-09 | lower calls to abs to inline code, PR2337 | Chris Lattner |
2008-05-19 | Fix PR2341 - when the length is 4 use an i32 not | Duncan Sands |
2008-05-05 | Fix: Some classes were derived from a class in an anonymous namespace, but they | Bill Wendling |
2008-05-02 | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner |
2008-05-01 | 1) add '-debug' output | Chris Lattner |
2008-05-01 | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner |