summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+28
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-061-1/+1
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-313-2/+12
* MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...NAKAMURA Takumi2014-03-111-0/+8
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-0610-87/+77
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [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 old JIT unittests for AARch64Renato Golin2014-02-253-5/+7
* 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
OpenPOWER on IntegriCloud