[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutorials to minimize the diffs
[oota-llvm.git] / examples / Kaleidoscope / Orc / lazy_irgen / toy.cpp
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-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
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 BlaikieConstify the Orc Kaleidoscope examples IRGen functions.
2015-02-08 Lang Hames[Orc][Kaleidoscope] Remove fixed sized buffers from...
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...