aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/Kaleidoscope/Chapter7/toy.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-22[Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames1-1/+1
2016-05-19Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko1-9/+19
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-24/+20
2016-03-25[Kaleidoscope] Fix 'Error' name clashes.Lang Hames1-31/+31
2016-03-11[PM] Update Kaleidoscope with the new header file.Chandler Carruth1-0/+1
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg1-2/+3
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-3/+0
2015-08-28Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi1-2/+2
2015-08-27Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames1-4/+4
2015-08-27Revert r246175 to get builder green again.Lang Hames1-2/+2
2015-08-27Add Kaleidoscope regression tests.Lang Hames1-2/+2
2015-08-26Big Kaleidoscope tutorial update.Lang Hames1-158/+133
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames1-56/+71
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames1-174/+173
2015-08-06[PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth1-0/+1
2015-07-16Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini1-1/+1
2015-04-22[Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames1-1/+1
2015-04-22[Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames1-1/+4
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-8/+8
2015-03-04Fix the build of the gold-plugin and examples.Rafael Espindola1-1/+1
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-1/+0
2015-03-02llvm/examples: Add missing include according to r230907.NAKAMURA Takumi1-0/+1
2015-02-13[PM] Update the examples to reflect the removal of theChandler Carruth1-2/+2
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2014-12-08Fix KS tutorial build failure.Eric Christopher1-255/+341
2014-12-08Fix the JIT code for the Kaleidoscope tutorial.Eric Christopher1-2/+9
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola1-1/+1
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-1/+0
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-2/+4
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+1
2014-08-07Nuke the old JIT.Rafael Espindola1-1/+0
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola1-1/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+1
2014-01-13[cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth1-1/+1
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth1-1/+1
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-5/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+4
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-3/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+3
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-01-02Update the examples for the new header file locations.Chandler Carruth1-5/+5
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth1-5/+5
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-1/+1
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet1-2/+2
2011-07-11fix some examplesJohn Wiegley1-2/+2
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad1-2/+1
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad1-0/+1
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman1-0/+1