Add support for implicit TLS model used with MS VC runtime.
[oota-llvm.git] / test / CodeGen / X86 / tls6.ll
2012-02-11 Anton KorobeynikovAdd support for implicit TLS model used with MS VC...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-04-13 Rafael EspindolaX86-64 TLS support for local exec and initial exec.
2009-04-10 Rafael EspindolaDon't fold a load if the other operand is a TLS address.
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...