summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arcompact (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* srcclean (nw) Vas Crabb2019-08-251-736/+736
* don't use my ill-conceived generator for arcompact, easier to work with as re... DavidHaywood2019-08-152-436/+4433
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-6/+7
* Reshuffle some stuff: Vas Crabb2018-03-282-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
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+3
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-21/+21
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2611-2703/+5087
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-1/+8
* Improve validation checking for address ranges (nw) AJR2017-06-222-9/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-7/+7
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-14/+4
* Spacing fixes Nathan Woods2016-11-141-447/+447
* Changed the arcompact disassembler to use 'std::ostream &' internally Nathan Woods2016-11-114-632/+626
* added boilerplate comments, sync pc/curpc, add enum for state. (nw) smf-2016-10-282-15/+35
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-229-228/+228
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-4/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+4
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-4/+3
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-051-1/+2
* reverting: Miodrag Milanovic2016-01-202-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-10/+10
* cleanups (nw) Miodrag Milanovic2015-12-252-3/+3
* override part 2 (nw) Miodrag Milanovic2015-12-051-13/+13
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-086-0/+0
* Fix typo (nw) Miodrag Milanovic2015-10-281-4/+4
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1311-0/+9911