| Age | Commit message (Expand) | Author |
| 2008-01-21 | Merge from mainline. | Tanya Lattner |
| 2008-01-17 | DAE bug fix. Don't lose parameter attributes on vararg arguments. | Evan Cheng |
| 2008-01-17 | Fix arg promotion to propagate the correct attrs on the calls to | Chris Lattner |
| 2008-01-16 | Handle attribute(used) global variables that are i8. | Chris Lattner |
| 2008-01-16 | Do not strip llvm.used values. | Devang Patel |
| 2008-01-14 | I noticed that the trampoline straightening transformation could | Duncan Sands |
| 2008-01-14 | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner |
| 2008-01-14 | The isNotSuitableForSRA property is now dead, don't compute it. | Chris Lattner |
| 2008-01-14 | Change SRAGlobal to not depend on isNotSuitableForSRA, which makes it very | Chris Lattner |
| 2008-01-14 | Make the 'shrink global to bool' optimization more self contained, and thus | Chris Lattner |
| 2008-01-14 | Turn a memcpy from a double* into a load/store of double instead of | Chris Lattner |
| 2008-01-13 | factor memcpy/memmove simplification out to its own SimplifyMemTransfer | Chris Lattner |
| 2008-01-13 | simplify some code. If we can infer alignment for source and dest that are | Chris Lattner |
| 2008-01-13 | simplify some code by adding a InsertBitCastBefore method, | Chris Lattner |
| 2008-01-13 | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner |
| 2008-01-13 | Small simplification. | Duncan Sands |
| 2008-01-13 | When turning a call to a bitcast function into a direct call, | Duncan Sands |
| 2008-01-12 | we don't have to make an explicit copy of a byval argument when | Chris Lattner |
| 2008-01-12 | Allow clients to specify the inline threshold when creating | Chris Lattner |
| 2008-01-11 | When DAE drops the varargs part of a function, ensure any | Duncan Sands |
| 2008-01-11 | Teach argpromote to ruthlessly hack small byval structs when it can | Chris Lattner |
| 2008-01-11 | Use smallptrset instead of std::set for efficiency. | Chris Lattner |
| 2008-01-11 | a byval argument is guaranteed to be valid to load. | Chris Lattner |
| 2008-01-11 | Update this code to use eraseFromParent where possible. Compute | Chris Lattner |
| 2008-01-11 | replace a loop with a constant time check. | Chris Lattner |
| 2008-01-11 | another minor datastructure tweak. | Chris Lattner |
| 2008-01-11 | start using smallvector to avoid vector heap thrashing. | Chris Lattner |
| 2008-01-11 | When inlining a functino with a byval argument, make an explicit | Chris Lattner |
| 2008-01-08 | Implement PR1795, an instcombine hack for forming GEPs with integer pointer a... | Chris Lattner |
| 2008-01-07 | Small cleanup for handling of type/parameter attribute | Duncan Sands |
| 2008-01-07 | Deleting an empty file. Thanks, /usr/bin/patch! | Gordon Henriksen |
| 2008-01-07 | With this patch, the LowerGC transformation becomes the | Gordon Henriksen |
| 2008-01-06 | The transform that tries to turn calls to bitcast functions into | Duncan Sands |
| 2008-01-06 | When transforming a call to a bitcast function into | Duncan Sands |
| 2008-01-05 | remove a couple more unsafe xforms in the face of overflow. | Chris Lattner |
| 2008-01-05 | remove the (x-y) < 0 comparison xform, it miscompiles | Chris Lattner |
| 2008-01-04 | fix typo | Wojciech Matyjewicz |
| 2008-01-04 | Fix PR1896 | Chris Lattner |
| 2008-01-03 | don't hoist FP additions into unconditional adds + selects. This | Chris Lattner |
| 2008-01-02 | add missing #include | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-29 | remove attribution from lib Makefiles. | Chris Lattner |
| 2007-12-29 | Disable null pointer folding transforms for non-generic address spaces. This ... | Christopher Lamb |
| 2007-12-29 | dead calls to llvm.stacksave can be deleted, even though they | Chris Lattner |
| 2007-12-28 | Repair a transform that Chris noticed a bug in. Thanks to Nicholas for point... | Owen Anderson |
| 2007-12-28 | disable this instcombine xform, it miscompiles: | Chris Lattner |
| 2007-12-25 | Fixing several transforms which would drop the collector attribute | Gordon Henriksen |
| 2007-12-25 | Don't break critical edges for single-bb loops, this helps with PR1877, though | Chris Lattner |
| 2007-12-25 | GC poses hazards to the inliner. Consider: | Gordon Henriksen |
| 2007-12-24 | add a -backedge-hack llc-beta option to codegenprepare. | Chris Lattner |