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 | -8/+8 |
| | | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144 | ||||
* | General cleanup | Chris Lattner | 2002-02-01 | 1 | -4/+3 |
| | | | | llvm-svn: 1628 | ||||
* | Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes ↵ | Chris Lattner | 2002-01-31 | 1 | -8/+11 |
| | | | | | | class llvm-svn: 1613 | ||||
* | Convert analyses to new pass structure | Chris Lattner | 2002-01-31 | 1 | -0/+4 |
| | | | | llvm-svn: 1603 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -0/+1 |
| | | | | llvm-svn: 1503 | ||||
* | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner | 2001-12-03 | 1 | -1/+1 |
| | | | | llvm-svn: 1405 | ||||
* | Broad superficial changes: | Chris Lattner | 2001-07-07 | 1 | -1/+1 |
| | | | | | | | | | * Renamed getOpcode to getOpcodeName * Changed getOpcodeName to return a const char * instead of string * Added a getOpcode method to replace getInstType * Changed code to use getOpcode instead of getInstType llvm-svn: 152 | ||||
* | Add method to unify all exit nodes of a method | Chris Lattner | 2001-07-06 | 1 | -0/+69 |
llvm-svn: 143 |