llvm-capstone/clang/lib/Interpreter
Stefan Gränitz 6a7abea474
Revert "[clang-repl] Enable native CPU detection by default (#77491)" (#79178)
Reverting because `clang-repl -Xcc -mcpu=arm1176jzf-s` isn't overwriting
this as I had expected. We need to check whether a specific CPU flag was
given by the user first.

Reverts llvm/llvm-project#77491
2024-01-23 18:44:07 +01:00
..
CMakeLists.txt [clang-repl] Fix BUILD_SHARED_LIBS symbols from libclangInterpreter on MinGW (#71393) 2023-11-07 11:48:12 +02:00
CodeCompletion.cpp [Interpreter] Fix warnings 2023-12-19 12:57:10 -08:00
DeviceOffload.cpp [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
DeviceOffload.h [clang-repl][CUDA] Re-land: Initial interactive CUDA support for clang-repl 2023-05-27 13:54:42 +05:30
IncrementalExecutor.cpp Re-apply "[ORC] Add N_SO and N_OSO stabs entries to MachO debug..." with fixes. 2023-09-28 21:34:14 -07:00
IncrementalExecutor.h [clang-repl] JITTargetAddress --> ExecutorAddr, NFC 2023-04-16 09:46:44 +08:00
IncrementalParser.cpp Reland "[clang-repl] support code completion at a REPL." 2023-08-28 20:09:03 +00:00
IncrementalParser.h Reland "[clang-repl] support code completion at a REPL." 2023-08-28 20:09:03 +00:00
Interpreter.cpp Revert "[clang-repl] Enable native CPU detection by default (#77491)" (#79178) 2024-01-23 18:44:07 +01:00
InterpreterUtils.cpp Reland "Reland [clang-repl] Introduce Value to capture expression results" 2023-05-23 19:32:31 +08:00
InterpreterUtils.h Reland "Reland [clang-repl] Introduce Value to capture expression results" 2023-05-23 19:32:31 +08:00
Value.cpp [NFC] Add checks for self-assignment. 2023-08-24 09:20:58 -07:00