[CMake] examples/Kaleidoscope: Prune redundant libdeps.
[oota-llvm.git] / examples / Kaleidoscope /
2015-01-19 NAKAMURA Takumi[CMake] examples/Kaleidoscope: Prune redundant libdeps.
2015-01-19 NAKAMURA Takumi[CMake] Update libdeps in examples/Kaleidoscope/Chapter4.
2015-01-16 Lang Hames[Kaleidoscope] Run clang-format over chapter 4 of kalei...
2015-01-16 Lang Hames[Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidosco...
2015-01-07 Aaron BallmanManually specify the folder that Kaleidescope should...
2015-01-06 Duncan P. N. Exon... Kaleidoscope: Value => Metadata
2015-01-06 Duncan P. N. Exon... cmake: Add Kaleidoscope target
2015-01-06 Eric ChristopherAdd a subdirectory in CMake for Chapter 8.
2014-12-08 Eric ChristopherOnce more on the cmake build. nativecodegen->native...
2014-12-08 Eric ChristopherAttempt to fix the cmake build by requiring mcjit on...
2014-12-08 Eric ChristopherFix KS tutorial build failure.
2014-12-08 Eric ChristopherAdd Chapter 8 to the Kaleidoscope tutorial. This chapte...
2014-12-08 Eric ChristopherFix the JIT code for the Kaleidoscope tutorial.
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-03 Iain SandoeFix configure and make build of llvm examples.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-01-13 Chandler Carruth[cleanup] Re-sort the examples #include lines with...
2014-01-13 Chandler Carruth[cleanup] Fix the includes in the examples for r199082.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-07-22 Andrew KaylorAdding example source to support MCJIT/Kaleidoscope...
2013-07-21 Rafael EspindolaRemove unused fields.
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-10-17 Oscar FuentesBuild with RTTI and exceptions disabled. Only in GCC...
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...