summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/aapcs-align.cpp
AgeCommit message (Expand)Author
2025-02-20[ARM,AArch64] Fix ABI bugs with over-sized bitfields (#126774)Oliver Stannard
2024-03-21[clang][CodeGen] Allow `memcpy` replace with trivial auto var initAntonio Frighetto
2023-11-25[clang] Avoid memcopy for small structure with padding under -ftrivial-auto-v...serge-sans-paille
2022-10-07[CodeGen] Convert 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-05[ConstantFold] Use ConstantFoldLoadFromUniformValue() in more placesNikita Popov
2021-12-18Revert "[ConstantFolding] Unify handling of load from uniform value"Nikita Popov
2021-12-17[ConstantFolding] Unify handling of load from uniform valueNikita 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-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
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
2019-05-30Reapply: LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2019-05-29Revert "LLVM IR: update Clang tests for byval being a typed attribute."Tim Northover
2019-05-29LLVM IR: update Clang tests for byval being a typed attribute.Tim Northover
2018-08-15Use .cpp extension for certain tests instead of .ccMomchil Velikov