summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".Lang Hames4-63/+1
2015-01-27[ExecutionEngine] Fix r227228 tests on WindowsKeno Fischer1-0/+1
2015-01-27[ExecutionEngine] Add weak symbol support to RuntimeDyldKeno Fischer4-1/+62
2015-01-27[ExecutionEngine] FindFunctionNamed: Skip declarationsKeno Fischer1-0/+19
2015-01-15Fix the C-API MCJIT test for 32-bit big endian machines.Vasileios Kalintiris1-12/+6
2014-12-22[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov1-0/+38
2014-12-03[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2-4/+4
2014-10-22[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.Lang Hames2-0/+21
2014-10-01Adds 'override' to overriding methods. NFC.Argyrios Kyrtzidis1-1/+1
2014-10-01[MCJIT] Turn the getSymbolAddress free function created in r218626 into a staticLang Hames1-3/+6
2014-09-29Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior ...David Blaikie1-0/+30
2014-09-23Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for Manag...NAKAMURA Takumi1-2/+3
2014-09-23ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduc...NAKAMURA Takumi1-0/+3
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher17-2069/+3
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2-7/+6
2014-08-26Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola1-3/+2
2014-08-21IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...Elena Demikhovsky1-1/+1
2014-08-19BumpPtrAllocator: don't accept 0 for the alignment parameterHans Wennborg1-1/+1
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-3/+3
2014-08-19Modernize the .ll parsing interface.Rafael Espindola2-12/+9
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola8-95/+97
2014-08-13Simplify memory ownership with std::unique_ptr.Rafael Espindola1-14/+6
2014-08-13Simplify ownership with std::unique_ptr. NFC.Rafael Espindola1-2/+3
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer2-6/+6
2014-08-09ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2-3/+0
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher17-3/+2072
2014-08-07fix configure+make buildRafael Espindola2-2/+2
2014-08-07Nuke the old JIT.Rafael Espindola15-2070/+1
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi3-0/+3
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-6/+7
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-7/+6
2014-06-13Remove the last uses of 'using std::error_code'Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-08[C++11] Use 'nullptr'.Craig Topper8-70/+70
2014-06-08Fix build when no native target is enabledAlp Toker1-3/+4
2014-05-16Add C API for thread yielding callback.Juergen Ributzka1-0/+27
2014-05-15Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka1-28/+0
2014-05-07Replace a virtual with an override.Rafael Espindola1-2/+2
2014-04-28[PM] Add pass run listeners to the pass manager.Juergen Ributzka1-0/+28
2014-04-06Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky1-1/+1
2014-03-31MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool3-2/+12
2014-03-11MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...NAKAMURA Takumi1-0/+8
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles10-87/+77
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2014-03-06[Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth1-1/+1
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles3-41/+41
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth1-2/+2
2014-02-25Disable old JIT unittests for AARch64Renato Golin3-5/+7
2014-02-24Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick1-0/+4
2014-02-21This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo1-0/+9