| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some bugs, straighten stuff out, more work needs to be done. | Chris Lattner | 2002-05-10 | 1 | -19/+33 |
| * | Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll | Chris Lattner | 2002-05-07 | 1 | -46/+31 |
| * | Merge all individual .h files into a single Scalar.h file | Chris Lattner | 2002-05-07 | 1 | -1/+1 |
| * | Clean up ADCE by removing extraneous wrapper class | Chris Lattner | 2002-05-06 | 1 | -43/+42 |
| * | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+0 |
| * | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+2 |
| * | Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes | Chris Lattner | 2002-04-28 | 1 | -6/+6 |
| * | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -17/+15 |
| * | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -11/+11 |
| * | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner | 2002-02-26 | 1 | -15/+18 |
| * | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -4/+2 |
| * | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -4/+7 |
| * | MethodPass's are now guaranteed to not be run on external methods! | Chris Lattner | 2002-01-31 | 1 | -3/+1 |
| * | Convert xforms over to new pass structure. | Chris Lattner | 2002-01-31 | 1 | -9/+15 |
| * | Remove extraneous #includes | Chris Lattner | 2002-01-26 | 1 | -1/+0 |
| * | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner | 2002-01-21 | 1 | -2/+2 |
| * | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -9/+11 |
| * | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner | 2001-12-03 | 1 | -1/+1 |
| * | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -2/+2 |
| * | Convert optimizations to the pass infrastructure | Chris Lattner | 2001-10-18 | 1 | -2/+2 |
| * | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -4/+5 |
| * | Add support for new style casts | Chris Lattner | 2001-10-01 | 1 | -1/+1 |
| * | Pull predecessor and successor iterators out of the CFG*.h files, and plop th... | Chris Lattner | 2001-10-01 | 1 | -2/+2 |
| * | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner | 2001-09-28 | 1 | -2/+3 |
| * | ADCE is broken but at least we know why | Chris Lattner | 2001-09-28 | 1 | -1/+6 |
| * | Make ADCE more robust, it still has problems, but it's getting closer | Chris Lattner | 2001-09-09 | 1 | -37/+181 |
| * | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
| * | Use the CDG to mark branches alive on demand. | Chris Lattner | 2001-07-08 | 1 | -18/+42 |
| * | Update to include right file | Chris Lattner | 2001-07-06 | 1 | -1/+2 |
| * | Initial checkin. Should print dead instructions, except it doesn't do | Chris Lattner | 2001-06-30 | 1 | -0/+126 |