summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter8/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-13/+13
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Unbreak kaleidoscope example.Peter Collingbourne2018-05-211-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* [Kaleidoscope] toy.cpp use after move fixPeter Szecsi2017-05-071-1/+1
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-111-5/+11
* 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-6/+27
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-021-323/+93
* Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko2016-05-191-15/+40
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-24/+20
* [Kaleidoscope] Fix 'Error' name clashes.Lang Hames2016-03-251-31/+31
* Fix Kaleidoscope example.Peter Collingbourne2015-11-051-1/+2
* Update for llvm API change.Eric Christopher2015-10-151-2/+1
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-2/+3
* 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-271-4/+4
* Revert r246175 to get builder green again.Lang Hames2015-08-271-2/+2
* Add Kaleidoscope regression tests.Lang Hames2015-08-271-2/+2
* Big Kaleidoscope tutorial update.Lang Hames2015-08-261-187/+128
* [Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames2015-08-191-76/+89
* [Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames2015-08-181-179/+177
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-3/+2
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-241-1/+1
* Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini2015-07-161-1/+1
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-16/+16
* [Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames2015-04-221-1/+1
* [Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames2015-04-221-1/+4
* DebugInfo: Fix Kaleidoscope Ch. 8 after r235327Duncan P. N. Exon Smith2015-04-201-2/+2
* DebugInfo: Remove DIScopeDuncan P. N. Exon Smith2015-04-201-20/+20
* DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith2015-04-161-2/+2
* DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith2015-04-161-1/+1
* DebugInfo: Remove unnecessary API from DIDerivedType and DITypeDuncan P. N. Exon Smith2015-04-151-1/+1
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-12/+12
* DebugInfo: Add implicit conversion from DISubprogram to DIScopeDuncan P. N. Exon Smith2015-04-141-1/+1
* Fixing a compile error with MSVC 2013 where there is no conversion from DISub...Aaron Ballman2015-04-141-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-16/+16
* 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
* llvm/examples: Add missing include according to r230907.NAKAMURA Takumi2015-03-021-0/+1
* [PM] Update the examples to reflect the removal of theChandler Carruth2015-02-131-2/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* Re-sort the #include lines in bindings and examples which I managed toChandler Carruth2015-02-131-2/+2
* Kaleidoscope: Value => MetadataDuncan P. N. Exon Smith2015-01-061-1/+1
* Fix KS tutorial build failure.Eric Christopher2014-12-081-4/+5
* Add Chapter 8 to the Kaleidoscope tutorial. This chapter addsEric Christopher2014-12-081-0/+1493
OpenPOWER on IntegriCloud