aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/TargetMachine.h
AgeCommit message (Expand)Author
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-14Checkin changes to:Chris Lattner
2001-09-14This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner
2001-09-08Committed for compliation. Not yet final.Ruchira Sasanka
2001-08-31*** empty log message ***Ruchira Sasanka
2001-08-28Added class MachineSchedInfo and several supporting classesVikram S. Adve
2001-08-27Use the new TargetData class to factor out some of the shared codeChris Lattner
2001-07-31Allow numOperands of -1 for variable #operands.Vikram S. Adve
2001-07-28Added MachineInstrInfo class and moved instruction-related members there.Vikram S. Adve
2001-07-23Eliminated the Unique class in favor of NonCopyable and NonCopyableVChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-21Eliminate lots of unnecessary #includes and forward declsChris Lattner
2001-07-21Header files for the target architecture description and for instructionVikram S. Adve