summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-202-8/+8
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-16/+48
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-22/+22
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-15/+4
* added boilerplate comments, sync pc/curpc, add enum for state. (nw) smf-2016-10-282-9/+22
* Changed the ARC disassembler to use std::ostream internally Nathan Woods2016-10-231-18/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-22/+22
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-2/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+2
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* override part 2 (nw) Miodrag Milanovic2015-12-051-13/+13
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-1/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-082-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-133-0/+422