aboutsummaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope
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-10-17Build with RTTI and exceptions disabled. Only in GCC for now.Oscar Fuentes
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-07-12Convert some tab stops into spaces.Duncan Sands
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
2010-01-25This example requires RTTI.Daniel Dunbar
2009-09-22Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar
2009-09-22Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar
2009-09-22Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar
2009-08-26Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner
2009-08-24Fixed double free in Kaleidoscope. Fixes PR4762.Reid Kleckner
2009-08-17CMake: LLVMConfig assigns LLVMX86 to the `native' componentOscar Fuentes
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-20PR4591: Make sure to initialize the pass manager before using it.Eli Friedman
2009-07-19Fix buildDaniel Dunbar
2009-07-19Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-16Privatize the ConstantFP table. I'm on a roll!Owen Anderson
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-07-01Hold the LLVMContext by reference rather than by pointer.Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-06-17make sure that JIT examples link in their appropriate target.Chris Lattner
2009-04-15silence a warning.Chris Lattner
2009-04-13Get rid of some compile warnings.Bill Wendling
2009-04-12Add Kaleidoscope to examples/ so that it gets built regularly and we'll noticeNick Lewycky