summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli
Commit message (Expand)AuthorAgeFilesLines
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-132-5/+3
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-122-0/+2
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-282-3/+3
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-253-13/+13
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-222-2/+4
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-083-29/+31
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+3
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-042-2/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* [CMake] Put lli-child-target into the Folder "Misc".NAKAMURA Takumi2014-01-281-0/+2
* Fix known typosAlp Toker2014-01-243-3/+3
* Report lli remote IO errors consistentlyAlp Toker2014-01-245-41/+30
* lli: Factor portable messaging into a new RPCChannel facilityAlp Toker2014-01-239-168/+151
* Remove unused include following r199929Alp Toker2014-01-231-1/+0
* Replace the interim lli build fix with something cleanerAlp Toker2014-01-235-45/+15
* Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.NAKAMURA Takumi2014-01-231-4/+0
* Interim build fix for MakefilesAlp Toker2014-01-233-2/+8
* Prospective Makefile build fixAlp Toker2014-01-231-0/+2
* Refactor lli-child-target to remove duplicated codeAlp Toker2014-01-236-174/+32
* Tweak r199835 to use can_execute() instead of exists()Alp Toker2014-01-221-2/+3
* Eliminate inappropriate use of FindProgramByName() from lliAlp Toker2014-01-221-11/+9
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-221-3/+3
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-141-3/+3
* Fix Remote MCJIT on WindowsRenato Golin2014-01-141-5/+6
* Sanitize MCJIT remote executionRenato Golin2014-01-149-152/+437
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-136-12/+6
* lli: Tweak CacheName not to contain DOS driveletter.NAKAMURA Takumi2014-01-101-1/+9
* lli: LLIObjectCache: Use llvm::sys::path to get dirname.NAKAMURA Takumi2014-01-101-2/+5
* Whitespace.NAKAMURA Takumi2014-01-101-2/+2
* Fix accidental use of the exotic "std::string::back()" method. Turns out it'sLang Hames2014-01-091-1/+2
* Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames2014-01-091-7/+23
* Replace fstream use with raw_fd_ostream.Lang Hames2014-01-091-2/+2
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-081-0/+123
* Fix gcc warnings.Matt Arsenault2013-12-101-0/+5
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+13
* [CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. ...NAKAMURA Takumi2013-12-101-2/+1
* Whitespace cleanups.NAKAMURA Takumi2013-12-071-1/+1
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-071-123/+0
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-071-0/+123
* Fix minor GCC warnings.Matt Arsenault2013-12-052-0/+2
* Export symbols in tools that support loading plugins.Will Dietz2013-12-051-0/+1
* Cleaning up comments in lliAndrew Kaylor2013-10-291-2/+2
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-291-0/+48
* Fix the lli --extra-module value_descAlp Toker2013-10-281-1/+1
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-281-2/+1
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-272-17/+1
* lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi2013-10-262-1/+17
OpenPOWER on IntegriCloud