summaryrefslogtreecommitdiff
path: root/tools/lli
Commit message (Expand)AuthorAge
* [CMake] Put lli-child-target into the Folder "Misc".NAKAMURA Takumi2014-01-28
* Fix known typosAlp Toker2014-01-24
* Report lli remote IO errors consistentlyAlp Toker2014-01-24
* lli: Factor portable messaging into a new RPCChannel facilityAlp Toker2014-01-23
* Remove unused include following r199929Alp Toker2014-01-23
* Replace the interim lli build fix with something cleanerAlp Toker2014-01-23
* Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.NAKAMURA Takumi2014-01-23
* Interim build fix for MakefilesAlp Toker2014-01-23
* Prospective Makefile build fixAlp Toker2014-01-23
* Refactor lli-child-target to remove duplicated codeAlp Toker2014-01-23
* Tweak r199835 to use can_execute() instead of exists()Alp Toker2014-01-22
* Eliminate inappropriate use of FindProgramByName() from lliAlp Toker2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Fix Remote MCJIT on WindowsRenato Golin2014-01-14
* Sanitize MCJIT remote executionRenato Golin2014-01-14
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* lli: Tweak CacheName not to contain DOS driveletter.NAKAMURA Takumi2014-01-10
* lli: LLIObjectCache: Use llvm::sys::path to get dirname.NAKAMURA Takumi2014-01-10
* Whitespace.NAKAMURA Takumi2014-01-10
* Fix accidental use of the exotic "std::string::back()" method. Turns out it'sLang Hames2014-01-09
* Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames2014-01-09
* Replace fstream use with raw_fd_ostream.Lang Hames2014-01-09
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Fix gcc warnings.Matt Arsenault2013-12-10
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* [CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. ...NAKAMURA Takumi2013-12-10
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Fix minor GCC warnings.Matt Arsenault2013-12-05
* Export symbols in tools that support loading plugins.Will Dietz2013-12-05
* Cleaning up comments in lliAndrew Kaylor2013-10-29
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-29
* Fix the lli --extra-module value_descAlp Toker2013-10-28
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-28
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-27
* lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi2013-10-26
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-11
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Removing unintended code block from lliAndrew Kaylor2013-10-08
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-05
* Attempting to fix lli build errorAndrew Kaylor2013-10-04
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-04
* lli: Check pipe creation for errors.Benjamin Kramer2013-10-04
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* Fixing lli-child-target buildAndrew Kaylor2013-10-02
* Add newline at eof.Benjamin Kramer2013-10-02
* Pass the resolved lli-child-target executable name to execv, rather thanRichard Smith2013-10-02