| Age | Commit message (Expand) | Author |
| 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-04 | Fix PR1896 | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-11-13 | Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from my | Chris Lattner |
| 2007-11-09 | Tighten up a check for folding away loads from (newly constant) globals. This | Chris Lattner |
| 2007-11-01 | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands |
| 2007-09-14 | Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused | Chris Lattner |
| 2007-09-13 | Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle | Chris Lattner |
| 2007-09-13 | be tolerant of PHI nodes when rewriting heap SROA code. This is a step | Chris Lattner |
| 2007-09-13 | refactor some code, no functionality change. On the path to PR1639 | Chris Lattner |
| 2007-09-13 | Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through | Chris Lattner |
| 2007-09-13 | Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI | Chris Lattner |
| 2007-09-04 | Update GEP constructors to use an iterator interface to fix | David Greene |
| 2007-06-04 | When rebuilding constant structs, make sure to honor the isPacked bit. | Chris Lattner |
| 2007-05-15 | selects can also reach here | Chris Lattner |
| 2007-05-13 | Fix Transforms/GlobalOpt/2007-05-13-Crash.ll | Chris Lattner |
| 2007-05-06 | Fix typo in comment. | Nick Lewycky |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2007-04-12 | Implement the "thread_local" keyword. | Lauro Ramos Venancio |
| 2007-04-05 | Fix Transforms/GlobalOpt/2007-04-05-Crash.ll | Chris Lattner |
| 2007-03-02 | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-02-12 | stop using methods that take vectors. | Chris Lattner |
| 2007-02-11 | simplify name juggling through the use of Value::takeName. | Chris Lattner |
| 2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
| 2007-02-02 | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer |
| 2007-01-31 | eliminate temporary vectors | Chris Lattner |
| 2007-01-31 | eliminate temporary vectors | Chris Lattner |
| 2007-01-30 | Adjust #includes to match movement of constant folding code from transformuti... | Chris Lattner |
| 2007-01-30 | adjust to api change | Chris Lattner |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-21 | For PR970: | Reid Spencer |
| 2007-01-12 | Branch conditions must be i1 | Chris Lattner |
| 2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
| 2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
| 2007-01-11 | For PR1043: | Zhou Sheng |
| 2007-01-09 | Fix a bug in heap-sra that caused compilation failure of office-ispell. | Chris Lattner |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-23 | For PR950: | Reid Spencer |
| 2006-12-19 | Eliminate static ctors due to Statistic objects | Chris Lattner |
| 2006-12-12 | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
| 2006-11-30 | make it clear that this is always a zext | Chris Lattner |
| 2006-11-30 | One more bugfix, 3 cases of making casts explicit. | Chris Lattner |