aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/Kaleidoscope/Chapter3
AgeCommit message (Expand)AuthorFilesLines
2020-10-19[examples] Fix Kaleidoscope-Ch3, which was broken by ad92f16ccc5.Lang Hames1-5/+2
2020-10-18[ORC][examples] Update Kaleidoscope and BuildingAJIT tutorial series to OrcV2.Lang Hames1-15/+30
2020-01-29Fix implicit conversions in example code.Benjamin Kramer1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-9/+9
2017-01-28Use print() instead of dump() in codeMatthias Braun1-4/+7
2016-11-18[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko1-1/+12
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-3/+11
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini1-9/+8
2016-03-25[Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames1-16/+16
2016-01-26Remove autoconf supportChris Bieneman1-15/+0
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg1-1/+3
2015-08-26Big Kaleidoscope tutorial update.Lang Hames1-67/+42
2015-08-19[Kaleidoscope] More inter-chapter diff reduction.Lang Hames1-1/+3
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames1-125/+149
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames1-76/+97
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-4/+4
2015-01-06cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith1-1/+1
2014-01-13[cleanup] Fix the includes in the examples for r199082.Chandler Carruth1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+4
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-4/+4
2012-12-04Sort the #include lines of the examples/... tree.Chandler Carruth1-2/+2
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-1/+1
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet1-1/+1
2011-07-11fix some examplesJohn Wiegley1-2/+2
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-2/+2
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-2/+2
2010-07-12Convert some tab stops into spaces.Duncan Sands1-1/+1
2010-06-21fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner1-3/+3
2009-09-22Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar3-0/+583