summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/arm-vfp16-arguments2.cpp
AgeCommit message (Expand)Author
2025-04-18[ARM, AArch64] Fix passing of structures with aligned base classes (#135564)Harald van Dijk
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-11-20Add the initializes attribute inference (#117104)Haopeng Liu
2024-08-01Fix codegen of consteval functions returning an empty class, and related issu...Eli Friedman
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
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
2021-12-02[funcattrs] Infer writeonly argument attributePhilip Reames
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
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-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
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-11-26Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...Eric Christopher
2019-11-26Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...Muhammad Omair Javaid
2019-11-25As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...Eric Christopher
2019-06-18[CodeGen][ARM] Fix FP16 vector coercionMikhail Maltsev