| Age | Commit message (Expand) | Author |
| 2011-01-16 | simplify this code, it is still broken but will follow up on llvm-commits. | Chris Lattner |
| 2011-01-16 | remove the partial specialization pass. It is unmaintained and has bugs. | Chris Lattner |
| 2011-01-15 | Add missing whitespace. | Nick Lewycky |
| 2011-01-15 | Make constmerge a two-pass algorithm so that it won't miss merging | Nick Lewycky |
| 2011-01-15 | Try to unbreak selfhost. | Benjamin Kramer |
| 2011-01-15 | Add a cache that protects mergefunc's internals from more surprises in DenseSet. | Nick Lewycky |
| 2011-01-14 | Fix a false-positive warning. | Owen Anderson |
| 2011-01-14 | Enhance GlobalOpt to be able evaluate initializers that involve stores through | Owen Anderson |
| 2011-01-04 | Improve the accuracy of the inlining heuristic looking for the | Dale Johannesen |
| 2011-01-02 | Also remove functions that use complex constant expressions in terms of | Nick Lewycky |
| 2011-01-02 | Remove functions from the FnSet when one of their callee's is being merged. This | Nick Lewycky |
| 2011-01-01 | fix a globalopt crash on two Adobe-C++ testcases that the recent | Chris Lattner |
| 2010-12-07 | reapply r121100 with a tweak to constant fold ConstExprs with TargetData | Chris Lattner |
| 2010-12-07 | Temporarily revert r121100 as it's causing clang to fail | Eric Christopher |
| 2010-12-07 | fix PR8710 - teach global opt that some constantexprs are too complex to | Chris Lattner |
| 2010-12-06 | replace a linear scan with a symtab lookup, reduce indentation. | Chris Lattner |
| 2010-12-06 | Fix PR8735, a really terrible problem in the inliner's "alloca merging" | Chris Lattner |
| 2010-12-06 | improve -debug output and comments a little. | Chris Lattner |
| 2010-11-11 | Add helper functions for computing the Location of load, store, | Dan Gohman |
| 2010-11-11 | Factor out Instruction::isSafeToSpeculativelyExecute's code for | Dan Gohman |
| 2010-11-11 | TBAA-enable ArgumentPromotion. | Dan Gohman |
| 2010-11-10 | Add a doesAccessArgPointees helper function, and update code to use | Dan Gohman |
| 2010-11-10 | Factor out the code for testing whether a function accesses | Dan Gohman |
| 2010-11-10 | Make ModRefBehavior a lattice. Use this to clean up AliasAnalysis | Dan Gohman |
| 2010-11-09 | Teach FunctionAttrs about the VAArg instruction. | Dan Gohman |
| 2010-11-09 | Use the AliasAnalysis interface to determine how a Function accesses | Dan Gohman |
| 2010-11-09 | Teach FunctionAttrs about AccessesArgumentsReadonly. | Dan Gohman |
| 2010-11-08 | Fix a thinko that Duncan spotted. | Dan Gohman |
| 2010-11-08 | Make FunctionAttrs TBAA-aware. | Dan Gohman |
| 2010-11-08 | Extend the AliasAnalysis::pointsToConstantMemory interface to allow it | Dan Gohman |
| 2010-11-08 | Make FunctionAttrs use AliasAnalysis::getModRefBehavior, now that it | Dan Gohman |
| 2010-11-03 | Rename PointsToLocalMemory to PointsToLocalOrConstantMemory to make | Duncan Sands |
| 2010-11-02 | Let the -inline-threshold command line argument take precedence over the | Jakob Stoklund Olesen |
| 2010-10-30 | Now that the MallocInst no longer exists, this workaround for | Duncan Sands |
| 2010-10-30 | If a function does a volatile load from a global constant, do not | Duncan Sands |
| 2010-10-21 | RetOp is not actually used for anything useful (though | Duncan Sands |
| 2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-19 | GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. | Mikhail Glushenkov |
| 2010-10-18 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-10-13 | CallGraphSCC passes implicity require CallGraph analysis. | Owen Anderson |
| 2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
| 2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
| 2010-10-09 | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks |
| 2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
| 2010-10-07 | Add an initialization routine for libLLVMipo.a | Owen Anderson |
| 2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
| 2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
| 2010-09-23 | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson |
| 2010-09-15 | fix PR8144, a bug where constant merge would merge globals marked | Chris Lattner |