summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx11-initializer-aggregate.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
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
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2022-01-04[ConstantFold] Remove unnecessary bounded index restrictionNikita Popov
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
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-10-16Make the check for whether we should memset(0) an aggregateRichard Smith
2020-10-16Extend memset-to-zero optimization to C++11 aggregate functional castsRichard Smith
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
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-05-23Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith
2018-05-23Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...Hans Wennborg
2018-05-23Use zeroinitializer for (trailing zero portion of) large array initializersRichard Smith
2018-05-21Revert r332847; it caused us to miscompile certain forms of reference initial...Richard Smith
2018-05-21[CodeGen] Recognize more cases of zero initializationSerge Pavlov
2017-02-23PR32044: Fix some cases where we would confuse a transparent init-list expres...Richard Smith
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-06-13A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. ItRichard Smith
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2012-05-14Slightly generalize FileCheck patterns to unbreak -Asserts builds.Richard Smith
2012-05-14Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith