summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter7
Commit message (Expand)AuthorAge
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-15
* fix some examplesJohn Wiegley2011-07-11
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-16
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-15
* Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes2010-10-17
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner2010-06-21
* Make kaleidoscope use fp add/sub/mul.Eric Christopher2010-06-14
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-11
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* This example requires RTTI.Daniel Dunbar2010-01-25
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-22
* Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar2009-09-22