summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter8
AgeCommit message (Expand)Author
2017-05-07[Kaleidoscope] toy.cpp use after move fixPeter Szecsi
2017-02-11Update Kaleidoscope tutorial and improve Windows supportMehdi Amini
2017-01-28Use print() instead of dump() in codeMatthias Braun
2016-11-18[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko
2016-07-02New Kaleidoscope chapter: Creating object filesWilfred Hughes
2016-05-19Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-25[Kaleidoscope] Fix 'Error' name clashes.Lang Hames
2016-01-26Remove autoconf supportChris Bieneman
2015-11-05Fix Kaleidoscope example.Peter Collingbourne
2015-10-15Update for llvm API change.Eric Christopher
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg
2015-08-28Kaleidoscope: Prune __attribute__((used)). Some compilers wouldn't accept one.NAKAMURA Takumi
2015-08-27Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames
2015-08-27Revert r246175 to get builder green again.Lang Hames
2015-08-27Add Kaleidoscope regression tests.Lang Hames
2015-08-27Kaleidoscope: Prune unused libdeps.NAKAMURA Takumi
2015-08-26Kaleidoscope: Update libdeps corresponding to r246002.NAKAMURA Takumi
2015-08-26Big Kaleidoscope tutorial update.Lang Hames
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith
2015-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith
2015-07-16Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-22[Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames
2015-04-22[Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames
2015-04-20DebugInfo: Fix Kaleidoscope Ch. 8 after r235327Duncan P. N. Exon Smith
2015-04-20DebugInfo: Remove DIScopeDuncan P. N. Exon Smith
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith
2015-04-16DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith
2015-04-15DebugInfo: Remove unnecessary API from DIDerivedType and DITypeDuncan P. N. Exon Smith
2015-04-15DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith
2015-04-14DebugInfo: Add implicit conversion from DISubprogram to DIScopeDuncan P. N. Exon Smith
2015-04-14Fixing a compile error with MSVC 2013 where there is no conversion from DISub...Aaron Ballman
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-31Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi
2015-03-31llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi
2015-03-31llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi
2015-03-04Fix the build of the gold-plugin and examples.Rafael Espindola
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-03-02llvm/examples: Add missing include according to r230907.NAKAMURA Takumi
2015-02-13[PM] Update the examples to reflect the removal of theChandler Carruth
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth
2015-02-13Re-sort the #include lines in bindings and examples which I managed toChandler Carruth
2015-01-19Reorder.NAKAMURA Takumi
2015-01-19[CMake] examples/Kaleidoscope: Prune redundant libdeps.NAKAMURA Takumi
2015-01-06Kaleidoscope: Value => MetadataDuncan P. N. Exon Smith
2015-01-06cmake: Add Kaleidoscope targetDuncan P. N. Exon Smith
2014-12-08Once more on the cmake build. nativecodegen->native on the dependencies.Eric Christopher