Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move sparc-specific code into lib/Target/Sparc | Chris Lattner | 2004-01-09 | 1 | -90/+0 |
| | | | | llvm-svn: 10734 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
| | | | | llvm-svn: 9321 | ||||
* | Convert this code from using annotations to using a local map | Chris Lattner | 2003-10-20 | 1 | -11/+5 |
| | | | | llvm-svn: 9310 | ||||
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
| | | | | llvm-svn: 9071 | ||||
* | For an instruction with delay slots, mark all live values before | Vikram S. Adve | 2003-08-12 | 1 | -0/+3 |
| | | | | | | | the instruction as being live before/after the delay slot instructions as well. llvm-svn: 7795 | ||||
* | Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h | Chris Lattner | 2003-01-14 | 1 | -1/+1 |
| | | | | llvm-svn: 5282 | ||||
* | Move annotations to support library | Chris Lattner | 2003-01-14 | 1 | -1/+1 |
| | | | | llvm-svn: 5270 | ||||
* | Fix spelling of `propagate'. | Misha Brukman | 2002-10-29 | 1 | -1/+1 |
| | | | | llvm-svn: 4423 | ||||
* | Eliminate uses of MachineBasicBlock::get | Chris Lattner | 2002-10-28 | 1 | -3/+8 |
| | | | | llvm-svn: 4340 | ||||
* | *** empty log message *** | Chris Lattner | 2002-06-25 | 1 | -5/+5 |
| | | | | llvm-svn: 2777 | ||||
* | Move the DEBUG_LV option out of the public header file into a private header. | Chris Lattner | 2002-05-22 | 1 | -0/+9 |
| | | | | llvm-svn: 2711 | ||||
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -1/+0 |
| | | | | llvm-svn: 1957 | ||||
* | Fixed several problems with handling arguments to Phis. | Vikram S. Adve | 2002-03-18 | 1 | -5/+6 |
| | | | | llvm-svn: 1910 | ||||
* | Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ↵ | Chris Lattner | 2002-02-05 | 1 | -6/+13 |
| | | | | | | from MethodLiveVarInfo. llvm-svn: 1721 | ||||
* | Minor change: Methods that return ValueSet's that are guaranteed to be valid | Chris Lattner | 2002-02-05 | 1 | -6/+5 |
| | | | | | | return references instead of pointers. llvm-svn: 1719 | ||||
* | * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static | Chris Lattner | 2002-02-05 | 1 | -7/+7 |
| | | | | | | | | | 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 | ||||
* | Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar ↵ | Chris Lattner | 2002-02-05 | 1 | -1/+1 |
| | | | | | | directory llvm-svn: 1709 | ||||
* | * Big cleanups. | Chris Lattner | 2002-02-05 | 1 | -21/+22 |
| | | | | | | | * Make BBLiveVar.h effectively an internal header file * Prepare LiveVarMap.h for deletion llvm-svn: 1705 | ||||
* | Cut down include pollution and number of frivolous consts. | Chris Lattner | 2002-02-04 | 1 | -14/+8 |
| | | | | llvm-svn: 1683 | ||||
* | Minor cleanups | Chris Lattner | 2002-02-04 | 1 | -12/+0 |
| | | | | llvm-svn: 1671 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -1/+1 |
| | | | | llvm-svn: 1503 | ||||
* | --added support for implicit operands in machine instructions | Ruchira Sasanka | 2001-10-12 | 1 | -0/+6 |
| | | | | llvm-svn: 727 | ||||
* | Pull predecessor and successor iterators out of the CFG*.h files, and plop ↵ | Chris Lattner | 2001-10-01 | 1 | -2/+1 |
| | | | | | | | | | them into the BasicBlock class where they should be. pred_begin/pred_end become methods on BasicBlock, and the cfg namespace isn't used anymore. llvm-svn: 691 | ||||
* | LV info on machine instructions | Ruchira Sasanka | 2001-08-20 | 1 | -7/+11 |
| | | | | llvm-svn: 359 | ||||
* | *** empty log message *** | Ruchira Sasanka | 2001-07-24 | 1 | -0/+69 |
llvm-svn: 291 |