llvm-6502/include/llvm/Target
Brian Gaeke 1b4aeb5cec As it happens, none of these TargetInstrInfo methods which are only
used in the SparcV9 backend really have anything to do with
TargetInstrInfo, so we're converting them into regular old global
functions and moving their declarations to SparcV9InstrSelectionSupport.h.
(They're mostly used as helper functions for SparcV9InstrSelection.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15277 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-27 17:43:22 +00:00
..
MRegisterInfo.h Fix out of date comment 2004-07-27 03:04:30 +00:00
TargetData.h * Add a BoolAlignment field to TargetData, default is 1 byte 2004-07-23 01:08:13 +00:00
TargetFrameInfo.h Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus 2004-06-08 06:23:17 +00:00
TargetInstrInfo.h As it happens, none of these TargetInstrInfo methods which are only 2004-07-27 17:43:22 +00:00
TargetJITInfo.h Rip JIT specific stuff out of TargetMachine, as per PR176 2003-12-20 01:22:19 +00:00
TargetMachine.h * Add a BoolAlignment field to TargetData, default is 1 byte 2004-07-23 01:08:13 +00:00
TargetMachineRegistry.h Add a new listener class for things that want to be informed about new 2004-07-11 06:02:59 +00:00
TargetOptions.h Delete the allocate*TargetMachine functions. Move options to a header file 2004-07-11 04:15:52 +00:00
TargetSchedInfo.h Add a note 2004-07-27 04:00:54 +00:00