Skip to content
  • Hans Wennborg's avatar
    Implement the local-dynamic TLS model for x86 (PR3985) · 789acfb6
    Hans Wennborg authored
    This implements codegen support for accesses to thread-local variables
    using the local-dynamic model, and adds a clean-up pass so that the base
    address for the TLS block can be re-used between local-dynamic access on
    an execution path.
    
    llvm-svn: 157818
    789acfb6
Loading