aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/static-init.cpp
AgeCommit message (Expand)Author
2012-04-15PR12226: don't generate wrong code if a braced string literal is used toRichard Smith
2012-04-06Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall
2012-03-30Make sure we unique static-local decls across multiple emissions ofJohn McCall
2012-03-30Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth
2012-03-30Do the static-locals thing properly in the face of unions andJohn McCall
2012-03-30When emitting a static local variable in C++, handleJohn McCall
2012-03-09Make sure we update the static local decl address map when we are forced to r...Eli Friedman
2012-03-09Make sure constant emission handles initializer lists with strings correctly....Eli Friedman
2011-09-13Re-commit r139643.Eli Friedman
2011-09-13Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman
2011-09-13Make clang use Acquire loads and Release stores where necessary.Eli Friedman
2011-06-17Perform an acquire memory barrier on the fast path of a thread-safeJohn McCall
2011-03-22Fix a test case and teach ClearLinkageCache() to clear the linkage ofJohn McCall
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall
2010-06-04Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola
2010-05-25If a function definition has any sort of weak linkage, its static localJohn McCall
2010-05-05For thread-safe static initialization of local statics withDouglas Gregor
2010-05-03Just bail out immediately when emitting an unreachable function-local staticJohn McCall
2010-02-07Use the right linkage for static variables inside C++ inline functions.Anders Carlsson
2010-01-26Make sure to always mark a global variable as not being constant if it has a ...Anders Carlsson
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-10Handle emitting static variables that have reference type.Anders Carlsson
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-08-12Use the inbounds variant of getelementptr for common pointer arithmetic.Dan Gohman
2009-08-08Refactor some code and implement support for global destructors for static va...Anders Carlsson