aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SSARegMap.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up sub-register implementation by moving subReg information back toEvan Cheng2007-11-141-19/+0
* EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng2007-10-121-0/+19
* rename DenseMap to IndexedMap.Chris Lattner2007-02-011-2/+2
* add an assertionChris Lattner2005-01-051-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-251-12/+11
* Add getNumVirtualRegs().Alkis Evlogimenos2004-02-131-5/+9
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-0/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-3/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Simplify interface to creating a registerChris Lattner2003-01-131-3/+5
* Remove default ctorChris Lattner2002-12-251-2/+0
* SSARegMap -- the mapping between SSARegisters and their RegisterClasses, whichMisha Brukman2002-11-201-0/+40