Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -0/+91 |
| | | | | | | | This prepares for making JITCtor/MCJITCtor take a TargetMachine* directly from clients like EngineBuilder. llvm-svn: 131316 | ||||
* | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -91/+0 |
| | | | | | | Please ensure the build is clean and tests are passing when recommitting. llvm-svn: 131044 | ||||
* | ExecutionEngine: add missing file | Dylan Noblesmith | 2011-05-06 | 1 | -0/+91 |
From revision 131025. llvm-svn: 131029 |