index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llvm-rtdyld
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak llvm-rtdyld build.
Benjamin Kramer
2013-08-03
1
-3
/
+3
*
llvm-rtdyld: Don't leak memory managers.
Benjamin Kramer
2013-08-03
1
-4
/
+4
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-1
/
+1
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
1
-1
/
+1
*
Add DIContext::getLineInfoForAddressRange() function and test. This function...
Andrew Kaylor
2013-01-26
1
-2
/
+8
*
Add support for applying in-memory relocations to the .debug_line section and...
Andrew Kaylor
2013-01-25
3
-3
/
+63
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-2
/
+5
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-2
/
+6
*
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...
Danil Malyshev
2012-05-16
1
-2
/
+23
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-16
/
+0
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-0
/
+16
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-16
/
+0
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
1
-0
/
+6
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-5
/
+15
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-16
/
+0
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-03-21
1
-0
/
+6
*
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
2012-01-17
1
-2
/
+0
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-0
/
+18
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-1
/
+0
*
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
2011-12-12
1
-1
/
+0
*
LLVMBuild: Add description files for the LLVM tools.
Daniel Dunbar
2011-11-11
1
-0
/
+23
*
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
2011-10-18
1
-11
/
+5
*
Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.
Jim Grosbach
2011-04-13
1
-13
/
+23
*
Allow user-specified program entry point for llvm-rtdyld.
Jim Grosbach
2011-04-13
1
-3
/
+8
*
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
1
-0
/
+2
*
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
2011-04-12
1
-9
/
+21
*
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-08
1
-1
/
+1
*
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-06
1
-5
/
+5
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
1
-4
/
+17
*
Update CMake link dependency.
Francois Pichet
2011-03-29
1
-1
/
+1
*
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-29
2
-2
/
+3
*
Propogate the error message, not just the error state.
Jim Grosbach
2011-03-22
1
-2
/
+3
*
Build the new RuntimeDyld library.
Oscar Fuentes
2011-03-21
1
-1
/
+1
*
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2011-03-21
2
-227
/
+11
*
Add llvm-rtdyld support for loading 32-bit code.
Jim Grosbach
2011-03-18
1
-66
/
+158
*
Update list of link components for llvm-rtdyld.
Oscar Fuentes
2011-03-18
1
-1
/
+1
*
Naming conventional tidy up.
Jim Grosbach
2011-03-18
1
-2
/
+2
*
MachO file loader and execution utility.
Jim Grosbach
2011-03-18
3
-0
/
+259