| Age | Commit message (Expand) | Author |
| 2002-08-14 | Avoid inserting an entry block unless we need it | Chris Lattner |
| 2002-08-08 | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner |
| 2002-07-30 | * Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.ll | Chris Lattner |
| 2002-07-29 | Add code to ensure that no PHI nodes are left laying around with their | Chris Lattner |
| 2002-07-29 | Fix bug: test/Regression/Transforms/ADCE/2002-07-29-Segfault.ll | Chris Lattner |
| 2002-07-27 | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner |
| 2002-07-26 | * Add support for different "PassType's" | Chris Lattner |
| 2002-07-26 | *** empty log message *** | Chris Lattner |
| 2002-07-23 | *** empty log message *** | Chris Lattner |
| 2002-06-25 | changes to make it compatible with 64bit gcc | Anand Shukla |
| 2002-06-25 | MEGAPATCH checkin. | Chris Lattner |
| 2002-05-28 | Avoid deleting individual instructions until AFTER dead blocks have dropped | Chris Lattner |
| 2002-05-22 | Fix and implement ADCE to finally work! | Chris Lattner |
| 2002-05-22 | Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma... | Chris Lattner |
| 2002-05-10 | Fix some bugs, straighten stuff out, more work needs to be done. | Chris Lattner |
| 2002-05-07 | Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll | Chris Lattner |
| 2002-05-07 | Merge all individual .h files into a single Scalar.h file | Chris Lattner |
| 2002-05-06 | Clean up ADCE by removing extraneous wrapper class | Chris Lattner |
| 2002-04-29 | Eliminate duplicate or unneccesary #include's | Chris Lattner |
| 2002-04-29 | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner |
| 2002-04-28 | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner |
| 2002-04-27 | * Rename MethodPass class to FunctionPass | Chris Lattner |
| 2002-04-08 | s/Method/Function | Chris Lattner |
| 2002-02-26 | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner |
| 2002-02-12 | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner |
| 2002-02-12 | Method.h no longer includes BasicBlock.h | Chris Lattner |
| 2002-01-31 | MethodPass's are now guaranteed to not be run on external methods! | Chris Lattner |
| 2002-01-31 | Convert xforms over to new pass structure. | Chris Lattner |
| 2002-01-26 | Remove extraneous #includes | Chris Lattner |
| 2002-01-21 | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner |
| 2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
| 2001-12-03 | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner |
| 2001-11-27 | Create a new #include "Support/..." directory structure to move things | Chris Lattner |
| 2001-10-18 | Convert optimizations to the pass infrastructure | Chris Lattner |
| 2001-10-02 | Commit more code over to new cast style | Chris Lattner |
| 2001-10-01 | Add support for new style casts | Chris Lattner |
| 2001-10-01 | Pull predecessor and successor iterators out of the CFG*.h files, and plop th... | Chris Lattner |
| 2001-09-28 | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner |
| 2001-09-28 | ADCE is broken but at least we know why | Chris Lattner |
| 2001-09-09 | Make ADCE more robust, it still has problems, but it's getting closer | Chris Lattner |
| 2001-07-23 | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner |
| 2001-07-08 | Use the CDG to mark branches alive on demand. | Chris Lattner |
| 2001-07-06 | Update to include right file | Chris Lattner |
| 2001-06-30 | Initial checkin. Should print dead instructions, except it doesn't do | Chris Lattner |