- 20 Oct, 2011 9 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
From the manpage: If c is not an unsigned char value, or EOF, the behavior of these functions is undefined. (So putting char into them directly is wrong)
-
Matthias Braun authored
-
Matthias Braun authored
-
- 19 Oct, 2011 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 17 Oct, 2011 11 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This simplifies the code and should make it slightly faster
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
yb9976 authored
This fixes backend/builtin_parityl.c and backend/builtin_parityll.c.
-
yb9976 authored
If the peephole replaced the current node by another node the corresponding value is live before the current node. This fixes x86code/flags.c.
-
- 13 Oct, 2011 4 commits
- 11 Oct, 2011 2 commits
-
-
Matthias Braun authored
(see testsuite/backend/sparc_notconsts.c for an example)
-
Matthias Braun authored
-
- 28 Sep, 2011 3 commits
-
-
Manuel Mohr authored
-
Manuel Mohr authored
-
yb9976 authored
The transformation (a << c1) | c2 => (a | (c2 >> c1)) << c1 is only valid if the lower bits of c2 are clean. This fixes opt/pr37102.c.
-
- 27 Sep, 2011 7 commits
-
-
Manuel Mohr authored
-
Manuel Mohr authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-