summaryrefslogtreecommitdiffstats
path: root/examples/clang-interpreter/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix buildbots - update clang-interpreter to use Legacy ORC classes introduced...Simon Pilgrim2018-10-161-3/+3
* Fix a clang::driver::ArgStringList usage I missed in rL344398. NFCI.Simon Pilgrim2018-10-121-1/+1
* Convert clang-interpreter to ORC JIT APIStephane Sezer2018-05-251-52/+84
* Expand clang-interpreter with example of throwing in and from the JIT for Win...Frederich Munch2018-03-141-47/+62
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-1/+1
* Revert "Fix examples for recent shared_ptrification"David Blaikie2017-01-061-1/+1
* Fix examples for recent shared_ptrificationDavid Blaikie2017-01-051-1/+1
* Driver: Update clang-interpreter example for r218938Justin Bogner2014-10-031-2/+2
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-4/+4
* Reinstate "Update for llvm API change.""Eric Christopher2014-09-021-1/+0
* Go back to having a takeModule instead of a getModule.Rafael Espindola2014-08-191-1/+1
* Update for llvm api change.Rafael Espindola2014-08-191-13/+15
* Temporarily Revert "Update for llvm API change."Eric Christopher2014-08-071-0/+1
* Update for llvm API change.Rafael Espindola2014-08-071-1/+0
* Use ELF in the clang-interpreter on windows.Rafael Espindola2014-07-241-1/+8
* Use MCJIT.Rafael Espindola2014-07-241-1/+4
* Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola2014-07-241-2/+9
* clang-interpreter: don't check input file existence, we're in-processAlp Toker2014-07-091-0/+1
* clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker2014-07-011-3/+3
* clang-interpreter: interpret instead of JITingAlp Toker2014-07-011-3/+3
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-1/+1
* Fix build break, replace take() with release().Ahmed Charles2014-03-091-1/+1
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-091-5/+5
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-2/+2
* Remove unused header.Rafael Espindola2013-06-261-1/+0
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-4/+5
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* Use getProcessTriple in clang-interpreter.Peter Collingbourne2013-01-161-2/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-1/+1
* Sort the #include lines for examples/...Chandler Carruth2012-12-041-7/+6
* Fix examples.Rafael Espindola2012-11-271-1/+1
* Update clang-interpreter exampleDouglas Gregor2012-10-231-3/+4
* Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith2012-02-201-1/+1
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* drop more llvm:: prefixes on OwningPtr<>Dylan Noblesmith2012-02-131-4/+4
* remove unneeded config.h includesDylan Noblesmith2011-12-221-2/+0
* rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop2011-11-011-1/+1
* Add missing include to clang-interpreter example, to make it work on Windows....Eli Friedman2011-10-061-0/+1
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-2/+1
* Fix examples for r140478. PR11021.Eli Friedman2011-09-271-1/+1
* Match LLVM change: TargetRegistry and TargetSelect have been moved to Support.Evan Cheng2011-08-241-1/+1
* Fix examples compile break due to rewrite of isa.Manuel Klimek2011-05-231-1/+1
* Fixed build error.John Thompson2011-03-291-2/+1
* Re-instate r125819 and r125820 with no functionality changePeter Collingbourne2011-02-191-2/+0
* Revert 125820 and 125819 to fix PR9266.Rafael Espindola2011-02-191-0/+2
* Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenActionPeter Collingbourne2011-02-181-2/+0