aboutsummaryrefslogtreecommitdiff
path: root/clang/examples/clang-interpreter/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-10-27[clang-repl] Remove redundant link libraries and drop unused file.Vassil Vassilev1-235/+0
2021-08-05Fix clang-interpreter build after 2487db1f286222e2501c2fa8e8244eda13f6afc3Jon Roelofs1-1/+2
2020-10-24Unbreak the clang-interpreter example after 0aec49c8531bc5282b095730d34681455...Benjamin Kramer1-0/+5
2020-02-19[examples] Fix the clang-interpreter example for changes in 85fb997659b.Lang Hames1-1/+1
2020-01-21Update clang-interpreter example to incorporate changes in ce2207abaf9.Lang Hames1-1/+2
2019-12-05Fix the clang interpreter example which was broken by 4fc68b9b7f3e0.Lang Hames1-3/+4
2019-08-28Fixup build of clang-interpreter example after change in r370122.Douglas Yung1-5/+1
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-08-14[ORC] Fix clang-interpreter example code broken by r368707.Douglas Yung1-3/+4
2019-07-18Update the SimpleJIT class in the clang-interpreter example to use ORCv2.Lang Hames1-44/+53
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-16Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced...Simon Pilgrim1-3/+3
2018-10-12Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI.Simon Pilgrim1-1/+1
2018-05-25Convert clang-interpreter to ORC JIT APIStephane Sezer1-52/+84
2018-03-14Expand clang-interpreter with example of throwing in and from the JIT for Win...Frederich Munch1-47/+62
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie1-1/+1
2017-01-06Revert "Fix examples for recent shared_ptrification"David Blaikie1-1/+1
2017-01-05Fix examples for recent shared_ptrificationDavid Blaikie1-1/+1
2014-10-03Driver: Update clang-interpreter example for r218938Justin Bogner1-2/+2
2014-09-04unique_ptrify JobList::JobsDavid Blaikie1-4/+4
2014-09-02Reinstate "Update for llvm API change.""Eric Christopher1-1/+0
2014-08-19Go back to having a takeModule instead of a getModule.Rafael Espindola1-1/+1
2014-08-19Update for llvm api change.Rafael Espindola1-13/+15
2014-08-07Temporarily Revert "Update for llvm API change."Eric Christopher1-0/+1
2014-08-07Update for llvm API change.Rafael Espindola1-1/+0
2014-07-24Use ELF in the clang-interpreter on windows.Rafael Espindola1-1/+8
2014-07-24Use MCJIT.Rafael Espindola1-1/+4
2014-07-24Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola1-2/+9
2014-07-09clang-interpreter: don't check input file existence, we're in-processAlp Toker1-0/+1
2014-07-01clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker1-3/+3
2014-07-01clang-interpreter: interpret instead of JITingAlp Toker1-3/+3
2014-05-15Eliminate DefaultImageName from the Driver constructorAlp Toker1-1/+1
2014-03-09Fix build break, replace take() with release().Ahmed Charles1-1/+1
2014-03-09[C++11] Replace OwningPtr include with <memory>.Ahmed Charles1-1/+1
2014-03-09[C++11] Remove the remaining uses of OwningPtr.Ahmed Charles1-5/+5
2013-09-12Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg1-2/+2
2013-06-26Remove unused header.Rafael Espindola1-1/+0
2013-06-26Use llvm::sys::fs::getMainExecutable.Rafael Espindola1-4/+5
2013-06-17Include PathV1.h only where it is used.Rafael Espindola1-0/+1
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva1-1/+1
2013-01-16Use getProcessTriple in clang-interpreter.Peter Collingbourne1-2/+1
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-1/+1
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth1-1/+1
2012-12-04Sort the #include lines for examples/...Chandler Carruth1-7/+6
2012-11-27Fix examples.Rafael Espindola1-1/+1
2012-10-23Update clang-interpreter exampleDouglas Gregor1-3/+4
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-13drop more llvm:: prefixes on SmallString<>Dylan Noblesmith1-1/+1
2012-02-13drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith1-4/+4
2011-12-22remove unneeded config.h includesDylan Noblesmith1-2/+0