summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* more compile fixes (nw) R. Belmont2016-06-271-2/+1
* fix compile (nw) R. Belmont2016-06-271-1/+1
* Fix spurious double-load in SPARC core therealmogminer@gmail.com2016-06-271-1/+258
* small cleanup (nw) Vas Crabb2016-06-272-15/+15
* Add support for showing will branch/will fall through comment on SPARC branch... Vas Crabb2016-06-274-28/+178
* Fix validation error in debugger therealmogminer@gmail.com2016-06-261-1/+1
* Fix LDUH, LDSH, LDUHA, and LDSHA opcodes in the SPARC core therealmogminer@gmail.com2016-06-262-2/+8
* SPARC VIS 2+, VIS 3 and VIS 3B disassembler support [Vas Crabb] Vas Crabb2016-06-242-61/+196
* Convert SPARCv8 ops to document-described functionality therealmogminer@gmail.com2016-06-234-175/+432
* VS2015 fixes in SPARC, disassemble VIS II SIAM (nw) Vas Crabb2016-06-234-14/+34
* terminate those strings (nw) Vas Crabb2016-06-231-1/+6
* Rewrite SPARC emulation based on detailed descriptions from SPARC ref manual therealmogminer@gmail.com2016-06-233-919/+2673
* VIS I (UltraSPARC) and II (UltraSPARC III) for SPARC disassembler [Vas Crabb] Vas Crabb2016-06-232-30/+237
* fix my stupidity - thanks Happy and Ryan (nw) Vas Crabb2016-06-221-3/+3
* Add SPARC to unidasm [Vas Crabb] Vas Crabb2016-06-221-7/+11
* sparc: fixed store double. sun4: checkpoint (nw) arbee2016-06-211-1/+1
* SPARC disassembler improvements: [Vas Crabb] Vas Crabb2016-06-224-51/+66
* improve SPARC disassembler: [Vas Crabb] Vas Crabb2016-06-225-529/+1332
* Fix traps therealmogminer@gmail.com2016-06-212-8/+14
* Show target address for call and branch instructions in SPARC therealmogminer@gmail.com2016-06-191-2/+2
* Merge remote-tracking branch 'mainline/master' therealmogminer@gmail.com2016-06-191-2/+2
|\
| * gcc 6.1.1 warning fix (nw) Olivier Galibert2016-06-181-2/+2
* | Checkpoint therealmogminer@gmail.com2016-06-193-77/+209
|/
* Make SPARC use only one memory map, nw therealmogminer@gmail.com2016-06-183-120/+249
* Clean up some unused variables, register some others therealmogminer@gmail.com2016-06-182-1/+5
* Add (untested) trap support to SPARC core therealmogminer@gmail.com2016-06-184-33/+333
* Add majority of SPARC integer ops therealmogminer@gmail.com2016-06-184-38/+852
* Initial MB86901 diassembler therealmogminer@gmail.com2016-06-174-0/+1065