summaryrefslogtreecommitdiff
path: root/examples/clang-interpreter
Commit message (Expand)AuthorAgeFilesLines
* Fixup build of clang-interpreter example after change in r370122.Douglas Yung2019-08-281-5/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [ORC] Fix clang-interpreter example code broken by r368707.Douglas Yung2019-08-141-3/+4
* Update the SimpleJIT class in the clang-interpreter example to use ORCv2.Lang Hames2019-07-181-44/+53
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Link examples/clang-interpreter against clangSerializationKristof Umann2018-12-151-0/+1
* Test commit - delete trailing space.Michael Platings2018-11-191-1/+1
* 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
* clang-interpreter: Add missing LLVM component ObjectFangrui Song2018-06-031-0/+1
* Convert clang-interpreter to ORC JIT APIStephane Sezer2018-05-256-506/+84
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-1/+1
* clang-interpreter example cmake fixLuke Cheeseman2018-03-211-1/+1
* [CMake] Properly quote string arguments to quiet errors from r327528 when builtFrederich Munch2018-03-141-7/+7
* Expand clang-interpreter with example of throwing in and from the JIT for Win...Frederich Munch2018-03-148-49/+621
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* 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