llvm-6502/include/llvm/Target
Chandler Carruth 34797136cb Move the TLSModel information into the TargetMachine rather than hiding
in TargetLowering. There was already a FIXME about this location being
odd. The interface is simplified as a consequence. This will also make
it easier to change TLS models when compiling with PIE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154292 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-08 17:20:55 +00:00
..
Mangler.h Prune some includes and forward declarations. 2012-03-25 18:09:44 +00:00
Target.td Specify SubRegIndex components on the index itself. 2012-02-01 23:16:41 +00:00
TargetCallingConv.h
TargetCallingConv.td Add TableGen support for callee saved registers. 2012-01-17 22:46:58 +00:00
TargetData.h
TargetELFWriterInfo.h Prune some includes and forward declarations. 2012-03-25 18:09:44 +00:00
TargetFrameLowering.h Prune some includes and forward declarations. 2012-03-25 18:09:44 +00:00
TargetInstrInfo.h Convert assert(0) to llvm_unreachable 2012-02-05 22:14:15 +00:00
TargetIntrinsicInfo.h
TargetJITInfo.h Prune some includes and forward declarations. 2012-03-25 18:09:44 +00:00
TargetLibraryInfo.h Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls 2012-02-12 02:15:20 +00:00
TargetLowering.h Move the TLSModel information into the TargetMachine rather than hiding 2012-04-08 17:20:55 +00:00
TargetLoweringObjectFile.h Prune some includes and forward declarations. 2012-03-25 18:09:44 +00:00
TargetMachine.h Move the TLSModel information into the TargetMachine rather than hiding 2012-04-08 17:20:55 +00:00
TargetOpcodes.h
TargetOptions.h RegAlloc superpass: includes phi elimination, coalescing, and scheduling. 2012-02-10 04:10:36 +00:00
TargetRegisterInfo.h MCRegisterInfo-ize getMatchingSuperReg. 2012-03-05 19:33:24 +00:00
TargetSchedule.td
TargetSelectionDAG.td Improve generated code for extending loads and some trunc stores on ARM. 2012-02-20 09:24:05 +00:00
TargetSelectionDAGInfo.h
TargetSubtargetInfo.h Prune some includes and forward declarations. 2012-03-25 18:09:44 +00:00