llvm-6502/include/llvm/Target
Bill Wendling 4cb1f5f406 Reset some of the target options which affect code generation.
This doesn't reset all of the target options within the TargetOptions
object. This is because some of those are ABI-specific and must be determined if
it's okay to change those on the fly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176986 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-13 22:26:59 +00:00
..
CostTable.h
Mangler.h
Target.td Add deprecation of neverHasSideEffects to documentation comments. 2013-02-14 16:31:06 +00:00
TargetCallingConv.h
TargetCallingConv.td
TargetFrameLowering.h Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo 2013-02-21 20:05:00 +00:00
TargetInstrInfo.h
TargetIntrinsicInfo.h
TargetItinerary.td
TargetJITInfo.h
TargetLibraryInfo.h Add more functions to the TLI. 2013-03-05 21:47:40 +00:00
TargetLowering.h Fix PR10475 2013-03-01 18:40:30 +00:00
TargetLoweringObjectFile.h
TargetMachine.h Reset some of the target options which affect code generation. 2013-03-13 22:26:59 +00:00
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo 2013-02-21 20:05:00 +00:00
TargetSchedule.td
TargetSelectionDAG.td
TargetSelectionDAGInfo.h
TargetSubtargetInfo.h Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features. 2013-02-15 22:31:27 +00:00