| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Common/x64: remove legacy emitter and abi (#2504) | 2017-01-31 | 1 | -2583/+0 | |
| | | | | These are not used any more since we moved shader JIT to xbyak. | ||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -2/+2 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -5/+3 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -1/+1 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -1020/+1592 | |
| | | |||||
| * | emitter: Add CALL that can be fixed up. | 2016-04-13 | 1 | -0/+12 | |
| | | |||||
| * | emitter: Support arbitrary FixupBranch targets. | 2016-04-13 | 1 | -0/+16 | |
| | | |||||
| * | x64 Emitter: Fix L bit in VEX prefix | 2016-02-27 | 1 | -2/+2 | |
| | | |||||
| * | x64-emitter: add RCPSS SSE instruction | 2015-08-23 | 1 | -0/+1 | |
| | | |||||
| * | emitter: Remove pointer casts | 2015-08-21 | 1 | -0/+23 | |
| | | | | | This should also technically silence quite a few ubsan warnings. | ||||
| * | emitter: Remove unnecessary defines | 2015-08-20 | 1 | -5/+1 | |
| | | |||||
| * | emitter: Remove unnecessary else keywords | 2015-08-20 | 1 | -7/+7 | |
| | | |||||
| * | emitter: Remove unused code | 2015-08-20 | 1 | -24/+0 | |
| | | |||||
| * | emitter: Pass OpArg by reference where possible | 2015-08-20 | 1 | -351/+351 | |
| | | |||||
| * | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. | 2015-08-15 | 1 | -3/+3 | |
| | | |||||
| * | Common: Cleanup CPU capability detection code. | 2015-08-15 | 1 | -9/+9 | |
| | | |||||
| * | Common: Move cpu_detect to x64 directory. | 2015-08-15 | 1 | -1/+1 | |
| | | |||||
| * | x64: Refactor to remove fake interfaces and general cleanups. | 2015-08-15 | 1 | -0/+1989 | |