Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ExecutionEngine: push TargetMachine creation into clients (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -4/+1 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -7/+0 |
* | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -1/+11 |
* | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith | 2011-05-06 | 1 | -4/+1 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication | Dylan Noblesmith | 2011-05-06 | 1 | -7/+0 |
* | Layer the memory manager between the JIT and the runtime Dyld. | Jim Grosbach | 2011-04-04 | 1 | -1/+2 |
* | Add simple arg passing to MC-JIT and support for exit() call. | Jim Grosbach | 2011-03-22 | 1 | -0/+10 |
* | Hook up the MCJIT to the RuntimeDyld library. | Jim Grosbach | 2011-03-22 | 1 | -0/+3 |
* | Beginnings of MC-JIT code generation. | Jim Grosbach | 2011-03-18 | 1 | -1/+20 |
* | MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. | Daniel Dunbar | 2010-11-17 | 1 | -0/+68 |