summaryrefslogtreecommitdiff
path: root/examples/clang-interpreter
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove autoconf supportChris Bieneman1-28/+0
2014-10-03Driver: Update clang-interpreter example for r218938Justin Bogner1-2/+2
2014-09-04unique_ptrify JobList::JobsDavid Blaikie1-4/+4
2014-09-03Fix configure and make build of clang-interpreter.Iain Sandoe1-2/+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-24Attempt at fixing the windows shared build.Rafael Espindola1-0/+1
2014-07-24Use MCJIT.Rafael Espindola2-2/+5
2014-07-24Remove the last use of llvm::ExecutionEngine::create.Rafael Espindola1-2/+9
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-1/+1
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
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 Toker3-5/+6
2014-07-01clang-interpreter: interpret instead of JITingAlp Toker3-6/+6
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-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi1-24/+7
2013-12-10Add ObjCARCOpts to LINK_COMPONENTS.NAKAMURA Takumi1-1/+1
2013-10-19Add irreader to the component list, because ParseIR is called.Bill Wendling1-2/+2
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-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner1-1/+1
2013-03-26The IRReader header is now part of its own library. Update the includeChandler Carruth1-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-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2-2/+3
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth1-28/+31
2012-04-13Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor1-1/+0
2012-03-21clang-interpreter/Makefile: [PR12313] Update USEDLIBS to add clangEdit.NAKAMURA Takumi1-1/+2
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
2011-11-01rename getHostTriple into getDefaultTargetTriple in clangSebastian Pop1-1/+1
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne2-1/+2
2011-10-06Add missing include to clang-interpreter example, to make it work on Windows....Eli Friedman1-0/+1
2011-10-04Rip out flags for controlling C++ "production mode" separately.Bob Wilson1-2/+1