summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/AllocInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner2004-01-091-84/+0
| | | | llvm-svn: 10728
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Operand numbers are now ints. Save the register allocation of the valueBrian Gaeke2003-11-101-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 Gaeke2003-10-301-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 Gaeke2003-10-231-0/+9
| | | | llvm-svn: 9452
* New file, containing AllocInfo structure.Brian Gaeke2003-10-231-0/+61
llvm-svn: 9449
OpenPOWER on IntegriCloud