Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / examples / Kaleidoscope / Orc / lazy_codegen / toy.cpp
2015-11-07 Duncan P. N. Exon... examples: Remove implicit ilist iterator conversions...
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-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-25 Lang Hames[Orc][Kaleidoscope] Clean up the Orc/Kaleidoscope tutor...
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...