Commit Graph

10 Commits

Author SHA1 Message Date
Vas Crabb
245f822e7d use more constexpr and literal classes in UML to give compiler more optimisation opportunities (nw) 2018-03-17 00:58:54 +11:00
Miodrag Milanovic
ddb290d5f6 NOTICE (TYPE NAME CONSOLIDATION)
Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8
also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
2016-10-22 13:13:17 +02:00
Miodrag Milanovic
9667c6a8cc std::min and std:max instead of MIN and MAX, also some more macros converted to inline functions (nw) 2016-07-31 14:41:02 +02:00
Ville Linde
7fe3b170be sharcdrc: Model 2 compatibility (nw) 2016-06-07 21:05:44 +03:00
Ted Green
e022157faa (nw) DRC: Modified branch in delay slot to match non-drc behaviour for non-dynamic branch targets. 2016-06-04 10:47:22 -06:00
Ted Green
550a25162a Revert "(nw) MIP3 DRC handle branches in delay slot properly."
This reverts commit 130766a55c.
2016-06-03 09:43:52 -06:00
Ted Green
130766a55c (nw) MIP3 DRC handle branches in delay slot properly. 2016-06-01 08:51:37 -06:00
Ville Linde
958731ef5a Added highly experimental SHARC recompiler (disabled by default) [Ville Linde] 2016-05-28 18:58:54 +03:00
Miodrag Milanovic
0c56ac848d clang-modernize part 3 2015-12-04 07:02:45 +01:00
Miodrag Milanovic
7c19aac60e Rename *.c -> *.cpp in our source (nw) 2015-11-08 12:56:12 +01:00