aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/lli
AgeCommit message (Expand)AuthorFilesLines
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi1-0/+2
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-9/+9
2014-06-24Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola1-1/+1
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola2-5/+3
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola2-0/+2
2014-04-29PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie1-1/+1
2014-04-28[C++] Use 'nullptr'.Craig Topper2-3/+3
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper3-13/+13
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2-2/+4
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth1-0/+2
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper3-29/+31
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+3
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-1/+1
2014-03-04[cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2-2/+1
2014-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-01-28[CMake] Put lli-child-target into the Folder "Misc".NAKAMURA Takumi1-0/+2
2014-01-24Fix known typosAlp Toker3-3/+3
2014-01-24Report lli remote IO errors consistentlyAlp Toker5-41/+30
2014-01-23lli: Factor portable messaging into a new RPCChannel facilityAlp Toker9-168/+151
2014-01-23Remove unused include following r199929Alp Toker1-1/+0
2014-01-23Replace the interim lli build fix with something cleanerAlp Toker5-45/+15
2014-01-23Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.NAKAMURA Takumi1-4/+0
2014-01-23Interim build fix for MakefilesAlp Toker3-2/+8
2014-01-23Prospective Makefile build fixAlp Toker1-0/+2
2014-01-23Refactor lli-child-target to remove duplicated codeAlp Toker6-174/+32
2014-01-22Tweak r199835 to use can_execute() instead of exists()Alp Toker1-2/+3
2014-01-22Eliminate inappropriate use of FindProgramByName() from lliAlp Toker1-11/+9
2014-01-22Change createObjectFile to return an ErrorOr.Rafael Espindola1-3/+3
2014-01-14Return an error_code from materializeAllPermanently.Rafael Espindola1-3/+3
2014-01-14Fix Remote MCJIT on WindowsRenato Golin1-5/+6
2014-01-14Sanitize MCJIT remote executionRenato Golin9-152/+437
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth6-12/+6
2014-01-10lli: Tweak CacheName not to contain DOS driveletter.NAKAMURA Takumi1-1/+9
2014-01-10lli: LLIObjectCache: Use llvm::sys::path to get dirname.NAKAMURA Takumi1-2/+5
2014-01-10Whitespace.NAKAMURA Takumi1-2/+2
2014-01-09Fix accidental use of the exotic "std::string::back()" method. Turns out it'sLang Hames1-1/+2
2014-01-09Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames1-7/+23
2014-01-09Replace fstream use with raw_fd_ostream.Lang Hames1-2/+2
2014-01-08Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames1-0/+123
2013-12-10Fix gcc warnings.Matt Arsenault1-0/+5
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+13
2013-12-10[CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. ...NAKAMURA Takumi1-2/+1
2013-12-07Whitespace cleanups.NAKAMURA Takumi1-1/+1
2013-12-07Revert r196639 while I investigate a bot failure.Lang Hames1-123/+0
2013-12-07Add support for archives and object file caching under MCJIT.Lang Hames1-0/+123
2013-12-05Fix minor GCC warnings.Matt Arsenault2-0/+2
2013-12-05Export symbols in tools that support loading plugins.Will Dietz1-0/+1
2013-10-29Cleaning up comments in lliAndrew Kaylor1-2/+2
2013-10-29Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor1-0/+48
2013-10-28Fix the lli --extra-module value_descAlp Toker1-1/+1