index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lli
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-12
Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.
Yaron Keren
1
-7
/
+7
2014-12-03
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
1
-1
/
+5
2014-11-29
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
1
-9
/
+0
2014-11-26
[MCJIT] Reapply r222828 and r222810-r222812 with fix for MSVC move-op issues.
Lang Hames
2
-3
/
+3
2014-11-26
Reverting r222828 and r222810-r222812 as they broke the build on Windows.
Aaron Ballman
2
-3
/
+3
2014-11-26
[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
Lang Hames
2
-3
/
+3
2014-09-23
[MCJIT] Remove a few more references to JITMemoryManager that survived r218316.
Lang Hames
1
-1
/
+0
2014-09-23
[MCJIT] Delete the JTIMemoryManager and associated APIs.
Lang Hames
3
-58
/
+6
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
4
-37
/
+10
2014-08-27
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
1
-2
/
+1
2014-08-26
Give ExecutionEngine of top level buffers.
Rafael Espindola
1
-3
/
+1
2014-08-26
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
1
-2
/
+2
2014-08-25
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
1
-2
/
+2
2014-08-20
Quick fix for an use after free.
Rafael Espindola
1
-1
/
+4
2014-08-19
Don't own the buffer in object::Binary.
Rafael Espindola
1
-8
/
+13
2014-08-19
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
1
-8
/
+9
2014-08-13
Simplify ownership with std::unique_ptr. NFC.
Rafael Espindola
1
-2
/
+3
2014-08-13
Canonicalize header guards into a common format.
Benjamin Kramer
5
-12
/
+12
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
4
-10
/
+37
2014-08-07
fix configure+make build
Rafael Espindola
1
-1
/
+1
2014-08-07
Nuke the old JIT.
Rafael Espindola
3
-36
/
+9
2014-08-01
Use object::Archive::create instead of new object::Archive.
Rafael Espindola
1
-7
/
+6
2014-08-01
Replace comment about ownership with std::unique_ptr.
Rafael Espindola
1
-3
/
+5
2014-07-31
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
1
-2
/
+2
2014-07-14
[CMake] Update libdeps.
NAKAMURA Takumi
1
-0
/
+2
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
1
-9
/
+9
2014-06-24
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
1
-1
/
+1
2014-06-13
Remove 'using std::error_code' from tools.
Rafael Espindola
2
-5
/
+3
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2
-0
/
+2
2014-04-29
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
1
-1
/
+1
2014-04-28
[C++] Use 'nullptr'.
Craig Topper
2
-3
/
+3
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
3
-13
/
+13
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2
-2
/
+4
2014-04-21
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
1
-0
/
+2
2014-03-08
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
3
-29
/
+31
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-3
/
+3
2014-03-05
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
1
-1
/
+1
2014-03-04
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2
-2
/
+1
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-01-28
[CMake] Put lli-child-target into the Folder "Misc".
NAKAMURA Takumi
1
-0
/
+2
2014-01-24
Fix known typos
Alp Toker
3
-3
/
+3
2014-01-24
Report lli remote IO errors consistently
Alp Toker
5
-41
/
+30
2014-01-23
lli: Factor portable messaging into a new RPCChannel facility
Alp Toker
9
-168
/
+151
2014-01-23
Remove unused include following r199929
Alp Toker
1
-1
/
+0
2014-01-23
Replace the interim lli build fix with something cleaner
Alp Toker
5
-45
/
+15
2014-01-23
Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.
NAKAMURA Takumi
1
-4
/
+0
2014-01-23
Interim build fix for Makefiles
Alp Toker
3
-2
/
+8
2014-01-23
Prospective Makefile build fix
Alp Toker
1
-0
/
+2
2014-01-23
Refactor lli-child-target to remove duplicated code
Alp Toker
6
-174
/
+32
2014-01-22
Tweak r199835 to use can_execute() instead of exists()
Alp Toker
1
-2
/
+3
[next]