| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+1 |
| | | | | | llvm-svn: 2397 | ||||
| * | Change references to the Method class to be references to the Function | Chris Lattner | 2002-04-07 | 1 | -25/+19 |
| | | | | | | | | class. The Method class is obsolete (renamed) and all references to it are being converted over to Function. llvm-svn: 2144 | ||||
| * | 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 | ||||
| * | Convert operand iterator over to work like an STL iterator | Chris Lattner | 2002-02-05 | 1 | -60/+28 |
| | | | | | llvm-svn: 1720 | ||||
| * | * Code Cleanups | Chris Lattner | 2002-02-05 | 1 | -8/+6 |
| | | | | | | | * Removal dependencies on Type.h & remove uses of getTypeID() llvm-svn: 1718 | ||||
| * | Must include SetOperations to do set_* | Chris Lattner | 2002-02-05 | 1 | -0/+1 |
| | | | | | llvm-svn: 1716 | ||||
| * | * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static | Chris Lattner | 2002-02-05 | 1 | -14/+12 |
| | | | | | | | | | | | function in the one .cpp file that uses it. Use ValueSet's instead. * Prepare to delete LiveVarSet.h & LiveVarSet.cpp * Eliminate the ValueSet class, making all old member functions into global templates that will eventually be moved to Support. * Eliminate some irrelevant const's llvm-svn: 1712 | ||||
| * | * Code Cleanups | Chris Lattner | 2002-02-05 | 1 | -36/+25 |
| | | | | | | | * Introduce RAV to allow stream I/O instead of using printValue llvm-svn: 1710 | ||||
| * | * Add #includes removed from headers | Chris Lattner | 2002-02-04 | 1 | -10/+8 |
| | | | | | | | | * ValueSet interface converted from add/remove to insert/erase * Minor cleanups llvm-svn: 1689 | ||||
| * | Add #includes neccesary since they were removed from .h files | Chris Lattner | 2002-02-04 | 1 | -0/+4 |
| | | | | | llvm-svn: 1675 | ||||
| * | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -73/+51 |
| | | | | | llvm-svn: 1503 | ||||
| * | Added destructors and comments. | Ruchira Sasanka | 2002-01-07 | 1 | -13/+67 |
| | | | | | | | Added correct spill candidate selection logic. llvm-svn: 1493 | ||||
| * | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner | 2001-12-04 | 1 | -3/+3 |
| | | | | | | | | Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408 | ||||
| * | Coalesing bug fix - now checks for the same regType instead of the same | Ruchira Sasanka | 2001-11-10 | 1 | -3/+6 |
| | | | | | | | regClass since FP class has two reg Types. llvm-svn: 1236 | ||||
| * | Corrected call interference bug | Ruchira Sasanka | 2001-10-19 | 1 | -0/+5 |
| | | | | | llvm-svn: 916 | ||||
| * | Added support for caller saving | Ruchira Sasanka | 2001-10-16 | 1 | -22/+22 |
| | | | | | llvm-svn: 847 | ||||
| * | Output to cerr rather than cout so that debug info doesn't mess up assembly ↵ | Chris Lattner | 2001-10-15 | 1 | -22/+22 |
| | | | | | | | generation llvm-svn: 840 | ||||
| * | updated suggesting/coloring of call & return args & implicit operands. | Ruchira Sasanka | 2001-10-15 | 1 | -52/+43 |
| | | | | | | | Changed added instr to a deque (from a vector) llvm-svn: 831 | ||||
| * | --corrected coalescing test: coalsed only if two are of the same reg class | Ruchira Sasanka | 2001-10-12 | 1 | -6/+6 |
| | | | | | llvm-svn: 729 | ||||
| * | --added suggesting colors; call/ret arg handling | Ruchira Sasanka | 2001-09-30 | 1 | -15/+96 |
| | | | | | llvm-svn: 670 | ||||
| * | * REMOVE extraneous debug info if DEBUG_RA is not set | Chris Lattner | 2001-09-19 | 1 | -1/+1 |
| | | | | | | | * Spell PhyRegAlloc right. llvm-svn: 645 | ||||
| * | -- updated printing | Ruchira Sasanka | 2001-09-18 | 1 | -1/+15 |
| | | | | | llvm-svn: 631 | ||||
| * | fixed printing messages | Ruchira Sasanka | 2001-09-15 | 1 | -2/+4 |
| | | | | | llvm-svn: 590 | ||||
| * | *** empty log message *** | Ruchira Sasanka | 2001-09-14 | 1 | -0/+283 |
| llvm-svn: 580 | |||||

