1 2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
3 * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate
4 discussion of defaults, light copy-editing.
6 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
8 * tsan.c (instrument_expr): corrected previous checkin.
10 2015-01-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
12 Instrument bit field and unaligned accesses for TSAN.
13 * sanitizer.def (BUILT_IN_TSAN_READ_RANGE): New built-in function.
14 (BUILT_IN_TSAN_WRITE_RANGE): New built-in function.
15 * tsan.c (instrument_expr): Handle COMPONENT_REF and BIT_FIELD_REF.
16 Use BUILT_IN_TSAN_READ_RANGE and BUILT_IN_TSAN_WRITE_RANGE for
17 unaligned memory regions.
19 2015-01-01 Anthony Green <green@moxielogic.com>
21 * config/moxie/predicates.md (moxie_general_movsrc_operand):
22 Restrict move source register offsets to 16 bits.
24 Copyright (C) 2015 Free Software Foundation, Inc.
26 Copying and distribution of this file, with or without modification,
27 are permitted in any medium without royalty provided the copyright
28 notice and this notice are preserved.