summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/static-init.cpp
AgeCommit message (Expand)Author
2017-02-17[Test] Make Lit tests C++11 compatible - miscCharles Li
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-07-20Fix a case where we forgot to make a static local variable comdatReid Kleckner
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2015-01-12[patch][pr19848] Produce explicit comdats in clang.Rafael Espindola
2014-12-17Revert "Put static local variables of inline functions in the function comdat."Rafael Espindola
2014-12-16Put static local variables of inline functions in the function comdat.Rafael Espindola
2014-09-19In the Itanium ABI, move stuff to the comdat of variables with static init.Rafael Espindola
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
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