summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)Author
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
2025-03-07[OpenACC] Ensure decl OpenACC constructs don't crasherichkeane
2025-03-05[HLSL] Fix resource wrapper declaration (#129100)Steven Perron
2025-03-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva
2025-02-27Add clang atomic control options and attribute (#114841)Yaxun (Sam) Liu
2025-02-25[HLSL] Implement default constant buffer $Globals (2nd attempt) (#128589)Helena Kotas
2025-02-20Revert "[HLSL] Implement default constant buffer `$Globals`" (#128112)Helena Kotas
2025-02-20[HLSL] Implement default constant buffer `$Globals` (#125807)Helena Kotas
2025-02-10[OpenMP][OpenMPIRBuilder] Add initial changes for SPIR-V target frontend supp...Nick Sarnie
2025-02-08[CodeGen] Replace of PointerType::get(Type) with opaque version (NFC) (#124771)Mats Jun Larsen
2025-02-06[X86] Extend kCFI with a 3-bit arity indicator (#121070)Scott Constable
2025-02-04[StrTable] Switch Clang builtins to use string tablesChandler Carruth
2025-02-03[clang] Do not emit template parameter objects as COMDATs when they have inte...Owen Anderson
2025-01-30[clang][llvm][aarch64][win] Add a clang flag and module attribute for import ...Daniel Paoliello
2025-01-29[Clang][P1061] Add stuctured binding packs (#121417)Jason Rice