summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter7/toy.cpp
AgeCommit message (Expand)Author
2017-02-11Update Kaleidoscope tutorial and improve Windows supportMehdi Amini
2017-01-28Use print() instead of dump() in codeMatthias Braun
2016-11-18[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko
2016-05-22[Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames
2016-05-19Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-25[Kaleidoscope] Fix 'Error' name clashes.Lang Hames
2016-03-11[PM] Update Kaleidoscope with the new header file.Chandler Carruth
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
2015-08-28Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi
2015-08-27Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames
2015-08-27Revert r246175 to get builder green again.Lang Hames
2015-08-27Add Kaleidoscope regression tests.Lang Hames
2015-08-26Big Kaleidoscope tutorial update.Lang Hames
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames
2015-08-06[PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth
2015-07-16Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini
2015-04-22[Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames
2015-04-22[Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-04Fix the build of the gold-plugin and examples.Rafael Espindola
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-03-02llvm/examples: Add missing include according to r230907.NAKAMURA Takumi
2015-02-13[PM] Update the examples to reflect the removal of theChandler Carruth
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2014-12-08Fix KS tutorial build failure.Eric Christopher
2014-12-08Fix the JIT code for the Kaleidoscope tutorial.Eric Christopher
2014-09-10Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2014-02-25Use DataLayout from the module when easily available.Rafael Espindola
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola
2014-01-13[cleanup] Re-sort the examples #include lines with my sort_includesChandler Carruth
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz
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