summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/MCJIT
Commit message (Expand)AuthorAgeFilesLines
* [ExecutionEngine] Re-apply r241962 with fixes for ARM.Lang Hames2015-07-141-0/+82
* Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...Renato Golin2015-07-111-64/+0
* [ExecutionEngine] Add a static cast to the unittest for r241962 to suppress aLang Hames2015-07-111-1/+1
* [ExecutionEngine] Remove cruft and fix a couple of warnings in the test case forLang Hames2015-07-111-3/+2
* [ExecutionEngine] Use std::function rather than a function pointer for theLang Hames2015-07-101-0/+65
* [MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer2015-06-201-3/+12
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-282-0/+4
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-17/+17
* [MCJIT] Enable MCJIT regression tests on Darwin.Lang Hames2015-03-311-5/+0
* [CMake] Add RuntimeDyld to libdeps corresponding to r229343.NAKAMURA Takumi2015-02-161-0/+1
* Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames2015-01-284-63/+1
* [ExecutionEngine] Fix r227228 tests on WindowsKeno Fischer2015-01-271-0/+1
* [ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer2015-01-274-1/+62
* [ExecutionEngine] FindFunctionNamed: Skip declarationsKeno Fischer2015-01-271-0/+19
* Fix the C-API MCJIT test for 32-bit big endian machines.Vasileios Kalintiris2015-01-151-12/+6
* [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov2014-12-221-0/+38
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-032-4/+4
* [MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.Lang Hames2014-10-222-0/+21
* Adds 'override' to overriding methods. NFC.Argyrios Kyrtzidis2014-10-011-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-025-6/+1
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-4/+3
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-3/+3
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-194-43/+43
* Simplify memory ownership with std::unique_ptr.Rafael Espindola2014-08-131-14/+6
* Simplify ownership with std::unique_ptr. NFC.Rafael Espindola2014-08-131-2/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-6/+6
* ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2014-08-092-3/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-075-1/+6
* fix configure+make buildRafael Espindola2014-08-071-1/+1
* Nuke the old JIT.Rafael Espindola2014-08-074-5/+0
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-084-33/+33
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+27
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-28/+0
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+28
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-313-2/+12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-064-46/+37
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-053-41/+41
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-2/+2
* Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick2014-02-241-0/+4
* This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo2014-02-211-0/+9
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-203-1/+92
* Remove tautological test line (unsigneds are always >=0).Lang Hames2014-02-151-1/+0
* Fix misleading comment.Lang Hames2014-02-131-1/+1
* The new MCJIT C-API unit test is generating objects without constant dataLang Hames2014-02-131-1/+1
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-1/+132
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-073-3/+3
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-4/+8
* Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi2013-12-101-1/+1
OpenPOWER on IntegriCloud