aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-24Add support for Windows Secure Hot-Patching (redo) (#145565)sivadeilra1-0/+5
2025-06-24Revert "Add support for Windows Secure Hot-Patching" (#145553)Qinkun Bao1-5/+0
2025-06-24Add support for Windows Secure Hot-Patching (#138972)sivadeilra1-0/+5
2025-05-28[clang][DebugInfo] Add symbol for debugger with VTable information. (#130255)Carlos Alberto Enciso1-0/+9
2025-04-30[nfc][clang] Rename function (#137874)Prabhu Rajasekaran1-1/+1
2025-04-24[BPF] Fix issues with external declarations of C++ structor decls (#137079)Reid Kleckner1-2/+0
2025-04-17[SYCL] Basic code generation for SYCL kernel caller offload entry point funct...Tom Honermann1-0/+5
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva1-6/+0
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva1-0/+6
2025-03-28[clang][flang][Triple][llvm] Add isOffload function to LangOpts and isGPU fun...Nick Sarnie1-4/+2
2025-03-12Revert "[MS][clang] Add support for vector deleting destructors (#126240)"Hans Wennborg1-6/+0
2025-03-07[OpenACC] Ensure decl OpenACC constructs don't crasherichkeane1-2/+4
2025-03-06[OpenACC] implement AST/Sema for 'routine' construct with argumenterichkeane1-0/+2
2025-03-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva1-0/+6
2025-03-03[OpenACC] Implement 'declare' construct AST/Semaerichkeane1-0/+3
2025-02-27Add clang atomic control options and attribute (#114841)Yaxun (Sam) Liu1-0/+8
2025-02-12[OpenMP][OpenMPIRBuilder] Support SPIR-V device variant matches (#126801)Nick Sarnie1-1/+2
2025-01-28[Clang] Add fake use emission to Clang with -fextend-lifetimes (#110102)Wolfgang Pieb1-0/+4
2025-01-22[HLSL] Fix global resource initialization (#123394)Helena Kotas1-0/+2
2025-01-09[Coverage] Introduce the type `CounterPair` for RegionCounterMap. NFC. (#112724)NAKAMURA Takumi1-0/+44
2024-11-14[clang codegen] Add CreateRuntimeFunction overload that takes a clang type. (...Eli Friedman1-0/+12
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad1-4/+2
2024-10-18[clang] Deduplicate the logic that only warns once when stack is almost full ...Boaz Brickner1-4/+2
2024-10-14Reapply "[clang][CodeGen] Zero init unspecified fields in initializers in C" ...yabinc1-0/+51
2024-10-14[clang] Fix segmentation fault caused by stack overflow on deeply nested expr...Boaz Brickner1-0/+11
2024-09-24Revert "[clang][CodeGen] Zero init unspecified fields in initializers in C" (...Eli Friedman1-51/+0
2024-09-24[clang][CodeGen] Zero init unspecified fields in initializers in C (#97121)yabinc1-0/+51
2024-08-21[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. ...Vassil Vassilev1-2/+3
2024-07-22[PAC] Implement authentication for C++ member function pointers (#99576)Oliver Hunt1-0/+8
2024-07-18[OpenMP][AMDGPU] Do not attach -fcuda-is-device (#99002)Dominik Adamski1-1/+1
2024-07-11[CUDA][HIP][NFC] add CodeGenModule::shouldEmitCUDAGlobalVar (#98543)Yaxun (Sam) Liu1-0/+3
2024-07-11[PAC] Implement function pointer type discrimination (#96992)Akira Hatanaka1-0/+4
2024-07-08[PowerPC] Diagnose musttail instead of crash inside backend (#93267)Chen Zheng1-0/+13
2024-07-05[BPF] Fix linking issues in static map initializers (#91310)Nick Zavaritsky1-1/+2
2024-06-28[CodeGen] Use MapVector to stabilize iteration orderFangrui Song1-1/+1
2024-06-26 [clang] Implement pointer authentication for C++ virtual functions, v-tables...Oliver Hunt1-0/+29
2024-06-21[clang] Implement function pointer signing and authenticated function calls (...Ahmed Bougacha1-0/+20
2024-06-20[clang] Define ptrauth_sign_constant builtin. (#93904)Ahmed Bougacha1-0/+5
2024-06-10[clang] Fix loss of `dllexport` for exported template specialization (#94664)Andrew Ng1-0/+2
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone1-1/+0
2024-05-14[clang][SPIR-V] Always add convergence intrinsics (#88918)Nathan Gauër1-0/+8
2024-04-25Fix Objective-C++ Sret of non-trivial data types on Windows ARM64 (#88671)Hugo Melder1-0/+3
2024-03-20Reland [FMV] Emit the resolver along with the default version definit… (#85...Alexandros Lamprineas1-0/+5
2024-03-20Revert "[FMV] Emit the resolver along with the default version definition." (...Alexandros Lamprineas1-5/+0
2024-03-20[FMV] Emit the resolver along with the default version definition. (#84405)Alexandros Lamprineas1-0/+5
2023-11-29[clang][CodeGen] Emit annotations for function declarations. (#66716)Brendan Dahl1-0/+4
2023-11-10 [OpenMP] Rework handling of global ctor/dtors in OpenMP (#71739)Joseph Huber1-7/+7
2023-10-26[OpenMP] Pass min/max thread and team count to the OMPIRBuilder (#70247)Johannes Doerfert1-3/+11
2023-09-13Revert "[clang][CodeGen] Emit annotations for function declarations."Benjamin Kramer1-4/+0
2023-09-12[clang][CodeGen] Emit annotations for function declarations.Brendan Dahl1-0/+4