summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
2024-04-03[𝘀𝗽𝗿] changes to main this commit is based onusers/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-1Necip Fazil Yildiran
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
2023-12-20Revert "[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)"Dimitry Andric
2023-12-20[clang] Add getClangVendor() and use it in CodeGenModule.cpp (#75935)Dimitry Andric
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-12-07[NFC] Remove unneeded nullptr checks after cast<> (#74674)Mike Rice
2023-12-05[Clang] Fix linker error for function multiversioning (#71706)elizabethandrews
2023-11-30[clang][AArch64] Pass down stack clash protection options to LLVM/Backend (#6...Momchil Velikov
2023-11-29[clang][CodeGen] Emit annotations for function declarations. (#66716)Brendan Dahl
2023-11-29[Flang] Add code-object-version option (#72638)Dominik Adamski
2023-11-28Revert "[Flang] Add code-object-version option (#72638)"Dominik Adamski