aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineCodeForInstruction.h
AgeCommit message (Expand)Author
2004-02-29Do not use explicit casts that hide the dependence on Instruction beingChris Lattner
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-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-14Move annotation to support libraryChris Lattner
2002-10-30Bug fix: need to initialize new CallArgsDescriptor pointer.Vikram S. Adve
2002-10-29Move CallArgsDescriptor into this class instead of making it anVikram S. Adve
2002-10-28Fixes to previous checkinChris Lattner
2002-10-28Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner
2002-08-09Change machinecode for instruction to not inherit from vector.Chris Lattner
2002-03-24Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.Vikram S. Adve
2002-02-03Code pulled out of MAchineInstr.(h|cpp)Chris Lattner