aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
4 days[NFC][Clang][FMV] Make FMV priority data type future proof. (#150079)Alexandros Lamprineas1-3/+4
12 daysRemove Native Client support (#133661)Brad Smith1-3/+1
12 days[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt1-1/+3
2025-07-08[Clang][Wasm] Set __float128 alignment to 64 for emscripten (#146494)Nikita Popov1-2/+1
2025-07-01[Clang] Verify data layout consistency (#144720)Nikita Popov1-0/+69
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra1-0/+29
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao1-29/+0
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra1-0/+29
2025-06-19[HIP] Emit the CUID value in the module with the new driver (#144570)Joseph Huber1-1/+1
2025-06-16[win][x64] Unwind v2 3/n: Add support for requiring unwind v2 to be used (equ...Daniel Paoliello1-2/+4
2025-06-16[HLSL] Use hidden visibility for external linkage. (#140292)Steven Perron1-0/+5
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban1-1/+6
2025-06-13Fix and reapply IR PGO support for Flang (#142892)FYK1-1/+1
2025-06-08[Clang] Support constexpr asm at global scope. (#143268)Corentin Jabot1-1/+1
2025-06-05Add -funique-source-file-identifier option.Peter Collingbourne1-2/+7
2025-06-05[clang] Simplify device kernel attributes (#137882)Nick Sarnie1-4/+7
2025-06-04[HLSL][SPIR-V] Implement vk::ext_builtin_input attribute (#138530)Nathan Gauër1-1/+17
2025-06-02[Clang][FMV] Stop emitting implicit default version using target_clones. (#14...Alexandros Lamprineas1-13/+12
2025-05-30Revert "Add IR Profile-Guided Optimization (IR PGO) support to the Flang comp...Tarun Prabhu1-1/+1
2025-05-30Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (#1...FYK1-1/+1
2025-05-27Avoid emitting a linker options section in the compiler if it is empty. (#139...dyung1-3/+5
2025-05-27[HIP] disable sanitizer for `__hip_cuid` (#141581)Yaxun (Sam) Liu1-0/+1
2025-05-14[Cygwin] Global symbols should be external by default (#139797)Tomohiro Kashiwada1-1/+1
2025-05-13Emit nested unused enum types with -fno-eliminate-unused-debug-types (#137818)ykhatav1-1/+1
2025-05-11[clang] Use StringRef::consume_front (NFC) (#139472)Kazu Hirata1-5/+1
2025-05-09[win][x64] Unwind v2 3/n: Add support for emitting unwind v2 information (equ...Daniel Paoliello1-0/+4
2025-05-09clang: Remove dest LangAS argument from performAddrSpaceCast (#138866)Matt Arsenault1-3/+3
2025-05-07[Clang][OpenCL][AMDGPU] OpenCL Kernel stubs should be assigned alwaysinline ...Aniket Lal1-0/+16
2025-04-30[nfc][clang] Rename function (#137874)Prabhu Rajasekaran1-3/+3
2025-04-30[clang] Fix UEFI Target info (#127290)Prabhu Rajasekaran1-0/+1
2025-04-29[HLSL] Resource initialization by constructors (#135120)Helena Kotas1-3/+0
2025-04-25[NFC] move comment back to where it belongs.erichkeane1-2/+2
2025-04-24[BPF] Fix issues with external declarations of C++ structor decls (#137079)Reid Kleckner1-28/+26
2025-04-23Revert unintentional diff from cd826d6e840ed33ad88458c862da5f9fcc6e908cReid Kleckner1-12/+3
2025-04-23Revert "[Clang,debuginfo] added vtt parameter in destructor DISubroutineType ...Reid Kleckner1-3/+12
2025-04-17[SYCL] Basic code generation for SYCL kernel caller offload entry point funct...Tom Honermann1-0/+25
2025-04-15Introduce -funique-source-file-names flag.Peter Collingbourne1-0/+4
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva1-48/+0
2025-04-08[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (#115821)Aniket Lal1-0/+11
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva1-0/+48
2025-03-30[clang] Use DenseMap::insert_range (NFC) (#133655)Kazu Hirata1-2/+1
2025-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie1-1/+1
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov1-1/+1
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov1-1/+1
2025-03-20[CodeGen] Fix unused variable warning (NFC)Nikita Popov1-1/+1
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov1-1/+1
2025-03-20Revert "[clang] improve class type sugar preservation in pointers to members"...Matheus Izvekov1-1/+1
2025-03-20[CodeGen] Don't explicitly set intrinsic attributes (NFCI)Nikita Popov1-3/+2
2025-03-20[clang] improve class type sugar preservation in pointers to members (#130537)Matheus Izvekov1-1/+1
2025-03-12Revert "[MS][clang] Add support for vector deleting destructors (#126240)"Hans Wennborg1-46/+0