aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/MachineCodeForInstruction.h
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-08-16Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner
2004-06-27This class is no longer an annotationChris Lattner
2004-06-27Make it obvious that this file is bad bad badChris Lattner
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