aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/Kaleidoscope/Chapter4/toy.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Fix KS tutorial build failure.Eric Christopher1-106/+154
2014-12-08Fix the JIT code for the Kaleidoscope tutorial.Eric Christopher1-2/+9
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola1-1/+1
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+0
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-2/+4
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+1
2014-08-07Nuke the old JIT.Rafael Espindola1-1/+0
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-1/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+1
2014-01-13[cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth1-1/+1
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth1-1/+1
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-5/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+4
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-3/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+3
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-01-02Update the examples for the new header file locations.Chandler Carruth1-5/+5
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth1-5/+5
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-1/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet1-1/+1
2011-07-11fix some examplesJohn Wiegley1-2/+2
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman1-0/+1
2010-11-15Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman1-0/+2
2010-07-12Convert some tab stops into spaces.Duncan Sands1-1/+1
2010-06-14Make kaleidoscope use fp add/sub/mul.Eric Christopher1-3/+3
2010-02-11Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin1-2/+6
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin1-7/+3
2009-09-22Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar1-0/+610