| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+2 |
* | Fix simplifylibcalls memset recognition to work on 64-bit platforms | Eli Friedman | 2009-07-18 | 1 | -2/+2 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+2 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | Push LLVMContext _back_ through IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+1 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -3/+2 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -1/+2 |
* | Even more passes being LLVMContext'd. | Owen Anderson | 2009-07-03 | 1 | -72/+92 |
* | part of PR4405: disable a contentious optimization for | Chris Lattner | 2009-06-19 | 1 | -5/+3 |
* | Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead. | Anton Korobeynikov | 2009-06-18 | 1 | -23/+62 |
* | 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 | -1/+1 |
* | Fix PR4206 - crash in simplify lib calls | Chris Lattner | 2009-05-13 | 1 | -1/+1 |
* | "There was a typo in my previous patch which leads to miscompilation of | Chris Lattner | 2009-04-12 | 1 | -1/+1 |
* | add some optimizations for strncpy/strncat and factor some | Chris Lattner | 2009-04-12 | 1 | -22/+114 |
* | Let the strcat optimizer return the pointer to the start of the buffer, | Ed Schouten | 2009-04-06 | 1 | -2/+2 |
* | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 1 | -30/+28 |
* | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -28/+30 |
* | Update the list of function annotations for nocapture. All of these came up | Nick Lewycky | 2009-02-15 | 1 | -47/+186 |
* | Mark strto* as readonly when the endptr is null. | Nick Lewycky | 2009-02-13 | 1 | -1/+3 |
* | On strtod and friends, mark 'endptr' nocapture in the function prototype, and | Nick Lewycky | 2009-02-13 | 1 | -3/+37 |
* | Don't mark all args to strtod and friends as nocapture. | Nick Lewycky | 2009-02-12 | 1 | -7/+0 |
* | Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, | Nick Lewycky | 2009-01-18 | 1 | -22/+152 |
* | Move the libcall annotating part from doFinalization to doInitialization. | Nick Lewycky | 2009-01-05 | 1 | -18/+77 |
* | Run a post-pass that marks known function declarations by name. | Nick Lewycky | 2009-01-04 | 1 | -0/+443 |
* | Turn strcmp into memcmp, such as strcmp(P, "x") --> memcmp(P, "x", 2). | Nick Lewycky | 2008-12-21 | 1 | -2/+30 |
* | Optimize memmove and memset into the LLVM builtins. Note that these | Eli Friedman | 2008-11-30 | 1 | -4/+57 |
* | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner | 2008-11-21 | 1 | -3/+4 |
* | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling | 2008-11-21 | 1 | -4/+3 |
* | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta | 2008-11-21 | 1 | -3/+4 |
* | Add intrinsic forms of pow and exp2. The non-intrinsic | Dale Johannesen | 2008-09-04 | 1 | -0/+10 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | Have IRBuilder take a template argument on whether or not to preserve | Eric Christopher | 2008-08-08 | 1 | -45/+46 |
* | - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp... | Evan Cheng | 2008-06-30 | 1 | -82/+1 |
* | Revert (52748 and friends): | Anton Korobeynikov | 2008-06-29 | 1 | -1/+82 |
* | Remove unused function. | Eric Christopher | 2008-06-26 | 1 | -82/+1 |
* | Fix the crash on SimplifyLibCalls/2005-05-20-sprintf-crash.ll | Chris Lattner | 2008-06-16 | 1 | -1/+1 |
* | lower calls to abs to inline code, PR2337 | Chris Lattner | 2008-06-09 | 1 | -1/+26 |
* | Fix PR2341 - when the length is 4 use an i32 not | Duncan Sands | 2008-05-19 | 1 | -8/+10 |
* | Fix: Some classes were derived from a class in an anonymous namespace, but they | Bill Wendling | 2008-05-05 | 1 | -0/+2 |
* | strength reduce exp2 into ldexp, rdar://5852514 | Chris Lattner | 2008-05-02 | 1 | -1/+52 |
* | 1) add '-debug' output | Chris Lattner | 2008-05-01 | 1 | -11/+19 |
* | Delete the IPO simplify-libcalls and completely reimplement it as | Chris Lattner | 2008-05-01 | 1 | -0/+1437 |