summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter2/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-8/+8
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-111-0/+2
* [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko2016-11-181-1/+5
* [Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.Lang Hames2016-09-191-22/+11
* Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko2016-05-191-4/+5
* [Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames2016-03-251-10/+10
* Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...David Blaikie2015-11-031-11/+23
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-1/+1
* Big Kaleidoscope tutorial update.Lang Hames2015-08-261-2/+2
* [Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames2015-08-191-83/+116
* [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames2015-08-181-51/+66
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-191-14/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+12
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-15/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+15
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Remove unused fields.Rafael Espindola2013-07-211-11/+3
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-041-1/+1
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-221-0/+398
OpenPOWER on IntegriCloud