aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/Kaleidoscope/Chapter2/toy.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko1-4/+5
2016-03-25[Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames1-10/+10
2015-11-03Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...David Blaikie1-11/+23
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg1-1/+1
2015-08-26Big Kaleidoscope tutorial update.Lang Hames1-2/+2
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames1-83/+116
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames1-51/+66
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka1-14/+3
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+12
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-15/+1
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-1/+15
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-07-21Remove unused fields.Rafael Espindola1-11/+3
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth1-1/+1
2009-09-22Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar1-0/+398