index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
lli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
2
-5
/
+3
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
2
-0
/
+2
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-3
/
+3
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
3
-13
/
+13
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
2
-2
/
+4
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
3
-29
/
+31
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+3
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
2
-2
/
+1
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[CMake] Put lli-child-target into the Folder "Misc".
NAKAMURA Takumi
2014-01-28
1
-0
/
+2
*
Fix known typos
Alp Toker
2014-01-24
3
-3
/
+3
*
Report lli remote IO errors consistently
Alp Toker
2014-01-24
5
-41
/
+30
*
lli: Factor portable messaging into a new RPCChannel facility
Alp Toker
2014-01-23
9
-168
/
+151
*
Remove unused include following r199929
Alp Toker
2014-01-23
1
-1
/
+0
*
Replace the interim lli build fix with something cleaner
Alp Toker
2014-01-23
5
-45
/
+15
*
Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.
NAKAMURA Takumi
2014-01-23
1
-4
/
+0
*
Interim build fix for Makefiles
Alp Toker
2014-01-23
3
-2
/
+8
*
Prospective Makefile build fix
Alp Toker
2014-01-23
1
-0
/
+2
*
Refactor lli-child-target to remove duplicated code
Alp Toker
2014-01-23
6
-174
/
+32
*
Tweak r199835 to use can_execute() instead of exists()
Alp Toker
2014-01-22
1
-2
/
+3
*
Eliminate inappropriate use of FindProgramByName() from lli
Alp Toker
2014-01-22
1
-11
/
+9
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
1
-3
/
+3
*
Return an error_code from materializeAllPermanently.
Rafael Espindola
2014-01-14
1
-3
/
+3
*
Fix Remote MCJIT on Windows
Renato Golin
2014-01-14
1
-5
/
+6
*
Sanitize MCJIT remote execution
Renato Golin
2014-01-14
9
-152
/
+437
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
6
-12
/
+6
*
lli: Tweak CacheName not to contain DOS driveletter.
NAKAMURA Takumi
2014-01-10
1
-1
/
+9
*
lli: LLIObjectCache: Use llvm::sys::path to get dirname.
NAKAMURA Takumi
2014-01-10
1
-2
/
+5
*
Whitespace.
NAKAMURA Takumi
2014-01-10
1
-2
/
+2
*
Fix accidental use of the exotic "std::string::back()" method. Turns out it's
Lang Hames
2014-01-09
1
-1
/
+2
*
Add an "-object-cache-dir=<string>" option to LLI. This option specifies the
Lang Hames
2014-01-09
1
-7
/
+23
*
Replace fstream use with raw_fd_ostream.
Lang Hames
2014-01-09
1
-2
/
+2
*
Re-apply r196639: Add support for archives and object file caching under MCJIT.
Lang Hames
2014-01-08
1
-0
/
+123
*
Fix gcc warnings.
Matt Arsenault
2013-12-10
1
-0
/
+5
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-1
/
+13
*
[CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. ...
NAKAMURA Takumi
2013-12-10
1
-2
/
+1
*
Whitespace cleanups.
NAKAMURA Takumi
2013-12-07
1
-1
/
+1
*
Revert r196639 while I investigate a bot failure.
Lang Hames
2013-12-07
1
-123
/
+0
*
Add support for archives and object file caching under MCJIT.
Lang Hames
2013-12-07
1
-0
/
+123
*
Fix minor GCC warnings.
Matt Arsenault
2013-12-05
2
-0
/
+2
*
Export symbols in tools that support loading plugins.
Will Dietz
2013-12-05
1
-0
/
+1
*
Cleaning up comments in lli
Andrew Kaylor
2013-10-29
1
-2
/
+2
*
Adding a workaround for __main linking with remote lli and Cygwin/MinGW
Andrew Kaylor
2013-10-29
1
-0
/
+48
*
Fix the lli --extra-module value_desc
Alp Toker
2013-10-28
1
-1
/
+1
*
Standardizing lli's extra module command line option
Andrew Kaylor
2013-10-28
1
-2
/
+1
*
MCJIT-remote: __main should be resolved in child context.
NAKAMURA Takumi
2013-10-27
2
-17
/
+1
*
lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...
NAKAMURA Takumi
2013-10-26
2
-1
/
+17
[next]