summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [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
* s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-clReid Kleckner2015-04-211-1/+2
* [Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames2015-04-204-0/+139
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-114-18/+18
* [MCJIT] Enable MCJIT regression tests on Darwin.Lang Hames2015-03-311-5/+0
* [ExecutionEngine] Fix MCJIT::addGlobalMapping.Lang Hames2015-03-311-0/+1
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-4/+6
* Add missing includes. make_unique proliferated everywhere.Benjamin Kramer2015-03-011-0/+1
* Fix Makefile buildDavid Blaikie2015-02-231-1/+1
* [orc] Add a trivial unit test to get the ball rollingDavid Blaikie2015-02-235-1/+60
* [CMake] Add RuntimeDyld to libdeps corresponding to r229343.NAKAMURA Takumi2015-02-162-0/+2
* 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
* [MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames2014-10-011-3/+6
* Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie2014-09-291-0/+30
* Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for Manag...NAKAMURA Takumi2014-09-231-2/+3
* ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduc...NAKAMURA Takumi2014-09-231-0/+3
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0217-2069/+3
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-272-7/+6
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-3/+2
* IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...Elena Demikhovsky2014-08-211-1/+1
* BumpPtrAllocator: don't accept 0 for the alignment parameterHans Wennborg2014-08-191-1/+1
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-3/+3
* Modernize the .ll parsing interface.Rafael Espindola2014-08-192-12/+9
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-198-95/+97
* 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-0717-3/+2072
* fix configure+make buildRafael Espindola2014-08-072-2/+2
* Nuke the old JIT.Rafael Espindola2014-08-0715-2070/+1
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-143-0/+3
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-6/+7
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-7/+6
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-088-70/+70
* Fix build when no native target is enabledAlp Toker2014-06-081-3/+4
* 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
* Replace a virtual with an override.Rafael Espindola2014-05-071-2/+2
OpenPOWER on IntegriCloud