summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith2015-07-311-3/+2
* DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith2015-07-241-1/+1
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-244-10/+10
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-244-10/+10
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-244-10/+10
* Fix Kaleidoscope tuto: ExecutionEngine->getDataLayout() returns a refMehdi Amini2015-07-165-5/+5
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-234-17/+13
* BrainF.cpp: Update CreateCall() according to r237624.NAKAMURA Takumi2015-05-191-1/+2
* [Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames2015-05-051-8/+14
* [Orc] Revert r236465 - It broke the Windows bots.Lang Hames2015-05-041-14/+8
* [Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames2015-05-041-8/+14
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-16/+16
* [Kaleidoscope] Fix incorrect use of reinterpret_cast.Lang Hames2015-04-227-7/+7
* [Kaleidoscope] Remove RTTI use from chapters 7 and 8.Lang Hames2015-04-226-12/+8
* Fix up Exception demo from recent opaque pointer type changes to GEPDavid Blaikie2015-04-221-6/+7
* DebugInfo: Fix Kaleidoscope Ch. 8 after r235327Duncan P. N. Exon Smith2015-04-201-2/+2
* DebugInfo: Remove DIScopeDuncan P. N. Exon Smith2015-04-201-20/+20
* DebugInfo: Remove DIDescriptor from the DIBuilder APIDuncan P. N. Exon Smith2015-04-161-2/+2
* DebugInfo: Gut DIDescriptorDuncan P. N. Exon Smith2015-04-161-1/+1
* DebugInfo: Remove unnecessary API from DIDerivedType and DITypeDuncan P. N. Exon Smith2015-04-151-1/+1
* DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith2015-04-151-12/+12
* DebugInfo: Add implicit conversion from DISubprogram to DIScopeDuncan P. N. Exon Smith2015-04-141-1/+1
* Fixing a compile error with MSVC 2013 where there is no conversion from DISub...Aaron Ballman2015-04-141-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-117-48/+48
* [Orc] Update kaleidoscope tutorial for API change in r234669.Lang Hames2015-04-111-1/+1
* llvm/examples/BrainF: Give an explicit pointee type to ConstantExpr::getGetEl...NAKAMURA Takumi2015-04-021-1/+1
* Rework r233647, "llvm/examples: Suppress building a few JIT examples."NAKAMURA Takumi2015-03-313-3/+3
* llvm/examples: Suppress building a few JIT examples.NAKAMURA Takumi2015-03-313-0/+6
* llvm/examples: Add RuntimeDyld as libdeps.NAKAMURA Takumi2015-03-315-0/+5
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-304-46/+66
* Fix build.Rafael Espindola2015-03-251-1/+1
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Fix the build of the gold-plugin and examples.Rafael Espindola2015-03-046-6/+6
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-0410-10/+4
* llvm/examples: Add missing include according to r230907.NAKAMURA Takumi2015-03-027-0/+7
* [Orc][Kaleidoscope] More tutorial cleanup, a little extra debugging output.Lang Hames2015-02-262-23/+19
* [Orc][Kaleidoscope] Fix a missed symbol mangling operation in the fully lazy ...Lang Hames2015-02-261-1/+5
* [Orc][Kaleidoscope] More diff-reduction between tutorial versions.Lang Hames2015-02-261-2/+2
* [Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the d...Lang Hames2015-02-254-168/+187
* [Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial, touch up a couple ofLang Hames2015-02-232-31/+46
* [Orc][Kaleidoscope] Remove dead AST map in SessionContext.Lang Hames2015-02-231-2/+1
* [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.Lang Hames2015-02-214-0/+8
* [Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials on linux.Lang Hames2015-02-204-8/+12
* [orcjit] Include CMake support for the fully_lazy example and fix the buildDavid Blaikie2015-02-193-6/+8
* [Orc][Kaleidoscope] Fix typo in tutorial comment.Lang Hames2015-02-191-1/+1
* [Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidoscope tutorial lazier st...Lang Hames2015-02-191-26/+45
* [Orc][Kaleidoscope] Fix a fixme - no reason we can't use C++14 in the tutorials.Lang Hames2015-02-181-11/+14
* [Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials easier to build onLang Hames2015-02-184-12/+40
* [Orc][Kaleidoscope] Make sure to look for the mangled name when updating theLang Hames2015-02-181-1/+1
* [Orc][Kaleidoscope] Fix misnumbered steps in comments, plus tidy oneLang Hames2015-02-171-4/+4