summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter4
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-11/+11
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie2018-04-241-1/+2
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-0/+1
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-1/+1
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-111-2/+8
* Use print() instead of dump() in codeMatthias Braun2017-01-281-2/+4
* [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-6/+15
* 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
* [PM] Update Kaleidoscope with the new header file.Chandler Carruth2016-03-111-0/+1
* 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/+2
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-3/+0
* Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi2015-08-281-2/+2
* Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames2015-08-272-4/+6
* Revert r246175 to get builder green again.Lang Hames2015-08-272-4/+2
* Add Kaleidoscope regression tests.Lang Hames2015-08-272-2/+4
* Kaleidoscope: Prune unused libdeps.NAKAMURA Takumi2015-08-271-2/+0
* Kaleidoscope: Update libdeps corresponding to r246002.NAKAMURA Takumi2015-08-261-0/+1
* Big Kaleidoscope tutorial update.Lang Hames2015-08-261-312/+107
* [Kaleidoscope] More inter-chapter diff reduction.Lang Hames2015-08-191-1/+3
* [Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames2015-08-191-29/+41
* [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames2015-08-181-90/+90
* [PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth2015-08-061-0/+1
* Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini2015-07-161-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-6/+6
* Fix the build of the gold-plugin and examples.Rafael Espindola2015-03-041-1/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+0
* [CMake] Add RuntimeDyld to libdeps corresponding to r229343.NAKAMURA Takumi2015-02-161-0/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [PM] Update the examples to reflect the removal of theChandler Carruth2015-02-131-1/+1
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Reorder.NAKAMURA Takumi2015-01-191-1/+1
* [CMake] examples/Kaleidoscope: Prune redundant libdeps.NAKAMURA Takumi2015-01-191-1/+0
* [CMake] Update libdeps in examples/Kaleidoscope/Chapter4.NAKAMURA Takumi2015-01-191-0/+1
* [Kaleidoscope] Run clang-format over chapter 4 of kaleidoscope.Lang Hames2015-01-161-44/+38
* [Kaleidoscope] Fix a bug in Chapter 4 of the Kaleidoscope tutorial where repeatLang Hames2015-01-161-55/+253
* cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith2015-01-061-1/+1
* Once more on the cmake build. nativecodegen->native on the dependencies.Eric Christopher2014-12-081-1/+1
* Attempt to fix the cmake build by requiring mcjit on the cmakeEric Christopher2014-12-081-0/+1
* Fix KS tutorial build failure.Eric Christopher2014-12-081-106/+154
* Fix the JIT code for the Kaleidoscope tutorial.Eric Christopher2014-12-081-2/+9
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-101-1/+1
* Fix configure and make build of llvm examples.Iain Sandoe2014-09-031-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-022-2/+0
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-2/+4
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-072-0/+2
OpenPOWER on IntegriCloud