Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 80-col fix. | Eric Christopher | 2011-04-22 | 1 | -1/+1 |
* | MCJIT relocation resolution. | Jim Grosbach | 2011-04-13 | 1 | -0/+2 |
* | Layer the memory manager between the JIT and the runtime Dyld. | Jim Grosbach | 2011-04-04 | 1 | -4/+7 |
* | Instantiate a JITMemoryManager for MCJIT Dyld | Jim Grosbach | 2011-03-29 | 1 | -1/+1 |
* | Fix double-free of Module. | Jim Grosbach | 2011-03-23 | 1 | -1/+0 |
* | Make sure to report any errors from the runtime dyld. | Jim Grosbach | 2011-03-23 | 1 | -1/+2 |
* | Add simple arg passing to MC-JIT and support for exit() call. | Jim Grosbach | 2011-03-22 | 1 | -4/+104 |
* | Fix comment in header. | Eric Christopher | 2011-03-22 | 1 | -1/+1 |
* | Hook up the MCJIT to the RuntimeDyld library. | Jim Grosbach | 2011-03-22 | 1 | -1/+11 |
* | Silence a warning. | Jim Grosbach | 2011-03-18 | 1 | -1/+1 |
* | Beginnings of MC-JIT code generation. | Jim Grosbach | 2011-03-18 | 1 | -5/+27 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. | Daniel Dunbar | 2010-11-17 | 1 | -0/+92 |