| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | |
| 2015-05-26 | Merge pull request #826 from lioncash/tables | Yuri Kunde Schlesner | |
| arm_dyncom_thumb: Merge STR/LDR table subsets. | |||
| 2015-05-26 | arm_dyncom_thumb: Merge STR/LDR table subsets. | Lioncash | |
| 2015-05-26 | arm_dyncom_interpreter: Remove unused variable | Lioncash | |
| Thum decoding directly checks if the thumb bit is set instead of using a temporary. | |||
| 2015-05-24 | arm_dyncom_interpreter: Remove unused macro | Lioncash | |
| 2015-05-23 | dyncom: Get rid of armemu.h | Lioncash | |
| 2015-05-22 | dyncom: Remove unused cpu parameter from decode_thumb_instr | Lioncash | |
| 2015-05-22 | dyncom: remove load_r15 from arm_inst | Lioncash | |
| It's entirely unused. Also allows getting rid of more clunky macros. | |||
| 2015-05-22 | dyncom: Remove unnecessary parameter for load/store operations | Lioncash | |
| 2015-05-22 | VFP: Log as trace to get rid of spamming. | bunnei | |
| 2015-05-21 | dyncom: Eliminate clang warnings | Lioncash | |
| Gets rid of a whole load of missing brace initialization warnings. | |||
| 2015-05-18 | Merge pull request #772 from lioncash/warn | bunnei | |
| core/video_core: Fix a few warnings when compiling on MSVC. | |||
| 2015-05-15 | Merge pull request #774 from lioncash/decodings | Yuri Kunde Schlesner | |
| dyncom: Add ARMv6K NOP and hint instructions to the interpreter. | |||
| 2015-05-15 | Merge pull request #770 from lioncash/dyncom_clean | bunnei | |
| dyncom: Minor cleanup. | |||
| 2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | |
| memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | |||
| 2015-05-14 | dyncom: Add ARMv6K NOP and hint instructions to the decoding table | Lioncash | |
| 2015-05-14 | dyncom: Handle some MSR variants individually | Lioncash | |
| This is necessary, as hint instructions will be recognized as MSR, which is pretty bad. | |||
| 2015-05-14 | dyncom: Move exclusive load/stores above bbl and swi in the decoding table | Lioncash | |
| 2015-05-14 | dyncom: Remove duplicate enums/prototypes | Lioncash | |
| These are already defined in arm_dyncom_interpreter_dec.cpp. | |||
| 2015-05-14 | dyncom: Remove unnecessary defines | Lioncash | |
| These can simply be const vars. | |||
| 2015-05-14 | dyncom: Make translation-unit functions and variables static | Lioncash | |
| 2015-05-14 | vfp: Get rid of warnings | Lioncash | |
| - Unary minus operator applied to unsigned type. - Unsafe use of bool. | |||
| 2015-05-14 | dyncom: Remove unnecessary typedefs | Lioncash | |
| 2015-05-14 | dyncom: Remove unused structs | Lioncash | |
| 2015-05-14 | dyncom: Removed irrelevant log. | bunnei | |
| 2015-05-13 | dyncom: Fix decoding of BKPT's immediate | Lioncash | |
| A shift here is intended since the representation is imm12:imm4 | |||
| 2015-05-11 | Merge pull request #752 from lioncash/flush | bunnei | |
| vfp: Handle flush-to-zero mode. | |||
| 2015-05-11 | dyncom: Stub MCRR and MRRC | Lioncash | |
| There's no other coprocessor outside the VFP (which has its own VMOV variants) in which the MPCore can send/retrieve data from. Stubbed so citra won't crash and burn on the odd chance someone actually tries to use these. | |||
| 2015-05-11 | vfp: Handle flush-to-zero mode. | Lioncash | |
| 2015-05-07 | Merge pull request #728 from lioncash/vars | Lioncash | |
| dyncom: Remove an unnecessary variable in the interpreter | |||
| 2015-05-07 | Remove unnecessary dyncom header files | Lioncash | |
| 2015-05-07 | dyncom: Remove an unnecessary variable in the interpreter | Lioncash | |
| All this was doing was needlessly aliasing a variable. | |||
| 2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
| 2015-05-06 | Clean-up includes | Yuri Kunde Schlesner | |
| 2015-05-06 | HLE: Clean up SVC dispatch mechanism | Yuri Kunde Schlesner | |
| 2015-05-01 | Dyncom: Move cream cache to ARMul_State. | bunnei | |
| 2015-04-20 | dyncom: Remove more unused/unnecessary code | Lioncash | |
| Gets rid of a sizeable amount of stuff in armdefs. | |||
| 2015-04-17 | dyncom: Remove unused/unnecessary VFP cruft | Lioncash | |
| 2015-04-14 | Core_ARM11: Replace debug prints with our own logging functions in vfpsingle. | Emmanuel Gil Peyrot | |
| 2015-04-14 | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | |
| 2015-04-07 | dyncom: Remove unnecessary enum and typedef | Lioncash | |
| Also fixes descriptions in the process. | |||
| 2015-04-06 | vfp: Make the FPSID values match the MPCore | Lioncash | |
| 2015-04-06 | vfp: Get rid of the VFP_OFFSET macro | Lioncash | |
| 2015-04-06 | Merge pull request #685 from lioncash/cpregs | bunnei | |
| dyncom: Set the MPCore CP15 register reset values on initialization. | |||
| 2015-04-06 | core: Migrate 3DS-specific CP15 register setting into Init | Lioncash | |
| 2015-04-06 | arm_interface: Support retrieval/storage to CP15 registers | Lioncash | |
| 2015-04-06 | Move CP15 enum definitions into their own enum. | Lioncash | |
| Also gets rid of preprocessor mumbo-jumbo | |||
| 2015-04-06 | dyncom: Properly return the value of the user RO thread register | Lioncash | |
| 2015-04-06 | dyncom: Set CP15 reset values on initialization | Lioncash | |
| 2015-04-05 | dyncom: Suppress uninitialized variable warnings | Lioncash | |
| The switch cases will always be hit, but this makes compilers stop complaining. | |||
