summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
2025-07-15Remove Native Client support (#133661)Brad Smith
2025-07-14[clang][ObjC][PAC] Add ptrauth protections to objective-c (#147899)Oliver Hunt
2025-07-08[Clang][Wasm] Set __float128 alignment to 64 for emscripten (#146494)Nikita Popov
2025-07-01[Clang] Verify data layout consistency (#144720)Nikita Popov
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra
2025-06-19[HIP] Emit the CUID value in the module with the new driver (#144570)Joseph Huber
2025-06-16[win][x64] Unwind v2 3/n: Add support for requiring unwind v2 to be used (equ...Daniel Paoliello
2025-06-16[HLSL] Use hidden visibility for external linkage. (#140292)Steven Perron
2025-06-13[CodeGen][COFF] Always emit CodeView compiler info on Windows targets (#142970)Jacek Caban
2025-06-13Fix and reapply IR PGO support for Flang (#142892)FYK
2025-06-08[Clang] Support constexpr asm at global scope. (#143268)Corentin Jabot
2025-06-05Add -funique-source-file-identifier option.Peter Collingbourne
2025-06-05[clang] Simplify device kernel attributes (#137882)Nick Sarnie
2025-06-04[HLSL][SPIR-V] Implement vk::ext_builtin_input attribute (#138530)Nathan Gauër
2025-06-02[Clang][FMV] Stop emitting implicit default version using target_clones. (#14...Alexandros Lamprineas
2025-05-30Revert "Add IR Profile-Guided Optimization (IR PGO) support to the Flang comp...Tarun Prabhu
2025-05-30Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (#1...FYK
2025-05-27Avoid emitting a linker options section in the compiler if it is empty. (#139...dyung
2025-05-27[HIP] disable sanitizer for `__hip_cuid` (#141581)Yaxun (Sam) Liu
2025-05-14[Cygwin] Global symbols should be external by default (#139797)Tomohiro Kashiwada
2025-05-13Emit nested unused enum types with -fno-eliminate-unused-debug-types (#137818)ykhatav
2025-05-11[clang] Use StringRef::consume_front (NFC) (#139472)Kazu Hirata
2025-05-09[win][x64] Unwind v2 3/n: Add support for emitting unwind v2 information (equ...Daniel Paoliello
2025-05-09clang: Remove dest LangAS argument from performAddrSpaceCast (#138866)Matt Arsenault
2025-05-07[Clang][OpenCL][AMDGPU] OpenCL Kernel stubs should be assigned alwaysinline ...Aniket Lal
2025-04-30[nfc][clang] Rename function (#137874)Prabhu Rajasekaran
2025-04-30[clang] Fix UEFI Target info (#127290)Prabhu Rajasekaran
2025-04-29[HLSL] Resource initialization by constructors (#135120)Helena Kotas
2025-04-25[NFC] move comment back to where it belongs.erichkeane
2025-04-24[BPF] Fix issues with external declarations of C++ structor decls (#137079)Reid Kleckner
2025-04-23Revert unintentional diff from cd826d6e840ed33ad88458c862da5f9fcc6e908cReid Kleckner
2025-04-23Revert "[Clang,debuginfo] added vtt parameter in destructor DISubroutineType ...Reid Kleckner
2025-04-17[SYCL] Basic code generation for SYCL kernel caller offload entry point funct...Tom Honermann
2025-04-15Introduce -funique-source-file-names flag.Peter Collingbourne
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva
2025-04-08[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (#115821)Aniket Lal
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva
2025-03-30[clang] Use DenseMap::insert_range (NFC) (#133655)Kazu Hirata
2025-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie
2025-03-21Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "Reland: [clang] preserve class type sugar when taking pointer to memb...Matheus Izvekov
2025-03-20[CodeGen] Fix unused variable warning (NFC)Nikita Popov
2025-03-20Reland: [clang] preserve class type sugar when taking pointer to member (#132...Matheus Izvekov
2025-03-20Revert "[clang] improve class type sugar preservation in pointers to members"...Matheus Izvekov
2025-03-20[CodeGen] Don't explicitly set intrinsic attributes (NFCI)Nikita Popov
2025-03-20[clang] improve class type sugar preservation in pointers to members (#130537)Matheus Izvekov
2025-03-12Revert "[MS][clang] Add support for vector deleting destructors (#126240)"Hans Wennborg
2025-03-09[Clang][CodeGen] Fix demangler invariant comment assertion (#130522)Aiden Grossman