aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/lli/lli.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-03[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames1-1/+5
2014-11-29DebugIR: Delete -debug-irDuncan P. N. Exon Smith1-9/+0
2014-09-23[MCJIT] Remove a few more references to JITMemoryManager that survived r218316.Lang Hames1-1/+0
2014-09-23[MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames1-7/+4
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-34/+8
2014-08-27Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola1-2/+1
2014-08-26Give ExecutionEngine of top level buffers.Rafael Espindola1-3/+1
2014-08-26Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola1-2/+2
2014-08-25Modernize raw_fd_ostream's constructor a bit.Rafael Espindola1-2/+2
2014-08-20Quick fix for an use after free.Rafael Espindola1-1/+4
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-8/+13
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola1-8/+9
2014-08-13Simplify ownership with std::unique_ptr. NFC.Rafael Espindola1-2/+3
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-8/+34
2014-08-07Nuke the old JIT.Rafael Espindola1-34/+8
2014-08-01Use object::Archive::create instead of new object::Archive.Rafael Espindola1-7/+6
2014-08-01Replace comment about ownership with std::unique_ptr.Rafael Espindola1-3/+5
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-2/+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 Espindola1-3/+2
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-04-29PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie1-1/+1
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-6/+6
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
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-02-24Replace the F_Binary flag with a F_Text one.Rafael Espindola1-1/+1
2014-01-23Replace the interim lli build fix with something cleanerAlp Toker1-12/+15
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-14Sanitize MCJIT remote executionRenato Golin1-2/+5
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-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-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
2013-10-28Standardizing lli's extra module command line optionAndrew Kaylor1-2/+1
2013-10-11Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor1-6/+6