- 28 May, 2014 17 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
Avoid unnecessary pointer dereferencing.
-
Matthias Braun authored
Avoid unnecessary pointer dereferencing.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 27 May, 2014 9 commits
-
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 26 May, 2014 5 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 23 May, 2014 2 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
- 22 May, 2014 7 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
- modulo_shift is an unsigned value - do not hardcode builtin mode_Iu, it may not be the correct mode - avoid potentially huge values in new_tarval_from_long
-
Matthias Braun authored
-
Matthias Braun authored
Initialize mode values directly. This is to avoid users using get_tarval_XXX() instead of get_mode_XXX() which is always preferable.
-
Matthias Braun authored
-
Matthias Braun authored
- Do not use predefined mode_Iu, it's not necessary the frontends unsigned mode! - tarvals are identified in a hashmap, we can compare their pointers for equality - modulo_shift is an unsigned value, not an int
-
Andreas Fried authored
If a mode has modulo_shift == 2**n, we only care about the n least significant bits of the shift amount.
-