Age | Commit message (Expand) | Author |
---|---|---|
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-14 | Move annotation to support library | Chris Lattner |
2002-10-30 | Bug fix: need to initialize new CallArgsDescriptor pointer. | Vikram S. Adve |
2002-10-29 | Move CallArgsDescriptor into this class instead of making it an | Vikram S. Adve |
2002-10-28 | Fixes to previous checkin | Chris Lattner |
2002-10-28 | Inline some methods from .cpp files into .h files, minor cleanups | Chris Lattner |
2002-08-09 | Change machinecode for instruction to not inherit from vector. | Chris Lattner |
2002-03-24 | Refix bug: Add back method MachineCodeForInstruction::dropAllReferences. | Vikram S. Adve |
2002-02-03 | Code pulled out of MAchineInstr.(h|cpp) | Chris Lattner |