| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | Add missing license headers | Tillmann Karras | |
| 2015-05-24 | GekkoDisassembler: Fix typecast for the second printf param for mtfsf | Lioncash | |
| 2015-05-24 | GekkoDisassembler: Fix disassembly of mtfsf's FM field | Lioncash | |
| 2015-03-14 | Remove remnants of old fake opcodes. | magumagu | |
| These are illegal opcodes, and should be treated as such. | |||
| 2015-01-19 | Minor fix with psq_st{u,}x disassembly. | Ryan Houdek | |
| 2015-01-18 | Fixes disassembly of paired store instructions. | Ryan Houdek | |
| Someone thought it would be a good idea to have the location as the first argument on the instruction. Changed it to how it is supposed to be disassembled. | |||
| 2015-01-03 | GekkoDisassembler: fix display of CRs in branch operations | Fiora | |
| 2014-11-24 | Silence a few "zero as null pointer" warnings. | Rohit Nirmal | |
| 2014-09-28 | GekkoDisassembler: show W and I in psq_l/psq_st disassembly | Fiora | |
| 2014-09-21 | Disassembler: fix disassembly of some twi instructions | Fiora | |
| 2014-09-16 | GekkoDisassembler: fix some float opcodes | Fiora | |
| 2014-09-15 | GekkoDisassembler: fix/improve disassembly for a few instructions | Fiora | |
| 2014-08-04 | Common: Introduce the new Gekko disassembler to Common. | Lioncash | |
| This moves the Gekko disassembler to Common where it should be. Having it in the Bochs disassembly Externals is incorrect. Unlike the PowerPC disassembler prior however, this one is updated to have an API that is more fitting for C++. e.g. Not needing to specify a string buffer and size. It does all of this under the hood. This modifies all the DebuggingInterfaces as necessary to handle this. | |||
