]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/ChangeLog
pa.md (decrement_and_branch_until_zero): Use `Q' constraint instead of `m' constraint.
[thirdparty/gcc.git] / gcc / ChangeLog
1 2015-01-03 John David Anglin <danglin@gcc.gnu.org>
2
3 * config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
4 instead of `m' constraint. Likewise for unnamed movb comparison
5 patterns using reg_before_reload_operand predicate.
6 * config/pa/predicates.md (reg_before_reload_operand): Tighten
7 predicate to reject register index and LO_SUM DLT memory forms
8 after reload.
9
10 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
11
12 * doc/invoke.texi (Option Summary): Fix spelling of
13 -fdevirtualize-at-ltrans.
14 ([-fdevirtualize]): Fix markup.
15 ([-fdevirtualize-speculatively]): Fix typo.
16 ([-fdevirtualize-at-ltrans]): Likewise. Make description less
17 implementor-speaky.
18 * common.opt (fdevirtualize-at-ltrans): Likewise.
19 * ipa-devirt.c: Fix typos in comments throughout the file.
20 (ipa_devirt): Fix typos in format strings for dump output.
21
22 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
23
24 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
25 discussion of defaults, light copy-editing.
26
27 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
28
29 * tsan.c (instrument_expr): corrected previous checkin.
30
31 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
32
33 Instrument bit field and unaligned accesses for TSAN.
34 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
35 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
36 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
37 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
38 unaligned memory regions.
39
40 2015-01-01 Anthony Green <green@moxielogic.com>
41
42 * config/moxie/predicates.md (moxie_general_movsrc_operand):
43 Restrict move source register offsets to 16 bits.
44 \f
45 Copyright (C) 2015 Free Software Foundation, Inc.
46
47 Copying and distribution of this file, with or without modification,
48 are permitted in any medium without royalty provided the copyright
49 notice and this notice are preserved.