summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sparc
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-366/+366
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-82/+82
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-272-12/+12
* Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-222-32/+9
* Fix PIL handling in SPARC core. (nw) therealmogminer@gmail.com2016-07-142-7/+10
* update GPR pointers on wrpsr (nw) [Ryan Holtz] Vas Crabb2016-07-121-0/+1
* SPARC core improvements (nw) [Ryan Holtz] Vas Crabb2016-07-114-170/+244
* SPARC disassembler: tst, neg and more mov synthetics [Vas Crabb] Vas Crabb2016-07-072-51/+114
* fix MULScc (nw) Vas Crabb2016-07-061-1/+1
* Turn fcode logging back off therealmogminer@gmail.com2016-07-051-1/+1
* Remove some debug printfs therealmogminer@gmail.com2016-07-051-6/+0
* Fix taking traps in SPARC core therealmogminer@gmail.com2016-07-052-7/+21
* Merge remote-tracking branch 'mainline/master' therealmogminer@gmail.com2016-07-055-970/+968
|\
| * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-293-1008/+1007
| * more compile fixes (nw) R. Belmont2016-06-271-2/+1
| * fix compile (nw) R. Belmont2016-06-271-1/+1
* | Fix some SPARC issues therealmogminer@gmail.com2016-07-053-284/+861
|/
* 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