summaryrefslogtreecommitdiffstats
path: root/examples/clang-interpreter/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* Link examples/clang-interpreter against clangSerializationKristof Umann2018-12-151-0/+1
* clang-interpreter: Add missing LLVM component ObjectFangrui Song2018-06-031-0/+1
* Convert clang-interpreter to ORC JIT APIStephane Sezer2018-05-251-2/+0
* 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-141-0/+68
* [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
* Attempt at fixing the windows shared build.Rafael Espindola2014-07-241-0/+1
* Use MCJIT.Rafael Espindola2014-07-241-1/+1
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* clang-interpreter: use LLVM interpreter if JIT is unavailableAlp Toker2014-07-011-0/+2
* clang-interpreter: interpret instead of JITingAlp Toker2014-07-011-2/+1
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-24/+7
* The IRReader header is now part of its own library. Update the includeChandler Carruth2013-03-261-0/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* 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
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-301-0/+1
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-141-0/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-2/+2
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-231-2/+2
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-221-0/+1
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-1/+1
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-18/+28
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-28/+18
* clang-interpreter: libFrontend depends on libSerialization. Fix linux build b...Benjamin Kramer2010-08-261-1/+1
* Add Serialization dependency to clang-interpreterPeter Collingbourne2010-08-241-0/+1
* Fix clang-interpreter buildPeter Collingbourne2010-07-241-0/+1
* Teach the PrintFunctionNames example to be a proper module, so thatDouglas Gregor2010-06-081-0/+2
* Wire up Daniel's new spiffy C interpreter into the CMake build systemKovarththanan Rajaratnam2010-02-271-0/+30