Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-30 | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | 1 | -0/+2 | |
2016-04-14 | emitter: Add CALL that can be fixed up. | bunnei | 1 | -0/+1 | |
2016-04-14 | emitter: Support arbitrary FixupBranch targets. | bunnei | 1 | -0/+1 | |
2016-03-09 | emitter: templatize ImmPtr | Lioncash | 1 | -2/+6 | |
2016-03-09 | emitter: constexpr-ify helper functions | Lioncash | 1 | -19/+17 | |
2016-03-09 | emitter: Get rid of CanDoOpWith | Lioncash | 1 | -7/+0 | |
This was removed in Dolphin as there were no particular uses for it. I'm sure the same will apply to citra. | |||||
2016-03-09 | emitter: constexpr-ify OpArg | Lioncash | 1 | -30/+30 | |
2016-03-09 | emitter: friend class OpArg with XEmitter | Lioncash | 1 | -3/+4 | |
2016-03-09 | emitter: Remove unimplemented prototype | Lioncash | 1 | -1/+0 | |
2015-09-01 | x64: Proper stack alignment in shader JIT function calls | aroulin | 1 | -20/+22 | |
Import Dolphin stack handling and register saving routines Also removes the x86 parts from abi files | |||||
2015-08-23 | x64-emitter: add RCPSS SSE instruction | aroulin | 1 | -0/+1 | |
2015-08-21 | emitter: Remove pointer casts | Lioncash | 1 | -4/+4 | |
This should also technically silence quite a few ubsan warnings. | |||||
2015-08-20 | emitter: Remove unused code | Lioncash | 1 | -20/+0 | |
2015-08-20 | emitter: Remove unimplemented JMP prototype | Lioncash | 1 | -1/+0 | |
2015-08-20 | emitter: Pass OpArg by reference where possible | Lioncash | 1 | -412/+412 | |
2015-08-20 | emitter: Remove unnecessary inline specifiers | Lioncash | 1 | -33/+33 | |
Functions implemented in a class definition are already implicitly inline. | |||||
2015-08-16 | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. | bunnei | 1 | -1/+1 | |
2015-08-16 | Common: Cleanup CPU capability detection code. | bunnei | 1 | -1/+1 | |
2015-08-16 | x64: Refactor to remove fake interfaces and general cleanups. | bunnei | 1 | -4/+4 | |
2015-08-15 | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. | bunnei | 1 | -0/+1067 | |