Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -64/+64 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -1/+0 | |
| | |||||
* | Allow full build on android: | 2016-05-31 | 1 | -3/+8 | |
| | | | | | | * rename si_status to si_status_val in n64 as si_status is a preprocessor macro on Android * rename PAGE_MASK to page_mask in samcoupe to avoid clash with macro (it's a local anyway) * abuse namespaces to get around the conflict between our x86emit::REG_Rn and Android's ::REG_Rn in DRC | ||||
* | UML: Added TZCNT instruction (Trailing Zero Count) [Ville Linde] | 2016-05-20 | 1 | -0/+1 | |
| | |||||
* | UML: Added FCOPYI and ICOPYF instructions to pass raw data between integer ↵ | 2016-04-03 | 1 | -0/+2 | |
| | | | | and floating-point registers. [Ville Linde] | ||||
* | override part 2 (nw) | 2015-12-05 | 1 | -6/+6 | |
| | |||||
* | clang-modernize part 3 | 2015-12-04 | 1 | -1/+1 | |
| | |||||
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 1 | -0/+345 | |