Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -3/+3 | |
| | | | | | | Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178 | |||||
* | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner | 2002-02-26 | 1 | -7/+18 | |
| | | | | | | creation functions in their public header file, unless they can help it. llvm-svn: 1816 | |||||
* | * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into | Chris Lattner | 2002-02-12 | 1 | -3/+4 | |
| | | | | | | | | | llvm/Support/CFG.h * Make pred & succ iterators for intervals global functions * Add #includes that are now neccesary because BasicBlock.h doesn't include InstrTypes.h anymore llvm-svn: 1750 | |||||
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 1 | -0/+1 | |
| | | | | | | | Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746 | |||||
* | MethodPass's are now guaranteed to not be run on external methods! | Chris Lattner | 2002-01-31 | 1 | -2/+0 | |
| | | | | llvm-svn: 1611 | |||||
* | Convert xforms over to new pass structure. | Chris Lattner | 2002-01-31 | 1 | -5/+11 | |
| | | | | llvm-svn: 1605 | |||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -5/+5 | |
| | | | | llvm-svn: 1503 | |||||
* | Actually return true when a change has been made | Chris Lattner | 2001-12-05 | 1 | -0/+2 | |
| | | | | llvm-svn: 1425 | |||||
* | Fix bugs, don't do external methods which causes segv. | Chris Lattner | 2001-12-04 | 1 | -1/+4 | |
| | | | | llvm-svn: 1414 | |||||
* | Implement induction variable simplification | Chris Lattner | 2001-12-04 | 1 | -1/+125 | |
| | | | | llvm-svn: 1411 | |||||
* | Initial checkin of indvar stuff | Chris Lattner | 2001-12-03 | 1 | -0/+69 | |
llvm-svn: 1404 |