summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [Orc] Switch RPC Procedure to take a function type, rather than an arg list.Lang Hames2016-03-211-12/+4
* [RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInPro...Lang Hames2016-03-031-19/+7
* Kill LLVMAddTargetDataAmaury Sechet2016-02-161-3/+0
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-101-1/+3
* [Unittest] Clean up formatting, NFCJoseph Tremoulet2016-02-031-55/+54
* Remove autoconf supportChris Bieneman2016-01-263-56/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-6/+2
* ObjectTransformLayerTest.cpp: Rework r258633. [-Winconsistent-missing-override]NAKAMURA Takumi2016-01-231-1/+1
* ObjectTransformLayerTest.cpp: Fix a warning. [-Wredundant-move]NAKAMURA Takumi2016-01-231-1/+1
* ObjectTransformLayerTest.cpp: Fix a warning. [-Winconsistent-missing-override]NAKAMURA Takumi2016-01-231-1/+1
* [ORC] Update ObjectTransformLayer signatureJoseph Tremoulet2016-01-231-6/+69
* [Orc] Try to turn Orc execution unit tests back on for Linux.Lang Hames2016-01-201-1/+1
* [Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects untilLang Hames2016-01-191-0/+72
* [Orc] Revert r258031 - it broke the builders.Lang Hames2016-01-181-1/+1
* [Orc] Expand a comment explaining a unit test.Lang Hames2016-01-181-0/+5
* [Orc] Enable ORC execution unit tests on non-windows platforms.Lang Hames2016-01-181-1/+1
* [Orc] Add support for remote JITing to the ORC API.Lang Hames2016-01-112-0/+148
* [RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method ofLang Hames2016-01-101-2/+3
* OrcJITTests//ObjectLinkingLayerTest.cpp: Appease msc18's C2327. It seems defi...NAKAMURA Takumi2016-01-101-9/+9
* [Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memoryLang Hames2016-01-093-4/+86
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-0/+1
* [Orc] Removing traces of takeOwnershipOfBuffers left after r251560.Lang Hames2015-12-071-27/+0
* [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames2015-12-061-1/+1
* [Orc] Move some code up into the JITCompileCallbackManager base class. NFC.Lang Hames2015-12-041-10/+2
* [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2015-12-041-2/+2
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-044-20/+15
* Orc: Streamline some lambda usage in a unit testDavid Blaikie2015-11-041-9/+5
* Silence an extra semicolon warning; NFC.Aaron Ballman2015-11-041-1/+1
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-032-5/+5
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-032-5/+5
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-032-5/+5
* [Orc] Expose the compile callback API through the C bindings.Lang Hames2015-10-302-22/+71
* [Orc] Teach IndirectStubsManager to manage an expandable pool of stubs, ratherLang Hames2015-10-291-0/+5
* [Orc] Rename IndirectStubsManagerBase method 'init' to 'createStubs'.Lang Hames2015-10-291-1/+1
* OrcJITTests: Update libdeps corresponding to r251604.NAKAMURA Takumi2015-10-291-0/+2
* [Orc] Add missing file for r251604.Lang Hames2015-10-291-0/+94
* [Orc] Add support for RuntimeDyld::setProcessAllSections.Lang Hames2015-10-291-0/+1
* [Orc] Require target support for host before running execution unit tests.Lang Hames2015-10-281-3/+6
* OrcJITTests: Prune unused libdeps.NAKAMURA Takumi2015-10-281-2/+0
* OrcJITTests: Update libdeps.NAKAMURA Takumi2015-10-281-0/+1
* Fix a -Wpessimizing-move warning.Craig Topper2015-10-281-1/+1
* [Orc] Disable Orc C API unit tests on non-Darwin while I investigate moreLang Hames2015-10-281-1/+1
* [Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union thatLang Hames2015-10-285-3/+150
* [Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.Lang Hames2015-10-285-150/+3
* [Orc] Add experimental C bindings for Orc.Lang Hames2015-10-285-3/+150
* [Orc] Fix indentation.Lang Hames2015-10-271-35/+35
* unittests: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-201-6/+5
* [Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if noLang Hames2015-10-203-0/+165
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-064-18/+15
* [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatibleChandler Carruth2015-09-091-0/+6
OpenPOWER on IntegriCloud