Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific | Chris Lattner | 2004-01-09 | 1 | -128/+0 |
| | | | | llvm-svn: 10728 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| | | | | llvm-svn: 9903 | ||||
* | * Order #includes as per style guide | Misha Brukman | 2003-10-23 | 1 | -10/+12 |
| | | | | | | | * Doxygen-ify comments * Make code layout more consistent llvm-svn: 9431 | ||||
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
| | | | | llvm-svn: 9321 | ||||
* | Standardize the names of include guards. | Brian Gaeke | 2003-09-21 | 1 | -2/+2 |
| | | | | llvm-svn: 8645 | ||||
* | Fix typos in comments. | Brian Gaeke | 2003-09-15 | 1 | -2/+2 |
| | | | | llvm-svn: 8523 | ||||
* | Add const version of getLiveRangeForValue(). | Vikram S. Adve | 2003-07-29 | 1 | -4/+9 |
| | | | | llvm-svn: 7386 | ||||
* | Remove extraneous #includes | Chris Lattner | 2003-07-26 | 1 | -1/+1 |
| | | | | llvm-svn: 7341 | ||||
* | Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h | Chris Lattner | 2003-01-14 | 1 | -1/+1 |
| | | | | llvm-svn: 5282 | ||||
* | More renamings of Target/Machine*Info to Target/Target*Info | Chris Lattner | 2002-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 5204 | ||||
* | Inline typedef, eliminate unused method | Chris Lattner | 2002-10-29 | 1 | -10/+3 |
| | | | | llvm-svn: 4382 | ||||
* | Added a couple of helper methods for live range construction. | Vikram S. Adve | 2002-09-28 | 1 | -13/+12 |
| | | | | llvm-svn: 3970 | ||||
* | Non-standard hash classes are not in the std:: namespace | Chris Lattner | 2002-07-24 | 1 | -1/+1 |
| | | | | llvm-svn: 3057 | ||||
* | MachineInstr* in vector are not const (and never really were) | Vikram S. Adve | 2002-07-08 | 1 | -1/+1 |
| | | | | | | because operands may be modified directly to set register. llvm-svn: 2820 | ||||
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -5/+5 |
| | | | | llvm-svn: 1957 | ||||
* | * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static | Chris Lattner | 2002-02-05 | 1 | -5/+3 |
| | | | | | | | | | 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. llvm-svn: 1711 | ||||
* | * Minor cleanups | Chris Lattner | 2002-02-04 | 1 | -46/+32 |
| | | | | | | | | * Reduce number of #includes, sometimes drastically (LiveRangeInfo.h lost _7_) * Move instrIsFeasible() from InstrScheduling.h to SchedPriorities.h * Delete blank lines at end of files llvm-svn: 1672 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -5/+5 |
| | | | | llvm-svn: 1503 | ||||
* | Added comments, destructors where necessary. | Ruchira Sasanka | 2002-01-07 | 1 | -16/+42 |
| | | | | llvm-svn: 1491 | ||||
* | Added two minor methods. | Vikram S. Adve | 2001-11-08 | 1 | -0/+2 |
| | | | | llvm-svn: 1187 | ||||
* | fixed a coalscing bug | Ruchira Sasanka | 2001-10-15 | 1 | -1/+2 |
| | | | | llvm-svn: 828 | ||||
* | added suggesting color support | Ruchira Sasanka | 2001-09-30 | 1 | -1/+13 |
| | | | | llvm-svn: 673 | ||||
* | --reg alloc code added | Ruchira Sasanka | 2001-09-15 | 1 | -1/+7 |
| | | | | llvm-svn: 587 | ||||
* | --Ruchira | Ruchira Sasanka | 2001-09-08 | 1 | -0/+87 |
llvm-svn: 504 |