summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-04-22[Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames7-7/+7
2015-04-22[Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames6-12/+8
2015-04-22Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie1-6/+7
2015-04-20DebugInfo: Fix Kaleidoscope Ch. 8 after r235327Duncan P. N. Exon Smith1-2/+2
2015-04-20DebugInfo: Remove DIScopeDuncan P. N. Exon Smith1-20/+20
2015-04-16DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith1-2/+2
2015-04-16DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith1-1/+1
2015-04-15DebugInfo: Remove unnecessary API from DIDerivedType and DITypeDuncan P. N. Exon Smith1-1/+1
2015-04-15DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith1-12/+12
2015-04-14DebugInfo: Add implicit conversion from DISubprogram to DIScopeDuncan P. N. Exon Smith1-1/+1
2015-04-14Fixing a compile error with MSVC 2013 where there is no conversion from DISub...Aaron Ballman1-1/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko7-48/+48
2015-04-11[Orc] Update kaleidoscope tutorial for API change in r234669.Lang Hames1-1/+1
2015-04-02llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl...NAKAMURA Takumi1-1/+1
2015-03-31Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi3-3/+3
2015-03-31llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi3-0/+6
2015-03-31llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi5-0/+5
2015-03-30[MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames4-46/+66
2015-03-25Fix build.Rafael Espindola1-1/+1
2015-03-18CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner1-1/+1
2015-03-04Fix the build of the gold-plugin and examples.Rafael Espindola6-6/+6
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini10-10/+4
2015-03-02llvm/examples: Add missing include according to r230907.NAKAMURA Takumi7-0/+7
2015-02-26[Orc][Kaleidoscope] More tutorial cleanup, a little extra debugging output.Lang Hames2-23/+19
2015-02-26[Orc][Kaleidoscope] Fix a missed symbol mangling operation in the fully lazy ...Lang Hames1-1/+5
2015-02-26[Orc][Kaleidoscope] More diff-reduction between tutorial versions.Lang Hames1-2/+2
2015-02-25[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the d...Lang Hames4-168/+187
2015-02-23[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial, touch up a couple ofLang Hames2-31/+46
2015-02-23[Orc][Kaleidoscope] Remove dead AST map in SessionContext.Lang Hames1-2/+1
2015-02-21[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.Lang Hames4-0/+8
2015-02-20[Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials on linux.Lang Hames4-8/+12
2015-02-19[orcjit] Include CMake support for the fully_lazy example and fix the buildDavid Blaikie3-6/+8
2015-02-19[Orc][Kaleidoscope] Fix typo in tutorial comment.Lang Hames1-1/+1
2015-02-19[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidoscope tutorial lazier st...Lang Hames1-26/+45
2015-02-18[Orc][Kaleidoscope] Fix a fixme - no reason we can't use C++14 in the tutorials.Lang Hames1-11/+14
2015-02-18[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials easier to build onLang Hames4-12/+40
2015-02-18[Orc][Kaleidoscope] Make sure to look for the mangled name when updating theLang Hames1-1/+1
2015-02-17[Orc][Kaleidoscope] Fix misnumbered steps in comments, plus tidy oneLang Hames1-4/+4
2015-02-17[Orc][Kaleidoscope] Add an example of extreme-laziness in Orc.Lang Hames4-0/+1454
2015-02-17[Orc][Kaleidoscope] Update the MainLoop code of the orc/kaleidoscope tutorialsLang Hames3-12/+12
2015-02-16[CMake] Add RuntimeDyld to libdeps corresponding to r229343.NAKAMURA Takumi1-0/+1
2015-02-15Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman5-377/+377
2015-02-13[PM] Update the examples to reflect the removal of theChandler Carruth6-29/+24
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth15-15/+15
2015-02-13Re-sort the #include lines in bindings and examples which I managed toChandler Carruth1-2/+2
2015-02-09[Orc] Add a JITSymbol class to the Orc APIs, refactor APIs, update clients.Lang Hames3-26/+26
2015-02-08Kaleidoscope-Orc: Reuse the IRGen utility function in later chapters, and rem...David Blaikie3-20/+40
2015-02-08Kaleidoscope-Orc: Extract IRGen work into a utility function.David Blaikie1-7/+15
2015-02-08Constify the Orc Kaleidoscope examples IRGen functions.David Blaikie3-66/+66
2015-02-08[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials with warnings.Lang Hames3-3/+3