summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine/MCJIT
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
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick2014-02-24
* This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo2014-02-21
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-20
* Remove tautological test line (unsigneds are always >=0).Lang Hames2014-02-15
* Fix misleading comment.Lang Hames2014-02-13
* The new MCJIT C-API unit test is generating objects without constant dataLang Hames2014-02-13
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi2013-12-10
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2013-10-21
* MCJIT: skip some more new multi-module tests on unsupported platforms.Tim Northover2013-10-02
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-01
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-13
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* 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
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-22
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Expose the RTDyldMemoryManager through the C API. This allows clients of Filip Pizlo2013-05-21
* SubArch support in MCJIT unittestRenato Golin2013-05-19
* AArch64: enable MCJIT unittestsTim Northover2013-05-19
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Fix MCJITCAPITest.cpp unit test on Windows.Andrew Kaylor2013-05-10
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...Filip Pizlo2013-05-01
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-25
* Exposing MCJIT through C APIAndrew Kaylor2013-04-24
* Fixing cmake build for MCJIT unit testsAndrew Kaylor2013-04-23
* Adding object caching support to MCJITAndrew Kaylor2013-04-23
* 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