summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/temporaries.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-08-07[clang][ExprConst] allow single element access of vector object to be constan...Vikram Hegde
2024-07-16[clang][CGRecordLayout] Remove dependency on isZeroSize (#96422)Michael Buch
2024-06-21[clang][test] Enable a commented-out test (#96195)Timm Baeder
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)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
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-03-17Revert "[CodeGenModule] Set dso_local for Mach-O GlobalValue"Alex Lorenz
2021-03-01Fix infinite recursion during IR emission if a constant-initialized lifetime-...Richard Smith
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-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
2019-06-12PR42220: take into account the possibility of aggregates with baseRichard Smith
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-23Support lifetime-extension of conditional temporaries.Richard Smith
2018-07-19[clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
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
2016-12-05DR1213: element access on an array xvalue or prvalue produces an xvalue. In theRichard Smith
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
2015-01-10Fix temporary lifetime extension from an initializer using braced "functional"Richard Smith
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-07-08PR20227: materialize a temporary when dynamic_casting a class prvalue to aRichard Smith
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
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-07-04Testcase for PR14130, which was probably fixed by r183859.Richard Smith
2013-06-15PR16263: Implement current direction of core issue 1376. Binding a reference toRichard Smith
2013-06-12Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith
2013-06-11Revert r183721. It caused cleanups to be delayed too long in some cases.Richard Smith
2013-06-11Rework IR emission for lifetime-extended temporaries. Instead of trying to walkRichard Smith