Merging r258436:
[oota-llvm.git] / unittests / ExecutionEngine /
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.
2016-01-10 Lang Hames[RuntimeDyld] Add alignment arguments to the reserveAll...
2016-01-10 NAKAMURA TakumiOrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18...
2016-01-09 Lang Hames[Orc][RuntimeDyld] Prevent duplicate calls to finalizeM...
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-07 Lang Hames[Orc] Removing traces of takeOwnershipOfBuffers left...
2015-12-06 Lang Hames[Orc] Rename IndirectStubsManagerBase to IndirectStubsM...
2015-12-04 Lang Hames[Orc] Move some code up into the JITCompileCallbackMana...
2015-12-04 Lang Hames[Orc] Rename JITCompileCallbackManagerBase to JITCompil...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 David BlaikieOrc: Streamline some lambda usage in a unit test
2015-11-04 Aaron BallmanSilence an extra semicolon warning; NFC.
2015-11-03 Rafael EspindolaRevert "Revert "[Orc] Directly emit machine code for...
2015-11-03 Rafael EspindolaRevert "[Orc] Directly emit machine code for the x86...
2015-11-03 Lang Hames[Orc] Directly emit machine code for the x86 resolver...
2015-10-30 Lang Hames[Orc] Expose the compile callback API through the C...
2015-10-29 Lang Hames[Orc] Teach IndirectStubsManager to manage an expandabl...
2015-10-29 Lang Hames[Orc] Rename IndirectStubsManagerBase method 'init...
2015-10-29 NAKAMURA TakumiOrcJITTests: Update libdeps corresponding to r251604.
2015-10-29 Lang Hames[Orc] Add missing file for r251604.
2015-10-29 Lang Hames[Orc] Add support for RuntimeDyld::setProcessAllSections.
2015-10-28 Lang Hames[Orc] Require target support for host before running...
2015-10-28 NAKAMURA TakumiOrcJITTests: Prune unused libdeps.
2015-10-28 NAKAMURA TakumiOrcJITTests: Update libdeps.
2015-10-28 Craig TopperFix a -Wpessimizing-move warning.
2015-10-28 Lang Hames[Orc] Disable Orc C API unit tests on non-Darwin while...
2015-10-28 Lang Hames[Orc] Re-add C bindings for the Orc APIs, with a fix...
2015-10-28 Lang Hames[Orc] Revert the C bindngs commit, r251472, while I...
2015-10-28 Lang Hames[Orc] Add experimental C bindings for Orc.
2015-10-27 Lang Hames[Orc] Fix indentation.
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-10-20 Lang Hames[Orc] Make CompileOnDemandLayer::findSymbol call BaseLa...
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-08-27 Lang HamesAdd a global mapping layer for Orc. Adapted from a...
2015-08-11 David BlaikieFix UB in MCJIT test cases that relied on union type...
2015-08-03 Lang Hames[MCJIT] Fix a cast warning in the unit-test introduced...
2015-07-30 NAKAMURA TakumiMCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
2015-07-30 Lang Hames[MCJIT] Fix a memory leak in a unit test that was intro...
2015-07-29 Lang Hames[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
2015-07-14 Lang Hames[ExecutionEngine] Re-apply r241962 with fixes for ARM.
2015-07-11 Renato GolinRevert "[ExecutionEngine] Use std::function rather...
2015-07-11 Lang Hames[ExecutionEngine] Add a static cast to the unittest...
2015-07-11 Lang Hames[ExecutionEngine] Remove cruft and fix a couple of...
2015-07-10 Lang Hames[ExecutionEngine] Use std::function rather than a funct...
2015-06-25 Benjamin KramerDon't use std::make_unique.
2015-06-25 Joseph Tremoulet[ORC] Add ObjectTransformLayer
2015-06-20 Keno Fischer[MCJIT] Add a FindGlobalVariableNamed utility
2015-05-28 Petar Jovanovic[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-04-21 Reid Kleckners/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentine...
2015-04-20 Lang Hames[Orc] Make the makeStub function propagate argument...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-31 Lang Hames[MCJIT] Enable MCJIT regression tests on Darwin.
2015-03-31 Lang Hames[ExecutionEngine] Fix MCJIT::addGlobalMapping.
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-01 Benjamin KramerAdd missing includes. make_unique proliferated everywhere.
2015-02-23 David BlaikieFix Makefile build
2015-02-23 David Blaikie[orc] Add a trivial unit test to get the ball rolling
2015-02-16 NAKAMURA Takumi[CMake] Add RuntimeDyld to libdeps corresponding to...
2015-01-28 Lang HamesRevert r227247 and r227228: "Add weak symbol support...
2015-01-27 Keno Fischer[ExecutionEngine] Fix r227228 tests on Windows
2015-01-27 Keno Fischer[ExecutionEngine] Add weak symbol support to RuntimeDyld
2015-01-27 Keno Fischer[ExecutionEngine] FindFunctionNamed: Skip declarations
2015-01-15 Vasileios KalintirisFix the C-API MCJIT test for 32-bit big endian machines.
2014-12-22 Peter Zotov[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFun...
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-10-22 Lang Hames[MCJIT] Make repeat calls to MCJIT::getPointerToFunctio...
2014-10-01 Argyrios KyrtzidisAdds 'override' to overriding methods. NFC.
2014-10-01 Lang Hames[MCJIT] Turn the getSymbolAddress free function created...
2014-09-29 David BlaikieUnit test r218187, changing RTDyldMemoryManager::getSym...
2014-09-23 NAKAMURA TakumiRework r218304, "ExecutionEngineTests: Call llvm_shutdo...
2014-09-23 NAKAMURA TakumiExecutionEngineTests: Call llvm_shutdown() on exit...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
2014-08-21 Elena DemikhovskyIntelJITEventListener updates to fix breaks by recent...
2014-08-19 Hans WennborgBumpPtrAllocator: don't accept 0 for the alignment...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-13 Rafael EspindolaSimplify memory ownership with std::unique_ptr.
2014-08-13 Rafael EspindolaSimplify ownership with std::unique_ptr. NFC.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-09 Saleem AbdulrasoolADT: remove MinGW32 and Cygwin OSType enum
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael Espindolafix configure+make build
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 Alp TokerFix build when no native target is enabled
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-07 Rafael EspindolaReplace a virtual with an override.
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
next