aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye1-7/+7
2024-06-13Reapply [ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov1-2/+2
2024-06-12Revert "[ConstantFold] Drop gep of gep fold entirely (#95126)"Nikita Popov1-2/+2
2024-06-12[ConstantFold] Drop gep of gep fold entirely (#95126)Nikita Popov1-2/+2
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov1-2/+1
2024-05-31Revert "[ConstantFold] Remove non-trivial gep-of-gep fold (#93823)"Nikita Popov1-2/+2
2024-05-31[ConstantFold] Remove non-trivial gep-of-gep fold (#93823)Nikita Popov1-2/+2
2024-05-30[CGExprAgg] Don't create zero index GEPNikita Popov1-1/+0
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-47/+42
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2021-12-13[clang][amdgpu] - Choose when to promote VarDecl to address space 4.Ethan Stewart1-6/+6
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-26/+26
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson1-4/+4
2020-02-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev1-1/+2
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song1-18/+18
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song1-18/+18
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile1-4/+4
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev1-4/+4
2018-07-23Fold dangling-field warning into general initialization lifetime checks.Richard Smith1-11/+11
2018-07-23Revert "Fold dangling-field warning into general initialization lifetime chec...Ilya Biryukov1-11/+11
2018-07-20Fold dangling-field warning into general initialization lifetime checks.Richard Smith1-11/+11
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith1-30/+0
2018-07-17Temporarily revert r337226 "Restructure checking for, and warning on, lifetim...Florian Hahn1-0/+30
2018-07-17Restructure checking for, and warning on, lifetime extension.Richard Smith1-30/+0
2018-04-05Disable -fmerge-all-constants as default.Manoj Gupta1-2/+2
2018-03-05[AMDGPU] Clean up old address space mapping and fix constant address space valueYaxun Liu1-9/+9
2018-02-15Clean up AMDGCN testsYaxun Liu1-23/+23
2017-07-08CodeGen: Fix address space of global variableYaxun Liu1-65/+86
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-1/+1
2015-04-09[CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer1-1/+1
2015-03-18Fix test in release mode. This reapplies r232456, corresponding to r232579.NAKAMURA Takumi1-1/+1
2015-03-18Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky1-0/+33
2015-03-17Revert r232454 and r232456: "Fix the LLVM type used when lowering initializer...Hans Wennborg1-24/+0
2015-03-17Fix test in release mode.Nick Lewycky1-1/+1
2015-03-17Fix the LLVM type used when lowering initializer list reference temporaries t...Nick Lewycky1-0/+24
2015-03-14Add a bunch of missing "CHECK" colons in tests. NFC.Ahmed Bougacha1-1/+1
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-25/+25
2015-03-07Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer1-11/+28
2015-03-07Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg1-28/+11
2015-03-06CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer1-11/+28
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-2/+2
2015-02-19CodeGen: static constexpr data members should have a linkonce_odr initDavid Majnemer1-8/+8
2014-07-25PR20445: Properly transform the initializer in a CXXNewExpr rather than runningRichard Smith1-0/+10
2014-06-03Remove incorrect assertion.Richard Smith1-0/+7
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith1-1/+18
2014-05-06AST: Update reference temporary manglingDavid Majnemer1-9/+9
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-20/+20
2013-06-27Fix nested lifetime extension when a std::initializer_list member isRichard Smith1-0/+36