summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/global-init.cpp
AgeCommit message (Expand)Author
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-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-11-16[Clang] Correct when Itanium ABI guard variables are set for non-block variab...Tom Honermann
2022-09-04[test] Make tests pass regardless of gnu++14/gnu++17 defaultFangrui Song
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-08[FE] Manipulate the first byte of guard variable type in both load and store ...Xiangling Liao
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-01-28[CodeGen] Attach no-builtin attributes to function definitions with no DeclFrancis Visoiu Mistrih
2019-07-20[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2017-02-13[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibilityReid Kleckner
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-12-22Add the alloc_size attribute to clang, attempt 2.George Burgess IV
2016-12-21Fix defaulted-functions-in-C++98 extension to give the functions the sameRichard Smith
2016-12-20Revert r290149: Add the alloc_size attribute to clang.Chandler Carruth
2016-12-20Add the alloc_size attribute to clang.George Burgess IV
2016-12-19Undo accidental comitPaul Robinson
2016-12-19Make a few OpenMP tests "C++11 clean."Paul Robinson
2015-04-22Set normal LLVM function attributes on global initializer functionsReid 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
2014-05-22Don't set unnamed_addr in CreateRuntimeVariable.Rafael Espindola
2014-05-06Include translation unit filename in global ctor symbol names.Nico Weber
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2012-08-07Update documentation of HasSideEffects to match its callers' expectations, andRichard Smith
2012-08-07Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith
2012-04-06Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-07-01Emit guard variables for any weak global that has a run-timeDouglas Gregor
2011-04-17When laying out bases in, always try the "base subobject" LLVM type. If itAnders Carlsson
2011-04-12Template static data members can have weak_odr linkage, not justJohn McCall
2011-04-12Whoops.John McCall
2011-04-12Ignore indirect field declarations. Fixes PR9570.John McCall
2011-01-18Add unnamed_addr in CreateRuntimeVariable.Rafael Espindola