| Age | Commit message (Expand) | Author |
| 2009-12-15 | add some other xforms that should be done as part of PR5783 | Chris Lattner |
| 2009-12-02 | tidy up, remove dependence on order of evaluation of function args from EmitM... | Chris Lattner |
| 2009-11-21 | Add more optimizations for object size checking, enable handling of | Eric Christopher |
| 2009-11-20 | Revert "Add some rough optimizations for checking routines.", it buildeth not. | Daniel Dunbar |
| 2009-11-20 | Add some rough optimizations for checking routines. | Eric Christopher |
| 2009-11-16 | CreateIntCast takes an "isSigned" parameter. Pass "true" for it, rather than | Duncan Sands |
| 2009-11-09 | fix PR5104: when printing a single character, return the result of | Chris Lattner |
| 2009-11-05 | Teach SimplifyLibCalls to fold memcmp calls with constant arguments. | Benjamin Kramer |
| 2009-10-27 | Add objectsize intrinsic and hook it up through codegen. Doesn't | Eric Christopher |
| 2009-10-07 | 80-column and whitespace fixes. | Eric Christopher |
| 2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
| 2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
| 2009-09-26 | Fix SimplifyLibCalls to transfer attributes from callees rather than | Dan Gohman |
| 2009-09-25 | Rename ConstantFP's getInf to getInfinity. | Dan Gohman |
| 2009-09-25 | Transform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt(x))), which is | Dan Gohman |
| 2009-09-18 | Enhance transform passes so that they apply the same tranforms to malloc call... | Victor Hernandez |
| 2009-09-03 | In C++, code is not allowed to call main. In C it is, this | Chris Lattner |
| 2009-09-02 | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner |
| 2009-08-19 | Fix SimplifyLibcalls and ValueTracking to check mayBeOverridden | Dan Gohman |
| 2009-08-18 | Make TargetData optional in SimplifyLibCalls. | Dan Gohman |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | Fix PR4645 which was fallout from the fix for PR4641. | Daniel Dunbar |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-29 | Bulk erasing instructions without RAUWing them is unsafe. Instead, break them | Nick Lewycky |
| 2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
| 2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
| 2009-07-26 | Remove Value::getNameLen | Daniel Dunbar |
| 2009-07-26 | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar |
| 2009-07-25 | Remove Value::{isName, getNameRef}. | Daniel Dunbar |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-23 | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-18 | Fix simplifylibcalls memset recognition to work on 64-bit platforms | Eli Friedman |
| 2009-07-16 | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson |
| 2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
| 2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-03 | Even more passes being LLVMContext'd. | Owen Anderson |
| 2009-06-19 | part of PR4405: disable a contentious optimization for | Chris Lattner |
| 2009-06-18 | Revert IRBuilder CC propagation. Fix SimplifyLibCalls instead. | Anton Korobeynikov |
| 2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
| 2009-05-30 | fix PR4284, a bug in simplifylibcalls handling memcmp. Patch by | Chris Lattner |
| 2009-05-13 | Fix PR4206 - crash in simplify lib calls | Chris Lattner |
| 2009-04-12 | "There was a typo in my previous patch which leads to miscompilation of | Chris Lattner |
| 2009-04-12 | add some optimizations for strncpy/strncat and factor some | Chris Lattner |
| 2009-04-06 | Let the strcat optimizer return the pointer to the start of the buffer, | Ed Schouten |
| 2009-03-13 | Oops...I committed too much. | Bill Wendling |