aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/static-init.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-17[Test] Make Lit tests C++11 compatible - miscCharles Li1-3/+5
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith1-1/+1
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall1-3/+3
2015-07-20Fix a case where we forgot to make a static local variable comdatReid Kleckner1-0/+17
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-4/+4
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola1-1/+1
2015-01-12[patch][pr19848] Produce explicit comdats in clang.Rafael Espindola1-6/+3
2014-12-17Revert "Put static local variables of inline functions in the function comdat."Rafael Espindola1-3/+6
2014-12-16Put static local variables of inline functions in the function comdat.Rafael Espindola1-6/+3
2014-09-19In the Itanium ABI, move stuff to the comdat of variables with static init.Rafael Espindola1-1/+6
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola1-6/+6
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-8/+8
2012-04-15PR12226: don't generate wrong code if a braced string literal is used toRichard Smith1-0/+2
2012-04-06Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall1-1/+1
2012-03-30Make sure we unique static-local decls across multiple emissions ofJohn McCall1-0/+71
2012-03-30Revert r153723, and its follow-ups r153728 and r153733.Chandler Carruth1-71/+0
2012-03-30Do the static-locals thing properly in the face of unions andJohn McCall1-0/+21
2012-03-30When emitting a static local variable in C++, handleJohn McCall1-0/+50
2012-03-09Make sure we update the static local decl address map when we are forced to r...Eli Friedman1-0/+16
2012-03-09Make sure constant emission handles initializer lists with strings correctly....Eli Friedman1-0/+4
2011-09-13Re-commit r139643.Eli Friedman1-3/+1
2011-09-13Revert r139643 while I look into it; it's breaking selfhost.Eli Friedman1-1/+3
2011-09-13Make clang use Acquire loads and Release stores where necessary.Eli Friedman1-3/+1
2011-06-17Perform an acquire memory barrier on the fast path of a thread-safeJohn McCall1-0/+3
2011-03-22Fix a test case and teach ClearLinkageCache() to clear the linkage ofJohn McCall1-2/+2
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall1-1/+1
2010-06-04Correctly align large arrays in x86-64. This fixes PR5599.Rafael Espindola1-1/+1
2010-05-25If a function definition has any sort of weak linkage, its static localJohn McCall1-2/+13
2010-05-05For thread-safe static initialization of local statics withDouglas Gregor1-1/+3
2010-05-03Just bail out immediately when emitting an unreachable function-local staticJohn McCall1-0/+11
2010-02-07Use the right linkage for static variables inside C++ inline functions.Anders Carlsson1-0/+12
2010-01-26Make sure to always mark a global variable as not being constant if it has a ...Anders Carlsson1-0/+7
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes1-1/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-10Handle emitting static variables that have reference type.Anders Carlsson1-4/+8
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-2/+2
2009-08-12Use the inbounds variant of getelementptr for common pointer arithmetic.Dan Gohman1-1/+1
2009-08-08Refactor some code and implement support for global destructors for static va...Anders Carlsson1-0/+13