Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a (not very meaningful) default constructor for AllocInfo objects. | Brian Gaeke | 2004-05-25 | 1 | -4/+8 |
* | Make AllocInfo's Instruction an int, so that we can overload it for arguments. | Brian Gaeke | 2004-03-08 | 1 | -4/+4 |
* | Add a new (static inline) std::ostream& << AllocInfo& method. Use it. | Brian Gaeke | 2004-01-28 | 1 | -0/+7 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Operand numbers are now ints. Save the register allocation of the value | Brian Gaeke | 2003-11-10 | 1 | -3/+3 |
* | Make AllocState an enum. | Brian Gaeke | 2003-10-30 | 1 | -2/+12 |
* | Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. | Brian Gaeke | 2003-10-23 | 1 | -0/+9 |
* | New file, containing AllocInfo structure. | Brian Gaeke | 2003-10-23 | 1 | -0/+61 |