[ARM] PR target/78439: Update movdi constraints for Cortex-A8 tuning to handle LDRD...
[official-gcc.git] / libcc1 / ChangeLog
blob95bdc43200c58a82985240de97195fcda4d0d15c
1 2016-11-18  Richard Sandiford  <richard.sandiford@arm.com>
2             Alan Hayward  <alan.hayward@arm.com>
3             David Sherwood  <david.sherwood@arm.com>
5         * plugin.cc (plugin_build_add_field): Use SET_DECL_MODE.
7 2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9         Update copyrights.
11 2016-04-18  Michael Matz  <matz@suse.de>
13         * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
15 2016-04-11  Segher Boessenkool  <segher@kernel.crashing.org>
17         PR bootstrap/70173
18         * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
19         (compiler-name.h): Shorten recipe so that it fits the line.
20         * Makefile.in: Regenerate.
22 2016-03-14  Andreas Schwab  <schwab@suse.de>
24         * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
25         * configure: Regenerate.
26         * Makefile.in: Regenerate.
28 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
30         * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
31         rather than typed_free_remove.  Remove redudant typedefs.
33 2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
35         * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
36         than typed_noop_remove.  Remove redudant typedefs.
37         (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
38         (plugin_context::mark): Likewise.
40 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
42         * Makefile.in: Regenerated with automake-1.11.6.
43         * aclocal.m4: Likewise.
44         * configure: Likewise.
46 2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
48         * plugin.cc: Adjust for hash_table changes.
50 2015-04-15  Andreas Schwab  <schwab@suse.de>
52         PR bootstrap/65763
53         * Makefile.am (gcc_build_dir): Remove $(host_subdir)/ part.
54         * Makefile.in: Regenerated.
56 2015-01-30  Joseph Myers  <joseph@codesourcery.com>
58         * plugin.cc: All callers of fatal_error changed to pass
59         input_location as first argument.
61 2015-01-09  Michael Collison  <michael.collison@linaro.org>
63         * plugin.cc: Include hash-set.h, machmode.h, vec.h, double-int.h,
64         input.h, alias.h, symtab.h, options.h, fold-const.h, wide-int.h and inchash.h
65         due to flattening of tree.h.
67 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
69         PR bootstrap/63784
70         * configure: Regenerated.
72 2014-11-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
74         * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
75         * configure: Regenerate.
76         * connection.cc: Include <string.h>.
77         * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
79 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
81         PR target/63610
82         * configure: Regenerate.
84 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
86         PR bootstrap/63699
87         PR bootstrap/63750
88         * plugin.cc: Don't include <string>.
90 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
91             Phil Muldoon  <pmuldoon@redhat.com>
93         * configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
94         ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
95         * Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
96         (WERROR_FLAG): Remove.
97         (AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
98         * configure: Regenerated.
99         * Makefile.in: Regenerated.
101 2014-10-29  Jakub Jelinek  <jakub@redhat.com>
103         * Makefile.am (CXXFLAGS, LDFLAGS): Filter out -fsanitize=address.
104         (libiberty_normal, libiberty_noasan, libiberty_pic, libiberty_dep):
105         New variables.
106         (libiberty): Set to -Wc, followed by the first existing noasan/,
107         pic/ or . libiberty.a.
108         (libcc1plugin_la_DEPENDENCIES, libcc1plugin_la_LINK,
109         libcc1_la_DEPENDENCIES, libcc1_la_LINK, LTLDFLAGS): New variables.
110         * Makefile.in: Regenerated.
112 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
113             Jan Kratochvil  <jan.kratochvil@redhat.com>
114             Tom Tromey  <tromey@redhat.com>
116         * aclocal.m4: New file.
117         * callbacks.cc: New file.
118         * callbacks.hh: New file.
119         * cc1plugin-config.h.in: New file.
120         * configure: New file.
121         * configure.ac: New file.
122         * connection.cc: New file.
123         * connection.hh: New file.
124         * findcomp.cc: New file.
125         * findcomp.hh: New file.
126         * libcc1.cc: New file.
127         * libcc1plugin.sym: New file.
128         * libcc1.sym: New file.
129         * Makefile.am: New file.
130         * Makefile.in: New file.
131         * marshall.cc: New file.
132         * marshall.hh: New file.
133         * names.cc: New file.
134         * names.hh: New file.
135         * plugin.cc: New file.
136         * rpc.hh: New file.
137         * status.hh: New file.