aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineCodeForInstruction.h
Commit message (Expand)AuthorAgeFilesLines
* Bug fix: need to initialize new CallArgsDescriptor pointer.Vikram S. Adve2002-10-301-1/+1
* Move CallArgsDescriptor into this class instead of making it anVikram S. Adve2002-10-291-2/+7
* Fixes to previous checkinChris Lattner2002-10-281-2/+3
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-281-3/+10
* Change machinecode for instruction to not inherit from vector.Chris Lattner2002-08-091-16/+39
* Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.Vikram S. Adve2002-03-241-0/+7
* Code pulled out of MAchineInstr.(h|cpp)Chris Lattner2002-02-031-0/+48