| Commit message (Expand) | Author | Age | Files | Lines |
* | Add objectsize intrinsic and hook it up through codegen. Doesn't | Eric Christopher | 2009-10-27 | 1 | -0/+25 |
* | 80-column and whitespace fixes. | Eric Christopher | 2009-10-07 | 1 | -135/+156 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -19/+19 |
* | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner | 2009-10-05 | 1 | -10/+11 |
* | Fix SimplifyLibCalls to transfer attributes from callees rather than | Dan Gohman | 2009-09-26 | 1 | -4/+7 |
* | Rename ConstantFP's getInf to getInfinity. | Dan Gohman | 2009-09-25 | 1 | -2/+2 |
* | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is | Dan Gohman | 2009-09-25 | 1 | -15/+19 |
* | Enhance transform passes so that they apply the same tranforms to malloc call... | Victor Hernandez | 2009-09-18 | 1 | -1/+7 |
* | In C++, code is not allowed to call main. In C it is, this | Chris Lattner | 2009-09-03 | 1 | -57/+4 |
* | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 1 | -30/+29 |
* | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman | 2009-08-19 | 1 | -1/+2 |
* | Make TargetData optional in SimplifyLibCalls. | Dan Gohman | 2009-08-18 | 1 | -7/+45 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -91/+92 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -7/+7 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -20/+20 |
* | Fix PR4645 which was fallout from the fix for PR4641. | Daniel Dunbar | 2009-07-29 | 1 | -8/+15 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Bulk erasing instructions without RAUWing them is unsafe. Instead, break them | Nick Lewycky | 2009-07-29 | 1 | -7/+9 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -3/+3 |
* | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 1 | -7/+6 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -166/+165 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -40/+40 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -1/+1 |
* | 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 |