summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/static-init.cpp
AgeCommit message (Expand)Author
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-03-16Emit const globals with constexpr destructor as constant LLVM valuesHans Wennborg
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-02-11NFC: update clang tests to check ordering and alignment for atomicrmw/cmpxchg.James Y Knight
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-02-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
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