Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / examples / Kaleidoscope / Chapter5 / toy.cpp
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-28 NAKAMURA TakumiKaleidoscope: Prune __attribute__((used)). Some compile...
2015-08-27 Lang HamesRecommit r246175 - Add Kaleidoscope regression tests...
2015-08-27 Lang HamesRevert r246175 to get builder green again.
2015-08-27 Lang HamesAdd Kaleidoscope regression tests.
2015-08-26 Lang HamesBig Kaleidoscope tutorial update.
2015-08-19 Lang Hames[Kaleidoscope] More inter-chapter diff reduction.
2015-08-19 Lang Hames[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
2015-08-18 Lang Hames[Kaleidoscope] Start C++11'ifying the kaleidoscope...
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-07-16 Mehdi AminiFix Kaleidoscope tuto: ExecutionEngine->getDataLayout...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-04 Rafael EspindolaFix the build of the gold-plugin and examples.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-02 NAKAMURA Takumillvm/examples: Add missing include according to r230907.
2015-02-13 Chandler Carruth[PM] Update the examples to reflect the removal of the
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-12-08 Eric ChristopherFix KS tutorial build failure.
2014-12-08 Eric ChristopherFix the JIT code for the Kaleidoscope tutorial.
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
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-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-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-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-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...
2009-09-22 Erick TryzelaarAdd examples for Kaleidoscope chapters 2 through 6.