aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tls8.ll
AgeCommit message (Expand)Author
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-13X86-64 TLS support for local exec and initial exec.Rafael Espindola
2009-04-10Don't fold a load if the other operand is a TLS address.Rafael Espindola
2009-04-08Re-apply 68552.Rafael Espindola
2009-04-07Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling
2009-04-07Reduce code duplication on the TLS implementation.Rafael Espindola
2009-02-27Refactor TLS code and add some tests. The tests and expected results are:Rafael Espindola