summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-06-13Reapply [ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov
2024-06-12Revert "[ConstantFold] Drop gep of gep fold entirely (#95126)"Nikita Popov
2024-06-12[ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
2024-05-31Revert "[ConstantFold] Remove non-trivial gep-of-gep fold (#93823)"Nikita Popov
2024-05-31[ConstantFold] Remove non-trivial gep-of-gep fold (#93823)Nikita Popov
2024-05-30[CGExprAgg] Don't create zero index GEPNikita Popov
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2021-12-13[clang][amdgpu] - Choose when to promote VarDecl to address space 4.Ethan Stewart
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
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
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-07-23Fold dangling-field warning into general initialization lifetime checks.Richard Smith
2018-07-23Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov
2018-07-20Fold dangling-field warning into general initialization lifetime checks.Richard Smith
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith
2018-07-17Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith
2018-04-05Disable -fmerge-all-constants as default.Manoj Gupta
2018-03-05[AMDGPU] Clean up old address space mapping and fix constant address space valueYaxun Liu
2018-02-15Clean up AMDGCN testsYaxun Liu
2017-07-08CodeGen: Fix address space of global variableYaxun Liu
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-04-09[CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer
2015-03-18Fix test in release mode. This reapplies r232456, corresponding to r232579.NAKAMURA Takumi
2015-03-18Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky
2015-03-17Revert r232454 and r232456: "Fix the LLVM type used when lowering initializer...Hans Wennborg
2015-03-17Fix test in release mode.Nick Lewycky
2015-03-17Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky
2015-03-14Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie
2015-03-07Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer
2015-03-07Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg
2015-03-06CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-02-19CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer
2014-07-25PR20445: Properly transform the initializer in a CXXNewExpr rather than runningRichard Smith
2014-06-03Remove incorrect assertion.Richard Smith
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith
2014-05-06AST: Update reference temporary manglingDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-27Fix nested lifetime extension when a std::initializer_list member isRichard Smith