summaryrefslogtreecommitdiff
path: root/unittests/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2015-12-07[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.Lang Hames1-27/+0
2015-12-06[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames1-1/+1
2015-12-04[Orc] Move some code up into the JITCompileCallbackManager base class. NFC.Lang Hames1-10/+2
2015-12-04[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames1-2/+2
2015-11-04Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko4-20/+15
2015-11-04Orc: Streamline some lambda usage in a unit testDavid Blaikie1-9/+5
2015-11-04Silence an extra semicolon warning; NFC.Aaron Ballman1-1/+1
2015-11-03Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2-5/+5
2015-11-03Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2-5/+5
2015-11-03[Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2-5/+5
2015-10-30[Orc] Expose the compile callback API through the C bindings.Lang Hames2-22/+71
2015-10-29[Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, ratherLang Hames1-0/+5
2015-10-29[Orc] Rename IndirectStubsManagerBase method 'init' to 'createStubs'.Lang Hames1-1/+1
2015-10-29OrcJITTests: Update libdeps corresponding to r251604.NAKAMURA Takumi1-0/+2
2015-10-29[Orc] Add missing file for r251604.Lang Hames1-0/+94
2015-10-29[Orc] Add support for RuntimeDyld::setProcessAllSections.Lang Hames1-0/+1
2015-10-28[Orc] Require target support for host before running execution unit tests.Lang Hames1-3/+6
2015-10-28OrcJITTests: Prune unused libdeps.NAKAMURA Takumi1-2/+0
2015-10-28OrcJITTests: Update libdeps.NAKAMURA Takumi1-0/+1
2015-10-28Fix a -Wpessimizing-move warning.Craig Topper1-1/+1
2015-10-28[Orc] Disable Orc C API unit tests on non-Darwin while I investigate moreLang Hames1-1/+1
2015-10-28[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames5-3/+150
2015-10-28[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames5-150/+3
2015-10-28[Orc] Add experimental C bindings for Orc.Lang Hames5-3/+150
2015-10-27[Orc] Fix indentation.Lang Hames1-35/+35
2015-10-20unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-6/+5
2015-10-20[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if noLang Hames3-0/+165
2015-10-06Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg4-18/+15
2015-09-09[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth1-0/+6
2015-08-27Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi.Lang Hames2-0/+56
2015-08-11Fix UB in MCJIT test cases that relied on union type punningDavid Blaikie1-52/+30
2015-08-03[MCJIT] Fix a cast warning in the unit-test introduced in r243589.Lang Hames1-1/+7
2015-07-30MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.NAKAMURA Takumi1-0/+1
2015-07-30[MCJIT] Fix a memory leak in a unit test that was introduced in r243589.Lang Hames1-0/+1
2015-07-29[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.Lang Hames1-0/+33
2015-07-14[ExecutionEngine] Re-apply r241962 with fixes for ARM.Lang Hames1-0/+82
2015-07-11Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...Renato Golin1-64/+0
2015-07-11[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress aLang Hames1-1/+1
2015-07-11[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case forLang Hames1-3/+2
2015-07-10[ExecutionEngine] Use std::function rather than a function pointer for theLang Hames1-0/+65
2015-06-25Don't use std::make_unique.Benjamin Kramer1-8/+9
2015-06-25[ORC] Add ObjectTransformLayerJoseph Tremoulet2-0/+302
2015-06-20[MCJIT] Add a FindGlobalVariableNamed utilityKeno Fischer1-3/+12
2015-05-28[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2-0/+4
2015-05-18Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie1-1/+1
2015-04-21s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-clReid Kleckner1-1/+2
2015-04-20[Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames4-0/+139
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko4-18/+18
2015-03-31[MCJIT] Enable MCJIT regression tests on Darwin.Lang Hames1-5/+0
2015-03-31[ExecutionEngine] Fix MCJIT::addGlobalMapping.Lang Hames1-0/+1