summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/alignment.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2023-05-18[clang] Convert several tests to opaque pointersSergei Barannikov
2022-06-02[PS5] Apply 'packed' attribute to base classes, matching PS4 ABIPaul Robinson
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
2020-06-23[clang codegen] Fix alignment of "Address" for incomplete array pointer.Eli Friedman
2018-05-18Maintain PS4 ABI compatibility by making the fix made in r331136 not apply wh...Douglas Yung
2018-05-16Revert commits r332160, r332164, r332236.Douglas Yung
2018-05-12Force the PS4 clang ABI version to 6.Douglas Yung
2018-04-29PR37275 packed attribute should not apply to base classesRichard Smith
2018-01-28Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2016-02-02Test commit (NFC).Denis Zobnin
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-08Another fix to this test, this one apparently working byJohn McCall
2015-09-08Fix clang/test/CodeGenCXX/alignment.cpp for -Asserts.NAKAMURA Takumi
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall