summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/lli.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-151-2/+1
* [lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT.Lang Hames2015-06-091-12/+14
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-3/+0
* Remove the JITEmitDebugInfo TargetOptions as they're only set andEric Christopher2015-04-191-23/+0
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [Orc][lli] Add a very simple Orc-based lazy JIT to lli.Lang Hames2015-03-251-7/+21
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Replace a few instances of NULL with nullptr.David Majnemer2015-02-261-1/+1
* [Orc] New JIT APIs.Lang Hames2015-01-231-0/+9
* Assigning and copying command line option objects shouldn't be allowed.Chris Bieneman2015-01-221-1/+1
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-031-1/+5
* DebugIR: Delete -debug-irDuncan P. N. Exon Smith2014-11-291-9/+0
* [MCJIT] Remove a few more references to JITMemoryManager that survived r218316.Lang Hames2014-09-231-1/+0
* [MCJIT] Delete the JTIMemoryManager and associated APIs.Lang Hames2014-09-231-7/+4
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-34/+8
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-2/+1
* Give ExecutionEngine of top level buffers.Rafael Espindola2014-08-261-3/+1
* Return a std::unique_ptr from the IRReader.h functions. NFC.Rafael Espindola2014-08-261-2/+2
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-2/+2
* Quick fix for an use after free.Rafael Espindola2014-08-201-1/+4
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-8/+13
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-191-8/+9
* Simplify ownership with std::unique_ptr. NFC.Rafael Espindola2014-08-131-2/+3
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-8/+34
* Nuke the old JIT.Rafael Espindola2014-08-071-34/+8
* Use object::Archive::create instead of new object::Archive.Rafael Espindola2014-08-011-7/+6
* Replace comment about ownership with std::unique_ptr.Rafael Espindola2014-08-011-3/+5
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-2/+2
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-9/+9
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-1/+1
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-291-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-6/+6
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-2/+2
* 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
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Replace the interim lli build fix with something cleanerAlp Toker2014-01-231-12/+15
* 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
* Sanitize MCJIT remote executionRenato Golin2014-01-141-2/+5
* 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
OpenPOWER on IntegriCloud