Update the examples for the new header file locations.
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / toy.cpp
2013-01-02 Chandler CarruthUpdate the examples for the new header file locations.
2012-12-04 Chandler CarruthSort the #include lines of the examples/... tree.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-15 Francois PichetConvert CallInst and InvokeInst APIs to use ArrayRef...
2011-07-11 John Wiegleyfix some examples
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2010-11-16 Dan GohmanFix missing includes of "llvm/Analysis/Passes.h" in...
2010-11-15 Dan GohmanUpdate examples and documentation to explicitly add...
2010-06-21 Chris Lattnerfix several bugs in the tutorial, patch by Kevin Kelley!
2010-06-14 Eric ChristopherMake kaleidoscope use fp add/sub/mul.
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-09-22 Erick TryzelaarRename Kaleidoscope to show that it's for Chapter 7...