ReleaseNotes: shrink-wrapping; by Quentin Colombet
[oota-llvm.git] / examples / Kaleidoscope / Orc /
2016-01-11 NAKAMURA TakumiFix examples corresponding to r257302.
2015-12-04 Lang Hames[Orc] Fix Kaleidoscope example for change in r254693.
2015-11-07 Duncan P. N. Exon... examples: Remove implicit ilist iterator conversions...
2015-11-03 Lang Hames[Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope...
2015-10-08 David BlaikieMake the Kaleidoscope Orc examples -Wdeprecated clean...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-09-18 Lang HamesRemove trailing whitespace from the old Orc Kaleidoscop...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-05-05 Lang Hames[Orc] Reapply r236465 with fixes for the MSVC bots.
2015-05-04 Lang Hames[Orc] Revert r236465 - It broke the Windows bots.
2015-05-04 Lang Hames[Orc] Refactor the compile-on-demand layer to make...
2015-04-11 Lang Hames[Orc] Update kaleidoscope tutorial for API change in...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-25 Rafael EspindolaFix build.
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-26 Lang Hames[Orc][Kaleidoscope] More tutorial cleanup, a little...
2015-02-26 Lang Hames[Orc][Kaleidoscope] Fix a missed symbol mangling operat...
2015-02-26 Lang Hames[Orc][Kaleidoscope] More diff-reduction between tutoria...
2015-02-25 Lang Hames[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutor...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Remove dead AST map in SessionContext.
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-20 Lang Hames[Orc][Kaleidoscope] Fix the orc/kaleidoscope tutorials...
2015-02-19 David Blaikie[orcjit] Include CMake support for the fully_lazy examp...
2015-02-19 Lang Hames[Orc][Kaleidoscope] Fix typo in tutorial comment.
2015-02-19 Lang Hames[Orc][Kaleidoscope] Make the 'fully lazy' orc kaleidosc...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Fix a fixme - no reason we can...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make the Orc/Kaleidoscope tutorials...
2015-02-18 Lang Hames[Orc][Kaleidoscope] Make sure to look for the mangled...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Fix misnumbered steps in comments...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Add an example of extreme-laziness...
2015-02-17 Lang Hames[Orc][Kaleidoscope] Update the MainLoop code of the...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-09 Lang Hames[Orc] Add a JITSymbol class to the Orc APIs, refactor...
2015-02-08 David BlaikieKaleidoscope-Orc: Reuse the IRGen utility function...
2015-02-08 David BlaikieKaleidoscope-Orc: Extract IRGen work into a utility...
2015-02-08 David BlaikieConstify the Orc Kaleidoscope examples IRGen functions.
2015-02-08 Lang Hames[Orc][Kaleidoscope] Build Kaleidoscope/Orc tutorials...
2015-02-08 Lang Hames[Orc][Kaleidoscope] Remove fixed sized buffers from...
2015-02-08 NAKAMURA Takumi[CMake] Kaleidoscope-Orc: Update libdeps.
2015-02-08 David BlaikieAdd CMake build support for Orc examples (& fix some...
2015-02-08 Lang Hames[Orc][Kaleidoscope] Fix method-name think-o. NFC.
2015-02-06 Lang Hames[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
2015-02-06 Lang Hames[Orc] Add a Kaleidoscope/Orc tutorial demonstrating...
2015-02-06 Lang Hames[Orc] Add a Kaleidoscope tutorial for Orc demonstrating...