summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ABIInfo.cpp
AgeCommit message (Expand)Author
2025-08-25[clang] NFC: change more places to use Type::getAsTagDecl and friends (#155313)Matheus Izvekov
2025-08-20[clang][RISCV] Fix crash on VLS calling convention (#145489)Brandon Wu
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-23[NFC][Clang][FMV] Make FMV priority data type future proof. (#150079)Alexandros Lamprineas
2025-02-14[clang][CodeGen] `sret` args should always point to the `alloca` AS, so use t...Alex Voicu
2025-01-21[Clang] Remove 3-element vector load and store special handling (#104661)Shilei Tian
2025-01-11Reapply "[clang] Avoid re-evaluating field bitwidth" (#122289)Timm Baeder
2025-01-08Revert "[clang] Avoid re-evaluating field bitwidth (#117732)"Timm Bäder
2025-01-08[clang] Avoid re-evaluating field bitwidth (#117732)Timm Baeder
2024-11-28[NFC][clang][FMV][TargetInfo] Refactor API for FMV feature priority. (#116257)Alexandros Lamprineas
2024-06-17[clang][CodeGen] Return RValue from `EmitVAArg` (#94635)Mariya Podchishchaeva
2024-03-26[NFC] Refactor ConstantArrayType size storage (#85716)Chris B
2024-02-28[clang] Refactor target attribute mangling. (#81893)Alexandros Lamprineas
2023-06-17[clang][CodeGen] Break up TargetInfo.cpp [8/8]Sergei Barannikov