summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* [ORC] Fix the RPC unit test for header changes in r281171.Lang Hames2016-09-111-2/+2
* Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with aLang Hames2016-08-301-7/+7
* Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rat...Reid Kleckner2016-08-301-7/+7
* [ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitiveLang Hames2016-08-301-3/+3
* [ORC] Fix unit-test breakage from r280016.Lang Hames2016-08-291-2/+2
* [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather thanLang Hames2016-08-291-4/+4
* [Orc] Simplify LogicalDylib and move it back inside CompileOnDemandLayer. AlsoLang Hames2016-08-292-77/+0
* [Orc] Explicitly specify type for assignment.Lang Hames2016-08-271-3/+3
* [ORC] Fix typo in LogicalDylib, add unit test.Lang Hames2016-08-272-0/+77
* Revert r279016 -- it breaks win32-elf JIT tests.Lang Hames2016-08-181-2/+2
* [RuntimeDyld] Strip leading '_' from symbols on 32-bit windows inLang Hames2016-08-181-2/+2
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-8/+6
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-016-28/+30
* Fix warning in ObjectTransformLayerTest.Justin Lebar2016-07-131-1/+2
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-311-1/+1
* Delete dead code. Reloc::Default is the default.Rafael Espindola2016-05-181-3/+0
* [ORC] clang-format code that was touched in r267457. NFC.Lang Hames2016-04-252-90/+53
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-252-11/+11
* [Orc] Add pthread dependence to the RPCUtilsTest unit test.Lang Hames2016-04-191-0/+2
* [Orc] Disable RPC callST unit test until the S390 failures encountered duringLang Hames2016-04-191-20/+22
* [Orc] Tidy up some of the RPC primitives, add a unit-test for the callSTLang Hames2016-04-191-42/+95
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-181-27/+76
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-181-76/+27
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-181-27/+76
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-145-35/+29
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-4/+4
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-4/+4
* [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
OpenPOWER on IntegriCloud