aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SSARegMap.h
AgeCommit message (Expand)Author
2004-02-25Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos
2004-02-13Add getNumVirtualRegs().Alkis Evlogimenos
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-01-13Simplify interface to creating a registerChris Lattner
2002-12-25Remove default ctorChris Lattner
2002-11-20SSARegMap -- the mapping between SSARegisters and their RegisterClasses, whichMisha Brukman