llvm-6502/include/llvm/Target
Dale Johannesen 8e59e163db do not share old induction variables when this would result in invalid
instructions (that would have to be split later)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35227 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-20 21:54:54 +00:00
..
MRegisterInfo.h Added MRegisterInfo hook to re-materialize an instruction. 2007-03-20 08:09:38 +00:00
SubtargetFeature.h
TargetAsmInfo.h Add ReadOnlySection directive. 2007-03-08 01:00:38 +00:00
TargetData.h Fix obvious typo in comment. 2007-03-19 14:25:02 +00:00
TargetELFWriterInfo.h The TargetELFWriterInfo class holds target-specific information for the ELF writer. 2007-01-27 02:53:50 +00:00
TargetFrameInfo.h
TargetInstrInfo.h Add a TargetInstrDescriptor flag to mark an instruction as "re-materializable". 2007-03-19 06:19:16 +00:00
TargetInstrItineraries.h
TargetJITInfo.h
TargetLowering.h do not share old induction variables when this would result in invalid 2007-03-20 21:54:54 +00:00
TargetMachine.h Added new method to finish up the addition of passes to emit files. This 2007-02-08 01:34:45 +00:00
TargetMachineRegistry.h
TargetMachOWriterInfo.h More Mach-O writer improvements. 2007-02-28 07:40:50 +00:00
TargetOptions.h Flag to control exception handling. 2007-01-29 20:48:32 +00:00
TargetSubtarget.h