Age | Commit message (Expand) | Author |
---|---|---|
2007-02-01 | rename DenseMap to IndexedMap. | Chris Lattner |
2005-01-05 | add an assertion | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-02-25 | Add DenseMap template and actually use it for for mapping virtual regs | Alkis Evlogimenos |
2004-02-13 | Add getNumVirtualRegs(). | Alkis Evlogimenos |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
2003-01-13 | Simplify interface to creating a register | Chris Lattner |
2002-12-25 | Remove default ctor | Chris Lattner |
2002-11-20 | SSARegMap -- the mapping between SSARegisters and their RegisterClasses, which | Misha Brukman |