summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-10-21[clang] callee_type metadata for indirect calls (#163233)Prabhu Rajasekaran
2025-09-17[FMV] Set default attributes on the resolver functions (#141573)Anatoly Trosinenko
2025-09-12[NFC][CodeGen][CFI] Extract CreateMetadataIdentifierForFnType (#158189)Vitaly Buka
2025-09-07[NFC] Change const char* to StringRef (#154179)Chris B
2025-08-27[UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (#...Dan Liew
2025-08-14[Clang][attr] Add 'cfi_salt' attribute (#141846)Bill Wendling
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-05-28[clang][DebugInfo] Add symbol for debugger with VTable information. (#130255)Carlos Alberto Enciso
2025-04-30[nfc][clang] Rename function (#137874)Prabhu Rajasekaran
2025-04-24[BPF] Fix issues with external declarations of C++ structor decls (#137079)Reid Kleckner
2025-04-17[SYCL] Basic code generation for SYCL kernel caller offload entry point funct...Tom Honermann
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva
2025-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie
2025-03-12Revert "[MS][clang] Add support for vector deleting destructors (#126240)"Hans Wennborg
2025-03-07[OpenACC] Ensure decl OpenACC constructs don't crasherichkeane
2025-03-06[OpenACC] implement AST/Sema for 'routine' construct with argumenterichkeane
2025-03-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva
2025-03-03[OpenACC] Implement 'declare' construct AST/Semaerichkeane
2025-02-27Add clang atomic control options and attribute (#114841)Yaxun (Sam) Liu
2025-02-12[OpenMP][OpenMPIRBuilder] Support SPIR-V device variant matches (#126801)Nick Sarnie
2025-01-28[Clang] Add fake use emission to Clang with -fextend-lifetimes (#110102)Wolfgang Pieb
2025-01-22[HLSL] Fix global resource initialization (#123394)Helena Kotas
2025-01-09[Coverage] Introduce the type `CounterPair` for RegionCounterMap. NFC. (#112724)NAKAMURA Takumi
2024-11-14[clang codegen] Add CreateRuntimeFunction overload that takes a clang type. (...Eli Friedman
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad
2024-10-18[clang] Deduplicate the logic that only warns once when stack is almost full ...Boaz Brickner
2024-10-14Reapply "[clang][CodeGen] Zero init unspecified fields in initializers in C" ...yabinc
2024-10-14[clang] Fix segmentation fault caused by stack overflow on deeply nested expr...Boaz Brickner
2024-09-24Revert "[clang][CodeGen] Zero init unspecified fields in initializers in C" (...Eli Friedman
2024-09-24[clang][CodeGen] Zero init unspecified fields in initializers in C (#97121)yabinc
2024-08-21[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. ...Vassil Vassilev
2024-07-22[PAC] Implement authentication for C++ member function pointers (#99576)Oliver Hunt
2024-07-18[OpenMP][AMDGPU] Do not attach -fcuda-is-device (#99002)Dominik Adamski
2024-07-11[CUDA][HIP][NFC] add CodeGenModule::shouldEmitCUDAGlobalVar (#98543)Yaxun (Sam) Liu
2024-07-11[PAC] Implement function pointer type discrimination (#96992)Akira Hatanaka
2024-07-08[PowerPC] Diagnose musttail instead of crash inside backend (#93267)Chen Zheng
2024-07-05[BPF] Fix linking issues in static map initializers (#91310)Nick Zavaritsky
2024-06-28[CodeGen] Use MapVector to stabilize iteration orderFangrui Song
2024-06-26 [clang] Implement pointer authentication for C++ virtual functions, v-tables...Oliver Hunt
2024-06-21[clang] Implement function pointer signing and authenticated function calls (...Ahmed Bougacha
2024-06-20[clang] Define ptrauth_sign_constant builtin. (#93904)Ahmed Bougacha
2024-06-10[clang] Fix loss of `dllexport` for exported template specialization (#94664)Andrew Ng
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone
2024-05-14[clang][SPIR-V] Always add convergence intrinsics (#88918)Nathan Gauër
2024-04-25Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder