llvm-6502/include/llvm/Target
Dan Gohman d45eddd214 Revert the earlier change that removed the M_REMATERIALIZABLE machine
instruction flag, and use the flag along with a virtual member function
hook for targets to override if there are instructions that are only
trivially rematerializable with specific operands (i.e. constant pool
loads).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37728 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-26 00:48:07 +00:00
..
MRegisterInfo.h Add support to tablegen for specifying subregister classes on a per register class basis. 2007-06-13 22:20:15 +00:00
SubtargetFeature.h Add an "implies" field to features. This indicates that, if the current 2007-05-04 20:38:40 +00:00
TargetAsmInfo.h Eliminate some redundant newlines in asm output. 2007-06-14 15:00:27 +00:00
TargetData.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrInfo.h Revert the earlier change that removed the M_REMATERIALIZABLE machine 2007-06-26 00:48:07 +00:00
TargetInstrItineraries.h
TargetJITInfo.h
TargetLowering.h Generalize MVT::ValueType and associated functions to be able to represent 2007-06-25 16:23:39 +00:00
TargetMachine.h Make stable_sort in tail merging actually be stable (it never was, but didn't 2007-05-29 23:47:50 +00:00
TargetMachineRegistry.h
TargetMachOWriterInfo.h More Mach-O writer improvements. 2007-02-28 07:40:50 +00:00
TargetOptions.h Add a new option. 2007-05-03 00:16:07 +00:00
TargetSubtarget.h