| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Instantiate a JITMemoryManager for MCJIT Dyld | Jim Grosbach | 2011-03-29 | 1 | -3/+7 | |
| | | | | | llvm-svn: 128485 | |||||
| * | Runtime dylib simple ARM 24-bit branch relocation support. | Jim Grosbach | 2011-03-23 | 1 | -14/+49 | |
| | | | | | llvm-svn: 128184 | |||||
| * | Split out relocation resolution into target-specific bits. | Jim Grosbach | 2011-03-23 | 1 | -3/+71 | |
| | | | | | llvm-svn: 128173 | |||||
| * | Start of relocation resolution for the runtime dyld library. | Jim Grosbach | 2011-03-23 | 1 | -21/+130 | |
| | | | | | llvm-svn: 128161 | |||||
| * | Tidy up. | Jim Grosbach | 2011-03-22 | 1 | -2/+1 | |
| | | | | | llvm-svn: 128096 | |||||
| * | Propogate the error message, not just the error state. | Jim Grosbach | 2011-03-22 | 1 | -0/+5 | |
| | | | | | llvm-svn: 128094 | |||||
| * | Hook up the MCJIT to the RuntimeDyld library. | Jim Grosbach | 2011-03-22 | 1 | -2/+8 | |
| | | | | | | | | | Lots of cleanup to make the interfaces prettier, use the JITMemoryManager, handle multiple functions and modules, etc.. This gets far enough that the MCJIT compiles and runs code, though. llvm-svn: 128052 | |||||
| * | Initialize HasError. | Jim Grosbach | 2011-03-22 | 1 | -0/+2 | |
| | | | | | llvm-svn: 128049 | |||||
| * | Library-ize the dyld components of llvm-rtdyld. | Jim Grosbach | 2011-03-21 | 3 | -0/+345 | |
| Move the dynamic linking functionality of the llvm-rtdyld program into an ExecutionEngine support library. Update llvm-rtdyld to just load an object file into memory, use the library to process it, then run the _main() function, if one is found. llvm-svn: 128031 | ||||||

