aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-03-09[Clang][CodeGen] Fix demangler invariant comment assertion (#130522)Aiden Grossman1-3/+4
2025-03-07[OpenACC] Ensure decl OpenACC constructs don't crasherichkeane1-0/+7
2025-03-05[HLSL] Fix resource wrapper declaration (#129100)Steven Perron1-1/+5
2025-03-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva1-0/+46
2025-02-27Add clang atomic control options and attribute (#114841)Yaxun (Sam) Liu1-1/+2
2025-02-25[HLSL] Implement default constant buffer $Globals (2nd attempt) (#128589)Helena Kotas1-0/+5
2025-02-20Revert "[HLSL] Implement default constant buffer `$Globals`" (#128112)Helena Kotas1-5/+0
2025-02-20[HLSL] Implement default constant buffer `$Globals` (#125807)Helena Kotas1-0/+5
2025-02-10[OpenMP][OpenMPIRBuilder] Add initial changes for SPIR-V target frontend supp...Nick Sarnie1-2/+4
2025-02-08[CodeGen] Replace of PointerType::get(Type) with opaque version (NFC) (#124771)Mats Jun Larsen1-3/+3
2025-02-06[X86] Extend kCFI with a 3-bit arity indicator (#121070)Scott Constable1-0/+2
2025-02-04[StrTable] Switch Clang builtins to use string tablesChandler Carruth1-1/+2
2025-02-03[clang] Do not emit template parameter objects as COMDATs when they have inte...Owen Anderson1-1/+1
2025-01-30[clang][llvm][aarch64][win] Add a clang flag and module attribute for import ...Daniel Paoliello1-0/+5
2025-01-29[Clang][P1061] Add stuctured binding packs (#121417)Jason Rice1-1/+2
2025-01-20[Clang][MIPS] Create correct linker arguments for Windows toolchains (#121041)Hervé Poussineau1-0/+2
2025-01-10[FMV][AArch64] Changes in fmv-features metadata. (#122192)Alexandros Lamprineas1-6/+17
2025-01-08[FMV][AArch64] Simplify version selection according to ACLE. (#121921)Alexandros Lamprineas1-1/+1
2025-01-07[FMV][AArch64][clang] Emit fmv-features metadata in LLVM IR. (#118544)Alexandros Lamprineas1-1/+15
2024-12-19[FMV][AArch64] Emit mangled default version if explicitly specified. (#120022)Alexandros Lamprineas1-1/+1
2024-12-17[TySan] Add initial Type Sanitizer support to Clang) (#76260)Florian Hahn1-2/+2
2024-12-16[PAC][ELF][AArch64] Support signed personality function pointer (#119361)Daniil Kovalev1-0/+3
2024-12-10Revert "[PAC][ELF][AArch64] Support signed personality function pointer" (#11...Daniil Kovalev1-3/+0
2024-12-10[PAC][ELF][AArch64] Support signed personality function pointer (#113148)Daniil Kovalev1-0/+3
2024-12-02[Clang] ensure mangled names are valid identifiers before being suggested in ...Oleksandr T.1-1/+2
2024-11-28[NFC][clang][FMV][TargetInfo] Refactor API for FMV feature priority. (#116257)Alexandros Lamprineas1-54/+32
2024-11-26[clang][FMV] Fix crash with cpu_specific attribute. (#115762)Alexandros Lamprineas1-6/+6
2024-11-25[clang][codegen] Mention the invariant that LLVM demangler should be … (#11...Viktoriia Bakalova1-0/+9
2024-11-19[clang] Change some placeholders from undef to poison [NFC]Nuno Lopes1-2/+2
2024-11-19[PAC][clang] Add signed GOT cc1 flag (#96160)Daniil Kovalev1-0/+3
2024-11-16[CodeGen] Remove unused includes (NFC) (#116459)Kazu Hirata1-4/+0
2024-11-14[clang codegen] Add CreateRuntimeFunction overload that takes a clang type. (...Eli Friedman1-15/+49
2024-10-30[C++20] [Modules] Fix the duplicated static initializer problem (#114193)Chuanqi Xu1-2/+2
2024-10-23[clang codegen] avoid to crash when emit init func for global variable with f...Congcong Cai1-3/+5
2024-10-18[clang] Deduplicate the logic that only warns once when stack is almost full ...Boaz Brickner1-10/+2
2024-10-17[HLSL] Add handle initialization for simple resource declarations (#111207)Helena Kotas1-0/+3
2024-10-16[HLSL][SPIRV] Use Spirv target codegen (#112573)Steven Perron1-0/+1
2024-10-14[clang] Fix segmentation fault caused by stack overflow on deeply nested expr...Boaz Brickner1-0/+14
2024-10-14[LLVM] [Clang] Support for Gentoo `*t64` triples (64-bit time_t ABIs) (#111302)Michał Górny1-4/+1
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi1-2/+2
2024-10-08Recommit "[RISCV][FMV] Support target_version" (#111096)" (#111333)Piyou Chen1-1/+6
2024-10-04Revert "[RISCV][FMV] Support target_version" (#111096)Piyou Chen1-6/+1
2024-10-04[RISCV][FMV] Support target_version (#99040)Piyou Chen1-1/+6
2024-09-29[cuda][HIP] `__constant__` should imply constant (#110182)Alex Voicu1-2/+3
2024-09-26[clang][RISCV] Introduce command line options for RISC-V Zicfilp CFIMing-Yi Lai1-0/+10
2024-09-24[codegen][NFC] add static mark for internal usage variable and function (#109...Congcong Cai1-4/+5
2024-09-17Reapply "[HLSL] set alwaysinline on HLSL functions (#106588)"Thurston Dang1-6/+14
2024-09-17Revert "[HLSL] set alwaysinline on HLSL functions (#106588)"Thurston Dang1-14/+6
2024-09-17[HLSL] set alwaysinline on HLSL functions (#106588)Greg Roth1-6/+14
2024-09-13[RISCV][FMV] Support target_clones (#85786)Piyou Chen1-1/+4