summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGVTables.cpp
AgeCommit message (Expand)Author
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-17[clang][DebugInfo] Clear retained nodes list of vararg trunk's DISubprogram (...Vladislav Dzhidzhoev
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-06-25[C++20] [Modules] Handling template declare with debug infoChuanqi Xu
2025-06-11[debuginfo][coro] Fix linkage name for clones of coro functions (#141889)Adrian Vogelsgesang
2025-05-10[clang] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139399)Kazu Hirata
2025-04-14[MS][clang] Revert vector deleting destructors support (#135611)Mariya Podchishchaeva
2025-04-03[CodeGen] Don't include CGDebugInfo.h in CodeGenFunction.h (NFC) (#134100)Nikita Popov
2025-03-31Reland [MS][clang] Add support for vector deleting destructors (#133451)Mariya Podchishchaeva
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-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[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-04[MS][clang] Add support for vector deleting destructors (#126240)Mariya Podchishchaeva
2025-02-19[CUDA] Increment VTable index for device thunks (#124989)Anshil Gandhi
2024-11-16[CodeGen] Remove unused includes (NFC) (#116459)Kazu Hirata
2024-08-08Reland [C++20] [Modules] [Itanium ABI] Generate the vtable in the mod… (#10...Chuanqi Xu
2024-08-06[CodeGen] Make non-COMDAT relative vtable internal instead of private (#102056)Shoaib Meenai
2024-07-10Revert "[C++20] [Modules] [Itanium ABI] Generate the vtable in the module uni...Chuanqi Xu
2024-07-02[C++20] [Modules] Correct the linkage for template instantiations inChuanqi Xu
2024-06-26 [clang] Implement pointer authentication for C++ virtual functions, v-tables...Oliver Hunt
2024-06-17[C++20] [Modules] [Itanium ABI] Generate the vtable in the module unit of dyn...Chuanqi Xu
2024-06-04[NFC] [AST] Introduce Decl::isInAnotherModuleUnit and Decl::shouldEmitInExter...Chuanqi Xu
2024-05-02[RemoveDIs][Clang] Resolve DILocalVariables used by DbgRecords (#90882)Stephen Tozer
2024-03-28[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-27Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka
2024-03-27[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-03-26Revert "[CodeGen][arm64e] Add methods and data members to Address, which are ...Akira Hatanaka
2024-03-25[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin
2023-11-07[clang] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim
2023-11-03[Clang] Emit type metadata on vtables when IRPGO instrumentation option is on...Mingming Liu
2023-10-03[clang][RelativeVTables] Make the rtti_proxy LinkOnceODR instead of External ...PiJoules
2023-10-03[NFC][Clang][CodeGen] Improve performance for vtable metadata generation (#67...Matheus Izvekov
2023-10-03Revert "[NFC][Clang][CodeGen] Improve performance for vtable metadata generat...Kirill Stoimenov
2023-10-03[NFC][Clang][CodeGen] Improve performance for vtable metadata generation (#67...Matheus Izvekov
2023-10-02-fsanitize=function: fix MSVC hashing to sugared type (#66816)Matheus Izvekov
2023-10-02[C++] Implement "Deducing this" (P0847R7)Corentin Jabot
2023-09-05[HLSL] Cleanup support for `this` as an l-valueChris Bieneman
2023-07-19[Clang][CodeGen]`vtable`, `typeinfo` et al. are globalsAlex Voicu
2023-07-10[OpenMP][OMPIRBuilder] Rename IsEmbedded and IsTargetCodegen flagsSergio Afonso
2023-06-19Recommit [ABI] [C++20] [Modules] Don't generate vtable if the class is define...Chuanqi Xu
2023-06-14Revert "[ABI] [C++20] [Modules] Don't generate vtable if the class is defined...Nico Weber
2023-06-14[ABI] [C++20] [Modules] Don't generate vtable if the class is defined in othe...Chuanqi Xu
2023-04-25[clang] Don't emit type tests for dllexport/import classesArthur Eubanks
2023-04-23[NFC][clang] Fix static analyzer concernsManna, Soumi
2023-03-29[NFC][Clang] Move DebugOptions to llvm/Frontend for reuse in FlangKiran Chandramohan