summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/MCJIT/complete/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use print() instead of dump() in codeMatthias Braun2017-01-281-2/+4
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-28/+24
* [Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames2015-04-221-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-3/+3
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-121/+8
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-8/+121
* Nuke the old JIT.Rafael Espindola2014-08-071-121/+8
* 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-131-2/+2
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-131-1/+1
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor2013-07-221-0/+1710
OpenPOWER on IntegriCloud