summaryrefslogtreecommitdiffstats
path: root/examples/clang-interpreter
Commit message (Expand)AuthorAgeFilesLines
* Add LLVMOption to clang-interpreter, corresponding to r291938.NAKAMURA Takumi2017-01-141-0/+1
* 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
* Remove autoconf supportChris Bieneman2016-01-261-28/+0
* Driver: Update clang-interpreter example for r218938Justin Bogner2014-10-031-2/+2
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-4/+4
* Fix configure and make build of clang-interpreter.Iain Sandoe2014-09-031-2/+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
* Attempt at fixing the windows shared build.Rafael Espindola2014-07-241-0/+1
* Use MCJIT.Rafael Espindola2014-07-242-2/+5
* Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola2014-07-241-2/+9
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* 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-013-5/+6
* clang-interpreter: interpret instead of JITingAlp Toker2014-07-013-6/+6
* 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
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-24/+7
* Add ObjCARCOpts to LINK_COMPONENTS.NAKAMURA Takumi2013-12-101-1/+1
* Add irreader to the component list, because ParseIR is called.Bill Wendling2013-10-191-2/+2
* 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
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* The IRReader header is now part of its own library. Update the includeChandler Carruth2013-03-261-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
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-012-2/+3
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-28/+31
* Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor2012-04-131-1/+0
* clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi2012-03-211-1/+2
* 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