aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1814-108/+136
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-099-38/+33
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2338-1212/+8915
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0218-150/+36
* Update to LLVM 3.5a.Stephen Hines2014-04-2416-25/+70
* Merging r195092:Bill Wendling2013-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
* Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar2009-09-225-9/+25
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-221-16/+8
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-261-35/+33
* Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner2009-08-241-3/+4
* CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes2009-08-171-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-12/+17
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-5/+5
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* PR4591: Make sure to initialize the pass manager before using it.Eli Friedman2009-07-201-0/+2
* Fix buildDaniel Dunbar2009-07-191-1/+1
* Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby2009-07-191-0/+2
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-2/+1
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-7/+8
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-081-1/+1