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 | -84/+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 | ||||
* | Operand numbers are now ints. Save the register allocation of the value | Brian Gaeke | 2003-11-10 | 1 | -3/+3 |
| | | | | | | | | each instruction produces as "operand" -1, and the other operands as 0 .. n, as before. PhyRegAlloc::saveState() is refactored into PhyRegAlloc::saveStateForValue(). llvm-svn: 9842 | ||||
* | Make AllocState an enum. | Brian Gaeke | 2003-10-30 | 1 | -2/+12 |
| | | | | | | Move the stringifying method for that enum into class AllocInfo. llvm-svn: 9616 | ||||
* | Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. | Brian Gaeke | 2003-10-23 | 1 | -0/+9 |
| | | | | llvm-svn: 9452 | ||||
* | New file, containing AllocInfo structure. | Brian Gaeke | 2003-10-23 | 1 | -0/+61 |
llvm-svn: 9449 |