summaryrefslogtreecommitdiff
path: root/clang/unittests/CodeGen
AgeCommit message (Expand)Author
2025-11-04[Clang][LLDB] Refactor trap reason demangling out of LLDB and into Clang (#16...Dan Liew
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...Jan Svoboda
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight
2025-04-28[clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271)Jan Svoboda
2025-04-02Reapply "[cmake] Refactor clang unittest cmake" (#134195)Reid Kleckner
2025-04-01Revert "[cmake] Refactor clang unittest cmake" (#134022)dpalermo
2025-04-01[cmake] Refactor clang unittest cmake (#133545)Reid Kleckner
2025-01-31[TBAA] Don't emit pointer-tbaa for void pointers. (#122116)Florian Hahn
2024-12-04[Clang] Enable -fpointer-tbaa by default. (#117244)Florian Hahn
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya
2024-09-18Revert "[clang] Increase VecLib bitfield size to 4 bits in CodeGenOptions.def...Aaron Ballman
2024-09-18[clang] Increase VecLib bitfield size to 4 bits in CodeGenOptions.def (#108804)Mainak Sil
2024-05-11[clang] Use StringRef::operator== instead of StringRef::equals (NFC) (#91844)Kazu Hirata
2023-08-02Stop using legacy helpers indicating typed pointer types. NFCBjorn Pettersson
2023-04-20[CMake] Reduce depsNAKAMURA Takumi
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-11-30[clang][TargetInfo] Use LangAS for getPointer{Width,Align}()Alex Richardson
2022-07-26[CGDebugInfo] Access the current working directory from the `VFS`Argyrios Kyrtzidis
2022-07-06[tbaa] Handle base classes in struct tbaaBruno De Fraine
2022-06-23Revert "[tbaa] Handle base classes in struct tbaa"Jeroen Dobbelaere
2022-06-23[tbaa] Handle base classes in struct tbaaBruno De Fraine
2022-05-20Use the public clang::Builtin API in the unit testDmitri Gribenko
2022-05-19[clang] Fix __has_builtinYaxun (Sam) Liu
2021-05-13[clang-repl] Recommit "Land initial infrastructure for incremental parsing"Vassil Vassilev
2021-05-13Revert "[clang-repl] Land initial infrastructure for incremental parsing"Vassil Vassilev
2021-05-13[clang-repl] Land initial infrastructure for incremental parsingVassil Vassilev
2020-11-16Reland "Move the test compiler setup in a common place. NFCI"Vassil Vassilev
2020-11-16Revert "Move the test compiler setup in a common place. NFCI"Vitaly Buka
2020-11-14Add forgotten in 888d06d file.Vassil Vassilev
2020-11-14Move the test compiler setup in a common place. NFCIVassil Vassilev
2020-10-30Support complex target features combinationsLiu, Chen3
2020-08-10[AIX] Static init frontend recovery and backend supportXiangling Liao
2020-07-30[AIX] Temporarily disable IncrementalProcessingTest partiallyXiangling Liao
2020-03-18Remove CompositeType class.Eli Friedman
2020-03-11Remove unused Endian.h includes, NFCReid Kleckner
2020-02-27Avoid ASTContext.h -> TargetInfo.h depReid Kleckner
2020-02-27Add some missing header dependenciesReid Kleckner
2020-01-14Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko
2019-08-29Added 'inline' to functions defined in headers to avoid ODR violationsDmitri Gribenko
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song
2017-12-22Unit tests for TBAA metadata generation.Serge Pavlov
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai