summaryrefslogtreecommitdiff
path: root/tools/lli
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.Yaron Keren1-7/+7
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-11-26[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.Lang Hames2-3/+3
2014-11-26Reverting r222828 and r222810-r222812 as they broke the build on Windows.Aaron Ballman2-3/+3
2014-11-26[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.Lang Hames2-3/+3
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 Hames3-58/+6
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher4-37/+10
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-13Canonicalize header guards into a common format.Benjamin Kramer5-12/+12
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher4-10/+37
2014-08-07fix configure+make buildRafael Espindola1-1/+1
2014-08-07Nuke the old JIT.Rafael Espindola3-36/+9
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-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