index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-rtdyld
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-17
Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...
David Blaikie
1
-2
/
+0
2012-01-16
MCJIT support for non-function sections.
Jim Grosbach
1
-0
/
+18
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
1
-1
/
+0
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
1
-1
/
+0
2011-11-11
LLVMBuild: Add description files for the LLVM tools.
Daniel Dunbar
1
-0
/
+23
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
1
-11
/
+5
2011-04-13
Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.
Jim Grosbach
1
-13
/
+23
2011-04-13
Allow user-specified program entry point for llvm-rtdyld.
Jim Grosbach
1
-3
/
+8
2011-04-12
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
1
-0
/
+2
2011-04-12
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
1
-9
/
+21
2011-04-08
Refactor MCJIT 32-bit section loading.
Jim Grosbach
1
-1
/
+1
2011-04-06
RuntimeDyld should use the memory manager API.
Jim Grosbach
1
-5
/
+5
2011-04-04
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
1
-4
/
+17
2011-03-29
Update CMake link dependency.
Francois Pichet
1
-1
/
+1
2011-03-29
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2
-2
/
+3
2011-03-22
Propogate the error message, not just the error state.
Jim Grosbach
1
-2
/
+3
2011-03-21
Build the new RuntimeDyld library.
Oscar Fuentes
1
-1
/
+1
2011-03-21
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2
-227
/
+11
2011-03-18
Add llvm-rtdyld support for loading 32-bit code.
Jim Grosbach
1
-66
/
+158
2011-03-18
Update list of link components for llvm-rtdyld.
Oscar Fuentes
1
-1
/
+1
2011-03-18
Naming conventional tidy up.
Jim Grosbach
1
-2
/
+2
2011-03-18
MachO file loader and execution utility.
Jim Grosbach
3
-0
/
+259