summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2015-08-27Revert r246175 to get builder green again.Lang Hames
2015-08-27Add Kaleidoscope regression tests.Lang Hames
2015-08-27[CMake] Let ExceptionDemo buildable with ENABLE_EH.NAKAMURA Takumi
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-14Update ExceptionDemo for exception handling API changes (personality function...David Blaikie
2015-08-14Fix -Wformat warnings in ExceptionDemoDavid Blaikie
2015-08-14Fix up the ExceptionDemo for some API changes over the past <time>David Blaikie
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-19BrainF.cpp: Update CreateCall() according to r237624.NAKAMURA Takumi
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-22Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie
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-04-02llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl...NAKAMURA Takumi
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
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner
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-26[Orc][Kaleidoscope] More tutorial cleanup, a little extra debugging output.Lang Hames