aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/thread-specifier.c
AgeCommit message (Expand)Author
2013-04-22Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...Richard Smith
2012-06-23Support the tls_model attribute (PR9788)Hans Wennborg
2010-12-02FileCheckize.Eric Christopher
2010-08-08Thread local variables aren't considered common linkage.Eric Christopher
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-19Print an error for uses of __thread on targets which don't support it.Eli Friedman
2009-04-19PR3853: Add CodeGen support for __thread.Eli Friedman