summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Orc/fully_lazy/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.Lang Hames2016-05-271-1461/+0
* Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warn...Eugene Zelenko2016-05-191-12/+31
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-071-2/+2
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-20/+22
* Fix examples corresponding to r257302.NAKAMURA Takumi2016-01-111-1/+1
* [Orc] Fix Kaleidoscope example for change in r254693.Lang Hames2015-12-041-1/+1
* examples: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-1/+1
* [Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example.Lang Hames2015-11-031-6/+3
* Make the Kaleidoscope Orc examples -Wdeprecated clean by avoiding copying som...David Blaikie2015-10-081-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...Hans Wennborg2015-09-291-7/+5
* Remove trailing whitespace from the old Orc Kaleidoscope examples.Lang Hames2015-09-181-112/+111
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-2/+2
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-2/+2
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-2/+2
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-231-3/+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
* [Orc] Update kaleidoscope tutorial for API change in r234669.Lang Hames2015-04-111-1/+1
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-19/+24
* Fix build.Rafael Espindola2015-03-251-1/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-1/+1
* [Orc][Kaleidoscope] More tutorial cleanup, a little extra debugging output.Lang Hames2015-02-261-11/+10
* [Orc][Kaleidoscope] Fix a missed symbol mangling operation in the fully lazy ...Lang Hames2015-02-261-1/+5
* [Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the d...Lang Hames2015-02-251-44/+43
* [Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial, touch up a couple ofLang Hames2015-02-231-10/+9
* [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-211-0/+2
* [orcjit] Include CMake support for the fully_lazy example and fix the buildDavid Blaikie2015-02-191-5/+5
* [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 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
* [Orc][Kaleidoscope] Add an example of extreme-laziness in Orc.Lang Hames2015-02-171-0/+1412
OpenPOWER on IntegriCloud