aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter4/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* fix some examplesJohn Wiegley2011-07-111-2/+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
* 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/+610