summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/thread-specifier.c
Commit message (Expand)AuthorAgeFilesLines
* Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...Richard Smith2013-04-221-0/+3
* Support the tls_model attribute (PR9788)Hans Wennborg2012-06-231-0/+15
* FileCheckize.Eric Christopher2010-12-021-3/+7
* Thread local variables aren't considered common linkage.Eric Christopher2010-08-081-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Print an error for uses of __thread on targets which don't support it.Eli Friedman2009-04-191-1/+1
* PR3853: Add CodeGen support for __thread.Eli Friedman2009-04-191-0/+10