aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Interpreter/Interpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
36 hours[clang-repl] Improve error message on failed undos (#149396)Aaron Danen1-2/+10
6 days[clang-repl] Lay the basic infrastructure for pretty printing of types (#148701)Vassil Vassilev1-17/+26
2025-07-09[Clang] Respect MS layout attributes during CUDA/HIP device compilation (#146...Yaxun (Sam) Liu1-1/+2
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames1-5/+8
2025-06-28[REAPPLY][Clang-Repl] Add support for out-of-process execution. #110418 (#144...SahilPatidar1-8/+31
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-4/+4
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-4/+4
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-4/+4
2025-05-22[clang] Use llvm::is_contained (NFC) (#140985)Kazu Hirata1-8/+7
2025-05-05[clang-repl] Fix destructor for interpreter for the cuda negation case (#138091)Anutosh Bhat1-1/+8
2025-04-28[clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271)Jan Svoboda1-1/+1
2025-04-26[clang-repl] : Fix clang-repl crash with --cuda flag (#136404)Anutosh Bhat1-15/+44
2025-04-19[clang] llvm::append_range (NFC) (#136440)Kazu Hirata1-2/+2
2025-04-01[clang-repl] Implement LoadDynamicLibrary for clang-repl wasm use cases (#133...Anutosh Bhat1-0/+10
2024-12-14Revert "[Clang-REPL] Fix crash during `__run_exit_handlers` with dynamic libr...Davide Italiano1-3/+1
2024-12-10[Clang-REPL] Fix crash during `__run_exit_handlers` with dynamic libraries. (...SahilPatidar1-1/+3
2024-12-06[clang-repl] Remove redundant shared flag while running clang-repl in browser...Anutosh Bhat1-1/+0
2024-11-29[clang-repl] Fix generation of wasm binaries while running clang-repl in brow...Anutosh Bhat1-0/+1
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya1-1/+2
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru1-2/+1
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya1-1/+2
2024-11-19[clang-repl] Include consistency using the default clang actions. (#116610)Vassil Vassilev1-28/+43
2024-11-19[clang-repl] Improve flags responsible for generating shared wasm binaries (#...Anutosh Bhat1-1/+0
2024-11-12Revert "[Clang-Repl] Add support for out-of-process execution." (#115854)SahilPatidar1-29/+8
2024-11-12[Clang-Repl] Add support for out-of-process execution. (#110418)SahilPatidar1-8/+29
2024-09-23[clang-repl] Simplify the value printing logic to enable out-of-process. (#10...Vassil Vassilev1-436/+214
2024-07-23[clang] Split ObjectFilePCHContainerReader from ObjectFilePCHContainerWriter ...Chuanqi Xu1-1/+2
2024-07-03[clang-repl] Fix RuntimeInterfaceBuilder for 32-bit systems (#97071)Stefan Gränitz1-3/+5
2024-07-02[clang-repl] Support wasm execution (#86402)Vassil Vassilev1-0/+13
2024-06-06[clang-repl] Lay the foundation of pretty printing for C. (#89811)Vassil Vassilev1-74/+91
2024-05-28[clang-repl] Set up executor implicitly to account for init PTUs (#84758)Stefan Gränitz1-17/+41
2024-04-17[clang][NFC] Refactor `Sema::RedeclarationKind`Vlad Serebrennikov1-1/+2
2024-03-25[clang-repl] Factor out CreateJITBuilder() and allow specialization in derive...Stefan Gränitz1-3/+23
2024-03-12[clang-repl] Expose CreateExecutor() and ResetExecutor() in extended Interpre...Stefan Gränitz1-0/+6
2024-03-11[clang-repl] Refactor locking of runtime PTU stack (NFC) (#84176)Stefan Gränitz1-4/+8
2024-03-11[clang-repl] Expose RuntimeInterfaceBuilder to allow customization (#83126)Stefan Gränitz1-104/+143
2024-03-07Reland [clang-repl] Expose setter for triple in IncrementalCompilerBuilder (#...Stefan Gränitz1-5/+7
2024-03-07Revert "[clang-repl] Pass triple to IncrementalCompilerBuilder as explicit ar...Stefan Gränitz1-7/+5
2024-03-06[clang-repl] Expose setter for triple in IncrementalCompilerBuilder (#84174)Stefan Gränitz1-5/+7
2024-01-23Revert "[clang-repl] Enable native CPU detection by default (#77491)" (#79178)Stefan Gränitz1-1/+0
2024-01-18[clang-repl] Add a interpreter-specific overload of operator new for C++ (#76...Vassil Vassilev1-6/+27
2024-01-10[clang-repl] Enable native CPU detection by default (#77491)Stefan Gränitz1-0/+1
2023-12-19[ClangRepl] Reland Semanic Code Completion (#75556)Fred Fu1-0/+4
2023-11-23Revert "[ClangRepl] Type Directed Code Completion" (#73259)Fred Fu1-4/+0
2023-11-23[ClangRepl] Type Directed Code Completion (#67349)Fred Fu1-0/+4
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu1-4/+3
2023-08-28Revert "Reland "[clang-repl] support code completion at a REPL.""Vassil Vassilev1-3/+4
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu1-4/+3
2023-08-23Revert "[clang-repl] support code completion at a REPL."Vassil Vassilev1-3/+4
2023-08-23[clang-repl] support code completion at a REPL.Fred Fu1-4/+3