| Age | Commit message (Expand) | Author |
| 2009-01-07 | Use a switch rather than a sequence of "isa" tests. | Duncan Sands |
| 2009-01-07 | The verifier checks that the aliasee is not null. | Duncan Sands |
| 2009-01-05 | Teach the internalize pass to also internalize | Duncan Sands |
| 2009-01-05 | Not having an aliasee is a theoretical possibility. | Duncan Sands |
| 2009-01-05 | Format more neatly. | Duncan Sands |
| 2009-01-05 | Remove trailing spaces. | Duncan Sands |
| 2009-01-05 | Delete unused global aliases with internal linkage. | Duncan Sands |
| 2009-01-03 | Any void readonly functions are provably dead, don't waste time adding | Nick Lewycky |
| 2009-01-02 | Load tracking means that the value analyzed may | Duncan Sands |
| 2009-01-02 | When calculating 'nocapture' argument attributes, allow | Duncan Sands |
| 2009-01-02 | Improve comments and reorganize a bit - no functionality | Duncan Sands |
| 2009-01-02 | Make adding nocapture a bit stronger. FreeInst is nocapture. Also, | Nick Lewycky |
| 2009-01-01 | Mention that this pass does escape analysis in the | Duncan Sands |
| 2008-12-31 | Look through phi nodes and select instructions when | Duncan Sands |
| 2008-12-31 | Don't analyze arguments already marked 'nocapture'. | Duncan Sands |
| 2008-12-31 | Rename AddReadAttrs to FunctionAttrs, and teach it how | Duncan Sands |
| 2008-12-29 | Experiments show that looking through phi nodes | Duncan Sands |
| 2008-12-29 | Allow readnone functions to read (and write!) global | Duncan Sands |
| 2008-12-17 | insert some sequence points and preincrement an iterator to avoid | Chris Lattner |
| 2008-12-17 | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner |
| 2008-12-16 | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner |
| 2008-12-16 | fix a crash found by inspection. | Chris Lattner |
| 2008-12-16 | switch some std::set/std::map to SmallPtrSet/DenseMap. | Chris Lattner |
| 2008-12-15 | enhance heap-sra to apply to fixed sized array allocations, not just | Chris Lattner |
| 2008-12-15 | Use stripPointerCasts. | Chris Lattner |
| 2008-12-15 | minor tweaks for formatting, allow bitcast in ValueIsOnlyUsedLocallyOrStoredT... | Chris Lattner |
| 2008-12-15 | refactor some code into a new TryToOptimizeStoreOfMallocToGlobal function. | Chris Lattner |
| 2008-11-21 | Fix error where it wasn't getting the correct caller function. | Bill Wendling |
| 2008-11-21 | If the function being inlined has a higher stack protection level than the | Bill Wendling |
| 2008-11-20 | Do not forget llvm.dbg.declare's first argument while removing debugging info... | Devang Patel |
| 2008-11-19 | Remove unused variables. | Devang Patel |
| 2008-11-19 | Fix typo. | Devang Patel |
| 2008-11-18 | Add new helper pass that strips all symbol names except debugging information. | Devang Patel |
| 2008-11-18 | Remove even more llvm.dbg variables. | Devang Patel |
| 2008-11-16 | If SI->size() is 0, we are not allowed to dereference ->begin(). | Torok Edwin |
| 2008-11-16 | simplify loop | Chris Lattner |
| 2008-11-14 | Refactor code. | Devang Patel |
| 2008-11-13 | Really remove all debug information. | Devang Patel |
| 2008-11-11 | Use actual function name in comments. | Devang Patel |
| 2008-11-05 | Do now allow InlineAlways pass to remove dead functions. | Devang Patel |
| 2008-11-03 | add a period at the end of the comment, ignoring the fact that the comment wo... | Andrew Lenharth |
| 2008-11-03 | Ensure that we are checking only calls to the function we are interested in s... | Andrew Lenharth |
| 2008-11-02 | Changes from Duncan's review: | Nick Lewycky |
| 2008-11-02 | Get this building on 64 bit machines (error: | Duncan Sands |
| 2008-11-02 | CMake: added a source file. | Oscar Fuentes |
| 2008-11-02 | Add a new MergeFunctions pass. It finds identical functions and merges them. | Nick Lewycky |
| 2008-10-30 | Add InlineCost class for represent the estimated cost of inlining a | Daniel Dunbar |
| 2008-10-29 | Factor shouldInline method out of Inliner. | Daniel Dunbar |
| 2008-10-28 | Assorted comment/naming fixes, 80-col violations, and reindentation. | Daniel Dunbar |
| 2008-10-21 | Fix a bug that prevented llvm-extract -delete from working. | Dan Gohman |