aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter6/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-7/+7
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-218/+301
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+3
* Merging r195092:Bill Wendling2013-11-191-5/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+3
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Update the examples for the new header file locations.Chandler Carruth2013-01-021-5/+5
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-041-5/+5
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-1/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-151-2/+2
* fix some examplesJohn Wiegley2011-07-111-2/+2
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-4/+2
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+2
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-161-0/+1
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-151-0/+2
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner2010-06-211-1/+1
* Make kaleidoscope use fp add/sub/mul.Eric Christopher2010-06-141-3/+3
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-111-2/+6
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-7/+3
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-221-0/+973