aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Interpreter/Interpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
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-03[clang-repl] Support statements on global scope in incremental mode.Vassil Vassilev1-7/+5
2022-07-29 [clang-repl] Support destructors of global objects.Sunho Kim1-1/+8
2022-06-30[Interpreter] Pass target features to JITJonas Hahnfeld1-3/+3
2022-06-26Revert "[clang-repl] Support destructors of global objects."Sunho Kim1-8/+1
2022-06-26[clang-repl] Implement code undo.Jun Zhang1-1/+20
2022-06-26[clang-repl] Support destructors of global objects.Sunho Kim1-1/+8
2022-06-18[clang-repl] Remove memory leak of ASTContext/TargetMachine.Sunho Kim1-0/+3
2022-03-11[clang-repl] Add an accessor to our underlying execution engineVassil Vassilev1-0/+6
2021-11-10[clang-repl] Allow Interpreter::getSymbolAddress to take a mangled name.Vassil Vassilev1-2/+22
2021-10-26Reinstate "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev1-2/+11
2021-10-21Reland [clang] Pass -clear-ast-before-backend in Clang::ConstructJob()Arthur Eubanks1-0/+4
2021-10-19Revert "Reland [clang] Pass -clear-ast-before-backend in Clang::ConstructJob()"Zequan Wu1-4/+0
2021-10-18Reland [clang] Pass -clear-ast-before-backend in Clang::ConstructJob()Arthur Eubanks1-0/+4
2021-10-16Revert "[clang] Pass -clear-ast-before-backend in Clang::ConstructJob()"Arthur Eubanks1-4/+0
2021-10-15[clang] Pass -clear-ast-before-backend in Clang::ConstructJob()Arthur Eubanks1-0/+4
2021-10-14[NFC][Interpreter] Remove unused CompilerInvocationArthur Eubanks1-1/+0
2021-10-08Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Leonard Chan1-11/+2
2021-10-08Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev1-2/+11
2021-10-07Workaround build error for mingw-g++Luke Drummond1-5/+6
2021-09-03Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Vassil Vassilev1-11/+2
2021-09-03Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev1-2/+11
2021-09-02[clang] NFC: Extract DiagnosticOptions parsingJan Svoboda1-7/+2
2021-09-01Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""Nico Weber1-11/+2
2021-09-01Reland "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev1-2/+11
2021-09-01Revert "[clang-repl] Re-implement clang-interpreter as a test case."Vassil Vassilev1-11/+2
2021-09-01[clang-repl] Re-implement clang-interpreter as a test case.Vassil Vassilev1-2/+11
2021-07-12Reland "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-2/+3
2021-07-11Revert "[clang-repl] Implement partial translation units and error recovery."Vassil Vassilev1-3/+2
2021-07-11[clang-repl] Implement partial translation units and error recovery.Vassil Vassilev1-2/+3
2021-06-29[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower1-1/+1
2021-06-28Revert "[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEn...Melanie Blower1-1/+1
2021-06-28[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower1-1/+1
2021-06-28Revert "[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEn...Melanie Blower1-1/+1
2021-06-28[clang][PATCH][nfc] Refactor TargetInfo::adjust to pass DiagnosticsEngine to ...Melanie Blower1-1/+1
2021-05-21[clang-repl] Tell the LLJIT the exact target triple we use.Vassil Vassilev1-1/+5
2021-05-18[clang-repl] Better match the underlying architecture.Vassil Vassilev1-1/+1
2021-05-13[clang-repl] Recommit "Land initial infrastructure for incremental parsing"Vassil Vassilev1-0/+220
2021-05-13Revert "[clang-repl] Land initial infrastructure for incremental parsing"Vassil Vassilev1-220/+0
2021-05-13[clang-repl] Land initial infrastructure for incremental parsingVassil Vassilev1-0/+220