summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope
AgeCommit message (Expand)Author
2015-12-04[Orc] Fix Kaleidoscope example for change in r254693.Lang Hames
2015-11-07examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-11-05Fix Kaleidoscope example.Peter Collingbourne
2015-11-03[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.Lang Hames
2015-11-03Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into t...David Blaikie
2015-10-15Update for llvm API change.Eric Christopher
2015-10-08Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...David Blaikie
2015-09-29Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg
2015-09-18Remove trailing whitespace from the old Orc Kaleidoscope examples.Lang Hames
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth
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[CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-private-field unconditionally.NAKAMURA Takumi
2015-08-19[Kaleidoscope] More inter-chapter diff reduction.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-08-06[PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth
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-24Remove access to the DataLayout in the TargetMachineMehdi Amini
2015-07-24Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini
2015-07-24Remove access to the DataLayout in the TargetMachineMehdi Amini
2015-07-16Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini
2015-06-23Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola
2015-05-05[Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames
2015-05-04[Orc] Revert r236465 - It broke the Windows bots.Lang Hames
2015-05-04[Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames
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-04-11[Orc] Update kaleidoscope tutorial for API change in r234669.Lang Hames
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-30[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames
2015-03-25Fix build.Rafael Espindola