summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/threadsafe-statics.cpp
AgeCommit message (Expand)Author
2021-07-09Reapply [IR] Don't mark mustprogress as type attributeNikita Popov
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2011-04-27When compiling with -fno-threadsafe-statics, guard variables for globals with...Anders Carlsson
2010-02-06Add support for threadsafe statics, and make them the default (matching gcc).Anders Carlsson