llvm-6502/include/llvm/Target
Rafael Espindola 9a58023c6c Refactor TLS code and add some tests. The tests and expected results are:
pic |  declaration | linkage  | visibility |

!pic |  declaration | external | default    | tls1.ll     tls2.ll     | local exec
 pic |  declaration | external | default    | tls1-pic.ll tls2-pic.ll | general dynamic
!pic | !declaration | external | default    | tls3.ll     tls4.ll     | initial exec
 pic | !declaration | external | default    | tls3-pic.ll tls4-pic.ll | general dynamic

!pic |  declaration | external | hidden     | tls7.ll     tls8.ll     | local exec
 pic |  declaration | external | hidden     | X                       | local dynamic
!pic | !declaration | external | hidden     | tls9.ll     tls10.ll    | local exec
 pic | !declaration | external | hidden     | X                       | local dynamic

!pic |  declaration | internal | default    | tls5.ll     tls6.ll     | local exec
 pic |  declaration | internal | default    | X                       | local dynamic

The ones marked with an X have not been implemented since local dynamic is not implemented.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65632 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-27 13:37:18 +00:00
..
DarwinTargetAsmInfo.h
ELFTargetAsmInfo.h
SubtargetFeature.h
Target.td
TargetAsmInfo.h add a friend needed by a stringmap change. 2009-02-04 01:51:53 +00:00
TargetCallingConv.td
TargetData.h Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h Clarify comments. 2009-02-05 08:41:53 +00:00
TargetInstrInfo.h Describe tail merging's use of InsertBranch. 2009-02-19 19:40:21 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h Added support to have TableGen provide information if an intrinsic (core 2009-02-24 23:17:49 +00:00
TargetJITInfo.h Add support to the JIT for true non-lazy operation. When a call to a function 2009-02-18 08:31:02 +00:00
TargetLowering.h Refactor TLS code and add some tests. The tests and expected results are: 2009-02-27 13:37:18 +00:00
TargetMachine.h Reapply 63765. Patches for clang and llvm-gcc to follow. 2009-02-05 01:49:45 +00:00
TargetMachineRegistry.h
TargetMachOWriterInfo.h
TargetOptions.h Implement Red Zone utilization on x86-64. This is currently 2009-01-26 22:22:31 +00:00
TargetRegisterInfo.h We don't really need the abort here. This unbreak x86_64 linux build. 2009-02-06 17:51:34 +00:00
TargetSchedule.td
TargetSelectionDAG.td
TargetSubtarget.h