Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -19/+16 |
| | | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144 | ||||
* | * Move classes around | Cameron Buschardt | 2002-03-27 | 1 | -29/+36 |
| | | | | | | | * rename constructor function * Move stuff into anonymous namespaces llvm-svn: 2007 | ||||
* | Implemented promote mem->reg pass. | Cameron Buschardt | 2002-03-27 | 1 | -64/+286 |
| | | | | llvm-svn: 2005 | ||||
* | Namespaces | Chris Lattner | 2002-02-24 | 1 | -1/+1 |
| | | | | llvm-svn: 1791 | ||||
* | Add neccesary #include | Chris Lattner | 2002-02-12 | 1 | -0/+1 |
| | | | | llvm-svn: 1742 | ||||
* | I forgot to provide dominance frontier information. Now it's available. | Chris Lattner | 2002-02-12 | 1 | -5/+24 |
| | | | | | | Also add more comments. llvm-svn: 1741 | ||||
* | Initial checkin of new memory -> register promotion pass | Chris Lattner | 2002-02-12 | 1 | -0/+93 |
llvm-svn: 1739 |