summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope
Commit message (Expand)AuthorAgeFilesLines
* Manually specify the folder that Kaleidescope should reside in for CMake-prod...Aaron Ballman2015-01-071-0/+1
* Kaleidoscope: Value => MetadataDuncan P. N. Exon Smith2015-01-061-1/+1
* cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith2015-01-068-7/+14
* Add a subdirectory in CMake for Chapter 8.Eric Christopher2015-01-061-0/+1
* Once more on the cmake build. nativecodegen->native on the dependencies.Eric Christopher2014-12-085-5/+5
* Attempt to fix the cmake build by requiring mcjit on the cmakeEric Christopher2014-12-085-0/+5
* Fix KS tutorial build failure.Eric Christopher2014-12-085-775/+1059
* Add Chapter 8 to the Kaleidoscope tutorial. This chapter addsEric Christopher2014-12-084-1/+1527
* Fix the JIT code for the Kaleidoscope tutorial.Eric Christopher2014-12-084-8/+36
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-104-4/+4
* Fix configure and make build of llvm examples.Iain Sandoe2014-09-034-4/+4
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0214-134/+8
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-194-8/+16
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0714-8/+134
* Nuke the old JIT.Rafael Espindola2014-08-0714-134/+8
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-144-0/+4
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-062-2/+2
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-254-4/+8
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-254-4/+4
* [cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth2014-01-1310-13/+13
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-1311-11/+11
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-105-5/+46
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-196-39/+18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-196-6/+32
* Revert r194865 and r194874.Alexey Samsonov2013-11-186-30/+6
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-156-6/+30
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-1212-0/+12
* Adding example source to support MCJIT/Kaleidoscope blog posts.Andrew Kaylor2013-07-2220-0/+9374
* Remove unused fields.Rafael Espindola2013-07-211-11/+3
* Update the examples for the new header file locations.Chandler Carruth2013-01-025-24/+24
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-046-23/+23
* Move TargetData to DataLayout.Micah Villmow2012-10-084-8/+8
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-295-5/+5
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-244-4/+4
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-155-7/+7
* fix some examplesJohn Wiegley2011-07-115-10/+10
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-303-10/+5
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-303-0/+5
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-164-0/+4
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-154-0/+8
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-171-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-135-14/+10
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-105-10/+14
* Convert some tab stops into spaces.Duncan Sands2010-07-124-4/+4
* fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner2010-06-214-6/+6
* Make kaleidoscope use fp add/sub/mul.Eric Christopher2010-06-144-12/+12
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-118-12/+28
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-274-28/+12
* This example requires RTTI.Daniel Dunbar2010-01-251-0/+1
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-2218-3/+3503
OpenPOWER on IntegriCloud