llvm-6502/include/llvm/Target
Chris Lattner df2e425f2a Add a new option to indicate we want the code generator to emit code quickly,
not spending tons of time microoptimizing it.  This is useful for an -O0
style of build.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24235 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-08 02:12:47 +00:00
..
MRegisterInfo.h Fix case of path 2005-10-03 03:32:39 +00:00
SubtargetFeature.h Preparation of supporting scheduling info. Need to find info based on selected 2005-10-25 15:15:28 +00:00
TargetData.h
TargetFrameInfo.h
TargetInstrInfo.h Allow itineraries to be passed through the Target Machine. 2005-11-01 20:06:59 +00:00
TargetInstrItineraries.h <cassert> no longer required to make VC++ happy. 2005-11-04 02:59:16 +00:00
TargetJITInfo.h
TargetLowering.h Invert the TargetLowering flag that controls divide by consant expansion. 2005-10-21 00:02:42 +00:00
TargetMachine.h Add a new option to indicate we want the code generator to emit code quickly, 2005-11-08 02:12:47 +00:00
TargetMachineRegistry.h 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
TargetOptions.h Remove the X86 and PowerPC Simple instruction selectors; their time has 2005-08-18 23:53:15 +00:00
TargetSchedInfo.h
TargetSubtarget.h