- 03 Dec, 2013 13 commits
-
-
Matthias Braun authored
- x & 3 => x % SC_BITS - x >> 2 => x / SC_BITS (after everything is converted to unsigned this should result in the exact same code as before).
-
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
-
Matthias Braun authored
-
- 29 Nov, 2013 12 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
This fixes opt/doms_segfault2.c.
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
- 28 Nov, 2013 10 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
We cannot delete the Store if its address aliases with the source of the CopyB. This fixes opt/loadstore3.c.
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
Code placement cannot handle them appropriately. This fixes backend/sparc_keep.c.
-
yb9976 authored
-
- 27 Nov, 2013 1 commit
-
-
yb9976 authored
-
- 26 Nov, 2013 4 commits
-
-
Matthias Braun authored
The real issue is frontends constructing a mismatch in Call type at the Call site and the called entity. However as these are hard to fix and the fix here shouldn't hurt we do it in firm for now.
-
Matthias Braun authored
-
yb9976 authored
This fixes backend/setcc.c.
-
yb9976 authored
-