Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MCJIT lazy relocation resolution and symbol address re-assignment. | Jim Grosbach | 2011-04-12 | 1 | -1/+5 |
* | Tidy up a bit now that we're using the MemoryManager interface. | Jim Grosbach | 2011-04-12 | 1 | -3/+0 |
* | Refactor MCJIT 32-bit section loading. | Jim Grosbach | 2011-04-08 | 1 | -1/+4 |
* | RuntimeDyld should use the memory manager API. | Jim Grosbach | 2011-04-06 | 1 | -3/+3 |
* | Make the virtual destructor out-of-line so we have a key function. | Chandler Carruth | 2011-04-05 | 1 | -1/+1 |
* | Provide an empty virtual destructor to go with the virtual methods in | Chandler Carruth | 2011-04-05 | 1 | -0/+1 |
* | Layer the memory manager between the JIT and the runtime Dyld. | Jim Grosbach | 2011-04-04 | 1 | -3/+26 |
* | Instantiate a JITMemoryManager for MCJIT Dyld | Jim Grosbach | 2011-03-29 | 1 | -1/+2 |
* | Propogate the error message, not just the error state. | Jim Grosbach | 2011-03-22 | 1 | -0/+1 |
* | Library-ize the dyld components of llvm-rtdyld. | Jim Grosbach | 2011-03-21 | 1 | -0/+45 |