Nuke the old JIT.
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTestBase.h
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-01 Andrew KaylorTests for MCJIT multiple module support
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-06-20 Akira Hatanaka[mips] Remove Triple:mips from SupportedArchs in MCJIT...
2013-05-30 Rafael EspindolaRemove unused member.
2013-05-19 Renato GolinSubArch support in MCJIT unittest
2013-05-19 Tim NorthoverAArch64: enable MCJIT unittests
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests