Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x64: Proper stack alignment in shader JIT function calls | aroulin | 2015-09-01 | 1 | -20/+22 |
| | | | | | Import Dolphin stack handling and register saving routines Also removes the x86 parts from abi files | ||||
* | x64-emitter: add RCPSS SSE instruction | aroulin | 2015-08-23 | 1 | -0/+1 |
| | |||||
* | emitter: Remove pointer casts | Lioncash | 2015-08-21 | 1 | -4/+4 |
| | | | | This should also technically silence quite a few ubsan warnings. | ||||
* | emitter: Remove unused code | Lioncash | 2015-08-20 | 1 | -20/+0 |
| | |||||
* | emitter: Remove unimplemented JMP prototype | Lioncash | 2015-08-20 | 1 | -1/+0 |
| | |||||
* | emitter: Pass OpArg by reference where possible | Lioncash | 2015-08-20 | 1 | -412/+412 |
| | |||||
* | emitter: Remove unnecessary inline specifiers | Lioncash | 2015-08-20 | 1 | -33/+33 |
| | | | | Functions implemented in a class definition are already implicitly inline. | ||||
* | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. | bunnei | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Common: Cleanup CPU capability detection code. | bunnei | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | x64: Refactor to remove fake interfaces and general cleanups. | bunnei | 2015-08-16 | 1 | -0/+1067 |