summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/static-init.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r139643.Eli Friedman2011-09-131-3/+1
* Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman2011-09-131-1/+3
* Make clang use Acquire loads and Release stores where necessary.Eli Friedman2011-09-131-3/+1
* Perform an acquire memory barrier on the fast path of a thread-safeJohn McCall2011-06-171-0/+3
* Fix a test case and teach ClearLinkageCache() to clear the linkage ofJohn McCall2011-03-221-2/+2
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-081-1/+1
* Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola2010-06-041-1/+1
* If a function definition has any sort of weak linkage, its static localJohn McCall2010-05-251-2/+13
* For thread-safe static initialization of local statics withDouglas Gregor2010-05-051-1/+3
* Just bail out immediately when emitting an unreachable function-local staticJohn McCall2010-05-031-0/+11
* Use the right linkage for static variables inside C++ inline functions.Anders Carlsson2010-02-071-0/+12
* Make sure to always mark a global variable as not being constant if it has a ...Anders Carlsson2010-01-261-0/+7
* implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes2009-12-161-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Handle emitting static variables that have reference type.Anders Carlsson2009-12-101-4/+8
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* Use the inbounds variant of getelementptr for common pointer arithmetic.Dan Gohman2009-08-121-1/+1
* Refactor some code and implement support for global destructors for static va...Anders Carlsson2009-08-081-0/+13
OpenPOWER on IntegriCloud