| Age | Commit message (Expand) | Author |
| 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 |
| 2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
| 2010-09-10 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
| 2010-09-07 | Fix major bug in thunk detection. Also verify the calling convention. | Nick Lewycky |
| 2010-09-05 | Fix warning reported by MSVC++ builder. | Nick Lewycky |
| 2010-09-05 | Switch FnSet to containing the ComparableFunction instead of a pointer to one. | Nick Lewycky |
| 2010-09-05 | Fix many bugs when merging weak-strong and weak-weak pairs. We now merge all | Nick Lewycky |
| 2010-08-31 | Fix an infinite loop; merging two functions will create a new function (if the | Nick Lewycky |
| 2010-08-31 | Switch to DenseSet, simplifying much more code. We now have a single iteration | Nick Lewycky |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
| 2010-08-26 | zap dead code. | Chris Lattner |
| 2010-08-26 | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman |
| 2010-08-25 | DIGlobalVariable can be used to encode debug info for globals that are direc... | Devang Patel |
| 2010-08-09 | Fix a use after free error caught by the valgrind builders. | Nick Lewycky |
| 2010-08-08 | Do more to modernize MergeFunctions. Refactor in response to Chris' code review. | Nick Lewycky |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Work in progress, cleaning up MergeFuncs. | Nick Lewycky |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 2010-08-02 | Fix a -Wreorder warning. | Daniel Dunbar |
| 2010-08-02 | Work in progress. | Nick Lewycky |