summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/ChildTarget
Commit message (Expand)AuthorAgeFilesLines
* [lli-child-target] Fix -DBUILD_SHARED_LIBS=on buildFangrui Song2019-10-291-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CMake] lli-child-target depends on intrinsics genChris Bieneman2016-11-191-0/+3
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-111-15/+4
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-111-4/+15
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-111-15/+4
* [cmake] Change lli-child-target to use add_llvm_utility instead of add_llvm_e...Michael Gottesman2016-07-101-2/+1
* [Orc] Fix missing rename from r268845.Lang Hames2016-05-071-1/+1
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-071-2/+2
* [ORC] Thread Error/Expected through the RPC library.Lang Hames2016-04-251-9/+8
* [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.Lang Hames2016-04-181-3/+5
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-181-3/+3
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-181-3/+3
* Remove autoconf supportChris Bieneman2016-01-261-19/+0
* [Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames2016-01-141-1/+9
* lli-child-target: Introduce a new dependency on RuntimeDyld.NAKAMURA Takumi2016-01-111-0/+1
* lli/ChildTarget now depends on OrcJIT. Add that component to the Makefile. Lang Hames2016-01-111-1/+1
* [LLI] Remove dependence on RemoteTarget.cpp from ChildTarget's Makefile.Lang Hames2016-01-111-1/+1
* [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames2016-01-112-232/+59
* Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.Yaron Keren2014-12-121-7/+7
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* [CMake] Put lli-child-target into the Folder "Misc".NAKAMURA Takumi2014-01-281-0/+2
* Report lli remote IO errors consistentlyAlp Toker2014-01-241-2/+4
* lli: Factor portable messaging into a new RPCChannel facilityAlp Toker2014-01-233-82/+9
* Replace the interim lli build fix with something cleanerAlp Toker2014-01-232-3/+0
* Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.NAKAMURA Takumi2014-01-231-4/+0
* Interim build fix for MakefilesAlp Toker2014-01-232-2/+5
* Prospective Makefile build fixAlp Toker2014-01-231-0/+2
* Refactor lli-child-target to remove duplicated codeAlp Toker2014-01-234-173/+17
* Sanitize MCJIT remote executionRenato Golin2014-01-141-15/+41
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-132-2/+1
* Fix minor GCC warnings.Matt Arsenault2013-12-051-0/+1
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-053-0/+8
* Fixing lli-child-target buildAndrew Kaylor2013-10-021-0/+21
* Fix build problems with remote lli implementationAndrew Kaylor2013-10-021-0/+21
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-025-0/+443
OpenPOWER on IntegriCloud