summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
2024-05-21[clang] Fix crash passing function pointer without prototype. (#90255)lolloz98
2024-05-19[Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (#88182)Alex Voicu
2024-05-09[AArch64][PAC][clang][ELF] Support PAuth ABI core info (#85235)Daniil Kovalev
2024-04-29[CodeGen][i386] Move -mregparm storage earlier and fix Runtime calls (#89707)Kees Cook
2024-04-23[RISCV] Split code that tablegen needs out of RISCVISAInfo. (#89684)Craig Topper
2024-04-16[C++20] [Modules] Don't import non-inline function bodies even if it is alway...Chuanqi Xu
2024-04-15Revert "[C++20] [Modules] Don't import non-inline function bodies even if it ...Chuanqi Xu
2024-04-11[clang][llvm] Remove "implicit-section-name" attribute (#87906)Arthur Eubanks
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling
2024-04-09[ARM64EC] Add support for parsing __vectorcall (#87725)Eli Friedman
2024-03-28[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-27Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka
2024-03-27[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-26[NFC] Refactor ConstantArrayType size storage (#85716)Chris B
2024-03-26Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka
2024-03-26[FMV] Allow mixing target_version with target_clones. (#86493)Alexandros Lamprineas
2024-03-25[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-25[FMV] Allow multi versioning without default declaration. (#85454)Alexandros Lamprineas
2024-03-20Reland [FMV] Emit the resolver along with the default version definit… (#85...Alexandros Lamprineas
2024-03-20Revert "[FMV] Emit the resolver along with the default version definition." (...Alexandros Lamprineas
2024-03-20[FMV] Emit the resolver along with the default version definition. (#84405)Alexandros Lamprineas
2024-03-19[AArch64] Add soft-float ABI (#84146)ostannard
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda
2024-03-07[HIP] Do not include the CUID module hash with the new driver (#84332)Joseph Huber
2024-03-06[AMDGPU] Rename COV module flag to amdhsa_code_object_version (#79905)Emma Pilkington
2024-02-28[clang] Refactor target attribute mangling. (#81893)Alexandros Lamprineas
2024-02-27[TBAA] Handle bitfields when generating !tbaa.struct metadata. (#82922)Florian Hahn
2024-02-26[InstrProf] Single byte counters in coverage (#75425)gulfemsavrun
2024-02-22[HIP] Allow partial linking for `-fgpu-rdc` (#81700)Yaxun (Sam) Liu
2024-02-21[OpenMP] Remove `register_requires` global constructor (#80460)Joseph Huber
2024-02-18[C++20] [Modules] Don't import non-inline function bodies even if it is marke...Chuanqi Xu
2024-02-16Revert "[AArch64] Add soft-float ABI (#74460)" (#82032)Prabhuk
2024-02-15[AArch64] Add soft-float ABI (#74460)ostannard
2024-02-13[RISCV] Add canonical ISA string as Module metadata in IR. (#80760)Craig Topper
2024-02-09[clang][fmv] Drop .ifunc from target_version's entrypoint's mangling (#81194)Jon Roelofs
2024-02-05[NFC][Clang] Replace Arch with Triplet. (#80465)Dani
2024-02-01[AArch64] Replace LLVM IR function attributes for PSTATE.ZA. (#79166)Sander de Smalen
2024-01-27[clang, SystemZ] Support -munaligned-symbols (#73511)Jonas Paulsson
2024-01-23[Clang] Amend SME attributes with support for ZT0. (#77941)Sander de Smalen
2024-01-22[AArch64][Clang] Fix linker error for function multiversioning (#74358)Dani
2024-01-19Add a "don't override" mapping for -fvisibility-from-dllstorageclass (#74629)bd1976bris
2024-01-16[RISCV] CodeGen of RVE and ilp32e/lp64e ABIs (#76777)Wang Pengcheng
2024-01-15[Clang][AArch64] Change SME attributes for shared/new/preserved state. (#76971)Sander de Smalen
2024-01-12[clang] Adjust -mlarge-data-threshold handling (#77958)Arthur Eubanks
2024-01-11[clang][AArch64] Add a -mbranch-protection option to enable GCS (#75486)John Brawn
2024-01-06[clang] Add per-global code model attribute (#72078)hev
2023-12-21Re-land "[AArch64] Codegen support for FEAT_PAuthLR" (#75947)Tomas Matheson
2023-12-21Revert "[AArch64] Codegen support for FEAT_PAuthLR"Tomas Matheson
2023-12-21[AArch64] Codegen support for FEAT_PAuthLRTomas Matheson
2023-12-20[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)Dimitry Andric