summaryrefslogtreecommitdiff
path: root/tools/llvm-rtdyld
Commit message (Expand)AuthorAge
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.Jim Grosbach2011-04-13
* Allow user-specified program entry point for llvm-rtdyld.Jim Grosbach2011-04-13
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-12
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-06
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Update CMake link dependency.Francois Pichet2011-03-29
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* Propogate the error message, not just the error state.Jim Grosbach2011-03-22
* Build the new RuntimeDyld library.Oscar Fuentes2011-03-21
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-21
* Add llvm-rtdyld support for loading 32-bit code.Jim Grosbach2011-03-18
* Update list of link components for llvm-rtdyld.Oscar Fuentes2011-03-18
* Naming conventional tidy up.Jim Grosbach2011-03-18
* MachO file loader and execution utility.Jim Grosbach2011-03-18