Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
[oota-llvm.git] / examples / Kaleidoscope /
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
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...
2010-01-25 Daniel DunbarThis example requires RTTI.
2009-09-22 Erick TryzelaarAdd examples for Kaleidoscope chapters 2 through 6.
2009-09-22 Erick TryzelaarRename Kaleidoscope to show that it's for Chapter 7...
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-24 Reid KlecknerFixed double free in Kaleidoscope. Fixes PR4762.
2009-08-17 Oscar FuentesCMake: LLVMConfig assigns LLVMX86 to the `native' component
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-20 Eli FriedmanPR4591: Make sure to initialize the pass manager before...
2009-07-19 Daniel DunbarFix build
2009-07-19 Xerxes RanbyFix: Kaleidoscope link in JIT and Interpreter by includ...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-17 Chris Lattnermake sure that JIT examples link in their appropriate...
2009-04-15 Chris Lattnersilence a warning.
2009-04-13 Bill WendlingGet rid of some compile warnings.
2009-04-12 Nick LewyckyAdd Kaleidoscope to examples/ so that it gets built...