aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld
AgeCommit message (Expand)Author
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-04-13Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach
2011-04-13Allow user-specified program entry point for llvm-rtdyld.Jim Grosbach
2011-04-12MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach
2011-04-12Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-03-29Update CMake link dependency.Francois Pichet
2011-03-29Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach
2011-03-22Propogate the error message, not just the error state.Jim Grosbach
2011-03-21Build the new RuntimeDyld library.Oscar Fuentes
2011-03-21Library-ize the dyld components of llvm-rtdyld.Jim Grosbach
2011-03-18Add llvm-rtdyld support for loading 32-bit code.Jim Grosbach
2011-03-18Update list of link components for llvm-rtdyld.Oscar Fuentes
2011-03-18Naming conventional tidy up.Jim Grosbach
2011-03-18MachO file loader and execution utility.Jim Grosbach