ReleaseNotes: shrink-wrapping; by Quentin Colombet
[oota-llvm.git] / examples / Kaleidoscope / MCJIT /
2015-04-22 Lang Hames[Kaleidoscope] Fix incorrect use of reinterpret_cast.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-13 Chandler Carruth[cleanup] Re-sort the examples #include lines with...
2014-01-13 Chandler Carruth[cleanup] Fix the includes in the examples for r199082.
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-07-22 Andrew KaylorAdding example source to support MCJIT/Kaleidoscope...