summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/thread-specifier.c
AgeCommit message (Expand)Author
2022-02-16Use functions with prototypes when appropriate; NFCAaron Ballman
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-06-19[RISCV] Mark TLS as supportedLewis Revill
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