aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
AgeCommit message (Expand)AuthorFilesLines
10 days[clang] Move `-fprofile-instrument-use-path=` check to driver (#159667)Jan Svoboda1-4/+9
2025-09-26[clang] Use the VFS to get the unique file ID (#160936)Jan Svoboda1-4/+9
2025-09-26[clang] Load `-fembed-offload-object=` through the VFS (#160906)Jan Svoboda1-1/+1
2025-09-22[clang] Load `-fms-secure-hotpatch-functions-file=` through the VFS (#160146)Jan Svoboda1-2/+1
2025-09-18[PowerPC] fix float ABI selection on ppcle (#154773)DanilaZhebryakov1-1/+2
2025-09-17[FMV] Set default attributes on the resolver functions (#141573)Anatoly Trosinenko1-7/+27
2025-09-13[CodeGen][CFI] Generalize transparent union parameters (#158193)Vitaly Buka1-1/+14
2025-09-13[NFC][CodeGen][CFI] Add GeneralizePointers parameter to GeneralizeFunctionTyp...Vitaly Buka1-18/+26
2025-09-12[NFC][CFI][CodeGen] Move GeneralizeFunctionType out of CreateMetadataIdentifi...Vitaly Buka1-5/+10
2025-09-12[NFC][CodeGen][CFI] Extract CreateMetadataIdentifierForFnType (#158189)Vitaly Buka1-0/+7
2025-09-11[clang] Use VFS for `-fopenmp-host-ir-file-path` (#156727)Jan Svoboda1-2/+1
2025-09-09[HLSL][DirectX] Add support for `rootsig` as a target environment (#156373)Finn Plummer1-1/+1
2025-09-08[Clang] Add template argument support for {con,de}structor attributes. (#151400)tynasello1-2/+10
2025-09-07[NFC] Change const char* to StringRef (#154179)Chris B1-5/+2
2025-09-02[clang] Delay checking of `-fopenmp-host-ir-file-path` (#150124)Jan Svoboda1-0/+5
2025-08-27[clang] AST: fix getAs canonicalization of leaf types (#155028)Matheus Izvekov1-1/+2
2025-08-25[clang] NFC: change more places to use Type::getAsTagDecl and friends (#155313)Matheus Izvekov1-2/+1
2025-08-25[HLSL][RootSignature] Introduce `HLSLFrontendAction` to implement `rootsig-de...Finn Plummer1-0/+3
2025-08-18[HLSL] Global resource arrays element access (#152454)Helena Kotas1-8/+9
2025-08-14[Clang][attr] Add 'cfi_salt' attribute (#141846)Bill Wendling1-3/+12
2025-08-11[clang][KCFI] Respect -fsanitize-cfi-icall-generalize-pointers (#152400)Florian Mayer1-32/+35
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-11/+17
2025-07-23[NFC][Clang][FMV] Make FMV priority data type future proof. (#150079)Alexandros Lamprineas1-3/+4
2025-07-15Remove Native Client support (#133661)Brad Smith1-3/+1
2025-07-14[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