summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h
Commit message (Expand)AuthorAge
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-31
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-01
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Adding tests for DebugIR passDaniel Malea2013-06-28
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-20
* Remove unused member.Rafael Espindola2013-05-30
* SubArch support in MCJIT unittestRenato Golin2013-05-19
* AArch64: enable MCJIT unittestsTim Northover2013-05-19
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-25
* Exposing MCJIT through C APIAndrew Kaylor2013-04-24
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-27
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-04