aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Interpreter
AgeCommit message (Expand)AuthorFilesLines
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[Interpreter] Fix warningsKazu Hirata1-2/+2
2023-12-19[ClangRepl] Reland Semanic Code Completion (#75556)Fred Fu2-23/+204
2023-11-23Revert "[ClangRepl] Type Directed Code Completion" (#73259)Fred Fu2-203/+23
2023-11-23[ClangRepl] Type Directed Code Completion (#67349)Fred Fu2-23/+203
2023-11-07[clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW ...Martin Storsjö1-0/+11
2023-09-28Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes.Lang Hames2-1/+2
2023-09-27Re-apply "[ORC][LLJIT] Move enable-debugger-support utility out of..."Lang Hames1-2/+8
2023-09-22Revert "[ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder."Lang Hames1-8/+2
2023-09-22[ORC][LLJIT] Move enable-debugger-support utility out of LLJITBuilder.Lang Hames1-2/+8
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-1/+1
2023-08-29Reland "[clang-repl] Adapt to the recent dylib-related changes in ORC."Vassil Vassilev1-6/+13
2023-08-29Revert "[clang-repl] Adapt to the recent dylib-related changes in ORC."Vassil Vassilev1-13/+6
2023-08-29[clang-repl] Adapt to the recent dylib-related changes in ORC.Vassil Vassilev1-6/+13
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu5-13/+219
2023-08-28Revert "Reland "[clang-repl] support code completion at a REPL.""Vassil Vassilev4-8/+13
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu4-13/+8
2023-08-24[NFC] Add checks for self-assignment.Sindhu Chittireddy1-8/+9
2023-08-23Revert "[clang-repl] support code completion at a REPL."Vassil Vassilev5-237/+13
2023-08-23[clang-repl] support code completion at a REPL.Fred Fu5-13/+237
2023-07-24Revert "[NFC] Add checks for self-assignment."Michael Platings1-9/+8
2023-07-24[NFC] Add checks for self-assignment.Sindhu Chittireddy1-8/+9
2023-06-04[NFC][CLANG] [NFC][CLANG] Fix nullptr dereference issue in ConvertQualTypeToK...Manna, Soumi1-1/+1
2023-05-31[NFC][CLANG] Fix nullptr dereference issue in SetValueDataBasedOnQualType()Manna, Soumi1-1/+1
2023-05-27[clang-repl][CUDA] Re-land: Initial interactive CUDA support for clang-replAnubhab Ghosh6-14/+349
2023-05-23Reland "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang7-16/+948
2023-05-20Revert "[clang-repl][CUDA] Initial interactive CUDA support for clang-repl"Anubhab Ghosh6-349/+15
2023-05-20[clang-repl][CUDA] Initial interactive CUDA support for clang-replAnubhab Ghosh6-15/+349
2023-05-19Revert "Reland [clang-repl] Introduce Value to capture expression results"Jun Zhang7-947/+16
2023-05-19Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-0/+1
2023-05-19Reland [clang-repl] Introduce Value to capture expression resultsJun Zhang7-16/+946
2023-05-16Revert "[clang-repl] Introduce Value to capture expression results"Jun Zhang7-928/+16
2023-05-16[clang-repl] Introduce Value to capture expression resultsJun Zhang7-16/+928
2023-05-16[clang] Add a new annotation token: annot_repl_input_endJun Zhang1-8/+8
2023-04-18Reland "[clang-repl] Enable debugging of JIT-ed code."Vassil Vassilev2-1/+15
2023-04-18Revert "[clang-repl] Enable debugging of JIT-ed code."Vassil Vassilev1-13/+1
2023-04-18[clang-repl] Enable debugging of JIT-ed code.Vassil Vassilev1-1/+13
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-1/+0
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-2/+2
2023-04-16[clang-repl] JITTargetAddress --> ExecutorAddr, NFCJun Zhang3-6/+7
2023-04-08Re-apply "[ORC] LLJIT updates: ExecutorNativePlatform, default ..." with fixes.Lang Hames1-9/+0
2023-03-29[clang-repl] Use std::move when converting Error to ExpectedAnubhab Ghosh1-1/+1
2023-03-29[clang-repl] Add a command to load dynamic librariesAnubhab Ghosh2-10/+38
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2023-01-09Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ partserge-sans-paille1-3/+2
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-03[clang-repl] Support statements on global scope in incremental mode.Vassil Vassilev2-11/+5
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-7/+7