aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetMachine/TargetMachine.cpp
AgeCommit message (Expand)Author
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-08-28Added class MachineSchedInfo and several supporting classesVikram S. Adve
2001-08-27Factor code out to the TargetData classChris Lattner
2001-07-28Added MachineInstrInfo class and moved instruction-related members there.Vikram S. Adve
2001-07-21Eliminate lots of unnecessary #includes and forward declsChris Lattner
2001-07-21Renamed include/llvm/Codegen to include/llvm/CodeGenChris Lattner
2001-07-21Base clas for a description of a target architecture.Vikram S. Adve