summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter3
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-9/+9
* Use print() instead of dump() in codeMatthias Braun2017-01-281-4/+7
* [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko2016-11-181-1/+12
* [Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames2016-05-221-1/+1
* Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko2016-05-191-3/+11
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-9/+8
* [Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames2016-03-251-16/+16
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-1/+3
* Big Kaleidoscope tutorial update.Lang Hames2015-08-261-67/+42
* [Kaleidoscope] More inter-chapter diff reduction.Lang Hames2015-08-191-1/+3
* [Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames2015-08-191-125/+149
* [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames2015-08-181-76/+97
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-4/+4
* cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith2015-01-061-1/+1
* [cleanup] Fix the includes in the examples for r199082.Chandler Carruth2014-01-131-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+4
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-191-5/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+3
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Update the examples for the new header file locations.Chandler Carruth2013-01-021-4/+4
* Sort the #include lines of the examples/... tree.Chandler Carruth2012-12-041-2/+2
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-1/+1
* Convert CallInst and InvokeInst APIs to use ArrayRef. For the LLVM examples.Francois Pichet2011-07-151-1/+1
* fix some examplesJohn Wiegley2011-07-111-2/+2
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+2
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-2/+2
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* fix several bugs in the tutorial, patch by Kevin Kelley!Chris Lattner2010-06-211-3/+3
* Add examples for Kaleidoscope chapters 2 through 6.Erick Tryzelaar2009-09-223-0/+583
OpenPOWER on IntegriCloud