summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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
2015-02-26[Orc][Kaleidoscope] Fix a missed symbol mangling operation in the fully lazy ...Lang Hames
2015-02-26[Orc][Kaleidoscope] More diff-reduction between tutorial versions.Lang Hames
2015-02-25[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the d...Lang Hames
2015-02-23[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial, touch up a couple ofLang Hames
2015-02-23[Orc][Kaleidoscope] Remove dead AST map in SessionContext.Lang Hames
2015-02-21[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.Lang Hames
2015-02-20[Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials on linux.Lang Hames
2015-02-19[orcjit] Include CMake support for the fully_lazy example and fix the buildDavid Blaikie
2015-02-19[Orc][Kaleidoscope] Fix typo in tutorial comment.Lang Hames
2015-02-19[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidoscope tutorial lazier st...Lang Hames
2015-02-18[Orc][Kaleidoscope] Fix a fixme - no reason we can't use C++14 in the tutorials.Lang Hames
2015-02-18[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials easier to build onLang Hames