aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Interpreter
AgeCommit message (Expand)AuthorFilesLines
48 hours[clang-repl] Disable out of process JIT tests on non-unix platforms (#159404)Abhinav Kumar1-2/+2
7 days[clang-repl] Add support for running custom code in Remote JIT executor (#157...Abhinav Kumar2-1/+225
2025-08-20[clang-repl] Fix InstantiateTemplate & Value test while building against emsc...Anutosh Bhat2-16/+5
2025-08-14Enable running ClangReplInterpreterTests in an Emscripten environment (#150977)mcbarton6-13/+102
2025-08-12Revert "[clang-repl] Enable extending `launchExecutor` (#152562)" (#153180)Abhinav Kumar3-180/+1
2025-08-08[clang-repl] Enable extending `launchExecutor` (#152562)Abhinav Kumar3-1/+180
2025-07-23[clang-repl] Improve error message on failed undos (#149396)Aaron Danen1-2/+2
2025-07-20[clang-repl] Another try on system-z.Vassil Vassilev1-3/+0
2025-07-19[clang-repl] Mark asan and systemz as unsupported for now.Vassil Vassilev1-0/+5
2025-07-19[clang-repl] Lay the basic infrastructure for pretty printing of types (#148701)Vassil Vassilev1-0/+20
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-6/+9
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-9/+6
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-6/+9
2025-04-29[clang] Merge gtest binaries into AllClangUnitTests (#134196)Reid Kleckner2-2/+2
2025-04-19[clang] llvm::append_range (NFC) (#136440)Kazu Hirata2-2/+2
2025-04-02Reapply "[cmake] Refactor clang unittest cmake" (#134195)Reid Kleckner2-24/+21
2025-04-01Revert "[cmake] Refactor clang unittest cmake" (#134022)dpalermo2-21/+24
2025-04-01[cmake] Refactor clang unittest cmake (#133545)Reid Kleckner2-24/+21
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-1/+1
2025-02-14[clang-repl] fix error recovery while parsing completely fails (#127087)Vipul Cariappa1-0/+7
2024-10-23[clang-repl][CMake][MSVC] Wrap /EXPORT linker option for ICX (#112867)Mészáros Gergely1-5/+2
2024-10-02[Clang] Update Interpreter tests to use clang_target_link_libraries (#110154)Thomas Fransham1-2/+4
2024-09-27[clang] return first Decl for CanonicalDecl in TranslationUnitDecl (#110101)Vipul Cariappa1-0/+22
2024-09-23[clang-repl] Simplify the value printing logic to enable out-of-process. (#10...Vassil Vassilev2-42/+24
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu2-4/+4
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu2-4/+4
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu2-4/+4
2024-07-03[clang-repl] Fix RuntimeInterfaceBuilder for 32-bit systems (#97071)Stefan Gränitz1-4/+0
2024-06-30[clang] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim1-2/+2
2024-06-14[clang-interp] Use -fno-sized-deallocation in two tests (#95546)Nico Weber1-1/+2
2024-06-10[clang][test] Update link for Arm clang-repl test disableDavid Spickett1-1/+1
2024-06-07[clang][test] Skip interpreter value test on Arm 32 bitDavid Spickett1-0/+4
2024-05-30[clang-repl] Fix SetUp in CodeCompletionTest fixture (#93816)Stefan Gränitz5-27/+13
2024-05-30[clang-repl] Introduce common fixture class in unittests (NFC) (#93816)Stefan Gränitz5-295/+186
2024-05-30[clang-repl] Even more tests create the Interpreter and must check host JIT s...Stefan Gränitz2-5/+13
2024-05-28Fix build: [clang-repl] Even more tests create the Interpreter and must check...Stefan Gränitz1-0/+8
2024-05-28[clang-repl] Even more tests create the Interpreter and must check host JIT s...Stefan Gränitz2-0/+88
2024-05-28[clang] Fix a warningKazu Hirata1-8/+0
2024-05-28[clang-repl] Check host JIT support in all tests that create an Interpreter (...Stefan Gränitz3-31/+82
2024-05-28[clang-repl] Set up executor implicitly to account for init PTUs (#84758)Stefan Gränitz1-88/+24
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang1-0/+43
2024-05-02Triple::normalize: Use none as OS for XX-none-ABI (#89638)YunQiang Su1-1/+1
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka1-59/+0
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang1-0/+59
2024-04-08[zOS] Turn CLANG_INTERPRETER_PLATFORM_CANNOT_CREATE_LLJIT on for zOS (#87797)bahareh-farhadi1-1/+1
2024-03-25Fix build with shared librariesKrzysztof Parzyszek1-0/+1
2024-03-25[clang-repl] Skip cross-JIT tests if specified target is not available (#84461)Stefan Gränitz1-6/+22
2024-03-25[clang-repl] Factor out CreateJITBuilder() and allow specialization in derive...Stefan Gränitz1-2/+119
2024-03-25[clang-repl] Fix Value for platforms where unqualified char is unsigned (#86118)Stefan Gränitz1-0/+6
2024-03-13[ClangRepl] Add missing hashtagJake Egan1-1/+1