summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/MCJIT/cached
Commit message (Expand)AuthorAgeFilesLines
* Python compat - print statementSerge Guelton2019-01-032-5/+9
* Use print() instead of dump() in codeMatthias Braun2017-01-281-3/+5
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-142-64/+56
* Remove autoconf supportChris Bieneman2016-01-261-11/+0
* [Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames2015-04-222-2/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-125/+125
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-132-2/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-022-2/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-072-0/+2
* Nuke the old JIT.Rafael Espindola2014-08-072-2/+0
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-132-4/+4
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-132-2/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-122-0/+2
* Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor2013-07-226-0/+3086
OpenPOWER on IntegriCloud