aboutsummaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter7/toy.cpp
AgeCommit message (Expand)Author
2013-01-02Update the examples for the new header file locations.Chandler Carruth
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet
2011-07-11fix some examplesJohn Wiegley
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman
2010-11-15Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman
2010-06-21fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner
2010-06-14Make kaleidoscope use fp add/sub/mul.Eric Christopher
2010-02-11Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2009-09-22Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar