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
/
lli.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFile
David Blaikie
2014-04-29
1
-1
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-6
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-2
/
+2
*
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
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Replace the interim lli build fix with something cleaner
Alp Toker
2014-01-23
1
-12
/
+15
*
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
*
Sanitize MCJIT remote execution
Renato Golin
2014-01-14
1
-2
/
+5
*
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
*
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
*
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
*
Fixing problems in lli's RemoteMemoryManager.
Andrew Kaylor
2013-10-11
1
-6
/
+6
*
Removing unintended code block from lli
Andrew Kaylor
2013-10-08
1
-9
/
+0
*
Adding support and tests for multiple module handling in lli
Andrew Kaylor
2013-10-04
1
-82
/
+33
*
Pass the resolved lli-child-target executable name to execv, rather than
Richard Smith
2013-10-02
1
-1
/
+1
*
Clean up lli execution code
Andrew Kaylor
2013-10-02
1
-39
/
+41
*
Adding out-of-process execution support to lli.
Andrew Kaylor
2013-10-02
1
-8
/
+41
*
Adding multiple module support for MCJIT.
Andrew Kaylor
2013-10-01
1
-16
/
+14
*
Add flag to lli to enable debugging of IR when used with MCJIT.
Daniel Malea
2013-06-28
1
-0
/
+16
*
Print uint64_t -debug text correctly on 32-bit hosts
Tim Northover
2013-05-19
1
-5
/
+5
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-7
/
+7
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-6
/
+0
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
1
-1
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-9
/
+9
*
Modifying lli to use the SectionMemoryManager.
Andrew Kaylor
2012-11-27
1
-222
/
+10
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-2
/
+5
*
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-11-05
1
-0
/
+4
*
lli: Initialize the native asm parser for inline assembly.
Jim Grosbach
2012-11-05
1
-0
/
+1
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
1
-1
/
+1
*
Fixed format strings to avoid pointer truncation during 64-bit debugging.
Andrew Kaylor
2012-11-01
1
-4
/
+4
*
Align the data section correctly when loading an ELF file.
Tim Northover
2012-10-29
1
-3
/
+11
*
Add float-abi and softfloat options to lli
Tim Northover
2012-10-12
1
-2
/
+26
*
lli: [MCJIT] Suppress "__main" for cygming in LLIMCJITMemoryManager::getPoint...
NAKAMURA Takumi
2012-10-05
1
-0
/
+12
[next]