re PR target/63223 ([avr] Make jumptables work with -Wl,--section-start,.text=)
[platform/upstream/gcc.git] / gcc / ChangeLog
1 2014-09-11  Georg-Johann Lay  <avr@gjlay.de>
2
3         PR target/63223
4         * config/avr/avr.md (*tablejump.3byte-pc): New insn.
5         (*tablejump): Restrict to !AVR_HAVE_EIJMP_EICALL.  Add void clobber.
6         (casesi): Expand to *tablejump.3byte-pc if AVR_HAVE_EIJMP_EICALL.
7
8 2014-09-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10             Anna Tikhonova  <anna.tikhonova@intel.com>
11             Ilya Tocar  <ilya.tocar@intel.com>
12             Andrey Turetskiy  <andrey.turetskiy@intel.com>
13             Ilya Verbin  <ilya.verbin@intel.com>
14             Kirill Yukhin  <kirill.yukhin@intel.com>
15             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
16
17         * config/i386/sse.md
18         (define_expand "<avx512>_vpermi2var<VI48F:mode>3_maskz"): Rename from
19         "avx512f_vpermi2var<mode>3_maskz" and update mode iterator.
20         (define_expand "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_maskz"):
21         New.
22         (define_insn "<avx512>_vpermi2var<VI48F:mode>3<sd_maskz_name>"): Rename
23         from "avx512f_vpermi2var<mode>3<sd_maskz_name>" and update mode
24         iterator.
25         (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
26         New.
27         (define_insn "<avx512>_vpermi2var<VI48F:mode>3_mask"): Rename from
28         "avx512f_vpermi2var<mode>3_mask" and update mode iterator.
29         (define_insn "<avx512>_vpermi2var<VI2_AVX512VL:mode>3_mask"): New.
30         (define_expand "<avx512>_vpermt2var<VI48F:mode>3_maskz"): Rename from
31         "avx512f_vpermt2var<mode>3_maskz" and update mode iterator.
32         (define_expand "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_maskz"): New.
33         (define_insn "<avx512>_vpermt2var<VI48F:mode>3<sd_maskz_name>"): Rename
34         from "avx512f_vpermt2var<mode>3<sd_maskz_name>" and update mode
35         iterator.
36         (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3<sd_maskz_name>"):
37         New.
38         (define_insn "<avx512>_vpermt2var<VI48F:mode>3_mask"): Rename from
39         "avx512f_vpermt2var<mode>3_mask" and update mode iterator.
40         (define_insn "<avx512>_vpermt2var<VI2_AVX512VL:mode>3_mask"): New.
41
42 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
43
44         * varpool.c (varpool_node::ctor_useable_for_folding_p): Do not try
45         to access removed nodes.
46
47 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
48
49         PR tree-optimization/63186
50         * ipa-split.c (test_nonssa_use): Skip nonforced labels.
51         (mark_nonssa_use): Likewise.
52         (verify_non_ssa_vars): Verify all header blocks for label
53         definitions.
54
55 2014-09-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
56             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
57             Anna Tikhonova  <anna.tikhonova@intel.com>
58             Ilya Tocar  <ilya.tocar@intel.com>
59             Andrey Turetskiy  <andrey.turetskiy@intel.com>
60             Ilya Verbin  <ilya.verbin@intel.com>
61             Kirill Yukhin  <kirill.yukhin@intel.com>
62             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
63
64         * config/i386/sse.md
65         (define_mode_attr avx2_avx512): Rename from avx2_avx512bw.
66         (define_mode_iterator VI48F_256_512): Extend to AVX-512VL.
67         (define_insn "<avx2_avx512>_permvar<mode><mask_name>"): Rename from
68         "<avx2_avx512f>_permvar<mode><mask_name>".
69         (define_insn "<avx512>_permvar<mode><mask_name>"): New.
70         (define_insn "<avx2_avx512>_ashrv<VI48_AVX512F_AVX512VL:mode><mask_name>"):
71         Rename from "<avx2_avx512f>_ashrv<mode><mask_name>".
72         (define_insn "<avx2_avx512>_ashrv<VI2_AVX512VL:mode><mask_name>"):
73         Ditto.
74         (define_insn "<avx2_avx512>_<shift_insn>v<VI48_AVX512F:mode><mask_name>"):
75         Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
76         (define_insn "<avx2_avx512>_<shift_insn>v<VI2_AVX512VL:mode><mask_name>"):
77         Rename from "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>".
78
79 2014-09-10  Michael Meissner  <meissner@linux.vnet.ibm.com>
80
81         * config/rs6000/vsx.md (vsx_fmav4sf4): Use correct constraints for
82         V2DF, V4SF, DF, and DI modes.
83         (vsx_fmav2df2): Likewise.
84         (vsx_float_fix_<mode>2): Likewise.
85         (vsx_reduc_<VEC_reduc_name>_v2df_scalar): Likewise.
86
87 2014-09-10  Xinliang David Li  <davidxl@google.com>
88
89         PR target/63209
90         * config/arm/arm.md (movcond_addsi): Handle case where source
91         and target operands are the same.
92
93 2014-09-10  David Malcolm  <dmalcolm@redhat.com>
94
95         * final.c (this_is_asm_operands): Strengthen this variable from
96         rtx to const rtx_insn *.
97         * output.h (this_is_asm_operands): Likewise.
98         * rtl-error.c (location_for_asm): Strengthen param "insn" from
99         const_rtx to const rtx_insn *.
100         (diagnostic_for_asm): Likewise.
101         * rtl-error.h (error_for_asm): Likewise.
102         (warning_for_asm): Likewise.
103
104 2014-09-10  David Malcolm  <dmalcolm@redhat.com>
105
106         * genextract.c (print_header): When writing out insn_extract to
107         insn-extract.c, strengthen the param "insn" from rtx to rtx_insn *.
108         * recog.h (insn_extract): Strengthen the param from rtx to
109         rtx_insn *.
110
111 2014-09-10  Mike Stump  <mikestump@comcast.net>
112
113         * doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in
114         8.6.1.
115
116 2014-09-10  Martin Jambor  <mjambor@suse.cz>
117
118         * cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
119         (analyze): Do not set analyze flag if expand_thunk returns false;.
120         (create_wrapper): Likewise.
121         * cgraphclones.c (duplicate_thunk_for_node): Likewise.
122
123 2014-09-10  Martin Jambor  <mjambor@suse.cz>
124
125         PR ipa/61654
126         * cgraphclones.c (duplicate_thunk_for_node): Copy arguments of the
127         new decl properly.  Analyze the new thunk if it is expanded.
128
129 2014-09-10  Andreas Schwab  <schwab@suse.de>
130
131         * coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn)
132         [USED_FOR_TARGET]: Define.
133
134 2014-09-10  Matthew Fortune  <matthew.fortune@imgtec.com>
135
136         * config/mips/mips.c (mips_secondary_reload_class): Handle
137         regno < 0 case.
138
139 2014-09-10  Robert Suchanek   <robert.suchanek@imgtec.com>
140
141         * lra-lives.c (process_bb_lives): Replace assignment with bitwise OR
142         assignment.
143
144 2014-09-10  Jakub Jelinek  <jakub@redhat.com>
145
146         * flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE
147         and SANITIZE_RETURNS_NONNULL_ATTRIBUTE, or them into SANITIZE_UNDEFINED.
148         * opts.c (common_handle_option): Handle SANITIZE_NONNULL_ATTRIBUTE and
149         SANITIZE_RETURNS_NONNULL_ATTRIBUTE and disable
150         flag_delete_null_pointer_checks for them.
151         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
152         BUILT_IN_UBSAN_HANDLE_NONNULL_ARG_ABORT,
153         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN,
154         BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_ABORT): New.
155         * ubsan.c (instrument_bool_enum_load): Set *gsi back to
156         stmt's iterator.
157         (instrument_nonnull_arg, instrument_nonnull_return): New functions.
158         (pass_ubsan::gate): Return true even for SANITIZE_NONNULL_ATTRIBUTE
159         or SANITIZE_RETURNS_NONNULL_ATTRIBUTE.
160         (pass_ubsan::execute): Call instrument_nonnull_{arg,return}.
161         * doc/invoke.texi (-fsanitize=nonnull-attribute,
162         -fsanitize=returns-nonnull-attribute): Document.
163
164         * ubsan.h (struct ubsan_mismatch_data): Removed.
165         (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
166         * ubsan.c (ubsan_source_location): For unknown locations,
167         pass { NULL, 0, 0 } instead of { "<unknown>", x, y }.
168         (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
169         Allow more than one location and arbitrary extra arguments passed
170         in ... instead of through MISMATCH pointer.
171         (ubsan_instrument_unreachable, ubsan_expand_bounds_ifn,
172         ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
173         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
174         callers.
175
176 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
177             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
178             Anna Tikhonova  <anna.tikhonova@intel.com>
179             Ilya Tocar  <ilya.tocar@intel.com>
180             Andrey Turetskiy  <andrey.turetskiy@intel.com>
181             Ilya Verbin  <ilya.verbin@intel.com>
182             Kirill Yukhin  <kirill.yukhin@intel.com>
183             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
184
185         * config/i386/sse.md
186         (define_mode_iterator VI48F): New.
187         (define_insn "<avx512>_compress<mode>_mask"): Rename from
188         "avx512f_compress<mode>_mask" and update mode iterator.
189         (define_insn "<avx512>_compressstore<mode>_mask"): Rename from
190         "avx512f_compressstore<mode>_mask" and update mode iterator.
191         (define_expand "<avx512>_expand<mode>_maskz"): Rename from
192         "avx512f_expand<mode>_maskz" and update mode iterator.
193         (define_insn "<avx512>_expand<mode>_mask"): Rename from
194         "avx512f_expand<mode>_mask" and update mode iterator.
195
196 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
197             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
198             Anna Tikhonova  <anna.tikhonova@intel.com>
199             Ilya Tocar  <ilya.tocar@intel.com>
200             Andrey Turetskiy  <andrey.turetskiy@intel.com>
201             Ilya Verbin  <ilya.verbin@intel.com>
202             Kirill Yukhin  <kirill.yukhin@intel.com>
203             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
204
205         * config/i386/i386.c
206         (ix86_expand_args_builtin): Handle avx512dq_rangepv8df_mask_round,
207         avx512dq_rangepv16sf_mask_round, avx512dq_rangepv4df_mask,
208         avx512dq_rangepv8sf_mask, avx512dq_rangepv2df_mask,
209         avx512dq_rangepv4sf_mask.
210         * config/i386/sse.md
211         (define_c_enum "unspec"): Add UNSPEC_REDUCE, UNSPEC_FPCLASS,
212         UNSPEC_RANGE.
213         (define_insn "<mask_codefor>reducep<mode><mask_name>"): New.
214         (define_insn "reduces<mode>"): Ditto.
215         (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
216         Ditto.
217         (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Ditto.
218         (define_insn "avx512dq_fpclass<mode><mask_scalar_merge_name>"): Ditto.
219         (define_insn "avx512dq_vmfpclass<mode>"): Ditto..
220
221 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
222             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
223             Anna Tikhonova  <anna.tikhonova@intel.com>
224             Ilya Tocar  <ilya.tocar@intel.com>
225             Andrey Turetskiy  <andrey.turetskiy@intel.com>
226             Ilya Verbin  <ilya.verbin@intel.com>
227             Kirill Yukhin  <kirill.yukhin@intel.com>
228             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
229
230         * config/i386/i386.c
231         (avx512f_vgetmantv2df_round): Rename from "avx512f_getmantv2df_round".
232         (avx512f_vgetmantv4sf_round): Rename from "avx512f_vgetmantv4sf_round".
233         (ix86_expand_args_builtin): Handle avx512vl_getmantv8sf_mask,
234         avx512vl_getmantv4df_mask, avx512vl_getmantv4sf_mask,
235         avx512vl_getmantv2df_mask.
236         (ix86_expand_round_builtin): Handle avx512f_vgetmantv2df_round,
237         avx512f_vgetmantv4sf_round.
238         * config/i386/sse.md
239         (define_insn "<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask"):
240         Rename from "avx512f_storeu<ssemodesuffix>512_mask" and update
241         mode iterator.
242         (define_insn "<mask_codefor>rcp14<mode><mask_name>"): Use VF_AVX512VL.
243         (define_insn "<mask_codefor>rsqrt14<mode><mask_name>"): Ditto.
244         (define_insn "<avx512>_scalef<mode><mask_name><round_name>"): Rename
245         from "avx512f_scalef<mode><mask_name><round_name>" and update mode
246         iterator..
247         (define_insn "<avx512>_getexp<mode><mask_name><round_saeonly_name>"):
248         Rename from "avx512f_getexp<mode><mask_name><round_saeonly_name>" and
249         update mode iterator.
250         (define_expand
251         "<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>"): Rename from
252         "avx512f_fixupimm<mode>_maskz<round_saeonly_expand_name>" and update
253         mode iterator.
254         (define_insn
255         "<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>"): Rename
256         from "avx512f_fixupimm<mode><sd_maskz_name><round_saeonly_name>" and
257         update mode iterator.
258         (define_insn "<avx512>_fixupimm<mode>_mask<round_saeonly_name>"): Rename
259         from "avx512f_fixupimm<mode>_mask<round_saeonly_name>" and update mode
260         iterator..
261         (define_insn
262         "<avx512>_rndscale<mode><mask_name><round_saeonly_name>"): rename from
263         "avx512f_rndscale<mode><mask_name><round_saeonly_name>" and update
264         mode iterator..
265         (define_insn "<avx512>_getmant<mode><mask_name><round_saeonly_name>"):
266         Rename from "avx512f_getmant<mode><mask_name><round_saeonly_name>" and
267         update mode iterator.
268         (define_insn "avx512f_vgetmant<mode><round_saeonly_name>"): Rename from
269         "avx512f_getmant<mode><round_saeonly_name>".
270
271 2014-09-10  Jan Hubicka  <hubicka@ucw.cz>
272
273         PR ipa/63166
274         * ipa-prop.c (compute_known_type_jump_func): Fix conditional.
275
276 2014-09-10  Alexander Ivchenko  <alexander.ivchenko@intel.com>
277             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
278             Anna Tikhonova  <anna.tikhonova@intel.com>
279             Ilya Tocar  <ilya.tocar@intel.com>
280             Andrey Turetskiy  <andrey.turetskiy@intel.com>
281             Ilya Verbin  <ilya.verbin@intel.com>
282             Kirill Yukhin  <kirill.yukhin@intel.com>
283             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
284
285         * config/i386/sse.md (define_mode_iterator VF_AVX512VL): New.
286         (define_mode_iterator FMAMODEM): Allow 128/256bit EVEX version.
287         (define_mode_iterator FMAMODE_AVX512): New.
288         (define_mode_iterator FMAMODE): Remove conditions.
289         (define_expand "fma4i_fmadd_<mode>"): Use FMAMODE_AVX512 mode iterator.
290         (define_expand "<avx512>_fmadd_<mode>_maskz<round_expand_name>"): Rename
291         from "<avx512>_fmadd_<mode>_maskz<round_expand_name>" and use VF_AVX512VL
292         mode iterator.
293         (define_mode_iterator FMAMODE_NOVF512): Remove.
294         (define_insn "*fma_fmadd_<mode>"): Rename from
295         "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>" and use
296         FMAMODE mode iterator.
297         (define_mode_iterator VF_SF_AVX512VL): New.
298         (define_insn "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>"):
299         Use VF_SF_AVX512VL mode iterator.
300         (define_insn "<avx512>_fmadd_<mode>_mask<round_name>"): Rename from
301         "avx512f_fmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
302         iterator.
303         (define_insn "<avx512>_fmadd_<mode>_mask3<round_name>"): Rename from
304         "avx512f_fmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
305         iterator.
306         (define_insn "*fma_fmsub_<mode>"): Rename from
307         "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>" and use
308         FMAMODE mode iterator.
309         (define_insn "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>"):
310         Use VF_SF_AVX512VL mode iterator.
311         (define_insn "<avx512>_fmsub_<mode>_mask<round_name>"): Rename from
312         "avx512f_fmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
313         iterator.
314         (define_insn "<avx512>_fmsub_<mode>_mask3<round_name>"): Rename from
315         "avx512f_fmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
316         iterator.
317         (define_insn "*fma_fnmadd_<mode>"): Rename from
318         "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>" and
319         use FMAMODE mode iterator.
320         (define_insn "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>"):
321         Use VF_SF_AVX512VL mode iterator.
322         (define_insn "<avx512>_fnmadd_<mode>_mask<round_name>"): Rename from
323         "avx512f_fnmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
324         iterator.
325         (define_insn "<avx512>_fnmadd_<mode>_mask3<round_name>"): Rename from
326         "avx512f_fnmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
327         iterator.
328         (define_insn "*fma_fnmsub_<mode>"): Rename from
329         "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>" and use
330         FMAMODE mode iterator.
331         (define_insn "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>"):
332         Use VF_SF_AVX512VL mode iterator.
333         (define_insn "<avx512>_fnmsub_<mode>_mask<round_name>"): Rename from
334         "avx512f_fnmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
335         iterator.
336         (define_insn "<avx512>_fnmsub_<mode>_mask3<round_name>"): Rename from
337         "avx512f_fnmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
338         iterator.
339         (define_expand "<avx512>_fmaddsub_<mode>_maskz<round_expand_name>"):
340         Rename from "avx512f_fmaddsub_<mode>_maskz<round_expand_name>" and
341         use VF_AVX512VL mode iterator.
342         (define_insn "*fma_fmaddsub_<mode>"): Rename from
343         "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>" and
344         remove subst usage.
345         (define_insn "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>"):
346         Use VF_SF_AVX512VL mode iterator.
347         (define_insn "<avx512>_fmaddsub_<mode>_mask<round_name>"): Rename from
348         "avx512f_fmaddsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
349         iterator.
350         (define_insn "<avx512>_fmaddsub_<mode>_mask3<round_name>"): Rename from
351         "avx512f_fmaddsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
352         iterator.
353         (define_insn "*fma_fmsubadd_<mode>"): Rename from
354         "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>" and
355         remove usage of subst.
356         (define_insn "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>"):
357         Use VF_SF_AVX512VL mode iterator.
358         (define_insn "<avx512>_fmsubadd_<mode>_mask<round_name>"): Rename from
359         "avx512f_fmsubadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
360         iterator.
361         (define_insn "<avx512>_fmsubadd_<mode>_mask3<round_name>"): Rename from
362         "avx512f_fmsubadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
363         iterator.
364
365 2014-09-10  Kugan Vivekanandarajah  <kuganv@linaro.org>
366
367         Revert r213751:
368         * calls.c (precompute_arguments): Check
369          promoted_for_signed_and_unsigned_p and set the promoted mode.
370         (promoted_for_signed_and_unsigned_p): New function.
371         (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
372         and set the promoted mode.
373         * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
374         * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
375         SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
376
377 2014-09-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
378
379         * opth-gen.awk: Generate mapping from cpp message reasons to the
380         options that enable them.
381         * doc/options.texi (CppReason): Document.
382
383 2014-09-09  Manuel López-Ibáñez  <manu@gcc.gnu.org>
384
385         * doc/invoke.texi (Wnormalized=): Update.
386
387 2014-09-09  Segher Boessenkool  <segher@kernel.crashing.org>
388
389         PR target/63195
390         * config/rs6000/rs6000.md (*bool<mode>3): Allow only register
391         operands.  Split off the constant operand alternative to ...
392         (*bool<mode>3_imm): New.
393
394 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
395
396         * rtl.h (single_set_2): Strengthen first param from const_rtx to
397         const rtx_insn *, and move prototype to above...
398         (single_set): ...this.  Convert this from a macro to an inline
399         function, enforcing the requirement that the param is a const
400         rtx_insn *.
401         (find_args_size_adjust): Strengthen param from rtx to rtx_insn *.
402
403         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
404         Strengthen both params from rtx to rtx_insn *.
405         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
406         Likewise; introduce locals "producer_set", "consumer_set", using
407         them in place of "producer" and "consumer" when dealing with SET
408         rather than insn.
409         * config/avr/avr.c (avr_out_plus): Add checked cast to rtx_insn *
410         when invoking single_set in region guarded by INSN_P.
411         (avr_out_bitop): Likewise.
412         (_reg_unused_after): Introduce local rtx_sequence * "seq" in
413         region guarded by GET_CODE check, using methods to strengthen
414         local "this_insn" from rtx to rtx_insn *, and for clarity.
415         * config/avr/avr.md (define_insn_and_split "xload8<mode>_A"):
416         Strengthen local "insn" from rtx to rtx_insn *.
417         (define_insn_and_split "xload<mode>_A"): Likewise.
418         * config/bfin/bfin.c (trapping_loads_p): Likewise for param
419         "insn".
420         (find_load): Likewise for return type.
421         (workaround_speculation): Likewise for both locals named
422         "load_insn".
423         * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise for
424         local "cc0_user".
425         * config/cris/cris.md (define_peephole2 ; moversideqi): Likewise
426         for local "prev".
427         * config/h8300/h8300-protos.h (notice_update_cc): Likewise for
428         param 2.
429         * config/h8300/h8300.c (notice_update_cc): Likewise.
430         * config/i386/i386.c (ix86_flags_dependent): Likewise for params
431         "insn" and "dep_insn".
432         (exact_store_load_dependency): Likewise for both params.
433         (ix86_macro_fusion_pair_p): Eliminate local named "single_set"
434         since this now clashes with inline function.  Instead, delay
435         calling single_set until the point where its needed, and then
436         assign the result to "compare_set" and rework the conditional that
437         follows.
438         * config/ia64/ia64.md (define_expand "tablejump"): Strengthen
439         local "last" from rtx to rtx_insn *.
440         * config/mips/mips-protos.h (mips_load_store_insns): Likewise for
441         second param.
442         (mips_store_data_bypass_p): Likewise for both params.
443         * config/mips/mips.c (mips_load_store_insns): Likewise for second
444         param.
445         (mips_store_data_bypass_p): Likewise for both params.
446         (mips_orphaned_high_part_p): Likewise for param "insn".
447         * config/mn10300/mn10300.c (extract_bundle): Likewise.
448         (mn10300_bundle_liw): Likewise for locals "r", "insn1", "insn2".
449         Introduce local rtx "insn2_pat".
450         * config/rl78/rl78.c (move_elim_pass): Likewise for locals "insn",
451         "ninsn".
452         (rl78_remove_unused_sets): Likewise for locals "insn", "ninsn".
453         Introduce local rtx "set", using it in place of "insn" for the
454         result of single_set.  This appears to fix a bug, since the call
455         to find_regno_note on a SET does nothing.
456         * config/rs6000/rs6000.c (set_to_load_agen): Strengthen both
457         params from rtx to rtx_insn *.
458         (set_to_load_agen): Likewise.
459         * config/s390/s390.c (s390_label_align): Likewise for local
460         "prev_insn".  Introduce new rtx locals "set" and "src", using
461         them in place of "prev_insn" for the results of single_set
462         and SET_SRC respectively.
463         (s390_swap_cmp): Strengthen local "jump" from rtx to rtx_insn *.
464         Introduce new rtx local "set" using in place of "jump" for the
465         result of single_set.  Use SET_SRC (set) rather than plain
466         XEXP (set, 1).
467         * config/sh/sh.c (noncall_uses_reg): Strengthen param 2from
468         rtx to rtx_insn *.
469         (noncall_uses_reg): Likewise.
470         (reg_unused_after): Introduce local rtx_sequence * "seq" in region
471         guarded by GET_CODE check, using its methods for clarity, and to
472         enable strengthening local "this_insn" from rtx to rtx_insn *.
473         * config/sh/sh.md (define_expand "mulhisi3"): Strengthen local
474         "insn" from rtx to rtx_insn *.
475         (define_expand "umulhisi3"): Likewise.
476         (define_expand "smulsi3_highpart"): Likewise.
477         (define_expand "umulsi3_highpart"): Likewise.
478         * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
479         local "after".  Replace GET_CODE check with a dyn_cast,
480         introducing new local rtx_sequence * "seq", using insn method for
481         typesafety.
482
483         * dwarf2cfi.c (dwarf2out_frame_debug): Strengthen param "insn"
484         from rtx to rtx_insn *.  Introduce local rtx "pat", using it in
485         place of "insn" once we're dealing with patterns rather than the
486         input insn.
487         (scan_insn_after): Strengthen param "insn" from rtx to rtx_insn *.
488         (scan_trace): Likewise for local "elt", updating lookups within
489         sequence to use insn method rather than element method.
490         * expr.c (find_args_size_adjust): Strengthen param "insn" from rtx
491         to rtx_insn *.
492         * gcse.c (gcse_emit_move_after): Likewise for local "new_rtx".
493         * ifcvt.c (noce_try_abs): Likewise for local "insn".
494         * ira.c (fix_reg_equiv_init): Add checked cast to rtx_insn * when
495         invoking single_set.
496         * lra-constraints.c (insn_rhs_dead_pseudo_p): Strengthen param
497         "insn" from rtx to rtx_insn *.
498         (skip_usage_debug_insns): Likewise for return type, adding a
499         checked cast.
500         (check_secondary_memory_needed_p): Likewise for local "insn".
501         (inherit_reload_reg): Likewise.
502         * modulo-sched.c (sms_schedule): Likewise for local "count_init".
503         * recog.c (peep2_attempt): Likewise for local "old_insn", adding
504         checked casts.
505         (store_data_bypass_p): Likewise for both params.
506         (if_test_bypass_p): Likewise.
507         * recog.h (store_data_bypass_p): Likewise for both params.
508         (if_test_bypass_p): Likewise.
509         * reload.c (find_equiv_reg): Likewise for local "where".
510         * reorg.c (delete_jump): Likewise for param "insn".
511         * rtlanal.c (single_set_2): Strenghen param "insn" from const_rtx
512         to const rtx_insn *.
513         * store-motion.c (replace_store_insn): Likewise for param "del".
514         (delete_store): Strengthen local "i" from rtx to rtx_insn_list *,
515         and use its methods for clarity, and to strengthen local "del"
516         from rtx to rtx_insn *.
517         (build_store_vectors): Use insn method of "st" when calling
518         replace_store_insn for typesafety and clarity.
519
520 2014-09-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
521
522         * config/rs6000/rs6000.c (rtx_is_swappable_p): Add
523         UNSPEC_VSX_CVDPSPN as an unswappable operand, and add commentary
524         on how to make it legal in future.
525
526 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
527
528         * caller-save.c (rtx saveinsn): Strengthen this variable from rtx
529         to rtx_insn *.
530         (restinsn): Likewise.
531         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
532         Likewise for param.
533         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move):
534         Likewise.
535         * config/arc/arc-protos.h (arc_adjust_insn_length): Likewise for
536         first param.
537         (arc_hazard): Likewise for both params.
538         * config/arc/arc.c (arc600_corereg_hazard): Likewise, adding
539         checked casts to rtx_sequence * and uses of the insn method for
540         type-safety.
541         (arc_hazard): Strengthen both params from rtx to rtx_insn *.
542         (arc_adjust_insn_length): Likewise for param "insn".
543         (struct insn_length_parameters_s): Likewise for first param of
544         "get_variants" callback field.
545         (arc_get_insn_variants): Likewise for first param and local
546         "inner".  Replace a check of GET_CODE with a dyn_cast to
547         rtx_sequence *, using methods for type-safety and clarity.
548         * config/arc/arc.h (ADJUST_INSN_LENGTH): Use casts to
549         rtx_sequence * and uses of the insn method for type-safety when
550         invoking arc_adjust_insn_length.
551         * config/arm/arm-protos.h (arm_attr_length_move_neon): Likewise
552         for param.
553         (arm_address_offset_is_imm): Likewise.
554         (struct tune_params): Likewise for params 1 and 3 of the
555         "sched_adjust_cost" callback field.
556         * config/arm/arm.c (cortex_a9_sched_adjust_cost): Likewise for
557         params 1 and 3 ("insn" and "dep").
558         (xscale_sched_adjust_cost): Likewise.
559         (fa726te_sched_adjust_cost): Likewise.
560         (cortexa7_older_only): Likewise for param "insn".
561         (cortexa7_younger): Likewise.
562         (arm_attr_length_move_neon): Likewise.
563         (arm_address_offset_is_imm): Likewise.
564         * config/avr/avr-protos.h (avr_notice_update_cc): Likewise.
565         * config/avr/avr.c (avr_notice_update_cc): Likewise.
566         * config/bfin/bfin.c (hwloop_pattern_reg): Likewise.
567         (workaround_speculation): Likewise for local "last_condjump".
568         * config/c6x/c6x.c (shadow_p): Likewise for param "insn".
569         (shadow_or_blockage_p): Likewise.
570         (get_unit_reqs): Likewise.
571         (get_unit_operand_masks): Likewise.
572         (c6x_registers_update): Likewise.
573         (returning_call_p): Likewise.
574         (can_use_callp): Likewise.
575         (convert_to_callp): Likewise.
576         (find_last_same_clock): Likwise for local "t".
577         (reorg_split_calls): Likewise for local "shadow".
578         (hwloop_pattern_reg): Likewise for param "insn".
579         * config/frv/frv-protos.h (frv_final_prescan_insn): Likewise.
580         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
581         (frv_extract_membar): Likewise.
582         (frv_optimize_membar_local): Strengthen param "last_membar" from
583         rtx * to rtx_insn **.
584         (frv_optimize_membar_global): Strengthen param "membar" from rtx
585         to rtx_insn *.
586         (frv_optimize_membar): Strengthen local "last_membar" from rtx *
587         to rtx_insn **.
588         * config/ia64/ia64-protos.h (ia64_st_address_bypass_p): Strengthen
589         both params from rtx to rtx_insn *.
590         (ia64_ld_address_bypass_p): Likewise.
591         * config/ia64/ia64.c (ia64_safe_itanium_class): Likewise for param
592         "insn".
593         (ia64_safe_type): Likewise.
594         (group_barrier_needed): Likewise.
595         (safe_group_barrier_needed): Likewise.
596         (ia64_single_set): Likewise.
597         (is_load_p): Likewise.
598         (record_memory_reference): Likewise.
599         (get_mode_no_for_insn): Likewise.
600         (important_for_bundling_p): Likewise.
601         (unknown_for_bundling_p): Likewise.
602         (ia64_st_address_bypass_p): Likewise for both params.
603         (ia64_ld_address_bypass_p): Likewise.
604         (expand_vselect): Introduce new local rtx_insn * "insn", using it
605         in place of rtx "x" after the emit_insn call.
606         * config/i386/i386-protos.h (x86_extended_QIreg_mentioned_p):
607         Strengthen param from rtx to rtx_insn *.
608         (ix86_agi_dependent): Likewise for both params.
609         (ix86_attr_length_immediate_default): Likewise for param 1.
610         (ix86_attr_length_address_default): Likewise for param.
611         (ix86_attr_length_vex_default): Likewise for param 1.
612         * config/i386/i386.c (ix86_attr_length_immediate_default):
613         Likewise for param "insn".
614         (ix86_attr_length_address_default): Likewise.
615         (ix86_attr_length_vex_default): Likewise.
616         (ix86_agi_dependent): Likewise for both params.
617         (x86_extended_QIreg_mentioned_p): Likewise for param "insn".
618         (vselect_insn): Likewise for this variable.
619         * config/m68k/m68k-protos.h (m68k_sched_attr_opx_type): Likewise
620         for param 1.
621         (m68k_sched_attr_opy_type): Likewise.
622         * config/m68k/m68k.c (sched_get_operand): Likewise.
623         (sched_attr_op_type): Likewise.
624         (m68k_sched_attr_opx_type): Likewise.
625         (m68k_sched_attr_opy_type): Likewise.
626         (sched_get_reg_operand): Likewise.
627         (sched_get_mem_operand): Likewise.
628         (m68k_sched_address_bypass_p): Likewise for both params.
629         (sched_get_indexed_address_scale): Likewise.
630         (m68k_sched_indexed_address_bypass_p): Likewise.
631         * config/m68k/m68k.h (m68k_sched_address_bypass_p): Likewise.
632         (m68k_sched_indexed_address_bypass_p): Likewise.
633         * config/mep/mep.c (mep_jmp_return_reorg): Strengthen locals
634         "label", "ret" from rtx to rtx_insn *, adding a checked cast and
635         removing another.
636         * config/mips/mips-protos.h (mips_linked_madd_p): Strengthen both
637         params from rtx to rtx_insn *.
638         (mips_fmadd_bypass): Likewise.
639         * config/mips/mips.c (mips_fmadd_bypass): Likewise.
640         (mips_linked_madd_p): Likewise.
641         (mips_macc_chains_last_hilo): Likewise for this variable.
642         (mips_macc_chains_record): Likewise for param.
643         (vr4130_last_insn): Likewise for this variable.
644         (vr4130_swap_insns_p): Likewise for both params.
645         (mips_ls2_variable_issue): Likewise for param.
646         (mips_need_noat_wrapper_p): Likewise for param "insn".
647         (mips_expand_vselect): Add a new local rtx_insn * "insn", using it
648         in place of "x" after the emit_insn.
649         * config/pa/pa-protos.h (pa_fpstore_bypass_p): Strengthen both
650         params from rtx to rtx_insn *.
651         * config/pa/pa.c (pa_fpstore_bypass_p): Likewise.
652         (pa_combine_instructions): Introduce local "par" for result of
653         gen_rtx_PARALLEL, moving decl and usage of new_rtx for after call
654         to make_insn_raw.
655         (pa_can_combine_p): Strengthen param "new_rtx" from rtx to rtx_insn *.
656         * config/rl78/rl78.c (insn_ok_now): Likewise for param "insn".
657         (rl78_alloc_physical_registers_op1): Likewise.
658         (rl78_alloc_physical_registers_op2): Likewise.
659         (rl78_alloc_physical_registers_ro1): Likewise.
660         (rl78_alloc_physical_registers_cmp): Likewise.
661         (rl78_alloc_physical_registers_umul): Likewise.
662         (rl78_alloc_address_registers_macax): Likewise.
663         (rl78_alloc_physical_registers): Likewise for locals "insn", "curr".
664         * config/s390/predicates.md (execute_operation): Likewise for
665         local "insn".
666         * config/s390/s390-protos.h (s390_agen_dep_p): Likewise for both
667         params.
668         * config/s390/s390.c (s390_safe_attr_type): Likewise for param.
669         (addr_generation_dependency_p): Likewise for param "insn".
670         (s390_agen_dep_p): Likewise for both params.
671         (s390_fpload_toreg): Likewise for param "insn".
672         * config/sh/sh-protos.h (sh_loop_align): Likewise for param.
673         * config/sh/sh.c (sh_loop_align): Likewise for param and local
674         "next".
675         * config/sh/sh.md (define_peephole2): Likewise for local "insn2".
676         * config/sh/sh_treg_combine.cc
677         (sh_treg_combine::make_inv_ccreg_insn): Likewise for return type
678         and local "i".
679         (sh_treg_combine::try_eliminate_cstores): Likewise for local "i".
680         * config/stormy16/stormy16.c (combine_bnp): Likewise for locals
681         "and_insn", "load", "shift".
682         * config/tilegx/tilegx.c (match_pcrel_step2): Likewise for param
683         "insn".
684         * final.c (final_scan_insn): Introduce local rtx_insn * "other"
685         for XEXP (note, 0) of the REG_CC_SETTER note.
686         (cleanup_subreg_operands): Strengthen param "insn" from rtx to
687         rtx_insn *, eliminating a checked cast made redundant by this.
688         * gcse.c (process_insert_insn): Strengthen local "insn" from rtx
689         to rtx_insn *.
690         * genattr.c (main): When writing out the prototype to
691         const_num_delay_slots, strengthen the param from rtx to
692         rtx_insn *.
693         * genattrtab.c (write_const_num_delay_slots): Likewise when
694         writing out the implementation of const_num_delay_slots.
695         * hw-doloop.h (struct hw_doloop_hooks): Strengthen the param
696         "insn" of callback field "end_pattern_reg" from rtx to rtx_insn *.
697         * ifcvt.c (noce_emit_store_flag): Eliminate local rtx "tmp" in
698         favor of new rtx locals "src" and "set" and new local rtx_insn *
699         "insn" and "seq".
700         (noce_emit_move_insn): Strengthen locals "seq" and "insn" from rtx
701         to rtx_insn *.
702         (noce_emit_cmove): Eliminate local rtx "tmp" in favor of new rtx
703         locals "cond", "if_then_else", "set" and new rtx_insn * locals
704         "insn" and "seq".
705         (noce_try_cmove_arith): Strengthen locals "insn_a" and "insn_b",
706         "last" from rtx to rtx_insn *.  Likewise for a local "tmp",
707         renaming to "tmp_insn".  Eliminate the other local rtx "tmp" from
708         the top-level scope, replacing with new more tightly-scoped rtx
709         locals "reg", "pat", "mem" and rtx_insn * "insn", "copy_of_a",
710         "new_insn", "copy_of_insn_b", and make local rtx "set" more
711         tightly-scoped.
712         * ira-int.h (ira_setup_alts): Strengthen param "insn" from rtx to
713         rtx_insn *.
714         * ira.c (setup_prohibited_mode_move_regs): Likewise for local
715         "move_insn".
716         (ira_setup_alts): Likewise for param "insn".
717         * lra-constraints.c (emit_inc): Likewise for local "add_insn".
718         * lra.c (emit_add3_insn): Split local rtx "insn" in two, an rtx
719         and an rtx_insn *.
720         (lra_emit_add): Eliminate top-level local rtx "insn" in favor of
721         new more-tightly scoped rtx locals "add3_insn", "insn",
722         "add2_insn" and rtx_insn * "move_insn".
723         * postreload-gcse.c (eliminate_partially_redundant_load): Add
724         checked cast on result of gen_move_insn when invoking
725         extract_insn.
726         * recog.c (insn_invalid_p): Strengthen param "insn" from rtx to
727         rtx_insn *.
728         (verify_changes): Add a checked cast on "object" when invoking
729         insn_invalid_p.
730         (extract_insn_cached): Strengthen param "insn" from rtx to
731         rtx_insn *.
732         (extract_constrain_insn_cached): Likewise.
733         (extract_insn): Likewise.
734         * recog.h (insn_invalid_p): Likewise for param 1.
735         (recog_memoized): Likewise for param.
736         (extract_insn): Likewise.
737         (extract_constrain_insn_cached): Likewise.
738         (extract_insn_cached): Likewise.
739         * reload.c (can_reload_into): Likewise for local "test_insn".
740         * reload.h (cleanup_subreg_operands): Likewise for param.
741         * reload1.c (emit_insn_if_valid_for_reload): Rename param from
742         "insn" to "pat", reintroducing "insn" as an rtx_insn * on the
743         result of emit_insn.  Remove a checked cast made redundant by this
744         change.
745         * sel-sched-ir.c (sel_insn_rtx_cost): Strengthen param "insn" from
746         rtx to rtx_insn *.
747         * sel-sched.c (get_reg_class): Likewise.
748
749 2014-09-09  Marcus Shawcroft  <marcus.shawcroft@arm.com>
750         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
751
752          * config/aarch64/aarch64-elf-raw.h (ENDFILE_SPEC): Add crtfastmath.o.
753          * config/aarch64/aarch64-linux.h (GNU_USER_TARGET_MATH_ENDFILE_SPEC):
754         Define.
755         (ENDFILE_SPEC): Define and use GNU_USER_TARGET_MATH_ENDFILE_SPEC.
756
757 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
758
759         * rtl.h (INSN_LOCATION): Strengthen param from const_rtx to
760         const rtx_insn *, and from rtx to rtx_insn * for the other
761         overloaded variant.
762         (RTL_LOCATION): Add a checked cast to rtx_insn * when invoking
763         INSN_LOCATION, since we know INSN_P holds.
764         (insn_line): Strengthen param from const_rtx to const rtx_insn *.
765         (insn_file): Likewise.
766         (insn_scope): Likewise.
767         (insn_location): Likewise.
768
769         * config/mips/mips.c (mips16_gp_pseudo_reg): Strengthen local
770         "insn" from rtx to rtx_insn *, introducing a new local rtx "set"
771         for the result of gen_load_const_gp.
772         * config/rs6000/rs6000-protos.h (output_call): Strengthen first
773         param from rtx to rtx_insn *.
774         * config/rs6000/rs6000.c (output_call): Likewise.
775         * dwarf2out.c (dwarf2out_var_location): Likewise for local "prev",
776         introducing a checked cast to rtx_sequence * and use of the insn
777         method.
778         * emit-rtl.c (emit_copy_of_insn_after): Strengthen both params
779         from rtx to rtx_insn *.
780         (insn_scope): Strengthen param from const_rtx to const rtx_insn *.
781         (insn_line): Likewise.
782         (insn_file): Likewise.
783         (insn_location): Likewise.
784         * emit-rtl.h (emit_copy_of_insn_after): Strengthen both params
785         from rtx to rtx_insn *.
786         * print-rtl.c (print_rtx): Introduce local "in_insn" via a checked
787         cast, using it for calls to INSN_HAS_LOCATION and insn_location.
788         * recog.c (peep2_attempt): Introduce local rtx_insn * "peepinsn"
789         via a checked cast.
790         * reorg.c (relax_delay_slots): Strengthen locals named "after"
791         from rtx to rtx_insn *; use methods of "pat" for type-safety.
792
793 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
794
795         * combine.c (try_combine): Eliminate checked cast on result of
796         gen_rtx_INSN.
797         * emit-rtl.c (gen_rtx_INSN): New function, improving over the prior
798         autogenerated one by strengthening the return type and params 2 and 3
799         from rtx to rtx_insn *, and by naming the params.
800         * gengenrtl.c (special_rtx): Add INSN to those that are
801         special-cased.
802         * rtl.h (gen_rtx_INSN): New prototype.
803
804 2014-09-09  David Malcolm  <dmalcolm@redhat.com>
805
806         * ira.c (ira_update_equiv_info_by_shuffle_insn): Use NULL rather
807         than NULL_RTX.
808         (no_equiv): Likewise.
809         (update_equiv_regs): Likewise.
810         (setup_reg_equiv): Likewise.  Strengthen locals "elem",
811         "prev_elem", "next_elem" from rtx to rtx_insn_list *, and "insn"
812         from rtx to rtx_insn *.  Use methods of "elem" for typesafety and
813         clarity.
814         * ira.h (struct ira_reg_equiv_s): Strengthen field "init_insns"
815         from rtx to rtx_insn_list *.
816         * lra-assigns.c (spill_for): Strengthen local "x" from rtx to
817         rtx_insn_list * and use methods for clarity and typesafety.
818         * lra-constraints.c (contains_deleted_insn_p): Likewise for param
819         "list".
820         (init_insn_rhs_dead_pseudo_p): Likewise for local "insns".  Remove
821         redundant check on INSN_P (insns): this cannot hold, as "insns" is
822         an INSN_LIST, not an insn.
823         (reverse_equiv_p): Strengthen local "insns" from rtx to
824         rtx_insn_list * and use methods for clarity and typesafety.
825         (contains_reloaded_insn_p): Likewise for local "list".
826
827 2014-09-09  Jiong Wang  <jiong.wang@arm.com>
828
829         * config/arm/arm.c (NEON_COPYSIGNF): New enum.
830         (arm_init_neon_builtins): Support NEON_COPYSIGNF.
831         (arm_builtin_vectorized_function): Likewise.
832         * config/arm/arm_neon_builtins.def: New macro for copysignf.
833         * config/arm/neon.md (neon_copysignf<mode>): New pattern for vector copysignf.
834
835 2014-09-09  Richard Sandiford  <richard.sandiford@arm.com>
836
837         * bb-reorder.h (default_target_bb_reorder): Remove redundant GTY.
838         * builtins.h (default_target_builtins): Likewise.
839         * gcse.h (default_target_gcse): Likewise.
840         * target-globals.h (target_globals): Add a destructor.  Convert
841         void-pointer fields back to their real type and change from
842         GTY((atomic)) to GTY((skip)).
843         (restore_target_globals): Remove casts accordingly.
844         * target-globals.c (save_target_globals): Use XCNEW rather than
845         ggc_internal_cleared_alloc to allocate non-GC structures.
846         Use ggc_cleared_alloc to allocate the target_globals structure
847         itself.
848         (target_globals::~target_globals): Define.
849
850 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
851
852         * config/arm/arm.md (vfp_pop_multiple_with_writeback): Use vldm
853         mnemonic instead of fldmfdd.
854         * config/arm/arm.c (vfp_output_fstmd): Rename to...
855         (vfp_output_vstmd): ... This.  Convert output to UAL syntax.
856         Output vpush when address register is SP.
857         * config/arm/arm-protos.h (vfp_output_fstmd): Rename to...
858         (vfp_output_vstmd): ... This.
859         * config/arm/vfp.md (push_multi_vfp): Update call to
860         vfp_output_vstmd.
861
862 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
863
864         * config/arm/vfp.md (*movcc_vfp): Use UAL syntax.
865
866 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
867
868         * config/arm/vfp.md (*sqrtsf2_vfp): Use UAL assembly syntax.
869         (*sqrtdf2_vfp): Likewise.
870         (*cmpsf_vfp): Likewise.
871         (*cmpsf_trap_vfp): Likewise.
872         (*cmpdf_vfp): Likewise.
873         (*cmpdf_trap_vfp): Likewise.
874
875 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
876
877         * config/arm/vfp.md (*extendsfdf2_vfp): Use UAL assembly syntax.
878         (*truncdfsf2_vfp): Likewise.
879         (*truncsisf2_vfp): Likewise.
880         (*truncsidf2_vfp): Likewise.
881         (fixuns_truncsfsi2): Likewise.
882         (fixuns_truncdfsi2): Likewise.
883         (*floatsisf2_vfp): Likewise.
884         (*floatsidf2_vfp): Likewise.
885         (floatunssisf2): Likewise.
886         (floatunssidf2): Likewise.
887
888 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
889
890         * config/arm/vfp.md (*mulsf3_vfp): Use UAL assembly syntax.
891         (*muldf3_vfp): Likewise.
892         (*mulsf3negsf_vfp): Likewise.
893         (*muldf3negdf_vfp): Likewise.
894         (*mulsf3addsf_vfp): Likewise.
895         (*muldf3adddf_vfp): Likewise.
896         (*mulsf3subsf_vfp): Likewise.
897         (*muldf3subdf_vfp): Likewise.
898         (*mulsf3negsfaddsf_vfp): Likewise.
899         (*fmuldf3negdfadddf_vfp): Likewise.
900         (*mulsf3negsfsubsf_vfp): Likewise.
901         (*muldf3negdfsubdf_vfp): Likewise.
902
903 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
904
905         * config/arm/vfp.md (*abssf2_vfp): Use UAL assembly syntax.
906         (*absdf2_vfp): Likewise.
907         (*negsf2_vfp): Likewise.
908         (*negdf2_vfp): Likewise.
909         (*addsf3_vfp): Likewise.
910         (*adddf3_vfp): Likewise.
911         (*subsf3_vfp): Likewise.
912         (*subdf3_vfp): Likewise.
913         (*divsf3_vfp): Likewise.
914         (*divdf3_vfp): Likewise.
915
916 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
917
918         * config/arm/arm.c (output_move_vfp): Use UAL syntax for load/store
919         multiple.
920         (arm_print_operand): Don't convert real values to decimal
921         representation in default case.
922         (fp_immediate_constant): Delete.
923         * config/arm/arm-protos.h (fp_immediate_constant): Likewise.
924         * config/arm/vfp.md (*arm_movsi_vfp): Convert to VFP moves to UAL
925         syntax.
926         (*thumb2_movsi_vfp): Likewise.
927         (*movdi_vfp): Likewise.
928         (*movdi_vfp_cortexa8): Likewise.
929         (*movhf_vfp_neon): Likewise.
930         (*movhf_vfp): Likewise.
931         (*movsf_vfp): Likewise.
932         (*thumb2_movsf_vfp): Likewise.
933         (*movdf_vfp): Likewise.
934         (*thumb2_movdf_vfp): Likewise.
935         (*movsfcc_vfp): Likewise.
936         (*thumb2_movsfcc_vfp): Likewise.
937         (*movdfcc_vfp): Likewise.
938         (*thumb2_movdfcc_vfp): Likewise.
939
940 2014-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
941
942         * doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
943         (-mtune): Likewise.
944         (-mcpu): Likewise.
945
946 2014-09-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
947
948         PR target/61749
949         * config/aarch64/aarch64-builtins.c (aarch64_types_quadop_qualifiers):
950         Use qualifier_immediate for last operand.  Rename to...
951         (aarch64_types_ternop_lane_qualifiers): ... This.
952         (TYPES_QUADOP): Rename to...
953         (TYPES_TERNOP_LANE): ... This.
954         (aarch64_simd_expand_args): Return const0_rtx when encountering user
955         error.  Change return of 0 to return of NULL_RTX.
956         (aarch64_crc32_expand_builtin): Likewise.
957         (aarch64_expand_builtin): Return NULL_RTX instead of 0.
958         ICE when expanding unknown builtin.
959         * config/aarch64/aarch64-simd-builtins.def (sqdmlal_lane): Use
960         TERNOP_LANE qualifiers.
961         (sqdmlsl_lane): Likewise.
962         (sqdmlal_laneq): Likewise.
963         (sqdmlsl_laneq): Likewise.
964         (sqdmlal2_lane): Likewise.
965         (sqdmlsl2_lane): Likewise.
966         (sqdmlal2_laneq): Likewise.
967         (sqdmlsl2_laneq): Likewise.
968
969 2014-09-09  Nick Clifton  <nickc@redhat.com>
970
971         * doc/invoke.texi (Optimization Options): Add missing @gol to the
972         end of a line.
973         (S/390 and zSeries Options): Remove superfluous word from the
974         description of the -mhotpatch option.
975
976 2014-09-09  Zhenqiang Chen  <zhenqiang.chen@arm.com>
977
978         * shrink-wrap.h: #define SHRINK_WRAPPING_ENABLED.
979         * ira.c: #include "shrink-wrap.h"
980         (split_live_ranges_for_shrink_wrap): Use SHRINK_WRAPPING_ENABLED.
981         * ifcvt.c: #include "shrink-wrap.h"
982         (dead_or_predicable): Use SHRINK_WRAPPING_ENABLED.
983
984 2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
985
986         * common/config/picochip/picochip-common.c: Remove.
987         * config.gcc: Remove support for picochip.
988         * config/picochip/constraints.md: Remove.
989         * config/picochip/dfa_space.md: Remove.
990         * config/picochip/dfa_speed.md: Remove.
991         * config/picochip/picochip-protos.h: Remove.
992         * config/picochip/picochip.c: Remove.
993         * config/picochip/picochip.h: Remove.
994         * config/picochip/picochip.md: Remove.
995         * config/picochip/picochip.opt: Remove.
996         * config/picochip/predicates.md: Remove.
997         * config/picochip/t-picochip: Remove.
998         * doc/md.texi: Don't document picochi.
999
1000 2014-09-08  David Malcolm  <dmalcolm@redhat.com>
1001
1002         * basic-block.h (control_flow_insn_p): Strengthen param from
1003         const_rtx to const rtx_insn *.
1004         * cfgbuild.c (control_flow_insn_p): Likewise.
1005
1006 2014-09-08  David Malcolm  <dmalcolm@redhat.com>
1007
1008         * gcse.c (modify_mem_list): Strengthen this variable from
1009         vec<rtx> * to vec<rtx_insn *> *.
1010         (vec_rtx_heap): Strengthen this typedef from vec<rtx> to
1011         vec<rtx_insn *>.
1012         (load_killed_in_block_p): Strengthen local "list" from vec<rtx> to
1013         vec<rtx_insn *>, and local "setter" from rtx to rtx_insn *.
1014         (record_last_mem_set_info): Strengthen param "insn" from rtx to
1015         rtx_insn *.
1016         (record_last_set_info): Likewise for local "last_set_insn".
1017
1018 2014-09-08  DJ Delorie  <dj@redhat.com>
1019
1020         * doc/invoke.texi (MSP430 Options): Add -minrt.
1021
1022 2014-09-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1023
1024         * config/rs6000/rs6000.c (special_handling_values):  Add SH_SPLAT.
1025         (rtx_is_swappable_p): Convert UNSPEC cascading ||s to a switch
1026         statement; allow optimization of UNSPEC_VSPLT_DIRECT with special
1027         handling SH_SPLAT.
1028         (adjust_extract): Fix test for VEC_DUPLICATE case; fix adjustment
1029         of extracted lane.
1030         (adjust_splat): New function.
1031         (handle_special_swappables): Call adjust_splat for SH_SPLAT.
1032         (dump_swap_insn_table): Add case for SH_SPLAT.
1033
1034 2014-09-08  Richard Biener  <rguenther@suse.de>
1035
1036         PR ipa/63196
1037         * tree-inline.c (copy_loops): The source loop header should
1038         always be non-NULL.
1039         (tree_function_versioning): If loops need fixup after removing
1040         unreachable blocks fix them.
1041         * omp-low.c (simd_clone_adjust): Do not add incr block to
1042         loop under construction.
1043
1044 2014-09-08  Alan Lawrence  <alan.lawrence@arm.com>
1045
1046         * config/aarch64/aarch64-builtins.c
1047         (aarch64_types_cmtst_qualifiers, TYPES_TST): Remove as unused.
1048
1049 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
1050
1051         * config/i386/cygming.h (TF_SIZE): Remove.
1052         * config/i386/darwin.h (TF_SIZE): Remove.
1053         * config/i386/dragonfly.h (TF_SIZE): Remove.
1054         * config/i386/freebsd.h (TF_SIZE): Remove.
1055         * config/i386/gnu-user-common.h (TF_SIZE): Remove.
1056         * config/i386/openbsdelf.h (TF_SIZE): Remove.
1057         * config/i386/sol2.h (TF_SIZE): Remove.
1058         * config/ia64/hpux.h (XF_SIZE, TF_SIZE): Remove.
1059         * config/ia64/linux.h (TF_SIZE): Remove.
1060         * doc/tm.texi.in (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Remove.
1061         * doc/tm.texi: Regenerate.
1062         * system.h (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Poison.
1063
1064 2014-09-08  Joseph Myers  <joseph@codesourcery.com>
1065
1066         * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
1067         Remove.
1068         * doc/tm.texi.in (ROUND_TOWARDS_ZERO, LARGEST_EXPONENT_IS_NORMAL):
1069         Remove.
1070         * doc/tm.texi: Regenerate.
1071         * system.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
1072         Poison.
1073         * config/arm/arm.h (LARGEST_EXPONENT_IS_NORMAL): Remove.
1074         * config/cris/cris.h (__make_dp): Remove.
1075
1076 2014-09-08  Richard Biener  <rguenther@suse.de>
1077
1078         PR bootstrap/63204
1079         * cfgloop.c (mark_loop_for_removal): Track former header
1080         unconditionally.
1081         * cfgloop.h (struct loop): Add former_header member unconditionally.
1082         * loop-init.c (fix_loop_structure): Enable bogus loop removal
1083         diagnostic unconditionally.
1084
1085 2014-09-07 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
1086
1087         PR target/63190
1088         * config/aarch64/aarch64.md (stack_protect_test_<mode>) Add register
1089         constraint for operand0 and remove write only modifier from operand3.
1090
1091 2014-09-07  Richard Sandiford  <richard.sandiford@arm.com>
1092
1093         PR rtl-optimization/62208
1094         * simplify-rtx.c (simplify_relational_operation_1): Use CONST0_RTX
1095         rather than const0_rtx in eq/ne-xor simplifications.
1096
1097 2014-09-06  Joern Rennecke  <joern.rennecke@embecosm.com>
1098
1099         * config/arc/arc.c (arc_print_operand): Fix format for HOST_WIDE_INT.
1100         (arc_output_mi_thunk): Likewise.
1101
1102         * config/arc/arc.c (arc_predicate_delay_insns): Swap comparison
1103         arguments to silence bogus warning.
1104
1105 2014-09-06  Richard Sandiford  <richard.sandiford@arm.com>
1106
1107         PR middle-end/63171
1108         * rtlanal.c (tls_referenced_p): Don't skip constant subrtxes.
1109
1110 2014-09-06  Tom de Vries  <tom@codesourcery.com>
1111
1112         * ira-costs.c (ira_tune_allocno_costs): Don't conditionalize
1113         IRA_HARD_REGNO_ADD_COST_MULTIPLIER code on
1114         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
1115
1116 2014-09-05  Dominique Dhumieres  <dominiq@lps.ens.fr>
1117
1118         PR target/63188
1119         * config/darwin.h (INIT_SECTION_ASM_OP): Define to "".
1120         * config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise.
1121
1122 2014-09-05  Easwaran Raman  <eraman@google.com>
1123
1124         PR rtl-optimization/62146
1125         * ifcvt.c (dead_or_predicable): Make removal of REG_EQUAL note of
1126         hoisted instruction unconditional.
1127
1128 2014-09-05  Segher Boessenkool  <segher@kernel.crashing.org>
1129
1130         PR target/63187
1131         * config/rs6000/rs6000.md (*and<mode>3_imm_dot, *and<mode>3_imm_dot2):
1132         Do not allow any_mask_operand for operands[2].
1133         (*and<mode>3_imm_mask_dot, *and<mode>3_imm_mask_dot2): New.
1134
1135 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1136
1137         * config/arc/arc.c (arc_print_operand): Use insn method of
1138         final_sequence for type-safety.
1139         * config/bfin/bfin.c (bfin_hardware_loop): Strengthen param
1140         "insn" from rtx to rtx_insn *.
1141         * config/frv/frv.c (frv_print_operand_jump_hint): Likewise.
1142         * config/mn10300/mn10300.c (mn10300_scan_for_setlb_lcc):
1143         Likewise for locals "branch", "label".
1144         * config/h8300/h8300.c (same_cmp_preceding_p): Likewise for
1145         locals "i1", "i2".  Use NULL rather than NULL_RTX in comparisons.
1146         (same_cmp_following_p): Likewise for locals "i2", "i3".
1147         * config/sh/sh_optimize_sett_clrt.cc
1148         (sh_optimize_sett_clrt::sh_cbranch_ccreg_value): Likewise for
1149         param "cbranch_insn".
1150         * function.c (convert_jumps_to_returns): Likewis for local "jump".
1151         * ifcvt.c (cond_exec_get_condition): Likewise for param "jump".
1152         * jump.c (simplejump_p): Strengthen param "insn" from const_rtx to
1153         const rtx_insn *.
1154         (condjump_p): Likewise.
1155         (condjump_in_parallel_p): Likewise.
1156         (pc_set): Likewise.
1157         (any_uncondjump_p): Likewise.
1158         (any_condjump_p): Likewise.
1159         (condjump_label): Likewise.
1160         (returnjump_p): Strengthen param "insn" from rtx to
1161         const rtx_insn *.
1162         (onlyjump_p): Strengthen param "insn" from const_rtx to
1163         const rtx_insn *.
1164         (jump_to_label_p): Likewise.
1165         (invert_jump_1): Strengthen param "jump" from rtx to rtx_insn *.
1166         (invert_jump): Likewise.
1167         * reorg.c (simplejump_or_return_p): Add checked cast when calling
1168         simplejump_p.
1169         (get_jump_flags): Strengthen param "insn" from rtx to
1170         const rtx_insn *.
1171         (get_branch_condition): Likewise.
1172         (condition_dominates_p): Likewise.
1173         (make_return_insns): Move declaration of local "pat" earlier, to
1174         after we've handled NONJUMP_INSN_P and non-sequences, using its
1175         methods to simplify the code and for type-safety.
1176         * rtl.h (find_constant_src): Strengthen param from const_rtx to
1177         const rtx_insn *.
1178         (jump_to_label_p): Strengthen param from rtx to const rtx_insn *.
1179         (condjump_p): Strengthen param from const_rtx to
1180         const rtx_insn *.
1181         (any_condjump_p): Likewise.
1182         (any_uncondjump_p): Likewise.
1183         (pc_set): Likewise.
1184         (condjump_label): Likewise.
1185         (simplejump_p): Likewise.
1186         (returnjump_p): Likewise.
1187         (onlyjump_p): Likewise.
1188         (invert_jump_1): Strengthen param 1 from rtx to rtx_insn *.
1189         (invert_jump): Likewise.
1190         (condjump_in_parallel_p): Strengthen param from const_rtx to
1191         const rtx_insn *.
1192         * rtlanal.c (find_constant_src): Strengthen param from const_rtx
1193         to const rtx_insn *.
1194         * sel-sched-ir.c (fallthru_bb_of_jump): Strengthen param from rtx
1195         to const rtx_insn *.
1196         * sel-sched-ir.h (fallthru_bb_of_jump): Likewise.
1197
1198 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1199
1200         * reorg.c (relax_delay_slots): Move declaration of "trial_seq"
1201         above the conditional, and convert the check on GET_CODE to a
1202         dyn_cast, so that "trial_seq" is available as an rtx_sequence * in
1203         the conditional.  Simplify the conditional by using methods of
1204         "trial_seq".
1205
1206 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1207
1208         * haifa-sched.c (check_clobbered_conditions): Strengthen local
1209         "link" from rtx to rtx_insn_list *, and use its methods for
1210         clarity and type-safety.
1211         (toggle_cancelled_flags): Likewise.
1212         (restore_last_backtrack_point): Likewise.
1213         (queue_to_ready): Use insn method of "link" in one place.
1214         (schedule_block): Strengthen local "link" from rtx to
1215         rtx_insn_list *, and use its methods for clarity and type-safety.
1216
1217 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1218
1219         * sched-deps.c (sched_get_condition_with_rev_uncached): Strengthen
1220         param "insn" from const_rtx to const rtx_insn *.
1221         (sched_get_reverse_condition_uncached): Likewise.
1222         (sched_get_condition_with_rev): Likewise.
1223         (sched_has_condition_p): Likewise.
1224         (sched_insns_conditions_mutex_p): Likewise for both params.
1225         (sched_insn_is_legitimate_for_speculation_p): Likewise for param
1226         "insn"; conver use of CONST_CAST_RTX to CONST_CAST_RTX_INSN.
1227         (setup_insn_reg_uses): Move local "list" to be more tightly
1228         scoped, strengthening it from an rtx to an rtx_insn_list *.  Use
1229         its methods for clarity and type-safety.
1230         (sched_analyze_1): Strengthen local "pending" from rtx to
1231         rtx_insn_list *, and local "pending_mem" from rtx to
1232         rtx_expr_list *.  Use methods of each for clarity and type-safety.
1233         (sched_analyze_2): Likewise.
1234         (sched_analyze_insn): Likewise.
1235
1236         * sched-int.h (sched_get_reverse_condition_uncached): Strengthen
1237         param from const_rtx to const rtx_insn *.
1238         (sched_insns_conditions_mutex_p): Likewise for both params.
1239         (sched_insn_is_legitimate_for_speculation_p): Likewise for first
1240         param.
1241
1242         * system.h (CONST_CAST_RTX_INSN): New macro.
1243
1244 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1245
1246         * recog.c (peep2_attempt): Strengthen return type from rtx to
1247         rtx_insn *.
1248         (peep2_update_life): Likewise for params "last", "prev", removing
1249         a checked cast made redundant by this.
1250         (peephole2_optimize): Likewise for local "last".
1251
1252 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1253
1254         * basic-block.h (set_block_for_insn): Eliminate this macro in
1255         favor of...
1256         * rtl.h (set_block_for_insn): New inline function, imposing the
1257         requirement that the "insn" param is an rtx_insn *.
1258
1259 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1260
1261         * caller-save.c (setup_save_areas): Strengthen local "insn" from
1262         rtx to rtx_insn *.
1263         * final.c (get_call_reg_set_usage): Likewise for first param,
1264         eliminating a checked cast.
1265         * regs.h (get_call_reg_set_usage): Likewise for first param.
1266         * resource.c (mark_set_resources): Introduce local rtx_call_insn *
1267         "call_insn" for the case of a MARK_SRC_DEST_CALL via a checked
1268         cast, replacing references to "x" with "call_insn" where
1269         appropriate.
1270         (mark_target_live_regs): Strengthen local "real_insn" from rtx to
1271         rtx_insn *, adding a checked cast.
1272
1273 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1274
1275         * output.h (final_scan_insn): Strengthen first param from rtx to
1276         rtx_insn *.
1277
1278         * final.c (final_scan_insn): Likewise, renaming it back from
1279         "uncast_insn" to "insn", eliminating the checked cast.
1280
1281         * config/h8300/h8300.md (define_insn "jump"): Replace local rtx
1282         "vec" with an rtx_sequence * "seq", taking a copy of
1283         "final_sequence", and using methods of "seq" for clarity, and for
1284         type-safety in the calls to final_scan_insn.
1285         * config/mips/mips.c (mips_output_conditional_branch): Use methods
1286         of "final_sequence" for clarity, and for type-safety in the call to
1287         final_scan_insn.
1288         * config/sh/sh.c (print_slot): Strengthen param from rtx to
1289         rtx_sequence * and rename from "insn" to "seq".
1290
1291 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1292
1293         * jump.c (delete_related_insns): Introduce a new local "table" by
1294         replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the
1295         get_labels method of "table" to simplify access to the labels in
1296         the jump table.
1297
1298 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1299
1300         * config/arm/cortex-a53.md (cortex_a53_fpalu): Add f_rints, f_rintd,
1301         f_minmaxs, f_minmaxd types.
1302
1303 2014-09-05  Richard Biener  <rguenther@suse.de>
1304
1305         * cfgloop.c (mark_loop_for_removal): Record former header
1306         when ENABLE_CHECKING.
1307         * cfgloop.h (strut loop): Add former_header member when
1308         ENABLE_CHECKING.
1309         * loop-init.c (fix_loop_structure): Sanity check loops
1310         marked for removal if they re-appeared.
1311
1312 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1313
1314         * config/aarch64/arm_neon.h (int32x1_t, int16x1_t, int8x1_t,
1315         uint32x1_t, uint16x1_t, uint8x1_t): Remove typedefs.
1316
1317         (vqabsb_s8, vqabsh_s16, vqabss_s32, vqaddb_s8, vqaddh_s16, vqadds_s32,
1318         vqaddb_u8, vqaddh_u16, vqadds_u32, vqdmlalh_s16, vqdmlalh_lane_s16,
1319         vqdmlals_s32, vqdmlslh_s16, vqdmlslh_lane_s16, vqdmlsls_s32,
1320         vqdmulhh_s16, vqdmulhh_lane_s16, vqdmulhs_s32, vqdmulhs_lane_s32,
1321         vqdmullh_s16, vqdmullh_lane_s16, vqdmulls_s32, vqdmulls_lane_s32,
1322         vqmovnh_s16, vqmovns_s32, vqmovnd_s64, vqmovnh_u16, vqmovns_u32,
1323         vqmovnd_u64, vqmovunh_s16, vqmovuns_s32, vqmovund_s64, vqnegb_s8,
1324         vqnegh_s16, vqnegs_s32, vqrdmulhh_s16, vqrdmulhh_lane_s16,
1325         vqrdmulhs_s32, vqrdmulhs_lane_s32, vqrshlb_s8, vqrshlh_s16,
1326         vqrshls_s32, vqrshlb_u8, vqrshlh_u16, vqrshls_u32, vqrshrnh_n_s16,
1327         vqrshrns_n_s32, vqrshrnd_n_s64, vqrshrnh_n_u16, vqrshrns_n_u32,
1328         vqrshrnd_n_u64, vqrshrunh_n_s16, vqrshruns_n_s32, vqrshrund_n_s64,
1329         vqshlb_s8, vqshlh_s16, vqshls_s32, vqshlb_u8, vqshlh_u16, vqshls_u32,
1330         vqshlb_n_s8, vqshlh_n_s16, vqshls_n_s32, vqshlb_n_u8, vqshlh_n_u16,
1331         vqshls_n_u32, vqshlub_n_s8, vqshluh_n_s16, vqshlus_n_s32,
1332         vqshrnh_n_s16, vqshrns_n_s32, vqshrnd_n_s64, vqshrnh_n_u16,
1333         vqshrns_n_u32, vqshrnd_n_u64, vqshrunh_n_s16, vqshruns_n_s32,
1334         vqshrund_n_s64, vqsubb_s8, vqsubh_s16, vqsubs_s32, vqsubb_u8,
1335         vqsubh_u16, vqsubs_u32, vsqaddb_u8, vsqaddh_u16, vsqadds_u32,
1336         vuqaddb_s8, vuqaddh_s16, vuqadds_s32): Replace all int{32,16,8}x1_t
1337         with int{32,16,8}_t.
1338
1339 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1340
1341         * config/aarch64/arm_neon.h (__GET_HIGH): New macro.
1342         (vget_high_f32, vget_high_f64, vget_high_p8, vget_high_p16,
1343         vget_high_s8, vget_high_s16, vget_high_s32, vget_high_s64,
1344         vget_high_u8, vget_high_u16, vget_high_u32, vget_high_u64):
1345         Remove temporary __asm__ and reimplement.
1346
1347 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1348
1349         * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Remove code
1350         handling cmge, cmgt, cmeq, cmtst.
1351
1352         * config/aarch64/aarch64-simd-builtins.def (cmeq, cmge, cmgt, cmle,
1353         cmlt, cmgeu, cmgtu, cmtst): Remove.
1354
1355         * config/aarch64/arm_neon.h (vceq_*, vceqq_*, vceqz_*, vceqzq_*,
1356         vcge_*, vcgeq_*, vcgez_*, vcgezq_*, vcgt_*, vcgtq_*, vcgtz_*,
1357         vcgtzq_*, vcle_*, vcleq_*, vclez_*, vclezq_*, vclt_*, vcltq_*,
1358         vcltz_*, vcltzq_*, vtst_*, vtstq_*): Use gcc vector extensions.
1359
1360 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1361
1362         * config/aarch64/aarch64-builtins.c (aarch64_types_cmtst_qualifiers,
1363         TYPES_TST): Define.
1364         (aarch64_fold_builtin): Update pattern for cmtst.
1365
1366         * config/aarch64/aarch64-protos.h (aarch64_const_vec_all_same_int_p):
1367         Declare.
1368
1369         * config/aarch64/aarch64-simd-builtins.def (cmtst): Update qualifiers.
1370
1371         * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>):
1372         Switch operands, separate out more cases, refactor.
1373
1374         (aarch64_cmtst<mode>): Rewrite pattern to match (plus ... -1).
1375
1376         * config/aarch64.c (aarch64_const_vec_all_same_int_p): Take single
1377         argument; rename old version to...
1378         (aarch64_const_vec_all_same_in_range_p): ...this.
1379         (aarch64_print_operand, aarch64_simd_shift_imm_p): Follow renaming.
1380
1381         * config/aarch64/predicates.md (aarch64_simd_imm_minus_one): Define.
1382
1383 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1384
1385         * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
1386         Remove qualifier_const_pointer, update comment.
1387
1388 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1389
1390         * config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.
1391
1392 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1393
1394         * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Replace
1395         varargs with pointer parameter.
1396         (aarch64_simd_expand_builtin): pass pointer into previous.
1397
1398 2014-09-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1399
1400         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext,
1401         alus_ext.
1402
1403 2014-09-05  Alan Lawrence  <alan.lawrence@arm.com>
1404
1405         * config/aarch64/aarch64-simd.md (aarch64_rbit<mode>): New pattern.
1406         * config/aarch64/aarch64-simd-builtins.def (rbit): New builtin.
1407         * config/aarch64/arm_neon.h (vrbit_s8, vrbit_u8, vrbitq_s8, vrbitq_u8):
1408         Replace temporary asm with call to builtin.
1409         (vrbit_p8, vrbitq_p8): New functions.
1410
1411 2014-09-05  Richard Biener  <rguenther@suse.de>
1412
1413         * cfgloop.c (mark_loop_for_removal): New function.
1414         * cfgloop.h (mark_loop_for_removal): Declare.
1415         * cfghooks.c (delete_basic_block): Use mark_loop_for_removal.
1416         (merge_blocks): Likewise.
1417         (duplicate_block): Likewise.
1418         * except.c (sjlj_emit_dispatch_table): Likewise.
1419         * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
1420         * tree-ssa-threadupdate.c (ssa_redirect_edges): Likewise.
1421         (thread_through_loop_header): Likewise.
1422
1423 2014-09-05  Richard Biener  <rguenther@suse.de>
1424
1425         PR middle-end/63148
1426         * fold-const.c (try_move_mult_to_index): Remove.
1427         (fold_binary_loc): Do not call it.
1428         * tree-data-ref.c (dr_analyze_indices): Strip conversions
1429         from the base object again.
1430
1431 2014-09-05  James Greenhalgh  <james.greenhalgh@arm.com>
1432
1433         * config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
1434         DImode.
1435
1436 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
1437
1438         PR target/55701
1439         * config/arm/arm.md (setmem): New pattern.
1440         * config/arm/arm-protos.h (struct tune_params): New fields.
1441         (arm_gen_setmem): New prototype.
1442         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
1443         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
1444         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
1445         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
1446         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
1447         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
1448         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
1449         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
1450         (arm_const_inline_cost): New function.
1451         (arm_block_set_max_insns): New function.
1452         (arm_block_set_non_vect_profit_p): New function.
1453         (arm_block_set_vect_profit_p): New function.
1454         (arm_block_set_unaligned_vect): New function.
1455         (arm_block_set_aligned_vect): New function.
1456         (arm_block_set_unaligned_non_vect): New function.
1457         (arm_block_set_aligned_non_vect): New function.
1458         (arm_block_set_vect, arm_gen_setmem): New functions.
1459
1460 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
1461
1462         * config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.
1463
1464 2014-09-05  Bin Cheng  <bin.cheng@arm.com>
1465
1466         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
1467
1468 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
1469
1470         * valtrack.c (dead_debug_insert_temp): Take an rtx_insn * instead of
1471         an rtx.
1472         * valtrack.h: Adjust.
1473
1474 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
1475
1476         * emit-rtl.c (emit_insn_before_noloc): Take an rtx_insn * instead of
1477         an rtx.
1478         (emit_jump_insn_before_noloc): Likewise.
1479         (emit_call_insn_before_noloc): Likewise.
1480         (emit_label_before): Likewise.
1481         (emit_label_after): Likewise.
1482         (emit_insn_before_setloc): Likewise.
1483         (emit_jump_insn_before_setloc): Likewise.
1484         (emit_call_insn_before_setloc): Likewise.
1485         (emit_call_insn_before): Likewise.
1486         * rtl.h: Adjust.
1487
1488 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1489
1490         * cse.c (cse_insn): Strengthen local "new_rtx" from rtx to
1491         rtx_insn *, eliminating a checked cast.
1492
1493 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1494
1495         * rtl.h (modified_between_p): Strengthen params 2 and 3 from
1496         const_rtx to const rtx_insn *.
1497         * rtlanal.c (modified_between_p): Likewise, eliminating a checked
1498         cast.
1499
1500 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1501
1502         * emit-rtl.c (try_split): Update NULL_RTX to NULL in call to
1503         fixup_args_size_notes.
1504         * expr.c (fixup_args_size_notes): Strengthen first two params from
1505         rtx to rtx_insn *, eliminating a checked cast.
1506         * rtl.h (fixup_args_size_notes): Strengthen first two params from
1507         rtx to rtx_insn *.
1508
1509 2014-09-05  David Malcolm  <dmalcolm@redhat.com>
1510
1511         * haifa-sched.c (get_ready_element): Strengthen return type from
1512         rtx to rtx_insn *.
1513         * sched-int.h (get_ready_element): Likewise.
1514
1515 2014-09-04  Segher Boessenkool  <segher@kernel.crashing.org>
1516
1517         PR target/63165
1518         * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax_mem): Use
1519         indexed_or_indirect_operand instead of memory_operand.
1520         (floatsi<mode>2_lfiwzx_mem): Ditto.
1521
1522 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
1523
1524         * config/bfin/bfin.c, config/c6x/c6x.c, config/m32c/m32c.c,
1525         config/mn10300/mn10300.c, config/s390/s390.c, config/sh/sh.c,
1526         ifcvt.c, reorg.c: Change types of variables from rtx to rtx_insn *.
1527
1528 2014-09-04  Trevor Saunders  <tsaunders@mozilla.com>
1529
1530         * emit-rtl.c (get_first_nonnote_insn): Return rtx_insn * instead of
1531         rtx.
1532         (get_last_nonnote_insn): Likewise.
1533         (next_nonnote_insn_bb): Take rtx_insn * instead of rtx.
1534         * resource.c (find_basic_block): Likewise.
1535         * rtl.h: Adjust.
1536         * rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
1537         const_rtx.
1538
1539 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
1540
1541         * genattr.c (main): Within the prototype of insn_latency written
1542         out to insn-attr.h, strengthen both params from rtx to rtx_insn *.
1543         * genautomata.c (output_internal_maximal_insn_latency_func):
1544         Within the implementation of insn_latency written out to
1545         insn-automata.c, strengthen both params from rtx to rtx_insn *,
1546         eliminating a pair of checked casts.
1547
1548 2014-09-04  David Malcolm  <dmalcolm@redhat.com>
1549
1550         * jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
1551         rtx_insn *.
1552
1553         * rtl.h (eh_returnjump_p): Likewise.
1554
1555 2014-09-04  Aldy Hernandez  <aldyh@redhat.com>
1556
1557         * Makefile.in (TAGS): Handle constructs in timevar.def.
1558
1559 2014-09-04  Guozhi Wei  <carrot@google.com>
1560
1561         PR target/62040
1562         * config/aarch64/iterators.md (VQ_NO2E, VQ_2E): New iterators.
1563         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): Split
1564         it into two patterns.
1565         (move_lo_quad_internal_be_<mode>): Likewise.
1566
1567 2014-09-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1568
1569         * doc/options.texi: Document that Var and Init are required if CPP
1570         is given.
1571         * optc-gen.awk: Require Var and Init if CPP is given.
1572         * common.opt (Wpedantic): Use Init.
1573
1574 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1575
1576         * config/rs6000/rs6000.c (special_handling_values): Add
1577         SH_EXTRACT.
1578         (rtx_is_swappable_p): Look for patterns with a VEC_SELECT, perhaps
1579         wrapped in a VEC_DUPLICATE, representing an extract.  Mark these
1580         as swappable with special handling SH_EXTRACT.  Remove
1581         UNSPEC_VSX_XXSPLTW from the list of disallowed unspecs for the
1582         optimization.
1583         (adjust_extract): New function.
1584         (handle_special_swappables): Add default to case statement; add
1585         case for SH_EXTRACT that calls adjust_extract.
1586         (dump_swap_insn_table): Handle SH_EXTRACT.
1587
1588 2014-09-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1589
1590         * config/rs6000/vsx.md (*vsx_extract_<mode>_load): Always match
1591         selection of 0th memory doubleword, regardless of endianness.
1592
1593 2014-09-04  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1594
1595         * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces.
1596
1597 2014-09-04  Alan Modra  <amodra@gmail.com>
1598
1599         PR debug/60655
1600         * dwarf2out.c (mem_loc_descriptor <PLUS>): Return NULL if addend
1601         can't be output.
1602
1603 2014-09-03  Matthew Fortune  <matthew.fortune@imgtec.com>
1604
1605         * target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
1606         * targhooks.c (default_dwarf_frame_reg_mode): New function.
1607         * targhooks.h (default_dwarf_frame_reg_mode): New prototype.
1608         * doc/tm.texi.in (TARGET_DWARF_FRAME_REG_MODE): Document.
1609         * doc/tm.texi: Regenerate.
1610         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Abstract mode
1611         selection logic to default_dwarf_frame_reg_mode.
1612
1613 2014-09-03  Marek Polacek  <polacek@redhat.com>
1614
1615         * doc/invoke.texi: Document that -Wlogical-not-parentheses is enabled
1616         by -Wall.
1617
1618 2014-09-03  Richard Sandiford  <richard.sandiford@arm.com>
1619
1620         * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
1621         the automodified register.
1622
1623 2014-09-03  Richard Sandiford  <richard.sandiford@arm.com>
1624
1625         * output.h (get_some_local_dynamic_name): Declare.
1626         * final.c (some_local_dynamic_name): New variable.
1627         (get_some_local_dynamic_name): New function.
1628         (final_end_function): Clear some_local_dynamic_name.
1629         * config/alpha/alpha.c (machine_function): Remove some_ld_name.
1630         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
1631         (print_operand): Report an error if '%&' is used inappropriately.
1632         * config/i386/i386.c (get_some_local_dynamic_name): Delete.
1633         (get_some_local_dynamic_name_1): Delete.
1634         * config/rs6000/rs6000.c (machine_function): Remove some_ld_name.
1635         (rs6000_get_some_local_dynamic_name): Delete.
1636         (rs6000_get_some_local_dynamic_name_1): Delete.
1637         (print_operand): Report an error if '%&' is used inappropriately.
1638         * config/s390/s390.c (machine_function): Remove some_ld_name.
1639         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
1640         (print_operand): Assert that get_some_local_dynamic_name is nonnull.
1641         * config/sparc/sparc.c: Include rtl-iter.h.
1642         (machine_function): Remove some_ld_name.
1643         (sparc_print_operand): Report an error if '%&' is used inappropriately.
1644         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
1645
1646 2014-09-03  Richard Henderson  <rth@redhat.com>
1647
1648         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): Remove.
1649         (aarch64_popwb_pair_reg): Remove.
1650         (aarch64_set_frame_expr): Remove.
1651         (aarch64_restore_callee_saves): Add CFI_OPS argument; fill it with
1652         the restore ops performed by the insns generated.
1653         (aarch64_expand_epilogue): Attach CFI_OPS to the stack deallocation
1654         insn.  Perform the calls_eh_return addition later; do not attempt to
1655         preserve the CFA in that case.  Don't use aarch64_set_frame_expr.
1656         (aarch64_expand_prologue): Use REG_CFA_ADJUST_CFA directly, or no
1657         special markup at all.  Load cfun->machine->frame.hard_fp_offset
1658         into a local variable.
1659         (aarch64_frame_pointer_required): Don't check calls_alloca.
1660
1661 2014-09-03  Richard Biener  <rguenther@suse.de>
1662
1663         * opts.c (default_options_optimization): Adjust
1664         max-combine-insns to 2 for -Og.
1665
1666 2014-09-03  Martin Jambor  <mjambor@suse.cz>
1667
1668         PR ipa/62015
1669         * ipa-cp.c (intersect_aggregates_with_edge): Handle impermissible
1670         pass-trough jump functions correctly.
1671
1672 2014-09-03  Martin Jambor  <mjambor@suse.cz>
1673
1674         PR ipa/61986
1675         * ipa-cp.c (find_aggregate_values_for_callers_subset): Chain
1676         created replacements in ascending order of offsets.
1677         (known_aggs_to_agg_replacement_list): Likewise.
1678
1679 2014-09-03  Martin Liska  <mliska@suse.cz>
1680
1681         * tree-ssa-sccvn.c (vn_reference_lookup_call): default (NULL) value
1682         is set to set uninitialized value for vnresult.
1683
1684 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1685
1686         * config/nds32/nds32.c (nds32_must_pass_in_stack): New implementation
1687         for TARGET_MUST_PASS_IN_STACK.
1688
1689 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1690
1691         * config/nds32/nds32.c (nds32_arg_partial_bytes): New implementation
1692         for TARGET_ARG_PARTIAL_BYTES.
1693
1694 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1695
1696         * config/nds32/nds32.c (nds32_expand_prologue): Emit stack push
1697         instructions for varargs implementation.
1698         (nds32_expand_epilogue): Emit stack adjustment instructions for
1699         varargs implementation.
1700
1701 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1702
1703         * config/nds32/nds32.c (nds32_expand_prologue): Suppress fp-as-gp
1704         optimization detection.
1705
1706 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1707
1708         * config/nds32/nds32.c (nds32_function_arg): Deal with nameless
1709         arguments.
1710         (nds32_function_arg_advance): Deal with nameless arguments.
1711         * config/nds32/nds32.h (NDS32_ARG_PASS_IN_REG_P): Split it into ...
1712         (NDS32_ARG_ENTIRE_IN_GPR_REG_P): ... this one and ...
1713         (NDS32_ARG_PARTIAL_IN_GPR_REG_P): ... this one.
1714
1715 2014-09-03  Richard Biener  <rguenther@suse.de>
1716
1717         * tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.
1718         (struct bb_bitmap_sets): Remove deferred member.
1719         (BB_DEFERRED): Remove.
1720         (defer_or_phi_translate_block): Remove.
1721         (compute_antic_aux): Remove deferring of blocks, assert
1722         proper iteration order.
1723         (compute_antic): Do not set BB_DEFERRED.
1724         (eliminate): Allocate el_avail of proper size initially.
1725
1726 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1727
1728         * config/nds32/nds32.h (FIRST_PARM_OFFSET): Set proper location
1729         according to the value of crtl->args.pretend_args_size.
1730
1731 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1732
1733         * config/nds32/nds32.c (nds32_compute_stack_frame): Prepare necessary
1734         varargs information.
1735
1736 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1737
1738         * config/nds32/nds32.c (nds32_setup_incoming_varargs): New
1739         implementation for TARGET_SETUP_INCOMING_VARARGS.
1740         (nds32_strict_argument_naming): Refine comment.
1741         * config/nds32/nds32.h (TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT):
1742         Define for future implementation.
1743
1744 2014-09-03  Ilya Tocar  <ilya.tocar@intel.com>
1745
1746         * config/i386/adxintrin.h (_subborrow_u32): New.
1747         (_addcarry_u32): Ditto.
1748         (_subborrow_u64): Ditto.
1749         (_addcarry_u64): Ditto.
1750         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_SBB32,
1751         IX86_BUILTIN_SBB64.
1752         (ix86_init_mmx_sse_builtins): Handle __builtin_ia32_sbb_u32,
1753         __builtin_ia32_sbb_u64
1754
1755 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1756
1757         * config/nds32/nds32.c (nds32_function_arg): Define and rename some
1758         GPR-specific stuff.
1759         (nds32_function_arg_advance): Likewise.
1760         (nds32_init_cumulative_args): Likewise.
1761         * config/nds32/nds32.h (NDS32_MAX_GPR_REGS_FOR_ARGS): Define.
1762         (NDS32_FIRST_GPR_REGNUM): Define.
1763         (NDS32_LAST_GPR_REGNUM): Define.
1764         (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG): Define.
1765         (NDS32_ARG_PASS_IN_REG_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
1766         (FUNCTION_ARG_REGNO_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
1767         (machine_function): Use GRP-specific stuff.
1768
1769 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1770
1771         * config/nds32/nds32.c (nds32_expand_prologue): Remove unused variables.
1772         (nds32_expand_epilogue): Likewise.
1773         (nds32_expand_prologue_v3push): Likewise.
1774         (nds32_expand_epilogue_v3pop): Likewise.
1775
1776 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1777
1778         * config/nds32/nds32.c (nds32_compute_stack_frame): Do not use
1779         v3push/v3pop for variadic function.
1780         * config/nds32/nds32.md (prologue, epilogue): Likewise.
1781
1782 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1783
1784         * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
1785         Check rtx for varargs implementation.
1786         (nds32_output_stack_pop): Likewise.
1787         * config/nds32/nds32-protos.h: Have a rtx argument for
1788         nds32_output_stack_push and nds32_output_stack_pop.
1789         * config/nds32/nds32.md: Likewise.
1790
1791 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1792
1793         * config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
1794         to check if FUNC is an interrupt service routine.
1795         * config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.
1796
1797 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1798
1799         * config/nds32/nds32.h (machine_function): Add some fields for variadic
1800         arguments implementation.
1801
1802 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1803
1804         * config/nds32/nds32-predicates.c
1805         (nds32_valid_stack_push_pop): Rename to ...
1806         (nds32_valid_stack_push_pop_p): ... this.
1807         * config/nds32/nds32-protos.h: Likewise.
1808         * config/nds32/predicates.md: Likewise.
1809
1810 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1811
1812         * config/nds32/nds32.c (nds32_gen_stack_v3push): Rename to ...
1813         (nds32_emit_stack_v3push): ... this.
1814         (nds32_gen_stack_v3pop): Rename to ...
1815         (nds32_emit_stack_v3pop): ... this and consider CFA restore
1816         information.
1817
1818 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1819
1820         * config/nds32/nds32.c (nds32_gen_stack_push_multiple): Rename to ...
1821         (nds32_emit_stack_push_multiple): ... this.
1822         (nds32_gen_stack_pop_multiple): Rename to ...
1823         (nds32_emit_stack_pop_multiple): ... this and consider CFA restore
1824         information.
1825
1826 2014-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1827
1828         PR target/61078
1829         * config/s390/s390.md ("*negdi2_31"): Add s390_split_ok_p check
1830         and add a second splitter to handle the remaining cases.
1831
1832 2014-09-03  Chung-Ju Wu  <jasonwucj@gmail.com>
1833
1834         * config/nds32/nds32.h (PIC_OFFSET_TABLE_REGNUM): Define.
1835
1836 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
1837
1838         * cfgexpand.c (label_rtx_for_bb): Change type to
1839         hash_map<basic_block, rtx_code_label *> *.
1840         (expand_gimple_basic_block): Adjust.
1841         (pass_expand::execute): Likewise.
1842
1843 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
1844
1845         * asan.c, cfgexpand.c, config/alpha/alpha.md, config/arm/arm.c,
1846         config/epiphany/epiphany.md, config/h8300/h8300.c, config/i386/i386.md,
1847         config/m32r/m32r.c, config/mcore/mcore.md, config/mips/mips.c,
1848         config/mips/mips.md, config/nios2/nios2.c, config/pa/pa.c,
1849         config/s390/s390.c, config/s390/s390.md, config/sh/sh-mem.cc,
1850         config/sh/sh.c, config/sparc/sparc.c, dojump.c, function.c, optabs.c,
1851         stmt.c: Assign the result of gen_label_rtx to rtx_code_label * instead
1852         of rtx.
1853
1854 2014-09-02  Trevor Saunders  <tsaunders@mozilla.com>
1855
1856         * alloc-pool.c: Include coretypes.h.
1857         * cgraph.h, dbxout.c, dwarf2out.c, except.c, except.h, function.c,
1858         function.h, symtab.c, tree-cfg.c, tree-eh.c: Use hash_map and
1859         hash_set instead of htab.
1860         * ggc-page.c (in_gc): New variable.
1861         (ggc_free): Do nothing if a collection is taking place.
1862         (ggc_collect): Set in_gc appropriately.
1863         * ggc.h (gt_ggc_mx(const char *)): New function.
1864         (gt_pch_nx(const char *)): Likewise.
1865         (gt_ggc_mx(int)): Likewise.
1866         (gt_pch_nx(int)): Likewise.
1867         * hash-map.h (hash_map::hash_entry::ggc_mx): Likewise.
1868         (hash_map::hash_entry::pch_nx): Likewise.
1869         (hash_map::hash_entry::pch_nx_helper): Likewise.
1870 (hash_map::hash_map): Adjust.
1871 (hash_map::create_ggc): New function.
1872 (gt_ggc_mx): Likewise.
1873 (gt_pch_nx): Likewise.
1874         * hash-set.h (default_hashset_traits::ggc_mx): Likewise.
1875 (default_hashset_traits::pch_nx): Likewise.
1876 (hash_set::hash_entry::ggc_mx): Likewise.
1877 (hash_set::hash_entry::pch_nx): Likewise.
1878 (hash_set::hash_entry::pch_nx_helper): Likewise.
1879 (hash_set::hash_set): Adjust.
1880 (hash_set::create_ggc): New function.
1881 (hash_set::elements): Likewise.
1882 (gt_ggc_mx): Likewise.
1883 (gt_pch_nx): Likewise.
1884         * hash-table.h (hash_table::hash_table): Adjust.
1885 (hash_table::m_ggc): New member.
1886         (hash_table::~hash_table): Adjust.
1887         (hash_table::expand): Likewise.
1888         (hash_table::empty): Likewise.
1889 (gt_ggc_mx): New function.
1890         (hashtab_entry_note_pointers): Likewise.
1891 (gt_pch_nx): Likewise.
1892
1893 2014-09-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1894
1895         * config/rs6000/rs6000-builtin.def (XVCVSXDDP_SCALE):  New
1896         built-in definition.
1897         (XVCVUXDDP_SCALE): Likewise.
1898         (XVCVDPSXDS_SCALE): Likewise.
1899         (XVCVDPUXDS_SCALE): Likewise.
1900         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins):  Add
1901         entries for VSX_BUILTIN_XVCVSXDDP_SCALE,
1902         VSX_BUILTIN_XVCVUXDDP_SCALE, VSX_BUILTIN_XVCVDPSXDS_SCALE, and
1903         VSX_BUILTIN_XVCVDPUXDS_SCALE.
1904         * config/rs6000/rs6000-protos.h (rs6000_scale_v2df): New
1905         prototype.
1906         * config/rs6000/rs6000.c (real.h): New include.
1907         (rs6000_scale_v2df): New function.
1908         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSXDDP): New unspec.
1909         (UNSPEC_VSX_XVCVUXDDP): Likewise.
1910         (UNSPEC_VSX_XVCVDPSXDS): Likewise.
1911         (UNSPEC_VSX_XVCVDPUXDS): Likewise.
1912         (vsx_xvcvsxddp_scale): New define_expand.
1913         (vsx_xvcvsxddp): New define_insn.
1914         (vsx_xvcvuxddp_scale): New define_expand.
1915         (vsx_xvcvuxddp): New define_insn.
1916         (vsx_xvcvdpsxds_scale): New define_expand.
1917         (vsx_xvcvdpsxds): New define_insn.
1918         (vsx_xvcvdpuxds_scale): New define_expand.
1919         (vsx_xvcvdpuxds): New define_insn.
1920         * doc/extend.texi (vec_ctf): Add new prototypes.
1921         (vec_cts): Likewise.
1922         (vec_ctu): Likewise.
1923         (vec_splat): Likewise.
1924         (vec_div): Likewise.
1925         (vec_mul): Likewise.
1926
1927 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1928
1929         PR target/62275
1930         * config/arm/neon.md
1931         (neon_vcvt<NEON_VCVT:nvrint_variant><su_optab><VCVTF:mode>
1932         <v_cmp_result>): New pattern.
1933         * config/arm/iterators.md (NEON_VCVT): New int iterator.
1934         * config/arm/arm_neon_builtins.def (vcvtav2sf, vcvtav4sf, vcvtauv2sf,
1935         vcvtauv4sf, vcvtpv2sf, vcvtpv4sf, vcvtpuv2sf, vcvtpuv4sf, vcvtmv2sf,
1936         vcvtmv4sf, vcvtmuv2sf, vcvtmuv4sf): New builtin definitions.
1937         * config/arm/arm.c (arm_builtin_vectorized_function): Handle
1938         BUILT_IN_LROUNDF, BUILT_IN_LFLOORF, BUILT_IN_LCEILF.
1939
1940 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1941
1942         PR target/62275
1943         * config/arm/iterators.md (FIXUORS): New code iterator.
1944         (VCVT): New int iterator.
1945         (su_optab): New code attribute.
1946         (su): Likewise.
1947         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): New pattern.
1948
1949 2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1950
1951         * config/aarch64/predicates.md (aarch64_comparison_operation):
1952         New special predicate.
1953         * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use
1954         aarch64_comparison_operation instead of matching an operator.
1955         Update operand numbers.
1956         (csinc3<mode>_insn): Likewise.
1957         (*csinv3<mode>_insn): Likewise.
1958         (*csneg3<mode>_insn): Likewise.
1959         (ffs<mode>2): Update gen_csinc3<mode>_insn callsite.
1960         * config/aarch64/aarch64.c (aarch64_get_condition_code):
1961         Return -1 instead of aborting on invalid condition codes.
1962         (aarch64_print_operand): Update aarch64_get_condition_code callsites
1963         to assert that the returned condition code is valid.
1964         * config/aarch64/aarch64-protos.h (aarch64_get_condition_code): Export.
1965
1966 2014-09-02  Aldy Hernandez  <aldyh@redhat.com>
1967
1968         * Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
1969         tree.def, and gimple.def
1970
1971 2014-09-02  Jakub Jelinek  <jakub@redhat.com>
1972             Balaji V. Iyer  <balaji.v.iyer@intel.com>
1973             Igor Zamyatin  <igor.zamyatin@intel.com>
1974
1975         * cilk-builtins.def (__cilkrts_cilk_for_32): New.
1976         (__cilkrts_cilk_for_64): Likewise.
1977         * cilk-common.c (declare_cilk_for_builtin): New function.
1978         (cilk_init_builtins): Declare __cilkrts_cilk_for_32 and
1979         __cilkrts_cilk_for_64 bultins.
1980         * cilk.h (enum cilk_tree_index): Added CILK_TI_F_LOOP_32 and
1981         CILK_TI_F_LOOP_64.
1982         (cilk_for_32_fndecl): New define.
1983         (cilk_for_64_fndecl): Likewise.
1984         * gimple-pretty-print.c (dump_gimple_omp_for): Correct hadling of
1985         GF_OMP_FOR_KIND_CILKFOR cases; Added NE_EXPR case.
1986         * gimple.h (enum gf_mask): Added GF_OMP_FOR_KIND_CILKFOR; adjusted
1987         GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED,
1988         GF_OMP_FOR_COMBINED_INTO.
1989         * gimplify.c (gimplify_scan_omp_clauses): Added
1990         OMP_CLAUSE__CILK_FOR_COUNT_ case.
1991         (gimplify_adjust_omp_clauses): Ditto.
1992         (gimplify_omp_for): Added CILK_FOR case.
1993         (gimplify_expr): Ditto.
1994         * omp-low.c: Include cilk.h.
1995         (extract_omp_for_data): Set appropriate kind for
1996         GF_OMP_FOR_KIND_CILKFOR; added check for GF_OMP_FOR_KIND_CILKFOR.
1997         (scan_sharing_clauses): Added OMP_CLAUSE__CILK_FOR_COUNT_ cases.
1998         (create_omp_child_function_name): Added second argument to handle
1999         cilk_for case.
2000         (cilk_for_check_loop_diff_type): New function.
2001         (expand_cilk_for_call): Likewise.
2002         (expand_cilk_for): Likewise.
2003         (create_omp_child_function): Set cilk_for_count; handle the cases when
2004         it is true; call create_omp_child_function_name with second argument.
2005         (expand_omp_taskreg): Set is_cilk_for and handle cases when it's true.
2006         (expand_omp_for): Handle case of GF_OMP_FOR_KIND_CILKFOR.
2007         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__CILK_FOR_COUNT_.
2008         * tree-nested.c (convert_nonlocal_omp_clauses): Added
2009         OMP_CLAUSE__CILK_FOR_COUNT_ case.
2010         (convert_local_omp_clauses): Ditto.
2011         * tree-pretty-print.c (dump_omp_clause): Added
2012         OMP_CLAUSE__CILK_FOR_COUNT_ and OMP_CLAUSE_SCHEDULE_CILKFOR cases.
2013         (dump_generic_node): Added CILK_FOR case.
2014         * tree.c (omp_clause_num_ops): New element
2015         OMP_CLAUSE__CILK_FOR_COUNT_ (1).
2016         (omp_clause_code_name): New element _Cilk_for_count_.
2017         (walk_tree_1): Added OMP_CLAUSE__CILK_FOR_COUNT_ case.
2018         * tree.def: Add tree code for CILK_FOR.
2019
2020 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2021
2022         * config/rs6000/40x.md (ppc403-integer): Move "exts" to "no dot".
2023         (ppc403-compare): Add "exts with dot" case.
2024         * config/rs6000/440.md (ppc440-integer, ppc440-compare): As above.
2025         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Ditto.
2026         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Ditto.
2027         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Ditto.
2028         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Ditto.
2029         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Ditto.
2030         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Ditto.
2031         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
2032         cell-cmp-microcoded): Similarly.
2033         * config/rs6000/e300c2c3.md (ppce300c3_iu, ppce300c3_cmp): As before.
2034         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Ditto.
2035         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Ditto.
2036         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Ditto.
2037         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Ditto.
2038         * config/rs6000/power4.md (power4-integer, power4-compare): Ditto.
2039         * config/rs6000/power5.md (power5-integer, power5-compare): Ditto.
2040         * config/rs6000/power6.md (power6-exts): Add "no dot" condition.
2041         (power6-compare): Add "exts with dot" case.
2042         * config/rs6000/power7.md (power7-integer, power7-compare): As before.
2043         * config/rs6000/power8.md (power8-1cyc, power8-compare): Ditto.
2044         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Ditto.
2045
2046         * config/rs6000/predicates.md (lwa_operand): Don't allow memory
2047         if avoiding Cell microcode.
2048         * config/rs6000/rs6000.c (rs6000_adjust_cost): Handle exts+dot case.
2049         (is_cracked_insn): Ditto.
2050         (insn_must_be_first_in_group): Ditto.
2051         * config/rs6000/rs6000.md (dot): Adjust comment.
2052         (cell_micro): Handle exts+dot.
2053         (extendqidi2, extendhidi2, extendsidi2, *extendsidi2_lfiwax,
2054         *extendsidi2_nocell, *extendsidi2_nocell, extendqisi2, extendqihi2,
2055         extendhisi2, 16 anonymous instructions, and 12 splitters): Delete.
2056         (extendqi<mode>2, *extendqi<mode>2_dot, *extendqi<mode>2_dot2,
2057         extendhi<mode>2, *extendhi<mode>2, *extendhi<mode>2_noload,
2058         *extendhi<mode>2_dot, *extendhi<mode>2_dot2, extendsi<mode>2,
2059         *extendsi<mode>2_dot, *extendsi<mode>2_dot2): New.
2060
2061 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2062
2063         * config/rs6000/rs6000.md (QHSI): Delete.
2064         (EXTQI, EXTHI, EXTSI): New mode iterators.
2065         (zero_extend<mode>di2, *zero_extend<mode>di2_internal1,
2066         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
2067         *zero_extendsidi2_lfiwzx, zero_extendqisi2, zero_extendhisi2,
2068         9 anonymous instructions, and 8 splitters): Delete.
2069         (zero_extendqi<mode>2, *zero_extendqi<mode>2_dot,
2070         *zero_extendqi<mode>2_dot2, zero_extendhi<mode>2,
2071         *zero_extendhi<mode>2_dot, *zero_extendhi<mode>2_dot2,
2072         zero_extendsi<mode>2, *zero_extendsi<mode>2_dot,
2073         *zero_extendsi<mode>2_dot2): New.
2074
2075 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2076
2077         * config/rs6000/rs6000.md (any_extend): New code iterator.
2078         (u, su): New code attributes.
2079         (dmode, DMODE): New mode attributes.
2080         (<su>mul<mode>3_highpart): New.
2081         (*<su>mul<mode>3_highpart): New.
2082         (<su>mulsi3_highpart_le): New.
2083         (<su>muldi3_highpart_le): New.
2084         (<su>mulsi3_highpart_64): New.
2085         (<u>mul<mode><dmode>3): New.
2086         (mulsidi3, umulsidi3, smulsi3_highpart, umulsi3_highpart, and two
2087         splitters): Delete.
2088         (mulditi3, umulditi3, smuldi3_highpart, umuldi3_highpart, and two
2089         splitters): Delete.
2090
2091 2014-09-02  Segher Boessenkool  <segher@kernel.crashing.org>
2092
2093         * config/rs6000/rs6000.md (mulsi3, *mulsi3_internal1,
2094         *mulsi3_internal2, and two splitters): Delete.
2095         (muldi3, *muldi3_internal1, *muldi3_internal2, and two splitters):
2096         Delete.
2097         (mul<mode>3, mul<mode>3_dot, mul<mode>3_dot2): New.
2098
2099 2014-09-02  Richard Biener  <rguenther@suse.de>
2100
2101         PR tree-optimization/62695
2102         * tree-ssa-structalias.c (find_func_clobbers): Add missing
2103         vector truncate.
2104
2105 2014-09-01  Oleg Endo  <olegendo@gcc.gnu.org>
2106
2107         PR target/62312
2108         * config/sh/sh.md (*cmp_div0s_0): Add missing constraints.
2109
2110 2014-09-01  Andi Kleen  <ak@linux.intel.com>
2111
2112         * file-find.c (add_prefix_begin): Add.
2113         (do_add_prefix): Rename from add_prefix with first argument.
2114         (add_prefix): Add new wrapper.
2115         * file-find.h (add_prefix_begin): Add.
2116         * gcc-ar.c (main): Support -B option.
2117
2118 2014-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2119
2120         * genemit.c: Include dumpfile.h.
2121         (gen_split): Print name of splitter function to dump file.
2122
2123 2014-09-01  Richard Biener  <rguenther@suse.de>
2124
2125         * tree-ssa-struct-aliases.c (find_func_aliases_for_builtin_call):
2126         Use stack auto_vecs for constraint expressions.
2127         (find_func_aliases_for_call): Likewise.
2128         (find_func_aliases): Likewise.
2129         (find_func_clobbers): Likewise.
2130
2131 2014-09-01  Richard Biener  <rguenther@suse.de>
2132
2133         * tree-ssa-pre.c (phi_translate_1): Avoid re-allocating the
2134         operands vector in most cases.  Remove redundant code.
2135
2136 2014-09-01  Olivier Hainque  <hainque@adacore.com>
2137
2138         * config/vxworksae.h (VXWORKSAE_TARGET_DIR): Rely on
2139         $WIND_BASE instead of designating a harcoded arbitrary home dir.
2140         (VXWORKS_ADDITIONAL_CPP_SPEC): Adjust callers.
2141
2142 2014-09-01  Richard Biener  <rguenther@suse.de>
2143
2144         * tree-ssa-sccvn.h (copy_reference_ops_from_ref,
2145         copy_reference_ops_from_call, vn_nary_op_compute_hash,
2146         vn_reference_compute_hash, vn_reference_insert): Remove.
2147         (vn_reference_lookup_call): New function.
2148         * tree-ssa-sccvn.c (vn_reference_compute_hash,
2149         copy_reference_ops_from_ref, copy_reference_ops_from_call,
2150         vn_reference_insert, vn_nary_op_compute_hash): Make static.
2151         (create_reference_ops_from_call): Remove.
2152         (vn_reference_lookup_3): Properly update shared_lookup_references.
2153         (vn_reference_lookup_pieces): Assert that we updated
2154         shared_lookup_references properly.
2155         (vn_reference_lookup): Likewise.
2156         (vn_reference_lookup_call): New function.
2157         (visit_reference_op_call): Use it.  Avoid re-building the
2158         reference ops.
2159         (visit_reference_op_load): Remove redundant lookup.
2160         (visit_reference_op_store): Perform special tail-merging work
2161         only when possibly doing tail-merging.
2162         (visit_use): Likewise.
2163         * tree-ssa-pre.c (compute_avail): Use vn_reference_lookup_call.
2164
2165 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
2166
2167         PR target/62025
2168         * sched-deps.c (add_or_update_dep_1): If ask_dependency_caches
2169         returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.
2170         (find_inc): Revert 2014-08-13 change.
2171
2172 2014-09-01  Marek Polacek  <polacek@redhat.com>
2173
2174         PR middle-end/61903
2175         * expmed.c (store_fixed_bit_field_1): Shift UHWI 1 instead of HWI 1.
2176         Change the type of V to unsigned HOST_WIDE_INT.
2177
2178 2014-09-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2179
2180         * tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about
2181         the size of byte markers.
2182         (do_shift_rotate): Fix confusion between host, target and marker byte
2183         size.
2184         (verify_symbolic_number_p): Likewise.
2185         (find_bswap_or_nop_1): Likewise.
2186         (find_bswap_or_nop): Likewise.
2187
2188 2014-09-01  Olivier Hainque  <hainque@adacore.com>
2189
2190         * Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA,
2191         INSTALL_SCRIPT and INSTALL_PROGRAM as well.
2192
2193 2014-09-01  Jakub Jelinek  <jakub@redhat.com>
2194
2195         * config/gnu-user.h (LIBLSAN_EARLY_SPEC): Define.
2196         * gcc.c (LIBLSAN_SPEC, LIBLSAN_EARLY_SPEC): Follow LIBTSAN*_SPEC.
2197         (SANITIZER_EARLY_SPEC): Include LIBLSAN_EARLY_SPEC for -fsanitize=leak.
2198
2199 2014-09-01  Yury Gribov  <y.gribov@samsung.com>
2200
2201         PR sanitizer/61897
2202         PR sanitizer/62140
2203         * asan.c (asan_mem_ref_get_end): Handle non-ptroff_t lengths.
2204         (build_check_stmt): Likewise.
2205         (instrument_strlen_call): Likewise.
2206         (asan_expand_check_ifn): Likewise and fix types.
2207         (maybe_cast_to_ptrmode): New function.
2208
2209 2014-09-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2210
2211         * config/mcore/mcore.c (try_constant_tricks): Fix declaration.
2212
2213 2014-08-31  Gerald Pfeifer  <gerald@pfeifer.com>
2214
2215         * doc/generic.texi (Deficiencies): Add note on exemplary mistakes.
2216
2217 2014-08-30  John David Anglin  <danglin@gcc.gnu.org>
2218
2219         * config/pa/pa.c (pa_assemble_integer): Don't add PLABEL relocation
2220         prefix to function labels when generating fast indirect calls.
2221
2222 2014-08-30  David Malcolm  <dmalcolm@redhat.com>
2223
2224         PR bootstrap/62304
2225
2226         * gcc/reorg.c (skip_consecutive_labels): Convert return type and
2227         param back from rtx_insn * to rtx.  Rename param from "label" to
2228         "label_or_return", reintroducing "label" as an rtx_insn * after
2229         we've ensured it's not a RETURN.
2230         (first_active_target_insn): Likewise for return type and param;
2231         add a checked cast to rtx_insn * once we've ensured "insn" is not
2232         a RETURN.
2233         (steal_delay_list_from_target): Convert param "pnew_thread" back
2234         from rtx_insn ** to rtx *.  Replace use of JUMP_LABEL_AS_INSN
2235         with JUMP_LABEL.
2236         (own_thread_p): Convert param "thread" back from an rtx_insn * to
2237         an rtx.  Introduce local rtx_insn * "thread_insn" with a checked
2238         cast once we've established we're not dealing with a RETURN,
2239         renaming subsequent uses of "thread" to "thread_insn".
2240         (fill_simple_delay_slots): Convert uses of JUMP_LABEL_AS_INSN back
2241         to JUMP_LABEL.
2242         (follow_jumps): Convert return type and param "label" from
2243         rtx_insn * back to rtx.  Move initialization of "value" to after
2244         the handling for ANY_RETURN_P, adding a checked cast there to
2245         rtx_insn *.  Convert local rtx_insn * "this_label" to an rtx and
2246         rename to "this_label_or_return", reintroducing "this_label" as
2247         an rtx_insn * once we've handled the case where it could be an
2248         ANY_RETURN_P.
2249         (fill_slots_from_thread): Rename param "thread" to
2250         "thread_or_return", converting from an rtx_insn * back to an rtx.
2251         Reintroduce name "thread" as an rtx_insn * local with a checked
2252         cast once we've handled the case of it being an ANY_RETURN_P.
2253         Convert local "new_thread" from an rtx_insn * back to an rtx.
2254         Add a checked cast when assigning to "trial" from "new_thread".
2255         Convert use of JUMP_LABEL_AS_INSN back to JUMP_LABEL.  Add a
2256         checked cast to rtx_insn * from "new_thread" when invoking
2257         get_label_before.
2258         (fill_eager_delay_slots): Convert locals "target_label",
2259         "insn_at_target" from rtx_insn * back to rtx.
2260         Convert uses of JUMP_LABEL_AS_INSN back to JUMP_LABEL.
2261         (relax_delay_slots): Convert locals "trial", "target_label" from
2262         rtx_insn * back to rtx.  Convert uses of JUMP_LABEL_AS_INSN back
2263         to JUMP_LABEL.  Add a checked cast to rtx_insn * on "trial" when
2264         invoking update_block.
2265         (dbr_schedule): Convert use of JUMP_LABEL_AS_INSN back to
2266         JUMP_LABEL; this removes all JUMP_LABEL_AS_INSN from reorg.c.
2267
2268         * resource.h (mark_target_live_regs): Undo erroneous conversion
2269         of second param of r214693, converting it back from rtx_insn * to
2270         rtx, since it could be a RETURN.
2271
2272         * resource.c (find_dead_or_set_registers): Similarly, convert
2273         param "jump_target" back from an rtx_insn ** to an rtx *, as we
2274         could be writing back a RETURN.  Rename local rtx_insn * "next" to
2275         "next_insn", and introduce "lab_or_return" as a local rtx,
2276         handling the case where JUMP_LABEL (this_jump_insn) is a RETURN.
2277         (mark_target_live_regs): Undo erroneous conversion
2278         of second param of r214693, converting it back from rtx_insn * to
2279         rtx, since it could be a RETURN.  Rename it from "target" to
2280         "target_maybe_return", reintroducing the name "target" as a local
2281         rtx_insn * with a checked cast, after we've handled the case of
2282         ANY_RETURN_P.
2283
2284 2014-08-29  DJ Delorie  <dj@redhat.com>
2285
2286         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Round
2287         pointer size up to a power of two.
2288         * defaults.h (DWARF2_ADDR_SIZE): Round up.
2289         (POINTER_SIZE_UNITS): New, rounded up value.
2290         * dwarf2asm.c (size_of_encoded_value): Use it.
2291         (dw2_output_indirect_constant_1): Likewise.
2292         * expmed.c (init_expmed_one_conv): We now know the sizes of
2293         partial int modes.
2294         * loop-iv.c (iv_number_of_iterations): Use precision, not size.
2295         * optabs.c (expand_float): Use precision, not size.
2296         (expand_fix): Likewise.
2297         * simplify-rtx (simplify_unary_operation_1): Likewise.
2298         * tree-dfa.c (get_ref_base_and_extent): Likewise.
2299         * varasm.c (assemble_addr_to_section): Round up pointer sizes.
2300         (default_assemble_integer) Likewise.
2301         (dump_tm_clone_pairs): Likewise.
2302         * dwarf2out.c (mem_loc_descriptor): Allow partial-int modes also.
2303         * var-tracking.c (adjust_mems): Allow partial-int modes also.
2304         (prepare_call_arguments): Likewise.
2305         * stor-layout.c (finalize_type_size): Preserve precision.
2306         (layout_type): Use precision, not size.
2307
2308         * expr.c (convert_move): If the target has an explicit converter,
2309         use it.
2310
2311 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
2312
2313         * gdbinit.in: Skip various inline functions in rtl.h when
2314         stepping.
2315
2316 2014-08-29  Richard Sandiford  <richard.sandiford@arm.com>
2317
2318         PR bootstrap/62301
2319         * rtlanal.c (rtx_referenced_p): Fix typo in LABEL_P call.
2320
2321 2014-08-29  Richard Biener  <rguenther@suse.de>
2322
2323         PR tree-optimization/62291
2324         * tree-ssa-pre.c (sorted_array_from_bitmap_set): Reserve
2325         exactly the vector size needed and use quick_push.
2326         (phi_translate_1): Adjust comment.
2327         (valid_in_sets): Remove block argument and remove pointless
2328         checking of NAMEs.
2329         (dependent_clean): Adjust for removal of block argument.
2330         (clean): Likewise.
2331         (compute_antic_aux): Likewise.
2332         (compute_partial_antic_aux): Likewise.
2333
2334 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2335             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
2336             Anna Tikhonova  <anna.tikhonova@intel.com>
2337             Ilya Tocar  <ilya.tocar@intel.com>
2338             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2339             Ilya Verbin  <ilya.verbin@intel.com>
2340             Kirill Yukhin  <kirill.yukhin@intel.com>
2341             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2342
2343         * config/i386/sse.md
2344         (define_insn "avx2_interleave_highv4di<mask_name>"): Add masking.
2345         (define_insn "vec_interleave_highv2di<mask_name>"): Ditto.
2346         (define_insn "avx2_interleave_lowv4di<mask_name>"): Ditto.
2347         (define_insn "vec_interleave_lowv2di<mask_name>"): Ditto.
2348
2349 2014-08-29  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2350             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
2351             Anna Tikhonova  <anna.tikhonova@intel.com>
2352             Ilya Tocar  <ilya.tocar@intel.com>
2353             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2354             Ilya Verbin  <ilya.verbin@intel.com>
2355             Kirill Yukhin  <kirill.yukhin@intel.com>
2356             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
2357
2358         * config/i386/i386-modes.def: Add V12QI, V14QI, V6HI modes.
2359         * config/i386/sse.md
2360         (define_mode_iterator VI4_128_8_256): New.
2361         (define_mode_iterator VI2_128_4_256): Ditto.
2362         (define_mode_iterator PMOV_DST_MODE): Rename into
2363         (define_mode_iterator PMOV_DST_MODE_1): this.
2364         (define_insn "*avx512f_<code><pmov_src_lower><mode>2"):
2365         Use PMOV_DST_MODE_1 mode iterator.
2366         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
2367         Ditto.
2368         (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
2369         Ditto.
2370         (define_insn "*avx512bw_<code>v32hiv32qi2"): New.
2371         (define_insn "avx512bw_<code>v32hiv32qi2_mask"): Ditto.
2372         (define_expand "avx512bw_<code>v32hiv32qi2_store_mask"): Ditto.
2373         (define_mode_iterator PMOV_DST_MODE_2): New.
2374         (define_insn "*avx512vl_<code><ssedoublemodelower><mode>2"): Ditto.
2375         (define_insn "<avx512>_<code><ssedoublemodelower><mode>2_mask"): Ditto.
2376         (define_expand "<avx512>_<code><ssedoublemodelower><mode>2_store_mask"):
2377         Ditto.
2378         (define_mode_iterator PMOV_SRC_MODE_3): Ditto.
2379         (define_mode_attr pmov_dst_3): Ditto.
2380         (define_mode_attr pmov_dst_zeroed_3): Ditto.
2381         (define_mode_attr pmov_suff_3): Ditto.
2382         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>qi2"): Ditto.
2383         (define_insn "*avx512vl_<code>v2div2qi2_store"): Ditto.
2384         (define_insn "avx512vl_<code>v2div2qi2_mask"): Ditto.
2385         (define_insn "avx512vl_<code>v2div2qi2_store_mask"): Ditto.
2386         (define_insn "*avx512vl_<code><mode>v4qi2_store"): Ditto.
2387         (define_insn "avx512vl_<code><mode>v4qi2_mask"): Ditto.
2388         (define_insn "avx512vl_<code><mode>v4qi2_store_mask"): Ditto.
2389         (define_insn "*avx512vl_<code><mode>v8qi2_store"): Ditto.
2390         (define_insn "avx512vl_<code><mode>v8qi2_mask"): Ditto.
2391         (define_insn "avx512vl_<code><mode>v8qi2_store_mask"): Ditto.
2392         (define_mode_iterator PMOV_SRC_MODE_4): Ditto.
2393         (define_mode_attr pmov_dst_4): Ditto.
2394         (define_mode_attr pmov_dst_zeroed_4): Ditto.
2395         (define_mode_attr pmov_suff_4): Ditto.
2396         (define_insn "*avx512vl_<code><mode>v<ssescalarnum>hi2"): Ditto.
2397         (define_insn "*avx512vl_<code><mode>v4hi2_store"): Ditto.
2398         (define_insn "avx512vl_<code><mode>v4hi2_mask"): Ditto.
2399         (define_insn "avx512vl_<code><mode>v4hi2_store_mask"): Ditto.
2400         (define_insn "*avx512vl_<code>v2div2hi2_store"): Ditto.
2401         (define_insn "avx512vl_<code>v2div2hi2_mask"): Ditto.
2402         (define_insn "avx512vl_<code>v2div2hi2_store_mask"): Ditto.
2403         (define_insn "*avx512vl_<code>v2div2si2"): Ditto.
2404         (define_insn "*avx512vl_<code>v2div2si2_store"): Ditto.
2405         (define_insn "avx512vl_<code>v2div2si2_mask"): Ditto.
2406         (define_insn "avx512vl_<code>v2div2si2_store_mask"): Ditto.
2407
2408 2014-08-29  Richard Biener  <rguenther@suse.de>
2409
2410         * tree-cfg.c (verify_gimple_assign_unary): Do not allow
2411         NON_LVALUE_EXPR in gimple.
2412
2413 2014-08-29  Richard Biener  <rguenther@suse.de>
2414
2415         PR middle-end/62292
2416         * gimple-fold.c (gimple_fold_builtin_strcpy): Fix error
2417         from previous refactoring.
2418         (gimple_fold_builtin_strncpy): Likewise.
2419
2420 2014-08-29  David Malcolm  <dmalcolm@redhat.com>
2421
2422         PR bootstrap/62300
2423         * function.c (assign_parm_setup_reg): Remove erroneous checked
2424         cast to rtx_insn * on result of gen_extend_insn in favor of
2425         introducing a new local rtx "pat".
2426
2427 2014-08-29  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2428
2429         * config/mep/mep-pragma.c (mep_pragma_coprocessor_subclass): Rework
2430         to silence warning.
2431         * config/mep/mep.c (VECTOR_TYPE_P): Remove duplicate definition.
2432
2433 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2434
2435         * rtl.h (previous_insn): Strengthen param from rtx to rtx_insn *.
2436         (next_insn): Likewise.
2437         * emit-rtl.c (next_insn): Likewise.
2438         (previous_insn): Likewise.
2439         * config/pa/pa.c (remove_useless_addtr_insns): Strenghten locals
2440         "insn" and "next" from rtx to rtx_insn *.
2441         * config/picochip/picochip.c (picochip_reorg): Likewise for locals
2442         "insn", "insn1", "vliw_start",  "prologue_end_note",
2443         "last_insn_in_packet".
2444
2445 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2446
2447         * shrink-wrap.h (active_insn_between): Strengthen both params from
2448         rtx to rtx_insn *.
2449         * function.c (active_insn_between): Likewise.
2450
2451 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2452
2453         * genattr.c (main): When writing out insn-attr.h, strengthen param
2454         of dfa_clear_single_insn_cache from rtx to rtx_insn *.
2455         * genautomata.c (output_dfa_clean_insn_cache_func): Likewise when
2456         writing out the definition of dfa_clear_single_insn_cache to the
2457         generated insn-automata.c
2458
2459 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2460
2461         * resource.h (clear_hashed_info_for_insn): Strengthen param from
2462         rtx to rtx_insn *.
2463         (incr_ticks_for_insn): Likewise.
2464         (init_resource_info): Likewise.
2465
2466         * resource.c (init_resource_info): Likewise.
2467         (clear_hashed_info_for_insn): Likewise.
2468         (incr_ticks_for_insn): Likewise.
2469
2470         * reorg.c (delete_scheduled_jump): Strengthen param "insn" from
2471         rtx to rtx_insn *.
2472         (steal_delay_list_from_target): Use methods of "seq".
2473         (try_merge_delay_insns): Use methods of "merged_insns".
2474         (update_block): Strengthen param "insn" from rtx to rtx_insn *.
2475         (reorg_redirect_jump): Likewise for param "jump".
2476
2477 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2478
2479         * insn-addr.h (insn_addresses_new): Strengthen param "insn" from
2480         rtx to rtx_insn *.
2481         * config/s390/s390.c (s390_split_branches): Eliminate top-level
2482         local rtx "tmp", in favor of new local rtx "mem" and rtx_insn *
2483         "set_insn".
2484         (s390_mainpool_finish): In three places, split out a local rtx
2485         "insn" into a local rtx - "set" or "pat" - and a rtx_insn *
2486         "insn".  Strengthen local "pool_end" from rtx to rtx_code_label *
2487          and split another local rtx "insn" out into rtx "pat" and
2488         rtx_insn * "insn".
2489         * config/sh/sh.c (output_branchy_insn): Rather than working
2490         directly on operands[9], introduce local rtx_code_label *
2491         variables named "lab" in two places, working on them, and then
2492         assigning them to operands[9], so that the intervening operations
2493         are known by the type system to be on insns.
2494
2495 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2496
2497         * rtl.h (INSN_HAS_LOCATION): Strengthen param from const_rtx to
2498         const rtx_insn *.
2499
2500         * print-rtl.c (print_rtx): Add checked cast to const rtx_insn *
2501         in invocation of INSN_HAS_LOCATION.
2502
2503 2014-08-28  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2504
2505         * config/rs6000/altivec.h (vec_xl): New #define.
2506         (vec_xst): Likewise.
2507         * config/rs6000/rs6000-builtin.def (XXSPLTD_V2DF): New built-in.
2508         (XXSPLTD_V2DI): Likewise.
2509         (DIV_V2DI): Likewise.
2510         (UDIV_V2DI): Likewise.
2511         (MUL_V2DI): Likewise.
2512         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2513         entries for VSX_BUILTIN_XVRDPI, VSX_BUILTIN_DIV_V2DI,
2514         VSX_BUILTIN_UDIV_V2DI, VSX_BUILTIN_MUL_V2DI,
2515         VSX_BUILTIN_XXSPLTD_V2DF, and VSX_BUILTIN_XXSPLTD_V2DI).
2516         * config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTD): New unspec.
2517         (UNSPEC_VSX_DIVSD): Likewise.
2518         (UNSPEC_VSX_DIVUD): Likewise.
2519         (UNSPEC_VSX_MULSD): Likewise.
2520         (vsx_mul_v2di): New insn-and-split.
2521         (vsx_div_v2di): Likewise.
2522         (vsx_udiv_v2di): Likewise.
2523         (vsx_xxspltd_<mode>): New insn.
2524
2525 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2526
2527         * rtl.h (RTX_PREV): Added checked casts to uses of PREV_INSN and
2528         NEXT_INSN.
2529         (PREV_INSN): Strengthen param from const_rtx to const rtx_insn *.
2530         (NEXT_INSN): Likewise.
2531         (JUMP_LABEL_AS_INSN): Add a "const" modifier to param.
2532         (reg_used_between_p): Strengthen params 2 and 3 from const_rtx to
2533         const rtx_insn *.
2534         (no_labels_between_p): Likewise for both params.
2535
2536         * config/aarch64/aarch64.c (aarch64_output_casesi): Add a checked
2537         cast when using NEXT_INSN on operands[2].
2538         * config/alpha/alpha.c (alpha_set_memflags): Strengthen local
2539         "insn" from rtx to rtx_insn *, adding a checked cast.
2540         (alpha_handle_trap_shadows): Strengthen locals "i", "n" from rtx to
2541         rtx_insn *.
2542         * config/arc/arc-protos.h (arc_ccfsm_record_condition): Likewise
2543         for third param.
2544         (arc_text_label): Likewise for param "insn".
2545         * config/arc/arc.c (arc_expand_epilogue): Likewise for local
2546         "insn".
2547         (arc_ccfsm_record_condition): Likewise for param "jump".
2548         (arc_text_label): Likewise for local "label".
2549         * config/arc/arc.md (doloop_begin_i): Likewise for local "scan".
2550         Introduce a local "seq" via a dyn_cast to rtx_sequence *, and use
2551         a method for typesafety.  Add a checked cast.
2552         * config/arc/constraints.md (Clb): Add a checked cast when getting
2553         the CODE_LABEL from a LABEL_REF.
2554         * config/arm/arm.c (require_pic_register): Strengthen locals
2555         "seq", "insn" from rtx to rtx_insn *.
2556         (create_fix_barrier): Likewise for locals "selected", "next".
2557         (thumb1_reorg): Likewise for locals "prev", "insn".
2558         (arm_expand_prologue): Likewise for local "last".
2559         (thumb1_output_casesi): Add a checked cast when using NEXT_INSN on
2560         operands[0].
2561         (thumb2_output_casesi): Likewise for operands[2].
2562         * config/avr/avr-log.c (avr_log_vadump): Within 'L' case,
2563         strengthen local "insn" from rtx to rtx_insn *.
2564         * config/bfin/bfin.c (find_next_insn_start): Likewise for return
2565         type and param "insn".
2566         (find_prev_insn_start): Likewise.
2567         (hwloop_optimize): Likewise for locals "insn", "last_insn",
2568         "prev".
2569         (gen_one_bundle): Likewise for loal "t".
2570         (find_load): Likewise for param "insn".
2571         (workaround_speculation): Likewise for locals "insn", "next",
2572         "target", "next_tgt".
2573         * config/c6x/c6x.c (assign_reservations): Likewise for both params
2574         and for locals "insn", "within", "last".
2575         (count_unit_reqs): Likewise for params "head", "tail" and local
2576         "insn".
2577         (try_rename_operands): Likewise for params "head", "tail".
2578         (reshuffle_units): Likewise for locals "head", "tail", "insn".
2579         (struct c6x_sched_context): Likewise for fields
2580         "last_scheduled_insn", "last_scheduled_iter0".
2581         (init_sched_state): Replace NULL_RTX with NULL.
2582         (reorg_split_calls): Strengthen local "new_cycle_first" from rtx
2583         to rtx_insn *.
2584         (undo_split_delayed_nonbranch): Likewise for param and for local
2585         "prev".
2586         (conditionalize_after_sched): Likewise for local "insn".
2587         (bb_earliest_end_cycle): Likewise.
2588         (filter_insns_above): Likewise for locals "insn", "next".
2589         (hwloop_optimize): Remove redundant checked cast.
2590         (hwloop_fail): Strengthen local "t" from rtx to rtx_insn *.
2591         * config/cris/cris.c (cris_initial_frame_pointer_offset): Replace
2592         NULL_RTX with NULL.
2593         (cris_simple_epilogue): Likewise.
2594         (cris_expand_prologue): Likewise.
2595         (cris_expand_epilogue): Likewise.
2596         * config/frv/frv.c (frv_function_contains_far_jump): Strengthen
2597         local "insn" from rtx to rtx_insn *.
2598         (frv_ifcvt_modify_tests): Likewise for locals "last_insn", "insn".
2599         (struct frv_packet_group): Likewise for the elements within array
2600         fields "insns", "sorted", and for field "nop".
2601         (frv_packet): Likewise for the elements within array field
2602         "insns".
2603         (frv_add_insn_to_packet): Likewise for param "insn".
2604         (frv_insert_nop_in_packet): Likewise for param "insn" and local
2605         "last".
2606         (frv_for_each_packet): Likewise for locals "insn", "next_insn".
2607         (frv_sort_insn_group_1): Likewise for local "insn".
2608         (frv_optimize_membar_local): Likewise.
2609         (frv_align_label): Likewise for locals "x", "last", "barrier",
2610         "label".
2611         * config/ia64/ia64.c (last_scheduled_insn): Likewise for this
2612         local.
2613         (ia64_sched_init): Likewise for local "insn".
2614         (scheduled_good_insn): Likewise for param "last".
2615         (struct _ia64_sched_context): Likewise for field
2616         "last_scheduled_insn".
2617         (ia64_init_sched_context): Replace NULL_RTX with NULL.
2618         (struct bundle_state): Likewise for field "insn".
2619         (issue_nops_and_insn): Likewise for param "insn".
2620         (get_next_important_insn): Likewise for return type and both
2621         params.
2622         (ia64_add_bundle_selector_before): Likewise for param "insn".
2623         (bundling): Likewise for params "prev_head_insn", "tail" and
2624         locals "insn", "next_insn", "b".  Eliminate top-level local rtx
2625         "nop" in favor of new locals rtx "nop_pat" and rtx_insn *nop;
2626         * config/iq2000/iq2000-protos.h (iq2000_fill_delay_slot):
2627         Strengthen final param from rtx to rtx_insn *.
2628         (iq2000_move_1word): Likewise for second param.
2629         * config/iq2000/iq2000.c (iq2000_fill_delay_slot): Likewise for
2630         param "cur_insn" and local "next_insn".
2631         (iq2000_move_1word): Likewise for param "insn".
2632         * config/iq2000/iq2000.md (insn before ADDR_DIFF_VEC): Add checked
2633         casts when using NEXT_INSN on operands[1].
2634         * config/m32c/m32c.c (m32c_function_needs_enter): Strengthen local
2635         "insn" from rtx to rtx_insn *.
2636         * config/m68k/m68k.c (m68k_jump_table_ref_p): Split out uses of
2637         "x", introducing local rtx_insn * "insn" for when working with the
2638         CODE_LABEL of the LABEL_REF.
2639         (m68k_sched_md_init_global): Strengthen local "insn" from rtx to
2640         rtx_insn *.
2641         * config/mcore/mcore-protos.h (mcore_is_dead): Likewise for first
2642         param.
2643         * config/mcore/mcore.c (emit_new_cond_insn): Likewise for return
2644         type.
2645         (conditionalize_block): Likewise for return type and param.
2646         (mcore_is_dead): Likewise for param "first" and local "insn".
2647         (emit_new_cond_insn): Likewise for return type.
2648         (conditionalize_block): Likewise for return type, param, and
2649         locals "insn", "blk_1_br", "end_blk_2_insn", "start_blk_3_lab",
2650         "newinsn".
2651         (conditionalize_optimization): Likewise for local "insn".
2652         * config/mep/mep.c (mep_jmp_return_reorg): Add checked cast when
2653         using NEXT_INSN.
2654         * config/microblaze/microblaze.md: Add checked casts when using
2655         NEXT_INSN.
2656         * config/mips/mips.c (mips_expand_prologue): Eliminate top-level
2657         rtx "insn" in favor of various more tightly-scoped rtx "insn" and
2658         and rtx_insn * "insn".
2659         * config/mips/mips.md (casesi_internal_mips16_<mode>): Add a
2660         checked cast when using NEXT_INSN on operands[2].
2661         * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Strengthen
2662         local "insn" from rtx to rtx_insn *.
2663         * config/nds32/nds32-fp-as-gp.c (nds32_fp_as_gp_check_available):
2664         Likewise.
2665         * config/nds32/nds32-md-auxiliary.c (nds32_output_casesi_pc_relative):
2666         Add a checked cast when using NEXT_INSN on operands[1].
2667         * config/pa/pa-protos.h (pa_following_call): Strengthen param from
2668         rtx to rtx_insn *.
2669         (pa_output_cbranch): Likewise for final param.
2670         (pa_output_lbranch): Likewise for second param.
2671         (pa_output_bb): Likewise for third param.
2672         (pa_output_bvb): Likewise.
2673         (pa_output_dbra): Likewise for second param.
2674         (pa_output_movb): Likewise.
2675         (pa_output_parallel_movb): Likewise.
2676         (pa_output_parallel_addb): Likewise.
2677         (pa_output_millicode_call): Likewise for first param.
2678         (pa_output_mul_insn): Likewise for second param.
2679         (pa_output_div_insn): Likewise for third param.
2680         (pa_output_mod_insn): Likewise for second param.
2681         (pa_jump_in_call_delay): Likewise for param.
2682         * config/pa/pa.c (pa_output_mul_insn): Likewise for param "insn".
2683         (pa_output_div_insn): Likewise.
2684         (pa_output_mod_insn): Likewise.
2685         (pa_output_cbranch): Likewise.
2686         (pa_output_lbranch): Likewise.
2687         (pa_output_bb): Likewise.
2688         (pa_output_bvb): Likewise.
2689         (pa_output_dbra): Likewise.
2690         (pa_output_movb): Likewise.
2691         (pa_output_millicode_call): Likewise; use method of rtx_sequence *
2692         to simplify and for typesafety.
2693         (pa_output_call): Use method of rtx_sequence *.
2694         (forward_branch_p): Strengthen param "insn" from rtx to rtx_insn *.
2695         (pa_jump_in_call_delay): Likewise.
2696         (pa_output_parallel_movb): Likewise.
2697         (pa_output_parallel_addb): Likewise.
2698         (pa_following_call): Likewise.
2699         (pa_combine_instructions): Likewise for locals "anchor",
2700         "floater".
2701         (pa_can_combine_p): Likewise for params "anchor", "floater" and
2702         locals "start", "end".
2703         * config/picochip/picochip.c (picochip_reset_vliw): Likewise for
2704         param "insn" and local "local_insn".
2705         (picochip_final_prescan_insn): Likewise for local "local_insn".
2706         * config/rs6000/rs6000.c (compute_save_world_info): Likewise for
2707         local "insn".
2708         (uses_TOC): Likewise.
2709         * config/s390/s390.c (get_some_local_dynamic_name): Likewise.
2710         (s390_mainpool_finish): Eliminate top-level local rtx "insn",
2711         splitting out to more tightly-scoped locals, 3 as rtx and one as
2712         rtx_insn *.
2713         (s390_optimize_nonescaping_tx): Strengthen local "tmp" from rtx
2714         to rtx_insn *.
2715         (s390_emit_prologue): Introduce a local "insn" to be an rtx_insn *
2716         where needed.
2717         * config/sh/sh-protos.h (barrier_align): Strenghten param from rtx
2718         to rtx_insn *.
2719         (fixup_addr_diff_vecs): Likewise.
2720         (reg_unused_after): Likewise for param 2.
2721         (sh_can_redirect_branch): Likewise for both params.
2722         (check_use_sfunc_addr): Likewise for param 1.
2723         * config/sh/sh.c (fixup_mova): Likewise for local "worker".
2724         (find_barrier): Likewise for local "last_got".
2725         (gen_block_redirect): Likewise for return type, param "jump" and
2726         locals "prev", "scan", "next", "insn".
2727         (struct far_branch): Likewise for fields "near_label",
2728         "insert_place", "far_label".
2729         (gen_far_branch): Likewise for local "jump".
2730         (fixup_addr_diff_vecs): Likewise for param "first" and locals
2731         "insn", "prev".
2732         (barrier_align): Likewise for param and for locals "prev", "x".
2733         Introduce local rtx_sequence * "prev_seq" and use insn method for
2734         typesafety and clarity.
2735         (sh_reorg): Strengthen local "scan" from rtx to rtx_insn *.
2736         (get_dest_uid): Likewise for local "dest".
2737         (split_branches): Likewise for locals "next", "beyond", "label",
2738         "block", "far_label".  Add checked casts when assigning to
2739         bp->far_label and "far_label".
2740         (reg_unused_after): Strengthen param "scan" from rtx to rtx_insn *.
2741         (sequence_insn_p): Likewise.
2742         (mark_constant_pool_use): Likewise for locals "insn", "lab".  Add a
2743         more loop-scoped rtx "insn" when walking LABEL_REFS.
2744         (sh_can_redirect_branch): Strengthen both params from rtx to
2745         rtx_insn *.
2746         (check_use_sfunc_addr): Likewise for param "insn".  Introduce a
2747         new local rtx_sequence * "seq" via a dyn_cast, and use a method
2748         for clarity and typesafety.
2749         * config/sh/sh.md (define_expand "epilogue"): Strengthen local
2750         "insn" from rtx to rtx_insn *.
2751         (define_insn "casesi_worker_1"): Add a checked cast to rtx_insn *
2752         when using NEXT_INSN on the CODE_LABEL in operands[2].
2753         (define_insn "casesi_worker_2"): Likewise.
2754         (define_insn "casesi_shift_media"): Likewise.
2755         (define_insn "casesi_load_media"): Likewise for the CODE_LABEL in
2756         operands[3].
2757         * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value):
2758         Strengthen field "insn" from rtx to rtx_insn *.
2759         (sh_optimize_sett_clrt::execute): Likewise for locals "next_i", "i".
2760         (sh_optimize_sett_clrt::find_last_ccreg_values): Likewise for
2761         param "start_insn" and local "start_insn".
2762         * config/sh/sh_treg_combine.cc (struct set_of_reg): Likewise for
2763         field "insn".
2764         (find_set_of_reg_bb): Likewise for param "insn".
2765         (trace_reg_uses_1): Likewise for param "start_insn" and local "i".
2766         (trace_reg_uses): Likewise for param "start_insn".
2767         (sh_treg_combine::cbranch_trace): Likewise for field
2768         "cbranch_insn".
2769         (sh_treg_combine::cbranch_trace::cbranch_trace): Likewise for
2770         param "insn".
2771         (sh_treg_combine::record_set_of_reg): Likewise for param
2772         "start_insn" and local "i".
2773         (sh_treg_combine::can_remove_cstore): Likewise for local
2774         "prev_insn".
2775         (sh_treg_combine::try_optimize_cbranch): Likewise for param
2776         "insn".
2777         (sh_treg_combine::execute): Likewise for local "i".
2778         * config/sparc/sparc-protos.h (empty_delay_slot): Likewise for
2779         param.
2780         (sparc_check_64): Likewise for second param.
2781         * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
2782         locals "insn", "next".  Introduce local rtx_sequence * "seq" via a
2783         dyn_cast, using its insn method for typesafety and clarity.
2784         (empty_delay_slot): Strengthen param "insn" from rtx to
2785         rtx_insn *.
2786         (set_extends): Likewise.
2787         (sparc_check_64): Likewise.
2788         * config/stormy16/stormy16.c (xstormy16_split_cbranch): Likewise
2789         for locals "seq", "last_insn".
2790         (combine_bnp): Likewise for param "insn".
2791         (xstormy16_reorg): Likewise for local "insn".
2792         * config/v850/v850.c (substitute_ep_register): Likewise for params
2793         "first_insn", "last_insn" and local "insn".
2794         (v850_reorg): Likewise for fields "first_insn", "last_insn" within
2795         elements of "regs" array, and local "insn".
2796         * except.c (emit_note_eh_region_end): Likewise for param "insn".
2797         * final.c (final_sequence): Strengthen this global from rtx to
2798         rtx_sequence *.
2799         (shorten_branches): Strenthen locals "rel_lab", "prev" from rtx to
2800         rtx_insn *.
2801         (final_scan_insn): Update assignment to "final_sequence" to be
2802         from "seq", the cast version of "body", for type-safety.
2803         * function.c (assign_parm_setup_reg): Strengthen locals "insn",
2804         "insns" from rtx to rtx_insn *.
2805         (thread_prologue_and_epilogue_insns): Likewise for local "seq".
2806         * genattr.c (main): When writing out generated insn-attr.h,
2807         strengthen params 1 and 3 of eligible_for_delay,
2808         eligible_for_annul_true, eligible_for_annul_false from rtx to
2809         rtx_insn *.
2810         * genattrtab.c (write_eligible_delay): Likewise when writing out
2811         generated insn-attrtab.c; also local "insn" the generated
2812         functions.
2813         * hw-doloop.c (discover_loops): Strengthen local "insn" from rtx
2814         to rtx_insn *.
2815         * hw-doloop.h (struct GTY hwloop_info_d): Strengthen field
2816         "start_label" from rtx to rtx_insn *.
2817         * ira.c (decrease_live_ranges_number): Likewise for local "p".
2818         (ira_update_equiv_info_by_shuffle_insn): Likewise for param
2819         "insns" and local "insn".
2820         (validate_equiv_mem): Likewise for param "start" and local "insn".
2821         (memref_used_between_p): Likewise for params "start", "end" and
2822         local "insn".
2823         * ira.h (ira_update_equiv_info_by_shuffle_insn): Likewise for
2824         final param.
2825         * loop-doloop.c (doloop_optimize): Within region guarded by
2826         INSN_P (doloop_pat), introduce a new local rtx_insn *
2827         "doloop_insn" via a checked cast, and use it for typesafety,
2828         eventually writing the value back into doloop_pat.
2829         * output.h (final_sequence): Strengthen this global from rtx to
2830         rtx_sequence *.
2831         * recog.c (peep2_attempt): Rename param "insn" to "uncast_insn",
2832         reintroducing "insn" as an rtx_insn * via a checked cast.
2833         Strengthen param "attempt" and local "new_insn"from rtx to
2834         rtx_insn *.
2835         (peephole2_optimize): Strengthen locals "insn", "attempt" from rtx
2836         to rtx_insn *.
2837         * ree.c (emit_note_eh_region_end): Likewise for local "insn".
2838         * reload1.c (reload_as_needed): Eliminate top-level locals "x" and
2839         "p" in favor of more tightly-scoped replacements, sometimes rtx
2840         and sometimes rtx_insn *, as appropriate.
2841         (delete_output_reload): Eliminate top-level rtx "i1", splitting
2842         into two loop-scoped locals, one an rtx, the other an rtx_insn *.
2843         * reorg.c (delete_scheduled_jump): Add checked cast.  Strengthen
2844         local "trial" from rtx to rtx_insn *.
2845         (redirect_with_delay_slots_safe_p): Strengthen param "jump" from
2846         rtx to rtx_insn *.  Strenghten local "pat" from rtx to
2847         rtx_sequence * and use methods for clarity and typesafety.
2848         (redirect_with_delay_list_safe_p): Strengthen param "jump" from
2849         rtx to rtx_insn *.  Strenghten local "li" from rtx to
2850         rtx_insn_list * and use its methods for clarity and typesafety.
2851         (steal_delay_list_from_target): Strengthen param "insn" from rtx
2852         to rtx_insn *.
2853         (steal_delay_list_from_fallthrough): Likewise.
2854         (try_merge_delay_insns): Likewise for param "thread" and locals
2855         "trial", "next_trial", "delay_insn".
2856         (redundant_insn): Likewise for param "target" and local "trial".
2857         (own_thread_p): Likewise for param "thread" and locals
2858         "active_insn", "insn".
2859         (get_label_before): Likewise for param "insn".
2860         (fill_simple_delay_slots): Likewise for local "new_label"; use
2861         JUMP_LABEL_AS_INSN as necessary when calling own_thread_p.
2862         (label_before_next_insn): Strengthen return type and local "insn"
2863         from rtx to rtx_insn *.
2864         (relax_delay_slots): Likewise for locals "other", "tmp".
2865         (make_return_insns): Likewise for param "first" and locals "insn",
2866         "jump_insn", "prev".  Move declaration of "pat" to its assignment
2867         and strengthen from rtx to rtx_sequence *.  Use its methods for
2868         clarity and typesafety.
2869         * rtlanal.c (no_labels_between_p): Strengthen params from
2870         const_rtx to const rtx_insn *.  Strengthen local "p" from rtx to
2871         rtx_insn *.
2872         (reg_used_between_p): Strengthen params "from_insn", "to_insn"
2873         from const_rtx to const rtx_insn *.
2874         (reg_set_between_p): Rename param "from_insn" to
2875         "uncast_from_insn", and reintroduce "from_insn" as a
2876         const rtx_insn * via a checked cast.
2877         (modified_between_p): Likewise for param "start" as "uncast_start".
2878         (tablejump_p): Add a cast when invoking NEXT_INSN on "label".
2879         * sel-sched-ir.c (get_seqno_by_preds): Strengthen param and locals
2880         "tmp", head" from rtx to rtx_insn *.
2881         (recompute_rev_top_order): Likewise for local "insn".
2882         * sel-sched-ir.h (get_seqno_by_preds): Likewise for param.
2883         * store-motion.c (build_store_vectors): Likewise for local "insn".
2884         Strengthen local "st" from rtx to rtx_insn_list * and use methods
2885         for clarity and typesafety.
2886         * tree-ssa-loop-ivopts.c (seq_cost): Strengthen param "seq" from
2887         rtx to rtx_insn *.
2888         (computation_cost): Likewise for local "seq".
2889         (get_address_cost): Likewise.
2890
2891 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2892
2893         * rtl.h (tablejump_p): Strengthen first param from const_rtx to
2894         const rtx_insn *.
2895         (label_is_jump_target_p): Likewise for second param.
2896
2897         * rtlanal.c (tablejump_p): Likewise for param "insn".
2898         (label_is_jump_target_p): Likewise for param "jump_insn".
2899
2900 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2901
2902         * rtl.h (find_first_parameter_load): Strengthen return type and
2903         both params from rtx to rtx_insn *.
2904         * rtlanal.c (find_first_parameter_load): Strengthen return type,
2905         both params and locals "before", "first_set" from rtx to
2906         rtx_insn *.  Remove now-redundant cast.
2907         * except.c (sjlj_mark_call_sites): Use NULL rather than NULL_RTX.
2908
2909 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2910
2911         * rtl.h (find_last_value): Delete.
2912         * rtlanal.c (find_last_value): Delete.
2913
2914 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2915
2916         * cfgexpand.c (pass_expand::execute): Strengthen local "after"
2917         from rtx to rtx_insn *.
2918         * cfgrtl.c (force_nonfallthru_and_redirect): Replace use of local
2919         rtx "note" with new local rtx_insn * "new_head" when calculating
2920         head insn of new basic block.
2921         * combine.c (combine_split_insns): Strengthen return type and local
2922         "ret" from rtx to rtx_insn *.
2923         (likely_spilled_retval_p): Likewise for locals "use" and "p".
2924         (try_combine): Eliminate local "m_split", splitting into new
2925         locals "m_split_insn" and "m_split_pat".
2926         (find_split_point): Strengthen local "seq" from rtx into
2927         rtx_insn *.
2928         * config/spu/spu.c (spu_machine_dependent_reorg): Likewise for
2929         locals "label", "branch".
2930         * config/spu/spu.md (define_expand "smulsi3_highpart"): Likewise
2931         for local "insn".
2932         (define_expand "umulsi3_highpart"): Likewise for local "insn".
2933         * dse.c (note_add_store_info): Likewise for fields "first",
2934         "current".
2935         (note_add_store): Likewise for local "insn".
2936         (emit_inc_dec_insn_before): Likewise for locals "insn",
2937         "new_insn", "cur".
2938         (find_shift_sequence): Likewise for locals "shift_seq", "insn".
2939         (replace_read): Likewise for locals "insns", "this_insn".
2940         * dwarf2cfi.c (dw_trace_info): Likewise for field "eh_head".
2941         (notice_eh_throw): Likewise for param "insn".
2942         (before_next_cfi_note): Likewise for return type, param, and local
2943         "prev".
2944         (connect_traces): Likewise for local "note".
2945         * emit-rtl.c (reset_all_used_flags): Likewise for local "p".
2946         (verify_rtl_sharing): Likewise.
2947         (unshare_all_rtl_in_chain): Likewise for param "insn".
2948         (get_first_nonnote_insn): Likewise for local "insn".
2949         (get_last_nonnote_insn): Likewise.  Introduce local rtx_sequence *
2950         "seq" and use its methods to clarify things.
2951         (next_insn): Strengthen return type from rtx to rtx_insn *.
2952         Rename param "insn" to "uncast_insn" and reintroduce "insn" as a
2953         local rtx_insn * using a checked cast, dropping a checked cast
2954         made redundant by this change.  Use a cast to and method of
2955         rtx_sequence to clarify the code.
2956         (previous_insn): Rename param "insn" to "uncast_insn" and
2957         reintroduce "insn" as a local rtx_insn * using a checked cast,
2958         dropping a checked cast made redundant by this change.  Use a cast
2959         to and method of rtx_sequence to clarify the code.
2960         (next_nonnote_insn): Rename param "insn" to "uncast_insn" and
2961         reintroduce "insn" as a local rtx_insn * using a checked cast,
2962         dropping a checked cast made redundant by this change.
2963         (next_nonnote_insn_bb): Likewise.
2964         (prev_nonnote_insn): Likewise.
2965         (prev_nonnote_insn_bb): Likewise.
2966         (next_nondebug_insn): Likewise.
2967         (prev_nondebug_insn): Likewise.
2968         (next_nonnote_nondebug_insn): Likewise.
2969         (prev_nonnote_nondebug_insn): Likewise.
2970         (next_real_insn): Likewise.
2971         (prev_real_insn): Likewise.
2972         (next_active_insn): Likewise.
2973         (prev_active_insn): Likewise.
2974         (next_cc0_user): Likewise.  Use rtx_sequence and a method for
2975         clarity.
2976         (prev_cc0_setter): Likewise.
2977         (try_split): Rename param "trial" to "uncast_trial" and
2978         reintroduce "insn" as a local rtx_insn * using a checked cast,
2979         dropping checked casts made redundant by this change.
2980         Strengthen locals "seq", "tem", "insn_last", "insn", "next" from
2981         rtx to rtx_insn *.
2982         (remove_insn): Rename param "insn" to "uncast_insn" and
2983         reintroduce "insn" as a local rtx_insn * using a checked cast.
2984         (emit_pattern_after_setloc): Likewise for param "after", as
2985         "uncast_after".
2986         (emit_pattern_after): Likewise.  Strengthen local "prev" from
2987         rtx to rtx_insn *.
2988         (emit_pattern_before_setloc): Rename param "before" to
2989         "uncast_before" and reintroduce "before" as a local rtx_insn *
2990         using a checked cast.  Strengthen locals "first", "last" from
2991         rtx to rtx_insn *.
2992         (emit_pattern_before): Likewise rename/cast param "before" to
2993         "uncast_before". Strengthen local "next" from rtx to rtx_insn *.
2994         * except.c (copy_reg_eh_region_note_forward): Strengthen param
2995         "first" and local "insn" from rtx to rtx_insn *.
2996         (copy_reg_eh_region_note_backward): Likewise for param "last"
2997         and local "insn".
2998         * expr.c (fixup_args_size_notes): Rename param "last" to
2999         "uncast_last" and reintroduce "last" as a local rtx_insn *
3000         using a checked cast.  Strengthen local "insn" from rtx to
3001         rtx_insn *.
3002         * function.c (set_insn_locations): Strengthen param "insn" from
3003         rtx to rtx_insn *.
3004         (record_insns): Likewise for param "insns" and local "tmp".
3005         (active_insn_between): Rename param "tail" to
3006         "uncast_tail" and reintroduce "tail" as a local rtx_insn *
3007         using a checked cast.
3008         (thread_prologue_and_epilogue_insns): Split out top-level local
3009         rtx "seq" into three different rtx_insn * locals.  Strengthen
3010         local "prologue_seq" from rtx to rtx_insn *.
3011         * gcse.c (insert_insn_end_basic_block): Strenghen local "insn"
3012         from rtx to rtx_insn *.
3013         * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
3014         (priority): Likewise for locals "prev_first", "twin".
3015         (setup_insn_max_reg_pressure): Likewise for param "after".
3016         (sched_setup_bb_reg_pressure_info): Likewise.
3017         (no_real_insns_p): Strengthen params from const_rtx to
3018         const rtx_insn *.
3019         (schedule_block): Strengthen local "next_tail" from rtx to
3020         rtx_insn *.
3021         * ifcvt.c (find_active_insn_before): Strengthen return type and
3022         param "insn" from rtx to rtx_insn *.
3023         (find_active_insn_after): Likewise.
3024         (cond_exec_process_insns): Likewise for param "start" and local "insn".
3025         (cond_exec_process_if_block): Likewise for locals "then_start",
3026         "then_end", "else_start", "else_end", "insn", "start", "end", "from".
3027         (noce_process_if_block): Likewise for local "jump".
3028         (merge_if_block): Likewise for two locals named "end".
3029         (cond_exec_find_if_block): Likewise for local "last_insn".
3030         * jump.c (delete_related_insns): Rename param "insn" to
3031         "uncast_insn" and reintroduce "insn" as a local rtx_insn * using a
3032         checked cast.  Strengthen local "p" from rtx to rtx_insn *.
3033         * lra-constraints.c (inherit_reload_reg): Replace NULL_RTX with
3034         NULL.
3035         (split_reg): Likewise.
3036         * lra.c (lra_process_new_insns): Likewise.
3037         * modulo-sched.c (permute_partial_schedule): Strengthen param
3038         "last" from rtx to rtx_insn *.
3039         * optabs.c (add_equal_note): Likewise for param "insns" and local
3040         "last_insn".
3041         (expand_binop_directly): Add checked casts to rtx_insn * within
3042         NEXT_INSN (pat) uses.
3043         (expand_unop_direct): Likewise.
3044         (maybe_emit_unop_insn): Likewise.
3045         * recog.c (peep2_attempt): Strengthen locals "last",
3046         "before_try", "x" from rtx to rtx_insn *.
3047         * reorg.c (optimize_skip): Strengthen return type and local
3048         "delay_list" from rtx to rtx_insn_list *.  Strengthen param "insn"
3049         and locals "trial", "next_trial" from rtx to rtx_insn *.
3050         * resource.c (next_insn_no_annul): Strengthen return type and
3051         param "insn" from rtx to rtx_insn *.  Use a cast to and method of
3052         rtx_sequence to clarify the code.
3053         (mark_referenced_resources): Add a checked cast to rtx_insn *
3054         within PREV_INSN (x).
3055         (find_dead_or_set_registers): Strengthen return type, param
3056         "target", locals "insn", "next", "jump_insn", "this_jump_insn"
3057         from rtx to rtx_insn *.  Strengthen param "jump_target" from rtx *
3058         to rtx_insn **.
3059         (mark_target_live_regs): Strengthen params "insns" and "target",
3060         locals "insn", "jump_target", "start_insn", "stop_insn" from rtx
3061         to rtx_insn *.  Use cast to and method of rtx_sequence to clarify
3062         the code.
3063         * resource.h (mark_target_live_regs): Strengthen params 1 and 2
3064         from rtx to rtx_insn *.
3065         * rtl.h (copy_reg_eh_region_note_forward): Strengthen second param
3066         from rtx to rtx_insn *.
3067         (copy_reg_eh_region_note_backward): Likewise.
3068         (unshare_all_rtl_in_chain): Likewise for sole param.
3069         (dump_rtl_slim): Strengthen second and third params from const_rtx
3070         to const rtx_insn *.
3071         * sched-deps.c (sched_free_deps): Strengthen params "head" and
3072         "tail" and locals "insn", "next_tail" from rtx to rtx_insn *.
3073         * sched-ebb.c (init_ready_list): Strengthen locals "prev_head",
3074         "next_tail" from rtx to rtx_insn *.
3075         (begin_move_insn): Likewise for local "next".
3076         * sched-int.h (sched_free_deps): Likewise for first and second
3077         params.
3078         (no_real_insns_p): Strengthen both params from const_rtx to
3079         const rtx_insn *.
3080         (sched_setup_bb_reg_pressure_info): Strengthen second params from
3081         rtx to rtx_insn *.
3082         * sched-rgn.c (init_ready_list): Likewise for locals "prev_head",
3083         "next_tail".
3084         * sched-vis.c (dump_rtl_slim): Strengthen params "first", "last"
3085         and locals "insn", "tail" from const_rtx to const rtx_insn *.
3086         (rtl_dump_bb_for_graph): Strengthen local "insn" from rtx to
3087         rtx_insn *.
3088         (debug_rtl_slim): Strengthen params "first" and "last" from
3089         const_rtx to const rtx_insn *.
3090         * shrink-wrap.c (try_shrink_wrapping): Strengthen param
3091         "prologue_seq" and locals "seq", "p_insn" from rtx to rtx_insn *.
3092         (convert_to_simple_return): Likewise for param "returnjump".
3093         * shrink-wrap.h (try_shrink_wrapping): Likewise for param
3094         "prologue_seq".
3095         (convert_to_simple_return): Likewise for param "returnjump".
3096         * valtrack.c (propagate_for_debug): Likewise for params
3097         "insn", "last".
3098         * valtrack.h (propagate_for_debug): Likewise for second param.
3099
3100 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3101
3102         * output.h (insn_current_reference_address): Strengthen param
3103         from rtx to rtx_insn *.
3104         * final.c (insn_current_reference_address): Likewise.
3105
3106 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3107
3108         * basic-block.h (inside_basic_block_p): Strengthen param from
3109         const_rtx to const rtx_insn *.
3110         * cfgbuild.c (inside_basic_block_p): Likewise.
3111
3112 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3113
3114         * dwarf2cfi.c (dw_trace_info): Strengthen field "head" from rtx to
3115         rtx_insn *.
3116         (get_trace_info): Likewise for param "insn".
3117         (save_point_p): Likewise.
3118         (maybe_record_trace_start): Likewise for both params.
3119         (maybe_record_trace_start_abnormal): Likewise.
3120         (create_trace_edges): Likewise for sole param and for three of the
3121         locals named "lab".
3122         (scan_trace): Strengthen local "prev", "insn", "control" from rtx
3123         to rtx_insn *, and update a call to pat->element to pat->insn.
3124
3125 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3126
3127         * function.h (struct expr_status): Convert field "x_forced_labels"
3128         from rtx_expr_list * to rtx_insn_list *.
3129
3130         * cfgbuild.c (make_edges): Convert local "x" from an
3131         rtx_expr_list * to an rtx_insn_list *, replacing use of
3132         "element" method with "insn" method.
3133         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3134         * except.c (sjlj_emit_dispatch_table): Replace use of
3135         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending to
3136         forced_labels.
3137         * jump.c (rebuild_jump_labels_1): Convert local "insn" from an
3138         rtx_expr_list * to an rtx_insn_list *, replacing use of
3139         "element" method with "insn" method.
3140         * reload1.c (set_initial_label_offsets): Likewise for local "x".
3141         * stmt.c (label_rtx): Strengthen local "ref" from rtx to
3142         rtx_insn *, adding a checked cast.  Replace use of
3143         gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending it to
3144         forced_labels.
3145         (expand_label): Likewise for local "label_r".
3146
3147 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3148
3149         * function.h (struct rtl_data): Convert field
3150         "x_nonlocal_goto_handler_labels" from rtx_expr_list * to
3151         rtx_insn_list *.
3152         * rtl.h (remove_node_from_insn_list): New prototype.
3153
3154         * builtins.c (expand_builtin): When prepending to
3155         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3156         gen_rtx_EXPR_LIST.
3157         * cfgbuild.c (make_edges): Convert local "x" from rtx_expr_list *
3158         to rtx_insn_list *, and use its "insn" method rather than
3159         "element" method.
3160         * cfgrtl.c (delete_insn): Use new function
3161         remove_node_from_insn_list rather than
3162         remove_node_from_expr_list.
3163         (cfg_layout_initialize): Convert local "x" from rtx_expr_list *
3164         to rtx_insn_list *, and use its "insn" method rather than
3165         "element" method.
3166         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3167         * reload1.c (set_initial_label_offsets): Likewise for local "x".
3168         * rtlanal.c (remove_node_from_insn_list): New function, adapted
3169         from remove_node_from_expr_list.
3170         * stmt.c (expand_label): When prepending to
3171         nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3172         gen_rtx_EXPR_LIST.
3173
3174 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3175
3176         * function.h (struct rtl_data): Strengthen fields "x_return_label"
3177         and "x_naked_return_label" from rtx to rtx_code_label *.
3178
3179 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3180
3181         * rtl.h (SET_PREV_INSN): Strengthen param from rtx to rtx_insn *.
3182         (SET_NEXT_INSN): Likewise.
3183         (gen_rtvec_v): Add an overload for param types (int, rtx_insn **).
3184
3185         * config/c6x/c6x.c (gen_one_bundle): Strengthen param "slot" from
3186         rtx * to rtx_insn **.  Introduce a new local rtx "seq", using it
3187         to split out the SEQUENCE from local "bundle", strengthening the
3188         latter from rtx to rtx_insn * to hold the insn holding the SEQUENCE.
3189         Strengthen locals "t" and "insn" from rtx to rtx_insn *.
3190         (c6x_gen_bundles): Strengthen locals "insn", "next", "last_call"
3191         and the type of the elements of the "slot" array from rtx to
3192         rtx_insn *.
3193         (reorg_split_calls): Likewise for locals "insn" and "next", and
3194         the type of the elements of the "slot" array.
3195
3196         * config/frv/frv.c (frv_nops): Likewise for the elements of this
3197         array.
3198         (frv_function_prologue): Likewise for locals "insn", "next",
3199         "last_call".
3200         (frv_register_nop): Introduce a local "nop_insn" to be the
3201         rtx_insn * containing rtx "nop".
3202
3203         * config/mep/mep.c (mep_make_bundle): Param "core" is sometimes
3204         used as an insn and sometimes as a pattern, so rename it to
3205         "core_insn_or_pat", and introduce local rtx_insn * "core_insn",
3206         using it where dealing with the core insn.
3207
3208         * config/picochip/picochip.c (reorder_var_tracking_notes):
3209         Strengthen locals "insn", "next", "last_insn", "queue",
3210         "next_queue", "prev" from rtx to rtx_insn *.
3211
3212         * emit-rtl.c (gen_rtvec_v): Add overloaded implementation for when
3213         the second param is an rtx_insn ** rather than an rtx **.
3214         (link_insn_into_chain): Strengthen locals "seq" and "sequence"
3215         from rtx to rtx_sequence *, and introduce local named "sequence",
3216         using methods of rtx_sequence to clarify the code.
3217         (remove_insn): Introduce local rtx_sequence * named "sequence" and
3218         use its methods.
3219         (emit_insn_after_1): Strengthen return type from rtx to rtx_insn *.
3220         Rename param "after" to "uncast_after", reintroducing "after" as a
3221         local rtx_insn * with a checked cast.
3222         (emit_pattern_after_noloc): Rename param "after" to "uncast_after",
3223         reintroducing "after" as a local rtx_insn * with a checked cast.
3224         Strengthen local "last" from rtx to rtx_insn * and remove the
3225         now-redundant checked casts.
3226         (copy_delay_slot_insn): Strengthen return type and param from rtx
3227         to rtx_insn *.
3228
3229         * haifa-sched.c (reemit_notes): Strengthen params "insn" and
3230         "last" from rtx to rtx_insn *.
3231
3232 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
3233
3234         * emit-rtl.h (copy_delay_slot_insn): Strengthen return type and
3235         param from rtx to rtx_insn *.
3236
3237         * emit-rtl.c (copy_delay_slot_insn): Likewise.
3238
3239         * reorg.c (skip_consecutive_labels): Strengthen return type, param
3240         and local "insn" from rtx to rtx_insn *.
3241         (unfilled_slots_base): Strengthen type from rtx * to rtx_insn **.
3242         (unfilled_slots_next): Likewise.
3243         (function_return_label): Strengthen from rtx to rtx_code_label *.
3244         (function_simple_return_label): Likewise.
3245         (first_active_target_insn): Strengthen return type and param from
3246         rtx to rtx_insn *.
3247         (find_end_label): Strengthen return type from rtx to
3248         rtx_code_label *; strengthen locals as appropriate.
3249         (emit_delay_sequence): Strengthen return type, param "insn" and
3250         local "seq_insn" from rtx to rtx_insn *.  Strengthen param "list"
3251         and local "li" from rtx to rtx_insn_list *, using methods of
3252         rtx_insn_list for clarity and typesafety.
3253         (add_to_delay_list): Strengthen return type and param "insn" from
3254         rtx to rtx_insn *.  Strengthen param "delay_list" from rtx to
3255         rtx_insn_list * and use methods of rtx_insn_list.
3256         (delete_from_delay_slot): Strengthen return type, param "insn",
3257         locals "trial", "seq_insn", "prev" from rtx to rtx_insn *.
3258         Strengthen local "seq" from rtx to rtx_sequence *, and local
3259         "delay_list" from rtx to rtx_insn_list *, using methods of
3260         rtx_sequence for clarity and type-safety.
3261         (delete_scheduled_jump): Add checked cast when invoking
3262         delete_from_delay_slot.  Strengthen local "trial" from rtx to
3263         rtx_insn *.
3264         (optimize_skip): Strengthen return type and local "delay_list"
3265         from rtx to rtx_insn_list *.  Strengthen local "trial" from rtx to
3266         rtx_insn *.
3267         (steal_delay_list_from_target): Strengthen return type, param
3268         "delay_list" and local "new_delay_list" from rtx to
3269         rtx_insn_list *.  Strengthen param "seq" from rtx to
3270         rtx_sequence *.  Strengthen param "pnew_thread" from rtx * to
3271         rtx_insn **.
3272         Split out local "temp" into multiple more-tightly scoped locals:
3273         sometimes an rtx_insn_list *, and once a rtx_insn *.  Use methods
3274         of rtx_insn_list and rtx_sequence for clarity and typesafety.
3275         Strengthen locals named "trial" from rtx to rtx_insn *.
3276         (steal_delay_list_from_fallthrough): Strengthen return type and
3277         param "delay_list" from rtx to rtx_insn_list *.  Strengthen param
3278         "seq" from rtx to rtx_sequence *.  Use methods of rtx_sequence.
3279         Strengthen local "trial" from rtx to rtx_insn *.
3280         (try_merge_delay_insns): Strength local "merged_insns" from rtx
3281         to rtx_insn_list * and use its methods.  Strengthen local "pat"
3282         from rtx to rtx_sequence * and use its methods.  Strengthen locals
3283         "dtrial" and "new_rtx" from rtx to rtx_insn *.
3284         (get_label_before): Strengthen return type and local "label" from
3285         rtx to rtx_insn *.
3286         (fill_simple_delay_slots): Likewise for locals "insn", "trial",
3287         "next_trial", "next", prev".  Strengthen local "delay_list" from
3288         rtx to rtx_insn_list *  Strengthen local "tmp" from rtx * to
3289         rtx_insn **.
3290         (follow_jumps): Strengthen return type, param "label" and locals
3291         "insn", "next", "value", "this_label" from rtx to rtx_insn *.
3292         (fill_slots_from_thread): Strengthen return type, param
3293         "delay_list" from rtx to rtx_insn_list *.  Strengthen params
3294         "insn", "thread", "opposite_thread" and locals "new_thread",
3295         "trial", "temp", "ninsn" from rtx to rtx_insn *.  Introduce local
3296         "sequence" from a checked cast to rtx_sequence so that we can call
3297         steal_delay_list_from_target and steal_delay_list_from_fallthrough
3298         with an rtx_sequence *.
3299         (fill_eager_delay_slots): Strengthen locals "insn", "target_label",
3300         "insn_at_target", "fallthrough_insn" from rtx to rtx_insn *.
3301         Strengthen local "delay_list" from rtx to rtx_insn_list *.
3302         (relax_delay_slots): Strengthen param "first" and locals "insn",
3303         "next", "trial", "delay_insn", "target_label" from rtx to
3304         rtx_insn *.  Strengthen local "pat" from rtx to rtx_sequence *.
3305         Introduce a local "trial_seq" for PATTERN (trial) of type
3306         rtx_sequence *, in both cases using methods of rtx_sequence.
3307         (dbr_schedule): Strengthen param "first" and locals "insn",
3308         "next", "epilogue_insn" from rtx to rtx_insn *.
3309
3310 2014-08-28  Richard Biener  <rguenther@suse.de>
3311
3312         PR tree-optimization/62283
3313         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
3314         Do not peel loops for alignment where the vector loop likely
3315         doesn't run at least VF times.
3316
3317 2014-08-28  Bin Cheng  <bin.cheng@arm.com>
3318
3319         * tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter
3320         important_candidates.  Consider all important candidates if
3321         IVS doesn't give any result.  Remove check on ivs->upto.
3322         (try_add_cand_for): Call iv_ca_add_use only once.
3323
3324 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3325             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3326             Anna Tikhonova  <anna.tikhonova@intel.com>
3327             Ilya Tocar  <ilya.tocar@intel.com>
3328             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3329             Ilya Verbin  <ilya.verbin@intel.com>
3330             Kirill Yukhin  <kirill.yukhin@intel.com>
3331             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3332
3333         (define_mode_iterator VI12_AVX2): Add V64QI and V32HI modes.
3334         (define_expand "<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Add
3335         masking.
3336         (define_insn "*<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Ditto.
3337         (define_expand "<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
3338         (define_insn "*<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
3339         (define_insn "*mul<mode>3"): Add EVEX version.
3340
3341 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3342             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3343             Anna Tikhonova  <anna.tikhonova@intel.com>
3344             Ilya Tocar  <ilya.tocar@intel.com>
3345             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3346             Ilya Verbin  <ilya.verbin@intel.com>
3347             Kirill Yukhin  <kirill.yukhin@intel.com>
3348             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3349
3350         * config/i386/sse.md
3351         (define_insn "avx512bw_interleave_highv64qi<mask_name>"): New.
3352         (define_insn "avx2_interleave_highv32qi<mask_name>"): Add masking.
3353         (define_insn "vec_interleave_highv16qi<mask_name>"): Ditto.
3354         (define_insn "avx2_interleave_lowv32qi<mask_name>"): Ditto.
3355         (define_insn "vec_interleave_lowv16qi<mask_name>"): Ditto.
3356         (define_insn "avx2_interleave_highv16hi<mask_name>"): Ditto.
3357         (define_insn "vec_interleave_highv8hi<mask_name>"): Ditto.
3358         (define_insn "avx2_interleave_lowv16hi<mask_name>"): Ditto.
3359         (define_insn "vec_interleave_lowv8hi<mask_name>"): Ditto.
3360         (define_insn "avx2_interleave_highv8si<mask_name>"): Ditto.
3361         (define_insn "vec_interleave_highv4si<mask_name>"): Ditto.
3362         (define_insn "avx2_interleave_lowv8si<mask_name>"): Ditto.
3363         (define_insn "vec_interleave_lowv4si<mask_name>"): Ditto.
3364         (define_insn "vec_interleave_highv16qi<mask_name>"): New.
3365         (define_insn "avx512bw_interleave_highv32hi<mask_name>"): Ditto.
3366         (define_insn "<mask_codefor>avx512bw_interleave_lowv32hi<mask_name>"): Ditto.
3367
3368 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3369             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3370             Anna Tikhonova  <anna.tikhonova@intel.com>
3371             Ilya Tocar  <ilya.tocar@intel.com>
3372             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3373             Ilya Verbin  <ilya.verbin@intel.com>
3374             Kirill Yukhin  <kirill.yukhin@intel.com>
3375             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3376
3377         * config/i386/sse.md
3378         (define_mode_iterator VIMAX_AVX2): Add V4TI mode.
3379         (define_insn "<sse2_avx2>_ashl<mode>3"): Add EVEX version.
3380         (define_insn "<sse2_avx2>_lshr<mode>3"): Ditto.
3381
3382 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3383             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3384             Anna Tikhonova  <anna.tikhonova@intel.com>
3385             Ilya Tocar  <ilya.tocar@intel.com>
3386             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3387             Ilya Verbin  <ilya.verbin@intel.com>
3388             Kirill Yukhin  <kirill.yukhin@intel.com>
3389             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3390
3391         * config/i386/sse.md
3392         (define_mode_iterator VI128_256): New.
3393         (define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
3394
3395 2014-08-28  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3396             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
3397             Anna Tikhonova  <anna.tikhonova@intel.com>
3398             Ilya Tocar  <ilya.tocar@intel.com>
3399             Andrey Turetskiy  <andrey.turetskiy@intel.com>
3400             Ilya Verbin  <ilya.verbin@intel.com>
3401             Kirill Yukhin  <kirill.yukhin@intel.com>
3402             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
3403
3404         * config/i386/sse.md
3405         (define_mode_iterator VI8_256_512): New.
3406         (define_insn "<mask_codefor>avx512dq_cvtps2qq<mode><mask_name><round_name>"):
3407         Ditto.
3408         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
3409         (define_insn "<mask_codefor>avx512dq_cvtps2uqq<mode><mask_name><round_name>"):
3410         Ditto.
3411         (define_insn "<mask_codefor>avx512dq_cvtps2uqqv2di<mask_name>"): Ditto.
3412
3413 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3414
3415         * varasm.c (compute_reloc_for_rtx_1): Take a const_rtx.  Remove the
3416         pointer to the cumulative reloc value and return the value for
3417         this reloc instead.
3418         (compute_reloc_for_rtx): Take a const_rtx.  Call
3419         compute_reloc_for_rtx_1 directly for SYMBOL_REF and LABEL_REF,
3420         avoiding any recursion.  Use FOR_EACH_SUBRTX rather than
3421         for_each_rtx for the CONST case.
3422
3423 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3424
3425         * varasm.c (mark_constant): Replace this for_each_rtx callback with...
3426         (mark_constants_in_pattern): ...this new function to iterate over
3427         all the subrtxes.
3428         (mark_constants): Update accordingly.
3429
3430 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3431
3432         * varasm.c: Include rtl-iter.h.
3433         (const_rtx_hash_1): Take a const_rtx rather than an rtx *.
3434         Remove the pointer to the cumulative hashval_t and just return
3435         the hash for this rtx instead.  Remove recursive CONST_VECTOR case.
3436         (const_rtx_hash): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3437         Accumulate the hashval_ts here instead of const_rtx_hash_1.
3438
3439 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3440
3441         * var-tracking.c (add_uses): Take an rtx rather than an rtx *.
3442         Give real type of data parameter.  Remove return value.
3443         (add_uses_1): Use FOR_EACH_SUBRTX_VAR rather than for_each_rtx
3444         to iterate over subrtxes.
3445
3446 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3447
3448         * var-tracking.c (use_narrower_mode_test): Turn from being a
3449         for_each_rtx callback to being a function that examines each
3450         subrtx itself.
3451         (adjust_mems): Update accordingly.
3452
3453 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3454
3455         * var-tracking.c (non_suitable_const): Turn from being a for_each_rtx
3456         callback to being a function that examines each subrtx itself.
3457         Remove handling of null rtxes.
3458         (add_uses): Update accordingly.
3459
3460 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3461
3462         * var-tracking.c: Include rtl-iter.h.
3463         (rtx_debug_expr_p): Turn from being a for_each_rtx callback
3464         to being a function that examines each subrtx itself.
3465         (use_type): Update accordingly.
3466
3467 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3468
3469         * store-motion.c: Include rtl-iter.h.
3470         (extract_mentioned_regs_1): Delete.
3471         (extract_mentioned_regs): Use FOR_EACH_SUBRTX_VAR rather than
3472         for_each_rtx to iterate over subrtxes.
3473
3474 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3475
3476         * sel-sched.c: Include rtl-iter.h
3477         (count_occurrences_1): Delete.
3478         (count_occurrences_equiv): Turn rtxes into const_rtxes.
3479         Use FOR_EACH_SUBRTX rather than for_each_rtx.
3480
3481 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3482
3483         * rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.
3484         * rtlanal.c (tls_referenced_p_1): Delete.
3485         (tls_referenced_p): Take a const_rtx rather than an rtx.
3486         Use FOR_EACH_SUBRTX rather than for_each_rtx.
3487
3488 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3489
3490         * rtl.h (for_each_inc_dec_fn): Remove special case for -1.
3491         (for_each_inc_dec): Take an rtx rather than an rtx *.
3492         * cselib.c (cselib_record_autoinc_cb): Update accordingly.
3493         (cselib_record_sets): Likewise.
3494         * dse.c (emit_inc_dec_insn_before, check_for_inc_dec_1)
3495         (check_for_inc_dec): Likewise.
3496         * rtlanal.c (for_each_inc_dec_ops): Delete.
3497         (for_each_inc_dec_find_inc_dec): Take the MEM as argument,
3498         rather than a pointer to the memory address.  Replace
3499         for_each_inc_dec_ops argument with separate function and data
3500         arguments.  Abort on non-autoinc addresses.
3501         (for_each_inc_dec_find_mem): Delete.
3502         (for_each_inc_dec): Take an rtx rather than an rtx *.  Use
3503         FOR_EACH_SUBRTX_VAR to visit every autoinc MEM.
3504
3505 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3506
3507         * rtl.h (find_all_hard_regs): Declare.
3508         * rtlanal.c (find_all_hard_regs): New function.
3509         (record_hard_reg_uses_1): Delete.
3510         (record_hard_reg_uses): Use find_all_hard_regs.
3511
3512 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3513
3514         * rtl.h (replace_label_data): Delete.
3515         (replace_label): Take the old label, new label and update-nuses flag
3516         as direct arguments.  Return void.
3517         * cfgcleanup.c (outgoing_edges_match): Update accordingly.
3518         * rtlanal.c (replace_label): Update interface as above.  Handle
3519         JUMP_TABLE_DATA as a special case.  Handle JUMPs outside the
3520         iterator.  Use FOR_EACH_SUBRTX_PTR.
3521
3522 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3523
3524         * rtl.h (get_pool_constant, rtx_referenced_p): Replace rtx parameters
3525         with const_rtx parameters.
3526         * varasm.c (get_pool_constant): Likewise.
3527         * rtlanal.c (rtx_referenced_p_1): Delete.
3528         (rtx_referenced_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3529         Assert that the rtx we're looking for is nonnull.  Allow searches
3530         for constant pool SYMBOL_REFs.
3531
3532 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3533
3534         * reload1.c: Include rtl-iter.h.
3535         (note_reg_elim_costly): Turn from being a for_each_rtx callback
3536         to being a function that examines each subrtx itself.
3537         (eliminate_regs_1, elimination_costs_in_insn): Update accordingly.
3538
3539 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3540
3541         * regcprop.c (cprop_find_used_regs_1): Delete.
3542         (cprop_find_used_regs): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3543
3544 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3545
3546         * regcprop.c: Include rtl-iter.h.
3547         (kill_value): Take a const_rtx.
3548         (kill_autoinc_value): Turn from being a for_each_rtx callback
3549         to being a function that examines each subrtx itself.
3550         (copyprop_hardreg_forward_1): Update accordingly.
3551
3552 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3553
3554         * reg-stack.c: Include rtl-iter.h.
3555         (subst_stack_regs_in_debug_insn): Delete.
3556         (subst_all_stack_regs_in_debug_insn): Use FOR_EACH_SUBRTX_PTR
3557         instead of for_each_rtx.
3558
3559 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3560
3561         * lower-subreg.c (find_decomposable_subregs): Turn from being
3562         a for_each_rtx callback to being a function that examines each
3563         subrtx itself.  Remove handling of null rtxes.
3564         (decompose_multiword_subregs): Update accordingly.
3565
3566 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3567
3568         * lower-subreg.c (adjust_decomposed_uses): Delete.
3569         (resolve_debug): Use FOR_EACH_SUBRTX_PTR rather than for_each_rtx.
3570         Remove handling of null rtxes.
3571
3572 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3573
3574         * lower-subreg.c: Include rtl-iter.h.
3575         (resolve_subreg_use): Turn from being a for_each_rtx callback
3576         to being a function that examines each subrtx itself.  Remove
3577         handling of null rtxes.
3578         (resolve_reg_notes, resolve_simple_move): Update accordingly.
3579         (decompose_multiword_subregs): Likewise.
3580
3581 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3582
3583         * loop-iv.c (altered_reg_used): Turn from being a for_each_rtx callback
3584         to being a function that examines each subrtx itself.
3585         (simplify_using_condition, simplify_using_initial_values): Update
3586         accordingly.
3587
3588 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3589
3590         * loop-iv.c: Include rtl-iter.h.
3591         (find_single_def_src): New function.
3592         (replace_single_def_regs): Turn from being a for_each_rtx callback
3593         to being a function that examines each subrtx itself.
3594         (replace_in_expr, simplify_using_initial_values): Update accordingly.
3595
3596 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3597
3598         * jump.c (eh_returnjump_p_1): Delete.
3599         (eh_returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
3600         Remove handling of null rtxes.
3601
3602 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3603
3604         * jump.c: Include rtl-iter.h.
3605         (returnjump_p_1): Delete.
3606         (returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
3607         Remove handling of null rtxes.
3608
3609 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3610
3611         * ira.c: Include rtl-iter.h.
3612         (set_paradoxical_subreg): Turn from being a for_each_rtx callback
3613         to being a function that examines each subrtx itself.  Remove
3614         handling of null rtxes.
3615         (update_equiv_regs): Update call accordingly.
3616
3617 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3618
3619         * fwprop.c: Include rtl-iter.h.
3620         (varying_mem_p): Turn from being a for_each_rtx callback to being
3621         a function that examines each subrtx itself.
3622         (propagate_rtx): Update accordingly.
3623
3624 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3625
3626         * function.c: Include rtl-iter.h
3627         (instantiate_virtual_regs_in_rtx): Turn from being a for_each_rtx
3628         callback to being a function that examines each subrtx itself.
3629         Return the changed flag.
3630         (instantiate_virtual_regs_in_insn, instantiate_decl_rtl)
3631         (instantiate_virtual_regs): Update calls accordingly.
3632
3633 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3634
3635         * final.c: Include rtl-iter.h.
3636         (mark_symbol_ref_as_used): Delete.
3637         (mark_symbol_refs_as_used): Use FOR_EACH_SUBRTX instead of
3638         for_each_rtx.
3639
3640 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3641
3642         * emit-rtl.c: Include rtl-iter.h.
3643         (find_auto_inc): Turn from being a for_each_rtx callback to being
3644         a function that examines each subrtx itself.  Assume the first operand
3645         to an RTX_AUTOINC is the automodified register.
3646         (try_split): Update call accordingly.
3647
3648 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3649
3650         * dwarf2out.c (resolve_one_addr): Remove unused data parameter.
3651         Return a bool, inverting the result so that 0/false means "not ok".
3652         Use FOR_EACH_SUBRTX_PTR instead of for_each_rtx to iterate over
3653         subrtxes of a CONST.
3654         (mem_loc_descriptor, add_const_value_attribute)
3655         (resolve_addr_in_expr): Update calls accordingly.
3656
3657 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3658
3659         * dwarf2out.c: Include rtl-iter.h.
3660         (const_ok_for_output_1): Take the rtx instead of a pointer to it.
3661         Remove unused data parameter.  Return a bool, inverting the result
3662         so that 0/false means "not ok".
3663         (const_ok_for_output): Update accordingly.  Use FOR_EACH_SUBRTX_VAR
3664         instead of for_each_rtx.
3665
3666 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3667
3668         * dse.c: Include rtl-iter.h.
3669         (check_mem_read_rtx): Change void * parameter to real type.
3670         Remove return value.
3671         (check_mem_read_use): Fix comment.  Use FOR_EACH_SUBRTX_PTR instead of
3672         for_each_rtx.  Don't handle null rtxes.
3673
3674 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3675
3676         * df-problems.c: Include rtl-iter.h.
3677         (find_memory): Turn from being a for_each_rtx callback to being
3678         a function that examines each subrtx itself.  Continue to look for
3679         volatile references even after a nonvolatile one has been found.
3680         (can_move_insns_across): Update calls accordingly.
3681
3682 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3683
3684         * ddg.c (walk_mems_2, walk_mems_1): Delete.
3685         (insns_may_alias_p): Use FOR_EACH_SUBRTX rather than for_each_rtx
3686         to iterate over subrtxes.  Return a bool rather than an int.
3687
3688 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3689
3690         * ddg.c: Include rtl-iter.h.
3691         (mark_mem_use_1): Rename to...
3692         (mark_mem_use): ...deleting old mark_mem_use.  Use FOR_EACH_SUBRTX
3693         instead of for_each_rtx.
3694         (mem_read_insn_p): Update accordingly.
3695
3696 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3697
3698         * cse.c (change_cc_mode_args): Delete.
3699         (cse_change_cc_mode): Turn from being a for_each_rtx callback to being
3700         a function that examines each subrtx itself.  Take the fields of
3701         change_cc_mode_args as argument and return void.
3702         (cse_change_cc_mode_insn): Update calls accordingly.
3703
3704 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3705
3706         * cse.c (is_dead_reg): Change argument to const_rtx.
3707         (dead_debug_insn_data): Delete.
3708         (is_dead_debug_insn): Expand commentary.  Turn from being a
3709         for_each_rtx callback to being a function that examines
3710         each subrtx itself.  Take the fields of dead_debug_insn_data
3711         as argument.
3712         (delete_trivially_dead_insns): Update call accordingly.
3713
3714 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3715
3716         * cse.c (check_for_label_ref): Move earlier in file.  Turn from
3717         being a for_each_rtx callback to being a function that examines
3718         each subrtx itself.
3719         (cse_extended_basic_block): Update call accordingly.
3720
3721 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3722
3723         * cse.c (check_dependence_data): Delete.
3724         (check_dependence): Change from being a for_each_rtx callback to being
3725         a function that examines all subrtxes itself.  Don't handle null rtxes.
3726         (invalidate): Update call accordingly.
3727
3728 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3729
3730         * cse.c: Include rtl-iter.h.
3731         (approx_reg_cost_1): Delete.
3732         (approx_reg_cost): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3733         Don't handle null rtxes.
3734
3735 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3736
3737         * cfgcleanup.c: Include rtl-iter.h.
3738         (mentions_nonequal_regs): Turn from being a for_each_rtx callback
3739         to being a function that examines each subrtx itself.
3740         (thread_jump): Update accordingly.
3741
3742 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3743
3744         * combine-stack-adj.c: Include rtl-iter.h.
3745         (record_stack_refs_data): Delete.
3746         (record_stack_refs): Turn from being a for_each_rtx callback
3747         to being a function that examines each subrtx itself.
3748         Take a pointer to the reflist.  Invert sense of return value
3749         so that true means success and false means failure.  Don't
3750         handle null rtxes.
3751         (combine_stack_adjustments_for_block): Update accordingly.
3752
3753 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3754
3755         * combine.c (record_truncated_value): Turn from being a for_each_rtx
3756         callback to a function that takes an rtx and returns a bool
3757         (record_truncated_values): Use FOR_EACH_SUBRTX_VAR instead of
3758         for_each_rtx.
3759
3760 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3761
3762         * combine.c: Include rtl-iter.h.
3763         (unmentioned_reg_p_1): Delete.
3764         (unmentioned_reg_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
3765         Don't handle null rtxes.
3766
3767 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3768
3769         * calls.c: Include rtl-iter.h.
3770         (internal_arg_pointer_based_exp_1): Delete.
3771         (internal_arg_pointer_based_exp): Take a const_rtx.
3772         Use FOR_EACH_SUBRTX to iterate over subrtxes.
3773
3774 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3775
3776         * caller-save.c: Include rtl-iter.h.
3777         (add_used_regs_1): Delete.
3778         (add_used_regs): Use FOR_EACH_SUBRTX rather than for_each_rtx
3779         to iterate over subrtxes.  Assert that any remaining pseudos
3780         have been spilled.
3781
3782 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3783
3784         * bt-load.c: Include rtl-iter.h.
3785         (btr_reference_found, find_btr_reference, btr_referenced_p): Delete.
3786         (find_btr_use): Move further up file.  Use FOR_EACH_SUBRTX_PTR
3787         to iterate over subrtxes.
3788         (insn_sets_btr_p, new_btr_user, compute_defs_uses_and_gen): Use
3789         find_btr_use rather than btr_referenced_p.
3790
3791 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3792
3793         * alias.c: Include rtl-iter.h.
3794         (refs_newer_value_cb): Delete.
3795         (refs_newer_value_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3796
3797 2014-08-28  Richard Sandiford  <rdsandiford@googlemail.com>
3798
3799         * rtl-iter.h: New file.
3800         * rtlanal.c: Include it.
3801         (rtx_all_subrtx_bounds, rtx_nonconst_subrtx_bounds): New variables.
3802         (generic_subrtx_iterator <T>::add_single_to_queue)
3803         (generic_subrtx_iterator <T>::add_subrtxes_to_queue)
3804         (generic_subrtx_iterator <T>::free_array): New functions.
3805         (generic_subrtx_iterator <T>::LOCAL_ELEMS): Define.
3806         (generic_subrtx_iterator <const_rtx_accessor>)
3807         (generic_subrtx_iterator <rtx_var_accessor>
3808         (generic_subrtx_iterator <rtx_ptr_accessor>): Instantiate.
3809         (setup_reg_subrtx_bounds): New function.
3810         (init_rtlanal): Call it.
3811
3812 2014-08-27  Kaz Kojima  <kkojima@gcc.gnu.org>
3813
3814         PR target/62261
3815         * config/sh/sh.md (ashlsi3): Handle negative shift count for
3816         TARGET_SHMEDIA.
3817         (ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
3818
3819 2014-08-27  Richard Sandiford  <rdsandiford@googlemail.com>
3820
3821         * emit-rtl.c (set_unique_reg_note): Discard notes with side effects.
3822
3823 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3824
3825         * rtl.h (JUMP_LABEL_AS_INSN): New.
3826
3827 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3828
3829         * rtl.h (free_EXPR_LIST_list): Strengthen param from rtx * to
3830         rtx_expr_list **.
3831         (alloc_EXPR_LIST): Strengthen return type from rtx to
3832         rtx_expr_list *.
3833         (remove_free_EXPR_LIST_node): Likewise for param.
3834         * reload.h (struct reg_equivs_t): Strengthen field "alt_mem_list"
3835         from rtx to rtx_expr_list *.
3836         * sched-int.h (struct deps_desc): Strengthen fields
3837         "pending_read_mems" and "pending_write_mems" from rtx to
3838         rtx_expr_list *.
3839
3840         * dwarf2out.c (decl_piece_varloc_ptr): Strengthen return type from
3841         rtx to rtx_expr_list *.
3842         * lists.c (alloc_INSN_LIST): Likewise, also for local "r".
3843         (free_EXPR_LIST_list): Strengthen param "listp" from rtx * to
3844         rtx_expr_list **.
3845         (remove_free_EXPR_LIST_node): Likewise.  Strengthen local "node"
3846         from rtx to rtx_expr_list *.
3847         * loop-iv.c (simplify_using_initial_values): Strengthen local
3848         "cond_list" from rtx to rtx_expr_list *, and locals "pnode",
3849         "pnote_next" from rtx * to rtx_expr_list **.
3850         * sched-deps.c (remove_from_both_dependence_lists):  Strengthen
3851         param "exprp" from rtx * to rtx_expr_list **.
3852         (add_insn_mem_dependence): Strengthen local "mem_list" from
3853         rtx * to rtx_expr_list **.  Strengthen local "mem_node" from rtx
3854         to rtx_expr_list *.
3855         * sched-rgn.c (concat_insn_mem_list): Strengthen param "copy_mems"
3856         and local "new_mems" from rtx to rtx_expr_list *.  Strengthen
3857         param "old_mems_p" from rtx * to rtx_expr_list **.
3858         * var-tracking.c (struct adjust_mem_data): Strengthen field
3859         "side_effects" from rtx to rtx_expr_list *.
3860         (adjust_insn): Replace NULL_RTX with NULL when assigning to
3861         rtx_expr_list *.
3862         (prepare_call_arguments): Likewise.
3863
3864 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3865
3866         * function.h (struct rtl_data): Strengthen field
3867         "x_stack_slot_list" from rtx to rtx_expr_list *.
3868
3869         * emit-rtl.c (unshare_all_rtl_1): Add a checked cast
3870         when assigning to stack_slot_list.
3871
3872 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3873
3874         * function.h (struct rtl_data): Strengthen field
3875         x_nonlocal_goto_handler_labels from rtx to rtx_expr_list *.
3876         * rtl.h (remove_node_from_expr_list): Strengthen second param from
3877         rtx * to rtx_expr_list **.
3878
3879         * cfgbuild.c (make_edges): In loop over
3880         nonlocal_goto_handler_labels, strengthen local "x" from rtx to
3881         rtx_expr_list *, and use methods of the latter class to clarify
3882         the code.
3883         * cfgrtl.c (cfg_layout_initialize): Strengthen local "x" from rtx to
3884         rtx_expr_list *, and use methods of the latter class to clarify
3885         the code.
3886         * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3887         * reload1.c (set_initial_label_offsets): Likewise for local "x".
3888         * rtlanal.c (remove_node_from_expr_list): Strengthen param "listp"
3889         from rtx * to rtx_expr_list **.  Strengthen local "temp" from rtx
3890         to rtx_expr_list *.  Use methods of the latter class to clarify
3891         the code.
3892
3893 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3894
3895         * function.h (struct expr_status): Strengthen field
3896         "x_forced_labels" from rtx to rtx_expr_list *.
3897
3898         * cfgbuild.c (make_edges): Split local "x" into two locals,
3899         strengthening one from rtx to rtx_expr_list *, and using methods
3900         of said class.
3901         * dwarf2cfi.c (create_trace_edges): Split local "lab" out; within
3902         loop over forced_labels, introduce strengthen it from rtx to
3903         rtx_expr_list *, using methods to clarify the code.
3904         * jump.c (rebuild_jump_labels_1): Strengthen local "insn" from rtx
3905         to rtx_expr_list *, using methods of said class to clarify the
3906         code.
3907         * reload1.c (set_initial_label_offsets): Split local "x" into two
3908         per-loop variables, strengthening the first from rtx to
3909         rtx_expr_list * and using methods.
3910
3911 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3912
3913         * coretypes.h (class rtx_expr_list): Add forward declaration.
3914         * emit-rtl.c (gen_rtx_EXPR_LIST): New.
3915         * gengenrtl.c (special_rtx): Add EXPR_LIST.
3916         * rtl.h (class rtx_expr_list): New subclass of rtx_def, adding
3917         invariant: GET_CODE (X) == EXPR_LIST.
3918         (is_a_helper <rtx_expr_list *>::test): New.
3919         (rtx_expr_list::next): New.
3920         (rtx_expr_list::element): New.
3921         (gen_rtx_EXPR_LIST): New.
3922
3923 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3924
3925         * varasm.c (mark_constants): Convert a GET_CODE check into a
3926         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
3927         Use methods of rtx_sequence to clarify the code.
3928
3929 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3930
3931         * sched-vis.c (print_pattern): Within SEQUENCE case, introduce a
3932         local "seq" via a checked cast, and use methods of rtx_sequence
3933         to simplify the code.
3934
3935 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3936
3937         * resource.c (mark_referenced_resources): Strengthen local
3938         "sequence" from rtx to rtx_sequence *, adding a checked cast, and
3939         using methods of rtx_sequence to clarify the code.
3940         (find_dead_or_set_registers): Within the switch statement, convert
3941         a GET_CODE check to a dyn_cast, introducing local "seq".  Within
3942         the JUMP_P handling, introduce another local "seq", adding a
3943         checked cast to rtx_sequence *.  In both cases, use methods of
3944         rtx_sequence to clarify the code.
3945         (mark_set_resources): Within SEQUENCE case, introduce local "seq"
3946         via a checked cast, and use methods of rtx_sequence to simplify
3947         the code.
3948
3949 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3950
3951         * reorg.c (redundant_insn): In two places in the function, replace
3952         a check of GET_CODE with a dyn_cast, introducing local "seq", and
3953         usings methods of rtx_sequence to clarify the code.
3954
3955 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3956
3957         * jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
3958         local "seq" with a checked cast, and use methods of rtx_sequence
3959         to clarify the code.
3960
3961 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3962
3963         * function.c (contains): Introduce local "seq" for PATTERN (insn),
3964         with a checked cast, in the region for where we know it's a
3965         SEQUENCE.  Use methods of rtx_sequence.
3966
3967 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3968
3969         * final.c (get_attr_length_1): Replace GET_CODE check with a
3970         dyn_cast, introducing local "seq" and the use of methods of
3971         rtx_sequence.
3972         (shorten_branches): Likewise, introducing local "body_seq".
3973         Strengthen local "inner_insn" from rtx to rtx_insn *.
3974         (reemit_insn_block_notes): Replace GET_CODE check with a
3975         dyn_cast, strengthening local "body" from rtx to rtx_sequence *.
3976         Use methods of rtx_sequence.
3977         (final_scan_insn): Likewise, introducing local "seq" for when
3978         "body" is known to be a SEQUENCE, using its methods.
3979
3980 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3981
3982         * except.c (can_throw_external): Strengthen local "seq" from rtx
3983         to rtx_sequence *.  Use methods of rtx_sequence.
3984         (insn_nothrow_p): Likewise.
3985
3986 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3987
3988         * dwarf2cfi.c (create_trace_edges): Convert GET_CODE check into a
3989         dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
3990         Use methods of rtx_sequence.
3991         (scan_trace): Likewise for local "pat".
3992
3993 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3994
3995         * coretypes.h (class rtx_sequence): Add forward declaration.
3996         * rtl.h (class rtx_sequence): New subclass of rtx_def, adding
3997         invariant: GET_CODE (X) == SEQUENCE.
3998         (is_a_helper <rtx_sequence *>::test): New.
3999         (is_a_helper <const rtx_sequence *>::test): New.
4000         (rtx_sequence::len): New.
4001         (rtx_sequence::element): New.
4002         (rtx_sequence::insn): New.
4003
4004 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4005
4006         * rtl.h (free_INSN_LIST_list): Strengthen param from rtx * to
4007         rtx_insn_list **.
4008         (alloc_INSN_LIST): Strengthen return type from rtx to
4009         rtx_insn_list *.
4010         (copy_INSN_LIST): Likewise for return type and param.
4011         (concat_INSN_LIST): Likewise for both params and return type.
4012         (remove_free_INSN_LIST_elem): Strenghten first param from rtx to
4013         rtx_insn *.  Strengthen second param from rtx * to rtx_insn_list **.
4014         (remove_free_INSN_LIST_node): Strenghten return type from rtx to
4015         rtx_insn *.  Strengthen param from rtx * to rtx_insn_list **.
4016
4017         * sched-int.h (struct deps_reg): Strengthen fields "uses", "sets",
4018         "implicit_sets", "control_uses", "clobbers" from rtx to
4019         rtx_insn_list *.
4020         (struct deps_desc): Likewise for fields "pending_read_insns",
4021         "pending_write_insns", "pending_jump_insns",
4022         "last_pending_memory_flush", "last_function_call",
4023         "last_function_call_may_noreturn", "sched_before_next_call",
4024         "sched_before_next_jump".
4025         (struct _haifa_deps_insn_data): Likewise for field "cond_deps".
4026         (remove_from_deps): Strengthen second param from rtx to rtx_insn *.
4027
4028         * gcse.c (struct ls_expr): Strengthen fields "loads" and "stores"
4029         from rtx to rtx_insn_list *.
4030         (ldst_entry): Replace use of NULL_RTX with NULL when dealing with
4031         rtx_insn_list *.
4032
4033         * haifa-sched.c (insn_queue): Strengthen this variable from rtx *
4034         to rtx_insn_list **.
4035         (dep_cost_1): Strengthen local "dep_cost_rtx_link" from rtx to
4036         rtx_insn_list *.
4037         (queue_insn): Likewise for local "link".
4038         (struct haifa_saved_data): Strengthen field "insn_queue" from
4039         rtx * to rtx_insn_list **.
4040         (save_backtrack_point): Update allocation of save->insn_queue to
4041         reflect the strengthening of elements from rtx to rtx_insn_list *.
4042         (queue_to_ready): Strengthen local "link" from rtx to
4043         rtx_insn_list *; use methods "next" and "insn" when traversing the
4044         list.
4045         (early_queue_to_ready): Likewise for locals "link", "next_link",
4046         "prev_link".
4047         (schedule_block): Update allocation of insn_queue to reflect the
4048         strengthening of elements from rtx to rtx_insn_list *.  Strengthen
4049         local "link" from rtx to rtx_insn_list *, and use methods when
4050         working it.
4051         (add_to_speculative_block): Strengthen locals "twins" and
4052         "next_node" from rtx to rtx_insn_list *, and use methods when
4053         working with them.  Strengthen local "twin" from rtx to
4054         rtx_insn *, eliminating a checked cast.
4055         (fix_recovery_deps): Strengthen locals "ready_list" and "link"
4056         from rtx to rtx_insn_list *, and use methods when working with
4057         them.
4058
4059         * lists.c (alloc_INSN_LIST): Strengthen return type and local "r"
4060         from rtx to rtx_insn_list *, adding a checked cast.
4061         (free_INSN_LIST_list): Strengthen param "listp" from rtx * to
4062         rtx_insn_list **.
4063         (copy_INSN_LIST): Strengthen return type and locals "new_queue",
4064         "newlink" from rtx to rtx_insn_list *.  Strengthen local
4065         "pqueue" from rtx * to rtx_insn_list **.  Strengthen local "x"
4066         from rtx to rtx_insn *.
4067         (concat_INSN_LIST): Strengthen return type and local "new_rtx",
4068         from rtx to rtx_insn_list *.  Use methods of the latter class.
4069         (remove_free_INSN_LIST_elem): Strengthen param "elem" from rtx to
4070         rtx_insn *, and param "listp" from rtx * to rtx_insn_list **.
4071         (remove_free_INSN_LIST_node): Strengthen return type and local
4072         "elem" from rtx to rtx_insn *.  Strenghten param "listp" from
4073         rtx * to rtx_insn_list **.  Strengthen local "node" from rtx to
4074         rtx_insn_list *, using "insn" method.
4075
4076         * sched-deps.c (add_dependence_list):  Strengthen param "list"
4077         from rtx to rtx_insn_list *, and use methods when working with it.
4078         (add_dependence_list_and_free):  Strengthen param "listp" from
4079         rtx * to rtx_insn_list **.
4080         (remove_from_dependence_list): Strenghten param "listp" from rtx *
4081         to rtx_insn_list **, and use methods when working with *listp.
4082         (remove_from_both_dependence_lists): Strengthen param "listp" from
4083         rtx * to rtx_insn_list **
4084         (add_insn_mem_dependence): Strengthen local "insn_list" from rtx *
4085         to rtx_insn_list **.  Eliminate local "link", in favor of two new
4086         locals "insn_node" and "mem_node", an rtx_insn_list * and an rtx
4087         respectively.
4088         (deps_analyze_insn): Split out uses 'f local "t" as an INSN_LIST
4089         by introducing local "cond_deps".
4090         (remove_from_deps): Strengthen param "insn" from rtx to
4091         rtx_insn *.
4092
4093         * sched-rgn.c (concat_insn_mem_list): Strengthen param
4094         "copy_insns" and local "new_insns" from rtx to rtx_insn_list *.
4095         Strengthen param "old_insns_p" from rtx * to rtx_insn_list **.
4096         Use methods of rtx_insn_list.
4097
4098         * store-motion.c (struct st_expr): Strengthen fields
4099         "antic_stores" and "avail_stores" from rtx to rtx_insn_list *.
4100         (st_expr_entry): Replace NULL_RTX with NULL when dealing with
4101         rtx_insn_list *.
4102         (find_moveable_store): Split out "tmp" into multiple more-tightly
4103         scoped locals.  Use methods of rtx_insn_list *.
4104         (compute_store_table): Strengthen local "tmp" from rtx to
4105         rtx_insn *.  Use methods of rtx_insn_list *.
4106
4107 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4108
4109         * coretypes.h (class rtx_insn_list): Add forward declaration.
4110         * rtl.h (class rtx_insn_list): New subclass of rtx_def
4111         (is_a_helper <rtx_insn_list *>::test): New.
4112         (rtx_insn_list::next): New.
4113         (rtx_insn_list::insn): New.
4114         (gen_rtx_INSN_LIST): Add prototype.
4115         * emit-rtl.c (gen_rtx_INSN_LIST): New.
4116         * gengenrtl.c (special_rtx): Add INSN_LIST.
4117
4118 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4119
4120         * ira-lives.c (find_call_crossed_cheap_reg): Strengthen local
4121         "prev" from rtx to rtx_insn *.
4122
4123 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4124
4125         * rtl.h (INSN_UID): Convert from a macro to a pair of inline
4126         functions.  Require merely an rtx for now, not an rtx_insn *.
4127         (BLOCK_FOR_INSN): Likewise.
4128         (INSN_LOCATION): Likewise.
4129         (INSN_HAS_LOCATION): Convert from a macro to an inline function.
4130
4131 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4132
4133         * rtl.h (PATTERN): Convert this macro into a pair of inline
4134         functions, for now, requiring const_rtx and rtx.
4135
4136 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4137
4138         * target.def (unwind_emit): Strengthen param "insn" from rtx to
4139         rtx_insn *.
4140         (final_postscan_insn): Likewise.
4141         (adjust_cost): Likewise.
4142         (adjust_priority): Likewise.
4143         (variable_issue): Likewise.
4144         (macro_fusion_pair_p): Likewise.
4145         (dfa_post_cycle_insn): Likewise.
4146         (first_cycle_multipass_dfa_lookahead_guard): Likewise.
4147         (first_cycle_multipass_issue): Likewise.
4148         (dfa_new_cycle): Likewise.
4149         (adjust_cost_2): Likewise for params "insn" and "dep_insn".
4150         (speculate_insn): Likewise for param "insn".
4151         (gen_spec_check): Likewise for params "insn" and "label".
4152         (get_insn_spec_ds): Likewise for param "insn".
4153         (get_insn_checked_ds): Likewise.
4154         (dispatch_do): Likewise.
4155         (dispatch): Likewise.
4156         (cannot_copy_insn_p): Likewise.
4157         (invalid_within_doloop): Likewise.
4158         (legitimate_combined_insn): Likewise.
4159         (needed): Likewise.
4160         (after): Likewise.
4161
4162         * doc/tm.texi: Automatically updated to reflect changes to
4163         target.def.
4164
4165         * haifa-sched.c (choose_ready): Convert NULL_RTX to NULL when
4166         working with insn.
4167         (schedule_block): Likewise.
4168         (sched_init): Likewise.
4169         (sched_speculate_insn): Strengthen param "insn" from rtx to
4170         rtx_insn *.
4171         (ready_remove_first_dispatch): Convert NULL_RTX to NULL when
4172         working with insn.
4173         * hooks.c (hook_bool_rtx_true): Rename to...
4174         hook_bool_rtx_insn_true): ...this, and strengthen first param from
4175         rtx to rtx_insn *.
4176         (hook_constcharptr_const_rtx_null): Rename to...
4177         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4178         first param from const_rtx to const rtx_insn *.
4179         (hook_bool_rtx_int_false): Rename to...
4180         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4181         param from rtx to rtx_insn *.
4182         (hook_void_rtx_int): Rename to...
4183         (hook_void_rtx_insn_int): ...this, and strengthen first param from
4184         rtx to rtx_insn *.
4185
4186         * hooks.h (hook_bool_rtx_true): Rename to...
4187         (hook_bool_rtx_insn_true): ...this, and strengthen first param from
4188         rtx to rtx_insn *.
4189         (hook_bool_rtx_int_false): Rename to...
4190         (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4191         param from rtx to rtx_insn *.
4192         (hook_void_rtx_int): Rename to...
4193         (hook_void_rtx_insn_int): ...this, and strengthen first param from
4194         rtx to rtx_insn *.
4195         (hook_constcharptr_const_rtx_null): Rename to...
4196         (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4197         first param from const_rtx to const rtx_insn *.
4198
4199         * sched-deps.c (sched_macro_fuse_insns): Strengthen param "insn"
4200         and local "prev" from rtx to rtx_insn *.
4201
4202         * sched-int.h (sched_speculate_insn): Strengthen first param from
4203         rtx to rtx_insn *.
4204
4205         * sel-sched.c (create_speculation_check): Likewise for local "label".
4206         * targhooks.c (default_invalid_within_doloop): Strengthen param
4207         "insn" from const_rtx to const rtx_insn *.
4208         * targhooks.h (default_invalid_within_doloop): Strengthen param
4209         from const_rtx to const rtx_insn *.
4210
4211         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Likewise.
4212         (alpha_adjust_cost): Likewise for params "insn", "dep_insn".
4213
4214         * config/arc/arc.c (arc_sched_adjust_priority): Likewise for param
4215         "insn".
4216         (arc_invalid_within_doloop): Likewise, with const.
4217
4218         * config/arm/arm.c (arm_adjust_cost): Likewise for params "insn", "dep".
4219         (arm_cannot_copy_insn_p): Likewise for param "insn".
4220         (arm_unwind_emit): Likewise.
4221
4222         * config/bfin/bfin.c (bfin_adjust_cost): Likewise for params "insn",
4223         "dep_insn".
4224
4225         * config/c6x/c6x.c (c6x_dfa_new_cycle): Likewise for param "insn".
4226         (c6x_variable_issue): Likewise.  Removed now-redundant checked
4227         cast.
4228         (c6x_adjust_cost): Likewise for params "insn", "dep_insn".
4229
4230         * config/epiphany/epiphany-protos.h (epiphany_mode_needed):
4231         Likewise for param "insn".
4232         (epiphany_mode_after): Likewise.
4233         * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise for
4234         params "insn", "dep_insn".
4235         (epiphany_mode_needed): Likewise for param "insn".
4236         (epiphany_mode_after): Likewise.
4237
4238         * config/i386/i386-protos.h (i386_pe_seh_unwind_emit): Likewise.
4239         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
4240         (ix86_avx_u128_mode_needed): Likewise.
4241         (ix86_i387_mode_needed): Likewise.
4242         (ix86_mode_needed): Likewise.
4243         (ix86_avx_u128_mode_after): Likewise.
4244         (ix86_mode_after): Likewise.
4245         (ix86_adjust_cost): Likewise for params "insn", "dep_insn".
4246         (ix86_macro_fusion_pair_p): Likewise for params "condgen", "condjmp".
4247         (ix86_adjust_priority): Likewise for param "insn".
4248         (core2i7_first_cycle_multipass_issue): Likewise for param "insn".
4249         (do_dispatch): Likewise.
4250         (has_dispatch): Likewise.
4251         * config/i386/winnt.c (i386_pe_seh_unwind_emit): Likewise.
4252
4253         * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Update to
4254         reflect renaming of default hook implementation from
4255         hook_constcharptr_const_rtx_null to
4256         hook_constcharptr_const_rtx_insn_null.
4257         (ia64_adjust_cost_2): Strengthen params "insn", "dep_insn" from
4258         rtx to rtx_insn *.
4259         (ia64_variable_issue): Likewise for param "insn".
4260         (ia64_first_cycle_multipass_dfa_lookahead_guard): Likewise.
4261         (ia64_dfa_new_cycle): Likewise.
4262         (ia64_get_insn_spec_ds): Likewise.
4263         (ia64_get_insn_checked_ds): Likewise.
4264         (ia64_speculate_insn): Likewise.
4265         (ia64_gen_spec_check): Likewise for params "insn", "label".
4266         (ia64_asm_unwind_emit): Likewise for param "insn".
4267
4268         * config/m32r/m32r.c (m32r_adjust_priority): Likewise.
4269
4270         * config/m68k/m68k.c (m68k_sched_adjust_cost): Likewise for params
4271         "insn", "def_insn".
4272         (m68k_sched_variable_issue): Likewise for param "insn".
4273
4274         * config/mep/mep.c (mep_adjust_cost): Likewise for params "insn",
4275         "def_insn".
4276
4277         * config/microblaze/microblaze.c (microblaze_adjust_cost):
4278         Likewise for params "insn", "dep".
4279
4280         * config/mips/mips.c (mips_adjust_cost): Likewise.
4281         (mips_variable_issue): Likewise for param "insn".
4282         (mips_final_postscan_insn): Likewise.
4283
4284         * config/mn10300/mn10300.c (mn10300_adjust_sched_cost): Likewise
4285         for params "insn", "dep".
4286
4287         * config/pa/pa.c (pa_adjust_cost): Likewise for params "insn",
4288         "dep_insn".
4289         (pa_adjust_priority): Likewise for param "insn".
4290
4291         * config/picochip/picochip.c (picochip_sched_adjust_cost):
4292         Likewise for params "insn", "dep_insn".
4293
4294         * config/rs6000/rs6000.c (rs6000_variable_issue_1): Likewise for
4295         param "insn".
4296         (rs6000_variable_issue): Likewise.
4297         (rs6000_adjust_cost): Likewise for params "insn", "dep_insn".
4298         (rs6000_debug_adjust_cost): Likewise.
4299         (rs6000_adjust_priority): Likewise for param "insn".
4300         (rs6000_use_sched_lookahead_guard): Likewise.
4301         (get_next_active_insn): Likewise for return type and both params.
4302         (redefine_groups): Likewise for params "prev_head_insn", "tail"
4303         and locals "insn", "next_insn".
4304         (pad_groups): Likewise.
4305
4306         * config/s390/s390.c (s390_adjust_priority): Likewise for param
4307         "insn".
4308         (s390_cannot_copy_insn_p): Likewise.
4309         (s390_sched_variable_issue): Likewise for third param, eliminating
4310         checked cast.
4311         (TARGET_INVALID_WITHIN_DOLOOP): Update to reflect renaming of
4312         default hook implementation from hook_constcharptr_const_rtx_null
4313         to hook_constcharptr_const_rtx_insn_null.
4314
4315         * config/sh/sh.c (sh_cannot_copy_insn_p): Strengthen param "insn"
4316         from rtx to rtx_insn *.
4317         (sh_adjust_cost): Likewise for params "insn", "dep_insn".
4318         (sh_variable_issue): Likewise for param "insn".
4319         (sh_dfa_new_cycle): Likewise.
4320         (sh_mode_needed): Likewise.
4321         (sh_mode_after): Likewise.
4322
4323         * config/sparc/sparc.c (supersparc_adjust_cost): Likewise for
4324         params "insn", "dep_insn".
4325         (hypersparc_adjust_cost): Likewise.
4326         (sparc_adjust_cost): Likewise.
4327
4328         * config/spu/spu.c (spu_sched_variable_issue): Likewise for third
4329         param, eliminated checked cast.
4330         (spu_sched_adjust_cost): Likewise for first and third params.
4331
4332         * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Strengthen
4333         params "insn" and "dep_insn" from rtx to rtx_insn *.
4334
4335         * config/tilepro/tilepro.c (tilepro_sched_adjust_cost): Likewise.
4336
4337 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
4338
4339         * gcc/config/mn10300/mn10300.c (is_load_insn): Rename to...
4340         (set_is_load_p): ...this, updating to work on a SET pattern rather
4341         than an insn.
4342         (is_store_insn): Rename to...
4343         (set_is_store_p): ...this, updating to work on a SET pattern
4344         rather than an insn.
4345         (mn10300_adjust_sched_cost): Move call to get_attr_timings from
4346         top of function to where it is needed.  Rewrite the bogus
4347         condition that checks for "insn" and "dep" being PARALLEL to
4348         instead use single_set, introducing locals "insn_set" and
4349         "dep_set".  Given that we only ever returned "cost" for a non-pair
4350         of SETs, bail out early if we don't have a pair of SET.
4351         Rewrite all uses of PATTERN (dep) and PATTERN (insn) to instead
4352         use the new locals "insn_set" and "dep_set", and update calls to
4353         is_load_insn and is_store_insn to be calls to set_is_load_p and
4354         set_is_store_p.
4355
4356 2014-08-27  Guozhi Wei  <carrot@google.com>
4357
4358         PR target/62262
4359         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Check the shift
4360         amount before using it.
4361
4362 2014-08-27  Richard Biener  <rguenther@suse.de>
4363
4364         * gimple-fold.c (get_maxval_strlen): Add overload wrapping
4365         get_maxval_strlen inside a more useful API.
4366         (gimple_fold_builtin_with_strlen): Remove and fold into ...
4367         (gimple_fold_builtin): ... caller.
4368         (gimple_fold_builtin_strlen, gimple_fold_builtin_strcpy,
4369         gimple_fold_builtin_strncpy, gimple_fold_builtin_strcat,
4370         gimple_fold_builtin_fputs, gimple_fold_builtin_memory_chk,
4371         gimple_fold_builtin_stxcpy_chk, gimple_fold_builtin_stxncpy_chk,
4372         gimple_fold_builtin_snprintf_chk, gimple_fold_builtin_snprintf,
4373         gimple_fold_builtin_sprintf): Adjust to compute maxval
4374         themselves.
4375
4376 2014-08-27  Yvan Roux  <yvan.roux@linaro.org>
4377
4378         PR other/62248
4379         * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.
4380
4381 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4382             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4383             Anna Tikhonova  <anna.tikhonova@intel.com>
4384             Ilya Tocar  <ilya.tocar@intel.com>
4385             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4386             Ilya Verbin  <ilya.verbin@intel.com>
4387             Kirill Yukhin  <kirill.yukhin@intel.com>
4388             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4389
4390         * config/i386/sse.md
4391         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"):
4392         Use `concat_tg_mode' attribute to determine asm register size.
4393
4394 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4395             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4396             Anna Tikhonova  <anna.tikhonova@intel.com>
4397             Ilya Tocar  <ilya.tocar@intel.com>
4398             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4399             Ilya Verbin  <ilya.verbin@intel.com>
4400             Kirill Yukhin  <kirill.yukhin@intel.com>
4401             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4402
4403         * config/i386/sse.md
4404         (define_mode_iterator VI48_AVX512VL): New.
4405         (define_mode_iterator VI_UNALIGNED_LOADSTORE): Delete.
4406         (define_mode_iterator VI_ULOADSTORE_BW_AVX512VL): New.
4407         (define_mode_iterator VI_ULOADSTORE_F_AVX512VL): Ditto.
4408         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4409         with VI1): Change mode iterator.
4410         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4411         with VI_ULOADSTORE_BW_AVX512VL): New.
4412         (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4413         with VI_ULOADSTORE_F_AVX512VL): Ditto.
4414         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4415         with VI1): Change mode iterator.
4416         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4417         with VI_ULOADSTORE_BW_AVX512VL): New.
4418         (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4419         with VI_ULOADSTORE_F_AVX512VL): Ditto.
4420         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4421         with VI1): Change mode iterator.
4422         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4423         with VI_ULOADSTORE_BW_AVX512VL): New.
4424         (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4425         with VI_ULOADSTORE_BW_AVX512VL): Ditto.
4426         (define_insn "avx512f_storedqu<mode>_mask"): Delete.
4427         (define_insn "<avx512>_storedqu<mode>_mask" with
4428         VI48_AVX512VL): New.
4429         (define_insn "<avx512>_storedqu<mode>_mask" with
4430         VI12_AVX512VL): Ditto.
4431
4432 2014-08-27  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4433             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
4434             Anna Tikhonova  <anna.tikhonova@intel.com>
4435             Ilya Tocar  <ilya.tocar@intel.com>
4436             Andrey Turetskiy  <andrey.turetskiy@intel.com>
4437             Ilya Verbin  <ilya.verbin@intel.com>
4438             Kirill Yukhin  <kirill.yukhin@intel.com>
4439             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
4440
4441         * config/i386/sse.md
4442         (define_mode_iterator VI48_AVX2_48_AVX512F): Delete.
4443         (define_mode_iterator VI48_AVX512BW): New.
4444         (define_insn "<avx2_avx512f>_<shift_insn>v<mode><mask_name>"): Delete.
4445         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
4446         with VI48_AVX2_48_AVX512F): New.
4447         (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
4448         with VI2_AVX512VL): Ditto.
4449
4450 2014-08-27  Richard Biener  <rguenther@suse.de>
4451
4452         PR middle-end/62239
4453         * builtins.c (fold_builtin_strcat_chk): Move to gimple-fold.c.
4454         (fold_builtin_3): Do not fold strcat_chk here.
4455         * gimple-fold.c (gimple_fold_builtin_strcat_chk): Move here
4456         from builtins.c.
4457         (gimple_fold_builtin): Fold strcat_chk here.
4458
4459 2014-08-26  Aldy Hernandez  <aldyh@redhat.com>
4460
4461         * dwarf2out.h (dwarf2out_decl): Remove prototype.
4462         * dwarf2out.c (dwarf2out_decl): Make static.
4463
4464 2014-08-26  Joel Sherrill <joel.sherrill@oarcorp.com>
4465
4466         * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
4467
4468 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4469
4470         * cselib.h (struct elt_loc_list): Strengthen field "setting_insn"
4471         from rtx to rtx_insn *.
4472         (cselib_lookup_from_insn): Likewise for final param.
4473         (cselib_subst_to_values_from_insn): Likewise.
4474         (cselib_add_permanent_equiv): Likewise.
4475
4476         * cselib.c (cselib_current_insn): Likewise for this variable.
4477         (cselib_subst_to_values_from_insn): Likewise for param "insn".
4478         (cselib_lookup_from_insn): Likewise.
4479         (cselib_add_permanent_equiv): Likewise for param "insn" and local
4480         "save_cselib_current_insn".
4481         (cselib_process_insn): Replace use of NULL_RTX with NULL.
4482
4483         * sched-deps.c (add_insn_mem_dependence): Strengthen param "insn"
4484         from rtx to rtx_insn *.
4485
4486 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4487
4488         * dse.c (dse_step6): Strengthen local "rinsn" from rtx to
4489         rtx_insn *.
4490
4491 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4492
4493         * df.h (df_dump_insn_problem_function): Strengthen first param of
4494         this callback from const_rtx to const rtx_insn *.
4495         (struct df_insn_info): Strengthen field "insn" from rtx to
4496         rtx_insn *.
4497         (DF_REF_INSN): Eliminate this function, reinstating the older
4498         macro definition.
4499         (df_find_def): Strengthen param 1 from rtx to rtx_insn *.
4500         (df_reg_defined): Likewise.
4501         (df_find_use): Likewise.
4502         (df_reg_used): Likewise.
4503         (df_dump_insn_top): Strengthen param 1 from const_rtx to
4504         const rtx_insn *.
4505         (df_dump_insn_bottom): Likewise.
4506         (df_insn_debug): Strengthen param 1 from rtx to rtx_insn *.
4507         (df_insn_debug_regno): Likewise.
4508         (debug_df_insn): Likewise.
4509         (df_rd_simulate_one_insn): Likewise for param 2.
4510         (df_word_lr_simulate_defs): Likewise for param 1.
4511         (df_word_lr_simulate_uses): Likewise.
4512         (df_md_simulate_one_insn): Likewise for param 2.
4513         (df_simulate_find_noclobber_defs): Likewise for param 1.
4514         (df_simulate_find_defs): Likewise.
4515         (df_simulate_defs): Likewise.
4516         (df_simulate_uses): Likewise.
4517         (df_simulate_one_insn_backwards): Likewise for param 2.
4518         (df_simulate_one_insn_forwards): Likewise.
4519         (df_uses_create): Likewise for param 2.
4520         (df_insn_create_insn_record): Likewise for param 1.
4521         (df_insn_delete): Likewise.
4522         (df_insn_rescan): Likewise.
4523         (df_insn_rescan_debug_internal): Likewise.
4524         (df_insn_change_bb): Likewise.
4525         (df_notes_rescan): Likewise.
4526         * rtl.h (remove_death): Likewise for param 2.
4527         (print_rtl_with_bb): Strengthen param 2 from const_rtx to
4528         const rtx_insn *.
4529         * sched-int.h (reemit_notes): Strengthen param from rtx to
4530         rtx_insn *.
4531         * valtrack.h (propagate_for_debug): Likewise for param 1.
4532
4533         * cfgrtl.c (print_rtl_with_bb): Strengthen param "rtx_first" and
4534         local "tmp_rtx" from const_rtx to const rtx_insn *.
4535         * combine.c (remove_death): Strengthen param "insn" from rtx to
4536         rtx_insn *.
4537         (move_deaths): Likewise for local "where_dead".
4538         * cse.c (delete_trivially_dead_insns): Introduce local
4539         "bind_var_loc" so that "bind" can be strengthened to an rtx_insn *.
4540         * df-core.c (df_find_def): Strengthen param "insn" from rtx to
4541         rtx_insn *.
4542         (df_reg_defined): Likewise.
4543         (df_find_use): Likewise.
4544         (df_reg_used): Likewise.
4545         (df_dump_insn_problem_data): Strengthen param "insn" from
4546         const_rtx to const rtx_insn *.
4547         (df_dump_insn_top): Likewise.
4548         (df_dump_insn_bottom): Likewise.
4549         (df_insn_debug): Strengthen param "insn" from rtx to rtx_insn *.
4550         (df_insn_debug_regno): Likewise.
4551         (debug_df_insn): Likewise.
4552         (DF_REF_INSN): Delete.
4553         * df-problems.c (df_rd_simulate_one_insn): Strengthen param "insn"
4554         from rtx to rtx_insn *.
4555         (df_chain_insn_top_dump): Strengthen param "insn" from
4556         const_rtx to const rtx_insn *.
4557         (df_chain_insn_bottom_dump): Likewise.
4558         (df_word_lr_simulate_defs): Strengthen param "insn" from rtx to
4559         rtx_insn *.
4560         (df_word_lr_simulate_uses): Likewise.
4561         (df_print_note): Likewise.
4562         (df_remove_dead_and_unused_notes): Likewise.
4563         (df_set_unused_notes_for_mw): Likewise.
4564         (df_set_dead_notes_for_mw): Likewise.
4565         (df_create_unused_note): Likewise.
4566         (df_simulate_find_defs): Likewise.
4567         (df_simulate_find_uses): Likewise.
4568         (df_simulate_find_noclobber_defs): Likewise.
4569         (df_simulate_defs): Likewise.
4570         (df_simulate_uses): Likewise.
4571         (df_simulate_one_insn_backwards): Likewise.
4572         (df_simulate_one_insn_forwards): Likewise.
4573         (df_md_simulate_one_insn): Likewise.
4574         * df-scan.c (df_uses_create): Likewise.
4575         (df_insn_create_insn_record): Likewise.
4576         (df_insn_delete): Likewise.
4577         (df_insn_rescan): Likewise.
4578         (df_insn_rescan_debug_internal): Likewise.
4579         (df_insn_change_bb): Likewise.
4580         (df_notes_rescan): Likewise.
4581         (df_refs_add_to_chains): Likewise.
4582         (df_insn_refs_verify): Likewise.
4583         * emit-rtl.c (set_insn_deleted): Add checked cast to rtx_insn *
4584         when invoking df_insn_delete.
4585         (reorder_insns): Strengthen local "x" from rtx to rtx_insn *.
4586         (set_unique_reg_note): Add checked cast.
4587         * final.c (cleanup_subreg_operands): Likewise.
4588         * gcse.c (update_ld_motion_stores): Likewise, strengthening local
4589         "insn" from rtx to rtx_insn *.
4590         * haifa-sched.c (reemit_notes): Strengthen param "insn" and local
4591         "last" from rtx to rtx_insn *.
4592         * ira-emit.c (change_regs_in_insn): New function.
4593         (change_loop): Strengthen local "insn" from rtx to rtx_insn *.
4594         Invoke change_regs_in_insn rather than change_regs.
4595         * ira.c (update_equiv_regs): Strengthen locals "insn",
4596         "init_insn", "new_insn" from rtx to rtx_insn *.  Invoke
4597         for_each_rtx_in_insn rather than for_each_rtx.
4598         * recog.c (confirm_change_group): Add checked casts.
4599         (peep2_update_life): Strengthen local "x" from rtx to rtx_insn *.
4600         Add checked cast.
4601         (peep2_fill_buffer): Add checked cast.
4602         * rtlanal.c (remove_note): Likewise.
4603         * valtrack.c (propagate_for_debug): Strengthen param "insn" and
4604         locals "next" "end" from rtx to rtx_insn *.
4605
4606 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4607
4608         * sched-int.h (sched_init_insn_luid): Strengthen param 1 from rtx
4609         to rtx_insn *.
4610         (struct reg_use_data): Likewise for field "insn".
4611         (insn_cost): Likewise for param.
4612         (real_insn_for_shadow): Likewise for return type and param.
4613         (increase_insn_priority): Likewise for param 1.
4614         (debug_dependencies): Likewise for both params.
4615
4616         * haifa-sched.c (insn_delay): Likewise for param "insn".
4617         (real_insn_for_shadow): Likewise for return type and param "insn".
4618         (update_insn_after_change): Likewise for param "insn".
4619         (recompute_todo_spec): Likewise for param "next" and locals "pro",
4620         "other".
4621         (insn_cost): Likewise for param "insn".
4622         (increase_insn_priority): Likewise.
4623         (calculate_reg_deaths): Likewise.
4624         (setup_insn_reg_pressure_info): Likewise.
4625         (model_schedule): Strengthen from vec<rtx> to vec<rtx_insn *>.
4626         (model_index): Strengthen param "insn" from rtx to rtx_insn *.
4627         (model_recompute): Likewise.
4628         (must_restore_pattern_p): Likewise for param "next".
4629         (model_excess_cost): Likewise for param "insn".
4630         (queue_remove): Likewise.
4631         (adjust_priority): Likewise for param "prev".
4632         (update_register_pressure): Likewise for param "insn".
4633         (setup_insn_max_reg_pressure): Likewise for local "insn".
4634         (update_reg_and_insn_max_reg_pressure): Likewise for param "insn".
4635         (model_add_to_schedule): Likewise.
4636         (model_reset_queue_indices): Likewise for local "insn".
4637         (unschedule_insns_until): Strengthen local "recompute_vec" from
4638         auto_vec<rtx> to auto_vec<rtx_insn *>.  Strengthen locals "last",
4639         "con" from rtx to rtx_insn *.
4640         (restore_last_backtrack_point): Likewise for both locals "x". Add
4641         checked casts.
4642         (estimate_insn_tick): Likewise for param "insn".
4643         (commit_schedule): Likewise for params "prev_head", "tail" and
4644         local "x".
4645         (verify_shadows): Likewise for locals "i1", "i2".
4646         (dump_insn_stream): Likewise for params "head", "tail" and locals
4647         "next_tail", "insn".
4648         (schedule_block): Likewise for locals "insn", "x".  Add a checked
4649         cast.
4650         (fix_inter_tick): Likewise for params "head", "tail".
4651         (create_check_block_twin): Likewise for local "jump".
4652         (haifa_change_pattern): Likewise for param "insn".
4653         (haifa_speculate_insn): Likewise.
4654         (dump_new_block_header): Likewise for params "head", "tail".
4655         (fix_jump_move): Likewise for param "jump".
4656         (move_block_after_check): Likewise.
4657         (sched_init_insn_luid): Likewise for param "insn".
4658         (sched_init_luids): Likewise for local "insn".
4659         (insn_luid): Likewise for param "insn".
4660         (init_h_i_d): Likewise.
4661         (haifa_init_h_i_d): Likewise for local "insn".
4662         (haifa_init_insn): Likewise for param "insn".
4663         * sched-deps.c (add_dependence): Likewise for local "real_pro",
4664         "other".
4665         (create_insn_reg_use): Likewise for param "insn".
4666         (setup_insn_reg_uses): Likewise.  Add a checked cast.
4667         * sched-ebb.c (debug_ebb_dependencies): Strengthen params "head",
4668         "tail" from rtx to rtx_insn *.
4669         * sched-rgn.c (void debug_dependencies): Likewise, also for locals
4670         "insn", "next_tail".
4671
4672 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4673
4674         * haifa-sched.c (struct model_insn_info): Strengthen field "insn"
4675         from rtx to rtx_insn *.
4676         (model_add_to_schedule): Likewise for locals "start", "end",
4677         "iter".
4678
4679 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4680
4681         * rtl.h (duplicate_insn_chain): Strengthen both params from rtx to
4682         rtx_insn *.
4683         * cfgrtl.c (duplicate_insn_chain): Likewise for  params "from",
4684         "to" and locals "insn", "next", "copy".  Remove now-redundant
4685         checked cast.
4686
4687 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4688
4689         * rtl.h (canonicalize_condition): Strengthen param 1 from rtx to
4690         rtx_insn * and param 4 from rtx * to rtx_insn **.
4691         (get_condition): Strengthen param 1 from rtx to rtx_insn * and
4692         param 2 from rtx * to rtx_insn **.
4693
4694         * df.h (can_move_insns_across): Strengthen params 1-4 from rtx to
4695         rtx_insn * and final param from rtx * to rtx_insn **.
4696
4697         * cfgcleanup.c (try_head_merge_bb): Strengthen local "move_before"
4698         from rtx to rtx_insn *.
4699         (try_head_merge_bb): Likewise for both locals named "move_upto".
4700         * df-problems.c (can_move_insns_across): Likewise for params
4701         "from", "to", "across_from", "across_to" and locals "insn",
4702         "next", "max_to".  Strengthen param "pmove_upto" from rtx * to
4703         rtx_insn **.
4704         * ifcvt.c (struct noce_if_info): Strengthen field "cond_earliest"
4705         from rtx to rtx_insn *.
4706         (noce_get_alt_condition): Strengthen param "earliest" from rtx *
4707         to rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
4708         (noce_try_minmax): Strengthen locals "earliest", "seq" from rtx to
4709         rtx_insn *.
4710         (noce_try_abs): Likewise.
4711         (noce_get_condition): Likewise for param "jump".  Strengthen param
4712         "earliest" from rtx * to rtx_insn **.
4713         (noce_find_if_block): Strengthen local "cond_earliest" from rtx to
4714         rtx_insn *.
4715         (find_cond_trap): Likewise.
4716         (dead_or_predicable): Likewise for local "earliest".
4717         * loop-iv.c (check_simple_exit): Likewise for local "at".  Add
4718         checked cast.
4719         * rtlanal.c (canonicalize_condition): Likewise for param "insn"
4720         and local "prev".  Strengthen param "earliest" from rtx * to
4721         rtx_insn **.
4722         (get_condition): Strengthen param "jump" from rtx to rtx_insn *
4723         Strengthen param "earliest" from rtx * to rtx_insn **.
4724
4725 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4726
4727         * fwprop.c (local_ref_killed_between_p): Strengthen params "from",
4728         "to" and local "insn" from rtx to rtx_insn *.
4729
4730 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4731
4732         * sel-sched.c (find_place_for_bookkeeping): Strengthen local "insn"
4733         from rtx to rtx_insn *.
4734         (need_nop_to_preserve_insn_bb): Likewise for param "insn".
4735         (code_motion_path_driver): Likewise for local "last_insn".
4736         (simplify_changed_insns): Likewise for local "insn".
4737
4738 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4739
4740         * rtl.h (push_to_sequence): Strengthen param from rtx to
4741         rtx_insn *.
4742         (push_to_sequence2): Likewise for both params.
4743         (delete_insns_since): Likewise for param.
4744         (reorder_insns_nobb): Likewise for all three params.
4745         (set_new_first_and_last_insn): Likewise for both params.
4746
4747         * emit-rtl.h (set_first_insn): Strengthen param "insn" from rtx to
4748         rtx_insn *.  Remove now-redundant cast.
4749         (set_last_insn): Likewise.
4750
4751         * builtins.c (expand_builtin_return): Strengthen local
4752         "call_fusage" from rtx to rtx_insn *.
4753         * cfgrtl.c (create_basic_block_structure): Likewise for local
4754         "after".
4755         * emit-rtl.c (set_new_first_and_last_insn): Likewise for params
4756         "first", "last" and local "insn".
4757         (delete_insns_since): Likewise for param "from".
4758         (reorder_insns_nobb): Likewise for params "from", "to", "after"
4759         and local "x".
4760         (push_to_sequence): Likewise for param "first" and local "last".
4761         (push_to_sequence2): Likewise for params "first" and "last".
4762         * lra.c (emit_add3_insn): Likewise for local "last".
4763         (lra_emit_add): Likewise.
4764         * lra-constraints.c (base_to_reg): Likewise for locals "insn",
4765         "last_insn".
4766         (process_address_1): Likewise for locals "insn", last".
4767         * modulo-sched.c (ps_first_note): Likewise for return type.
4768         * optabs.c (expand_binop_directly): Likewise for param "last".
4769
4770 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4771
4772         * rtl.h (get_last_insn_anywhere): Strengthen return type from rtx
4773         to rtx_insn*.
4774         * emit-rtl.c (get_last_insn_anywhere): Likewise.
4775
4776 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4777
4778         * function.h (struct sequence_stack): Strengthen fields "first"
4779         and "last" from rtx to rtx_insn *.
4780         (struct emit_status): Likewise for fields "x_first_insn" and
4781         "x_last_insn".
4782
4783         * emit-rtl.h (get_insns): Remove now-redundant checked cast.
4784         (set_first_insn): Add checked cast.
4785         (get_last_insn): Remove now-redundant checked cast.
4786         (set_last_insn): Add checked cast.
4787
4788         * config/m32c/m32c.c (m32c_leaf_function_p): Strengthen locals
4789         "saved_first" and "saved_last" from rtx to rtx_insn *.
4790
4791 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4792
4793         * rtl.h (add_insn): Strengthen param from rtx to rtx_insn *.
4794         (unlink_insn_chain): Strengthen both params from rtx to
4795         rtx_insn *.
4796
4797         * cfgrtl.c (cfg_layout_function_header): Likewise for this
4798         variable.
4799         (unlink_insn_chain): Likewise for params "first" and "last".
4800         Remove now-redundant checked cast.
4801         (record_effective_endpoints): Replace use of NULL_RTX with NULL.
4802         (fixup_reorder_chain): Strengthen local "insn" from rtx to
4803         rtx_insn *.
4804         * emit-rtl.c (link_insn_into_chain): Likewise for all three
4805         params.
4806         (add_insn): Likewise for param "insn" and local "prev".
4807         (add_insn_after_nobb): Likewise for both params and local "next".
4808         (add_insn_before_nobb): Likewise for both params and local "prev".
4809         (add_insn_after): Rename param "after" to "uncast_after",
4810         introducing local "after" with another checked cast.
4811         (add_insn_before): Rename params "insn" and "before", giving them
4812         "uncast_" prefixes, adding the old names back using checked casts.
4813         (emit_note_after): Likewise for param "after".
4814         (emit_note_before): Likewise for param "before".
4815         (emit_label): Add a checked cast.
4816
4817 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4818
4819         * cselib.h (cselib_record_sets_hook):  Strengthen initial param
4820         "insn" from rtx to rtx_insn *.
4821
4822         * cselib.c (cselib_record_sets_hook): Likewise.
4823
4824         * var-tracking.c (add_with_sets): Likewise, renaming back from
4825         "uncast_insn" to "insn" and eliminating the checked cast from rtx
4826         to rtx_insn *.
4827
4828 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4829
4830         * basic-block.h (struct rtl_bb_info): Strengthen fields "end_"
4831         and "header_" from rtx to rtx_insn *.
4832         (struct basic_block_d): Likewise for field "head_" within "x"
4833         field of union basic_block_il_dependent.
4834         (BB_HEAD): Drop function...
4835         (SET_BB_HEAD): ...and this function in favor of...
4836         (BB_HEAD): ...reinstate macro.
4837         (BB_END): Drop function...
4838         (SET_BB_END): ...and this function in favor of...
4839         (BB_END): ...reinstate macro.
4840         (BB_HEADER): Drop function...
4841         (SET_BB_HEADER): ...and this function in favor of...
4842         (BB_HEADER): ...reinstate macro.
4843
4844         * bb-reorder.c (add_labels_and_missing_jumps): Drop use of BB_END.
4845         (fix_crossing_unconditional_branches): Likewise.
4846         * caller-save.c (save_call_clobbered_regs): Likewise.
4847         (insert_one_insn): Drop use of SET_BB_HEAD and SET_BB_END.
4848         * cfgbuild.c (find_bb_boundaries): Drop use of SET_BB_END.
4849         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
4850         (merge_blocks_move_successor_nojumps): Likewise.
4851         (outgoing_edges_match): Update use of for_each_rtx to
4852         for_each_rtx_in_insn.
4853         * cfgexpand.c (expand_gimple_cond): Drop use of SET_BB_END.
4854         (expand_gimple_cond): Likewise.
4855         (expand_gimple_tailcall): Likewise.
4856         (expand_gimple_basic_block): Drop use of SET_BB_HEAD and
4857         SET_BB_END.
4858         (construct_exit_block): Drop use of SET_BB_END.
4859         * cfgrtl.c (cfg_layout_function_footer): Strengthen from rtx to
4860         rtx_insn *.
4861         (delete_insn): Rename param "insn" to "uncast_insn", introducing
4862         a new local "insn" with a checked cast to rtx_insn *.  Drop use of
4863         SET_BB_HEAD and SET_BB_END.
4864         (create_basic_block_structure): Drop use of SET_BB_HEAD and
4865         SET_BB_END.
4866         (rtl_delete_block): Drop use of SET_BB_HEAD.
4867         (rtl_split_block): Drop use of SET_BB_END.
4868         (emit_nop_for_unique_locus_between): Likewise.
4869         (rtl_merge_blocks): Drop use of SET_BB_END and SET_BB_HEAD.
4870         (block_label): Drop use of SET_BB_HEAD.
4871         (fixup_abnormal_edges): Drop use of SET_BB_END.
4872         (record_effective_endpoints): Drop use of SET_BB_HEADER.
4873         (relink_block_chain): Likewise.
4874         (fixup_reorder_chain): Drop use of SET_BB_END.
4875         (cfg_layout_duplicate_bb): Drop use of SET_BB_HEADER.
4876         (cfg_layout_delete_block): Strengthen local "to" from rtx * to
4877         rtx_insn **.  Drop use of SET_BB_HEADER.
4878         (cfg_layout_merge_blocks): Drop use of SET_BB_HEADER, SET_BB_END,
4879         SET_BB_HEAD.
4880         (BB_HEAD): Delete this function.
4881         (SET_BB_HEAD): Likewise.
4882         (BB_END): Likewise.
4883         (SET_BB_END): Likewise.
4884         (BB_HEADER): Likewise.
4885         (SET_BB_HEADER): Likewise.
4886         * emit-rtl.c (add_insn_after):  Rename param "insn" to
4887         "uncast_insn", adding a new local "insn" and a checked cast to
4888         rtx_insn *.  Drop use of SET_BB_END.
4889         (remove_insn): Strengthen locals "next" and "prev" from rtx to
4890         rtx_insn *.  Drop use of SET_BB_HEAD and SET_BB_END.
4891         (reorder_insns): Drop use of SET_BB_END.
4892         (emit_insn_after_1): Strengthen param "first" and locals "last",
4893         "after_after" from rtx to rtx_insn *.  Drop use of SET_BB_END.
4894         (emit_pattern_after_noloc): Add checked cast.
4895         * haifa-sched.c (get_ebb_head_tail): Drop use of SET_BB_END.
4896         (restore_other_notes): Likewise.
4897         (move_insn): Likewise.
4898         (sched_extend_bb): Likewise.
4899         (fix_jump_move): Likewise.
4900         * ifcvt.c (noce_process_if_block): Likewise.
4901         (dead_or_predicable): Likewise.
4902         * ira.c (update_equiv_regs): Drop use of SET_BB_HEAD.
4903         * reg-stack.c (change_stack): Drop use of SET_BB_END.
4904         * sel-sched-ir.c (sel_move_insn): Likewise.
4905         * sel-sched.c (move_nop_to_previous_block): Likewise.
4906
4907         * config/c6x/c6x.c (hwloop_optimize): Drop use of SET_BB_HEAD and
4908         SET_BB_END.
4909         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
4910
4911 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4912
4913         * basic-block.h (create_basic_block_structure): Strengthen params
4914         1 "head" and 2 "end" from rtx to rtx_insn *.
4915         * cfgrtl.c (create_basic_block_structure): Likewise.
4916         (rtl_create_basic_block): Update casts from void * to rtx to
4917         rtx_insn *, so that we can pass them as rtx_insn * to
4918         create_basic_block_structure.
4919         * sel-sched-ir.c (sel_create_basic_block): Likewise.
4920
4921 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4922
4923         * rtl.h (for_each_inc_dec): Strengthen param 1 from rtx * to
4924         rtx_insn **.
4925         (check_for_inc_dec): Strengthen param "insn" from rtx to
4926         rtx_insn *.
4927
4928         * cselib.h (cselib_process_insn): Likewise.
4929
4930         * cselib.c (cselib_record_sets): Likewise.
4931         (cselib_process_insn): Likewise.
4932
4933         * dse.c (struct insn_info): Likewise for field "insn".
4934         (check_for_inc_dec_1): Likewise for local "insn".
4935         (check_for_inc_dec): Likewise for param "insn".
4936         (scan_insn): Likewise.
4937         (dse_step1): Likewise for local "insn".
4938
4939         * rtlanal.c (for_each_inc_dec): Strengthen param 1 from rtx * to
4940         rtx_insn **.  Use for_each_rtx_in_insn rather than for_each_rtx.
4941
4942 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4943
4944         * sched-int.h (struct _dep): Strengthen fields "pro" and "con"
4945         from rtx to rtx_insn *.
4946         (DEP_PRO): Delete this function and...
4947         (SET_DEP_PRO): ...this function in favor of...
4948         (DEP_PRO): ...reinstate this macro.
4949         (DEP_CON): Delete this function and...
4950         (SET_DEP_CON): ...this function in favor of...
4951         (DEP_CON): ...reinstate this old macro.
4952         (init_dep_1): Strengthen params 2 and 3 from rtx to rtx_insn *.
4953         (init_dep): Likewise.
4954         (set_priorities): Likewise for both params.
4955         (sd_copy_back_deps): Likewise for params 1 and 2.
4956
4957         * haifa-sched.c (priority): Likewise for param "insn" and local
4958         "next".
4959         (set_priorities): Likewise for params "head" and "tail" and local
4960         "insn".
4961         (process_insn_forw_deps_be_in_spec): Likewise for param "twin" and
4962         local "consumer".
4963         (add_to_speculative_block): Add a checked cast.
4964         (create_check_block_twin): Drop use of SET_DEP_CON.
4965         (add_jump_dependencies): Strengthen params "insn" and "jump" from
4966         rtx to rtx_insn *.
4967
4968         * sched-deps.c (init_dep_1): Likewise for params "pro" and "con".
4969         Drop use of SET_DEP_PRO
4970         (init_dep): Strengthen params "pro" and "con" from rtx to
4971         rtx_insn *.
4972         (sd_copy_back_deps): Likewise for params "to" and "from".  Drop
4973         use of SET_DEP_CON.
4974         (DEP_PRO): Delete.
4975         (DEP_CON): Delete.
4976         (SET_DEP_PRO): Delete.
4977         (SET_DEP_CON): Delete.
4978
4979 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4980
4981         * sel-sched-ir.h (struct vinsn_def): Strengthen field "insn_rtx"
4982         from rtx to rtx_insn *.
4983         (VINSN_INSN_RTX): Eliminate rvalue function and...
4984         (SET_VINSN_INSN): ...lvalue function in favor of...
4985         (VINSN_INSN_RTX): reinstate this old macro.
4986
4987         * sel-sched-ir.c (vinsn_init): Eliminate use of SET_VINSN_INSN_RTX
4988         in favor of VINSN_INSN_RTX.
4989         (VINSN_INSN_RTX): Delete this function.
4990         (SET_VINSN_INSN_RTX): Likewise.
4991
4992 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
4993
4994         * sel-sched-ir.h (insn_t): Strengthen from rtx to rtx_insn *.
4995         (BND_TO): Delete this function and...
4996         (SET_BND_TO): ...this functions in favor of...
4997         (BND_TO): ...reinstating this macro.
4998         (struct _fence): Strengthen field "executing_insns" from
4999         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.  Strengthen fields
5000         "last_scheduled_insn" and "sched_next" from rtx to rtx_insn *.
5001         (_succ_iter_cond): Update param "succp" from rtx * to insn_t *
5002         and param "insn" from rtx to insn_t.
5003         (create_vinsn_from_insn_rtx): Strengthen first param from rtx to
5004         rtx_insn *.
5005
5006         * sched-int.h (insn_vec_t): Strengthen from vec<rtx> to
5007         vec<rtx_insn *> .
5008         (rtx_vec_t): Likewise.
5009         (struct sched_deps_info_def): Strengthen param of "start_insn"
5010         callback from rtx to rtx_insn *.  Likewise for param "insn2" of
5011         "note_mem_dep" callback and first param of "note_dep" callback.
5012
5013         * haifa-sched.c (add_to_speculative_block): Strengthen param
5014         "insn" from rtx to rtx_insn *.
5015         (clear_priorities): Likewise.
5016         (calc_priorities): Likewise for local "insn".
5017
5018         * sched-deps.c (haifa_start_insn): Likewise for param "insn".
5019         Remove redundant checked cast.
5020         (haifa_note_mem_dep): Likewise for param "pending_insn".
5021         (haifa_note_dep): Likewise for param "elem".
5022         (note_mem_dep): Likewise for param "e".
5023         (sched_analyze_1): Add checked casts.
5024         (sched_analyze_2): Likewise.
5025
5026         * sel-sched-dump.c (dump_insn_vector): Strengthen local "succ"
5027         from rtx to rtx_insn *.
5028         (debug): Update param from vec<rtx> & to vec<rtx_insn *>, and
5029         from vec<rtx> * to vec<rtx_insn *> *.
5030
5031         * sel-sched-ir.c (blist_add): Remove use of SET_BND_TO
5032         scaffolding.
5033         (flist_add): Strengthen param "executing_insns" from
5034         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
5035         (advance_deps_context): Remove now-redundant checked cast.
5036         (init_fences): Replace uses of NULL_RTX with NULL.
5037         (merge_fences): Strengthen params "last_scheduled_insn" and
5038         "sched_next" from rtx to rtx_insn * and "executing_insns" from
5039         vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
5040         (add_clean_fence_to_fences): Replace uses of NULL_RTX with NULL.
5041         (get_nop_from_pool): Add local "nop_pat" so that "nop" can be
5042         an instruction, rather than doing double-duty as a pattern.
5043         (return_nop_to_pool): Update for change of insn_t.
5044         (deps_init_id): Remove now-redundant checked cast.
5045         (struct sched_scan_info_def): Strengthen param of "init_insn"
5046         callback from rtx to insn_t.
5047         (sched_scan): Strengthen local "insn" from rtx to rtx_insn *.
5048         (init_global_and_expr_for_insn): Replace uses of NULL_RTX with
5049         NULL.
5050         (get_seqno_by_succs): Strengthen param "insn" and locals "tmp",
5051         "end" from rtx to rtx_insn *.
5052         (create_vinsn_from_insn_rtx): Likewise for param "insn_rtx".
5053         (rtx insn_rtx, bool force_unique_p)
5054         (BND_TO): Delete function.
5055         (SET_BND_TO): Delete function.
5056
5057         * sel-sched.c (advance_one_cycle): Strengthen local "insn" from
5058         rtx to rtx_insn *.
5059         (extract_new_fences_from): Replace uses of NULL_RTX with NULL.
5060         (replace_dest_with_reg_in_expr): Strengthen local "insn_rtx" from
5061         rtx to rtx_insn *.
5062         (undo_transformations): Likewise for param "insn".
5063         (update_liveness_on_insn): Likewise.
5064         (compute_live_below_insn): Likewise for param "insn" and local
5065         "succ".
5066         (update_data_sets): Likewise for param "insn".
5067         (fill_vec_av_set): Replace uses of NULL_RTX with NULL.
5068         (convert_vec_av_set_to_ready): Drop now-redundant checked cast.
5069         (invoke_aftermath_hooks): Strengthen param "best_insn" from rtx to
5070         rtx_insn *.
5071         (move_cond_jump): Likewise for param "insn".
5072         (move_cond_jump): Drop use of SET_BND_TO.
5073         (compute_av_set_on_boundaries): Likewise.
5074         (update_fence_and_insn): Replace uses of NULL_RTX with NULL.
5075         (update_and_record_unavailable_insns): Strengthen local "bb_end"
5076         from rtx to rtx_insn *.
5077         (maybe_emit_renaming_copy): Likewise for param "insn".
5078         (maybe_emit_speculative_check): Likewise.
5079         (handle_emitting_transformations): Likewise.
5080         (remove_insn_from_stream): Likewise.
5081         (code_motion_process_successors): Strengthen local "succ" from rtx
5082         to insn_t.
5083
5084 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5085
5086         * sel-sched-ir.h (ilist_t): Redefine this typedef in terms of
5087         ilist_t, not _xlist_t;
5088         (ILIST_INSN): Define in terms of new union field "insn".
5089         (ILIST_NEXT): Define in terms of _LIST_NEXT rather than
5090         _XLIST_NEXT.
5091         (struct _list_node): Add new field "insn" to the union, of type
5092         insn_t.
5093         (ilist_add): Replace macro with an inline function, requiring an
5094         insn_t.
5095         (ilist_remove): Define this macro directly in terms of
5096         _list_remove, rather than indirectly via _xlist_remove.
5097         (ilist_clear): Likewise, in terms of _list_clear rather than
5098         _xlist_clear.
5099         (ilist_is_in_p): Replace macro with an inline function, requiring
5100         an insn_t.
5101         (_list_iter_cond_insn): New function.
5102         (ilist_iter_remove): Define this macro directly in terms of
5103         _list_iter_remove, rather than indirectly via _xlist_iter_remove.
5104         (ilist_iterator): Define directly in terms of _list_iterator
5105         rather than indirectly through _xlist_iterator.
5106         (FOR_EACH_INSN): Define in terms of _list_iter_cond_insn rather
5107         than in terms of _FOR_EACH_X.
5108         (FOR_EACH_INSN_1): Likewise.
5109
5110 2014-08-26  Joseph Myers  <joseph@codesourcery.com>
5111
5112         PR target/60606
5113         PR target/61330
5114         * varasm.c (make_decl_rtl): Clear DECL_ASSEMBLER_NAME and
5115         DECL_HARD_REGISTER and return for invalid register specifications.
5116         * cfgexpand.c (expand_one_var): If expand_one_hard_reg_var clears
5117         DECL_HARD_REGISTER, call expand_one_error_var.
5118         * config/arm/arm.c (arm_hard_regno_mode_ok): Do not allow
5119         CC_REGNUM with non-MODE_CC modes.
5120         (arm_regno_class): Return NO_REGS for PC_REGNUM.
5121
5122 2014-08-26  Marek Polacek  <polacek@redhat.com>
5123
5124         PR c/61271
5125         * sel-sched-ir.c (make_regions_from_the_rest): Fix condition.
5126
5127 2014-08-26  Evandro Menezes <e.menezes@samsung.com>
5128
5129         * config/arm/aarch64/aarch64.c (generic_addrcost_table): Delete
5130         qi cost; add di cost.
5131         (cortexa57_addrcost_table): Likewise.
5132
5133 2014-08-26  Marek Polacek  <polacek@redhat.com>
5134
5135         PR c/61271
5136         * expr.c (is_aligning_offset): Remove logical not.
5137
5138 2014-08-26  Marek Polacek  <polacek@redhat.com>
5139
5140         PR c/61271
5141         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT,
5142         LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Wrap in parens.
5143
5144 2014-08-26  Richard Biener  <rguenther@suse.de>
5145
5146         PR tree-optimization/62175
5147         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
5148         expand possibly trapping operations.
5149
5150 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
5151
5152         * config/rs6000/rs6000.c (class swap_web_entry): Strengthen field
5153         "insn" from rtx to rtx_insn *.
5154         (permute_load): Likewise for param "insn".
5155         (permute_store): Likewise.
5156         (handle_special_swappables): Likewise for local "insn".
5157         (replace_swap_with_copy): Likewise for locals "insn" and
5158         "new_insn".
5159         (rs6000_analyze_swaps): Likewise for local "insn".
5160
5161 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5162
5163         * regrename.h (struct du_chain): Strengthen field "insn" from rtx
5164         to rtx_insn *.
5165
5166 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5167
5168         * sel-sched-ir.h (struct sel_region_bb_info_def): Strengthen field
5169         "note_list" from rtx to rtx_insn *.
5170         (BB_NOTE_LIST): Replace this function and...
5171         (SET_BB_NOTE_LIST): ...this function with...
5172         (BB_NOTE_LIST): ...the former macro implementation.
5173
5174         * sched-int.h (concat_note_lists): Strengthen param "from_end" and
5175         local "from_start" from rtx to rtx_insn *.  Strengthen param
5176         "to_endp" from rtx * to rtx_insn **.
5177
5178         * haifa-sched.c (concat_note_lists): Likewise.
5179         * sel-sched-ir.c (init_bb): Eliminate SET_BB_NOTE_LIST in favor of
5180         BB_NOTE_LIST.
5181         (sel_restore_notes): Likewise.
5182         (move_bb_info): Likewise.
5183         (BB_NOTE_LIST): Delete this function.
5184         (SET_BB_NOTE_LIST): Delete this function.
5185         * sel-sched.c (create_block_for_bookkeeping): Eliminate
5186         SET_BB_NOTE_LIST in favor of BB_NOTE_LIST.
5187
5188 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5189
5190         * target.def (reorder): Strengthen param "ready" of this DEFHOOK
5191         from rtx * to rtx_insn **.
5192         (reorder2): Likewise.
5193         (dependencies_evaluation_hook): Strengthen params "head", "tail"
5194         from rtx to rtx_insn *.
5195
5196         * doc/tm.texi: Update mechanically for above change to target.def.
5197
5198         * sched-int.h (note_list): Strengthen this variable from rtx to
5199         rtx_insn *.
5200         (remove_notes): Likewise for both params.
5201         (restore_other_notes): Likewise for return type and first param.
5202         (struct ready_list): Strengthen field "vec" from rtx * to
5203         rtx_insn **.
5204         (struct dep_replacement): Strenghten field "insn" from rtx to
5205         rtx_insn *.
5206         (struct deps_desc): Likewise for fields "last_debug_insn",
5207         "last_args_size".
5208         (struct haifa_sched_info): Likewise for callback field
5209         "can_schedule_ready_p"'s param, for first param of "new_ready"
5210         callback field, for both params of "rank" callback field, for
5211         first field of "print_insn" callback field (with a const), for
5212         both params of "contributes_to_priority" callback, for param
5213         of "insn_finishes_block_p" callback, for fields "prev_head",
5214         "next_tail", "head", "tail", for first param of "add_remove_insn"
5215         callback, for first param of "begin_schedule_ready" callback, for
5216         both params of "begin_move_insn" callback, and for second param
5217         of "advance_target_bb" callback.
5218         (add_dependence): Likewise for params 1 and 2.
5219         (sched_analyze): Likewise for params 2 and 3.
5220         (deps_analyze_insn): Likewise for param 2.
5221         (ready_element): Likewise for return type.
5222         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
5223         (try_ready): Strenghten param from rtx to rtx_insn *.
5224         (sched_emit_insn): Likewise for return type.
5225         (record_delay_slot_pair): Likewise for params 1 and 2.
5226         (add_delay_dependencies): Likewise for param.
5227         (contributes_to_priority): Likewise for both params.
5228         (find_modifiable_mems): Likewise.
5229
5230         * config/arm/arm.c (cortexa7_sched_reorder):  Strengthen param
5231         "ready" from rtx * to rtx_insn **.  Strengthen locals "insn",
5232         "first_older_only_insn" from rtx to rtx_insn *.
5233         (arm_sched_reorder):  Strengthen param "ready"  from rtx * to
5234         rtx_insn **.
5235
5236         * config/c6x/c6x.c (struct c6x_sched_context): Strengthen field
5237         "last_scheduled_iter0" from rtx to rtx_insn *.
5238         (init_sched_state): Replace use of NULL_RTX with NULL for insn.
5239         (c6x_sched_reorder_1): Strengthen param "ready" and locals
5240         "e_ready", "insnp" from rtx * to rtx_insn **.  Strengthen local
5241         "insn" from rtx to rtx_insn *.
5242         (c6x_sched_reorder): Strengthen param "ready" from rtx * to
5243         rtx_insn **.
5244         (c6x_sched_reorder2): Strengthen param "ready" and locals
5245         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
5246         "insn" from rtx to rtx_insn *.
5247         (c6x_variable_issue):  Add a checked cast when assigning from insn
5248         to ss.last_scheduled_iter0.
5249         (split_delayed_branch): Strengthen param "insn" and local "i1"
5250         from rtx to rtx_insn *.
5251         (split_delayed_nonbranch): Likewise.
5252         (undo_split_delayed_nonbranch): Likewise for local "insn".
5253         (hwloop_optimize): Likewise for locals "seq", "insn", "prev",
5254         "entry_after", "end_packet", "head_insn", "tail_insn",
5255         "new_insns", "last_insn", "this_iter", "prev_stage_insn".
5256         Strengthen locals "orig_vec", "copies", "insn_copies" from rtx *
5257         to rtx_insn **.  Remove now-redundant checked cast on last_insn,
5258         but add a checked cast on loop->start_label.  Consolidate calls to
5259         avoid assigning result of gen_spkernel to "insn", now an
5260         rtx_insn *.
5261
5262         * config/i386/i386.c (do_reorder_for_imul): Strengthen param
5263         "ready" from rtx * to rtx_insn **.  Strengthen local "insn" from
5264         rtx to rtx_insn *.
5265         (swap_top_of_ready_list): Strengthen param "ready" from rtx * to
5266         rtx_insn **.  Strengthen locals "top", "next" from rtx to
5267         rtx_insn *.
5268         (ix86_sched_reorder): Strengthen param "ready" from rtx * to
5269         rtx_insn **.  Strengthen local "insn" from rtx to rtx_insn *.
5270         (add_parameter_dependencies): Strengthen params "call", "head" and
5271         locals "insn", "last", "first_arg" from rtx to rtx_insn *.
5272         (avoid_func_arg_motion): Likewise for params "first_arg", "insn".
5273         (add_dependee_for_func_arg): Likewise for param "arg" and local
5274         "insn".
5275         (ix86_dependencies_evaluation_hook): Likewise for params "head",
5276         "tail" and locals "insn", "first_arg".
5277
5278         * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Likewise
5279         for params "head", "tail" and locals "insn", "next", "next_tail".
5280         (ia64_dfa_sched_reorder): Strengthen param "ready" and locals
5281         "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen locals
5282         "insn", "lowest", "highest" from rtx to rtx_insn *.
5283         (ia64_sched_reorder): Strengthen param "ready" from rtx * to
5284         rtx_insn **.
5285         (ia64_sched_reorder2): Likewise.
5286
5287         * config/mep/mep.c (mep_find_ready_insn): Strengthen return type
5288         and local "insn" from rtx to rtx_insn *.  Strengthen param "ready"
5289         from rtx * to rtx_insn **.
5290         (mep_move_ready_insn): Strengthen param "ready" from rtx * to
5291         rtx_insn **.
5292         (mep_print_sched_insn): Strengthen param "insn" from rtx to
5293         rtx_insn *.
5294         (mep_sched_reorder): Strengthen param "ready" from rtx * to
5295         rtx_insn **.  Strengthen locals "core_insn", "cop_insn" from rtx
5296         to rtx_insn *.
5297
5298         * config/mips/mips.c (mips_promote_ready): Strengthen param "ready"
5299         from rtx * to rtx_insn **.  Strengthen local "new_head" from rtx
5300         to rtx_insn *.
5301         (mips_maybe_swap_ready): Strengthen param "ready" from rtx * to
5302         rtx_insn **.  Strengthen local "temp" from rtx to rtx_insn *.
5303         (mips_macc_chains_reorder): Strengthen param "ready" from rtx * to
5304         rtx_insn **.
5305         (vr4130_reorder): Likewise.
5306         (mips_74k_agen_reorder): Likewise.  Strengthen local "insn" from
5307         rtx to rtx_insn *.
5308         (mips_sched_reorder_1): Strengthen param "ready" from rtx * to
5309         rtx_insn **.
5310         (mips_sched_reorder): Likewise.
5311         (mips_sched_reorder2): Likewise.
5312
5313         * config/picochip/picochip.c (picochip_sched_reorder): Likewise.
5314
5315         * config/rs6000/rs6000.c (rs6000_sched_reorder): Likewise.
5316         Strengthen local "tmp" from rtx to rtx_insn *.
5317         (rs6000_sched_reorder2): Likewise.
5318
5319         * config/s390/s390.c (s390_z10_prevent_earlyload_conflicts):
5320         Likewise.  Update sizeof(rtx) to sizeof(rtx_insn *) in memmove.
5321         (s390_sched_reorder): Strengthen param "ready" from rtx * to
5322         rtx_insn **.  Strengthen local "tmp" from rtx to rtx_insn *.
5323
5324         * config/sh/sh.c (rank_for_reorder): Strengthen locals "tmp",
5325         "tmp2" from rtx to rtx_insn *.
5326         (swap_reorder): Strengthen param "a" from rtx * to rtx_insn **.
5327         Strengthen local "insn" from rtx to rtx_insn *.
5328         (ready_reorder): Strengthen param "ready" from rtx * to
5329         rtx_insn **.  Update sizeof(rtx) to sizeof(rtx_insn *) in qsort.
5330         (sh_reorder):  Strengthen param "ready" from rtx * to rtx_insn **.
5331         (sh_reorder2): Likewise.
5332
5333         * config/spu/spu.c (spu_sched_reorder): Likewise.  Strengthen
5334         local "insn" from rtx to rtx_insn *.
5335
5336         * haifa-sched.c (note_list): Strengthen this variable from rtx to
5337         rtx_insn *.
5338         (scheduled_insns): Strengthen this variable from vec<rtx> to
5339         vec<rtx_insn *>.
5340         (set_modulo_params): Likewise for locals "i1", "i2".
5341         (record_delay_slot_pair): Likewise for params "i1", "i2".
5342         (add_delay_dependencies): Likewise for param "insn".
5343         (cond_clobbered_p): Likewise.
5344         (recompute_todo_spec): Likewise for local "prev".
5345         (last_scheduled_insn): Likewise for this variable.
5346         (nonscheduled_insns_begin): Likewise.
5347         (model_set_excess_costs): Strengthen param "insns" from rtx * to
5348         rtx_insn **.
5349         (rank_for_schedule): Strengthen locals "tmp", "tmp2" from rtx to
5350         rtx_insn *.
5351         (swap_sort): Strengthen param "a" from rtx * to rtx_insn **.
5352         Strengthen local "insn" from rtx to rtx_insn *.
5353         (queue_insn): Strengthen param "insn" from rtx to rtx_insn *.
5354         (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
5355         (ready_add): Strengthen param "insn" from rtx to rtx_insn *.
5356         (ready_remove_first): Likewise for return type and local "t".
5357         (ready_element): Likewise for return type.
5358         (ready_remove): Likewise for return type and local "t".
5359         (ready_sort): Strengthen local "first" from rtx * to rtx_insn **.
5360         (check_clobbered_conditions): Strengthen local "x" from rtx to
5361         rtx_insn *, adding a checked cast.
5362         (schedule_insn): Likewise for param "insn".
5363         (remove_notes): Likewise for params "head", "tail" and locals
5364         "next_tail", "insn", "next".
5365         (struct haifa_saved_data): Likewise for fields
5366         "last_scheduled_insn", "nonscheduled_insns_begin".
5367         (save_backtrack_point): Update for change to field "vec" of
5368         struct ready_list.
5369         (toggle_cancelled_flags): Strengthen local "first" from rtx * to
5370         rtx_insn **.
5371         (restore_last_backtrack_point): Likewise.  Strengthen local "insn"
5372         from rtx to rtx_insn *
5373         (resolve_dependencies): Strengthen param "insn" from rtx to
5374         rtx_insn *
5375         (restore_other_notes): Likewise for return type, for param "head"
5376         and local "note_head".
5377         (undo_all_replacements): Likewise for local "insn".
5378         (first_nonscheduled_insn): Likewise for return type and local "insn".
5379         (queue_to_ready): Likewise for local "insn", adding checked casts.
5380         (early_queue_to_ready): Likewise for local "insn".
5381         (debug_ready_list_1): Strengthen local "p" from rtx * to
5382         rtx_insn **.
5383         (move_insn): Strengthen param "insn" and local "note" from rtx to
5384         rtx_insn *
5385         (insn_finishes_cycle_p): Likewise for param "insn".
5386         (max_issue): Likewise for local "insn".
5387         (choose_ready): Likewise.  Strengthen param "insn_ptr" from rtx *
5388         to rtx_insn **.
5389         (commit_schedule): Strengthen param "prev_head" and local "insn"
5390         from rtx to rtx_insn *
5391         (prune_ready_list): Likewise for local "insn".
5392         (schedule_block): Likewise for locals "prev_head", "head", "tail",
5393         "skip_insn", "insn", "failed_insn", "x", adding a checked cast.
5394         (set_priorities): Likewise for local "prev_head".
5395         (try_ready): Likewise for param "next".
5396         (fix_tick_ready): Likewise.
5397         (change_queue_index): Likewise.
5398         (sched_extend_ready_list): Update for change to field "vec" of
5399         struct ready_list.
5400         (generate_recovery_code): Strengthen param "insn" from rtx to
5401         rtx_insn *.
5402         (begin_speculative_block): Likewise.
5403         (create_check_block_twin): Likewise for param "insn" and locals
5404         "label", "check", "twin".  Introduce local "check_pat" to avoid
5405         "check" being used as a plain rtx before being used as an insn.
5406         (fix_recovery_deps): Add a checked cast to rtx_insn * when
5407         extracting elements from ready_list.
5408         (sched_remove_insn): Strengthen param "insn" from rtx to
5409         rtx_insn *.
5410         (sched_emit_insn): Likewise for return type.
5411         (ready_remove_first_dispatch): Likewise for return type and local
5412         "insn".
5413
5414         * hw-doloop.c (discover_loop): Add a checked cast to rtx_insn *.
5415
5416         * modulo-sched.c (sms_print_insn): Strengthen from const_rtx to
5417         const rtx_insn *.
5418
5419         * sched-deps.c (add_dependence): Strengthen params "con", "pro"
5420         from rtx to rtx_insn *.
5421         (add_dependence_list): Likewise for param "insn".  Add a checked
5422         cast.
5423         (add_dependence_list_and_free): Strengthen param "insn" from rtx
5424         to rtx_insn *.  Strengthen param "list_p" from rtx * to
5425         rtx_insn **.
5426         (chain_to_prev_insn): Strengthen param "insn" and locals
5427         "prec_nonnote", "i" from rtx to rtx_insn *.
5428         (flush_pending_lists): Likewise for param "insn".
5429         (cur_insn): Likewise for this variable.
5430         (haifa_start_insn): Add a checked cast.
5431         (note_dep): Strengthen param "e" from rtx to rtx_insn *.
5432         (sched_analyze_reg): Likewise for param "insn".
5433         (sched_analyze_1): Likewise.
5434         (sched_analyze_2): Likewise.  Add checked casts.
5435         (sched_analyze_insn): Likewise.  Also for local "prev".
5436         (deps_analyze_insn): Likewise for param "insn".
5437         (sched_analyze): Likewise for params "head", "tail" and local "insn".
5438         (add_dependence_1): Likewise for params "insn", "elem".
5439         (struct mem_inc_info): Likewise for fields "inc_insn", "mem_insn".
5440         (parse_add_or_inc): Likewise for param "insn".
5441         (find_inc): Likewise for local "inc_cand".
5442         (find_modifiable_mems): Likewise for params "head", "tail" and
5443         locals "insn", "next_tail".
5444
5445         * sched-ebb.c (init_ready_list): Likewise for local "insn".
5446         (begin_schedule_ready): Likewise for param "insn".
5447         (begin_move_insn): Likewise for params "insn" and "last".
5448         (ebb_print_insn): Strengthen param "insn" from const_rtx to
5449         const rtx_insn *.
5450         (rank): Strengthen params "insn1", "insn2" from rtx to rtx_insn *.
5451         (ebb_contributes_to_priority): Likewise for params "next", "insn".
5452         (ebb_add_remove_insn): Likewise for param "insn".
5453         (advance_target_bb): Likewise.
5454
5455         * sched-rgn.c (rgn_estimate_number_of_insns): Likewise for local
5456         "insn".
5457         (check_live): Likewise for param "insn".
5458         (init_ready_list): Likewise for local "insn".
5459         (can_schedule_ready_p): Likewise for param "insn".
5460         (begin_schedule_ready): Likewise.
5461         (new_ready): Likewise for param "next".
5462         (rgn_print_insn): Likewise for param "insn".
5463         (rgn_rank): Likewise for params "insn1", "insn2".
5464         (contributes_to_priority): Likewise for params "next", "insn".
5465         (rgn_insn_finishes_block_p): Likewise for param "insn".
5466         (add_branch_dependences): Likewise for params "head", "tail" and
5467         locals "insn", "last".
5468         (rgn_add_remove_insn): Likewise for param "insn".
5469         (advance_target_bb): Likewise.
5470
5471         * sel-sched-dump.c (sel_print_insn): Strengthen param "insn" from
5472         const_rtx to const rtx_insn *.
5473
5474         * sel-sched-dump.h (sel_print_insn): Likewise.
5475
5476         * sel-sched-ir.c (advance_deps_context): Add a checked cast.
5477         (deps_init_id): Likewise.
5478
5479         * sel-sched.c (convert_vec_av_set_to_ready): Likewise.
5480         (invoke_reorder_hooks): Strengthen local "arr" from rtx * to
5481         rtx_insn **.
5482
5483 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5484
5485         * output.h (final_start_function): Strengthen param 1 from rtx to
5486         rtx_insn *.
5487
5488         * final.c (final_start_function): Likewise, renaming back from
5489         "uncast_first" to "first", and dropping the checked cast from rtx
5490         to rtx_insn *.
5491
5492 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5493
5494         * output.h (final): Strengthen param 1 from rtx to rtx_insn *.
5495         * final.c (final): Likewise.  Rename param back from
5496         "uncast_first" to "first" and eliminate the checked cast from rtx
5497         to rtx_insn *.
5498
5499 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5500
5501         * output.h (shorten_branches): Strengthen param from rtx to
5502         rtx_insn *.
5503
5504         * final.c (shorten_branches): Likewise, renaming param back from
5505         "uncast_first" to "first", and dropping the checked cast from rtx
5506         to rtx_insn *.
5507
5508         * genattr.c (gen_attr): Likewise when writing out the prototype of
5509         shorten_branches.
5510
5511 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5512
5513         * sched-int.h (struct haifa_sched_info): Strengthen fields
5514         "prev_head" and "next_tail" from rtx to rtx_insn *.
5515
5516 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5517
5518         * rtl.h (rtx_jump_table_data::get_labels): New method.
5519         * cfgbuild.c (make_edges): Replace hand-coded lookup of labels
5520         with use of the new rtx_jump_table_data::get_labels method.
5521         (purge_dead_tablejump_edges): Strengthen param "table" from rtx
5522         to rtx_jump_table_data *.  Simplify by using get_labels method.
5523         * cfgrtl.c (delete_insn): Replace use of JUMP_TABLE_DATA_P with
5524         a dyn_cast, introducing local "table", using it to replace
5525         label-lookup logic with a get_labels method call.
5526         (patch_jump_insn): Simplify using get_labels method.
5527         * dwarf2cfi.c (create_trace_edges): Likewise.
5528         * rtlanal.c (label_is_jump_target_p): Likewise.
5529
5530 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5531
5532         * rtl.h (unshare_all_rtl_again): Strengthen param "insn" from rtx
5533         to rtx_insn *.
5534
5535         * emit-rtl.c (unshare_all_rtl_1): Likewise.
5536         (unshare_all_rtl_again): Likewise, also for local "p".
5537
5538 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5539
5540         * rtl.h (delete_insn_and_edges): Strengthen param "insn" from rtx
5541         to rtx_insn *.
5542         * cfgrtl.c (delete_insn_and_edges): Likewise.
5543
5544 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5545
5546         * rtl.h (reorder_insns): Strengthen params "from", "to", "after"
5547         from rtx to rtx_insn *.
5548
5549         * emit-rtl.c (reorder_insns): Likewise, also for local "insn".
5550
5551 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5552
5553         * function.c (thread_prologue_and_epilogue_insns): Likewise for
5554         locals "returnjump", "epilogue_end", "insn", "next".
5555
5556         * shrink-wrap.h (get_unconverted_simple_return): Strengthen param
5557         "returnjump" from rtx * to rtx_insn **.
5558         * shrink-wrap.c (get_unconverted_simple_return): Likewise.
5559
5560 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5561
5562         * basic-block.h (struct edge_def). Strengthen "r" within
5563         union edge_def_insns from rtx to rtx_insn *.
5564
5565         * cfgexpand.c (pass_expand::execute): Remove now-redundant cast
5566         from rtx to rtx_insn *.  Strengthen local "insns" from rtx to
5567         rtx_insn *.
5568         * cfgrtl.c (commit_one_edge_insertion): Remove now-redundant cast
5569         from rtx to rtx_insn *.
5570         * cprop.c (find_bypass_set): Strengthen local "insn" from rtx to
5571         rtx_insn *.
5572         * postreload-gcse.c (reg_killed_on_edge): Likewise.
5573         (reg_used_on_edge): Likewise.
5574         * tree-cfg.c (gt_ggc_mx): New overload for rtx_insn *&.
5575         (gt_pch_nx): New overload for rtx_insn *&.
5576         * tree-outof-ssa.c (expand_phi_nodes): Strengthen local "insns"
5577         from rtx to rtx_insn *.
5578
5579 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5580
5581         * basic-block.h (struct rtl_bb_info): Strengthen field "footer_"
5582         from rtx to rtx_insn *.
5583         (BB_FOOTER): Replace function with access macro.
5584         (SET_BB_FOOTER): Delete.
5585
5586         * cfgcleanup.c (try_optimize_cfg): Replace uses of SET_BB_FOOTER
5587         with BB_FOOTER.
5588         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
5589         (emit_barrier_after_bb): Likewise.
5590         (record_effective_endpoints): Likewise.
5591         (relink_block_chain): Likewise.
5592         (fixup_fallthru_exit_predecessor): Likewise.
5593         (cfg_layout_duplicate_bb): Likewise.
5594         (cfg_layout_split_block): Likewise.
5595         (cfg_layout_delete_block): Likewise.
5596         (cfg_layout_merge_blocks): Likewise.
5597         (BB_FOOTER): Delete function.
5598         (SET_BB_FOOTER): Delete function.
5599         * combine.c (update_cfg_for_uncondjump): Replace uses of
5600         SET_BB_FOOTER with BB_FOOTER.
5601
5602 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5603
5604         * except.h (struct eh_landing_pad_d): Strengthen field
5605         "landing_pad" from rtx to rtx_code_label *.
5606
5607         * except.c (sjlj_emit_dispatch_table): Likewise for param
5608         "dispatch_label"
5609         (sjlj_build_landing_pads): Likewise for local "dispatch_label".
5610
5611 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5612
5613         * config/xtensa/xtensa-protos.h (xtensa_emit_loop_end): Strengthen
5614         first param from rtx to rtx_insn *.
5615         * config/xtensa/xtensa.c (struct machine_function): Likewise for
5616         field "set_frame_ptr_insn".
5617         (xtensa_expand_compare_and_swap): Strengthen locals "csloop" and
5618         "csend" from rtx to rtx_code_label *.
5619         (xtensa_expand_atomic): Likewise for local "csloop".
5620         (xtensa_emit_loop_end): Strengthen param "insn" from rtx to
5621         rtx_insn *.
5622         (xtensa_call_tls_desc): Likewise for return type and locals
5623         "call_insn", "insns".
5624         (xtensa_legitimize_tls_address): Likewise for local "insns".
5625         (xtensa_expand_prologue): Likewise for locals "insn", "first".
5626
5627 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5628
5629         * config/v850/v850-protos.h (v850_adjust_insn_length): Strengthen
5630         first param from rtx to rtx_insn *.
5631         * config/v850/v850.c (v850_adjust_insn_length): Likewise for param
5632         "insn".
5633
5634 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5635
5636         * config/tilepro/tilepro-protos.h (tilepro_output_cbranch_with_opcode):
5637         Strengthen param 1 from rtx to rtx_insn *.
5638         (tilepro_output_cbranch): Likewise.
5639         (tilepro_adjust_insn_length): Likewise.
5640         (tilepro_final_prescan_insn): Likewise for sole param.
5641
5642         * config/tilepro/tilepro.c (tilepro_legitimize_tls_address):
5643         Likewise for local "last".
5644         (cbranch_predicted_p): Likewise for param "insn".
5645         (tilepro_output_simple_cbranch_with_opcode): Likewise.
5646         (tilepro_output_cbranch_with_opcode): Likewise.
5647         (tilepro_output_cbranch): Likewise.
5648         (frame_emit_load): Likewise for return type and locals "seq",
5649         "insn".
5650         (emit_sp_adjust): Likewise for return type and local "insn".
5651         (tilepro_expand_epilogue): Likewise for locals "last_insn",
5652         "insn".
5653         (tilepro_adjust_insn_length): Likewise for param "insn".
5654         (next_insn_to_bundle): Likewise for return type and params
5655         "r", "end".
5656         (tilepro_gen_bundles): Likewise for locals "insn", "next", "end".
5657         (replace_pc_relative_symbol_ref): Likewise for param "insn" and
5658         local "new_insns".
5659         (match_addli_pcrel): Likewise for param "insn".
5660         (replace_addli_pcrel): Likewise.
5661         (match_auli_pcrel): Likewise.
5662         (replace_auli_pcrel): Likewise.
5663         (tilepro_fixup_pcrel_references): Likewise for locals "insn",
5664         "next_insn".
5665         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
5666         "queue", "next_queue", "prev".
5667         (tilepro_asm_output_mi_thunk): Likewise for local "insn".
5668         (tilepro_final_prescan_insn): Likewise for param "insn".
5669
5670 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5671
5672         * config/tilegx/tilegx-protos.h (tilegx_output_cbranch_with_opcode):
5673         Strengthen param 1 from rtx to rtx_insn *.
5674         (tilegx_output_cbranch): Likewise.
5675         (tilegx_adjust_insn_length): Likewise.
5676         (tilegx_final_prescan_insn): Likewise for sole param.
5677
5678         * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise
5679         or local "last".
5680         (cbranch_predicted_p): Likewise for param "insn".
5681         (tilegx_output_simple_cbranch_with_opcode): Likewise.
5682         (tilegx_output_cbranch_with_opcode): Likewise.
5683         (tilegx_output_cbranch): Likewise.
5684         (frame_emit_load): Likewise for return type.
5685         (set_frame_related_p): Likewise for locals "seq", "insn".
5686         (emit_sp_adjust): Likewise for return type, and for local "insn".
5687         Introduce local "pat" for use in place of "insn" where the latter
5688         isn't an instruction.
5689         (tilegx_expand_epilogue): Strengthen locals "last_insn", "insn"
5690         from rtx to rtx_insn *.
5691         (tilegx_adjust_insn_length): Likewise for param "insn".
5692         (next_insn_to_bundle): Likewise for return type and params "r" and
5693         "end".
5694         (tilegx_gen_bundles): Likewise for locals "insn", "next", "prev",
5695         "end".
5696         (replace_insns): Likewise for params "old_insn", "new_insns".
5697         (replace_mov_pcrel_step1): Likewise for param "insn" and local
5698         "new_insns".
5699         (replace_mov_pcrel_step2): Likewise.
5700         (replace_mov_pcrel_step3): Likewise.
5701         (tilegx_fixup_pcrel_references): Likewise for locals "insn",
5702         "next_insn".
5703         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
5704         "queue", "next_queue", "prev".
5705         (tilegx_output_mi_thunk): Likewise for local "insn".
5706         (tilegx_final_prescan_insn): Likewise for param "insn".
5707
5708 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5709
5710         * config/spu/spu.c (frame_emit_store): Strengthen return type from
5711         rtx to rtx_insn *.
5712         (frame_emit_load): Likewise.
5713         (frame_emit_add_imm): Likewise, also for local "insn".
5714         (spu_expand_prologue): Likewise for local "insn".
5715         (struct spu_bb_info): Likewise for field "prop_jump".
5716         (emit_nop_for_insn): Likewise for param "insn" and local
5717         "new_insn".
5718         (pad_bb): Likewise for locals "insn", "next_insn", "prev_insn",
5719         "hbr_insn".
5720         (spu_emit_branch_hint): Likewise for params "before", "branch" and
5721         locals "hint", "insn".
5722         (get_branch_target): Likewise for param "branch".
5723         (insn_clobbers_hbr): Likewise for param "insn".
5724         (insert_hbrp_for_ilb_runout): Likewise for param "first" and
5725         locals "insn", "before_4", "before_16".
5726         (insert_hbrp): Likewise for local "insn".
5727         (spu_machine_dependent_reorg): Likewise for locals "branch",
5728         "insn", "next", "bbend".
5729         (uses_ls_unit): Likewise for param "insn".
5730         (get_pipe): Likewise.
5731         (spu_sched_variable_issue): Rename param "insn" to "uncast_insn",
5732         introducing a checked cast.
5733         (spu_sched_adjust_cost): Likewise for params "insn" and
5734         "dep_insn".
5735         (ea_load_store_inline): Strengthen local "insn" from rtx to rtx_insn *.
5736         (spu_sms_res_mii): Likewise.
5737
5738 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5739
5740         * config/sparc/sparc-protos.h (output_ubranch): Strengthen param 2
5741         from rtx to rtx_insn *.
5742         (output_cbranch): Likewise for param 6.
5743         (output_return): Likewise for param 1.
5744         (output_sibcall): Likewise.
5745         (output_v8plus_shift): Likewise.
5746         (output_v8plus_mult): Likewise.
5747         (output_v9branch): Likewise for param 7.
5748         (output_cbcond):  Likewise for param 3.
5749
5750         * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise
5751         for local "insn".
5752         (sparc_legitimize_pic_address): Likewise.
5753         (sparc_emit_call_insn): Likewise.
5754         (emit_save_or_restore_regs): Likewise.
5755         (emit_window_save): Likewise for return type and local "insn".
5756         (sparc_expand_prologue): Likewise for local "insn".
5757         (sparc_flat_expand_prologue): Likewise.
5758         (output_return): Likewise for param "insn".
5759         (output_sibcall): Likewise for param "insn" and local "delay".
5760         (output_ubranch): Likewise for param "insn".
5761         (output_cbranch): Likewise.
5762         (output_cbcond): Likewise.
5763         (output_v9branch): Likewise.
5764         (output_v8plus_shift): Likewise.
5765         (sparc_output_mi_thunk): Likewise for local "insn".
5766         (get_some_local_dynamic_name): Likewise.
5767         (output_v8plus_mult): Likewise for param "insn".
5768
5769 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5770
5771         * config/sh/sh-protos.h (output_ieee_ccmpeq): Strengthen param 1
5772         from rtx to rtx_insn *.
5773         (output_branchy_insn): Likewise for param 3.
5774         (output_far_jump): Likewise for param 1.
5775         (final_prescan_insn): Likewise.
5776         (sh_insn_length_adjustment): Likewise for sole param.
5777
5778         * config/sh/sh.c (expand_cbranchsi4): Likewise for local "jump".
5779         (expand_cbranchdi4): Strengthen local "skip_label" from rtx to
5780         rtx_code_label *.
5781         (sh_emit_compare_and_set): Likewise for local "lab".
5782         (output_far_jump): Strengthen param "insn" and local "prev" from
5783         rtx to rtx_insn *.
5784         (output_branchy_insn): Likewise for param "insn" and local
5785         "next_insn".
5786         (output_ieee_ccmpeq): Likewise for param "insn".
5787         (struct label_ref_list_d): Strengthen field "label" from rtx to
5788         rtx_code_label *.
5789         (pool_node): Likewise.
5790         (pool_window_label): Likewise for this global.
5791         (add_constant): Likewise for return type and locals "lab", "new_rtx".
5792         (dump_table): Strengthen params "start", "barrier" and local
5793         "scan" from rtx to rtx_insn *.
5794         (broken_move): Likewise for param "insn".
5795         (untangle_mova): Likewise for params "first_mova" and "new_mova".
5796         Strengthen param "first_mova" from rtx * to rtx_insn **.
5797         (mova_p): Likewise for param "insn".
5798         (fixup_mova): Likewise for param "mova".
5799         (find_barrier): Likewise for return type, params "mova" and
5800         "from", and locals "barrier_before_mova", "found_barrier",
5801         "good_barrier", "orig", "last_symoff", "next".  Strengthen local
5802         "label" from rtx to rtx_code_label *.
5803         (sh_loop_align): Strengthen locals "first", "insn", "mova" from
5804         rtx to rtx_insn *.
5805         (sh_reorg): Likewise for locals "link", "scan", "barrier".
5806         (split_branches): Likewise for param "first" and local "insn".
5807         (final_prescan_insn): Likewise for param "insn".
5808         (sequence_insn_p): Likewise for locals "prev", "next".
5809         (sh_insn_length_adjustment): Likewise for param "insn".
5810         (sh_can_redirect_branch): Likewise for local "insn".
5811         (find_r0_life_regions): Likewise for locals "end", "insn".
5812         (sh_output_mi_thunk): Likewise for local "insns".
5813
5814 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5815
5816         * config/score/score.c (score_output_mi_thunk): Strengthen local
5817         "insn" from rtx to rtx_insn *.
5818         (score_prologue): Likewise.
5819
5820 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5821
5822         * config/s390/s390-protos.h (s390_match_ccmode): Strengthen param
5823         1 from rtx to rtx_insn *.
5824         (s390_emit_jump): Likewise for return type.
5825         (s390_emit_call): Likewise.
5826         (s390_load_got): Likewise.
5827
5828         * config/s390/s390.c (last_scheduled_insn): Likewise for this
5829         variable.
5830         (s390_match_ccmode): Likewise for param "insn".
5831         (s390_emit_jump): Likewise for return type.
5832         (s390_split_branches): Likewise for local "label".
5833         (struct constant): Strengthen field "label" from rtx to
5834         rtx_code_label *.
5835         (struct constant_pool): Likewise for field "label".  Strengthen
5836         fields "first_insn", "pool_insn", "emit_pool_after" from rtx to
5837         rtx_insn *.
5838         (s390_alloc_pool): Replace NULL_RTX with NULL when dealing with
5839         insns.
5840         (s390_start_pool): Strengthen param "insn" from rtx to rtx_insn *.
5841         (s390_end_pool): Likewise.
5842         (s390_dump_pool): Likewise for local "insn".
5843         (s390_mainpool_start): Likewise.
5844         (s390_chunkify_start): Likewise.
5845         (s390_chunkify_start): Replace NULL_RTX with NULL when dealing
5846         with insns.  Strengthen locals "label", "jump", "barrier", "next",
5847         "prev", "vec_insn", "insn" from rtx to rtx_insn *.
5848         (s390_chunkify_finish): Strengthen local "insn" from rtx to
5849         rtx_insn *.
5850         (s390_chunkify_cancel): Likewise for locals "insn", "barrier",
5851         "jump", "label", "next_insn".
5852         (s390_regs_ever_clobbered): Likewise for local "cur_insn".
5853         (s390_optimize_nonescaping_tx): Likewise for locals "insn",
5854         "tbegin_insn".
5855         (s390_load_got): Likewise for return type and local "insns".
5856         (s390_save_gprs_to_fprs): Likewise for local "insn".
5857         (s390_restore_gprs_from_fprs): Likewise.
5858         (pass_s390_early_mach::execute): Likewise.
5859         (s390_emit_prologue): Likewise for local "insns".
5860         (s390_expand_tbegin): Strengthen local "leave_label" from rtx to
5861         rtx_code_label *.
5862         (s390_emit_call): Strengthen return type and local "insn" from
5863         rtx to rtx_insn *.
5864         (s390_emit_tpf_eh_return): Likewise for local "insn".
5865         (s390_optimize_prologue): Likewise for locals "insn", "new_insn",
5866         "next_insn", introducing locals "s_pat", "rpat" to allow this.
5867         (s390_fix_long_loop_prediction): Likewise for param "insn" and
5868         local "cur_insn".
5869         (s390_non_addr_reg_read_p): Likewise for param "insn".
5870         (find_cond_jump): Likewise for return type and param "insn".
5871         (s390_swap_cmp): Likewise for param "insn".
5872         (s390_z10_optimize_cmp): Likewise for param "insn" and locals
5873         "prev_insn", "next_insn".
5874         (s390_reorg): Likewise for locals "insn", "target".
5875         (s390_z10_prevent_earlyload_conflicts): Likewise for local "insn".
5876         (s390_sched_variable_issue): For now, rename param "insn" to
5877         "uncast_insn", introducing a checked cast.
5878         (s390_sched_init): Replace NULL_RTX with NULL when dealing with
5879         insn.
5880         (s390_loop_unroll_adjust): Strengthen local "insn" from rtx to
5881         rtx_insn *.  Use for_each_rtx_in_insn rather than for_each_rtx.
5882
5883 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5884
5885         * config/rx/rx-protos.h (rx_adjust_insn_length): Strengthen first
5886         param from rtx to rtx_insn *.
5887         * config/rx/rx.c (rx_adjust_insn_length): Likewise for param "insn".
5888
5889 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5890
5891         * config/rs6000/rs6000-protos.h (output_cbranch): Strengthen param
5892         4 from rtx to rtx_insn *.
5893         (rs6000_final_prescan_insn): Likewise for first param.
5894         * config/rs6000/rs6000.c (rs6000_emit_set_const): Likewise for
5895         local "insn".
5896         (rs6000_get_some_local_dynamic_name): Likewise.
5897         (output_cbranch): Likewise for param "insn".
5898         (spe_func_has_64bit_regs_p): Likewise for locals "insns", "insn".
5899         (rs6000_function_ok_for_sibcall): Likewise for locals "top", "insn".
5900         (rs6000_emit_allocate_stack): Likewise for local "insn".
5901         (load_cr_save): Likewise.
5902         (restore_saved_cr): Likewise.
5903         (restore_saved_lr): Likewise.
5904         (emit_cfa_restores): Likewise.
5905         (rs6000_output_function_epilogue): Likewise for locals "insn" and
5906         "deleted_debug_label".
5907         (rs6000_output_mi_thunk): Likewise for local "insn".
5908         (rs6000_final_prescan_insn): Likewise for param "insn".
5909
5910 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5911
5912         * config/picochip/picochip-protos.h (picochip_final_prescan_insn):
5913         Strengthen param "insn" from rtx to rtx_insn *.
5914         * config/picochip/picochip.c (picochip_current_prescan_insn):
5915         Likewise for this variable.
5916         (picochip_final_prescan_insn): Likewise for param "insn".
5917
5918 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5919
5920         * config/pa/pa-protos.h (pa_output_call): Strengthen first param
5921         from rtx to rtx_insn *.
5922         (pa_output_indirect_call): Likewise.
5923         (pa_adjust_insn_length): Likewise.
5924         (pa_attr_length_millicode_call): Likewise.
5925         (pa_attr_length_call): Likewise.
5926         (pa_attr_length_indirect_call): Likewise.
5927
5928         * config/pa/pa.c (pa_adjust_insn_length): Likewise for param
5929         "insn".
5930         (pa_attr_length_millicode_call): Likewise.
5931         (pa_attr_length_call): Likewise.
5932         (pa_output_call): Likewise.
5933         (pa_attr_length_indirect_call): Likewise.
5934         (pa_output_indirect_call): Likewise.
5935
5936 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5937
5938         * config/nds32/nds32-protos.h (nds32_adjust_insn_length):
5939         Strengthen first param from rtx to rtx_insn *.
5940         * config/nds32/nds32.c (nds32_adjust_insn_length): Likewise for
5941         param "insn".
5942
5943 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
5944
5945         * config/mips/mips-protos.h (mips_emit_move): Strengthen return
5946         type from rtx to rtx_insn *.
5947         (mips_expand_call): Likewise.
5948         (mips_adjust_insn_length): Likewise for first param.
5949         (mips_output_conditional_branch): Likewise.
5950         (mips_output_order_conditional_branch): Likewise.
5951         (mips_final_prescan_insn): Likewise.
5952
5953         * config/mips/mips.c (SEQ_BEGIN): For now, add checked cast to
5954         rtx_insn * for the SEQUENCE case.
5955         (SEQ_END): Likewise.
5956         (mips_emit_move): Strengthen return type from rtx to rtx_insn *.
5957         (mips_emit_call_insn): Likewise, also for local "insn".
5958         (mips16_gp_pseudo_reg): Likewise for local "scan".
5959         (mips16_build_call_stub): Likewise for return type and for local
5960         "insn".  Introduce a new local "pattern" so that "insn" can indeed
5961         be an insn.
5962         (mips_expand_call): Strengthen return type and local "insn" from
5963         rtx to rtx_insn *.
5964         (mips_block_move_loop): Strengthen local "label" from rtx to
5965         rtx_code_label *.
5966         (mips_expand_synci_loop): Likewise for locals "label",
5967         "end_label".
5968         (mips_set_frame_expr): Strengthen local "insn" from rtx to
5969         rtx_insn *.
5970         (mips16e_collect_argument_saves): Likewise for locals "insn",
5971         "next".
5972         (mips_find_gp_ref): Likewise for param of callback for "pred"
5973         param, and for local "insn".
5974         (mips_insn_has_inflexible_gp_ref_p): Likewise for param "insn".
5975         (mips_insn_has_flexible_gp_ref_p): Likewise.
5976         (mips_epilogue_emit_cfa_restores): Likewise for return type and
5977         local "insn".
5978         (mips_epilogue_set_cfa): Likewise for local "insn".
5979         (mips_expand_epilogue): Likewise.
5980         (mips_adjust_insn_length): Likewise for param "insn".
5981         (mips_output_conditional_branch): Likewise.
5982         (mips_output_order_conditional_branch): Likewise.
5983         (struct mips_ls2): Likewise for fields "alu1_turn_enabled_insn",
5984         "alu2_turn_enabled_insn", "falu1_turn_enabled_insn",
5985         "falu2_turn_enabled_insn".
5986         (mips_builtin_branch_and_move): Strengthen locals "true_label",
5987         "done_label" from rtx to rtx_code_label *.
5988         (struct mips16_constant): Likewise for field "label".
5989         (mips16_add_constant): Likewise for return type.
5990         (mips16_emit_constants_1): Strengthen return type and param "insn"
5991         from rtx to rtx_insn *.
5992         (mips16_emit_constants): Likewise for param "insn".
5993         (mips16_insn_length): Likewise.
5994         (mips16_rewrite_pool_constant): Strengthen local "label" from rtx
5995         to rtx_code_label *.
5996         (struct mips16_rewrite_pool_refs_info): Strengthen field "insn"
5997         from rtx to rtx_insn *.
5998         (mips16_lay_out_constants): Likewise for locals "insn", "barrier",
5999         "jump".  Strengthen local "label" from rtx to rtx_code_label *.
6000         (r10k_simplify_address): Strengthen param "insn" and local
6001         "def_insn" from rtx to rtx_insn *.
6002         (r10k_safe_address_p): Strengthen param "insn" from rtx to
6003         rtx_insn *.
6004         (r10k_needs_protection_p_1): Update target type of cast of data
6005         from to rtx to rtx_insn *.
6006         (r10k_needs_protection_p_store): Strengthen local "insn_ptr" from
6007         rtx * to rtx_insn **.
6008         (r10k_needs_protection_p): Strengthen param "insn" from rtx to
6009         rtx_insn *.
6010         (r10k_insert_cache_barriers): Likewise for locals "insn", "end".
6011         (mips_call_expr_from_insn): Likewise for param "insn".
6012         (mips_pic_call_symbol_from_set): Likewise for local "def_insn".
6013         (mips_find_pic_call_symbol): Likewise for param "insn".
6014         (mips_annotate_pic_calls): Likewise for local "insn".
6015         (mips_sim_insn): Likewise for this variable.
6016         (struct mips_sim): Likewise for field "insn" within elements of
6017         last_set array.
6018         (mips_sim_wait_reg): Likewise for param "insn".
6019         (mips_sim_wait_regs): Likewise.
6020         (mips_sim_wait_units): Likewise.
6021         (mips_sim_wait_insn): Likewise.
6022         (mips_sim_issue_insn): Likewise.
6023         (mips_sim_finish_insn): Likewise.
6024         (mips_seq_time): Likewise for param "seq" and local "insn".
6025         (vr4130_avoid_branch_rt_conflict): Likewise for param "insn" and
6026         locals "first", "second".
6027         (vr4130_align_insns): Likewise for locals "insn", "subinsn",
6028         "last", "last2", "next".
6029         (mips_avoid_hazard): Likewise for params "after", "insn".
6030         (mips_reorg_process_insns): Likewise for locals "insn",
6031         "last_insn", "subinsn", "next_insn".
6032         (mips_has_long_branch_p): Likewise for locals "insn", "subinsn".
6033         (mips16_split_long_branches): Likewise for locals "insn" "jump",
6034         "jump_sequence".
6035         (mips_output_mi_thunk): Likewise for local "insn".
6036         (mips_final_prescan_insn): Likewise for param "insn".
6037
6038 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6039
6040         * config/microblaze/microblaze.c (microblaze_call_tls_get_addr):
6041         Strengthen return type and local "insns" from rtx to rtx_insn *.
6042         (microblaze_legitimize_tls_address): Likewise for local "insns".
6043         (microblaze_block_move_loop): Strengthen local "label" from rtx
6044         to rtx_code_label *.
6045         (microblaze_expand_prologue): Strengthen two locals named "insn"
6046         from rtx to rtx_insn *.
6047         (microblaze_asm_output_mi_thunk): Likewise for local "insn".
6048         (microblaze_expand_divide): Likewise for locals "jump", "cjump",
6049         "insn".  Strengthen locals "div_label", "div_end_label" from rtx
6050         to rtx_code_label *.
6051
6052 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6053
6054         * config/mep/mep-protos.h (mep_mulr_source): Strengthen first
6055         param from rtx to rtx_insn *.
6056         (mep_reuse_lo): Likewise for third param.
6057         (mep_use_post_modify_p): Likewise for first param.
6058         (mep_core_address_length): Likewise.
6059         (mep_cop_address_length): Likewise.
6060         (mep_final_prescan_insn): Likewise.
6061         (mep_store_data_bypass_p): Likewise for both params.
6062         (mep_mul_hilo_bypass_p): Likewise.
6063         (mep_ipipe_ldc_p): Likewise for param.
6064
6065         * config/mep/mep.c (mep_mulr_source): Likewise for param "insn".
6066         (mep_rewrite_mult): Likewise.
6067         (mep_rewrite_mulsi3): Likewise.
6068         (mep_rewrite_maddsi3): Likewise.
6069         (mep_reuse_lo_p_1): Likewise.
6070         (mep_reuse_lo_p): Likewise.
6071         (mep_frame_expr): Likewise.
6072         (mep_make_parallel): Likewise for both params.
6073         (mep_use_post_modify_p_1): Likewise for param "set_insn" and
6074         local "insn".
6075         (mep_use_post_modify_p): Likewise for param "insn".
6076         (mep_core_address_length): Likewise.
6077         (mep_cop_address_length): Likewise.
6078         (mep_reg_set_in_function): Likewise for local "insn".
6079         (mep_asm_without_operands_p): Likewise.
6080         (F): Likewise for return type and param "x".
6081         (add_constant): Likewise for local "insn".
6082         (maybe_dead_move): Likewise for return type and local "insn".
6083         (mep_expand_prologue): Likewise for local "insn".
6084         (mep_final_prescan_insn): Likewise for param "insn".
6085         (mep_reorg_regmove): Likewise for param "insns" and locals "insn",
6086         "next", "follow", "x".
6087         (mep_insert_repeat_label_last): Likewise for return type, param
6088         "last_insn", and locals "next", "prev".  Strengthen param "label"
6089         from rtx to rtx_code_label *.
6090         (struct mep_doloop_begin): Strengthen field "insn" from rtx to
6091         rtx_insn *.
6092         (struct mep_doloop_end): Likewise for fields "insn" and
6093         "fallthrough".
6094         (mep_reorg_repeat): Likewise for param "insns" and local "insn".
6095         Strengthen local "repeat_label" from rtx to rtx_code_label *.
6096         (mep_invertable_branch_p): Strengthen param "insn" from rtx to
6097         rtx_insn *.
6098         (mep_invert_branch): Likewise for params "insn" and "after".
6099         (mep_reorg_erepeat): Likewise for param "insns" and locals
6100         "insn", "prev", "new_last", "barrier", "user".  Strengthen local
6101         "l" from rtx to rtx_code_label *.
6102         (mep_jmp_return_reorg): Strengthen param "insns" and local "insn"
6103         from rtx to rtx_insn *.
6104         (mep_reorg_addcombine): Likewise for param "insns" and locals
6105         "i", "n".
6106         (add_sp_insn_p): Likewise for param "insn".
6107         (mep_reorg_noframe): Likewise for param "insns" and locals
6108         "start_frame_insn", "end_frame_insn", "next".
6109         (mep_reorg): Likewise for local "insns".
6110         (mep_store_data_bypass_1): Likewise for param "prev".  Add checked
6111         cast.
6112         (mep_store_data_bypass_p): Likewise for params "prev", "insn".
6113         (mep_mul_hilo_bypass_p): Likewise.
6114         (mep_ipipe_ldc_p): Likewise for param "insn".
6115         (mep_make_bundle): Likewise for return type, param "cop" and local
6116         "insn", splitting out the latter into a new local "seq" for when it
6117         is a SEQUENCE rather than an insn.
6118         (core_insn_p): Likewise for param "insn".
6119         (mep_bundle_insns): Likewise for param "insns" and locals "insn",
6120         "last", "first", "note", "prev", "core_insn".
6121
6122 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6123
6124         * config/m68k/m68k-protos.h (output_btst): Strengthen param 4 from
6125         rtx to rtx_insn *.
6126         (strict_low_part_peephole_ok): Likewise for param 2 "first_insn".
6127         (m68k_final_prescan_insn): Likewise for first param.
6128
6129         * config/m68k/m68k.c (m68k_emit_movem): Likewise for return type.
6130         (m68k_set_frame_related): Likewise for param "insn".
6131         (output_btst): Likewise for param "insn".
6132         (m68k_final_prescan_insn): Likewise.
6133         (m68k_move_to_reg): Likewise for local "insn".
6134         (m68k_call_tls_get_addr): Likewise for local "insns".
6135         (m68k_call_m68k_read_tp): Likewise.
6136         (strict_low_part_peephole_ok): Likewise for param "first_insn".
6137         (m68k_output_mi_thunk): Likewise for local "insn".
6138
6139 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6140
6141         * config/iq2000/iq2000-protos.h (final_prescan_insn): Strengthen
6142         first param from rtx to rtx_insn *.
6143         (iq2000_adjust_insn_length): Likewise.
6144         (iq2000_output_conditional_branch): Likewise.
6145         * config/iq2000/iq2000.c (final_prescan_insn): Likewise for param
6146         "insn" and local "nop_insn".
6147         (iq2000_annotate_frame_insn): Likewise for param "insn".
6148         (iq2000_expand_prologue): Likewise for both locals "insn".
6149         (iq2000_adjust_insn_length): Likewise for param "insn".
6150         (iq2000_output_conditional_branch): Likewise.
6151
6152 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6153
6154         * config/ia64/ia64.c (ia64_expand_tls_address): Strengthen local
6155         "insns" from rtx to rtx_insn *.
6156         (ia64_emit_cond_move): Likewise for locals "insn", "first".
6157         (struct spill_fill_data): Likewise for field "init_after" and for
6158         elements of array field "prev_insn".
6159         (spill_restore_mem): Likewise for locals "insn", "first".
6160         (do_spill): Likewise for local "insn".
6161         (do_restore): Likewise.
6162         (ia64_expand_prologue): Likewise.
6163         (ia64_expand_epilogue): Likewise.
6164         (emit_insn_group_barriers): Likewise for locals "insn",
6165         "last_label".
6166         (emit_all_insn_group_barriers): Likewise for locals "insn",
6167         "last".
6168         (dfa_stop_insn): Likewise for this global.
6169         (dfa_pre_cycle_insn): Likewise.
6170         (ia64_nop): Likewise.
6171         (final_emit_insn_group_barriers): Likewise for locals "insn",
6172         "last".
6173         (emit_predicate_relation_info): Likewise for locals "head", "n",
6174         "insn", "b", "a".
6175         (ia64_reorg): Likewise for local "insn".
6176         (ia64_output_mi_thunk): Likewise.
6177         (expand_vec_perm_interleave_2): Likewise for local "seq".
6178
6179 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6180
6181         * config/i386/i386-protos.h (ix86_avoid_lea_for_add): Strengthen
6182         param 1 "insn" from rtx to rtx_insn *.
6183         (ix86_use_lea_for_mov): Likewise.
6184         (ix86_avoid_lea_for_addr): Likewise.
6185         (ix86_split_lea_for_addr): Likewise.
6186         (ix86_lea_for_add_ok): Likewise.
6187         (ix86_output_call_insn): Likewise.
6188
6189         * config/i386/i386.c (ix86_va_start): Likewise for local "seq".
6190         (ix86_get_drap_rtx): Likewise for locals "seq", "insn".
6191         (ix86_output_function_epilogue): Likewise for locals "insn",
6192         "deleted_debug_label".
6193         (legitimize_tls_address): Likewise for local "insn".
6194         (get_some_local_dynamic_name): Likewise.
6195         (increase_distance): Likewise for params "prev", "next".
6196         (distance_non_agu_define_in_bb): Likewise for params "insn",
6197         "start" and locals "prev", "next".
6198         (distance_non_agu_define): Likewise for param "insn".
6199         (distance_agu_use_in_bb): Likewise for params "insn", "start" and
6200         locals "next", "prev".
6201         (distance_agu_use): Likewise for param "insn".
6202         (ix86_lea_outperforms): Likewise.
6203         (ix86_ok_to_clobber_flags): Likewise.
6204         (ix86_avoid_lea_for_add): Likewise.
6205         (ix86_use_lea_for_mov): Likewise.
6206         (ix86_avoid_lea_for_addr): Likewise.
6207         (find_nearest_reg_def): Likewise, also for locals "prev", "start".
6208         (ix86_split_lea_for_addr): Likewise for param "insn".
6209         (ix86_lea_for_add_ok): Likewise for param "insn".
6210         (ix86_expand_carry_flag_compare): Likewise for local
6211         "compare_seq".
6212         (ix86_expand_int_movcc): Likewise.
6213         (ix86_output_call_insn): Likewise for param "insn".
6214         (ix86_output_call_insn): Likewise for local "i".
6215         (x86_output_mi_thunk): Introduce local "insn", using it in place
6216         of "tmp" when dealing with insns.
6217         (ix86_avoid_jump_mispredicts): Likewise for locals "insn",
6218         "start".
6219         (ix86_pad_returns): Likewise for locals "ret", "prev".
6220         (ix86_count_insn_bb): Likewise for local "insn".
6221         (ix86_pad_short_function): Likewise for locals "ret", "insn".
6222         (ix86_seh_fixup_eh_fallthru): Likewise for locals "insn", "next".
6223         (ix86_vector_duplicate_value): Likewise for local "insn", "seq".
6224         (expand_vec_perm_interleave2): Likewise for local "seq".
6225         (expand_vec_perm_vperm2f128_vblend): Likewise.
6226         (ix86_loop_unroll_adjust): Likewise for local "insn".  Convert
6227         call to for_each_rtx with for_each_rtx_in_insn.
6228
6229 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6230
6231         * config/i386/i386.c (setup_incoming_varargs_64): Strengthen local
6232         "label" from rtx to rtx_code_label *.
6233         (ix86_expand_prologue): Likewise.
6234         (ix86_expand_split_stack_prologue): Likewise for locals "label",
6235         "varargs_label".
6236         (ix86_split_idivmod): Likewise for locals "end_label" and
6237         "qimode_label".
6238         (ix86_expand_branch): Likewise for local "label2".
6239         (ix86_expand_aligntest): Likewise for return type and local "label".
6240         (expand_set_or_movmem_via_loop): Likewise for locals "out_label" and
6241         "top_label".
6242         (expand_movmem_epilogue): Likewise for the various locals named
6243         "label".
6244         (expand_setmem_epilogue): Likewise.
6245         (expand_small_movmem_or_setmem): Likewise for local "label".
6246         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
6247         Strengthen param "done_label" from rtx * to rtx_code_label **.
6248         Strengthen locals "loop_label" and "label" from rtx to
6249         rtx_code_label *.
6250         (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
6251         Likewise for locals "loop_label", "label".
6252         (ix86_expand_set_or_movmem): Likewise for locals "label",
6253         "jump_around_label", "hot_label".
6254         (ix86_expand_strlensi_unroll_1): Likewise for locals
6255         "align_2_label", align_3_label", "align_4_label", "end_0_label",
6256         "end_2_label".
6257         (x86_emit_floatuns): Likewise for locals "neglab", "donelab".
6258         (void ix86_emit_i387_log1p): Likewise for locals "label1",
6259         "label2", "jump_label".
6260         (ix86_expand_sse_compare_and_jump): Likewise for return type and
6261         local "label".
6262         (ix86_expand_lfloorceil): Likewise for local "label".
6263         (ix86_expand_rint): Likewise.
6264         (ix86_expand_floorceildf_32): Likewise.
6265         (ix86_expand_floorceil): Likewise.
6266         (ix86_expand_rounddf_32): Likewise.
6267         (ix86_expand_trunc): Likewise.
6268         (ix86_expand_truncdf_32): Likewise.
6269         (ix86_expand_round): Likewise.
6270
6271 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6272
6273         * config/h8300/h8300-protos.h (final_prescan_insn): Strengthen
6274         first param from rtx to rtx_insn *.
6275         (h8300_insn_length_from_table): Likewise.
6276         * config/h8300/h8300.c (F): Likewise for return type and param
6277         "x".
6278         (Fpa): Add a checked cast to rtx_insn *.
6279         (h8300_emit_stack_adjustment): Strengthen local "x" from rtx to
6280         rtx_insn *.
6281         (final_prescan_insn): Likewise for param "insn".
6282         (h8300_binary_length): Likewise.
6283         (h8300_insn_length_from_table): Likewise.
6284
6285 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6286
6287         * config/epiphany/epiphany-protos.h (epiphany_final_prescan_insn):
6288         Strengthen first param "insn" from rtx to rtx_insn *.
6289
6290         * config/epiphany/epiphany.c (epiphany_final_prescan_insn):
6291         Likewise.
6292         (frame_insn): Likewise for return type.  Introduce local "insn"
6293         for use in place of local "x" for use as an rtx_insn *.
6294         (frame_move_insn): Strengthen return type from rtx to rtx_insn *.
6295         (epiphany_expand_prologue): Likewise for local "insn".
6296         * config/epiphany/mode-switch-use.c (insert_uses): Likewise.
6297         * config/epiphany/resolve-sw-modes.c
6298         (pass_resolve_sw_modes::execute): Likewise for locals "insn" and
6299         "seq".
6300
6301 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6302
6303         * config/c6x/c6x-protos.h (c6x_get_unit_specifier): Strengthen
6304         param from rtx to rtx_insn *.
6305         (c6x_final_prescan_insn): Likewise for first param.
6306
6307         * config/c6x/c6x.c (c6x_current_insn): Likewise for this variable.
6308         (c6x_output_mi_thunk): Replace use of NULL_RTX with NULL.
6309         (c6x_expand_compare): Strengthen local "insns" from rtx to
6310         rtx_insn *.
6311         (c6x_get_unit_specifier): Likewise for param "insn".
6312         (c6x_print_unit_specifier_field): Likewise.
6313         (c6x_final_prescan_insn): Likewise.
6314         (emit_add_sp_const): Likewise for local "insn".
6315         (c6x_expand_prologue): Likewise.
6316
6317 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6318
6319         * config/bfin/bfin-protos.h (asm_conditional_branch): Strengthen
6320         param 1 from rtx to rtx_insn *.
6321         * config/bfin/bfin.c (expand_prologue_reg_save): Likewise for
6322         the various locals named "insn".
6323         (expand_epilogue_reg_restore): Likewise.
6324         (frame_related_constant_load): Likewise.
6325         (add_to_reg): Likewise.
6326         (emit_link_insn): Likewise.
6327         (do_link): Likewise.
6328         (expand_interrupt_handler_prologue): Likewise.
6329         (branch_dest): Likewise for param "branch".
6330         (asm_conditional_branch): Likewise for param "insn".
6331         (gen_one_bundle): Likewise for elements of param "slot" and local
6332         "t".
6333         (bfin_gen_bundles): Likewise for locals "insn", "next" and
6334         elements of local "slot".
6335         (reorder_var_tracking_notes): Likewise for locals "insn", "next",
6336         "queue", "next_queue", "prev".
6337         (workaround_rts_anomaly): Likewise for locals "insn", "first_insn".
6338         (add_sched_insns_for_speculation): Likewise for local "insn".
6339
6340 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6341
6342         * config/avr/avr-protos.h (output_movqi): Strengthen first param
6343         from rtx to rtx_insn *.
6344         (output_movhi): Likewise.
6345         (output_movsisf): Likewise.
6346         (avr_out_tstsi): Likewise.
6347         (avr_out_tsthi): Likewise.
6348         (avr_out_tstpsi): Likewise.
6349         (avr_out_compare): Likewise.
6350         (avr_out_compare64): Likewise.
6351         (avr_out_movpsi): Likewise.
6352         (ashlqi3_out): Likewise.
6353         (ashlhi3_out): Likewise.
6354         (ashlsi3_out): Likewise.
6355         (ashrqi3_out): Likewise.
6356         (ashrhi3_out): Likewise.
6357         (ashrsi3_out): Likewise.
6358         (lshrqi3_out): Likewise.
6359         (lshrhi3_out): Likewise.
6360         (lshrsi3_out): Likewise.
6361         (avr_out_ashlpsi3): Likewise.
6362         (avr_out_ashrpsi3): Likewise.
6363         (avr_out_lshrpsi3): Likewise.
6364         (avr_out_fract): Likewise.
6365         (avr_out_sbxx_branch): Likewise.
6366         (avr_out_round): Likewise.
6367         (avr_out_xload): Likewise.
6368         (avr_out_movmem): Likewise.
6369         (adjust_insn_length): Likewise.
6370         (avr_out_lpm): Likewise.
6371         (reg_unused_after): Likewise.
6372         (_reg_unused_after): Likewise.
6373         (avr_jump_mode): Likewise for second param.
6374         (jump_over_one_insn): Likewise for first param.
6375         (avr_final_prescan_insn): Likewise.
6376         (out_shift_with_cnt): Likewise for second param.
6377
6378         * config/avr/avr.c (get_sequence_length): Likewise for param
6379         "insns" and local "insn".
6380         (emit_push_byte): Likewise for local "insn".
6381         (emit_push_sfr): Likewise.
6382         (avr_prologue_setup_frame): Likewise for locals "insn",
6383         "fp_plus_insns", "sp_plus_insns".
6384         (avr_expand_epilogue): Likewise for local "fp_plus_insns",
6385         "sp_plus_insns".
6386         (avr_jump_mode): Likewise for param "insn".
6387         (avr_final_prescan_insn): Likewise.
6388         (avr_find_unused_d_reg): Likewise.
6389         (avr_out_lpm_no_lpmx): Likewise.
6390         (avr_out_lpm): Likewise.
6391         (avr_out_xload): Likewise.
6392         (output_movqi): Likewise.
6393         (output_movhi): Likewise.
6394         (out_movqi_r_mr): Likewise.
6395         (out_movhi_r_mr): Likewise.
6396         (out_movsi_r_mr): Likewise.
6397         (out_movsi_mr_r): Likewise.
6398         (output_movsisf): Likewise.
6399         (avr_out_load_psi): Likewise.
6400         (avr_out_store_psi): Likewise.
6401         (avr_out_movpsi): Likewise.
6402         (out_movqi_mr_r): Likewise.
6403         (avr_out_movhi_mr_r_xmega): Likewise.
6404         (out_movhi_mr_r): Likewise.
6405         (compare_condition): Likewise for param "insn" and local "next".
6406         (compare_sign_p): Likewise for param "insn".
6407         (compare_diff_p): Likewise.
6408         (compare_eq_p): Likewise.
6409         (avr_out_compare): Likewise.
6410         (avr_out_compare64): Likewise.
6411         (avr_out_tsthi): Likewise.
6412         (avr_out_tstpsi): Likewise.
6413         (avr_out_tstsi): Likewise.
6414         (out_shift_with_cnt): Likewise.
6415         (ashlqi3_out): Likewise.
6416         (ashlhi3_out): Likewise.
6417         (avr_out_ashlpsi3): Likewise.
6418         (ashlsi3_out): Likewise.
6419         (ashrqi3_out): Likewise.
6420         (ashrhi3_out): Likewise.
6421         (avr_out_ashrpsi3): Likewise.
6422         (ashrsi3_out): Likewise.
6423         (lshrqi3_out): Likewise.
6424         (lshrhi3_out): Likewise.
6425         (avr_out_lshrpsi3): Likewise.
6426         (lshrsi3_out): Likewise.
6427         (avr_out_fract): Likewise.
6428         (avr_out_round): Likewise.
6429         (avr_adjust_insn_length): Likewise.
6430         (reg_unused_after): Likewise.
6431         (_reg_unused_after): Likewise.
6432         (avr_compare_pattern): Likewise.
6433         (avr_reorg_remove_redundant_compare): Likewise for param "insn1"
6434         and locals "branch1", "branch2", "insn2", "jump".
6435         (avr_reorg): Likewise for local "insn".
6436         (avr_2word_insn_p): Likewise for param "insn".
6437         (jump_over_one_insn_p): Likewise.
6438         (avr_out_sbxx_branch): Likewise.
6439         (avr_out_movmem): Likewise.
6440
6441 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6442
6443         * config/arm/arm-protos.h (arm_final_prescan_insn): Strengthen
6444         param from rtx to rtx_insn *.
6445         (thumb1_final_prescan_insn): Likewise.
6446         (thumb2_final_prescan_insn): Likewise.
6447
6448         * config/arm/arm.c (emit_set_insn): Strengthen return type from
6449         rtx to rtx_insn *.
6450         (struct minipool_node): Likewise for field "insn".
6451         (dump_minipool): Likewise for param "scan".
6452         (create_fix_barrier): Likewise for local "from".  Strengthen local
6453         "label" from rtx to rtx_code_label *.
6454         (push_minipool_barrier): Strengthen param "insn" from rtx to
6455         rtx_insn *.
6456         (push_minipool_fix): Likewise.
6457         (note_invalid_constants): Likewise.
6458         (thumb2_reorg): Likewise for local "insn".
6459         (arm_reorg): Likewise.
6460         (thumb2_final_prescan_insn): Likewise for param
6461         "insn" and local "first_insn".
6462         (arm_final_prescan_insn): Likewise for param "insn" and locals
6463         "start_insn", "this_insn".
6464         (arm_debugger_arg_offset): Likewise for param "insn".
6465         (thumb1_emit_multi_reg_push): Likewise for return type and local
6466         "insn".
6467         (thumb1_final_prescan_insn): Likewise for param "insn".
6468         (thumb_far_jump_used_p): Likewise for local "insn".
6469         (thumb1_expand_prologue): Likewise.
6470         (arm_expand_epilogue_apcs_frame): Likewise.
6471         (arm_expand_epilogue): Likewise for locals "insn", "tmp".
6472         (arm_split_compare_and_swap): Strengthen locals "label1", "label2"
6473         from rtx to rtx_code_label *.
6474         (arm_split_atomic_op): Likewise for local "label".
6475         (arm_emit_coreregs_64bit_shift): Likewise for local "done_label".
6476
6477 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6478
6479         * config/arc/arc-protos.h (arc_final_prescan_insn): Strengthen
6480         first param from rtx to rtx_insn *.
6481         (arc_verify_short): Likewise.
6482         (arc_short_long): Likewise.
6483         (arc_need_delay): Likewise.
6484
6485         * config/arc/arc.c (struct arc_ccfsm): Likewise for field
6486         "target_insn".
6487         (arc_ccfsm_advance): Likewise for param "insn" and locals
6488         "start_insn", "this_insn".
6489         (arc_ccfsm_record_condition): Likewise for local "seq_insn".
6490         (arc_ccfsm_post_advance): Likewise for param "insn".
6491         (arc_next_active_insn): Likewise for return type and param "insn".
6492         Convert NULL_RTX to NULL as appropriate.  Add a checked cast.
6493         (arc_verify_short): Strengthen param "insn" from rtx to rtx_insn *.
6494         (output_short_suffix): Likewise for local "insn".
6495         (arc_final_prescan_insn): Likewise for param "insn".  Remove
6496         now-redundant checked cast.
6497         (arc_reorg): Strengthen locals "insn", "top_label", "lp", "prev",
6498         "lp_simple", "next", "mov", "scan", "link_insn" from rtx to
6499         rtx_insn *.  Add a checked cast.  Introduce local "lc_set_insn"
6500         for use where lc_set became an insn.
6501         (arc_adjust_insn_length): Strengthen locals "prev", "succ" from
6502         rtx to rtx_insn *.
6503         (arc_get_insn_variants): Likewise for local "prev".
6504         (arc_ifcvt): Likewise for locals "insn", "seq", "prev", "pprev",
6505         "next".
6506         (arc_predicate_delay_insns): Likewise for local "insn".
6507         (arc_pad_return): Likewise for local "prev".  For now, add a
6508         checked cast when extracting the insn from "final_sequence".
6509         (arc_short_long): Likewise for param "insn".
6510         (arc_need_delay): Likewise for param "insn" and local "next".
6511         (arc_label_align): Likewise for locals "prev", "next".
6512
6513 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6514
6515         * config/alpha/alpha.c (alpha_emit_set_const): Strengthen local
6516         "insn" from rtx to rtx_insn *.
6517         (alpha_gp_save_rtx): Likewise for local "seq".
6518         (alpha_instantiate_decls): Likewise for local "top".
6519         (get_some_local_dynamic_name): Likewise for local "insn".
6520         (alpha_does_function_need_gp): Likewise.
6521         (set_frame_related_p): Likewise for return type and for locals
6522         "seq" and "insn".
6523         (emit_frame_store_1): Likewise for local "insn".
6524         (alpha_expand_prologue): Likewise for locals "insn", "seq".
6525         (alpha_end_function): Likewise for local "insn".
6526         (alpha_output_mi_thunk_osf): Likewise.
6527         (alphaev4_insn_pipe): Likewise for param "insn".
6528         (alphaev5_insn_pipe): Likewise.
6529         (alphaev4_next_group): Likewise for return type and param 1
6530         "insn".
6531         (alphaev5_next_group): Likewise.
6532         (alpha_align_insns_1): Likewise for return type and param 1 of
6533         callback param "next_group", and for locals "i", "next", "prev",
6534         "where", "where2", "insn".
6535
6536 2014-08-25  Bernd Schmidt  <bernds@codesourcery.com>
6537
6538         * tree-nested.c (finalize_nesting_tree_1): Initialize temporary earlier
6539         rather than modifying the stmt.
6540
6541 2014-08-25  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
6542
6543         * config/rs6000/rs6000.c (rs6000_return_in_msb): Fix fallout from
6544         cgraph_state conversion.
6545
6546 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
6547
6548         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
6549         Strengthen local "insns" from rtx to rtx_insn *.
6550         (aarch64_set_frame_expr): Likewise for local "insn".
6551         (aarch64_save_or_restore_fprs): Likewise.
6552         (aarch64_save_or_restore_callee_save_registers): Likewise.
6553         (aarch64_expand_prologue): Likewise.
6554         (aarch64_expand_epilogue): Likewise.
6555         (aarch64_output_mi_thunk): Likewise.
6556         (aarch64_split_compare_and_swap): Strengthen locals "label1" and
6557         "label2" from rtx to rtx_code_label *.
6558         (aarch64_split_atomic_op): Likewise for local "label".
6559
6560 2014-08-25  Martin Liska  <mliska@suse.cz>
6561
6562         * cgraph.h (symtab_node):
6563         (bool needed_p (void)): created from decide_is_symbol_needed
6564         (bool referred_to_p (void)): created from referred_to_p
6565         (static cgraph_node *get_for_asmname (tree asmname)): created from symtab_node_for_asm
6566         * cgraph.h (cgraph_node):
6567         (void assemble_thunks_and_aliases (void)): created from assemble_thunks_and_aliases
6568         (void expand (void)): created from expand_function
6569         (static void finalize_function (tree, bool)): created from cgraph_finalize_function
6570         (static cgraph_local_info *local_info (tree decl)): created from cgraph_local_info
6571         (static cgraph_global_info *global_info (tree)): created from cgraph_global_info
6572         (static cgraph_rtl_info *rtl_info (tree)): created from cgraph_rtl_info
6573         * cgraph.h (varpool_node):
6574         (static void add (tree decl): created from varpool_add_new_variable
6575         * cgraph.h (cgraph_edge):
6576         void remove (void);
6577         (void remove_caller (void)): created from cgraph_edge_remove_caller
6578         (void remove_callee (void)): created from cgraph_edge_remove_callee
6579         (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
6580           created from cgraph_set_call_stmt
6581         (void redirect_callee (cgraph_node *n)): created from cgraph_redirect_edge_callee
6582         (cgraph_edge *make_direct (cgraph_node *callee)): created from cgraph_make_edge_direct
6583         (cgraph_edge *make_speculative (cgraph_node *n2, gcov_type direct_count,
6584           gimple redirect_call_stmt_to_callee (void)): created from cgraph_turn_edge_to_speculative
6585         (void speculative_call_info (cgraph_edge *&direct, cgraph_edge *&indirect, ipa_ref *&reference)):
6586           created from cgraph_speculative_call_info
6587         (cgraph_edge * clone (cgraph_node *n, gimple call_stmt, unsigned stmt_uid, gcov_type count_scale,
6588           int freq_scale, bool update_original)): created from cgraph_clone_edge
6589         (cgraph_edge *resolve_speculation (tree callee_decl)): created from cgraph_resolve_speculation
6590         (bool cannot_lead_to_return_p (void)): created from cannot_lead_to_return_p
6591         (bool recursive_p (void)): created from cgraph_edge_recursive_p
6592         (bool maybe_hot_p (void)): created from cgraph_maybe_hot_edge_p
6593         (static unsigned int rebuild_edges (void)): created from rebuild_cgraph_edges
6594         (static void rebuild_references (void)): created from cgraph_rebuild_references
6595         * cgraph.h (symbol_table):
6596         (create_reference): renamed from add_reference
6597         (maybe_create_reference): renamed from maybe_add_reference
6598         (void register_symbol (symtab_node *node)): new function
6599         (void clear_asm_symbols (void)): new function
6600         (void unregister (symtab_node *node)): new function
6601         (void release_symbol (cgraph_node *node, int uid)): new function
6602         (cgraph_node * allocate_cgraph_symbol (void)): new function
6603         (void initialize (void)): created from cgraph_init
6604         (symtab_node *first_symbol (void)):new function
6605         (asm_node *first_asm_symbol (void)):new function
6606         (symtab_node *first_defined_symbol (void)):new function
6607         (varpool_node *first_variable (void)):new function
6608         (varpool_node *next_variable (varpool_node *node)):new function
6609         (varpool_node *first_static_initializer (void)):new function
6610         (varpool_node *next_static_initializer (varpool_node *node)):new function
6611         (varpool_node *first_defined_variable (void)):new function
6612         (varpool_node *next_defined_variable (varpool_node *node)):new function
6613         (cgraph_node *first_defined_function (void)):new function
6614         (cgraph_node *next_defined_function (cgraph_node *node)):new function
6615         (cgraph_node *first_function (void)):new function
6616         (cgraph_node *next_function (cgraph_node *node)):new function
6617         (cgraph_node *first_function_with_gimple_body (void)):new function
6618         (asm_node *finalize_toplevel_asm (tree asm_str)): created from add_asm_node
6619         (bool remove_unreachable_nodes (bool before_inlining_p, FILE *file)):
6620           created from symtab_remove_unreachable_nodes
6621         (void remove_unreferenced_decls (void)): created from varpool_remove_unreferenced_decls
6622         (void process_new_functions (void)): created from cgraph_process_new_functions
6623         (void process_same_body_aliases (void)): created from cgraph_process_same_body_aliases
6624         (bool output_variables (void)): created from varpool_node::output_variables
6625         (void output_asm_statements (void)): created from output_asm_statements
6626         (void finalize_compilation_unit (void)): created from finalize_compilation_unit
6627         (void compile (void)): created from compile
6628         (void output_weakrefs (void)): created from output_weakrefs
6629         (cgraph_node *create_empty (void)): created from cgraph_node::create_empty
6630         (cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee, gimple call_stmt,
6631           gcov_type count, int freq, bool indir_unknown_callee)): created from cgraph_node::create_edge
6632         (void free_edge (cgraph_edge *e)): created from cgraph_free_edge
6633         (cgraph_node *next_function_with_gimple_body (cgraph_node *node)):
6634           created from cgraph_next_function_with_gimple_body
6635         (void remove_edge_removal_hook (cgraph_edge_hook_list *)):
6636           created from cgraph_remove_edge_removal_hook
6637         (cgraph_node_hook_list *add_cgraph_removal_hook (cgraph_node_hook, void *)):
6638           created from cgraph_add_node_removal_hook
6639         (void remove_cgraph_removal_hook (cgraph_node_hook_list *)):
6640           created from cgraph_remove_node_removal_hook
6641         (varpool_node_hook_list *add_varpool_removal_hook (varpool_node_hook, void *)):
6642           created from varpool_add_node_removal_hook
6643         (void remove_varpool_removal_hook (varpool_node_hook_list *)):
6644           created from varpool_remove_node_removal_hook
6645         (cgraph_node_hook_list *add_cgraph_insertion_hook (cgraph_node_hook, void *)):
6646           created from cgraph_add_function_insertion_hook
6647         (void remove_cgraph_insertion_hook (cgraph_node_hook_list *)):
6648           created from cgraph_remove_function_insertion_hook
6649         (varpool_node_hook_list *add_varpool_insertion_hook (varpool_node_hook, void *)):
6650           created from varpool_add_variable_insertion_hook
6651         (void remove_varpool_insertion_hook (varpool_node_hook_list *)):
6652           created from varpool_remove_variable_insertion_hook
6653         (cgraph_2edge_hook_list *add_edge_duplication_hook (cgraph_2edge_hook, void *)):
6654           created from cgraph_add_edge_duplication_hook
6655         (void remove_edge_duplication_hook (cgraph_2edge_hook_list *)):
6656           created from cgraph_remove_edge_duplication_hook
6657         (cgraph_2node_hook_list *add_cgraph_duplication_hook (cgraph_2node_hook, void *)):
6658           created from cgraph_add_node_duplication_hook
6659         (void remove_cgraph_duplication_hook (cgraph_2node_hook_list *)):
6660           created from cgraph_remove_node_duplication_hook
6661         (void call_edge_removal_hooks (cgraph_edge *e)):
6662           created from cgraph_call_edge_removal_hooks
6663         (void call_cgraph_insertion_hooks (cgraph_node *node)):
6664           created from call_function_insertion_hooks 
6665         (void call_cgraph_removal_hooks (cgraph_node *node)):
6666           created from cgraph_call_node_removal_hooks 
6667         (void call_cgraph_duplication_hooks (cgraph_node *node, cgraph_node *node2)):
6668           created from cgraph_node::call_duplication_hooks 
6669         (void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2)):
6670           created from cgraph_call_edge_duplication_hooks
6671         (void call_varpool_removal_hooks (varpool_node *node)):
6672           created from varpool_call_node_removal_hooks
6673         (void call_varpool_insertion_hooks (varpool_node *node)):
6674           created from varpool_call_variable_insertion_hooks
6675         (void insert_to_assembler_name_hash (symtab_node *node, bool with_clones)):
6676           created from insert_to_assembler_name_hash
6677         (void unlink_from_assembler_name_hash (symtab_node *node, bool with_clones)):
6678           created from unlink_from_assembler_name_hash
6679         (void symtab_prevail_in_asm_name_hash (symtab_node *node)):
6680           created from symtab_prevail_in_asm_name_hash
6681         (void symtab_initialize_asm_name_hash (void)):
6682           created from symtab_initialize_asm_name_hash
6683         (void change_decl_assembler_name (tree decl, tree name)):
6684           created from change_decl_assembler_name
6685         (void materialize_all_clones (void)): created from cgraph_materialize_all_clones
6686         (static hashval_t decl_assembler_name_hash (const_tree asmname)):
6687           created from decl_assembler_name_hash
6688         (static bool decl_assembler_name_equal (tree decl, const_tree asmname)):
6689           created from decl_assembler_name_equal
6690         (static hashval_t hash_node_by_assembler_name (const void *p)):
6691           created from hash_node_by_assembler_name
6692         (static int eq_assembler_name (const void *p1, const void *p2)):
6693           created from eq_assembler_name
6694
6695 2014-08-25  Marek Polacek  <polacek@redhat.com>
6696
6697         * config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
6698
6699 2014-08-25  Petr Murzin  <petr.murzin@intel.com>
6700
6701         * config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
6702         (*k<logic><mode>): Add *k<logic>qi and *k<logic>hi and use
6703         SWI1248_AVX512BW mode iterator.
6704
6705 2014-08-25  Kaz Kojima  <kkojima@gcc.gnu.org>
6706
6707         PR target/62111
6708         * config/sh/predicates.md (general_extend_operand): Disable
6709         TRUNCATE before reload completes.
6710
6711 2014-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
6712
6713         * doc/invoke.texi (Optimize Options): Fix markup in two cases.
6714
6715 2014-08-24  Oleg Endo  <olegendo@gcc.gnu.org>
6716
6717         PR target/61996
6718         * config/sh/sh.opt (musermode): Allow negative form.
6719         * config/sh/sh.c (sh_option_override): Disable TARGET_USERMODE for
6720         targets that don't support it.
6721         * doc/invoke.texi (SH Options): Rename sh-*-linux* to sh*-*-linux*.
6722         Document -mno-usermode option.
6723
6724 2014-08-24  Kito Cheng  <kito@0xlab.org>
6725
6726         * system.h (CALLER_SAVE_PROFITABLE): Poison.
6727         * regs.h (CALLER_SAVE_PROFITABLE): Remove.
6728         * doc/tm.texi.in (CALLER_SAVE_PROFITABLE): Remove.
6729         * doc/tm.texi: Regenerate.
6730
6731 2014-08-24  Kito Cheng  <kito@0xlab.org>
6732
6733         * ira.c: Fix typo in comment.
6734
6735 2014-08-23  Edward Smith-Rowland  <3dw4rd@verizon.net>
6736
6737         * doc/invoke.texi: Change c++1y to c++14 and gnu++1y to gnu++14.
6738         Deprecate c++1y. Change language to reflect greater confidence in C++14.
6739
6740 2014-08-23  John David Anglin  <danglin@gcc.gnu.org>
6741
6742         PR target/62038
6743         * config/pa/pa.c (pa_output_function_epilogue): Don't set
6744         last_address when the current function is a thunk.
6745         (pa_asm_output_mi_thunk): When we don't have named sections or they
6746         are not being used, check that thunk can reach the stub table with a
6747         short branch.
6748
6749 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
6750
6751         * web.c (union_match_dups): Strengthen param "insn" from rtx to
6752         rtx_insn *.
6753         (pass_web::execute): Likewise for local "insn".
6754
6755 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
6756
6757         * var-tracking.c (struct micro_operation_def): Strengthen field
6758         "insn" from rtx to rtx_insn *.
6759         (struct emit_note_data_def): Likewise.
6760         (insn_stack_adjust_offset_pre_post): Likewise for param "insn".
6761         (vt_stack_adjustments): Likewise for local "insn".
6762         (adjust_insn): Likewise for param "insn".
6763         (val_store): Likewise.
6764         (val_resolve): Likewise.
6765         (struct count_use_info): Likewise for field "insn".
6766         (log_op_type): Likewise for param "insn".
6767         (reverse_op): Likewise.
6768         (prepare_call_arguments): Likewise.
6769         (add_with_sets):  The initial param takes an insn, but we can't
6770         yet strengthen it from rtx to rtx_insn * since it's used as a
6771         cselib_record_sets_hook callback.  For now rename initial param
6772         from "insn" to "uncast_insn", and introduce a local "insn" of
6773         the stronger rtx_insn * type, with a checked cast.
6774         (compute_bb_dataflow): Strengthen local "insn" from rtx to
6775         rtx_insn *.
6776         (emit_note_insn_var_location): Likewise.
6777         (emit_notes_for_changes): Likewise.
6778         (emit_notes_for_differences): Likewise.
6779         (next_non_note_insn_var_location): Likewise for return type and
6780         for param "insn".
6781         (emit_notes_in_bb): Likewise for locals "insn" and "next_insn".
6782         (vt_initialize): Likewise for local "insn".
6783         (delete_debug_insns): Likewise for locals "insn" and "next".
6784
6785 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
6786
6787         * varasm.c (mark_constants): Strengthen param "insn" from rtx to
6788         rtx_insn *.
6789         (mark_constant_pool): Likewise for local "insn".
6790
6791 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
6792
6793         * valtrack.c (dead_debug_reset_uses): Strengthen local "insn" from
6794         rtx to rtx_insn *.
6795         (dead_debug_promote_uses): Likewise.
6796         (dead_debug_insert_temp): Likewise.
6797
6798 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
6799
6800         * store-motion.c (store_killed_in_insn): Strengthen param "insn"
6801         from const_rtx to const rtx_insn *.
6802         (store_killed_after): Likewise.  Strengthen locals "last", "act"
6803         from rtx to rtx_insn *.
6804         (store_killed_before): Strengthen param "insn" from const_rtx to
6805         const rtx_insn *.  Strengthen local "first" from rtx to rtx_insn *.
6806         (find_moveable_store): Strengthen param "insn" from rtx to
6807         rtx_insn *.
6808         (compute_store_table): Likewise for local "insn".
6809         (insert_insn_start_basic_block): Likewise for param "insn" and
6810         locals "prev", "before", "insn".
6811         (insert_store): For now, add a checked cast to rtx_insn * on the
6812         result of gen_move_insn.
6813         (remove_reachable_equiv_notes): Strengthen local "insn" from rtx
6814         to rtx_insn *.
6815         (replace_store_insn): Likewise.  For now, add a checked cast to
6816         rtx_insn * on the result of gen_move_insn.
6817
6818 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6819
6820         * stmt.c (expand_case): Strengthen local "before_case" from rtx to
6821         rtx_insn *.
6822         (expand_sjlj_dispatch_table): Likewise.
6823
6824 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6825
6826         * stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
6827         "insn" from rtx to rtx_insn *.
6828
6829 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6830
6831         * shrink-wrap.h (requires_stack_frame_p): Strengthen param 1
6832         "insn" from rtx to rtx_insn *.
6833         (dup_block_and_redirect): Likewise for param 3 "before".
6834
6835         * shrink-wrap.c (requires_stack_frame_p): Strengthen param "insn"
6836         from rtx to rtx_insn *.
6837         (move_insn_for_shrink_wrap): Likewise.
6838         (prepare_shrink_wrap): Likewise for locals "insn", "curr".
6839         (dup_block_and_redirect): Likewise for param "before" and local
6840         "insn".
6841         (try_shrink_wrapping): Likewise for locals "insn", "insert_point",
6842         "end".
6843         (convert_to_simple_return): Likewise for local "start".
6844
6845         * config/i386/i386.c (ix86_finalize_stack_realign_flags):
6846         Strengthen local "insn" from rtx to rtx_insn *, for use when
6847         invoking requires_stack_frame_p.
6848
6849 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6850
6851         * sel-sched-ir.c (vinsn_copy): Strengthen local "copy" from rtx to
6852         rtx_insn *.
6853         (speculate_expr): Likewise for locals "orig_insn_rtx",
6854         "spec_insn_rtx".
6855         (eq_transformed_insns): Likewise for locals "i1", "i2".
6856         (check_for_new_jump): Likewise for return type and local "end".
6857         (find_new_jump): Likewise for return type and local "jump".
6858         (sel_split_edge): Likewise for local "jump".
6859         (sel_create_recovery_block): Likewise.
6860         (sel_redirect_edge_and_branch_force): Likewise.
6861         (sel_redirect_edge_and_branch): Likewise.
6862
6863 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6864
6865         * sel-sched.c (substitute_reg_in_expr): Strengthen local
6866         "new_insn" from rtx to rtx_insn *.
6867         (create_insn_rtx_with_rhs): Likewise for return type and for local
6868         "insn_rtx".
6869         (create_insn_rtx_with_lhs): Likewise.
6870         (create_speculation_check): Likewise for local "insn_rtx".
6871         (implicit_clobber_conflict_p): Likewise for local "insn".
6872         (get_expr_cost): Likewise.
6873         (emit_bookkeeping_insn): Likewise for local "new_insn_rtx".
6874         (move_cond_jump): Likewise for locals "next", "prev", "link",
6875         "head", "from", "to".
6876
6877 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6878
6879         * sched-rgn.c (is_cfg_nonregular): Strengthen locals "insn" and
6880         "next" from rtx to rtx_insn *.
6881         (find_conditional_protection): Likewise for local "next".
6882         (is_conditionally_protected): Likewise for local "insn1".
6883         (is_pfree): Likewise for locals "insn1", "insn2".
6884
6885 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6886
6887         * sched-int.h (schedule_ebb): Strengthen params "head", "tail"
6888         from rtx to rtx_insn *.
6889
6890         * sched-ebb.c (earliest_block_with_similiar_load): Strengthen
6891         locals "insn1", "insn2" from rtx to rtx_insn *.
6892         (add_deps_for_risky_insns): Likewise for params "head", "tail" and
6893         locals "insn", "prev", "last_jump", "next_tail".
6894         (schedule_ebb): Likewise for params "head", "tail".
6895         (schedule_ebbs): Likewise for locals "tail", "head".
6896
6897         * config/c6x/c6x.c (hwloop_optimize): For now, add a checked cast
6898         to rtx_insn on "last_insn" in one of the invocations of
6899         schedule_ebb.
6900
6901 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6902
6903         * sched-deps.c (maybe_add_or_update_dep_1): Strengthen locals
6904         "elem", "insn" from rtx to rtx_insn *.
6905         (change_spec_dep_to_hard): Likewise.
6906         (get_back_and_forw_lists): Likewise for local "con".
6907         (sd_add_dep): Likewise for locals "elem", "insn".
6908         (sd_resolve_dep): Likewise for locals "pro", "con".
6909         (sd_unresolve_dep): Likewise.
6910         (sd_delete_dep): Likewise.
6911         (chain_to_prev_insn): Likewise for local "pro".
6912         (find_inc): Likewise for locals "pro", "con".
6913
6914 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6915
6916         * rtlanal.c (reg_used_between_p): Strengthen local "insn" from rtx
6917         to rtx_insn *.
6918         (reg_set_between_p): Strengthen local "insn" from const_rtx to
6919         const rtx_insn *.
6920         (modified_between_p): Strengthen local "insn" from rtx to
6921         rtx_insn *.
6922         (remove_reg_equal_equiv_notes_for_regno): Likewise.
6923         (keep_with_call_p): Strengthen local "i2" from const_rtx to
6924         const rtx_insn *.
6925
6926 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6927
6928         * resource.c (next_insn_no_annul): Strengthen local "next" from
6929         rtx to rtx_insn *.
6930         (mark_referenced_resources): Likewise for local "insn".
6931
6932 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
6933
6934         * reload.h (struct insn_chain): Strengthen field "insn" from rtx
6935         to rtx_insn *.
6936         (find_reloads): Likewise for param 1.
6937         (subst_reloads): Likewise for sole param.
6938         (find_equiv_reg): Likwise for param 2.
6939         (regno_clobbered_p): Likwise for param 2.
6940         (reload): Likewise for param 1.
6941
6942         * caller-save.c (save_call_clobbered_regs): Strengthen local
6943         "insn" from rtx to rtx_insn *.
6944         (insert_one_insn): Likewise for local "insn".
6945
6946         * reload.c (this_insn): Likewise for this global.
6947         (find_reloads): Likewise for param "insn".
6948         (find_reloads_toplev): Likewise.
6949         (find_reloads_address): Likewise.
6950         (subst_reg_equivs): Likewise.
6951         (update_auto_inc_notes): Likewise.
6952         (find_reloads_address_1): Likewise.
6953         (find_reloads_subreg_address): Likewise.
6954         (subst_reloads): Likewise.
6955         (find_equiv_reg): Likewise, also for local "p".
6956         (regno_clobbered_p): Likewise for param "insn".
6957
6958         * reload1.c (reg_reloaded_insn): Likewise for the elements of this
6959         array.
6960         (spill_reg_store): Likewise for the elements of this array.
6961         (remove_init_insns): Likewise for local "equiv_insn".
6962         (will_delete_init_insn_p): Likewise for param "insn".
6963         (reload): Likewise for param ""first" and local "insn".
6964         (calculate_needs_all_insns): Strengthen local "insn" from rtx to
6965         rtx_insn *.
6966         (calculate_elim_costs_all_insns): Likewise.
6967         (delete_caller_save_insns): Likewise.
6968         (spill_failure): Likewise for param "insn".
6969         (delete_dead_insn): Likewise.
6970         (set_label_offsets): Likewise.
6971         (eliminate_regs_in_insn): Likewise, also for locals "base_insn" and
6972         "prev_insn".
6973         (elimination_costs_in_insn): Likewise for param "insn".
6974         (set_initial_eh_label_offset): Replace use of NULL_RTX with NULL
6975         when referring to an insn.
6976         (set_initial_label_offsets): Likewise.
6977         (set_offsets_for_label): Strengthen param "insn" from rtx to
6978         rtx_insn *.
6979         (init_eliminable_invariants): Likewise for param "first" and local
6980         "insn".
6981         (fixup_eh_region_note): Likewise for param "insn".
6982         (reload_as_needed): Likewise for locals "prev", "insn",
6983         "old_next", "old_prev", "next".
6984         (gen_reload_chain_without_interm_reg_p): Likewise for locals "insn",
6985         "last".
6986         (reload_inheritance_insn): Strengthen elements of this array from
6987         rtx to rtx_insn *.
6988         (failed_reload): Likewise for param "insn".
6989         (choose_reload_regs): Likewise for local "insn".  Replace use of
6990         NULL_RTX with NULL when referring to an insn.
6991         (input_reload_insns): Strengthen elements of this array from rtx
6992         to rtx_insn *.
6993         (other_input_address_reload_insns): Likewise for this global.
6994         (other_input_reload_insns): Likewise for this global.
6995         (input_address_reload_insns): Likwise for the elements of this
6996         array.
6997         (inpaddr_address_reload_insns): Likwise for the elements of this
6998         array.
6999         (output_reload_insns): Likewise for the elements of this array.
7000         (output_address_reload_insns): Likewise for the elements of this
7001         array.
7002         (outaddr_address_reload_insns): Likewise for the elements of this
7003         array.
7004         (operand_reload_insns): Likewise for this global.
7005         (other_operand_reload_insns): Likewise for this global.
7006         (other_output_reload_insns): Likewise for the elements of this
7007         array.
7008         (new_spill_reg_store): Likewise for the elements of this
7009         array.
7010         (emit_input_reload_insns): Likewise for locals "insn", "temp".
7011         Strengthen local "where" from rtx * to rtx_insn **.
7012         (emit_output_reload_insns): Strengthen locals "insn", "p", "next"
7013         from rtx to rtx_insn *.
7014         (do_input_reload): Likewise for local "insn".
7015         (do_output_reload): Likewise for local "insn".
7016         (emit_reload_insns): Likewise for locals "insn" and "store_insn".
7017         (emit_insn_if_valid_for_reload): Likewise for return type and local
7018         "last".  Add checked cast to rtx_insn when returning "insn" since
7019         this has been through emit_insn.
7020         (gen_reload): Strengthen return type and locals "last", "insn", "set"
7021         from rtx to rtx_insn *.  Add checked cast to rtx_insn when
7022         returning "insn" since it's been through
7023         emit_insn_if_valid_for_reload at this point.
7024         (delete_output_reload): Strengthen param "insn" and locals
7025         "output_reload_insn", "i2" from rtx to rtx_insn *.
7026         (delete_address_reloads): Likewise for params "dead_insn",
7027         "current_insn" and locals "prev", "next".
7028         (delete_address_reloads_1): Likewise for params "dead_insn",
7029         "current_insn" and locals "prev", "i2".
7030         (inc_for_reload): Likewise for locals "last", "add_insn".
7031         (add_auto_inc_notes): Strengthen param "insn" from rtx to
7032         rtx_insn *.
7033
7034         * config/arc/arc-protos.h (regno_clobbered_p): Likewise for 2nd
7035         param of this duplicate of the prototype from reload.h
7036
7037 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7038
7039         * regstat.c (regstat_bb_compute_ri): Strengthen local "insn" from
7040         rtx to rtx_insn *.
7041         (regstat_bb_compute_calls_crossed): Likewise.
7042
7043 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7044
7045         * regrename.c (create_new_chain): Strengthen param "insn" from rtx
7046         to rtx_insn *.
7047         (init_rename_info): Replace use of NULL_RTX with NULL when dealing
7048         with an insn.
7049         (regrename_analyze): Strengthen local "insn" from rtx to
7050         rtx_insn *.
7051         (scan_rtx_reg): Likewise for param "insn".
7052         (scan_rtx_address): Likewise.
7053         (scan_rtx): Likewise.
7054         (restore_operands): Likewise.
7055         (record_out_operands): Likewise.
7056         (build_def_use): Likewise for local "insn".  Replace use of
7057         NULL_RTX with NULL when dealing with an insn.
7058
7059 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7060
7061         * rtl.h (reg_scan): Strengthen param "f" from rtx to rtx_insn *.
7062         * reginfo.c (reg_scan): Likewise, also for local "insn".
7063         (reg_scan_mark_refs): Likewise for param "insn".
7064         (init_subregs_of_mode): Likewise for local "insn".
7065
7066 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7067
7068         * regcprop.c (struct queued_debug_insn_change): Strengthen field
7069         "insn" from rtx to rtx_insn *.
7070         (replace_oldest_value_reg): Likewise for param "insn".
7071         (replace_oldest_value_addr): Likewise.
7072         (replace_oldest_value_mem): Likewise.
7073         (apply_debug_insn_changes): Likewise for local "last_insn".
7074         (copyprop_hardreg_forward_1): Likewise for local "insn".
7075
7076 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7077
7078         * reg-stack.c (next_flags_user): Strengthen return type and param
7079         "insn" from rtx to rtx_insn *.
7080         (straighten_stack): Likewise for param "insn".
7081         (check_asm_stack_operands): Likewise.
7082         (remove_regno_note): Likewise.
7083         (emit_pop_insn): Likewise for return type, param "insn", local
7084         "pop_insn".
7085         (emit_swap_insn):  Strengthen param "insn" and locals "i1", "tmp",
7086         "limit" from rtx to rtx_insn *.
7087         (swap_to_top): Likewise for param "insn".
7088         (move_for_stack_reg): Likewise.
7089         (move_nan_for_stack_reg): Likewise.
7090         (swap_rtx_condition): Likewise.
7091         (compare_for_stack_reg): Likewise.
7092         (subst_all_stack_regs_in_debug_insn): Likewise.
7093         (subst_stack_regs_pat): Likewise, and local "insn2".
7094         (subst_asm_stack_regs): Strengthen param "insn" from rtx to
7095         rtx_insn *.
7096         (subst_stack_regs): Likewise.
7097         (change_stack): Likewise.
7098         (convert_regs_1): Likewise for locals "insn", "next".
7099
7100 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7101
7102         * ree.c (struct ext_cand): Strengthen field "insn" from rtx to
7103         rtx_insn *.
7104         (combine_set_extension): Likewise for param "curr_insn".
7105         (transform_ifelse): Likewise for param "def_insn".
7106         (get_defs): Likewise for param "def_insn".  Strengthen param "dest"
7107         from vec<rtx> * to vec<rtx_insn *> *.
7108         (is_cond_copy_insn): Likewise for param "insn".
7109         (struct ext_state): Strengthen the four vec fields from vec<rtx>
7110         to vec<rtx_insn *>.
7111         (make_defs_and_copies_lists): Strengthen param "extend_insn" and
7112         local "def_insn" from rtx to rtx_insn *.
7113         (get_sub_rtx): Likewise for param "def_insn".
7114         (merge_def_and_ext): Likewise.
7115         (combine_reaching_defs): Likewise.
7116         (add_removable_extension): Likewise for param "insn".
7117         (find_removable_extensions): Likewise for local "insn".
7118         (find_and_remove_re): Likewise for locals "curr_insn" and
7119         "def_insn".  Strengthen locals "reinsn_del_list" and
7120         "reinsn_del_list" from auto_vec<rtx> to auto_vec<rtx_insn *>.
7121
7122 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7123
7124         * recog.c (split_insn): Strengthen param "insn" and locals
7125         "first", "last" from rtx to rtx_insn *.
7126         (split_all_insns): Likewise for locals "insn", "next".
7127         (split_all_insns_noflow): Likewise.
7128
7129 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7130
7131         * rtl.h (debug_rtx_list): Strengthen param 1 "x" from const_rtx to
7132         const rtx_insn *.
7133         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7134         (debug_rtx_find): Likewise for param 1 "x".
7135
7136         * print-rtl.c (debug_rtx_list): Strengthen param 1 "x" from
7137         const_rtx to const rtx_insn *.  Likewise for local "insn".
7138         (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7139         (debug_rtx_find): Likewise for param 1 "x".
7140         (print_rtl): Likewise for local "tmp_rtx", adding a checked cast
7141         from const_rtx to const rtx_insn * within the appropriate cases of
7142         the switch statement.
7143
7144         * config/rs6000/rs6000.c (rs6000_debug_legitimize_address):
7145         Strengthen local "insns" from rtx to rtx_insn * since this is
7146         passed to a call to debug_rtx_list.
7147
7148 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7149
7150         * predict.h (predict_insn_def): Strengthen param "insn" from rtx
7151         to rtx_insn *.
7152
7153         * function.c (stack_protect_epilogue): Add checked cast to
7154         rtx_insn for now when invoking predict_insn_def.
7155
7156         * predict.c (predict_insn): Strengthen param "insn" from rtx to
7157         rtx_insn *.
7158         (predict_insn_def): Likewise.
7159         (rtl_predict_edge): Likewise for local "last_insn".
7160         (can_predict_insn_p): Strengthen param "insn" from const_rtx to
7161         const rtx_insn *.
7162         (combine_predictions_for_insn): Strengthen param "insn" from rtx
7163         to rtx_insn *.
7164         (bb_estimate_probability_locally): Likewise for local "last_insn".
7165         (expensive_function_p): Likewise for local "insn".
7166
7167         * config/cris/cris.c (cris_emit_trap_for_misalignment): Likewise for
7168         local "jmp", since this is used when invoking predict_insn_def.
7169
7170 2014-08-22  Marek Polacek  <polacek@redhat.com>
7171
7172         PR c++/62199
7173         * doc/invoke.texi: Update -Wlogical-not-parentheses description.
7174
7175 2014-08-22  Marek Polacek  <polacek@redhat.com>
7176
7177         PR c/61271
7178         * ira-color.c (coalesced_pseudo_reg_slot_compare): Wrap LHS of
7179         a comparison in parens.
7180         * lra-spills.c (pseudo_reg_slot_compare): Wrap LHS of a comparison
7181         in parens.
7182
7183 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7184
7185         * rtl.h (fis_get_condition): Strengthen param "jump" from rtx to
7186         rtx_insn *.
7187
7188         * cprop.c (fis_get_condition): Likewise.
7189
7190         * postreload.c (reload_cse_regs): Likewise for param "first".
7191         (reload_cse_simplify): Likewise for param "insn".
7192         (reload_cse_regs_1): Likewise for local "insn".
7193         (reload_cse_simplify_set): Likewise for param "insn".
7194         (reload_cse_simplify_operands): Likewise.
7195         (struct reg_use): Likewise for field "insn".
7196         (reload_combine_purge_insn_uses): Likewise for param "insn".
7197         (fixup_debug_insns): Likewise for params "from", "to" and local
7198         "insn".
7199         (try_replace_in_use): Likewise for local "use_insn".
7200         (reload_combine_recognize_const_pattern): Likewise for param
7201         "insn" and locals "add_moved_after_insn", "use_insn".
7202         (reload_combine_recognize_pattern): Likewise for param "insn" and
7203         local "prev".
7204         (reload_combine): Likewise for locals "insn", "prev".
7205         (reload_combine_note_use): Likewise for param "insn".
7206         (move2add_use_add2_insn): Likewise.
7207         (move2add_use_add3_insn): Likewise.
7208         (reload_cse_move2add): Likewise, also for local "next".
7209         (move2add_note_store): Likewise for local "insn".
7210
7211 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7212
7213         * postreload-gcse.c (struct occr): Strengthen field "insn" from
7214         rtx to rtx_insn *.
7215         (struct unoccr): Likewise.
7216         (struct modifies_mem): Likewise.
7217         (alloc_mem): Likewise for local "insn".
7218         (insert_expr_in_table): Likewise for param "insn".
7219         (dump_expr_hash_table_entry): Likewise for local "insn".
7220         (oprs_unchanged_p): Likewise for param "insn".
7221         (load_killed_in_block_p): Likewise for local "setter".
7222         (record_last_reg_set_info): Likewise for param "insn".
7223         (record_last_reg_set_info_regno): Likewise.
7224         (record_last_mem_set_info): Likewise.
7225         (record_last_set_info): Likewise for local "last_set_insn".
7226         (record_opr_changes): Likewise for param "insn".
7227         (hash_scan_set): Likewise.
7228         (compute_hash_table): Likewise for local "insn".
7229         (get_avail_load_store_reg): Likewise for param "insn".
7230         (eliminate_partially_redundant_load): Likewise, also for locals
7231         "avail_insn", "next_pred_bb_end".  Replace use of NULL_RTX with
7232         RTX for insns.
7233         (eliminate_partially_redundant_loads): Likewise for local "insn".
7234
7235 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7236
7237         * optabs.c (expand_doubleword_shift): Strengthen local "insn" from
7238         rtx to rtx_insn *.
7239         (expand_binop): Likewise for locals "entry_last", "last", "insns"
7240         (expand_twoval_unop): Likewise for locals entry_last", "last".
7241         (expand_twoval_binop): Likewise.
7242         (expand_twoval_binop_libfunc): Likewise for local "insns".
7243         (widen_leading): Likewise for local "last".
7244         (expand_doubleword_clz): Likewise for local "seq".  Strengthen
7245         locals "hi0_label", "after_label" from rtx to rtx_code_label *.
7246         (widen_bswap): Strengthen local "last" from rtx to rtx_insn *.
7247         (expand_parity): Likewise for locals "last" and "seq".
7248         (expand_ffs): Likewise for local "seq".  Strengthen local
7249         "nonzero_label" from rtx to rtx_code_label *.
7250         (expand_absneg_bit): Strengthen local "insns" from rtx to
7251         rtx_insn *.
7252         (expand_unop_direct): Likewise for local "last".
7253         (expand_unop): Likewise for locals "last", "insns".
7254         (expand_abs_nojump): Likewise for local "last".
7255         (expand_abs): Strengthen local "op1" from rtx to rtx_code_label *.
7256         (expand_one_cmpl_abs_nojump): Strengthen local "last" from rtx to
7257         rtx_insn *.
7258         (expand_copysign_absneg): Strengthen local "label" from rtx to
7259         rtx_code_label *.
7260         (expand_copysign_bit): Strengthen local "insns" from rtx to
7261         rtx_insn *.
7262         (struct no_conflict_data): Likewise for fields "first", "insn".
7263         (emit_libcall_block_1): Likewise for param "insns" and locals
7264         "next", "last", "insn".
7265         (emit_libcall_block): For now, add a checked cast to rtx_insn *
7266         on "insns" when invoking emit_libcall_block_1.  Ultimately we
7267         want to strengthen insns itself.
7268         (prepare_cmp_insn): Strengthen local "last" from rtx to
7269         rtx_insn *.
7270         (emit_cmp_and_jump_insn_1): Likewise for local "insn".
7271         (prepare_float_lib_cmp): Likewise for local "insns".
7272         (emit_conditional_move): Likewise for local "last".
7273         (emit_conditional_add): Likewise.
7274         (have_sub2_insn): Likewise for local "seq".
7275         (expand_float): Likewise for local "insns".  Strengthen locals
7276         "label", "neglabel" from rtx to rtx_code_label *.
7277         (expand_fix): Likewise for locals "last", "insn", "insns" (to
7278         rtx_insn *) and locals "lab1", "lab2" (to rtx_code_label *).
7279         (expand_fixed_convert): Likewise for local "insns" (to
7280         rtx_insn *).
7281         (expand_sfix_optab): Likewise for local "last".
7282         (expand_compare_and_swap_loop): Strengthen local "label" from rtx
7283         to rtx_code_label *.
7284         (maybe_emit_sync_lock_test_and_set): Strengthen local "last_insn"
7285         from rtx to rtx_insn *.
7286         (expand_atomic_fetch_op): Likewise for local "insn".
7287         (maybe_legitimize_operand_same_code): Likewise for local "last".
7288         (maybe_legitimize_operands): Likewise.
7289
7290 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7291
7292         * modulo-sched.c (struct ps_reg_move_info): Strengthen field
7293         "insn" from rtx to rtx_insn *.
7294         (ps_rtl_insn): Likewise for return type.
7295         (doloop_register_get): Likewise for params "head", "tail" and
7296         locals "insn", "first_insn_not_to_check".
7297         (schedule_reg_move): Likewise for local "this_insn".
7298         (schedule_reg_moves): Add a checked cast to rtx_insn * to result
7299         of gen_move_insn for now.
7300         (reset_sched_times): Strengthen local "insn" from rtx to
7301         rtx_insn *.
7302         (permute_partial_schedule): Likewise.
7303         (duplicate_insns_of_cycles): Likewise for local "u_insn".
7304         (dump_insn_location): Likewise for param "insn".
7305         (loop_canon_p): Likewise for local "insn".
7306         (sms_schedule): Likewise.
7307         (print_partial_schedule): Likewise.
7308         (ps_has_conflicts): Likewise.
7309
7310 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7311
7312         * sched-int.h (get_ebb_head_tail): Strengthen params "headp" and
7313         "tailp" from rtx * to rtx_insn **.
7314
7315         * ddg.c (build_intra_loop_deps): Strengthen locals head", "tail"
7316         from rtx to rtx_insn *.
7317         * haifa-sched.c (get_ebb_head_tail): Strengthen params "headp" and
7318         "tailp" from rtx * to rtx_insn **.  Strengthen locals "beg_head",
7319         "beg_tail", "end_head", "end_tail", "note", "next", "prev" from
7320         rtx to rtx_insn *.
7321         * modulo-sched.c (const_iteration_count): Strengthen return type
7322         and locals "insn", "head", "tail" from rtx to rtx_insn *.  Replace
7323         use of NULL_RTX with NULL when working with insns.
7324         (loop_single_full_bb_p): Strengthen locals "head", "tail" from rtx
7325         to rtx_insn *.
7326         (sms_schedule): Likewise.
7327         * sched-rgn.c (init_ready_list): Likewise, also for locals
7328         "src_head" and "src_next_tail".
7329         (compute_block_dependences): Likewise.
7330         (free_block_dependencies): Likewise.
7331         (debug_rgn_dependencies): Likewise.
7332         (free_rgn_deps): Likewise.
7333         (compute_priorities): Likewise.
7334         (schedule_region): Likewise.
7335         * sel-sched.c (find_ebb_boundaries): Likewise.
7336
7337         * config/sh/sh.c (find_insn_regmode_weight): Strengthen locals
7338         "insn", "next_tail", "head", "tail" from rtx to rtx_insn *.
7339
7340 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7341
7342         * mode-switching.c (struct seginfo): Strengthen field "insn_ptr"
7343         from rtx to rtx_insn *.
7344         (new_seginfo): Likewise for param "insn".
7345         (create_pre_exit): Likewise for locals "last_insn",
7346         "before_return_copy", "return_copy".
7347         (optimize_mode_switching): Likewise for locals "insn", "ins_pos",
7348         "mode_set".
7349
7350 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7351
7352         * lra-int.h (struct lra_insn_recog_data): Strengthen field "insn"
7353         from rtx to rtx_insn *.
7354         (lra_push_insn): Likewise for 1st param.
7355         (lra_push_insn_and_update_insn_regno_info): Likewise.
7356         (lra_pop_insn): Likewise for return type.
7357         (lra_invalidate_insn_data): Likewise for 1st param.
7358         (lra_set_insn_deleted): Likewise.
7359         (lra_delete_dead_insn): Likewise.
7360         (lra_process_new_insns): Likewise for first 3 params.
7361         (lra_set_insn_recog_data): Likewise for 1st param.
7362         (lra_update_insn_recog_data): Likewise.
7363         (lra_set_used_insn_alternative): Likewise.
7364         (lra_invalidate_insn_regno_info): Likewise.
7365         (lra_update_insn_regno_info): Likewise.
7366         (lra_former_scratch_operand_p): Likewise.
7367         (lra_eliminate_regs_1): Likewise.
7368         (lra_get_insn_recog_data): Likewise.
7369
7370         * lra-assigns.c (assign_by_spills): Strengthen local "insn" from
7371         rtx to rtx_insn *.
7372
7373         * lra-coalesce.c (move_freq_compare_func): Likewise for locals
7374         "mv1" and "mv2".
7375         (substitute_within_insn): New.
7376         (lra_coalesce): Strengthen locals "mv", "insn", "next" from rtx to
7377         rtx_insn *.  Strengthen sorted_moves from rtx * to rxt_insn **.
7378         Replace call to "substitute" with call to substitute_within_insn.
7379
7380         * lra-constraints.c (curr_insn): Strengthen from rtx to
7381         rtx_insn *.
7382         (get_equiv_with_elimination): Likewise for param "insn".
7383         (match_reload): Strengthen params "before" and "after" from rtx *
7384         to rtx_insn **.
7385         (emit_spill_move): Likewise for return type.  Add a checked cast
7386         to rtx_insn * on result of gen_move_insn for now.
7387         (check_and_process_move): Likewise for local "before".  Replace
7388         NULL_RTX with NULL when referring to insns.
7389         (process_addr_reg): Strengthen params "before" and "after" from
7390         rtx * to rtx_insn **.
7391         (insert_move_for_subreg): Likewise.
7392         (simplify_operand_subreg): Strengthen locals "before" and "after"
7393         from rtx to rtx_insn *.
7394         (process_address_1): Strengthen params "before" and "after" from
7395         rtx * to rtx_insn **.  Strengthen locals "insns", "last_insn" from
7396         rtx to rtx_insn *.
7397         (process_address): Strengthen params "before" and "after" from
7398         rtx * to rtx_insn **.
7399         (emit_inc): Strengthen local "last" from rtx to rtx_insn *.
7400         (curr_insn_transform): Strengthen locals "before" and "after"
7401         from rtx to rtx_insn *.  Replace NULL_RTX with NULL when referring
7402         to insns.
7403         (loc_equivalence_callback): Update cast of "data", changing
7404         resulting type from rtx to rtx_insn *.
7405         (substitute_pseudo_within_insn): New.
7406         (inherit_reload_reg): Strengthen param "insn" from rtx to
7407         rtx_insn *; likewise for local "new_insns".  Replace NULL_RTX with
7408         NULL when referring to insns.  Add a checked cast to rtx_insn *
7409         when using usage_insn to invoke lra_update_insn_regno_info.
7410         (split_reg): Strengthen param "insn" from rtx to rtx_insn *;
7411         likewise for locals "restore", "save".  Add checked casts to
7412         rtx_insn * when using usage_insn to invoke
7413         lra_update_insn_regno_info and lra_process_new_insns.  Replace
7414         NULL_RTX with NULL when referring to insns.
7415         (split_if_necessary): Strengthen param "insn" from rtx to
7416         rtx_insn *.
7417         (update_ebb_live_info): Likewise for params "head", "tail" and local
7418         "prev_insn".
7419         (get_last_insertion_point): Likewise for return type and local "insn".
7420         (get_live_on_other_edges): Likewise for local "last".
7421         (inherit_in_ebb): Likewise for params "head", "tail" and locals
7422         "prev_insn", "next_insn", "restore".
7423         (remove_inheritance_pseudos): Likewise for local "prev_insn".
7424         (undo_optional_reloads): Likewise for local "insn".
7425
7426         * lra-eliminations.c (lra_eliminate_regs_1): Likewise for param
7427         "insn".
7428         (lra_eliminate_regs): Replace NULL_RTX with NULL when referring to
7429         insns.
7430         (eliminate_regs_in_insn): Strengthen param "insn" from rtx to
7431         rtx_insn *.
7432         (spill_pseudos): Likewise for local "insn".
7433         (init_elimination): Likewise.
7434         (process_insn_for_elimination): Likewise for param "insn".
7435
7436         * lra-lives.c (curr_insn): Likewise.;
7437
7438         * lra-spills.c (assign_spill_hard_regs): Likewise for local "insn".
7439         (remove_pseudos): Likewise for param "insn".
7440         (spill_pseudos): Likewise for local "insn".
7441         (lra_final_code_change): Likewise for locals "insn", "curr".
7442
7443         * lra.c (lra_invalidate_insn_data): Likewise for param "insn".
7444         (lra_set_insn_deleted): Likewise.
7445         (lra_delete_dead_insn): Likewise, and for local "prev".
7446         (new_insn_reg): Likewise for param "insn".
7447         (lra_set_insn_recog_data): Likewise.
7448         (lra_update_insn_recog_data): Likewise.
7449         (lra_set_used_insn_alternative): Likewise.
7450         (get_insn_freq): Likewise.
7451         (invalidate_insn_data_regno_info): Likewise.
7452         (lra_invalidate_insn_regno_info): Likewise.
7453         (lra_update_insn_regno_info): Likewise.
7454         (lra_constraint_insn_stack): Strengthen from vec<rtx> to
7455         vec<rtx_insn *>.
7456         (lra_push_insn_1): Strengthen param "insn" from rtx to
7457         rtx_insn *.
7458         (lra_push_insn): Likewise.
7459         (lra_push_insn_and_update_insn_regno_info): Likewise.
7460         (lra_pop_insn): Likewise for return type and local "insn".
7461         (push_insns): Likewise for params "from", "to", and local "insn".
7462         (setup_sp_offset): Likewise for params "from", "last" and locals
7463         "before", "insn".
7464         (lra_process_new_insns): Likewise for params "insn", "before",
7465         "after" and local "last".
7466         (struct sloc): Likewise for field "insn".
7467         (lra_former_scratch_operand_p): Likewise for param "insn".
7468         (remove_scratches): Likewise for locals "insn", "last".
7469         (check_rtl): Likewise for local "insn".
7470         (add_auto_inc_notes): Likewise for param "insn".
7471         (update_inc_notes): Likewise for local "insn".
7472         (lra): Replace NULL_RTX with NULL when referring to insn.
7473
7474 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7475
7476         * lower-subreg.c (simple_move): Strengthen param "insn" from rtx
7477         to rtx_insn *.
7478         (resolve_reg_notes): Likewise.
7479         (resolve_simple_move): Likewise for return type, param "insn", and
7480         locals "insns", "minsn".
7481         (resolve_clobber): Strengthen param "insn" from rtx to rtx_insn *.
7482         (resolve_use): Likewise.
7483         (resolve_debug): Likewise.
7484         (find_decomposable_shift_zext): Likewise.
7485         (resolve_shift_zext): Likewise for return type, param "insn", and
7486         locals "insns", "in".  Eliminate use of NULL_RTX in favor of NULL.
7487         (decompose_multiword_subregs): Likewise for local "insn",
7488         "orig_insn", "decomposed_shift", "end".
7489
7490 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7491
7492         * basic-block.h (basic_block split_edge_and_insert): Strengthen
7493         param "insns" from rtx to rtx_insn *.
7494
7495         * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from
7496         rtx to rtx_insn *.
7497         (struct iv_to_split): Likewise.
7498         (loop_exit_at_end_p): Likewise for local "insn".
7499         (split_edge_and_insert): Likewise for param "insns".
7500         (compare_and_jump_seq): Likewise for return type, param "cinsn",
7501         and locals "seq", "jump".
7502         (unroll_loop_runtime_iterations): Likewise for locals "init_code",
7503         "branch_code"; update invocations of compare_and_jump_seq to
7504         eliminate NULL_RTX in favor of NULL.
7505         (referenced_in_one_insn_in_loop_p): Strengthen local "insn" from
7506         rtx to rtx_insn *.
7507         (reset_debug_uses_in_loop): Likewise.
7508         (analyze_insn_to_expand_var): Likewise for param "insn".
7509         (analyze_iv_to_split_insn): Likewise.
7510         (analyze_insns_in_loop): Likewise for local "insn".
7511         (insert_base_initialization): Likewise for param
7512         "insn" and local "seq".
7513         (split_iv): Likewise for param "insn" and local "seq".
7514         (expand_var_during_unrolling): Likewise for param "insn".
7515         (insert_var_expansion_initialization): Likewise for local "seq".
7516         (combine_var_copies_in_loop_exit): Likewise.
7517         (combine_var_copies_in_loop_exit): Likewise for locals "seq" and
7518         "insn".
7519         (maybe_strip_eq_note_for_split_iv): Likewise for param "insn".
7520         (apply_opt_in_copies): Likewise for locals "insn", "orig_insn",
7521         "next".
7522
7523 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7524
7525         * cfgloop.h (iv_analyze): Strengthen param 1 "insn" from rtx to
7526         rtx_insn *.
7527         (iv_analyze_result): Likewise.
7528         (iv_analyze_expr): Likewise.
7529         (biv_p): Likewise.
7530
7531         * loop-iv.c (iv_get_reaching_def): Strengthen param "insn" and
7532         local "def_insn" from rtx to rtx_insn *.
7533         (get_biv_step_1): Likewise for local "insn".
7534         (iv_analyze_expr): Likewise for param "insn".
7535         (iv_analyze_def): Likewise for local "insn".
7536         (iv_analyze_op): Likewise for param "insn".
7537         (iv_analyze): Likewise.
7538         (iv_analyze_result): Likewise.
7539         (biv_p): Likewise.
7540         (suitable_set_for_replacement): Likewise.
7541         (simplify_using_initial_values): Likewise for local "insn".
7542         (iv_number_of_iterations): Likewise for param "insn".
7543         (check_simple_exit): Add checked cast to rtx_insn when invoking
7544         iv_number_of_iterations for now (until get_condition is
7545         strengthened).
7546
7547         * loop-unroll.c (analyze_iv_to_split_insn): Strengthen param
7548         "insn" from rtx to rtx_insn *.
7549         (analyze_insns_in_loop): Likewise for local "insn".
7550
7551 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7552
7553         * loop-invariant.c (struct use): Strengthen field "insn" from rtx
7554         to rtx_insn *.
7555         (struct invariant): Likewise.
7556         (hash_invariant_expr_1): Likewise for param "insn".
7557         (invariant_expr_equal_p): Likewise for param "insn1", "insn2".
7558         (find_exits): Likewise for local "insn".
7559         (create_new_invariant): Likewise for param "insn".
7560         (check_dependencies): Likewise.
7561         (find_invariant_insn): Likewise.
7562         (record_uses): Likewise.
7563         (find_invariants_insn): Likewise.
7564         (find_invariants_bb): Likewise for local "insn".
7565         (get_pressure_class_and_nregs): Likewise for param "insn".
7566         (calculate_loop_reg_pressure): Likewise for local "insn".
7567
7568 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7569
7570         * loop-doloop.c (doloop_valid_p): Strengthen local "insn" from rtx
7571         to rtx_insn *.
7572         (add_test): Likewise for locals "seq", "jump".
7573         (doloop_modify): Likewise for locals "sequence", "jump_insn".
7574
7575 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7576
7577         * rtl.h (rebuild_jump_labels): Strengthen param "f" from rtx to
7578         rtx_insn *.
7579         (rebuild_jump_labels_chain): Likewise for param "chain".
7580
7581         * cfgexpand.c (pass_expand::execute): Add checked cast to
7582         rtx_insn * when calling rebuild_jump_labels_chain in region where
7583         we know e->insns.r is non-NULL.
7584
7585         * jump.c (rebuild_jump_labels_1): Strengthen param "f" from rtx to
7586         rtx_insn *.
7587         (rebuild_jump_labels): Likewise.
7588         (rebuild_jump_labels_chain): Likewise for param "chain".
7589         (cleanup_barriers): Likewise for locals "insn", "next", "prev".
7590         (init_label_info): Likewise for param "f".
7591         (maybe_propagate_label_ref): Likewise for params "jump_insn",
7592         "prev_nonjump_insn".
7593         (mark_all_labels): Likewise for param "f" and locals "insn",
7594         "prev_nonjump_insn".
7595
7596 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7597
7598         * ira-int.h (struct ira_allocno_copy): Strengthen field "insn"
7599         from rtx to rtx_insn *insn.
7600         (ira_create_copy): Strengthen param "insn" from rtx to rtx_insn *.
7601         (ira_add_allocno_copy): Likewise.
7602         * ira-build.c (find_allocno_copy): Strengthen param "insn" from
7603         rtx to rtx_insn *.
7604         (ira_create_copy): Likewise.
7605         (ira_add_allocno_copy): Likewise.
7606         (create_bb_allocnos): Likewise for local "insn".
7607         * ira-conflicts.c (process_regs_for_copy): Likewise for param "insn".
7608         (process_reg_shuffles): Update NULL_RTX to NULL in invocation of
7609         process_regs_for_copy for rtx_insn * param.
7610         (add_insn_allocno_copies): Strengthen param "insn" from rtx to
7611         rtx_insn *insn.  Update NULL_RTX to NULL in invocation of
7612         process_regs_for_copy for rtx_insn * param.
7613         (add_copies): Strengthen local "insn" from rtx to rtx_insn *insn.
7614         * ira-costs.c (record_reg_classes): Likewise for param "insn".
7615         (record_operand_costs): Likewise.
7616         (scan_one_insn): Likewise for return type, and for param "insn".
7617         (process_bb_for_costs): Likewise for local "insn".
7618         (process_bb_node_for_hard_reg_moves): Likewise.
7619         * ira-emit.c (struct move): Likewise for field "insn".
7620         (create_move): Eliminate use of NULL_RTX when dealing with an
7621         rtx_insn *.
7622         (emit_move_list): Strengthen return type and locals "result",
7623         "insn" from rtx to rtx_insn *insn.
7624         (emit_moves): Likewise for locals "insns", "tmp".
7625         (ira_emit): Likewise for local "insn".
7626         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise for param
7627         "insn".
7628         (find_call_crossed_cheap_reg): Likewise.
7629         (process_bb_node_lives): Likewise for local "insn".
7630         * ira.c (decrease_live_ranges_number): Likewise.
7631         (compute_regs_asm_clobbered): Likewise.
7632         (build_insn_chain): Likewise.
7633         (find_moveable_pseudos): Likewise, also locals "def_insn",
7634         "use_insn", "x".  Also strengthen local "closest_uses" from rtx *
7635         to rtx_insn **.  Add a checked cast when assigning from
7636         "closest_use" into closest_uses array in a region where we know
7637         it's a non-NULL insn.
7638         (interesting_dest_for_shprep): Strengthen param "insn" from rtx
7639         to rtx_insn *.
7640         (split_live_ranges_for_shrink_wrap): Likewise for locals "insn",
7641         "last_interesting_insn", "uin".
7642         (move_unallocated_pseudos): Likewise for locals "def_insn",
7643         "move_insn", "newinsn".
7644
7645 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7646
7647         * internal-fn.c (ubsan_expand_si_overflow_addsub_check):
7648         Strengthen locals "done_label", "do_error" from rtx to
7649         rtx_code_label *.
7650         (ubsan_expand_si_overflow_addsub_check): Strengthen local "last"
7651         from rtx to rtx_insn *.  Strengthen local "sub_check from rtx to
7652         rtx_code_label *.
7653         (ubsan_expand_si_overflow_neg_check): Likewise for locals
7654         "done_label", "do_error" to rtx_code_label * and local  "last" to
7655         rtx_insn *.
7656         (ubsan_expand_si_overflow_mul_check): Likewise for locals
7657         "done_label", "do_error", "large_op0", "small_op0_large_op1",
7658         "one_small_one_large", "both_ops_large", "after_hipart_neg",
7659         "after_lopart_neg", "do_overflow", "hipart_different"  to
7660         rtx_code_label * and local  "last" to rtx_insn *.
7661
7662 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7663
7664         * init-regs.c (initialize_uninitialized_regs): Strengthen locals
7665         "insn" and "move_insn" from rtx to rtx_insn *.
7666
7667 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7668
7669         * ifcvt.c (count_bb_insns): Strengthen local "insn" from rtx to
7670         rtx_insn *.
7671         (cheap_bb_rtx_cost_p): Likewise.
7672         (first_active_insn): Likewise for return type and local "insn".
7673         (last_active_insn):  Likewise for return type and locals "insn",
7674         "head".
7675         (struct noce_if_info): Likewise for fields "jump", "insn_a",
7676         "insn_b".
7677         (end_ifcvt_sequence): Likewise for return type and locals "insn",
7678         "seq".
7679         (noce_try_move): Likewise for local "seq".
7680         (noce_try_store_flag): Likewise.
7681         (noce_try_store_flag_constants): Likewise.
7682         (noce_try_addcc): Likewise.
7683         (noce_try_store_flag_mask): Likewise.
7684         (noce_try_cmove): Likewise.
7685         (noce_try_minmax): Likewise.
7686         (noce_try_abs): Likewise.
7687         (noce_try_sign_mask): Likewise.
7688         (noce_try_bitop): Likewise.
7689         (noce_can_store_speculate_p): Likewise for local "insn".
7690         (noce_process_if_block): Likewise for locals "insn_a", "insn_b",
7691         seq".
7692         (check_cond_move_block): Likewise for local "insn".
7693         (cond_move_convert_if_block): Likewise.
7694         (cond_move_process_if_block): Likewise for locals "seq",
7695         "loc_insn".
7696         (noce_find_if_block): Likewise for local "jump".
7697         (merge_if_block): Likewise for local "last".
7698         (block_jumps_and_fallthru_p): Likewise for locals "insn", "end".
7699         (find_cond_trap): Likewise for locals "trap", "jump", "newjump".
7700         (block_has_only_trap): Likewise for return type and local "trap".
7701         (find_if_case_1): Likewise for local "jump".
7702         (dead_or_predicable): Likewise for locals "head", "end", "jump",
7703         "insn".
7704
7705 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7706
7707         * hw-doloop.h (struct hwloop_info_d): Strengthen fields
7708         "last_insn", "loop_end" from rtx to rtx_insn *.
7709
7710         * hw-doloop.c (scan_loop): Likewise for local "insn".
7711         (discover_loop): Likewise for param "tail_insn".
7712         (discover_loops): Likewise for local "tail".
7713
7714         * config/bfin/bfin.c (hwloop_optimize): For now, add a checked
7715         cast to rtx_insn * when assigning from an rtx local to a
7716         hwloop_info's "last_insn" field.
7717
7718 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7719
7720         * haifa-sched.c (bb_header): Strengthen from rtx * to rtx_insn **.
7721         (add_delay_dependencies): Strengthen local "pro" from rtx to
7722         rtx_insn *.
7723         (recompute_todo_spec): Likewise.
7724         (dep_cost_1): Likewise for locals "insn", "used".
7725         (schedule_insn): Likewise for local "dbg".
7726         (schedule_insn): Likewise for locals "pro", "next".
7727         (unschedule_insns_until): Likewise for local "con".
7728         (restore_pattern): Likewise for local "next".
7729         (estimate_insn_tick): Likewise for local "pro".
7730         (resolve_dependencies): Likewise for local "next".
7731         (fix_inter_tick): Likewise.
7732         (fix_tick_ready): Likewise for local "pro".
7733         (add_to_speculative_block): Likewise for locals "check", "twin",
7734         "pro".
7735         (sched_extend_bb): Likewise for locals "end", "insn".
7736         (init_before_recovery): Likewise for local "x".
7737         (sched_create_recovery_block): Likewise for local "barrier".
7738         (create_check_block_twin): Likewise for local "pro".
7739         (fix_recovery_deps): Likewise for locals "note", "insn", "jump",
7740         "consumer".
7741         (unlink_bb_notes): Update for change to type of bb_header.
7742         Strengthen locals "prev", "label", "note", "next" from rtx to
7743         rtx_insn *.
7744         (clear_priorities): Likewise for local "pro".
7745
7746 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7747
7748         * gcse.c (struct occr): Strengthen field "insn" from rtx to
7749         rtx_insn *.
7750         (test_insn): Likewise for this global.
7751         (oprs_unchanged_p): Strengthen param "insn" from const_rtx to
7752         const rtx_insn *.
7753         (oprs_anticipatable_p): Likewise.
7754         (oprs_available_p): Likewise.
7755         (insert_expr_in_table): Strengthen param "insn" from  rtx to
7756         rtx_insn *.
7757         (hash_scan_set): Likewise.
7758         (hash_scan_clobber): Likewise.
7759         (hash_scan_call): Likewise.
7760         (hash_scan_insn): Likewise.
7761         (compute_hash_table_work): Likewise for local "insn".
7762         (process_insert_insn): Likewise for return type and local "pat".
7763         (insert_insn_end_basic_block): Likewise for locals "new_insn",
7764         "pat", "pat_end", "maybe_cc0_setter".
7765         (pre_edge_insert): Likewise for local "insn".
7766         (pre_insert_copy_insn): Likewise for param "insn".
7767         (pre_insert_copies): Likewise for local "insn".
7768         (struct set_data): Likewise for field "insn".
7769         (single_set_gcse): Likewise for param "insn".
7770         (gcse_emit_move_after): Likewise.
7771         (pre_delete): Likewise for local "insn".
7772         (update_bb_reg_pressure): Likewise for param "from" and local
7773         "insn".
7774         (should_hoist_expr_to_dom): Likewise for param "from".
7775         (hoist_code): Likewise for local "insn".
7776         (get_pressure_class_and_nregs): Likewise for param "insn".
7777         (calculate_bb_reg_pressure): Likewise for local "insn".
7778         (compute_ld_motion_mems): Likewise.
7779
7780 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7781
7782         * genpeep.c (main): Rename param back from "uncast_ins1" to
7783         "ins1", strengthening from rtx to rtx_insn *.  Drop now-redundant
7784         checked cast.
7785
7786         * output.h (peephole): Strengthen param from rtx to rtx_insn *.
7787
7788 2014-08-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
7789
7790         PR target/62195
7791         * doc/md.texi (Machine Constraints): Update PowerPC wi constraint
7792         documentation to state it is only for VSX operations.
7793
7794         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Make wi
7795         constraint only active if VSX.
7796
7797         * config/rs6000/rs6000.md (lfiwax): Use wj constraint instead of
7798         wi cosntraint for ISA 2.07 lxsiwax/lxsiwzx instructions.
7799         (lfiwzx): Likewise.
7800
7801 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7802
7803         * fwprop.c (single_def_use_dom_walker::before_dom_children):
7804         Strengthen local "insn" from rtx to rtx_insn *.
7805         (use_killed_between): Likewise for param "target_insn".
7806         (all_uses_available_at): Likewise for param "target_insn" and
7807         local "next".
7808         (update_df_init): Likewise for params "def_insn", "insn".
7809         (update_df): Likewise for param "insn".
7810         (try_fwprop_subst): Likewise for param "def_insn" and local
7811         "insn".
7812         (free_load_extend): Likewise for param "insn".
7813         (forward_propagate_subreg): Likewise for param "def_insn" and
7814         local "use_insn".
7815         (forward_propagate_asm): Likewise for param "def_insn" and local
7816         "use_insn".
7817         (forward_propagate_and_simplify): Likewise for param "def_insn"
7818         and local "use_insn".
7819         (forward_propagate_into): Likewise for locals "def_insn" and
7820         "use_insn".
7821
7822 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7823
7824         * function.c (emit_initial_value_sets): Strengthen local "seq"
7825         from rtx to rtx_insn *.
7826         (instantiate_virtual_regs_in_insn): Likewise for param "insn" and
7827         local "seq".
7828         (instantiate_virtual_regs): Likewise for local "insn".
7829         (assign_parm_setup_reg): Likewise for locals "linsn", "sinsn".
7830         (reorder_blocks_1): Likewise for param "insns" and local "insn".
7831         (expand_function_end): Likewise for locals "insn" and "seq".
7832         (epilogue_done): Likewise for local "insn".
7833         (thread_prologue_and_epilogue_insns): Likewise for locals "prev",
7834         "last", "trial".
7835         (reposition_prologue_and_epilogue_notes): Likewise for locals
7836         "insn", "last", "note", "first".
7837         (match_asm_constraints_1): Likewise for param "insn" and local "insns".
7838         (pass_match_asm_constraints::execute): Likewise for local "insn".
7839
7840 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7841
7842         * output.h (final_scan_insn): Strengthen return type from rtx to
7843         rtx_insn *.
7844         (final_forward_branch_p): Likewise for param.
7845         (current_output_insn): Likewise for this global.
7846
7847         * final.c (rtx debug_insn): Likewise for this variable.
7848         (current_output_insn): Likewise.
7849         (get_attr_length_1): Rename param "insn" to "uncast_insn",
7850         adding "insn" back in as an rtx_insn * with a checked cast, so
7851         that macro ADJUST_INSN_LENGTH can be passed an rtx_insn * as the
7852         first param.
7853         (compute_alignments): Strengthen local "label" from rtx to
7854         rtx_insn *.
7855         (shorten_branches): Rename param from "first" to "uncast_first",
7856         introducing a new local rtx_insn * "first" using a checked cast to
7857         effectively strengthen "first" from rtx to rtx_insn * without
7858         affecting the type signature.  Strengthen locals "insn", "seq",
7859         "next", "label" from rtx to rtx_insn *.
7860         (change_scope): Strengthen param "orig_insn" and local "insn" from
7861         rtx to rtx_insn *.
7862         (final_start_function): Rename param from "first" to "uncast_first",
7863         introducing a new local rtx_insn * "first" using a checked cast to
7864         effectively strengthen "first" from rtx to rtx_insn * without
7865         affecting the type signature.  Strengthen local "insn" from rtx to
7866         rtx_insn *.
7867         (dump_basic_block_info): Strengthen param "insn" from rtx to
7868         rtx_insn *.
7869         (final): Rename param from "first" to "uncast_first",
7870         introducing a new local rtx_insn * "first" using a checked cast to
7871         effectively strengthen "first" from rtx to rtx_insn * without
7872         affecting the type signature.  Strengthen locals "insn", "next"
7873         from rtx to rtx_insn *.
7874         (output_alternate_entry_point): Strengthen param "insn" from rtx to
7875         rtx_insn *.
7876         (call_from_call_insn): Strengthen param "insn" from rtx to
7877         rtx_call_insn *.
7878         (final_scan_insn): Rename param from "insn" to "uncast_insn",
7879         introducing a new local rtx_insn * "insn" using a checked cast to
7880         effectively strengthen "insn" from rtx to rtx_insn * without
7881         affecting the type signature.  Strengthen return type and locals
7882         "next", "note", "prev", "new_rtx" from rtx to rtx_insn *.  Remove
7883         now-redundant checked cast to rtx_insn * from both invocations of
7884         debug_hooks->var_location.  Convert CALL_P into a dyn_cast,
7885         introducing a local "call_insn" for use when invoking
7886         call_from_call_insn.
7887         (notice_source_line): Strengthen param "insn" from rtx to
7888         rtx_insn *.
7889         (leaf_function_p): Likewise for local "insn".
7890         (final_forward_branch_p): Likewise.
7891         (leaf_renumber_regs): Likewise for param "first".
7892         (rest_of_clean_state): Likewise for locals "insn" and "next".
7893         (self_recursive_call_p): Likewise for param "insn".
7894         (collect_fn_hard_reg_usage): Likewise for local "insn".
7895         (get_call_fndecl): Likewise for param "insn".
7896         (get_call_cgraph_rtl_info): Likewise.
7897         (get_call_reg_set_usage): Rename param from "insn" to "uncast_insn",
7898         introducing a new local rtx_insn * "insn" using a checked cast to
7899         effectively strengthen "insn" from rtx to rtx_insn * without
7900         affecting the type signature.
7901
7902         * config/arc/arc.c (arc_final_prescan_insn): For now, add checked
7903         cast when assigning from param "insn" to current_output_insn.
7904         (arc_pad_return): Strengthen local "insn" from rtx to rtx_insn *
7905         so that we can assign it back to current_output_insn.
7906
7907 2014-08-20  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
7908
7909         * config/avr/avr-mcus.def: Remove atmega26hvg, atmega64rfa2,
7910         atmega48hvf, atxmega32x1, atmxt224, atmxt224e, atmxt336s,
7911         atmxt540s and atmxt540sreva devices.
7912         * config/avr/avr-tables.opt: Regenerate.
7913         * config/avr/t-multilib: Regenerate.
7914         * doc/avr-mmcu.texi: Regenerate.
7915
7916 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7917
7918         * expr.c (convert_move): Strengthen local "insns" from rtx to
7919         rtx_insn *.
7920         (emit_block_move_via_loop): Strengthen locals "cmp_label" and
7921         "top_label" from rtx to rtx_code_label *.
7922         (move_block_to_reg): Strengthen local "insn", "last" from rtx to
7923         rtx_insn *.
7924         (emit_single_push_insn): Likewise for locals "prev", "last".
7925         (store_expr): Strengthen locals "lab1", "lab2", "label" from rtx
7926         to rtx_code_label *.
7927         (store_constructor): Likewise for locals "loop_start", "loop_end".
7928         (expand_cond_expr_using_cmove): Strengthen local "seq" from rtx to
7929         rtx_insn *.
7930         (expand_expr_real_2): Likewise.
7931         (expand_expr_real_1): Strengthen local "label" from rtx to
7932         rtx_code_label *.
7933
7934 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7935
7936         * expmed.c (store_bit_field_using_insv): Strengthen local "last"
7937         from rtx to rtx_insn *.
7938         (store_bit_field_1): Likewise.
7939         (extract_bit_field_1): Likewise.
7940         (expand_mult_const): Likewise for local "insns".
7941         (expmed_mult_highpart): Strengthen local "label" from rtx to
7942         rtx_code_label *.
7943         (expand_smod_pow2): Likewise.
7944         (expand_sdiv_pow2): Likewise.
7945         (expand_divmod): Strengthen locals "last", "insn" from rtx to
7946         rtx_insn *.  Strengthen locals "label", "label1", "label2",
7947         "label3", "label4", "label5", "lab" from rtx to rtx_code_label *.
7948         (emit_cstore): Strengthen local "last" from rtx to rtx_insn *.
7949         (emit_store_flag): Likewise.
7950         (emit_store_flag_force): Strengthen local "label" from rtx to
7951         rtx_code_label *.
7952         (do_cmp_and_jump): Likewise for param "label".
7953
7954 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7955
7956         * explow.c (force_reg): Strengthen local "insn" from rtx to
7957         rtx_insn *.
7958         (adjust_stack_1): Likewise.
7959         (allocate_dynamic_stack_space): Likewise.  Strengthen locals
7960         "final_label", "available_label", "space_available" from rtx to
7961         rtx_code_label *.
7962         (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
7963         (anti_adjust_stack_and_probe): Likewise.
7964
7965 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
7966
7967         * except.h (sjlj_emit_function_exit_after): Strengthen param
7968         "after" from rtx to rtx_insn *.  This is only called with
7969         result of get_last_insn (in function.c) so type-change should be
7970         self-contained.
7971
7972         * function.h (struct rtl_eh): Strengthen field "ehr_label" from
7973         rtx to rtx_code_label *, and field "sjlj_exit_after" from rtx
7974         to rtx_insn *.  These fields are only used from except.c so this
7975         type-change should be self-contained to this patch.
7976
7977         * except.c (emit_to_new_bb_before): Strengthen param "seq" and
7978         local "last" from rtx to rtx_insn *.
7979         (dw2_build_landing_pads): Likewise for local "seq".
7980         (sjlj_mark_call_sites): Likewise for locals "insn", "before", p".
7981         (sjlj_emit_function_enter): Strengthen param "dispatch_label" from
7982         rtx to rtx_code_label *.  Strengthen locals "fn_begin", "seq" from
7983         rtx to rtx_insn *.
7984         (sjlj_emit_function_exit_after): Strengthen param "after" from rtx
7985         to rtx_insn *.
7986         (sjlj_emit_function_exit): Likewise for locals "seq", "insn".
7987         (sjlj_emit_dispatch_table): Likewise for locals "seq", "seq2".
7988         (sjlj_build_landing_pads): Replace NULL_RTX with NULL when
7989         referring to an insn.  Strengthen local "dispatch_label" from
7990         rtx to rtx_code_label *.
7991         (set_nothrow_function_flags): Strengthen local "insn" from rtx to
7992         rtx_insn *.
7993         (expand_eh_return): Strengthen local "around_label" from
7994         rtx to rtx_code_label *.
7995         (convert_to_eh_region_ranges): Strengthen locals "iter",
7996         "last_action_insn", "first_no_action_insn",
7997         "first_no_action_insn_before_switch",
7998         "last_no_action_insn_before_switch", from rtx to rtx_insn *.
7999
8000 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8001
8002         * dwarf2out.c (last_var_location_insn): Strengthen this variable
8003         from rtx to rtx_insn *.
8004         (cached_next_real_insn): Likewise.
8005         (dwarf2out_end_epilogue): Replace use of NULL_RTX with NULL when
8006         working with insns.
8007         (dwarf2out_var_location): Strengthen locals "next_real",
8008         "next_note", "expected_next_loc_note", "last_start", "insn" from
8009         rtx to rtx_insn *.
8010
8011 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8012
8013         * dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
8014         from rtx to rtx_insn *.
8015         (create_pseudo_cfg): Likewise for local "insn".
8016
8017 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8018
8019         * df-core.c (df_bb_regno_first_def_find): Strengthen local "insn"
8020         from rtx to rtx_insn *.
8021         (df_bb_regno_last_def_find): Likewise.
8022
8023         * df-problems.c (df_rd_bb_local_compute): Likewise.
8024         (df_lr_bb_local_compute): Likewise.
8025         (df_live_bb_local_compute): Likewise.
8026         (df_chain_remove_problem): Likewise.
8027         (df_chain_create_bb): Likewise.
8028         (df_word_lr_bb_local_compute): Likewise.
8029         (df_remove_dead_eq_notes): Likewise for param "insn".
8030         (df_note_bb_compute): Likewise for local "insn".
8031         (simulate_backwards_to_point): Likewise.
8032         (df_md_bb_local_compute): Likewise.
8033
8034         * df-scan.c (df_scan_free_bb_info): Likewise.
8035         (df_scan_start_dump): Likewise.
8036         (df_scan_start_block): Likewise.
8037         (df_install_ref_incremental): Likewise for local "insn".
8038         (df_insn_rescan_all): Likewise.
8039         (df_reorganize_refs_by_reg_by_insn): Likewise.
8040         (df_reorganize_refs_by_insn_bb): Likewise.
8041         (df_recompute_luids): Likewise.
8042         (df_bb_refs_record): Likewise.
8043         (df_update_entry_exit_and_calls): Likewise.
8044         (df_bb_verify): Likewise.
8045
8046 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8047
8048         * ddg.h (struct ddg_node): Strengthen fields "insn" and
8049         "first_note" from rtx to rtx_insn *.
8050         (get_node_of_insn): Likewise for param 2 "insn".
8051         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
8052
8053         * ddg.c (mem_read_insn_p): Strengthen param "insn" from rtx to
8054         rtx_insn *.
8055         (mem_write_insn_p): Likewise.
8056         (mem_access_insn_p): Likewise.
8057         (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
8058         (def_has_ccmode_p): Likewise for param "insn".
8059         (add_cross_iteration_register_deps): Likewise for locals
8060         "def_insn" and "use_insn".
8061         (insns_may_alias_p): Likewise for params "insn1" and "insn2".
8062         (build_intra_loop_deps): Likewise for local "src_insn".
8063         (create_ddg): Strengthen locals "insn" and "first_note" from rtx
8064         to rtx_insn *.
8065         (get_node_of_insn): Likewise for param "insn".
8066
8067 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8068
8069         * dce.c (worklist): Strengthen from vec<rtx> to vec<rtx_insn *>.
8070         (deletable_insn_p): Strengthen param "insn" from rtx to
8071         rtx_insn *.  Add checked cast to rtx_call_insn when invoking
8072         find_call_stack_args, since this is guarded by CALL_P (insn).
8073         (marked_insn_p): Strengthen param "insn" from rtx to
8074         rtx_insn *.
8075         (mark_insn): Likewise.  Add checked cast to rtx_call_insn when
8076         invoking find_call_stack_args, since this is guarded by
8077         CALL_P (insn).
8078         (mark_nonreg_stores_1): Strengthen cast of "data" from rtx to
8079         rtx_insn *; we know this is an insn since this was called by
8080         mark_nonreg_stores.
8081         (mark_nonreg_stores_2): Likewise.
8082         (mark_nonreg_stores): Strengthen param "insn" from rtx to
8083         rtx_insn *.
8084         (find_call_stack_args): Strengthen param "call_insn" from rtx to
8085         rtx_call_insn *; strengthen locals "insn" and "prev_insn" from rtx
8086         to rtx_insn *.
8087         (remove_reg_equal_equiv_notes_for_defs): Strengthen param "insn"
8088         from rtx to rtx_insn *.
8089         (reset_unmarked_insns_debug_uses): Likewise for locals "insn",
8090         "next", "ref_insn".
8091         (delete_unmarked_insns): Likewise for locals "insn", "next".
8092         (prescan_insns_for_dce): Likewise for locals "insn", "prev".
8093         (mark_reg_dependencies): Likewise for param "insn".
8094         (rest_of_handle_ud_dce): Likewise for local "insn".
8095         (word_dce_process_block): Likewise.
8096         (dce_process_block): Likewise.
8097
8098 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8099
8100         * cse.c (struct qty_table_elem): Strengthen field "const_insn"
8101         from rtx to rtx_insn *.
8102         (struct change_cc_mode_args): Likewise for field "insn".
8103         (this_insn): Strengthen from rtx to rtx_insn *.
8104         (make_new_qty): Replace use of NULL_RTX with NULL when dealing
8105         with insn.
8106         (validate_canon_reg): Strengthen param "insn" from rtx to
8107         rtx_insn *.
8108         (canon_reg): Likewise.
8109         (fold_rtx): Likewise.  Replace use of NULL_RTX with NULL when
8110         dealing with insn.
8111         (record_jump_equiv): Strengthen param "insn" from rtx to
8112         rtx_insn *.
8113         (try_back_substitute_reg): Likewise, also for locals "prev",
8114         "bb_head".
8115         (find_sets_in_insn): Likewise for param "insn".
8116         (canonicalize_insn): Likewise.
8117         (cse_insn): Likewise.  Add a checked cast.
8118         (invalidate_from_clobbers): Likewise for param "insn".
8119         (invalidate_from_sets_and_clobbers): Likewise.
8120         (cse_process_notes_1): Replace use of NULL_RTX with NULL when
8121         dealing with insn.
8122         (cse_prescan_path): Strengthen local "insn" from rtx to
8123         rtx_insn *.
8124         (cse_extended_basic_block): Likewise for locals "insn" and
8125         "prev_insn".
8126         (cse_main): Likewise for param "f".
8127         (check_for_label_ref): Likewise for local "insn".
8128         (set_live_p): Likewise for second param ("insn").
8129         (insn_live_p): Likewise for first param ("insn") and for local
8130         "next".
8131         (cse_change_cc_mode_insn): Likewise for first param "insn".
8132         (cse_change_cc_mode_insns): Likewise for first and second params
8133         "start" and "end".
8134         (cse_cc_succs): Likewise for locals "insns", "last_insns", "insn"
8135         and "end".
8136         (cse_condition_code_reg): Likewise for locals "last_insn", "insn",
8137         "cc_src_insn".
8138
8139 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8140             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8141             Anna Tikhonova  <anna.tikhonova@intel.com>
8142             Ilya Tocar  <ilya.tocar@intel.com>
8143             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8144             Ilya Verbin  <ilya.verbin@intel.com>
8145             Kirill Yukhin  <kirill.yukhin@intel.com>
8146             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8147
8148         * config/i386/subst.md (define_subst_attr "mask_avx512bw_condition"):
8149         New.
8150         * config/i386/sse.md
8151         (define_mode_iterator VI248_AVX2): Delete.
8152         (define_mode_iterator VI2_AVX2_AVX512BW): New.
8153         (define_mode_iterator VI48_AVX2): Ditto.
8154         (define_insn <shift_insn><mode>3): Delete.
8155         (define_insn "<shift_insn><mode>3<mask_name>" with
8156         VI2_AVX2_AVX512BW): New.
8157         (define_insn "<shift_insn><mode>3<mask_name>" with
8158         VI48_AVX2): Ditto.
8159
8160 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8161             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8162             Anna Tikhonova  <anna.tikhonova@intel.com>
8163             Ilya Tocar  <ilya.tocar@intel.com>
8164             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8165             Ilya Verbin  <ilya.verbin@intel.com>
8166             Kirill Yukhin  <kirill.yukhin@intel.com>
8167             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8168
8169         * config/i386/sse.md
8170         (define_mode_iterator VI4F_BRCST32x2): New.
8171         (define_mode_attr 64x2_mode): Ditto.
8172         (define_mode_attr 32x2mode): Ditto.
8173         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"
8174         with VI4F_BRCST32x2): Ditto.
8175         (define_insn "<mask_codefor>avx512vl_broadcast<mode><mask_name>_1"
8176         with V16FI mode iterator): Ditto.
8177         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8178         with V16FI): Ditto.
8179         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8180         with VI8F_BRCST64x2): Ditto.
8181
8182 2014-08-22  Alexander Ivchenko  <alexander.ivchenko@intel.com>
8183             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
8184             Anna Tikhonova  <anna.tikhonova@intel.com>
8185             Ilya Tocar  <ilya.tocar@intel.com>
8186             Andrey Turetskiy  <andrey.turetskiy@intel.com>
8187             Ilya Verbin  <ilya.verbin@intel.com>
8188             Kirill Yukhin  <kirill.yukhin@intel.com>
8189             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
8190
8191         * config/i386/sse.md
8192         (define_mode_iterator VI8_AVX512VL): New.
8193         (define_insn "avx512cd_maskb_vec_dup<mode>"): Macroize.
8194
8195 2014-08-22  Kirill Yukhin  <kirill.yukhin@intel.com>
8196
8197         * gcc/config/i386/sse.md (define_mode_iterator V_AVX512VL): Delete.
8198         (define_mode_iterator V48_AVX512VL): New.
8199         (define_mode_iterator V12_AVX512VL): Ditto.
8200         (define_insn <avx512>_load<mode>_mask): Split into two similar
8201         patterns which use different mode iterators: V48_AVX512VL V12_AVX512VL.
8202         Refactor output template.
8203         (define_insn "<avx512>_store<mode>_mask"): Ditto.
8204
8205 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8206
8207         * cprop.c (struct occr): Strengthen field "insn" from rtx to
8208         rtx_insn *.
8209         (reg_available_p): Likewise for param "insn".
8210         (insert_set_in_table): Likewise.
8211         (hash_scan_set): Likewise.
8212         (hash_scan_insn): Likewise.
8213         (make_set_regs_unavailable): Likewise.
8214         (compute_hash_table_work): Likewise for local "insn".
8215         (reg_not_set_p): Strengthen param "insn" from const_rtx to
8216         const rtx_insn *.
8217         (mark_oprs_set): Strengthen param "insn" from rtx to rtx_insn *.
8218         (try_replace_reg): Likewise.
8219         (find_avail_set): Likewise.
8220         (cprop_jump): Likewise for params "setcc", "jump".
8221         (constprop_register): Likewise for param "insn".
8222         (cprop_insn): Likewise.
8223         (do_local_cprop): Likewise.
8224         (local_cprop_pass): Likewise for local "insn".
8225         (bypass_block): Likewise for params "setcc" and "jump".
8226         (bypass_conditional_jumps): Likewise for locals "setcc" and
8227         "insn".
8228         (one_cprop_pass): Likewise for local "insn".
8229
8230 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8231
8232         * compare-elim.c (struct comparison_use): Strengthen field "insn"
8233         from rtx to rtx_insn *.
8234         (struct comparison): Likewise, also for field "prev_clobber".
8235         (conforming_compare): Likewise for param "insn".
8236         (arithmetic_flags_clobber_p): Likewise.
8237         (find_flags_uses_in_insn): Likewise.
8238         (find_comparison_dom_walker::before_dom_children): Likewise for
8239         locals "insn", "next", "last_clobber".
8240         (try_eliminate_compare): Likewise for locals "insn", "bb_head".
8241
8242 2014-08-22  David Malcolm  <dmalcolm@redhat.com>
8243
8244         * combine-stack-adj.c (struct csa_reflist): Strengthen field
8245         "insn" from rtx to rtx_insn *.
8246         (single_set_for_csa): Likewise for param "insn".
8247         (record_one_stack_ref): Likewise.
8248         (try_apply_stack_adjustment): Likewise.
8249         (struct record_stack_refs_data): Likewise for field "insn".
8250         (maybe_move_args_size_note): Likewise for params "last" and "insn".
8251         (prev_active_insn_bb): Likewise for return type and param "insn".
8252         (next_active_insn_bb): Likewise.
8253         (force_move_args_size_note): Likewise for params "prev" and "last"
8254         and locals "test", "next_candidate", "prev_candidate".
8255         (combine_stack_adjustments_for_block): Strengthen locals
8256         "last_sp_set", "last2_sp_set", "insn", "next" from rtx to
8257         rtx_insn *.
8258
8259 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8260
8261         * combine.c (i2mod): Strengthen this variable from rtx to rtx_insn *.
8262         (struct reg_stat_struct): Likewise for fields "last_death", "last_set".
8263         (subst_insn): Likewise for this variable.
8264         (added_links_insn): Likewise.
8265         (struct insn_link): Likewise for field "insn".
8266         (alloc_insn_link): Likewise for param "insn".
8267         (struct undobuf): Likewise for field "other_insn".
8268         (find_single_use): Likewise for param "insn" and local "next".
8269         (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
8270         (delete_noop_moves): Likewise for locals "insn", "next".
8271         (create_log_links): Likewise for locals "insn", "use_insn".
8272         Strengthen local "next_use" from rtx * to rtx_insn **.
8273         (insn_a_feeds_b): Likewise for params "a", "b".
8274         (combine_instructions): Likewise for param "f" and locals "insn",
8275         "next", "prev", "first", "last_combined_insn", "link", "link1",
8276         "temp".  Replace use of NULL_RTX with NULL when referring to
8277         insns.
8278         (setup_incoming_promotions): Likewise for param "first"
8279         (set_nonzero_bits_and_sign_copies): Likewise for local "insn".
8280         (can_combine_p): Likewise for params "insn", "i3", "pred",
8281         "pred2", "succ", "succ2" and for local "p".
8282         (combinable_i3pat): Likewise for param "i3".
8283         (cant_combine_insn_p): Likewise for param "insn".
8284         (likely_spilled_retval_p): Likewise.
8285         (adjust_for_new_dest): Likewise.
8286         (update_cfg_for_uncondjump): Likewise, also for local "insn".
8287         (try_combine): Likewise for return type and for params "i3", "i2",
8288         "i1", "i0", "last_combined_insn", and for locals "insn",
8289         "cc_use_insn", "p", "first", "last", "i2_insn", "i1_insn",
8290         "i0_insn".  Eliminate local "tem" in favor of new locals
8291         "tem_note" and "tem_insn", the latter being an rtx_insn *.  Add a
8292         checked cast for now to rtx_insn * on the return type of
8293         gen_rtx_INSN.  Replace use of NULL_RTX with NULL when referring to
8294         insns.
8295         (find_split_point): Strengthen param "insn" from rtx to
8296         rtx_insn *.
8297         (simplify_set): Likewise for local "other_insn".
8298         (recog_for_combine): Likewise for param "insn".
8299         (record_value_for_reg): Likewise.
8300         (record_dead_and_set_regs_1): Likewise for local
8301         "record_dead_insn".
8302         (record_dead_and_set_regs): Likewise for param "insn".
8303         (record_promoted_value): Likewise.
8304         (check_promoted_subreg): Likewise.
8305         (get_last_value_validate): Likewise.
8306         (reg_dead_at_p): Likewise.
8307         (move_deaths): Likewise for param "to_insn".
8308         (distribute_notes): Likewise for params "from_insn", "i3", "i2"
8309         and locals "place", "place2", "cc0_setter".  Eliminate local "tem
8310         in favor of new locals "tem_note" and "tem_insn", the latter being
8311         an rtx_insn *.
8312         (distribute_links): Strengthen locals "place", "insn" from rtx to
8313         rtx_insn *.
8314
8315 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8316
8317         * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather
8318         than a const_rtx.
8319         (can_delete_label_p): Require a const rtx_code_label * rather than
8320         a const_rtx.
8321         (delete_insn): Add checked cast to rtx_code_label * when we know
8322         we're dealing with LABEL_P (insn).  Strengthen local "bb_note" from
8323         rtx to rtx_insn *.
8324         (delete_insn_chain): Strengthen locals "prev" and "current" from
8325         rtx to rtx_insn *.  Add a checked cast when assigning from
8326         "finish" (strengthening the params will come later).  Add a
8327         checked cast to rtx_note * in region where we know
8328         NOTE_P (current).
8329         (rtl_delete_block): Strengthen locals "insn" and "end" from rtx to
8330         rtx_insn *.
8331         (compute_bb_for_insn): Likewise.
8332         (free_bb_for_insn): Likewise for local "insn".
8333         (compute_bb_for_insn): Likewise.
8334         (update_bb_for_insn_chain): Strengthen params "begin", "end" and
8335         local "insn" from rtx to rtx_insn *
8336         (flow_active_insn_p): Require a const rtx_insn * rather than a
8337         const_rtx.
8338         (contains_no_active_insn_p): Strengthen local "insn" from rtx to
8339         rtx_insn *.
8340         (can_fallthru): Likewise for locals "insn" and "insn2".
8341         (bb_note): Likewise for local "note".
8342         (first_insn_after_basic_block_note): Likewise for local "note" and
8343         for return type.
8344         (rtl_split_block): Likewise for locals "insn" and "next".
8345         (unique_locus_on_edge_between_p): Likewise for locals "insn" and
8346         "end".
8347         (rtl_merge_blocks): Likewise for locals "b_head", "b_end",
8348         "a_end", "del_first", "del_last", "b_debug_start", "b_debug_end",
8349         "prev", "tmp".
8350         (try_redirect_by_replacing_jump): Likewise for locals "insn" (both of
8351         them), "kill_from", "barrier", "new_insn".
8352         (patch_jump_insn): Likewise for params "insn", "old_label".
8353         (redirect_branch_edge): Likewise for locals "old_label", "insn".
8354         (force_nonfallthru_and_redirect): Likewise for locals "insn",
8355         "old_label", "new_label".
8356         (rtl_tidy_fallthru_edge): Likewise for local "q".
8357         (rtl_split_edge): Likewise for locals "before", "last".
8358         (commit_one_edge_insertion): Likewise for locals "before",
8359         "after", "insns", "tmp", "last", adding a checked cast where
8360         currently necessary.
8361         (commit_edge_insertions): Likewise.
8362         (rtl_dump_bb): Likewise for locals "insn", "last".
8363         (print_rtl_with_bb): Likewise for local "x".
8364         (rtl_verify_bb_insns): Likewise for local "x".
8365         (rtl_verify_bb_pointers): Likewise for local "insn".
8366         (rtl_verify_bb_insn_chain): Likewise for locals "x", "last_head",
8367         "head", "end".
8368         (rtl_verify_fallthru): Likewise for local "insn".
8369         (rtl_verify_bb_layout): Likewise for locals "x" and "rtx_first".
8370         (purge_dead_edges): Likewise for local "insn".
8371         (fixup_abnormal_edges): Likewise for locals "insn", "stop", "next".
8372         (skip_insns_after_block): Likewise for return type and for locals
8373         "insn", "last_insn", "next_head", "prev".
8374         (record_effective_endpoints): Likewise for locals "next_insn",
8375         "insn", "end".
8376         (fixup_reorder_chain): Likewise for locals "bb_end_insn" and "end".
8377         (verify_insn_chain): Likewise for locals "x", "prevx", "nextx".
8378         (cfg_layout_can_duplicate_bb_p): Likewise for local "insn".
8379         (duplicate_insn_chain): For now, add checked cast from rtx to
8380         rtx_insn * when returning insn.
8381         (cfg_layout_duplicate_bb): Likewise for local "insn".
8382         (cfg_layout_delete_block): Likewise for locals "insn", "next",
8383         "prev", "remaints".
8384         (cfg_layout_merge_blocks): Likewise for local "insn", "last".
8385         (rtl_block_empty_p): Likewise.
8386         (rtl_split_block_before_cond_jump): Likewise for locals "insn",
8387         "split_point", "last".
8388         (rtl_block_ends_with_call_p): Likewise for local "insn".
8389         (need_fake_edge_p): Strengthen param "insn" from const_rtx to
8390         const rtx_insn *.
8391         (rtl_flow_call_edges_add): Strengthen locals "insn", "prev_insn",
8392         "split_at_insn" from rtx to rtx_insn *.
8393         (rtl_lv_add_condition_to_bb): Likewise for locals "seq", "jump".
8394         (rtl_can_remove_branch_p): Strengthen local "insn" from const_rtx
8395         to const rtx_insn *.
8396         (rtl_account_profile_record): Likewise.
8397
8398 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8399
8400         * cfgloopanal.c (num_loop_insns): Strengthen local "insn" from
8401         rtx to rtx_insn *.
8402         (average_num_loop_insns): Likewise.
8403         (init_set_costs): Likewise for local "seq".
8404         (seq_cost): Likewise for param "seq", from const_rtx to const
8405         rtx_insn *.
8406
8407 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8408
8409         * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
8410         rtx to rtx_insn *.
8411
8412 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8413
8414         * basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4
8415         "f1" and "f2" from rtx * to rtx_insn **.
8416         (flow_find_head_matching_sequence): Likewise.
8417
8418         * cfgcleanup.c (try_simplify_condjump): Strengthen local
8419         "cbranch_insn" from rtx to rtx_insn *.
8420         (thread_jump): Likewise for local "insn".
8421         (try_forward_edges): Likewise for local "last".
8422         (merge_blocks_move_predecessor_nojumps): Likewise for local "barrier".
8423         (merge_blocks_move_successor_nojumps): Likewise for locals "barrier",
8424         "real_b_end".
8425         (can_replace_by): Likewise for params "i1", "i2".
8426         (old_insns_match_p): Likewise.
8427         (merge_notes): Likewise.
8428         (walk_to_nondebug_insn): Likewise for param "i1".
8429         (flow_find_cross_jump): Strengthen params "f1" and "f2" from rtx *
8430         to rtx_insn **.  Strengthen locals "i1", "i2", "last1", "last2",
8431         "afterlast1", "afterlast2" from rtx to rtx_insn *.
8432         (flow_find_head_matching_sequence): Strengthen params "f1" and
8433         "f2" from rtx * to rtx_insn **.  Strengthen locals "i1", "i2",
8434         "last1", "last2", "beforelast1", "beforelast2" from rtx to
8435         rtx_insn *.
8436         (outgoing_edges_match): Likewise for locals "last1", "last2".
8437         (try_crossjump_to_edge): Likewise for local "insn".
8438         Replace call to for_each_rtx with for_each_rtx_in_insn.
8439
8440         (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".
8441         (try_head_merge_bb): Likewise for locals "e0_last_head_, "jump",
8442         "e0_last", "e_last", "head", "curr", "insn".  Strengthen locals
8443         "headptr", "currptr", "nextptr" from rtx * to rtx_insn **.
8444         (try_optimize_cfg): Strengthen local "last" from rtx to
8445         rtx_insn *.
8446         (delete_dead_jumptables): Likewise for locals "insn", "next",
8447         "label".
8448
8449         * ifcvt.c (cond_exec_process_if_block): Likewise for locals
8450         "rtx then_last_head", "rtx else_last_head", "rtx then_first_tail",
8451         "rtx else_first_tail", to reflect the basic-block.h changes above.
8452
8453 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8454
8455         * cfgbuild.c (make_edges): Strengthen local "insn" from rtx to
8456         rtx_insn *.
8457         (purge_dead_tablejump_edges): Likewise.
8458         (find_bb_boundaries): Likewise for locals "insn", "end",
8459         "flow_transfer_insn".
8460
8461 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8462
8463         * caller-save.c (save_call_clobbered_regs): Strengthen locals
8464         "ins" and "prev" from rtx to rtx_insn *.
8465
8466 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8467
8468         * calls.c (emit_call_1): Strengthen local "call_insn" from rtx to
8469         rtx_insn *.
8470         (internal_arg_pointer_exp_state): Likewise for field "scan_start".
8471         (internal_arg_pointer_based_exp_scan): Likewise for locals "insn",
8472         "scan_start".
8473         (load_register_parameters): Likewise for local "before_arg".
8474         (check_sibcall_argument_overlap): Likewise for param "insn".
8475         (expand_call): Likewise for locals "normal_call_insns",
8476         "tail_call_insns", "insns", "before_call", "after_args",
8477         "before_arg", "last", "prev".  Strengthen one of the "last" from
8478         rtx to rtx_call_insn *.
8479         (fixup_tail_calls): Strengthen local "insn" from rtx to
8480         rtx_insn *.
8481         (emit_library_call_value_1): Likewise for locals "before_call" and
8482         "last".
8483
8484 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8485
8486         * builtins.c (expand_builtin_longjmp): Strengthen locals "insn"
8487         and "last" from rtx to rtx_insn *.
8488         (expand_builtin_nonlocal_goto): Likewise for local "insn".
8489         (expand_builtin_apply): Strengthen local "call_insn" from rtx to
8490         rtx_call_insn *.
8491         (expand_errno_check): Strengthen local "lab" from rtx to
8492         rtx_code_label *.
8493         (expand_builtin_mathfn): Strengthen local "insns" from rtx to
8494         rtx_insn *.
8495         (expand_builtin_mathfn_2): Likewise.
8496         (expand_builtin_mathfn_ternary): Likewise.
8497         (expand_builtin_mathfn_3): Likewise.
8498         (expand_builtin_interclass_mathfn): Likewise for local "last".
8499         (expand_builtin_int_roundingfn): Likewise for local "insns".
8500         (expand_builtin_int_roundingfn_2): Likewise.
8501         (expand_builtin_strlen): Likewise for local "before_strlen".
8502         (expand_builtin_strncmp): Likewise for local "seq".
8503         (expand_builtin_signbit): Likewise for local "last".
8504         (expand_builtin_atomic_compare_exchange): Strengthen local "label"
8505         from rtx to rtx_code_label *.
8506         (expand_stack_restore):  Strengthen local "prev" from rtx to
8507         rtx_insn *.
8508
8509 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8510
8511         * bt-load.c (struct btr_user_s): Strengthen field "insn" from rtx
8512         to rtx_insn *.
8513         (struct btr_def_s): Likewise.
8514         (insn_sets_btr_p): Strengthen param "insn" from const_rtx to
8515         const rtx_insn *.
8516         (add_btr_def): Likewise.
8517         (new_btr_user): Likewise.
8518         (compute_defs_uses_and_gen): Strengthen locals "insn", "last" from
8519         rtx to rtx_insn *.
8520         (link_btr_uses): Likewise.
8521         (move_btr_def): Likewise for locals "insp", "old_insn",
8522         "new_insn".  Add checked cast to rtx_insn * for now on result of
8523         gen_move_insn.
8524         (can_move_up): Strengthen param "insn" from const_rtx to
8525         const rtx_insn *.
8526
8527 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8528
8529         * bb-reorder.c (copy_bb_p): Strengthen local "insn" from rtx to
8530         rtx_insn *.
8531         (get_uncond_jump_length): Likewise for locals "label", "jump".
8532         (fix_up_crossing_landing_pad): Likewise for locals "new_label",
8533         "jump", "insn".
8534         (add_labels_and_missing_jumps): Likewise for local "new_jump".
8535         (fix_up_fall_thru_edges): Likewise for local "old_jump".
8536         (find_jump_block): Likewise for local "insn".
8537         (fix_crossing_conditional_branches): Likewise for locals
8538         "old_jump", "new_jump".
8539         (fix_crossing_unconditional_branches): Likewise for locals
8540         "last_insn", "indirect_jump_sequence", "jump_insn", "cur_insn".
8541         (pass_duplicate_computed_gotos::execute): Likewise for local "insn".
8542
8543 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8544
8545         * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from
8546         rtx to rtx_insn *.
8547         (struct mem_insn): Likewise for field "insn".
8548         (reg_next_use): Strengthen from rtx * to rtx_insn **.
8549         (reg_next_inc_use): Likewise.
8550         (reg_next_def): Likewise.
8551         (move_dead_notes): Strengthen params "to_insn" and "from_insn"
8552         from rtx to rtx_insn *.
8553         (move_insn_before): Likewise for param "next_insn" and local "insns".
8554         (attempt_change): Likewise for local "mov_insn".
8555         (try_merge): Likewise for param "last_insn".
8556         (get_next_ref): Likewise for return type and local "insn".
8557         Strengthen param "next_array" from rtx * to rtx_insn **.
8558         (parse_add_or_inc): Strengthen param "insn" from rtx to
8559         rtx_insn *.
8560         (find_inc): Likewise for locals "insn" and "other_insn" (three of
8561         the latter).
8562         (merge_in_block): Likewise for locals "insn", "curr",
8563         "other_insn".
8564         (pass_inc_dec::execute): Update allocations of the arrays to
8565         reflect the stronger types.
8566
8567 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8568
8569         * asan.c (asan_clear_shadow): Strengthen locals "insn", "insns"
8570         and "jump" from rtx to rtx_insn *.  Strengthen local "top_label"
8571         from rtx to rtx_code_label *.
8572
8573 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8574
8575         * alias.c (init_alias_analysis): Strengthen local "insn" from rtx
8576         to rtx_insn *.
8577
8578 2014-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
8579
8580         * config/rs6000/rs6000.c (print_operand, 'y' case): Fix code that
8581         generated a warning and prevented bootstrapping the compiler.
8582
8583 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8584
8585         * rtl.h (delete_related_insns): Strengthen return type from rtx to
8586         rtx_insn *.
8587
8588         * jump.c (delete_related_insns): Likewise, also for locals "next"
8589         and "prev".
8590
8591 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8592
8593         * genautomata.c (output_internal_insn_latency_func): When writing
8594         the function "internal_insn_latency" to insn-automata.c,
8595         strengthen params "insn" and "insn2" from rtx to rtx_insn *, thus
8596         allowing the optional guard function of (define_bypass) clauses to
8597         expect a pair of rtx_insn *, rather than a pair of rtx.
8598         (output_insn_latency_func): When writing the function
8599         "insn_latency", add an "uncast_" prefix to params "insn" and
8600         "insn2", reintroducing "insn" and "insn2" as rtx_insn * locals
8601         using checked casts from the params, thus enabling the above
8602         change to the generated "internal_insn_latency" function.
8603
8604 2014-08-21  Jan Hubicka  <hubicka@ucw.cz>
8605
8606         PR tree-optimization/62091
8607         * ipa-devirt.c (ipa_polymorphic_call_context::restrict_to_inner_type):
8608         handle correctly arrays.
8609         (extr_type_from_vtbl_ptr_store): Add debug output; handle multiple
8610         inheritance binfos.
8611         (record_known_type): Walk into inner type.
8612         (ipa_polymorphic_call_context::get_dynamic_type): Likewise; strenghten
8613         condition on no type changes.
8614
8615 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8616
8617         * genattrtab.c (write_attr_get): Within the generated get_attr_
8618         functions, rename param "insn" to "uncast_insn" and reintroduce
8619         "insn" as an local rtx_insn * using a checked cast, so that "insn"
8620         is an rtx_insn * within insn-attrtab.c
8621
8622 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8623
8624         * output.h (peephole): Strengthen return type from rtx to
8625         rtx_insn *.
8626         * rtl.h (delete_for_peephole): Likewise for both params.
8627         * genpeep.c (main): In generated "peephole" function, strengthen
8628         return type and local "insn" from rtx to rtx_insn *.  For now,
8629         rename param "ins1" to "uncast_ins1", adding "ins1" back as an
8630         rtx_insn *, with a checked cast.
8631         * jump.c (delete_for_peephole): Strengthen params "from", "to" and
8632         locals "insn", "next", "prev" from rtx to rtx_insn *.
8633
8634 2014-08-21  Marc Glisse  <marc.glisse@inria.fr>
8635
8636         PR tree-optimization/62112
8637         * gimple-iterator.c (gsi_replace): Return whether EH cleanup is needed.
8638         * gimple-iterator.h (gsi_replace): Return bool.
8639         * tree-ssa-alias.c (ref_may_alias_global_p_1): New helper, code
8640         moved from ref_may_alias_global_p.
8641         (ref_may_alias_global_p, refs_may_alias_p, ref_maybe_used_by_stmt_p):
8642         New overloads.
8643         (ref_maybe_used_by_call_p): Take ao_ref* instead of tree.
8644         (stmt_kills_ref_p_1): Rename...
8645         (stmt_kills_ref_p): ... to this.
8646         * tree-ssa-alias.h (ref_may_alias_global_p, ref_maybe_used_by_stmt_p,
8647         stmt_kills_ref_p): Declare.
8648         * tree-ssa-dse.c (dse_possible_dead_store_p): New argument, use it.
8649         Move the self-assignment case...
8650         (dse_optimize_stmt): ... here. Handle builtin calls. Remove dead code.
8651
8652 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8653
8654         * rtl.h (try_split): Strengthen return type from rtx to rtx_insn *.
8655
8656         * emit-rtl.c (try_split): Likewise, also for locals "before" and
8657         "after".  For now, don't strengthen param "trial", which requires
8658         adding checked casts when returning it.
8659
8660 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8661
8662         * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
8663         "label" from rtx to rtx_code_label *.  Strengthen param 1 of
8664         "var_location" hook from rtx to rtx_insn *.
8665         (debug_nothing_rtx): Delete in favor of...
8666         (debug_nothing_rtx_code_label): New prototype.
8667         (debug_nothing_rtx_rtx): Delete unused prototype.
8668         (debug_nothing_rtx_insn): New prototype.
8669
8670         * final.c (final_scan_insn): Add checked cast to rtx_insn * when
8671         invoking debug_hooks->var_location (in two places, one in a NOTE
8672         case of a switch statement, the other guarded by a CALL_P
8673         conditional.  Add checked cast to rtx_code_label * when invoking
8674         debug_hooks->label (within CODE_LABEL case of switch statement).
8675
8676         * dbxout.c (dbx_debug_hooks): Update "label" hook from
8677         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
8678         "var_location" from debug_nothing_rtx to debug_nothing_rtx_insn.
8679         (xcoff_debug_hooks): Likewise.
8680         * debug.c (do_nothing_debug_hooks): Likewise.
8681         (debug_nothing_rtx): Delete in favor of...
8682         (debug_nothing_rtx_insn): New function.
8683         (debug_nothing_rtx_rtx): Delete unused function.
8684         (debug_nothing_rtx_code_label): New function.
8685         * dwarf2out.c (dwarf2_debug_hooks): Update "label" hook from
8686         debug_nothing_rtx to debug_nothing_rtx_code_label.
8687         (dwarf2out_var_location): Strengthen param "loc_note" from rtx
8688         to rtx_insn *.
8689         * sdbout.c (sdb_debug_hooks): Update "var_location" hook from
8690         debug_nothing_rtx to debug_nothing_rtx_insn.
8691         (sdbout_label): Strengthen param "insn" from rtx to
8692         rtx_code_label *.
8693         * vmsdbgout.c (vmsdbg_debug_hooks): Update "label" hook from
8694         debug_nothing_rtx to debug_nothing_rtx_code_label.  Update
8695         "var_location" hook from debug_nothing_rtx to
8696         debug_nothing_rtx_insn.
8697
8698 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8699
8700         * recog.h (insn_output_fn): Update this function typedef to match
8701         the changes below to the generated output functions, strengthening
8702         the 2nd param from rtx to rtx_insn *.
8703
8704         * final.c (get_insn_template): Add a checked cast to rtx_insn * on
8705         insn when invoking an output function, to match the new signature
8706         of insn_output_fn with a stronger second param.
8707
8708         * genconditions.c (write_header): In the generated code for
8709         gencondmd.c, strengthen the global "insn" from rtx to rtx_insn *
8710         to match the other changes in this patch.
8711
8712         * genemit.c (gen_split): Strengthen the 1st param "curr_insn" of
8713         the generated "gen_" functions from rtx to rtx_insn * within their
8714         implementations.
8715
8716         * genrecog.c (write_subroutine): Strengthen the 2nd param "insn" of
8717         the subfunctions within the generated "recog_", "split", "peephole2"
8718         function trees from rtx to rtx_insn *.  For now, the top-level
8719         generated functions ("recog", "split", "peephole2") continue to
8720         take a plain rtx for "insn", to avoid introducing dependencies on
8721         other patches.  Rename this 2nd param from "insn" to
8722         "uncast_insn", and reintroduce "insn" as a local variable of type
8723         rtx_insn *, initialized at the top of the generated function with
8724         a checked cast on "uncast_insn".
8725         (make_insn_sequence): Strengthen the 1st param "curr_insn" of
8726         the generated "gen_" functions from rtx to rtx_insn * within their
8727         prototypes.
8728
8729         * genoutput.c (process_template): Strengthen the 2nd param within
8730         the generated "output_" functions "insn" from rtx to rtx_insn *.
8731
8732 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
8733
8734         * tree-profile.c (tree_profiling): Skip external functions
8735         when doing coverage instrumentation.
8736         * cgraphunit.c (compile): Do not assert that all nodes are reachable.
8737
8738 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8739
8740         * config/rs6000/altivec.h (vec_cpsgn): New #define.
8741         (vec_mergee): Likewise.
8742         (vec_mergeo): Likewise.
8743         (vec_cntlz): Likewise.
8744         * config/rs600/rs6000-c.c (altivec_overloaded_builtins): Add new
8745         entries for VEC_AND, VEC_ANDC, VEC_MERGEH, VEC_MERGEL, VEC_NOR,
8746         VEC_OR, VEC_PACKSU, VEC_XOR, VEC_PERM, VEC_SEL, VEC_VCMPGT_P,
8747         VMRGEW, and VMRGOW.
8748         * doc/extend.texi: Document various forms of vec_cpsgn,
8749         vec_splats, vec_and, vec_andc, vec_mergeh, vec_mergel, vec_nor,
8750         vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,
8751         vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
8752         vec_any_eq, vec_any_ge, vec_any_gt, vec_any_le, vec_any_lt,
8753         vec_any_ne, vec_mergee, vec_mergeo, vec_packsu, and vec_cntlz.
8754
8755 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8756
8757         * config/rs6000/rs6000.c (context.h): New include.
8758         (tree-pass.h): Likewise.
8759         (make_pass_analyze_swaps): New decl.
8760         (rs6000_option_override): Register pass_analyze_swaps.
8761         (swap_web_entry): New subsclass of web_entry_base (df.h).
8762         (special_handling_values): New enum.
8763         (union_defs): New function.
8764         (union_uses): Likewise.
8765         (insn_is_load_p): Likewise.
8766         (insn_is_store_p): Likewise.
8767         (insn_is_swap_p): Likewise.
8768         (rtx_is_swappable_p): Likewise.
8769         (insn_is_swappable_p): Likewise.
8770         (chain_purpose): New enum.
8771         (chain_contains_only_swaps): New function.
8772         (mark_swaps_for_removal): Likewise.
8773         (swap_const_vector_halves): Likewise.
8774         (adjust_subreg_index): Likewise.
8775         (permute_load): Likewise.
8776         (permute_store): Likewise.
8777         (handle_special_swappables): Likewise.
8778         (replace_swap_with_copy): Likewise.
8779         (dump_swap_insn_table): Likewise.
8780         (rs6000_analyze_swaps): Likewise.
8781         (pass_data_analyze_swaps): New pass_data.
8782         (pass_analyze_swaps): New rtl_opt_pass.
8783         (make_pass_analyze_swaps): New function.
8784         * config/rs6000/rs6000.opt (moptimize-swaps): New option.
8785
8786 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8787
8788         * sel-sched-ir.h (create_insn_rtx_from_pattern): Strengthen return
8789         type from rtx to rtx_insn *.
8790         (create_copy_of_insn_rtx): Likewise.
8791         * sel-sched-ir.c (create_insn_rtx_from_pattern): Likewise.
8792         (create_copy_of_insn_rtx): Likewise, also for local "res".
8793
8794 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8795
8796         * rtl.h (find_first_parameter_load): Strengthen return type from
8797         rtx to rtx_insn *.
8798         * rtlanal.c (find_first_parameter_load): Strengthen return type
8799         from rtx to rtx_insn *.  Add checked cast for now, to postpone
8800         strengthening the params.
8801
8802 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8803
8804         PR fortran/44054
8805         * diagnostic.c: Set default caret.
8806         (diagnostic_show_locus): Use it. Tell pretty-printer that a new
8807         line is needed.
8808         * diagnostic.h (struct diagnostic_context):
8809
8810 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8811
8812         * sel-sched-ir.h (exit_insn): Strengthen from rtx to rtx_insn *.
8813         (sel_bb_head): Strengthen return type insn_t (currently just an
8814         rtx) to rtx_insn *.
8815         (sel_bb_end): Likewise.
8816
8817         * sel-sched-ir.c (exit_insn): Strengthen from rtx to rtx_insn *.
8818         (sel_bb_head): Strengthen return type and local "head" from
8819         insn_t (currently just an rtx) to rtx_insn *.
8820         (sel_bb_end): Likewise for return type.
8821         (free_nop_and_exit_insns): Replace use of NULL_RTX with NULL when
8822         working with insn.
8823
8824 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
8825
8826         * basic-block.h (get_last_bb_insn): Strengthen return type from
8827         rtx to rtx_insn *.
8828         * cfgrtl.c (get_last_bb_insn): Likewise, and for locals "tmp" and
8829         end".
8830
8831 2014-08-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8832
8833         PR fortran/44054
8834         * diagnostic.c (default_diagnostic_finalizer): Move caret printing
8835          to here ...
8836         (diagnostic_report_diagnostic): ... from here.
8837         * toplev.c (general_init): Move code to c-family.
8838
8839 2014-08-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8840
8841         * df.h (web_entry_base): Replace existing struct web_entry with a
8842         new class web_entry_base with only the predecessor member.
8843         (unionfind_root): Remove declaration and move to class member.
8844         (unionfind_union): Remove declaration and move to friend
8845         function.
8846         (union_defs): Remove declaration.
8847         * web.c (web_entry_base::unionfind_root): Modify to be member
8848         function and adjust accessors.
8849         (unionfind_union): Modify to be friend function and adjust
8850         accessors.
8851         (web_entry): New subclass of web_entry_base containing the reg
8852         member.
8853         (union_match_dups): Modify for struct -> class changes.
8854         (union_defs): Likewise.
8855         (entry_register): Likewise.
8856         (pass_web::execute): Likewise.
8857
8858 2014-08-20  Bill Schmidt  <wschmidt@vnet.ibm.com>
8859
8860         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Provide
8861         builtin define __VEC_ELEMENT_REG_ORDER__.
8862
8863 2014-08-20  Martin Jambor  <mjambor@suse.cz>
8864             Wei Mi  <wmi@google.com>
8865
8866         PR ipa/60449
8867         PR middle-end/61776
8868         * tree-ssa-operands.c (update_stmt_operands): Remove
8869         MODIFIED_NORETURN_CALLS.
8870         * tree-cfgcleanup.c (cleanup_call_ctrl_altering_flag): New func.
8871         (cleanup_control_flow_bb): Use cleanup_call_ctrl_altering_flag.
8872         (split_bb_on_noreturn_calls): Renamed from split_bbs_on_noreturn_calls.
8873         (cleanup_tree_cfg_1): Use split_bb_on_noreturn_calls.
8874         * tree-ssanames.h: Remove MODIFIED_NORETURN_CALLS.
8875         * gimple.h (enum gf_mask): Add GF_CALL_CTRL_ALTERING.
8876         (gimple_call_set_ctrl_altering): New func.
8877         (gimple_call_ctrl_altering_p): Ditto.
8878         * tree-cfg.c (gimple_call_initialize_ctrl_altering): Ditto.
8879         (make_blocks): Use gimple_call_initialize_ctrl_altering.
8880         (is_ctrl_altering_stmt): Use gimple_call_ctrl_altering_p.
8881         (execute_fixup_cfg): Use gimple_call_ctrl_altering_p and
8882         remove MODIFIED_NORETURN_CALLS.
8883
8884 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
8885
8886         * coverage.c (coverage_compute_profile_id): Return non-0;
8887         also handle symbols with unique name.
8888         (coverage_end_function): Do not skip DECL_EXTERNAL functions.
8889
8890 2014-08-20  Steve Ellcey  <sellcey@mips.com>
8891
8892         PR middle-end/49191
8893         * doc/sourcebuild.texi (non_strict_align): New.
8894
8895 2014-08-20  Jan Hubicka  <hubicka@ucw.cz>
8896
8897         * cgraphunit.c (ipa_passes, compile): Reshedule
8898         symtab_remove_unreachable_nodes passes; update comments.
8899         * ipa-inline.c (pass_data_ipa_inline): Do not schedule
8900         TODO_remove_functions before the pass; the functions ought to be
8901         already removed.
8902         * ipa.c (pass_data_ipa_free_inline_summary): Enable dump; schedule
8903         TODO_remove_functions.
8904         * passes.c (pass_data_early_local_passes): Do not schedule function
8905         removal.
8906         (execute_one_pass): Fix call of symtab_remove_unreachable_nodes.
8907
8908 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8909
8910         PR c/59304
8911         * opts-common.c (set_option): Call diagnostic_classify_diagnostic
8912         before setting the option.
8913         * diagnostic.c (diagnostic_classify_diagnostic): Record
8914         command-line status.
8915
8916 2014-08-20  Richard Biener  <rguenther@suse.de>
8917
8918         PR lto/62190
8919         * tree.c (build_common_tree_nodes): Use make_or_reuse_type
8920         to build uint{16,32,64}_type_node.
8921
8922 2014-08-20  Terry Guo  <terry.guo@arm.com>
8923
8924         * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
8925         with immediate_operand.
8926
8927 2014-08-20  David Malcolm  <dmalcolm@redhat.com>
8928
8929         * cfgrtl.c (duplicate_insn_chain): Convert the checked cast on
8930         "insn" from an as_a to a safe_as_a, for the case when "insn" is
8931         NULL.
8932
8933 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8934
8935         PR preprocessor/51303
8936         * incpath.c (remove_duplicates): Use cpp_warning.
8937
8938 2014-08-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
8939
8940         PR c/60975
8941         PR c/53063
8942         * doc/options.texi (CPP): Document it.
8943         * doc/invoke.texi (Wvariadic-macros): Fix documentation.
8944         * optc-gen.awk: Handle CPP.
8945         * opth-gen.awk: Likewise.
8946
8947 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8948
8949         * rtl.h (unlink_insn_chain): Strengthen return type from rtx to
8950         rtx_insn *.
8951         (duplicate_insn_chain): Likewise.
8952         * cfgrtl.c (unlink_insn_chain): Strengthen return type from rtx to
8953         rtx_insn *, also for locals "prevfirst" and "nextlast".  Add a
8954         checked cast for now (until we can strengthen the params in the
8955         same way).
8956         (duplicate_insn_chain): Likewise.
8957
8958 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8959
8960         * rtl.h (next_cc0_user): Strengthen return type from rtx to
8961         rtx_insn *.
8962         (prev_cc0_setter): Likewise.
8963
8964         * emit-rtl.c (next_cc0_user): Strengthen return type from rtx to
8965         rtx_insn *, adding checked casts for now as necessary.
8966         (prev_cc0_setter): Likewise.
8967
8968 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8969
8970         * expr.h (emit_move_insn): Strengthen return type from rtx to
8971         rtx_insn *.
8972         (emit_move_insn_1): Likewise.
8973         (emit_move_complex_push): Likewise.
8974         (emit_move_complex_parts): Likewise.
8975
8976         * expr.c (emit_move_via_integer): Strengthen return type from rtx
8977         to rtx_insn *.  Replace use of NULL_RTX with NULL when working
8978         with insns.
8979         (emit_move_complex_push): Strengthen return type from rtx to
8980         rtx_insn *.
8981         (emit_move_complex): Likewise, also for local "ret".
8982         (emit_move_ccmode): Likewise.
8983         (emit_move_multi_word): Likewise for return type and locals
8984         "last_insn", "seq".
8985         (emit_move_insn_1): Likewise for return type and locals "result",
8986         "ret".
8987         (emit_move_insn): Likewise for return type and local "last_insn".
8988         (compress_float_constant): Likewise.
8989
8990 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
8991
8992         * emit-rtl.h (emit_copy_of_insn_after): Strengthen return type
8993         from rtx to rtx_insn *.
8994
8995         * rtl.h (emit_insn_before): Likewise.
8996         (emit_insn_before_noloc): Likewise.
8997         (emit_insn_before_setloc): Likewise.
8998         (emit_jump_insn_before): Likewise.
8999         (emit_jump_insn_before_noloc): Likewise.
9000         (emit_jump_insn_before_setloc): Likewise.
9001         (emit_call_insn_before): Likewise.
9002         (emit_call_insn_before_noloc): Likewise.
9003         (emit_call_insn_before_setloc): Likewise.
9004         (emit_debug_insn_before): Likewise.
9005         (emit_debug_insn_before_noloc): Likewise.
9006         (emit_debug_insn_before_setloc): Likewise.
9007         (emit_label_before): Likewise.
9008         (emit_insn_after): Likewise.
9009         (emit_insn_after_noloc): Likewise.
9010         (emit_insn_after_setloc): Likewise.
9011         (emit_jump_insn_after): Likewise.
9012         (emit_jump_insn_after_noloc): Likewise.
9013         (emit_jump_insn_after_setloc): Likewise.
9014         (emit_call_insn_after): Likewise.
9015         (emit_call_insn_after_noloc): Likewise.
9016         (emit_call_insn_after_setloc): Likewise.
9017         (emit_debug_insn_after): Likewise.
9018         (emit_debug_insn_after_noloc): Likewise.
9019         (emit_debug_insn_after_setloc): Likewise.
9020         (emit_label_after): Likewise.
9021         (emit_insn): Likewise.
9022         (emit_debug_insn): Likewise.
9023         (emit_jump_insn): Likewise.
9024         (emit_call_insn): Likewise.
9025         (emit_label): Likewise.
9026         (gen_clobber): Likewise.
9027         (emit_clobber): Likewise.
9028         (gen_use): Likewise.
9029         (emit_use): Likewise.
9030         (emit): Likewise.
9031
9032         (emit_barrier_before): Strengthen return type from rtx to
9033         rtx_barrier *.
9034         (emit_barrier_after): Likewise.
9035         (emit_barrier): Likewise.
9036
9037         * emit-rtl.c (emit_pattern_before_noloc):  Strengthen return type
9038         from rtx to rtx_insn *.  Add checked casts for now when converting
9039         "last" from rtx to rtx_insn *.
9040         (emit_insn_before_noloc): Likewise for return type.
9041         (emit_jump_insn_before_noloc): Likewise.
9042         (emit_call_insn_before_noloc): Likewise.
9043         (emit_debug_insn_before_noloc): Likewise.
9044         (emit_barrier_before): Strengthen return type and local "insn"
9045         from rtx to rtx_barrier *.
9046         (emit_label_before): Strengthen return type from rtx to
9047         rtx_insn *.  Add checked cast for now when returning param
9048         (emit_pattern_after_noloc): Strengthen return type from rtx to
9049         rtx_insn *.  Add checked casts for now when converting "last" from
9050         rtx to rtx_insn *.
9051         (emit_insn_after_noloc): Strengthen return type from rtx to
9052         rtx_insn *.
9053         (emit_jump_insn_after_noloc): Likewise.
9054         (emit_call_insn_after_noloc): Likewise.
9055         (emit_debug_insn_after_noloc): Likewise.
9056         (emit_barrier_after): Strengthen return type from rtx to
9057         rtx_barrier *.
9058         (emit_label_after): Strengthen return type from rtx to rtx_insn *.
9059         Add checked cast for now when converting "label" from rtx to
9060         rtx_insn *.
9061         (emit_pattern_after_setloc): Strengthen return type from rtx to
9062         rtx_insn *.  Add checked casts for now when converting "last" from
9063         rtx to rtx_insn *.
9064         (emit_pattern_after): Strengthen return type from rtx to
9065         rtx_insn *.
9066         (emit_insn_after_setloc): Likewise.
9067         (emit_insn_after): Likewise.
9068         (emit_jump_insn_after_setloc): Likewise.
9069         (emit_jump_insn_after): Likewise.
9070         (emit_call_insn_after_setloc): Likewise.
9071         (emit_call_insn_after): Likewise.
9072         (emit_debug_insn_after_setloc): Likewise.
9073         (emit_debug_insn_after): Likewise.
9074         (emit_pattern_before_setloc): Likewise.  Add checked casts for now
9075         when converting "last" from rtx to rtx_insn *.
9076         (emit_pattern_before): Strengthen return type from rtx to
9077         rtx_insn *.
9078         (emit_insn_before_setloc): Likewise.
9079         (emit_insn_before): Likewise.
9080         (emit_jump_insn_before_setloc): Likewise.
9081         (emit_jump_insn_before): Likewise.
9082         (emit_call_insn_before_setloc): Likewise.
9083         (emit_call_insn_before): Likewise.
9084         (emit_debug_insn_before_setloc): Likewise.
9085         (emit_debug_insn_before): Likewise.
9086         (emit_insn): Strengthen return type and locals "last", "insn",
9087         "next" from rtx to rtx_insn *.  Add checked cast to rtx_insn
9088         within cases where we know we have an insn.
9089         (emit_debug_insn): Likewise.
9090         (emit_jump_insn): Likewise.
9091         (emit_call_insn): Strengthen return type and local "insn" from rtx
9092         to rtx_insn *.
9093         (emit_label): Strengthen return type from rtx to rtx_insn *.  Add
9094         a checked cast to rtx_insn * for now on "label".
9095         (emit_barrier): Strengthen return type from rtx to rtx_barrier *.
9096         (emit_clobber): Strengthen return type from rtx to rtx_insn *.
9097         (emit_use): Likewise.
9098         (gen_use): Likewise, also for local "seq".
9099         (emit): Likewise for return type and local "insn".
9100         (rtx_insn): Likewise for return type and local "new_rtx".
9101
9102         * cfgrtl.c (emit_barrier_after_bb): Strengthen local "barrier"
9103         from rtx to rtx_barrier *.
9104
9105         * config/sh/sh.c (output_stack_adjust): Since emit_insn has
9106         changed return type from rtx to rtx_insn *, we must update
9107         "emit_fn" type, and this in turn means updating...
9108         (frame_insn): ...this.  Strengthen return type from rtx to
9109         rtx_insn *.  Introduce a new local "insn" of the appropriate type.
9110
9111 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9112
9113         * emit-rtl.c (emit_jump_table_data): Strengthen return type from
9114         rtx to rtx_jump_table_data *.  Also for local.
9115         * rtl.h (emit_jump_table_data): Likewise.
9116
9117 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9118
9119         * basic-block.h (create_basic_block_structure): Strengthen third
9120         param "bb_note" from rtx to rtx_note *.
9121         * rtl.h (emit_note_before): Strengthen return type from rtx to
9122         rtx_note *.
9123         (emit_note_after): Likewise.
9124         (emit_note): Likewise.
9125         (emit_note_copy): Likewise.  Also, strengthen param similarly.
9126         * function.h (struct rtl_data): Strengthen field
9127         "x_stack_check_probe_note" from rtx to rtx_note *.
9128
9129         * cfgexpand.c (expand_gimple_basic_block): Strengthen local "note"
9130         from rtx to rtx_note *.
9131         * cfgrtl.c (create_basic_block_structure): Strengthen third param
9132         "bb_note" from rtx to rtx_note *.
9133         (duplicate_insn_chain): Likewise for local "last".  Add a checked cast
9134         when calling emit_note_copy.
9135         * emit-rtl.c (make_note_raw): Strengthen return type from rtx to
9136         rtx_note *.
9137         (emit_note_after): Likewise.
9138         (emit_note_before): Likewise.
9139         (emit_note_copy): Likewise.  Also, strengthen param similarly.
9140         (emit_note): Likewise.
9141         * except.c (emit_note_eh_region_end): Likewise for return type.
9142         Strengthen local "next" from rtx to rtx_insn *.
9143         (convert_to_eh_region_ranges): Strengthen local "note"
9144         from rtx to rtx_note *.
9145         * final.c (change_scope): Likewise.
9146         (reemit_insn_block_notes): Likewise, for both locals named "note".
9147         Also, strengthen local "insn" from rtx to rtx_insn *.
9148         * haifa-sched.c (sched_extend_bb): Strengthen local "note" from
9149         rtx to rtx_note *.
9150         * reg-stack.c (compensate_edge): Likewise for local "after". Also,
9151         strengthen local "seq" from rtx to rtx_insn *.
9152         * reload1.c (reload_as_needed): Strengthen local "marker" from rtx
9153         to rtx_note *.
9154         * sel-sched-ir.c (bb_note_pool): Strengthen from rtx_vec_t to
9155         vec<rtx_note *>.
9156         (get_bb_note_from_pool): Strengthen return type from rtx to
9157         rtx_note *.
9158         (sel_create_basic_block): Strengthen local "new_bb_note" from
9159         insn_t to rtx_note *.
9160         * var-tracking.c (emit_note_insn_var_location): Strengthen local
9161         "note" from rtx to rtx_note *.
9162         (emit_notes_in_bb): Likewise.
9163
9164 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9165
9166         * function.h (struct rtl_data): Strengthen field
9167         "x_parm_birth_insn" from rtx to rtx_insn *.
9168         * function.c (struct assign_parm_data_all): Strengthen fields
9169         "first_conversion_insn" and "last_conversion_insn" from rtx to
9170         rtx_insn *.
9171
9172 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9173
9174         * cfgexpand.c (expand_used_vars): Strengthen return type from rtx
9175         to rtx_insn *; also for local "var_end_seq".
9176         (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".
9177         (maybe_cleanup_end_of_block): Likewise for param "last" and local
9178         "insn".
9179         (expand_gimple_cond): Likewise for locals "last2" and "last".
9180         (mark_transaction_restart_calls): Likewise for local "insn".
9181         (expand_gimple_stmt): Likewise for return type and locals "last"
9182         and "insn".
9183         (expand_gimple_tailcall): Likewise for locals "last2" and "last".
9184         (avoid_complex_debug_insns): Likewise for param "insn".
9185         (expand_debug_locations): Likewise for locals "insn", "last",
9186         "prev_insn" and "insn2".
9187         (expand_gimple_basic_block): Likewise for local "last".
9188         (construct_exit_block): Likewise for locals "head", "end",
9189         "orig_end".
9190         (pass_expand::execute): Likewise for locals "var_seq",
9191         "var_ret_seq", "next".
9192
9193 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9194
9195         * asan.h (asan_emit_stack_protection): Strengthen return type from
9196         rtx to rtx_insn *.
9197         * asan.c (asan_emit_stack_protection): Likewise.  Add local
9198         "insns" to hold the return value.
9199
9200 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9201
9202         * basic-block.h (bb_note): Strengthen return type from rtx to
9203         rtx_note *.
9204         * sched-int.h (bb_note): Likewise.
9205         * cfgrtl.c (bb_note): Likewise.  Add a checked cast to rtx_note *.
9206
9207 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9208
9209         * rtl.h (make_insn_raw): Strengthen return type from rtx to
9210         rtx_insn *.
9211
9212         * emit-rtl.c (make_insn_raw): Strengthen return type and local
9213         "insn" from rtx to rtx_insn *.
9214         (make_debug_insn_raw): Strengthen return type from rtx to
9215         rtx_insn *; strengthen local "insn" from rtx to rtx_debug_insn *.
9216         (make_jump_insn_raw):  Strengthen return type from rtx to
9217         rtx_insn *; strengthen local "insn" from rtx to rtx_jump_insn *.
9218         (make_call_insn_raw):  Strengthen return type from rtx to
9219         rtx_insn *; strengthen local "insn" from rtx to rtx_call_insn *.
9220         (emit_pattern_before_noloc): Strengthen return type of "make_raw"
9221         callback from rtx to rtx_insn *; likewise for local "insn" and
9222         "next", adding a checked cast to rtx_insn in the relevant cases of
9223         the switch statement.
9224         (emit_pattern_after_noloc): Strengthen return type of "make_raw"
9225         callback from rtx to rtx_insn *.
9226         (emit_pattern_after_setloc): Likewise.
9227         (emit_pattern_after): Likewise.
9228         (emit_pattern_before_setloc): Likewise.
9229         (emit_pattern_before): Likewise.
9230
9231 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9232
9233         * emit-rtl.c (last_call_insn): Strengthen return type from rtx to
9234         rtx_call_insn *.
9235         * rtl.h (is_a_helper <rtx_call_insn *>::test): New overload,
9236         accepting an rtx_insn *.
9237         (last_call_insn): Strengthen return type from rtx to
9238         rtx_call_insn *.
9239
9240 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9241
9242         * rtl.h (delete_trivially_dead_insns): Strengthen initial param
9243         "insns" from rtx to rtx_insn *.
9244         * cse.c (delete_trivially_dead_insns): Likewise, also do it for
9245         locals "insn" and "prev".
9246
9247 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9248
9249         * rtl.h (tablejump_p): Strengthen third param from rtx * to
9250         rtx_jump_table_data **.
9251
9252         * cfgbuild.c (make_edges): Introduce local "table", using it in
9253         place of "tmp" for jump table data.
9254         (find_bb_boundaries): Strengthen local "table" from rtx to
9255         rtx_jump_table_data *.
9256         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
9257         (outgoing_edges_match): Likewise for locals "table1" and "table2".
9258         (try_crossjump_to_edge): Likewise.
9259         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise for local
9260         "table".
9261         (patch_jump_insn): Introduce local "table", using it in place of
9262         "tmp" for jump table data.
9263         (force_nonfallthru_and_redirect): Introduce local "table", so that
9264         call to tablejump_p can receive an rtx_jump_table_data **.  Update
9265         logic around the call to overwrite "note" appropriately if
9266         tablejump_p returns non-zero.
9267         (get_last_bb_insn): Introduce local "table", using it in place of
9268         "tmp" for jump table data.
9269         * dwarf2cfi.c (create_trace_edges): Likewise.
9270
9271         * config/arm/arm.c (get_jump_table_size): Strengthen param "insn"
9272         from rtx to rtx_jump_table_data *.
9273         (create_fix_barrier): Strengthen local "tmp" from rtx to
9274         rtx_jump_table_data *.
9275         (arm_reorg): Likewise for local "table".
9276
9277         * config/s390/s390.c (s390_chunkify_start): Likewise.
9278
9279         * config/spu/spu.c (spu_emit_branch_hint): Likewise.
9280
9281         * jump.c (delete_related_insns): Strengthen local "lab_next" from
9282         rtx to rtx_jump_table_data *.
9283
9284         * rtlanal.c (tablejump_p): Strengthen param "tablep" from rtx * to
9285         rtx_jump_table_data **.  Add a checked cast when writing through
9286         the pointer: we know there that local "table" is non-NULL and that
9287         JUMP_TABLE_DATA_P (table) holds.
9288         (label_is_jump_target_p): Introduce local "table", using it in
9289         place of "tmp" for jump table data.
9290
9291 2014-08-19  Marek Polacek  <polacek@redhat.com>
9292
9293         PR c++/62153
9294         * doc/invoke.texi: Document -Wbool-compare.
9295
9296 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9297
9298         * rtl.h (entry_of_function): Strengthen return type from rtx to
9299         rtx_insn *.
9300         * cfgrtl.c (entry_of_function): Likewise.
9301
9302 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9303
9304         * emit-rtl.h (get_insns): Strengthen return type from rtx to
9305         rtx_insn *, adding a checked cast for now.
9306         (get_last_insn): Likewise.
9307
9308 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9309
9310         * rtl.h (gen_label_rtx): Strengthen return type from rtx to
9311         rtx_code_label *.
9312
9313         * emit-rtl.c (gen_label_rtx): Likewise.
9314
9315 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9316
9317         * rtl.h (previous_insn): Strengthen return type from rtx to
9318         rtx_insn *.
9319         (next_insn): Likewise.
9320         (prev_nonnote_insn): Likewise.
9321         (prev_nonnote_insn_bb): Likewise.
9322         (next_nonnote_insn): Likewise.
9323         (next_nonnote_insn_bb): Likewise.
9324         (prev_nondebug_insn): Likewise.
9325         (next_nondebug_insn): Likewise.
9326         (prev_nonnote_nondebug_insn): Likewise.
9327         (next_nonnote_nondebug_insn): Likewise.
9328         (prev_real_insn): Likewise.
9329         (next_real_insn): Likewise.
9330         (prev_active_insn): Likewise.
9331         (next_active_insn): Likewise.
9332
9333         * emit-rtl.c (next_insn): Strengthen return type from rtx to
9334         rtx_insn *, adding a checked cast.
9335         (previous_insn): Likewise.
9336         (next_nonnote_insn): Likewise.
9337         (next_nonnote_insn_bb): Likewise.
9338         (prev_nonnote_insn): Likewise.
9339         (prev_nonnote_insn_bb): Likewise.
9340         (next_nondebug_insn): Likewise.
9341         (prev_nondebug_insn): Likewise.
9342         (next_nonnote_nondebug_insn): Likewise.
9343         (prev_nonnote_nondebug_insn): Likewise.
9344         (next_real_insn): Likewise.
9345         (prev_real_insn): Likewise.
9346         (next_active_insn): Likewise.
9347         (prev_active_insn): Likewise.
9348
9349         * config/sh/sh-protos.h (sh_find_set_of_reg): Convert function ptr
9350         param "stepfunc" so that it returns an rtx_insn * rather than an
9351         rtx, to track the change to prev_nonnote_insn_bb, which is the
9352         only function this is called with.
9353         * config/sh/sh.c (sh_find_set_of_reg): Likewise.
9354
9355 2014-08-19  Jan Hubicka  <hubicka@ucw.cz>
9356
9357         * ipa-visibility.c (update_visibility_by_resolution_info): Fix
9358         assert.
9359
9360 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9361
9362         * coretypes.h (class rtx_debug_insn): Add forward declaration.
9363         (class rtx_nonjump_insn): Likewise.
9364         (class rtx_jump_insn): Likewise.
9365         (class rtx_call_insn): Likewise.
9366         (class rtx_jump_table_data): Likewise.
9367         (class rtx_barrier): Likewise.
9368         (class rtx_code_label): Likewise.
9369         (class rtx_note): Likewise.
9370
9371         * rtl.h (class rtx_debug_insn): New, a subclass of rtx_insn,
9372         adding the invariant DEBUG_INSN_P (X).
9373         (class rtx_nonjump_insn): New, a subclass of rtx_insn, adding
9374         the invariant NONJUMP_INSN_P (X).
9375         (class rtx_jump_insn): New, a subclass of rtx_insn, adding
9376         the invariant JUMP_P (X).
9377         (class rtx_call_insn): New, a subclass of rtx_insn, adding
9378         the invariant CALL_P (X).
9379         (class rtx_jump_table): New, a subclass of rtx_insn, adding the
9380         invariant JUMP_TABLE_DATA_P (X).
9381         (class rtx_barrier): New, a subclass of rtx_insn, adding the
9382         invariant BARRIER_P (X).
9383         (class rtx_code_label): New, a subclass of rtx_insn, adding
9384         the invariant LABEL_P (X).
9385         (class rtx_note): New, a subclass of rtx_insn, adding
9386         the invariant NOTE_P(X).
9387         (is_a_helper <rtx_debug_insn *>::test): New.
9388         (is_a_helper <rtx_nonjump_insn *>::test): New.
9389         (is_a_helper <rtx_jump_insn *>::test): New.
9390         (is_a_helper <rtx_call_insn *>::test): New.
9391         (is_a_helper <rtx_jump_table_data *>::test): New functions,
9392         overloaded for both rtx and rtx_insn *.
9393         (is_a_helper <rtx_barrier *>::test): New.
9394         (is_a_helper <rtx_code_label *>::test): New functions, overloaded
9395         for both rtx and rtx_insn *.
9396         (is_a_helper <rtx_note *>::test): New.
9397
9398 2014-08-19  Marek Polacek  <polacek@redhat.com>
9399
9400         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO,
9401         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
9402         * config/i386/i386.h (CLZ_DEFINED_VALUE_AT_ZERO,
9403         CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
9404
9405 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9406
9407         * sel-sched-ir.h (BND_TO): insn_t will eventually be an
9408         rtx_insn *.  To help with transition, for now, convert from an
9409         access macro into a pair of functions: BND_TO, returning an
9410         rtx_insn *, and...
9411         (SET_BND_TO): New function, for use where BND_TO is used as an
9412         lvalue.
9413
9414         * sel-sched-ir.c (blist_add): Update lvalue usage of BND_TO to
9415         SET_BND_TO.
9416         (BND_TO): New function, adding a checked cast.
9417         (SET_BND_TO): New function.
9418
9419         * sel-sched.c (move_cond_jump): Update lvalue usage of BND_TO to
9420         SET_BND_TO.
9421         (compute_av_set_on_boundaries): Likewise.
9422
9423 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
9424
9425         * config/i386/i386.md (*ctz<mode>2_falsedep_1): Don't clear
9426         destination if it is used in source.
9427         (*clz<mode>2_lzcnt_falsedep_1): Likewise.
9428         (*popcount<mode>2_falsedep_1): Likewise.
9429
9430 2014-08-19  H.J. Lu  <hongjiu.lu@intel.com>
9431
9432         PR other/62168
9433         * configure.ac: Set install_gold_as_default to no first.
9434         * configure: Regenerated.
9435
9436 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9437
9438         * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
9439         "note_list" field will eventually be an rtx_insn *.  To help with
9440         transition, for now, convert from an access macro into a pair of
9441         functions: BB_NOTE_LIST, returning an rtx_insn *, and...
9442         (SET_BB_NOTE_LIST): New function, for use where BB_NOTE_LIST is
9443         used as an lvalue.
9444
9445         * sel-sched.c (create_block_for_bookkeeping): Update lvalue usage
9446         of BB_NOTE_LIST to SET_BB_NOTE_LIST.
9447
9448         * sel-sched-ir.c (init_bb): Likewise.
9449         (sel_restore_notes): Likewise.
9450         (move_bb_info): Likewise.
9451         (BB_NOTE_LIST): New function, adding a checked cast to rtx_insn *.
9452         (SET_BB_NOTE_LIST): New function.
9453
9454 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9455
9456         * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx"
9457         field will eventually be an rtx_insn *.  To help with transition,
9458         for now, convert from an access macro into a pair of functions:
9459         VINSN_INSN_RTX, returning an rtx_insn *, and...
9460         (SET_VINSN_INSN_RTX): New function, for use where VINSN_INSN_RTX
9461         is used as an lvalue.
9462
9463         * sel-sched-ir.c (vinsn_init): Replace VINSN_INSN_RTX with
9464         SET_VINSN_INSN_RTX where it's used as an lvalue.
9465         (VINSN_INSN_RTX): New function.
9466         (SET_VINSN_INSN_RTX): New function.
9467
9468 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9469
9470         * sched-int.h (DEP_PRO): struct _dep's "pro" and "con" fields will
9471         eventually be rtx_insn *, but to help with transition, for now,
9472         convert from an access macro into a pair of functions: DEP_PRO
9473         returning an rtx_insn * and...
9474         (SET_DEP_PRO): New function, for use where DEP_PRO is used as an
9475         lvalue, returning an rtx&.
9476         (DEP_CON): Analogous changes to DEP_PRO above.
9477         (SET_DEP_CON): Likewise.
9478
9479         * haifa-sched.c (create_check_block_twin): Replace DEP_CON used as
9480         an lvalue to SET_DEP_CON.
9481         * sched-deps.c (init_dep_1): Likewise for DEP_PRO and DEP_CON.
9482         (sd_copy_back_deps): Likewise for DEP_CON.
9483         (DEP_PRO): New function, adding a checked cast for now.
9484         (DEP_CON): Likewise.
9485         (SET_DEP_PRO): New function.
9486         (SET_DEP_CON): Likewise.
9487
9488 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
9489
9490         * config.gcc (*-*-cygwin*): Use __cxa_atexit by default.
9491         (extra_options): Add i386/cygwin.opt.
9492         * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared.
9493         (CPP_SPEC): Accept -pthread.
9494         (LINK_SPEC): Ditto.
9495         (GOMP_SELF_SPECS): Update comment.
9496         * config/i386/cygwin.opt: New file for -pthread flag.
9497
9498 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9499
9500         * df-core.c (DF_REF_INSN): New, using a checked cast for now.
9501         * df.h (DF_REF_INSN): Convert from a macro to a function, so
9502         that we can return an rtx_insn *.
9503
9504 2014-08-19  Yaakov Selkowitz  <yselkowi@redhat.com>
9505
9506         * config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only
9507         when building executables, not DLLs.  Add --large-address-aware
9508         under the same conditions.
9509         * config/i386/cygwin-w64.h (LINK_SPEC): Pass --tsaware flag only
9510         when building executables, not DLLs.  Add --large-address-aware
9511         under the same conditions when using -m32.
9512
9513         * config/i386/cygwin-stdint.h: Throughout, make type
9514         definitions dependent on target architecture, not host.
9515
9516 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9517
9518         * rtl.h (PREV_INSN): Convert to an inline function.  Strengthen
9519         the return type from rtx to rtx_insn *,  which will enable various
9520         conversions in followup patches.  For now this is is done by a
9521         checked cast.
9522         (NEXT_INSN): Likewise.
9523         (SET_PREV_INSN): Convert to an inline function.  This is intended
9524         for use as an lvalue, and so returns an rtx& to allow in-place
9525         modification.
9526         (SET_NEXT_INSN): Likewise.
9527
9528 2014-07-08  Mark Wielaard  <mjw@redhat.com>
9529
9530         PR debug/59051
9531         * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_RESTRICT.
9532
9533 2014-08-19  Marek Polacek  <polacek@redhat.com>
9534
9535         PR c/61271
9536         * cgraphunit.c (handle_alias_pairs): Fix condition.
9537
9538 2014-08-19  Richard Biener  <rguenther@suse.de>
9539
9540         * gimple-fold.c (fold_gimple_assign): Properly build a
9541         null-pointer constant when devirtualizing addresses.
9542
9543 2014-07-07  Mark Wielaard  <mjw@redhat.com>
9544
9545         * dwarf2out.c (decl_quals): New function.
9546         (modified_type_die): Take one cv_quals argument instead of two,
9547         one for const and one for volatile.
9548         (add_type_attribute): Likewise.
9549         (generic_parameter_die): Call add_type_attribute with one modifier
9550         argument.
9551         (base_type_for_mode): Likewise.
9552         (add_bounds_info): Likewise.
9553         (add_subscript_info): Likewise.
9554         (gen_array_type_die): Likewise.
9555         (gen_descr_array_type_die): Likewise.
9556         (gen_entry_point_die): Likewise.
9557         (gen_enumeration_type_die): Likewise.
9558         (gen_formal_parameter_die): Likewise.
9559         (gen_subprogram_die): Likewise.
9560         (gen_variable_die): Likewise.
9561         (gen_const_die): Likewise.
9562         (gen_field_die): Likewise.
9563         (gen_pointer_type_die): Likewise.
9564         (gen_reference_type_die): Likewise.
9565         (gen_ptr_to_mbr_type_die): Likewise.
9566         (gen_inheritance_die): Likewise.
9567         (gen_subroutine_type_die): Likewise.
9568         (gen_typedef_die): Likewise.
9569         (force_type_die): Likewise.
9570
9571 2014-08-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9572
9573         * configure.ac (gcc_cv_as_comdat_group_group): Only default to no
9574         if unset.
9575         * configure: Regenerate.
9576
9577 2014-08-19  Richard Biener  <rguenther@suse.de>
9578
9579         * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
9580         DECL_EXTERNALs in BLOCKs as non-references.
9581         * tree-streamer-out.c (streamer_write_chain): Likewise.
9582
9583 2014-08-19  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9584             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9585             Anna Tikhonova  <anna.tikhonova@intel.com>
9586             Ilya Tocar  <ilya.tocar@intel.com>
9587             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9588             Ilya Verbin  <ilya.verbin@intel.com>
9589             Kirill Yukhin  <kirill.yukhin@intel.com>
9590             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9591
9592         * config/i386/sse.md
9593         (define_mode_iterator VI48_AVX512F): Delete.
9594         (define_mode_iterator VI48_AVX512F_AVX512VL): New.
9595         (define_mode_iterator VI2_AVX512VL): Ditto.
9596         (define_insn "<mask_codefor>avx512f_ufix_notruncv16sfv16si<mask_name><round_name>"):
9597         Delete.
9598         (define_insn
9599         ("<mask_codefor><avx512>_ufix_notrunc<sf2simodelower><mode><mask_name><round_name>"):
9600         New.
9601         (define_insn "avx512cd_maskw_vec_dup<mode>"): Macroize.
9602         (define_insn "<avx2_avx512f>_ashrv<mode><mask_name>"): Delete.
9603         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
9604         with VI48_AVX512F_AVX512VL): New.
9605         (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
9606         with VI2_AVX512VL): Ditto.
9607
9608 2014-08-19  Marek Polacek  <polacek@redhat.com>
9609
9610         * doc/invoke.texi: Document -Wc99-c11-compat.
9611
9612 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9613
9614         * rtl.h (PREV_INSN): Split macro in two: the existing one,
9615         for rvalues, and...
9616         (SET_PREV_INSN): New macro, for use as an lvalue.
9617         (NEXT_INSN, SET_NEXT_INSN): Likewise.
9618
9619         * caller-save.c (save_call_clobbered_regs): Convert lvalue use of
9620         PREV_INSN/NEXT_INSN into SET_PREV_INSN/SET_NEXT_INSN.
9621         * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
9622         (fixup_abnormal_edges): Likewise.
9623         (unlink_insn_chain): Likewise.
9624         (fixup_reorder_chain): Likewise.
9625         (cfg_layout_delete_block): Likewise.
9626         (cfg_layout_merge_blocks): Likewise.
9627         * combine.c (update_cfg_for_uncondjump): Likewise.
9628         * emit-rtl.c (link_insn_into_chain): Likewise.
9629         (remove_insn): Likewise.
9630         (delete_insns_since): Likewise.
9631         (reorder_insns_nobb): Likewise.
9632         (emit_insn_after_1): Likewise.
9633         * final.c (rest_of_clean_state): Likewise.
9634         (final_scan_insn): Likewise.
9635         * gcse.c (can_assign_to_reg_without_clobbers_p): Likewise.
9636         * haifa-sched.c (concat_note_lists): Likewise.
9637         (remove_notes): Likewise.
9638         (restore_other_notes): Likewise.
9639         (move_insn): Likewise.
9640         (unlink_bb_notes): Likewise.
9641         (restore_bb_notes): Likewise.
9642         * jump.c (delete_for_peephole): Likewise.
9643         * optabs.c (emit_libcall_block_1): Likewise.
9644         * reorg.c (emit_delay_sequence): Likewise.
9645         (fill_simple_delay_slots): Likewise.
9646         * sel-sched-ir.c (sel_move_insn): Likewise.
9647         (sel_remove_insn): Likewise.
9648         (get_bb_note_from_pool): Likewise.
9649         * sel-sched.c (move_nop_to_previous_block): Likewise.
9650
9651         * config/bfin/bfin.c (reorder_var_tracking_notes): Likewise.
9652         * config/c6x/c6x.c (gen_one_bundle): Likewise.
9653         (c6x_gen_bundles): Likewise.
9654         (hwloop_optimize): Likewise.
9655         * config/frv/frv.c (frv_function_prologue): Likewise.
9656         (frv_register_nop): Likewise.
9657         * config/ia64/ia64.c (ia64_init_dfa_pre_cycle_insn): Likewise.
9658         (ia64_reorg): Likewise.
9659         * config/mep/mep.c (mep_reorg_addcombine): Likewise.
9660         (mep_make_bundle): Likewise.
9661         (mep_bundle_insns): Likewise.
9662         * config/picochip/picochip.c (reorder_var_tracking_notes): Likewise.
9663         * config/tilegx/tilegx.c (reorder_var_tracking_notes): Likewise.
9664         * config/tilepro/tilepro.c (reorder_var_tracking_notes): Likewise.
9665
9666 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
9667
9668         * basic-block.h (BB_HEAD): Convert to a function.  Strengthen the
9669         return type from rtx to rtx_insn *.
9670         (BB_END): Likewise.
9671         (BB_HEADER): Likewise.
9672         (BB_FOOTER): Likewise.
9673         (SET_BB_HEAD): Convert to a function.
9674         (SET_BB_END): Likewise.
9675         (SET_BB_HEADER): Likewise.
9676         (SET_BB_FOOTER): Likewise.
9677
9678         * cfgrtl.c (BB_HEAD): New function, from macro of same name.
9679         Strengthen the return type from rtx to rtx_insn *.  For now, this
9680         is done by adding a checked cast, but this will eventually
9681         become a field lookup.
9682         (BB_END): Likewise.
9683         (BB_HEADER): Likewise.
9684         (BB_FOOTER): Likewise.
9685         (SET_BB_HEAD): New function, from macro of same name.  This is
9686         intended for use as an lvalue, and so returns an rtx& to allow
9687         in-place modification.
9688         (SET_BB_END): Likewise.
9689         (SET_BB_HEADER): Likewise.
9690         (SET_BB_FOOTER): Likewise.
9691
9692 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
9693
9694         * basic-block.h (BB_HEAD): Split macro in two: the existing one,
9695         for rvalues, and...
9696         (SET_BB_HEAD): New macro, for use as a lvalue.
9697         (BB_END, SET_BB_END): Likewise.
9698         (BB_HEADER, SET_BB_HEADER): Likewise.
9699         (BB_FOOTER, SET_BB_FOOTER): Likewise.
9700
9701         * bb-reorder.c (add_labels_and_missing_jumps): Convert lvalue use
9702         of BB_* macros into SET_BB_* macros.
9703         (fix_crossing_unconditional_branches): Likewise.
9704         * caller-save.c (save_call_clobbered_regs): Likewise.
9705         (insert_one_insn): Likewise.
9706         * cfgbuild.c (find_bb_boundaries): Likewise.
9707         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
9708         (outgoing_edges_match): Likewise.
9709         (try_optimize_cfg): Likewise.
9710         * cfgexpand.c (expand_gimple_cond): Likewise.
9711         (expand_gimple_tailcall): Likewise.
9712         (expand_gimple_basic_block): Likewise.
9713         (construct_exit_block): Likewise.
9714         * cfgrtl.c (delete_insn): Likewise.
9715         (create_basic_block_structure): Likewise.
9716         (rtl_delete_block): Likewise.
9717         (rtl_split_block): Likewise.
9718         (emit_nop_for_unique_locus_between): Likewise.
9719         (rtl_merge_blocks): Likewise.
9720         (block_label): Likewise.
9721         (try_redirect_by_replacing_jump): Likewise.
9722         (emit_barrier_after_bb): Likewise.
9723         (fixup_abnormal_edges): Likewise.
9724         (record_effective_endpoints): Likewise.
9725         (relink_block_chain): Likewise.
9726         (fixup_reorder_chain): Likewise.
9727         (fixup_fallthru_exit_predecessor): Likewise.
9728         (cfg_layout_duplicate_bb): Likewise.
9729         (cfg_layout_split_block): Likewise.
9730         (cfg_layout_delete_block): Likewise.
9731         (cfg_layout_merge_blocks): Likewise.
9732         * combine.c (update_cfg_for_uncondjump): Likewise.
9733         * emit-rtl.c (add_insn_after): Likewise.
9734         (remove_insn): Likewise.
9735         (reorder_insns): Likewise.
9736         (emit_insn_after_1): Likewise.
9737         * haifa-sched.c (get_ebb_head_tail): Likewise.
9738         (restore_other_notes): Likewise.
9739         (move_insn): Likewise.
9740         (sched_extend_bb): Likewise.
9741         (fix_jump_move): Likewise.
9742         * ifcvt.c (noce_process_if_block): Likewise.
9743         (dead_or_predicable): Likewise.
9744         * ira.c (update_equiv_regs): Likewise.
9745         * reg-stack.c (change_stack): Likewise.
9746         * sel-sched-ir.c (sel_move_insn): Likewise.
9747         * sel-sched.c (move_nop_to_previous_block): Likewise.
9748
9749         * config/c6x/c6x.c (hwloop_optimize): Likewise.
9750         * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
9751
9752 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
9753
9754         * rtl.h (for_each_rtx_in_insn): New function.
9755         * rtlanal.c (for_each_rtx_in_insn): Likewise.
9756
9757 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
9758
9759         * coretypes.h (class rtx_insn): Add forward declaration.
9760
9761         * rtl.h: Include is-a.h.
9762         (struct rtx_def): Add dummy "desc" and "tag" GTY options as a
9763         workaround to ensure gengtype knows inheritance is occurring,
9764         whilst continuing to use the pre-existing special-casing for
9765         rtx_def.
9766         (class rtx_insn): New subclass of rtx_def, adding the
9767         invariant that we're dealing with something we can sanely use
9768         INSN_UID, NEXT_INSN, PREV_INSN on.
9769         (is_a_helper <rtx_insn *>::test): New.
9770         (is_a_helper <const rtx_insn *>::test): New.
9771
9772 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
9773
9774         * is-a.h (template<T, U> safe_as_a <U *p>) New function.
9775
9776 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
9777
9778         * ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF
9779         comdats as extern.
9780
9781 2014-08-18  Jan Hubicka  <hubicka@ucw.cz>
9782
9783         * gimple-fold.c (fold_gimple_assign): Do not intorudce referneces
9784         to BUILT_IN_UNREACHABLE.
9785
9786 2014-08-18  Uros Bizjak  <ubizjak@gmail.com>
9787
9788         PR target/62011
9789         * config/i386/x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI):
9790         New tune flag.
9791         * config/i386/i386.h (TARGET_AVOID_FALSE_DEP_FOR_BMI): New define.
9792         * config/i386/i386.md (unspec) <UNSPEC_INSN_FALSE_DEP>: New unspec.
9793         (ffs<mode>2): Do not expand with tzcnt for
9794         TARGET_AVOID_FALSE_DEP_FOR_BMI.
9795         (ffssi2_no_cmove): Ditto.
9796         (*tzcnt<mode>_1): Disable for TARGET_AVOID_FALSE_DEP_FOR_BMI.
9797         (ctz<mode>2): New expander.
9798         (*ctz<mode>2_falsedep_1): New insn_and_split pattern.
9799         (*ctz<mode>2_falsedep): New insn.
9800         (*ctz<mode>2): Rename from ctz<mode>2.
9801         (clz<mode>2_lzcnt): New expander.
9802         (*clz<mode>2_lzcnt_falsedep_1): New insn_and_split pattern.
9803         (*clz<mode>2_lzcnt_falsedep): New insn.
9804         (*clz<mode>2): Rename from ctz<mode>2.
9805         (popcount<mode>2): New expander.
9806         (*popcount<mode>2_falsedep_1): New insn_and_split pattern.
9807         (*popcount<mode>2_falsedep): New insn.
9808         (*popcount<mode>2): Rename from ctz<mode>2.
9809         (*popcount<mode>2_cmp): Remove.
9810         (*popcountsi2_cmp_zext): Ditto.
9811
9812 2014-08-18  Ajit Agarwal  <ajitkum@xilinx.com>
9813
9814         * config/microblaze/microblaze.c (microblaze_elf_asm_cdtor): New.
9815         (microblaze_elf_asm_constructor,microblaze_elf_asm_destructor): New.
9816         * config/microblaze/microblaze.h
9817         (TARGET_ASM_CONSTRUCTOR,TARGET_ASM_DESTRUCTOR): New Macros.
9818
9819 2014-08-18  H.J. Lu  <hongjiu.lu@intel.com>
9820
9821         PR other/62168
9822         * configure.ac: Set install_gold_as_default to no for
9823          --enable-gold=no.
9824          * configure: Regenerated.
9825
9826 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
9827
9828         * Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
9829         * config.in: Add undef of HAVE_isl.
9830         * configure: Regenerate.
9831         * configure.ac: Add definition of HAVE_isl.
9832         * graphite-blocking.c: Add checking of HAVE_isl.
9833         * graphite-dependences.c: Likewise.
9834         * graphite-interchange.c: Likewise.
9835         * graphite-isl-ast-to-gimple.c: Likewise.
9836         * graphite-optimize-isl.c: Likewise.
9837         * graphite-poly.c: Likewise.
9838         * graphite-scop-detection.c: Likewise.
9839         * graphite-sese-to-poly.c: Likewise.
9840         * graphite.c: Likewise.
9841         * toplev.c: Replace the checking of HAVE_cloog with the checking
9842         of HAVE_isl.
9843
9844 2014-08-18  Richard Biener  <rguenther@suse.de>
9845
9846         PR tree-optimization/62090
9847         * builtins.c (fold_builtin_snprintf): Move to gimple-fold.c.
9848         (fold_builtin_3): Do not fold snprintf.
9849         (fold_builtin_4): Likewise.
9850         * gimple-fold.c (gimple_fold_builtin_snprintf): New function
9851         moved from builtins.c.
9852         (gimple_fold_builtin_with_strlen): Fold snprintf and sprintf.
9853         (gimple_fold_builtin): Do not fold sprintf here.
9854
9855 2014-08-18  Richard Biener  <rguenther@suse.de>
9856
9857         * gimple-fold.c (maybe_fold_reference): Move re-gimplification
9858         code to ...
9859         (maybe_canonicalize_mem_ref_addr): ... this function.
9860         (fold_stmt_1): Apply it here before all simplification.
9861
9862 2014-08-18  Ilya Enkovich  <ilya.enkovich@intel.com>
9863
9864         PR ipa/61800
9865         * cgraph.h (cgraph_node::create_indirect_edge): Add
9866         compute_indirect_info param.
9867         * cgraph.c (cgraph_node::create_indirect_edge): Compute
9868         indirect_info only when it is required.
9869         * cgraphclones.c (cgraph_clone_edge): Do not recompute
9870         indirect_info fore cloned indirect edge.
9871
9872 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9873             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9874             Anna Tikhonova  <anna.tikhonova@intel.com>
9875             Ilya Tocar  <ilya.tocar@intel.com>
9876             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9877             Ilya Verbin  <ilya.verbin@intel.com>
9878             Kirill Yukhin  <kirill.yukhin@intel.com>
9879             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9880
9881         * config/i386/sse.md
9882         (define_mode_iterator VI8_AVX2_AVX512BW): New.
9883         (define_insn "<sse2_avx2>_psadbw"): Add evex version.
9884
9885 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9886             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9887             Anna Tikhonova  <anna.tikhonova@intel.com>
9888             Ilya Tocar  <ilya.tocar@intel.com>
9889             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9890             Ilya Verbin  <ilya.verbin@intel.com>
9891             Kirill Yukhin  <kirill.yukhin@intel.com>
9892             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9893
9894         * config/i386/sse.md
9895         (define_mode_iterator VF1_AVX512VL): New.
9896         (define_insn "ufloatv16siv16sf2<mask_name><round_name>"): Delete.
9897         (define_insn "ufloat<sseintvecmodelower><mode>2<mask_name><round_name>"):
9898         New.
9899
9900 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9901             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9902             Anna Tikhonova  <anna.tikhonova@intel.com>
9903             Ilya Tocar  <ilya.tocar@intel.com>
9904             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9905             Ilya Verbin  <ilya.verbin@intel.com>
9906             Kirill Yukhin  <kirill.yukhin@intel.com>
9907             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9908
9909         * config/i386/i386.c: Rename ufloatv8siv8df_mask to ufloatv8siv8df2_mask.
9910         * config/i386/i386.md
9911         (define_code_iterator any_float): New.
9912         (define_code_attr floatsuffix): New.
9913         * config/i386/sse.md
9914         (define_mode_iterator VF1_128_256VL): New.
9915         (define_mode_iterator VF2_512_256VL): New.
9916         (define_insn "float<si2dfmodelower><mode>2<mask_name>"): Remove unnecessary
9917         TARGET check.
9918         (define_insn "ufloatv8siv8df<mask_name>"): Delete.
9919         (define_insn "<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>"):
9920         New.
9921         (define_mode_attr qq2pssuff): New.
9922         (define_mode_attr sselongvecmode): New.
9923         (define_mode_attr sselongvecmodelower): New.
9924         (define_mode_attr sseintvecmode3): New.
9925         (define_insn "<floatsuffix>float<sselongvecmodelower><mode>2<mask_name><round_name>"):
9926         New.
9927         (define_insn "*<floatsuffix>floatv2div2sf2"): New.
9928         (define_insn "<floatsuffix>floatv2div2sf2_mask"): New.
9929         (define_insn "ufloat<si2dfmodelower><mode>2<mask_name>"): New.
9930         (define_insn "ufloatv2siv2df2<mask_name>"): New.
9931
9932 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9933             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9934             Anna Tikhonova  <anna.tikhonova@intel.com>
9935             Ilya Tocar  <ilya.tocar@intel.com>
9936             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9937             Ilya Verbin  <ilya.verbin@intel.com>
9938             Kirill Yukhin  <kirill.yukhin@intel.com>
9939             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9940
9941         * config/i386/sse.md
9942         (define_mode_iterator VF2_AVX512VL): New.
9943         (define_mode_attr sseintvecmode2): New.
9944         (define_insn "ufix_truncv2dfv2si2<mask_name>"): Add masking.
9945         (define_insn "fix_truncv4dfv4si2<mask_name>"): New.
9946         (define_insn "ufix_truncv4dfv4si2<mask_name>"): Ditto.
9947         (define_insn
9948         "<fixsuffix>fix_trunc<mode><sseintvecmodelower>2<mask_name><round_saeonly_name>"):
9949         Ditto.
9950         (define_insn "fix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
9951         Ditto.
9952         (define_insn "ufix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
9953         Ditto.
9954
9955 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9956             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9957             Anna Tikhonova  <anna.tikhonova@intel.com>
9958             Ilya Tocar  <ilya.tocar@intel.com>
9959             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9960             Ilya Verbin  <ilya.verbin@intel.com>
9961             Kirill Yukhin  <kirill.yukhin@intel.com>
9962             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9963
9964         * config/i386/i386.md
9965         (define_insn "*movoi_internal_avx"): Add evex version.
9966         (define_insn "*movti_internal"): Ditto.
9967
9968 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9969             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9970             Anna Tikhonova  <anna.tikhonova@intel.com>
9971             Ilya Tocar  <ilya.tocar@intel.com>
9972             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9973             Ilya Verbin  <ilya.verbin@intel.com>
9974             Kirill Yukhin  <kirill.yukhin@intel.com>
9975             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9976
9977         * config/i386/i386.md
9978         (define_attr "isa"): Add avx512dq, noavx512dq.
9979         (define_attr "enabled"): Ditto.
9980         * config/i386/sse.md
9981         (define_insn "vec_extract_hi_<mode><mask_name>"): Support masking.
9982
9983 2014-08-18  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9984             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
9985             Anna Tikhonova  <anna.tikhonova@intel.com>
9986             Ilya Tocar  <ilya.tocar@intel.com>
9987             Andrey Turetskiy  <andrey.turetskiy@intel.com>
9988             Ilya Verbin  <ilya.verbin@intel.com>
9989             Kirill Yukhin  <kirill.yukhin@intel.com>
9990             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
9991
9992         * config/i386/i386.c
9993         (ix86_expand_special_args_builtin): Handle avx512vl_storev8sf_mask,
9994         avx512vl_storev8si_mask, avx512vl_storev4df_mask, avx512vl_storev4di_mask,
9995         avx512vl_storev4sf_mask, avx512vl_storev4si_mask, avx512vl_storev2df_mask,
9996         avx512vl_storev2di_mask, avx512vl_loadv8sf_mask, avx512vl_loadv8si_mask,
9997         avx512vl_loadv4df_mask, avx512vl_loadv4di_mask, avx512vl_loadv4sf_mask,
9998         avx512vl_loadv4si_mask, avx512vl_loadv2df_mask, avx512vl_loadv2di_mask,
9999         avx512bw_loadv64qi_mask, avx512vl_loadv32qi_mask, avx512vl_loadv16qi_mask,
10000         avx512bw_loadv32hi_mask, avx512vl_loadv16hi_mask, avx512vl_loadv8hi_mask.
10001         * config/i386/i386.md (define_mode_attr ssemodesuffix): Allow V32HI mode.
10002         * config/i386/sse.md
10003         (define_mode_iterator VMOVE): Allow V4TI mode.
10004         (define_mode_iterator V_AVX512VL): New.
10005         (define_mode_iterator V): New handling for AVX512VL.
10006         (define_insn "avx512f_load<mode>_mask"): Delete.
10007         (define_insn "<avx512>_load<mode>_mask"): New.
10008         (define_insn "avx512f_store<mode>_mask"): Delete.
10009         (define_insn "<avx512>_store<mode>_mask"): New.
10010
10011
10012 2014-08-18  Yury Gribov  <y.gribov@samsung.com>
10013
10014         PR sanitizer/62089
10015         * asan.c (instrument_derefs): Fix bitfield check.
10016
10017 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10018
10019         * config/rs6000/constraints.md ("S"): Require TARGET_POWERPC64.
10020         * config/rs6000/htm.md (ttest): Remove clobber.
10021         * config/rs6000/predicates.md (any_mask_operand): New predicate.
10022         (and_operand): Reformat.
10023         (and_2rld_operand): New predicate.
10024         * config/rs6000/rs6000-protos.h (rs6000_split_logical): Remove last
10025         parameter.
10026         * config/rs6000/rs6000.c (rs6000_split_logical_inner): Remove last
10027         parameter.  Handle AND directly.
10028         (rs6000_split_logical_di): Remove last parameter.
10029         (rs6000_split_logical): Remove last parameter.  Remove obsolete
10030         comment.
10031         * config/rs6000/rs6000.md (BOOL_REGS_AND_CR0): Delete.
10032         (one_cmpl<mode>2): Adjust call of rs6000_split_logical.
10033         (ctz<mode>2, ffs<mode>2): Delete clobber.  Reformat.
10034         (andsi3, andsi3_mc, andsi3_nomc, *andsi3_internal2_mc,
10035         *andsi3_internal3_mc, *andsi3_internal4, *andsi3_internal5_mc,
10036         and 5 anonymous splitters):  Delete.
10037         (and<mode>3): New expander.
10038         (*and<mode>3, *and<mode>3_dot, *and<mode>3_dot2): New.
10039         (and<mode>3_imm, *and<mode>3_imm_dot, *and<mode>3_imm_dot2): New.
10040         (*and<mode>3_mask, *and<mode>3_mask_dot, *and<mode>3_mask_dot2): New.
10041         (ior<mode>, xor<mode>3): Adjust call of rs6000_split_logical.
10042         (floatdisf2_internal1): Remove clobbers.
10043         (anddi3, anddi3_mc, anddi3_nomc, anddi3_internal2_mc,
10044         *anddi3_internal3_mc, and 4 anonymous splitters): Delete.
10045         (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): New.
10046         (and<mode>3 for BOOL_128): Remove clobber.
10047         (*and<mode>3_internal for BOOL_128): Remove clobber.  Adjust call of
10048         rs6000_split_logical.
10049         (*bool<mode>3_internal for BOOL_128): Adjust call of
10050         rs6000_split_logical.
10051         (*boolc<mode>3_internal1 for BOOL_128,
10052         *boolc<mode>3_internal2 for BOOL_128,
10053         *boolcc<mode>3_internal1 for BOOL_128,
10054         *boolcc<mode>3_internal2 for BOOL_128,
10055         *eqv<mode>3_internal1 for BOOL_128,
10056         *eqv<mode>3_internal2 for BOOL_128,
10057         *one_cmpl<mode>3_internal for BOOL_128): Ditto.
10058         * config/rs6000/vector.md (*vec_reload_and_plus_<mptrsize): Remove
10059         clobber.
10060         (*vec_reload_and_reg_<mptrsize>): Delete.
10061
10062 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10063
10064         * config/rs6000/rs6000.md (*boolccsi3_internal1, *boolccsi3_internal2
10065         and split, *boolccsi3_internal3 and split): Delete.
10066         (*boolccdi3_internal1, *boolccdi3_internal2 and split,
10067         *boolccdi3_internal3 and split): Delete.
10068         (*boolcc<mode>3, *boolcc<mode>3_dot, *boolcc<mode>3_dot2): New.
10069         (*eqv<mode>3): Move.  Add TODO comment.  Fix attributes.
10070
10071 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10072
10073         * config/rs6000/rs6000.md (*boolcsi3_internal1, *boolcsi3_internal2
10074         and split, *boolcsi3_internal3 and split): Delete.
10075         (*boolcdi3_internal1, *boolcdi3_internal2 and split,
10076         *boolcdi3_internal3 and split): Delete.
10077         (*boolc<mode>3, *boolc<mode>3_dot, *boolc<mode>3_dot2): New.
10078
10079 2014-08-17  Segher Boessenkool  <segher@kernel.crashing.org>
10080
10081         * config/rs6000/rs6000.c (print_operand) <'e'>: New.
10082         <'u'>: Also support printing the low-order 16 bits.
10083         * config/rs6000/rs6000.md (iorsi3, xorsi3, *boolsi3_internal1,
10084         *boolsi3_internal2 and split, *boolsi3_internal3 and split): Delete.
10085         (iordi3, xordi3, *booldi3_internal1, *booldi3_internal2 and split,
10086         *booldi3_internal3 and split): Delete.
10087         (ior<mode>3, xor<mode>3, *bool<mode>3, *bool<mode>3_dot,
10088         *bool<mode>3_dot2): New.
10089         (two anonymous define_splits for non_logical_cint_operand): Merge.
10090
10091 2014-08-17  Marek Polacek  <polacek@redhat.com>
10092             Manuel López-Ibáñez  <manu@gcc.gnu.org>
10093
10094         PR c/62059
10095         * diagnostic.c (adjust_line): Add gcc_checking_assert.
10096         (diagnostic_show_locus): Don't print caret diagnostic
10097         if a column is larger than the line_width.
10098
10099 2014-08-17 Roman Gareev  <gareevroman@gmail.com>
10100
10101         * common.opt: Make the ISL AST generator to be the main code generator
10102         of Graphite.
10103
10104 2014-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
10105
10106         * wide-int.h (generic_wide_int): Declare as class instead of struct.
10107
10108 2014-08-16  John David Anglin  <danglin@gcc.gnu.org>
10109
10110         PR target/61641
10111         * config/pa/pa-protos.h (pa_output_addr_vec, pa_output_addr_diff_vec):
10112         Declare.
10113         * config/pa/pa.c (pa_reorg): Remove code to insert brtab marker insns.
10114         (pa_output_addr_vec, pa_output_addr_diff_vec): New.
10115         * config/pa/pa.h (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC):
10116         Define.
10117         * config/pa/pa.md (begin_brtab): Delete insn.
10118         (end_brtab): Likewise.
10119
10120 2014-08-16  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10121
10122         * doc/cppopts.texi (ftrack-macro-expansion): Add missing @code.
10123
10124 2014-08-15  Jan Hubicka  <hubicka@ucw.cz>
10125
10126         * ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.
10127         (possible_polymorphic_call_targets, dump_possible_polymorphic_call_targets,
10128         possible_polymorphic_call_target_p, possible_polymorphic_call_target_p): Simplify.
10129         (get_dynamic_type): Remove.
10130         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Remove.
10131         (clear_speculation): Bring to ipa-deivrt.h
10132         (get_class_context): Rename to ...
10133         (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
10134         (contains_type_p): Update.
10135         (get_dynamic_type): Rename to ...
10136         ipa_polymorphic_call_context::get_dynamic_type(): ... this one.
10137         (possible_polymorphic_call_targets): UPdate.
10138         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Update.
10139         * ipa-prop.c (ipa_analyze_call_uses): Update.
10140
10141 2014-08-15  Oleg Endo  <olegendo@gcc.gnu.org>
10142
10143         * doc/invoke.texi (SH options): Document missing processor variant
10144         options.  Remove references to Hitachi.  Undocument deprecated mspace
10145         option.
10146
10147 2014-08-15  Jason Merrill  <jason@redhat.com>
10148
10149         * tree.c (type_hash_canon): Uncomment assert.
10150
10151 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10152
10153         * input.h (in_system_header_at): Add comment.
10154
10155 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10156
10157         PR fortran/44054
10158         * diagnostic.c (build_message_string): Make it extern.
10159         * diagnostic.h (build_message_string): Make it extern.
10160
10161 2014-08-15  Vladimir Makarov  <vmakarov@redhat.com>
10162
10163         * config/rs6000/rs6000.c (rs6000_emit_move): Use SDmode for
10164         load/store from/to non-floating class pseudo.
10165
10166 2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
10167
10168         * input.c (diagnostic_file_cache_fini): Fix typo in comment.
10169
10170 2014-08-15  Richard Biener  <rguenther@suse.de>
10171
10172         * tree-ssa-structalias.c (readonly_id): Rename to string_id.
10173         (get_constraint_for_ssa_var): Remove dead code.
10174         (get_constraint_for_1): Adjust.
10175         (find_what_var_points_to): Likewise.
10176         (init_base_vars): Likewise.  STRING_CSTs do not contain pointers.
10177
10178 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
10179
10180         PR target/61878
10181         * config/i386/avx512fintrin.h (_mm512_mask_cmpge_epi32_mask): New.
10182         (_mm512_mask_cmpge_epu32_mask): Ditto.
10183         (_mm512_cmpge_epu32_mask): Ditto.
10184         (_mm512_mask_cmpge_epi64_mask): Ditto.
10185         (_mm512_cmpge_epi64_mask): Ditto.
10186         (_mm512_mask_cmpge_epu64_mask): Ditto.
10187         (_mm512_cmpge_epu64_mask): Ditto.
10188         (_mm512_mask_cmple_epi32_mask): Ditto.
10189         (_mm512_cmple_epi32_mask): Ditto.
10190         (_mm512_mask_cmple_epu32_mask): Ditto.
10191         (_mm512_cmple_epu32_mask): Ditto.
10192         (_mm512_mask_cmple_epi64_mask): Ditto.
10193         (_mm512_cmple_epi64_mask): Ditto.
10194         (_mm512_mask_cmple_epu64_mask): Ditto.
10195         (_mm512_cmple_epu64_mask): Ditto.
10196         (_mm512_mask_cmplt_epi32_mask): Ditto.
10197         (_mm512_cmplt_epi32_mask): Ditto.
10198         (_mm512_mask_cmplt_epu32_mask): Ditto.
10199         (_mm512_cmplt_epu32_mask): Ditto.
10200         (_mm512_mask_cmplt_epi64_mask): Ditto.
10201         (_mm512_cmplt_epi64_mask): Ditto.
10202         (_mm512_mask_cmplt_epu64_mask): Ditto.
10203         (_mm512_cmplt_epu64_mask): Ditto.
10204         (_mm512_mask_cmpneq_epi32_mask): Ditto.
10205         (_mm512_mask_cmpneq_epu32_mask): Ditto.
10206         (_mm512_cmpneq_epu32_mask): Ditto.
10207         (_mm512_mask_cmpneq_epi64_mask): Ditto.
10208         (_mm512_cmpneq_epi64_mask): Ditto.
10209         (_mm512_mask_cmpneq_epu64_mask): Ditto.
10210         (_mm512_cmpneq_epu64_mask): Ditto.
10211         (_mm512_castpd_ps): Ditto.
10212         (_mm512_castpd_si512): Ditto.
10213         (_mm512_castps_pd): Ditto.
10214         (_mm512_castps_si512): Ditto.
10215         (_mm512_castsi512_ps): Ditto.
10216         (_mm512_castsi512_pd): Ditto.
10217         (_mm512_castpd512_pd128): Ditto.
10218         (_mm512_castps512_ps128): Ditto.
10219         (_mm512_castsi512_si128): Ditto.
10220         (_mm512_castpd512_pd256): Ditto.
10221         (_mm512_castps512_ps256): Ditto.
10222         (_mm512_castsi512_si256): Ditto.
10223         (_mm512_castpd128_pd512): Ditto.
10224         (_mm512_castps128_ps512): Ditto.
10225         (_mm512_castsi128_si512): Ditto.
10226         (_mm512_castpd256_pd512): Ditto.
10227         (_mm512_castps256_ps512): Ditto.
10228         (_mm512_castsi256_si512): Ditto.
10229         (_mm512_cmpeq_epu32_mask): Ditto.
10230         (_mm512_mask_cmpeq_epu32_mask): Ditto.
10231         (_mm512_mask_cmpeq_epu64_mask): Ditto.
10232         (_mm512_cmpeq_epu64_mask): Ditto.
10233         (_mm512_cmpgt_epu32_mask): Ditto.
10234         (_mm512_mask_cmpgt_epu32_mask): Ditto.
10235         (_mm512_mask_cmpgt_epu64_mask): Ditto.
10236         (_mm512_cmpgt_epu64_mask): Ditto.
10237         * config/i386/i386-builtin-types.def: Add V16SF_FTYPE_V8SF,
10238         V16SI_FTYPE_V8SI, V16SI_FTYPE_V4SI, V8DF_FTYPE_V2DF.
10239         * config/i386/i386.c (enum ix86_builtins): Add
10240         IX86_BUILTIN_SI512_SI256, IX86_BUILTIN_PD512_PD256,
10241         IX86_BUILTIN_PS512_PS256, IX86_BUILTIN_SI512_SI,
10242         IX86_BUILTIN_PD512_PD, IX86_BUILTIN_PS512_PS.
10243         (bdesc_args): Add __builtin_ia32_si512_256si,
10244         __builtin_ia32_ps512_256ps, __builtin_ia32_pd512_256pd,
10245         __builtin_ia32_si512_si, __builtin_ia32_ps512_ps,
10246         __builtin_ia32_pd512_pd.
10247         (ix86_expand_args_builtin): Handle new FTYPEs.
10248         * config/i386/sse.md (castmode): Add 512-bit modes.
10249         (AVX512MODE2P): New.
10250         (avx512f_<castmode><avxsizesuffix>_<castmode): New.
10251         (avx512f_<castmode><avxsizesuffix>_256<castmode): Ditto.
10252
10253 2014-08-15  Richard Biener  <rguenther@suse.de>
10254
10255         * fold-const.c (tree_swap_operands_p): Put all constants
10256         last, also strip sign-changing NOPs when considering further
10257         canonicalization.  Canonicalize also when optimizing for size.
10258
10259 2014-08-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10260
10261         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Move
10262         one_match > zero_match case to just before simple_sequence.
10263
10264 2014-08-15  Richard Biener  <rguenther@suse.de>
10265
10266         * data-streamer.h (streamer_string_index, string_for_index):
10267         Remove.
10268         * data-streamer-out.c (streamer_string_index): Make static.
10269         * data-streamer-in.c (string_for_index): Likewise.
10270         * lto-streamer-out.c (lto_output_location): Use bp_pack_string.
10271         * lto-streamer-in.c (lto_input_location): Use bp_unpack_string.
10272
10273 2014-08-15  Richard Biener  <rguenther@suse.de>
10274
10275         PR tree-optimization/62031
10276         * tree-data-ref.c (dr_analyze_indices): Do not set
10277         DR_UNCONSTRAINED_BASE.
10278         (dr_may_alias_p): All indirect accesses have to go the
10279         formerly DR_UNCONSTRAINED_BASE path.
10280         * tree-data-ref.h (struct indices): Remove
10281         unconstrained_base member.
10282         (DR_UNCONSTRAINED_BASE): Remove.
10283
10284 2014-08-15  Jakub Jelinek  <jakub@redhat.com>
10285
10286         PR middle-end/62092
10287         * gimplify.c (gimplify_adjust_omp_clauses_1): Don't remove
10288         OMP_CLAUSE_SHARED for global vars if the global var is mentioned
10289         in OMP_CLAUSE_MAP in some outer target region.
10290
10291 2014-08-15  Bin Cheng  <bin.cheng@arm.com>
10292
10293         * tree-ssa-loop-ivopts.c (ivopts_data): New field
10294         name_expansion_cache.
10295         (tree_ssa_iv_optimize_init): Initialize name_expansion_cache.
10296         (tree_ssa_iv_optimize_finalize): Free name_expansion_cache.
10297         (strip_wrap_conserving_type_conversions, expr_equal_p): Delete.
10298         (difference_cannot_overflow_p): New parameter.  Use affine
10299         expansion for equality check.
10300         (iv_elimination_compare_lt): Pass new argument.
10301
10302 2014-08-14  DJ Delorie  <dj@redhat.com>
10303
10304         * config/rl78/rl78-real.md (addqi3_real): Allow adding global
10305         variables to the accumulator.
10306
10307         * config/rl78/predicates.md (rl78_near_mem_operand): New.
10308         * config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt)
10309         (movhi_virt_mm): Split out near mem-mem moves to avoid problems
10310         with far-far moves.
10311
10312         * config/rl78/rl78-expand.md (umulqihi3): Disable for G10.
10313         * config/rl78/rl78-virt.md (umulhi3_shift_virt): Likewise.
10314         (umulqihi3_virt): Likewise.
10315         * config/rl78/rl78-real.md (umulhi3_shift_real): Likewise.
10316         (umulqihi3_real): Likewise.
10317
10318         * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.
10319
10320 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
10321
10322         PR tree-optimization/62091
10323         * tree-ssa-alias.c (walk_aliased_vdefs_1): Do not clear
10324         function_entry_reached.
10325         (walk_aliased_vdefs): Clear it here.
10326         * ipa-devirt.c (check_stmt_for_type_change): Handle static storage.
10327
10328 2014-08-14  Jan Hubicka  <hubicka@ucw.cz>
10329
10330         * ipa-utils.h (compare_virtual_tables): Declare.
10331         * ipa-devirt.c (odr_subtypes_equivalent_p): New function
10332
10333 2014-08-14  Marek Polacek  <polacek@redhat.com>
10334
10335         DR 458
10336         * ginclude/stdatomic.h (__atomic_type_lock_free): Remove.
10337         (ATOMIC_*_LOCK_FREE): Map to __GCC_ATOMIC_*_LOCK_FREE.
10338
10339 2014-08-14  Tom de Vries  <tom@codesourcery.com>
10340
10341         * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.
10342
10343 2014-08-14  Tom de Vries  <tom@codesourcery.com>
10344
10345         PR rtl-optimization/62004
10346         PR rtl-optimization/62030
10347         * ifcvt.c (rtx_interchangeable_p): New function.
10348         (noce_try_move, noce_process_if_block): Use rtx_interchangeable_p.
10349         * emit-rtl.h (mem_attrs_eq_p): Declare.
10350
10351 2014-08-14  Roman Gareev  <gareevroman@gmail.com>
10352
10353         * graphite-scop-detection.c:
10354         Add inclusion of cp-tree.h.
10355         (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes
10356         in case they are pointers to object types
10357
10358 2014-08-14  Richard Biener  <rguenther@suse.de>
10359
10360         * BASE-VER: Change to 5.0.0
10361
10362 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10363             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10364             Anna Tikhonova  <anna.tikhonova@intel.com>
10365             Ilya Tocar  <ilya.tocar@intel.com>
10366             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10367             Ilya Verbin  <ilya.verbin@intel.com>
10368             Kirill Yukhin  <kirill.yukhin@intel.com>
10369             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10370
10371         * config/i386/sse.md (define_mode_attr avx512): New.
10372         (define_mode_attr sse2_avx_avx512f): Allow V8HI, V16HI, V32HI, V2DI,
10373         V4DI modes.
10374         (define_mode_attr sse2_avx2): Allow V64QI, V32HI, V4TI modes.
10375         (define_mode_attr ssse3_avx2): Ditto.
10376         (define_mode_attr sse4_1_avx2): Allow V64QI, V32HI, V8DI modes.
10377         (define_mode_attr avx2_avx512bw): New.
10378         (define_mode_attr ssedoublemodelower): New.
10379         (define_mode_attr ssedoublemode): Allow V8SF, V8SI, V4DI, V4DF, V4SI,
10380         V32HI, V64QI modes.
10381         (define_mode_attr ssebytemode): Allow V8DI modes.
10382         (define_mode_attr sseinsnmode): Allow V4TI, V32HI, V64QI modes.
10383         (define_mode_attr sseintvecmodelower): Allow V8DF, V4TI modes.
10384         (define_mode_attr ssePSmode2): New.
10385         (define_mode_attr ssescalarsize): Allow V64QI, V32QI, V16QI, V8HI,
10386         V16HI, V32HI modes.
10387         (define_mode_attr dbpsadbwmode): New.
10388         (define_mode_attr bcstscalarsuff): Allow V64QI, V32QI, V16QI, V32HI,
10389         V16HI, V8HI, V8SI, V4SI, V4DI, V2DI, V8SF, V4SF, V4DF, V2DF modes.
10390         (vi8_sse4_1_avx2_avx512): New.
10391         (define_insn <sse4_1_avx2>_movntdqa): Use <vi8_sse4_1_avx2_avx512>
10392         mode attribute.
10393         (define_mode_attr blendbits): Move before its immediate use.
10394
10395 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10396             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10397             Anna Tikhonova  <anna.tikhonova@intel.com>
10398             Ilya Tocar  <ilya.tocar@intel.com>
10399             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10400             Ilya Verbin  <ilya.verbin@intel.com>
10401             Kirill Yukhin  <kirill.yukhin@intel.com>
10402             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10403
10404         * config/i386/sse.md: Allow V64QI, V32QI, V32HI, V4HI modes.
10405         * config/i386/subst.md
10406         (define_mode_iterator SUBST_V): Update.
10407         (define_mode_iterator SUBST_A): Ditto.
10408         (define_subst_attr "mask_operand7"): New.
10409         (define_subst_attr "mask_operand10"): New.
10410         (define_subst_attr "mask_operand_arg34") : New.
10411         (define_subst_attr "mask_expand_op3"): New.
10412         (define_subst_attr "mask_mode512bit_condition"): Handle TARGET_AVX512VL.
10413         (define_subst_attr "sd_mask_mode512bit_condition"): Ditto.
10414         (define_subst_attr "mask_avx512vl_condition"): New.
10415         (define_subst_attr "round_mask_operand4"): Ditto.
10416         (define_subst_attr "round_mask_scalar_op3"): Delete.
10417         (define_subst_attr "round_mask_op4"): New.
10418         (define_subst_attr "round_mode512bit_condition"): Allow V8DImode,
10419         V16SImode.
10420         (define_subst_attr "round_modev8sf_condition"): New.
10421         (define_subst_attr "round_modev4sf_condition"): GET_MODE instead of
10422         <MODE>mode.
10423         (define_subst_attr "round_saeonly_mask_operand4"): New.
10424         (define_subst_attr "round_saeonly_mask_op4"): New.
10425         (define_subst_attr "round_saeonly_mode512bit_condition"): Allow
10426         V8DImode, V16SImode.
10427         (define_subst_attr "round_saeonly_modev8sf_condition"): New.
10428         (define_subst_attr "mask_expand4_name" "mask_expand4"): New.
10429         (define_subst_attr "mask_expand4_args"): New.
10430         (define_subst "mask_expand4"): New.
10431
10432 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10433             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10434             Anna Tikhonova  <anna.tikhonova@intel.com>
10435             Ilya Tocar  <ilya.tocar@intel.com>
10436             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10437             Ilya Verbin  <ilya.verbin@intel.com>
10438             Kirill Yukhin  <kirill.yukhin@intel.com>
10439             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10440
10441         * config/i386/i386.md
10442         (define_attr "isa"): Add avx512bw,noavx512bw.
10443         (define_attr "enabled"): Ditto.
10444         (define_split): Add 32/64-bit mask logic.
10445         (define_insn "*k<logic>qi"): New.
10446         (define_insn "*k<logic>hi"): New.
10447         (define_insn "*anddi_1"): Add mask version.
10448         (define_insn "*andsi_1"): Ditto.
10449         (define_insn "*<code><mode>_1"): Ditto.
10450         (define_insn "*<code>hi_1"): Ditto.
10451         (define_insn "kxnor<mode>"): New.
10452         (define_insn "kunpcksi"): New.
10453         (define_insn "kunpckdi"): New.
10454         (define_insn "*one_cmpl<mode>2_1"): Add mask version.
10455         (define_insn "*one_cmplhi2_1"): Ditto.
10456
10457 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10458             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10459             Anna Tikhonova  <anna.tikhonova@intel.com>
10460             Ilya Tocar  <ilya.tocar@intel.com>
10461             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10462             Ilya Verbin  <ilya.verbin@intel.com>
10463             Kirill Yukhin  <kirill.yukhin@intel.com>
10464             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10465
10466         * config/i386/i386.c (ix86_preferred_simd_mode): Allow V64QImode and
10467         V32HImode.
10468
10469 2014-08-14  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10470             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10471             Anna Tikhonova  <anna.tikhonova@intel.com>
10472             Ilya Tocar  <ilya.tocar@intel.com>
10473             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10474             Ilya Verbin  <ilya.verbin@intel.com>
10475             Kirill Yukhin  <kirill.yukhin@intel.com>
10476             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10477
10478         * config/i386/i386.c (print_reg): Ð¡orrectly print 64-bit mask
10479         registers.
10480         (inline_secondary_memory_needed): Allow 64 bit wide mask registers.
10481         (ix86_hard_regno_mode_ok): Allow 32/64-bit mask registers and
10482         xmm/ymm16+ when availble.
10483         * config/i386/i386.h
10484         (HARD_REGNO_NREGS): Add mask regs.
10485         (VALID_AVX512F_REG_MODE): Ditto.
10486         (VALID_AVX512F_REG_MODE) : Define.
10487         (VALID_MASK_AVX512BW_MODE): Ditto.
10488         (reg_class) (MASK_REG_P(X)): Define.
10489         * config/i386/i386.md: Do not split long moves with mask register,
10490         use kmovb if avx512bw is availible.
10491         (movdi_internal): Handle mask registers.
10492
10493 2014-08-14  Richard Biener  <rguenther@suse.de>
10494
10495         PR tree-optimization/62081
10496         * tree-ssa-loop.c (pass_fix_loops): New pass.
10497         (pass_tree_loop::gate):  Do not fixup loops here.
10498         * tree-pass.h (make_pass_fix_loops): Declare.
10499         * passes.def: Schedule pass_fix_loops before GIMPLE loop passes.
10500
10501 2014-08-14  Richard Biener  <rguenther@suse.de>
10502
10503         * tree.c (type_hash_lookup, type_hash_add): Merge into ...
10504         (type_hash_canon): ... this and avoid 2nd lookup for the add.
10505
10506 2014-08-14  Richard Biener  <rguenther@suse.de>
10507
10508         PR tree-optimization/62090
10509         * builtins.c (fold_builtin_sprintf): Move to gimple-fold.c.
10510         (fold_builtin_2): Do not fold sprintf.
10511         (fold_builtin_3): Likewise.
10512         * gimple-fold.c (gimple_fold_builtin_sprintf): New function
10513         moved from builtins.c.
10514         (gimple_fold_builtin): Fold sprintf.
10515
10516 2014-08-14  Richard Biener  <rguenther@suse.de>
10517
10518         PR rtl-optimization/62079
10519         * recog.c (peephole2_optimize): If peep2_do_cleanup_cfg
10520         run cleanup_cfg.
10521
10522 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
10523
10524         * ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of
10525         current_function_decl.
10526
10527 2014-08-14  Ilya Enkovich  <ilya.enkovich@intel.com>
10528
10529         * cgraph.c (cgraph_node::function_symbol): Fix wrong
10530         cgraph_function_node to cgraph_node::function_symbol
10531         refactoring.
10532
10533 2014-08-14  Zhenqiang Chen  <zhenqiang.chen@arm.com>
10534
10535         * config/arm/arm.c (arm_option_override): Set max_insns_skipped
10536         to MAX_INSN_PER_IT_BLOCK when optimize_size for THUMB2.
10537
10538 2014-08-13  Chen Gang  gang.chen.5i5j@gmail.com
10539
10540         * microblaze/microblaze.md: Remove redundant '@' to avoid compiling
10541         warning.
10542
10543 2014-08-13  Roman Gareev  <gareevroman@gmail.com>
10544
10545         * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
10546         generator.
10547
10548 2014-08-12  Jakub Jelinek  <jakub@redhat.com>
10549
10550         PR target/62025
10551         * sched-deps.c (find_inc): Check if inc_insn doesn't clobber
10552         any registers that are used in mem_insn.
10553
10554 2014-08-12  Steve Ellcey  <sellcey@mips.com>
10555
10556         * config/mips/mips.h (ASM_SPEC): Pass float options to assembler. 
10557
10558 2014-08-12  Steve Ellcey  <sellcey@mips.com>
10559
10560         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
10561         (MULTILIB_DIRNAMES): Ditto.
10562         * config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
10563         * config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
10564         * config/mips/t-mti-linux (MULTILIB_OPTIONS): Ditto.
10565         * config/mips/t-mti-linux (MULTILIB_DIRNAMES): Ditto.
10566         * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Ditto.
10567         * config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Ditto.
10568
10569 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10570
10571         PR target/61413
10572         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix definition
10573         of __ARM_SIZEOF_WCHAR_T.
10574
10575 2014-08-12  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10576
10577         PR target/62098
10578         * config/arm/vfp.md (*combine_vcvtf2i): Fix constraint.
10579         Remove unnecessary attributes.
10580
10581 2014-08-12  Yury Gribov  <y.gribov@samsung.com>
10582
10583         * internal-fn.c (init_internal_fns): Fix off-by-one.
10584
10585 2014-08-12  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10586             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10587             Anna Tikhonova  <anna.tikhonova@intel.com>
10588             Ilya Tocar  <ilya.tocar@intel.com>
10589             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10590             Ilya Verbin  <ilya.verbin@intel.com>
10591             Kirill Yukhin  <kirill.yukhin@intel.com>
10592             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10593
10594         * config/i386/i386.c (standard_sse_constant_opcode): Use
10595         vpxord/vpternlog if avx512 is availible.
10596
10597 2014-08-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10598
10599         PR middle-end/62103
10600         * gimple-fold.c (fold_ctor_reference): Don't fold in presence of
10601         bitfields, that is when size doesn't match the size of type or the
10602         size of the constructor.
10603
10604 2014-08-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
10605
10606         * config/rs6000/constraints.md (wh constraint): New constraint,
10607         for FP registers if direct move is available.
10608         (wi constraint): New constraint, for VSX/FP registers that can
10609         handle 64-bit integers.
10610         (wj constraint): New constraint for VSX/FP registers that can
10611         handle 64-bit integers for direct moves.
10612         (wk constraint): New constraint for VSX/FP registers that can
10613         handle 64-bit doubles for direct moves.
10614         (wy constraint): Make documentation match implementation.
10615
10616         * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add
10617         scalar_in_vmx_p field to simplify tests of whether SFmode or
10618         DFmode can go in the Altivec registers.
10619         (rs6000_hard_regno_mode_ok): Use scalar_in_vmx_p field.
10620         (rs6000_setup_reg_addr_masks): Likewise.
10621         (rs6000_debug_print_mode): Add debug support for scalar_in_vmx_p
10622         field, and wh/wi/wj/wk constraints.
10623         (rs6000_init_hard_regno_mode_ok): Setup scalar_in_vmx_p field, and
10624         the wh/wi/wj/wk constraints.
10625         (rs6000_preferred_reload_class): If SFmode/DFmode can go in the
10626         upper registers, prefer VSX registers unless the operation is a
10627         memory operation with REG+OFFSET addressing.
10628
10629         * config/rs6000/vsx.md (VSr mode attribute): Add support for
10630         DImode.  Change SFmode to use ww constraint instead of d to allow
10631         SF registers in the upper registers.
10632         (VSr2): Likewise.
10633         (VSr3): Likewise.
10634         (VSr5): Fix thinko in comment.
10635         (VSa): New mode attribute that is an alternative to wa, that
10636         returns the VSX register class that a mode can go in, but may not
10637         be the preferred register class.
10638         (VS_64dm): New mode attribute for appropriate register classes for
10639         referencing 64-bit elements of vectors for direct moves and normal
10640         moves.
10641         (VS_64reg): Likewise.
10642         (vsx_mov<mode>): Change wa constraint to <VSa> to limit the
10643         register allocator to only registers the data type can handle.
10644         (vsx_le_perm_load_<mode>): Likewise.
10645         (vsx_le_perm_store_<mode>): Likewise.
10646         (vsx_xxpermdi2_le_<mode>): Likewise.
10647         (vsx_xxpermdi4_le_<mode>): Likewise.
10648         (vsx_lxvd2x2_le_<mode>): Likewise.
10649         (vsx_lxvd2x4_le_<mode>): Likewise.
10650         (vsx_stxvd2x2_le_<mode>): Likewise.
10651         (vsx_add<mode>3): Likewise.
10652         (vsx_sub<mode>3): Likewise.
10653         (vsx_mul<mode>3): Likewise.
10654         (vsx_div<mode>3): Likewise.
10655         (vsx_tdiv<mode>3_internal): Likewise.
10656         (vsx_fre<mode>2): Likewise.
10657         (vsx_neg<mode>2): Likewise.
10658         (vsx_abs<mode>2): Likewise.
10659         (vsx_nabs<mode>2): Likewise.
10660         (vsx_smax<mode>3): Likewise.
10661         (vsx_smin<mode>3): Likewise.
10662         (vsx_sqrt<mode>2): Likewise.
10663         (vsx_rsqrte<mode>2): Likewise.
10664         (vsx_tsqrt<mode>2_internal): Likewise.
10665         (vsx_fms<mode>4): Likewise.
10666         (vsx_nfma<mode>4): Likewise.
10667         (vsx_eq<mode>): Likewise.
10668         (vsx_gt<mode>): Likewise.
10669         (vsx_ge<mode>): Likewise.
10670         (vsx_eq<mode>_p): Likewise.
10671         (vsx_gt<mode>_p): Likewise.
10672         (vsx_ge<mode>_p): Likewise.
10673         (vsx_xxsel<mode>): Likewise.
10674         (vsx_xxsel<mode>_uns): Likewise.
10675         (vsx_copysign<mode>3): Likewise.
10676         (vsx_float<VSi><mode>2): Likewise.
10677         (vsx_floatuns<VSi><mode>2): Likewise.
10678         (vsx_fix_trunc<mode><VSi>2): Likewise.
10679         (vsx_fixuns_trunc<mode><VSi>2): Likewise.
10680         (vsx_x<VSv>r<VSs>i): Likewise.
10681         (vsx_x<VSv>r<VSs>ic): Likewise.
10682         (vsx_btrunc<mode>2): Likewise.
10683         (vsx_b2trunc<mode>2): Likewise.
10684         (vsx_floor<mode>2): Likewise.
10685         (vsx_ceil<mode>2): Likewise.
10686         (vsx_<VS_spdp_insn>): Likewise.
10687         (vsx_xscvspdp): Likewise.
10688         (vsx_xvcvspuxds): Likewise.
10689         (vsx_float_fix_<mode>2): Likewise.
10690         (vsx_set_<mode>): Likewise.
10691         (vsx_extract_<mode>_internal1): Likewise.
10692         (vsx_extract_<mode>_internal2): Likewise.
10693         (vsx_extract_<mode>_load): Likewise.
10694         (vsx_extract_<mode>_store): Likewise.
10695         (vsx_splat_<mode>): Likewise.
10696         (vsx_xxspltw_<mode>): Likewise.
10697         (vsx_xxspltw_<mode>_direct): Likewise.
10698         (vsx_xxmrghw_<mode>): Likewise.
10699         (vsx_xxmrglw_<mode>): Likewise.
10700         (vsx_xxsldwi_<mode>): Likewise.
10701         (vsx_xscvdpspn): Tighten constraints to only use register classes
10702         the types use.
10703         (vsx_xscvspdpn): Likewise.
10704         (vsx_xscvdpspn_scalar): Likewise.
10705
10706         * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wh, wi,
10707         wj, and wk constraints.
10708         (GPR_REG_CLASS_P): New helper macro for register classes targeting
10709         general purpose registers.
10710
10711         * config/rs6000/rs6000.md (f32_dm): Use wh constraint for SDmode
10712         direct moves.
10713         (zero_extendsidi2_lfiwz): Use wj constraint for direct move of
10714         DImode instead of wm.  Use wk constraint for direct move of DFmode
10715         instead of wm.
10716         (extendsidi2_lfiwax): Likewise.
10717         (lfiwax): Likewise.
10718         (lfiwzx): Likewise.
10719         (movdi_internal64): Likewise.
10720
10721         * doc/md.texi (PowerPC and IBM RS6000): Document wh, wi, wj, and
10722         wk constraints. Make the wy constraint documentation match them
10723         implementation.
10724
10725 2014-08-11  Mircea Namolaru  <mircea.namolaru@inria.fr>
10726
10727         Replacement of isl_int by isl_val
10728         * graphite-clast-to-gimple.c: include isl/val.h, isl/val_gmp.h
10729         (compute_bounds_for_param): use isl_val instead of isl_int
10730         (compute_bounds_for_loop): likewise
10731         * graphite-interchange.c: include isl/val.h, isl/val_gmp.h
10732         (build_linearized_memory_access): use isl_val instead of isl_int
10733         (pdr_stride_in_loop): likewise
10734         * graphite-optimize-isl.c:
10735         (getPrevectorMap): use isl_val instead of isl_int
10736         * graphite-poly.c:
10737         (pbb_number_of_iterations_at_time): use isl_val instead of isl_int
10738         graphite-sese-to-poly.c: include isl/val.h, isl/val_gmp.h
10739         (extern the_isl_ctx): declare
10740         (build_pbb_scattering_polyhedrons): use isl_val instead of isl_int
10741         (extract_affine_gmp): likewise
10742         (wrap): likewise
10743         (build_loop_iteration_domains): likewise
10744         (add_param_constraints): likewise
10745
10746 2014-08-11  Richard Biener  <rguenther@suse.de>
10747
10748         PR tree-optimization/62075
10749         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Properly
10750         handle uses in patterns.
10751
10752 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10753             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10754             Anna Tikhonova  <anna.tikhonova@intel.com>
10755             Ilya Tocar  <ilya.tocar@intel.com>
10756             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10757             Ilya Verbin  <ilya.verbin@intel.com>
10758             Kirill Yukhin  <kirill.yukhin@intel.com>
10759             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10760
10761         * common/config/i386/i386-common.c
10762         (OPTION_MASK_ISA_AVX512VL_SET): Define.
10763         (OPTION_MASK_ISA_AVX512F_UNSET): Update.
10764         (ix86_handle_option): Handle OPT_mavx512vl.
10765         * config/i386/cpuid.h (bit_AVX512VL): Define.
10766         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512vl,
10767         set -mavx512vl accordingly.
10768         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
10769         OPTION_MASK_ISA_AVX512VL.
10770         * config/i386/i386.c (ix86_target_string): Handle -mavx512vl.
10771         (ix86_option_override_internal): Define PTA_AVX512VL, handle
10772         PTA_AVX512VL and OPTION_MASK_ISA_AVX512VL.
10773         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512vl.
10774         * config/i386/i386.h (TARGET_AVX512VL): Define.
10775         (TARGET_AVX512VL_P(x)): Ditto.
10776         * config/i386/i386.opt: Add mavx512vl.
10777
10778 2014-08-11  Felix Yang  <fei.yang0953@gmail.com>
10779
10780         PR tree-optimization/62073
10781         * tree-vect-loop.c (vect_is_simple_reduction_1): Check that DEF1 has
10782         a basic block.
10783
10784 2014-08-11  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10785             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10786             Anna Tikhonova  <anna.tikhonova@intel.com>
10787             Ilya Tocar  <ilya.tocar@intel.com>
10788             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10789             Ilya Verbin  <ilya.verbin@intel.com>
10790             Kirill Yukhin  <kirill.yukhin@intel.com>
10791             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10792
10793         * common/config/i386/i386-common.c
10794         (OPTION_MASK_ISA_AVX512BW_SET) : Define.
10795         (OPTION_MASK_ISA_AVX512BW_UNSET): Ditto.
10796         (OPTION_MASK_ISA_AVX512VL_UNSET) : Ditto.
10797         (ix86_handle_option): Handle OPT_mavx512bw.
10798         * config/i386/cpuid.h (bit_AVX512BW): Define.
10799         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512bw,
10800         set -mavx512bw accordingly.
10801         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
10802         OPTION_MASK_ISA_AVX512BW.
10803         * config/i386/i386.c (ix86_target_string): Handle -mavx512bw.
10804         (ix86_option_override_internal): Define PTA_AVX512BW, handle
10805         PTA_AVX512BW and OPTION_MASK_ISA_AVX512BW.
10806         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512bw.
10807         * config/i386/i386.h (TARGET_AVX512BW): Define.
10808         (TARGET_AVX512BW_P(x)): Ditto.
10809         * config/i386/i386.opt: Add mavx512bw.
10810
10811 2014-08-11  Richard Biener  <rguenther@suse.de>
10812
10813         PR tree-optimization/62070
10814         * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
10815         Remove SSA checking.
10816
10817 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
10818
10819         * asan.c (asan_check_flags): New enum.
10820         (build_check_stmt_with_calls): Removed function.
10821         (build_check_stmt): Split inlining logic to
10822         asan_expand_check_ifn.
10823         (instrument_derefs): Rename parameter.
10824         (instrument_mem_region_access): Rename parameter.
10825         (instrument_strlen_call): Likewise.
10826         (asan_expand_check_ifn): New function.
10827         (asan_instrument): Remove old code.
10828         (pass_sanopt::execute): Change handling of
10829         asan-instrumentation-with-call-threshold.
10830         (asan_clear_shadow): Fix formatting.
10831         (asan_function_start): Likewise.
10832         (asan_emit_stack_protection): Likewise.
10833         * doc/invoke.texi (asan-instrumentation-with-call-threshold):
10834         Update description.
10835         * internal-fn.c (expand_ASAN_CHECK): New function.
10836         * internal-fn.def (ASAN_CHECK): New internal function.
10837         * params.def (PARAM_ASAN_INSTRUMENTATION_WITH_CALL_THRESHOLD):
10838         Update description.
10839         (PARAM_ASAN_USE_AFTER_RETURN): Likewise.
10840         * tree.c: Small comment fix.
10841
10842 2014-08-11  Yury Gribov  <y.gribov@samsung.com>
10843
10844         * gimple.c (gimple_call_fnspec): Support internal functions.
10845         (gimple_call_return_flags): Use const.
10846         * Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
10847         * internal-fn.def: Add fnspec information.
10848         * internal-fn.h (internal_fn_fnspec): New function.
10849         (init_internal_fns): Declare new function.
10850         * internal-fn.c (internal_fn_fnspec_array): New global variable.
10851         (init_internal_fns): New function.
10852         * tree-core.h: Update macro call.
10853         * tree.c (build_common_builtin_nodes): Initialize internal fns.
10854
10855 2014-08-10  Gerald Pfeifer  <gerald@pfeifer.com>
10856
10857         * lto-streamer.h (struct output_block::symbol): Change from
10858         struct symtab_node to plain symtab_node.
10859         (referenced_from_this_partition_p): Change first parameter
10860         from struct symtab_node to plain symtab_node.
10861
10862 2014-08-10  Marek Polacek  <polacek@redhat.com>
10863
10864         PR c/51849
10865         * gcc/doc/invoke.texi: Document -Wc90-c99-compat.
10866
10867 2014-08-09  Jan Hubicka  <hubicka@ucw.cz>
10868
10869         * ipa-devirt.c (get_dynamic_type): Handle case when instance is in
10870         DECL correctly; do not give up on types in static storage.
10871
10872 2014-08-09  Paolo Carlini  <paolo.carlini@oracle.com>
10873
10874         * doc/invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
10875
10876 2014-08-09  Roman Gareev  <gareevroman@gmail.com>
10877
10878         * graphite-isl-ast-to-gimple.c:
10879         (translate_isl_ast_node_user): Use nb_loops instead of loop->num + 1.
10880
10881         * gcc.dg/graphite/isl-ast-gen-user-1.c: New testcase.
10882
10883 2014-08-08  Guozhi Wei  <carrot@google.com>
10884
10885         * config/rs6000/rs6000.md (*movdi_internal64): Add a new constraint.
10886
10887 2014-08-08  Cary Coutant  <ccoutant@google.com>
10888
10889         * dwarf2out.c (get_skeleton_type_unit): Remove.
10890         (output_skeleton_debug_sections): Remove skeleton type units.
10891         (output_comdat_type_unit): Likewise.
10892         (dwarf2out_finish): Likewise.
10893
10894 2014-08-07  Yi Yang  <ahyangyi@google.com>
10895
10896         * predict.c (expr_expected_value_1): Remove the redundant assignment.
10897
10898 2014-08-08  Richard Biener  <rguenther@suse.de>
10899
10900         * lto-streamer.h (struct lto_input_block): Make it a class
10901         with a constructor.
10902         (LTO_INIT_INPUT_BLOCK, LTO_INIT_INPUT_BLOCK_PTR): Remove.
10903         (struct lto_function_header, struct lto_simple_header,
10904         struct lto_simple_header_with_strings,
10905         struct lto_decl_header, struct lto_function_header): Make
10906         a simple inheritance hieararchy.  Remove unused fields.
10907         (struct lto_asm_header): Remove.
10908         * lto-streamer-out.c (produce_asm): Adjust.
10909         (lto_output_toplevel_asms): Likewise.
10910         (produce_asm_for_decls): Likewise.
10911         * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
10912         * data-streamer-in.c (string_for_index): Likewise.
10913         * ipa-inline-analysis.c (inline_read_section): Likewise.
10914         * ipa-prop.c (ipa_prop_read_section): Likewise.
10915         (read_replacements_section): Likewise.
10916         * lto-cgraph.c (input_cgraph_opt_section): Likewise.
10917         * lto-section-in.c (lto_create_simple_input_block): Likewise.
10918         (lto_destroy_simple_input_block): Likewise.
10919         * lto-streamer-in.c (lto_read_body_or_constructor): Likewise.
10920         (lto_input_toplevel_asms): Likewise.
10921
10922 2014-08-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
10923             Maxim Kuznetsov  <maxim.kuznetsov@intel.com>
10924             Anna Tikhonova  <anna.tikhonova@intel.com>
10925             Ilya Tocar  <ilya.tocar@intel.com>
10926             Andrey Turetskiy  <andrey.turetskiy@intel.com>
10927             Ilya Verbin  <ilya.verbin@intel.com>
10928             Kirill Yukhin  <kirill.yukhin@intel.com>
10929             Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
10930
10931         * common/config/i386/i386-common.c
10932         (OPTION_MASK_ISA_AVX512DQ_SET): Define.
10933         (OPTION_MASK_ISA_AVX512DQ_UNSET): Ditto.
10934         (ix86_handle_option): Handle OPT_mavx512dq.
10935         * config/i386/cpuid.h (bit_AVX512DQ): Define.
10936         * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512dq,
10937         set -mavx512dq accordingly.
10938         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
10939         OPTION_MASK_ISA_AVX512DQ.
10940         * config/i386/i386.c (ix86_target_string): Handle -mavx512dq.
10941         (ix86_option_override_internal): Define PTA_AVX512DQ, handle
10942         PTA_AVX512DQ and OPTION_MASK_ISA_AVX512DQ.
10943         (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512dq.
10944         * config/i386/i386.h (TARGET_AVX512DQ): Define.
10945         (TARGET_AVX512DQ_P(x)): Ditto.
10946         * config/i386/i386.opt: Add mavx512dq.
10947
10948 2014-08-08  Richard Biener  <rguenther@suse.de>
10949
10950         * builtins.c (c_getstr, readonly_data_expr, init_target_chars,
10951         target_percent, target_percent_s): Export.
10952         (var_decl_component_p, fold_builtin_memory_op, fold_builtin_memset,
10953         fold_builtin_bzero, fold_builtin_strcpy, fold_builtin_strncpy,
10954         fold_builtin_strcat, fold_builtin_fputs, fold_builtin_memory_chk,
10955         fold_builtin_stxcpy_chk, fold_builtin_stxncpy_chk,
10956         fold_builtin_sprintf_chk_1, fold_builtin_snprintf_chk_1):
10957         Move to gimple-fold.c.
10958         (fold_builtin_2): Remove handling of bzero, fputs, fputs_unlocked,
10959         strcat and strcpy.
10960         (fold_builtin_3): Remove handling of memset, bcopy, memcpy,
10961         mempcpy, memmove, strncpy, strcpy_chk and stpcpy_chk.
10962         (fold_builtin_4): Remove handling of memcpy_chk, mempcpy_chk,
10963         memmove_chk, memset_chk, strncpy_chk and stpncpy_chk.
10964         (rewrite_call_expr_array): Remove.
10965         (fold_builtin_sprintf_chk): Likewise.
10966         (fold_builtin_snprintf_chk): Likewise.
10967         (fold_builtin_varargs): Remove handling of sprintf_chk,
10968         vsprintf_chk, snprintf_chk and vsnprintf_chk.
10969         (gimple_fold_builtin_sprintf_chk): Remove.
10970         (gimple_fold_builtin_snprintf_chk): Likewise.
10971         (gimple_fold_builtin_varargs): Likewise.
10972         (fold_call_stmt): Do not call gimple_fold_builtin_varargs.
10973         * predict.c (optimize_bb_for_size_p): Handle NULL bb.
10974         * gimple.c (gimple_seq_add_seq_without_update): New function.
10975         * gimple.h (gimple_seq_add_seq_without_update): Declare.
10976         * gimple-fold.c: Include output.h.
10977         (gsi_replace_with_seq_vops): New function, split out from ...
10978         (gimplify_and_update_call_from_tree): ... here.
10979         (replace_call_with_value): New function.
10980         (replace_call_with_call_and_fold): Likewise.
10981         (var_decl_component_p): Moved from builtins.c.
10982         (gimple_fold_builtin_memory_op): Moved from builtins.c
10983         fold_builtin_memory_op and rewritten to GIMPLE.
10984         (gimple_fold_builtin_memset): Likewise.
10985         (gimple_fold_builtin_strcpy): Likewise.
10986         (gimple_fold_builtin_strncpy): Likewise.
10987         (gimple_fold_builtin_strcat): Likewise.
10988         (gimple_fold_builtin_fputs): Likewise.
10989         (gimple_fold_builtin_memory_chk): Likewise.
10990         (gimple_fold_builtin_stxcpy_chk): Likewise.
10991         (gimple_fold_builtin_stxncpy_chk): Likewise.
10992         (gimple_fold_builtin_snprintf_chk): Likewise.
10993         (gimple_fold_builtin_sprintf_chk): Likewise.
10994         (gimple_fold_builtin_strlen): New function.
10995         (gimple_fold_builtin_with_strlen): New function split out from
10996         gimple_fold_builtin.
10997         (gimple_fold_builtin): Change signature and handle
10998         bzero, memset, bcopy, memcpy, mempcpy and memmove folding
10999         here.  Call gimple_fold_builtin_with_strlen.
11000         (gimple_fold_call): Adjust.
11001
11002 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
11003
11004         * calls.c (precompute_arguments): Check
11005          promoted_for_signed_and_unsigned_p and set the promoted mode.
11006         (promoted_for_signed_and_unsigned_p): New function.
11007         (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
11008         and set the promoted mode.
11009         * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
11010         * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
11011         SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
11012
11013
11014 2014-08-08  Kugan Vivekanandarajah  <kuganv@linaro.org>
11015
11016         * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
11017         instead of SUBREG_PROMOTED_UNSIGNED_SET.
11018         (expand_call): Likewise.
11019         * cfgexpand.c (expand_gimple_stmt_1): Use SUBREG_PROMOTED_SIGN
11020         to get promoted mode.
11021         * combine.c (record_promoted_value): Skip > 0 comparison with
11022         SUBREG_PROMOTED_UNSIGNED_P as it now returns only 0 or 1.
11023         * expr.c (convert_move): Use SUBREG_CHECK_PROMOTED_SIGN instead
11024         of SUBREG_PROMOTED_UNSIGNED_P.
11025         (convert_modes): Likewise.
11026         (store_expr): Use SUBREG_PROMOTED_SIGN to get promoted mode.
11027         Use SUBREG_CHECK_PROMOTED_SIGN instead of SUBREG_PROMOTED_UNSIGNED_P.
11028         (expand_expr_real_1): Use new SUBREG_PROMOTED_SET instead of
11029         SUBREG_PROMOTED_UNSIGNED_SET.
11030         * function.c (assign_parm_setup_reg): Use new SUBREG_PROMOTED_SET
11031         instead of SUBREG_PROMOTED_UNSIGNED_SET.
11032         * ifcvt.c (noce_emit_cmove): Updated to use SUBREG_PROMOTED_GET and
11033         SUBREG_PROMOTED_SET.
11034         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Use
11035         SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET.
11036         * optabs.c (widen_operand): Use SUBREG_CHECK_PROMOTED_SIGN instead
11037         of SUBREG_PROMOTED_UNSIGNED_P.
11038         * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Remove.
11039         (SUBREG_PROMOTED_SET): New define.
11040         (SUBREG_PROMOTED_GET): Likewise.
11041         (SUBREG_PROMOTED_SIGN): Likewise.
11042         (SUBREG_PROMOTED_SIGNED_P): Likewise.
11043         (SUBREG_CHECK_PROMOTED_SIGN): Likewise.
11044         (SUBREG_PROMOTED_UNSIGNED_P): Updated.
11045         * rtlanal.c (unsigned_reg_p): Use new SUBREG_PROMOTED_GET
11046         instead of SUBREG_PROMOTED_UNSIGNED_GET.
11047         (nonzero_bits1): Skip > 0 comparison with the results as
11048         SUBREG_PROMOTED_UNSIGNED_P now returns only 0 or 1.
11049         (num_sign_bit_copies1): Use SUBREG_PROMOTED_SIGNED_P instead
11050         of !SUBREG_PROMOTED_UNSIGNED_P.
11051         * simplify-rtx.c (simplify_unary_operation_1): Use new
11052         SUBREG_PROMOTED_SIGNED_P instead of !SUBREG_PROMOTED_UNSIGNED_P.
11053         (simplify_subreg): Use new SUBREG_PROMOTED_SIGNED_P,
11054         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_SET instead of
11055         SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_UNSIGNED_SET.
11056
11057 2014-08-07  Jan Hubicka  <hubicka@ucw.cz>
11058
11059         * ipa-devirt.c: Include gimple-pretty-print.h
11060         (referenced_from_vtable_p): Exclude DECL_EXTERNAL from
11061         further tests.
11062         (decl_maybe_in_construction_p): Fix conditional on cdtor check
11063         (get_polymorphic_call_info): Fix return value
11064         (type_change_info): New sturcture based on ipa-prop
11065         variant.
11066         (noncall_stmt_may_be_vtbl_ptr_store): New predicate
11067         based on ipa-prop variant.
11068         (extr_type_from_vtbl_ptr_store): New function
11069         based on ipa-prop variant.
11070         (record_known_type): New function.
11071         (check_stmt_for_type_change): New function.
11072         (get_dynamic_type): New function.
11073         * ipa-prop.c (ipa_analyze_call_uses): Use get_dynamic_type.
11074         * tree-ssa-pre.c: ipa-utils.h
11075         (eliminate_dom_walker::before_dom_children): Use ipa-devirt
11076         machinery; sanity check with ipa-prop devirtualization.
11077         * trans-mem.c (ipa_tm_insert_gettmclone_call): Clear
11078         polymorphic flag.
11079
11080 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
11081
11082         * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
11083         * alias.c, cfgexpand.c, cgraphbuild.c,
11084         config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
11085         config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
11086         config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
11087         config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
11088         config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
11089         config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
11090         config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
11091         dse.c, except.c, gengtype.c, gimple-expr.c,
11092         gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
11093         ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
11094         tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
11095         tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
11096         tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
11097         tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
11098         pointer-set.h.
11099         * pointer-set.c: Remove file.
11100         * pointer-set.h: Remove file.
11101
11102 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11103
11104         * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
11105         * config/arm/types.md (f_sels, f_seld): Delete.
11106
11107 2014-08-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11108
11109         * config/aarch64/aarch64.md (absdi2): Set simd attribute.
11110         (aarch64_reload_mov<mode>): Predicate on TARGET_FLOAT.
11111         (aarch64_movdi_<mode>high): Likewise.
11112         (aarch64_mov<mode>high_di): Likewise.
11113         (aarch64_movdi_<mode>low): Likewise.
11114         (aarch64_mov<mode>low_di): Likewise.
11115         (aarch64_movtilow_tilow): Likewise.
11116         Add comment explaining usage of fp,simd attributes and of
11117         TARGET_FLOAT and TARGET_SIMD.
11118
11119 2014-08-07  Ian Bolton  <ian.bolton@arm.com>
11120             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11121
11122         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate):
11123         Use MOVN when one of the half-words is 0xffff.
11124
11125 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
11126
11127         * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
11128
11129 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
11130
11131         * haifa-sched.c (SCHED_SORT): Delete.  Macro used exactly once.
11132         (enum rfs_decition:RFS_*): New constants wrapped in an enum.
11133         (rfs_str): String corresponding to RFS_* constants.
11134         (rank_for_schedule_stats_t): New typedef.
11135         (rank_for_schedule_stats): New static variable.
11136         (rfs_result): New static function.
11137         (rank_for_schedule): Track statistics for deciding heuristics.
11138         (rank_for_schedule_stats_diff, print_rank_for_schedule_stats): New
11139         static functions.
11140         (ready_sort): Use them for debug printouts.
11141         (schedule_block): Init statistics state.  Print statistics on
11142         rank_for_schedule decisions.
11143
11144 2014-08-07  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
11145
11146         * haifa-sched.c (rank_for_schedule): Fix INSN_TICK-based heuristics.
11147
11148 2014-08-07  Ilya Tocar  <ilya.tocar@intel.com>
11149
11150         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): Fix
11151         constraint.
11152
11153 2014-08-07  Trevor Saunders  <tsaunders@mozilla.com>
11154
11155         * hash-map.h (default_hashmap_traits): Adjust overloads of hash
11156         function to not conflict.
11157         * alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
11158         gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
11159         lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
11160         tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
11161         tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
11162         of pointer_map.
11163
11164 2014-08-07  Marek Polacek  <polacek@redhat.com>
11165
11166         * fold-const.c (fold_binary_loc): Add folding of
11167         (PTR0 - (PTR1 p+ A) -> (PTR0 - PTR1) - A.
11168
11169 2013-08-07  Ilya Enkovich  <ilya.enkovich@intel.com>
11170
11171         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use decl size
11172         instead of type size.
11173         (ASM_FINISH_DECLARE_OBJECT): Likewise.
11174
11175 2014-08-07  Marat Zakirov  <m.zakirov@samsung.com>
11176
11177         * config/arm/thumb1.md (*thumb1_movhi_insn): Handle stack pointer.
11178         (*thumb1_movqi_insn): Likewise.
11179         * config/arm/thumb2.md (*thumb2_movhi_insn): Likewise.
11180
11181 2014-08-07  Tom de Vries  <tom@codesourcery.com>
11182
11183         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
11184         (glibc_2_11_or_earlier): Remove effective-target keywords.
11185
11186 2014-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
11187
11188         * config/arm/arm.c (bdesc_2arg): Fix typo.
11189         (arm_atomic_assign_expand_fenv): Remove The default implementation.
11190
11191 2014-08-07  Zhenqiang Chen  <zhenqiang.chen@arm.com>
11192
11193         * tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
11194
11195 2014-08-06  Vladimir Makarov  <vmakarov@redhat.com>
11196
11197         PR debug/61923
11198         * haifa-sched.c (advance_one_cycle): Fix dump.
11199         (schedule_block): Don't advance cycle if we are already at the
11200         beginning of the cycle.
11201
11202 2014-08-06  Martin Jambor  <mjambor@suse.cz>
11203
11204         PR ipa/61393
11205         * cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
11206
11207 2014-08-06  Richard Biener  <rguenther@suse.de>
11208
11209         PR lto/62034
11210         * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
11211         SCCs here.
11212         (lto_input_tree): Pop SCCs here.
11213
11214 2014-08-06  Richard Biener  <rguenther@suse.de>
11215
11216         PR tree-optimization/61320
11217         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
11218         handle misaligned loads.
11219
11220 2014-08-06  Alan Lawrence  <alan.lawrence@arm.com>
11221
11222         * config/aarch64/aarch64.c (aarch64_evpc_dup): Enable for bigendian.
11223         (aarch64_expand_vec_perm_const): Check for dup before zip.
11224
11225 2014-08-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11226
11227         * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
11228         CONST_INT_P instead of GET_CODE and compare.
11229         (aarch64_select_cc_mode): Likewise.
11230         (aarch64_print_operand): Likewise.
11231         (aarch64_rtx_costs): Likewise.
11232         (aarch64_simd_valid_immediate): Likewise.
11233         (aarch64_simd_check_vect_par_cnst_half): Likewise.
11234         (aarch64_simd_emit_pair_result_insn): Likewise.
11235
11236 2014-08-05  David Malcolm  <dmalcolm@redhat.com>
11237
11238         * gdbhooks.py (find_gcc_source_dir): New helper function.
11239         (class PassNames): New class, locating and parsing passes.def.
11240         (class BreakOnPass): New command "break-on-pass".
11241
11242 2014-08-05  Trevor Saunders  <tsaunders@mozilla.com>
11243
11244         * tree-ssa.c (redirect_edge_var_map_dup): insert newe before
11245         getting olde.
11246
11247 2014-08-05  Richard Biener  <rguenther@suse.de>
11248
11249         PR rtl-optimization/61672
11250         * emit-rtl.h (mem_attrs_eq_p): Declare.
11251         * emit-rtl.c (mem_attrs_eq_p): Export.  Handle NULL mem-attrs.
11252         * cse.c (exp_equiv_p): Use mem_attrs_eq_p.
11253         * cfgcleanup.c (merge_memattrs): Likewise.
11254         Include emit-rtl.h.
11255
11256 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11257
11258         * config/aarch64/arm_neon.h (vqdmlals_lane_s32): Use scalar types
11259         rather than singleton vectors.
11260         (vqdmlsls_lane_s32): Likewise.
11261
11262 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11263
11264         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_laneq<mode>):
11265         Use VSDQ_HSI mode iterator.
11266         (aarch64_sqrdmulh_laneq<mode>): Likewise.
11267         (aarch64_sq<r>dmulh_laneq<mode>_internal): New define_insn.
11268         * config/aarch64/aarch64-simd-builtins.def (sqdmulh_laneq):
11269         Use BUILTIN_VDQHS macro.
11270         (sqrdmulh_laneq): Likewise.
11271         * config/aarch64/arm_neon.h (vqdmlalh_laneq_s16): New intrinsic.
11272         (vqdmlals_laneq_s32): Likewise.
11273         (vqdmlslh_laneq_s16): Likewise.
11274         (vqdmlsls_laneq_s32): Likewise.
11275         (vqdmulhh_laneq_s16): Likewise.
11276         (vqdmulhs_laneq_s32): Likewise.
11277         (vqrdmulhh_laneq_s16): Likewise.
11278         (vqrdmulhs_laneq_s32): Likewise.
11279
11280 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11281
11282         * config/aarch64/arm_neon.h (vmul_f64): New intrinsic.
11283         (vmuld_laneq_f64): Likewise.
11284         (vmuls_laneq_f32): Likewise.
11285         (vmul_n_f64): Likewise.
11286         (vmuld_lane_f64): Reimplement in C.
11287         (vmuls_lane_f32): Likewise.
11288
11289 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11290
11291         * config/arm/cortex-a15.md (cortex_a15_alu_shift): Add crc type
11292         to reservation.
11293         * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
11294
11295 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11296
11297         * config/arm/arm.md (clzsi2): Set predicable_short_it attr to no.
11298         (rbitsi2): Likewise.
11299         (*arm_rev): Set predicable and predicable_short_it attributes.
11300
11301 2014-08-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11302
11303         * convert.c (convert_to_integer): Guard transformation to lrint by
11304         -fno-math-errno.
11305
11306 2014-08-05  James Greenhalgh  <james.greenhalgh@arm.com>
11307
11308         * config/aarch64/aarch64-builtins.c
11309         (aarch64_simd_builtin_type_mode): Delete.
11310         (v8qi_UP): Remap to V8QImode.
11311         (v4hi_UP): Remap to V4HImode.
11312         (v2si_UP): Remap to V2SImode.
11313         (v2sf_UP): Remap to V2SFmode.
11314         (v1df_UP): Remap to V1DFmode.
11315         (di_UP): Remap to DImode.
11316         (df_UP): Remap to DFmode.
11317         (v16qi_UP):V16QImode.
11318         (v8hi_UP): Remap to V8HImode.
11319         (v4si_UP): Remap to V4SImode.
11320         (v4sf_UP): Remap to V4SFmode.
11321         (v2di_UP): Remap to V2DImode.
11322         (v2df_UP): Remap to V2DFmode.
11323         (ti_UP): Remap to TImode.
11324         (ei_UP): Remap to EImode.
11325         (oi_UP): Remap to OImode.
11326         (ci_UP): Map to CImode.
11327         (xi_UP): Remap to XImode.
11328         (si_UP): Remap to SImode.
11329         (sf_UP): Remap to SFmode.
11330         (hi_UP): Remap to HImode.
11331         (qi_UP): Remap to QImode.
11332         (aarch64_simd_builtin_datum): Make mode a machine_mode.
11333         (VAR1): Build builtin name.
11334         (aarch64_init_simd_builtins): Remove dead code.
11335
11336 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
11337
11338         * graphite-isl-ast-to-gimple.c:
11339         (set_options): New function.
11340         (scop_to_isl_ast): Add calling of set_options.
11341
11342 2014-08-05  Jakub Jelinek  <jakub@redhat.com>
11343
11344         * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
11345         (analyze_iv_to_split_insn): Don't initialize them.
11346         (get_ivts_expr): Removed.
11347         (allocate_basic_variable, insert_base_initialization): Use
11348         SET_SRC instead of *get_ivts_expr.
11349         (split_iv): Use &SET_SRC instead of get_ivts_expr.
11350
11351 2014-08-05  Roman Gareev  <gareevroman@gmail.com>
11352
11353         * graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
11354         (translate_isl_ast_for_loop): Add checking of the
11355         flag_loop_parallelize_all.
11356         (ast_build_before_for): New function.
11357         (scop_to_isl_ast): Add checking of the
11358         flag_loop_parallelize_all.
11359         * graphite-dependences.c: Move the defenition of the
11360         scop_get_dependences from graphite-optimize-isl.c to this file.
11361         (apply_schedule_on_deps): Add checking of the ux's emptiness.
11362         (carries_deps): Add checking of the x's value.
11363         * graphite-optimize-isl.c: Move the defenition of the
11364         scop_get_dependences to graphite-dependences.c.
11365         * graphite-poly.h: Add declarations of scop_get_dependences
11366         and carries_deps.
11367
11368 2014-08-04  Rohit  <rohitarulraj@freescale.com>
11369
11370         PR target/60102
11371         * config/rs6000/rs6000.c (rs6000_reg_names): Add SPE high register
11372         names.
11373         (alt_reg_names): Likewise.
11374         (rs6000_dwarf_register_span): For SPE high registers, replace
11375         dwarf register numbers with GCC hard register numbers.
11376         (rs6000_init_dwarf_reg_sizes_extra): Likewise.
11377         (rs6000_dbx_register_number): For SPE high registers, return dwarf
11378         register number for the corresponding GCC hard register number.
11379         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Update based on 32
11380         newly added GCC hard register numbers for SPE high registers.
11381         (DWARF_FRAME_REGISTERS):  Likewise.
11382         (DWARF_REG_TO_UNWIND_COLUMN): Likewise.
11383         (DWARF_FRAME_REGNUM): Likewise.
11384         (FIXED_REGISTERS): Likewise.
11385         (CALL_USED_REGISTERS): Likewise.
11386         (CALL_REALLY_USED_REGISTERS): Likewise.
11387         (REG_ALLOC_ORDER): Likewise.
11388         (enum reg_class): Likewise.
11389         (REG_CLASS_NAMES): Likewise.
11390         (REG_CLASS_CONTENTS): Likewise.
11391         (SPE_HIGH_REGNO_P): New macro to identify SPE high registers.
11392
11393 2014-08-04  Richard Biener  <rguenther@suse.de>
11394
11395         * gimple-fold.h (gimple_fold_builtin): Remove.
11396         * gimple-fold.c (gimple_fold_builtin): Make static.
11397         * tree-ssa-ccp.c (pass_fold_builtins::execute): Use
11398         fold_stmt, not gimple_fold_builtin.
11399
11400 2014-08-04  Martin Liska <mliska@suse.cz>
11401
11402         * cgraph.h (csi_end_p): Removed.
11403         (csi_next): Likewise.
11404         (csi_node): Likewise.
11405         (csi_start): Likewise.
11406         (cgraph_node_in_set_p): Likewise.
11407         (cgraph_node_set_size): Likewise.
11408         (vsi_end_p): Likewise.
11409         (vsi_next): Likewise.
11410         (vsi_node): Likewise.
11411         (vsi_start): Likewise.
11412         (varpool_node_set_size): Likewise.
11413         (cgraph_node_set_nonempty_p): Likewise.
11414         (varpool_node_set_nonempty_p): Likewise.
11415         * cgraphunit.c (cgraph_process_new_functions): vec replaces
11416         cgraph_node_set.
11417         * ipa-inline-transform.c: Likewise.
11418         * ipa-utils.c (cgraph_node_set_new): Removed.
11419         (cgraph_node_set_add): Likewise.
11420         (cgraph_node_set_remove): Likewise.
11421         (cgraph_node_set_find): Likewise.
11422         (dump_cgraph_node_set): Likewise.
11423         (debug_cgraph_node_set): Likewise.
11424         (free_cgraph_node_set): Likewise.
11425         (varpool_node_set_new): Likewise.
11426         (varpool_node_set_add): Likewise.
11427         (varpool_node_set_remove): Likewise.
11428         (varpool_node_set_find): Likewise.
11429         (dump_varpool_node_set): Likewise.
11430         (free_varpool_node_set): Likewise.
11431         (debug_varpool_node_set): Likewise.
11432         * tree-emutls.c (struct tls_var_data):
11433         (emutls_index): Removed.
11434         (emutls_decl): Likewise.
11435         (gen_emutls_addr): Function implementation uses newly added
11436         hash_map<varpool_node *, tls_var_data>.
11437         (clear_access_vars): Likewise.
11438         (create_emultls_var): Likewise.
11439         (ipa_lower_emutls): Likewise.
11440         (reset_access): New function.
11441
11442 2014-08-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
11443
11444         * config/i386/i386.c (ix86_option_override_internal): Add
11445         PTA_RDRND and PTA_MOVBE for bdver4.
11446
11447 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11448             James Greenhalgh  <james.greenhalgh@arm.com>
11449
11450         * doc/md.texi (clrsb): Document.
11451         (clz): Change reference to x into operand 1.
11452         (ctz): Likewise.
11453         (popcount): Likewise.
11454
11455 2014-08-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11456
11457         PR target/61713
11458         * gcc/optabs.c (expand_atomic_test_and_set): Do not try to emit
11459         move to subtarget in serial version if result is ignored.
11460
11461 2014-08-04  Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11462             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11463
11464         * sched-deps.c (try_group_insn): Generalise macro fusion hook usage
11465         to any two insns.  Update comment.  Rename to sched_macro_fuse_insns.
11466         (sched_analyze_insn): Update use of try_group_insn to
11467         sched_macro_fuse_insns.
11468         * config/i386/i386.c (ix86_macro_fusion_pair_p): Reject 2nd
11469         arguments that are not conditional jumps.
11470
11471 2014-08-04 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
11472
11473         * config/i386/driver-i386.c (host_detect_local_cpu): Handle AMD's extended
11474         family information. Handle BTVER2 cpu with cpuid family value.
11475
11476 2014-08-04  Tom de Vries  <tom@codesourcery.com>
11477
11478         * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
11479         (glibc_2_11_or_earlier): Document effective-target keywords.
11480
11481 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
11482
11483         * ipa-devirt.c (odr_type_warn_count): Add type.
11484         (possible_polymorphic_call_targets): Set it.
11485         (ipa_devirt): Use it.
11486
11487 2014-08-01  Jan Hubicka  <hubicka@ucw.cz>
11488
11489         * doc/invoke.texi (Wsuggest-final-types, Wsuggest-final-methods):
11490         Document.
11491         * ipa-devirt.c: Include hash-map.h
11492         (struct polymorphic_call_target_d): Add type_warning and decl_warning.
11493         (clear_speculation): Break out of ...
11494         (get_class_context): ... here; speed up handling obviously useless
11495         speculations.
11496         (odr_type_warn_count, decl_warn_count): New structures.
11497         (final_warning_record): New structure.
11498         (final_warning_records): New static variable.
11499         (possible_polymorphic_call_targets): Cleanup handling of
11500         speculative info; do not build speculation when user do not care;
11501         record info about warnings when asked for.
11502         (add_decl_warning): New function.
11503         (type_warning_cmp): New function.
11504         (decl_warning_cmp): New function.
11505         (ipa_devirt): Handle -Wsuggest-final-methods and -Wsuggest-final-types.
11506         (gate): Enable pass when warnings are requested.
11507         * common.opt (Wsuggest-final-types, Wsuggest-final-methods): New
11508         options.
11509
11510 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
11511
11512         * hash-map.h (default_hashmap_traits::mark_key_deleted):
11513         Fix cast.
11514         (hash_map::remove): New method.
11515         (hash_map::traverse): New method.
11516         * cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
11517         ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
11518         tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
11519         tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
11520         tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
11521         tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
11522         pointer_map.
11523
11524 2014-08-02  Trevor Saunders  <tsaunders@mozilla.com>
11525
11526         * hash-set.h: new File.
11527         * cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
11528         cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
11529         ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
11530         lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
11531         tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
11532         tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
11533         tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
11534         varpool.c: Use hash_set instead of pointer_set.
11535
11536 2014-08-01  Alan Lawrence  <alan.lawrence@arm.com>
11537
11538         * config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
11539
11540 2014-08-01  Jiong Wang <jiong.wang@arm.com>
11541
11542         * config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
11543         for frame access when strict_p is false.
11544
11545 2014-08-01  Renlin Li <renlin.li@arm.com>
11546 2014-08-01  Jiong Wang <jiong.wang@arm.com>
11547
11548         * config/aarch64/aarch64.c (offset_7bit_signed_scaled_p): Rename to
11549         aarch64_offset_7bit_signed_scaled_p, remove static and use it.
11550         * config/aarch64/aarch64-protos.h (aarch64_offset_7bit_signed_scaled_p):
11551         Declaration.
11552         * config/aarch64/predicates.md (aarch64_mem_pair_offset): Define new
11553         predicate.
11554         * config/aarch64/aarch64.md (loadwb_pair, storewb_pair): Use
11555         aarch64_mem_pair_offset.
11556
11557 2014-08-01  Jiong Wang <jiong.wang@arm.com>
11558
11559         * config/aarch64/aarch64.md (loadwb_pair<GPI:mode>_<P:mode>): Fix
11560         offset.
11561         (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
11562         * config/aarch64/aarch64.c (aarch64_gen_loadwb_pair): Likewise.
11563
11564 2014-08-01  Matthew Fortune  <matthew.fortune@imgtec.com>
11565
11566         * config/mips/mips.h (REGISTER_PREFIX): Define macro.
11567
11568 2014-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
11569
11570         PR regression/61510
11571         * cgraphunit.c (analyze_functions): Use get_create rather than get
11572         for decls which are clones of abstract functions.
11573
11574 2014-08-01  Martin Liska  <mliska@suse.cz>
11575
11576         * gimple-iterator.h (gsi_next_nonvirtual_phi): New function.
11577         * ipa-prop.h (count_formal_params): Global function created from static.
11578         * ipa-prop.c (count_formal_params): Likewise.
11579         * ipa-utils.c (ipa_merge_profiles): Be more tolerant if we merge
11580         profiles for semantically equivalent functions.
11581         * passes.c (do_per_function): If we load body of a function
11582         during WPA, this condition should behave same.
11583         * varpool.c (ctor_for_folding): More tolerant assert for variable
11584         aliases created during WPA.
11585
11586 2014-08-01  Martin Liska  <mliska@suse.cz>
11587
11588         * doc/invoke.texi (Options That Control Optimization): Documentation
11589         for -foptimize-strlen introduced. Optimization levels default options
11590         fixed.
11591
11592 2014-08-01  Jakub Jelinek  <jakub@redhat.com>
11593
11594         * opts.c (common_handle_option): Handle -fsanitize=alignment.
11595         * ubsan.h (enum ubsan_null_ckind): Add UBSAN_CTOR_CALL.
11596         (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn): Change return
11597         type to bool.
11598         * stor-layout.h (min_align_of_type): New prototype.
11599         * asan.c (pass_sanopt::execute): Don't perform gsi_next if
11600         ubsan_expand* told us not to do it.  Remove the extra gsi_end_p
11601         check.
11602         * ubsan.c: Include builtins.h.
11603         (ubsan_expand_bounds_ifn): Change return type to bool,
11604         always return true.
11605         (ubsan_expand_null_ifn): Change return type to bool, change
11606         argument to gimple_stmt_iterator *.  Handle both null and alignment
11607         sanitization, take type from ckind argument's type rather than
11608         first argument.
11609         (instrument_member_call): Removed.
11610         (instrument_mem_ref): Remove t argument, add mem and base arguments.
11611         Handle both null and alignment sanitization, don't say whole
11612         struct access is member access.  Build 3 argument IFN_UBSAN_NULL
11613         call instead of 2 argument.
11614         (instrument_null): Adjust instrument_mem_ref caller.  Don't
11615         instrument calls here.
11616         (pass_ubsan::gate, pass_ubsan::execute): Handle SANITIZE_ALIGNMENT
11617         like SANITIZE_NULL.
11618         * stor-layout.c (min_align_of_type): New function.
11619         * flag-types.h (enum sanitize_code): Add SANITIZE_ALIGNMENT.
11620         Or it into SANITIZE_UNDEFINED.
11621         * doc/invoke.texi (-fsanitize=alignment): Document.
11622
11623 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11624
11625         * tree-ssa-tail-merge.c (same_succ_hash): Convert to inchash.
11626
11627 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11628
11629         * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Convert to
11630         inchash.
11631         (vn_reference_compute_hash): Dito.
11632         (vn_nary_op_compute_hash): Dito.
11633         (vn_phi_compute_hash): Dito.
11634         * tree-ssa-sccvn.h (vn_hash_constant_with_type): Dito.
11635
11636 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11637
11638         * tree-ssa-dom.c (iterative_hash_exprs_commutative):
11639         Rename to inchash:add_expr_commutative. Convert to inchash.
11640         (iterative_hash_hashable_expr): Rename to
11641         inchash:add_hashable_expr. Convert to inchash.
11642         (avail_expr_hash): Dito.
11643
11644 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11645
11646         * ipa-devirt.c (polymorphic_call_target_hasher::hash):
11647         Convert to inchash.
11648
11649 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11650
11651         * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
11652
11653 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11654
11655         * Makefile.in (OBJS): Add rtlhash.o
11656         * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
11657         (loc_checksum): Dito.
11658         (loc_checksum_ordered): Dito.
11659         (hash_loc_operands): Dito.
11660         (hash_locs): Dito.
11661         (hash_loc_list): Dito.
11662         * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
11663         * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
11664         * rtlhash.c: New file.
11665         * rtlhash.h: New file.
11666
11667 2014-07-31  Andi Kleen  <ak@linux.intel.com>
11668
11669         * inchash.h (inchash): Change inchash class to namespace.
11670         (class hash): ... Rename from inchash.
11671         (add_object): Move from macro to class template.
11672         * lto-streamer-out.c (hash_tree): Change inchash
11673         to inchash::hash.
11674         * tree.c (build_type_attribute_qual_variant): Dito.
11675         (type_hash_list): Dito.
11676         (attribute_hash_list): Dito.
11677         (iterative_hstate_expr): Rename to inchash::add_expr
11678         (build_range_type_1): Change inchash to inchash::hash
11679         and use hash::add_expr.
11680         (build_array_type_1): Dito.
11681         (build_function_type): Dito
11682         (build_method_type_directly): Dito.
11683         (build_offset_type): Dito.
11684         (build_complex_type): Dito.
11685         (make_vector_type): Dito.
11686         * tree.h (iterative_hash_expr): Dito.
11687
11688 2014-07-31  Chen Gang  <gang.chen.5i5j@gmail.com>
11689
11690         * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
11691
11692 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
11693
11694         * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
11695         correct alphabetical position.
11696         (vpaddd_f64): Rewrite using builtins.
11697         (vpaddd_s64): Move to correct alphabetical position.
11698         (vpaddd_u64): New.
11699
11700 2014-07-31  Oleg Endo  <olegendo@gcc.gnu.org>
11701
11702         PR target/61844
11703         * config/sh/sh.c (sh_legitimate_address_p,
11704         sh_legitimize_reload_address): Handle reg+reg address modes when
11705         ALLOW_INDEXED_ADDRESS is false.
11706         * config/sh/predicates.md (general_movsrc_operand,
11707         general_movdst_operand): Likewise.
11708
11709 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
11710
11711         * config/aarch64/aarch64-builtins.c
11712         (aarch64_gimple_fold_builtin): Don't fold reduction operations for
11713         BYTES_BIG_ENDIAN.
11714
11715 2014-07-31  James Greenhalgh  <james.greenhalgh@arm.com>
11716
11717         * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
11718         the generated mask based on BYTES_BIG_ENDIAN.
11719         (aarch64_simd_check_vect_par_cnst_half): New.
11720         * config/aarch64/aarch64-protos.h
11721         (aarch64_simd_check_vect_par_cnst_half): New.
11722         * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
11723         the check out to aarch64_simd_check_vect_par_cnst_half.
11724         (vect_par_cnst_lo_half): Likewise.
11725         * config/aarch64/aarch64-simd.md
11726         (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
11727         (move_hi_quad_<mode>): Always generate a low mask.
11728
11729 2014-07-30  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
11730
11731         * doc/invoke.texi (AVR Options): Add documentation about
11732         __AVR_DEVICE_NAME__ built-in macro.
11733
11734 2014-07-31  Charles Baylis  <charles.baylis@linaro.org>
11735
11736         PR target/61948
11737         * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
11738         constraints are satisfied.
11739         (<shift>di3_neon): Likewise.
11740
11741 2014-07-31  Richard Biener  <rguenther@suse.de>
11742
11743         PR tree-optimization/61964
11744         * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
11745         by structural equality.
11746
11747 2014-07-31  Yury Gribov  <y.gribov@samsung.com>
11748
11749         * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
11750         * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
11751         * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
11752         New enums.
11753         * gcc.c (sanitize_spec_function): Support new option.
11754         (SANITIZER_SPEC): Remove now redundant check.
11755         * opts.c (common_handle_option): Support new option.
11756         (finish_options): Check for incompatibilities.
11757         * toplev.c (process_options): Split userspace-specific checks.
11758
11759 2014-07-31  Richard Biener  <rguenther@suse.de>
11760
11761         * lto-streamer.h (struct output_block): Remove global.
11762         (struct data_in): Remove labels, num_named_labels and
11763         num_unnamed_labels.
11764         * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
11765         * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
11766
11767 2014-07-31  Marc Glisse  <marc.glisse@inria.fr>
11768
11769         PR c++/60517
11770         * common.opt (-Wreturn-local-addr): Moved from c.opt.
11771         * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
11772         (isolate_path): New argument to avoid inserting a trap.
11773         (find_implicit_erroneous_behaviour): Handle returning the address
11774         of a local variable.
11775         (find_explicit_erroneous_behaviour): Likewise.
11776
11777 2014-07-31  Bingfeng Mei <bmei@broadcom.com>
11778
11779         PR lto/61868
11780         * toplev.c (init_random_seed): Move piece of code never called to
11781         set_random_seed.
11782         (set_random_seed): see above.
11783
11784 2014-07-31  Tom de Vries  <tom@codesourcery.com>
11785
11786         * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
11787
11788 2014-07-31  Richard Sandiford  <rdsandiford@googlemail.com>
11789
11790         * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
11791         (compute_regs_asm_clobbered): Use extract_asm_operands instead.
11792
11793 2014-07-31  Richard Biener  <rguenther@suse.de>
11794
11795         * data-streamer.h (streamer_write_data_stream): Declare here,
11796         renamed from ...
11797         * lto-streamer.h (lto_output_data_stream): ... this.  Remove.
11798         * lto-cgraph.c (lto_output_node): Adjust.
11799         (lto_output_varpool_node): Likewise.
11800         * data-streamer-out.c (streamer_string_index): Likewise.
11801         (streamer_write_data_stream, lto_append_block): Move from ...
11802         * lto-section-out.c (lto_output_data_stream,
11803         lto_append_block): ... here.
11804
11805 2014-07-30  Mike Stump  <mikestump@comcast.net>
11806
11807         * configure.ac: Also check for popen.
11808         * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
11809         * configure: Regenerate.
11810         * config.in:  Regenerate.
11811
11812 2014-07-30  Martin Jambor  <mjambor@suse.cz>
11813
11814         * tree-sra.c (sra_ipa_modify_assign): Change type of the first
11815         parameter to gimple.
11816
11817 2014-07-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11818
11819         * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
11820         address as second parameter to __tpf_eh_return routine.
11821
11822 2014-07-30  Jiong Wang  <jiong.wang@arm.com>
11823
11824         * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
11825         Thumb2.
11826
11827 2014-07-30  Tom Tromey  <tromey@redhat.com>
11828
11829         PR c/59855
11830         * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
11831         * doc/extend.texi (Type Attributes): Document designated_init
11832         attribute.
11833
11834 2014-07-30  Roman Gareev  <gareevroman@gmail.com>
11835
11836         * graphite-isl-ast-to-gimple.c:
11837         (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
11838         (gcc_expression_from_isl_expression): Pass type to
11839         gcc_expression_from_isl_ast_expr_id.
11840
11841 2014-07-30  Richard Biener  <rguenther@suse.de>
11842
11843         * lto-streamer.h (lto_write_data): New function.
11844         * langhooks.c (lhd_append_data): Do not free block.
11845         * lto-section-out.c (lto_write_data): New function writing
11846         raw data to the current section.
11847         (lto_write_stream): Adjust for langhook semantic change.
11848         (lto_destroy_simple_output_block): Write header directly.
11849         * lto-opts.c (lto_write_options): Write options directly.
11850         * lto-streamer-out.c (produce_asm): Write heaeder directly.
11851         (lto_output_toplevel_asms): Likewise.
11852         (copy_function_or_variable): Copy data directly.
11853         (write_global_references): Output index table directly.
11854         (lto_output_decl_state_refs): Likewise.
11855         (write_symbol): Write data directly.
11856         (produce_symtab): Adjust.
11857         (produce_asm_for_decls): Output header and refs directly.
11858
11859 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
11860
11861         * ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
11862         to speculative_targets
11863         (get_class_context): Fix handling of contextes without outer type;
11864         avoid matching non-polymorphic types in LTO.
11865         (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
11866         parameter to speculative_targetsp; handle speculation.
11867         (dump_possible_polymorphic_call_targets): Update dumping.
11868
11869 2014-07-29  Jan Hubicka  <hubicka@ucw.cz>
11870
11871         * common.opt (Wodr): Enable by default.
11872
11873 2014-07-29  Olivier Hainque  <hainque@adacore.com>
11874
11875         * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
11876
11877 2014-07-29  H.J. Lu  <hongjiu.lu@intel.com>
11878
11879         PR bootstrap/61914
11880         * gengtype.c (strtoken): New function.
11881         (create_user_defined_type): Replace strtok with strtoken.
11882
11883 2014-07-29  Nathan Sidwell  <nathan@acm.org>
11884
11885         * gcov-io.c (gcov_var): Make hidden.
11886         * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
11887         (gcov_do_dump): Declare.
11888         (gcov_output_files): Call gcov_do_dump, not gcov_exit).
11889
11890 2014-07-29  Martin Jambor  <mjambor@suse.cz>
11891
11892         * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
11893         parameter to gimple.
11894         (sra_modify_assign): Likewise.
11895
11896 2014-07-29  Richard Biener  <rguenther@suse.de>
11897
11898         PR middle-end/52478
11899         * expr.c (expand_expr_real_2): Revert last change.
11900
11901 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
11902
11903         * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
11904         * cgraph.h (cgraph_indirect_call_info): Add speculative data.
11905         * gimple-fold.c (fold_gimple_assign): Fix check for virtual
11906         call.
11907         * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
11908         (contains_type_p): Forward declare.
11909         (polymorphic_call_target_hasher::hash): Hash speculative info.
11910         (polymorphic_call_target_hasher::equal): Compare speculative info.
11911         (get_class_context): Handle speuclation.
11912         (contains_type_p): Update.
11913         (get_polymorphic_call_info_for_decl): Update.
11914         (walk_ssa_copies): Break out from ...
11915         (get_polymorphic_call_info): ... here; set speculative context
11916         before giving up.
11917         * ipa-prop.c (ipa_write_indirect_edge_info,
11918         ipa_read_indirect_edge_info): Stream speculative context.
11919         * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
11920         (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
11921         SPECULATIVE_MAYBE_DERIVED_TYPE).
11922         (possible_polymorphic_call_targets overriders): Update.
11923         (dump_possible_polymorphic_call_targets overriders): Update.
11924         (dump_possible_polymorphic_call_target_p overriders): Update.
11925
11926 2014-07-28  Jan Hubicka  <hubicka@ucw.cz>
11927
11928         * gimple-fold.c (fold_gimple_assign): Fix condition guarding
11929         ipa-devirt path; fix thinko there.
11930
11931 2014-07-28  Trevor Saunders  <tsaunders@mozilla.com>
11932
11933         * config/i386/i386.c (ix86_return_in_memory): Replace one
11934         ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
11935
11936 2014-07-28  Marek Polacek  <polacek@redhat.com>
11937
11938         * doc/invoke.texi (-Wno-odr): Fix @item entry.  Tweak wording.
11939
11940 2014-07-28  Peter Bergner  <bergner@vnet.ibm.com>
11941
11942         * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
11943         * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
11944         * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
11945         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
11946         (USE_LD_AS_NEEDED): Likewise.
11947         (ASM_APP_ON): Likewise.
11948         (ASM_APP_OFF): Likewise.
11949         (TARGET_POSIX_IO): Likewise.
11950         * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
11951         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
11952         (USE_LD_AS_NEEDED): Likewise.
11953         (ASM_APP_ON): Likewise.
11954         (ASM_APP_OFF): Likewise.
11955         (TARGET_POSIX_IO): Likewise.
11956
11957 2014-07-28  Eric Botcazou  <ebotcazou@adacore.com>
11958
11959         PR middle-end/61734
11960         * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
11961         operators other than the equality operators.
11962
11963 2014-07-28  Richard Biener  <rguenther@suse.de>
11964
11965         PR middle-end/52478
11966         * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
11967         sure to register SImode ones, not only >= word_mode ones.
11968         * expr.c (expand_expr_real_2): When expanding -ftrapv
11969         binops do not use OPTAB_LIB_WIDEN.
11970
11971 2014-07-28  Richard Sandiford  <rdsandiford@googlemail.com>
11972
11973         PR middle-end/61919
11974         * tree-outof-ssa.c (insert_partition_copy_on_edge)
11975         (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
11976         (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
11977         inserting them in the insn stream.
11978
11979 2014-07-28  Marek Polacek  <polacek@redhat.com>
11980
11981         PR middle-end/61913
11982         * common.opt (Wodr): Add Var.
11983
11984 2014-07-28  Richard Biener  <rguenther@suse.de>
11985
11986         PR tree-optimization/61921
11987         * tree-ssa-structalias.c (create_variable_info_for_1): Check
11988         if there is a varpool node before dereferencing it.
11989
11990 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
11991
11992         * graphite-sese-to-poly.c:
11993         (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
11994         id of the pbb), which contains pointer to the pbb1.
11995
11996         * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
11997
11998 2014-07-28  Roman Gareev  <gareevroman@gmail.com>
11999
12000         * graphite-isl-ast-to-gimple.c:
12001         (graphite_create_new_guard): New function.
12002         (translate_isl_ast_node_if): New function.
12003         (translate_isl_ast): Add calling of translate_isl_ast_node_if.
12004
12005         * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
12006
12007 2014-07-27  Anthony Green  <green@moxielogic.com>
12008
12009         * config.gcc: Add moxie-*-moxiebox* configuration.
12010         * config/moxie/moxiebox.h: New file.
12011
12012 2014-07-26  Andrew Pinski  <apinski@cavium.com>
12013
12014         * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
12015         from the read only register.
12016
12017 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
12018
12019         * ira-costs.c (find_costs_and_classes): For -O0, use the best class
12020         as the allocation class if it isn't likely to be spilled.
12021
12022 2014-07-26  Richard Sandiford  <rdsandiford@googlemail.com>
12023
12024         * rtl.h (tls_referenced_p): Declare.
12025         * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
12026         * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
12027         (mips_cannot_force_const_mem): Use tls_referenced_p.
12028         * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
12029         * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
12030         instead of pa_tls_referenced_p.
12031         * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
12032         (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
12033         (pa_legitimate_constant_p): Likewise.
12034         (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
12035         * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
12036         (rs6000_cannot_force_const_mem, rs6000_emit_move)
12037         (rs6000_address_for_altivec): Use tls_referenced_p instead of
12038         rs6000_tls_referenced_p.
12039         (rs6000_tls_symbol_ref_1): Delete.
12040
12041 2014-07-26  Marc Glisse  <marc.glisse@inria.fr>
12042
12043         PR target/44551
12044         * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
12045         Optimize inverse of a VEC_CONCAT.
12046
12047 2014-07-25  Xinliang David Li  <davidxl@google.com>
12048
12049         * params.def: New parameter.
12050         * coverage.c (get_coverage_counts): Check new flag.
12051         (coverage_compute_profile_id): Check new flag.
12052         (coverage_begin_function): Check new flag.
12053         (coverage_end_function): Check new flag.
12054         * value-prof.c (coverage_node_map_initialized_p): New function.
12055         (init_node_map): Populate map with all functions.
12056         * doc/invoke.texi: Document new parameter.
12057
12058 2014-07-25  Jan Hubicka  <hubicka@ucw.cz>
12059             Richard Biener <rguenther@suse.de>
12060
12061         * lto-streamer-out.c (struct sccs): Turn to ...
12062         (class DFS): ... this one; refactor the DFS walk so it can
12063         be re-done on per-SCC basis.
12064         (DFS::DFS): New constructor.
12065         (DFS::~DFS): New destructor.
12066         (hash_tree): Add new MAP argument holding in-SCC hash values;
12067         remove POINTER_TYPE hashing hack.
12068         (scc_entry_compare): Rename to ...
12069         (DFS::scc_entry_compare): ... this one.
12070         (hash_scc): Rename to ...
12071         (DFS::hash_scc): ... this one; pass output_block instead
12072         of streamer_cache; work harder to get unique and stable SCC
12073         hashes.
12074         (DFS_write_tree): Rename to ...
12075         (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
12076         (lto_output_tree): Update.
12077
12078 2014-07-25  Andi Kleen  <ak@linux.intel.com>
12079
12080         * lto-streamer-out.c (hash_tree): Convert to inchash.
12081
12082 2014-07-25  Andi Kleen  <ak@linux.intel.com>
12083
12084         * tree.c (build_type_attribute_qual_variant): Use inchash.
12085         (type_hash_list): Dito.
12086         (attribute_hash_list): Dito
12087         (iterative_hstate_expr): Dito.
12088         (iterative_hash_expr): Dito.
12089         (build_range_type_1): Dito.
12090         (build_array_type_1): Dito.
12091         (build_function_type): Dito.
12092         (build_method_type_directly): Dito.
12093         (build_offset_type): Dito.
12094         (build_complex_type): Dito.
12095         (make_vector_type): Dito.
12096         * tree.h (iterative_hash_expr): Add compat wrapper.
12097         (iterative_hstate_expr): Add.
12098
12099 2014-07-25  Andi Kleen  <ak@linux.intel.com>
12100
12101         * Makefile.in (OBJS): Add inchash.o.
12102         (PLUGIN_HEADERS): Add inchash.h.
12103         * ipa-devirt.c: Include inchash.h.
12104         * lto-streamer-out.c: Dito.
12105         * tree-ssa-dom.c: Dito.
12106         * tree-ssa-pre.c: Dito.
12107         * tree-ssa-sccvn.c: Dito.
12108         * tree-ssa-tail-merge.c: Dito.
12109         * asan.c: Dito.
12110         * tree.c (iterative_hash_hashval_t): Move to ...
12111         (iterative_hash_host_wide_int): Move to ...
12112         * inchash.c: Here. New file.
12113         * tree.h (iterative_hash_hashval_t): Move to ...
12114         (iterative_hash_host_wide_int): Move to ...
12115         * inchash.h: Here. New file.
12116
12117 2014-07-25  Richard Biener  <rguenther@suse.de>
12118
12119         PR middle-end/61762
12120         PR middle-end/61894
12121         * fold-const.c (native_encode_int): Add and handle offset
12122         parameter to do partial encodings of expr.
12123         (native_encode_fixed): Likewise.
12124         (native_encode_real): Likewise.
12125         (native_encode_complex): Likewise.
12126         (native_encode_vector): Likewise.
12127         (native_encode_string): Likewise.
12128         (native_encode_expr): Likewise.
12129         * fold-const.c (native_encode_expr): Add offset parameter
12130         defaulting to -1.
12131         * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
12132         (fold_ctor_reference): Handle all reads from tcc_constant
12133         ctors.
12134
12135 2014-07-25  Richard Biener  <rguenther@suse.de>
12136
12137         * tree-inline.c (estimate_move_cost): Mark speed_p argument
12138         as possibly unused.
12139
12140 2014-07-23  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
12141
12142         * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
12143
12144 2014-07-24  Kyle McMartin  <kyle@redhat.com>
12145
12146         * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
12147
12148 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12149
12150         * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
12151         Add prototype.
12152         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
12153         function.
12154         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
12155         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
12156         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
12157
12158 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12159
12160         * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
12161         and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
12162         aggregate types.  Instead, *all* aggregate types, except for single-
12163         element or homogeneous float/vector aggregates, are quadword-aligned
12164         if required by their type alignment.  Issue -Wpsabi note when a type
12165         is now treated differently than before.
12166
12167 2014-07-24  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12168
12169         * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
12170         does not fit fully into floating-point registers, and there is still
12171         space in the register parameter area, use GPRs to pass those parts
12172         of the argument.  Issue -Wpsabi note if any parameter is now treated
12173         differently than before.
12174         (rs6000_arg_partial_bytes): Update.
12175
12176 2014-07-24  Uros Bizjak  <ubizjak@gmail.com>
12177
12178         * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
12179
12180 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
12181
12182         * rtl.h (target_rtl): Remove lang_dependent_initialized.
12183         * toplev.c (initialize_rtl): Don't use it.  Move previously
12184         "language-dependent" calls to...
12185         (backend_init): ...here.
12186         (lang_dependent_init_target): Don't set lang_dependent_initialized.
12187         Assert that RTL initialization hasn't happend yet.
12188
12189 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
12190
12191         PR rtl-optimization/61629
12192         * reginfo.c (reinit_regs): Only call ira_init and recog_init if
12193         they have already been initialized.
12194
12195 2014-07-24  Richard Sandiford  <rdsandiford@googlemail.com>
12196
12197         PR middle-end/61268
12198         * function.c (assign_parm_setup_reg): Prevent invalid sharing of
12199         DECL_INCOMING_RTL and entry_parm.
12200         (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
12201         * calls.c (load_register_parameters): Likewise argument values.
12202         (emit_library_call_value_1, store_one_arg): Likewise argument
12203         save areas.
12204         * config/i386/i386.c (assign_386_stack_local): Likewise the local
12205         stack slot.
12206         * explow.c (validize_mem): Modify the argument in-place.
12207
12208 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
12209
12210         * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
12211         (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
12212
12213 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
12214
12215         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
12216         (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
12217
12218 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
12219
12220         * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
12221         (aarch64_save_callee_saves): New parameter "skip_wb".
12222         (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
12223
12224 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
12225
12226         * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
12227         "wb_candidate2".
12228         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
12229
12230 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
12231
12232         * graphite-isl-ast-to-gimple.c:
12233         (graphite_create_new_loop): Add calling of isl_id_free to properly
12234         decrement reference counts.
12235
12236         * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
12237
12238 2014-07-24  Martin Liska  <mliska@suse.cz>
12239         * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
12240         function used.
12241         * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
12242         (rs6000_code_end): Likewise.
12243
12244 2014-07-24  Martin Liska  <mliska@suse.cz>
12245
12246         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
12247         symtab_node funtion used.
12248         (rs6000_xcoff_declare_object_name): Likewise.
12249
12250 2014-07-24  Martin Liska  <mliska@suse.cz>
12251
12252         * cgraphunit.c (compile): Correct function used.
12253
12254 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
12255
12256         * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
12257         as non-indexable.
12258
12259 2014-07-24  Jan Hubicka  <hubicka@ucw.cz>
12260
12261         PR lto/61802
12262         * varasm.c (bss_initializer_p): Handle offlined ctors.
12263         (align_variable, get_variable_align): Likewise.
12264         (make_decl_one_only): Likewise.
12265         (default_binds_local_p_1): Likewise.
12266         (decl_binds_to_current_def_p): Likewise.
12267         (get_variable_section): Get constructor if it is offlined.
12268         (assemble_variable_contents): Sanity check that the caller
12269         streamed in the ctor in LTO.
12270
12271 2014-07-24  Roman Gareev  <gareevroman@gmail.com>
12272
12273         * graphite-isl-ast-to-gimple.c:
12274         (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
12275         (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
12276         isl_ast_op_pdiv_r to the different case.
12277
12278         * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
12279
12280 2014-07-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12281
12282         PR middle-end/61876
12283         * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
12284         when flag_errno_math is on.
12285
12286 2014-07-24  Martin Liska  <mliska@suse.cz>
12287
12288         * cgraph.h (varpool_node):
12289         (availability get_availability (void)):
12290         created from cgraph_variable_initializer_availability
12291         (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
12292         created from: cgraph_variable_initializer_availability
12293         (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
12294         (void finalize_named_section_flags (void)):
12295         created from varpool_finalize_named_section_flags
12296         (bool assemble_decl (void)): created from varpool_assemble_decl
12297         (void analyze (void)): created from varpool_analyze_node
12298         (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
12299         void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
12300         (void remove_initializer (void)): created from varpool_remove_initializer
12301         (tree get_constructor (void)): created from varpool_get_constructor
12302         (bool externally_visible_p (void)): created from varpool_externally_visible_p
12303         (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
12304         (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
12305         (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
12306         (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
12307         (static void finalize_decl (tree decl)): created from varpool_finalize_decl
12308         (static bool output_variables (void)): created from varpool_output_variables
12309         (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
12310         created from varpool_extra_name_alias
12311         (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
12312         (static void dump_varpool (FILE *f)): created from dump_varpool
12313         (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
12314         (static varpool_node *create_empty (void)): created from varpool_create_empty_node
12315         (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
12316         (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
12317         (void assemble_aliases (void)): created from assemble_aliases
12318
12319 2014-07-24  Martin Liska  <mliska@suse.cz>
12320
12321         * cgraph.h (symtab_node):
12322         (void register_symbol (void)): created from symtab_register_node
12323         (void remove (void)): created from symtab_remove_node
12324         (void dump (FILE *f)): created from dump_symtab_node
12325         (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
12326         (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
12327         (struct ipa_ref *add_reference (symtab_node *referred_node,
12328         enum ipa_ref_use use_type)): created from add_reference 
12329         (struct ipa_ref *add_reference (symtab_node *referred_node,
12330         enum ipa_ref_use use_type, gimple stmt)): created from add_reference
12331         (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
12332         gimple stmt)): created from maybe_add_reference
12333         (bool semantically_equivalent_p (symtab_node *target)): created from
12334         symtab_semantically_equivalent_p
12335         (void remove_from_same_comdat_group (void)): created from
12336         remove_from_same_comdat_group
12337         (void add_to_same_comdat_group (symtab_node *old_node)): created from
12338         symtab_add_to_same_comdat_group
12339         (void dissolve_same_comdat_group_list (void)): created from
12340         symtab_dissolve_same_comdat_group_list
12341         (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
12342         (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
12343         created from symtab_alias_ultimate_target
12344         (inline symtab_node *next_defined_symbol (void)): created from
12345         symtab_next_defined_symbol
12346         (bool resolve_alias (symtab_node *target)): created from
12347         symtab_resolve_alias
12348         (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
12349         void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
12350         (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
12351         (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
12352         (void set_section (const char *section)): created from set_section_1 
12353         (enum availability get_availability (void)): created from symtab_node_availability
12354         (void make_decl_local (void)): created from symtab_make_decl_local
12355         (bool real_symbol_p (void)): created from symtab_read_node
12356         (can_be_discarded_p (void)): created from symtab_can_be_discarded
12357         (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
12358         (inline bool in_same_comdat_group_p (symtab_node *target)): created from
12359         symtab_in_same_comdat_p;
12360         (bool address_taken_from_non_vtable_p (void)): created from
12361         address_taken_from_non_vtable_p
12362         (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
12363         (static void dump_table (FILE *)): created from dump_symtab
12364         (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
12365         (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
12366         (static bool used_from_object_file_p_worker (symtab_node *node)): created from
12367         symtab_used_from_object_file_p 
12368         (void dump_base (FILE *)): created from dump_symtab_base
12369         (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
12370         (void unregister (void)): created from symtab_unregister_node
12371         (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
12372         (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
12373         (static bool noninterposable_alias (symtab_node *node, void *data)): created from
12374         symtab_nonoverwritable_alias_1
12375         * cgraph.h (cgraph_node):
12376         (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
12377         created from cgraph_remove_node_and_inline_clones
12378         (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
12379         (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
12380         bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
12381         (cgraph_node *function_symbol (enum availability *avail = NULL)):
12382         created from cgraph_function_node
12383         (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
12384         vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
12385         struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
12386         created from cgraph_create_clone 
12387         (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
12388         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
12389         created from cgraph_create_virtual_clone
12390         (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
12391         (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
12392         bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
12393         (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
12394         vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
12395         bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
12396         created from cgraph_function_version_info
12397         (struct cgraph_function_version_info *insert_new_function_version (void)):
12398         created from insert_new_cgraph_node_version
12399         (struct cgraph_function_version_info *function_version (void)): created from
12400         get_cgraph_node_version
12401         (void analyze (void)): created from analyze_function
12402         (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
12403         HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
12404         tree real_alias) cgraph_add_thunk
12405         (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
12406         (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
12407         created from cgraph_function_or_thunk_node
12408         (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
12409         created from expand_thunk
12410         (void reset (void)): created from cgraph_reset_node
12411         (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
12412         (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
12413         (void remove (void)): created from cgraph_remove_node
12414         (void dump (FILE *f)): created from dump_cgraph_node
12415         (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
12416         (bool get_body (void)): created from cgraph_get_body
12417         (void release_body (void)): created from cgraph_release_function_body
12418         (void unnest (void)): created from cgraph_unnest_node
12419         (void make_local (void)): created from cgraph_make_node_local
12420         (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
12421         (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
12422         gcov_type count, int freq)): created from cgraph_create_edge
12423         (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
12424         gcov_type count, int freq)): created from cgraph_create_indirect_edge
12425         (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
12426         gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
12427         created from cgraph_create_edge_including_clones
12428         (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
12429         (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
12430         (void remove_callers (void)): created from cgraph_node_remove_callers
12431         (void remove_callees (void)): created from cgraph_node_remove_callees
12432         (enum availability get_availability (void)): created from cgraph_function_body_availability
12433         (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
12434         (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
12435         (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
12436         (void call_duplication_hooks (cgraph_node *node2)): created from
12437         cgraph_call_node_duplication_hooks
12438         (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
12439         void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
12440         (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
12441         void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
12442         (void call_function_insertion_hooks (void)):
12443         created from cgraph_call_function_insertion_hooks
12444         (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
12445         (bool local_p (void)): created from cgraph_local_node
12446         (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
12447         (bool cannot_return_p (void)): created from cgraph_node_cannot_return
12448         (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
12449         (inline bool only_called_directly_or_aliased_p (void)):
12450         created from cgraph_only_called_directly_or_aliased_p
12451         (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
12452         created from cgraph_will_be_removed_from_program_if_no_direct_calls
12453         (bool can_remove_if_no_direct_calls_and_refs_p (void)):
12454         created from cgraph_can_remove_if_no_direct_calls_and_refs_p
12455         (bool can_remove_if_no_direct_calls_p (void)):
12456         created from cgraph_can_remove_if_no_direct_calls_p
12457         (inline bool has_gimple_body_p (void)):
12458         created from cgraph_function_with_gimple_body_p
12459         (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
12460         (static void dump_cgraph (FILE *f)): created from dump_cgraph
12461         (static inline void debug_cgraph (void)): created from debug_cgraph
12462         (static void record_function_versions (tree decl1, tree decl2)):
12463         created from record_function_versions
12464         (static void delete_function_version (tree decl)):
12465         created from delete_function_version
12466         (static void add_new_function (tree fndecl, bool lowered)):
12467         created from cgraph_add_new_function
12468         (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
12469         (static cgraph_node * create (tree decl)): created from cgraph_create_node
12470         (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
12471         (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
12472         (static cgraph_node *get_for_asmname (tree asmname)):
12473         created from cgraph_node_for_asm
12474         (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
12475         created from cgraph_same_body_alias 
12476         (static bool used_from_object_file_p_worker (cgraph_node *node,
12477         void *): new function
12478         (static bool non_local_p (cgraph_node *node, void *)):
12479         created from cgraph_non_local_node_p_1
12480         (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
12481         created from verify_cgraph
12482         (static bool make_local (cgraph_node *node, void *)):
12483         created from cgraph_make_node_local
12484         (static cgraph_node *create_alias (tree alias, tree target)):
12485         created from cgraph_create_function_alias
12486         (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
12487         gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
12488         created from cgraph_create_edge_1
12489         * cgraph.h (varpool_node):
12490         (void remove (void)): created from varpool_remove_node
12491         (void dump (FILE *f)): created from dump_varpool_node
12492
12493 2014-07-24  Richard Biener  <rguenther@suse.de>
12494
12495         PR ipa/61823
12496         * tree-ssa-structalias.c (create_variable_info_for_1):
12497         Use varpool_get_constructor.
12498         (create_variable_info_for): Likewise.
12499
12500 2014-07-24  Jiong Wang  <jiong.wang@arm.com>
12501
12502         * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
12503         subtract outgoing area size when restoring stack_pointer_rtx.
12504
12505 2014-07-24  Nick Clifton  <nickc@redhat.com>
12506
12507         * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
12508         that operations are taking place in parallel.
12509         * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
12510
12511 2014-07-24  Thomas Schwinge  <thomas@codesourcery.com>
12512
12513         * omp-low.c (extract_omp_for_data): Add missing break statement.
12514
12515 2014-07-24  Richard Biener  <rguenther@suse.de>
12516
12517         * tree-inline.h (estimate_move_cost): Add speed_p parameter.
12518         * tree-inline.c (estimate_move_cost): Add speed_p parameter
12519         and adjust MOVE_RATIO query accordingly.
12520         (estimate_num_insns): Adjust callers.
12521         * ipa-prop.c (ipa_populate_param_decls): Likewise.
12522         * ipa-cp.c (gather_context_independent_values,
12523         estimate_local_effects): Likewise.
12524         * ipa-split.c (consider_split): Likewise.
12525
12526 2014-07-24  Trevor Saunders  <tsaunders@mozilla.com>
12527
12528         * config/i386/driver-i386.c: Remove names of unused arguments and
12529         unnecessary unused attributes.
12530         * config/i386/host-mingw32.c: Likewise.
12531         * config/i386/i386.c: Likewise.
12532         * config/i386/winnt-stubs.c: Likewise.
12533         * config/i386/winnt.c: Likewise.
12534
12535 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12536
12537         * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
12538         (aarch64_gen_loadwb_pair): New helper function.
12539         (aarch64_expand_epilogue): Simplify code using new helper functions.
12540         * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
12541
12542 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12543
12544         * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
12545         (aarch64_gen_storewb_pair): New helper function.
12546         (aarch64_expand_prologue): Simplify code using new helper functions.
12547         * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
12548
12549 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12550
12551         * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
12552         Rename to aarch64_save_callee_saves, remove restore code.
12553         (aarch64_restore_callee_saves): New function.
12554
12555 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12556
12557         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
12558         (aarch64_save_callee_saves): New function to handle reg save
12559         for both core and vectore regs.
12560
12561 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12562
12563         * config/aarch64/aarch64.c (aarch64_gen_load_pair)
12564         (aarch64_gen_store_pair): New helper function.
12565         (aarch64_save_or_restore_callee_save_registers)
12566         (aarch64_save_or_restore_fprs): Use new helper functions.
12567
12568 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12569
12570         * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
12571         (aarch64_save_or_restore_callee_save_registers)
12572         (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
12573
12574 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12575
12576         * config/aarch64/aarch64.c
12577         (aarch64_save_or_restore_callee_save_registers)
12578         (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
12579
12580 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12581
12582         * config/aarch64/aarch64.c
12583         (aarch64_save_or_restore_callee_save_registers)
12584         (aarch64_save_or_restore_fprs): Remove 'increment'.
12585
12586 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12587
12588         * config/aarch64/aarch64.c
12589         (aarch64_save_or_restore_callee_save_registers)
12590         (aarch64_save_or_restore_fprs): Use register offset in
12591         cfun->machine->frame.reg_offset.
12592
12593 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12594
12595         * config/aarch64/aarch64.c
12596         (aarch64_save_or_restore_callee_save_registers)
12597         (aarch64_save_or_restore_fprs): Remove base_rtx.
12598
12599 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12600
12601         * config/aarch64/aarch64.c
12602         (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
12603         to 'start_offset'.  Remove local variable 'start_offset'.
12604
12605 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12606
12607         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
12608         type to HOST_WIDE_INT.
12609
12610 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12611
12612         * config/aarch64/aarch64.c (aarch64_expand_prologue)
12613         (aarch64_save_or_restore_fprs)
12614         (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
12615
12616 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12617
12618         * config/arm/t-rtems-eabi: Add
12619         mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
12620         mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
12621         mbig-endian/mthumb/march=armv7-r, and
12622         mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
12623         multilibs.
12624
12625 2014-07-23  Sebastian Huber  <sebastian.huber@embedded-brains.de>
12626             Chris Johns <chrisj@rtems.org>
12627             Joel Sherrill <joel.sherrill@oarcorp.com>
12628
12629         * config.gcc: Add nios2-*-rtems*.
12630         * config/nios2/rtems.h: New file.
12631         * gcc/config/nios2/t-rtems: New file.
12632
12633 2014-07-23  Segher Boessenkool  <segher@kernel.crashing.org>
12634
12635         PR target/61396
12636         * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
12637         constant numbers, not general constants.
12638         (rs6000_expand_vector_init): Ditto.
12639
12640 2014-07-23  Nathan Sidwell  <nathan@acm.org>
12641
12642         * gcov-tool.c (gcov_list): Declare here.
12643         (set_gcov_list): Remove.
12644         (gcov_output_files): Set gcov_list directly.
12645
12646 2014-07-23  Host Schirmeier  <horst@schirmeier.com>
12647
12648         * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
12649
12650 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
12651
12652         * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
12653         callee-saved registers are available for padding purpose
12654         and r3 is not mandatory, then prefer use those callee-saved
12655         instead of r3.
12656
12657 2014-07-23  Richard Biener  <rguenther@suse.de>
12658
12659         * params.def (PARAM_MAX_COMBINE_INSNS): New.
12660         * combine.c: Include statistics.h and params.h.
12661         (combine_instructions): Guard three and four insn combines
12662         with max-combine-insns value.  Record statistics for combines
12663         performed.
12664         * doc/invoke.texi (max-combine-insns): Document new param.
12665
12666 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
12667
12668         * graphite-isl-ast-to-gimple.c:
12669         (translate_isl_ast_node_block): New function.
12670         (translate_isl_ast): Add calling of translate_isl_ast_node_block.
12671
12672         * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
12673         * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
12674
12675 2014-07-23  Roman Gareev  <gareevroman@gmail.com>
12676
12677         * graphite-isl-ast-to-gimple.c:
12678         (get_max_schedule_dimensions): New function.
12679         (extend_schedule): Likewise.
12680         (generate_isl_schedule): Add calling of extend_schedule and
12681         get_max_schedule_dimensions.
12682
12683 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12684
12685         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
12686         (case UNSPEC): Handle UNSPEC_RBIT.
12687
12688 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12689
12690         * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
12691         (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
12692
12693 2014-07-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12694
12695         * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
12696
12697 2014-07-22  Roman Gareev  <gareevroman@gmail.com>
12698
12699         * graphite-isl-ast-to-gimple.c:
12700         Add inclusion of gimple-ssa.h, tree-into-ssa.h.
12701         (ivs_params_clear):
12702         (build_iv_mapping): New function.
12703         (translate_isl_ast_node_user): Likewise.
12704         (translate_isl_ast): Add calling of translate_isl_ast_node_user.
12705
12706         * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
12707         * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
12708         * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
12709
12710 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
12711
12712         PR target/55701
12713         * config/arm/arm.md (setmem): New pattern.
12714         * config/arm/arm-protos.h (struct tune_params): New fields.
12715         (arm_gen_setmem): New prototype.
12716         * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
12717         (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
12718         (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
12719         (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
12720         (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
12721         (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
12722         (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
12723         (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
12724         (arm_const_inline_cost): New function.
12725         (arm_block_set_max_insns): New function.
12726         (arm_block_set_non_vect_profit_p): New function.
12727         (arm_block_set_vect_profit_p): New function.
12728         (arm_block_set_unaligned_vect): New function.
12729         (arm_block_set_aligned_vect): New function.
12730         (arm_block_set_unaligned_non_vect): New function.
12731         (arm_block_set_aligned_non_vect): New function.
12732         (arm_block_set_vect, arm_gen_setmem): New functions.
12733
12734 2014-07-21  Bin Cheng  <bin.cheng@arm.com>
12735
12736         * config/arm/arm.c (output_move_neon): Handle REG explicitly.
12737
12738 2014-07-21  Uros Bizjak  <ubizjak@gmail.com>
12739
12740         PR target/61855
12741         * config/i386/avx512fintrin.h: Move constants for mantissa extraction
12742         out of #ifdef __OPTIMIZE__.
12743
12744 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
12745
12746         * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
12747         different trapping status if -fnon-call-exceptions is enabled.
12748
12749 2014-07-20  Eric Botcazou  <ebotcazou@adacore.com>
12750
12751         * expr.c (store_field): Handle VOIDmode for calls that return values
12752         in multiple locations.
12753
12754 2014-07-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12755
12756         * config/rs6000/altivec.md (unspec enum):  Fix typo in UNSPEC_VSLDOI.
12757         (altivec_vsldoi_<mode>): Likewise.
12758
12759 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
12760
12761         * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
12762         to the number of characters in the line.
12763
12764 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
12765
12766         * graphite-isl-ast-to-gimple.c: Add using of
12767         build_nonstandard_integer_type instead of int128_integer_type_node.
12768
12769 2014-07-19  Eric Botcazou  <ebotcazou@adacore.com>
12770
12771         * toplev.c (output_stack_usage): Adjust the location of the warning.
12772
12773 2014-07-19  Daniel Cederman  <cederman@gaisler.com>
12774
12775         * config/sparc/sync.md (*membar_storeload_leon3): New insn.
12776         (*membar_storeload): Disable for LEON3.
12777
12778 2014-07-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12779
12780         PR rtl-optimization/61461
12781         * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
12782
12783 2014-07-18  Uros Bizjak  <ubizjak@gmail.com>
12784
12785         PR target/61794
12786         * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
12787         Fix instruction constraint.
12788         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
12789
12790 2014-07-18  Jonathan Wakely  <jwakely@redhat.com>
12791
12792         * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
12793
12794 2014-07-18  Chung-Ju Wu  <jasonwucj@gmail.com>
12795
12796         * config/nds32/nds32.c (nds32_can_eliminate): Follow the
12797         GNU coding standards.
12798         (nds32_register_move_cost): Likewise.
12799         (nds32_memory_move_cost): Likewise.
12800         (nds32_address_cost): Likewise.
12801
12802 2014-07-18  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
12803
12804         * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
12805
12806 2014-07-17  John David Anglin  <danglin@gcc.gnu.org>
12807
12808         * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
12809         __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
12810         and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
12811         (HAVE_sync_compare_and_swapqi): Define.
12812         (HAVE_sync_compare_and_swaphi): Likewise.
12813         (HAVE_sync_compare_and_swapsi): Likewise.
12814
12815 2014-07-17  Richard Sandiford  <rdsandiford@googlemail.com>
12816
12817         * config/mips/p5600.md: Add missing cpu tests.
12818
12819 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12820
12821         * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
12822         (vmla_f64): Likewise.
12823         (vfms_f64): Likewise.
12824         (vmls_f64): Likewise.
12825
12826 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12827
12828         * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
12829         (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
12830
12831 2014-07-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12832
12833         * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
12834         (vmlal_high_lane_s32): Likewise.
12835         (vmlal_high_lane_u16): Likewise.
12836         (vmlal_high_lane_u32): Likewise.
12837         (vmlsl_high_lane_s16): Likewise.
12838         (vmlsl_high_lane_s32): Likewise.
12839         (vmlsl_high_lane_u16): Likewise.
12840         (vmlsl_high_lane_u32): Likewise.
12841
12842 2014-07-17  Terry Guo  <terry.guo@arm.com>
12843
12844         * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
12845         (alus_reg): Renamed to alus_sreg.
12846         * config/arm/arm-fixed.md: Change type of non-dsp instructions
12847         from alu_reg to alu_sreg.  Change type of dsp instructions from
12848         alu_reg to alu_dsp_reg.
12849         * config/arm/thumb1.md: Likewise.
12850         * config/arm/thumb2.md: Likewise.
12851         * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
12852         * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
12853         with alu_sreg and alus_sreg.
12854         * config/arm/arm1026ejs.md (alu_op): Likewise.
12855         * config/arm/arm1136jfs.md (11_alu_op): Likewise.
12856         * config/arm/arm926ejs.md (9_alu_op): Likewise.
12857         * config/arm/fa526.md (526_alu_op): Likewise.
12858         * config/arm/fa606te.md (606te_alu_op): Likewise.
12859         * config/arm/fa626te.md (626te_alu_op): Likewise.
12860         * config/arm/fa726te.md (726te_alu_op): Likewise.
12861         * config/arm/fmp626.md (mp626_alu_op): Likewise.
12862         * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
12863         alu_sreg, alu_dsp_reg and alus_sreg.
12864         * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
12865         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
12866         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
12867         * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
12868         * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
12869         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
12870         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
12871         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
12872         * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
12873         * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
12874         subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
12875         *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
12876         (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
12877         sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
12878         subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
12879         alus_reg to alus_sreg.
12880
12881 2014-07-17  Andreas Schwab  <schwab@linux-m68k.org>
12882
12883         * real.c (encode_ieee_extended_motorola): Clear integer bit in the
12884         infinity format.
12885
12886 2014-07-17  Richard Biener  <rguenther@suse.de>
12887
12888         PR rtl-optimization/61801
12889         * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
12890         don't set reg_pending_barrier if it appears in a debug-insn.
12891
12892 2014-07-16  DJ Delorie  <dj@redhat.com>
12893
12894         * config/rx/rx.c (rx_option_override): Fix alignment values.
12895         (rx_align_for_label): Likewise.
12896
12897 2014-07-17  Hans-Peter Nilsson  <hp@axis.com>
12898
12899         PR target/61737.
12900         * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
12901         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
12902         (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
12903         functions.
12904         (cris_print_index, cris_print_operand, cris_constant_index_p)
12905         (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
12906         (cris_address_cost): Ditto last CONSTANT_P.
12907         (cris_symbol_type_of): Rename from cris_pic_symbol_type_of.  All
12908         callers changed.  Yield cris_offsettable_symbol for non-PIC
12909         constant symbolic expressions including labels.  Yield cris_unspec
12910         for all unspecs.
12911         (cris_expand_pic_call_address): New parameter MARKERP.  Set its
12912         target to pic_offset_table_rtx for calls that will likely go
12913         through PLT, const0_rtx when they can't.  All callers changed.
12914         Assert flag_pic.  Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
12915         symbolic expressions to be PICified.  Remove second, redundant,
12916         assert on can_create_pseudo_p returning non-zero.  Use
12917         replace_equiv_address_nv, not replace_equiv_address, for final
12918         operand update.
12919         * config/cris/cris.md ("movsi"): Move variable t to pattern
12920         toplevel. Adjust assert for new cris_symbol_type member.  Use
12921         CONSTANT_P instead of CONSTANT_ADDRESS_P.
12922         ("*movsi_internal") <case 9>: Make check for valid unspec operands
12923         for lapc stricter.
12924         <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
12925         ("call", "call_value"): Use second incoming operand as a marker
12926         for pic-offset-table-register being used.
12927         ("*expanded_call_non_v32", "*expanded_call_v32")
12928         ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
12929         second incoming operand to CALL, match cris_call_type_marker.
12930         ("*expanded_call_value_side"): Ditto.  Disable before reload_completed.
12931         ("*expanded_call_side"): Ditto.  Fix typo in comment.
12932         (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
12933         CONSTANT_P.
12934         * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
12935         * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
12936         (enum cris_symbol_type): Rename from cris_pic_symbol_type.  All
12937         users changed.  Add members cris_offsettable_symbol and cris_unspec.
12938         (cris_symbol_type): Rename from cris_pic_symbol_type.
12939         * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
12940         just CONSTANT_P.
12941         * config/cris/cris-protos.h (cris_symbol_type_of,
12942         cris_expand_pic_call_address): Adjust prototypes.
12943         (cris_legitimate_constant_p): New prototype.
12944
12945         * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
12946         an existing tmake_file.  Don't add t-slibgcc and t-linux.
12947
12948 2014-07-17  Jason Merrill  <jason@redhat.com>
12949
12950         PR c++/61623
12951         * symtab.c (symtab_remove_from_same_comdat_group): Also
12952         set_comdat_group to NULL_TREE.
12953         (verify_symtab): Fix diagnostic.
12954
12955 2014-07-16  David Wohlferd  <dw@LimeGreenSocks.com>
12956
12957         PR target/61662
12958         * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
12959
12960 2014-07-16  Dodji Seketeli  <dodji@redhat.com>
12961
12962         Support location tracking for built-in macro tokens
12963         * input.h (is_location_from_builtin_token): New function declaration.
12964         * input.c (is_location_from_builtin_token): New function definition.
12965         * toplev.c (general_init): Tell libcpp what the pre-defined
12966         spelling location for built-in tokens is.
12967
12968 2014-07-16  Jakub Jelinek  <jakub@redhat.com>
12969
12970         * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
12971         on the FUNCTION_DECL.
12972
12973 2014-07-16  Richard Biener  <rguenther@suse.de>
12974
12975         PR other/61782
12976         * doc/extend.texi (always_inline): Clarify.
12977
12978 2014-07-15  Eric Christopher  <echristo@gmail.com>
12979
12980         * doc/invoke.texi (Link Options): Document -z option.
12981
12982 2014-07-15  Uros Bizjak  <ubizjak@gmail.com>
12983
12984         * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
12985         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
12986
12987 2014-07-15  Jan Hubicka  <hubicka@ucw.cz>
12988
12989         * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
12990
12991 2014-07-15  Bernd Schmidt  <bernds@codesourcery.com>
12992
12993         * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
12994         varpool_assemble_decl.
12995         * varpool.c (varpool_assemble_decl): Assert that node->definition is
12996         true.
12997
12998 2014-07-15  Michael Matz  <matz@suse.de>
12999
13000         PR rtl-optimization/61772
13001         * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
13002
13003 2014-07-15  Richard Biener  <rguenther@suse.de>
13004
13005         * opts.c (default_options_table): Disable bit-ccp at -Og.
13006
13007 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
13008
13009         * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
13010
13011 2014-07-14  Jan Hubicka  <hubicka@ucw.cz>
13012
13013         * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
13014         NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
13015         call langhook for unknown declaration.
13016         (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
13017         * tree.h (DECL_ARGUMENTS): Update.
13018         * print-tree.c (print_node): Update.
13019         * tree-core.h (tree_decl_non_common): Remove arguments.
13020         (tree_function_decl): Add arguments.
13021
13022 2014-07-14  Richard Earnshaw  <rearnsha@arm.com>
13023
13024         * aarch64.md (add_losym_<mode>): Set type to alu_imm.
13025
13026 2014-07-14  Richard Biener  <rguenther@suse.de>
13027
13028         PR tree-optimization/61779
13029         * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
13030         simplifying a condition.
13031
13032 2014-07-14  Richard Biener  <rguenther@suse.de>
13033
13034         * builtins.c (c_strlen): Make only_value == 2 really only
13035         affect warning generation.
13036
13037 2014-07-14  Richard Biener  <rguenther@suse.de>
13038
13039         PR tree-optimization/61757
13040         PR tree-optimization/61783
13041         PR tree-optimization/61787
13042         * tree-ssa-dom.c (record_equality): Revert canonicalization
13043         change and add comment.
13044         (propagate_rhs_into_lhs): Revert previous fix, removing
13045         loop depth restriction again.
13046
13047 2014-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13048
13049         * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
13050         * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
13051         * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
13052         * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
13053         * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
13054         * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
13055         * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
13056
13057 2014-07-14  Richard Biener  <rguenther@suse.de>
13058
13059         * cgraph.h (decl_in_symtab_p): Make inline.
13060
13061 2014-07-14  Jakub Jelinek  <jakub@redhat.com>
13062
13063         PR middle-end/61294
13064         * doc/invoke.texi (-Wmemset-transposed-args): Document.
13065
13066         PR target/61656
13067         * config/i386/i386.c (classify_argument): Don't merge classes above
13068         number of words.
13069
13070 2014-07-13  Jan Hubicka  <hubicka@ucw.cz>
13071
13072         * cgraph.h (symtab_node): Add nonzero_address.
13073         (decl_in_symtab_p): Break out from ...
13074         (symtab_get_node): ... here.
13075         * fold-const.c: Include cgraph.h
13076         (tree_single_nonzero_warnv_p): Use symtab to determine
13077         if symbol is non-zero.
13078         * symtab.c (symtab_node::nonzero_address): New method.
13079
13080 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
13081
13082         * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
13083         forgotten in previous commit.
13084
13085 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
13086
13087         * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
13088         on builtin types.
13089         * ipa-devirt.c: Include stor-layout.h and intl.h
13090         (odr_subtypes_equivalent_p): New function.
13091         (warn_odr): New function.
13092         (warn_type_mismatch): New function.
13093         (odr_types_equivalent_p): New function.
13094         (add_type_duplicate): Use it.
13095         * common.opt (Wodr): New flag.
13096         * doc/invoke.texi (Wodr): Document new warning.
13097
13098 2014-07-12  Jan Hubicka  <hubicka@ucw.cz>
13099
13100         * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
13101         (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
13102         * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
13103         (varpool_get_constructor): Push CTORS_IN timevar.
13104         * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
13105
13106 2014-07-12  Uros Bizjak  <ubizjak@gmail.com>
13107
13108         * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
13109         Remove VOID_FTYPE_PUSHORT.
13110         * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
13111         Change code to USHORT_FTYPE_VOID.
13112         (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
13113         (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
13114         (ix86_atomic_assign_expand_fenv): Update for
13115         __builtin_ia32_fnstsw changes.
13116         * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
13117         (fnstsw): Change operand 0 to nonimmediate operand.
13118
13119 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
13120
13121         * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
13122         (varpool_get_constructor): New function.
13123         (varpool_ctor_useable_for_folding_p): Break out from ...
13124         (ctor_for_folding): ... here; use varpool_get_constructor.
13125         (varpool_assemble_decl): Likewise.
13126         * lto-streamer.h (struct output_block): Turn cgraph_node
13127         to symbol filed.
13128         (lto_input_variable_constructor): Declare.
13129         * ipa-visibility.c (function_and_variable_visibility): Use
13130         varpool_get_constructor.
13131         * cgraph.h (varpool_get_constructor): Declare.
13132         (varpool_ctor_useable_for_folding_p): New function.
13133         * lto-streamer-out.c (get_symbol_initial_value): Take encoder
13134         parameter; return error_mark_node for non-trivial constructors.
13135         (lto_write_tree_1, DFS_write_tree): Update use of
13136         get_symbol_initial_value.
13137         (output_function): Update initialization of symbol.
13138         (output_constructor): New function.
13139         (copy_function): Rename to ..
13140         (copy_function_or_variable): ... this one; handle vars too.
13141         (lto_output): Output variable sections.
13142         * lto-streamer-in.c (input_constructor): New function.
13143         (lto_read_body): Rename from ...
13144         (lto_read_body_or_constructor): ... this one; handle vars too.
13145         (lto_input_variable_constructor): New function.
13146         * ipa-prop.c (ipa_prop_write_jump_functions,
13147         ipa_prop_write_all_agg_replacement): Update.
13148         * lto-cgraph.c (compute_ltrans_boundary): Use it.
13149         (output_cgraph_opt_summary): Set symbol to NULL.
13150
13151 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
13152
13153         * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
13154         non-polymorphic types.
13155         * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
13156         * ipa-devirt.c (types_same_for_odr): Do not explode when one
13157         of types is not polymorphic.
13158
13159 2014-07-11  Vladimir Makarov  <vmakarov@redhat.com>
13160
13161         * lra-constraints.c (remove_inheritance_pseudos): Process
13162         destination pseudo too.
13163
13164 2014-07-11  Rong Xu  <xur@google.com>
13165
13166         * gcov-tool.c (gcov_output_files): Fix build error introduced in
13167         commit r212448.
13168
13169 2014-07-11  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
13170
13171         * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
13172         * config/avr/avr-devices.c (AVR_MCU): Same.
13173         (avr_mcu_types): add text start value to end of device list.
13174         * config/avr/avr-mcus.def: Add text section start for all devices.
13175         (ata5782): Add new avr5 device.
13176         (ata5831): Same.
13177         * config/avr/avr-tables.opt: Regenerate.
13178         * config/avr/avr.h: Add declaration for text section start handler.
13179         (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
13180         SPEC functions.
13181         (LINK_SPEC): Include text section start handler to linker spec.
13182         * config/avr/driver-avr.c (avr_device_to_text_start): New function to
13183         pass -Ttext option to linker if the text section start for the device
13184         is not zero.
13185         * config/avr/t-multilib: Regenerate.
13186         * doc/avr-mmcu.texi: Regenerate.
13187
13188 2014-07-11  David Edelsohn  <dje.gcc@gmail.com>
13189
13190         * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
13191         * config/rs6000/aix52.h (LINK_SPEC): Same.
13192         * config/rs6000/aix53.h (LINK_SPEC): Same.
13193         * config/rs6000/aix61.h (LINK_SPEC): Same.
13194         * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
13195
13196 2014-07-11  Roman Gareev  <gareevroman@gmail.com>
13197
13198         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
13199         (graphite_verify): New function.
13200         (ivs_params_clear): New function.
13201         (gcc_expression_from_isl_ast_expr_id): New function.
13202         (gcc_expression_from_isl_expr_int): New function.
13203         (binary_op_to_tree): New function.
13204         (ternary_op_to_tree): New function.
13205         (unary_op_to_tree): New function.
13206         (nary_op_to_tree): New function.
13207         (gcc_expression_from_isl_expr_op): New function.
13208         (gcc_expression_from_isl_expression): New function.
13209         (graphite_create_new_loop): New function.
13210         (translate_isl_ast_for_loop): New function.
13211         (get_upper_bound): New function.
13212         (graphite_create_new_loop_guard): New function.
13213         (translate_isl_ast_node_for): New function.
13214         (translate_isl_ast): New function.
13215         (add_parameters_to_ivs_params): New function.
13216         (scop_to_isl_ast): New parameter ip.
13217         (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
13218
13219 2014-07-11  Jan Hubicka  <hubicka@ucw.cz>
13220
13221         * config/xtensa/predicates.md (call expander): Update for
13222         DECL_SECTION_NAME being string.
13223
13224 2014-07-11  Richard Biener  <rguenther@suse.de>
13225
13226         PR middle-end/61473
13227         * builtins.c (fold_builtin_memory_op): Inline memory moves that
13228         can be implemented with a single load followed by a single store.
13229         (c_strlen): Only warn when only_value is not 2.
13230
13231 2014-07-11  Evgeny Stupachenko  <evstupac@gmail.com>
13232
13233         * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
13234
13235 2014-07-11  Marat Zakirov  <m.zakirov@samsung.com>
13236
13237         PR target/61561
13238         * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
13239         (*movhi_bytes): Likewise.
13240         (*arm_movqi_insn): Likewise.
13241
13242 2014-07-11  Uros Bizjak  <ubizjak@gmail.com>
13243
13244         PR target/56858
13245         * config/alpha/alpha.c: Include tree-pass.h, context.h
13246         and pass_manager.h.
13247         (pass_data_handle_trap_shadows): New pass.
13248         (pass_handle_trap_shadows::gate): New pass gate function.
13249         (make_pass_handle_trap_shadows): New function.
13250         (rest_of_handle_trap_shadows): Ditto.
13251
13252         (alpha_align_insns_1): Rename from alpha_align_insns.
13253         (pass_data_align_insns): New pass.
13254         (pass_align_insns::gate): New pass gate function.
13255         (make_pass_aling_insns): New function.
13256         (rest_of_align_insns): Ditto.
13257         (alpha_align_insns): Ditto.
13258
13259         (alpha_option_override): Declare handle_trap_shadows info
13260         and align_insns_info.  Register handle_trap_shadows and align_insns
13261         passes here.
13262         (alpha_reorg): Do not call alpha_trap_shadows and
13263         alpha_align_insn from here.
13264
13265         (alpha_pad_function_end): Do not skip BARRIERs.
13266
13267 2014-07-10  Rong Xu  <xur@google.com>
13268
13269         Add gcov-tool: an offline gcda profile processing tool support.
13270         * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
13271         (gcov_is_error): Ditto.
13272         (gcov_read_string): Ditto.
13273         (gcov_read_sync): Ditto.
13274         * gcov-io.h: Move counter defines to gcov-counter.def.
13275         * gcov-dump.c (tag_counters): Use gcov-counter.def.
13276         * coverage.c: Ditto.
13277         * gcov-tool.c: Offline gcda profile processing tool.
13278         (unlink_gcda_file): Remove one gcda file.
13279         (unlink_profile_dir): Remove gcda files from the profile path.
13280         (gcov_output_files): Output gcda files to an output dir.
13281         (profile_merge): Merge two profiles in directory.
13282         (print_merge_usage_message): Print merge usage.
13283         (merge_usage): Print merge usage and exit.
13284         (do_merge): Driver for profile merge sub-command.
13285         (profile_rewrite): Rewrite profile.
13286         (print_rewrite_usage_message): Print rewrite usage.
13287         (rewrite_usage): Print rewrite usage and exit.
13288         (do_rewrite): Driver for profile rewrite sub-command.
13289         (print_usage): Print gcov-info usage and exit.
13290         (print_version): Print gcov-info version.
13291         (process_args): Process arguments.
13292         (main): Main routine for gcov-tool.
13293         * Makefile.in: Build and install gcov-tool.
13294         * gcov-counter.def: New file split from gcov-io.h.
13295         * doc/gcc.texi: Include gcov-tool.texi.
13296         * doc/gcov-tool.texi: Document for gcov-tool.
13297
13298 2014-07-10  Richard Biener  <rguenther@suse.de>
13299
13300         PR tree-optimization/61757
13301         * tree-ssa-dom.c (loop_depth_of_name): Restore.
13302         (propagate_rhs_into_lhs): Revert part of last change.
13303
13304 2014-07-10  Thomas Schwinge  <thomas@codesourcery.com>
13305
13306         * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
13307         FUNCTION_DECLs.
13308
13309 2014-07-10  Eric Botcazou  <ebotcazou@adacore.com>
13310
13311         PR middle-end/53590
13312         * function.c (allocate_struct_function): Revert r188667 change.
13313
13314         * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
13315
13316 2014-07-10  Tom G. Christensen  <tgc@jupiterrise.com>
13317
13318         * doc/install.texi: Remove links to defunct package providers for
13319         Solaris.
13320
13321 2014-07-09  Tom de Vries  <tom@codesourcery.com>
13322
13323         * final.c (get_call_fndecl): Declare.
13324         (self_recursive_call_p): New function.
13325         (collect_fn_hard_reg_usage): Handle self-recursive function calls.
13326
13327 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
13328
13329         * ipa-devirt.c (record_node): Walk through aliases.
13330
13331 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
13332
13333         * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
13334
13335 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
13336
13337         Revert:
13338         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
13339
13340 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
13341
13342         * ipa-visibility.c (function_and_variable_visibility): Remove
13343         temporary hack disabling local aliases on AIX.
13344
13345 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
13346
13347         * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
13348         * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
13349
13350 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
13351
13352         * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
13353         * rs6000/rs6000.c: Inline output of .set instruction.
13354         (declare_alias_data): New struct.
13355         (rs6000_declare_alias): New function.
13356         (rs6000_xcoff_declare_function_name): Use it.
13357         (rs6000_xcoff_declare_object_name): New function.
13358         * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
13359         (ASM_OUTPUT_DEF): Turn to empty definition.
13360
13361 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
13362
13363         PR bootstrap/61679
13364         * hash-table.h: use hash_table::value_type instead of
13365         Descriptor::value_type in the return types of several methods.
13366
13367 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
13368
13369         * tree-pass.h (pass_data): Remove has_execute member.
13370         * passes.c (execute_one_pass): Don't check pass->has_execute.
13371         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
13372         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
13373         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
13374         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
13375         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
13376         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
13377         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
13378         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
13379         gimple-low.c, gimple-ssa-isolate-paths.c,
13380         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
13381         ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
13382         ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
13383         ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
13384         lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
13385         postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
13386         reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
13387         stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
13388         tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
13389         tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
13390         tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
13391         tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
13392         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
13393         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
13394         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
13395         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
13396         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
13397         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
13398         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
13399         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
13400         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
13401         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
13402         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
13403         web.c: Remove initializer for pass_data::has_execute.
13404
13405 2014-07-08  Trevor Saunders  <tsaunders@mozilla.com>
13406
13407         * graphite-htab.h: Use hash_map instead of hash_table.
13408         * graphite-clast-to-gimple.c: Adjust.
13409         * passes.c: Use hash_map instead of hash_table.
13410         * sese.c: Likewise.
13411         * sese.h: Remove now unused code.
13412
13413 2014-07-08  Sriraman Tallam  <tmsriram@google.com>
13414
13415         PR target/61599
13416         * config/i386/i386.c (ix86_in_large_data_p): Check for size less
13417         than zero.
13418
13419 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
13420
13421         PR rtl-optimization/61673
13422         * combine.c (simplify_comparison): Test just mode's sign bit
13423         in tmode rather than the sign bit and any bits above it.
13424
13425 2014-07-08  Roman Gareev  <gareevroman@gmail.com>
13426
13427         * graphite-isl-ast-to-gimple.c (generate_isl_context):
13428         Add __isl_give to the declaration.
13429         (generate_isl_schedule): Likewise.
13430         (scop_to_isl_ast): Likewise.
13431
13432 2014-07-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13433
13434         * config/arm/arm.c (cortexa5_extra_costs): New table.
13435         (arm_cortex_a5_tune): Use cortexa5_extra_costs.
13436
13437 2014-07-08  Jakub Jelinek  <jakub@redhat.com>
13438
13439         PR tree-optimization/61725
13440         * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
13441         range, use range_includes_zerop_p instead of integer_zerop on
13442         vr0->min, only use log2 of max if min is not negative.
13443
13444 2014-07-08  Richard Biener  <rguenther@suse.de>
13445
13446         * tree-ssa-dom.h (loop_depth_of_name): Remove.
13447         * tree-ssa-dom.c (record_equivalences_from_phis): Remove
13448         restriction on loop depth difference.
13449         (record_equality): Likewise.
13450         (propagate_rhs_into_lhs): Likewise.  Simplify condition.
13451         (loop_depth_of_name): Remove.
13452         * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
13453         restriction on loop depth difference.
13454         (init_copy_prop): Likewise.
13455
13456 2014-07-08  Jan Hubicka  <hubicka@ucw.cz>
13457
13458         * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
13459         parameter.
13460         (walk_aliased_vdefs): Likewise.
13461         * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
13462         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
13463         (detect_type_change_from_memory_writes): Check if entry was reached.
13464
13465 2014-07-08  Richard Biener  <rguenther@suse.de>
13466
13467         PR tree-optimization/61681
13468         * tree-ssa-structalias.c (find_what_var_points_to): Expand
13469         NONLOCAL inside ESCAPED.
13470
13471 2014-07-08  Richard Biener  <rguenther@suse.de>
13472
13473         PR tree-optimization/61680
13474         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
13475         Handle properly all read-write dependences with group accesses.
13476
13477 2014-07-08  Yuri Rumyantsev  <ysrumyan@gmail.com>
13478
13479         PR tree-optimization/61576
13480         * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
13481         block containing reduction statement is predecessor of phi basi block.
13482
13483 2014-07-08  Marek Polacek  <polacek@redhat.com>
13484
13485         PR c/60226
13486         * fold-const.c (round_up_loc): Change the parameter type.
13487         Remove assert.
13488         * fold-const.h (round_up_loc): Adjust declaration.
13489         * stor-layout.c (finalize_record_size): Check for too large types.
13490
13491 2014-07-07  Jan Hubicka  <hubicka@ucw.cz>
13492
13493         * symtab.c: Include calls.h.
13494         (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
13495
13496 2014-07-07  Maciej W. Rozycki  <macro@codesourcery.com>
13497
13498         * config/rs6000/rs6000.c (output_vec_const_move): Handle
13499         little-endian code generation.
13500         * config/rs6000/spe.md (spe_evmergehi): Rename to...
13501         (vec_perm00_v2si): ... this.  Handle little-endian code generation.
13502         (spe_evmergehilo): Rename to...
13503         (vec_perm01_v2si): ... this.  Handle little-endian code generation.
13504         (spe_evmergelo): Rename to...
13505         (vec_perm11_v2si): ... this.  Handle little-endian code generation.
13506         (spe_evmergelohi): Rename to...
13507         (vec_perm10_v2si): ... this.  Handle little-endian code generation.
13508         (spe_evmergehi, spe_evmergehilo): New expanders.
13509         (spe_evmergelo, spe_evmergelohi): Likewise.
13510         (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
13511         (*frob_tf_ti): Likewise.
13512         (*frob_<mode>_di_2): Likewise.
13513         (*frob_tf_di_8_2): Likewise.
13514         (*frob_di_<mode>): Likewise.
13515         (*frob_ti_tf): Likewise.
13516         (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
13517         (*frob_ti_<mode>_8_2): Likewise.
13518         (*frob_ti_tf_2): Likewise.
13519         (mov_si<mode>_e500_subreg0): Rename to...
13520         (mov_si<mode>_e500_subreg0_be): ... this.  Restrict to the big
13521         endianness only.
13522         (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
13523         (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
13524         (*mov_si<mode>_e500_subreg0_elf_low_be): ... this.  Restrict to
13525         the big endianness only.
13526         (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
13527         (*mov_si<mode>_e500_subreg0_2): Rename to...
13528         (*mov_si<mode>_e500_subreg0_2_be): ... this.  Restrict to the
13529         big big endianness only.
13530         (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
13531         (*mov_si<mode>_e500_subreg4): Rename to...
13532         (*mov_si<mode>_e500_subreg4_be): ... this.  Restrict to the big
13533         endianness only.
13534         (mov_si<mode>_e500_subreg4_le): New instruction pattern.
13535         (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
13536         (*mov_si<mode>_e500_subreg4_elf_low_be): ... this.  Restrict to
13537         the big endianness only.
13538         (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
13539         pattern.
13540         (*mov_si<mode>_e500_subreg4_2): Rename to...
13541         (*mov_si<mode>_e500_subreg4_2_be): ... this.  Restrict to the big
13542         endianness only.
13543         (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
13544         (*mov_sitf_e500_subreg8): Rename to...
13545         (*mov_sitf_e500_subreg8_be): ... this.  Restrict to the big
13546         endianness only.
13547         (*mov_sitf_e500_subreg8_le): New instruction pattern.
13548         (*mov_sitf_e500_subreg8_2): Rename to...
13549         (*mov_sitf_e500_subreg8_2_be): ... this.  Restrict to the big
13550         endianness only.
13551         (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
13552         (*mov_sitf_e500_subreg12): Rename to...
13553         (*mov_sitf_e500_subreg12_be): ... this.  Restrict to the big
13554         endianness only.
13555         (*mov_sitf_e500_subreg12_le): New instruction pattern.
13556         (*mov_sitf_e500_subreg12_2): Rename to...
13557         (*mov_sitf_e500_subreg12_2_be): ... this.  Restrict to the big
13558         endianness only.
13559         (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
13560
13561 2014-07-07  Max Ostapenko  <m.ostapenko@partner.samsung.com>
13562
13563         * asan.c (instrument_strlen_call): Do not instrument first byte
13564         in strlen if already instrumented.
13565
13566 2014-07-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13567
13568         * config/arm/arm.opt (mwords-little-endian): Delete.
13569         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
13570         of TARGET_LITTLE_WORDS.
13571         (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
13572         * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
13573         warning.
13574         * doc/invoke.texi: Remove references to -mwords-little-endian.
13575
13576 2014-07-07  Jakub Jelinek  <jakub@redhat.com>
13577
13578         * expmed.c (struct init_expmed_rtl): Change all fields but
13579         pow2 and cint from struct rtx_def to rtx.
13580         (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
13581         (init_expmed): Likewise.  Allocate all the 18 rtxes and ggc_free them
13582         at the end again.
13583
13584 2014-07-06  Marek Polacek  <polacek@redhat.com>
13585
13586         PR c/6940
13587         * doc/invoke.texi: Document -Wsizeof-array-argument.
13588
13589 2014-07-05  Gerald Pfeifer  <gerald@pfeifer.com>
13590
13591         * wide-int.h (wide_int_storage): Change declaration from struct
13592         to class.
13593
13594 2014-07-05  Jan Hubicka  <hubicka@ucw.cz>
13595
13596         * cgraph.c (cgraph_create_indirect_edge): Update call of
13597         get_polymorphic_call_info.
13598         * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
13599         (possible_polymorphic_call_targets): Add parameter call.
13600         (decl_maybe_in_construction_p): New predicate.
13601         (get_polymorphic_call_info): Add parameter call;
13602         use decl_maybe_in_construction_p.
13603         * gimple-fold.c (fold_gimple_assign): Update use of
13604         possible_polymorphic_call_targets.
13605         (gimple_fold_call): Likewise.
13606         * ipa-prop.c: Inlcude calls.h
13607         (ipa_binfo_from_known_type_jfunc): Check that known type is record.
13608         (param_type_may_change_p): New predicate.
13609         (detect_type_change_from_memory_writes): Break out from ...
13610         (detect_type_change): ... this one; use param_type_may_change_p.
13611         (detect_type_change_ssa): Use param_type_may_change_p.
13612         (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
13613
13614 2014-07-05  Charles Baylis  <charles.baylis@linaro.org>
13615
13616         PR target/49423
13617         * config/arm/arm-protos.h (arm_legitimate_address_p,
13618         arm_is_constant_pool_ref): Add prototypes.
13619         * config/arm/arm.c (arm_legitimate_address_p): Remove static.
13620         (arm_is_constant_pool_ref) New function.
13621         * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
13622         arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
13623         (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
13624         operand. Remove pool_range and neg_pool_range attributes.
13625         (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
13626         pool_range and neg_pool_range attributes.
13627         * config/arm/constraints.md (Uh): New constraint.
13628         (Uq): Don't allow constant pool references.
13629
13630 2014-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
13631
13632         * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
13633         (move_lo_quad_internal_be_<mode>): Likewise.
13634         (move_lo_quad_<mode>): Convert to define_expand.
13635         (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
13636         (aarch64_simd_move_hi_quad_be_<mode>): New.
13637         (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
13638         (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
13639         (aarch64_combinez_be<mode>): New.
13640         (aarch64_combine<mode>): Convert to define_expand.
13641         (aarch64_combine_internal<mode>): New.
13642         (aarch64_simd_combine<mode>): Remove bogus RTL description.
13643
13644 2014-07-04  Tom de Vries  <tom@codesourcery.com>
13645
13646         * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
13647         combination of earlyclobber and read/write modifiers.
13648
13649 2014-07-04  Tom de Vries  <tom@codesourcery.com>
13650
13651         * config/aarch64/aarch64-simd.md
13652         (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
13653
13654 2014-07-04  Richard Earnshaw  <rearnsha@arm.com>
13655
13656         PR target/61714
13657         * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
13658
13659 2014-07-04  Jakub Jelinek  <jakub@redhat.com>
13660
13661         PR middle-end/61654
13662         * cgraphunit.c (expand_thunk): Call free_dominance_info.
13663
13664         PR tree-optimization/61684
13665         * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
13666         rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
13667
13668 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13669             Kito Cheng  <kito@0xlab.org>
13670             Monk Chiang  <sh.chiang04@gmail.com>
13671
13672         * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
13673         (nds32_symbol_load_store_p): Move to ...
13674         (nds32_fp_as_gp_check_available): Move to ...
13675         * config/nds32/nds32-fp-as-gp.c: ... here.
13676         * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
13677         extern declaration.
13678
13679 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13680             Kito Cheng  <kito@0xlab.org>
13681             Monk Chiang  <sh.chiang04@gmail.com>
13682
13683         * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
13684         (nds32_expand_store_multiple): Move to ...
13685         (nds32_expand_movmemqi): Move to ...
13686         * config/nds32/nds32-memory-manipulation.c: ... here.
13687
13688 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13689             Kito Cheng  <kito@0xlab.org>
13690             Monk Chiang  <sh.chiang04@gmail.com>
13691
13692         * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
13693         (nds32_output_casesi_pc_relative): Move to ...
13694         (nds32_output_casesi): Move to ...
13695         (nds32_mem_format): Move to ...
13696         (nds32_output_16bit_store): Move to ...
13697         (nds32_output_16bit_load): Move to ...
13698         (nds32_output_32bit_store): Move to ...
13699         (nds32_output_32bit_load): Move to ...
13700         (nds32_output_32bit_load_s): Move to ...
13701         (nds32_output_stack_push): Move to ...
13702         (nds32_output_stack_pop): Move to ...
13703         * config/nds32/nds32-md-auxiliary.c: ... here.
13704
13705 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13706             Ling-Hua Tseng  <uranus@tinlans.org>
13707
13708         * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
13709         the purpose of this file.
13710
13711 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13712             Kito Cheng  <kito@0xlab.org>
13713             Monk Chiang  <sh.chiang04@gmail.com>
13714
13715         * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
13716         (nds32_address_cost): Move implementation to ...
13717         * config/nds32/nds32-cost.c: ... here.
13718         * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
13719         (nds32_address_cost_impl): Declare.
13720
13721 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13722             Kito Cheng  <kito@0xlab.org>
13723             Monk Chiang  <sh.chiang04@gmail.com>
13724
13725         * config/nds32/nds32.c
13726         (nds32_consecutive_registers_load_store_p): Move to ...
13727         (nds32_valid_multiple_load_store): Move to ...
13728         (nds32_valid_stack_push_pop): Move to ...
13729         (nds32_can_use_bclr_p): Move to ...
13730         (nds32_can_use_bset_p): Move to ...
13731         (nds32_can_use_btgl_p): Move to ...
13732         (nds32_can_use_bitci_p): Move to ...
13733         * config/nds32/nds32-predicates.c: ... here.
13734
13735 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13736             Kito Cheng  <kito@0xlab.org>
13737             Monk Chiang  <sh.chiang04@gmail.com>
13738
13739         * config/nds32/nds32.c
13740         (nds32_expand_builtin_null_ftype_reg): Move to ...
13741         (nds32_expand_builtin_reg_ftype_imm): Move to ...
13742         (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
13743         (nds32_init_builtins): Move implementation to ...
13744         (nds32_expand_builtin): Move implementation to ...
13745         * config/nds32/nds32-intrinsic.c: ... here.
13746         * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
13747         (nds32_expand_builtin_impl): Declare.
13748
13749 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13750             Kito Cheng  <kito@0xlab.org>
13751             Monk Chiang  <sh.chiang04@gmail.com>
13752
13753         * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
13754         (nds32_emit_section_tail_template): Move to ...
13755         (nds32_emit_isr_jmptbl_section): Move to ...
13756         (nds32_emit_isr_vector_section): Move to ...
13757         (nds32_emit_isr_reset_conten): Move to ...
13758         (nds32_check_isr_attrs_conflict): Move to ...
13759         (nds32_construct_isr_vectors_information): Move to ...
13760         (nds32_asm_file_start): Move implementation to ...
13761         (nds32_asm_file_end): Move implementation to ...
13762         * config/nds32/nds32-isr.c: ... here.
13763         * config/nds32/nds32-protos.h
13764         (nds32_check_isr_attrs_conflict): Declare.
13765         (nds32_construct_isr_vectors_information): Declare.
13766         (nds32_asm_file_start_for_isr): Declare.
13767         (nds32_asm_file_end_for_isr): Declare.
13768
13769 2014-07-04  Chung-Ju Wu  <jasonwucj@gmail.com>
13770             Kito Cheng  <kito@0xlab.org>
13771             Monk Chiang  <sh.chiang04@gmail.com>
13772
13773         * config.gcc (nds32*): Add new modules to extra_objs.
13774         (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
13775         (nds32be-*-*): Likewise.
13776         * config/nds32/nds32-cost.c: New file.
13777         * config/nds32/nds32-fp-as-gp.c: New file.
13778         * config/nds32/nds32-intrinsic.c: New file.
13779         * config/nds32/nds32-isr.c: New file.
13780         * config/nds32/nds32-md-auxiliary.c: New file.
13781         * config/nds32/nds32-memory-manipulation.c: New file.
13782         * config/nds32/nds32-pipelines-auxiliary.c: New file.
13783         * config/nds32/nds32-predicates.c: New file.
13784         * config/nds32/t-nds32: New file.
13785
13786 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
13787
13788         PR tree-optimization/61682
13789         * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
13790         using cases and when one of the operands is equal to 1.
13791
13792 2014-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
13793
13794         * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
13795         ashr<mode>3): Correct mode of operands[2].
13796         (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
13797         lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
13798         Correct mode of operands[2].  Fix split condition.
13799
13800 2014-07-03  Richard Earnshaw  <rearnsha@arm.com>
13801
13802         * arm.md (arch): Add armv6_or_vfpv3.
13803         (arch_enabled): Add test for the above.
13804         * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
13805         on VFP9.
13806         (sqrtsf_vfp, sqrtdf_vfp): Likewise.
13807
13808 2014-07-03  Jakub Jelinek  <jakub@redhat.com>
13809
13810         * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
13811         * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
13812         HWI 1 and negate the unsigned value.
13813         * expmed.c (expand_sdiv_pow2): For modes wider than word always
13814         use AND instead of shift.
13815         * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
13816
13817 2014-07-03  Marek Polacek  <polacek@redhat.com>
13818
13819         * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
13820         (-fsanitize=float-divide-by-zero): Move to the table with
13821         -fsanitize=undefined suboptions.
13822         (-fsanitize=float-cast-overflow): Likewise.
13823
13824 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
13825
13826         * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
13827         BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
13828         endianness.
13829
13830 2014-07-03  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
13831
13832         * loop-invariant.c (struct invariant): Add a new member: eqno;
13833         (find_identical_invariants): Update eqno;
13834         (create_new_invariant): Init eqno;
13835         (get_inv_cost): Compute comp_cost with eqno;
13836
13837 2014-07-02  Segher Boessenkool  <segher@kernel.crashing.org>
13838
13839         * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
13840         (walk_insn_part) <ROTATE, ROTATERT>: New cases.
13841         (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
13842         * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
13843         Only do the transformation if both HAVE_rotate and HAVE_rotatert.
13844
13845 2014-07-02  Christian Bruel  <christian.bruel@st.com>
13846
13847         PR target/29349
13848         PR target/53513
13849         * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
13850         (make_preds_opaque): Delete.
13851         (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
13852         (commit_mode_sets): New function.
13853         (optimize_mode_switching): Handle current_mode to mode_switching_emit.
13854         Process all modes at once.
13855         * basic-block.h (pre_edge_lcm_avs): Declare.
13856         * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
13857         Call clear_aux_for_edges. Fix comments.
13858         (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
13859         (pre_edge_rev_lcm): Idem.
13860         * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
13861         parameter.
13862         * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
13863         * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
13864         Idem.
13865         * config/i386/i386.c (x96_emit_mode_set): Idem.
13866         * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
13867         * config/sh/sh.md (toggle_pr):  Defined if TARGET_FPU_SINGLE.
13868         (fpscr_toggle) Disallow from delay slot.
13869         * target.def (emit_mode_set): Add prev_mode parameter.
13870         * doc/tm.texi: Regenerate.
13871
13872 2014-07-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13873
13874         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
13875         variable i.
13876
13877 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
13878
13879         * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
13880         vtable_pointer_value_to_vtable): Constify.
13881         (contains_polymorphic_type_p): Declare.
13882         * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
13883         vtable_pointer_value_to_vtable): Constify.
13884         (contains_polymorphic_type_p): New predicate.
13885         * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
13886         polymorphic types.
13887         (ipa_set_ancestor_jf): Likewise.
13888         (detect_type_change): Return false in easy cases.
13889         (compute_complex_assign_jump_func): Require type to contain
13890         polymorphic type.
13891         (compute_known_type_jump_func): Likewise.
13892
13893 2014-07-01  Jan Hubicka  <hubicka@ucw.cz>
13894
13895         * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
13896         Remove.
13897         (type_in_anonymous_namespace_p): Constify argument.
13898         * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
13899         * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
13900         (main_odr_variant): New function.
13901         (hash_type_name): Make static; update assert; do not ICE on
13902         non-records.
13903         (types_same_for_odr): Bring here from tree.c; simplify and remove
13904         old structural comparing code that doesn't work for templates.
13905         (odr_hasher::equal): Update assert.
13906         (add_type_duplicate): Return true when bases should be computed;
13907         replace incomplete loader by complete; do not output duplicated
13908         warnings; do not ICE on non-records; set odr_violated flag.
13909         (get_odr_type): Be ready to replace incomplete type by complete
13910         one; work on ODR variants instead of main variants; reorder item
13911         in array so bases have still smaller indexes.
13912         (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
13913         (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
13914
13915 2014-07-01  Cary Coutant  <ccoutant@google.com>
13916
13917         * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
13918         lookup.
13919         (resolve_addr_in_expr): When replacing the rtx in a location list
13920         entry, get a new address table entry.
13921         (dwarf2out_finish): Call index_location_lists even if there are no
13922         addr_index_table entries yet.
13923
13924 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
13925
13926         * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
13927         change for not being obvious.
13928
13929 2014-07-01  Trevor Saunders  <tsaunders@mozilla.com>
13930
13931         * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
13932         unused argument.
13933
13934 2014-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13935
13936         * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
13937         (vcagt_f64): Likewise.
13938         (vcale_f64): Likewise.
13939         (vcaled_f64): Likewise.
13940         (vcales_f32): Likewise.
13941         (vcalt_f64): Likewise.
13942         (vcaltd_f64): Likewise.
13943         (vcalts_f32): Likewise.
13944
13945 2014-07-01  Marek Polacek  <polacek@redhat.com>
13946
13947         * doc/invoke.texi: Document -Wint-conversion.
13948
13949 2014-07-01  Marek Polacek  <polacek@redhat.com>
13950
13951         PR c/58286
13952         * doc/invoke.texi: Document -Wincompatible-pointer-types.
13953
13954 2014-07-01  Martin Liska  <mliska@suse.cz>
13955
13956         IPA REF alias refactoring
13957         * cgraph.h (iterate_direct_aliases): New function.
13958         (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
13959         * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
13960         FOR_EACH_ALIAS added.
13961         (cgraph_for_node_and_aliases): Likewise.
13962         * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
13963         * ipa-inline.c (reset_edge_caches): Likewise.
13964         (update_caller_keys): Likewise.
13965         * trans-mem.c (ipa_tm_execute): Likewise.
13966         *varpool.c (varpool_analyze_node): Likewise.
13967         (varpool_for_node_and_aliases): Likewise.
13968         * ipa-ref.h (first_alias): New function.
13969         (last_alias): Likewise.
13970         (has_aliases_p): Likewise.
13971         * ipa-ref.c (ipa_ref::remove_reference): Removal function
13972         is sensitive to IPA_REF_ALIASes.
13973         * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
13974         are put at the beginning of the list.
13975         (symtab_node::iterate_direct_aliases): New function.
13976
13977 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
13978
13979         Revert:
13980         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
13981         type is complete.
13982         (write_ts_type_common_tree_pointers): Do not stream fields not set
13983         for incomplete types; do not stream duplicated fields for variants;
13984         sanity check that variant and type match.
13985         (write_ts_type_non_common_tree_pointers): Likewise.
13986         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
13987         TYPE_SIZE whether type is complete.
13988         (lto_input_ts_type_common_tree_pointers): Do same changes as in
13989         write_ts_type_common_tree_pointers
13990         (lto_input_ts_type_non_common_tree_pointers): Likewise.
13991
13992 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
13993
13994         * var-tracking.c (add_stores): Return instead of asserting if old
13995         and new values for conditional store are the same.
13996
13997 2014-06-30  Richard Henderson  <rth@redhat.com>
13998
13999         PR rtl-opt/61608
14000         PR target/39284
14001         * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
14002         the cfg if there were any changes.
14003         * passes.def: Revert move of peephole2 after reorder_blocks;
14004         move duplicate_computed_gotos before peephole2.
14005
14006 2014-06-30  Uros Bizjak  <ubizjak@gmail.com>
14007
14008         * except.c (emit_note_eh_region_end): New helper function.
14009         (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
14010         emit EH_REGION_END note.
14011         * jump.c (cleanup_barriers): Do not split a call and its
14012         corresponding CALL_ARG_LOCATION note.
14013
14014 2014-06-30  Jeff Law  <law@redhat.com>
14015
14016         PR tree-optimization/61607
14017         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
14018         deeper into the SSA_NAME_VALUE chain.
14019
14020 2014-06-30  Marek Polacek  <polacek@redhat.com>
14021
14022         * convert.c (convert_to_integer): Don't instrument conversions if the
14023         function has no_sanitize_undefined attribute.
14024         * ubsan.c: Don't run the ubsan pass if the function has
14025         no_sanitize_undefined attribute.
14026
14027 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
14028
14029         * doc/invoke.texi (-fsanitize=bounds): Move to the table with
14030         -fsanitize=undefined suboptions.
14031
14032 2014-06-30  Alan Lawrence  <alan.lawrence@arm.com>
14033
14034         * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
14035         * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
14036         against bigendian and adjust indices.
14037
14038 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
14039
14040         * doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.
14041
14042 2014-06-30  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14043
14044         PR target/61633
14045         * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
14046         Add alternative; make early clobber.  Adjust both split patterns
14047         to use operand 0 as the working register.
14048
14049 2014-06-30  Jakub Jelinek  <jakub@redhat.com>
14050
14051         * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
14052         as ira_object_id_map might be NULL, or 1.
14053
14054 2014-06-30  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
14055
14056         * loop-invariant.c (get_inv_cost): Handle register class.
14057         (gain_for_invariant): Check the register pressure of the inv
14058         and its overlapped register class, other than all.
14059
14060 2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>
14061
14062         * doc/invoke.texi (Optimize Options): Fix descriptions of
14063         ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
14064
14065 2014-06-29  David Wohlferd <dw@LimeGreenSocks.com>
14066
14067         * doc/extend.texi (Function Attributes): Update 'naked' attribute
14068         documentation.
14069
14070 2014-06-29  Tobias Grosser <tobias@grosser.es>
14071
14072         PR bootstrap/61650
14073         * graphite-isl-ast-to-gimple.c: Add missing guards.
14074
14075 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
14076
14077         * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
14078         * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
14079         * flag-types.h: Add new enum fgraphite_generator.
14080         * graphite-isl-ast-to-gimple.c: New.
14081         * graphite-isl-ast-to-gimple.h: New.
14082         * graphite.c (graphite_transform_loops): Add choice of Graphite
14083         code generator, which depends on flag_graphite_code_gen.
14084
14085 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
14086
14087         * graphite-dependences.c (subtract_commutative_associative_deps):
14088         Add NULL checking of the following variables: must_raw_no_source,
14089         may_raw_no_source, must_war_no_source, may_war_no_source,
14090         must_waw_no_source, may_waw_no_source, must_raw, may_raw,
14091         must_war, may_war, must_waw, may_waw.
14092
14093 2014-06-29  Roman Gareev  <gareevroman@gmail.com>
14094
14095         * graphite-clast-to-gimple.c: gloog is renamed to
14096         graphite_regenerate_ast_cloog.  gloog_error is renamed to
14097         graphite_regenerate_error.
14098         * graphite-clast-to-gimple.h: The definition of the struct
14099         bb_pbb_def is moved to graphite-htab.h.
14100         Add inclusion of the hash-table.h.
14101         * graphite-htab.h: The declaration of the function gloog is moved
14102         to graphite-clast-to-gimple.h and renamed to
14103         graphite_regenerate_ast_cloog.
14104         * graphite.c (graphite_transform_loops): gloog is renamed
14105         to graphite_regenerate_ast_cloog.
14106
14107 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14108
14109         * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
14110         type is complete.
14111         (write_ts_type_common_tree_pointers): Do not stream fields not set
14112         for incomplete types; do not stream duplicated fields for variants;
14113         sanity check that variant and type match.
14114         (write_ts_type_non_common_tree_pointers): Likewise.
14115         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
14116         TYPE_SIZE whether type is complete.
14117         (lto_input_ts_type_common_tree_pointers): Do same changes as in
14118         write_ts_type_common_tree_pointers
14119         (lto_input_ts_type_non_common_tree_pointers): Likewise.
14120
14121 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14122
14123         * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
14124
14125 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14126
14127         * tree-inline.c (remap_type_1): Do not duplicate fields
14128         that are shared in between type and its main variant.
14129
14130 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14131
14132         * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
14133         of the type.
14134         (ipa_set_ancestor_jf) Likewise.
14135         (check_stmt_for_type_change): Check that we work on main variant.
14136         (detect_type_change): Look into main variant.
14137         (compute_known_type_jump_func): Check that main variant has BINFO.
14138
14139 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14140
14141         * ipa-devirt.c (set_type_binfo): New function.
14142         (add_type_duplicate): Use it.
14143         (get_odr_type): Sanity check that binfos points to main variants.
14144         (get_class_context): Be sure the context's outer_type is main variant.
14145         (contains_type_p): Walk main variant.
14146         (get_polymorphic_call_info_for_decl): Set outer_type to be
14147         main variant.
14148         (get_polymorphic_call_info): Likewise.
14149         (possible_polymorphic_call_targets): Sanity check that we operate
14150         on main variant.
14151
14152 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
14153
14154         * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
14155
14156 2014-06-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14157
14158         * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
14159         accidental change due to wide-int branch merge.
14160
14161 2014-06-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
14162
14163         * configure.ac (gcc_cv_as_compress_debug): Check for assembler
14164         compressed debug support.
14165         (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
14166         * configure: Regenerate.
14167         * config.in: Regenerate.
14168         * common.opt (compressed_debug_sections): New enum.
14169         (gz, gz=): New options.
14170         * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
14171         (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
14172         (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
14173         * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
14174         LINK_COMPRESS_DEBUG_SPEC.
14175         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
14176         * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
14177         * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
14178         (Debugging Options): Document -gz[=type].
14179
14180 2014-06-27  Martin Jambor  <mjambor@suse.cz>
14181
14182         PR ipa/61160
14183         * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
14184         args_to_skip, use those from node instead.  Copy args_to_skip and
14185         combined_args_to_skip from node to the new thunk.
14186         (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
14187         (cgraph_create_virtual_clone): Moved computation of
14188         combined_args_to_skip...
14189         (cgraph_clone_node): ...here, simplify it to bitmap_ior..
14190
14191 2014-06-27  trevor Saunders  <tsaunders@mozilla.com>
14192
14193         * config/i386/winnt.c (i386_pe_section_type_flags): Remove
14194         redundant diagnostic machinary.
14195
14196 2014-06-27  Richard Biener  <rguenther@suse.de>
14197
14198         * tree-ssa-math-opts.c (bswap_replace): Fix
14199         SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
14200
14201 2014-06-27  Martin Liska  <mliska@suse.cz>
14202
14203         * gimple.h (gimple_location_safe): New function introduced.
14204         * cgraphunit.c (walk_polymorphic_call_targets): Usage
14205         of gimple_location_safe replaces gimple_location.
14206         (gimple_fold_call): Likewise.
14207         * ipa-devirt.c (ipa_devirt): Likewise.
14208         * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
14209         * ipa.c (walk_polymorphic_call_targets): Likewise.
14210         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
14211
14212 2014-06-27  Jakub Jelinek  <jakub@redhat.com>
14213
14214         PR tree-optimization/57233
14215         PR tree-optimization/61299
14216         * tree-vect-generic.c (get_compute_type, count_type_subparts): New
14217         functions.
14218         (expand_vector_operations_1): Use them.  If {L,R}ROTATE_EXPR
14219         would be lowered to scalar shifts, check if corresponding
14220         shifts and vector BIT_IOR_EXPR are supported and don't lower
14221         or lower just to narrower vector type in that case.
14222         * expmed.c (expand_shift_1): Fix up handling of vector
14223         shifts and rotates.
14224
14225 2014-06-26  Uros Bizjak  <ubizjak@gmail.com>
14226
14227         PR target/61586
14228         * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
14229
14230 2014-06-26  Jan Hubicka  <hubicka@ucw.cz>
14231
14232         * doc/invoke.texi (-fsemantic-interposition): Document.
14233         * common.opt (fsemantic-interposition): New flag.
14234         * varasm.c (decl_replaceable_p): Use it.
14235
14236 2014-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14237
14238         PR target/61542
14239         * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
14240         extraction other than index 3.
14241
14242 2014-06-26  Teresa Johnson  <tejohnson@google.com>
14243
14244         * doc/invoke.texi: Fix typo.
14245         * dumpfile.c: Add support for documented -fdump-* options
14246         optimized/missed/note/optall.
14247
14248 2014-06-26  Martin Jambor  <mjambor@suse.cz>
14249
14250         * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
14251         (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
14252         (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
14253         (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
14254         * opts.c (default_options_optimization): Set
14255         PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
14256         * doc/invoke.texi (allow-load-data-races)
14257         (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
14258         (allow-store-data-races): Document the new default.
14259
14260 2014-06-26  Martin Jambor  <mjambor@suse.cz>
14261
14262         * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
14263         renamed to ipa_impossible_devirt_target.  Fix typo.
14264         * ipa-prop.h (ipa_impossible_devirt_target): Declare.
14265         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
14266         ipa_impossible_devirt_target.
14267
14268 2014-06-26  Richard Biener  <rguenther@suse.de>
14269
14270         PR tree-optimization/61607
14271         * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
14272         explaining why we restrict copies on loop depth.
14273         * tree-ssa-dom.c (cprop_operand): Remove restriction on
14274         on loop depth.
14275         (record_equivalences_from_phis): Instead add it here.
14276
14277 2014-06-26  Bernd Schmidt  <bernds@codesourcery.com>
14278
14279         * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
14280         (LTO_WRAPPER_OBJS): New variable.
14281         (lto-wrapper$(exeext)): Use it.
14282         * collect2.c: Include "collect-utils.h".
14283         (verbose, debug): Remove variables.
14284         (at_file_supplied): No longer static.
14285         (tool_name): New variable.
14286         (do_wait, fork_execute, maybe_unlink): Don't declare.
14287         (tool_cleanup): No longer static.
14288         (notice): Remove function.
14289         (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
14290         fork_execute calls.
14291         (collect_wait, do_wait, collect_execute): Remove functions.
14292         (maybe_unlink): No longer static.
14293         * collect2.h (verbose, debug): Don't declare.
14294         (at_file_supplied): Declare.
14295         * collect-utils.c (utils_cleanup): New arg from_signal.  All callers
14296         changed.
14297         (collect_execute): Replace with implementation from collect2, plus a
14298         new arg use_atfile.  All callers changed.
14299         (collect_wait): Replace with implementation from collect2.
14300         (maybe_unlink_file): Remove function.
14301         (fork_execute): Replace with implementation from collect2, plus a
14302         new arg use_atfile.  All callers changed.
14303         (do_wait): Add call to utils_cleanup to the error path.
14304         * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
14305         (tool_cleanup): Adjust declarations.
14306         * lto-wrapper.c (tool_cleanup): Add unused bool argument.
14307         * tlink.c: Include "collect-utils.h".
14308         (tlink_execute): New arg use_atfile.  All callers changed.
14309         (tlink_init, tlink_execute): Remove declarations.
14310
14311         * collect-utils.c (save_temps): New variable.
14312         (do_wait): Use it instead of debug.  Use fatal_error.
14313         * collect-utils.h (save_temps): Declare.
14314         * collect2.c (verbose): Rename from vflag.  All uses changed.
14315         (tool_cleanup): New function, copied from collect_atexit.
14316         (collect_atexit, handler): Just call it.
14317         * collect2.h (verbose): Declaration renamed from vflag.
14318         * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
14319         debug.
14320
14321         * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
14322         (lto-wrapper$(exeext)): Link with collect-utils.o.
14323         * collect-utils.c: New file.
14324         * collect-utils.h: New file.
14325         * lto-wrapper.c: Include "collect-utils.h".
14326         (args_name): Delete variable.
14327         (tool_name): New variable.
14328         (tool_cleanup): New function.
14329         (maybe_unlink): Renamed from maybe_unlink_file.  All callers changed.
14330         (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
14331         (fork_execute): Remove functions.
14332
14333 2014-06-26  Nick Clifton  <nickc@redhat.com>
14334
14335         * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
14336
14337         * doc/extend.texi (Function Attributes): Fix typo in description
14338         of RX vector attribute.
14339
14340 2014-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
14341
14342         * config.gcc (supported_defaults): Error when passing either
14343         --with-tune or --with-arch in conjunction with --with-cpu for ARM.
14344
14345 2014-06-26  Richard Biener  <rguenther@suse.de>
14346
14347         * tree-ssa-dom.c (cprop_operand): Remove restriction on
14348         propagating volatile pointers.
14349
14350 2014-06-26  Richard Biener  <rguenther@suse.de>
14351
14352         PR tree-optimization/61607
14353         * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
14354         loop if we redirected its latch edge.
14355         (thread_block_1): Do not cancel loops prematurely.
14356
14357 2014-06-25  Jan Hubicka  <hubicka@ucw.cz>
14358
14359         * toplev.c (backend_init_target): Move init_emit_regs and
14360         init_regs to...
14361         (backend_init) ... here; skip ira_init_once and backend_init_target.
14362         (target_reinit) ... and here; clear
14363         this_target_rtl->lang_dependent_initialized.
14364         (lang_dependent_init_target): Clear
14365         this_target_rtl->lang_dependent_initialized;
14366         break out rtl initialization to ...
14367         (initialize_rtl): ... here; call also backend_init_target
14368         and ira_init_once.
14369         * toplev.h (initialize_rtl): New function.
14370         * function.c: Include toplev.h
14371         (init_function_start): Call initialize_rtl.
14372         * rtl.h (target_rtl): Add target_specific_initialized,
14373         lang_dependent_initialized.
14374
14375 2014-06-25  Paul Gortmaker  <paul.gortmaker@windriver.com>
14376             Jakub Jelinek  <jakub@redhat.com>
14377
14378         * gcc.c (set_multilib_dir): Malloc "." pointer as well.
14379
14380 2014-06-25  Tom de Vries  <tom@codesourcery.com>
14381
14382         * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
14383
14384 2014-06-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14385
14386         * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
14387         check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
14388         Issue a strict overflow warning if appropriate.
14389
14390 2014-06-25  Martin Liska  <mliska@suse.cz>
14391
14392         IPA REF refactoring
14393         * Makefile.in: Removed header file (ipa-ref-inline.h).
14394         * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
14395         called.
14396         (cgraph_speculative_call_info): Likewise.
14397         (cgraph_for_node_thunks_and_aliases): Likewise.
14398         (cgraph_for_node_and_aliases): Likewise.
14399         (verify_cgraph_node): Likewise.
14400         * cgraph.h: Batch of IPA REF functions become member functions of
14401         symtab_node: add_reference, maybe_add_reference, clone_references,
14402         clone_referring, clone_reference, find_reference,
14403         remove_stmt_references, remove_all_references,
14404         remove_all_referring, dump_references, dump_referring,
14405         has_alias_p, iterate_reference, iterate_referring.
14406         * cgraphbuild.c (record_reference): New IPA REF function used.
14407         (record_type_list): Likewise.
14408         (record_eh_tables): Likewise.
14409         (mark_address): Likewise.
14410         (mark_load): Likewise.
14411         (mark_store): Likewise.
14412         (pass_build_cgraph_edges): Likewise.
14413         (rebuild_cgraph_edge): Likewise.
14414         (cgraph_rebuild_references): Likewise.
14415         (pass_remove_cgraph_callee_edges): Likewise.
14416         * cgraphclones.c (cgraph_clone_node): Likewise.
14417         (cgraph_create_virtual_clone): Likewise.
14418         (cgraph_materialize_clone): Likewise.
14419         (cgraph_materialize_all_clones): Likewise.
14420         * cgraphunit.c (cgraph_reset_node): Likewise.
14421         (cgraph_reset_node): Likewise.
14422         (analyze_function): Likewise.
14423         (assemble_thunks_and_aliases): Likewise.
14424         (expand_function): Likewise.
14425         * ipa-comdats.c (propagate_comdat_group): Likewise.
14426         (enqueue_references): Likewise.
14427         * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
14428         (create_specialized_node): Likewise.
14429         * ipa-devirt.c (referenced_from_vtable_p): Likewise.
14430         * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
14431         * ipa-inline.c (reset_edge_caches): Likewise.
14432         (update_caller_keys): Likewise.
14433         (execute): Likewise.
14434         * ipa-prop.c (remove_described_reference): Likewise.
14435         (propagate_controlled_uses): Likewise.
14436         (ipa_edge_duplication_hook): Likewise.
14437         (ipa_modify_call_arguments): Likewise.
14438         * ipa-pure-const.c (propagate_pure_const): Likewise.
14439         * ipa-ref-inline.h: Header file removed, functions moved
14440         to symtab_node class.
14441         * ipa-ref.c (remove_reference): New class member function.
14442         (cannot_lead_to_return): New class member function.
14443         (referring_ref_list): Likewise.
14444         (referred_ref_list): Likewise.
14445         Rest of functions moved to symtab_node class.
14446         * ipa-ref.h: New member functions remove_reference,
14447         cannot_lead_to_return, referring_ref_list, referred_ref_list added
14448         to ipa_ref class.
14449         ipa_ref_list class has new member functions: first_reference,
14450         first_referring, clear, nreferences.
14451         * ipa-reference.c (analyze_function): New IPA REF function used.
14452         (write_node_summary_p): Likewise.
14453         (ipa_reference_write_optimization_summary): Likewise.
14454         * ipa-split.c (split_function): Likewise.
14455         * ipa-utils.c (ipa_reverse_postorder): Likewise.
14456         * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
14457         (function_and_variable_visibility): Likewise.
14458         * ipa.c (has_addr_references_p): Likewise.
14459         (process_references): Argument type changed.
14460         (symtab_remove_unreachable_nodes): New IPA REF function used.
14461         (process_references): Likewise.
14462         (set_writeonly_bit): Likewise.
14463         * lto-cgraph.c: Implementation of new symtab_node member functions
14464         that uses new IPA REF functions.
14465         * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
14466         function used.
14467         * lto-streamer-out.c (output_symbol_p): Likewise.
14468         * lto-streamer.h (referenced_from_this_partition_p): Argument type
14469         changed.
14470         * symtab.c: Implementation of new IPA REF API.
14471         * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
14472         (ipa_tm_create_version): Likewise.
14473         (ipa_tm_execute): Likewise.
14474         * tree-emutls.c (gen_emutls_addr): Likewise.
14475         * tree-inline.c (copy_bb): Likewise.
14476         (delete_unreachable_blocks_update_callgraph): Likewise.
14477         * varpool.c (varpool_remove_unreferenced_decls): Likewise.
14478         (varpool_for_node_and_aliases): Likewise.
14479
14480 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
14481
14482         * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
14483
14484 2014-06-25  Trevor Saunders  <tsaunders@mozilla.com>
14485
14486         PR bootstrap/61598
14487         * fold-const.c (fold_checksum_tree): Use a hash_table of const
14488         tree_node * instead of tree_node *.
14489         (fold): Adjust.
14490         (print_fold_checksum): Likewise.
14491         (fold_check_failed): Likewise.
14492         (debug_fold_checksum): Likewise.
14493         (fold_build1_stat_loc): Likewise.
14494         (fold_build2_stat_loc): Likewise.
14495         (fold_build3_stat_loc): Likewise.
14496         (fold_build_call_array_loc): Likewise.
14497
14498 2014-06-25  David Edelsohn  <dje.gcc@gmail.com>
14499
14500         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
14501         implementation with call to...
14502         * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
14503         function.
14504         * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
14505         Declare.
14506
14507 2014-06-25  Marc Glisse  <marc.glisse@inria.fr>
14508
14509         PR tree-optimization/57742
14510         * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
14511         after replacing the statement.
14512
14513 2014-06-25  Nick Clifton  <nickc@redhat.com>
14514
14515         * config/v850/v850.c (GHS_default_section_names): Change to const
14516         char * type.
14517         (GHS_current_section_names): Likewise.
14518         (v850_insert_attributes): Do not build strings, just assign the
14519         names directly.  Change the type of 'chosen_section' to const
14520         char*.
14521         * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
14522         directly to the array entry.
14523         * config/v850/v850.h (GHS_default_section_names): Change to const
14524         char * type.
14525         (GHS_current_section_names): Likewise.
14526
14527 2014-06-25  Jakub Jelinek  <jakub@redhat.com>
14528
14529         * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
14530         (LANG_HOOKS_DECLS): Add it.
14531         * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
14532         has correct type.
14533         * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
14534         * langhooks.h (struct lang_hooks_for_decls): Add
14535         omp_clause_linear_ctor hook.
14536         * omp-low.c (lower_rec_input_clauses): Set max_vf even if
14537         OMP_CLAUSE_LINEAR_ARRAY is set.  Don't fold_convert
14538         OMP_CLAUSE_LINEAR_STEP.  For OMP_CLAUSE_LINEAR_ARRAY in
14539         combined simd loop use omp_clause_linear_ctor hook.
14540
14541 2014-06-24  Cong Hou  <congh@google.com>
14542
14543         * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
14544         pattern recognition.
14545         (type_conversion_p): PROMOTION is true if it's a type promotion
14546         conversion, and false otherwise.  Return true if the given expression
14547         is a type conversion one.
14548         * tree-vectorizer.h: Adjust the number of patterns.
14549         * tree.def: Add SAD_EXPR.
14550         * optabs.def: Add sad_optab.
14551         * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
14552         * expr.c (expand_expr_real_2): Likewise.
14553         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
14554         * gimple.c (get_gimple_rhs_num_ops): Likewise.
14555         * optabs.c (optab_for_tree_code): Likewise.
14556         * tree-cfg.c (estimate_operator_cost): Likewise.
14557         * tree-ssa-operands.c (get_expr_operands): Likewise.
14558         * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
14559         * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
14560         * doc/generic.texi: Add document for SAD_EXPR.
14561         * doc/md.texi: Add document for ssad and usad.
14562
14563 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
14564
14565         * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
14566         qualification in cast.
14567
14568 2014-06-24  Jan Hubicka  <hubicka@ucw.cz>
14569
14570         * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
14571         * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
14572         * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
14573         (tree_function_decl): ... here.
14574         * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
14575         streaming of vindex to ...
14576         (write_ts_function_decl_tree_pointers): ... here.
14577         * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
14578         Do not stream DECL_VINDEX.
14579         (lto_input_ts_function_decl_tree_pointers): Stream it here.
14580
14581 2014-06-24  Catherine Moore  <clm@codesourcery.com>
14582             Sandra Loosemore  <sandra@codesourcery.com>
14583
14584         * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
14585         * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
14586         * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
14587
14588 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
14589
14590         * doc/invoke.texi (Warning Options): Remove duplicated
14591         -Wmaybe-uninitialized.
14592
14593 2014-06-24  Marc Glisse  <marc.glisse@inria.fr>
14594
14595         PR tree-optimization/57742
14596         * tree-ssa-strlen.c (get_string_length): Ignore malloc.
14597         (handle_builtin_malloc, handle_builtin_memset): New functions.
14598         (strlen_optimize_stmt): Call them.
14599         * passes.def: Move strlen after loop+dom but before vrp.
14600
14601 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
14602
14603         PR target/61570
14604         * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
14605         model family 6 CPU with has_longmode never use a CPU without
14606         64-bit support.
14607
14608 2014-06-24  H.J. Lu  <hongjiu.lu@intel.com>
14609
14610         PR target/61570
14611         * config/i386/driver-i386.c (host_detect_local_cpu): Revert
14612         the last change.
14613
14614 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
14615
14616         * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
14617         * dominance.c (iterate_fix_dominators): Use hash_map instead of
14618         pointer_map.
14619         * hash-map.h: New file.
14620         * ipa-comdats.c: Use hash_map instead of pointer_map.
14621         * ipa.c: Likewise.
14622         * lto-section-out.c: Adjust.
14623         * lto-streamer.h: Replace pointer_map with hash_map.
14624         * symtab.c (verify_symtab): Likewise.
14625         * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
14626         * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
14627         * tree-streamer.h: Likewise.
14628         * tree-streamer.c: Adjust.
14629         * pointer-set.h: Remove pointer_map.
14630
14631 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
14632
14633         * hash-table.h: Add a template arg to choose between storing values
14634         and storing pointers to values, and then provide partial
14635         specializations for both.
14636         * tree-browser.c (tree_upper_hasher): Provide the type the hash table
14637         should store, not the type values should point to.
14638         * tree-into-ssa.c (var_info_hasher): Likewise.
14639         * tree-ssa-dom.c (expr_elt_hasher): Likewise.
14640         * tree-complex.c: Adjust.
14641         * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
14642         table instead of int_tree_map *.
14643         * tree-parloops.c: Adjust.
14644         * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
14645         type is being stored.
14646         * tree-vectorizer.c: Adjust.
14647
14648 2014-06-24  Trevor Saunders  <tsaunders@mozilla.com>
14649
14650         * hash-table.h: Remove a layer of indirection from hash_table so that
14651         it contains the hash table's data instead of a pointer to the data.
14652         * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
14653         config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
14654         config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
14655         data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
14656         fold-const.c, gcse.c, ggc-common.c,
14657         gimple-ssa-strength-reduction.c, gimplify.c,
14658         graphite-clast-to-gimple.c, graphite-dependences.c,
14659         graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
14660         ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
14661         loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
14662         lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
14663         postreload-gcse.c, sese.c, statistics.c, store-motion.c,
14664         trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
14665         tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
14666         tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
14667         tree-ssa-live.c, tree-ssa-loop-im.c,
14668         tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
14669         tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
14670         tree-ssa-structalias.c, tree-ssa-tail-merge.c,
14671         tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
14672         tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
14673         tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
14674         vtable-verify.c, vtable-verify.h: Adjust.
14675
14676 2014-06-24  Richard Biener  <rguenther@suse.de>
14677
14678         PR tree-optimization/61572
14679         * tree-ssa-sink.c (statement_sink_location): Do not sink
14680         loads from hard registers.
14681
14682 2014-06-24  Jakub Jelinek  <jakub@redhat.com>
14683
14684         * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
14685         not mentioned in clauses use private clause if the iterator is
14686         declared in #pragma omp for simd, and when adding lastprivate
14687         instead, add it to the outer #pragma omp for too.  Diagnose
14688         if the variable is private in outer context.  For simd collapse > 1
14689         loops, replace all iterators with temporaries.
14690         * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
14691         same even in collapse > 1 loops.
14692
14693         * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
14694         OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
14695         non-NULL.
14696         <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
14697         (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
14698         non-NULL.
14699         (gimplify_adjust_omp_clauses): Likewise.
14700         * omp-low.c (lower_rec_simd_input_clauses,
14701         lower_rec_input_clauses, expand_omp_simd): Handle non-constant
14702         safelen the same as safelen(1).
14703         * tree-nested.c (convert_nonlocal_omp_clauses,
14704         convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED.  For
14705         OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
14706         (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
14707         Fixup handling of GIMPLE_OMP_TARGET.
14708         (convert_tramp_reference_stmt, convert_gimple_call): Handle
14709         GIMPLE_OMP_TARGET.
14710
14711 2014-06-24  Chung-Lin Tang  <cltang@codesourcery.com>
14712
14713         PR tree-optimization/61554
14714         * tree-ssa-propagate.c: Include "bitmap.h".
14715         (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
14716         properly update constructor/destructor.
14717         (substitute_and_fold_dom_walker::before_dom_children):
14718         Remove call to gimple_purge_dead_eh_edges, add bb->index to
14719         need_eh_cleaup instead.
14720         (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
14721         need_eh_cleanup.
14722
14723 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
14724
14725         * varpool.c (dump_varpool_node): Dump used_by_single_function.
14726         * tree-pass.h (make_pass_ipa_single_use): New pass.
14727         * cgraph.h (used_by_single_function): New flag.
14728         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
14729         Stream it.
14730         * passes.def (pass_ipa_single_use): Scedule.
14731         * ipa.c (BOTTOM): New macro.
14732         (meet): New function
14733         (propagate_single_user): New function.
14734         (ipa_single_use): New function.
14735         (pass_data_ipa_single_use): New pass.
14736         (pass_ipa_single_use): New pass.
14737         (pass_ipa_single_use::gate): New gate.
14738         (make_pass_ipa_single_use): New function.
14739
14740 2014-06-23  Kai Tietz  <ktietz@redhat.com>
14741
14742         PR target/39284
14743         * passes.def (peephole2): Move peephole2 pass before sched2 pass.
14744         * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
14745
14746 2014-06-23  Richard Biener  <rguenther@suse.de>
14747
14748         * tree-ssa-loop.c (gate_loop): New function.
14749         (pass_tree_loop::gate): Call it.
14750         (pass_data_tree_no_loop, pass_tree_no_loop,
14751         make_pass_tree_no_loop): New.
14752         * tree-vectorizer.c: Include tree-scalar-evolution.c
14753         (pass_slp_vectorize::execute): Initialize loops and SCEV if
14754         required.
14755         (pass_slp_vectorize::clone): New method.
14756         * timevar.def (TV_TREE_NOLOOP): New.
14757         * tree-pass.h (make_pass_tree_no_loop): Declare.
14758         * passes.def (pass_tree_no_loop): New pass group with
14759         SLP vectorizer.
14760
14761 2014-06-23  H.J. Lu  <hongjiu.lu@intel.com>
14762
14763         PR target/61570
14764         * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
14765         to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
14766
14767 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
14768
14769         * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
14770         "yes" where needed.
14771
14772 2014-06-23  Alan Modra  <amodra@gmail.com>
14773
14774         PR bootstrap/61583
14775         * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
14776         to zero on debug statements.
14777
14778 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
14779
14780         PR target/60825
14781         * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
14782         Ignore third operand if present by marking qualifier_internal.
14783
14784         * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
14785
14786         * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
14787         vector extension.
14788         (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
14789         arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
14790         (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
14791         vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
14792         vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
14793         vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
14794         vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
14795         vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
14796         vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
14797         vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
14798         vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
14799         vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
14800         vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
14801         vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
14802         vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
14803         vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
14804         logic in GCC vector extensions
14805
14806         (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
14807         vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
14808         vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
14809         vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
14810         vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
14811         vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
14812         vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
14813         vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
14814         vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
14815         vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
14816
14817         (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
14818
14819         (vget_high_s64, vget_high_u64): Reimplement with GCC vector
14820         extensions.
14821
14822         (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
14823         (vget_low_s64): Use __GET_LOW macro.
14824         (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
14825         gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
14826         (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
14827         (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
14828         __builtin_aarch64_lane_boundsi, use GCC vector extensions.
14829
14830         (vcombine_s64): Use GCC vector extensions; remove cast.
14831         (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
14832         vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
14833         vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
14834         Fix type signature; remove cast.
14835
14836 2014-06-23  Alan Lawrence  <alan.lawrence@arm.com>
14837
14838         PR target/60825
14839         * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
14840         V1DFmode.
14841         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
14842         add V1DFmode
14843         (BUILTIN_VD1): New.
14844         (BUILTIN_VD_RE): Remove.
14845         (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
14846         (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
14847         * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
14848         variant but not df.
14849         (vreinterpretv1df*, vreinterpret*v1df): New.
14850         (vreinterpretdf*, vreinterpret*df): Remove.
14851         * config/aarch64/aarch64-simd.md (aarch64_create,
14852         aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
14853         * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
14854         (VD1): New.
14855         * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
14856         (vcreate_f64): Remove cast, use v1df builtin.
14857         (vcombine_f64): Remove cast, get elements with gcc vector extensions.
14858         (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
14859         vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
14860         vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
14861         vmov_n_f64, vst1_f64): Use gcc vector extensions.
14862         (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
14863         add range check using __builtin_aarch64_im_lane_boundsi.
14864         (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
14865         vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
14866         type signature, use gcc vector extensions.
14867         (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
14868         vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
14869         vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
14870         vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
14871         vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
14872         vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
14873         vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
14874         vreinterpret_u64_f64): Use v1df builtin not df.
14875
14876 2014-06-23  James Greenhalgh  <james.greenhalgh@arm.com>
14877
14878         * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
14879         vector registers.
14880
14881 2014-06-23  Jan Hubicka  <hubicka@ucw.cz>
14882
14883         * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
14884         priority directly.
14885
14886 2014-06-23  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
14887
14888         * loop-invariant.c (pre_check_invariant_p): New function.
14889         (find_invariant_insn): Call pre_check_invariant_p.
14890
14891 2014-06-22  Richard Henderson  <rth@redhat.com>
14892
14893         PR target/61565
14894         * compare-elim.c (struct comparison): Add eh_note.
14895         (find_comparison_dom_walker::before_dom_children): Don't eliminate
14896         a redundant comparison in a different EH region.  Purge EH edges if
14897         necessary.
14898
14899 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
14900
14901         * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
14902         (var_shift): Use it.
14903         (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
14904         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
14905         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
14906         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
14907         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
14908         *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
14909         *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
14910         *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
14911         *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
14912         *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
14913         *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
14914         *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
14915         *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
14916         *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
14917         *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
14918         *rotldi3_internal15be): Use the new attribute.  Merge register and
14919         integer alternatives.
14920
14921 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
14922
14923         * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
14924         define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
14925         split, *ashrdi3_internal3 and split): Delete, merge into...
14926         (ashr<mode>3): New expander.
14927         (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
14928         (*ashrsi3_64): Fix formatting.  Replace "i" by "n".
14929
14930 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
14931
14932         * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
14933         *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
14934         *rotldi3_internal3 and split): Delete, merge into...
14935         (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
14936         (*rotlsi3_64): Fix formatting.  Fix condition.  Replace "i" by "n".
14937         Use "rotlw" extended mnemonic.
14938
14939 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
14940
14941         * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
14942         and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
14943         and split, *ashldi3_internal3 and split): Delete, merge into...
14944         (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
14945         (*ashlsi3_64): Fix formatting.  Replace "i" by "n".
14946
14947 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
14948
14949         * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
14950         (lshrsi3, two anonymous define_insns and define_splits,
14951         lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
14952         *lshrdi3_internal3 and split): Delete, merge into...
14953         (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
14954         (*lshrsi3_64): Fix formatting.  Replace "i" by "n".
14955
14956 2014-06-22  Segher Boessenkool  <segher@kernel.crashing.org>
14957
14958         * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
14959         Remove "O" alternative.
14960
14961 2014-06-22  Richard Sandiford  <rdsandiford@googlemail.com>
14962
14963         * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
14964         (mips_move_from_gpr_cost): Likewise.
14965         (mips_register_move_cost): Update accordingly.
14966         (mips_secondary_reload_class): Remove name of in_p.
14967
14968 2014-06-22  Marc Glisse  <marc.glisse@inria.fr>
14969
14970         PR target/61503
14971         * config/i386/i386.md (x86_64_shrd, x86_shrd,
14972         ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
14973
14974 2014-06-21  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
14975
14976         * config/nios2/nios2.c: Include "builtins.h".
14977
14978 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
14979
14980         * cgraph.h (tls_model_names): New variable.
14981         * print-tree.c (print_node): Simplify.
14982         * varpool.c (tls_model_names): New variable.
14983         (dump_varpool_node): Output tls model.
14984
14985 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
14986
14987         * ipa-visibility.c (function_and_variable_visibility): Disable
14988         temporarily local aliases for some targets.
14989
14990 2014-06-20  Marek Polacek  <polacek@redhat.com>
14991
14992         * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
14993         * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
14994         into SANITIZE_UNDEFINED.
14995         * doc/invoke.texi: Describe -fsanitize=bounds.
14996         * gimplify.c (gimplify_call_expr): Add gimplification of internal
14997         functions created in the FEs.
14998         * internal-fn.c: Move "internal-fn.h" after "tree.h".
14999         (expand_UBSAN_BOUNDS): New function.
15000         * internal-fn.def (UBSAN_BOUNDS): New internal function.
15001         * internal-fn.h: Don't define internal functions here.
15002         * opts.c (common_handle_option): Add -fsanitize=bounds.
15003         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
15004         BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
15005         * tree-core.h: Define internal functions here.
15006         (struct tree_base): Add ifn field.
15007         * tree-pretty-print.c: Include "internal-fn.h".
15008         (dump_generic_node): Handle functions without CALL_EXPR_FN.
15009         * tree.c (get_callee_fndecl): Likewise.
15010         (build_call_expr_internal_loc): New function.
15011         * tree.def (CALL_EXPR): Update description.
15012         * tree.h (CALL_EXPR_IFN): Define.
15013         (build_call_expr_internal_loc): Declare.
15014         * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
15015         types.
15016         (ubsan_type_descriptor): Change bool parameter to enum
15017         ubsan_print_style.  Adjust the code.  Add handling of
15018         UBSAN_PRINT_ARRAY.
15019         (ubsan_expand_bounds_ifn): New function.
15020         (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
15021         (ubsan_build_overflow_builtin): Likewise.
15022         (instrument_bool_enum_load): Likewise.
15023         (ubsan_instrument_float_cast): Likewise.
15024         * ubsan.h (enum ubsan_print_style): New enum.
15025         (ubsan_expand_bounds_ifn): Declare.
15026         (ubsan_type_descriptor): Adjust declaration.  Use a default parameter.
15027
15028 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
15029
15030         * config/rs6000/rs6000.md: Append `DONE' to preparation
15031         statements of `bswap' pattern splitters.
15032
15033 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15034
15035         * target.def (call_fusage_contains_non_callee_clobbers): Update
15036         definition.
15037         * doc/tm.texi: Regenerate.
15038
15039 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
15040             Max Ostapenko  <m.ostapenko@partner.samsung.com>
15041
15042         PR sanitizer/61547
15043         * asan.c (instrument_strlen_call): Fixed instrumentation of
15044         trailing byte.
15045
15046 2014-06-20  Martin Jambor  <mjambor@suse.cz>
15047
15048         PR ipa/61540
15049         * ipa-prop.c (impossible_devirt_target): New function.
15050         (try_make_edge_direct_virtual_call): Use it, also instead of
15051         asserting.
15052
15053 2014-06-20  Yury Gribov  <y.gribov@samsung.com>
15054             Max Ostapenko  <m.ostapenko@partner.samsung.com>
15055
15056         PR sanitizer/61530
15057         * asan.c (build_check_stmt): Add condition.
15058
15059 2014-06-20  Martin Jambor  <mjambor@suse.cz>
15060
15061         PR ipa/61211
15062         * cgraph.c (clone_of_p): Allow skipped_branch to deal with
15063         expanded clones.
15064
15065 2014-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15066
15067         * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
15068         Update comments.
15069         (VCONQ): Make comment more helpful.
15070         (VCON): Delete.
15071         * config/aarch64/aarch64-simd.md
15072         (aarch64_sqdmulh_lane<mode>):
15073         Use VCOND for operands 2.  Update lane checking and flipping logic.
15074         (aarch64_sqrdmulh_lane<mode>): Likewise.
15075         (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
15076         (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
15077         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
15078         attribute of operand 3 to VCOND.
15079         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
15080         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
15081         (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
15082         (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
15083         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
15084         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
15085         define_insn.
15086         (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
15087         (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
15088         (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
15089         (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
15090         (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
15091         (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
15092         operand to VCOND.  Update lane flipping and bounds checking logic.
15093         (aarch64_sqdmlal2_lane<mode>): Likewise.
15094         (aarch64_sqdmlsl_lane<mode>): Likewise.
15095         (aarch64_sqdmull_lane<mode>): Likewise.
15096         (aarch64_sqdmull2_lane<mode>): Likewise.
15097         (aarch64_sqdmlal_laneq<mode>):
15098         Replace VCON usage with VCONQ.
15099         Emit aarch64_sqdmlal_laneq<mode>_internal insn.
15100         (aarch64_sqdmlal2_laneq<mode>): Emit
15101         aarch64_sqdmlal2_laneq<mode>_internal insn.
15102         Replace VCON with VCONQ.
15103         (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
15104         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
15105         (aarch64_sqdmull_laneq<mode>): Emit
15106         aarch64_sqdmull_laneq<mode>_internal insn.
15107         Replace VCON with VCONQ.
15108         (aarch64_sqdmull2_laneq<mode>): Emit
15109         aarch64_sqdmull2_laneq<mode>_internal insn.
15110         (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
15111         * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
15112         of 3rd argument to int16x4_t.
15113         (vqdmlalh_lane_s16): Likewise.
15114         (vqdmlslh_lane_s16): Likewise.
15115         (vqdmull_high_lane_s16): Likewise.
15116         (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
15117         (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
15118         (vqdmlsl_lane_s16): Likewise.
15119         (vqdmull_lane_s16): Don't create temporary int16x8_t value.
15120         (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
15121         (vqdmlals_lane_s32): Likewise.
15122         (vqdmlsls_lane_s32): Likewise.
15123         (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
15124         (vqdmulls_lane_s32): Likewise.
15125         (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
15126         (vqdmlsl_lane_s32): Likewise.
15127         (vqdmull_lane_s32): Don't create temporary int32x4_t value.
15128         (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
15129         (vqrdmulhh_lane_s16): Likewise.
15130         (vqdmlsl_high_lane_s16): Likewise.
15131         (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
15132         (vqdmlsl_high_lane_s32): Likewise.
15133         (vqrdmulhs_lane_s32): Likewise.
15134
15135 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15136
15137         * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
15138         get_call_reg_set_usage.
15139
15140 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15141
15142         * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
15143         it contains all call_used_regs.
15144
15145 2014-06-20  Tom de Vries  <tom@codesourcery.com>
15146
15147         * final.c (collect_fn_hard_reg_usage): Add and use variable
15148         function_used_regs.
15149
15150 2014-06-20  Jan Hubicka  <hubicka@ucw.cz>
15151
15152         * cgraph.h (struct symtab_node): Add field in_init_priority_hash
15153         (set_init_priority, get_init_priority, set_fini_priority,
15154         get_fini_priority): New methods.
15155         * tree.c (init_priority_for_decl): Remove.
15156         (init_ttree): Do not initialize init priority.
15157         (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
15158         (decl_priority_info): Remove.
15159         (decl_init_priority_insert): Rewrite.
15160         (decl_fini_priority_insert): Rewrite.
15161         * tree.h (tree_priority_map_eq, tree_priority_map_hash,
15162         tree_priority_map_marked_p): Remove.
15163         * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
15164         * lto-streamer-out.c (hash_tree): Do not hash priorities.
15165         * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
15166         not output priorities.
15167         (pack_ts_function_decl_value_fields): Likewise.
15168         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
15169         not input priorities.
15170         (unpack_ts_function_decl_value_fields): Likewise.
15171         * symtab.c (symbol_priority_map): Declare.
15172         (init_priority_hash): Declare.
15173         (symtab_unregister_node): Unregister from priority hash, too.
15174         (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
15175         New methods.
15176         (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
15177         (symbol_priority_info): New function.
15178         (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
15179         New methods.
15180         * tree-core.h (tree_priority_map): Remove.
15181
15182 2014-06-20  Jakub Jelinek  <jakub@redhat.com>
15183
15184         * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
15185         0xff to uint64_t before shifting it up.
15186
15187 2014-06-20  Julian Brown  <julian@codesourcery.com>
15188             Chung-Lin Tang  <cltang@codesourcery.com>
15189
15190         * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
15191         TARGET_THUMB1_ONLY. Add comments.
15192
15193 2014-06-19  Tom de Vries  <tom@codesourcery.com>
15194
15195         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
15196         return type to void.
15197         * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
15198
15199 2014-06-19  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
15200
15201         * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
15202         as "move", from depends_on.
15203
15204 2014-06-19  Terry Guo  <terry.guo@arm.com>
15205
15206         * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
15207         stage.
15208
15209 2014-06-18  Segher Boessenkool  <segher@kernel.crashing.org>
15210
15211         * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
15212         Remove cr5.
15213         (REG_ALLOC_ORDER): Update comment.  Move cr5 earlier.
15214
15215 2014-06-18  Kaz Kojima  <kkojima@gcc.gnu.org>
15216
15217         PR target/61550
15218         * config/sh/sh.c (prepare_move_operands): Don't process TLS
15219         addresses here if reload in progress or completed.
15220
15221 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
15222
15223         * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
15224         "TARGET_MIPS16 ? M16_REGS : GR_REGS".
15225         * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
15226         (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
15227         (mips_register_priority): New function that implements the target
15228         hook TARGET_REGISTER_PRIORITY.
15229         (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
15230         (mips_lra_p): Likewise for TARGET_LRA_P.
15231         (TARGET_REGISTER_PRIORITY): Define macro.
15232         (TARGET_SPILL_CLASS): Likewise.
15233         (TARGET_LRA_P): Likewise.
15234         * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
15235         classes.
15236         (REG_CLASS_NAMES): Likewise.
15237         (REG_CLASS_CONTENTS): Likewise.
15238         (BASE_REG_CLASS): Use M16_SP_REGS.
15239         * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
15240         New set attribute to enable alternatives depending on the register
15241         allocator used.
15242         (*mul_acc_si_r3900, *mul_sub_si): Likewise.
15243         (*lea64): Disable pattern for MIPS16.
15244         * config/mips/mips.opt (mlra): New option.
15245
15246 2014-06-18  Robert Suchanek  <robert.suchanek@imgtec.com>
15247
15248         * lra-constraints.c (base_to_reg): New function.
15249         (process_address): Use new function.
15250
15251 2014-06-18  Tom de Vries  <tom@codesourcery.com>
15252
15253         * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
15254         * config/aarch64/aarch64.c
15255         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
15256         (aarch64_emit_call_insn): New function.
15257         (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
15258         of emit_call_insn.
15259         * config/aarch64/aarch64.md (define_expand "call_internal")
15260         (define_expand "call_value_internal", define_expand "sibcall_internal")
15261         (define_expand "sibcall_value_internal"): New.
15262         (define_expand "call", define_expand "call_value")
15263         (define_expand "sibcall", define_expand "sibcall_value"): Use internal
15264         expand variant and aarch64_emit_call_insn.
15265
15266 2014-06-18  Radovan Obradovic  <robradovic@mips.com>
15267             Tom de Vries  <tom@codesourcery.com>
15268
15269         * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
15270         * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
15271         Redefine to true.
15272         (arm_emit_call_insn): Add and use sibcall parameter.  Add IP and CC
15273         clobbers to CALL_INSN_FUNCTION_USAGE.
15274         (define_expand "sibcall_internal")
15275         (define_expand "sibcall_value_internal"): New.
15276         (define_expand "call", define_expand "call_value"): Add argument to
15277         arm_emit_call_insn.
15278         (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
15279         (define_expand "sibcall_value"): Use sibcall_value_internal and
15280         arm_emit_call_insn.
15281
15282 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15283
15284         * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
15285
15286 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15287
15288         * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
15289         __udivmoddi4.
15290
15291 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15292
15293         * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
15294         push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
15295         annotations. Fix DWARF information.
15296
15297 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15298
15299         * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
15300         __udivmoddi4, and fixups for negative operands.
15301
15302 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15303
15304         * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
15305
15306 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15307
15308         * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
15309         to __udivmoddi4.
15310
15311 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15312
15313         * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
15314         manipulation.
15315
15316 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15317
15318         * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
15319         describing register usage on function entry and exit.
15320
15321 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15322
15323         * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
15324         (__aeabi_ldivmod): Fix whitespace.
15325
15326 2014-06-18  Andreas Schwab  <schwab@suse.de>
15327
15328         * doc/md.texi (Standard Names): Use @itemx for grouped items.
15329         Remove blank line after @item.
15330
15331 2014-06-18  Richard Henderson  <rth@redhat.com>
15332
15333         PR target/61545
15334         * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
15335
15336 2014-06-18  Charles Baylis  <charles.baylis@linaro.org>
15337
15338         * config/arm/arm.c (neon_vector_mem_operand): Allow register
15339         POST_MODIFY for neon loads and stores.
15340         (arm_print_operand): Output post-index register for neon loads and
15341         stores.
15342
15343 2014-06-18  Richard Biener  <rguenther@suse.de>
15344
15345         * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
15346
15347 2014-06-18  Richard Biener  <rguenther@suse.de>
15348
15349         * tree-pass.h (make_pass_dce_loop): Remove.
15350         * passes.def: Replace pass_dce_loop with pass_dce.
15351         * tree-ssa-dce.c (perform_tree_ssa_dce): If something
15352         changed free niter estimates and reset the scev cache.
15353         (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
15354         make_pass_dce_loop): Remove.
15355         * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
15356         (fini_copy_prop): Return whether something changed.  Always
15357         let substitute_and_fold perform DCE and free niter estimates
15358         and reset the scev cache if so.
15359         (execute_copy_prop): If sth changed schedule cleanup-cfg.
15360         (pass_data_copy_prop): Do not unconditionally schedule
15361         cleanup-cfg or update-ssa.
15362
15363 2014-06-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
15364
15365         PR tree-optimization/61518
15366         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
15367         reduction var is used in reduction stmt or phi-function only.
15368
15369 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15370
15371         * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
15372
15373 2014-06-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15374
15375         PR tree-optimization/61517
15376         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
15377         whose rhs's first tree is the source expression instead of the
15378         expression itself.
15379         (find_bswap_or_nop): Likewise.
15380         (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
15381         gimple stmt whose rhs's first tree is the source. In the memory source
15382         case, move the stmt to be replaced close to one of the original load to
15383         avoid the problem of a store between the load and the stmt's original
15384         location.
15385         (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
15386         signature.
15387
15388 2014-06-18  Andreas Schwab  <schwab@suse.de>
15389
15390         PR rtl-optimization/54555
15391         * postreload.c (move2add_use_add2_insn): Substitute
15392         STRICT_LOW_PART only if it is cheaper.
15393
15394 2014-06-18  Uros Bizjak  <ubizjak@gmail.com>
15395
15396         * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
15397         Do not use unspec as call operand.  Use memory_operand instead of
15398         memory_nox32_operand and add "m" operand constraint.  Disable
15399         pattern for TARGET_X32.
15400         (*sibcall_pop_memory): Ditto.
15401         (*sibcall_value_memory): Ditto.
15402         (*sibcall_value_pop_memory): Ditto.
15403         (sibcall peepholes): Merge SImode and DImode patterns using
15404         W mode iterator.  Use memory_operand instead of memory_nox32_operand.
15405         Disable pattern for TARGET_X32.  Check if eliminated register is
15406         really dead after call insn.  Generate call RTX without unspec operand.
15407         (sibcall_value peepholes): Ditto.
15408         (sibcall_pop peepholes): Fix call insn RTXes.  Use memory_operand
15409         instead of memory_nox32_operand.  Check if eliminated register is
15410         really dead after call insn. Generate call RTX without unspec operand.
15411         (sibcall_value_pop peepholes): Ditto.
15412         * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
15413
15414 2014-06-18  Terry Guo  <terry.guo@arm.com>
15415
15416         PR target/61544
15417         * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
15418         reach the head.
15419
15420 2014-06-18  Olivier Hainque  <hainque@adacore.com>
15421
15422         * tree-core.h (tree_block): Add an "end_locus" field, allowing
15423         memorization of the end of block source location.
15424         * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
15425         * gimplify.c (gimplify_bind_expr): Propagate the block start and
15426         end source location info we have on the block entry/exit code we
15427         generate.
15428
15429 2014-06-18  Richard Biener  <rguenther@suse.de>
15430
15431         * common.opt (fssa-phiopt): New option.
15432         * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
15433         but not with -Og.
15434         * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
15435         * doc/invoke.texi (-fssa-phiopt): Document.
15436
15437 2014-06-18  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15438
15439         * genattrtab.c (n_bypassed): New variable.
15440         (process_bypasses): Initialise n_bypassed.
15441         Count number of bypassed reservations.
15442         (make_automaton_attrs): Allocate space for bypassed reservations
15443         rather than number of bypasses.
15444
15445 2014-06-18  Richard Biener  <rguenther@suse.de>
15446
15447         * tree-ssa-propagate.c (replace_phi_args_in): Return whether
15448         we propagated anything.
15449         (substitute_and_fold_dom_walker::before_dom_children): Something
15450         changed if we propagated into PHI arguments.
15451         * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
15452         we removed a stmt.
15453
15454 2014-06-18  Evgeny Stupachenko  <evstupac@gmail.com>
15455
15456         * config/i386/i386.c (ix86_reassociation_width): Add alternative for
15457         vector case.
15458         * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
15459         * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
15460         * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
15461         Introduces alternative way of loads group permutaions.
15462         (vect_transform_grouped_load): Try alternative way of permutations.
15463
15464 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
15465
15466         * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
15467         changed in ORT_TARGET region, don't jump to do_outer.
15468         (struct gimplify_adjust_omp_clauses_data): New type.
15469         (gimplify_adjust_omp_clauses_1): Adjust for data being
15470         a struct gimplify_adjust_omp_clauses_data pointer instead
15471         of tree *.  Pass pre_p as a new argument to
15472         lang_hooks.decls.omp_finish_clause hook.
15473         (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
15474         splay_tree_foreach to pass both list_p and pre_p.
15475         (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
15476         gimplify_omp_workshare, gimplify_omp_target_update): Adjust
15477         gimplify_adjust_omp_clauses callers.
15478         * langhooks.c (lhd_omp_finish_clause): New function.
15479         * langhooks-def.h (lhd_omp_finish_clause): New prototype.
15480         (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
15481         * langhooks.h (struct lang_hooks_for_decls): Add a new
15482         gimple_seq * argument to omp_finish_clause hook.
15483         * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
15484         non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
15485         (scan_omp_parallel, lower_omp_for): When adding
15486         _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
15487         * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
15488         * tree-nested.c (convert_nonlocal_omp_clauses,
15489         convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
15490         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
15491
15492 2014-06-17  Andrew MacLeod  <amacleod@redhat.com>
15493
15494         * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
15495         * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
15496
15497 2014-06-17  Xinliang David Li  <davidxl@google.com>
15498
15499         * tree-pretty-print.c (dump_function_header): Print cgraph uid.
15500         * passes.c (pass_init_dump_file): Do not set initialize
15501         flag to false unconditionally.
15502
15503 2014-06-17  Richard Biener  <rguenther@suse.de>
15504
15505         * genopinit.c (main): Use vec<>::qsort method.
15506         * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
15507         Likewise.
15508         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
15509
15510 2014-06-17  Matthew Fortune  <matthew.fortune@imgtec.com>
15511
15512         * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
15513         * config/mips/mips.c (mips_expand_fcc_reload): Remove.
15514         (mips_move_to_gpr_cost): Remove ST_REGS case.
15515         (mips_move_from_gpr_cost): Likewise.
15516         (mips_register_move_cost): Likewise.
15517         (mips_secondary_reload_class): Likewise.
15518
15519 2014-06-17  Richard Biener  <rguenther@suse.de>
15520
15521         * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
15522         (pass_all_optimizations): Move 3rd copy-prop pass from after
15523         fre to before ifcombine/phiopt.
15524
15525 2014-06-17  Richard Biener  <rguenther@suse.de>
15526
15527         * tree-switch-conversion.c (collect_switch_conv_info): Simplify
15528         and allow all blocks to be forwarders.
15529
15530 2014-06-17  Yufeng Zhang  <yufeng.zhang@arm.com>
15531
15532         PR target/61483
15533         * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
15534         variable 'size'; calculate 'size' right in the front; use
15535         'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
15536         pcum->aapcs_stack_words.
15537
15538 2014-06-17  Nick Clifton  <nickc@redhat.com>
15539
15540         * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
15541         (umulhi3, mulsidi3, umulsidi3): Likewise.
15542
15543 2014-06-17  Thomas Schwinge  <thomas@codesourcery.com>
15544
15545         PR middle-end/61508
15546         * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
15547         check for section name.
15548
15549 2014-06-17  Richard Biener  <rguenther@suse.de>
15550
15551         * tree-ssa-propagate.c: Include domwalk.h.
15552         (substitute_and_fold): Outline main worker into a domwalker ...
15553         (substitute_and_fold_dom_walker::before_dom_children): ... here.
15554         Schedule stmts we can fully propagate for removal.  Remove
15555         poor-mans DCE.
15556         (substitute_and_fold): Apply a dominator walk to perform
15557         substitution.  Process stmts scheduled for removal here.
15558
15559 2014-06-17  Richard Biener  <rguenther@suse.de>
15560
15561         * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
15562         of PHI node moving.
15563
15564 2014-06-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
15565
15566         * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
15567         default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
15568         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
15569         __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
15570         * config/arm/vfp.md (set_fpscr): Make pattern conditional on
15571         TARGET_HARD_FLOAT.
15572         (get_fpscr) : Likewise.
15573
15574 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
15575
15576         PR rtl-optimization/61325
15577         * lra-constraints.c (valid_address_p): Add forward declaration.
15578         (simplify_operand_subreg): Check address validity before and after
15579         alter_reg of memory subreg.
15580
15581 2014-06-16  Uros Bizjak  <ubizjak@gmail.com>
15582
15583         * config/i386/i386.c (decide_alg): Correctly handle
15584         maximum size of stringop algorithm.
15585
15586 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
15587
15588         * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
15589
15590 2014-06-16  Vladimir Makarov  <vmakarov@redhat.com>
15591
15592         PR rtl-optimization/61522
15593         * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
15594
15595 2014-06-16  Jan Hubicka  <hubicka@ucw.cz>
15596
15597         Revert:
15598         * symtab.c (symtab_node::reset_section): New method.
15599         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
15600         for localization.
15601         * cgraph.h (reset_section): Declare.
15602         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
15603         do not consider comdat locals.
15604         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
15605         for new symbol.
15606         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
15607         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
15608         reset sections of symbols dragged out of the comdats.
15609         (function_and_variable_visibility): Reset sections of
15610         localized symbols.
15611
15612 2014-06-16  Richard Biener  <rguenther@suse.de>
15613
15614         PR tree-optimization/61482
15615         * tree-vrp.c (adjust_range_with_scev): Avoid setting of
15616         [-INF(OVF), +INF(OVF)] range.
15617
15618 2014-06-16  Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
15619
15620         * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
15621         instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
15622         handling 32-bit multiplication.
15623
15624 2014-06-16  Chung-Lin Tang  <cltang@codesourcery.com>
15625
15626         PR middle-end/61430
15627         * lra-lives.c (process_bb_lives): Skip creating copy during
15628         insn scan when src/dest has constrained to same regno.
15629
15630 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
15631
15632         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
15633         DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
15634
15635 2014-06-16  Yury Gribov  <y.gribov@samsung.com>
15636
15637         * asan.c (check_func): New function.
15638         (maybe_create_ssa_name): Likewise.
15639         (build_check_stmt_with_calls): Likewise.
15640         (use_calls_p): Likewise.
15641         (report_error_func): Change interface.
15642         (build_check_stmt): Allow non-integer lengths; add support
15643         for new parameter.
15644         (asan_instrument): Likewise.
15645         (instrument_mem_region_access): Moved code to build_check_stmt.
15646         (instrument_derefs): Likewise.
15647         (instrument_strlen_call): Likewise.
15648         * cfgcleanup.c (old_insns_match_p): Add support for new functions.
15649         * doc/invoke.texi: Describe new parameter.
15650         * params.def: Define new parameter.
15651         * params.h: Likewise.
15652         * sanitizer.def: Describe new builtins.
15653
15654 2014-06-16  Richard Biener  <rguenther@suse.de>
15655
15656         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
15657         Make all defs available at the end.
15658         (eliminate): If we remove a PHI node schedule cfg-cleanup.
15659
15660 2014-06-18  Jakub Jelinek  <jakub@redhat.com>
15661
15662         PR plugins/45078
15663         * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
15664
15665 2014-06-16  Richard Sandiford  <rdsandiford@googlemail.com>
15666
15667         PR bootstrap/61516
15668         * auto-inc-dec.c (merge_in_block): Fix location of insn_info
15669         initialization.  Replace remaining use of uid.
15670
15671 2014-06-15  Jan Hubicka  <hubicka@ucw.cz>
15672
15673         * c-family/c-common.c (handle_tls_model_attribute): Use
15674         set_decl_tls_model.
15675         * c-family/c-common.c (handle_tls_model_attribute): Use
15676         set_decl_tls_model.
15677         * cgraph.h (struct varpool_node): Add tls_model.
15678         * tree.c (decl_tls_model, set_decl_tls_model): New functions.
15679         * tree.h (DECL_TLS_MODEL): Update.
15680         (DECL_THREAD_LOCAL_P): Check that variable is static.
15681         (decl_tls_model): Declare.
15682         (set_decl_tls_model): Declare.
15683         * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
15684         set symbol prorperties.
15685         (get_emutls_init_templ_addr): Cleanup.
15686         (new_emutls_decl): Update.
15687         * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
15688         (lto_input_varpool_node): Likewise.
15689         * lto-streamer-out.c (hash_tree): Likewise.
15690         * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
15691         not stream DECL_TLS_MODEL.
15692         * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
15693         * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
15694
15695 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
15696
15697         * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
15698
15699 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
15700
15701         * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
15702         (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
15703         lists.
15704         (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
15705         (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
15706         (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
15707         (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
15708         (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
15709         (df_get_artificial_defs, df_get_artificial_uses)
15710         (df_single_def, df_single_use): Update accordingly.
15711         (df_refs_chain_dump): Take the first element in a linked list as
15712         parameter, rather than a pointer to an array of pointers.
15713         * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
15714         * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
15715         (df_chain_create_bb_process_use): Likewise.
15716         (df_md_bb_local_compute_process_def): Likewise.
15717         * fwprop.c (process_defs, process_uses): Likewise.
15718         (register_active_defs, update_uses): Likewise.
15719         (forward_propagate_asm): Update for new df_ref linking.
15720         * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
15721         (df_null_ref_rec, df_null_mw_rec): Likewise.
15722         (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
15723         explicitly.
15724         (df_scan_free_bb_info): Remove check for null artificial_defs.
15725         (df_install_ref_incremental): Adjust for new df_ref linking.
15726         Use a single-element insertion rather than a full sort.
15727         (df_ref_chain_delete_du_chain): Take the first element
15728         in a linked list as parameter, rather than a pointer to an array of
15729         pointers.
15730         (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
15731         (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
15732         (df_insn_info_delete): Remove check for null defs and call to
15733         df_scan_free_mws_vec.
15734         (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
15735         null rather than df_null_*_rec.
15736         (df_insn_rescan_debug_internal): Likewise, and update null
15737         checks in the same way.  Remove check for null defs.
15738         (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
15739         Move a single element rather doing a full sort.
15740         (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
15741         linking.
15742         (df_notes_rescan): Likewise.  Use a merge rather than a full sort.
15743         Initialize df_ref and df_mw_hardreg lists to null rather than
15744         df_null_*_rec.
15745         (df_ref_compare): Take df_refs as parameter, transferring the
15746         old interface to...
15747         (df_ref_ptr_compare): ...this new function.
15748         (df_sort_and_compress_refs): Update accordingly.
15749         (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
15750         old interface to...
15751         (df_mw_ptr_compare): ...this new function.
15752         (df_sort_and_compress_mws): Update accordingly.
15753         (df_install_refs, df_install_mws): Return a linked list rather than
15754         an array of pointers.
15755         (df_refs_add_to_chains): Assert that old lists are empty rather
15756         than freeing them.
15757         (df_insn_refs_verify): Don't handle null defs speciailly.
15758         * web.c (union_match_dups): Update for new df_ref linking.
15759
15760 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
15761
15762         * df.h (df_ref_create, df_ref_remove): Delete.
15763         * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
15764         (df_ref_remove): Likewise.
15765
15766 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
15767
15768         * df.h (df_single_def, df_single_use): New functions.
15769         * ira.c (find_moveable_pseudos): Use them.
15770
15771 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
15772
15773         * df.h (FOR_EACH_INSN_INFO_MW): New macro.
15774         * df-problems.c (df_note_bb_compute): Use it.
15775         * regstat.c (regstat_bb_compute_ri): Likewise.
15776
15777 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
15778
15779         * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
15780         * cse.c (cse_extended_basic_block): Use them.
15781         * dce.c (mark_artificial_use): Likewise.
15782         * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
15783         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
15784         (df_chain_remove_problem, df_chain_bb_dump): Likewise.
15785         (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
15786         (df_simulate_initialize_backwards): Likewise.
15787         (df_simulate_finalize_backwards): Likewise.
15788         (df_simulate_initialize_forwards): Likewise.
15789         (df_md_simulate_artificial_defs_at_top): Likewise.
15790         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
15791         * regrename.c (init_rename_info): Likewise.
15792         * regstat.c (regstat_bb_compute_ri): Likewise.
15793         (regstat_bb_compute_calls_crossed): Likewise.
15794
15795 2014-06-15  Richard Sandiford  <rdsandiford@googlemail.com>
15796
15797         * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
15798         (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
15799         (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
15800         * auto-inc-dec.c (find_inc, merge_in_block): Use them.
15801         * combine.c (create_log_links): Likewise.
15802         * compare-elim.c (find_flags_uses_in_insn): Likewise.
15803         (try_eliminate_compare): Likewise.
15804         * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
15805         * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
15806         (remove_reg_equal_equiv_notes_for_defs): Likewise.
15807         (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
15808         (word_dce_process_block, dce_process_block): Likewise.
15809         * ddg.c (def_has_ccmode_p): Likewise.
15810         * df-core.c (df_bb_regno_first_def_find): Likewise.
15811         (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
15812         * df-problems.c (df_rd_simulate_one_insn): Likewise.
15813         (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
15814         (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
15815         (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
15816         (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
15817         (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
15818         (df_simulate_find_defs, df_simulate_find_uses): Likewise.
15819         (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
15820         (df_simulate_uses, df_md_simulate_one_insn): Likewise.
15821         * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
15822         * fwprop.c (local_ref_killed_between_p): Likewise.
15823         (all_uses_available_at, free_load_extend): Likewise.
15824         * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
15825         * hw-doloop.c (scan_loop): Likewise.
15826         * ifcvt.c (dead_or_predicable): Likewise.
15827         * init-regs.c (initialize_uninitialized_regs): Likewise.
15828         * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
15829         (process_bb_node_lives): Likewise.
15830         * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
15831         (find_moveable_pseudos): Likewise.
15832         * loop-invariant.c (check_dependencies, record_uses): Likewise.
15833         * recog.c (peep2_find_free_register): Likewise.
15834         * ree.c (get_defs): Likewise.
15835         * regstat.c (regstat_bb_compute_ri): Likewise.
15836         (regstat_bb_compute_calls_crossed): Likewise.
15837         * sched-deps.c (find_inc, find_mem): Likewise.
15838         * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
15839         (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
15840         * shrink-wrap.c (requires_stack_frame_p): Likewise.
15841         (prepare_shrink_wrap): Likewise.
15842         * store-motion.c (compute_store_table, build_store_vectors): Likewise.
15843         * web.c (union_defs, pass_web::execute): Likewise.
15844         * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
15845         (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
15846
15847 2014-06-13  Vladimir Makarov  <vmakarov@redhat.com>
15848
15849         * lra-assign.c (assign_by_spills): Add code to assign vector regs
15850         to inheritance pseudos.
15851         * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
15852
15853 2014-06-13  Peter Bergner  <bergner@vnet.ibm.com>
15854
15855         PR target/61415
15856         * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
15857         (BU_MISC_2): Rename to ...
15858         (BU_LDBL128_2): ... this.
15859         * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
15860         (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
15861         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
15862         RS6000_BTM_LDBL128.
15863         (rs6000_invalid_builtin): Add long double 128-bit builtin support.
15864         (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
15865         * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
15866         (unpacktf_1): Likewise.
15867         * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
15868         (__builtin_longdouble_dw1): Likewise.
15869         * doc/sourcebuild.texi (longdouble128): Document.
15870
15871 2014-06-13  Jeff Law  <law@redhat.com>
15872
15873         PR rtl-optimization/61094
15874         PR rtl-optimization/61446
15875         * ree.c (combine_reaching_defs): Get the mode for the copy from
15876         the extension insn rather than the defining insn.
15877
15878 2014-06-13  Dehao Chen  <dehao@google.com>
15879
15880         * dwarf2out.c (add_linkage_name): Emit more linkage name.
15881
15882 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
15883
15884         * doc/install.texi (--enable-linker-plugin-configure-flags)
15885         (--enable-linker-plugin-flags): Document new flags.
15886
15887 2014-06-13  Martin Jambor  <mjambor@suse.cz>
15888
15889         PR ipa/61186
15890         * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
15891         cache_token if returning early.
15892
15893 2014-06-13  Nick Clifton  <nickc@redhat.com>
15894
15895         * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
15896         requested alignment is active.
15897         (LABEL_ALIGN): Likewise.
15898         (LOOP_ALIGN): Likewise.
15899
15900 2014-06-13  Richard Biener  <rguenther@suse.de>
15901
15902         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
15903         Rewrite to propagate the VN result into all uses where
15904         possible and to remove stmts becoming dead because of that.
15905         (eliminate): Generalize stmt removal handling, remove in
15906         reverse dominator order to support proper debug stmt
15907         generation.  Update stmts before removing stmts.
15908         * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
15909
15910 2014-06-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15911
15912         PR tree-optimization/61375
15913         * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
15914         symbolic number cannot be represented in an uint64_t.
15915         (find_bswap_or_nop_1): Likewise.
15916
15917 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
15918
15919         * symtab.c (symtab_node::reset_section): New method.
15920         * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
15921         for localization.
15922         * cgraph.h (reset_section): Declare.
15923         * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
15924         do not consider comdat locals.
15925         * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
15926         for new symbol.
15927         * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
15928         (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
15929         reset sections of symbols dragged out of the comdats.
15930         (function_and_variable_visibility): Reset sections of
15931         localized symbols.
15932
15933 2014-06-12  Jan Hubicka  <hubicka@ucw.cz>
15934
15935         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
15936         to use symtab and decl_binds_to_current_def_p
15937         * tree-vectorizer.c (increase_alignment): Increase alignment
15938         of alias target, too.
15939
15940 2014-06-12  Jakub Jelinek  <jakub@redhat.com>
15941
15942         PR middle-end/61486
15943         * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
15944         (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
15945         if outer combined construct is distribute.
15946         (gimplify_omp_for): For OMP_DISTRIBUTE set
15947         gimplify_omp_ctxp->distribute.
15948         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
15949         GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
15950         mapping into decl map.
15951
15952 2014-06-12  Jason Merrill  <jason@redhat.com>
15953
15954         * common.opt (fabi-version): Change default to 0.
15955
15956 2014-06-12  Jason Merrill  <jason@redhat.com>
15957
15958         * toplev.c (process_options): Reject -fabi-version=1.
15959
15960 2014-06-12  Jeff Law  <law@redhat.com>
15961
15962         PR tree-optimization/61009
15963         * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
15964         value when we stop processing a block due to problematic PHIs.
15965
15966 2014-06-12  Alan Lawrence  <alan.lawrence@arm.com>
15967
15968         * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
15969         vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
15970         vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
15971         vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
15972         vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
15973         vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
15974         vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
15975         are not in the spec.
15976
15977 2014-06-10  Alan Lawrence  <alan.lawrence@arm.com>
15978
15979         PR target/59843
15980         * config/aarch64/aarch64-modes.def: Add V1DFmode.
15981         * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
15982         Support V1DFmode.
15983
15984 2014-06-12  Eric Botcazou  <ebotcazou@adacore.com>
15985
15986         * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
15987
15988 2014-06-12  Georg-Johann Lay  <avr@gjlay.de>
15989
15990         PR target/61443
15991         * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
15992         loading from address spaces.
15993
15994 2014-06-12  Martin Liska  <mliska@suse.cz>
15995
15996         PR ipa/61462
15997         * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
15998         statement is reachable.
15999
16000 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
16001
16002         * symtab.c (section_hash): New hash.
16003         (symtab_unregister_node): Clear section before freeing.
16004         (hash_section_hash_entry): New haser.
16005         (eq_sections): New function.
16006         (symtab_node::set_section_for_node): New method.
16007         (set_section_1): Update.
16008         (symtab_node::set_section): Take string instead of tree as parameter.
16009         (symtab_resolve_alias): Update.
16010         * cgraph.h (section_hash_entry_d): New structure.
16011         (section_hash_entry): New typedef.
16012         (cgraph_node): Change comdat_group_ to x_comdat_group,
16013         change section_ to x_section and turn into section_hash_entry;
16014         update accestors; put set_section_for_node offline.
16015         * tree.c (decl_section_name): Turn into string.
16016         (set_decl_section_name): Change parameter to be string.
16017         * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
16018         * sdbout.c (sdbout_one_type): Update.
16019         * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
16020         * varasm.c (IN_NAMED_SECTION, get_named_section,
16021         resolve_unique_section, hot_function_section, get_named_text_section,
16022         USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
16023         make_decl_rtl, default_unique_section): Update.
16024         * config/c6x/c6x.c (c6x_in_small_data_p): Update.
16025         (c6x_elf_unique_section): Update.
16026         * config/nios2/nios2.c (nios2_in_small_data_p): Update.
16027         * config/pa/pa.c (pa_function_section): Update.
16028         * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
16029         * config/ia64/ia64.c (ia64_in_small_data_p): Update.
16030         * config/arc/arc.c (arc_in_small_data_p): Update.
16031         * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
16032         * config/mcore/mcore.c (mcore_unique_section): Update.
16033         * config/mips/mips.c (mips16_build_function_stub): Update.
16034         (mips16_build_call_stub): Update.
16035         (mips_function_rodata_section): Update.
16036         (mips_in_small_data_p): Update.
16037         * config/score/score.c (score_in_small_data_p): Update.
16038         * config/rx/rx.c (rx_in_small_data): Update.
16039         * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
16040         (rs6000_xcoff_asm_named_section): Update.
16041         (rs6000_xcoff_unique_section): Update.
16042         * config/frv/frv.c (frv_string_begins_with): Update.
16043         (frv_in_small_data_p): Update.
16044         * config/v850/v850.c (v850_encode_data_area): Update.
16045         * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
16046         (bfin_handle_l1_data_attribute): Update.
16047         (bfin_handle_l2_attribute): Update.
16048         * config/mep/mep.c (mep_unique_section): Update.
16049         * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
16050         Update.
16051         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
16052         (h8300_handle_tiny_data_attribute): Update.
16053         * config/m32r/m32r.c (m32r_in_small_data_p): Update.
16054         (m32r_in_small_data_p): Update.
16055         * config/alpha/alpha.c (alpha_in_small_data_p): Update.
16056         * config/i386/i386.c (ix86_in_large_data_p): Update.
16057         * config/i386/winnt.c (i386_pe_unique_section): Update.
16058         * config/darwin.c (darwin_function_section): Update.
16059         * config/lm32/lm32.c (lm32_in_small_data_p): Update.
16060         * tree-emutls.c (get_emutls_init_templ_addr): Update.
16061         (new_emutls_decl): Update.
16062         * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
16063         input_varpool_node): Update.
16064         (ead_string_cst): Turn to ...
16065         (read_string): ... this one.
16066         * dwarf2out.c (secname_for_decl): Update.
16067         * asan.c (asan_protect_global): Update.
16068
16069 2014-06-11  DJ Delorie  <dj@redhat.com>
16070
16071         * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
16072         cache lines.
16073         * config/rx/rx.c (rx_option_override): Likewise.
16074         (rx_align_for_label): Likewise.
16075
16076         * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
16077
16078 2014-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
16079
16080         * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
16081         prototype.
16082
16083 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16084
16085         * common.md: New file.
16086         * doc/md.texi: Update description of generic, machine-independent
16087         constraints.
16088         * config/s390/constraints.md (e): Delete.
16089         * Makefile.in (md_file): Include common.md.
16090         * config/m32c/t-m32c (md_file): Likewise.
16091         * genpreds.c (general_mem): New array.
16092         (generic_constraint_letters): Remove constraints now defined by
16093         common.md.
16094         (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
16095         Allow the first character to be '<' or '>' as well.
16096         * genoutput.c (general_mem): New array.
16097         (indep_constraints): Remove constraints now defined by common.md.
16098         (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
16099         Remove special handling of 'm'.
16100         * ira-costs.c (record_reg_classes): Remove special handling of
16101         constraints now defined by common.md.
16102         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
16103         * ira-lives.c (single_reg_class): Likewise.
16104         (ira_implicitly_set_insn_hard_regs): Likewise.
16105         * lra-constraints.c (reg_class_from_constraints): Likewise.
16106         (process_alt_operands, process_address, curr_insn_transform): Likewise.
16107         * postreload.c (reload_cse_simplify_operands): Likewise.
16108         * reload.c (push_secondary_reload, scratch_reload_class)
16109         (find_reloads, alternative_allows_const_pool_ref): Likewise.
16110         * reload1.c (maybe_fix_stack_asms): Likewise.
16111         * targhooks.c (default_secondary_reload): Likewise.
16112         * stmt.c (parse_output_constraint): Likewise.
16113         * recog.c (preprocess_constraints): Likewise.
16114         (constrain_operands, peep2_find_free_register): Likewise.
16115         (asm_operand_ok): Likewise, but add a comment saying why 'o'
16116         must be handled specially.
16117
16118 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16119
16120         * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
16121         * genpreds.c (have_const_dbl_constraints): Delete.
16122         (add_constraint): Don't set it.
16123         (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
16124         * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
16125         constraints using the lookup_constraint logic.
16126         * ira-lives.c (single_reg_class): Likewise.
16127         * ira.c (ira_setup_alts): Likewise.
16128         * lra-constraints.c (process_alt_operands): Likewise.
16129         * recog.c (asm_operand_ok, constrain_operands): Likewise.
16130         * reload.c (find_reloads): Likewise.
16131
16132 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16133
16134         * genpreds.c (const_int_start, const_int_end): New variables.
16135         (choose_enum_order): Output CONST_INT constraints before memory
16136         constraints.
16137         (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
16138         Add CT_CONST_INT.
16139         * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
16140         * ira.c (ira_setup_alts): Likewise.
16141         * lra-constraints.c (process_alt_operands): Likewise.
16142         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16143         * reload.c (find_reloads): Likewise.
16144
16145 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16146
16147         * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
16148         decmem_ok and incmem_ok.  Reformat other bitfields for consistency.
16149         * recog.c (preprocess_constraints): Update accordingly.
16150
16151 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16152
16153         * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
16154         (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
16155         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
16156         * genpreds.c (print_type_tree): New function.
16157         (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
16158         REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
16159         EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
16160         Write out enum constraint_type and get_constraint_type.
16161         * lra-constraints.c (satisfies_memory_constraint_p): Take a
16162         constraint_num rather than a constraint string.
16163         (satisfies_address_constraint_p): Likewise.
16164         (reg_class_from_constraints): Avoid old constraint macros.
16165         (process_alt_operands, process_address_1): Likewise.
16166         (curr_insn_transform): Likewise.
16167         * ira-costs.c (record_reg_classes): Likewise.
16168         (record_operand_costs): Likewise.
16169         * ira-lives.c (single_reg_class): Likewise.
16170         (ira_implicitly_set_insn_hard_regs): Likewise.
16171         * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
16172         * postreload.c (reload_cse_simplify_operands): Likewise.
16173         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16174         (constrain_operands, peep2_find_free_register): Likewise.
16175         * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
16176         (find_reloads, alternative_allows_const_pool_ref): Likewise.
16177         * reload1.c (maybe_fix_stack_asms): Likewise.
16178         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
16179         * targhooks.c (default_secondary_reload): Likewise.
16180         * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
16181         to EXTRA_CONSTRAINT_STR.
16182         * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
16183
16184 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16185
16186         * genpreds.c (write_constraint_satisfied_p_1): Replace with...
16187         (write_constraint_satisfied_p_array): ...this new function.
16188         (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
16189         an array.
16190         (write_insn_preds_c): Update accordingly.
16191
16192 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16193
16194         * genpreds.c (write_lookup_constraint): Rename to...
16195         (write_lookup_constraint_1): ...this.
16196         (write_lookup_constraint_array): New function.
16197         (write_tm_preds_h): Define lookup_constraint as an inline function
16198         that uses write_lookup_constraint_array where possible.
16199         (write_insn_preds_c): Update for the changes above.
16200
16201 2014-06-11  Richard Sandiford  <rdsandiford@googlemail.com>
16202
16203         * doc/md.texi (regclass_for_constraint): Rename to...
16204         (reg_class_for_constraint): ...this.
16205         * genpreds.c (num_constraints, enum_order, register_start)
16206         (register_end, satisfied_start, memory_start, memory_end)
16207         (address_start, address_end): New variables.
16208         (add_constraint): Count the number of constraints.
16209         (choose_enum_order): New function.
16210         (write_enum_constraint_num): Iterate over enum_order.
16211         (write_regclass_for_constraint): Rename to...
16212         (write_reg_class_for_constraint_1): ...this and update output
16213         accordingly.
16214         (write_constraint_satisfied_p): Rename to...
16215         (write_constraint_satisfied_p_1): ...this and update output
16216         accordingly.  Do nothing if all extra constraints are register
16217         constraints.
16218         (write_insn_extra_memory_constraint): Delete.
16219         (write_insn_extra_address_constraint): Delete.
16220         (write_range_function): New function.
16221         (write_tm_preds_h): Define constraint_satisfied_p and
16222         reg_class_for_constraint as inline functions that do a range check
16223         before calling the out-of-line function.  Use write_range_function
16224         to implement insn_extra_{register,memory,address}_constraint,
16225         the first of which is new.
16226         (write_insn_preds_c): Update after above changes to write_* functions.
16227         (main): Call choose_enum_order.
16228
16229 2014-06-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16230
16231         PR tree-optimization/61306
16232         * tree-ssa-math-opts.c (struct symbolic_number): Store type of
16233         expression instead of its size.
16234         (do_shift_rotate): Adapt to change in struct symbolic_number. Return
16235         false to prevent optimization when the result is unpredictable due to
16236         arithmetic right shift of signed type with highest byte is set.
16237         (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
16238         (init_symbolic_number): Likewise.
16239         (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
16240         when the result is unpredictable due to sign extension.
16241
16242 2014-06-11  Terry Guo  <terry.guo@arm.com>
16243
16244         * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
16245         (*thumb1_addsi3): Ditto.
16246         (*thumb_subdi3): Ditto.
16247         (thumb1_subsi3_insn): Ditto.
16248         (*thumb_mulsi3): Ditto.
16249         (*thumb_mulsi3_v6): Ditto.
16250         (*thumb1_andsi3_insn): Ditto.
16251         (thumb1_bicsi3): Ditto.
16252         (*thumb1_iorsi3_insn): Ditto.
16253         (*thumb1_xorsi3_insn): Ditto.
16254         (*thumb1_ashlsi3): Ditto.
16255         (*thumb1_ashrsi3): Ditto.
16256         (*thumb1_lshrsi3): Ditto.
16257         (*thumb1_rotrsi3): Ditto.
16258         (*thumb1_negdi2): Ditto.
16259         (*thumb1_negsi2): Ditto.
16260         (*thumb1_abssi2): Ditto.
16261         (*thumb1_neg_abssi2): Ditto.
16262         (*thumb1_one_cmplsi2): Ditto.
16263         (*thumb1_zero_extendhisi2): Ditto.
16264         (*thumb1_zero_extendqisi2): Ditto.
16265         (*thumb1_zero_extendqisi2_v6): Ditto.
16266         (thumb1_extendhisi2): Ditto.
16267         (thumb1_extendqisi2): Ditto.
16268         (*thumb1_movdi_insn): Ditto.
16269         (*thumb1_movsi_insn): Ditto.
16270         (*thumb1_movhi_insn): Ditto.
16271         (thumb_movhi_clobber): Ditto.
16272         (*thumb1_movqi_insn): Ditto.
16273         (*thumb1_movhf): Ditto.
16274         (*thumb1_movsf_insn): Ditto.
16275         (*thumb_movdf_insn): Ditto.
16276         (movmem12b): Ditto.
16277         (movmem8b): Ditto.
16278         (cbranchqi4): Ditto.
16279         (cbranchsi4_insn): Ditto.
16280         (cbranchsi4_scratch): Ditto.
16281         (*negated_cbranchsi4): Ditto.
16282         (*tbit_cbranch): Ditto.
16283         (*tlobits_cbranch): Ditto.
16284         (*tstsi3_cbranch): Ditto.
16285         (*cbranchne_decr1): Ditto.
16286         (*addsi3_cbranch): Ditto.
16287         (*addsi3_cbranch_scratch): Ditto.
16288         (*thumb_cmpdi_zero): Ditto.
16289         (cstoresi_eq0_thumb1): Ditto.
16290         (cstoresi_ne0_thumb1): Ditto.
16291         (*cstoresi_eq0_thumb1_insn): Ditto.
16292         (*cstoresi_ne0_thumb1_insn): Ditto.
16293         (cstoresi_nltu_thumb1): Ditto.
16294         (cstoresi_ltu_thumb1): Ditto.
16295         (thumb1_addsi3_addgeu): Ditto.
16296         (*thumb_jump): Ditto.
16297         (*call_reg_thumb1_v5): Ditto.
16298         (*call_reg_thumb1): Ditto.
16299         (*call_value_reg_thumb1_v5): Ditto.
16300         (*call_value_reg_thumb1): Ditto.
16301         (*call_insn): Ditto.
16302         (*call_value_insn): Ditto.
16303         (thumb1_casesi_internal_pic): Ditto.
16304         (thumb1_casesi_dispatch): Ditto.
16305         (*thumb1_indirect_jump): Ditto.
16306         (prologue_thumb1_interwork): Ditto.
16307         (*epilogue_insns): Ditto.
16308         (consttable_1): Ditto.
16309         (consttable_2): Ditto.
16310         (tablejump): Ditto.
16311         (*thumb1_tablejump): Ditto.
16312         (thumb_eh_return): Ditto.
16313         (define_peephole2): Two of them are thumb1 only and got moved into
16314         new file thumb1.md.
16315         (define_split): Six of them are thumb1 only and got moved into new
16316         file thumb1.md.
16317         * config/arm/thumb1.md: New file comprised of above thumb1 only
16318         patterns.
16319
16320 2014-06-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16321
16322         * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
16323         * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
16324         dependencies.
16325         * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
16326         (aarch64_crc_builtin_datum): New struct.
16327         (aarch64_crc_builtin_data): New.
16328         (aarch64_init_crc32_builtins): New function.
16329         (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
16330         (aarch64_crc32_expand_builtin): New.
16331         (aarch64_expand_builtin): Add CRC32 builtin expansion case.
16332         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
16333         __ARM_FEATURE_CRC32 when appropriate.
16334         (TARGET_CRC32): Define.
16335         * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
16336         UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
16337         UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
16338         (aarch64_<crc_variant>): New pattern.
16339         * config/aarch64/arm_acle.h: New file.
16340         * config/aarch64/iterators.md (CRC): New int iterator.
16341         (crc_variant, crc_mode): New int attributes.
16342         * doc/aarch64-acle-intrinsics.texi: New file.
16343         * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
16344         Include aarch64-acle-intrinsics.texi.
16345
16346 2014-06-11  Evgeny Stupachenko  <evstupac@gmail.com>
16347
16348         * tree-vect-data-refs.c (vect_grouped_store_supported): New
16349         check for stores group of length 3.
16350         (vect_permute_store_chain): New permutations for stores group of
16351         length 3.
16352         * tree-vect-stmts.c (vect_model_store_cost): Change cost
16353         of vec_perm_shuffle for the new permutations.
16354
16355 2014-06-11  Jan Hubicka  <hubicka@ucw.cz>
16356
16357         * ipa-visibility.c (function_and_variable_visibility): Disable virtual
16358         table rewriting temporarily on targets not supporting ONE_ONLY.
16359
16360 2014-06-11  Richard Biener  <rguenther@suse.de>
16361
16362         PR middle-end/61437
16363         Revert
16364         2014-06-04  Richard Biener  <rguenther@suse.de>
16365
16366         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
16367         TREE_PUBLIC and DECL_EXTERNAL decls.
16368
16369 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
16370
16371         * varasm.c (set_implicit_section): New function.
16372         (resolve_unique_section): Use it to set implicit section
16373         for aliases, too.
16374         (get_named_text_section): Use symtab_get_node (decl)->implicit_section
16375         (default_function_section): Likewise.
16376         (decl_binds_to_current_def_p): Constify argument.
16377         * varasm.h (decl_binds_to_current_def_p): Update prototype.
16378         * asan.c (asan_protect_global): Use
16379         symtab_get_node (decl)->implicit_section.
16380         * symtab.c (dump_symtab_base): Dump implicit sections.
16381         (verify_symtab_base): Verify sanity of sectoins and comdats.
16382         (symtab_resolve_alias): Alias share the section of its target.
16383         (set_section_1): New function.
16384         (symtab_node::set_section): Move here, recurse to aliases.
16385         (verify_symtab): Check for duplicated symtab lists.
16386         * tree-core.h (implicit_section_name_p): Remove.
16387         * tree-vect-data-refs.c: Include varasm.h.
16388         (vect_can_force_dr_alignment_p): Fix conditional on when
16389         decl bints to current definition; use
16390         symtab_get_node (decl)->implicit_section.
16391         * cgraph.c (cgraph_make_node_local_1): Fix section set.
16392         * cgraph.h (struct symtab_node): Add implicit_section.
16393         (set_section): Rename to ...
16394         (set_section_for_node): ... this one.
16395         (set_section): Declare.
16396         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
16397         * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
16398         input_overwrite_node, input_varpool_node): Stream implicit_section.
16399         * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
16400         removal; it will fail in LTO.
16401
16402 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16403
16404         * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
16405         Change second alternative type to f_mcr.
16406         * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
16407         and 12th alternatives' types to f_mcr and f_mrc.
16408         (*movdi_aarch64): Same for 12th and 13th alternatives.
16409         (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
16410         (aarch64_movtilow_tilow): Change type to fmov.
16411
16412 2014-06-10  Jiong Wang  <jiong.wang@arm.com>
16413
16414         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
16415         (aarch64_save_or_restore_callee_save_registers): Fix layout.
16416
16417 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16418
16419         * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
16420         New expander.
16421         (aarch64_sqrdmulh_lane<mode>): Likewise.
16422         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
16423         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
16424         (aarch64_sqdmulh_laneq<mode>): New expander.
16425         (aarch64_sqrdmulh_laneq<mode>): Likewise.
16426         (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
16427         (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
16428         (aarch64_sqdmulh_lane<mode>): New expander.
16429         (aarch64_sqrdmulh_lane<mode>): Likewise.
16430         (aarch64_sq<r>dmulh_lane<mode>): Rename to...
16431         (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
16432         (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
16433         (aarch64_sqdmlal_laneq<mode>): Likewise.
16434         (aarch64_sqdmlsl_lane<mode>): Likewise.
16435         (aarch64_sqdmlsl_laneq<mode>): Likewise.
16436         (aarch64_sqdmlal2_lane<mode>): Likewise.
16437         (aarch64_sqdmlal2_laneq<mode>): Likewise.
16438         (aarch64_sqdmlsl2_lane<mode>): Likewise.
16439         (aarch64_sqdmlsl2_laneq<mode>): Likewise.
16440         (aarch64_sqdmull_lane<mode>): Likewise.
16441         (aarch64_sqdmull_laneq<mode>): Likewise.
16442         (aarch64_sqdmull2_lane<mode>): Likewise.
16443         (aarch64_sqdmull2_laneq<mode>): Likewise.
16444
16445 2014-06-10  Richard Biener  <rguenther@suse.de>
16446
16447         PR tree-optimization/61438
16448         * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
16449         (eliminate_dom_walker::before_dom_children): Only try to inhibit
16450         insertion of IVs if running PRE.
16451         (eliminate): Adjust.
16452         (pass_pre::execute): Likewise.
16453         (pass_fre::execute): Likewise.
16454
16455 2014-06-10  Richard Biener  <rguenther@suse.de>
16456
16457         PR middle-end/61456
16458         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
16459         Do not use the main variant for the type comparison.
16460         (ncr_compar): Likewise.
16461         (nonoverlapping_component_refs_p): Likewise.
16462
16463 2014-06-10  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16464
16465         * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
16466         REG_CFA_RESTORE mode.
16467
16468 2014-06-10  Evgeny Stupachenko  <evstupac@gmail.com>
16469
16470         * config/i386/i386.c (expand_vec_perm_pblendv): New.
16471         * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
16472         expand_vec_perm_pblendv.
16473
16474 2014-06-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16475
16476         * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
16477         available.
16478         Simplify description of __crc32d and __crc32cd intrinsics.
16479         * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
16480         availability.
16481
16482 2014-06-10  Thomas Schwinge  <thomas@codesourcery.com>
16483
16484         PR lto/61334
16485         * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
16486         * config.in: Regenerate.
16487         * configure: Likewise.
16488
16489 2014-06-10  Jan Hubicka  <hubicka@ucw.cz>
16490
16491         * ipa-reference.c (is_proper_for_analysis): Exclude addressable
16492         and public vars.
16493         (intersect_static_var_sets): Remove.
16494         (propagate): Do not prune local statics.
16495
16496 2014-06-10  Jakub Jelinek  <jakub@redhat.com>
16497
16498         PR fortran/60928
16499         * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
16500         Set lastprivate_firstprivate even if omp_private_outer_ref
16501         langhook returns true.
16502         <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
16503         langhook, call unshare_expr on new_var and call
16504         build_outer_var_ref to get the last argument.
16505
16506 2014-06-10  Marek Polacek  <polacek@redhat.com>
16507
16508         PR c/60988
16509         * doc/extend.texi: Add cindex for transparent_union.
16510
16511 2014-06-09  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16512
16513         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
16514         init_symbolic_number ().
16515
16516 2014-05-18  John David Anglin  <danglin@gcc.gnu.org>
16517
16518         PR middle-end/61141
16519         * emit-rtl.c (reset_all_used_flags): In a sequence, check that
16520         XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
16521         (verify_rtl_sharing): Likewise.
16522
16523 2014-06-09  Marc Glisse  <marc.glisse@inria.fr>
16524
16525         PR c++/54442
16526         * tree.c (build_qualified_type): Use a canonical type for
16527         TYPE_CANONICAL.
16528
16529 2014-06-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16530
16531         * config/arm/arm-modes.def: Remove XFmode.
16532
16533 2014-06-09  Alan Lawrence  <alan.lawrence@arm.com>
16534
16535         PR target/61062
16536         * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
16537         vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
16538         vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
16539         vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
16540         vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
16541         vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
16542         vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
16543         vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
16544         vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
16545
16546 2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
16547
16548         * tree-core.h (tree_decl_with_vis): Remove section_name.
16549
16550 2014-06-09  Kito Cheng  <kito@0xlab.org>
16551
16552         * ira.c (ira): Don't call init_caller_save if LRA enabled
16553         since LRA use its own infrastructure to handle that.
16554
16555 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
16556
16557         * symtab.c (dump_symtab_base): Update dumping.
16558         (symtab_make_decl_local): Clear only DECL_COMDAT.
16559         * tree-vect-data-refs.c (Check that variable is static before
16560         tampering with sections.
16561         * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
16562         (cgraph_create_virtual_clone): Likewise.
16563         * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
16564         (decl_section_name, set_decl_section_name): New accessors.
16565         (find_decls_types_r): Do not walk section name
16566         * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
16567         (decl_comdat_group, decl_comdat_group_id): Constify.
16568         (decl_section_name, set_decl_section_name): Update.
16569         * varpool.c (varpool_finalize_named_section_flags): Use get_section.
16570         * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
16571         (cgraph_make_node_local_1): Clear section and comdat group.
16572         * cgraph.h (set_comdat_group): Sanity check.
16573         (get_section, set_section): New.
16574         * ipa-comdats.c (ipa_comdats): Use get_section.
16575         * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
16576         * lto-streamer-out.c: Do not follow section names.
16577         * c-family/c-common.c (handle_section_attribute): Update.
16578         * lto-cgraph.c (lto_output_node): Output section.
16579         (lto_output_varpool_node): Likewise.
16580         (read_comdat_group): Rename to ...
16581         (read_identifier): ... this one.
16582         (read_string_cst): New function.
16583         (input_node, input_varpool_node): Input section names.
16584         * tree-emutls.c (get_emutls_init_templ_addr): Update.
16585         (new_emutls_decl): Update.
16586         (secname_for_decl): Check section names only of static vars.
16587         * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
16588         * config/i386/winnt.c (i386_pe_unique_section): Likewise.
16589         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
16590         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
16591         * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
16592         * config/mcore/mcore.c (mcore_unique_section): Likewise.
16593         * config/mips/mips.c (mips16_build_function_stub): Likewise.
16594         * config/v850/v850.c (v850_insert_attributes): Likewise.
16595         * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
16596         Likewise.
16597         (h8300_handle_tiny_data_attribute): Likewise.
16598         * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
16599         (bfin_handle_l2_attribute): Likewise.
16600
16601 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
16602
16603         * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
16604         remove static initializer.
16605
16606 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
16607
16608         * varasm.c (use_blocks_for_decl_p): Check symbol table
16609         instead of alias attribute.
16610         (place_block_symbol): Recurse on aliases.
16611
16612 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
16613
16614         * ipa-visibility.c: Include varasm.h
16615         (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
16616
16617 2014-06-07  Jan Hubicka  <hubicka@ucw.cz>
16618
16619         * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
16620         outputting aliases.
16621
16622 2014-06-07  Steven Bosscher  <steven@gcc.gnu.org>
16623
16624         * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
16625         from test_insn into GGC space escape via SET_SRC.
16626
16627 2014-06-07  Eric Botcazou  <ebotcazou@adacore.com>
16628
16629         * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
16630         call statement, if any.
16631         (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
16632         statements, if any.  Tidy up.
16633
16634 2014-06-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
16635
16636         PR target/61431
16637         * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
16638         iterators, VSX_D that handles 64-bit types, and VSX_LE that
16639         handles swapping the two 64-bit double words on little endian
16640         systems.  Include V1TImode and optionally TImode in VSX_LE so that
16641         these types are properly swapped.  Change all of the insns and
16642         splits that do the 64-bit swaps to use VSX_LE.
16643         (vsx_le_perm_load_<mode>): Likewise.
16644         (vsx_le_perm_store_<mode>): Likewise.
16645         (splitters for little endian memory operations): Likewise.
16646         (vsx_xxpermdi2_le_<mode>): Likewise.
16647         (vsx_lxvd2x2_le_<mode>): Likewise.
16648         (vsx_stxvd2x2_le_<mode>): Likewise.
16649
16650 2014-06-06  Uros Bizjak  <ubizjak@gmail.com>
16651
16652         PR target/61423
16653         * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
16654         define_insn_and_split pattern, merged from *floatunssi<mode>2_1
16655         and corresponding splitters.  Zero extend general register
16656         or memory input operand to XMM temporary.  Enable for
16657         TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
16658         (floatunssi<mode>2): Update expander predicate.
16659
16660 2014-06-06  Vladimir Makarov  <vmakarov@redhat.com>
16661
16662         PR rtl-optimization/61325
16663         * lra-constraints.c (process_address_1): Check scale equal to one
16664         to prevent transformation: base + scale * index => base + new_reg.
16665
16666 2014-06-06  Richard Biener  <rguenther@suse.de>
16667
16668         PR tree-optimization/59299
16669         * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
16670         a def operand.
16671         (nearest_common_dominator_of_uses): Likewise.
16672         (statement_sink_location): Adjust.  Support sinking loads.
16673
16674 2014-06-06  Martin Jambor  <mjambor@suse.cz>
16675
16676         * ipa-prop.c (get_place_in_agg_contents_list): New function.
16677         (build_agg_jump_func_from_list): Likewise.
16678         (determine_known_aggregate_parts): Renamed to
16679         determine_locally_known_aggregate_parts.  Moved some functionality
16680         to the two functions above, removed bound checks.
16681
16682 2014-06-06  James Greenhalgh  <james.greenhalgh@arm.com>
16683
16684         * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
16685         * config/aarch64/aarch64.c (aarch64_move_pointer): New.
16686         (aarch64_progress_pointer): Likewise.
16687         (aarch64_copy_one_part_and_move_pointers): Likewise.
16688         (aarch64_expand_movmen): Likewise.
16689         * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
16690         * config/aarch64/aarch64.md (movmem<mode>): New.
16691
16692 2014-06-06  Bingfeng Mei  <bmei@broadcom.com>
16693
16694         * targhooks.c (default_add_stmt_cost): Call target specific
16695         hook instead of default one.
16696
16697 2014-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16698
16699         * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
16700         endianness instead of host endianness.
16701         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
16702         comments.
16703
16704 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
16705
16706         PR debug/53927
16707         * function.c (instantiate_decls): Process the saved static chain.
16708         (expand_function_start): If not optimizing, save the static chain
16709         onto the stack.
16710         * tree-nested.c (convert_all_function_calls): Always create the static
16711         chain for nested functions if not optimizing.
16712
16713 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
16714
16715         * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
16716
16717 2014-06-06  Richard Biener  <rguenther@suse.de>
16718
16719         * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
16720         (construct_init_block): Likewise.
16721         (construct_exit_block): Likewise.
16722         (pass_expand::execute): Likewise.
16723         * graphite.c (graphite_transforms): Replace check for current_loops
16724         with a check for > 1 loops.
16725         (pass_graphite_transforms::execute): Adjust.
16726         * ipa-split.c (split_function): Remove check for current_loops.
16727         * omp-low.c (expand_parallel_call): Likewise.
16728         (expand_omp_for_init_counts): Likewise.
16729         (extract_omp_for_update_vars): Likewise.
16730         (expand_omp_for_generic): Likewise.
16731         (expand_omp_sections): Likewise.
16732         (expand_omp_target): Likewise.
16733         * tracer.c (tail_duplicate): Likewise.
16734         (pass_tracer::execute): Likewise.
16735         * trans-mem.c (expand_transaction): Likewise.
16736         * tree-complex.c (expand_complex_div_wide): Likewise.
16737         * tree-eh.c (lower_resx): Likewise.
16738         (cleanup_empty_eh_merge_phis): Likewise.
16739         * tree-predcom.c (run_tree_predictive_commoning): Replace check for
16740         current_loops with a check for > 1 loops.
16741         (pass_predcom::execute): Adjust.
16742         * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
16743         * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
16744         * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
16745         * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
16746         * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
16747         * tree-switch-conversion.c (process_switch): Likewise.
16748         * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
16749         * tree-vrp.c (vrp_visit_phi_node): Likewise.
16750         (execute_vrp): Likewise.
16751         * ubsan.c (ubsan_expand_null_ifn): Likewise.
16752
16753 2014-06-06  Eric Botcazou  <ebotcazou@adacore.com>
16754
16755         * rtl.h (insn_location): Declare.
16756         * cfgcleanup.c (try_forward_edges): Compare the locus of locations
16757         with UNKNOWN_LOCATION.
16758         * emit-rtl.c (insn_location): New function.
16759         * final.c (notice_source_line): Check that the instruction has a
16760         location before retrieving it and use insn_location.
16761         * modulo-sched.c (loop_single_full_bb_p): Likewise.
16762         * print-rtl.c (print_rtx): Likewise.
16763
16764 2014-06-06  Richard Biener  <rguenther@suse.de>
16765
16766         * passes.def: Move 2nd VRP pass before phi-only-cprop.
16767
16768 2014-06-06  Christian Bruel  <christian.bruel@st.com>
16769
16770         PR tree-optimization/43934
16771         * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
16772         cost.
16773
16774 2014-06-06  Richard Sandiford  <rdsandiford@googlemail.com>
16775
16776         * ira-lives.c (single_reg_class): Add missing break.  Explicitly
16777         return NO_REGS for extra address and memory constraints.  Handle
16778         operands that match (or are equivalent to something that matches)
16779         extra constant constraints.  Ignore other non-register operands.
16780
16781 2014-06-06  Alan Modra  <amodra@gmail.com>
16782
16783         PR target/61300
16784         * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
16785         * doc/tm.texi: Regenerate.
16786         * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
16787         Use throughout in place of REG_PARM_STACK_SPACE.
16788         * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
16789         "incoming" param.  Pass to rs6000_function_parms_need_stack.
16790         (rs6000_function_parms_need_stack): Add "incoming" param, ignore
16791         prototype_p when incoming.  Use function decl when incoming
16792         to handle K&R style functions.
16793         * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
16794         (INCOMING_REG_PARM_STACK_SPACE): Define.
16795
16796 2014-06-05  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
16797
16798         PR target/52472
16799         * cfgexpand.c (expand_debug_expr): Use address space of nested
16800         TREE_TYPE for ADDR_EXPR and MEM_REF.
16801
16802 2014-06-05  Jeff Law  <law@redhat.com>
16803
16804         PR tree-optimization/61289
16805         * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
16806         DST_MAP parameters.   Invalidate by walking all the SSA_NAME_VALUES
16807         looking for those which match LHS.  All callers changed.
16808         (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
16809         parameters and code which manipulated them.  All callers changed.
16810         (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
16811         and DST_MAP parameters.  Simplify invalidation code by just calling
16812         invalidate_equivalences.  All callers changed.
16813         (thread_across_edge): Simplify now that we don't need to maintain
16814         the map of equivalences to invalidate.
16815
16816 2014-06-05  Kai Tietz  <ktietz@redhat.com>
16817             Richard Henderson  <rth@redhat.com>
16818
16819         PR target/46219
16820         * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
16821         checking for !TARGET_X32.
16822         * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
16823         (sibcall_intern): New define_insn, plus required peepholes.
16824         (sibcall_pop_intern): Likewise.
16825         (sibcall_value_intern): Likewise.
16826         (sibcall_value_pop_intern): Likewise.
16827
16828 2014-06-05  Ilya Enkovich  <ilya.enkovich@intel.com>
16829
16830         * tree-inline.c (tree_function_versioning): Check DF info existence
16831         before accessing it.
16832
16833 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16834
16835         * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
16836         frame_size.
16837         * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
16838         aarch64_frame hard_fp_offset and frame_size.
16839         (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
16840         frame_size; remove original_frame_size.
16841         (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
16842         (aarch64_initial_elimination_offset): Remove frame_size and
16843         offset.  Use aarch64_frame frame_size.
16844
16845 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16846             Jiong Wang  <jiong.wang@arm.com>
16847             Renlin  <renlin.li@arm.com>
16848
16849         * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
16850         initialization of R30 offset.  Update offset.  Iterate core
16851         regisers upto X30.  Remove X29, X30 specific code.
16852
16853 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16854             Jiong Wang  <jiong.wang@arm.com>
16855
16856         * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
16857         (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
16858         (aarch64_register_saved_on_entry): Adjust test.
16859
16860 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16861
16862         * config/aarch64/aarch64.h (machine_function): Move
16863         saved_varargs_size from here...
16864         (aarch64_frame): ... to here.
16865
16866         * config/aarch64/aarch64.c (aarch64_expand_prologue)
16867         (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
16868         (aarch64_initial_elimination_offset)
16869         (aarch64_setup_incoming_varargs): Adjust location of
16870         saved_varargs_size.
16871
16872 2014-06-05  Marcus Shawcroft  <marcus.shawcroft@arm.com>
16873
16874         * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
16875         layout comment.
16876
16877 2014-06-05  Jaydeep Patil  <Jaydeep.Patil@imgtec.com>
16878             Prachi Godbole  <Prachi.Godbole@imgtec.com>
16879
16880         * config/mips/mips-cpus.def: Add definition for p5600.  Updated
16881         mips32r5 entry to use PROCESSOR_P5600.
16882         * config/mips/mips-tables.opt: Regenerate.
16883         * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
16884         * config/mips/mips.c (mips_fmadd_bypass): New function.
16885         (mips_rtx_cost_data): Add costs for p5600.
16886         (mips_issue_rate): Add support for p5600.
16887         (mips_multipass_dfa_lookahead): Likewise.
16888         * config/mips/mips.h (TUNE_P5600): New define.
16889         (TUNE_MACC_CHAINS): Add TUNE_P5600.
16890         (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
16891         * config/mips/mips.md: Include p5600.md.
16892         (processor): Add p5600.
16893         * config/mips/p5600.md: New file.
16894
16895 2014-06-05  Evgeny Stupachenko  <evstupac@gmail.com>
16896
16897         * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
16898         * config/i386/predicates.md (palignr_operand): New.
16899         Indicates if permutation is suitable for palignr instruction.
16900
16901 2014-06-05  Yuri Rumyantsev  <ysrumyan@gmail.com>
16902
16903         PR tree-optimization/61319
16904         * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
16905         stmt belongs to loop.
16906
16907 2014-06-05  Richard Biener  <rguenther@suse.de>
16908
16909         * gimplify.c (create_tmp_from_val): Remove is_formal parameter
16910         and set DECL_GIMPLE_REG_P unconditionally if appropriate.
16911         (lookup_tmp_var): Adjust.
16912         (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
16913
16914 2014-06-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
16915
16916         * config/arm/arm.md (enabled): Disable opt_enabled attribute.
16917
16918 2014-06-05  Marek Polacek  <polacek@redhat.com>
16919
16920         PR c/49706
16921         * doc/invoke.texi: Document -Wlogical-not-parentheses.
16922
16923 2014-06-04  Tom de Vries  <tom@codesourcery.com>
16924
16925         * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
16926         CONST_INT.
16927
16928 2014-06-04  Marc Glisse  <marc.glisse@inria.fr>
16929
16930         PR tree-optimization/61385
16931         * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
16932
16933 2014-06-04  Bernd Schmidt  <bernds@codesourcery.com>
16934
16935         * lto-wrapper.c (fatal, fatal_perror): Remove functions.  All callers
16936         changed to use fatal_error.
16937         (main): Ensure lto_wrapper_cleanup is run atexit.
16938
16939 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
16940
16941         * lra-constraints.c (valid_address_p): Move earlier in file.
16942         (address_eliminator): New structure.
16943         (satisfies_memory_constraint_p): New function.
16944         (satisfies_address_constraint_p): Likewise.
16945         (process_alt_operands, process_address, curr_insn_transform): Use them.
16946
16947 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
16948
16949         * lra-int.h (lra_static_insn_data): Make operand_alternative a
16950         const pointer.
16951         (target_lra_int, default_target_lra_int, this_target_lra_int)
16952         (op_alt_data): Delete.
16953         * lra.h (lra_init): Delete.
16954         * lra.c (default_target_lra_int, this_target_lra_int): Delete.
16955         (init_insn_code_data_once): Remove op_alt_data handling.
16956         (finish_insn_code_data_once): Likewise.
16957         (init_op_alt_data): Delete.
16958         (get_static_insn_data): Initialize operand_alternative to null.
16959         (free_insn_recog_data): Cast operand_alternative before freeing it.
16960         (setup_operand_alternative): Take the operand_alternative as
16961         parameter and assume it isn't already cached in the static
16962         insn data.
16963         (lra_set_insn_recog_data): Update accordingly.
16964         (lra_init): Delete.
16965         * ira.c (ira_init): Don't call lra_init.
16966         * target-globals.h (this_target_lra_int): Declare.
16967         (target_globals): Remove lra_int.
16968         (restore_target_globals): Update accordingly.
16969         * target-globals.c: Don't include lra-int.h.
16970         (default_target_globals, save_target_globals): Remove lra_int.
16971
16972 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
16973
16974         * recog.h (operand_alternative): Convert reg_class, reject,
16975         matched and matches into bitfields.
16976         (preprocess_constraints): New overload.
16977         (preprocess_insn_constraints): New function.
16978         (preprocess_constraints): Take the insn as parameter.
16979         (recog_op_alt): Change into a pointer.
16980         (target_recog): Add x_op_alt.
16981         * recog.c (asm_op_alt): New variable.
16982         (recog_op_alt): Change into a pointer.
16983         (preprocess_constraints): New overload, replacing the old function
16984         definition with one that doesn't use global state.
16985         (preprocess_insn_constraints): New function.
16986         (preprocess_constraints): Use them.  Take the insn as parameter.
16987         Use asm_op_alt for asms.
16988         (recog_init): Free existing x_op_alt entries.
16989         * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
16990         pointer const.
16991         (make_early_clobber_and_input_conflicts): Likewise.
16992         (process_bb_node_lives): Pass the insn to process_constraints.
16993         * reg-stack.c (check_asm_stack_operands): Likewise.
16994         (subst_asm_stack_regs): Likewise.
16995         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
16996         * regrename.c (build_def_use): Likewise.
16997         * sched-deps.c (sched_analyze_insn): Likewise.
16998         * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
16999         * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
17000         (note_invalid_constants): Likewise.
17001         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17002         (ix86_legitimate_combined_insn): Make operand_alternative pointer
17003         const.
17004
17005 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17006
17007         * recog.c (preprocess_constraints): Don't skip disabled alternatives.
17008         * ira-lives.c (check_and_make_def_conflict): Check for disabled
17009         alternatives.
17010         (make_early_clobber_and_input_conflicts): Likewise.
17011         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17012
17013 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17014
17015         * recog.h (alternative_class): New function.
17016         (which_op_alt): Return a const recog_op_alt.
17017         * reg-stack.c (check_asm_stack_operands): Update type accordingly.
17018         (subst_asm_stack_regs): Likewise.
17019         * config/arm/arm.c (note_invalid_constants): Likewise.
17020         * regcprop.c (copyprop_hardreg_forward_1): Likewise.  Don't modify
17021         the operand_alternative; use alternative class instead.
17022         * sel-sched.c (get_reg_class): Likewise.
17023         * regrename.c (build_def_use): Likewise.
17024         (hide_operands, restore_operands, record_out_operands): Update type
17025         accordingly.
17026
17027 2014-06-04  Richard Sandiford  <rdsandiford@googlemail.com>
17028
17029         * recog.h (recog_op_alt): Convert to a flat array.
17030         (which_op_alt): New function.
17031         * recog.c (recog_op_alt): Convert to a flat array.
17032         (preprocess_constraints): Update accordingly, grouping all
17033         operands of the same alternative together, rather than the
17034         other way around.
17035         * ira-lives.c (check_and_make_def_conflict): Likewise.
17036         (make_early_clobber_and_input_conflicts): Likewise.
17037         * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
17038         * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
17039         (subst_asm_stack_regs): Likewise.
17040         * regcprop.c (copyprop_hardreg_forward_1): Likewise.
17041         * regrename.c (hide_operands, record_out_operands): Likewise.
17042         (build_def_use): Likewise.
17043         * sel-sched.c (get_reg_class): Likewise.
17044         * config/arm/arm.c (note_invalid_constants): Likewise.
17045
17046 2014-06-04  Jason Merrill  <jason@redhat.com>
17047
17048         PR c++/51253
17049         PR c++/61382
17050         * gimplify.c (gimplify_arg): Non-static.
17051         * gimplify.h: Declare it.
17052
17053 2014-06-04  Richard Biener  <rguenther@suse.de>
17054
17055         * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
17056         TREE_PUBLIC and DECL_EXTERNAL decls.
17057
17058 2014-06-04  Matthew Fortune  <matthew.fortune@imgtec.com>
17059
17060         * regcprop.c (copyprop_hardreg_forward_1): Account for
17061         HARD_REGNO_CALL_PART_CLOBBERED.
17062
17063 2014-06-04  Richard Biener  <rguenther@suse.de>
17064
17065         * configure.ac: Check whether the underlying type of int64_t
17066         is long or long long.
17067         * configure: Regenerate.
17068         * config.in: Likewise.
17069         * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
17070         (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
17071
17072 2014-06-04  Richard Biener  <rguenther@suse.de>
17073
17074         PR tree-optimization/60098
17075         * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
17076         we hit a kill.
17077         (dse_optimize_stmt): Simplify, now that we found a kill
17078         earlier.
17079
17080 2014-06-04  Richard Biener  <rguenther@suse.de>
17081
17082         * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
17083         of accesses with non-invariant address.
17084
17085 2014-06-04  Martin Liska  <mliska@suse.cz>
17086
17087         * cgraph.h (cgraph_make_wrapper): New function introduced.
17088         * cgraphunit.c (cgraph_make_wrapper): The function implementation.
17089         * ipa-inline.h (inline_analyze_function): The function is global.
17090         * ipa-inline-analysis.c (inline_analyze_function): Likewise.
17091
17092 2014-06-04  Martin Liska  <mliska@suse.cz>
17093
17094         * tree.h (private_lookup_attribute_starting): New function.
17095         (lookup_attribute_starting): Likewise.
17096         * tree.c (private_lookup_attribute_starting): Likewise.
17097
17098 2014-06-04  Martin Liska  <mliska@suse.cz>
17099
17100         * cgraph.h (expand_thunk): New argument added.
17101         (address_taken_from_non_vtable_p): New global function.
17102         * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
17103         * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
17104         * cgraphunit.c (analyze_function): Likewise.
17105         (assemble_thunks_and_aliases): Argument added to call.
17106         (expand_thunk): New argument forces to produce GIMPLE thunk.
17107
17108 2014-06-04  Martin Liska  <mliska@suse.cz>
17109
17110         * coverage.h (coverage_compute_cfg_checksum): Argument added.
17111         * coverage.c (coverage_compute_cfg_checksum): Likewise.
17112         * profile.c (branch_prob): Likewise.
17113
17114 2014-06-04  Martin Jambor  <mjambor@suse.cz>
17115
17116         PR ipa/61340
17117         * ipa-pure-const.c (propagate_pure_const): Add unreachable default
17118         handler for switch on an ipa_ref_use enum.
17119         * ipa-reference.c (analyze_function): Likewise.
17120
17121 2014-06-04  Kai Tietz  <ktietz@redhat.com>
17122
17123         * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
17124         from old call-instruction.
17125
17126 2014-06-04  Bin Cheng  <bin.cheng@arm.com>
17127
17128         * config/aarch64/aarch64.c (aarch64_classify_address)
17129         (aarch64_legitimize_reload_address): Support full addressing modes
17130         for vector modes.
17131         * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
17132         (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
17133
17134 2014-06-03  Andrew Pinski  <apinski@cavium.com>
17135
17136         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
17137         for OP0.
17138
17139 2014-06-03  Andrew Pinski  <apinski@cavium.com>
17140
17141         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
17142         (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
17143
17144 2014-06-03  Kai Tietz  <ktietz@redhat.com>
17145
17146         * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
17147         for 64-bit ms-abi.
17148
17149 2014-06-03  Dehao Chen  <dehao@google.com>
17150
17151         * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
17152         the same loop.
17153
17154 2014-06-03  Marek Polacek  <polacek@redhat.com>
17155
17156         PR c/60439
17157         * doc/invoke.texi: Document -Wswitch-bool.
17158         * function.c (stack_protect_epilogue): Cast controlling expression of
17159         the switch to int.
17160         * gengtype.c (walk_type): Generate switch expression with its
17161         controlling expression cast to int.
17162
17163 2014-06-03  Vishnu K S  <Vishnu.k_s@atmel.com>
17164
17165         * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
17166         and attiny841.
17167         * config/avr/avr-tables.opt: Regenerate.
17168         * config/avr/t-multilib: Regenerate.
17169         * doc/avr-mmcu.texi: Regenerate.
17170
17171 2014-06-03  Vishnu K S  <vishnu.k_s@atmel.com>
17172             Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
17173
17174         * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
17175         (ata6617c, ata664251): Add new avr35 devices.
17176         (ata6612c): Add new avr4 device.
17177         (ata6613c, ata6614q): Add new avr5 devices.
17178         * config/avr/avr-tables.opt: Regenerate.
17179         * config/avr/t-multilib: Regenerate.
17180         * doc/avr-mmcu.texi: Regenerate.
17181
17182 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
17183
17184         * gcc/config/aarch64/aarch64-builtins.c
17185         (aarch64_types_binop_ssu_qualifiers): New static data.
17186         (TYPES_BINOP_SSU): Define.
17187         * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
17188         urshr_n, ushll_n): Use appropriate unsigned qualifiers.
17189         * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
17190         vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
17191         vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
17192         vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
17193         vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
17194         vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
17195         vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
17196         suffix to builtin function name, remove cast.
17197         (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
17198         vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
17199         vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
17200
17201 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
17202
17203         * gcc/config/aarch64/aarch64-builtins.c
17204         (aarch64_types_binop_uus_qualifiers,
17205         aarch64_types_shift_to_unsigned_qualifiers,
17206         aarch64_types_unsigned_shiftacc_qualifiers): Define.
17207         * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
17208         uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
17209         sqshlu_n, uqshl_n): Update qualifiers.
17210         * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
17211         vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
17212         vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
17213         vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
17214         vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
17215         vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
17216         vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
17217         vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
17218         vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
17219         vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
17220         vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
17221         vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
17222         vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
17223         vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
17224         vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
17225         vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
17226         vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
17227         vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
17228         vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
17229         vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
17230         vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
17231         vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
17232         vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
17233         vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
17234         vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
17235         vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
17236         vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
17237
17238 2014-06-03  Teresa Johnson  <tejohnson@google.com>
17239
17240         * tree-sra.c (modify_function): Record caller nodes after rebuild.
17241
17242 2014-06-02  Jason Merrill  <jason@redhat.com>
17243
17244         PR c++/61020
17245         * varpool.c (ctor_for_folding): Handle uninitialized vtables.
17246
17247 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
17248
17249         * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
17250         location == 0.
17251
17252 2014-06-03  Alan Lawrence  <alan.lawrence@arm.com>
17253
17254         * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
17255         New pattern.
17256         * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
17257         (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
17258         * config/aarch64/iterators.md (REVERSE): New iterator.
17259         (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
17260         (rev_op): New int_attribute.
17261         * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
17262         vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
17263         vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
17264         vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
17265         vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
17266         vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
17267         vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
17268         Replace temporary __asm__ with __builtin_shuffle.
17269
17270 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
17271
17272         * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
17273         mips64r5.
17274         * config/mips/mips-tables.opt: Regenerate.
17275         * config/mips/mips.c (mips_compute_frame_info): Changed if statement
17276         to use mips_isa_rev rather than ISA_MIPS32R2.
17277         * config/mips/mips.h (ISA_MIPS32R3): New define.
17278         (ISA_MIPS32R5): New define.
17279         (ISA_MIPS64R3): New define.
17280         (ISA_MIPS64R5): New define.
17281         (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
17282         ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
17283         (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
17284         and mips64r5.
17285         (MIPS_ISA_SYNCI_SPEC): Likewise.
17286         (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
17287         (LINK_SPEC): Added mips32r3 and mips32r5.
17288         * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
17289         to mips32r2; and mips64r3 and mips64r5 to mips64r2.
17290         * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
17291         * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
17292         * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
17293         * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
17294         * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
17295
17296 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
17297
17298         * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
17299         options.
17300         * config/mips/mips.opt (mxpa): New option.
17301         * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
17302         assembler.
17303
17304 2014-06-03  Martin Jambor  <mjambor@suse.cz>
17305
17306         PR ipa/61160
17307         * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
17308         thunks.
17309
17310 2014-06-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17311
17312         PR tree-optimization/61328
17313         * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
17314         initialization from find_bswap_or_nop_1.
17315         (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
17316         in source_expr2 before using the size value the function sets. Also
17317         make use of init_symbolic_number () in both the old place and
17318         find_bswap_or_nop_load () to avoid reading uninitialized memory when
17319         doing recursion in the GIMPLE_BINARY_RHS case.
17320
17321 2014-06-03  Richard Biener  <rguenther@suse.de>
17322
17323         PR tree-optimization/61383
17324         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
17325         stmts can't trap.
17326
17327 2014-06-03  Richard Sandiford  <rdsandiford@googlemail.com>
17328
17329         * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
17330         (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
17331         (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
17332         (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
17333         in this file.
17334         (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
17335         (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
17336         * system.h: ...here and make it unconditional.
17337         * target.def (conditional_register_usage): Mention
17338         define_register_constraint instead of old-style constraint macros.
17339         * doc/tm.texi.in: Remove documentation for old-style constraint macros.
17340         * doc/tm.texi: Regenerate.
17341         * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
17342         protected by !USE_MD_CONSTRAINTS.
17343         * config/frv/frv.md: Remove quote from old version of documentation.
17344         * config/frv/frv.c (frv_conditional_register_usage): Likewise.
17345         * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
17346         CONST_DOUBLE_OK_FOR_LETTER.
17347         * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
17348
17349 2014-06-02  Andrew Pinski  <apinski@cavium.com>
17350
17351         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
17352         /lib/ld-linux32-aarch64.so.1 is used for ILP32.
17353         (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
17354         file whose name depends on -mabi= and -mbig-endian.
17355         * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
17356         Handle LP64 better and handle ilp32 too.
17357         (MULTILIB_OPTIONS): Delete.
17358         (MULTILIB_DIRNAMES): Delete.
17359
17360 2014-06-02  Andrew MacLeod  <amacleod@redhat.com>
17361
17362         * expr.h: Remove prototypes of functions defined in builtins.c.
17363         * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
17364         Remove prototypes of functions defined in builtins.c.
17365         * builtins.h: Update prototype list to include all exported functions.
17366         * builtins.c: (default_libc_has_function, gnu_libc_has_function,
17367         no_c99_libc_has_function): Move to targhooks.c
17368         (build_string_literal, build_call_expr_loc_array,
17369         build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
17370         to tree.c.
17371         (expand_builtin_object_size, fold_builtin_object_size): Make static.
17372         * targhooks.c (default_libc_has_function, gnu_libc_has_function,
17373         no_c99_libc_has_function): Relocate from builtins.c.
17374         * tree.c: Include builtins.h.
17375         (build_call_expr_loc_array, build_call_expr_loc_vec,
17376         build_call_expr_loc, build_call_expr, build_string_literal): Relocate
17377         from builtins.c.
17378         * fold-const.h (fold_fma): Move prototype to builtins.h.
17379         * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
17380         * asan.c: Include builtins.h.
17381         * cfgexpand.c: Likewise.
17382         * convert.c: Likewise.
17383         * emit-rtl.c: Likewise.
17384         * except.c: Likewise.
17385         * expr.c: Likewise.
17386         * fold-const.c: Likewise.
17387         * gimple-fold.c: Likewise.
17388         * gimple-ssa-strength-reduction.c: Likewise.
17389         * gimplify.c: Likewise.
17390         * ipa-inline.c: Likewise.
17391         * ipa-prop.c: Likewise.
17392         * lto-streamer-out.c: Likewise.
17393         * stmt.c: Likewise.
17394         * tree-inline.c: Likewise.
17395         * tree-object-size.c: Likewise.
17396         * tree-sra.c: Likewise.
17397         * tree-ssa-ccp.c: Likewise.
17398         * tree-ssa-forwprop.c: Likewise.
17399         * tree-ssa-loop-ivcanon.c: Likewise.
17400         * tree-ssa-loop-ivopts.c: Likewise.
17401         * tree-ssa-math-opts.c: Likewise.
17402         * tree-ssa-reassoc.c: Likewise.
17403         * tree-ssa-threadedge.c: Likewise.
17404         * tree-streamer-in.c: Likewise.
17405         * tree-vect-data-refs.c: Likewise.
17406         * tree-vect-patterns.c: Likewise.
17407         * tree-vect-stmts.c: Likewise.
17408         * config/aarch64/aarch64.c: Likewise.
17409         * config/alpha/alpha.c: Likewise.
17410         * config/arc/arc.c: Likewise.
17411         * config/arm/arm.c: Likewise.
17412         * config/avr/avr.c: Likewise.
17413         * config/bfin/bfin.c: Likewise.
17414         * config/c6x/c6x.c: Likewise.
17415         * config/cr16/cr16.c: Likewise.
17416         * config/cris/cris.c: Likewise.
17417         * config/epiphany/epiphany.c: Likewise.
17418         * config/fr30/fr30.c: Likewise.
17419         * config/frv/frv.c: Likewise.
17420         * config/h8300/h8300.c: Likewise.
17421         * config/i386/i386.c: Likewise.
17422         * config/i386/winnt.c: Likewise.
17423         * config/ia64/ia64.c: Likewise.
17424         * config/iq2000/iq2000.c: Likewise.
17425         * config/lm32/lm32.c: Likewise.
17426         * config/m32c/m32c.c: Likewise.
17427         * config/m32r/m32r.c: Likewise.
17428         * config/m68k/m68k.c: Likewise.
17429         * config/mcore/mcore.c: Likewise.
17430         * config/mep/mep.c: Likewise.
17431         * config/microblaze/microblaze.c: Likewise.
17432         * config/mips/mips.c: Likewise.
17433         * config/mmix/mmix.c: Likewise.
17434         * config/mn10300/mn10300.c: Likewise.
17435         * config/moxie/moxie.c: Likewise.
17436         * config/msp430/msp430.c: Likewise.
17437         * config/nds32/nds32.c: Likewise.
17438         * config/pa/pa.c: Likewise.
17439         * config/pdp11/pdp11.c: Likewise.
17440         * config/picochip/picochip.c: Likewise.
17441         * config/rl78/rl78.c: Likewise.
17442         * config/rs6000/rs6000.c: Likewise.
17443         * config/rx/rx.c: Likewise.
17444         * config/s390/s390.c: Likewise.
17445         * config/score/score.c: Likewise.
17446         * config/sh/sh.c: Likewise.
17447         * config/sparc/sparc.c: Likewise.
17448         * config/spu/spu.c: Likewise.
17449         * config/stormy16/stormy16.c: Likewise.
17450         * config/tilegx/tilegx.c: Likewise.
17451         * config/tilepro/tilepro.c: Likewise.
17452         * config/v850/v850.c: Likewise.
17453         * config/vax/vax.c: Likewise.
17454         * config/xtensa/xtensa.c: Likewise.
17455
17456 2014-06-02  Jeff Law  <law@redhat.com>
17457
17458         PR rtl-optimization/61094
17459         * ree.c (combine_reaching_defs): Do not reextend an insn if it
17460         was marked as do_no_reextend.  If a copy is needed to eliminate
17461         an extension, then mark it as do_not_reextend.
17462
17463 2014-06-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17464
17465         * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
17466
17467 2014-06-02  Richard Henderson  <rth@redhat.com>
17468
17469         PR target/61336
17470         * config/alpha/alpha.c (print_operand_address): Allow symbolic
17471         addresses inside asms.  Use output_operand_lossage instead of
17472         gcc_unreachable.
17473
17474 2014-06-02  Uros Bizjak  <ubizjak@gmail.com>
17475
17476         PR target/61239
17477         * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
17478         GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
17479
17480 2014-06-02  Tom de Vries  <tom@codesourcery.com>
17481
17482         * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
17483         case that x has VOIDmode.
17484
17485 2014-06-02  Bernd Schmidt  <bernds@codesourcery.com>
17486
17487         * varasm.c (copy_constant): Delete function.
17488         (build_constant_desc): Don't call it.
17489
17490 2014-06-02  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17491
17492         PR target/61154
17493         * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
17494         * config/arm/arm.md (mov64 splitter): Replace const_double_operand
17495         with immediate_operand.
17496
17497 2014-06-02  Andreas Schwab  <schwab@suse.de>
17498
17499         * config/ia64/ia64.c
17500         (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
17501         pending_data_specs first.
17502
17503 2014-06-02  Richard Biener  <rguenther@suse.de>
17504
17505         PR tree-optimization/61378
17506         * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
17507         valueized_anything.
17508
17509 2014-06-01  Uros Bizjak  <ubizjak@gmail.com>
17510
17511         * config/i386/constraints.md (Bw): Rename from 'w'.
17512         (Bz): Rename from 'z'.
17513         * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
17514
17515 2014-06-01  Kai Tietz  <ktietz@redhat.com>
17516
17517         PR target/61377
17518         * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
17519         * config/i386/i386.md (sibcall_insn_operand): Use Bs
17520         instead of m constraint.
17521
17522 2014-05-31  Andreas Schwab  <schwab@linux-m68k.org>
17523
17524         * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
17525         a separate alternative where the scratch operand 2 is marked as
17526         early clobber.
17527
17528 2014-05-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
17529
17530         * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
17531         (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
17532         (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
17533         and __builtins_arm_get_fpscr.
17534         (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
17535         __builtins_arm_get_fpscr.
17536         (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
17537         __builtins_arm_ldfpscr.
17538         (arm_atomic_assign_expand_fenv): New function.
17539         * config/arm/vfp.md (set_fpscr): New pattern.
17540         (get_fpscr) : Likewise.
17541         * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
17542         VUNSPEC_SET_FPSCR.
17543         * doc/extend.texi (AARCH64 Built-in Functions) : Document
17544         __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
17545
17546 2014-05-30  Jakub Jelinek  <jakub@redhat.com>
17547
17548         * asan.c (report_error_func): Add SLOW_P argument, use
17549         BUILT_IN_ASAN_*_N if set.
17550         (build_check_stmt): Likewise.
17551         (instrument_derefs): If T has insufficient alignment,
17552         force same handling as for odd sizes.
17553
17554         * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
17555         BUILT_IN_ASAN_REPORT_STORE_N): New.
17556         * asan.c (struct asan_mem_ref): Change access_size type to
17557         HOST_WIDE_INT.
17558         (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
17559         update_mem_ref_hash_table): Likewise.
17560         (asan_mem_ref_hasher::hash): Hash in a HWI.
17561         (report_error_func): Change size_in_bytes argument to HWI.
17562         Use *_N builtins if size_in_bytes is larger than 16 or not power of
17563         two.
17564         (build_shadow_mem_access): New function.
17565         (build_check_stmt): Use it.  Change size_in_bytes argument to HWI.
17566         Handle size_in_bytes not power of two or larger than 16.
17567         (instrument_derefs): Don't give up if size_in_bytes is not
17568         power of two or is larger than 16.
17569
17570 2014-05-30  Kai Tietz  <ktietz@redhat.com>
17571
17572         PR target/60104
17573         * config/i386/i386.c (x86_output_mi_thunk): Add memory case
17574         for sibling-tail-calls.
17575         * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
17576         to its use.
17577         * config/i386/predicates.md (sibcall_memory_operand): New predicate.
17578         (sibcall_insn_operand): Add check for sibcall_memory_operand.
17579
17580 2014-05-30  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
17581
17582         * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
17583         * config/avr/avr-tables.opt: Regenerate.
17584         * config/avr/t-multilib: Regenerate.
17585         * doc/avr-mmcu.texi: Regenerate.
17586
17587 2014-05-30  Ian Lance Taylor  <iant@google.com>
17588
17589         * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
17590         target("sse").
17591
17592 2014-05-30  Tom de Vries  <tom@codesourcery.com>
17593
17594         * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
17595         Redefine as true.
17596
17597 2014-05-30  Tom de Vries  <tom@codesourcery.com>
17598
17599         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
17600         * lra.c (initialize_lra_reg_info_element): Add init of
17601         actual_call_used_reg_set field.
17602         (lra): Call lra_create_live_ranges before lra_inheritance for
17603         -fuse-caller-save.
17604         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
17605         -fuse-caller-save.
17606         * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
17607         instead of call_used_reg_set for -fuse-caller-save.
17608         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
17609
17610 2014-05-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17611
17612         * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
17613         to mov_imm.
17614         * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
17615
17616 2014-05-30  Richard Sandiford  <rdsandiford@googlemail.com>
17617
17618         * ira.c (ira_get_dup_out_num): Check for output operands at
17619         the start of the loop.  Handle cases where an included alternative
17620         follows an excluded one.
17621
17622 2014-05-29  Mike Stump  <mikestump@comcast.net>
17623
17624         PR debug/61352
17625         * collect2.c (maybe_run_lto_and_relink): Be sure to always run
17626         post ld passes when lto is used.
17627
17628 2014-05-29  Vladimir Makarov  <vmakarov@redhat.com>
17629
17630         PR rtl-optimization/61325
17631         * lra-constraints.c (process_address): Rename to process_address_1.
17632         (process_address): New function.
17633
17634 2014-05-29  Alan Lawrence  <alan.lawrence@arm.com>
17635
17636         * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
17637         TYPES_BINOPV): New static data.
17638         * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
17639         New builtin.
17640         * config/aarch64/aarch64-simd.md (aarch64_ext,
17641         aarch64_im_lane_boundsi): New patterns.
17642         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
17643         patterns for EXT.
17644         (aarch64_evpc_ext): New function.
17645
17646         * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
17647
17648         * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
17649         vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
17650         vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
17651         vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
17652         vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
17653
17654 2014-05-29  Tom de Vries  <tom@codesourcery.com>
17655
17656         * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
17657
17658 2014-05-29  Richard Earnshaw <rearnsha@arm.com>
17659             Richard Sandiford  <rdsandiford@googlemail.com>
17660
17661         * arm/iterators.md (shiftable_ops): New code iterator.
17662         (t2_binop0, arith_shift_insn): New code attributes.
17663         * arm/predicates.md (shift_nomul_operator): New predicate.
17664         * arm/arm.md (insn_enabled): Delete.
17665         (enabled): Remove insn_enabled test.
17666         (*arith_shiftsi): Delete.  Replace with ...
17667         (*<arith_shift_insn>_multsi): ... new pattern.
17668         (*<arith_shift_insn>_shiftsi): ... new pattern.
17669         * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
17670
17671 2014-05-29  Radovan Obradovic  <robradovic@mips.com>
17672             Tom de Vries  <tom@codesourcery.com>
17673
17674         * config/mips/mips.h (POST_CALL_TMP_REG): Define.
17675         * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
17676         clobber.
17677         (mips_split_call): Use POST_CALL_TMP_REG.
17678         (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
17679
17680 2014-05-29  Tom de Vries  <tom@codesourcery.com>
17681
17682         * final.c (collect_fn_hard_reg_usage): Guard variable declaration
17683         with #ifdef STACK_REGS.
17684
17685 2014-05-28  Jan Hubicka  <hubicka@ucw.cz>
17686
17687         * varasm.c (get_variable_section): Walk aliases.
17688         (place_block_symbol): Walk aliases.
17689
17690 2014-05-28  Tom de Vries  <tom@codesourcery.com>
17691
17692         Revert:
17693         2014-05-28  Tom de Vries  <tom@codesourcery.com>
17694
17695         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
17696         * lra.c (initialize_lra_reg_info_element): Add init of
17697         actual_call_used_reg_set field.
17698         (lra): Call lra_create_live_ranges before lra_inheritance for
17699         -fuse-caller-save.
17700         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
17701         -fuse-caller-save.
17702         * lra-constraints.c (need_for_call_save_p): Use
17703         actual_call_used_reg_set instead of call_used_reg_set for
17704         -fuse-caller-save.
17705         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
17706
17707 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
17708
17709         * doc/md.texi: Document that the % constraint character must
17710         be at the beginning of the string.
17711         * genoutput.c (validate_insn_alternatives): Check that '=',
17712         '+' and '%' only appear at the beginning of a constraint.
17713         * ira.c (commutative_constraint_p): Delete.
17714         (ira_get_dup_out_num): Expect the '%' commutativity marker to be
17715         at the start of the string.
17716         * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
17717         duplicate '='s.
17718         * config/arm/neon.md (bicdi3_neon): Likewise.
17719         * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
17720         (slt_si, sltu_si): Likewise.
17721         * config/vax/vax.md (sbcdi3): Likewise.
17722         * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
17723         * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
17724         (mul64): Move '%' to beginning of constraint.
17725         * config/arm/arm.md (*xordi3_insn): Likewise.
17726         * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
17727         (xorsi3): Likewise.
17728
17729 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
17730
17731         * doc/md.texi: Document the restrictions on the "enabled" attribute.
17732
17733 2014-05-28  Jason Merrill  <jason@redhat.com>
17734
17735         PR c++/47202
17736         * cgraph.h (symtab_node::get_comdat_group_id): New.
17737         * cgraphunit.c (analyze_functions): Call it.
17738         * symtab.c (dump_symtab_node): Likewise.
17739         * tree.c (decl_comdat_group_id): New.
17740         * tree.h: Declare it.
17741         * lto-streamer-out.c (write_symbol): Use it.
17742         * trans-mem.c (ipa_tm_create_version_alias): Likewise.
17743
17744 2014-05-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
17745
17746         PR bootstrap/PR61146
17747         * wide-int.cc: Do not include longlong.h when compiling with clang.
17748
17749 2014-05-28  Richard Biener  <rguenther@suse.de>
17750
17751         * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
17752         * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
17753         (vrp_visit_assignment_or_call): Print less vertical space.
17754         (vrp_visit_stmt): Likewise.
17755         (vrp_visit_phi_node): Likewise.  For a PHI argument with
17756         VR_VARYING range consider recording it as copy.
17757
17758 2014-05-28  Richard Biener  <rguenther@suse.de>
17759
17760         Revert
17761         2014-05-28  Richard Biener  <rguenther@suse.de>
17762
17763         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
17764
17765 2014-05-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17766
17767         * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
17768         sufficiently aligned and an offset is used at the same time.
17769         (expand_expr_real_1): Likewise.
17770
17771 2014-05-28  Richard Biener  <rguenther@suse.de>
17772
17773         PR middle-end/61045
17774         * fold-const.c (fold_comparison): When folding
17775         X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
17776         the sign of the remaining constant operand stays the same.
17777
17778 2014-05-28  Kaushik Phatak  <kaushik.phatak@kpit.com>
17779
17780         * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
17781         __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
17782         (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
17783         to the assembler.
17784         (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
17785         * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
17786         (m32bit-doubles) Likewise.
17787         * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
17788         * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
17789         option for RL78.
17790
17791 2014-05-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17792
17793         * configure.ac ($gcc_cv_ld_clearcap): New test.
17794         * configure: Regenerate.
17795         * config.in: Regenerate.
17796         * config/sol2.opt (mclear-hwcap): New option.
17797         * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
17798         * config/sol2-clearcap.map: Moved here from
17799         testsuite/gcc.target/i386/clearcap.map.
17800         * config/sol2-clearcapv2.map: Move here from
17801         gcc.target/i386/clearcapv2.map.
17802         * config/t-sol2 (install): Depend on install-clearcap-map.
17803         (install-clearcap-map): New target.
17804         * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
17805         -mclear-hwcap.
17806
17807 2014-05-28  Richard Biener  <rguenther@suse.de>
17808
17809         * hwint.h (*_HALF_WIDE_INT*): Move to ...
17810         * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
17811         ... here and remove the rest.
17812         * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
17813
17814 2014-05-28  Richard Biener  <rguenther@suse.de>
17815
17816         PR tree-optimization/61335
17817         * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
17818         new range fails, drop to varying.
17819
17820 2014-05-28  Olivier Hainque  <hainque@adacore.com>
17821
17822         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
17823         (CPP_SPEC): Add entry for -mcpu=8548.
17824         * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
17825         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
17826
17827 2014-05-28  Tom de Vries  <tom@codesourcery.com>
17828
17829         * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
17830         * lra.c (initialize_lra_reg_info_element): Add init of
17831         actual_call_used_reg_set field.
17832         (lra): Call lra_create_live_ranges before lra_inheritance for
17833         -fuse-caller-save.
17834         * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
17835         -fuse-caller-save.
17836         * lra-constraints.c (need_for_call_save_p): Use
17837         actual_call_used_reg_set instead of call_used_reg_set for
17838         -fuse-caller-save.
17839         * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
17840
17841 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
17842             Tom de Vries  <tom@codesourcery.com>
17843
17844         * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
17845         to gccoptlist.
17846         (@item -fuse-caller-save): New item.
17847
17848 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
17849             Tom de Vries  <tom@codesourcery.com>
17850
17851         * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
17852         OPT_fuse_caller_save.
17853
17854 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
17855             Tom de Vries  <tom@codesourcery.com>
17856
17857         * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
17858         * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
17859         get_call_reg_set_usage.
17860         * resource.c (mark_set_resources, mark_target_live_regs): Use
17861         get_call_reg_set_usage.
17862         * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
17863         field.
17864         (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
17865         * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
17866         Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
17867         * ira-build.c (ira_create_allocno): Init
17868         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
17869         (create_cap_allocno, propagate_allocno_info)
17870         (propagate_some_info_from_allocno)
17871         (copy_info_to_removed_store_destinations): Handle
17872         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
17873         * ira-costs.c (ira_tune_allocno_costs): Use
17874         ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
17875
17876 2014-05-28  Radovan Obradovic  <robradovic@mips.com>
17877             Tom de Vries  <tom@codesourcery.com>
17878
17879         * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
17880         and function_used_regs_valid fields.
17881         * final.c: Move include of hard-reg-set.h to before rtl.h to declare
17882         find_all_hard_reg_sets.
17883         (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
17884         (get_call_reg_set_usage): New function.
17885         (rest_of_handle_final): Use collect_fn_hard_reg_usage.
17886         * regs.h (get_call_reg_set_usage): Declare.
17887
17888 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
17889
17890         PR libgcc/61152
17891         * config/dbx.h (License): Add Runtime Library Exception.
17892         * config/newlib-stdint.h (License): Same.
17893         * config/rtems.h (License): Same
17894         * config/initfini-array.h (License): Same
17895         * config/v850/v850.h (License): Same.
17896         * config/v850/v850-opts.h (License): Same
17897         * config/v850/rtems.h (License): Same.
17898
17899 2014-05-28  Georg-Johann Lay  <avr@gjlay.de>
17900
17901         PR target/61044
17902         * doc/extend.texi (Local Labels): Note that label differences are
17903         not supported for AVR.
17904
17905 2014-05-28  Richard Sandiford  <rdsandiford@googlemail.com>
17906             Olivier Hainque  <hainque@adacore.com>
17907
17908         * rtl.h (set_for_reg_notes): Declare.
17909         * emit-rtl.c (set_for_reg_notes): New function.
17910         (set_unique_reg_note): Use it.
17911         * optabs.c (add_equal_note): Likewise
17912
17913 2014-05-27  Andrew Pinski  <apinski@cavium.com>
17914
17915         * config/aarch64/aarch64.md (stack_protect_set_<mode>):
17916         Use <w> for the register in assembly template.
17917         (stack_protect_test): Use the mode of operands[0] for the result.
17918         (stack_protect_test_<mode>): Use <w> for the register
17919         in assembly template.
17920
17921 2014-05-27  DJ Delorie  <dj@redhat.com>
17922
17923         * config/rx/rx.c (add_vector_labels): New.
17924         (rx_output_function_prologue): Call it.
17925         (rx_handle_func_attribute): Don't require empty arguments.
17926         (rx_handle_vector_attribute): New.
17927         (rx_attribute_table): Add "vector" attribute.
17928         * doc/extend.texi (interrupt, vector): Document new/changed
17929         RX-specific attributes.
17930
17931         * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
17932
17933 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
17934
17935         * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
17936         predicate to detect a negative quotient.
17937
17938 2014-05-27  Eric Botcazou  <ebotcazou@adacore.com>
17939
17940         * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
17941         to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
17942         Add X - Y CMP 0 to X CMP Y transformation.
17943         (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
17944
17945 2014-05-27  Segher Boessenkool  <segher@kernel.crashing.org>
17946
17947         * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
17948         before printing.
17949
17950 2014-05-27  Steve Ellcey  <sellcey@mips.com>
17951
17952         * config/mips/mips.c: Add include of cgraph.h.
17953
17954 2014-05-27  Richard Biener  <rguenther@suse.de>
17955
17956         * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
17957
17958 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
17959
17960         PR libgcc/61152
17961         * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
17962         * config/arm/arm-cores.def (License): Same.
17963         * config/arm/arm-opts.h (License): Same.
17964         * config/arm/aout.h (License): Same.
17965         * config/arm/bpabi.h (License): Same.
17966         * config/arm/elf.h (License): Same.
17967         * config/arm/linux-elf.h (License): Same.
17968         * config/arm/linux-gas.h (License): Same.
17969         * config/arm/netbsd-elf.h (License): Same.
17970         * config/arm/uclinux-eabi.h (License): Same.
17971         * config/arm/uclinux-elf.h (License): Same.
17972         * config/arm/vxworks.h (License): Same.
17973
17974 2014-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17975
17976         * config/arm/neon.md (neon_bswap<mode>): New pattern.
17977         * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
17978         (arm_init_neon_builtins): Handle NEON_BSWAP.
17979         Define required type nodes.
17980         (arm_expand_neon_builtin): Handle NEON_BSWAP.
17981         (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
17982         * config/arm/arm_neon_builtins.def (bswap): Define builtins.
17983         * config/arm/iterators.md (VDQHSD): New mode iterator.
17984
17985 2014-05-27  Richard Biener  <rguenther@suse.de>
17986
17987         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
17988         Try using literal operands when comparing value-ranges failed.
17989
17990 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
17991
17992         * ira.c (commutative_operand): Adjust for change to recog_data.
17993         [Missing from previous commit.]
17994
17995 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
17996
17997         * system.h (TEST_BIT): New macro.
17998         * recog.h (alternative_mask): New type.
17999         (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
18000         (recog_data_d): Replace alternative_enabled_p array with
18001         enabled_alternatives.
18002         (target_recog): New structure.
18003         (default_target_recog, this_target_recog): Declare.
18004         (get_enabled_alternatives, recog_init): Likewise.
18005         * recog.c (default_target_recog, this_target_recog): New variables.
18006         (get_enabled_alternatives): New function.
18007         (extract_insn): Use it.
18008         (recog_init): New function.
18009         (preprocess_constraints, constrain_operands): Adjust for change to
18010         recog_data.
18011         * postreload.c (reload_cse_simplify_operands): Likewise.
18012         * reload.c (find_reloads): Likewise.
18013         * ira-costs.c (record_reg_classes): Likewise.
18014         * ira-lives.c (single_reg_class): Likewise.  Fix bug in which
18015         all alternatives after a disabled one would be skipped.
18016         (ira_implicitly_set_insn_hard_regs): Likewise.
18017         * ira.c (ira_setup_alts): Adjust for change to recog_data.
18018         * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
18019         with enabled_alternatives.
18020         * lra.c (free_insn_recog_data): Update accordingly.
18021         (lra_update_insn_recog_data): Likewise.
18022         (lra_set_insn_recog_data): Likewise.  Use get_enabled_alternatives.
18023         * lra-constraints.c (process_alt_operands): Likewise.  Handle
18024         only_alternative as part of the enabled mask.
18025         * target-globals.h (this_target_recog): Declare.
18026         (target_globals): Add a recog field.
18027         (restore_target_globals): Restore this_target_recog.
18028         * target-globals.c: Include recog.h.
18029         (default_target_globals): Initialize recog field.
18030         (save_target_globals): Likewise.
18031         * reginfo.c (reinit_regs): Call recog_init.
18032         * toplev.c (backend_init_target): Likewise.
18033
18034 2014-05-27  Richard Sandiford  <rdsandiford@googlemail.com>
18035
18036         * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
18037         rather than any named insn's code.
18038
18039 2014-05-27  Georg-Johann Lay  <avr@gjlay.de>
18040
18041         PR libgcc/61152
18042         * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
18043         * config/arm/arm-cores.def (License): Same.
18044
18045 2014-05-26  Jan Hubicka  <hubicka@ucw.cz>
18046
18047         * tree.h (decl_comdat_group): Declare.
18048         * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
18049         * tree.c (decl_comdat_group): Here.
18050
18051 2014-05-26  Richard Sandiford  <r.sandiford@uk.ibm.com>
18052
18053         PR rtl-optimization/61222
18054         * combine.c (simplify_shift_const_1): When moving a PLUS outside
18055         the shift, truncate the PLUS operand to the result mode.
18056
18057 2014-05-26  Uros Bizjak  <ubizjak@gmail.com>
18058
18059         PR target/61271
18060         * config/i386/i386.c (ix86_rtx_costs)
18061         <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
18062         Fix condition.
18063
18064 2014-05-26  Martin Jambor  <mjambor@suse.cz>
18065
18066         * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
18067         subreg uses.
18068
18069 2014-05-26  Richard Biener  <rguenther@suse.de>
18070
18071         * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
18072         wi::int_traits <long long>, wi::int_traits <unsigned long long>):
18073         Provide specializations.
18074         (wi::int_traits <HOST_WIDE_INT>,
18075         wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
18076
18077 2014-05-26  Alan Modra  <amodra@gmail.com>
18078
18079         PR target/61098
18080         * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
18081         params and return a bool.  Remove dead code.  Update comment.
18082         Assert we have a const_int source.  Remove bogus code from
18083         32-bit HWI days.  Move !TARGET_POWERPC64 handling, and correct
18084         handling of constants > 2G and reg_equal note, from..
18085         (rs6000_emit_set_long_const): ..here.  Remove unneeded param and
18086         return value.  Update comment.  If we can, use a new pseudo
18087         for intermediate calculations.
18088         * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
18089         prototype.
18090         * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
18091         call to rs6000_emit_set_const in splitter.
18092         (movdi_internal64+2, +3): Likewise.
18093
18094 2014-05-26  Richard Biener  <rguenther@suse.de>
18095
18096         * system.h: Define __STDC_FORMAT_MACROS before
18097         including inttypes.h.
18098         * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
18099         HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
18100         HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
18101         HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
18102         HOST_WIDEST_INT_C): Remove.
18103         (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
18104         if C99 inttypes.h is not available.
18105         * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
18106         * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
18107         * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
18108         * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
18109         * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
18110         (struct output_info): Likewise.
18111         (print_statistics): Adjust.
18112         (dump_bitmap_statistics): Likewise.
18113         * bt-load.c (migrate_btr_defs): Print with PRId64.
18114         * cfg.c (dump_edge_info, dump_bb_info): Likewise.
18115         (MAX_SAFE_MULTIPLIER): Adjust.
18116         * cfghooks.c (dump_bb_for_graph): Print with PRId64.
18117         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
18118         dump_cgraph_node): Likewise.
18119         * final.c (dump_basic_block_info): Likewise.
18120         * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
18121         * gcov.c (format_gcov): Likewise.
18122         * ipa-cp.c (good_cloning_opportunity_p): Likewise.  Use int64_t
18123         for calculation.
18124         (get_clone_agg_value): Use HOST_WIDE_INT for offset.
18125         * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
18126         (inline_small_functions, dump_overall_stats, dump_inline_stats):
18127         Use PRId64 for dumping.
18128         * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
18129         * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
18130         (add_allocno_hard_regs): Adjust.
18131         * loop-doloop.c (doloop_modify): Print using PRId64.
18132         * loop-iv.c (inverse): Compute in uint64_t.
18133         (determine_max_iter, iv_number_of_iterations): Likewise.
18134         * loop-unroll.c (decide_peel_completely, decide_peel_simple):
18135         Print using PRId64.
18136         * lto-streamer-out.c (write_symbol): Use uint64_t.
18137         * mcf.c (CAP_INFINITY): Use int64_t maximum.
18138         (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
18139         find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
18140         * modulo-sched.c (const_iteration_count): Use int64_t.
18141         (sms_schedule): Dump using PRId64.
18142         * predict.c (dump_prediction): Likewise.
18143         * pretty-print.h (pp_widest_integer): Remove.
18144         * profile.c (get_working_sets, is_edge_inconsistent,
18145         is_inconsistent, read_profile_edge_counts): Dump using PRId64.
18146         * tree-pretty-print.c (pp_double_int): Remove case handling
18147         HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
18148         * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
18149         and adjust users.
18150         (pass_optimize_bswap::execute): Remove restriction on hosts.
18151         * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
18152         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
18153         * tree.c (widest_int_cst_value): Remove.
18154         * tree.h (widest_int_cst_value): Likewise.
18155         * value-prof.c (dump_histogram_value): Print using PRId64.
18156         * gengtype.c (main): Also inject int64_t.
18157         * ggc-page.c (struct max_alignment): Use int64_t.
18158         * alloc-pool.c (struct allocation_object_def): Likewise.
18159         * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
18160         for computation.
18161         * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
18162         * doc/tm.texi: Regenerated.
18163         * gengtype-lex.l (IWORD): Handle [u]int64_t.
18164         * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
18165         * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
18166         mmix_output_register_setting): Use [u]int64_t in prototypes.
18167         * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
18168         mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
18169         mmix_output_octa, mmix_output_shifted_value): Adjust.
18170         (mmix_intval): Adjust.  Remove unreachable case.
18171         * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
18172
18173 2014-05-26  Richard Biener  <rguenther@suse.de>
18174
18175         * configure.ac: Drop __int64 type check.  Insist that we
18176         found uint64_t and int64_t.
18177         * hwint.h (HOST_BITS_PER___INT64): Remove.
18178         (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
18179         (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
18180         (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
18181         (HOST_WIDEST_FAST_INT): Remove __int64 case.
18182         * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
18183         for dst_q_src_df_rms_cdt.
18184         * configure: Regenerate.
18185         * config.in: Likewise.
18186
18187 2014-05-26  Michael Tautschnig  <mt@debian.org>
18188
18189         PR target/61249
18190         * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
18191         __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
18192
18193 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
18194
18195         PR rtl-optimization/61278
18196         * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
18197
18198 2014-05-26  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
18199
18200         PR rtl-optimization/61220
18201         Part of PR rtl-optimization/61225
18202         * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
18203         insn; skip split_edge for a block with only one successor.
18204
18205 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18206
18207         * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
18208         for variables.
18209
18210 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18211
18212         * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
18213         (update_vtable_references): New function.
18214         (function_and_variable_visibility): Rewrite also vtable initializers.
18215         * varpool.c (cgraph_variable_initializer_availability): Remove assert.
18216
18217 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18218
18219         * ggc.h (ggc_grow): New function.
18220         * ggc-none.c (ggc_grow): New function.
18221         * ggc-page.c (ggc_grow): Likewise.
18222
18223 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18224
18225         * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
18226         address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
18227         comdat_can_be_unshared_p, cgraph_externally_visible_p,
18228         varpool_externally_visible_p, can_replace_by_local_alias,
18229         update_visibility_by_resolution_info, function_and_variable_visibility,
18230         pass_data_ipa_function_and_variable_visibility,
18231         make_pass_ipa_function_and_variable_visibility,
18232         whole_program_function_and_variable_visibility,
18233         pass_data_ipa_whole_program_visibility,
18234         make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
18235         * cgraph.h (cgraph_local_node_p): Declare.
18236         * ipa-visibility.c: New file.
18237         * Makefile.in (OBJS): Add ipa-visiblity.o
18238
18239 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18240
18241         * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
18242         that var decl is available.
18243
18244 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18245
18246         * tree-core.h (tree_decl_with_vis): Replace comdat_group by
18247         symtab_node pointer.
18248         * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
18249         (find_decls_types_r): Do not walk COMDAT_GROUP.
18250         * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
18251         * varasm.c (make_decl_one_only): Use set_comdat_group;
18252         create node if needed.
18253         * ipa-inline-transform.c (save_inline_function_body): Update
18254         way we decl->symtab mapping.
18255         * symtab.c (symtab_hash, hash_node, eq_node
18256         symtab_insert_node_to_hashtable): Remove.
18257         (symtab_register_node): Update.
18258         (symtab_unregister_node): Update.
18259         (symtab_get_node): Reimplement as inline function.
18260         (symtab_add_to_same_comdat_group): Update.
18261         (symtab_dissolve_same_comdat_group_list): Update.
18262         (dump_symtab_base): Update.
18263         (verify_symtab_base): Update.
18264         (symtab_make_decl_local): Update.
18265         (fixup_same_cpp_alias_visibility): Update.
18266         (symtab_nonoverwritable_alias): Update.
18267         * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
18268         * ipa.c (update_visibility_by_resolution_info): UPdate.
18269         * bb-reorder.c: Include cgraph.h
18270         * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
18271         with comdat groups.
18272         * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
18273         * cgraph.c (cgraph_get_create_node): Update.
18274         * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
18275         and comdat_group_.
18276         (symtab_get_node): Make inline.
18277         (symtab_insert_node_to_hashtable): Remove.
18278         (symtab_can_be_discarded): Update.
18279         (decl_comdat_group): New function.
18280         * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
18281         Update.
18282         * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
18283         comdat group name.
18284         (read_comdat_group): New function.
18285         (input_node, input_varpool_node): Use it.
18286         * trans-mem.c (ipa_tm_create_version_alias): Update code creating
18287         comdat groups.
18288         * mips.c (mips_start_unique_function): Likewise.
18289         (ix86_code_end): Likewise.
18290         (rs6000_code_end): Likweise.
18291         * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
18292
18293 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18294
18295         * gengtype-state.c (fatal_reading_state): Bring offline.
18296         * optabs.c (widening_optab_handler): Bring offline.
18297         * optabs.h (widening_optab_handler): Likewise.
18298         * final.c (get_attr_length_1): Likewise.
18299
18300 2014-05-23  Jan Hubicka  <hubicka@ucw.cz>
18301
18302         * sched-int.h (sd_iterator_cond): Manually tail recurse.
18303
18304 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18305
18306         * config/rs6000/440.md (ppc440-integer): Include shift without dot.
18307         (ppc440-compare): Include shift with dot.
18308         * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
18309         * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
18310         without dot.
18311         * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
18312         without dot.
18313         (e6500_sfx2): Include it.
18314         * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
18315         *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
18316         *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
18317         andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
18318         *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
18319         *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
18320         *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
18321         *lshiftrt_internal1le, *lshiftrt_internal1be,
18322         *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
18323         *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
18324         *rotldi3_internal10le, *rotldi3_internal10be,
18325         *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
18326         ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
18327         ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
18328         *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
18329         define_insns): Use type "shift" in the appropriate alternatives.
18330
18331 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18332
18333         * config/rs6000/rs6000.md (type): Add "logical".  Delete
18334         "fast_compare".
18335         (dot): Adjust comment.
18336         (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
18337         *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
18338         *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
18339         anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
18340         *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
18341         *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
18342         *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
18343         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
18344
18345         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18346         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
18347         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18348         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18349         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18350         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18351         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18352         * config/rs6000/8540.md (ppc8540_su): Adjust.
18353         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18354         cell-cmp-microcoded): Adjust.
18355         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
18356         * config/rs6000/e500mc.md (e500mc_su): Adjust.
18357         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
18358         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
18359         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
18360         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18361         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
18362         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
18363         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
18364         Adjust.
18365         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
18366         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
18367         Adjust.  Adjust comment.
18368         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18369         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
18370
18371 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18372
18373         * config/rs6000/rs6000.md (type): Add "add".
18374         (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
18375         *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
18376         define_insns): Use it.
18377         * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
18378
18379         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18380         * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
18381         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18382         * config/rs6000/601.md (ppc601-integer): Adjust.
18383         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18384         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18385         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18386         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18387         * config/rs6000/8540.md (ppc8540_su): Adjust.
18388         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18389         cell-cmp-microcoded): Adjust.
18390         * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
18391         * config/rs6000/e500mc.md (e500mc_su): Adjust.
18392         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
18393         * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
18394         * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
18395         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18396         * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
18397         * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
18398         * config/rs6000/power6.md (power6-integer, power6-fast-compare):
18399         Adjust.
18400         * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
18401         * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
18402         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18403         * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
18404
18405 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18406
18407         * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
18408         "delayed_compare", "var_delayed_compare".
18409         (var_shift): New attribute.
18410         (cell_micro): Adjust.
18411         (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
18412         *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
18413         rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
18414         *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
18415         *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
18416         *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
18417         *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
18418         *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
18419         *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
18420         *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
18421         *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
18422         rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
18423         *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
18424         *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
18425         *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
18426         *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
18427         *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
18428         *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
18429         *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
18430         *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
18431         *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
18432         *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
18433         *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
18434         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18435         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18436
18437         * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18438         * config/rs6000/440.md (ppc440-integer): Adjust.
18439         * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18440         * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
18441         * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18442         * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18443         * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18444         * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18445         * config/rs6000/8540.md (ppc8540_su): Adjust.
18446         * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18447         cell-cmp-microcoded): Adjust.
18448         * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
18449         * config/rs6000/e500mc.md (e500mc_su): Adjust.
18450         * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
18451         e500mc64_delayed): Adjust.
18452         * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
18453         * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
18454         * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18455         * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
18456         * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
18457         * config/rs6000/power6.md (power6-shift, power6-var-rotate,
18458         power6-delayed-compare, power6-var-delayed-compare): Adjust.
18459         * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
18460         * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
18461         Adjust comment.
18462         * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18463         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
18464
18465 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18466
18467         * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv".  Add "div".
18468         (bits): New mode_attr.
18469         (idiv_ldiv): Delete mode_attr.
18470         (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
18471         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18472         rs6000_adjust_priority, is_nonpipeline_insn,
18473         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18474
18475         * config/rs6000/40x.md (ppc403-idiv): Adjust.
18476         * config/rs6000/440.md (ppc440-idiv): Adjust.
18477         * config/rs6000/476.md (ppc476-idiv): Adjust.
18478         * config/rs6000/601.md (ppc601-idiv): Adjust.
18479         * config/rs6000/603.md (ppc603-idiv): Adjust.
18480         * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
18481         ppc620-ldiv): Adjust.
18482         * config/rs6000/7450.md (ppc7450-idiv): Adjust.
18483         * config/rs6000/7xx.md (ppc750-idiv): Adjust.
18484         * config/rs6000/8540.md (ppc8540_divide): Adjust.
18485         * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
18486         * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
18487         * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
18488         * config/rs6000/e500mc.md (e500mc_divide): Adjust.
18489         * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
18490         * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
18491         * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
18492         * config/rs6000/mpc.md (mpccore-idiv): Adjust.
18493         * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
18494         * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
18495         * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
18496         * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
18497         * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
18498         * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
18499         * config/rs6000/titan.md (titan_fxu_div): Adjust.
18500
18501 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18502
18503         * config/rs6000/rs6000.md (type): Delete "insert_word",
18504         "insert_dword".  Add "insert".
18505         (size): Update comment.
18506         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18507         insn_must_be_first_in_group): Adjust.
18508         (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
18509         *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
18510         *insvsi_internal6, insvdi_internal): Adjust.
18511
18512         * config/rs6000/40x.md (ppc403-integer): Adjust.
18513         * config/rs6000/440.md (ppc440-integer): Adjust.
18514         * config/rs6000/476.md (ppc476-simple-integer): Adjust.
18515         * config/rs6000/601.md (ppc601-integer): Adjust.
18516         * config/rs6000/603.md (ppc603-integer): Adjust.
18517         * config/rs6000/6xx.md (ppc604-integer): Adjust.
18518         * config/rs6000/7450.md (ppc7450-integer): Adjust.
18519         * config/rs6000/7xx.md (ppc750-integer): Adjust.
18520         * config/rs6000/8540.md (ppc8540_su): Adjust.
18521         * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
18522         * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
18523         * config/rs6000/e500mc.md (e500mc_su): Adjust.
18524         * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
18525         * config/rs6000/e5500.md (e5500_sfx): Adjust.
18526         * config/rs6000/e6500.md (e6500_sfx): Adjust.
18527         * config/rs6000/mpc.md (mpccore-integer): Adjust.
18528         * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
18529         * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
18530         * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
18531         * config/rs6000/power7.md (power7-integer): Adjust.
18532         * config/rs6000/power8.md (power8-1cyc): Adjust.
18533         * config/rs6000/rs64.md (rs64a-integer): Adjust.
18534         * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
18535
18536 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18537
18538         * config/rs6000/rs6000.md (type): Add "mul".  Delete "imul",
18539         "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
18540         (size): New attribute.
18541         (dot): New attribute.
18542         (cell_micro): Adjust.
18543         (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
18544         umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
18545         *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
18546         umuldi3_highpart): Adjust.
18547         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18548         rs6000_adjust_priority, is_nonpipeline_insn,
18549         insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18550
18551         * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
18552         ppc405-imul3): Adjust.
18553         * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
18554         * config/rs6000/476.md (ppc476-imul): Adjust.
18555         * config/rs6000/601.md (ppc601-imul): Adjust.
18556         * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
18557         * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
18558         ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
18559         * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
18560         * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
18561         Adjust.
18562         * config/rs6000/8540.md (ppc8540_multiply): Adjust.
18563         * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
18564         * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
18565         cell-imul): Adjust.
18566         * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
18567         * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
18568         * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
18569         * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
18570         * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
18571         * config/rs6000/mpc.md (mpccore-imul): Adjust.
18572         * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
18573         power4-lmul, power4-imul, power4-imul3): Adjust.
18574         * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
18575         power5-lmul, power5-imul, power5-imul3): Adjust.
18576         * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
18577         power6-lmul, power6-imul, power6-imul3): Adjust.
18578         * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
18579         * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
18580
18581         * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
18582         rs64a-lmul): Adjust.
18583         * config/rs6000/titan.md (titan_imul): Adjust.
18584
18585 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18586
18587         * config/rs6000/rs6000.md (type): Add new value "halfmul".
18588         (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
18589         *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
18590         *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
18591         *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
18592         *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
18593         * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
18594         * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
18595         * config/rs6000/476.md (ppc476-imul): Add type halfmul.
18596         * config/rs6000/titan.md: Delete nonsensical comment.
18597         (titan_imul): Add type imul3.
18598         (titan_mulhw): Remove type imul3; add type halfmul.
18599
18600 2014-05-23  Segher Boessenkool  <segher@kernel.crashing.org>
18601
18602         * config/rs6000/rs6000.md (type): Reorder, reformat.
18603
18604 2014-05-23  Martin Jambor  <mjambor@suse.cz>
18605
18606         PR tree-optimization/53787
18607         * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
18608         * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
18609         analysis_done, update all uses.
18610         * ipa-prop.c: Include domwalk.h
18611         (param_analysis_info): Removed.
18612         (param_aa_status): New type.
18613         (ipa_bb_info): Likewise.
18614         (func_body_info): Likewise.
18615         (ipa_get_bb_info): New function.
18616         (aa_overwalked): Likewise.
18617         (find_dominating_aa_status): Likewise.
18618         (parm_bb_aa_status_for_bb): Likewise.
18619         (parm_preserved_before_stmt_p): Changed to use new param AA info.
18620         (load_from_unmodified_param): Accept func_body_info as a parameter
18621         instead of parms_ainfo.
18622         (parm_ref_data_preserved_p): Changed to use new param AA info.
18623         (parm_ref_data_pass_through_p): Likewise.
18624         (ipa_load_from_parm_agg_1): Likewise.  Update callers.
18625         (compute_complex_assign_jump_func): Changed to use new param AA info.
18626         (compute_complex_ancestor_jump_func): Likewise.
18627         (ipa_compute_jump_functions_for_edge): Likewise.
18628         (ipa_compute_jump_functions): Removed.
18629         (ipa_compute_jump_functions_for_bb): New function.
18630         (ipa_analyze_indirect_call_uses): Likewise, moved variable
18631         declarations down.
18632         (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
18633         and info, moved variable declarations down.
18634         (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
18635         node and info.
18636         (ipa_analyze_stmt_uses): Likewise.
18637         (ipa_analyze_params_uses): Removed.
18638         (ipa_analyze_params_uses_in_bb): New function.
18639         (ipa_analyze_controlled_uses): Likewise.
18640         (free_ipa_bb_info): Likewise.
18641         (analysis_dom_walker): New class.
18642         (ipa_analyze_node): Handle node-specific forbidden analysis,
18643         initialize and free func_body_info, use dominator walker.
18644         (ipcp_modif_dom_walker): New class.
18645         (ipcp_transform_function): Create and free func_body_info, use
18646         ipcp_modif_dom_walker, moved a lot of functionality there.
18647
18648 2014-05-23  Marek Polacek  <polacek@redhat.com>
18649             Jakub Jelinek  <jakub@redhat.com>
18650
18651         * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
18652         * gcc.c (sanitize_spec_function): Likewise.
18653         * convert.c (convert_to_integer): Include "ubsan.h".  Add
18654         floating-point to integer instrumentation.
18655         * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
18656         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
18657         SANITIZE_NONDEFAULT.
18658         * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
18659         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
18660         BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
18661         * ubsan.c: Include "realmpfr.h" and "dfp.h".
18662         (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
18663         (ubsan_type_descriptor): Set tkind to 0xffff for types other than
18664         float/double/long double.
18665         (ubsan_instrument_float_cast): New function.
18666         * ubsan.h (ubsan_instrument_float_cast): Declare.
18667
18668 2014-05-23 Jiong Wang  <jiong.wang@arm.com>
18669
18670         * config/aarch64/predicates.md (aarch64_call_insn_operand): New
18671         predicate.
18672         * config/aarch64/constraints.md ("Ucs", "Usf"):  New constraints.
18673         * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
18674         Adjust for tailcalling through registers.
18675         * config/aarch64/aarch64.h (enum reg_class): New caller save
18676         register class.
18677         (REG_CLASS_NAMES): Likewise.
18678         (REG_CLASS_CONTENTS): Likewise.
18679         * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
18680         Allow tailcalling without decls.
18681
18682 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
18683
18684         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
18685         Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
18686
18687         * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
18688         gsi, and variables v_* to v*.
18689
18690 2014-05-23  Eric Botcazou  <ebotcazou@adacore.com>
18691
18692         * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
18693
18694 2014-05-23  Thomas Schwinge  <thomas@codesourcery.com>
18695
18696         * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
18697         * omp-low.c: Update accordingly.
18698
18699         * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
18700         for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
18701         GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
18702         GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
18703         GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
18704         GF_OMP_TARGET_KIND_UPDATE.
18705
18706         * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
18707         Explicitly enumerate the expected region types.
18708
18709 2014-05-23  Paul Eggert  <eggert@cs.ucla.edu>
18710
18711         PR other/56955
18712         * doc/extend.texi (Function Attributes): Fix  __attribute__ ((malloc))
18713         documentation; the old documentation didn't clearly state the
18714         constraints on the contents of the pointed-to storage.
18715
18716 2014-05-23  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18717
18718         Fix bootstrap error on ia64
18719         * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
18720         Return default value.
18721
18722 2014-05-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18723
18724         PR tree-optimization/54733
18725         * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
18726         (CMPNOP): Define.
18727         (find_bswap_or_nop_load): New.
18728         (find_bswap_1): Renamed to ...
18729         (find_bswap_or_nop_1): This. Also add support for memory source.
18730         (find_bswap): Renamed to ...
18731         (find_bswap_or_nop): This. Also add support for memory source and
18732         detection of bitwise operations equivalent to load in target
18733         endianness.
18734         (execute_optimize_bswap): Likewise. Also move its leading comment back
18735         in place and split statement transformation into ...
18736         (bswap_replace): This.
18737
18738 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
18739
18740         PR rtl-optimization/61215
18741         * lra-elelimination.c (lra_eliminate_regs_1): Don't use
18742         simplify_gen_subreg until final substitution.
18743
18744 2014-05-23  Alan Modra  <amodra@gmail.com>
18745
18746         PR target/61231
18747         * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
18748         * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
18749         Use "Y" constraint rather than "m".
18750
18751 2014-05-23  Kugan Vivekanandarajah  <kuganv@linaro.org>
18752
18753         * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
18754         define.
18755         * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
18756         New function declaration.
18757         * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
18758         AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
18759         AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
18760         (aarch64_init_builtins) : Initialize builtins
18761         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
18762         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
18763         (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
18764         __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
18765         and __builtins_aarch64_set_fpsr.
18766         (aarch64_atomic_assign_expand_fenv): New function.
18767         * config/aarch64/aarch64.md (set_fpcr): New pattern.
18768         (get_fpcr) : Likewise.
18769         (set_fpsr) : Likewise.
18770         (get_fpsr) : Likewise.
18771         (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
18772          and UNSPECV_SET_FPSR.
18773         * doc/extend.texi (AARCH64 Built-in Functions) : Document
18774         __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
18775         __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
18776
18777 2014-05-22  Vladimir Makarov  <vmakarov@redhat.com>
18778
18779         PR rtl-optimization/60969
18780         * ira-costs.c (record_reg_classes): Process NO_REGS for matching
18781         constraints.  Set up mem cost for NO_REGS case.
18782
18783 2014-05-22  Thomas Schwinge  <thomas@codesourcery.com>
18784
18785         * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
18786
18787 2012-05-22  Bernd Schmidt  <bernds@codesourcery.com>
18788
18789         * config/darwin.c: Include "lto-section-names.h".
18790         (LTO_SEGMENT_NAME): Don't define.
18791         * config/i386/winnt.c: Include "lto-section-names.h".
18792         * lto-streamer.c: Include "lto-section-names.h".
18793         * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
18794         * lto-wrapper.c: Include "lto-section-names.h".
18795         (LTO_SECTION_NAME_PREFIX): Don't define.
18796         * lto-section-names.h: New file.
18797         * cgraphunit.c: Include "lto-section-names.h".
18798
18799 2014-05-22  Peter Bergner  <bergner@vnet.ibm.com>
18800
18801         * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
18802
18803 2014-05-22  Richard Earnshaw  <rearnsha@arm.com>
18804
18805         PR target/61208
18806         * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
18807
18808 2014-05-22  Nick Clifton  <nickc@redhat.com>
18809
18810         * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
18811
18812 2014-05-22  Eric Botcazou  <ebotcazou@adacore.com>
18813
18814         * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
18815         -> (T)A transformation to integer types.
18816
18817 2014-05-22  Teresa Johnson  <tejohnson@google.com>
18818
18819         * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
18820         (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
18821         (gcov_rewrite): Use gcov_nonruntime_assert.
18822         (gcov_open): Ditto.
18823         (gcov_write_words): Ditto.
18824         (gcov_write_length): Ditto.
18825         (gcov_read_words): Use gcov_nonruntime_assert, and remove
18826         gcc_assert from IN_LIBGCOV code.
18827         (gcov_read_summary): Use gcov_error to flag profile corruption.
18828         (gcov_sync): Use gcov_nonruntime_assert.
18829         (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
18830         (gcov_histo_index): Use gcov_nonruntime_assert.
18831         (static void gcov_histogram_merge): Ditto.
18832         (compute_working_sets): Ditto.
18833         * gcov-io.h (gcov_nonruntime_assert): Define.
18834         (gcov_error): Define for !IN_LIBGCOV
18835
18836 2014-05-22  Richard Biener  <rguenther@suse.de>
18837
18838         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
18839         BUILT_IN_REALLOC like BUILT_IN_STRDUP.
18840         (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
18841         and deallocation site.
18842         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
18843         Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
18844         passing through the incoming points-to set.
18845         (handle_lhs_call): Use flags argument instead of recomputing it.
18846         (find_func_aliases_for_call): Call handle_lhs_call with proper
18847         call return flags.
18848
18849 2014-05-22  Jakub Jelinek  <jakub@redhat.com>
18850
18851         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
18852         all padding bits in REAL_VALUE_TYPE are cleared.
18853
18854 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18855
18856         Cleanup and improve multipass_dfa_lookahead_guard
18857         * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
18858         (core2i7_first_cycle_multipass_begin,)
18859         (core2i7_first_cycle_multipass_issue,)
18860         (core2i7_first_cycle_multipass_backtrack): Update signature.
18861         * config/ia64/ia64.c
18862         (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
18863         (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
18864         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
18865         hook definition.
18866         (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
18867         ia64_first_cycle_multipass_dfa_lookahead_guard_spec.  Update return
18868         values.
18869         * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
18870         return values.
18871         * doc/tm.texi: Regenerate.
18872         * doc/tm.texi.in
18873         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
18874         * haifa-sched.c (ready_try): Make signed to allow negative values.
18875         (rebug_ready_list_1): Update.
18876         (choose_ready): Simplify.
18877         (sched_extend_ready_list): Update.
18878
18879 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18880
18881         Remove IA64 speculation tweaking flags
18882         * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
18883         speculation tuning flags.
18884         (msched-prefer-non-data-spec-insns,)
18885         (msched-prefer-non-control-spec-insns): Obsolete options.
18886         * haifa-sched.c (choose_ready): Remove handling of
18887         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
18888         * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
18889         and PREFER_NON_DATA_SPEC.
18890         * sel-sched.c (process_spec_exprs): Remove handling of
18891         PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
18892
18893 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18894
18895         Improve scheduling debug output
18896         * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
18897         (advance_one_cycle): Update.
18898         (schedule_insn, queue_to_ready): Add debug printouts.
18899         (debug_ready_list_1): New static function.
18900         (debug_ready_list): Update.
18901         (max_issue): Add debug printouts.
18902         (dump_insn_stream): New static function.
18903         (schedule_block): Use it.  Also better indent printouts.
18904
18905 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
18906
18907         Fix sched_insn debug counter
18908         * haifa-sched.c (schedule_insn): Update.
18909         (struct haifa_saved_data): Add nonscheduled_insns_begin.
18910         (save_backtrack_point, restore_backtrack_point): Update.
18911         (first_nonscheduled_insn): New static function.
18912         (queue_to_ready, choose_ready): Use it.
18913         (schedule_block): Init nonscheduled_insns_begin.
18914         (sched_emit_insn): Update.
18915
18916
18917 2014-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
18918
18919         * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
18920         to GENERAL_REGS.
18921         (aarch64_secondary_reload) : LikeWise.
18922         (aarch64_class_max_nregs) : Remove CORE_REGS.
18923         * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
18924         (REG_CLASS_NAMES) : Likewise.
18925         (REG_CLASS_CONTENTS) : LikeWise.
18926         (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
18927
18928 2014-05-21  Guozhi Wei  <carrot@google.com>
18929
18930         PR target/61202
18931         * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
18932         constraint.
18933         (vqdmulhq_n_s16): Likewise.
18934
18935 2014-05-21  Segher Boessenkool  <segher@kernel.crashing.org>
18936
18937         * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
18938
18939 2014-05-21  Marek Polacek  <polacek@redhat.com>
18940
18941         PR sanitizer/61272
18942         * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
18943
18944 2014-05-21  Martin Jambor  <mjambor@suse.cz>
18945
18946         * doc/invoke.texi (Optimize Options): Document parameters
18947         ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
18948         ipa-cp-array-index-hint-bonus.
18949
18950 2014-05-21  Mark Wielaard  <mjw@redhat.com>
18951
18952         PR debug/16063
18953         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
18954         version >= 3 or not strict DWARF.
18955         * langhooks.h (struct lang_hooks_for_types): Add
18956         enum_underlying_base_type.
18957         * langhooks.c (lhd_enum_underlying_base_type): New function.
18958         * gcc/langhooks.h (struct lang_hooks_for_types): Add
18959         enum_underlying_base_type.
18960         * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
18961         (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
18962         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
18963
18964 2014-05-21  Richard Biener  <rguenther@suse.de>
18965
18966         * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
18967
18968 2014-05-21  John Marino  <gnugcc@marino.st>
18969
18970         * config.gcc (*-*-dragonfly*): New target.
18971         * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
18972         * configure: Regenerate.
18973         * config/dragonfly-stdint.h: New.
18974         * config/dragonfly.h: New.
18975         * config/dragonfly.opt: New.
18976         * config/i386/dragonfly.h: New.
18977         * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
18978
18979 2014-05-21  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
18980
18981         * tree.def (VOID_CST): New.
18982         * tree-core.h (TI_VOID): New.
18983         * tree.h (void_node): New.
18984         * tree.c (tree_node_structure_for_code, tree_code_size)
18985         (iterative_hash_expr): Handle VOID_CST.
18986         (build_common_tree_nodes): Initialize void_node.
18987
18988 2014-05-21  Bernd Schmidt  <bernds@codesourcery.com>
18989
18990         * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
18991         functions.
18992         (reload, calculate_needs_all_insns, reload_as_needed): Use them.
18993
18994         * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
18995         more places.
18996
18997         * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
18998         flag_reorder_blocks_and_partition.
18999         * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
19000
19001 2014-05-21  Oleg Endo  <olegendo@gcc.gnu.org>
19002
19003         PR target/54236
19004         * config/sh/sh.md (*addc_r_1): Rename to addc_t_r.  Remove empty
19005         constraints.
19006         (*addc_r_t): Add new insn_and_split.
19007
19008 2014-05-21  Jakub Jelinek  <jakub@redhat.com>
19009
19010         PR middle-end/61252
19011         * omp-low.c (handle_simd_reference): New function.
19012         (lower_rec_input_clauses): Use it.  Defer adding reference
19013         initialization even for reduction without placeholder if in simd,
19014         handle it properly later on.
19015
19016 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19017
19018         PR tree-optimization/60899
19019         * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
19020         assume all static symbols will have definition wile parsing and
19021         check the do have definition later in compilation; check that
19022         variable referring symbol will be output before concluding that
19023         reference is safe; be conservative for referring local statics;
19024         be more precise about when comdat is output in other partition.
19025
19026 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19027
19028         PR bootstrap/60984
19029         * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
19030         parameter.
19031         * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
19032         (ipa_inline): Loop inline_to_all_callers until no more aliases
19033         are removed.
19034
19035 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19036
19037         * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
19038         set writeonly flag only for vars actually written to.
19039
19040 2014-05-20  Dehao Chen  <dehao@google.com>
19041
19042         * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
19043         and callee count to get clone count.
19044         * tree-inline.c (expand_call_inline): Use callee count instead of bb
19045         count in copy_body.
19046
19047 2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
19048
19049         PR rtl-optimization/61243
19050         * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
19051
19052 2014-05-20  Xinliang David Li  <davidxl@google.com>
19053
19054         * cgraphunit.c (walk_polymorphic_call_targets): Add
19055         dbgcnt and fopt-info support.
19056         * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
19057         * ipa-devirt.c (ipa_devirt): Ditto.
19058         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
19059         * ipa.c (walk_polymorphic_call_targets): Ditto.
19060         * gimple-fold.c (fold_gimple_assign): Ditto.
19061         (gimple_fold_call): Ditto.
19062         * dbgcnt.def: New counter.
19063
19064 2014-05-20  DJ Delorie  <dj@redhat.com>
19065
19066         * config/msp430/msp430.md (split): Don't allow subregs when
19067         splitting SImode adds.
19068         (andneghi): Fix subtraction logic.
19069         * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
19070
19071 2014-05-20  Jan Hubicka  <hubicka@ucw.cz>
19072
19073         * tree.h (DECL_ONE_ONLY): Return true only for externally visible
19074         symbols.
19075         * except.c (switch_to_exception_section, resolve_unique_section,
19076         get_named_text_section, default_function_rodata_section,
19077         align_variable, get_block_for_decl, default_section_type_flags):
19078         Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
19079         * symtab.c (symtab_add_to_same_comdat_group,
19080         symtab_make_decl_local, fixup_same_cpp_alias_visibility,
19081         symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
19082         Likewise.
19083         * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
19084         * bb-reorder.c (pass_partition_blocks::gate): Likewise.
19085         * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
19086         (c6x_function_in_section_p): Likewise.
19087         * config/darwin.c (machopic_select_section): Likewise.
19088         * config/arm/arm.c (arm_function_in_section_p): Likewise.
19089         * config/mips/mips.c (mips_function_rodata_section): Likewise.
19090         * config/mep/mep.c (mep_select_section): LIkewise.
19091         * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
19092
19093 2014-05-20  Eric Botcazou  <ebotcazou@adacore.com>
19094
19095         * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
19096         EH region of calls to pure functions that can throw an exception.
19097         * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
19098         (copy_reference_ops_from_call): Also copy the EH region of the call if
19099         it can throw an exception.
19100
19101 2014-05-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19102
19103         * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
19104         nested VEC_SELECTs that are inverses of each other.
19105
19106 2014-05-20  Richard Biener  <rguenther@suse.de>
19107
19108         * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
19109         (extract_and_process_scc_for_name): not here.
19110         (cond_dom_walker::before_dom_children): Only process
19111         stmts that end the BB in interesting ways.
19112         (run_scc_vn): Mark param uses as visited.
19113
19114 2014-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19115
19116         * config/arm/arm.md (arith_shiftsi): Do not predicate for
19117         arm_restrict_it.
19118
19119 2014-05-20  Nick Clifton  <nickc@redhat.com>
19120
19121         * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
19122         (msp430_gimplify_va_arg_expr): New function.
19123         (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
19124
19125         * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
19126         operand 0 in order to prevent confusion about the number of
19127         registers involved.
19128
19129 2014-05-20  Richard Biener  <rguenther@suse.de>
19130
19131         PR tree-optimization/61221
19132         * tree-ssa-pre.c (el_to_update): Remove.
19133         (eliminate_dom_walker::before_dom_children): Handle released
19134         VDEFs by value-numbering them to the associated VUSE.  Update
19135         stmt immediately for substituted call address.
19136         (eliminate): Remove delayed stmt updating code.
19137         * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
19138         possibly late re-numbered vuses.
19139         (vn_reference_lookup_2): Adjust.
19140         (vn_reference_lookup_pieces): Likewise.
19141         (vn_reference_lookup): Likewise.
19142
19143 2014-05-20  Richard Biener  <rguenther@suse.de>
19144
19145         * config.gcc: Remove need_64bit_hwint.
19146         * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
19147         * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
19148         it to be true.
19149         * config.in: Regenerate.
19150         * configure: Likewise.
19151
19152 2014-05-19  David Wohlferd <dw@LimeGreenSocks.com>
19153
19154         * doc/extend.texi: Create Label Attributes section,
19155         move all label attributes into it and reference it.
19156
19157 2014-05-19  Richard Earnshaw  <rearnsha@arm.com>
19158
19159         * arm.c (thumb1_reorg): When scanning backwards skip anything
19160         that's not a proper insn.
19161
19162 2014-05-19  Richard Biener  <rguenther@suse.de>
19163
19164         PR tree-optimization/61221
19165         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
19166         Do nothing for unreachable blocks.
19167         * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
19168         Improve unreachability detection.
19169
19170 2014-05-19  Richard Biener  <rguenther@suse.de>
19171
19172         PR tree-optimization/61209
19173         * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
19174
19175 2014-05-19  Nick Clifton  <nickc@redhat.com>
19176
19177         * except.c (init_eh): Fix computation of builtin setjmp buffer
19178         size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
19179
19180 2014-05-19  Richard Biener  <rguenther@suse.de>
19181
19182         PR tree-optimization/61184
19183         * tree-vrp.c (is_negative_overflow_infinity): Use
19184         TREE_OVERFLOW_P and do that check first.
19185         (is_positive_overflow_infinity): Likewise.
19186         (is_overflow_infinity): Likewise.
19187         (vrp_operand_equal_p): Properly treat operands with
19188         differing overflow as not equal.
19189
19190 2014-05-19  Bernd Schmidt  <bernds@codesourcery.com>
19191
19192         * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
19193         shift simplification where it was intended.
19194
19195 2014-05-19  Christian Bruel  <christian.bruel@st.com>
19196
19197         PR target/61195
19198         * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
19199
19200 2014-05-19  Richard Sandiford  <r.sandiford@uk.ibm.com>
19201
19202         PR target/61084
19203         * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
19204         than wide_int.
19205
19206 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
19207
19208         * reg-notes.def (CROSSING_JUMP): Likewise.
19209         * rtl.h (rtx_def): Update comment for jump flag.
19210         (CROSSING_JUMP_P): Define.
19211         * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
19212         of a REG_CROSSING_JUMP note.
19213         * cfghooks.c (tidy_fallthru_edges): Likewise.
19214         * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
19215         * emit-rtl.c (try_split): Likewise.
19216         * haifa-sched.c (sched_create_recovery_edges): Likewise.
19217         * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
19218         * jump.c (redirect_jump_2): Likewise.
19219         * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
19220         (relax_delay_slots): Likewise.
19221         * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
19222         (bbit_di): Likewise.
19223         * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
19224         * config/sh/sh.md (jump_compact): Likewise.
19225         * bb-reorder.c (rotate_loop): Likewise.
19226         (pass_duplicate_computed_gotos::execute): Likewise.
19227         (add_reg_crossing_jump_notes): Rename to...
19228         (update_crossing_jump_flags): ...this.
19229         (pass_partition_blocks::execute): Update accordingly.
19230
19231 2014-05-19  Richard Sandiford  <rdsandiford@googlemail.com>
19232
19233         * tree.h: Remove extraneous template <>.
19234
19235 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
19236
19237         * ipa.c (symtab_remove_unreachable_nodes): Remove
19238         symbol from comdat group if its body was eliminated.
19239         (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
19240         * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
19241         (symtab_unregister_node): ... this one.
19242         (verify_symtab_base): More strict checking of comdats.
19243         * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
19244
19245 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
19246
19247         * tree-pass.h (make_pass_ipa_comdats): New pass.
19248         * timevar.def (TV_IPA_COMDATS): New timevar.
19249         * passes.def (pass_ipa_comdats): Add.
19250         * Makefile.in (OBJS): Add ipa-comdats.o
19251         * ipa-comdats.c: New file.
19252
19253 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
19254
19255         * ipa.c (update_visibility_by_resolution_info): New function.
19256         (function_and_variable_visibility): Use it.
19257
19258 2014-05-17  Jan Hubicka  <hubicka@ucw.cz>
19259
19260         * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
19261         New functions.
19262         (FOR_EACH_DEFINED_SYMBOL): New macro.
19263         (varpool_first_static_initializer, varpool_next_static_initializer,
19264         varpool_first_defined_variable, varpool_next_defined_variable):
19265         Fix comments.
19266         (symtab_in_same_comdat_p): Correctly deal with inline functions.
19267
19268 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
19269
19270         * ggc-page.c (ggc_handle_finalizers): Add comment.
19271
19272 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
19273
19274         * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
19275         * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
19276         (ggc_internal_cleared_alloc): Likewise.
19277         * ggc-page.c (finalizer): New class.
19278         (vec_finalizer): Likewise.
19279         (globals::finalizers): New member.
19280         (globals::vec_finalizers): Likewise.
19281         (ggc_internal_alloc): Record the finalizer if any for the block being
19282         allocated.
19283         (ggc_handle_finalizers): New function.
19284         (ggc_collect): Call ggc_handle_finalizers.
19285         * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
19286         finalizer.
19287         (ggc_internal_cleared_alloc): Likewise.
19288         (finalize): New function.
19289         (need_finalization_p): Likewise.
19290         (ggc_alloc): Install the type's destructor as the finalizer if it
19291         might do something.
19292         (ggc_cleared_alloc): Likewise.
19293         (ggc_vec_alloc): Likewise.
19294         (ggc_cleared_vec_alloc): Likewise.
19295
19296 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
19297
19298         * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
19299
19300 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
19301
19302         * alias.c (record_alias_subset): Adjust.
19303         * bitmap.c (bitmap_element_allocate): Likewise.
19304         (bitmap_gc_alloc_stat): Likewise.
19305         * cfg.c (init_flow): Likewise.
19306         (alloc_block): Likewise.
19307         (unchecked_make_edge): Likewise.
19308         * cfgloop.c (alloc_loop): Likewise.
19309         (flow_loops_find): Likewise.
19310         (rescan_loop_exit): Likewise.
19311         * cfgrtl.c (init_rtl_bb_info): Likewise.
19312         * cgraph.c (insert_new_cgraph_node_version): Likewise.
19313         (cgraph_allocate_node): Likewise.
19314         (cgraph_create_edge_1): Likewise.
19315         (cgraph_allocate_init_indirect_info): Likewise.
19316         * cgraphclones.c (cgraph_clone_edge): Likewise.
19317         * cgraphunit.c (add_asm_node): Likewise.
19318         (init_lowered_empty_function): Likewise.
19319         * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
19320         * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
19321         (alpha_use_linkage): Likewise.
19322         * config/arc/arc.c (arc_init_machine_status): Likewise.
19323         * config/arm/arm.c (arm_init_machine_status): Likewise.
19324         * config/avr/avr.c (avr_init_machine_status): Likewise.
19325         * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
19326         * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
19327         * config/cris/cris.c (cris_init_machine_status): Likewise.
19328         * config/darwin.c (machopic_indirection_name): Likewise.
19329         (darwin_build_constant_cfstring): Likewise.
19330         (darwin_enter_string_into_cfstring_table): Likewise.
19331         * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
19332         * config/frv/frv.c (frv_init_machine_status): Likewise.
19333         * config/i386/i386.c (get_dllimport_decl): Likewise.
19334         (ix86_init_machine_status): Likewise.
19335         (assign_386_stack_local): Likewise.
19336         * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
19337         (i386_pe_maybe_record_exported_symbol): Likewise.
19338         (i386_pe_record_stub): Likewise.
19339         * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
19340         * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
19341         * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
19342         (m32c_note_pragma_address): Likewise.
19343         * config/mep/mep.c (mep_init_machine_status): Likewise.
19344         (mep_note_pragma_flag): Likewise.
19345         * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
19346         (mips16_local_alias): Likewise.
19347         (mips_init_machine_status): Likewise.
19348         * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
19349         * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
19350         * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
19351         * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
19352         * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
19353         * config/pa/pa.c (pa_init_machine_status): Likewise.
19354         (pa_get_deferred_plabel): Likewise.
19355         * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
19356         * config/rs6000/rs6000.c (builtin_function_type): Likewise.
19357         (rs6000_init_machine_status): Likewise.
19358         (output_toc): Likewise.
19359         * config/s390/s390.c (s390_init_machine_status): Likewise.
19360         * config/score/score.c (score_output_external): Likewise.
19361         * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
19362         * config/spu/spu.c (spu_init_machine_status): Likewise.
19363         * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
19364         * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
19365         * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
19366         * coverage.c (coverage_end_function): Likewise.
19367         * dbxout.c (dbxout_init): Likewise.
19368         * doc/gty.texi: Don't mention variable_size attribute.
19369         * dwarf2cfi.c (new_cfi): Adjust.
19370         (new_cfi_row): Likewise.
19371         (copy_cfi_row): Likewise.
19372         (create_cie_data): Likewise.
19373         * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
19374         (new_loc_descr): Likewise.
19375         (find_AT_string_in_table): Likewise.
19376         (add_addr_table_entry): Likewise.
19377         (new_die): Likewise.
19378         (add_var_loc_to_decl): Likewise.
19379         (clone_die): Likewise.
19380         (clone_as_declaration): Likewise.
19381         (break_out_comdat_types): Likewise.
19382         (new_loc_list): Likewise.
19383         (add_loc_descr_to_each): Likewise.
19384         (add_location_or_const_value_attribute): Likewise.
19385         (add_linkage_name): Likewise.
19386         (lookup_filename): Likewise.
19387         (dwarf2out_var_location): Likewise.
19388         (new_line_info_table): Likewise.
19389         (dwarf2out_init): Likewise.
19390         (mem_loc_descriptor): Likewise.
19391         (loc_descriptor): Likewise.
19392         (add_const_value_attribute): Likewise.
19393         (tree_add_const_value_attribute): Likewise.
19394         (comp_dir_string): Likewise.
19395         (dwarf2out_vms_debug_main_pointer): Likewise.
19396         (string_cst_pool_decl): Likewise.
19397         * emit-rtl.c (set_mem_attrs): Likewise.
19398         (get_reg_attrs): Likewise.
19399         (start_sequence): Likewise.
19400         (init_emit): Likewise.
19401         (init_emit_regs): Likewise.
19402         * except.c (init_eh_for_function): Likewise.
19403         (gen_eh_region): Likewise.
19404         (gen_eh_region_catch): Likewise.
19405         (gen_eh_landing_pad): Likewise.
19406         (add_call_site): Likewise.
19407         * function.c (add_frame_space): Likewise.
19408         (insert_temp_slot_address): Likewise.
19409         (assign_stack_temp_for_type): Likewise.
19410         (get_hard_reg_initial_val): Likewise.
19411         (allocate_struct_function): Likewise.
19412         (prepare_function_start): Likewise.
19413         (types_used_by_var_decl_insert): Likewise.
19414         * gengtype.c (variable_size_p): Remove function.
19415         (enum alloc_quantity): Remove enum.
19416         (write_typed_alloc_def): Remove function.
19417         (write_typed_struct_alloc_def): Likewise.
19418         (write_typed_typedef_alloc_def): Likewise.
19419         (write_typed_alloc_defns): Likewise.
19420         (main): Adjust.
19421         * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
19422         (ggc_cleared_alloc_ptr_array_two_args): Likewise.
19423         * ggc.h (ggc_alloc): new function.
19424         (ggc_cleared_alloc): Likewise.
19425         (ggc_vec_alloc): Template on type of vector element, and remove
19426         element size argument.
19427         (ggc_cleared_vec_alloc): Likewise.
19428         * gimple.c (gimple_build_omp_for): Adjust.
19429         (gimple_copy): Likewise.
19430         * ipa-cp.c (get_replacement_map): Likewise.
19431         (find_aggregate_values_for_callers_subset): Likewise.
19432         (known_aggs_to_agg_replacement_list): Likewise.
19433         * ipa-devirt.c (get_odr_type): Likewise.
19434         * ipa-prop.c (ipa_node_duplication_hook): Likewise.
19435         (read_agg_replacement_chain): Likewise.
19436         * loop-iv.c (get_simple_loop_desc): Likewise.
19437         * lto-cgraph.c (input_node_opt_summary): Likewise.
19438         * lto-section-in.c (lto_new_in_decl_state): Likewise.
19439         * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
19440         (input_eh_region): Likewise.
19441         (input_eh_lp): Likewise.
19442         (input_cfg): Likewise.
19443         * optabs.c (set_optab_libfunc): Likewise.
19444         (init_tree_optimization_optabs): Likewise.
19445         (set_conv_libfunc): Likewise.
19446         * passes.c (do_per_function_toporder): Likewise.
19447         * rtl.h: Don't use variable_size gty attribute.
19448         * sese.c (if_region_set_false_region): Adjust.
19449         * stringpool.c (gt_pch_save_stringpool): Likewise.
19450         * target-globals.c (save_target_globals): Likewise.
19451         * toplev.c (general_init): Likewise.
19452         * trans-mem.c (record_tm_replacement): Likewise.
19453         (split_bb_make_tm_edge): Likewise.
19454         * tree-cfg.c (move_sese_region_to_fn): Likewise.
19455         * tree-data-ref.h (lambda_vector_new): Likewise.
19456         * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
19457         * tree-iterator.c (tsi_link_before): Likewise.
19458         (tsi_link_after): Likewise.
19459         * tree-scalar-evolution.c (new_scev_info_str): Likewise.
19460         * tree-ssa-loop-niter.c (record_estimate): Likewise.
19461         * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
19462         * tree-ssa-operands.h: Don't use variable_size gty attribute.
19463         * tree-ssa.c (init_tree_ssa): Adjust.
19464         * tree-ssanames.c (set_range_info): Likewise.
19465         (get_ptr_info): Likewise.
19466         (duplicate_ssa_name_ptr_info): Likewise.
19467         (duplicate_ssa_name_range_info): Likewise.
19468         * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
19469         (unpack_ts_fixed_cst_value_fields): Likewise.
19470         * tree.c (build_fixed): Likewise.
19471         (build_real): Likewise.
19472         (build_string): Likewise.
19473         (decl_priority_info): Likewise.
19474         (decl_debug_expr_insert): Likewise.
19475         (decl_value_expr_insert): Likewise.
19476         (decl_debug_args_insert): Likewise.
19477         (type_hash_add): Likewise.
19478         (build_omp_clause): Likewise.
19479         * ubsan.c (decl_for_type_insert): Likewise.
19480         * varasm.c (get_unnamed_section): Likewise.
19481         (get_noswitch_section): Likewise.
19482         (get_section): Likewise.
19483         (get_block_for_section): Likewise.
19484         (create_block_symbol): Likewise.
19485         (build_constant_desc): Likewise.
19486         (create_constant_pool): Likewise.
19487         (force_const_mem): Likewise.
19488         (record_tm_clone_pair): Likewise.
19489         * varpool.c (varpool_create_empty_node): Likewise.
19490
19491 2014-05-17  Trevor Saunders  <tsaunders@mozilla.com>
19492
19493         * dwarf2out.c (tree_add_const_value_attribute): Call
19494         ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
19495         * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
19496         instead of ggc_internal_<x>alloc_stat.
19497         * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
19498         (ggc_realloc): Likewise.
19499         * ggc-none.c (ggc_internal_alloc): Likewise.
19500         (ggc_internal_cleared_alloc): Likewise.
19501         * ggc-page.c: Likewise.
19502         * ggc.h (ggc_internal_alloc_stat): Likewise.
19503         (ggc_internal_alloc): Remove macro.
19504         (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
19505         (ggc_internal_cleared_alloc): Remove macro.
19506         (GGC_RESIZEVEC): Adjust.
19507         (ggc_resizevar): Remove macro.
19508         (ggc_internal_vec_alloc_stat): Drop _stat suffix.
19509         (ggc_internal_cleared_vec_alloc_stat): Likewise.
19510         (ggc_internal_vec_cleared_alloc): Remove macro.
19511         (ggc_alloc_atomic_stat): Drop _stat suffix.
19512         (ggc_alloc_atomic): Remove macro.
19513         (ggc_alloc_cleared_atomic): Remove macro.
19514         (ggc_alloc_string_stat): Drop _stat suffix.
19515         (ggc_alloc_string): Remove macro.
19516         (ggc_alloc_rtx_def_stat): Adjust.
19517         (ggc_alloc_tree_node_stat): Likewise.
19518         (ggc_alloc_cleared_tree_node_stat): Likewise.
19519         (ggc_alloc_cleared_gimple_statement_stat): Likewise.
19520         (ggc_alloc_cleared_simd_clone_stat): Likewise.
19521         * gimple.c (gimple_build_omp_for): Likewise.
19522         (gimple_copy): Likewise.
19523         * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
19524         * toplev.c (realloc_for_line_map): Adjust.
19525         * tree-data-ref.h (lambda_vector_new): Likewise.
19526         * tree-phinodes.c (allocate_phi_node): Likewise.
19527         * tree.c (grow_tree_vec_stat): Likewise.
19528         * vec.h (va_gc::reserve): Adjust.
19529
19530 2014-05-17  Ajit Agarwal  <ajitkum@xilinx.com>
19531
19532         * config/microblaze/microblaze.c (break_handler): New Declaration.
19533         (microblaze_break_function_p,microblaze_is_break_handler): New.
19534         (compute_frame_size): Use microblaze_break_function_p.
19535         Add the test of break_handler.
19536         (microblaze_function_prologue) : Add the test of variable
19537         break_handler.  Check the fnname by BREAK_HANDLER_NAME.
19538         (microblaze_function_epilogue) : Add the test of break_handler.
19539         (microblaze_globalize_label) : Add the test of break_handler.
19540         Check the name by BREAK_HANDLER_NAME.
19541
19542         * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
19543
19544         * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
19545         microblaze_is_break_handler test.
19546         (call_internal1,call_value_intern): Use microblaze_break_function_p.
19547         Use SYMBOL_REF_DECL.
19548
19549         * config/microblaze/microblaze-protos.h
19550         (microblaze_break_function_p,microblaze_is_break_handler):
19551         New Declaration.
19552
19553         * doc/extend.texi (MicroBlaze break_handler Functions): Document
19554         new MicroBlaze break_handler functions.
19555
19556 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
19557
19558         * doc/extend.texi (Size of an asm): Move node text according
19559         to its @menu entry position.
19560
19561 2014-05-17  Marc Glisse  <marc.glisse@inria.fr>
19562
19563         PR tree-optimization/61140
19564         PR tree-optimization/61150
19565         PR tree-optimization/61197
19566         * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
19567
19568 2014-05-17  Uros Bizjak  <ubizjak@gmail.com>
19569
19570         * doc/invoke.texi (free): Mention Alpha.  Also enabled at -Os.
19571
19572 2014-05-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
19573
19574         * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
19575         __SIZEOF_INT128__ is defined.
19576
19577 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
19578
19579         * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
19580         (rs6000_delegitimize_address): Use it.
19581
19582 2014-05-17  Richard Sandiford  <rdsandiford@googlemail.com>
19583
19584         * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
19585         inplace argument.  Store the new address in the original MEM when true.
19586         * emit-rtl.c (change_address_1): Likewise.
19587         (adjust_address_1, adjust_automodify_address_1, offset_address):
19588         Update accordingly.
19589         * rtl.h (plus_constant): Add an inplace argument.
19590         * explow.c (plus_constant): Likewise.  Try to reuse the original PLUS
19591         when true.  Avoid generating (plus X (const_int 0)).
19592         * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
19593         in-place.  Pass true to plus_constant.
19594         (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
19595
19596 2014-05-16  Dehao Chen  <dehao@google.com>
19597
19598         * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
19599
19600 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
19601
19602         PR target/54089
19603         * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
19604         patterns.
19605         * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
19606
19607 2014-05-16  Dehao Chen  <dehao@google.com>
19608
19609         * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
19610         optimize_function_for_size_p.
19611         * regs.h (REG_FREQ_FROM_BB): Likewise.
19612
19613 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
19614
19615         PR target/51244
19616         * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
19617         negt_reg_operand cases.
19618         * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
19619         predicate.
19620         * config/sh/predicates.md (cbranch_treg_value): Simplify.
19621
19622 2014-05-16  Oleg Endo  <olegendo@gcc.gnu.org>
19623
19624         * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
19625         target variants.
19626
19627 2014-05-16  David Malcolm  <dmalcolm@redhat.com>
19628
19629         Revert:
19630         2014-04-29  David Malcolm  <dmalcolm@redhat.com>
19631
19632         * tree-cfg.c (dump_function_to_file): Dump the return type of
19633         functions, in a line to itself before the function body, mimicking
19634         the layout of a C function.
19635
19636 2014-05-16  Dehao Chen  <dehao@google.com>
19637
19638         * cfghooks.c (make_forwarder_block): Use direct computation to
19639         get fall-through edge's count and frequency.
19640
19641 2014-05-16  Benno Schulenberg  <bensberg@justemail.net>
19642
19643         * config/arc/arc.c (arc_init): Fix typo in error message.
19644         * config/i386/i386.c (ix86_expand_builtin): Likewise.
19645         (split_stack_prologue_scratch_regno): Likewise.
19646         * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
19647         word from error message.
19648
19649 2014-05-16  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
19650
19651         * ira-costs.c: Fix typo in comment.
19652
19653 2014-05-16  David Wohlferd <dw@LimeGreenSocks.com>
19654
19655         * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
19656
19657 2014-05-16  Jan Hubicka  <hubicka@ucw.cz>
19658
19659         * varpool.c (dump_varpool_node): Dump write-only flag.
19660         * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
19661         write-only flag.
19662         * tree-cfg.c (execute_fixup_cfg): Remove statements setting
19663         write-only variables.
19664         * ipa.c (process_references): New function.
19665         (set_readonly_bit): New function.
19666         (set_writeonly_bit): New function.
19667         (clear_addressable_bit): New function.
19668         (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
19669         fix handling of aliases.
19670         * cgraph.h (struct varpool_node): Add writeonly flag.
19671
19672 2014-05-16  Vladimir Makarov  <vmakarov@redhat.com>
19673
19674         PR rtl-optimization/60969
19675         * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
19676         Calculate costs for this case.
19677
19678 2014-05-16  Eric Botcazou  <ebotcazou@adacore.com>
19679
19680         * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
19681         <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
19682
19683 2014-05-16  Richard Biener  <rguenther@suse.de>
19684
19685         PR tree-optimization/61194
19686         * tree-vect-patterns.c (adjust_bool_pattern): Also handle
19687         bool patterns ending in a COND_EXPR.
19688
19689 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19690
19691         * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
19692
19693 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19694
19695         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
19696         where we were unable to cost an RTX.
19697
19698 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19699
19700         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
19701         HIGH, LO_SUM.
19702
19703 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19704             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19705
19706         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
19707
19708 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19709             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19710
19711         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
19712         FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
19713
19714 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19715             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19716
19717         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
19718         operators.
19719
19720 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19721             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19722
19723         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
19724         DIV/MOD.
19725
19726 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19727             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19728
19729         * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
19730         (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
19731
19732 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19733             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19734
19735         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
19736         rotates and shifts.
19737
19738 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19739             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19740
19741         * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
19742         ZERO_EXTEND and SIGN_EXTEND better.
19743
19744 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19745             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19746
19747         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
19748         logical operations.
19749
19750 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19751             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19752
19753         * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
19754         costs when costing loads and stores to memory.
19755
19756 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19757             Philip Tomsich  <philipp.tomsich@theobroma-systems.com>
19758
19759         * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
19760         for SET RTX.
19761
19762 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19763
19764         * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
19765
19766 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19767             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19768
19769         * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
19770         to...
19771         (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
19772         well formed.
19773         (aarch64_rtx_mult_cost): New.
19774         (aarch64_rtx_costs): Use it, refactor as appropriate.
19775
19776 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19777             Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
19778
19779         * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
19780         emit instructions, return number of instructions which would
19781         be emitted.
19782         (aarch64_add_constant): Update call to aarch64_build_constant.
19783         (aarch64_output_mi_thunk): Likewise.
19784         (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
19785         a CONST_DOUBLE.
19786
19787 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19788
19789         * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
19790         (TARGET_RTX_COSTS): Call it.
19791
19792 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19793
19794         * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
19795         (cortexa57_vector_cost): Likewise.
19796         (cortexa57_tunings): Use them.
19797
19798 2014-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
19799
19800         * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
19801         (cpu_addrcost_table): Use it.
19802         * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
19803         (aarch64_address_cost): Rewrite using aarch64_classify_address,
19804         move it.
19805
19806 2014-05-16  Richard Biener  <rguenther@suse.de>
19807
19808         * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
19809         (set_ssa_val_to): Handle unexpected sets to VN_TOP.
19810         (visit_phi): Ignore edges marked as not executable.
19811         (class cond_dom_walker): New.
19812         (cond_dom_walker::before_dom_children): Value-number
19813         control statements and mark successor edges as not
19814         executable if possible.
19815         (run_scc_vn): First walk all control statements in
19816         dominator order, marking edges as not executable.
19817         * tree-inline.c (copy_edges_for_bb): Be not confused
19818         about random edge flags.
19819
19820 2014-05-16  Richard Biener  <rguenther@suse.de>
19821
19822         * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
19823
19824 2014-05-15  Peter Bergner  <bergner@vnet.ibm.com>
19825
19826         PR target/61193
19827         * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
19828         (__TM_simple_begin): Use it.
19829         (__TM_begin): Likewise.
19830
19831 2014-05-15  Martin Jambor  <mjambor@suse.cz>
19832
19833         PR ipa/61085
19834         * ipa-prop.c (update_indirect_edges_after_inlining): Check
19835         type_preserved flag when the indirect edge is polymorphic.
19836
19837 2014-05-15  Martin Jambor  <mjambor@suse.cz>
19838
19839         PR tree-optimization/61090
19840         * tree-sra.c (sra_modify_expr): Pass the current gsi to
19841         build_ref_for_model.
19842
19843 2014-05-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19844
19845         * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
19846         enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
19847
19848 2014-05-15  Jakub Jelinek  <jakub@redhat.com>
19849
19850         PR tree-optimization/61158
19851         * fold-const.c (fold_binary_loc): If X is zero-extended and
19852         shiftc >= prec, make sure zerobits is all ones instead of
19853         invoking undefined behavior.
19854
19855 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
19856
19857         * regcprop.h: New file.
19858         * regcprop.c (skip_debug_insn_p): New decl.
19859         (replace_oldest_value_reg): Check skip_debug_insn_p.
19860         (copyprop_hardreg_forward_bb_without_debug_insn): New function.
19861         * shrink-wrap.c: Include regcprop.h.
19862         (prepare_shrink_wrap): Call
19863         copyprop_hardreg_forward_bb_without_debug_insn.
19864
19865 2014-05-15  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
19866
19867         * shrink-wrap.h: Update comment.
19868         * shrink-wrap.c: Update comment.
19869         (next_block_for_reg): Rename to live_edge_for_reg.
19870         (live_edge_for_reg): Allow live_edge->dest has two predecessors.
19871         (move_insn_for_shrink_wrap): Split live_edge.
19872         (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
19873
19874 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
19875
19876         * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
19877         Delete.
19878         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
19879         * config/sparc/sparc.md (fptype_ut699): New attribute.
19880         (in_branch_delay): Return false if -mfix-ut699 is specified and
19881         fptype_ut699 is set to single.
19882         (truncdfsf2): Add fptype_ut699 attribute.
19883         (fix_truncdfsi2): Likewise.
19884         (floatsisf2): Change fptype attribute.
19885         (fix_truncsfsi2): Likewise.
19886         (negtf2_notv9): Delete.
19887         (negtf2_v9): Likewise.
19888         (negtf2_hq): New instruction.
19889         (negtf2): New instruction and splitter.
19890         (negdf2_notv9): Rewrite.
19891         (abstf2_notv9): Delete.
19892         (abstf2_hq_v9): Likewise.
19893         (abstf2_v9): Likewise.
19894         (abstf2_hq): New instruction.
19895         (abstf2): New instruction and splitter.
19896         (absdf2_notv9): Rewrite.
19897
19898 2014-05-14  Cary Coutant  <ccoutant@google.com>
19899
19900         PR debug/61013
19901         * opts.c (common_handle_option): Don't special-case "-g".
19902         (set_debug_level): Default to at least level 2 with "-g".
19903
19904 2014-05-14  DJ Delorie  <dj@redhat.com>
19905
19906         * config/msp430/msp430.c (msp430_builtin): Add
19907         MSP430_BUILTIN_DELAY_CYCLES.
19908         (msp430_init_builtins): Register void __delay_cycles(long long).
19909         (msp430_builtin_decl): Add it.
19910         (cg_magic_constant): New.
19911         (msp430_expand_delay_cycles): New.
19912         (msp430_expand_builtin): Call it.
19913         (msp430_print_operand_raw): Change integer printing from "int" to
19914         HOST_WIDE_INT.
19915         * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
19916         (delay_cycles_start): New.
19917         (delay_cycles_end): New.
19918         (delay_cycles_32): New.
19919         (delay_cycles_32x): New.
19920         (delay_cycles_16): New.
19921         (delay_cycles_16x): New.
19922         (delay_cycles_2): New.
19923         (delay_cycles_1): New.
19924         * doc/extend.texi: Document __delay_cycles().
19925
19926 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
19927
19928         * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
19929         length attribute computation.
19930
19931 2014-05-14  Richard Sandiford  <rdsandiford@googlemail.com>
19932
19933         PR debug/61188
19934         * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
19935
19936 2014-05-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
19937
19938         PR target/61084
19939         * config/sparc/sparc.md: Fix types of low and high in DI constant
19940         splitter.  Use gen_int_mode in some other splitters.
19941
19942 2014-05-14  Martin Jambor  <mjambor@suse.cz>
19943
19944         PR ipa/60897
19945         * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
19946
19947 2014-05-14  James Norris  <jnorris@codesourcery.com>
19948
19949         * omp-low.c (expand_parallel_call): Remove shadow variable.
19950         (expand_omp_taskreg): Likewise.
19951
19952 2014-05-14  Ilya Tocar  <ilya.tocar@intel.com>
19953
19954         * common/config/i386/i386-common.c
19955         (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
19956         (OPTION_MASK_ISA_XSAVES_SET): Ditto.
19957         (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
19958         (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
19959         (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
19960         (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
19961         (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
19962         * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
19963         xsavecintrin.h, xsavesintrin.h.
19964         (x86_64-*-*): Ditto.
19965         * config/i386/clflushoptintrin.h: New.
19966         * config/i386/xsavecintrin.h: Ditto.
19967         * config/i386/xsavesintrin.h: Ditto.
19968         * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
19969         (bit_XSAVES): Ditto.
19970         (bit_XSAVES): Ditto.
19971         * config/i386/driver-i386.c (host_detect_local_cpu): Handle
19972         -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
19973         -mno-clflushopt.
19974         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
19975         OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
19976         OPTION_MASK_ISA_XSAVES.
19977         * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
19978         -mxsavec, -mxsaves.
19979         (PTA_CLFLUSHOPT) Define.
19980         (PTA_XSAVEC): Ditto.
19981         (PTA_XSAVES): Ditto.
19982         (ix86_option_override_internal): Handle new options.
19983         (ix86_valid_target_attribute_inner_p): Ditto.
19984         (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
19985         IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
19986         IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
19987         (bdesc_special_args): Add __builtin_ia32_xsaves,
19988         __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
19989         __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
19990         (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
19991         (ix86_expand_builtin): Handle new builtins.
19992         * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
19993         (TARGET_CLFLUSHOPT_P): Ditto.
19994         (TARGET_XSAVEC): Ditto.
19995         (TARGET_XSAVEC_P): Ditto.
19996         (TARGET_XSAVES): Ditto.
19997         (TARGET_XSAVES_P): Ditto.
19998         * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
19999         (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
20000         (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
20001         (ANY_XRSTOR): New.
20002         (ANY_XRSTOR64): Ditto.
20003         (xrstor): Ditto.
20004         (xrstor): Change into <xrstor>.
20005         (xrstor_rex64): Change into <xrstor>_rex64.
20006         (xrstor64): Change into <xrstor>64
20007         (clflushopt): New.
20008         * config/i386/i386.opt (mclflushopt): New.
20009         (mxsavec): Ditto.
20010         (mxsaves): Ditto.
20011         * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
20012         xsavecintrin.h.
20013         * doc/invoke.texi: Document new options.
20014
20015 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
20016
20017         PR rtl-optimization/60866
20018         * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
20019         Default it to -1.  Pass it down to init_simplejump_data.
20020         (init_simplejump_data): New parameter old_seqno.  Pass it down
20021         to get_seqno_for_a_jump.
20022         (get_seqno_for_a_jump): New parameter old_seqno.  Use it for
20023         initializing new jump seqno as a last resort.  Add comment.
20024         (sel_redirect_edge_and_branch): Save old seqno of the conditional
20025         jump and pass it down to sel_init_new_insn.
20026         (sel_redirect_edge_and_branch_force): Likewise.
20027
20028 2014-05-14  Georg-Johann Lay  <avr@gjlay.de>
20029
20030         * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
20031         shifted values to avoid build warning.
20032
20033 2014-05-14  Eric Botcazou  <ebotcazou@adacore.com>
20034
20035         * cfgcleanup.c (try_forward_edges): Use location_t for locations.
20036         * cfgrtl.c (rtl_merge_blocks): Fix comment.
20037         (cfg_layout_merge_blocks): Likewise.
20038         * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
20039
20040 2014-05-14  Andrey Belevantsev  <abel@ispras.ru>
20041
20042         PR rtl-optimization/60901
20043         * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
20044         bb predecessor belongs to the same scheduling region.  Adjust comment.
20045
20046 2014-05-13  Peter Bergner  <bergner@vnet.ibm.com>
20047
20048         * doc/sourcebuild.texi: (dfp_hw): Document.
20049         (p8vector_hw): Likewise.
20050         (powerpc_eabi_ok): Likewise.
20051         (powerpc_elfv2): Likewise.
20052         (powerpc_htm_ok): Likewise.
20053         (ppc_recip_hw): Likewise.
20054         (vsx_hw): Likewise.
20055
20056 2014-05-13  Cary Coutant  <ccoutant@google.com>
20057
20058         * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
20059
20060 2014-05-13  David Malcolm  <dmalcolm@redhat.com>
20061
20062         * gengtype-parse.c (require3): Eliminate in favor of...
20063         (require4): New.
20064         (require_template_declaration): Update to support optional single *
20065         on a type.
20066
20067         * gengtype.c (get_ultimate_base_class): Add a non-const overload.
20068         (create_user_defined_type): Handle a single level of explicit
20069         pointerness within template arguments.
20070         (struct write_types_data): Add field "kind".
20071         (filter_type_name): Handle "*" character.
20072         (write_user_func_for_structure_ptr): Require a write_types_data
20073         rather than just a prefix string, so that we can look up the kind
20074         of the wtd and use it as an index into wrote_user_func_for_ptr,
20075         ensuring that such functions are written at most once.  Support
20076         subclasses by invoking the marking function of the ultimate base class.
20077         (write_user_func_for_structure_body): Require a write_types_data
20078         rather than just a prefix string, so that we can pass this to
20079         write_user_func_for_structure_ptr.
20080         (write_func_for_structure): Likewise.
20081         (ggc_wtd): Add initializer of new "kind" field.
20082         (pch_wtd): Likewise.
20083
20084         * gengtype.h (enum write_types_kinds): New.
20085         (struct type): Add field wrote_user_func_for_ptr to the "s"
20086         union member.
20087
20088 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
20089
20090         * fold-const.c (optimize_bit_field_compare): Use wi:: operations
20091         instead of const_binop.
20092         (fold_binary_loc): Likewise.
20093
20094 2014-05-13  Richard Sandiford  <r.sandiford@uk.ibm.com>
20095
20096         * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
20097         calculation to match get_ref_base_and_extent.
20098
20099 2014-05-13  Catherine Moore  <clm@codesourcery.com>
20100             Sandra Loosemore  <sandra@codesourcery.com>
20101
20102         * configure.ac: Fix assembly for explicit JALR relocation check.
20103         * configure: Regenerate.
20104
20105 2014-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20106
20107         * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
20108         (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
20109         Remove associated type declarations and initialisations.
20110         (arm_expand_neon_builtin): Likewise.
20111         (neon_emit_pair_result_insn): Delete.
20112         * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
20113         * config/arm/neon.md (neon_vtrn<mode>): Delete.
20114         (neon_vzip<mode>): Likewise.
20115         (neon_vuzp<mode>): Likewise.
20116
20117 2014-05-13  Richard Biener  <rguenther@suse.de>
20118
20119         PR ipa/60973
20120         * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
20121         it needs revisiting whether the call still may be tail-called.
20122
20123 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20124
20125         * rtl.def (SYMBOL_REF): Remove middle "0" field.
20126         * rtl.h (block_symbol): Reduce number of fields to 2.
20127         (rtx_def): Add u2.symbol_ref_flags.
20128         (SYMBOL_REF_FLAGS): Use it.
20129         (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
20130         (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
20131         * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
20132         Lower index of SYMBOL_REF_DATA.
20133         * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
20134         Print SYMBOL_REF_FLAGS at the same time.
20135         * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
20136
20137 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20138
20139         * rtl.def (VAR_LOCATION): Remove "i" field.
20140         * rtl.h (rtx_def): Add u2.var_location_status.
20141         (PAT_VAR_LOCATION_STATUS): Use it.
20142         (gen_rtx_VAR_LOCATION): Declare.
20143         * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
20144         * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
20145         * var-tracking.c (emit_note_insn_var_location): Remove casts.
20146
20147 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20148
20149         * rtl.def (scratch): Fix outdated comment and remove "0" field.
20150         * gengtype.c (adjust_field_rtx_def): Update accordingly.
20151
20152 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20153
20154         * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
20155         (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
20156         * rtl.h (rtx_def): Add insn_uid to u2 field.
20157         (RTX_FLAG_CHECK8): Delete in favor of...
20158         (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
20159         (INSN_DELETED_P): Update accordingly.
20160         (INSN_UID): Use u2.insn_uid.
20161         (INSN_CHAIN_CODE_P): Define.
20162         (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
20163         (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
20164         (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
20165         (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
20166         (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
20167         indices accordingly.
20168         * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
20169         Update indices for insn-chain rtxes.
20170         * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
20171         (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
20172         * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
20173         * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
20174         * combine.c (try_combine): Likewise.
20175         * ira.c (setup_prohibited_mode_move_regs): Likewise.
20176
20177 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20178
20179         * rtl.def (REG): Remove middle field.
20180         * rtl.h (rtx_def): Add orignal_regno to u2.
20181         (ORIGINAL_REGNO): Use it instead of field 1.
20182         (REG_ATTRS): Lower field index accordingly.
20183         * gengtype.c (adjust_field_rtx_def): Remove handling of
20184         ORIGINAL_REGNO.  Move REG_ATTRS index down.
20185         * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
20186         code that prints the REGNO.
20187
20188 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20189
20190         * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
20191         GENERATOR_FILE.
20192
20193 2014-05-13  Richard Sandiford  <rdsandiford@googlemail.com>
20194
20195         * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
20196
20197 2014-05-13  Bin Cheng  <bin.cheng@arm.com>
20198
20199         * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
20200         (alloc_iv): Lower base expressions containing ADDR_EXPR.
20201
20202 2014-05-13  Ian Bolton  <ian.bolton@arm.com>
20203
20204         * config/aarch64/aarch64-protos.h
20205         (aarch64_hard_regno_caller_save_mode): New prototype.
20206         * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
20207         New function.
20208         * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
20209
20210 2014-05-13  Christian Bruel  <christian.bruel@st.com>
20211
20212         * target.def (mode_switching): New hook vector.
20213         (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
20214         (mode_exit, modepriority_to_mode): Likewise.
20215         * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
20216         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20217         * target.h: Include tm.h and hard-reg-set.h.
20218         * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
20219         (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
20220         * doc/tm.texi Regenerate.
20221         * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
20222         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20223         * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
20224         (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
20225         * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
20226         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20227         * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
20228         (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
20229         * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
20230         (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
20231         (ix86_emit_mode_set): Hookify.
20232         * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
20233         Delete.
20234         (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20235         * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
20236         (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
20237         (epiphany_mode_priority_to_mode): Remove declaration.
20238         * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
20239         (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
20240         (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
20241         Likewise.
20242         (epiphany_mode_priority_to_mode): Change priority type.  Hookify.
20243         (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
20244         (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
20245
20246 2014-05-13  Jakub Jelinek  <jakub@redhat.com>
20247
20248         PR target/61060
20249         * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
20250         is const0_rtx, return immediately.  Don't test count == 0 when
20251         it is always true.
20252
20253 2014-05-13  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
20254
20255         * Makefile.in: add shrink-wrap.o.
20256         * config/i386/i386.c: include "shrink-wrap.h"
20257         * function.c: Likewise.
20258         (requires_stack_frame_p, next_block_for_reg,
20259         move_insn_for_shrink_wrap, prepare_shrink_wrap,
20260         dup_block_and_redirect): Move to shrink-wrap.c
20261         (thread_prologue_and_epilogue_insns): Extract three code segments
20262         as functions in shrink-wrap.c
20263         * function.h: Move #ifdef HAVE_simple_return ... #endif block to
20264         shrink-wrap.h
20265         * shrink-wrap.c: New file.
20266         * shrink-wrap.h: New file.
20267
20268 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
20269
20270         * doc/extend.texi: Reflect current numbers of pragmas.  Remove
20271         reference to Solaris.
20272
20273 2014-05-12  Mike Stump  <mikestump@comcast.net>
20274
20275         PR other/31778
20276         * genattrtab.c (filename): Add.
20277         (convert_set_attr_alternative): Improve error message.
20278         (check_defs): Restore read_md_filename for error messages.
20279         (gen_insn): Save filename.
20280
20281 2014-05-12  Dimitris Papavasiliou  <dpapavas@gmail.com>
20282
20283         * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
20284         -fno-local-ivars and -fivar-visibility.
20285         * c-family/c.opt: Make -Wshadow also implicitly enable
20286         -Wshadow-ivar.
20287
20288 2014-05-12  David Wohlferd  <dw@LimeGreenSocks.com>
20289
20290         * doc/tm.texi: Remove reference to deleted macro.
20291         * doc/tm.texi.in: Likewise.
20292
20293 2014-05-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
20294
20295         PR target/60991
20296         * config/avr/avr.c (avr_out_store_psi): Use correct constant
20297         to restore Y.
20298
20299 2014-05-12  Georg-Johann Lay  <avr@gjlay.de>
20300
20301         PR libgcc/61152
20302         * config/arm/arm.h (License): Add GCC Runtime Library Exception.
20303         * config/arm/aout.h (License): Same.
20304         * config/arm/bpabi.h (License): Same.
20305         * config/arm/elf.h (License): Same.
20306         * config/arm/linux-elf.h (License): Same.
20307         * config/arm/linux-gas.h (License): Same.
20308         * config/arm/netbsd-elf.h (License): Same.
20309         * config/arm/uclinux-eabi.h (License): Same.
20310         * config/arm/uclinux-elf.h (License): Same.
20311         * config/arm/vxworks.h (License): Same.
20312
20313 2014-05-11  Jakub Jelinek  <jakub@redhat.com>
20314
20315         * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
20316         * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
20317         number of operands to 3.
20318         (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
20319         * tree-nested.c (convert_nonlocal_omp_clauses,
20320         convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
20321         * gimplify.c (gimplify_scan_omp_clauses): Handle
20322         OMP_CLAUSE_LINEAR_STMT.
20323         * omp-low.c (lower_rec_input_clauses): Fix typo.
20324         (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
20325         cast between Fortran boolean_type_node and C _Bool if
20326         needed.
20327
20328 2014-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
20329
20330         PR tree-optimization/61136
20331         * wide-int.h (multiple_of_p): Define a version that doesn't return
20332         the quotient.
20333         * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
20334         integer_zerop/const_binop pair.
20335         (multiple_of_p): Likewise, converting both operands to widest_int
20336         precision.
20337
20338 2014-05-09  Teresa Johnson  <tejohnson@google.com>
20339
20340         * cgraphunit.c (analyze_functions): Use correct dump file.
20341
20342 2014-05-09  Florian Weimer  <fweimer@redhat.com>
20343
20344         * cfgexpand.c (stack_protect_decl_p): New function, extracted from
20345         expand_used_vars.
20346         (stack_protect_return_slot_p): New function.
20347         (expand_used_vars): Call stack_protect_decl_p and
20348         stack_protect_return_slot_p for -fstack-protector-strong.
20349
20350 2014-05-09  David Wohlferd <LimeGreenSocks@yahoo.com>
20351         Andrew Haley <aph@redhat.com>
20352         Richard Sandiford <rdsandiford@googlemail.com>
20353
20354         * doc/extend.texi: Rewrite inline asm page / re-org asm-related
20355         pages.
20356
20357 2014-05-09  Kenneth Zadeck  <zadeck@naturalbridge.com>
20358
20359         PR middle-end/61111
20360         * fold-const.c (fold_binary_loc): Changed width of mask.
20361
20362 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
20363
20364         * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
20365         unsigned int initializers for regno_in, regno_out.
20366
20367 2014-05-09  Georg-Johann Lay  <avr@gjlay.de>
20368
20369         PR target/61055
20370         * config/avr/avr.md (cc): Add new attribute set_vzn.
20371         (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
20372         Set cc insn attribute to set_vzn instead of set_zn for alternatives
20373         with INC, DEC or NEG.
20374         * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
20375         (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
20376         INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
20377
20378 2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20379
20380         Revert:
20381         2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20382
20383         * wide-int.cc (UTItype): Define.
20384         (UDWtype): Define for appropriate W_TYPE_SIZE.
20385
20386 2014-05-09  Richard Biener  <rguenther@suse.de>
20387
20388         * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
20389         * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
20390         (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
20391         (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
20392         ssa_propagate): Adjust.
20393
20394 2014-05-08  Jeff Law  <law@redhat.com>
20395
20396         PR tree-optimization/61009
20397         * tree-ssa-threadedge.c (thread_through_normal_block): Return a
20398         tri-state rather than a boolean.  When a block is too big to
20399         thread through, inform caller via negative return value.
20400         (thread_across_edge): If a block was too big for normal threading,
20401         then it's too big for a joiner too, so remove temporary equivalences
20402         and return immediately.
20403
20404 2014-05-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
20405             Matthias Klose  <doko@ubuntu.com>
20406
20407         PR driver/61106
20408         * optc-gen.awk: Fix option handling for -Wunused-parameter.
20409
20410 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
20411
20412         PR target/59952
20413         * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
20414
20415 2014-05-08  Uros Bizjak  <ubizjak@gmail.com>
20416
20417         PR target/61092
20418         * config/alpha/alpha.c: Include gimple-iterator.h.
20419         (alpha_gimple_fold_builtin): New function.  Move
20420         ALPHA_BUILTIN_UMULH folding from ...
20421         (alpha_fold_builtin): ... here.
20422         (TARGET_GIMPLE_FOLD_BUILTIN): New define.
20423
20424 2014-05-08  Wei Mi  <wmi@google.com>
20425
20426         PR target/58066
20427         * config/i386/i386.c (ix86_compute_frame_layout): Update
20428         preferred_stack_boundary for call, expanded from tls descriptor.
20429         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
20430         to depend on SP register.
20431         (*tls_local_dynamic_base_32_gnu): Ditto.
20432         (*tls_local_dynamic_32_once): Ditto.
20433         (tls_global_dynamic_64_<mode>): Set
20434         ix86_tls_descriptor_calls_expanded_in_cfun.
20435         (tls_local_dynamic_base_64_<mode>): Ditto.
20436         (tls_global_dynamic_32): Set
20437         ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
20438         to depend on SP register.
20439         (tls_local_dynamic_base_32): Ditto.
20440
20441 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20442
20443         * config/arm/arm_neon.h: Update comment.
20444         * config/arm/neon-docgen.ml: Delete.
20445         * config/arm/neon-gen.ml: Delete.
20446         * doc/arm-neon-intrinsics.texi: Update comment.
20447
20448 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20449
20450         * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
20451         and v4sf versions.
20452         (vand, vorr, veor, vorn, vbic): Remove.
20453         * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
20454         iterator.
20455         (neon_vsub_unspec): Likewise.
20456         (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
20457
20458 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20459
20460         * config/arm/arm_neon.h (vadd_s8): GNU C implementation
20461         (vadd_s16): Likewise.
20462         (vadd_s32): Likewise.
20463         (vadd_f32): Likewise.
20464         (vadd_u8): Likewise.
20465         (vadd_u16): Likewise.
20466         (vadd_u32): Likewise.
20467         (vadd_s64): Likewise.
20468         (vadd_u64): Likewise.
20469         (vaddq_s8): Likewise.
20470         (vaddq_s16): Likewise.
20471         (vaddq_s32): Likewise.
20472         (vaddq_s64): Likewise.
20473         (vaddq_f32): Likewise.
20474         (vaddq_u8): Likewise.
20475         (vaddq_u16): Likewise.
20476         (vaddq_u32): Likewise.
20477         (vaddq_u64): Likewise.
20478         (vmul_s8): Likewise.
20479         (vmul_s16): Likewise.
20480         (vmul_s32): Likewise.
20481         (vmul_f32): Likewise.
20482         (vmul_u8): Likewise.
20483         (vmul_u16): Likewise.
20484         (vmul_u32): Likewise.
20485         (vmul_p8): Likewise.
20486         (vmulq_s8): Likewise.
20487         (vmulq_s16): Likewise.
20488         (vmulq_s32): Likewise.
20489         (vmulq_f32): Likewise.
20490         (vmulq_u8): Likewise.
20491         (vmulq_u16): Likewise.
20492         (vmulq_u32): Likewise.
20493         (vsub_s8): Likewise.
20494         (vsub_s16): Likewise.
20495         (vsub_s32): Likewise.
20496         (vsub_f32): Likewise.
20497         (vsub_u8): Likewise.
20498         (vsub_u16): Likewise.
20499         (vsub_u32): Likewise.
20500         (vsub_s64): Likewise.
20501         (vsub_u64): Likewise.
20502         (vsubq_s8): Likewise.
20503         (vsubq_s16): Likewise.
20504         (vsubq_s32): Likewise.
20505         (vsubq_s64): Likewise.
20506         (vsubq_f32): Likewise.
20507         (vsubq_u8): Likewise.
20508         (vsubq_u16): Likewise.
20509         (vsubq_u32): Likewise.
20510         (vsubq_u64): Likewise.
20511         (vand_s8): Likewise.
20512         (vand_s16): Likewise.
20513         (vand_s32): Likewise.
20514         (vand_u8): Likewise.
20515         (vand_u16): Likewise.
20516         (vand_u32): Likewise.
20517         (vand_s64): Likewise.
20518         (vand_u64): Likewise.
20519         (vandq_s8): Likewise.
20520         (vandq_s16): Likewise.
20521         (vandq_s32): Likewise.
20522         (vandq_s64): Likewise.
20523         (vandq_u8): Likewise.
20524         (vandq_u16): Likewise.
20525         (vandq_u32): Likewise.
20526         (vandq_u64): Likewise.
20527         (vorr_s8): Likewise.
20528         (vorr_s16): Likewise.
20529         (vorr_s32): Likewise.
20530         (vorr_u8): Likewise.
20531         (vorr_u16): Likewise.
20532         (vorr_u32): Likewise.
20533         (vorr_s64): Likewise.
20534         (vorr_u64): Likewise.
20535         (vorrq_s8): Likewise.
20536         (vorrq_s16): Likewise.
20537         (vorrq_s32): Likewise.
20538         (vorrq_s64): Likewise.
20539         (vorrq_u8): Likewise.
20540         (vorrq_u16): Likewise.
20541         (vorrq_u32): Likewise.
20542         (vorrq_u64): Likewise.
20543         (veor_s8): Likewise.
20544         (veor_s16): Likewise.
20545         (veor_s32): Likewise.
20546         (veor_u8): Likewise.
20547         (veor_u16): Likewise.
20548         (veor_u32): Likewise.
20549         (veor_s64): Likewise.
20550         (veor_u64): Likewise.
20551         (veorq_s8): Likewise.
20552         (veorq_s16): Likewise.
20553         (veorq_s32): Likewise.
20554         (veorq_s64): Likewise.
20555         (veorq_u8): Likewise.
20556         (veorq_u16): Likewise.
20557         (veorq_u32): Likewise.
20558         (veorq_u64): Likewise.
20559         (vbic_s8): Likewise.
20560         (vbic_s16): Likewise.
20561         (vbic_s32): Likewise.
20562         (vbic_u8): Likewise.
20563         (vbic_u16): Likewise.
20564         (vbic_u32): Likewise.
20565         (vbic_s64): Likewise.
20566         (vbic_u64): Likewise.
20567         (vbicq_s8): Likewise.
20568         (vbicq_s16): Likewise.
20569         (vbicq_s32): Likewise.
20570         (vbicq_s64): Likewise.
20571         (vbicq_u8): Likewise.
20572         (vbicq_u16): Likewise.
20573         (vbicq_u32): Likewise.
20574         (vbicq_u64): Likewise.
20575         (vorn_s8): Likewise.
20576         (vorn_s16): Likewise.
20577         (vorn_s32): Likewise.
20578         (vorn_u8): Likewise.
20579         (vorn_u16): Likewise.
20580         (vorn_u32): Likewise.
20581         (vorn_s64): Likewise.
20582         (vorn_u64): Likewise.
20583         (vornq_s8): Likewise.
20584         (vornq_s16): Likewise.
20585         (vornq_s32): Likewise.
20586         (vornq_s64): Likewise.
20587         (vornq_u8): Likewise.
20588         (vornq_u16): Likewise.
20589         (vornq_u32): Likewise.
20590         (vornq_u64): Likewise.
20591
20592 2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
20593
20594         * wide-int.cc (UTItype): Define.
20595         (UDWtype): Define for appropriate W_TYPE_SIZE.
20596
20597 2014-05-08  Marc Glisse  <marc.glisse@inria.fr>
20598
20599         PR tree-optimization/59100
20600         * tree-ssa-phiopt.c: Include tree-inline.h.
20601         (neutral_element_p, absorbing_element_p): New functions.
20602         (value_replacement): Handle conditional binary operations with a
20603         neutral or absorbing element.
20604
20605 2014-05-08  Richard Biener  <rguenther@suse.de>
20606
20607         * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
20608         folding the expression.
20609         (valueize_expr): Remove.
20610         (visit_reference_op_load): Do not valueize the result of
20611         vn_get_expr_for.
20612         (simplify_binary_expression): Likewise.
20613         (simplify_unary_expression): Likewise.
20614
20615 2014-05-08  Richard Biener  <rguenther@suse.de>
20616
20617         * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
20618         looking at TYPE_ARG_TYPES.
20619
20620 2014-05-08  Richard Biener  <rguenther@suse.de>
20621
20622         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
20623         pointer propagation special-case.
20624
20625 2014-05-08  Bin Cheng  <bin.cheng@arm.com>
20626
20627         * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
20628         core part of address expressions.
20629
20630 2014-05-08  Alan Modra  <amodra@gmail.com>
20631
20632         PR target/60737
20633         * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
20634         loads and stores when -mno-strict-align at any alignment.
20635         (expand_block_clear): Similarly.  Also correct calculation of
20636         instruction count.
20637
20638 2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20639
20640         PR middle-end/39246
20641         * tree-complex.c (expand_complex_move): Keep line info when expanding
20642         complex move.
20643         * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
20644         of complex expression. Use new argument to display correct location
20645         for values coming from phi statement.
20646         (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
20647         (warn_uninitialized_phi): Pass location of phi argument to
20648         warn_uninit.
20649         * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
20650         COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
20651
20652 2014-05-07  Segher Boessenkool  <segher@kernel.crashing.org>
20653
20654         * config/rs6000/predicates.md (indexed_address_mem): New.
20655         * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
20656         load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
20657         fpstore_ux, fpstore_u.
20658         (sign_extend, indexed, update): New.
20659         (cell_micro): Adjust.
20660         (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
20661         *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
20662         *movsi_internal1, *movsi_internal1_single, *movhi_internal,
20663         *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
20664         *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
20665         *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
20666         *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
20667         *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
20668         *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
20669         *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
20670         *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
20671         *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
20672         *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
20673         *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
20674         *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
20675
20676         * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
20677         * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
20678         *vsx_extract_<mode>_store): Adjust.
20679         * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
20680         is_cracked_insn, insn_must_be_first_in_group,
20681         insn_must_be_last_in_group): Adjust.
20682
20683         * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
20684         Adjust.
20685         * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
20686         ppc440-fpstore): Adjust.
20687         * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
20688         ppc476-fpstore): Adjust.
20689         * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
20690         ppc601-fpstore): Adjust.
20691         * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
20692         Adjust.
20693         * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
20694         Adjust.
20695         * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
20696         ppc7450-fpstore): Adjust.
20697         * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
20698         * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
20699         * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
20700         Adjust.
20701         * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
20702         cell-fpload, cell-fpload-update, cell-store, cell-store-update,
20703         cell-fpstore, cell-fpstore-update): Adjust.
20704         * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
20705         ppce300c3_store, ppce300c3_fpstore): Adjust.
20706         * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
20707         e500mc_fpstore): Adjust.
20708         * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
20709         e500mc64_store, e500mc64_fpstore): Adjust.
20710         * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
20711         e5500_fpstore): Adjust.
20712         * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
20713         e6500_fpstore): Adjust.
20714         * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
20715         Adjust.
20716         * config/rs6000/power4.md (power4-load, power4-load-ext,
20717         power4-load-ext-update, power4-load-ext-update-indexed,
20718         power4-load-update-indexed, power4-load-update, power4-fpload,
20719         power4-fpload-update, power4-store, power4-store-update,
20720         power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
20721         Adjust.
20722         * config/rs6000/power5.md (power5-load, power5-load-ext,
20723         power5-load-ext-update, power5-load-ext-update-indexed,
20724         power5-load-update-indexed, power5-load-update, power5-fpload,
20725         power5-fpload-update, power5-store, power5-store-update,
20726         power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
20727         Adjust.
20728         * config/rs6000/power6.md (power6-load, power6-load-ext,
20729         power6-load-update, power6-load-update-indexed,
20730         power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
20731         power6-fpload-update, power6-store, power6-store-update,
20732         power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
20733         Adjust.
20734         * config/rs6000/power7.md (power7-load, power7-load-ext,
20735         power7-load-update, power7-load-update-indexed,
20736         power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
20737         power7-fpload-update, power7-store, power7-store-update,
20738         power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
20739         Adjust.
20740         * config/rs6000/power8.md (power8-load, power8-load-update,
20741         power8-load-ext, power8-load-ext-update, power8-fpload,
20742         power8-fpload-update, power8-store, power8-store-update-indexed,
20743         power8-fpstore, power8-fpstore-update): Adjust.
20744         * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
20745         Adjust.
20746         * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
20747         titan_lsu_store, titan_lsu_fpstore): Adjust.
20748         * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
20749
20750 2014-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
20751
20752         PR target/60884
20753         * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
20754         unrolled byte insns.  Emit address increments after move insns.
20755
20756 2014-05-07  David Malcolm  <dmalcolm@redhat.com>
20757
20758         * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
20759         const_gimple, rather than a gimple.
20760         (gimple_call_builtin_p): Likewise, for the three variants.
20761
20762         * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
20763         (gimple_call_builtin_p): Likewise, for the three variants.
20764
20765 2014-05-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
20766
20767         PR tree-optimization/61095
20768         * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
20769
20770 2014-05-07  Richard Biener  <rguenther@suse.de>
20771
20772         PR tree-optimization/61034
20773         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
20774         (maybe_skip_until): Use translate to take into account
20775         lattices when trying to do disambiguations.
20776         (get_continuation_for_phi_1): Likewise.
20777         (get_continuation_for_phi): Adjust for added translate arguments.
20778         (walk_non_aliased_vuses): Likewise.
20779         * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
20780         (walk_non_aliased_vuses): Likewise.
20781         (call_may_clobber_ref_p_1): Declare.
20782         * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
20783         calls.  Stop early if we are only supposed to disambiguate.
20784         * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
20785
20786 2014-05-07  Joern Rennecke  <joern.rennecke@embecosm.com>
20787
20788         * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
20789         Emit an error when the function has arguments.
20790
20791 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
20792
20793         * cfgloop.h (unswitch_loops): Remove.
20794         * doc/passes.texi: Remove references to loop-unswitch.c
20795         * timevar.def (TV_LOOP_UNSWITCH): Remove.
20796
20797 2014-05-07  Evgeny Stupachenko  <evstupac@gmail.com>
20798
20799         * tree-vect-data-refs.c (vect_grouped_load_supported): New
20800         check for loads group of length 3.
20801         (vect_permute_load_chain): New permutations for loads group of
20802         length 3.
20803         * tree-vect-stmts.c (vect_model_load_cost): Change cost
20804         of vec_perm_shuffle for the new permutations.
20805
20806 2014-05-07  Alan Lawrence  <alan.lawrence@arm.com>
20807
20808         * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
20809         vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
20810         vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
20811         vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
20812         vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
20813         vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
20814         vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
20815         vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
20816
20817 2014-05-07  Thomas Schwinge  <thomas@codesourcery.com>
20818
20819         * loop-unswitch.c: Delete.
20820
20821 2014-05-07  Richard Biener  <rguenther@suse.de>
20822
20823         * config.gcc: Always set need_64bit_hwint to yes.
20824
20825 2014-05-07  Chung-Ju Wu  <jasonwucj@gmail.com>
20826
20827         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
20828         of using optimize_size.
20829
20830 2014-05-06  Mike Stump  <mikestump@comcast.net>
20831
20832         * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
20833
20834 2014-05-06  Joseph Myers  <joseph@codesourcery.com>
20835
20836         * config/i386/sse.md (*mov<mode>_internal)
20837         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
20838         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
20839         (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
20840         (*<code><mode>3, *andnot<mode>3<mask_name>)
20841         (<mask_codefor><code><mode>3<mask_name>): Only consider
20842         TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
20843
20844 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
20845
20846         Revert:
20847         2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
20848
20849         * lra-constraints.c (valid_address_p): Move earlier in file.
20850         Add a constraint argument to the address_info version.
20851         (satisfies_memory_constraint_p): New function.
20852         (satisfies_address_constraint_p): Likewise.
20853         (process_alt_operands, curr_insn_transform): Use them.
20854         (process_address): Pass the constraint to valid_address_p when
20855         checking address operands.
20856
20857 2014-05-06  Richard Sandiford  <r.sandiford@uk.ibm.com>
20858
20859         * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
20860         to their respective blocks.  Fix inadvertent use of "node".
20861
20862 2014-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
20863
20864         * emit-rtl.c (init_derived_machine_modes): New functionm, split
20865         out from...
20866         (init_emit_once): ...here.
20867         * rtl.h (init_derived_machine_modes): Declare.
20868         * toplev.c (do_compile): Call it even if no_backend.
20869
20870 2014-05-06  Kenneth Zadeck  <zadeck@naturalbridge.com>
20871             Mike Stump  <mikestump@comcast.net>
20872             Richard Sandiford  <rdsandiford@googlemail.com>
20873             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20874
20875         * alias.c (ao_ref_from_mem): Use wide-int interfaces.
20876         (rtx_equal_for_memref_p): Update comment.
20877         (adjust_offset_for_component_ref): Use wide-int interfaces.
20878         * builtins.c (get_object_alignment_2): Likewise.
20879         (c_readstr): Likewise.
20880         (target_char_cast): Add comment.
20881         (determine_block_size): Use wide-int interfaces.
20882         (expand_builtin_signbit): Likewise.
20883         (fold_builtin_int_roundingfn): Likewise.
20884         (fold_builtin_bitop): Likewise.
20885         (fold_builtin_bswap): Likewise.
20886         (fold_builtin_logarithm): Use signop.
20887         (fold_builtin_pow): Likewise.
20888         (fold_builtin_memory_op): Use wide-int interfaces.
20889         (fold_builtin_object_size): Likewise.
20890         * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
20891         nb_iterations_estimate.
20892         (record_niter_bound): Use wide-int interfaces.
20893         (get_estimated_loop_iterations_int): Likewise.
20894         (get_estimated_loop_iterations): Likewise.
20895         (get_max_loop_iterations): Likewise.
20896         * cfgloop.h: Include wide-int.h.
20897         (struct nb_iter_bound): Change bound to widest_int.
20898         (struct loop): Change nb_iterations_upper_bound and
20899         nb_iterations_estimate to widest_int.
20900         (record_niter_bound): Switch to use widest_int.
20901         (get_estimated_loop_iterations): Likewise.
20902         (get_max_loop_iterations): Likewise.
20903         (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
20904         update for wide-int.
20905         * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
20906         * combine.c (try_combine): Likewise.
20907         (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
20908         * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
20909         interfaces.
20910         (aarch64_float_const_representable_p): Likewise.
20911         * config/arc/arc.c: Include wide-int.h.
20912         (arc_can_use_doloop_p): Use wide-int interfaces.
20913         * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
20914         (vfp3_const_double_index): Likewise.
20915         * config/avr/avr.c (avr_out_round): Likewise.
20916         (avr_fold_builtin): Likewise.
20917         * config/bfin/bfin.c (bfin_local_alignment): Likewise.
20918         (bfin_can_use_doloop_p): Likewise.
20919         * config/darwin.c (darwin_mergeable_constant_section): Likewise.
20920         (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
20921         * config/i386/i386.c: Include wide-int.h.
20922         (ix86_data_alignment): Use wide-int interfaces.
20923         (ix86_local_alignment): Likewise.
20924         (ix86_emit_swsqrtsf): Update real_from_integer.
20925         * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
20926         * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
20927         * config/rs6000/predicates.md (any_operand): Add const_wide_int.
20928         (zero_constant): Likewise.
20929         (input_operand): Likewise.
20930         (splat_input_operand): Likewise.
20931         (non_logical_cint_operand): Change const_double to const_wide_int.
20932         * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
20933         (easy_altivec_constant): Remove comment.
20934         (paired_expand_vector_init): Use CONSTANT_P.
20935         (rs6000_legitimize_address): Handle CONST_WIDE_INT.
20936         (rs6000_emit_move): Update checks.
20937         (rs6000_aggregate_candidate): Use wide-int interfaces.
20938         (rs6000_expand_ternop_builtin): Likewise.
20939         (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
20940         (rs6000_assemble_integer): Likewise.
20941         (rs6000_hash_constant): Likewise.
20942         (output_toc): Likewise.
20943         (rs6000_rtx_costs): Likewise.
20944         (rs6000_emit_swrsqrt); Update call to real_from_integer.
20945         * config/rs6000/rs6000-c.c: Include wide-int.h.
20946         (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
20947         * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
20948         * config/rs6000/rs6000.md: Use const_scalar_int_operand.
20949         Handle CONST_WIDE_INT.
20950         * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
20951         Use tree_fits_uhwi_p.
20952         * config/sparc/sparc.c: Include wide-int.h.
20953         (sparc_fold_builtin): Use wide-int interfaces.
20954         * config/vax/vax.c: Include wide-int.h.
20955         (vax_float_literal): Use real_from_integer.
20956         * coretypes.h (struct hwivec_def): New.
20957         (hwivec): New.
20958         (const_hwivec): New.
20959         * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
20960         (equiv_constant): Handle CONST_WIDE_INT.
20961         * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
20962         (cselib_hash_rtx): Handle CONST_WIDE_INT.
20963         * dbxout.c (stabstr_U): Use wide-int interfaces.
20964         (dbxout_type): Update to use cst_fits_shwi_p.
20965         * defaults.h (LOG2_BITS_PER_UNIT): Define.
20966         (TARGET_SUPPORTS_WIDE_INT): Add default.
20967         * dfp.c: Include wide-int.h.
20968         (decimal_real_to_integer2): Use wide-int interfaces and rename to
20969         decimal_real_to_integer.
20970         * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
20971         decimal_real_to_integer.
20972         * doc/generic.texi (Constant expressions): Update for wide_int.
20973         * doc/rtl.texi (const_double): Likewise.
20974         (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
20975         (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
20976         * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
20977         (REAL_VALUE_FROM_INT): Remove.
20978         (TARGET_SUPPORTS_WIDE_INT): New.
20979         * doc/tm.texi: Regenerate.
20980         * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
20981         * double-int.h: Include wide-int.h.
20982         (struct wi::int_traits): New.
20983         * dwarf2out.c (get_full_len): New.
20984         (dw_val_equal_p): Add case dw_val_class_wide_int.
20985         (size_of_loc_descr): Likewise.
20986         (output_loc_operands): Likewise.
20987         (insert_double): Remove.
20988         (insert_wide_int): New.
20989         (add_AT_wide): New.
20990         (print_die): Add case dw_val_class_wide_int.
20991         (attr_checksum): Likewise.
20992         (attr_checksum_ordered): Likewise.
20993         (same_dw_val_p): Likewise.
20994         (size_of_die): Likewise.
20995         (value_format): Likewise.
20996         (output_die): Likewise.
20997         (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
20998         Use wide-int.
20999         (clz_loc_descriptor): Use wide-int interfaces.
21000         (mem_loc_descriptor): Likewise.  Handle CONST_WIDE_INT.
21001         (loc_descriptor): Use wide-int interfaces.  Handle CONST_WIDE_INT.
21002         (round_up_to_align): Use wide-int interfaces.
21003         (field_byte_offset): Likewise.
21004         (insert_double): Rename to insert_wide_int.  Use wide-int interfaces.
21005         (add_const_value_attribute): Handle CONST_WIDE_INT.  Update
21006         CONST_DOUBLE handling.  Use wide-int interfaces.
21007         (add_bound_info): Use tree_fits_uhwi_p.  Use wide-int interfaces.
21008         (gen_enumeration_type_die): Use add_AT_wide.
21009         (hash_loc_operands): Add case dw_val_class_wide_int.
21010         (compare_loc_operands): Likewise.
21011         * dwarf2out.h: Include wide-int.h.
21012         (wide_int_ptr): New.
21013         (enum dw_val_class): Add dw_val_class_wide_int.
21014         (struct dw_val_struct): Add val_wide.
21015         * emit-rtl.c (const_wide_int_htab): New.
21016         (const_wide_int_htab_hash): New.
21017         (const_wide_int_htab_eq): New.
21018         (lookup_const_wide_int): New.
21019         (const_double_htab_hash): Use wide-int interfaces.
21020         (const_double_htab_eq): Likewise.
21021         (rtx_to_double_int): Conditionally compile for wide-int.
21022         (immed_double_int_const): Rename to immed_wide_int_const and
21023         update for wide-int.
21024         (immed_double_const): Conditionally compile for wide-int.
21025         (init_emit_once): Use wide-int interfaces.
21026         * explow.c (plus_constant): Likewise.
21027         * expmed.c (mask_rtx): Move further up file.  Use wide-int interfaces.
21028         (lshift_value): Use wide-int interfaces.
21029         (expand_mult): Likewise.
21030         (choose_multiplier): Likewise.
21031         (expand_smod_pow2): Likewise.
21032         (make_tree): Likewise.
21033         * expr.c (convert_modes): Consolidate handling of constants.
21034         Use wide-int interfaces.
21035         (emit_group_load_1): Add note.
21036         (store_expr): Update comment.
21037         (get_inner_reference): Use wide-int interfaces.
21038         (expand_constructor): Update comment.
21039         (expand_expr_real_2): Use wide-int interfaces.
21040         (expand_expr_real_1): Likewise.
21041         (reduce_to_bit_field_precision): Likewise.
21042         (const_vector_from_tree): Likewise.
21043         * final.c: Include wide-int-print.h.
21044         (output_addr_const): Handle CONST_WIDE_INT.  Use CONST_DOUBLE_AS_INT_P.
21045         * fixed-value.c: Include wide-int.h.
21046         (fixed_from_string): Use wide-int interfaces.
21047         (fixed_to_decimal): Likewise.
21048         (fixed_convert_from_real): Likewise.
21049         (real_convert_from_fixed): Likewise.
21050         * fold-const.h (mem_ref_offset): Return an offset_int.
21051         (div_if_zero_remainder): Remove code parameter.
21052         * fold-const.c (div_if_zero_remainder): Remove code parameter.
21053         Use wide-int interfaces.
21054         (may_negate_without_overflow_p): Use wide-int interfaces.
21055         (negate_expr_p): Likewise.
21056         (fold_negate_expr): Likewise.
21057         (int_const_binop_1): Likewise.
21058         (const_binop): Likewise.
21059         (fold_convert_const_int_from_int): Likewise.
21060         (fold_convert_const_int_from_real): Likewise.
21061         (fold_convert_const_int_from_fixed): Likewise.
21062         (fold_convert_const_fixed_from_int): Likewise.
21063         (all_ones_mask_p): Take an unsigned size.  Use wide-int interfaces.
21064         (sign_bit_p): Use wide-int interfaces.
21065         (make_range_step): Likewise.
21066         (build_range_check): Likewise.  Pass an integer of the correct type
21067         instead of using integer_one_node.
21068         (range_predecessor): Pass an integer of the correct type instead
21069         of using integer_one_node.
21070         (range_successor): Likewise.
21071         (merge_ranges): Likewise.
21072         (unextend): Use wide-int interfaces.
21073         (extract_muldiv_1): Likewise.
21074         (fold_div_compare): Likewise.
21075         (fold_single_bit_test): Likewise.
21076         (fold_sign_changed_comparison): Likewise.
21077         (try_move_mult_to_index): Update calls to div_if_zero_remainder.
21078         (fold_plusminus_mult_expr): Use wide-int interfaces.
21079         (native_encode_int): Likewise.
21080         (native_interpret_int): Likewise.
21081         (fold_unary_loc): Likewise.
21082         (pointer_may_wrap_p): Likewise.
21083         (size_low_cst): Likewise.
21084         (mask_with_tz): Likewise.
21085         (fold_binary_loc): Likewise.
21086         (fold_ternary_loc): Likewise.
21087         (multiple_of_p): Likewise.
21088         (tree_call_nonnegative_warnv_p): Update calls to
21089         tree_int_cst_min_precision and real_from_integer.
21090         (fold_negate_const): Use wide-int interfaces.
21091         (fold_abs_const): Likewise.
21092         (fold_relational_const): Use tree_int_cst_lt.
21093         (round_up_loc): Use wide-int interfaces.
21094         * genemit.c (gen_exp): Add CONST_WIDE_INT case.
21095         * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
21096         * gengtype.c: Remove include of double-int.h.
21097         (do_typedef): Use wide-int interfaces.
21098         (open_base_files): Add wide-int.h.
21099         (main): Add offset_int and widest_int typedefs.
21100         * gengtype-lex.l: Handle "^".
21101         (CXX_KEYWORD): Add "static".
21102         * gengtype-parse.c (require3): New.
21103         (require_template_declaration): Handle constant template arguments
21104         and nested templates.
21105         * gengtype-state.c: Don't include "double-int.h".
21106         * genpreds.c (write_one_predicate_function): Update comment.
21107         (write_tm_constrs_h): Add check for hval and lval use in
21108         CONST_WIDE_INT.
21109         * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
21110         (add_to_sequence): Likewise.
21111         * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
21112         and const_double_operand.
21113         * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
21114         interfaces.
21115         * gimple-fold.c (get_base_constructor): Likewise.
21116         (fold_array_ctor_reference): Likewise.
21117         (fold_nonarray_ctor_reference): Likewise.
21118         (fold_const_aggregate_ref_1): Likewise.
21119         (gimple_val_nonnegative_real_p): Likewise.
21120         (gimple_fold_indirect_ref): Likewise.
21121         * gimple-pretty-print.c (dump_ssaname_info): Likewise.
21122         * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
21123         (struct slsr_cand_d): Change index to be widest_int.
21124         (struct incr_info_d): Change incr to be widest_int.
21125         (alloc_cand_and_find_basis): Use wide-int interfaces.
21126         (slsr_process_phi): Likewise.
21127         (backtrace_base_for_ref): Likewise.  Return a widest_int.
21128         (restructure_reference): Take a widest_int instead of a double_int.
21129         (slsr_process_ref): Use wide-int interfaces.
21130         (create_mul_ssa_cand): Likewise.
21131         (create_mul_imm_cand): Likewise.
21132         (create_add_ssa_cand): Likewise.
21133         (create_add_imm_cand): Take a widest_int instead of a double_int.
21134         (slsr_process_add): Use wide-int interfaces.
21135         (slsr_process_cast): Likewise.
21136         (slsr_process_copy): Likewise.
21137         (dump_candidate): Likewise.
21138         (dump_incr_vec): Likewise.
21139         (replace_ref): Likewise.
21140         (cand_increment): Likewise.  Return a widest_int.
21141         (cand_abs_increment): Likewise.
21142         (replace_mult_candidate): Take a widest_int instead of a double_int.
21143         (replace_unconditional_candidate): Use wide-int interfaces.
21144         (incr_vec_index): Take a widest_int instead of a double_int.
21145         (create_add_on_incoming_edge): Likewise.
21146         (create_phi_basis): Use wide-int interfaces.
21147         (replace_conditional_candidate): Likewise.
21148         (record_increment): Take a widest_int instead of a double_int.
21149         (record_phi_increments): Use wide-int interfaces.
21150         (phi_incr_cost): Take a widest_int instead of a double_int.
21151         (lowest_cost_path): Likewise.
21152         (total_savings): Likewise.
21153         (analyze_increments): Use wide-int interfaces.
21154         (ncd_with_phi): Take a widest_int instead of a double_int.
21155         (ncd_of_cand_and_phis): Likewise.
21156         (nearest_common_dominator_for_cands): Likewise.
21157         (insert_initializers): Use wide-int interfaces.
21158         (all_phi_incrs_profitable): Likewise.
21159         (replace_one_candidate): Likewise.
21160         (replace_profitable_candidates): Likewise.
21161         * godump.c: Include wide-int-print.h.
21162         (go_output_typedef): Use wide-int interfaces.
21163         * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
21164         * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
21165         (build_loop_iteration_domains): Likewise.
21166         * hooks.h: Include wide-int.h rather than double-int.h.
21167         (hook_bool_dint_dint_uint_bool_true): Delete.
21168         (hook_bool_wint_wint_uint_bool_true): Declare.
21169         * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
21170         (hook_bool_wint_wint_uint_bool_true): New.
21171         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
21172         interfaces.
21173         (ubsan_expand_si_overflow_mul_check): Likewise.
21174         * ipa-devirt.c (get_polymorphic_call_info): Likewise.
21175         * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
21176         (get_ancestor_addr_info): Likewise.
21177         (ipa_modify_call_arguments): Likewise.
21178         * loop-doloop.c (doloop_modify): Likewise.
21179         (doloop_optimize): Likewise.
21180         * loop-iv.c (iv_number_of_iterations): Likewise.
21181         * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
21182         (unroll_loop_constant_iterations): Likewise.
21183         (decide_unroll_runtime_iterations): Likewise.
21184         (unroll_loop_runtime_iterations): Likewise.
21185         (decide_peel_simple): Likewise.
21186         (decide_unroll_stupid): Likewise.
21187         * lto-streamer-in.c (streamer_read_wi): Add.
21188         (input_cfg): Use wide-int interfaces.
21189         (lto_input_tree_1): Likewise.
21190         * lto-streamer-out.c (streamer_write_wi): Add.
21191         (hash_tree): Use wide-int interfaces.
21192         (output_cfg): Likewise.
21193         * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
21194         (GTFILES): Add wide-int.h and signop.h.
21195         (TAGS): Look for .cc files too.
21196         * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
21197         * optabs.c (expand_subword_shift): Likewise.
21198         (expand_doubleword_shift): Likewise.
21199         (expand_absneg_bit): Likewise.
21200         (expand_copysign_absneg): Likewise.
21201         (expand_copysign_bit): Likewise.
21202         * postreload.c (reload_cse_simplify_set): Likewise.
21203         * predict.c (predict_iv_comparison): Likewise.
21204         * pretty-print.h: Include wide-int-print.h.
21205         (pp_wide_int) New.
21206         * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
21207         * print-tree.c: Include wide-int-print.h.
21208         (print_node_brief): Use wide-int interfaces.
21209         (print_node): Likewise.
21210         * read-rtl.c (validate_const_wide_int): New.
21211         (read_rtx_code): Add CONST_WIDE_INT case.
21212         * real.c: Include wide-int.h.
21213         (real_to_integer2): Delete.
21214         (real_to_integer): New function, returning a wide_int.
21215         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
21216         (ten_to_ptwo): Update call to real_from_integer.
21217         (real_digit): Likewise.
21218         * real.h: Include signop.h, wide-int.h and insn-modes.h.
21219         (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
21220         (REAL_VALUE_TO_INT): Delete.
21221         (real_to_integer): Declare a wide-int form.
21222         (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
21223         * recog.c (const_int_operand): Improve comment.
21224         (const_scalar_int_operand): New.
21225         (const_double_operand): Add a separate definition for CONST_WIDE_INT.
21226         * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
21227         (split_double): Likewise.
21228         * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
21229         (rtx_size): Likewise.
21230         (rtx_alloc_stat_v): New.
21231         (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
21232         (cwi_output_hex): New.
21233         (iterative_hash_rtx): Handle CONST_WIDE_INT.
21234         (cwi_check_failed_bounds): New.
21235         * rtl.def (CONST_WIDE_INT): New.
21236         * rtl.h: Include <utility> and wide-int.h.
21237         (struct hwivec_def): New.
21238         (CWI_GET_NUM_ELEM): New.
21239         (CWI_PUT_NUM_ELEM): New.
21240         (struct rtx_def): Add num_elem and hwiv.
21241         (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
21242         (CASE_CONST_UNIQUE): Likewise.
21243         (CASE_CONST_ANY): Likewise.
21244         (CONST_SCALAR_INT_P): Likewise.
21245         (CONST_WIDE_INT_P): New.
21246         (CWI_ELT): New.
21247         (HWIVEC_CHECK): New.
21248         (cwi_check_failed_bounds): New.
21249         (CWI_ELT): New.
21250         (HWIVEC_CHECK): New.
21251         (CONST_WIDE_INT_VEC) New.
21252         (CONST_WIDE_INT_NUNITS) New.
21253         (CONST_WIDE_INT_ELT) New.
21254         (rtx_mode_t): New type.
21255         (wi::int_traits <rtx_mode_t>): New.
21256         (wi::shwi): New.
21257         (wi::min_value): New.
21258         (wi::max_value): New.
21259         (rtx_alloc_v) New.
21260         (const_wide_int_alloc): New.
21261         (immed_wide_int_const): New.
21262         * sched-vis.c (print_value): Handle CONST_WIDE_INT.
21263         * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
21264         * signop.h: New file.
21265         * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
21266         (simplify_const_unary_operation): Use wide-int interfaces.
21267         (simplify_binary_operation_1): Likewise.
21268         (simplify_const_binary_operation): Likewise.
21269         (simplify_const_relational_operation): Likewise.
21270         (simplify_immed_subreg): Likewise.
21271         * stmt.c (expand_case): Likewise.
21272         * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
21273         signop rather than a bool.
21274         * stor-layout.c (layout_type): Use wide-int interfaces.
21275         (initialize_sizetypes): Update calls to
21276         set_min_and_max_values_for_integral_type.
21277         (set_min_and_max_values_for_integral_type): Take a signop rather
21278         than a bool.  Use wide-int interfaces.
21279         (fixup_signed_type): Update accordingly.  Remove
21280         HOST_BITS_PER_DOUBLE_INT limit.
21281         (fixup_unsigned_type): Likewise.
21282         * system.h (STATIC_CONSTANT_P): New.
21283         (STATIC_ASSERT): New.
21284         * target.def (can_use_doloop_p): Take widest_ints rather than
21285         double_ints.
21286         * target.h: Include wide-int.h rather than double-int.h.
21287         * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
21288         than double_ints.
21289         * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
21290         rather than INT_CST_LT_UNSIGNED.
21291         (can_use_doloop_if_innermost): Take widest_ints rather than
21292         double_ints.
21293         * tree-affine.c: Include wide-int-print.h.
21294         (double_int_ext_for_comb): Delete.
21295         (wide_int_ext_for_comb): New.
21296         (aff_combination_zero): Use wide-int interfaces.
21297         (aff_combination_const): Take a widest_int instead of a double_int.
21298         (aff_combination_elt): Use wide-int interfaces.
21299         (aff_combination_scale): Take a widest_int instead of a double_int.
21300         (aff_combination_add_elt): Likewise.
21301         (aff_combination_add_cst): Likewise.
21302         (aff_combination_add): Use wide-int interfaces.
21303         (aff_combination_convert): Likewise.
21304         (tree_to_aff_combination): Likewise.
21305         (add_elt_to_tree): Take a widest_int instead of a double_int.
21306         (aff_combination_to_tree): Use wide-int interfaces.
21307         (aff_combination_remove_elt): Likewise.
21308         (aff_combination_add_product): Take a widest_int instead of
21309         a double_int.
21310         (aff_combination_mult): Use wide-int interfaces.
21311         (aff_combination_expand): Likewise.
21312         (double_int_constant_multiple_p): Delete.
21313         (wide_int_constant_multiple_p): New.
21314         (aff_combination_constant_multiple_p): Take a widest_int pointer
21315         instead of a double_int pointer.
21316         (print_aff): Use wide-int interfaces.
21317         (get_inner_reference_aff): Take a widest_int pointer
21318         instead of a double_int pointer.
21319         (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
21320         * tree-affine.h: Include wide-int.h.
21321         (struct aff_comb_elt): Change type of coef to widest_int.
21322         (struct affine_tree_combination): Change type of offset to widest_int.
21323         (double_int_ext_for_comb): Delete.
21324         (wide_int_ext_for_comb): New.
21325         (aff_combination_const): Use widest_int instead of double_int.
21326         (aff_combination_scale): Likewise.
21327         (aff_combination_add_elt): Likewise.
21328         (aff_combination_constant_multiple_p): Likewise.
21329         (get_inner_reference_aff): Likewise.
21330         (aff_comb_cannot_overlap_p): Likewise.
21331         (aff_combination_zero_p): Use wide-int interfaces.
21332         * tree.c: Include tree.h.
21333         (init_ttree): Use make_int_cst.
21334         (tree_code_size): Removed code for INTEGER_CST case.
21335         (tree_size): Add INTEGER_CST case.
21336         (make_node_stat): Update comment.
21337         (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
21338         (build_int_cst_type): Use wide-int interfaces.
21339         (double_int_to_tree): Likewise.
21340         (double_int_fits_to_tree_p): Delete.
21341         (force_fit_type_double): Delete.
21342         (force_fit_type): New.
21343         (int_cst_hash_hash): Use wide-int interfaces.
21344         (int_cst_hash_eq): Likewise.
21345         (build_int_cst_wide): Delete.
21346         (wide_int_to_tree): New.
21347         (cache_integer_cst): Use wide-int interfaces.
21348         (build_low_bits_mask): Likewise.
21349         (cst_and_fits_in_hwi): Likewise.
21350         (real_value_from_int_cst): Likewise.
21351         (make_int_cst_stat): New.
21352         (integer_zerop): Use wide_int interfaces.
21353         (integer_onep): Likewise.
21354         (integer_all_onesp): Likewise.
21355         (integer_pow2p): Likewise.
21356         (integer_nonzerop): Likewise.
21357         (tree_log2): Likewise.
21358         (tree_floor_log2): Likewise.
21359         (tree_ctz): Likewise.
21360         (int_size_in_bytes): Likewise.
21361         (mem_ref_offset): Return an offset_int rather than a double_int.
21362         (build_type_attribute_qual_variant): Use wide_int interfaces.
21363         (type_hash_eq): Likewise
21364         (tree_int_cst_equal): Likewise.
21365         (tree_int_cst_lt): Delete.
21366         (tree_int_cst_compare): Likewise.
21367         (tree_fits_shwi_p): Use wide_int interfaces.
21368         (tree_fits_uhwi_p): Likewise.
21369         (tree_int_cst_sign_bit): Likewise.
21370         (tree_int_cst_sgn): Likewise.
21371         (tree_int_cst_min_precision): Take a signop rather than a bool.
21372         (simple_cst_equal): Use wide_int interfaces.
21373         (compare_tree_int): Likewise.
21374         (iterative_hash_expr): Likewise.
21375         (int_fits_type_p): Likewise.  Use tree_int_cst_lt rather than
21376         INT_CST_LT.
21377         (get_type_static_bounds): Use wide_int interfaces.
21378         (tree_int_cst_elt_check_failed): New.
21379         (build_common_tree_nodes): Reordered to set prec before filling in
21380         value.
21381         (int_cst_value): Check cst_and_fits_in_hwi.
21382         (widest_int_cst_value): Use wide_int interfaces.
21383         (upper_bound_in_type): Likewise.
21384         (lower_bound_in_type): Likewise.
21385         (num_ending_zeros): Likewise.
21386         (drop_tree_overflow): Likewise.
21387         * tree-call-cdce.c (check_pow): Update call to real_from_integer.
21388         (gen_conditions_for_pow_cst_base): Likewise.
21389         * tree-cfg.c: Include wide-int.h and wide-int-print.h.
21390         (group_case_labels_stmt): Use wide-int interfaces.
21391         (verify_gimple_assign_binary): Likewise.
21392         (print_loop): Likewise.
21393         * tree-chrec.c (tree_fold_binomial): Likewise.
21394         * tree-core.h (struct tree_base): Add int_length.
21395         (struct tree_int_cst): Change rep of value.
21396         * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
21397         (dr_may_alias_p): Likewise.
21398         (max_stmt_executions_tree): Likewise.
21399         * tree.def (INTEGER_CST): Update comment.
21400         * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
21401         * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
21402         * tree-dump.c: Include wide-int.h and wide-int-print.h.
21403         (dequeue_and_dump): Use wide-int interfaces.
21404         * tree.h: Include wide-int.h.
21405         (NULL_TREE): Moved to earlier loc in file.
21406         (TREE_INT_CST_ELT_CHECK): New.
21407         (tree_int_cst_elt_check_failed): New.
21408         (TYPE_SIGN): New.
21409         (TREE_INT_CST): Delete.
21410         (TREE_INT_CST_LOW): Use wide-int interfaces.
21411         (TREE_INT_CST_HIGH): Delete.
21412         (TREE_INT_CST_NUNITS): New.
21413         (TREE_INT_CST_EXT_NUNITS): Likewise.
21414         (TREE_INT_CST_OFFSET_NUNITS): Likewise.
21415         (TREE_INT_CST_ELT): Likewise.
21416         (INT_CST_LT): Delete.
21417         (tree_int_cst_elt_check): New (two forms).
21418         (type_code_size): Update comment.
21419         (make_int_cst_stat, make_int_cst): New.
21420         (tree_to_double_int): Delete.
21421         (double_int_fits_to_tree_p): Delete.
21422         (force_fit_type_double): Delete.
21423         (build_int_cstu): Replace with out-of-line function.
21424         (build_int_cst_wide): Delete.
21425         (tree_int_cst_lt): Define inline.
21426         (tree_int_cst_le): New.
21427         (tree_int_cst_compare): Define inline.
21428         (tree_int_cst_min_precision): Take a signop rather than a bool.
21429         (wi::int_traits <const_tree>): New.
21430         (wi::int_traits <tree>): New.
21431         (wi::extended_tree): New.
21432         (wi::int_traits <wi::extended_tree>): New.
21433         (wi::to_widest): New.
21434         (wi::to_offset): New.
21435         (wi::fits_to_tree_p): New.
21436         (wi::min_value): New.
21437         (wi::max_value): New.
21438         * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
21439         (copy_tree_body_r): Likewise.
21440         * tree-object-size.c (compute_object_offset): Likewise.
21441         (addr_object_size): Likewise.
21442         * tree-predcom.c: Include wide-int-print.h.
21443         (struct dref_d): Change type of offset to widest_int.
21444         (dump_dref): Call wide-int printer.
21445         (aff_combination_dr_offset): Use wide-int interfaces.
21446         (determine_offset): Take a widest_int pointer rather than a
21447         double_int pointer.
21448         (split_data_refs_to_components): Use wide-int interfaces.
21449         (suitable_component_p): Likewise.
21450         (order_drefs): Likewise.
21451         (add_ref_to_chain): Likewise.
21452         (valid_initializer_p): Likewise.
21453         (determine_roots_comp): Likewise.
21454         * tree-pretty-print.c: Include wide-int-print.h.
21455         (dump_generic_node): Use wide-int interfaces.
21456         * tree-sra.c (sra_ipa_modify_expr): Likewise.
21457         * tree-ssa-address.c (addr_for_mem_ref): Likewise.
21458         (move_fixed_address_to_symbol): Likewise.
21459         (move_hint_to_base): Likewise.
21460         (move_pointer_to_base): Likewise.
21461         (move_variant_to_index): Likewise.
21462         (most_expensive_mult_to_index): Likewise.
21463         (addr_to_parts): Likewise.
21464         (copy_ref_info): Likewise.
21465         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
21466         (indirect_refs_may_alias_p): Likewise.
21467         (stmt_kills_ref_p_1): Likewise.
21468         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
21469         * tree-ssa-ccp.c: Update comment at top of file.  Include
21470         wide-int-print.h.
21471         (struct prop_value_d): Change type of mask to widest_int.
21472         (extend_mask): New function.
21473         (dump_lattice_value): Use wide-int interfaces.
21474         (get_default_value): Likewise.
21475         (set_constant_value): Likewise.
21476         (set_value_varying): Likewise.
21477         (valid_lattice_transition): Likewise.
21478         (set_lattice_value): Likewise.
21479         (value_to_double_int): Delete.
21480         (value_to_wide_int): New.
21481         (get_value_from_alignment): Use wide-int interfaces.
21482         (get_value_for_expr): Likewise.
21483         (do_dbg_cnt): Likewise.
21484         (ccp_finalize): Likewise.
21485         (ccp_lattice_meet): Likewise.
21486         (bit_value_unop_1): Use widest_ints rather than double_ints.
21487         (bit_value_binop_1): Likewise.
21488         (bit_value_unop): Use wide-int interfaces.
21489         (bit_value_binop): Likewise.
21490         (bit_value_assume_aligned): Likewise.
21491         (evaluate_stmt): Likewise.
21492         (ccp_fold_stmt): Likewise.
21493         (visit_cond_stmt): Likewise.
21494         (ccp_visit_stmt): Likewise.
21495         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
21496         (constant_pointer_difference): Likewise.
21497         (associate_pointerplus): Likewise.
21498         (combine_conversions): Likewise.
21499         * tree-ssa-loop.h: Include wide-int.h.
21500         (struct tree_niter_desc): Change type of max to widest_int.
21501         * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
21502         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
21503         (remove_redundant_iv_tests): Likewise.
21504         (canonicalize_loop_induction_variables): Likewise.
21505         * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
21506         (constant_multiple_of): Take a widest_int pointer instead of
21507         a double_int pointer.
21508         (get_computation_aff): Use wide-int interfaces.
21509         (ptr_difference_cost): Likewise.
21510         (difference_cost): Likewise.
21511         (get_loop_invariant_expr_id): Likewise.
21512         (get_computation_cost_at): Likewise.
21513         (iv_elimination_compare_lt): Likewise.
21514         (may_eliminate_iv): Likewise.
21515         * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
21516         instead of double_int.
21517         (max_loop_iterations): Likewise.
21518         (max_stmt_executions): Likewise.
21519         (estimated_stmt_executions): Likewise.
21520         * tree-ssa-loop-niter.c: Include wide-int-print.h.
21521         (split_to_var_and_offset): Use wide-int interfaces.
21522         (determine_value_range): Likewise.
21523         (bound_difference_of_offsetted_base): Likewise.
21524         (bounds_add): Take a widest_int instead of a double_int.
21525         (number_of_iterations_ne_max): Use wide-int interfaces.
21526         (number_of_iterations_ne): Likewise.
21527         (number_of_iterations_lt_to_ne): Likewise.
21528         (assert_loop_rolls_lt): Likewise.
21529         (number_of_iterations_lt): Likewise.
21530         (number_of_iterations_le): Likewise.
21531         (number_of_iterations_cond): Likewise.
21532         (number_of_iterations_exit): Likewise.
21533         (finite_loop_p): Likewise.
21534         (derive_constant_upper_bound_assign): Likewise.
21535         (derive_constant_upper_bound): Return a widest_int.
21536         (derive_constant_upper_bound_ops): Likewise.
21537         (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
21538         (record_estimate): Take a widest_int rather than a double_int.
21539         (record_nonwrapping_iv): Use wide-int interfaces.
21540         (double_int_cmp): Delete.
21541         (wide_int_cmp): New.
21542         (bound_index): Take a widest_int rather than a double_int.
21543         (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
21544         (maybe_lower_iteration_bound): Likewise.
21545         (estimate_numbers_of_iterations_loop): Likewise.
21546         (estimated_loop_iterations): Take a widest_int pointer than than
21547         a double_int pointer.
21548         (estimated_loop_iterations_int): Use wide-int interfaces.
21549         (max_loop_iterations): Take a widest_int pointer than than
21550         a double_int pointer.
21551         (max_loop_iterations_int): Use wide-int interfaces.
21552         (max_stmt_executions): Take a widest_int pointer than than
21553         a double_int pointer.
21554         (estimated_stmt_executions): Likewise.
21555         (n_of_executions_at_most): Use wide-int interfaces.
21556         (scev_probably_wraps_p): Likewise.
21557         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
21558         to real_to_integer.
21559         * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
21560         interfaces.
21561         * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
21562         double_ints.  Adjust for trailing_wide_ints <3> representation.
21563         (set_nonzero_bits): Likewise.
21564         (get_range_info): Return wide_ints rather than double_ints.
21565         Adjust for trailing_wide_ints <3> representation.
21566         (get_nonzero_bits): Likewise.
21567         (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
21568         representation.
21569         * tree-ssanames.h (struct range_info_def): Replace min, max and
21570         nonzero_bits with a trailing_wide_ints <3>.
21571         (set_range_info): Use wide_int_refs rather than double_ints.
21572         (set_nonzero_bits): Likewise.
21573         (get_range_info): Return wide_ints rather than double_ints.
21574         (get_nonzero_bits): Likewise.
21575         * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
21576         * tree-ssa-pre.c (phi_translate_1): Likewise.
21577         * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
21578         (acceptable_pow_call): Likewise.
21579         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
21580         interfaces.
21581         (vn_reference_fold_indirect): Likewise.
21582         (vn_reference_maybe_forwprop_address): Likewise.
21583         (valueize_refs_1): Likewise.
21584         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
21585         * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
21586         tree_int_cst_lt and tree_int_cst_le.
21587         * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
21588         interfaces.
21589         (streamer_alloc_tree): Likewise.
21590         * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
21591         (streamer_write_tree_header): Likewise.
21592         (streamer_write_integer_cst): Likewise.
21593         * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
21594         (build_constructors): Likewise.
21595         (array_value_type): Likewise.
21596         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
21597         (vect_check_gather): Likewise.
21598         * tree-vect-generic.c (build_replicated_const): Likewise.
21599         (expand_vector_divmod): Likewise.
21600         * tree-vect-loop.c (vect_transform_loop): Likewise.
21601         * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
21602         (vect_do_peeling_for_alignment): Likewise.
21603         * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
21604         * tree-vrp.c: Include wide-int.h.
21605         (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
21606         (extract_range_from_assert): Use wide-int interfaces.
21607         (vrp_int_const_binop): Likewise.
21608         (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
21609         double_int pointers.
21610         (ranges_from_anti_range): Use wide-int interfaces.
21611         (quad_int_cmp): Delete.
21612         (quad_int_pair_sort): Likewise.
21613         (extract_range_from_binary_expr_1): Use wide-int interfaces.
21614         (extract_range_from_unary_expr_1): Likewise.
21615         (adjust_range_with_scev): Likewise.
21616         (masked_increment): Take and return wide_ints rather than double_ints.
21617         (register_edge_assert_for_2): Use wide-int interfaces.
21618         (check_array_ref): Likewise.
21619         (search_for_addr_array): Likewise.
21620         (maybe_set_nonzero_bits): Likewise.
21621         (union_ranges): Pass an integer of the correct type instead of
21622         using integer_one_node.
21623         (intersect_ranges): Likewise.
21624         (simplify_truth_ops_using_ranges): Likewise.
21625         (simplify_bit_ops_using_ranges): Use wide-int interfaces.
21626         (range_fits_type_p): Likewise.
21627         (simplify_cond_using_ranges): Likewise.  Take a signop rather than
21628         a bool.
21629         (simplify_conversion_using_ranges): Use wide-int interfaces.
21630         (simplify_float_conversion_using_ranges): Likewise.
21631         (vrp_finalize): Likewise.
21632         * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
21633         (gimple_stringops_transform): Likewise.
21634         * varasm.c (decode_addr_const): Likewise.
21635         (const_hash_1): Likewise.
21636         (const_rtx_hash_1): Likewise
21637         (output_constant): Likewise.
21638         (array_size_for_constructor): Likewise.
21639         (output_constructor_regular_field): Likewise.
21640         (output_constructor_bitfield): Likewise.
21641         * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
21642         * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
21643         GENERATOR_FILEs.
21644         * gencheck.c: Define BITS_PER_UNIT.
21645         * wide-int.cc: New.
21646         * wide-int.h: New.
21647         * wide-int-print.cc: New.
21648         * wide-int-print.h: New.
21649
21650 2014-05-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
21651
21652         * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
21653
21654 2014-05-06  Richard Biener  <rguenther@suse.de>
21655
21656         * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
21657         TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
21658         (TODO_verify_all): Adjust.
21659         * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
21660         TODO_verify_stmts and TODO_verify_rtl_sharing.
21661         * bb-reorder.c: Likewise.
21662         * cfgexpand.c: Likewise.
21663         * cprop.c: Likewise.
21664         * cse.c: Likewise.
21665         * function.c: Likewise.
21666         * fwprop.c: Likewise.
21667         * gcse.c: Likewise.
21668         * gimple-ssa-isolate-paths.c: Likewise.
21669         * gimple-ssa-strength-reduction.c: Likewise.
21670         * ipa-split.c: Likewise.
21671         * loop-init.c: Likewise.
21672         * loop-unroll.c: Likewise.
21673         * lower-subreg.c: Likewise.
21674         * modulo-sched.c: Likewise.
21675         * postreload-gcse.c: Likewise.
21676         * predict.c: Likewise.
21677         * recog.c: Likewise.
21678         * sched-rgn.c: Likewise.
21679         * store-motion.c: Likewise.
21680         * tracer.c: Likewise.
21681         * trans-mem.c: Likewise.
21682         * tree-call-cdce.c: Likewise.
21683         * tree-cfg.c: Likewise.
21684         * tree-cfgcleanup.c: Likewise.
21685         * tree-complex.c: Likewise.
21686         * tree-eh.c: Likewise.
21687         * tree-emutls.c: Likewise.
21688         * tree-if-conv.c: Likewise.
21689         * tree-into-ssa.c: Likewise.
21690         * tree-loop-distribution.c: Likewise.
21691         * tree-object-size.c: Likewise.
21692         * tree-parloops.c: Likewise.
21693         * tree-pass.h: Likewise.
21694         * tree-sra.c: Likewise.
21695         * tree-ssa-ccp.c: Likewise.
21696         * tree-ssa-copy.c: Likewise.
21697         * tree-ssa-copyrename.c: Likewise.
21698         * tree-ssa-dce.c: Likewise.
21699         * tree-ssa-dom.c: Likewise.
21700         * tree-ssa-dse.c: Likewise.
21701         * tree-ssa-forwprop.c: Likewise.
21702         * tree-ssa-ifcombine.c: Likewise.
21703         * tree-ssa-loop-ch.c: Likewise.
21704         * tree-ssa-loop-ivcanon.c: Likewise.
21705         * tree-ssa-loop.c: Likewise.
21706         * tree-ssa-math-opts.c: Likewise.
21707         * tree-ssa-phiopt.c: Likewise.
21708         * tree-ssa-phiprop.c: Likewise.
21709         * tree-ssa-pre.c: Likewise.
21710         * tree-ssa-reassoc.c: Likewise.
21711         * tree-ssa-sink.c: Likewise.
21712         * tree-ssa-strlen.c: Likewise.
21713         * tree-ssa-tail-merge.c: Likewise.
21714         * tree-ssa-uncprop.c: Likewise.
21715         * tree-switch-conversion.c: Likewise.
21716         * tree-tailcall.c: Likewise.
21717         * tree-vect-generic.c: Likewise.
21718         * tree-vectorizer.c: Likewise.
21719         * tree-vrp.c: Likewise.
21720         * tsan.c: Likewise.
21721         * var-tracking.c: Likewise.
21722         * bt-load.c: Likewise.
21723         * cfgcleanup.c: Likewise.
21724         * combine-stack-adj.c: Likewise.
21725         * combine.c: Likewise.
21726         * compare-elim.c: Likewise.
21727         * config/epiphany/resolve-sw-modes.c: Likewise.
21728         * config/i386/i386.c: Likewise.
21729         * config/mips/mips.c: Likewise.
21730         * config/s390/s390.c: Likewise.
21731         * config/sh/sh_treg_combine.cc: Likewise.
21732         * config/sparc/sparc.c: Likewise.
21733         * dce.c: Likewise.
21734         * dse.c: Likewise.
21735         * final.c: Likewise.
21736         * ifcvt.c: Likewise.
21737         * mode-switching.c: Likewise.
21738         * passes.c: Likewise.
21739         * postreload.c: Likewise.
21740         * ree.c: Likewise.
21741         * reg-stack.c: Likewise.
21742         * regcprop.c: Likewise.
21743         * regrename.c: Likewise.
21744         * web.c: Likewise.
21745
21746 2014-05-06  Richard Biener  <rguenther@suse.de>
21747
21748         PR middle-end/61070
21749         * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
21750         * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
21751
21752 2014-05-05  Jan Hubicka  <hubicka@ucw.cz>
21753
21754         PR ipa/60965
21755         * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
21756
21757 2014-05-05  Radovan Obradovic  <robradovic@mips.com>
21758             Tom de Vries  <tom@codesourcery.com>
21759
21760         * target.def (call_fusage_contains_non_callee_clobbers): New
21761         DEFHOOKPOD.
21762         * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
21763         Hooks to @menu.
21764         (@node Miscellaneous Register Hooks): New node.
21765         (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
21766         * doc/tm.texi: Regenerate.
21767
21768 2014-05-05  Marek Polacek  <polacek@redhat.com>
21769
21770         PR driver/61065
21771         * opts.c (common_handle_option): Call error_at instead of warning_at.
21772
21773 2014-05-05  Richard Biener  <rguenther@suse.de>
21774
21775         * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
21776         from last_verified if update_ssa ran.  Move TODO_verify_rtl_sharing
21777         under the TODO_verify_il umbrella.
21778
21779 2014-05-05  Richard Biener  <rguenther@suse.de>
21780
21781         * passes.c (execute_function_todo): Move TODO_verify_flow under
21782         the TODO_verify_ul umbrella.
21783
21784 2014-05-05  Richard Biener  <rguenther@suse.de>
21785
21786         PR middle-end/61010
21787         * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
21788         X & CST away from a CST that is the mask of a mode.
21789
21790 2014-05-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
21791
21792         * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
21793         int argument to enum machine_mode.
21794         (picochip_class_max_nregs): Ditto.
21795         * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
21796         (picochip_class_max_nregs): Ditto.
21797
21798 2014-05-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21799
21800         * target.def: Add new target hook.
21801         * doc/tm.texi: Regenerate.
21802         * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
21803         * targhooks.c (default_keep_leaf_when_profiled): New function.
21804
21805         * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
21806         (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
21807
21808 2014-05-05  Bin Cheng  <bin.cheng@arm.com>
21809
21810         PR tree-optimization/60363
21811         * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
21812         (copy_phi_args): New parameters.  Call get_value_locus_in_path.
21813         (update_destination_phis): New parameter.
21814         (create_edge_and_update_destination_phis): Ditto.
21815         (ssa_fix_duplicate_block_edges): Pass new arguments.
21816         (thread_single_edge): Ditto.
21817
21818 2014-05-04  Peter Bergner  <bergner@vnet.ibm.com>
21819
21820         * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
21821         (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
21822         (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
21823         * config/rs6000/rs6000-builtin.def (BU_MISC_1):
21824         Use RS6000_BTM_HARD_FLOAT.
21825         (BU_MISC_2): Likewise.
21826         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
21827         RS6000_BTM_HARD_FLOAT.
21828         (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
21829         is explicitly used.
21830         (rs6000_invalid_builtin): Add hard floating builtin support.
21831         (rs6000_expand_builtin): Relax the gcc_assert to allow the new
21832         hard float builtins.
21833         (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
21834
21835 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
21836
21837         * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
21838         Add missing function* argument.
21839
21840 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
21841
21842         * lra-constraints.c (valid_address_p): Move earlier in file.
21843         Add a constraint argument to the address_info version.
21844         (satisfies_memory_constraint_p): New function.
21845         (satisfies_address_constraint_p): Likewise.
21846         (process_alt_operands, curr_insn_transform): Use them.
21847         (process_address): Pass the constraint to valid_address_p when
21848         checking address operands.
21849
21850 2014-05-03  Richard Sandiford  <rdsandiford@googlemail.com>
21851
21852         * config/mips/mips.c (mips_isa_rev): New variable.
21853         (mips_set_architecture): Set it.
21854         * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
21855         from mips_isa_rev.
21856         (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
21857         (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
21858         (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
21859         (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
21860         (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
21861         conditions in terms of mips_isa_rev.
21862         (mips_isa_rev): Declare.
21863
21864 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
21865
21866         * config/sh/sh-mem.cc: Use tabs instead of spaces.
21867         (prob_unlikely, prob_likely): Make variables const.
21868
21869 2014-05-03  Denis Chertykov  <chertykov@gmail.com>
21870
21871         * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
21872
21873 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
21874
21875         * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
21876
21877 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
21878
21879         * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
21880         (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
21881         * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
21882         functions.
21883         (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
21884         sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
21885         sh_pass_in_reg_p.
21886         Replace usage of ROUND_REG with sh_round_reg.
21887         Use CEIL instead of ROUND_ADVANCE.
21888
21889 2014-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
21890
21891         PR target/61026
21892         * config/sh/sh.c: Include stdlib headers before everything else.
21893
21894 2014-05-02  Jakub Jelinek  <jakub@redhat.com>
21895
21896         * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
21897         GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
21898         (gimplify_adjust_omp_clauses): Simd region is never
21899         directly nested in combined parallel.  Instead, for linear
21900         with copyin/copyout, if in combined for simd loop, make decl
21901         firstprivate/lastprivate on OMP_FOR.
21902         * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
21903         expand_omp_for_static_chunk): When setting endvar, also set
21904         fd->loop.v to the same value.
21905
21906 2014-05-02  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
21907
21908         * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
21909
21910 2014-05-02  Alan Lawrence  <alan.lawrence@arm.com>
21911
21912         * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
21913         expression.
21914
21915 2014-05-02  Marek Polacek  <polacek@redhat.com>
21916
21917         * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
21918
21919 2014-05-02  Kito Cheng  <kito@0xlab.org>
21920
21921         * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
21922         to a C expression marco.
21923         * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
21924         * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
21925         * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
21926         * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
21927         HONOR_REG_ALLOC_ORDER.
21928         * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
21929
21930 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
21931
21932         * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
21933
21934 2014-05-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
21935
21936         * config/arc/arc.c (arc_select_cc_mode): Fix typo.
21937
21938 2014-05-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
21939
21940         * tree-if-conv.c (is_cond_scalar_reduction): New function.
21941         (convert_scalar_cond_reduction): Likewise.
21942         (predicate_scalar_phi): Add recognition and transformation
21943         of simple conditioanl reduction to be vectorizable.
21944
21945 2014-05-01  Marek Polacek  <polacek@redhat.com>
21946
21947         PR c/43245
21948         * doc/invoke.texi: Document -Wdiscarded-qualifiers.
21949
21950 2014-04-30  Alan Lawrence  <alan.lawrence@arm.com>
21951
21952         * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
21953         vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
21954         vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
21955         vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
21956         vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
21957         vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
21958         vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
21959         vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
21960
21961 2014-04-30  Joern Rennecke  <joern.rennecke@embecosm.com>
21962
21963         * config/arc/arc.opt (mlra): Move comment above option name
21964         to avoid mis-parsing as language options.
21965
21966 2014-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21967
21968         * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
21969         * config/sol2.h: ... here.
21970         * config/sol2-10.h: Remove.
21971
21972         * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
21973         (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
21974         (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
21975         (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
21976         (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
21977         * config/sol2.h: ... here.
21978         (SECTION_NAME_FORMAT): Don't redefine.
21979         (STARTFILE_ARCH32_SPEC): Rename to ...
21980         (STARTFILE_ARCH_SPEC): ... this.
21981         (ASM_OUTPUT_ALIGNED_COMMON): Move ...
21982         * config/sparc/sol2.h: ... here.
21983         (SECTION_NAME_FORMAT): Don't undef.
21984         * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
21985         (SUBTARGET_EXTRA_SPECS): Remove.
21986         * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
21987
21988         * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
21989         (MD_STARTFILE_PREFIX): Remove.
21990         (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
21991         (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
21992         (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
21993         (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
21994         (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
21995         (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
21996         * config/i386/sol2.h: ... here.
21997         (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
21998         * config/i386/sol2-bi.h: Remove.
21999         * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
22000         (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
22001
22002         * config/i386/t-sol2-64: Rename to ...
22003         * config/i386/t-sol2: ... this.
22004         * config/sparc/t-sol2-64: Rename to ...
22005         * config/sparc/t-sol2: ... this.
22006
22007         * config.gcc (*-*-solaris2*): Split sol2_tm_file into
22008         sol2_tm_file_head, sol2_tm_file_tail.
22009         Include ${cpu_type}/sol2.h before sol2.h.
22010         Remove sol2-10.h.
22011         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
22012         i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
22013         Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
22014         Reflect i386/t-sol2-64 renaming.
22015         (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
22016         Reflect sparc/t-sol2-64 renaming.
22017
22018 2014-04-30  Richard Biener  <rguenther@suse.de>
22019
22020         * passes.c (execute_function_todo): Move TODO_verify_stmts
22021         and TODO_verify_ssa under the TODO_verify_il umbrella.
22022         * tree-ssa.h (verify_ssa): Adjust prototype.
22023         * tree-ssa.c (verify_ssa): Add parameter to tell whether
22024         we should verify SSA operands.
22025         * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
22026         * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
22027         whether we should verify whether not throwing stmts have EH info.
22028         * graphite-scop-detection.c (create_sese_edges): Adjust.
22029         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
22030         * tree-eh.c (lower_try_finally_switch): Do not add the
22031         default case label twice.
22032
22033 2014-04-30  Marek Polacek  <polacek@redhat.com>
22034
22035         * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
22036         * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
22037         * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
22038         * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
22039
22040 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
22041
22042         * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
22043         vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
22044         vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
22045         vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
22046         vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
22047         vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
22048         vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
22049         vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
22050
22051 2014-04-29  David Malcolm  <dmalcolm@redhat.com>
22052
22053         * tree-cfg.c (dump_function_to_file): Dump the return type of
22054         functions, in a line to itself before the function body, mimicking
22055         the layout of a C function.
22056
22057 2014-04-29  Jakub Jelinek  <jakub@redhat.com>
22058
22059         PR tree-optimization/60971
22060         * tree-tailcall.c (process_assignment): Reject conversions which
22061         reduce precision.
22062
22063 2014-04-29  James Greenhalgh  <james.greenhalgh@arm.com>
22064
22065         * calls.c (initialize_argument_information): Always treat
22066         PUSH_ARGS_REVERSED as 1, simplify code accordingly.
22067         (expand_call): Likewise.
22068         (emit_library_call_calue_1): Likewise.
22069         * expr.c (PUSH_ARGS_REVERSED): Do not define.
22070         (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
22071         code accordingly.
22072
22073 2014-04-29  Nick Clifton  <nickc@redhat.com>
22074
22075         * config/msp430/msp430.md (umulsidi): Fix typo.
22076         (mulhisi3): Enable even inside interrupt handlers.
22077         * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
22078         bigger return address pushed in large mode.
22079
22080 2014-04-29  Nick Clifton  <nickc@redhat.com>
22081
22082         * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
22083         (arc_init_reg_tables): Use a machine_mode enum to iterate over
22084         available modes.
22085         * config/m32r/m32r.c (init_reg_tables): Likewise.
22086         * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
22087         enum to hold the modes.
22088
22089 2014-04-29  Richard Biener  <rguenther@suse.de>
22090
22091         * dominance.c (free_dominance_info): Add overload with
22092         function parameter.
22093         (dom_info_state): Likewise.
22094         (dom_info_available_p): Likewise.
22095         * basic-block.h (free_dominance_info, dom_info_state,
22096         dom_info_available_p): Declare overloads.
22097         * passes.c (execute_function_todo): Verify that verifiers
22098         don't change dominator info state.  Drop dominator info
22099         for IPA pass invocations.
22100         * cgraph.c (release_function_body): Restore asserts that
22101         dominator information is released.
22102
22103 2014-04-29  Patrick Palka  <patrick@parcs.ath.cx>
22104
22105         * doc/invoke.texi: Fix typo.
22106         * tree-vrp.c: Fix typos.
22107         * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
22108
22109 2014-04-29  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
22110
22111         * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
22112
22113 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
22114
22115         * config/aarch64/aarch64-builtins.c
22116         (aarch64_types_storestruct_lane_qualifiers): New.
22117         (TYPES_STORESTRUCT_LANE): Likewise.
22118         * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
22119         (st3_lane): Likewise.
22120         (st4_lane): Likewise.
22121         * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
22122         (vec_store_lanesci_lane<mode>): Likewise.
22123         (vec_store_lanesxi_lane<mode>): Likewise.
22124         (aarch64_st2_lane<VQ:mode>): Likewise.
22125         (aarch64_st3_lane<VQ:mode>): Likewise.
22126         (aarch64_st4_lane<VQ:mode>): Likewise.
22127         * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
22128         * config/aarch64/arm_neon.h
22129         (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
22130         use new macro arguments.
22131         (__ST3_LANE_FUNC): Likewise.
22132         (__ST4_LANE_FUNC): Likewise.
22133         * config/aarch64/iterators.md (V_TWO_ELEM): New.
22134         (V_THREE_ELEM): Likewise.
22135         (V_FOUR_ELEM): Likewise.
22136
22137 2014-04-28  David Malcolm  <dmalcolm@redhat.com>
22138
22139         * doc/gimple.texi: Replace the description of the now-defunct
22140         union gimple_statement_d with a diagram showing the
22141         gimple_statement_base class hierarchy and its relationships to
22142         the GSS_ and GIMPLE_ enums.
22143
22144 2014-04-28  James Greenhalgh  <james.greenhalgh@arm.com>
22145
22146         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
22147         * config/aarch64/aarch64.c
22148         (aarch64_cannot_change_mode_class): Weaken conditions.
22149         (aarch64_modes_tieable_p): New.
22150         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
22151
22152 2014-04-28  Pat Haugen  <pthaugen@us.ibm.com>
22153
22154         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
22155         (loadsync_<mode>): Change mode.
22156         (load_quadpti, store_quadpti): New.
22157         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
22158         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
22159
22160 2014-04-28  Martin Jambor  <mjambor@suse.cz>
22161
22162         * tree-sra.c (sra_modify_expr): Generate new memory accesses with
22163         same alias type as the original statement.
22164         (subreplacement_assignment_data): New type.
22165         (handle_unscalarized_data_in_subtree): New type of parameter,
22166         generate new memory accesses with same alias type as the original
22167         statement.
22168         (load_assign_lhs_subreplacements): Likewise.
22169         (sra_modify_constructor_assign): Generate new memory accesses with
22170         same alias type as the original statement.
22171
22172 2014-04-28  Richard Biener  <rguenther@suse.de>
22173
22174         * tree-pass.h (TODO_verify_il): Define.
22175         (TODO_verify_all): Complete properly.
22176         * passes.c (execute_function_todo): Move existing loop-closed
22177         SSA verification under TODO_verify_il.
22178         (execute_one_pass): Trigger TODO_verify_il at todo-after time.
22179         * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
22180         Fix tree sharing issue.
22181
22182 2014-04-28  Richard Biener  <rguenther@suse.de>
22183
22184         PR middle-end/60092
22185         * builtins.def (DEF_C11_BUILTIN): Add.
22186         (BUILT_IN_ALIGNED_ALLOC): Likewise.
22187         * coretypes.h (enum function_class): Add function_c11_misc.
22188         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
22189         BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
22190         (call_may_clobber_ref_p_1): Likewise.
22191         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
22192         (mark_all_reaching_defs_necessary_1): Likewise.
22193         (propagate_necessity): Likewise.
22194         (eliminate_unnecessary_stmts): Likewise.
22195         * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
22196
22197 2014-04-28  Richard Biener  <rguenther@suse.de>
22198
22199         * tree-vrp.c (vrp_var_may_overflow): Remove.
22200         (vrp_visit_phi_node): Rather than bumping to +-INF possibly
22201         with overflow immediately bump to one before that value and
22202         let iteration figure out overflow status.
22203
22204 2014-04-28  Richard Biener  <rguenther@suse.de>
22205
22206         * configure.ac: Do valgrind header checks unconditionally.
22207         Add --enable-valgrind-annotations.
22208         * system.h: Guard valgrind header inclusion with
22209         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
22210         * alloc-pool.c (pool_alloc, pool_free): Use
22211         ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
22212         to guard possibly dead code.
22213         * config.in: Regenerated.
22214         * configure: Likewise.
22215
22216 2014-04-28  Jeff Law  <law@redhat.com>
22217
22218         PR tree-optimization/60902
22219         * tree-ssa-threadedge.c
22220         (record_temporary_equivalences_from_stmts_at_dest): Only iterate
22221         over real defs when invalidating outputs from statements that do not
22222         produce useful outputs for threading.
22223
22224 2014-04-28  Richard Biener  <rguenther@suse.de>
22225
22226         PR tree-optimization/60979
22227         * graphite-scop-detection.c (scopdet_basic_block_info): Reject
22228         SCOPs that end in a block with a successor with abnormal
22229         predecessors.
22230
22231 2014-04-28  Richard Biener  <rguenther@suse.de>
22232
22233         * tree-pass.h (execute_pass_list): Adjust prototype.
22234         * passes.c (pass_manager::execute_early_local_passes): Adjust.
22235         (do_per_function): Change callback signature, push all actual
22236         work to the callbals.
22237         (do_per_function_toporder): Likewise.
22238         (execute_function_dump): Adjust.
22239         (execute_function_todo): Likewise.
22240         (clear_last_verified): Likewise.
22241         (verify_curr_properties): Likewise.
22242         (update_properties_after_pass): Likewise.
22243         (execute_pass_list_1): Split out from ...
22244         (execute_pass_list): ... here.  Adjust.
22245         (execute_ipa_pass_list): Likewise.
22246         * cgraphunit.c (cgraph_add_new_function): Adjust.
22247         (analyze_function): Likewise.
22248         (expand_function): Likewise.
22249         * cgraph.c (release_function_body): Free dominance info
22250         here instead of asserting it was magically freed elsewhere.
22251
22252 2014-04-28  Eric Botcazou  <ebotcazou@adacore.com>
22253
22254         * configure.ac: Tweak GAS check for LEON instructions on SPARC.
22255         * configure: Regenerate.
22256         * config/sparc/sparc.opt (muser-mode): New option.
22257         * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
22258         for LEON3.
22259         (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
22260         * doc/invoke.texi (SPARC options): Document -muser-mode.
22261
22262 2014-04-27  Richard Sandiford  <rdsandiford@googlemail.com>
22263
22264         * cselib.c (find_slot_memmode): Delete.
22265         (cselib_hasher): Change compare_type to a struct.
22266         (cselib_hasher::equal): Update accordingly.  Don't expect wrapped
22267         constants.
22268         (preserve_constants_and_equivs): Adjust for new compare_type.
22269         (cselib_find_slot): Likewise.  Take the mode of the rtx as argument.
22270         (wrap_constant): Delete.
22271         (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
22272
22273 2014-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
22274
22275         * doc/install.texi (Building with profile feedback): Remove
22276         outdated sentence.
22277
22278 2014-04-26  Tom de Vries  <tom@codesourcery.com>
22279
22280         * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
22281         array accesses.
22282
22283 2014-04-25  Cary Coutant  <ccoutant@google.com>
22284
22285         PR debug/60929
22286         * dwarf2out.c (should_move_die_to_comdat): A type definition
22287         can contain a subprogram definition, but don't move it to a
22288         comdat unit.
22289         (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
22290         (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
22291         from original DIE.
22292         (clone_tree_hash): Rename to...
22293         (clone_tree_partial): ...this; change callers.  Copy
22294         DW_TAG_subprogram DIEs as declarations.
22295         (copy_decls_walk): Don't copy children of a declaration into a
22296         type unit.
22297
22298 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
22299
22300         PR target/60969
22301         * config/i386/i386.md (*movsf_internal): Set MODE to SI for
22302         alternative 12.
22303
22304 2014-04-25  Jiong Wang  <jiong.wang@arm.com>
22305
22306         * config/arm/predicates.md (call_insn_operand): Add long_call check.
22307         * config/arm/arm.md (sibcall, sibcall_value): Force the address to
22308         reg for long_call.
22309         * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
22310         restriction.
22311
22312 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22313
22314         * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
22315
22316 2014-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22317
22318         PR tree-optimization/60930
22319         * gimple-ssa-strength-reduction.c (create_mul_imm_cand):  Reject
22320         creating a multiply candidate by folding two constant
22321         multiplicands when the result overflows.
22322
22323 2014-04-25  Jakub Jelinek  <jakub@redhat.com>
22324
22325         PR tree-optimization/60960
22326         * tree-vect-generic.c (expand_vector_operation): Only call
22327         expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
22328
22329 2014-04-25  Tom de Vries  <tom@codesourcery.com>
22330
22331         * expr.c (clobber_reg_mode): New function.
22332         * expr.h (clobber_reg): New function.
22333
22334 2014-04-25  Tom de Vries  <tom@codesourcery.com>
22335
22336         * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
22337         clobbers.
22338
22339 2014-04-25  Radovan Obradovic  <robradovic@mips.com>
22340             Tom de Vries  <tom@codesourcery.com>
22341
22342         * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
22343         handle.
22344         * rtl.h (find_all_hard_reg_sets): Add bool parameter.
22345         * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
22346         new argument to find_all_hard_reg_sets call.
22347
22348 2014-04-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22349
22350         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
22351         Use HOST_WIDE_INT_C for mask literal.
22352         (aarch_rev16_shleft_mask_imm_p): Likewise.
22353
22354 2014-04-25  Eric Botcazou  <ebotcazou@adacore.com>
22355
22356         PR target/60941
22357         * config/sparc/sparc.md (ashlsi3_extend): Delete.
22358
22359 2014-04-25  Marc Glisse  <marc.glisse@inria.fr>
22360
22361         PR preprocessor/56540
22362         * config/i386/i386-c.c (ix86_target_macros): Define
22363         __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
22364
22365 2014-04-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22366
22367         * configure.ac (tga_func): Remove.
22368         (LIB_TLS_SPEC): Remove.
22369         * configure: Regenerate.
22370         * config.in: Regenerate.
22371         * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
22372
22373 2014-04-25  Richard Biener  <rguenther@suse.de>
22374
22375         PR ipa/60912
22376         * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
22377         call stmt use/clobber sets during stmt walk instead of
22378         walking the possibly incomplete set of caller edges.
22379
22380 2014-04-25  Richard Biener  <rguenther@suse.de>
22381
22382         PR ipa/60911
22383         * passes.c (apply_ipa_transforms): Inline into only caller ...
22384         (execute_one_pass): ... here.  Properly bring in function
22385         bodies for nodes we want to apply IPA transforms to.
22386
22387 2014-04-24  Cong Hou  <congh@google.com>
22388
22389         PR tree-optimization/60896
22390         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
22391         all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
22392         (vect_mark_pattern_stmts): Set the def type of all statements in
22393         PATTERN_DEF_SEQ as vect_internal_def.
22394
22395 2014-04-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
22396
22397         * doc/extend.texi (PowerPC Built-in Functions): Document new
22398         powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
22399         (PowerPC AltiVec/VSX Built-in Functions): Likewise.
22400
22401         * config/rs6000/predicates.md (const_0_to_3_operand): New
22402         predicate to match 0..3 integer constants.
22403
22404         * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
22405         to support adding miscellaneous builtin functions.
22406         (BU_DFP_MISC_2): Likewise.
22407         (BU_P7_MISC_1): Likewise.
22408         (BU_P7_MISC_2): Likewise.
22409         (BU_P8V_MISC_3): Likewise.
22410         (BU_MISC_1): Likewise.
22411         (BU_MISC_2): Likewise.
22412         (DIVWE): Add extended divide builtin functions.
22413         (DIVWEO): Likewise.
22414         (DIVWEU): Likewise.
22415         (DIVWEUO): Likewise.
22416         (DIVDE): Likewise.
22417         (DIVDEO): Likewise.
22418         (DIVDEU): Likewise.
22419         (DIVDEUO): Likewise.
22420         (DXEX): Add decimal floating-point builtin functions.
22421         (DXEXQ): Likewise.
22422         (DDEDPD): Likewise.
22423         (DDEDPDQ): Likewise.
22424         (DENBCD): Likewise.
22425         (DENBCDQ): Likewise.
22426         (DIEX): Likewise.
22427         (DIEXQ): Likewise.
22428         (DSCLI): Likewise.
22429         (DSCLIQ): Likewise.
22430         (DSCRI): Likewise.
22431         (DSCRIQ): Likewise.
22432         (CDTBCD): Add new BCD builtin functions.
22433         (CBCDTD): Likewise.
22434         (ADDG6S): Likewise.
22435         (BCDADD): Likewise.
22436         (BCDADD_LT): Likewise.
22437         (BCDADD_EQ): Likewise.
22438         (BCDADD_GT): Likewise.
22439         (BCDADD_OV): Likewise.
22440         (BCDSUB): Likewise.
22441         (BCDSUB_LT): Likewise.
22442         (BCDSUB_EQ): Likewise.
22443         (BCDSUB_GT): Likewise.
22444         (BCDSUB_OV): Likewise.
22445         (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
22446         (UNPACK_TD): Likewise.
22447         (PACK_TF): Likewise.
22448         (UNPACK_TF): Likewise.
22449         (UNPACK_TF_0): Likewise.
22450         (UNPACK_TF_1): Likewise.
22451         (PACK_V1TI): Likewise.
22452         (UNPACK_V1TI): Likewise.
22453
22454         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
22455         support for decimal floating point builtin functions.
22456         (rs6000_expand_ternop_builtin): Add checks for the new builtin
22457         functions that take constant arguments.
22458         (rs6000_invalid_builtin): Add decimal floating point builtin support.
22459         (rs6000_init_builtins): Setup long double, _Decimal64, and
22460         _Decimal128 types for new builtin functions.
22461         (builtin_function_type): Set the unsigned flags appropriately for
22462         the new builtin functions.
22463         (rs6000_opt_masks): Add support for decimal floating point builtin
22464         functions.
22465
22466         * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
22467         floating point builtin functions.
22468         (RS6000_BTM_COMMON): Likewise.
22469         (RS6000_BTI_long_double): Likewise.
22470         (RS6000_BTI_dfloat64): Likewise.
22471         (RS6000_BTI_dfloat128): Likewise.
22472         (long_double_type_internal_node): Likewise.
22473         (dfloat64_type_internal_node): Likewise.
22474         (dfloat128_type_internal_node): Likewise.
22475
22476         * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
22477         2.07 bcd arithmetic instructions.
22478         (UNSPEC_BCDSUB): Likewise.
22479         (UNSPEC_BCD_OVERFLOW): Likewise.
22480         (UNSPEC_BCD_ADD_SUB): Likewise.
22481         (bcd_add_sub): Likewise.
22482         (BCD_TEST): Likewise.
22483         (bcd<bcd_add_sub>): Likewise.
22484         (bcd<bcd_add_sub>_test): Likewise.
22485         (bcd<bcd_add_sub>_test2): Likewise.
22486         (bcd<bcd_add_sub>_<code>): Likewise.
22487         (peephole2 for combined bcd ops): Likewise.
22488
22489         * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
22490         decimal floating point builtin functions.
22491         (UNSPEC_DENBCD): Likewise.
22492         (UNSPEC_DXEX): Likewise.
22493         (UNSPEC_DIEX): Likewise.
22494         (UNSPEC_DSCLI): Likewise.
22495         (UNSPEC_DSCRI): Likewise.
22496         (D64_D128): Likewise.
22497         (dfp_suffix): Likewise.
22498         (dfp_ddedpd_<mode>): Likewise.
22499         (dfp_denbcd_<mode>): Likewise.
22500         (dfp_dxex_<mode>): Likewise.
22501         (dfp_diex_<mode>): Likewise.
22502         (dfp_dscli_<mode>): Likewise.
22503         (dfp_dscri_<mode>): Likewise.
22504
22505         * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
22506         builtin functions.
22507         (UNSPEC_CDTBCD): Likewise.
22508         (UNSPEC_CBCDTD): Likewise.
22509         (UNSPEC_DIVE): Add support for new extended divide builtin functions.
22510         (UNSPEC_DIVEO): Likewise.
22511         (UNSPEC_DIVEU): Likewise.
22512         (UNSPEC_DIVEUO): Likewise.
22513         (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
22514         pack/unpack 128-bit types.
22515         (UNSPEC_PACK_128BIT): Likewise.
22516         (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
22517         (udiv<mode>3): Use idiv_ldiv mode attribute.
22518         (div<mode>3): Likewise.
22519         (addg6s): Add new BCD builtin functions.
22520         (cdtbcd): Likewise.
22521         (cbcdtd): Likewise.
22522         (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
22523         (div_extend): Likewise.
22524         (div<div_extend>_<mode>"): Likewise.
22525         (FP128_64): Add support for new builtin functions to pack/unpack
22526         128-bit types.
22527         (unpack<mode>): Likewise.
22528         (unpacktf_0): Likewise.
22529         (unpacktf_1): Likewise.
22530         (unpack<mode>_dm): Likewise.
22531         (unpack<mode>_nodm): Likewise.
22532         (pack<mode>): Likewise.
22533         (unpackv1ti): Likewise.
22534         (packv1ti): Likewise.
22535
22536 2014-04-24  Vishnu K S  <Vishnu.k_s@atmel.com>
22537
22538         * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
22539         is disabled.
22540
22541 2014-04-24  Jakub Jelinek  <jakub@redhat.com>
22542
22543         * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
22544         * gimplify.c (omp_is_private): Change last argument's type to int.
22545         Only diagnose lastprivate if the simd argument is 1, only diagnose
22546         linear if the simd argument is 2.
22547         (gimplify_omp_for): Adjust omp_is_private callers.  When adding
22548         lastprivate or private, add the clause to OMP_FOR_CLAUSES.  Pass
22549         GOVD_EXPLICIT to omp_add_variable.  For simd with collapse == 1
22550         create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
22551         If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
22552         increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
22553         * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
22554         OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
22555         * tree-nested.c (convert_nonlocal_omp_clauses,
22556         convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
22557
22558 2014-04-24  Segher Boessenkool  <segher@kernel.crashing.org>
22559
22560         PR target/60822
22561         * config/m68k/m68k.md (extendplussidi): Don't allow memory for
22562         operand 1.
22563
22564 2014-04-24  Dimitris Papavasiliou  <dpapavas@gmail.com>
22565
22566         * flag-types.h (enum ivar_visibility): Add.
22567
22568 2014-04-24  Trevor Saunders  <tsaunders@mozilla.com>
22569
22570         * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
22571         function * argument.
22572
22573 2014-04-24  Alan Lawrence  <alan.lawrence@arm.com>
22574
22575         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
22576
22577 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
22578             Tom de Vries  <tom@codesourcery.com>
22579
22580         * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
22581         * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
22582         reg-note.
22583         * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
22584         * emit-rtl.c (try_split): Same.
22585
22586 2014-04-24  Radovan Obradovic  <robradovic@mips.com>
22587             Tom de Vries  <tom@codesourcery.com>
22588
22589         * common.opt (fuse-caller-save): New option.
22590
22591 2014-04-24  Tejas Belagod  <tejas.belagod@arm.com>
22592
22593         * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
22594         elements for big-endian.
22595
22596 2014-04-24  Richard Biener  <rguenther@suse.de>
22597
22598         * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
22599         during TER and instead use the sepops interface for expanding
22600         non-GIMPLE_SINGLE_RHS.
22601
22602 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22603
22604         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
22605         if not HAVE_AS_IX86_DIFF_SECT_DELTA.
22606
22607 2014-04-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22608
22609         * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
22610         assembler 64-bit option.
22611         * configure: Regenerate.
22612
22613 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22614
22615         * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
22616         TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
22617         (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
22618         (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
22619         (TARGET_CRYPTO): Take TARGET_SIMD into account.
22620
22621 2014-04-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22622
22623         * config/aarch64/aarch64-builtins.c
22624         (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
22625         BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
22626         * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
22627         * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
22628         builtins.
22629         * config/aarch64/iterator.md (VDQHSD): New mode iterator.
22630         (Vrevsuff): New mode attribute.
22631
22632 2014-04-24  Terry Guo  <terry.guo@arm.com>
22633
22634         * config/arm/arm.h (machine_function): Define variable
22635         after_arm_reorg here.
22636         * config/arm/arm.c (after_arm_reorg): Remove the definition.
22637         (arm_split_constant): Update the way to access variable
22638         after_arm_reorg.
22639         (arm_reorg): Ditto.
22640         (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
22641
22642 2014-04-23  Tom de Vries  <tom@codesourcery.com>
22643
22644         * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
22645
22646 2014-04-23  David Malcolm  <dmalcolm@redhat.com>
22647
22648         * is-a.h: Update comments to reflect the following changes to the
22649         "pointerness" of the API, making the template parameter match the
22650         return type, allowing use of is-a.h with typedefs of pointers.
22651         (is_a_helper::cast): Return a T rather then a pointer to a T, so
22652         that the return type matches the parameter to the is_a_helper.
22653         (as_a): Likewise.
22654         (dyn_cast): Likewise.
22655
22656         * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
22657         pointer from the is-a.h API.
22658
22659         * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
22660         (is_a_helper <cgraph_node *>::test): ...this, matching change to
22661         is-a.h API.
22662         (is_a_helper <varpool_node>::test): Likewise, convert to...
22663         (is_a_helper <varpool_node *>::test): ...this.
22664
22665         (varpool_first_variable): Update for removal of implicit pointer
22666         from the is-a.h API.
22667         (varpool_next_variable): Likewise.
22668         (varpool_first_static_initializer): Likewise.
22669         (varpool_next_static_initializer): Likewise.
22670         (varpool_first_defined_variable): Likewise.
22671         (varpool_next_defined_variable): Likewise.
22672         (cgraph_first_defined_function): Likewise.
22673         (cgraph_next_defined_function): Likewise.
22674         (cgraph_first_function): Likewise.
22675         (cgraph_next_function): Likewise.
22676         (cgraph_first_function_with_gimple_body): Likewise.
22677         (cgraph_next_function_with_gimple_body): Likewise.
22678         (cgraph_alias_target): Likewise.
22679         (varpool_alias_target): Likewise.
22680         (cgraph_function_or_thunk_node): Likewise.
22681         (varpool_variable_node): Likewise.
22682         (symtab_real_symbol_p): Likewise.
22683         * cgraphunit.c (referred_to_p): Likewise.
22684         (analyze_functions): Likewise.
22685         (handle_alias_pairs): Likewise.
22686         * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
22687         * gimple-ssa.h (gimple_vuse_op): Likewise.
22688         (gimple_vdef_op): Likewise.
22689         * gimple-streamer-in.c (input_gimple_stmt): Likewise.
22690         * gimple.c (gimple_build_asm_1): Likewise.
22691         (gimple_build_try): Likewise.
22692         (gimple_build_resx): Likewise.
22693         (gimple_build_eh_dispatch): Likewise.
22694         (gimple_build_omp_for): Likewise.
22695         (gimple_omp_for_set_clauses): Likewise.
22696
22697         * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
22698         (is_a_helper <gimple_statement_asm *>::test): ...this.
22699         (is_a_helper <gimple_statement_bind>::test): Convert to...
22700         (is_a_helper <gimple_statement_bind *>::test): ...this.
22701         (is_a_helper <gimple_statement_call>::test): Convert to...
22702         (is_a_helper <gimple_statement_call *>::test): ...this.
22703         (is_a_helper <gimple_statement_catch>::test): Convert to...
22704         (is_a_helper <gimple_statement_catch *>::test): ...this.
22705         (is_a_helper <gimple_statement_resx>::test): Convert to...
22706         (is_a_helper <gimple_statement_resx *>::test): ...this.
22707         (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
22708         (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
22709         (is_a_helper <gimple_statement_eh_else>::test): Convert to...
22710         (is_a_helper <gimple_statement_eh_else *>::test): ...this.
22711         (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
22712         (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
22713         (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
22714         (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
22715         (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
22716         (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
22717         (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
22718         (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
22719         (is_a_helper <gimple_statement_omp_return>::test): Convert to...
22720         (is_a_helper <gimple_statement_omp_return *>::test): ...this.
22721         (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
22722         (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
22723         (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
22724         (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
22725         (is_a_helper <gimple_statement_omp_for>::test): Convert to...
22726         (is_a_helper <gimple_statement_omp_for *>::test): ...this.
22727         (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
22728         (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
22729         (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
22730         (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
22731         (is_a_helper <gimple_statement_omp_target>::test): Convert to...
22732         (is_a_helper <gimple_statement_omp_target *>::test): ...this.
22733         (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
22734         (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
22735         (is_a_helper <gimple_statement_omp_single>::test): Convert to...
22736         (is_a_helper <gimple_statement_omp_single *>::test): ...this.
22737         (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
22738         (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
22739         (is_a_helper <gimple_statement_omp_task>::test): Convert to...
22740         (is_a_helper <gimple_statement_omp_task *>::test): ...this.
22741         (is_a_helper <gimple_statement_phi>::test): Convert to...
22742         (is_a_helper <gimple_statement_phi *>::test): ...this.
22743         (is_a_helper <gimple_statement_transaction>::test): Convert to...
22744         (is_a_helper <gimple_statement_transaction *>::test): ...this.
22745         (is_a_helper <gimple_statement_try>::test): Convert to...
22746         (is_a_helper <gimple_statement_try *>::test): ...this.
22747         (is_a_helper <gimple_statement_wce>::test): Convert to...
22748         (is_a_helper <gimple_statement_wce *>::test): ...this.
22749         (is_a_helper <const gimple_statement_asm>::test): Convert to...
22750         (is_a_helper <const gimple_statement_asm *>::test): ...this.
22751         (is_a_helper <const gimple_statement_bind>::test): Convert to...
22752         (is_a_helper <const gimple_statement_bind *>::test): ...this.
22753         (is_a_helper <const gimple_statement_call>::test): Convert to...
22754         (is_a_helper <const gimple_statement_call *>::test): ...this.
22755         (is_a_helper <const gimple_statement_catch>::test): Convert to...
22756         (is_a_helper <const gimple_statement_catch *>::test): ...this.
22757         (is_a_helper <const gimple_statement_resx>::test): Convert to...
22758         (is_a_helper <const gimple_statement_resx *>::test): ...this.
22759         (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
22760         (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
22761         (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
22762         (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
22763         (is_a_helper <const gimple_statement_omp_atomic_load>::test):
22764         Convert to...
22765         (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
22766         ...this.
22767         (is_a_helper <const gimple_statement_omp_atomic_store>::test):
22768         Convert to...
22769         (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
22770         ...this.
22771         (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
22772         (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
22773         (is_a_helper <const gimple_statement_omp_continue>::test): Convert
22774         to...
22775         (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
22776         (is_a_helper <const gimple_statement_omp_critical>::test): Convert
22777         to...
22778         (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
22779         (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
22780         (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
22781         (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
22782         (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
22783         (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
22784         to...
22785         (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
22786         (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
22787         (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
22788         (is_a_helper <const gimple_statement_omp_sections>::test): Convert
22789         to...
22790         (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
22791         (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
22792         (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
22793         (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
22794         (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
22795         (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
22796         (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
22797         (is_a_helper <const gimple_statement_phi>::test): Convert to...
22798         (is_a_helper <const gimple_statement_phi *>::test): ...this.
22799         (is_a_helper <const gimple_statement_transaction>::test): Convert to...
22800         (is_a_helper <const gimple_statement_transaction *>::test): ...this.
22801         (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
22802         (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
22803         (is_a_helper <gimple_statement_with_ops>::test): Convert to...
22804         (is_a_helper <gimple_statement_with_ops *>::test): ...this.
22805         (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
22806         to...
22807         (is_a_helper <const gimple_statement_with_memory_ops *>::test):
22808         ...this.
22809         (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
22810         (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
22811
22812         (gimple_use_ops): Update for removal of implicit pointer from the
22813         is-a.h API.
22814         (gimple_set_use_ops): Likewise.
22815         (gimple_vuse): Likewise.
22816         (gimple_vdef): Likewise.
22817         (gimple_vuse_ptr): Likewise.
22818         (gimple_vdef_ptr): Likewise.
22819         (gimple_set_vuse): Likewise.
22820         (gimple_set_vdef): Likewise.
22821         (gimple_omp_return_set_lhs): Likewise.
22822         (gimple_omp_return_lhs): Likewise.
22823         (gimple_omp_return_lhs_ptr): Likewise.
22824         (gimple_call_fntype): Likewise.
22825         (gimple_call_set_fntype): Likewise.
22826         (gimple_call_set_internal_fn): Likewise.
22827         (gimple_call_use_set): Likewise.
22828         (gimple_call_clobber_set): Likewise.
22829         (gimple_bind_vars): Likewise.
22830         (gimple_bind_set_vars): Likewise.
22831         (gimple_bind_body_ptr): Likewise.
22832         (gimple_bind_set_body): Likewise.
22833         (gimple_bind_add_stmt): Likewise.
22834         (gimple_bind_block): Likewise.
22835         (gimple_bind_set_block): Likewise.
22836         (gimple_asm_ninputs): Likewise.
22837         (gimple_asm_noutputs): Likewise.
22838         (gimple_asm_nclobbers): Likewise.
22839         (gimple_asm_nlabels): Likewise.
22840         (gimple_asm_input_op): Likewise.
22841         (gimple_asm_input_op_ptr): Likewise.
22842         (gimple_asm_output_op): Likewise.
22843         (gimple_asm_output_op_ptr): Likewise.
22844         (gimple_asm_set_output_op): Likewise.
22845         (gimple_asm_clobber_op): Likewise.
22846         (gimple_asm_set_clobber_op): Likewise.
22847         (gimple_asm_label_op): Likewise.
22848         (gimple_asm_set_label_op): Likewise.
22849         (gimple_asm_string): Likewise.
22850         (gimple_catch_types): Likewise.
22851         (gimple_catch_types_ptr): Likewise.
22852         (gimple_catch_handler_ptr): Likewise.
22853         (gimple_catch_set_types): Likewise.
22854         (gimple_catch_set_handler): Likewise.
22855         (gimple_eh_filter_types): Likewise.
22856         (gimple_eh_filter_types_ptr): Likewise.
22857         (gimple_eh_filter_failure_ptr): Likewise.
22858         (gimple_eh_filter_set_types): Likewise.
22859         (gimple_eh_filter_set_failure): Likewise.
22860         (gimple_eh_must_not_throw_fndecl): Likewise.
22861         (gimple_eh_must_not_throw_set_fndecl): Likewise.
22862         (gimple_eh_else_n_body_ptr): Likewise.
22863         (gimple_eh_else_e_body_ptr): Likewise.
22864         (gimple_eh_else_set_n_body): Likewise.
22865         (gimple_eh_else_set_e_body): Likewise.
22866         (gimple_try_eval_ptr): Likewise.
22867         (gimple_try_cleanup_ptr): Likewise.
22868         (gimple_try_set_eval): Likewise.
22869         (gimple_try_set_cleanup): Likewise.
22870         (gimple_wce_cleanup_ptr): Likewise.
22871         (gimple_wce_set_cleanup): Likewise.
22872         (gimple_phi_capacity): Likewise.
22873         (gimple_phi_num_args): Likewise.
22874         (gimple_phi_result): Likewise.
22875         (gimple_phi_result_ptr): Likewise.
22876         (gimple_phi_set_result): Likewise.
22877         (gimple_phi_arg): Likewise.
22878         (gimple_phi_set_arg): Likewise.
22879         (gimple_resx_region): Likewise.
22880         (gimple_resx_set_region): Likewise.
22881         (gimple_eh_dispatch_region): Likewise.
22882         (gimple_eh_dispatch_set_region): Likewise.
22883         (gimple_omp_critical_name): Likewise.
22884         (gimple_omp_critical_name_ptr): Likewise.
22885         (gimple_omp_critical_set_name): Likewise.
22886         (gimple_omp_for_clauses): Likewise.
22887         (gimple_omp_for_clauses_ptr): Likewise.
22888         (gimple_omp_for_set_clauses): Likewise.
22889         (gimple_omp_for_collapse): Likewise.
22890         (gimple_omp_for_index): Likewise.
22891         (gimple_omp_for_index_ptr): Likewise.
22892         (gimple_omp_for_set_index): Likewise.
22893         (gimple_omp_for_initial): Likewise.
22894         (gimple_omp_for_initial_ptr): Likewise.
22895         (gimple_omp_for_set_initial): Likewise.
22896         (gimple_omp_for_final): Likewise.
22897         (gimple_omp_for_final_ptr): Likewise.
22898         (gimple_omp_for_set_final): Likewise.
22899         (gimple_omp_for_incr): Likewise.
22900         (gimple_omp_for_incr_ptr): Likewise.
22901         (gimple_omp_for_set_incr): Likewise.
22902         (gimple_omp_for_pre_body_ptr): Likewise.
22903         (gimple_omp_for_set_pre_body): Likewise.
22904         (gimple_omp_parallel_clauses): Likewise.
22905         (gimple_omp_parallel_clauses_ptr): Likewise.
22906         (gimple_omp_parallel_set_clauses): Likewise.
22907         (gimple_omp_parallel_child_fn): Likewise.
22908         (gimple_omp_parallel_child_fn_ptr): Likewise.
22909         (gimple_omp_parallel_set_child_fn): Likewise.
22910         (gimple_omp_parallel_data_arg): Likewise.
22911         (gimple_omp_parallel_data_arg_ptr): Likewise.
22912         (gimple_omp_parallel_set_data_arg): Likewise.
22913         (gimple_omp_task_clauses): Likewise.
22914         (gimple_omp_task_clauses_ptr): Likewise.
22915         (gimple_omp_task_set_clauses): Likewise.
22916         (gimple_omp_task_child_fn): Likewise.
22917         (gimple_omp_task_child_fn_ptr): Likewise.
22918         (gimple_omp_task_set_child_fn): Likewise.
22919         (gimple_omp_task_data_arg): Likewise.
22920         (gimple_omp_task_data_arg_ptr): Likewise.
22921         (gimple_omp_task_set_data_arg): Likewise.
22922         (gimple_omp_taskreg_clauses): Likewise.
22923         (gimple_omp_taskreg_clauses_ptr): Likewise.
22924         (gimple_omp_taskreg_set_clauses): Likewise.
22925         (gimple_omp_taskreg_child_fn): Likewise.
22926         (gimple_omp_taskreg_child_fn_ptr): Likewise.
22927         (gimple_omp_taskreg_set_child_fn): Likewise.
22928         (gimple_omp_taskreg_data_arg): Likewise.
22929         (gimple_omp_taskreg_data_arg_ptr): Likewise.
22930         (gimple_omp_taskreg_set_data_arg): Likewise.
22931         (gimple_omp_task_copy_fn): Likewise.
22932         (gimple_omp_task_copy_fn_ptr): Likewise.
22933         (gimple_omp_task_set_copy_fn): Likewise.
22934         (gimple_omp_task_arg_size): Likewise.
22935         (gimple_omp_task_arg_size_ptr): Likewise.
22936         (gimple_omp_task_set_arg_size): Likewise.
22937         (gimple_omp_task_arg_align): Likewise.
22938         (gimple_omp_task_arg_align_ptr): Likewise.
22939         (gimple_omp_task_set_arg_align): Likewise.
22940         (gimple_omp_single_clauses): Likewise.
22941         (gimple_omp_single_clauses_ptr): Likewise.
22942         (gimple_omp_single_set_clauses): Likewise.
22943         (gimple_omp_target_clauses): Likewise.
22944         (gimple_omp_target_clauses_ptr): Likewise.
22945         (gimple_omp_target_set_clauses): Likewise.
22946         (gimple_omp_target_child_fn): Likewise.
22947         (gimple_omp_target_child_fn_ptr): Likewise.
22948         (gimple_omp_target_set_child_fn): Likewise.
22949         (gimple_omp_target_data_arg): Likewise.
22950         (gimple_omp_target_data_arg_ptr): Likewise.
22951         (gimple_omp_target_set_data_arg): Likewise.
22952         (gimple_omp_teams_clauses): Likewise.
22953         (gimple_omp_teams_clauses_ptr): Likewise.
22954         (gimple_omp_teams_set_clauses): Likewise.
22955         (gimple_omp_sections_clauses): Likewise.
22956         (gimple_omp_sections_clauses_ptr): Likewise.
22957         (gimple_omp_sections_set_clauses): Likewise.
22958         (gimple_omp_sections_control): Likewise.
22959         (gimple_omp_sections_control_ptr): Likewise.
22960         (gimple_omp_sections_set_control): Likewise.
22961         (gimple_omp_for_set_cond): Likewise.
22962         (gimple_omp_for_cond): Likewise.
22963         (gimple_omp_atomic_store_set_val): Likewise.
22964         (gimple_omp_atomic_store_val): Likewise.
22965         (gimple_omp_atomic_store_val_ptr): Likewise.
22966         (gimple_omp_atomic_load_set_lhs): Likewise.
22967         (gimple_omp_atomic_load_lhs): Likewise.
22968         (gimple_omp_atomic_load_lhs_ptr): Likewise.
22969         (gimple_omp_atomic_load_set_rhs): Likewise.
22970         (gimple_omp_atomic_load_rhs): Likewise.
22971         (gimple_omp_atomic_load_rhs_ptr): Likewise.
22972         (gimple_omp_continue_control_def): Likewise.
22973         (gimple_omp_continue_control_def_ptr): Likewise.
22974         (gimple_omp_continue_set_control_def): Likewise.
22975         (gimple_omp_continue_control_use): Likewise.
22976         (gimple_omp_continue_control_use_ptr): Likewise.
22977         (gimple_omp_continue_set_control_use): Likewise.
22978         (gimple_transaction_body_ptr): Likewise.
22979         (gimple_transaction_label): Likewise.
22980         (gimple_transaction_label_ptr): Likewise.
22981         (gimple_transaction_set_body): Likewise.
22982         (gimple_transaction_set_label): Likewise.
22983
22984         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
22985         * ipa-inline-analysis.c (inline_write_summary): Likewise.
22986         * ipa-ref.c (ipa_record_reference): Likewise.
22987         * ipa-reference.c (analyze_function): Likewise.
22988         (ipa_reference_write_optimization_summary): Likewise.
22989         * ipa.c (symtab_remove_unreachable_nodes): Likewise.
22990         (address_taken_from_non_vtable_p): Likewise.
22991         (comdat_can_be_unshared_p_1): Likewise.
22992         * lto-cgraph.c (lto_output_ref): Likewise.
22993         (add_references): Likewise.
22994         (compute_ltrans_boundary): Likewise.
22995         (output_symtab): Likewise.
22996         (input_ref): Likewise.
22997         (input_cgraph_1): Likewise.
22998         (output_cgraph_opt_summary): Likewise.
22999         * lto-streamer-out.c (lto_output): Likewise.
23000         (output_symbol_p): Likewise.
23001         * lto-streamer.h (lsei_next_function_in_partition): Likewise.
23002         (lsei_start_function_in_partition): Likewise.
23003         (lsei_next_variable_in_partition): Likewise.
23004         (lsei_start_variable_in_partition): Likewise.
23005         * symtab.c (insert_to_assembler_name_hash): Likewise.
23006         (unlink_from_assembler_name_hash): Likewise.
23007         (symtab_unregister_node): Likewise.
23008         (symtab_remove_node): Likewise.
23009         (dump_symtab_node): Likewise.
23010         (verify_symtab_base): Likewise.
23011         (verify_symtab_node): Likewise.
23012         (symtab_make_decl_local): Likewise.
23013         (symtab_alias_ultimate_target): Likewise.
23014         (symtab_resolve_alias): Likewise.
23015         (symtab_get_symbol_partitioning_class): Likewise.
23016         * tree-phinodes.c (allocate_phi_node): Likewise.
23017         (reserve_phi_args_for_new_edge): Likewise.
23018         (remove_phi_args): Likewise.
23019         * varpool.c (varpool_node_for_asm): Likewise.
23020         (varpool_remove_unreferenced_decls): Likewise.
23021
23022 2014-04-23  Jeff Law  <law@redhat.com>
23023
23024         PR tree-optimization/60902
23025         * tree-ssa-threadedge.c
23026         (record_temporary_equivalences_from_stmts_at_dest): Make sure to
23027         invalidate outputs from statements that do not produce useful
23028         outputs for threading.
23029
23030 2014-04-23  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
23031
23032         * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
23033         (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
23034         machine descriptions for Stack Smashing Protector.
23035
23036 2014-04-23  Richard Earnshaw  <rearnsha@arm.com>
23037
23038         * aarch64.md (<optab>_rol<mode>3): New pattern.
23039         (<optab>_rolsi3_uxtw): Likewise.
23040         * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
23041
23042 2014-04-23  James Greenhalgh  <james.greenhalgh@arm.com>
23043
23044         * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
23045         (arm_cortex_a12_tune): Likewise.
23046
23047 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23048
23049         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
23050
23051 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23052
23053         * config/arm/arm.md (arm_rev16si2): New pattern.
23054         (arm_rev16si2_alt): Likewise.
23055         * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
23056
23057 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23058
23059         * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
23060         (rev16<mode>2_alt): Likewise.
23061         * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
23062         * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
23063         (aarch_rev16_shleft_mask_imm_p): Likewise.
23064         (aarch_rev16_p_1): Likewise.
23065         (aarch_rev16_p): Likewise.
23066         * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
23067         (aarch_rev16_shright_mask_imm_p): Likewise.
23068         (aarch_rev16_shleft_mask_imm_p): Likewise.
23069
23070 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23071
23072         * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
23073         * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
23074         rev cost.
23075         (cortex_a53_extra_costs): Likewise.
23076         (cortex_a57_extra_costs): Likewise.
23077         * config/arm/arm.c (cortexa9_extra_costs): Likewise.
23078         (cortexa7_extra_costs): Likewise.
23079         (cortexa8_extra_costs): Likewise.
23080         (cortexa12_extra_costs): Likewise.
23081         (cortexa15_extra_costs): Likewise.
23082         (v7m_extra_costs): Likewise.
23083         (arm_new_rtx_costs): Handle BSWAP.
23084
23085 2013-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23086
23087         * config/arm/arm.c (cortexa8_extra_costs): New table.
23088         (arm_cortex_a8_tune): New tuning struct.
23089         * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
23090
23091 2014-04-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23092
23093         * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
23094
23095 2014-04-23  Richard Biener  <rguenther@suse.de>
23096
23097         * Makefile.in (OBJS): Remove loop-unswitch.o.
23098         * tree-pass.h (make_pass_rtl_unswitch): Remove.
23099         * passes.def (pass_rtl_unswitch): Likewise.
23100         * loop-init.c (gate_rtl_unswitch): Likewise.
23101         (rtl_unswitch): Likewise.
23102         (pass_data_rtl_unswitch): Likewise.
23103         (pass_rtl_unswitch): Likewise.
23104         (make_pass_rtl_unswitch): Likewise.
23105         * rtl.h (reversed_condition): Likewise.
23106         (compare_and_jump_seq): Likewise.
23107         * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
23108         and make static.
23109         * loop-unroll.c (compare_and_jump_seq): Likewise.
23110
23111 2014-04-23  Richard Biener  <rguenther@suse.de>
23112
23113         PR tree-optimization/60903
23114         * tree-ssa-loop-im.c (analyze_memory_references): Remove
23115         commented code block.
23116         (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
23117         loop flags to newly created BBs and edges.
23118
23119 2014-04-23  Nick Clifton  <nickc@redhat.com>
23120
23121         * config/msp430/msp430.c (msp430_handle_option): Move function
23122         to msp430-common.c
23123         (msp430_option_override): Simplify mcu and mcpu option handling.
23124         (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult.  Add
23125         support for -mhwmult command line option.
23126         (has_32bit_hwmult): Rename to use_32bit_hwmult.  Add support for
23127         -mhwmult command line option.
23128         (msp430_hwmult_enabled): Delete.
23129         (msp43o_output_labelref): Add support for -mhwmult command line option.
23130         * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
23131         (umulsidi3): Likewise.
23132         * config/msp430/msp430.opt (mmcu): Add Report attribute.
23133         (mcpu, mlarge, msmall): Likewise.
23134         (mhwmult): New option.
23135         * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
23136         prototype.
23137         (msp430_is_f5_mcu): Remove prototype.
23138         (msp430_use_f5_series_hwmult): Add prototype.
23139         * config/msp430/msp430-opts.h: New file.
23140         * common/config/msp430: New directory.
23141         * common/config/msp430/msp430-common.c: New file.
23142         * config.gcc (msp430): Remove target_has_targetm_common.
23143         * doc/invoke.texi: Document -mhwmult command line option.
23144
23145 2014-04-23  Nick Clifton  <nickc@redhat.com>
23146
23147         * config/i386/cygwin.h (ENDFILE_SPEC): Include
23148         default-manifest.o if it can be found in the search path.
23149         * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
23150
23151 2014-04-23  Terry Guo  <terry.guo@arm.com>
23152
23153         * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
23154
23155 2014-04-23  Richard Biener  <rguenther@suse.de>
23156
23157         PR middle-end/60895
23158         * tree-inline.c (declare_return_variable): Use mark_addressable.
23159
23160 2014-04-23  Richard Biener  <rguenther@suse.de>
23161
23162         PR middle-end/60891
23163         * loop-init.c (loop_optimizer_init): Make sure to apply
23164         LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
23165
23166 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
23167
23168         PR sanitizer/60275
23169         * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
23170         New options.
23171         * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
23172         if flag_sanitize_undefined_trap_on_error.
23173         * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
23174         BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
23175         BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
23176         BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
23177         BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
23178         BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
23179         BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
23180         BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
23181         BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
23182         * ubsan.c (ubsan_instrument_unreachable): Return
23183         __builtin_trap () if flag_sanitize_undefined_trap_on_error.
23184         (ubsan_expand_null_ifn): Emit __builtin_trap ()
23185         if flag_sanitize_undefined_trap_on_error and
23186         __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
23187         (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
23188         instrument_bool_enum_load): Emit __builtin_trap () if
23189         flag_sanitize_undefined_trap_on_error and
23190         __builtin_handle_*_abort () if !flag_sanitize_recover.
23191         * doc/invoke.texi (-fsanitize-recover,
23192         -fsanitize-undefined-trap-on-error): Document.
23193
23194 2014-04-22  Christian Bruel  <christian.bruel@st.com>
23195
23196         * config/sh/sh.md (mov<mode>): Replace movQIHI.
23197          Force immediates to SImode.
23198
23199 2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
23200
23201         * config/nios2/nios2.md (UNSPEC_ROUND): New.
23202         (lroundsfsi2): New.
23203         * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
23204         * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
23205         * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
23206         (nios2_fpu_insn): Add entry for round.
23207         (N2FPU_NO_ERRNO_P): Define.
23208         (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
23209         flag_errno_math.
23210         * doc/invoke.texi (Nios II Options): Document -mcustom-round.
23211
23212 2014-04-22  Richard Henderson  <rth@redhat.com>
23213
23214         * config/aarch64/aarch64 (addti3, subti3): New expanders.
23215         (add<GPI>3_compare0): Remove leading * from name.
23216         (add<GPI>3_carryin): Likewise.
23217         (sub<GPI>3_compare0): Likewise.
23218         (sub<GPI>3_carryin): Likewise.
23219         (<su_optab>mulditi3): New expander.
23220         (multi3): New expander.
23221         (madd<GPI>): Remove leading * from name.
23222
23223 2014-04-22  Martin Jambor  <mjambor@suse.cz>
23224
23225         * cgraphclones.c (cgraph_function_versioning): Copy
23226         ipa_transforms_to_apply instead of asserting it is empty.
23227
23228 2014-04-22  H.J. Lu  <hongjiu.lu@intel.com>
23229
23230         PR target/60868
23231         * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
23232         on count_exp to get mode.
23233
23234 2014-04-22  Andrew Pinski  <apinski@cavium.com>
23235
23236         * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
23237         Handle TLS for ILP32.
23238         * config/aarch64/aarch64.md (tlsie_small): Rename to ...
23239         (tlsie_small_<mode>): this and handle PTR.
23240         (tlsie_small_sidi): New pattern.
23241         (tlsle_small): Change to an expand to handle ILP32.
23242         (tlsle_small_<mode>): New pattern.
23243         (tlsdesc_small): Rename to ...
23244         (tlsdesc_small_<mode>): this and handle PTR.
23245
23246 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23247
23248         * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
23249
23250 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
23251
23252         * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
23253         (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
23254         (aarch64_types_signed_poly_qualifiers): Likewise.
23255         (aarch64_types_unsigned_signed_qualifiers): Likewise.
23256         (aarch64_types_poly_signed_qualifiers): Likewise.
23257         (TYPES_REINTERP_SS): Type macro added.
23258         (TYPES_REINTERP_SU): Likewise.
23259         (TYPES_REINTERP_SP): Likewise.
23260         (TYPES_REINTERP_US): Likewise.
23261         (TYPES_REINTERP_PS): Likewise.
23262         (aarch64_fold_builtin): New expression folding added.
23263         * config/aarch64/aarch64-simd-builtins.def (REINTERP):
23264         Declarations removed.
23265         (REINTERP_SS): Declarations added.
23266         (REINTERP_US): Likewise.
23267         (REINTERP_PS): Likewise.
23268         (REINTERP_SU): Likewise.
23269         (REINTERP_SP): Likewise.
23270         * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
23271         (vreinterpretq_p8_f64): Likewise.
23272         (vreinterpret_p16_f64): Likewise.
23273         (vreinterpretq_p16_f64): Likewise.
23274         (vreinterpret_f32_f64): Likewise.
23275         (vreinterpretq_f32_f64): Likewise.
23276         (vreinterpret_f64_f32): Likewise.
23277         (vreinterpret_f64_p8): Likewise.
23278         (vreinterpret_f64_p16): Likewise.
23279         (vreinterpret_f64_s8): Likewise.
23280         (vreinterpret_f64_s16): Likewise.
23281         (vreinterpret_f64_s32): Likewise.
23282         (vreinterpret_f64_s64): Likewise.
23283         (vreinterpret_f64_u8): Likewise.
23284         (vreinterpret_f64_u16): Likewise.
23285         (vreinterpret_f64_u32): Likewise.
23286         (vreinterpret_f64_u64): Likewise.
23287         (vreinterpretq_f64_f32): Likewise.
23288         (vreinterpretq_f64_p8): Likewise.
23289         (vreinterpretq_f64_p16): Likewise.
23290         (vreinterpretq_f64_s8): Likewise.
23291         (vreinterpretq_f64_s16): Likewise.
23292         (vreinterpretq_f64_s32): Likewise.
23293         (vreinterpretq_f64_s64): Likewise.
23294         (vreinterpretq_f64_u8): Likewise.
23295         (vreinterpretq_f64_u16): Likewise.
23296         (vreinterpretq_f64_u32): Likewise.
23297         (vreinterpretq_f64_u64): Likewise.
23298         (vreinterpret_s64_f64): Likewise.
23299         (vreinterpretq_s64_f64): Likewise.
23300         (vreinterpret_u64_f64): Likewise.
23301         (vreinterpretq_u64_f64): Likewise.
23302         (vreinterpret_s8_f64): Likewise.
23303         (vreinterpretq_s8_f64): Likewise.
23304         (vreinterpret_s16_f64): Likewise.
23305         (vreinterpretq_s16_f64): Likewise.
23306         (vreinterpret_s32_f64): Likewise.
23307         (vreinterpretq_s32_f64): Likewise.
23308         (vreinterpret_u8_f64): Likewise.
23309         (vreinterpretq_u8_f64): Likewise.
23310         (vreinterpret_u16_f64): Likewise.
23311         (vreinterpretq_u16_f64): Likewise.
23312         (vreinterpret_u32_f64): Likewise.
23313         (vreinterpretq_u32_f64): Likewise.
23314
23315 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
23316
23317         * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
23318         * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
23319         (vreinterpret_p8_s8): Likewise.
23320         * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
23321         (vreinterpret_p8_s16): Likewise.
23322         (vreinterpret_p8_s32): Likewise.
23323         (vreinterpret_p8_s64): Likewise.
23324         (vreinterpret_p8_f32): Likewise.
23325         (vreinterpret_p8_u8): Likewise.
23326         (vreinterpret_p8_u16): Likewise.
23327         (vreinterpret_p8_u32): Likewise.
23328         (vreinterpret_p8_u64): Likewise.
23329         (vreinterpret_p8_p16): Likewise.
23330         (vreinterpretq_p8_s8): Likewise.
23331         (vreinterpretq_p8_s16): Likewise.
23332         (vreinterpretq_p8_s32): Likewise.
23333         (vreinterpretq_p8_s64): Likewise.
23334         (vreinterpretq_p8_f32): Likewise.
23335         (vreinterpretq_p8_u8): Likewise.
23336         (vreinterpretq_p8_u16): Likewise.
23337         (vreinterpretq_p8_u32): Likewise.
23338         (vreinterpretq_p8_u64): Likewise.
23339         (vreinterpretq_p8_p16): Likewise.
23340         (vreinterpret_p16_s8): Likewise.
23341         (vreinterpret_p16_s16): Likewise.
23342         (vreinterpret_p16_s32): Likewise.
23343         (vreinterpret_p16_s64): Likewise.
23344         (vreinterpret_p16_f32): Likewise.
23345         (vreinterpret_p16_u8): Likewise.
23346         (vreinterpret_p16_u16): Likewise.
23347         (vreinterpret_p16_u32): Likewise.
23348         (vreinterpret_p16_u64): Likewise.
23349         (vreinterpret_p16_p8): Likewise.
23350         (vreinterpretq_p16_s8): Likewise.
23351         (vreinterpretq_p16_s16): Likewise.
23352         (vreinterpretq_p16_s32): Likewise.
23353         (vreinterpretq_p16_s64): Likewise.
23354         (vreinterpretq_p16_f32): Likewise.
23355         (vreinterpretq_p16_u8): Likewise.
23356         (vreinterpretq_p16_u16): Likewise.
23357         (vreinterpretq_p16_u32): Likewise.
23358         (vreinterpretq_p16_u64): Likewise.
23359         (vreinterpretq_p16_p8): Likewise.
23360         (vreinterpret_f32_s8): Likewise.
23361         (vreinterpret_f32_s16): Likewise.
23362         (vreinterpret_f32_s32): Likewise.
23363         (vreinterpret_f32_s64): Likewise.
23364         (vreinterpret_f32_u8): Likewise.
23365         (vreinterpret_f32_u16): Likewise.
23366         (vreinterpret_f32_u32): Likewise.
23367         (vreinterpret_f32_u64): Likewise.
23368         (vreinterpret_f32_p8): Likewise.
23369         (vreinterpret_f32_p16): Likewise.
23370         (vreinterpretq_f32_s8): Likewise.
23371         (vreinterpretq_f32_s16): Likewise.
23372         (vreinterpretq_f32_s32): Likewise.
23373         (vreinterpretq_f32_s64): Likewise.
23374         (vreinterpretq_f32_u8): Likewise.
23375         (vreinterpretq_f32_u16): Likewise.
23376         (vreinterpretq_f32_u32): Likewise.
23377         (vreinterpretq_f32_u64): Likewise.
23378         (vreinterpretq_f32_p8): Likewise.
23379         (vreinterpretq_f32_p16): Likewise.
23380         (vreinterpret_s64_s8): Likewise.
23381         (vreinterpret_s64_s16): Likewise.
23382         (vreinterpret_s64_s32): Likewise.
23383         (vreinterpret_s64_f32): Likewise.
23384         (vreinterpret_s64_u8): Likewise.
23385         (vreinterpret_s64_u16): Likewise.
23386         (vreinterpret_s64_u32): Likewise.
23387         (vreinterpret_s64_u64): Likewise.
23388         (vreinterpret_s64_p8): Likewise.
23389         (vreinterpret_s64_p16): Likewise.
23390         (vreinterpretq_s64_s8): Likewise.
23391         (vreinterpretq_s64_s16): Likewise.
23392         (vreinterpretq_s64_s32): Likewise.
23393         (vreinterpretq_s64_f32): Likewise.
23394         (vreinterpretq_s64_u8): Likewise.
23395         (vreinterpretq_s64_u16): Likewise.
23396         (vreinterpretq_s64_u32): Likewise.
23397         (vreinterpretq_s64_u64): Likewise.
23398         (vreinterpretq_s64_p8): Likewise.
23399         (vreinterpretq_s64_p16): Likewise.
23400         (vreinterpret_u64_s8): Likewise.
23401         (vreinterpret_u64_s16): Likewise.
23402         (vreinterpret_u64_s32): Likewise.
23403         (vreinterpret_u64_s64): Likewise.
23404         (vreinterpret_u64_f32): Likewise.
23405         (vreinterpret_u64_u8): Likewise.
23406         (vreinterpret_u64_u16): Likewise.
23407         (vreinterpret_u64_u32): Likewise.
23408         (vreinterpret_u64_p8): Likewise.
23409         (vreinterpret_u64_p16): Likewise.
23410         (vreinterpretq_u64_s8): Likewise.
23411         (vreinterpretq_u64_s16): Likewise.
23412         (vreinterpretq_u64_s32): Likewise.
23413         (vreinterpretq_u64_s64): Likewise.
23414         (vreinterpretq_u64_f32): Likewise.
23415         (vreinterpretq_u64_u8): Likewise.
23416         (vreinterpretq_u64_u16): Likewise.
23417         (vreinterpretq_u64_u32): Likewise.
23418         (vreinterpretq_u64_p8): Likewise.
23419         (vreinterpretq_u64_p16): Likewise.
23420         (vreinterpret_s8_s16): Likewise.
23421         (vreinterpret_s8_s32): Likewise.
23422         (vreinterpret_s8_s64): Likewise.
23423         (vreinterpret_s8_f32): Likewise.
23424         (vreinterpret_s8_u8): Likewise.
23425         (vreinterpret_s8_u16): Likewise.
23426         (vreinterpret_s8_u32): Likewise.
23427         (vreinterpret_s8_u64): Likewise.
23428         (vreinterpret_s8_p8): Likewise.
23429         (vreinterpret_s8_p16): Likewise.
23430         (vreinterpretq_s8_s16): Likewise.
23431         (vreinterpretq_s8_s32): Likewise.
23432         (vreinterpretq_s8_s64): Likewise.
23433         (vreinterpretq_s8_f32): Likewise.
23434         (vreinterpretq_s8_u8): Likewise.
23435         (vreinterpretq_s8_u16): Likewise.
23436         (vreinterpretq_s8_u32): Likewise.
23437         (vreinterpretq_s8_u64): Likewise.
23438         (vreinterpretq_s8_p8): Likewise.
23439         (vreinterpretq_s8_p16): Likewise.
23440         (vreinterpret_s16_s8): Likewise.
23441         (vreinterpret_s16_s32): Likewise.
23442         (vreinterpret_s16_s64): Likewise.
23443         (vreinterpret_s16_f32): Likewise.
23444         (vreinterpret_s16_u8): Likewise.
23445         (vreinterpret_s16_u16): Likewise.
23446         (vreinterpret_s16_u32): Likewise.
23447         (vreinterpret_s16_u64): Likewise.
23448         (vreinterpret_s16_p8): Likewise.
23449         (vreinterpret_s16_p16): Likewise.
23450         (vreinterpretq_s16_s8): Likewise.
23451         (vreinterpretq_s16_s32): Likewise.
23452         (vreinterpretq_s16_s64): Likewise.
23453         (vreinterpretq_s16_f32): Likewise.
23454         (vreinterpretq_s16_u8): Likewise.
23455         (vreinterpretq_s16_u16): Likewise.
23456         (vreinterpretq_s16_u32): Likewise.
23457         (vreinterpretq_s16_u64): Likewise.
23458         (vreinterpretq_s16_p8): Likewise.
23459         (vreinterpretq_s16_p16): Likewise.
23460         (vreinterpret_s32_s8): Likewise.
23461         (vreinterpret_s32_s16): Likewise.
23462         (vreinterpret_s32_s64): Likewise.
23463         (vreinterpret_s32_f32): Likewise.
23464         (vreinterpret_s32_u8): Likewise.
23465         (vreinterpret_s32_u16): Likewise.
23466         (vreinterpret_s32_u32): Likewise.
23467         (vreinterpret_s32_u64): Likewise.
23468         (vreinterpret_s32_p8): Likewise.
23469         (vreinterpret_s32_p16): Likewise.
23470         (vreinterpretq_s32_s8): Likewise.
23471         (vreinterpretq_s32_s16): Likewise.
23472         (vreinterpretq_s32_s64): Likewise.
23473         (vreinterpretq_s32_f32): Likewise.
23474         (vreinterpretq_s32_u8): Likewise.
23475         (vreinterpretq_s32_u16): Likewise.
23476         (vreinterpretq_s32_u32): Likewise.
23477         (vreinterpretq_s32_u64): Likewise.
23478         (vreinterpretq_s32_p8): Likewise.
23479         (vreinterpretq_s32_p16): Likewise.
23480         (vreinterpret_u8_s8): Likewise.
23481         (vreinterpret_u8_s16): Likewise.
23482         (vreinterpret_u8_s32): Likewise.
23483         (vreinterpret_u8_s64): Likewise.
23484         (vreinterpret_u8_f32): Likewise.
23485         (vreinterpret_u8_u16): Likewise.
23486         (vreinterpret_u8_u32): Likewise.
23487         (vreinterpret_u8_u64): Likewise.
23488         (vreinterpret_u8_p8): Likewise.
23489         (vreinterpret_u8_p16): Likewise.
23490         (vreinterpretq_u8_s8): Likewise.
23491         (vreinterpretq_u8_s16): Likewise.
23492         (vreinterpretq_u8_s32): Likewise.
23493         (vreinterpretq_u8_s64): Likewise.
23494         (vreinterpretq_u8_f32): Likewise.
23495         (vreinterpretq_u8_u16): Likewise.
23496         (vreinterpretq_u8_u32): Likewise.
23497         (vreinterpretq_u8_u64): Likewise.
23498         (vreinterpretq_u8_p8): Likewise.
23499         (vreinterpretq_u8_p16): Likewise.
23500         (vreinterpret_u16_s8): Likewise.
23501         (vreinterpret_u16_s16): Likewise.
23502         (vreinterpret_u16_s32): Likewise.
23503         (vreinterpret_u16_s64): Likewise.
23504         (vreinterpret_u16_f32): Likewise.
23505         (vreinterpret_u16_u8): Likewise.
23506         (vreinterpret_u16_u32): Likewise.
23507         (vreinterpret_u16_u64): Likewise.
23508         (vreinterpret_u16_p8): Likewise.
23509         (vreinterpret_u16_p16): Likewise.
23510         (vreinterpretq_u16_s8): Likewise.
23511         (vreinterpretq_u16_s16): Likewise.
23512         (vreinterpretq_u16_s32): Likewise.
23513         (vreinterpretq_u16_s64): Likewise.
23514         (vreinterpretq_u16_f32): Likewise.
23515         (vreinterpretq_u16_u8): Likewise.
23516         (vreinterpretq_u16_u32): Likewise.
23517         (vreinterpretq_u16_u64): Likewise.
23518         (vreinterpretq_u16_p8): Likewise.
23519         (vreinterpretq_u16_p16): Likewise.
23520         (vreinterpret_u32_s8): Likewise.
23521         (vreinterpret_u32_s16): Likewise.
23522         (vreinterpret_u32_s32): Likewise.
23523         (vreinterpret_u32_s64): Likewise.
23524         (vreinterpret_u32_f32): Likewise.
23525         (vreinterpret_u32_u8): Likewise.
23526         (vreinterpret_u32_u16): Likewise.
23527         (vreinterpret_u32_u64): Likewise.
23528         (vreinterpret_u32_p8): Likewise.
23529         (vreinterpret_u32_p16): Likewise.
23530         (vreinterpretq_u32_s8): Likewise.
23531         (vreinterpretq_u32_s16): Likewise.
23532         (vreinterpretq_u32_s32): Likewise.
23533         (vreinterpretq_u32_s64): Likewise.
23534         (vreinterpretq_u32_f32): Likewise.
23535         (vreinterpretq_u32_u8): Likewise.
23536         (vreinterpretq_u32_u16): Likewise.
23537         (vreinterpretq_u32_u64): Likewise.
23538         (vreinterpretq_u32_p8): Likewise.
23539         (vreinterpretq_u32_p16): Likewise.
23540
23541 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
23542
23543         * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
23544         Pattern extended.
23545         * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
23546         (sqabs): Likewise.
23547         * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
23548         (vqnegd_s64): Likewise.
23549         (vqabs_s64): Likewise.
23550         (vqabsd_s64): Likewise.
23551
23552 2014-04-22  Richard Henderson  <rth@redhat.com>
23553
23554         * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
23555         computation to the top of the loop.
23556
23557 2014-04-22  Renlin  <renlin.li@arm.com>
23558             Jiong Wang  <jiong.wang@arm.com>
23559
23560         * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
23561         * config/aarch64/aarch64.c (aarch64_layout_frame)
23562         (aarch64_initial_elimination_offset): Likewise.
23563
23564 2014-04-22  Marcus Shawcroft  <marcus.shawcroft@arm.com>
23565
23566         * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
23567         Fix indentation.
23568
23569 2014-04-22  Richard Sandiford  <rdsandiford@googlemail.com>
23570
23571         * machmode.h (bitwise_mode_for_mode): Declare.
23572         * stor-layout.h (bitwise_type_for_mode): Likewise.
23573         * stor-layout.c (bitwise_mode_for_mode): New function.
23574         (bitwise_type_for_mode): Likewise.
23575         * builtins.c (fold_builtin_memory_op): Use it instead of
23576         int_mode_for_mode and build_nonstandard_integer_type.
23577
23578 2014-04-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
23579
23580         * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
23581         (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
23582         (*-*-solaris2*): Simplify.
23583         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
23584         (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
23585         *-*-solaris2.9* handling.
23586
23587         * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
23588         as bug.
23589         (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
23590         (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
23591         handling, simplify.
23592         (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
23593         * configure: Regenerate.
23594
23595         * config/i386/sol2-9.h: Remove.
23596
23597         * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
23598         (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
23599         Remove Solaris 9 references.
23600
23601 2014-04-22  Vidya Praveen  <vidyapraveen@arm.com>
23602
23603         * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
23604         (floatuns<GPI:mode><GPF:mode>2): Remove.
23605         (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
23606         and floatuns conversions.
23607         (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
23608         and floatuns conversions.
23609         * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
23610         (w1,w2): New mode attributes for inequal width conversions.
23611
23612 2014-04-22  Renlin Li  <Renlin.Li@arm.com>
23613
23614         * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
23615         the output asm format.
23616
23617 2014-04-22  James Greenhalgh  <james.greenhalgh@arm.com>
23618
23619         * config/aarch64/aarch64-simd.md
23620         (aarch64_cm<optab>di): Always split.
23621         (*aarch64_cm<optab>di): New.
23622         (aarch64_cmtstdi): Always split.
23623         (*aarch64_cmtstdi): New.
23624
23625 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
23626
23627         PR tree-optimization/60823
23628         * omp-low.c (ipa_simd_modify_function_body): Go through
23629         all SSA_NAMEs and for those refering to vector arguments
23630         which are going to be replaced adjust SSA_NAME_VAR and,
23631         if it is a default definition, change it into a non-default
23632         definition assigned at the beginning of function from new_decl.
23633         (ipa_simd_modify_stmt_ops): Rewritten.
23634         * tree-dfa.c (set_ssa_default_def): When removing default def,
23635         check for NULL loc instead of NULL *loc.
23636
23637 2014-04-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
23638
23639         * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
23640         restrictions on core registers for DImode values in Thumb2.
23641
23642 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
23643
23644         * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
23645         * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
23646
23647 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
23648
23649         * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
23650         (*iordi_notzesidi_di): Likewise.
23651         (*iordi_notsesidi_di): Likewise.
23652
23653 2014-04-22  Ian Bolton  <ian.bolton@arm.com>
23654
23655         * config/arm/arm-protos.h (tune_params): New struct members.
23656         * config/arm/arm.c: Initialise tune_params per processor.
23657         (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
23658         for speed, based on new tune_params.
23659
23660 2014-04-22  Alex Velenko  <Alex.Velenko@arm.com>
23661
23662         * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
23663         * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
23664         * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
23665         * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
23666         * config/aarch64/arm_neon.h (vrnd_f64): Added.
23667         (vrnda_f64): Likewise.
23668         (vrndi_f64): Likewise.
23669         (vrndm_f64): Likewise.
23670         (vrndn_f64): Likewise.
23671         (vrndp_f64): Likewise.
23672         (vrndx_f64): Likewise.
23673
23674 2014-04-22  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
23675
23676         * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
23677         GET_MODE_SIZE argument is enum machine_mode.
23678
23679 2014-04-22  Jakub Jelinek  <jakub@redhat.com>
23680
23681         PR target/60910
23682         * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
23683         value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
23684
23685 2014-04-22  Lin Zuojian  <manjian2006@gmail.com>
23686
23687         PR middle-end/60281
23688         * asan.c (asan_emit_stack_protection): Force the base to align to
23689         appropriate bits if STRICT_ALIGNMENT.  Set shadow_mem align to
23690         appropriate bits if STRICT_ALIGNMENT.
23691         * cfgexpand.c (expand_stack_vars): Set base_align appropriately
23692         when asan is on.
23693         (expand_used_vars): Leave a space in the stack frame for alignment
23694         if STRICT_ALIGNMENT.
23695
23696 2014-04-21  David Malcolm  <dmalcolm@redhat.com>
23697
23698         * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
23699         than a gimple.
23700         (gimple_store_p): Likewise.
23701         (gimple_assign_load_p): Likewise.
23702         (gimple_assign_cast_p): Likewise.
23703         (gimple_clobber_p): Likewise.
23704
23705         * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
23706         rather than a gimple.
23707         (gimple_assign_cast_p): Likewise.
23708
23709 2014-04-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
23710
23711         PR target/60735
23712         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
23713         If mode is DDmode and TARGET_E500_DOUBLE allow move.
23714
23715         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
23716         more debug information for E500 if -mdebug=reg.
23717
23718 2014-04-21  Uros Bizjak  <ubizjak@gmail.com>
23719
23720         PR target/60909
23721         * config/i386/i386.c (ix86_expand_builtin)
23722         <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
23723         register for target RTX.
23724         <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
23725
23726 2014-04-18  Cong Hou  <congh@google.com>
23727
23728         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
23729         the widen-mult pattern by handling two operands with different sizes,
23730         and operands whose size is smaller than half of the result type.
23731
23732 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
23733
23734         * ipa-inline.h (INLINE_HINT_known_hot): New hint.
23735         * ipa-inline-analysis.c (dump_inline_hints): Dump it.
23736         (do_estimate_edge_time): Compute it.
23737         * ipa-inline.c (want_inline_small_function_p): Bypass
23738         INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
23739
23740 2014-04-18  Jan Hubicka  <hubicka@ucw.cz>
23741
23742         * ipa-inline.c (spec_rem): New static variable.
23743         (dump_overall_stats): New function.
23744         (dump_inline_stats): New function.
23745
23746 2014-04-18  Richard Henderson  <rth@redhat.com>
23747
23748         * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
23749         to GET_MODE_SIZE, not a reg_class_t.
23750
23751 2014-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23752
23753         * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
23754         (vsx_xxmrglw_<mode>): Likewise.
23755
23756 2014-04-17  Michael Meissner  <meissner@linux.vnet.ibm.com>
23757
23758         PR target/60876
23759         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
23760         GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
23761         (rs6000_init_hard_regno_mode_ok): Likewise.
23762
23763 2014-04-17  Jan Hubicka  <hubicka@ucw.cz>
23764
23765         * ipa-inline.c (inline_small_functions): Account only non-cold
23766         functions.
23767         * doc/invoke.texi (inline-unit-growth): Update documentation.
23768
23769 2014-04-17  Pat Haugen  <pthaugen@us.ibm.com>
23770
23771         * config/rs6000/rs6000.md (addti3, subti3): New.
23772
23773 2014-04-17  H.J. Lu  <hongjiu.lu@intel.com>
23774
23775         PR target/60863
23776         * config/i386/i386.c (ix86_expand_clear): Remove outdated
23777         comment.  Check optimize_insn_for_size_p instead of
23778         optimize_insn_for_speed_p.
23779
23780 2014-04-17  Martin Jambor  <mjambor@suse.cz>
23781
23782         * gimple-iterator.c (gsi_start_edge): New function.
23783         * gimple-iterator.h (gsi_start_edge): Declare.
23784         * tree-sra.c (single_non_eh_succ): New function.
23785         (disqualify_ops_if_throwing_stmt): Renamed to
23786         disqualify_if_bad_bb_terminating_stmt.  Allow throwing statements
23787         having one non-EH successor BB.
23788         (sra_modify_expr): If stmt ends bb, use single non-EH successor to
23789         generate loads into replacements.
23790         (sra_modify_assign): Likewise and and also use the simple path for
23791         such statements.
23792         (sra_modify_function_body): Commit statements on edges.
23793
23794 2014-04-17  Richard Biener  <rguenther@suse.de>
23795
23796         PR middle-end/60849
23797         * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
23798         comparison results and add clarifying comment.
23799
23800 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
23801
23802         * genmodes.c (struct mode_data): Add need_bytesize_adj field.
23803         (blank_mode): Initialize it.
23804         (emit_mode_size_inline, emit_mode_nunits_inline,
23805         emit_mode_inner_inline): New functions.
23806         (emit_insn_modes_h): Call them and surround their output with
23807         #if GCC_VERSION >= 4001 ... #endif.
23808         * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
23809         For GCC_VERSION >= 4001 use mode_*_inline routines instead of
23810         mode_* arrays if the argument is __builtin_constant_p.
23811         * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
23812         is enum machine_mode.
23813
23814 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
23815
23816         * passes.c (opt_pass::execute): Adjust.
23817         (pass_manager::execute_pass_mode_switching): Likewise.
23818         (early_local_passes::execute): Likewise.
23819         (execute_one_pass): Pass cfun to the pass's execute method.
23820         * tree-pass.h (opt_pass::execute): Add function * argument.
23821         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
23822         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
23823         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
23824         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
23825         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
23826         config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
23827         except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
23828         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
23829         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
23830         ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
23831         ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
23832         lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
23833         postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
23834         reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
23835         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
23836         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
23837         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
23838         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
23839         tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
23840         tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
23841         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
23842         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
23843         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
23844         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
23845         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
23846         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
23847         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
23848         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
23849         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
23850         Adjust.
23851
23852 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
23853
23854         * passes.c (opt_pass::gate): Take function * argument.
23855         (gate_all_early_local_passes): Merge into
23856         (early_local_passes::gate): this.
23857         (gate_all_early_optimizations): Merge into
23858         (all_early_optimizations::gate): this.
23859         (gate_all_optimizations): Mege into
23860         (all_optimizations::gate): this.
23861         (gate_all_optimizations_g): Merge into
23862         (all_optimizations_g::gate): this.
23863         (gate_rest_of_compilation): Mege into
23864         (rest_of_compilation::gate): this.
23865         (gate_postreload): Merge into
23866         (postreload::gate): this.
23867         (dump_one_pass): Pass cfun to the pass's gate method.
23868         (execute_ipa_summary_passes): Likewise.
23869         (execute_one_pass): Likewise.
23870         (ipa_write_summaries_2): Likewise.
23871         (ipa_write_optimization_summaries_1): Likewise.
23872         (ipa_read_summaries_1): Likewise.
23873         (ipa_read_optimization_summaries_1): Likewise.
23874         (execute_ipa_stmt_fixups): Likewise.
23875         * tree-pass.h (opt_pass::gate): Add function * argument.
23876         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
23877         combine-stack-adj.c, combine.c, compare-elim.c,
23878         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
23879         config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
23880         config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
23881         dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c,  fwprop.c, gcse.c,
23882         gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
23883         graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
23884         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
23885         loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
23886         omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
23887         reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
23888         store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
23889         tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
23890         tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
23891         tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
23892         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
23893         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
23894         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
23895         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
23896         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
23897         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
23898         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
23899         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
23900         tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
23901         tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
23902         var-tracking.c, vtable-verify.c, web.c: Adjust.
23903
23904 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
23905
23906         * configure.ac: Check for -Woverloaded-virtual and enable it if found.
23907         * configure: Regenerate.
23908
23909 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
23910
23911         * passes.c (dump_one_pass): don't check pass->has_gate.
23912         (execute_ipa_summary_passes): Likewise.
23913         (execute_one_pass): Likewise.
23914         (ipa_write_summaries_2): Likewise.
23915         (ipa_write_optimization_summaries_1): Likewise.
23916         (ipa_read_optimization_summaries_1): Likewise.
23917         (execute_ipa_stmt_fixups): Likewise.
23918         * tree-pass.h (pass_data::has_gate): Remove.
23919         * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
23920         cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
23921         compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
23922         config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
23923         config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
23924         config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
23925         config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
23926         dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
23927         gimple-low.c, gimple-ssa-isolate-paths.c,
23928         gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
23929         ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
23930         ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
23931         ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
23932         modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
23933         recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
23934         reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
23935         trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
23936         tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
23937         tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
23938         tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
23939         tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
23940         tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
23941         tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
23942         tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
23943         tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
23944         tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
23945         tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
23946         tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
23947         tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
23948         tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
23949         tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
23950         Adjust.
23951
23952 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
23953
23954         * pass_manager.h (pass_manager::register_dump_files_1): Remove
23955         declaration.
23956         * passes.c (pass_manager::register_dump_files_1): Merge into
23957         (pass_manager::register_dump_files): this, and remove its handling of
23958         properties since the pass always has the properties anyway.
23959         (pass_manager::pass_manager): Adjust.
23960
23961 2014-04-17  Trevor Saunders  <tsaunders@mozilla.com>
23962
23963         * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
23964         * passes.c (pass_manager::register_dump_files_1): Remove dead code
23965         dealing with properties.
23966         (pass_manager::register_dump_files): Adjust.
23967
23968 2014-03-20  Mark Wielaard  <mjw@redhat.com>
23969
23970         * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
23971         then represent the bound as normal constant value.
23972
23973 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
23974
23975         PR target/60847
23976         Forward port from 4.8 branch
23977         2013-07-19  Kirill Yukhin  <kirill.yukhin@intel.com>
23978
23979         * config/i386/bmiintrin.h (_blsi_u32): New.
23980         (_blsi_u64): Ditto.
23981         (_blsr_u32): Ditto.
23982         (_blsr_u64): Ditto.
23983         (_blsmsk_u32): Ditto.
23984         (_blsmsk_u64): Ditto.
23985         (_tzcnt_u32): Ditto.
23986         (_tzcnt_u64): Ditto.
23987
23988 2014-04-17  Kito Cheng  <kito@0xlab.org>
23989
23990         * gcc.c (used_arg): Prevent out of bound access for multilib_options.
23991
23992 2014-04-17  Richard Biener  <rguenther@suse.de>
23993
23994         PR middle-end/60849
23995         * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
23996         boolean results for comparisons.
23997
23998 2014-04-17  Richard Biener  <rguenther@suse.de>
23999
24000         PR tree-optimization/60836
24001         * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
24002         initial PHI args to be gimple values.
24003
24004 2014-04-17  Richard Biener  <rguenther@suse.de>
24005
24006         PR tree-optimization/60841
24007         * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
24008         * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
24009         of stmts to SLP build.
24010         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
24011         (vect_analyze_slp): Likewise.
24012         (vect_analyze_slp_instance): Likewise.
24013         (vect_build_slp_tree): Limit overall SLP tree growth.
24014         * tree-vectorizer.h (vect_analyze_data_refs,
24015         vect_analyze_slp): Adjust prototypes.
24016
24017 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
24018
24019         * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
24020         Silvermont.
24021
24022 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
24023
24024         * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
24025         * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
24026         * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
24027         for TARGET_SLOW_PSHUFB
24028
24029 2014-04-17  Evgeny Stupachenko  <evstupac@gmail.com>
24030
24031         * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
24032         * config/i386/i386.c (intel_cost): Ditto.
24033
24034 2014-04-17  Joey Ye  <joey.ye@arm.com>
24035
24036         * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
24037
24038 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
24039
24040         * opts.c (common_handle_option): Disable -fipa-reference coorectly
24041         with -fuse-profile.
24042
24043 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
24044
24045         * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
24046         (type_all_derivations_known_p): New predicate.
24047         (type_all_ctors_visible_p): New predicate.
24048         (type_possibly_instantiated_p): New predicate.
24049         (get_odr_type): Compute all_derivations_known.
24050         (dump_odr_type): Dump the flag.
24051         (maybe_record_type): Cleanup.
24052         (record_target_from_binfo): Add bases_to_consider array;
24053         record bases for types w/o instances and skip CXX destructor.
24054         (possible_polymorphic_call_targets_1): Add bases_to_consider
24055         and consider_construction parameters; check if type may have instance.
24056         (get_polymorphic_call_info): Set maybe_in_construction to true
24057         when we know nothing.
24058         (record_targets_from_bases): Skip CXX destructors; they are
24059         never called for types in construction.
24060         (possible_polymorphic_call_targets): Do not record target when
24061         type may not have instance.
24062
24063 2014-04-16  Jan Hubicka  <hubicka@ucw.cz>
24064
24065         PR ipa/60854
24066         * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
24067         external aliases alive, too.
24068
24069 2014-04-16  Andrew  Pinski  <apinski@cavium.com>
24070
24071         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
24072         definition.
24073
24074 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
24075
24076         * final.c (compute_alignments): Do not apply loop alignment to a block
24077         falling through to the exit.
24078
24079 2014-04-16  Catherine Moore  <clm@codesourcery.com>
24080
24081         * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
24082         Adjust constraints for microMIPS store patterns.
24083
24084 2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
24085
24086         * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
24087
24088 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
24089
24090         * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
24091         (append_use): Run at -O0.
24092         (append_vdef): Likewise.
24093         * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
24094         * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
24095
24096 2014-04-16  Jakub Jelinek  <jakub@redhat.com>
24097
24098         PR tree-optimization/60844
24099         * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
24100         (propagate_op_to_single_use, remove_visited_stmt_chain,
24101         linearize_expr, repropagate_negates, reassociate_bb): Use it
24102         instead of gsi_remove.
24103
24104 2014-04-16  Martin Jambor  <mjambor@suse.cz>
24105
24106         * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
24107         ipa_transforms_to_apply.
24108         (cgraph_function_versioning): Assert that old_node has empty
24109         ipa_transforms_to_apply.
24110         * trans-mem.c (ipa_tm_create_version): Likewise.
24111         * tree-inline.c (tree_function_versioning): Do not duplicate
24112         ipa_transforms_to_apply.
24113
24114 2014-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
24115
24116         PR target/60817
24117         * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
24118         x86_64-*-* cases.
24119         Pass necessary as flags on 64-bit Solaris/x86.
24120         Use lowercase relocs for x86_64-*-*.
24121         * configure: Regenerate.
24122
24123 2014-04-15  Jan Hubicka  <jh@suse.cz>
24124
24125         * ipa-devirt.c (referenced_from_vtable_p): New predicate.
24126         (maybe_record_node, likely_target_p): Use it.
24127
24128 2014-04-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24129
24130         PR target/60839
24131         Revert following patch
24132
24133         2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
24134
24135         PR target/60735
24136         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
24137         software floating point or no floating point registers, do not
24138         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
24139         in GPRs that occurs after we tested for GPRs that would never be
24140         true.
24141
24142         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
24143         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
24144         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
24145         specifically allow DDmode, since that does not use the SPE SIMD
24146         instructions.
24147
24148 2014-03-21  Mark Wielaard  <mjw@redhat.com>
24149
24150         * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
24151         as unsigned or int depending on type and value used.
24152
24153 2014-04-15  Richard Biener  <rguenther@suse.de>
24154
24155         PR rtl-optimization/56965
24156         * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
24157         * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
24158         ... here.
24159         * alias.c (true_dependence_1): Do not call
24160         nonoverlapping_component_refs_p.
24161         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
24162         nonoverlapping_component_refs_p.
24163         (indirect_refs_may_alias_p): Likewise.
24164
24165 2014-04-15  Teresa Johnson  <tejohnson@google.com>
24166
24167         * cfg.c (dump_bb_info): Fix flags check.
24168         * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
24169
24170 2014-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24171
24172         PR rtl-optimization/60663
24173         * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
24174         avoid 0 cost.
24175
24176 2014-04-15  Richard Biener  <rguenther@suse.de>
24177
24178         * lto-streamer.h (LTO_major_version): Bump to 4.
24179
24180 2014-04-15  Richard Biener  <rguenther@suse.de>
24181
24182         * common.opt (lto_partition_model): New enum.
24183         (flto-partition=): Merge separate options with a single with argument,
24184         add -flto-partition=one support.
24185         * flag-types.h (enum lto_partition_model): Declare.
24186         * opts.c (finish_options): Remove duplicate -flto-partition=
24187         option check.
24188         * lto-wrapper.c (run_gcc): Adjust.
24189
24190 2014-04-15  Richard Biener  <rguenther@suse.de>
24191
24192         * alias.c (ncr_compar): New function.
24193         (nonoverlapping_component_refs_p): Re-implement in O (n log n).
24194
24195 2014-04-15  Richard Biener  <rguenther@suse.de>
24196
24197         * alias.c (record_component_aliases): Do not walk BINFOs.
24198
24199 2014-04-15  Richard Biener  <rguenther@suse.de>
24200
24201         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
24202         Add struct function argument and adjust.
24203         (find_func_aliases_for_call): Likewise.
24204         (find_func_aliases): Likewise.
24205         (find_func_clobbers): Likewise.
24206         (intra_create_variable_infos): Likewise.
24207         (compute_points_to_sets): Likewise.
24208         (ipa_pta_execute): Adjust.  Do not push/pop cfun.
24209
24210 2014-04-15  Richard Biener  <rguenther@suse.de>
24211
24212         * tree.c (iterative_hash_expr): Use enum tree_code_class
24213         to store TREE_CODE_CLASS.
24214         (tree_block): Likewise.
24215         (tree_set_block): Likewise.
24216         * tree.h (fold_build_pointer_plus_loc): Use
24217         convert_to_ptrofftype_loc.
24218
24219 2014-04-15  Jakub Jelinek  <jakub@redhat.com>
24220
24221         PR plugins/59335
24222         * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
24223         added in 4.9.
24224
24225 2014-04-15  Eric Botcazou  <ebotcazou@adacore.com>
24226
24227         * cfgloop.h (struct loop): Move force_vectorize down.
24228         * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
24229         (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
24230         * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
24231         * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
24232         * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
24233         * tree-core.h (enum annot_expr_kind): Add new kind values.
24234         * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
24235         * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
24236         kinds.
24237         * tree.def (ANNOTATE_EXPR): Tweak comment.
24238
24239 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
24240
24241         * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
24242         cxa_pure_virtual).
24243
24244 2014-04-14  Paolo Carlini  <paolo.carlini@oracle.com>
24245
24246         * tree.h (TYPE_IDENTIFIER): Declare.
24247         * tree.c (subrange_type_for_debug_p): Use it.
24248         * godump.c (go_format_type): Likewise.
24249         * dwarf2out.c (is_cxx_auto, modified_type_die,
24250         gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
24251         * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
24252
24253 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
24254
24255         PR lto/60820
24256         * varpool.c (varpool_remove_node): Do not alter decls when streaming.
24257
24258 2014-04-14  Uros Bizjak  <ubizjak@gmail.com>
24259
24260         * config/i386/i386.c (examine_argument): Return bool.  Return true if
24261         parameter should be passed in memory.
24262         <case X86_64_COMPLEX_X87_CLASS>: Adjust.
24263         (construct_container): Update calls to examine_argument.
24264         (function_arg_advance_64): Ditto.
24265         (return_in_memory_32): Merge with ix86_return_in_memory.
24266         (return_in_memory_64): Ditto.
24267         (return_in_memory_ms_64): Ditto.
24268
24269 2014-04-14  Jan Hubicka  <hubicka@ucw.cz>
24270
24271         * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
24272         * coverage.c (coverage_compute_profile_id): Handle externally visible
24273         symbols.
24274
24275 2014-04-14  Martin Jambor  <mjambor@suse.cz>
24276
24277         * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
24278         DECL_DISREGARD_INLINE_LIMITS functions.
24279
24280 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
24281
24282         PR target/60827
24283         * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
24284
24285 2014-04-14  H.J. Lu  <hongjiu.lu@intel.com>
24286
24287         PR target/60827
24288         * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
24289         optimize_insn_for_speed_p instead of
24290         optimize_function_for_speed_p.
24291
24292 2014-04-14  Yufeng Zhang  <yufeng.zhang@arm.com>
24293
24294         * doc/invoke.texi (free): Document AArch64.
24295
24296 2014-04-14  Richard Biener  <rguenther@suse.de>
24297
24298         PR tree-optimization/60042
24299         * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
24300         (insert_into_preds_of_block): Do not prevent PHI insertion
24301         for REFERENCE exprs here ...
24302         (eliminate_dom_walker::before_dom_children): ... but prevent
24303         their use here under similar conditions when applied to the
24304         IL after PRE optimizations.
24305
24306 2014-04-14  Richard Biener  <rguenther@suse.de>
24307
24308         * passes.def: Move early points-to after early SRA.
24309
24310 2014-04-14  Richard Biener  <rguenther@suse.de>
24311
24312         * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
24313         check for which sign-changes we allow when forwarding
24314         a converted value into a switch.
24315
24316 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
24317
24318         * stor-layout.c (place_field): Finalize non-constant offset for the
24319         field, if any.
24320
24321 2014-04-14  Richard Biener  <rguenther@suse.de>
24322
24323         * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
24324         as argument.
24325         (expand_switch_using_bit_tests_p): Likewise.
24326         (process_switch): Compute and pass on speed_p based on the
24327         switch stmt.
24328         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
24329         optimize_bb_for_speed_p.
24330
24331 2014-04-14  Eric Botcazou  <ebotcazou@adacore.com>
24332
24333         * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
24334         * function.h (struct function): Rename has_force_vect_loops into
24335         has_force_vectorize_loops.
24336         * lto-streamer-in.c (input_cfg): Adjust for renaming.
24337         (input_struct_function_base): Likewise.
24338         * lto-streamer-out.c (output_cfg): Likewise.
24339         (output_struct_function_base): Likewise.
24340         * omp-low.c (expand_omp_simd): Likewise.
24341         * tree-cfg.c (move_sese_region_to_fn): Likewise.
24342         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
24343         (version_loop_for_if_conversion): Likewise.
24344         (tree_if_conversion): Likewise.
24345         (main_tree_if_conversion): Likewise.
24346         (gate_tree_if_conversion): Likewise.
24347         * tree-inline.c (copy_loops): Likewise.
24348         * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
24349         * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
24350         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
24351         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
24352         * tree-vectorizer.c (vectorize_loops): Likewise.
24353         * tree-vectorizer.h (unlimited_cost_model): Likewise.
24354
24355 2014-04-14  Richard Biener  <rguenther@suse.de>
24356
24357         PR lto/60720
24358         * lto-streamer-out.c (wrap_refs): New function.
24359         (lto_output): Wrap symbol references in global initializes in
24360         type-preserving MEM_REFs.
24361
24362 2014-04-14  Christian Bruel  <christian.bruel@st.com>
24363
24364         * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
24365
24366 2014-04-14  Christian Bruel  <christian.bruel@st.com>
24367
24368         * config/sh/sh.md (setmemqi): New expand pattern.
24369         * config/sh/sh.h (CLEAR_RATIO): Define.
24370         * config/sh/sh-mem.cc (sh_expand_setmem): Define.
24371         * config/sh/sh-protos.h (sh_expand_setmem): Declare.
24372
24373 2014-04-14  Richard Biener  <rguenther@suse.de>
24374
24375         PR middle-end/55022
24376         * fold-const.c (negate_expr_p): Don't negate directional rounding
24377         division.
24378         (fold_negate_expr): Likewise.
24379
24380 2014-04-14  Richard Biener  <rguenther@suse.de>
24381
24382         PR tree-optimization/59817
24383         PR tree-optimization/60453
24384         * graphite-scop-detection.c (graphite_can_represent_scev): Complete
24385         recursion to catch all CHRECs in the scalar evolution and restrict
24386         the predicate for the remains appropriately.
24387
24388 2014-04-12  Catherine Moore  <clm@codesourcery.com>
24389
24390         * config/mips/constraints.md: Add new register constraint "kb".
24391         * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
24392         (*movhi_internal): Likewise.
24393         (*movqi_internal): Likewise.
24394         * config/mips/mips.h (M16_STORE_REGS): New register class.
24395         (REG_CLASS_NAMES): Add M16_STORE_REGS.
24396         (REG_CLASS_CONTENTS): Likewise.
24397         * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
24398
24399 2014-04-11  Tobias Burnus  <burnus@net-b.de>
24400
24401         PR c/60194
24402         * doc/invoke.texi (-Wformat-signedness): Document it.
24403         (Wformat=2): Mention that this enables -Wformat-signedness.
24404
24405 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
24406
24407         * common/config/epiphany/epiphany-common.c
24408         (epiphany_option_optimization_table): Enable section anchors by
24409         default at -O1 or higher.
24410         * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
24411         (TARGET_MIN_ANCHOR_OFFSET): Likewise.
24412         (epiphany_rtx_costs) <SET>: For binary operators, the set as such
24413         carries no extra cost.
24414         (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
24415         * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
24416         * config/epiphany/predicates.md (memclob_operand): New predicate.
24417         * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
24418         Use memclob_operand predicate and X constraint for operand 3.
24419
24420 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
24421
24422         * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
24423         with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
24424         its operands.
24425
24426 2014-04-11  Joern Rennecke  <joern.rennecke@embecosm.com>
24427
24428         PR rtl-optimization/60651
24429         * mode-switching.c (optimize_mode_switching): Make sure to emit
24430         sets of a lower numbered entity before sets of a higher numbered
24431         entity to a mode of the same or lower priority.
24432         When creating a seginfo for a basic block that starts with a code
24433         label, move the insertion point past the code label.
24434         (new_seginfo): Document and enforce requirement that
24435         NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
24436         * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
24437         * doc/tm.texi: Regenerate.
24438
24439 2014-01-11  Joern Rennecke  <joern.rennecke@embecosm.com>
24440
24441         PR target/60811
24442         * config/arc/arc.c (arc_save_restore): Fix assert typo.
24443
24444 2013-04-11  Jakub Jelinek  <jakub@redhat.com>
24445
24446         * BASE-VER: Set to 4.10.0.
24447
24448 2014-04-11  Tobias Burnus  <burnus@net-b.de>
24449
24450         PR other/59055
24451         * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
24452         * doc/gcc.texi (Service): Update description in the @menu
24453         * doc/invoke.texi (Option Summary): Remove misplaced and
24454         duplicated @menu.
24455
24456 2014-04-11  Steve Ellcey  <sellcey@mips.com>
24457             Jakub Jelinek  <jakub@redhat.com>
24458
24459         PR middle-end/60556
24460         * expr.c (convert_move): Use emit_store_flag_force instead of
24461         emit_store_flag.  Pass lowpart_mode instead of VOIDmode as 5th
24462         argument to it.
24463
24464 2014-04-11  Richard Biener  <rguenther@suse.de>
24465
24466         PR middle-end/60797
24467         * varasm.c (assemble_alias): Avoid endless error reporting
24468         recursion by setting TREE_ASM_WRITTEN.
24469
24470 2014-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24471
24472         * config/s390/s390.md: Add a splitter for NOT rtx.
24473
24474 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
24475
24476         PR rtl-optimization/60663
24477         * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
24478
24479 2014-04-10  Jan Hubicka  <hubicka@ucw.cz>
24480             Jakub Jelinek  <jakub@redhat.com>
24481
24482         PR lto/60567
24483         * ipa.c (function_and_variable_visibility): Copy forced_by_abi
24484         flag from decl_node to node.
24485
24486 2014-04-10  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24487
24488         PR debug/60655
24489         * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
24490         (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
24491         ameliorating the cases where it can be.
24492
24493 2014-04-09  David Edelsohn  <dje.gcc@gmail.com>
24494
24495         Revert
24496         2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
24497
24498         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
24499         (loadsync_<mode>): Change mode.
24500         (load_quadpti, store_quadpti): New.
24501         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
24502         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
24503         * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
24504
24505 2014-04-09  Cong Hou  <congh@google.com>
24506
24507         PR testsuite/60773
24508         * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
24509         documentation.
24510
24511 2014-04-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24512
24513         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
24514         instead of vnor to exploit possible fusion opportunity in the
24515         future.
24516         (altivec_expand_vec_perm_const_le): Likewise.
24517
24518 2014-04-08  Pat Haugen  <pthaugen@us.ibm.com>
24519
24520         * config/rs6000/sync.md (AINT mode_iterator): Move definition.
24521         (loadsync_<mode>): Change mode.
24522         (load_quadpti, store_quadpti): New.
24523         (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
24524         * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
24525
24526 2014-04-08  Richard Sandiford  <rdsandiford@googlemail.com>
24527
24528         PR target/60763
24529         * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
24530         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
24531         Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
24532
24533 2014-04-08  Richard Biener  <rguenther@suse.de>
24534
24535         PR middle-end/60706
24536         * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
24537         a 64bit widest int print double-int similar to on HWI64 hosts.
24538
24539 2014-04-08  Richard Biener  <rguenther@suse.de>
24540
24541         PR tree-optimization/60785
24542         * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
24543         default defs properly.
24544
24545 2014-04-08  Nathan Sidwell  <nathan@codesourcery.com>
24546
24547         * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
24548         (Weffc++): Likewise.
24549
24550 2014-04-07  Jan Hubicka  <hubcika@ucw.cz>
24551
24552         * ipa-devirt.c (maybe_record_node): When node is not recorded,
24553         set completep to false rather than true.
24554
24555 2014-04-07  Douglas B Rupp  <rupp@adacore.com>
24556
24557         PR target/60504
24558         * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
24559         ARM_TARGET2_DWARF_FORMAT.
24560
24561 2014-04-07  Charles Baylis  <charles.baylis@linaro.org>
24562
24563         PR target/60609
24564         * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
24565         (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
24566         ADDR_DIFF_VEC.
24567
24568 2014-04-07  Richard Biener  <rguenther@suse.de>
24569
24570         PR tree-optimization/60766
24571         * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
24572         (may_eliminate_iv): Convert cand_value_at result to desired type.
24573
24574 2014-04-07  Jason Merrill  <jason@redhat.com>
24575
24576         PR c++/60731
24577         * common.opt (-fno-gnu-unique): Add.
24578         * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
24579
24580 2014-04-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24581
24582         * haifa-sched.c: Fix outdated function reference and minor
24583         grammar errors in introductory comment.
24584
24585 2014-04-07  Richard Biener  <rguenther@suse.de>
24586
24587         PR middle-end/60750
24588         * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
24589         for noreturn calls.
24590         * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
24591
24592 2014-04-06  John David Anglin  <danglin@gcc.gnu.org>
24593
24594         PR debug/55794
24595         * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
24596         size accounting for thunks.
24597         (pa_asm_output_mi_thunk): Use final_start_function() and
24598         final_end_function() to output function start and end directives.
24599
24600 2014-04-05  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
24601
24602         * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
24603         device specific ISA/ feature information. Remove short_sp and
24604         errata_skip ds.  Add avr_device_specific_features enum to have device
24605         specific info.
24606         * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
24607         errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
24608         * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
24609         updated device specific info.
24610         * config/avr/avr-mcus.def: Merge device specific details to
24611         dev_attribute field.
24612         * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
24613         errata_skip.
24614         * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
24615         * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
24616         assembler if RMW isa supported by current device.
24617         * config/avr/genmultilib.awk: Update as device info structure changed.
24618         * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
24619
24620 2014-04-04  Cong Hou  <congh@google.com>
24621
24622         PR tree-optimization/60656
24623         * tree-vect-stmts.c (supportable_widening_operation):
24624         Fix a bug that elements in a vector with vect_used_by_reduction
24625         property are incorrectly reordered when the operation on it is not
24626         consistant with the one in reduction operation.
24627
24628 2014-04-04  John David Anglin  <danglin@gcc.gnu.org>
24629
24630         PR rtl-optimization/60155
24631         * gcse.c (record_set_data): New function.
24632         (single_set_gcse): New function.
24633         (gcse_emit_move_after): Use single_set_gcse instead of single_set.
24634         (hoist_code): Likewise.
24635         (get_pressure_class_and_nregs): Likewise.
24636
24637 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
24638
24639         * explow.c (probe_stack_range): Emit a final optimization blockage.
24640
24641 2014-04-04  Anthony Green  <green@moxielogic.com>
24642
24643         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
24644         typos.
24645
24646 2014-04-04  Jan Hubicka  <hubicka@ucw.cz>
24647
24648         PR ipa/59626
24649         * lto-cgraph.c (input_overwrite_node): Check that partitioning
24650         flags are set only during streaming.
24651         * ipa.c (process_references, walk_polymorphic_call_targets,
24652         symtab_remove_unreachable_nodes): Drop bodies of always inline
24653         after early inlining.
24654         (symtab_remove_unreachable_nodes): Remove always_inline attribute.
24655
24656 2014-04-04  Jakub Jelinek  <jakub@redhat.com>
24657         Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
24658
24659         PR debug/60655
24660         * dwarf2out.c (const_ok_for_output_1): Reject expressions
24661         containing a NOT.
24662
24663 2014-04-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24664
24665         PR bootstrap/60743
24666         * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
24667         duration.
24668         (cortex_a53_fdivd): Likewise.
24669
24670 2014-04-04  Martin Jambor  <mjambor@suse.cz>
24671
24672         PR ipa/60640
24673         * cgraph.h (cgraph_clone_node): New parameter added to declaration.
24674         Adjust all callers.
24675         * cgraph.c (clone_of_p): Also return true if thunks match.
24676         (verify_edge_corresponds_to_fndecl): Removed extraneous call to
24677         cgraph_function_or_thunk_node and an obsolete comment.
24678         * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
24679         file.
24680         (build_function_decl_skip_args): Likewise.
24681         (set_new_clone_decl_and_node_flags): New function.
24682         (duplicate_thunk_for_node): Likewise.
24683         (redirect_edge_duplicating_thunks): Likewise.
24684         (cgraph_clone_node): New parameter args_to_skip, pass it to
24685         redirect_edge_duplicating_thunks which is called instead of
24686         cgraph_redirect_edge_callee.
24687         (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
24688         moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
24689
24690 2014-04-04  Jeff Law  <law@redhat.com>
24691
24692         PR target/60657
24693         * config/arm/predicates.md (const_int_I_operand): New predicate.
24694         (const_int_M_operand): Similarly.
24695         * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
24696         const_int_operand.
24697         (insv_t2, extv_reg, extzv_t2): Likewise.
24698         (load_multiple_with_writeback): Similarly for const_int_I_operand.
24699         (pop_multiple_with_writeback_and_return): Likewise.
24700         (vfp_pop_multiple_with_writeback): Likewise
24701
24702 2014-04-04  Richard Biener  <rguenther@suse.de>
24703
24704         PR ipa/60746
24705         * tree-ssanames.c (make_ssa_name_fn): Fix assert.
24706         * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
24707         non-GIMPLE_LABELs.
24708         * gimplify.h (gimple_add_tmp_var_fn): Declare.
24709         * gimplify.c (gimple_add_tmp_var_fn): New function.
24710         * gimple-expr.h (create_tmp_reg_fn): Declare.
24711         * gimple-expr.c (create_tmp_reg_fn): New function.
24712         * gimple-low.c (record_vars_into): Don't change cfun.
24713         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
24714         code generation without cfun.
24715
24716 2014-04-04  Thomas Schwinge  <thomas@codesourcery.com>
24717
24718         PR bootstrap/60719
24719         * Makefile.in (install-driver): Fix shell scripting.
24720
24721 2014-04-03  Cong Hou  <congh@google.com>
24722
24723         PR tree-optimization/60505
24724         * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
24725         threshold of number of iterations below which no vectorization
24726         will be done.
24727         * tree-vect-loop.c (new_loop_vec_info):
24728         Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
24729         * tree-vect-loop.c (vect_analyze_loop_operations):
24730         Set LOOP_VINFO_COST_MODEL_THRESHOLD.
24731         * tree-vect-loop.c (vect_transform_loop):
24732         Use LOOP_VINFO_COST_MODEL_THRESHOLD.
24733         * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
24734         of iterations of the loop and see if we should build the epilogue.
24735
24736 2014-04-03  Richard Biener  <rguenther@suse.de>
24737
24738         * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
24739         (streamer_tree_cache_create): Adjust.
24740         * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
24741         to allow optional nodes array.
24742         (streamer_tree_cache_insert_1): Use next_idx to assign idx.
24743         (streamer_tree_cache_append): Likewise.
24744         (streamer_tree_cache_create): Create nodes array optionally
24745         as specified by parameter.
24746         * lto-streamer-out.c (create_output_block): Avoid maintaining
24747         the node array in the writer cache.
24748         (DFS_write_tree): Remove assertion.
24749         (produce_asm_for_decls): Free the out decl state hash table early.
24750         * lto-streamer-in.c (lto_data_in_create): Adjust for
24751         streamer_tree_cache_create prototype change.
24752
24753 2014-04-03  Richard Biener  <rguenther@suse.de>
24754
24755         * tree-streamer-out.c (streamer_write_chain): Do not temporarily
24756         set TREE_CHAIN to NULL_TREE.
24757
24758 2014-04-03  Richard Biener  <rguenther@suse.de>
24759
24760         PR tree-optimization/60740
24761         * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
24762         over all GIMPLE_COND operands.
24763
24764 2014-04-03  Nathan Sidwell  <nathan@codesourcery.com>
24765
24766         * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
24767         (Weffc++): Remove Scott's numbering, merge lists and reference
24768         Wnon-virtual-dtor.
24769
24770 2014-04-03  Nick Clifton  <nickc@redhat.com>
24771
24772         * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
24773         properly.
24774
24775 2014-04-03  Martin Jambor  <mjambor@suse.cz>
24776
24777         * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
24778         mention gcc_unreachable before failing.
24779         * ipa.c (symtab_remove_unreachable_nodes): Also print order of
24780         removed symbols.
24781
24782 2014-04-02  Jan Hubicka  <hubicka@ucw.cz>
24783
24784         PR ipa/60659
24785         * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
24786         inconsistent code and instead mark the context inconsistent.
24787         (possible_polymorphic_call_targets): For inconsistent contexts
24788         return empty complete list.
24789
24790 2014-04-02  Anthony Green  <green@moxielogic.com>
24791
24792         * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
24793         (extendqisi2, extendhisi2): Define.
24794         * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
24795         (WCHAR_TYPE): Change to unsigned int.
24796
24797 2014-04-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24798
24799         PR tree-optimization/60733
24800         * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
24801         insertion point for PHI candidates to be the end of the feeding
24802         block for the PHI argument.
24803
24804 2014-04-02  Vladimir Makarov  <vmakarov@redhat.com>
24805
24806         PR rtl-optimization/60650
24807         * lra-constraints.c (process_alt_operands): Decrease reject for
24808         earlyclobber matching.
24809
24810 2014-04-02  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24811
24812         * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
24813
24814 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24815
24816         * config/spu/spu.c (pad_bb): Do not crash when the last
24817         insn is CODE_FOR_blockage.
24818
24819 2014-04-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
24820
24821         * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
24822         lies outside the target mode.
24823
24824 2014-04-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
24825
24826         PR target/60735
24827         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
24828         software floating point or no floating point registers, do not
24829         allow any type in the FPRs.  Eliminate a test for SPE SIMD types
24830         in GPRs that occurs after we tested for GPRs that would never be
24831         true.
24832
24833         * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
24834         Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
24835         since the FMOVE64 type is DFmode/DDmode.  If TARGET_E500_DOUBLE,
24836         specifically allow DDmode, since that does not use the SPE SIMD
24837         instructions.
24838
24839 2014-04-02  Richard Biener  <rguenther@suse.de>
24840
24841         PR middle-end/60729
24842         * optabs.c (expand_abs_nojump): Honor flag_trapv only for
24843         MODE_INTs.  Properly use negv_optab.
24844         (expand_abs): Likewise.
24845
24846 2014-04-02  Richard Biener  <rguenther@suse.de>
24847
24848         PR bootstrap/60719
24849         * Makefile.in (install-driver): Guard extra installs with special
24850         names properly.
24851
24852 2014-04-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
24853
24854         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
24855         Document vec_vgbbd.
24856
24857 2014-04-01  Richard Henderson  <rth@redhat.com>
24858
24859         PR target/60704
24860         * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
24861         alternative enabled before register allocation.
24862
24863 2014-04-01  Chung-Lin Tang  <cltang@codesourcery.com>
24864
24865         * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
24866         * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
24867         typo.
24868         (nios2_large_got_address): Remove unneeded 'sym' parameter.
24869         (nios2_got_address): Update nios2_large_got_address call site.
24870         (nios2_delegitimize_address): New function.
24871         (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
24872         * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
24873         (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
24874
24875 2014-04-01  Martin Husemann  <martin@duskware.de>
24876
24877         * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
24878         for -mabi=32.
24879
24880 2014-04-01  Richard Sandiford  <rdsandiford@googlemail.com>
24881
24882         PR rtl-optimization/60604
24883         * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
24884         check from register_operand.
24885         (register_operand): Redefine in terms of general_operand.
24886         (nonmemory_operand): Use register_operand for the non-constant cases.
24887
24888 2014-04-01  Richard Biener  <rguenther@suse.de>
24889
24890         * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
24891
24892 2014-04-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
24893
24894         * doc/invoke.texi (mapp-regs): Clarify.
24895
24896 2014-03-31  Ulrich Drepper  <drepper@gmail.com>
24897
24898         * config/i386/avx512fintrin.h (__v32hi): Define type.
24899         (__v64qi): Likewise.
24900         (_mm512_set1_epi8): Define.
24901         (_mm512_set1_epi16): Define.
24902         (_mm512_set4_epi32): Define.
24903         (_mm512_set4_epi64): Define.
24904         (_mm512_set4_pd): Define.
24905         (_mm512_set4_ps): Define.
24906         (_mm512_setr4_epi64): Define.
24907         (_mm512_setr4_epi32): Define.
24908         (_mm512_setr4_pd): Define.
24909         (_mm512_setr4_ps): Define.
24910         (_mm512_setzero_epi32): Define.
24911
24912 2014-03-31  Martin Jambor  <mjambor@suse.cz>
24913
24914         PR middle-end/60647
24915         * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
24916         callsite_arguments_match_p.  Updated all callers.  Also check types of
24917         corresponding formal parameters and actual arguments.
24918         (not_all_callers_have_enough_arguments_p) Renamed to
24919         some_callers_have_mismatched_arguments_p.
24920
24921 2014-03-31  Yuri Rumyantsev  <ysrumyan@gmail.com>
24922
24923         * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
24924
24925 2014-03-31  Kugan Vivekanandarajah  <kuganv@linaro.org>
24926
24927         PR target/60034
24928         * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
24929         section anchor.
24930
24931 2014-03-30  Uros Bizjak  <ubizjak@gmail.com>
24932
24933         * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
24934         (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
24935         Split out
24936         <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
24937         Use FMAMODE_NOVF512 mode iterator.
24938         (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
24939         (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
24940         (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
24941         (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
24942         Split out
24943         <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
24944         Use VF_128_256 mode iterator.
24945         (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
24946         Ditto.
24947
24948 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
24949
24950         * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
24951         static chain if needed.
24952
24953 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
24954
24955         PR target/60697
24956         * lra-constraints.c (index_part_to_reg): New.
24957         (process_address): Use it.
24958
24959 2014-03-27  Jeff Law  <law@redhat.com>
24960             Jakub Jelinek  <jakub@redhat.com>
24961
24962         PR target/60648
24963         * expr.c (do_tablejump): Use simplify_gen_binary rather than
24964         gen_rtx_{PLUS,MULT} to build up the address expression.
24965
24966         * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
24967         creating non-canonical RTL.
24968
24969 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
24970
24971         PR ipa/60243
24972         * ipa-inline.c (want_inline_small_function_p): Short circuit large
24973         functions; reorganize to make cheap checks first.
24974         (inline_small_functions): Do not estimate growth when dumping;
24975         it is expensive.
24976         * ipa-inline.h (inline_summary): Add min_size.
24977         (growth_likely_positive): New function.
24978         * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
24979         (set_cond_stmt_execution_predicate): Cleanup.
24980         (estimate_edge_size_and_time): Compute min_size.
24981         (estimate_calls_size_and_time): Likewise.
24982         (estimate_node_size_and_time): Likewise.
24983         (inline_update_overall_summary): Update min_size.
24984         (do_estimate_edge_time): Likewise.
24985         (do_estimate_edge_size): Update.
24986         (do_estimate_edge_hints): Update.
24987         (growth_likely_positive): New function.
24988
24989 2014-03-28  Jakub Jelinek  <jakub@redhat.com>
24990
24991         PR target/60693
24992         * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
24993         also if addr has VOIDmode.
24994
24995 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24996
24997         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
24998         * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
24999         Declare extern.
25000         * config/arm/cortex-a53.md: Add reservations and bypass for crypto
25001         instructions as well as AdvancedSIMD loads.
25002
25003 2014-03-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25004
25005         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
25006         Use crypto_aese type.
25007         (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
25008         * config/arm/arm.md (is_neon_type): Replace crypto_aes with
25009         crypto_aese, crypto_aesmc.  Move to types.md.
25010         * config/arm/types.md (crypto_aes): Split into crypto_aese,
25011         crypto_aesmc.
25012         * config/arm/iterators.md (crypto_type): Likewise.
25013
25014 2014-03-28  Jan Hubicka  <hubicka@ucw.cz>
25015
25016         * cgraph.c: Include expr.h and tree-dfa.h.
25017         (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
25018         remove LHS.
25019
25020 2014-03-28  Vladimir Makarov  <vmakarov@redhat.com>
25021
25022         PR target/60675
25023         * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
25024         regs from checking multi-reg pseudos.
25025
25026 2014-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25027
25028         * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
25029
25030 2014-03-28  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
25031
25032         * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
25033         if it would clobber the stack pointer, even temporarily.
25034
25035 2014-03-28  Eric Botcazou  <ebotcazou@adacore.com>
25036
25037         * mode-switching.c: Make small adjustments to the top comment.
25038
25039 2014-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
25040
25041         * config/rs6000/constraints.md (wD constraint): New constraint to
25042         match the constant integer to get the top DImode/DFmode out of a
25043         vector in a VSX register.
25044
25045         * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
25046         match the constant integer to get the top DImode/DFmode out of a
25047         vector in a VSX register.
25048
25049         * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
25050         for ISA 2.07.
25051
25052         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
25053         vbpermq builtins.
25054
25055         * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
25056         -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
25057
25058         * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
25059         Optimize vec_extract of 64-bit values, where the value being
25060         extracted is in the top word, where we can use scalar
25061         instructions.  Add direct move and store support.  Combine the big
25062         endian/little endian vector select load support into a single insn.
25063         (vsx_extract_<mode>_internal1): Likewise.
25064         (vsx_extract_<mode>_internal2): Likewise.
25065         (vsx_extract_<mode>_load): Likewise.
25066         (vsx_extract_<mode>_store): Likewise.
25067         (vsx_extract_<mode>_zero): Delete, big and little endian insns are
25068         combined into vsx_extract_<mode>_load.
25069         (vsx_extract_<mode>_one_le): Likewise.
25070
25071         * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
25072         define the top 64-bit vector element.
25073
25074         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
25075         constraint.
25076
25077         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25078         Document vec_vbpermq builtin.
25079
25080         PR target/60672
25081         * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
25082         enable use of xxsldwi and xxpermdi builtin functions.
25083         (vec_xxpermdi): Likewise.
25084
25085         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25086         Document use of vec_xxsldwi and vec_xxpermdi builtins.
25087
25088 2014-03-27  Vladimir Makarov  <vmakarov@redhat.com>
25089
25090         PR rtl-optimization/60650
25091         * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
25092         first_p.  Use it.
25093         (find_spills_for): New.
25094         (assign_by_spills): Pass the new parameter to find_hard_regno_for.
25095         Spill all pseudos on the second iteration.
25096
25097 2014-03-27  Marek Polacek  <polacek@redhat.com>
25098
25099         PR c/50347
25100         * doc/extend.texi (ffs Builtins): Change unsigned types to signed
25101         types.
25102
25103 2014-03-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25104
25105         * config/s390/s390.c (s390_can_use_return_insn): Check for
25106         call-saved FPRs on 31 bit.
25107
25108 2014-03-27  Jakub Jelinek  <jakub@redhat.com>
25109
25110         PR middle-end/60682
25111         * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
25112         if they need regimplification, just drop them instead of
25113         calling gimple_regimplify_operands on them.
25114
25115 2014-03-27  Marcus Shawcroft  <marcus.shawcroft@arm.com>
25116
25117         PR target/60580
25118         * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
25119         (aarch64_frame_pointer_required): Adjust logic.
25120         (aarch64_can_eliminate): Adjust logic.
25121         (aarch64_override_options_after_change): Adjust logic.
25122
25123 2014-03-27  Dehao Chen  <dehao@google.com>
25124
25125         * ipa-inline.c (early_inliner): Update node's inline info.
25126
25127 2014-03-26  Dehao Chen  <dehao@google.com>
25128
25129         * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
25130         compiler inserted conditional jumps for NAN float check.
25131
25132 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
25133
25134         * ubsan.h (ubsan_create_data): Change second argument's type
25135         to const location_t *.
25136         * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
25137         _("<unknown>").
25138         (ubsan_create_data): Change second argument to const location_t *PLOC.
25139         Create Loc field whenever PLOC is non-NULL.
25140         (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
25141         ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
25142         callers.
25143
25144         PR other/59545
25145         * real.c (real_to_integer2): Change type of low to UHWI.
25146
25147 2014-03-26  Tobias Burnus  <burnus@net-b.de>
25148
25149         * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
25150         (CILK_SELF_SPECS): New define.
25151         (driver_self_specs): Use it.
25152
25153 2014-03-26  Richard Biener  <rguenther@suse.de>
25154
25155         * tree-pretty-print.c (percent_K_format): Implement special
25156         case for LTO and its stripped down BLOCK tree.
25157
25158 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
25159
25160         PR sanitizer/60636
25161         * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
25162
25163         * tree-vrp.c (simplify_internal_call_using_ranges): If only
25164         one range is range_int_cst_p, but not both, at least optimize
25165         addition/subtraction of 0 and multiplication by 0 or 1.
25166         * gimple-fold.c (gimple_fold_call): Fold
25167         IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
25168         (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
25169         INTEGER_CSTs, try to fold at least x * 0 and y - y.
25170
25171 2014-03-26  Eric Botcazou  <ebotcazou@adacore.com>
25172
25173         PR rtl-optimization/60452
25174         * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
25175         <case REG>: Return 1 for invalid offsets from the frame pointer.
25176
25177 2014-03-26  Marek Polacek  <polacek@redhat.com>
25178
25179         PR c/37428
25180         * doc/extend.texi (C Extensions): Mention variable-length arrays in
25181         a structure/union.
25182
25183 2014-03-26  Marek Polacek  <polacek@redhat.com>
25184
25185         PR c/39525
25186         * doc/extend.texi (Designated Inits): Describe what happens to omitted
25187         field members.
25188
25189 2014-03-26  Marek Polacek  <polacek@redhat.com>
25190
25191         PR other/59545
25192         * ira-color.c (update_conflict_hard_regno_costs): Perform the
25193         multiplication in unsigned type.
25194
25195 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
25196
25197         * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
25198
25199 2014-03-26  Chung-Ju Wu  <jasonwucj@gmail.com>
25200
25201         * doc/contrib.texi: Add myself as Andes nds32 port contributor.
25202
25203 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
25204
25205         PR ipa/60315
25206         * cif-code.def (UNREACHABLE) New code.
25207         * ipa-inline.c (inline_small_functions): Skip edges to
25208         __builtlin_unreachable.
25209         (estimate_edge_growth): Allow edges to __builtlin_unreachable.
25210         * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
25211         predicate to __bulitin_unreachable.
25212         (set_cond_stmt_execution_predicate): Fix issue when
25213         invert_tree_comparison returns ERROR_MARK.
25214         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
25215         propagate to inline clones.
25216         * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
25217         to unreachable.
25218         * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
25219         * cgraphclones.c (cgraph_clone_node): If call destination is already
25220         ureachable, do not redirect it back.
25221         * tree-inline.c (fold_marked_statements): Hanlde calls becoming
25222         unreachable.
25223
25224 2014-03-25  Jan Hubicka  <hubicka@ucw.cz>
25225
25226         * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
25227         Do not modify inline clones.
25228
25229 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
25230
25231         * config/i386/i386.md (general_sext_operand): New mode attr.
25232         (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
25233         don't generate (sign_extend (const_int)).
25234         (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
25235         operands[2].  Use We constraint instead of <i> and
25236         <general_sext_operand> predicate instead of <general_operand>.
25237         (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
25238         * config/i386/constraints.md (We): New constraint.
25239         * config/i386/predicates.md (x86_64_sext_operand,
25240         sext_operand): New predicates.
25241
25242 2014-03-25  Martin Jambor  <mjambor@suse.cz>
25243
25244         PR ipa/60600
25245         * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
25246         inconsistent devirtualizations to __builtin_unreachable.
25247
25248 2014-03-25  Marek Polacek  <polacek@redhat.com>
25249
25250         PR c/35449
25251         * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
25252
25253 2014-03-25  Alan Lawrence  <alan.lawrence@arm.com>
25254
25255         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
25256         order of elements for big-endian.
25257
25258 2014-03-25  Richard Biener  <rguenther@suse.de>
25259
25260         PR middle-end/60635
25261         * gimplify-me.c (gimple_regimplify_operands): Update the
25262         re-gimplifed stmt.
25263
25264 2014-03-25  Martin Jambor  <mjambor@suse.cz>
25265
25266         PR ipa/59176
25267         * lto-cgraph.c (lto_output_node): Stream body_removed flag.
25268         (lto_output_varpool_node): Likewise.
25269         (input_overwrite_node): Likewise.
25270         (input_varpool_node): Likewise.
25271
25272 2014-03-25  Richard Biener  <rguenther@suse.de>
25273
25274         * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
25275         (run_gcc): Likewise.
25276
25277 2014-03-25  Jakub Jelinek  <jakub@redhat.com>
25278
25279         * combine.c (simplify_compare_const): Add MODE argument.
25280         Handle mode_width 0 as very large mode_width.
25281         (try_combine, simplify_comparison): Adjust callers.
25282
25283         * cselib.c (cselib_hash_rtx): Perform addition in unsigned
25284         type to avoid signed integer overflow.
25285         * explow.c (plus_constant): Likewise.
25286
25287 2014-03-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
25288
25289         * doc/generic.texi: Correct typos.
25290
25291 2014-03-24  Tobias Burnus  <burnus@net-b.de>
25292
25293         * doc/invoke.texi (-flto): Expand section about
25294         using static libraries with LTO.
25295
25296 2014-03-24  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
25297
25298         PR rtl-optimization/60501
25299         * optabs.def (addptr3_optab): New optab.
25300         * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
25301         * doc/md.texi ("addptrm3"): Document new RTL standard expander.
25302         * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
25303
25304         * lra.c (emit_add3_insn): Use the addptr pattern if available.
25305
25306         * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
25307
25308 2014-03-24  Ulrich Drepper  <drepper@gmail.com>
25309
25310         * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
25311         _mm512_set1_pd.
25312
25313         * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
25314         (_mm256_undefined_ps): Define.
25315         (_mm256_undefined_pd): Define.
25316         * config/i386/emmintrin.h (_mm_undefined_si128): Define.
25317         (_mm_undefined_pd): Define.
25318         * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
25319         * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
25320         (_mm512_undefined_ps): Define.
25321         (_mm512_undefined_pd): Define.
25322         Use _mm*_undefined_*.
25323         * config/i386/avx2intrin.h: Use _mm*_undefined_*.
25324
25325 2014-03-24  Alex Velenko  <Alex.Velenko@arm.com>
25326
25327         * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
25328         (lshr_simd): DI mode added.
25329         * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
25330         (aarch64_ushr_simddi): Likewise.
25331         * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
25332         * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
25333         (vshrd_n_u64): Likewise.
25334
25335 2014-03-24  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25336
25337         * Makefile.in (s-macro_list): Depend on cc1.
25338
25339 2014-03-23  Teresa Johnson  <tejohnson@google.com>
25340
25341         * ipa-utils.c (ipa_print_order): Use specified dump file.
25342
25343 2014-03-23  Eric Botcazou  <ebotcazou@adacore.com>
25344
25345         PR rtl-optimization/60601
25346         * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
25347
25348         * gcc.c (eval_spec_function): Initialize save_growing_value.
25349
25350 2014-03-22  Jakub Jelinek  <jakub@redhat.com>
25351
25352         PR sanitizer/60613
25353         * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
25354         code == MINUS_EXPR, never swap op0 with op1.
25355
25356         * toplev.c (init_local_tick): Avoid signed integer multiplication
25357         overflow.
25358         * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
25359         shift by first operand's bitsize.
25360
25361 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
25362
25363         PR target/60610
25364         * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
25365         redefine to 1 or 0.
25366         * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
25367         TARGET_ISA_64BIT_P(x).
25368
25369 2014-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25370
25371         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
25372         pattern for vector nor instead of subtract from splat(-1).
25373         (altivec_expand_vec_perm_const_le): Likewise.
25374
25375 2014-03-21  Richard Henderson  <rth@twiddle.net>
25376
25377         PR target/60598
25378         * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
25379         related insns after epilogue_completed.
25380
25381 2014-03-21  Martin Jambor  <mjambor@suse.cz>
25382
25383         PR ipa/59176
25384         * cgraph.h (symtab_node): New flag body_removed.
25385         * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
25386         when removing bodies.
25387         * symtab.c (dump_symtab_base): Dump body_removed flag.
25388         * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
25389         had their bodies removed.
25390
25391 2014-03-21  Martin Jambor  <mjambor@suse.cz>
25392
25393         PR ipa/60419
25394         * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
25395         in the border.
25396
25397 2014-03-21  Richard Biener  <rguenther@suse.de>
25398
25399         PR tree-optimization/60577
25400         * tree-core.h (struct tree_base): Document nothrow_flag use
25401         in DECL_NONALIASED.
25402         * tree.h (DECL_NONALIASED): New.
25403         (may_be_aliased): Adjust.
25404         * coverage.c (build_var): Set DECL_NONALIASED.
25405
25406 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
25407
25408         * expr.c (expand_expr_real_1): Remove outdated comment.
25409
25410 2014-03-20  Jakub Jelinek  <jakub@redhat.com>
25411
25412         PR middle-end/60597
25413         * ira.c (adjust_cleared_regs): Call copy_rtx on
25414         *reg_equiv[REGNO (loc)].src_p before passing it to
25415         simplify_replace_fn_rtx.
25416
25417         PR target/60568
25418         * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
25419         into CONST, put pic register as first operand of PLUS.  Use
25420         gen_const_mem for both 32-bit and 64-bit PIC got loads.
25421
25422 2014-03-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
25423
25424         * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
25425
25426 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
25427
25428         * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
25429         around for store forwarding issue in the FPU on the UT699.
25430         * config/sparc/sparc.md (in_branch_delay): Return false for single FP
25431         loads and operations if -mfix-ut699 is specified.
25432         (divtf3_hq): Tweak attribute.
25433         (sqrttf2_hq): Likewise.
25434
25435 2014-03-20  Eric Botcazou  <ebotcazou@adacore.com>
25436
25437         * calls.c (store_one_arg): Remove incorrect const qualification on the
25438         type of the temporary.
25439         * cfgexpand.c (expand_return): Likewise.
25440         * expr.c (expand_constructor): Likewise.
25441         (expand_expr_real_1): Likewise.
25442
25443 2014-03-20  Zhenqiang Chen  <zhenqiang.chen@linaro.org>
25444
25445         * config/arm/arm.c (arm_dwarf_register_span): Update the element number
25446         of parts.
25447
25448 2014-03-19  Kaz Kojima  <kkojima@gcc.gnu.org>
25449
25450         PR target/60039
25451         * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
25452
25453 2014-03-19  James Greenhalgh  <james.greenhalgh@arm.com>
25454
25455         * config/arm/aarch-common-protos.h
25456         (alu_cost_table): Fix spelling of "extend".
25457         * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
25458
25459 2014-03-19  Richard Biener  <rguenther@suse.de>
25460
25461         PR middle-end/60553
25462         * tree-core.h (tree_type_common): Re-order pointer members
25463         to reduce recursion depth during GC walks.
25464
25465 2014-03-19  Marek Polacek  <polacek@redhat.com>
25466
25467         PR sanitizer/60569
25468         * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
25469         before accessing it.
25470
25471 2014-03-19  Richard Biener  <rguenther@suse.de>
25472
25473         PR lto/59543
25474         * lto-streamer-in.c (input_function): In WPA stage do not drop
25475         debug stmts.
25476
25477 2014-03-19  Jakub Jelinek  <jakub@redhat.com>
25478
25479         PR tree-optimization/60559
25480         * vectorizable_mask_load_store): Replace scalar MASK_LOAD
25481         with build_zero_cst assignment.
25482
25483 2014-03-18  Kai Tietz  <ktietz@redhat.com>
25484
25485         PR rtl-optimization/56356
25486         * sdbout.c (sdbout_parms): Verify that parms'
25487         incoming argument is valid.
25488         (sdbout_reg_parms): Likewise.
25489
25490 2014-03-18  Richard Henderson  <rth@redhat.com>
25491
25492         PR target/60562
25493         * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
25494         be shadowed by *float<SWI48><MODEF>2_sse.  Test X87_ENABLE_FLOAT.
25495         (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
25496
25497 2014-03-18  Basile Starynkevitch  <basile@starynkevitch.net>
25498
25499         * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
25500         * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
25501         Italicize plugin event names in description.  Explain that
25502         PLUGIN_PRAGMAS has no sense for lto1.  Explain PLUGIN_INCLUDE_FILE.
25503         Remind that no GCC functions should be called after PLUGIN_FINISH.
25504         Explain what pragmas with expansion are.
25505
25506 2014-03-18  Martin Liska  <mliska@suse.cz>
25507
25508         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
25509         gimple call statement is update.
25510         * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
25511         GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
25512
25513 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
25514
25515         PR sanitizer/60557
25516         * ubsan.c (ubsan_instrument_unreachable): Call
25517         initialize_sanitizer_builtins.
25518         (ubsan_pass): Likewise.
25519
25520         PR sanitizer/60535
25521         * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
25522         varpool_finalize_decl instead of rest_of_decl_compilation.
25523
25524 2014-03-18  Richard Biener  <rguenther@suse.de>
25525
25526         * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
25527         by using bitmap_and_compl instead of bitmap_and_compl_into.
25528         (df_rd_transfer_function): Likewise.
25529
25530 2014-03-18  Richard Biener  <rguenther@suse.de>
25531
25532         * doc/lto.texi (fresolution): Fix typo.
25533
25534 2014-03-18  Richard Biener  <rguenther@suse.de>
25535
25536         * doc/invoke.texi (flto): Update for changes in 4.9.
25537
25538 2014-03-18  Richard Biener  <rguenther@suse.de>
25539
25540         * doc/loop.texi: Remove section on the removed lambda framework.
25541         Update loop docs with recent changes in preserving loop structure.
25542
25543 2014-03-18  Richard Biener  <rguenther@suse.de>
25544
25545         * doc/lto.texi (-fresolution): Document.
25546
25547 2014-03-18  Richard Biener  <rguenther@suse.de>
25548
25549         * doc/contrib.texi: Adjust my name.
25550
25551 2014-03-18  Jakub Jelinek  <jakub@redhat.com>
25552
25553         PR ipa/58721
25554         * internal-fn.c: Include diagnostic-core.h.
25555         (expand_BUILTIN_EXPECT): New function.
25556         * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
25557         (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
25558         IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
25559         * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
25560         IFN_BUILTIN_EXPECT.
25561         * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
25562         Revert 3 argument __builtin_expect code.
25563         (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
25564         * gimple-fold.c (gimple_fold_call): Likewise.
25565         * tree.h (fold_builtin_expect): New prototype.
25566         * builtins.c (build_builtin_expect_predicate): Add predictor
25567         argument, if non-NULL, create 3 argument __builtin_expect.
25568         (fold_builtin_expect): No longer static.  Add ARG2 argument,
25569         pass it through to build_builtin_expect_predicate.
25570         (fold_builtin_2): Adjust caller.
25571         (fold_builtin_3): Handle BUILT_IN_EXPECT.
25572         * internal-fn.def (BUILTIN_EXPECT): New.
25573
25574 2014-03-18  Tobias Burnus  <burnus@net-b.de>
25575
25576         PR ipa/58721
25577         * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
25578         PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
25579         PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
25580
25581 2014-03-18  Jan Hubicka  <hubicka@ucw.cz>
25582
25583         PR ipa/58721
25584         * predict.c (combine_predictions_for_bb): Fix up formatting.
25585         (expr_expected_value_1, expr_expected_value): Add predictor argument,
25586         fill what it points to if non-NULL.
25587         (tree_predict_by_opcode): Adjust caller, use the predictor.
25588         * predict.def (PRED_COMPARE_AND_SWAP): Add.
25589
25590 2014-03-18  Eric Botcazou  <ebotcazou@adacore.com>
25591
25592         * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
25593         proper constant for the store mode.
25594
25595 2014-03-18  Ilya Enkovich  <ilya.enkovich@intel.com>
25596
25597         * symtab.c (change_decl_assembler_name): Fix transparent alias
25598         chain construction.
25599
25600 2014-03-16  Renlin Li  <Renlin.Li@arm.com>
25601
25602         * config/aarch64/aarch64.c: Correct the comments about the
25603         aarch64 stack layout.
25604
25605 2014-03-18  Thomas Schwinge  <thomas@codesourcery.com>
25606
25607         * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
25608         check for GF_OMP_FOR_KIND_FOR.
25609
25610 2013-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
25611
25612         * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
25613         ymm and zmm register names.
25614
25615 2014-03-17  Jakub Jelinek  <jakub@redhat.com>
25616
25617         PR target/60516
25618         * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
25619         note creation for the 2010-08-31 changes.
25620
25621 2014-03-17  Marek Polacek  <polacek@redhat.com>
25622
25623         PR middle-end/60534
25624         * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
25625         as -fno-tree-loop-vectorize.
25626         (expand_omp_simd): Likewise.
25627
25628 2014-03-15  Eric Botcazou  <ebotcazou@adacore.com>
25629
25630         * config/sparc/sparc-protos.h (tls_call_delay): Delete.
25631         (eligible_for_call_delay): New prototype.
25632         * config/sparc/sparc.c (tls_call_delay): Rename into...
25633         (eligible_for_call_delay): ...this.  Return false if the instruction
25634         cannot be put in the delay slot of a branch.
25635         (eligible_for_restore_insn): Simplify.
25636         (eligible_for_return_delay): Return false if the instruction cannot be
25637         put in the delay slot of a branch and simplify.
25638         (eligible_for_sibcall_delay): Return false if the instruction cannot be
25639         put in the delay slot of a branch.
25640         * config/sparc/sparc.md (fix_ut699): New attribute.
25641         (tls_call_delay): Delete.
25642         (in_call_delay): Reimplement.
25643         (eligible_for_sibcall_delay): Rename into...
25644         (in_sibcall_delay): ...this.
25645         (eligible_for_return_delay): Rename into...
25646         (in_return_delay): ...this.
25647         (in_branch_delay): Reimplement.
25648         (in_uncond_branch_delay): Delete.
25649         (in_annul_branch_delay): Delete.
25650
25651 2014-03-14  Richard Henderson  <rth@redhat.com>
25652
25653         PR target/60525
25654         * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
25655         define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
25656         (*floathi<X87MODEF>2_i387_with_temp): Remove.
25657         (floathi splitters): Remove.
25658         (float<SWI48x>xf2): New pattern.
25659         (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2.  Drop
25660         code that tried to handle DImode for 32-bit, but which was excluded
25661         by the pattern's condition.  Drop allocation of stack temporary.
25662         (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
25663         (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
25664         (*float<SWI48><MODEF>2_mixed_interunit): Remove.
25665         (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
25666         (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
25667         (*float<SWI48><MODEF>2_sse_with_temp): Remove.
25668         (*float<SWI48><MODEF>2_sse_interunit): Remove.
25669         (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
25670         (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
25671         (*float<SWI48x><X87MODEF>2_i387): Remove.
25672         (all float _with_temp splitters): Remove.
25673         (*float<SWI48x><MODEF>2_i387): New pattern.
25674         (*float<SWI48><MODEF>2_sse): New pattern.
25675         (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
25676         (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
25677
25678 2014-03-14  Jakub Jelinek  <jakub@redhat.com>
25679             Marek Polacek  <polacek@redhat.com>
25680
25681         PR middle-end/60484
25682         * common.opt (dump_base_name_prefixed): New Variable.
25683         * opts.c (finish_options): Don't prepend directory to x_dump_base_name
25684         if x_dump_base_name_prefixed is already set, set it at the end.
25685
25686 2014-03-14  Vladimir Makarov  <vmakarov@redhat.com>
25687
25688         PR rtl-optimization/60508
25689         * lra-constraints.c (get_reload_reg): Add new parameter
25690         in_subreg_p.
25691         (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
25692         Pass the new parameter values.
25693
25694 2014-03-14  Richard Biener  <rguenther@suse.de>
25695
25696         * common.opt: Revert unintented changes from r205065.
25697         * opts.c: Likewise.
25698
25699 2014-03-14  Richard Biener  <rguenther@suse.de>
25700
25701         PR middle-end/60518
25702         * cfghooks.c (split_block): Properly adjust all loops the
25703         block was a latch of.
25704
25705 2014-03-14  Martin Jambor  <mjambor@suse.cz>
25706
25707         PR lto/60461
25708         * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
25709         and simplify it.
25710
25711 2014-03-14  Georg-Johann Lay  <avr@gjlay.de>
25712
25713         PR target/59396
25714         * config/avr/avr.c (avr_set_current_function): Pass function name
25715         through default_strip_name_encoding before sanity checking instead
25716         of skipping the first char of the assembler name.
25717
25718 2014-03-13  Richard Henderson  <rth@redhat.com>
25719
25720         PR debug/60438
25721         * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
25722         (ix86_force_to_memory, ix86_free_from_memory): Remove.
25723         * config/i386/i386-protos.h: Likewise.
25724         * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
25725         in the expander instead of a splitter.
25726         (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
25727         any possibility of requiring a memory.
25728         (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
25729         (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
25730         (fp branch splitters): Update for ix86_split_fp_branch.
25731         (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
25732         (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
25733         (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
25734         (*fop_<MODEF>_2_i387): Remove f/r alternative.
25735         (*fop_<MODEF>_3_i387): Likewise.
25736         (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
25737         (splitters for the fop_* register patterns): Remove.
25738         (fscalexf4_i387): Rename from *fscalexf4_i387.
25739         (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
25740
25741 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
25742
25743         PR tree-optimization/59779
25744         * tree-dfa.c (get_ref_base_and_extent): Use double_int
25745         type for bitsize and maxsize instead of HOST_WIDE_INT.
25746
25747 2014-03-13  Steven Bosscher  <steven@gcc.gnu.org>
25748
25749         PR rtl-optimization/57320
25750         * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
25751         the CFG after thread_prologue_and_epilogue_insns.
25752
25753 2014-03-13  Vladimir Makarov  <vmakarov@redhat.com>
25754
25755         PR rtl-optimization/57189
25756         * lra-constraints.c (process_alt_operands): Disfavor spilling
25757         vector pseudos.
25758
25759 2014-03-13  Cesar Philippidis  <cesar@codesourcery.com>
25760
25761         * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
25762
25763 2014-03-13  Jakub Jelinek  <jakub@redhat.com>
25764
25765         PR tree-optimization/59025
25766         PR middle-end/60418
25767         * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
25768         same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
25769
25770 2014-03-13  Georg-Johann Lay  <avr@gjlay.de>
25771
25772         PR target/60486
25773         * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
25774         calls of avr_out_plus_1.
25775
25776 2014-03-13  Bin Cheng  <bin.cheng@arm.com>
25777
25778         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
25779         BB's single pred and update the father loop's latch info later.
25780
25781 2014-03-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
25782
25783         * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
25784         (VEC_M): Likewise.
25785         (VEC_N): Likewise.
25786         (VEC_R): Likewise.
25787         (VEC_base): Likewise.
25788         (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
25789         registers, we need to swap double words in little endian mode.
25790
25791         * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
25792         to be a container mode for 128-bit integer operations added in ISA
25793         2.07.  Unlike TImode and PTImode, the preferred register set is
25794         the Altivec/VMX registers for the 128-bit operations.
25795
25796         * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
25797         declarations.
25798         (rs6000_split_128bit_ok_p): Likewise.
25799
25800         * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
25801         macros for creating ISA 2.07 normal and overloaded builtin
25802         functions with 3 arguments.
25803         (BU_P8V_OVERLOAD_3): Likewise.
25804         (VPERM_1T): Add support for V1TImode in 128-bit vector operations
25805         for use as overloaded functions.
25806         (VPERM_1TI_UNS): Likewise.
25807         (VSEL_1TI): Likewise.
25808         (VSEL_1TI_UNS): Likewise.
25809         (ST_INTERNAL_1ti): Likewise.
25810         (LD_INTERNAL_1ti): Likewise.
25811         (XXSEL_1TI): Likewise.
25812         (XXSEL_1TI_UNS): Likewise.
25813         (VPERM_1TI): Likewise.
25814         (VPERM_1TI_UNS): Likewise.
25815         (XXPERMDI_1TI): Likewise.
25816         (SET_1TI): Likewise.
25817         (LXVD2X_V1TI): Likewise.
25818         (STXVD2X_V1TI): Likewise.
25819         (VEC_INIT_V1TI): Likewise.
25820         (VEC_SET_V1TI): Likewise.
25821         (VEC_EXT_V1TI): Likewise.
25822         (EQV_V1TI): Likewise.
25823         (NAND_V1TI): Likewise.
25824         (ORC_V1TI): Likewise.
25825         (VADDCUQ): Add support for 128-bit integer arithmetic instructions
25826         added in ISA 2.07.  Add both normal 'altivec' builtins, and the
25827         overloaded builtin.
25828         (VADDUQM): Likewise.
25829         (VSUBCUQ): Likewise.
25830         (VADDEUQM): Likewise.
25831         (VADDECUQ): Likewise.
25832         (VSUBEUQM): Likewise.
25833         (VSUBECUQ): Likewise.
25834
25835         * config/rs6000/rs6000-c.c (__int128_type): New static to hold
25836         __int128_t and __uint128_t types.
25837         (__uint128_type): Likewise.
25838         (altivec_categorize_keyword): Add support for vector __int128_t,
25839         vector __uint128_t, vector __int128, and vector unsigned __int128
25840         as a container type for TImode operations that need to be done in
25841         VSX/Altivec registers.
25842         (rs6000_macro_to_expand): Likewise.
25843         (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
25844         to support 128-bit integer instructions vaddcuq, vadduqm,
25845         vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
25846         (altivec_resolve_overloaded_builtin): Add support for V1TImode.
25847
25848         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
25849         for V1TImode, and set up preferences to use VSX/Altivec registers.
25850         Setup VSX reload handlers.
25851         (rs6000_debug_reg_global): Likewise.
25852         (rs6000_init_hard_regno_mode_ok): Likewise.
25853         (rs6000_preferred_simd_mode): Likewise.
25854         (vspltis_constant): Do not allow V1TImode as easy altivec constants.
25855         (easy_altivec_constant): Likewise.
25856         (output_vec_const_move): Likewise.
25857         (rs6000_expand_vector_set): Convert V1TImode set and extract to
25858         simple move.
25859         (rs6000_expand_vector_extract): Likewise.
25860         (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
25861         addressing.
25862         (rs6000_const_vec): Add support for V1TImode.
25863         (rs6000_emit_le_vsx_load): Swap double words when loading or
25864         storing TImode/V1TImode.
25865         (rs6000_emit_le_vsx_store): Likewise.
25866         (rs6000_emit_le_vsx_move): Likewise.
25867         (rs6000_emit_move): Add support for V1TImode.
25868         (altivec_expand_ld_builtin): Likewise.
25869         (altivec_expand_st_builtin): Likewise.
25870         (altivec_expand_vec_init_builtin): Likewise.
25871         (altivec_expand_builtin): Likewise.
25872         (rs6000_init_builtins): Add support for V1TImode type.  Add
25873         support for ISA 2.07 128-bit integer builtins.  Define type names
25874         for the VSX/Altivec vector types.
25875         (altivec_init_builtins): Add support for overloaded vector
25876         functions with V1TImode type.
25877         (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
25878         (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
25879         external function.
25880         (rs6000_split_128bit_ok_p): Likewise.
25881         (rs6000_handle_altivec_attribute): Create V1TImode from vector
25882         __int128_t and vector __uint128_t.
25883
25884         * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
25885         and mode attributes.
25886         (VSX_M): Likewise.
25887         (VSX_M2): Likewise.
25888         (VSm): Likewise.
25889         (VSs): Likewise.
25890         (VSr): Likewise.
25891         (VSv): Likewise.
25892         (VS_scalar): Likewise.
25893         (VS_double): Likewise.
25894         (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
25895
25896         * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
25897         we support the ISA 2.07 128-bit integer arithmetic instructions.
25898         (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
25899         (enum rs6000_builtin_type_index): Add fields to hold V1TImode
25900         and TImode types for use with the builtin functions.
25901         (V1TI_type_node): Likewise.
25902         (unsigned_V1TI_type_node): Likewise.
25903         (intTI_type_internal_node): Likewise.
25904         (uintTI_type_internal_node): Likewise.
25905
25906         * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
25907         128-bit builtin functions.
25908         (UNSPEC_VADDEUQM): Likewise.
25909         (UNSPEC_VADDECUQ): Likewise.
25910         (UNSPEC_VSUBCUQ): Likewise.
25911         (UNSPEC_VSUBEUQM): Likewise.
25912         (UNSPEC_VSUBECUQ): Likewise.
25913         (VM): Add V1TImode to vector mode iterators.
25914         (VM2): Likewise.
25915         (VI_unit): Likewise.
25916         (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
25917         (altivec_vaddcuq): Likewise.
25918         (altivec_vsubuqm): Likewise.
25919         (altivec_vsubcuq): Likewise.
25920         (altivec_vaddeuqm): Likewise.
25921         (altivec_vaddecuq): Likewise.
25922         (altivec_vsubeuqm): Likewise.
25923         (altivec_vsubecuq): Likewise.
25924
25925         * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
25926         mode iterators.
25927         (BOOL_128): Likewise.
25928         (BOOL_REGS_OUTPUT): Likewise.
25929         (BOOL_REGS_OP1): Likewise.
25930         (BOOL_REGS_OP2): Likewise.
25931         (BOOL_REGS_UNARY): Likewise.
25932         (BOOL_REGS_AND_CR0): Likewise.
25933
25934         * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
25935         128-bit integer builtin support.
25936         (vec_vadduqm): Likewise.
25937         (vec_vaddecuq): Likewise.
25938         (vec_vaddeuqm): Likewise.
25939         (vec_vsubecuq): Likewise.
25940         (vec_vsubeuqm): Likewise.
25941         (vec_vsubcuq): Likewise.
25942         (vec_vsubuqm): Likewise.
25943
25944         * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25945         Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
25946         vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
25947         128-bit integer add/subtract to ISA 2.07.
25948
25949 2014-03-12  Joern Rennecke  <joern.rennecke@embecosm.com>
25950
25951         * config/arc/arc.c (arc_predicate_delay_insns):
25952         Fix third argument passed to conditionalize_nonjump.
25953
25954 2014-03-12  Yufeng Zhang  <yufeng.zhang@arm.com>
25955
25956         * config/aarch64/aarch64-builtins.c
25957         (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
25958         BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
25959         * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
25960         instead of __builtin_lfloor.
25961         (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
25962
25963 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
25964
25965         * tree-ssa-ifcombine.c (forwarder_block_to): New function.
25966         (tree_ssa_ifcombine_bb_1): New function.
25967         (tree_ssa_ifcombine_bb): Use it.  Handle also cases where else_bb
25968         is an empty forwarder block to then_bb or vice versa and then_bb
25969         and else_bb are effectively swapped.
25970
25971 2014-03-12  Christian Bruel  <christian.bruel@st.com>
25972
25973         PR target/60264
25974         * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
25975         REG_CFA_DEF_CFA note.
25976         (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
25977         (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
25978
25979 2014-03-12  Thomas Preud'homme  <thomas.preudhomme@arm.com>
25980
25981         PR tree-optimization/60454
25982         * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
25983
25984 2014-03-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25985
25986         * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
25987         Do not define target_cpu_default2 to generic.
25988         * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
25989         * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
25990         * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
25991
25992 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
25993             Marc Glisse  <marc.glisse@inria.fr>
25994
25995         PR tree-optimization/60502
25996         * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
25997         instead of build_low_bits_mask.
25998
25999 2014-03-12  Jakub Jelinek  <jakub@redhat.com>
26000
26001         PR middle-end/60482
26002         * tree-vrp.c (register_edge_assert_for_1): Don't add assert
26003         if there are multiple uses, but op doesn't live on E edge.
26004         * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
26005         clobber stmts before __builtin_unreachable.
26006
26007 2014-03-11  Richard Sandiford  <rdsandiford@googlemail.com>
26008
26009         * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
26010         hard_frame_pointer_rtx.
26011         * cse.c (cse_insn): Remove volatile check.
26012         * cselib.c (cselib_process_insn): Likewise.
26013         * dse.c (scan_insn): Likewise.
26014
26015 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
26016
26017         * config/arc/arc.c (conditionalize_nonjump): New function,
26018         broken out of ...
26019         (arc_ifcvt): ... this.
26020         (arc_predicate_delay_insns): Use it.
26021
26022 2014-03-11  Joern Rennecke  <joern.rennecke@embecosm.com>
26023
26024         * config/arc/predicates.md (extend_operand): During/after reload,
26025         allow const_int_operand.
26026         * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
26027         (umulsidi3_700): Likewise.  Change operand 2 constraint back to "cL".
26028         (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
26029         to "i".
26030         (umulsi3_highpart_i): Likewise.
26031
26032 2014-03-11  Richard Biener  <rguenther@suse.de>
26033
26034         * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
26035         Add asserts to guard possible wrong-code bugs.
26036
26037 2014-03-11  Richard Biener  <rguenther@suse.de>
26038
26039         PR tree-optimization/60429
26040         PR tree-optimization/60485
26041         * tree-ssa-structalias.c (set_union_with_increment): Properly
26042         take into account all fields that overlap the shifted vars.
26043         (do_sd_constraint): Likewise.
26044         (do_ds_constraint): Likewise.
26045         (get_constraint_for_ptr_offset): Likewise.
26046
26047 2014-03-11  Chung-Lin Tang  <cltang@codesourcery.com>
26048
26049         * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
26050         (nios2_compute_frame_layout):
26051         Add calculation of cfun->machine->fp_save_offset.
26052         (nios2_expand_prologue): Correct setting of frame pointer register
26053         in prologue.
26054         (nios2_expand_epilogue): Update recovery of stack pointer from
26055         frame pointer accordingly.
26056         (nios2_initial_elimination_offset): Update calculation of offset
26057         for eliminating to HARD_FRAME_POINTER_REGNUM.
26058
26059 2014-03-10  Jakub Jelinek  <jakub@redhat.com>
26060
26061         PR ipa/60457
26062         * ipa.c (symtab_remove_unreachable_nodes): Don't call
26063         cgraph_get_create_node on VAR_DECLs.
26064
26065 2014-03-10  Richard Biener  <rguenther@suse.de>
26066
26067         PR middle-end/60474
26068         * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
26069
26070 2014-03-08  Douglas B Rupp  <rupp@gnat.com>
26071
26072         * config/vms/vms.opt (vms_float_format): New variable.
26073
26074 2014-03-08  Tobias Burnus  <burnus@net-b.de>
26075
26076         * doc/invoke.texi (-fcilkplus): Update implementation status.
26077
26078 2014-03-08  Paulo Matos  <paulo@matos-sorge.com>
26079             Richard Biener  <rguenther@suse.de>
26080
26081         * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
26082         consistently accross all TUs.
26083         (run_gcc): Enable -fshort-double automatically at link at link-time
26084         and disallow override.
26085
26086 2014-03-08  Richard Sandiford  <rdsandiford@googlemail.com>
26087
26088         PR target/58271
26089         * config/mips/mips.c (mips_option_override): Promote -mpaired-single
26090         warning to an error.  Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
26091         if they can't be used.
26092
26093 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26094
26095         * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
26096         for Solaris 11/x86 ld.
26097         * configure: Regenerate.
26098
26099 2014-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26100
26101         * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
26102         (LIB_TLS_SPEC): Save as ld_tls_libs.
26103         (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
26104         (HAVE_AS_IX86_TLSLDM): New test.
26105         * configure, config.in: Regenerate.
26106         * config/i386/i386.c (legitimize_tls_address): Fall back to
26107         TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
26108         cannot support TLS_MODEL_LOCAL_DYNAMIC.
26109         * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
26110         instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
26111
26112 2014-03-07  Paulo Matos  <paulo@matos-sorge.com>
26113
26114         * common.opt (fira-loop-pressure): Mark as optimization.
26115
26116 2014-03-07  Thomas Schwinge  <thomas@codesourcery.com>
26117
26118         * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
26119         an OpenMP mappable type.
26120
26121 2014-03-06  Matthias Klose  <doko@ubuntu.com>
26122
26123         * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
26124         MULTILIB_OSDIRNAMES is not defined.
26125
26126 2014-03-06  Jakub Jelinek  <jakub@redhat.com>
26127             Meador Inge  <meadori@codesourcery.com>
26128
26129         PR target/58595
26130         * config/arm/arm.c (arm_tls_symbol_p): Remove.
26131         (arm_legitimize_address): Call legitimize_tls_address for any
26132         arm_tls_referenced_p expression, handle constant addend.  Call it
26133         before testing for !TARGET_ARM.
26134         (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
26135
26136 2014-03-06  Richard Biener  <rguenther@suse.de>
26137
26138         PR middle-end/60445
26139         PR lto/60424
26140         PR lto/60427
26141         Revert
26142         2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
26143
26144         * tree-streamer.c (record_common_node): Assert we don't record
26145         nodes with type double.
26146         (preload_common_node): Skip type double, complex double and double
26147         pointer since it is now frontend dependent due to fshort-double option.
26148
26149 2014-03-06  Richard Biener  <rguenther@suse.de>
26150
26151         * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
26152         or -fno-lto is specified and the linker has full plugin support.
26153         * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
26154         (main): Remove -flto processing, adjust lto_mode using use_plugin late.
26155         * lto-wrapper.c (merge_and_complain): Merge compile-time
26156         optimization levels.
26157         (run_gcc): And pass it through to the link options.
26158
26159 2014-03-06  Alexandre Oliva  <aoliva@redhat.com>
26160
26161         PR debug/60381
26162         Revert:
26163         2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
26164         PR debug/59992
26165         * cselib.c (remove_useless_values): Skip to avoid quadratic
26166         behavior if the condition moved from...
26167         (cselib_process_insn): ... here holds.
26168
26169 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
26170
26171         PR plugins/59335
26172         * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
26173         ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
26174
26175         PR plugins/59335
26176         * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
26177         (TM_H): Add x86-tune.def.
26178
26179 2014-03-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26180
26181         * config/aarch64/aarch64.c (generic_tunings):
26182         Use cortexa57_extra_costs.
26183
26184 2014-03-05  Jakub Jelinek  <jakub@redhat.com>
26185
26186         PR lto/60404
26187         * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
26188         of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
26189         * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
26190         cost for in_lto_p.
26191
26192 2014-03-04  Heiher  <r@hev.cc>
26193
26194         * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
26195         * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
26196
26197 2014-03-04  Uros Bizjak  <ubizjak@gmail.com>
26198
26199         * config/i386/predicates.md (const2356_operand): Change to ...
26200         (const2367_operand): ... this.
26201         * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
26202         const2367_operand.
26203         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
26204         (*avx512pf_scatterpf<mode>sf): Ditto.
26205         (avx512pf_scatterpf<mode>df): Ditto.
26206         (*avx512pf_scatterpf<mode>df_mask): Ditto.
26207         (*avx512pf_scatterpf<mode>df): Ditto.
26208         * config/i386/i386.c (ix86_expand_builtin): Update
26209         incorrect hint operand error message.
26210
26211 2014-03-04  Richard Biener  <rguenther@suse.de>
26212
26213         * lto-section-in.c (lto_get_section_data): Fix const cast.
26214
26215 2014-03-04  Paulo Matos  <paulo@matos-sorge.com>
26216
26217         * tree-streamer.c (record_common_node): Assert we don't record
26218         nodes with type double.
26219         (preload_common_node): Skip type double, complex double and double
26220         pointer since it is now frontend dependent due to fshort-double option.
26221
26222 2014-03-04  Richard Biener  <rguenther@suse.de>
26223
26224         PR lto/60405
26225         * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
26226         (lto_input_toplevel_asms): Likewise.
26227         * lto-section-in.c (lto_get_section_data): Instead do it here
26228         for every section.
26229
26230 2014-03-04  Richard Biener  <rguenther@suse.de>
26231
26232         PR tree-optimization/60382
26233         * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
26234         dead PHIs a reduction.
26235
26236 2014-03-03  Uros Bizjak  <ubizjak@gmail.com>
26237
26238         * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
26239         hint value.
26240         (_mm_prefetch): Move out of GCC target("sse") pragma.
26241         * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
26242         GCC target("prfchw") pragma.
26243         * config/i386/i386.md (prefetch): Emit prefetchwt1 only
26244         for locality <= 2.
26245         * config/i386/i386.c (ix86_option_override_internal): Enable
26246         -mprfchw with -mprefetchwt1.
26247
26248 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
26249
26250         * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
26251         Mark as varying.
26252
26253 2014-03-03  Joern Rennecke  <joern.rennecke@embecosm.com>
26254
26255         * opts.h (CL_PCH_IGNORE): Define.
26256         * targhooks.c (option_affects_pch_p):
26257         Return false for options that have CL_PCH_IGNORE set.
26258         * opt-functions.awk: Process PchIgnore.
26259         * doc/options.texi: Document PchIgnore.
26260
26261         * config/arc/arc.opt (misize): Add PchIgnore property.
26262
26263 2014-03-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26264
26265         * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
26266         reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
26267         constraint on constants to permit them being loaded into
26268         GENERAL_REGS or BASE_REGS.
26269
26270 2014-03-03  Nick Clifton  <nickc@redhat.com>
26271
26272         * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
26273         anti-cacnonical alternatives.
26274         (negandhi3_real): New pattern.
26275         * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
26276
26277 2014-03-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
26278
26279         * config/avr/avr-mcus.def: Remove atxmega16x1.
26280         * config/avr/avr-tables.opt: Regenerate.
26281         * config/avr/t-multilib: Regenerate.
26282         * doc/avr-mmcu.texi: Regenerate.
26283
26284 2014-03-03  Tobias Grosser  <tobias@grosser.es>
26285             Mircea Namolaru  <mircea.namolaru@inria.fr>
26286
26287         PR tree-optimization/58028
26288         * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
26289         scalar dimensions.
26290
26291 2014-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
26292
26293         * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
26294         not handled by recognizers.
26295
26296 2014-03-03  Jakub Jelinek  <jakub@redhat.com>
26297
26298         PR middle-end/60175
26299         * function.c (expand_function_end): Don't emit
26300         clobber_return_register sequence if clobber_after is a BARRIER.
26301         * cfgexpand.c (construct_exit_block): Append instructions before
26302         return_label to prev_bb.
26303
26304 2014-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26305
26306         * config/rs6000/constraints.md: Document reserved use of "wc".
26307
26308 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
26309
26310         PR ipa/60150
26311         * ipa.c (function_and_variable_visibility): When dissolving comdat
26312         group, also set all symbols to local.
26313
26314 2014-03-02  Jan Hubicka  <hubicka@ucw.cz>
26315
26316         PR ipa/60306
26317
26318         Revert:
26319         2013-12-14  Jan Hubicka  <jh@suse.cz>
26320         PR middle-end/58477
26321         * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
26322
26323 2014-03-02  Jon Beniston  <jon@beniston.com>
26324
26325         PR bootstrap/48230
26326         PR bootstrap/50927
26327         PR bootstrap/52466
26328         PR target/46898
26329         * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
26330           (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
26331         * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
26332         (simple_return, *simple_return): New patterns
26333         * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
26334         * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
26335
26336 2014-03-01  Paolo Carlini  <paolo.carlini@oracle.com>
26337
26338         * dwarf2out.c (gen_subprogram_die): Tidy.
26339
26340 2014-03-01  Oleg Endo  <olegendo@gcc.gnu.org>
26341
26342         PR target/60071
26343         * config/sh/sh.md (*mov_t_msb_neg): Split into ...
26344         (*mov_t_msb_neg_negc): ... this new insn.
26345
26346 2014-02-28  Jason Merrill  <jason@redhat.com>
26347
26348         PR c++/58678
26349         * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
26350         function.
26351
26352 2014-02-28  Paolo Carlini  <paolo.carlini@oracle.com>
26353
26354         PR c++/60314
26355         * dwarf2out.c (decltype_auto_die): New static.
26356         (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
26357         (gen_type_die_with_usage): Handle 'decltype(auto)'.
26358         (is_cxx_auto): Likewise.
26359
26360 2014-02-28  Ian Bolton  <ian.bolton@arm.com>
26361
26362         * config/aarch64/aarch64.h: Define __ARM_NEON by default if
26363         we are not using general regs only.
26364
26365 2014-02-28  Richard Biener  <rguenther@suse.de>
26366
26367         PR target/60280
26368         * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
26369         previous fix and only allow to remove trivial pre-headers
26370         and latches.  Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
26371         (remove_forwarder_block): Properly update the latch of a loop.
26372
26373 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
26374
26375         PR debug/59992
26376         * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
26377         (cselib_preserved_hash_table): New.
26378         (preserve_constants_and_equivs): Move preserved vals to it.
26379         (cselib_find_slot): Look it up first.
26380         (cselib_init): Initialize it.
26381         (cselib_finish): Release it.
26382         (dump_cselib_table): Dump it.
26383
26384 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
26385
26386         PR debug/59992
26387         * cselib.c (remove_useless_values): Skip to avoid quadratic
26388         behavior if the condition moved from...
26389         (cselib_process_insn): ... here holds.
26390
26391 2014-02-28  Alexandre Oliva  <aoliva@redhat.com>
26392
26393         PR debug/57232
26394         * var-tracking.c (vt_initialize): Apply the same condition to
26395         preserve the CFA base value.
26396
26397 2014-02-28  Joey Ye  <joey.ye@arm.com>
26398
26399         PR target/PR60169
26400         * config/arm/arm.c (thumb_far_jump_used_p): Don't change
26401         if reload in progress or completed.
26402
26403 2014-02-28  Tobias Burnus  <burnus@net-b.de>
26404
26405         PR middle-end/60147
26406         * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
26407         NAMELIST_DECL.
26408
26409 2014-02-27  H.J. Lu  <hongjiu.lu@intel.com>
26410
26411         * doc/tm.texi.in (Condition Code Status): Update documention for
26412         relative locations of cc0-setter and cc0-user.
26413
26414 2014-02-27  Jeff Law  <law@redhat.com>
26415
26416         PR rtl-optimization/52714
26417         * combine.c (try_combine): When splitting an unrecognized PARALLEL
26418         into two independent simple sets, if I3 is a jump, ensure the
26419         pattern we place into I3 is a (set (pc) ...).
26420
26421 2014-02-27  Mikael Pettersson  <mikpe@it.uu.se>
26422             Jeff Law  <law@redhat.com>
26423
26424         PR rtl-optimization/49847
26425         * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
26426         are in different blocks.
26427         * doc/tm.texi (Condition Code Status): Update documention for
26428         relative locations of cc0-setter and cc0-user.
26429
26430 2014-02-27  Vladimir Makarov  <vmakarov@redhat.com>
26431
26432         PR target/59222
26433         * lra.c (lra_emit_add): Check SUBREG too.
26434
26435 2014-02-27  Andreas Schwab  <schwab@suse.de>
26436
26437         * config/m68k/m68k.c (m68k_option_override): Disable
26438         -flive-range-shrinkage for classic m68k.
26439         (m68k_override_options_after_change): Likewise.
26440
26441 2014-02-27  Marek Polacek  <polacek@redhat.com>
26442
26443         PR middle-end/59223
26444         * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
26445         -Wmaybe-uninitialized.
26446
26447 2014-02-27  Alan Modra  <amodra@gmail.com>
26448
26449         PR target/57936
26450         * reload1.c (emit_input_reload_insns): When reload_override_in,
26451         set old to rl->in_reg when rl->in_reg is a subreg.
26452
26453 2014-02-26  Richard Biener  <rguenther@suse.de>
26454
26455         PR bootstrap/60343
26456         * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
26457
26458 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
26459
26460         * common/config/i386/predicates.md (const1256_operand): Remove.
26461         (const2356_operand): New.
26462         (const_1_to_2_operand): Remove.
26463         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
26464         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
26465         (*avx512pf_gatherpf<mode>sf): Ditto.
26466         (avx512pf_gatherpf<mode>df): Ditto.
26467         (*avx512pf_gatherpf<mode>df_mask): Ditto.
26468         (*avx512pf_gatherpf<mode>df): Ditto.
26469         (avx512pf_scatterpf<mode>sf): Ditto.
26470         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
26471         (*avx512pf_scatterpf<mode>sf): Ditto.
26472         (avx512pf_scatterpf<mode>df): Ditto.
26473         (*avx512pf_scatterpf<mode>df_mask): Ditto.
26474         (*avx512pf_scatterpf<mode>df): Ditto.
26475         * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
26476
26477 2014-02-26  Ilya Tocar  <ilya.tocar@intel.com>
26478
26479         * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
26480         (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
26481         (_mm512_mask_testn_epi64_mask): Move to ...
26482         * config/i386/avx512cdintrin.h: Here.
26483         * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
26484         * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
26485         (avx512f_scalef<mode><mask_name><round_name>): Ditto.
26486         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
26487         TARGET_AVX512F from TARGET_AVX512CD.
26488
26489 2014-02-26  Richard Biener  <rguenther@suse.de>
26490
26491         PR ipa/60327
26492         * ipa.c (walk_polymorphic_call_targets): Properly guard
26493         call to inline_update_overall_summary.
26494
26495 2014-02-26  Bin Cheng  <bin.cheng@arm.com>
26496
26497         PR target/60280
26498         * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
26499         and latches only if requested.  Fix latch if it is removed.
26500         * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
26501         LOOPS_HAVE_PREHEADERS.
26502
26503 2014-02-25  Andrew Pinski  <apinski@cavium.com>
26504
26505         * builtins.c (expand_builtin_thread_pointer): Create a new target
26506         when the target is NULL.
26507
26508 2014-02-25  Vladimir Makarov  <vmakarov@redhat.com>
26509
26510         PR rtl-optimization/60317
26511         * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
26512         * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
26513         * lra-assigns.c: Include params.h.
26514         (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
26515         other reload pseudos considerations.
26516
26517 2014-02-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26518
26519         * config/rs6000/vector.md (*vector_unordered<mode>): Change split
26520         to use canonical form for nor<mode>3.
26521
26522 2014-02-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26523
26524         PR target/55426
26525         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
26526         conversions.
26527
26528 2014-02-25  Ilya Tocar  <ilya.tocar@intel.com>
26529
26530         * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
26531         (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
26532         (ix86_handle_option): Handle OPT_mprefetchwt1.
26533         * config/i386/cpuid.h (bit_PREFETCHWT1): New.
26534         * config/i386/driver-i386.c (host_detect_local_cpu): Detect
26535         PREFETCHWT1 CPUID.
26536         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
26537         OPTION_MASK_ISA_PREFETCHWT1.
26538         * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
26539         (PTA_PREFETCHWT1): New.
26540         (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
26541         (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
26542         * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
26543         * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
26544         (*prefetch_avx512pf_<mode>_: Change into ...
26545         (*prefetch_prefetchwt1_<mode>: This.
26546         * config/i386/i386.opt (mprefetchwt1): New.
26547         * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
26548         (_mm_prefetch): Handle intent to write.
26549         * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
26550
26551 2014-02-25  Richard Biener  <rguenther@suse.de>
26552
26553         PR middle-end/60291
26554         * emit-rtl.c (mem_attrs_htab): Remove.
26555         (mem_attrs_htab_hash): Likewise.
26556         (mem_attrs_htab_eq): Likewise.
26557         (set_mem_attrs): Always allocate new mem-attrs when something changed.
26558         (init_emit_once): Do not allocate mem_attrs_htab.
26559
26560 2014-02-25  Richard Biener  <rguenther@suse.de>
26561
26562         PR lto/60319
26563         * lto-opts.c (lto_write_options): Output non-explicit conservative
26564         -fwrapv, -fno-trapv and -fno-strict-overflow.
26565         * lto-wrapper.c (merge_and_complain): Handle merging those options.
26566         (run_gcc): And pass them through.
26567
26568 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
26569
26570         * sel-sched.c (calculate_new_fences): New parameter ptime.
26571         Calculate it as a maximum over all fence cycles.
26572         (sel_sched_region_2): Adjust the call to calculate_new_fences.
26573         Print the final schedule timing when sched_verbose.
26574
26575 2014-02-25  Andrey Belevantsev  <abel@ispras.ru>
26576
26577         PR rtl-optimization/60292
26578         * sel-sched.c (fill_vec_av_set): Do not reset target availability
26579         bit fot the fence instruction.
26580
26581 2014-02-24  Alangi Derick  <alangiderick@gmail.com>
26582
26583         * calls.h: Fix typo in comment.
26584
26585 2014-02-24  John David Anglin  <danglin@gcc.gnu.org>
26586
26587         * config/pa/pa.c (pa_output_move_double): Don't valididate when
26588         adjusting offsetable addresses.
26589
26590 2014-02-24  Guozhi Wei  <carrot@google.com>
26591
26592         * sparseset.h (sparseset_pop): Fix the wrong index.
26593
26594 2014-02-24  Walter Lee  <walt@tilera.com>
26595
26596         * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
26597         (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
26598         triplet.
26599         * common/config/tilegx/tilegx-common.c
26600         (TARGET_DEFAULT_TARGET_FLAGS): Define.
26601         * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
26602         (LINK_SPEC): Ditto.
26603         * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
26604         * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
26605         (tilegx_gimplify_va_arg_expr): Handle big endian.
26606         (tilegx_expand_unaligned_load): Ditto.
26607         (tilegx_expand_unaligned_store): Ditto.
26608         (TARGET_RETURN_IN_MSB): New.
26609         * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
26610         (TARGET_ENDIAN_DEFAULT): New.
26611         (TARGET_BIG_ENDIAN): Handle big endian.
26612         (BYTES_BIG_ENDIAN): Ditto.
26613         (WORDS_BIG_ENDIAN): Ditto.
26614         (FLOAT_WORDS_BIG_ENDIAN): Ditto.
26615         (ENDIAN_SPEC): New.
26616         (EXTRA_SPECS): New.
26617         * config/tilegx/tilegx.md (extv): Handle big endian.
26618         (extzv): Ditto.
26619         (insn_st<n>): Ditto.
26620         (insn_st<n>_add<bitsuffix>): Ditto.
26621         (insn_stnt<n>): Ditto.
26622         (insn_stnt<n>_add<bitsuffix>):Ditto.
26623         (vec_interleave_highv8qi): Handle big endian.
26624         (vec_interleave_highv8qi_be): New.
26625         (vec_interleave_highv8qi_le): New.
26626         (insn_v1int_h): Handle big endian.
26627         (vec_interleave_lowv8qi): Handle big endian.
26628         (vec_interleave_lowv8qi_be): New.
26629         (vec_interleave_lowv8qi_le): New.
26630         (insn_v1int_l): Handle big endian.
26631         (vec_interleave_highv4hi): Handle big endian.
26632         (vec_interleave_highv4hi_be): New.
26633         (vec_interleave_highv4hi_le): New.
26634         (insn_v2int_h): Handle big endian.
26635         (vec_interleave_lowv4hi): Handle big endian.
26636         (vec_interleave_lowv4hi_be): New.
26637         (vec_interleave_lowv4hi_le): New.
26638         (insn_v2int_l): Handle big endian.
26639         (vec_interleave_highv2si): Handle big endian.
26640         (vec_interleave_highv2si_be): New.
26641         (vec_interleave_highv2si_le): New.
26642         (insn_v4int_h): Handle big endian.
26643         (vec_interleave_lowv2si): Handle big endian.
26644         (vec_interleave_lowv2si_be): New.
26645         (vec_interleave_lowv2si_le): New.
26646         (insn_v4int_l): Handle big endian.
26647         * config/tilegx/tilegx.opt (mbig-endian): New option.
26648         (mlittle-endian): New option.
26649         * doc/install.texi: Document tilegxbe-linux.
26650         * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
26651
26652 2014-02-24  Martin Jambor  <mjambor@suse.cz>
26653
26654         PR ipa/60266
26655         * ipa-cp.c (propagate_constants_accross_call): Bail out early if
26656         there are no parameter descriptors.
26657
26658 2014-02-24  Andrey Belevantsev  <abel@ispras.ru>
26659
26660         PR rtl-optimization/60268
26661         * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
26662         initialization to ...
26663         (sched_rgn_init): ... here.
26664         (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
26665
26666 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
26667
26668         * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
26669         names.
26670
26671 2014-02-23  Edgar E. Iglesias  <edgar.iglesias@xilinx.com>
26672
26673         * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
26674         definition.
26675
26676 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
26677
26678         * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
26679         define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
26680
26681 2014-02-23  David Holsgrove  <david.holsgrove@xilinx.com>
26682
26683         * config/microblaze/predicates.md: Add cmp_op predicate.
26684         * config/microblaze/microblaze.md: Add branch_compare instruction
26685         which uses cmp_op predicate and emits cmp insn before branch.
26686         * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
26687         to microblaze_expand_conditional_branch and consolidate logic.
26688         (microblaze_expand_conditional_branch): emit branch_compare
26689         insn instead of handling cmp op separate from branch insn.
26690
26691 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26692
26693         * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
26694         to permit subregs.
26695
26696 2014-02-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26697
26698         * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
26699         define_insn with define_expand and new define_insn
26700         *altivec_lve<VI_char>x_internal.
26701         (altivec_stve<VI_char>x): Replace define_insn with define_expand
26702         and new define_insn *altivec_stve<VI_char>x_internal.
26703         * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
26704         prototype.
26705         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
26706         lve*x built-ins.
26707         (altivec_expand_stvex_be): New function.
26708
26709 2014-02-22  Joern Rennecke  <joern.rennecke@embecosm.com>
26710
26711         * config/avr/avr.c (avr_can_eliminate): Allow elimination from
26712         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
26713         * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
26714         ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
26715
26716 2014-02-21  Vladimir Makarov  <vmakarov@redhat.com>
26717
26718         PR target/60298
26719         * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
26720         instead of emit_move_insn.
26721
26722 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26723
26724         * config/rs6000/altivec.md (altivec_vsumsws): Replace second
26725         vspltw with vsldoi.
26726         (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
26727         gen_altivec_vsumsws.
26728
26729 2014-02-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26730
26731         * config/rs6000/altivec.md (altivec_lvxl): Rename as
26732         *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
26733         (altivec_lvxl_<mode>): New define_expand incorporating
26734         -maltivec=be semantics where needed.
26735         (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
26736         (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
26737         semantics where needed.
26738         (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
26739         (altivec_stvx_<mode>): New define_expand incorporating
26740         -maltivec=be semantics where needed.
26741         (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
26742         VM2 iterator instead of V4SI.
26743         (altivec_stvxl_<mode>): New define_expand incorporating
26744         -maltivec=be semantics where needed.
26745         * config/rs6000/rs6000-builtin.def: Add new built-in definitions
26746         LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
26747         LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
26748         STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
26749         STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
26750         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
26751         ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
26752         similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
26753         ALTIVEC_BUILTIN_STVXL.
26754         * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
26755         (altivec_expand_stvx_be): Likewise.
26756         * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
26757         (altivec_expand_lvx_be): Likewise.
26758         (altivec_expand_stvx_be): Likewise.
26759         (altivec_expand_builtin): Add cases for
26760         ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
26761         ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
26762         (altivec_init_builtins): Add definitions for
26763         __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
26764         __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
26765
26766 2014-02-21  Catherine Moore  <clm@codesourcery.com>
26767
26768         * doc/invoke.texi (mvirt, mno-virt): Document.
26769         * config/mips/mips.opt (mvirt): New option.
26770         * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
26771
26772 2014-02-21  Richard Biener  <rguenther@suse.de>
26773
26774         PR tree-optimization/60276
26775         * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
26776         (STMT_VINFO_MIN_NEG_DIST): New macro.
26777         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
26778         STMT_VINFO_MIN_NEG_DIST.
26779         * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
26780         made for negative dependence distances still hold.
26781
26782 2014-02-21  Richard Biener  <rguenther@suse.de>
26783
26784         PR middle-end/60291
26785         * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
26786         DECL_INITIAL for globals not in the current function context.
26787
26788 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
26789
26790         PR tree-optimization/56490
26791         * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
26792         * tree-ssa-uninit.c: Include params.h.
26793         (compute_control_dep_chain): Add num_calls argument, return false
26794         if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
26795         num_calls to recursive call.
26796         (find_predicates): Change dep_chain into normal array,
26797         cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
26798         variable and adjust compute_control_dep_chain caller.
26799         (find_def_preds): Likewise.
26800
26801 2014-02-21  Thomas Schwinge  <thomas@codesourcery.com>
26802
26803         * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
26804         <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
26805
26806 2014-02-21  Nick Clifton  <nickc@redhat.com>
26807
26808         * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
26809         (pushhi1): Likewise.
26810         (popqi1): Add mode to pre_dec.
26811         (pophi1): Likewise.
26812
26813 2014-02-21  Jakub Jelinek  <jakub@redhat.com>
26814
26815         * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
26816         mode for mask of V8SFmode permutation.
26817
26818 2014-02-20  Richard Henderson  <rth@redhat.com>
26819
26820         PR c++/60272
26821         * builtins.c (expand_builtin_atomic_compare_exchange): Always make
26822         a new pseudo for OLDVAL.
26823
26824 2014-02-20  Jakub Jelinek  <jakub@redhat.com>
26825
26826         PR target/57896
26827         * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
26828         gen_reg_rtx if d->testing_p.
26829         (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
26830         if d->testing_p and we will certainly return true.
26831         (expand_vec_perm_even_odd_1): Likewise.  Don't call gen_reg_rtx
26832         if d->testing_p.
26833
26834 2014-02-20  Uros Bizjak  <ubizjak@gmail.com>
26835
26836         * emit-rtl.c (gen_reg_rtx): Assert that
26837         crtl->emit.regno_pointer_align_length is non-zero.
26838
26839 2014-02-20  Richard Henderson  <rth@redhat.com>
26840
26841         PR c++/60272
26842         * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
26843         on failure the store back into EXPECT.
26844
26845 2014-02-20  Chung-Lin Tang  <cltang@codesourcery.com>
26846             Sandra Loosemore  <sandra@codesourcery.com>
26847
26848         * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
26849         * config/nios2/nios2.c (nios2_function_profiler): Add
26850         -fPIC (flag_pic == 2) support.
26851         (nios2_handle_custom_fpu_cfg): Fix warning parameter.
26852         (nios2_large_offset_p): New function.
26853         (nios2_unspec_reloc_p): Move up position, update to use
26854         nios2_large_offset_p.
26855         (nios2_unspec_address): Remove function.
26856         (nios2_unspec_offset): New function.
26857         (nios2_large_got_address): New function.
26858         (nios2_got_address): Add large offset support.
26859         (nios2_legitimize_tls_address): Update usage of removed and new
26860         functions.
26861         (nios2_symbol_binds_local_p): New function.
26862         (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
26863         (nios2_legitimize_address): Update to use nios2_large_offset_p.
26864         (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
26865         (nios2_print_operand): Merge H/L processing, add hiadj/lo
26866         processing for (const (unspec ...)).
26867         (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
26868
26869 2014-02-20  Richard Biener  <rguenther@suse.de>
26870
26871         * tree-cfg.c (replace_uses_by): Mark altered BBs before
26872         doing the substitution.
26873         (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
26874
26875 2014-02-20  Martin Jambor  <mjambor@suse.cz>
26876
26877         PR ipa/55260
26878         * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
26879         info when checking whether lattices are bottom.
26880
26881 2014-02-20  Richard Biener  <rguenther@suse.de>
26882
26883         PR middle-end/60221
26884         * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
26885         regions at -O0.
26886
26887 2014-02-20  Jan Hubicka  <hubicka@ucw.cz>
26888
26889         PR ipa/58555
26890         * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
26891         parameter specifying the scaling.
26892         (inline_call): Update.
26893         (want_inline_recursively): Guard division by zero.
26894         (recursive_inlining): Update.
26895         * ipa-inline.h (clone_inlined_nodes): Update.
26896
26897 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
26898
26899         PR target/60204
26900         * config/i386/i386.c (classify_argument): Pass structures of size
26901         64 bytes or less in register.
26902
26903 2014-02-20  Ilya Tocar  <ilya.tocar@intel.com>
26904             Kirill Yukhin  <kirill.yukhin@intel.com>
26905
26906         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
26907         (_mm_rcp28_round_ss): Ditto.
26908         (_mm_rsqrt28_round_sd): Ditto.
26909         (_mm_rsqrt28_round_ss): Ditto.
26910         * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
26911         (_mm_rcp14_round_ss): Ditto.
26912         (_mm_rsqrt14_round_sd): Ditto.
26913         (_mm_rsqrt14_round_ss): Ditto.
26914         * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
26915         the first input operand, get rid of match_dup.
26916         (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
26917         attribute to sse.
26918         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
26919         Ditto.
26920         (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
26921         operand as the first input operand, set type attribute.
26922         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
26923         Set type attribute.
26924         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
26925         operand as the first input operand, set type attribute.
26926
26927 2014-02-19  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26928
26929         * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
26930         bit of zero.
26931
26932 2014-02-19  H.J. Lu  <hongjiu.lu@intel.com>
26933
26934         PR target/60207
26935         * config/i386/i386.c (construct_container): Remove TFmode check
26936         for X86_64_INTEGER_CLASS.
26937
26938 2014-02-19  Uros Bizjak  <ubizjak@gmail.com>
26939
26940         PR target/59794
26941         * config/i386/i386.c (type_natural_mode): Warn for ABI changes
26942         only when -Wpsabi is enabled.
26943
26944 2014-02-19  Michael Hudson-Doyle  <michael.hudson@linaro.org>
26945
26946          PR target/59799
26947         * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
26948         passing arrays in registers are the same as for structs, so remove the
26949         special case for them.
26950
26951 2014-02-19  Eric Botcazou  <ebotcazou@adacore.com>
26952
26953         * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
26954         destination type, extract only the valid bits if the source type is not
26955         integral and has a different mode.
26956
26957 2014-02-19  Richard Biener  <rguenther@suse.de>
26958
26959         PR ipa/60243
26960         * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
26961         for all calls.
26962
26963 2014-02-19  Richard Biener  <rguenther@suse.de>
26964
26965         PR ipa/60243
26966         * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
26967         (ipa_modify_call_arguments): Emit an argument load explicitely and
26968         preserve virtual SSA form there and for the replacement call.
26969         Do not update SSA form nor free dominance info.
26970
26971 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
26972
26973         * ipa.c (function_and_variable_visibility): Also clear WEAK
26974         flag when disolving COMDAT_GROUP.
26975
26976 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
26977
26978         * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
26979         * ipa-prop.c (ipa_set_jf_known_type): Return early when
26980         not devirtualizing.
26981         (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
26982         do more sanity checks.
26983         (detect_type_change): Return true when giving up early.
26984         (compute_complex_assign_jump_func): Fix type parameter of
26985         ipa_set_ancestor_jf.
26986         (compute_complex_ancestor_jump_func): Likewise.
26987         (update_jump_functions_after_inlining): Fix updating of
26988         ancestor function.
26989         * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
26990
26991 2014-02-18  Jan Hubicka  <hubicka@ucw.cz>
26992
26993         * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
26994         inline clones when edge disappears.
26995
26996 2014-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
26997
26998         PR target/60203
26999         * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
27000         Split 64-bit moves into 2 patterns.  Do not allow the use of
27001         direct move for TDmode in little endian, since the decimal value
27002         has little endian bytes within a word, but the 64-bit pieces are
27003         ordered in a big endian fashion, and normal subreg's of TDmode are
27004         not allowed.
27005         (mov<mode>_64bit_dm): Likewise.
27006         (movtd_64bit_nodm): Likewise.
27007
27008 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
27009
27010         PR tree-optimization/60174
27011         * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
27012         statement of an SSA_NAME that occurs in an abnormal PHI node.
27013
27014 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
27015
27016         PR sanitizer/60142
27017         * final.c (SEEN_BB): Remove.
27018         (SEEN_NOTE, SEEN_EMITTED): Renumber.
27019         (final_scan_insn): Don't force_source_line on second
27020         NOTE_INSN_BASIC_BLOCK.
27021
27022 2014-02-18  Uros Bizjak  <ubizjak@gmail.com>
27023
27024         PR target/60205
27025         * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
27026         * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
27027         (type_natural_mode): Warn ABI change when %zmm register is not
27028         available for AVX512F vector value passing.
27029
27030 2014-02-18  Kai Tietz  <ktietz@redhat.com>
27031
27032         PR target/60193
27033         * config/i386/i386.c (ix86_expand_prologue): Use value in
27034         rax register as displacement when restoring %r10 or %rax.
27035         Fix wrong offset when restoring both registers.
27036
27037 2014-02-18  Eric Botcazou  <ebotcazou@adacore.com>
27038
27039         * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
27040         assertion with conditional return.
27041
27042 2014-02-18  Jakub Jelinek  <jakub@redhat.com>
27043             Uros Bizjak  <ubizjak@gmail.com>
27044
27045         PR driver/60233
27046         * config/i386/driver-i386.c (host_detect_local_cpu): If
27047         YMM state is not saved by the OS, also clear has_f16c.  Move
27048         CPUID 0x80000001 handling before YMM state saving checking.
27049
27050 2014-02-18  Andrey Belevantsev  <abel@ispras.ru>
27051
27052         PR rtl-optimization/58960
27053         * haifa-sched.c (alloc_global_sched_pressure_data): New,
27054         factored out from ...
27055         (sched_init): ... here.
27056         (free_global_sched_pressure_data): New, factored out from ...
27057         (sched_finish): ... here.
27058         * sched-int.h (free_global_sched_pressure_data): Declare.
27059         * sched-rgn.c (nr_regions_initial): New static global.
27060         (haifa_find_rgns): Initialize it.
27061         (schedule_region): Disable sched-pressure for the newly
27062         generated regions.
27063
27064 2014-02-17  Richard Biener  <rguenther@suse.de>
27065
27066         * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
27067         release SSA defs of pattern stmts.
27068
27069 2014-02-17  Richard Biener  <rguenther@suse.de>
27070
27071         * tree-inline.c (expand_call_inline): Release the virtual
27072         operand defined by the call we are about to inline.
27073
27074 2014-02-17  Richard Biener  <rguenther@suse.de>
27075
27076         * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
27077
27078 2014-02-17  Kirill Yukhin  <kirill.yukhin@intel.com>
27079             Ilya Tocar  <ilya.tocar@intel.com>
27080
27081         * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
27082         arguments order in builtin.
27083         (_mm512_permutexvar_epi64): Ditto.
27084         (_mm512_mask_permutexvar_epi64): Ditto
27085         (_mm512_maskz_permutexvar_epi32): Ditto
27086         (_mm512_permutexvar_epi32): Ditto
27087         (_mm512_mask_permutexvar_epi32): Ditto
27088
27089 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27090
27091         * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
27092         (p8_vmrgow): Likewise.
27093
27094 2014-02-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27095
27096         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
27097         endian targets.
27098
27099 2014-02-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
27100
27101         PR target/60203
27102         * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
27103         (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
27104         into 64-bit and 32-bit moves.  On 64-bit moves, add support for
27105         using direct move instructions on ISA 2.07.  Also adjust
27106         instruction length for 64-bit.
27107         (mov<mode>_64bit, TFmode/TDmode): Likewise.
27108         (mov<mode>_32bit, TFmode/TDmode): Likewise.
27109
27110 2014-02-15  Alan Modra  <amodra@gmail.com>
27111
27112         PR target/58675
27113         PR target/57935
27114         * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
27115         find_replacement on parts of insn rtl that might be reloaded.
27116
27117 2014-02-15  Richard Biener  <rguenther@suse.de>
27118
27119         PR tree-optimization/60183
27120         * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
27121         (tree_ssa_phiprop): Calculate and free post-dominators.
27122
27123 2014-02-14  Jeff Law  <law@redhat.com>
27124
27125         PR rtl-optimization/60131
27126         * ree.c (get_extended_src_reg): New function.
27127         (combine_reaching_defs): Use it rather than assuming location of REG.
27128         (find_and_remove_re): Verify first operand of extension is
27129         a REG before adding the insns to the copy list.
27130
27131 2014-02-14  Roland McGrath  <mcgrathr@google.com>
27132
27133         * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
27134         * configure: Regenerated.
27135         * config.in: Regenerated.
27136         * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
27137         instead of ASM_SHORT.
27138
27139 2014-02-14  Vladimir Makarov  <vmakarov@redhat.com>
27140             Richard Earnshaw  <rearnsha@arm.com>
27141
27142         PR rtl-optimization/59535
27143         * lra-constraints.c (process_alt_operands): Encourage alternative
27144         when unassigned pseudo class is superset of the alternative class.
27145         (inherit_reload_reg): Don't inherit when optimizing for code size.
27146         * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
27147         returning CORE_REGS for anything but Thumb1 and BASE_REGS for
27148         modes not less than 4 for Thumb1.
27149
27150 2014-02-14  Kyle McMartin  <kyle@redhat.com>
27151
27152         PR pch/60010
27153         * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
27154
27155 2014-02-14  Richard Biener  <rguenther@suse.de>
27156
27157         * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
27158         (get_frame_arg): Drop the assert with langhook types_compatible_p.
27159         Do not strip INDIRECT_REFs.
27160
27161 2014-02-14  Richard Biener  <rguenther@suse.de>
27162
27163         PR lto/60179
27164         * lto-streamer-out.c (DFS_write_tree_body): Do not follow
27165         DECL_FUNCTION_SPECIFIC_TARGET.
27166         (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
27167         * tree-streamer-out.c (pack_ts_target_option): Remove.
27168         (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
27169         (write_ts_function_decl_tree_pointers): Do not stream
27170         DECL_FUNCTION_SPECIFIC_TARGET.
27171         * tree-streamer-in.c (unpack_ts_target_option): Remove.
27172         (unpack_value_fields): Do not stream TS_TARGET_OPTION.
27173         (lto_input_ts_function_decl_tree_pointers): Do not stream
27174         DECL_FUNCTION_SPECIFIC_TARGET.
27175
27176 2014-02-14  Jakub Jelinek  <jakub@redhat.com>
27177
27178         * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
27179         (get_initial_def_for_induction, vectorizable_induction): Ignore
27180         debug stmts when looking for exit_phi.
27181         (vectorizable_live_operation): Fix up condition.
27182
27183 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
27184
27185         * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
27186         nreverse() because it changes the content of original tree list.
27187
27188 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
27189
27190         * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
27191         * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
27192
27193 2014-02-14  Chung-Ju Wu  <jasonwucj@gmail.com>
27194
27195         * config/nds32/nds32.c (nds32_naked_function_p): Follow the
27196         GNU coding standards.
27197
27198 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
27199
27200         PR debug/60152
27201         * dwarf2out.c (gen_subprogram_die): Don't call
27202         add_calling_convention_attribute if subr_die is old_die.
27203
27204 2014-02-13  Sharad Singhai  <singhai@google.com>
27205
27206         * doc/optinfo.texi: Fix order of nodes.
27207
27208 2014-02-13  Uros Bizjak  <ubizjak@gmail.com>
27209
27210         * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
27211         operands[2], not operands[3].
27212
27213 2014-02-13  Richard Biener  <rguenther@suse.de>
27214
27215         PR bootstrap/59878
27216         * doc/install.texi (ISL): Update recommended version to 0.12.2,
27217         mention the possibility of an in-tree build.
27218         (CLooG): Update recommended version to 0.18.1, mention the
27219         possibility of an in-tree build and clarify that the ISL
27220         bundled with CLooG does not work.
27221
27222 2014-02-13  Jakub Jelinek  <jakub@redhat.com>
27223
27224         PR target/43546
27225         * expr.c (compress_float_constant): If x is a hard register,
27226         extend into a pseudo and then move to x.
27227
27228 2014-02-13  Dominik Vogt  <vogt@linux.vnet.ibm.com>
27229
27230         * config/s390/s390.c (s390_asm_output_function_label): Fix crash
27231         caused by bad second argument to warning_at() with -mhotpatch and
27232         nested functions (e.g. with gfortran).
27233
27234 2014-02-13  Richard Sandiford  <rdsandiford@googlemail.com>
27235
27236         * opts.c (option_name): Remove "enabled by default" rider.
27237
27238 2014-02-12  John David Anglin  <danglin@gcc.gnu.org>
27239
27240         * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
27241
27242 2014-02-12  H.J. Lu  <hongjiu.lu@intel.com>
27243             Uros Bizjak  <ubizjak@gmail.com>
27244
27245         PR target/60151
27246         * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
27247         * configure: Regenerated.
27248
27249 2014-02-12  Richard Biener  <rguenther@suse.de>
27250
27251         * vec.c (vec_prefix::calculate_allocation): Move as
27252         inline variant to vec.h.
27253         (vec_prefix::calculate_allocation_1): New out-of-line version.
27254         * vec.h (vec_prefix::calculate_allocation_1): Declare.
27255         (vec_prefix::m_has_auto_buf): Rename to ...
27256         (vec_prefix::m_using_auto_storage): ... this.
27257         (vec_prefix::calculate_allocation): Inline the easy cases
27258         and dispatch to calculate_allocation_1 which doesn't need the
27259         prefix address.
27260         (va_heap::reserve): Use gcc_checking_assert.
27261         (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
27262         m_using_auto_storage.
27263         (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
27264         member and adjust.
27265         (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
27266         (vec<T, va_heap, vl_ptr>::release): Avoid casting.
27267         (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
27268
27269 2014-02-12  Richard Biener  <rguenther@suse.de>
27270
27271         * gcse.c (compute_transp): break from loop over canon_modify_mem_list
27272         when we found a dependence.
27273
27274 2014-02-12  Thomas Schwinge  <thomas@codesourcery.com>
27275
27276         * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
27277         common code...
27278         (maybe_fold_stmt): ... into this new function.
27279         * omp-low.c (lower_omp): Update comment.
27280
27281         * omp-low.c (lower_omp_target): Add clobber for sizes array, after
27282         last use.
27283
27284         * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
27285         dereference.
27286
27287 2014-02-12  James Greenhalgh  <james.greenhalgh@arm.com>
27288
27289         * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
27290         identifiers in comments.
27291         (cortexa53_extra_costs): Likewise.
27292         * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
27293         (cortexa7_extra_costs): Likewise.
27294         (cortexa12_extra_costs): Likewise.
27295         (cortexa15_extra_costs): Likewise.
27296         (v7m_extra_costs): Likewise.
27297
27298 2014-02-12  Richard Biener  <rguenther@suse.de>
27299
27300         PR middle-end/60092
27301         * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
27302         of posix_memalign being successful.
27303         (lower_stmt): Restrict lowering of posix_memalign to when
27304         -ftree-bit-ccp is enabled.
27305
27306 2014-02-12  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
27307
27308         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
27309         arg_loc.
27310         * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
27311
27312 2014-02-12  Eric Botcazou  <ebotcazou@adacore.com>
27313
27314         PR rtl-optimization/60116
27315         * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
27316         other_insn once the combination has been validated.
27317
27318 2014-02-11  Jan Hubicka  <hubicka@ucw.cz>
27319
27320         PR lto/59468
27321         * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
27322         and wrapper.
27323         * ipa-devirt.c: Include demangle.h
27324         (odr_violation_reported): New static variable.
27325         (add_type_duplicate): Update odr_violations.
27326         (maybe_record_node): Add completep parameter; update it.
27327         (record_target_from_binfo): Add COMPLETEP parameter;
27328         update it as needed.
27329         (possible_polymorphic_call_targets_1): Likewise.
27330         (struct polymorphic_call_target_d): Add nonconstruction_targets;
27331         rename FINAL to COMPLETE.
27332         (record_targets_from_bases): Sanity check we found the binfo;
27333         fix COMPLETEP updating.
27334         (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
27335         parameter, fix computing of COMPLETEP.
27336         (dump_possible_polymorphic_call_targets): Imrove readability of dump;
27337         at LTO time do demangling.
27338         (ipa_devirt): Use nonconstruction_targets; Improve dumps.
27339         * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
27340         parameter.
27341         (gimple_get_virt_method_for_binfo): Likewise.
27342         * gimple-fold.h (gimple_get_virt_method_for_binfo,
27343         gimple_get_virt_method_for_vtable): Update prototypes.
27344
27345 2014-02-11  Vladimir Makarov  <vmakarov@redhat.com>
27346
27347         PR target/49008
27348         * genautomata.c (add_presence_absence): Fix typo with
27349         {final_}presence_list.
27350
27351 2014-02-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
27352
27353         PR target/60137
27354         * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
27355         for VSX/Altivec vectors that land in GPR registers.
27356
27357 2014-02-11  Richard Henderson  <rth@redhat.com>
27358             Jakub Jelinek  <jakub@redhat.com>
27359
27360         PR debug/59776
27361         * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
27362         around drhs if type conversion to lacc->type is not useless.
27363
27364 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27365
27366         * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
27367         tuning struct.
27368         (cortex-a57.cortex-a53): Likewise.
27369         * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
27370
27371 2014-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27372
27373         * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
27374         arm_restrict_it.
27375
27376 2014-02-11  Renlin Li  <Renlin.Li@arm.com>
27377
27378         * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
27379         add_options_for_arm_vfp3.
27380
27381 2014-02-11  Jeff Law  <law@redhat.com>
27382
27383         PR middle-end/54041
27384         * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
27385         object with an undesirable mode.
27386
27387 2014-02-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27388
27389         PR libgomp/60107
27390         * config/i386/sol2-9.h: New file.
27391         * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
27392         *-*-solaris2.9*): Use it.
27393
27394 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
27395
27396         * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
27397         * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
27398
27399 2014-02-10  Nagaraju Mekala  <nagaraju.mekala@xilinx.com>
27400
27401         * config/microblaze/microblaze.c: Extend mcpu version format
27402
27403 2014-02-10  David Holsgrove  <david.holsgrove@xilinx.com>
27404
27405         * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
27406
27407 2014-02-10  Richard Henderson  <rth@redhat.com>
27408
27409         PR target/59927
27410         * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
27411         * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
27412         ms-abi vs -mno-accumulate-outgoing-args.
27413         (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
27414         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
27415         respect to ms-abi.
27416
27417 2014-02-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
27418
27419         PR middle-end/60080
27420         * cfgexpand.c (expand_asm_operands): Attach source location to
27421         ASM_INPUT rtx objects.
27422         * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
27423
27424 2014-02-10  Nick Clifton  <nickc@redhat.com>
27425
27426         * config/mn10300/mn10300.c (popcount): New function.
27427         (mn10300_expand_prologue): Include saved registers in stack usage
27428         count.
27429
27430 2014-02-10  Jeff Law  <law@redhat.com>
27431
27432         PR middle-end/52306
27433         * reload1.c (emit_input_reload_insns): Do not create invalid RTL
27434         when changing the SET_DEST of a prior insn to avoid an input reload.
27435
27436 2014-02-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
27437
27438         * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
27439         big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
27440         -mcall-openbsd, or -mcall-linux.
27441         (CC1_ENDIAN_BIG_SPEC): Remove.
27442         (CC1_ENDIAN_LITTLE_SPEC): Remove.
27443         (CC1_ENDIAN_DEFAULT_SPEC): Remove.
27444         (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
27445         (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
27446         and %cc1_endian_default.
27447         * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
27448
27449 2014-02-10  Richard Biener  <rguenther@suse.de>
27450
27451         PR tree-optimization/60115
27452         * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
27453         MEM_REF handling.  Properly verify that the accesses are not
27454         out of the objects bound.
27455
27456 2014-02-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27457
27458         * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
27459         coretex to cortex.
27460
27461 2014-02-10  Eric Botcazou  <ebotcazou@adacore.com>
27462
27463         * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
27464         proper constants and fix formatting.
27465         (possible_polymorphic_call_targets): Fix formatting.
27466
27467 2014-02-10  Kirill Yukhin  <kirill.yukhin@intel.com>
27468             Ilya Tocar  <ilya.tocar@intel.com>
27469
27470         * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
27471         (_mm512_loadu_epi32): Renamed into...
27472         (_mm512_loadu_si512): This.
27473         (_mm512_storeu_epi32): Renamed into...
27474         (_mm512_storeu_si512): This.
27475         (_mm512_maskz_ceil_ps): Removed.
27476         (_mm512_maskz_ceil_pd): Ditto.
27477         (_mm512_maskz_floor_ps): Ditto.
27478         (_mm512_maskz_floor_pd): Ditto.
27479         (_mm512_floor_round_ps): Ditto.
27480         (_mm512_floor_round_pd): Ditto.
27481         (_mm512_ceil_round_ps): Ditto.
27482         (_mm512_ceil_round_pd): Ditto.
27483         (_mm512_mask_floor_round_ps): Ditto.
27484         (_mm512_mask_floor_round_pd): Ditto.
27485         (_mm512_mask_ceil_round_ps): Ditto.
27486         (_mm512_mask_ceil_round_pd): Ditto.
27487         (_mm512_maskz_floor_round_ps): Ditto.
27488         (_mm512_maskz_floor_round_pd): Ditto.
27489         (_mm512_maskz_ceil_round_ps): Ditto.
27490         (_mm512_maskz_ceil_round_pd): Ditto.
27491         (_mm512_expand_pd): Ditto.
27492         (_mm512_expand_ps): Ditto.
27493         * config/i386/i386.c (ix86_builtins): Remove
27494         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
27495         (bdesc_args): Ditto.
27496         * config/i386/predicates.md (const1256_operand): New.
27497         (const_1_to_2_operand): Ditto.
27498         * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
27499         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
27500         (*avx512pf_gatherpf<mode>sf): Ditto.
27501         (avx512pf_gatherpf<mode>df): Ditto.
27502         (*avx512pf_gatherpf<mode>df_mask): Ditto.
27503         (*avx512pf_gatherpf<mode>df): Ditto.
27504         (avx512pf_scatterpf<mode>sf): Ditto.
27505         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
27506         (*avx512pf_scatterpf<mode>sf): Ditto.
27507         (avx512pf_scatterpf<mode>df): Ditto.
27508         (*avx512pf_scatterpf<mode>df_mask): Ditto.
27509         (*avx512pf_scatterpf<mode>df): Ditto.
27510         (avx512f_expand<mode>): Removed.
27511         (<shift_insn><mode>3<mask_name>): Change predicate type.
27512
27513 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
27514
27515         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
27516         not at the end of datarefs vector use ordered_remove to avoid
27517         reordering datarefs vector.
27518
27519         PR c/59984
27520         * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
27521         mark local addressable non-static vars as GOVD_PRIVATE
27522         instead of GOVD_LOCAL.
27523         * omp-low.c (lower_omp_for): Move gimple_bind_vars
27524         and BLOCK_VARS of gimple_bind_block to new_stmt rather
27525         than copying them.
27526
27527         PR middle-end/60092
27528         * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
27529         if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
27530         assume_aligned or alloc_align attributes.
27531         (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
27532         arguments.  Handle also assume_aligned and alloc_align attributes.
27533         (evaluate_stmt): Adjust bit_value_assume_aligned caller.  Handle
27534         calls to functions with assume_aligned or alloc_align attributes.
27535         * doc/extend.texi: Document assume_aligned and alloc_align attributes.
27536
27537 2014-02-08  Terry Guo  <terry.guo@arm.com>
27538
27539         * doc/invoke.texi: Document ARM -march=armv7e-m.
27540
27541 2014-02-08  Jakub Jelinek  <jakub@redhat.com>
27542
27543         * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
27544         flag on __cilkrts_rethrow builtin.
27545
27546         PR ipa/60026
27547         * ipa-cp.c (determine_versionability): Fail at -O0
27548         or __attribute__((optimize (0))) or -fno-ipa-cp functions.
27549         * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
27550
27551         Revert:
27552         2014-02-04  Jakub Jelinek  <jakub@redhat.com>
27553
27554         PR ipa/60026
27555         * tree-inline.c (copy_forbidden): Fail for
27556         __attribute__((optimize (0))) functions.
27557
27558 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
27559
27560         * varpool.c: Include pointer-set.h.
27561         (varpool_remove_unreferenced_decls): Variables in other partitions
27562         will not be output; be however careful to not lose information
27563         about partitioning.
27564
27565 2014-02-07  Jan Hubicka  <hubicka@ucw.cz>
27566
27567         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
27568         lookup in the vtable constructor.
27569
27570 2014-02-07  Jeff Law  <law@redhat.com>
27571
27572         PR target/40977
27573         * config/m68k/m68k.md (ashldi_extsi): Turn into a
27574         define_insn_and_split.
27575
27576         * ipa-inline.c (inline_small_functions): Fix typos.
27577
27578 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
27579
27580         * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
27581         (s390_can_use_return_insn): Declare.
27582         * config/s390/s390.h (EPILOGUE_USES): Define.
27583         * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
27584         instructions.
27585         (s390_chunkify_start): Handle return JUMP_LABELs.
27586         (s390_early_mach): Emit a main_pool instruction on the entry edge.
27587         (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
27588         (s390_can_use_return_insn): New functions.
27589         (s390_fix_long_loop_prediction): Handle conditional returns.
27590         (TARGET_SET_UP_BY_PROLOGUE): Define.
27591         * config/s390/s390.md (ANY_RETURN): New code iterator.
27592         (*creturn, *csimple_return, return, simple_return): New patterns.
27593
27594 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
27595
27596         * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
27597         notes to each restore.  Also add REG_CFA_DEF_CFA when restoring %r15.
27598         (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P.  Update the
27599         REG_CFA_RESTORE list when deciding not to restore a register.
27600
27601 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
27602
27603         * config/s390/s390.c: Include tree-pass.h and context.h.
27604         (s390_early_mach): New function, split out from...
27605         (s390_emit_prologue): ...here.
27606         (pass_data_s390_early_mach): New pass structure.
27607         (pass_s390_early_mach): New class.
27608         (s390_option_override): Create and register early_mach pass.
27609         Move to end of file.
27610
27611 2014-02-07  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
27612
27613         * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
27614         to match for the exit block.
27615
27616 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27617
27618         * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
27619         ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
27620         Reject misaligned operands.
27621
27622 2014-02-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27623
27624         * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
27625
27626 2014-02-07  Richard Biener  <rguenther@suse.de>
27627
27628         PR middle-end/60092
27629         * gimple-low.c (lower_builtin_posix_memalign): New function.
27630         (lower_stmt): Call it to lower posix_memalign in a way
27631         to make alignment info accessible.
27632
27633 2014-02-07  Jakub Jelinek  <jakub@redhat.com>
27634
27635         PR c++/60082
27636         * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
27637         __builtin_setjmp_receiver.
27638
27639 2014-02-07  Richard Biener  <rguenther@suse.de>
27640
27641         PR middle-end/60092
27642         * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
27643         * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
27644         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
27645         Handle BUILT_IN_POSIX_MEMALIGN.
27646         (find_func_clobbers): Likewise.
27647         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
27648         (call_may_clobber_ref_p_1): Likewise.
27649
27650 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
27651
27652         PR ipa/59918
27653         * ipa-devirt.c (record_target_from_binfo): Remove overactive
27654         sanity check.
27655
27656 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
27657
27658         PR ipa/59469
27659         * lto-cgraph.c (lto_output_node): Use
27660         symtab_get_symbol_partitioning_class.
27661         (lto_output_varpool_node): likewise.
27662         (symtab_get_symbol_partitioning_class): Move here from
27663         lto/lto-partition.c
27664         * cgraph.h (symbol_partitioning_class): Likewise.
27665         (symtab_get_symbol_partitioning_class): Declare.
27666
27667 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
27668
27669         * ggc.h (ggc_internal_cleared_alloc): New macro.
27670         * vec.h (vec_safe_copy): Handle memory stats.
27671         * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
27672         * target-globals.c (save_target_globals): Likewise.
27673
27674 2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
27675
27676         PR target/60077
27677         * expr.c (emit_move_resolve_push): Export; be bit more selective
27678         on when to clear alias set.
27679         * expr.h (emit_move_resolve_push): Declare.
27680         * function.h (struct function): Add tail_call_marked.
27681         * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
27682         * config/i386/i386-protos.h (ix86_expand_push): Remove.
27683         * config/i386/i386.md (TImode move expander): De not call
27684         ix86_expand_push.
27685         (FP push expanders): Preserve memory attributes.
27686         * config/i386/sse.md (push<mode>1): Remove.
27687         * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
27688         (ix86_expand_push): Remove.
27689         * config/i386/mmx.md (push<mode>1): Remove.
27690
27691 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
27692
27693         PR rtl-optimization/60030
27694         * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
27695         lopart with paradoxical subreg before shifting it up by hprec.
27696
27697 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27698
27699         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
27700         Remove extra newline at end of file.
27701         * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
27702         (arm_issue_rate): Handle cortexa57.
27703         * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
27704         (cortex-a57.cortex-a53): Likewise.
27705
27706 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
27707
27708         PR target/59575
27709         * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
27710         don't record in REG_FRAME_RELATED_EXPR registers not set in that
27711         bitmask.
27712         (arm_expand_prologue): Adjust all callers.
27713         (arm_unwind_emit_sequence): Allow saved, but not important for unwind
27714         info, registers also at the lowest numbered registers side.  Use
27715         gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
27716         XEXP.
27717
27718         PR debug/59992
27719         * var-tracking.c (adjust_mems): Before adding a SET to
27720         amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
27721
27722 2014-02-06  Alan Modra  <amodra@gmail.com>
27723
27724         PR target/60032
27725         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
27726         change SDmode to DDmode when lra_in_progress.
27727
27728 2014-02-06  Jakub Jelinek  <jakub@redhat.com>
27729
27730         PR middle-end/59150
27731         * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
27732         free_data_ref on the dr first, and before goto again also set dr
27733         to the next dr.  For simd_lane_access, free old datarefs[i] before
27734         overwriting it.  For get_vectype_for_scalar_type failure, don't
27735         free_data_ref if simd_lane_access.
27736
27737         * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
27738
27739         PR target/60062
27740         * tree.h (opts_for_fn): New inline function.
27741         (opt_for_fn): Define.
27742         * config/i386/i386.c (ix86_function_regparm): Use
27743         opt_for_fn (decl, optimize) instead of optimize.
27744
27745 2014-02-06  Marcus Shawcroft  <marcus.shawcroft@arm.com>
27746
27747         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
27748         for SYMBOL_REF in large memory model.
27749
27750 2014-02-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
27751
27752         * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
27753         and crypto support.
27754         (cortex-a57): Likewise.
27755         (cortex-a57.cortex-a53): Likewise.
27756
27757 2014-02-06  Yury Gribov  <y.gribov@samsung.com>
27758             Kugan Vivekanandarajah  <kuganv@linaro.org>
27759
27760         * config/arm/arm.c (arm_vector_alignment_reachable): Check
27761         unaligned_access.
27762         * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
27763
27764 2014-02-06  Richard Biener  <rguenther@suse.de>
27765
27766         * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
27767         set_loop_copy and initialize_original_copy_tables.
27768
27769 2014-02-06  Alex Velenko  <Alex.Velenko@arm.com>
27770
27771         * config/aarch64/aarch64-simd.md
27772         (aarch64_ashr_simddi): Change QI to SI.
27773
27774 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
27775             Jakub Jelinek  <jakub@redhat.com>
27776
27777         PR middle-end/60013
27778         * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
27779         of the dataflow.
27780
27781 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27782
27783         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
27784         CODE_FOR_altivec_vpku[hw]um to
27785         CODE_FOR_altivec_vpku[hw]um_direct.
27786         * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
27787         UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
27788         (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
27789         UNSPEC_VUNPACK_LO_SIGN_DIRECT.
27790
27791 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27792
27793         * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
27794         generation for -maltivec=be.
27795         (altivec_vsumsws): Simplify redundant test.
27796
27797 2014-02-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
27798
27799         * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
27800         (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
27801         (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
27802         (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
27803         gen_altivec_vpkuwum.
27804         (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
27805         BYTES_BIG_ENDIAN.
27806         (altivec_vpks<VI_char>ss): Likewise.
27807         (altivec_vpks<VI_char>us): Likewise.
27808         (altivec_vpku<VI_char>us): Likewise.
27809         (altivec_vpku<VI_char>um): Likewise.
27810         (altivec_vpku<VI_char>um_direct): New (copy of
27811         altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
27812         internal use).
27813         (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
27814         target is little endian and -maltivec=be is not specified.
27815         (*altivec_vupkhs<VU_char>_direct): New (copy of
27816         altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
27817         (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
27818         target is little endian and -maltivec=be is not specified.
27819         (*altivec_vupkls<VU_char>_direct): New (copy of
27820         altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
27821         (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
27822         little endian and -maltivec=be is not specified.
27823         (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
27824         little endian and -maltivec=be is not specified.
27825
27826 2014-02-05  Richard Henderson  <rth@redhat.com>
27827
27828         PR debug/52727
27829         * combine-stack-adj.c: Revert r206943.
27830         * sched-int.h (struct deps_desc): Add last_args_size.
27831         * sched-deps.c (init_deps): Initialize it.
27832         (sched_analyze_insn): Add OUTPUT dependencies between insns that
27833         contain REG_ARGS_SIZE notes.
27834
27835 2014-02-05  Jan Hubicka  <hubicka@ucw.cz>
27836
27837         * lto-cgraph.c (asm_nodes_output): Make global.
27838         * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
27839         * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
27840         (driver_handle_option): Handle OPT_fwpa.
27841
27842 2014-02-05  Jakub Jelinek  <jakub@redhat.com>
27843
27844         PR ipa/59947
27845         * ipa-devirt.c (possible_polymorphic_call_targets): Fix
27846         a comment typo and formatting issue.  If odr_hash hasn't been
27847         created, return vNULL and set *completep to false.
27848
27849         PR middle-end/57499
27850         * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
27851         bb with no successors.
27852
27853 2014-02-05  James Greenhalgh  <james.greenhalgh@arm.com>
27854
27855         PR target/59718
27856         * doc/invoke.texi (-march): Clarify documentation for ARM.
27857         (-mtune): Likewise.
27858         (-mcpu): Likewise.
27859
27860 2014-02-05  Richard Biener  <rguenther@suse.de>
27861
27862         * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
27863         when not vectorizing because of too many alias checks.
27864         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
27865         Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
27866
27867 2014-02-05  Nick Clifton  <nickc@redhat.com>
27868
27869         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
27870         accept extended registers in any mode when compiling for the MN10300.
27871
27872 2014-02-05  Yury Gribov  <y.gribov@samsung.com>
27873
27874         * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
27875         * ipa-inline.c (report_inline_failed_reason): Handle mismatched
27876         sanitization attributes.
27877         (can_inline_edge_p): Likewise.
27878         (sanitize_attrs_match_for_inline_p): New function.
27879
27880 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
27881
27882         * ipa-prop.c (detect_type_change): Shor circuit testing of
27883         type changes on THIS pointer.
27884
27885 2014-02-04  John David Anglin  <danglin@gcc.gnu.org>
27886
27887         PR target/59777
27888         * config/pa/pa.c (legitimize_tls_address): Return original address
27889         if not passed a SYMBOL_REF rtx.
27890         (hppa_legitimize_address): Call legitimize_tls_address for all TLS
27891         addresses.
27892         (pa_emit_move_sequence): Simplify TLS source operands.
27893         (pa_legitimate_constant_p): Reject all TLS constants.
27894         * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
27895         (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
27896
27897 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
27898
27899         * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
27900         groups when we know they are controlled by LTO.
27901         * varasm.c (default_binds_local_p_1): If object is in other partition,
27902         it will be resolved locally.
27903
27904 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
27905
27906         * config/host-linux.c (linux_gt_pch_use_address): Don't
27907         use SSIZE_MAX because it is not always defined.
27908
27909 2014-02-04  Vladimir Makarov  <vmakarov@redhat.com>
27910
27911         PR bootstrap/59913
27912         * lra-constraints.c (need_for_split_p): Use more 3 reloads as
27913         threshold for pseudo splitting.
27914         (update_ebb_live_info): Process call argument hard registers and
27915         hard registers from insn definition too.
27916         (max_small_class_regs_num): New constant.
27917         (inherit_in_ebb): Update live hard regs through EBBs.  Update
27918         reloads_num only for small register classes.  Don't split for
27919         outputs of jumps.
27920
27921 2014-02-04  Markus Trippelsdorf  <markus@trippelsdorf.de>
27922
27923         PR ipa/60058
27924         * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
27925         is non-null.
27926
27927 2014-02-04  Jan Hubicka  <hubicka@ucw.cz>
27928
27929         * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
27930         visibility is safe.
27931
27932 2014-02-04  Marek Polacek  <polacek@redhat.com>
27933
27934         * gdbinit.in (pel): Define.
27935
27936 2014-02-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
27937
27938         * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
27939         behavior.
27940
27941 2014-02-04  Richard Biener  <rguenther@suse.de>
27942
27943         PR lto/59723
27944         * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
27945         in function context local.
27946         (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
27947         * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
27948         similar to LTO_imported_decl_ref.
27949
27950 2014-02-04  Jakub Jelinek  <jakub@redhat.com>
27951
27952         PR tree-optimization/60002
27953         * cgraphclones.c (build_function_decl_skip_args): Clear
27954         DECL_LANG_SPECIFIC.
27955
27956         PR tree-optimization/60023
27957         * tree-if-conv.c (predicate_mem_writes): Pass true instead of
27958         false to gsi_replace.
27959         * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
27960         has been in some EH region and vec_stmt could throw, add
27961         vec_stmt into the same EH region.
27962         * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
27963         has no lhs, ignore it.
27964         * internal-fn.c (expand_MASK_LOAD): Likewise.
27965
27966         PR ipa/60026
27967         * tree-inline.c (copy_forbidden): Fail for
27968         __attribute__((optimize (0))) functions.
27969
27970         PR other/58712
27971         * omp-low.c (simd_clone_struct_copy): If from->inbranch
27972         is set, copy one less argument.
27973         (expand_simd_clones): Don't subtract clone_info->inbranch
27974         from simd_clone_struct_alloc argument.
27975
27976         PR rtl-optimization/57915
27977         * recog.c (simplify_while_replacing): If all unary/binary/relational
27978         operation arguments are constant, attempt to simplify those.
27979
27980         PR middle-end/59261
27981         * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
27982         if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
27983
27984 2014-02-04  Richard Biener  <rguenther@suse.de>
27985
27986         PR tree-optimization/60012
27987         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
27988         TBAA disambiguation to all DDRs.
27989
27990 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
27991
27992         PR target/59788
27993         * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
27994         (LINK_SPEC): Use it for -shared, -shared-libgcc.
27995
27996 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
27997
27998         PR ipa/59882
27999         * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
28000
28001 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28002
28003         * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
28004         * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
28005
28006 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28007
28008         PR ipa/59831
28009         * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
28010         to figure out targets of polymorphic calls with known decl.
28011         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28012         * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
28013         * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
28014         (get_polymorphic_call_info): ... here.
28015         (get_polymorphic_call_info_from_invariant): New function.
28016
28017 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28018
28019         * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
28020         lookup via vtable pointer; check for type consistency
28021         and turn inconsitent facts into UNREACHABLE.
28022         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28023         * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
28024         type inconsistent querries; return UNREACHABLE instead.
28025
28026 2014-02-03  Richard Henderson  <rth@twiddle.net>
28027
28028         PR tree-opt/59924
28029         * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
28030         already processed this node.
28031         (normalize_one_pred_1): Pass along mark_set.
28032         (normalize_one_pred): Create and destroy a pointer_set_t.
28033         (normalize_one_pred_chain): Likewise.
28034
28035 2014-02-03  Laurent Aflonsi  <laurent.alfonsi@st.com>
28036
28037         PR gcov-profile/58602
28038         * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
28039
28040 2014-02-03  Jan Hubicka  <hubicka@ucw.cz>
28041
28042         PR ipa/59831
28043         * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
28044         -fno-devirtualize; try to devirtualize by the knowledge of
28045         virtual table pointer given by aggregate propagation.
28046         * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
28047         (ipa_print_node_jump_functions): Dump also offset that
28048         is relevant for polymorphic calls.
28049         (determine_known_aggregate_parts): Add arg_type parameter; use it
28050         instead of determining the type from pointer type.
28051         (ipa_compute_jump_functions_for_edge): Update call of
28052         determine_known_aggregate_parts.
28053         * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
28054         (gimple_get_virt_method_for_binfo): ... here; simplify using
28055         vtable_pointer_value_to_vtable.
28056         * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
28057         * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
28058         to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
28059         (vtable_pointer_value_to_vtable): Break out from ...; handle also
28060         POINTER_PLUS_EXPR.
28061         (vtable_pointer_value_to_binfo): ... here.
28062         * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
28063
28064 2014-02-03  Teresa Johnson  <tejohnson@google.com>
28065
28066         * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
28067         redef of outer loop index variable.
28068
28069 2014-02-03  Marc Glisse  <marc.glisse@inria.fr>
28070
28071         PR c++/53017
28072         PR c++/59211
28073         * doc/extend.texi (Function Attributes): Typo.
28074
28075 2014-02-03  Cong Hou  <congh@google.com>
28076
28077         PR tree-optimization/60000
28078         * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
28079         if the vectorized statement is a store.  A store statement can only
28080         appear at the end of pattern statements.
28081
28082 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
28083
28084         * config/i386/i386.c (flag_opts): Add -mlong-double-128.
28085         (ix86_option_override_internal): Default long double to 64-bit for
28086         32-bit Bionic and to 128-bit for 64-bit Bionic.
28087
28088         * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
28089         TARGET_LONG_DOUBLE_128 is true.
28090         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
28091
28092         * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
28093         (mlong-double-64): Negate -mlong-double-128.
28094         (mlong-double-128): New option.
28095
28096         * config/i386/i386-c.c (ix86_target_macros): Define
28097         __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
28098
28099         * doc/invoke.texi: Document -mlong-double-128.
28100
28101 2014-02-03  H.J. Lu  <hongjiu.lu@intel.com>
28102
28103         PR rtl-optimization/60024
28104         * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
28105
28106 2014-02-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
28107
28108         * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
28109
28110 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
28111
28112         PR rtl-optimization/57662
28113         * sel-sched.c (code_motion_path_driver): Do not mark already not
28114         existing blocks in the visiting bitmap.
28115
28116 2014-02-03  Andrey Belevantsev  <abel@ispras.ru>
28117
28118         * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
28119         on the insn being emitted.
28120
28121 2014-02-03  James Greenhalgh  <james.greenhalgh@arm.com>
28122             Will Deacon  <will.deacon@arm.com>
28123
28124         * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
28125
28126 2014-02-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28127
28128         * config/arm/arm-tables.opt: Regenerate.
28129
28130 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28131
28132         * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
28133         for vector types other than V16QImode.
28134         * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
28135         define_expand, and call altivec_expand_vec_perm_le when producing
28136         code with little endian element order.
28137         (*altivec_vperm_<mode>_internal): New insn having previous
28138         behavior of altivec_vperm_<mode>.
28139         (altivec_vperm_<mode>_uns): Change to a define_expand, and call
28140         altivec_expand_vec_perm_le when producing code with little endian
28141         element order.
28142         (*altivec_vperm_<mode>_uns_internal): New insn having previous
28143         behavior of altivec_vperm_<mode>_uns.
28144
28145 2014-02-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28146
28147         * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
28148         (altivec_vsumsws): Add handling for -maltivec=be with a little
28149         endian target.
28150         (altivec_vsumsws_direct): New.
28151         (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
28152         gen_altivec_vsumsws.
28153
28154 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
28155
28156         * ipa-devirt.c (subbinfo_with_vtable_at_offset,
28157         vtable_pointer_value_to_binfo): New functions.
28158         * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
28159         * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
28160
28161 2014-02-02  Sandra Loosemore  <sandra@codesourcery.com>
28162
28163         * config/nios2/nios2.md (load_got_register): Initialize GOT
28164         pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
28165         * config/nios2/nios2.c (nios2_function_profiler): Likewise.
28166
28167 2014-02-02  Jan Hubicka  <hubicka@ucw.cz>
28168
28169         * ipa-prop.c (update_jump_functions_after_inlining): When type is not
28170         preserverd by passthrough, do not propagate the type.
28171
28172 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
28173
28174         * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
28175         (mips_atomic_assign_expand_fenv): New function.
28176         (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
28177
28178 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
28179
28180         * doc/extend.texi (__builtin_mips_get_fcsr): Document.
28181         (__builtin_mips_set_fcsr): Likewise.
28182         * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
28183         MIPS_USI_FTYPE_VOID.
28184         * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
28185         (mips16_expand_set_fcsr): Likewise.
28186         * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
28187         (mips16_set_fcsr_stub): Likewise.
28188         (mips16_get_fcsr_one_only_stub): New class.
28189         (mips16_set_fcsr_one_only_stub): Likewise.
28190         (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
28191         (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
28192         (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
28193         (hard_float): New availability predicate.
28194         (mips_builtins): Add get_fcsr and set_fcsr.
28195         (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
28196         * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
28197         (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
28198         (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
28199         (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
28200         patterns.
28201
28202 2014-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
28203
28204         * config/mips/mips.c (mips_one_only_stub): New class.
28205         (mips_need_mips16_rdhwr_p): Replace with...
28206         (mips16_rdhwr_stub): ...this new variable.
28207         (mips16_stub_call_address): New function.
28208         (mips16_rdhwr_one_only_stub): New class.
28209         (mips_expand_thread_pointer): Use mips16_stub_call_address.
28210         (mips_output_mips16_rdhwr): Delete.
28211         (mips_finish_stub): New function.
28212         (mips_code_end): Use it to handle rdhwr stubs.
28213
28214 2014-02-02  Uros Bizjak  <ubizjak@gmail.com>
28215
28216         PR target/60017
28217         * config/i386/i386.c (classify_argument): Fix handling of bit_offset
28218         when calculating size of integer atomic types.
28219
28220 2014-02-02  H.J. Lu  <hongjiu.lu@intel.com>
28221
28222         * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
28223
28224 2014-02-01  Jakub Jelinek  <jakub@redhat.com>
28225
28226         PR tree-optimization/60003
28227         * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
28228         * profile.c (branch_prob): Use gimple_call_builtin_p
28229         to check for BUILT_IN_SETJMP_RECEIVER.
28230         * tree-inline.c (copy_bb): Call notice_special_calls.
28231
28232 2014-01-31  Vladimir Makarov  <vmakarov@redhat.com>
28233
28234         PR bootstrap/59985
28235         * lra-constraints.c (process_alt_operands): Update reload_sum only
28236         on the first pass.
28237
28238 2014-01-31  Richard Henderson  <rth@redhat.com>
28239
28240         PR middle-end/60004
28241         * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
28242         until after else_eh is processed.
28243
28244 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
28245
28246         * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
28247         (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
28248         (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
28249         in smmintrin.h, remove them.
28250         (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
28251         * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
28252         * config/i386/i386.md (ROUND_SAE): Fix value.
28253         * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
28254         (const48_operand): New.
28255         * config/i386/subst.md (round), (round_expand): Use
28256         const_4_or_8_to_11_operand.
28257         (round_saeonly), (round_saeonly_expand): Use const48_operand.
28258
28259 2014-01-31  Ilya Tocar  <ilya.tocar@intel.com>
28260
28261         * config/i386/constraints.md (Yk): Swap meaning with k.
28262         * config/i386/i386.md (movhi_internal): Change Yk to k.
28263         (movqi_internal): Ditto.
28264         (*k<logic><mode>): Ditto.
28265         (*andhi_1): Ditto.
28266         (*andqi_1): Ditto.
28267         (kandn<mode>): Ditto.
28268         (*<code>hi_1): Ditto.
28269         (*<code>qi_1): Ditto.
28270         (kxnor<mode>): Ditto.
28271         (kortestzhi): Ditto.
28272         (kortestchi): Ditto.
28273         (kunpckhi): Ditto.
28274         (*one_cmplhi2_1): Ditto.
28275         (*one_cmplqi2_1): Ditto.
28276         * config/i386/sse.md (): Change k to Yk.
28277         (avx512f_load<mode>_mask): Ditto.
28278         (avx512f_blendm<mode>): Ditto.
28279         (avx512f_store<mode>_mask): Ditto.
28280         (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
28281         (avx512f_storedqu<mode>_mask): Ditto.
28282         (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
28283         Ditto.
28284         (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
28285         (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
28286         (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
28287         (avx512f_maskcmp<mode>3): Ditto.
28288         (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
28289         (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
28290         (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
28291         (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
28292         (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
28293         (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
28294         (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
28295         (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
28296         (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
28297         (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
28298         (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
28299         (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
28300         (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
28301         (vec_extract_lo_<mode>_maskm): Ditto.
28302         (vec_extract_hi_<mode>_maskm): Ditto.
28303         (avx512f_vternlog<mode>_mask): Ditto.
28304         (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
28305         (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
28306         (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
28307         (avx512f_<code>v8div16qi2_mask): Ditto.
28308         (avx512f_<code>v8div16qi2_mask_store): Ditto.
28309         (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
28310         (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
28311         (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
28312         (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
28313         (*avx512pf_gatherpf<mode>sf_mask): Ditto.
28314         (*avx512pf_gatherpf<mode>df_mask): Ditto.
28315         (*avx512pf_scatterpf<mode>sf_mask): Ditto.
28316         (*avx512pf_scatterpf<mode>df_mask): Ditto.
28317         (avx512cd_maskb_vec_dupv8di): Ditto.
28318         (avx512cd_maskw_vec_dupv16si): Ditto.
28319         (avx512f_vpermi2var<mode>3_maskz): Ditto.
28320         (avx512f_vpermi2var<mode>3_mask): Ditto.
28321         (avx512f_vpermi2var<mode>3_mask): Ditto.
28322         (avx512f_vpermt2var<mode>3_maskz): Ditto.
28323         (*avx512f_gathersi<mode>): Ditto.
28324         (*avx512f_gathersi<mode>_2): Ditto.
28325         (*avx512f_gatherdi<mode>): Ditto.
28326         (*avx512f_gatherdi<mode>_2): Ditto.
28327         (*avx512f_scattersi<mode>): Ditto.
28328         (*avx512f_scatterdi<mode>): Ditto.
28329         (avx512f_compress<mode>_mask): Ditto.
28330         (avx512f_compressstore<mode>_mask): Ditto.
28331         (avx512f_expand<mode>_mask): Ditto.
28332         * config/i386/subst.md (mask): Change k to Yk.
28333         (mask_scalar_merge): Ditto.
28334         (sd): Ditto.
28335
28336 2014-01-31  Marc Glisse  <marc.glisse@inria.fr>
28337
28338         * doc/extend.texi (Vector Extensions): Document ?: in C++.
28339
28340 2014-01-31  Richard Biener  <rguenther@suse.de>
28341
28342         PR middle-end/59990
28343         * builtins.c (fold_builtin_memory_op): Make sure to not
28344         use a floating-point mode or a boolean or enumeral type for
28345         the copy operation.
28346
28347 2014-01-30  DJ Delorie  <dj@redhat.com>
28348
28349         * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
28350         * config/msp430/msp430.md (msp430_refsym_need_exit): New.
28351         * config/msp430/msp430.c (msp430_expand_epilogue): Call it
28352         whenever main() has an epilogue.
28353
28354 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28355
28356         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
28357         unused variable "field".
28358         * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
28359         (vsx_mergeh_<mode>): Likewise.
28360         * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
28361         (altivec_vmrghh): Likewise.
28362         (altivec_vmrghw): Likewise.
28363         (altivec_vmrglb): Likewise.
28364         (altivec_vmrglh): Likewise.
28365         (altivec_vmrglw): Likewise.
28366         (altivec_vspltb): Add missing uses.
28367         (altivec_vsplth): Likewise.
28368         (altivec_vspltw): Likewise.
28369         (altivec_vspltsf): Likewise.
28370
28371 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
28372
28373         PR target/59923
28374         * ifcvt.c (cond_exec_process_insns): Don't conditionalize
28375         frame related instructions.
28376
28377 2014-01-30  Vladimir Makarov  <vmakarov@redhat.com>
28378
28379         PR rtl-optimization/59959
28380         * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
28381         any reload of register whose subreg is invalid.
28382
28383 2014-01-30  Jakub Jelinek  <jakub@redhat.com>
28384
28385         * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
28386         * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
28387         Add missing return type - void.
28388
28389 2014-01-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28390
28391         * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
28392         gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
28393         remove element index adjustment for endian (now handled in vsx.md
28394         and altivec.md).
28395         (altivec_expand_vec_perm_const): Use
28396         gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
28397         * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
28398         (vsx_xxspltw_<mode>): Adjust element index for little endian.
28399         * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
28400         define_expand and a new define_insn *altivec_vspltb_internal;
28401         adjust for -maltivec=be on a little endian target.
28402         (altivec_vspltb_direct): New.
28403         (altivec_vsplth): Divide into a define_expand and a new
28404         define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
28405         little endian target.
28406         (altivec_vsplth_direct): New.
28407         (altivec_vspltw): Divide into a define_expand and a new
28408         define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
28409         little endian target.
28410         (altivec_vspltw_direct): New.
28411         (altivec_vspltsf): Divide into a define_expand and a new
28412         define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
28413         a little endian target.
28414
28415 2014-01-30  Richard Biener  <rguenther@suse.de>
28416
28417         PR tree-optimization/59993
28418         * tree-ssa-forwprop.c (associate_pointerplus): Check we
28419         can propagate form the earlier stmt and avoid the transform
28420         when the intermediate result is needed.
28421
28422 2014-01-30  Alangi Derick  <alangiderick@gmail.com>
28423
28424         * README.Portability: Fix typo.
28425
28426 2014-01-30  David Holsgrove  <david.holsgrove@xilinx.com>
28427
28428         * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
28429         comparison_operator with ordered_comparison_operator.
28430
28431 2014-01-30  Nick Clifton  <nickc@redhat.com>
28432
28433         * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
28434         Rename to mn10300_store_multiple_regs.
28435         * config/mn10300/mn10300.c: Likewise.
28436         * config/mn10300/mn10300.md (store_movm): Fix typo: call
28437         store_multiple_regs.
28438         * config/mn10300/predicates.md (mn10300_store_multiple_operation):
28439         Call mn10300_store_multiple_regs.
28440
28441 2014-01-30  Nick Clifton  <nickc@redhat.com>
28442             DJ Delorie  <dj@redhat.com>
28443
28444         * config/rl78/rl78.c (register_sizes): Make the "upper half" of
28445         %fp 2 to keep registers after it properly word-aligned.
28446         (rl78_alloc_physical_registers_umul): Handle the case where both
28447         input operands are the same.
28448
28449 2014-01-30  Richard Biener  <rguenther@suse.de>
28450
28451         PR tree-optimization/59903
28452         * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
28453         check properly.
28454
28455 2014-01-30  Jason Merrill  <jason@redhat.com>
28456
28457         PR c++/59633
28458         * tree.c (walk_type_fields): Handle VECTOR_TYPE.
28459
28460         PR c++/59645
28461         * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
28462
28463 2014-01-30  Richard Biener  <rguenther@suse.de>
28464
28465         PR tree-optimization/59951
28466         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
28467
28468 2014-01-30  Savin Zlobec  <savin.zlobec@gmail.com>
28469
28470         PR target/59784
28471         * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
28472         SFmode to DFmode case.
28473
28474 2014-01-29  DJ Delorie  <dj@redhat.com>
28475
28476         * config/msp430/msp430.opt (-minrt): New.
28477         * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
28478         if -minrt given.
28479         (ENDFILE_SPEC): Likewise.
28480
28481 2014-01-29  Jan Hubicka  <hubicka@ucw.cz>
28482
28483         * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
28484         (estimate_function_body_sizes): Use it.
28485
28486 2014-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
28487
28488         PR c++/58561
28489         * dwarf2out.c (is_cxx_auto): New.
28490         (is_base_type): Use it.
28491         (gen_type_die_with_usage): Likewise.
28492
28493 2014-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28494
28495         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const):  Use
28496         CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
28497         * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
28498         -maltivec=be with LE targets.
28499         (vsx_mergeh_<mode>): Likewise.
28500         * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
28501         (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
28502         (altivec_vmrghb): Replace with define_expand and new
28503         *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
28504         (altivec_vmrghb_direct): New define_insn.
28505         (altivec_vmrghh): Replace with define_expand and new
28506         *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
28507         (altivec_vmrghh_direct): New define_insn.
28508         (altivec_vmrghw): Replace with define_expand and new
28509         *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
28510         (altivec_vmrghw_direct): New define_insn.
28511         (*altivec_vmrghsf): Adjust for endianness.
28512         (altivec_vmrglb): Replace with define_expand and new
28513         *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
28514         (altivec_vmrglb_direct): New define_insn.
28515         (altivec_vmrglh): Replace with define_expand and new
28516         *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
28517         (altivec_vmrglh_direct): New define_insn.
28518         (altivec_vmrglw): Replace with define_expand and new
28519         *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
28520         (altivec_vmrglw_direct): New define_insn.
28521         (*altivec_vmrglsf): Adjust for endianness.
28522         (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
28523         (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
28524         (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
28525         (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
28526         (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
28527         (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
28528         (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
28529         (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
28530
28531 2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
28532
28533         * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
28534         (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
28535         whitespace.
28536
28537 2014-01-29  Richard Biener  <rguenther@suse.de>
28538
28539         PR tree-optimization/58742
28540         * tree-ssa-forwprop.c (associate_pointerplus): Rename to
28541         associate_pointerplus_align.
28542         (associate_pointerplus_diff): New function.
28543         (associate_pointerplus): Likewise.  Call associate_pointerplus_align
28544         and associate_pointerplus_diff.
28545
28546 2014-01-29  Richard Biener  <rguenther@suse.de>
28547
28548         * lto-streamer.h (LTO_major_version): Bump to 3.
28549         (LTO_minor_version): Reset to 0.
28550
28551 2014-01-29  Renlin Li  <Renlin.Li@arm.com>
28552
28553         * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
28554         * config/arm/arm.c (FL_FOR_ARCH7VE): New.
28555         (arm_file_start): Generate correct asm header for armv7ve.
28556         * config/arm/bpabi.h: Add multilib support for armv7ve.
28557         * config/arm/driver-arm.c: Change the architectures of cortex-a7
28558         and cortex-a15 to armv7ve.
28559         * config/arm/t-aprofile: Add multilib support for armv7ve.
28560         * doc/invoke.texi: Document -march=armv7ve.
28561
28562 2014-01-29  Richard Biener  <rguenther@suse.de>
28563
28564         PR tree-optimization/58742
28565         * tree-ssa-forwprop.c (associate_plusminus): Return true
28566         if we changed sth, defer EH cleanup to ...
28567         (ssa_forward_propagate_and_combine): ... here.  Call simplify_mult.
28568         (simplify_mult): New function.
28569
28570 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
28571
28572         PR middle-end/59917
28573         PR tree-optimization/59920
28574         * tree.c (build_common_builtin_nodes): Remove
28575         __builtin_setjmp_dispatcher initialization.
28576         * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
28577         * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
28578         instead of gsi_after_labels + manually skipping debug stmts.
28579         Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
28580         ignore bbs with IFN_ABNORMAL_DISPATCHER.
28581         * tree-inline.c (copy_edges_for_bb): Remove
28582         can_make_abnormal_goto argument, instead add abnormal_goto_dest
28583         argument.  Ignore computed_goto_p stmts.  Don't call
28584         make_abnormal_goto_edges.  If a call might need abnormal edges
28585         for non-local gotos, see if it already has an edge to
28586         IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
28587         with true argument, don't do anything then, otherwise add
28588         EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
28589         (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
28590         caller.
28591         * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
28592         (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
28593         (lower_stmt): Don't set data->calls_builtin_setjmp.
28594         (lower_builtin_setjmp): Adjust comment.
28595         * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
28596         * tree-cfg.c (found_computed_goto): Remove.
28597         (factor_computed_gotos): Remove.
28598         (make_goto_expr_edges): Return bool, true for computed gotos.
28599         Don't call make_abnormal_goto_edges.
28600         (build_gimple_cfg): Don't set found_computed_goto, don't call
28601         factor_computed_gotos.
28602         (computed_goto_p): No longer static.
28603         (make_blocks): Don't set found_computed_goto.
28604         (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
28605         (make_edges): If make_goto_expr_edges returns true, push bb
28606         into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
28607         instead of calling make_abnormal_goto_edges push bb into ab_edge_call
28608         vector.  Record mapping between bbs and OpenMP regions if there
28609         are any, adjust make_gimple_omp_edges caller.  Call
28610         handle_abnormal_edges.
28611         (make_abnormal_goto_edges): Remove.
28612         * tree-cfg.h (make_abnormal_goto_edges): Remove.
28613         (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
28614         * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
28615         * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
28616         * internal-fn.def (ABNORMAL_DISPATCHER): New.
28617         * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
28618         filling *region also set *region_idx to (*region)->entry->index.
28619
28620         PR other/58712
28621         * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
28622         For REGs set ORIGINAL_REGNO.
28623
28624 2014-01-29  Bingfeng Mei  <bmei@broadcom.com>
28625
28626         * doc/md.texi: Mention that a target shouldn't implement
28627         vec_widen_(s|u)mul_even/odd pair if it is less efficient
28628         than hi/lo pair.
28629
28630 2014-01-29  Jakub Jelinek  <jakub@redhat.com>
28631
28632         PR tree-optimization/59594
28633         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
28634         a copy of the datarefs vector rather than the vector itself.
28635
28636 2014-01-28  Jason Merrill  <jason@redhat.com>
28637
28638         PR c++/53756
28639         * dwarf2out.c (auto_die): New static.
28640         (gen_type_die_with_usage): Handle C++1y 'auto'.
28641         (gen_subprogram_die): If in-class DIE had 'auto', emit type again
28642         on definition.
28643
28644 2014-01-28  H.J. Lu  <hongjiu.lu@intel.com>
28645
28646         PR target/59672
28647         * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
28648         (SPEC_X32): Likewise.
28649         (SPEC_64): Likewise.
28650         * config/i386/i386.c (ix86_option_override_internal): Turn off
28651         OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
28652         for TARGET_16BIT.
28653         (x86_file_start): Output .code16gcc for TARGET_16BIT.
28654         * config/i386/i386.h (TARGET_16BIT): New macro.
28655         (TARGET_16BIT_P): Likewise.
28656         * config/i386/i386.opt: Add m16.
28657         * doc/invoke.texi: Document -m16.
28658
28659 2014-01-28  Jakub Jelinek  <jakub@redhat.com>
28660
28661         PR preprocessor/59935
28662         * input.c (location_get_source_line): Bail out on when line number
28663         is zero, and test the return value of lookup_or_add_file_to_cache_tab.
28664
28665 2014-01-28  Richard Biener  <rguenther@suse.de>
28666
28667         PR tree-optimization/58742
28668         * tree-ssa-forwprop.c (associate_plusminus): Handle
28669         pointer subtraction of the form (T)(P + A) - (T)P.
28670
28671 2014-01-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
28672
28673         * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
28674         at const_int_cost.
28675
28676 2014-01-28  Richard Biener  <rguenther@suse.de>
28677
28678         Revert
28679         2014-01-28  Richard Biener  <rguenther@suse.de>
28680
28681         PR rtl-optimization/45364
28682         PR rtl-optimization/59890
28683         * var-tracking.c (local_get_addr_clear_given_value): Handle
28684         already cleared slot.
28685         (val_reset): Handle not allocated local_get_addr_cache.
28686         (vt_find_locations): Use post-order on the inverted CFG.
28687
28688 2014-01-28  Richard Biener  <rguenther@suse.de>
28689
28690         * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
28691
28692 2014-01-28  Richard Biener  <rguenther@suse.de>
28693
28694         PR rtl-optimization/45364
28695         PR rtl-optimization/59890
28696         * var-tracking.c (local_get_addr_clear_given_value): Handle
28697         already cleared slot.
28698         (val_reset): Handle not allocated local_get_addr_cache.
28699         (vt_find_locations): Use post-order on the inverted CFG.
28700
28701 2014-01-28  Alan Modra  <amodra@gmail.com>
28702
28703         * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
28704         * configure.ac <recursive call for build != host>: Define
28705         GENERATOR_FILE.  Comment.  Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
28706         and LD_FOR_BUILD too.
28707         * configure: Regenerate.
28708
28709 2014-01-27  Allan Sandfeld Jensen  <sandfeld@kde.org>
28710
28711         * config/i386/i386.c (get_builtin_code_for_version): Separate
28712         Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
28713         Broadwell from Haswell.
28714
28715 2014-01-27  Steve Ellcey  <sellcey@mips.com>
28716
28717         * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
28718         Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
28719         * config/mips/mips.c (mips_option_override): Change setting
28720         of TARGET_DSP.
28721         * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
28722         * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
28723         Change from Mask to Var.
28724
28725 2014-01-27  Jeff Law  <law@redhat.com>
28726
28727         * ipa-inline.c (inline_small_functions): Fix typo.
28728
28729 2014-01-27  Ilya Tocar  <ilya.tocar@intel.com>
28730
28731         * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
28732         (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
28733         (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
28734         (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
28735         (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
28736         (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
28737         (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
28738         (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
28739         (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
28740         (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
28741         (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
28742         (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
28743         (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
28744         (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
28745         (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
28746         (_mm512_storeu_epi64): Ditto.
28747         (_mm512_cmpge_epi32_mask): Ditto.
28748         (_mm512_cmpge_epu32_mask): Ditto.
28749         (_mm512_cmpge_epi64_mask): Ditto.
28750         (_mm512_cmpge_epu64_mask): Ditto.
28751         (_mm512_cmple_epi32_mask): Ditto.
28752         (_mm512_cmple_epu32_mask): Ditto.
28753         (_mm512_cmple_epi64_mask): Ditto.
28754         (_mm512_cmple_epu64_mask): Ditto.
28755         (_mm512_cmplt_epi32_mask): Ditto.
28756         (_mm512_cmplt_epu32_mask): Ditto.
28757         (_mm512_cmplt_epi64_mask): Ditto.
28758         (_mm512_cmplt_epu64_mask): Ditto.
28759         (_mm512_cmpneq_epi32_mask): Ditto.
28760         (_mm512_cmpneq_epu32_mask): Ditto.
28761         (_mm512_cmpneq_epi64_mask): Ditto.
28762         (_mm512_cmpneq_epu64_mask): Ditto.
28763         (_mm512_expand_pd): Ditto.
28764         (_mm512_expand_ps): Ditto.
28765         * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
28766         VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
28767         VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
28768         * config/i386/i386.c (ix86_builtins): Add
28769         IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
28770         IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
28771         IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
28772         IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
28773         IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
28774         IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
28775         IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
28776         IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
28777         IX86_BUILTIN_PMOVUSQW512_MEM.
28778         (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
28779         __builtin_ia32_pmovsqd512mem_mask,
28780         __builtin_ia32_pmovqd512mem_mask,
28781         __builtin_ia32_pmovusqw512mem_mask,
28782         __builtin_ia32_pmovsqw512mem_mask,
28783         __builtin_ia32_pmovqw512mem_mask,
28784         __builtin_ia32_pmovusdw512mem_mask,
28785         __builtin_ia32_pmovsdw512mem_mask,
28786         __builtin_ia32_pmovdw512mem_mask,
28787         __builtin_ia32_pmovqb512mem_mask,
28788         __builtin_ia32_pmovusqb512mem_mask,
28789         __builtin_ia32_pmovsqb512mem_mask,
28790         __builtin_ia32_pmovusdb512mem_mask,
28791         __builtin_ia32_pmovsdb512mem_mask,
28792         __builtin_ia32_pmovdb512mem_mask.
28793         (bdesc_args): Add __builtin_ia32_expanddf512,
28794         __builtin_ia32_expandsf512.
28795         (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
28796         VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
28797         VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
28798         * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
28799         (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
28800         (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
28801         (avx512f_<code>v8div16qi2_mask_store): This.
28802         (avx512f_expand<mode>): New.
28803
28804 2014-01-27  Kirill Yukhin  <kirill.yukhin@intel.com>
28805
28806         * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
28807         New.
28808         (_mm512_mask_prefetch_i64gather_pd): Ditto.
28809         (_mm512_prefetch_i32scatter_pd): Ditto.
28810         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
28811         (_mm512_prefetch_i64scatter_pd): Ditto.
28812         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
28813         (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
28814         (_mm512_mask_prefetch_i64gather_ps): Ditto.
28815         (_mm512_prefetch_i32scatter_ps): Ditto.
28816         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
28817         (_mm512_prefetch_i64scatter_ps): Ditto.
28818         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
28819         * config/i386/i386-builtin-types.def: Define
28820         VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
28821         and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
28822         * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
28823         IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
28824         IX86_BUILTIN_SCATTERPFQPD.
28825         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
28826         __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
28827         __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
28828         __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
28829         __builtin_ia32_scatterpfqps.
28830         (ix86_expand_builtin): Expand new built-ins.
28831         * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
28832         fix memory access data type.
28833         (*avx512pf_gatherpf<mode>_mask): Ditto.
28834         (*avx512pf_gatherpf<mode>): Ditto.
28835         (avx512pf_scatterpf<mode>): Ditto.
28836         (*avx512pf_scatterpf<mode>_mask): Ditto.
28837         (*avx512pf_scatterpf<mode>): Ditto.
28838         (GATHER_SCATTER_SF_MEM_MODE): New.
28839         (avx512pf_gatherpf<mode>df): Ditto.
28840         (*avx512pf_gatherpf<mode>df_mask): Ditto.
28841         (*avx512pf_scatterpf<mode>df): Ditto.
28842
28843 2014-01-27  Jakub Jelinek  <jakub@redhat.com>
28844
28845         PR bootstrap/59934
28846         * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
28847         know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
28848         reached.
28849
28850 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
28851
28852         * common/config/arm/arm-common.c
28853         (arm_rewrite_mcpu): Handle multiple names.
28854         * config/arm/arm.h
28855         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
28856
28857 2014-01-27  James Greenhalgh  <james.greenhalgh@arm.com>
28858
28859         * gimple-builder.h (create_gimple_tmp): Delete.
28860
28861 2014-01-27  Christian Bruel  <christian.bruel@st.com>
28862
28863         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
28864         words comparisons.
28865
28866 2014-01-26  John David Anglin  <danglin@gcc.gnu.org>
28867
28868         * config/pa/pa.md (call): Generate indirect long calls to non-local
28869         functions when outputing 32-bit code.
28870         (call_value): Likewise except for special call to buggy powf function.
28871
28872         * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
28873         portable runtime and PIC indirect calls.
28874         (pa_output_indirect_call): Remove unnecessary nop from portable runtime
28875         and PIC call sequences.  Use ldo instead of blr to set return register
28876         in PIC call sequence.
28877
28878 2014-01-25  Walter Lee  <walt@tilera.com>
28879
28880         * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
28881         avoid clobbering a live register.
28882
28883 2014-01-25  Walter Lee  <walt@tilera.com>
28884
28885         * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
28886         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
28887         * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
28888         Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
28889
28890 2014-01-25  Walter Lee  <walt@tilera.com>
28891
28892         * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
28893         arguments on even registers.
28894         (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
28895         STACK_BOUNDARY.
28896         * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
28897         (BIGGEST_ALIGNMENT): Ditto.
28898         (BIGGEST_FIELD_ALIGNMENT): Ditto.
28899
28900 2014-01-25  Walter Lee  <walt@tilera.com>
28901
28902         * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
28903         insns before bundling.
28904         * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
28905
28906 2014-01-25  Walter Lee  <walt@tilera.com>
28907
28908         * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
28909         PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
28910         * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
28911
28912 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
28913
28914         * config/mips/constraints.md (kl): Delete.
28915         * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
28916         define expands, using...
28917         (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
28918         instructions for MIPS16.
28919         (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
28920         non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
28921
28922 2014-01-25  Walter Lee  <walt@tilera.com>
28923
28924         * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
28925         (clzdi2): Ditto.
28926         (ffsdi2): Ditto.
28927
28928 2014-01-25  Walter Lee  <walt@tilera.com>
28929
28930         * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
28931         (TARGET_EXPAND_TO_RTL_HOOK): Define.
28932
28933 2014-01-25  Richard Sandiford  <rdsandiford@googlemail.com>
28934
28935         * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
28936         Handle XOR.
28937
28938 2014-01-25  Jakub Jelinek  <jakub@redhat.com>
28939
28940         * print-rtl.c (in_call_function_usage): New var.
28941         (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
28942         EXPR_LIST mode as mode and not as reg note name.
28943
28944         PR middle-end/59561
28945         * cfgloopmanip.c (copy_loop_info): If
28946         loop->warned_aggressive_loop_optimizations, make sure
28947         the flag is set in target loop too.
28948
28949 2014-01-24  Balaji V. Iyer  <balaji.v.iyer@intel.com>
28950
28951         * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
28952         flag_cilkplus.
28953         * builtins.def: Likewise.
28954         * cilk.h (fn_contains_cilk_spawn_p): Likewise.
28955         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
28956         * ira.c (ira_setup_eliminable_regset): Likewise.
28957         * omp-low.c (gate_expand_omp): Likewise.
28958         (execute_lower_omp): Likewise.
28959         (diagnose_sb_0): Likewise.
28960         (gate_diagnose_omp_blocks): Likewise.
28961         (simd_clone_clauses_extract): Likewise.
28962         (gate): Likewise.
28963
28964 2014-01-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
28965
28966         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
28967         correction for little endian...
28968         * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
28969         here.
28970
28971 2014-01-24  Jeff Law  <law@redhat.com>
28972
28973         PR tree-optimization/59919
28974         * tree-vrp.c (find_assert_locations_1): Do not register asserts
28975         for non-returning calls.
28976
28977 2014-01-24  James Greenhalgh  <james.greenhalgh@arm.com>
28978
28979         * common/config/aarch64/aarch64-common.c
28980         (aarch64_rewrite_mcpu): Handle multiple names.
28981         * config/aarch64/aarch64.h
28982         (BIG_LITTLE_SPEC): Do not discard mcpu switches.
28983
28984 2014-01-24  Dodji Seketeli  <dodji@redhat.com>
28985
28986         * input.c (add_file_to_cache_tab): Handle the case where fopen
28987         returns NULL.
28988
28989 2014-01-23  H.J. Lu  <hongjiu.lu@intel.com>
28990
28991         PR target/59929
28992         * config/i386/i386.md (pushsf splitter): Get stack adjustment
28993         from push operand if code of push isn't PRE_DEC.
28994
28995 2014-01-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
28996
28997         PR target/59909
28998         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
28999         -mquad-memory-atomic.  Update -mquad-memory documentation to say
29000         it is only used for non-atomic loads/stores.
29001
29002         * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
29003         -mquad-memory or -mquad-memory-atomic switches.
29004
29005         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
29006         -mquad-memory-atomic to ISA 2.07 support.
29007
29008         * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
29009         to separate support of normal quad word memory operations (ldq, stq)
29010         from the atomic quad word memory operations.
29011
29012         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
29013         support to separate non-atomic quad word operations from atomic
29014         quad word operations.  Disable non-atomic quad word operations in
29015         little endian mode so that we don't have to swap words after the
29016         load and before the store.
29017         (quad_load_store_p): Add comment about atomic quad word support.
29018         (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
29019         options printed with -mdebug=reg.
29020
29021         * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
29022         -mquad-memory-atomic as the test for whether we have quad word
29023         atomic instructions.
29024         (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
29025         or -mp8-vector are used, allow byte/half-word atomic operations.
29026
29027         * config/rs6000/sync.md (load_lockedti): Insure that the address
29028         is a proper indexed or indirect address for the lqarx instruction.
29029         On little endian systems, swap the hi/lo registers after the lqarx
29030         instruction.
29031         (load_lockedpti): Use indexed_or_indirect_operand predicate to
29032         insure the address is valid for the lqarx instruction.
29033         (store_conditionalti): Insure that the address is a proper indexed
29034         or indirect address for the stqcrx. instruction.  On little endian
29035         systems, swap the hi/lo registers before doing the stqcrx.
29036         instruction.
29037         (store_conditionalpti): Use indexed_or_indirect_operand predicate to
29038         insure the address is valid for the stqcrx. instruction.
29039
29040         * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
29041         Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
29042         type of quad memory support is available.
29043
29044 2014-01-23  Vladimir Makarov  <vmakarov@redhat.com>
29045
29046         PR regression/59915
29047         * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
29048         there is a danger of looping.
29049
29050 2014-01-23  Pat Haugen  <pthaugen@us.ibm.com>
29051
29052         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
29053         force flag_ira_loop_pressure if set via command line.
29054
29055 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
29056
29057         * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
29058         (ashr_simd): New builtin handling DI mode.
29059         * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
29060         (aarch64_sshr_simddi): New match pattern.
29061         * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
29062         (vshrd_n_s64): Likewise.
29063         * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
29064
29065 2014-01-23  Nick Clifton  <nickc@redhat.com>
29066
29067         * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
29068         (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
29069         favour of mcu specific scripts.
29070         * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
29071         430x multilibs.
29072
29073 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
29074             Alex Velenko  <Alex.Velenko@arm.com>
29075
29076         * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
29077         (vaddv_s16): Likewise.
29078         (vaddv_s32): Likewise.
29079         (vaddv_u8): Likewise.
29080         (vaddv_u16): Likewise.
29081         (vaddv_u32): Likewise.
29082         (vaddvq_s8): Likewise.
29083         (vaddvq_s16): Likewise.
29084         (vaddvq_s32): Likewise.
29085         (vaddvq_s64): Likewise.
29086         (vaddvq_u8): Likewise.
29087         (vaddvq_u16): Likewise.
29088         (vaddvq_u32): Likewise.
29089         (vaddvq_u64): Likewise.
29090         (vaddv_f32): Likewise.
29091         (vaddvq_f32): Likewise.
29092         (vaddvq_f64): Likewise.
29093         (vmaxv_f32): Likewise.
29094         (vmaxv_s8): Likewise.
29095         (vmaxv_s16): Likewise.
29096         (vmaxv_s32): Likewise.
29097         (vmaxv_u8): Likewise.
29098         (vmaxv_u16): Likewise.
29099         (vmaxv_u32): Likewise.
29100         (vmaxvq_f32): Likewise.
29101         (vmaxvq_f64): Likewise.
29102         (vmaxvq_s8): Likewise.
29103         (vmaxvq_s16): Likewise.
29104         (vmaxvq_s32): Likewise.
29105         (vmaxvq_u8): Likewise.
29106         (vmaxvq_u16): Likewise.
29107         (vmaxvq_u32): Likewise.
29108         (vmaxnmv_f32): Likewise.
29109         (vmaxnmvq_f32): Likewise.
29110         (vmaxnmvq_f64): Likewise.
29111         (vminv_f32): Likewise.
29112         (vminv_s8): Likewise.
29113         (vminv_s16): Likewise.
29114         (vminv_s32): Likewise.
29115         (vminv_u8): Likewise.
29116         (vminv_u16): Likewise.
29117         (vminv_u32): Likewise.
29118         (vminvq_f32): Likewise.
29119         (vminvq_f64): Likewise.
29120         (vminvq_s8): Likewise.
29121         (vminvq_s16): Likewise.
29122         (vminvq_s32): Likewise.
29123         (vminvq_u8): Likewise.
29124         (vminvq_u16): Likewise.
29125         (vminvq_u32): Likewise.
29126         (vminnmv_f32): Likewise.
29127         (vminnmvq_f32): Likewise.
29128         (vminnmvq_f64): Likewise.
29129
29130 2014-01-23  James Greenhalgh  <james.greenhalgh@arm.com>
29131
29132         * config/aarch64/aarch64-simd.md
29133         (aarch64_dup_lane<mode>): Correct lane number on big-endian.
29134         (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
29135         (*aarch64_mul3_elt<mode>): Likewise.
29136         (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
29137         (*aarch64_mul3_elt_to_64v2df): Likewise.
29138         (*aarch64_mla_elt<mode>): Likewise.
29139         (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
29140         (*aarch64_mls_elt<mode>): Likewise.
29141         (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
29142         (*aarch64_fma4_elt<mode>): Likewise.
29143         (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
29144         (*aarch64_fma4_elt_to_64v2df): Likewise.
29145         (*aarch64_fnma4_elt<mode>): Likewise.
29146         (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
29147         (*aarch64_fnma4_elt_to_64v2df): Likewise.
29148         (aarch64_sq<r>dmulh_lane<mode>): Likewise.
29149         (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
29150         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29151         (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29152         (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
29153         (aarch64_sqdmull_lane<mode>_internal): Likewise.
29154         (aarch64_sqdmull2_lane<mode>_internal): Likewise.
29155
29156 2013-01-23  Alex Velenko  <Alex.Velenko@arm.com>
29157
29158         * config/aarch64/aarch64-simd.md
29159         (aarch64_be_checked_get_lane<mode>): New define_expand.
29160         * config/aarch64/aarch64-simd-builtins.def
29161         (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
29162         New builtin definition.
29163         * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
29164         Use new safe be builtin.
29165
29166 2014-01-23  Alex Velenko  <Alex.Velenko@arm.com>
29167
29168         * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
29169         New define_insn.
29170         (aarch64_be_st1<mode>): Likewise.
29171         (aarch_ld1<VALL:mode>): Define_expand modified.
29172         (aarch_st1<VALL:mode>): Likewise.
29173         * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
29174         (UNSPEC_ST1): Likewise.
29175
29176 2014-01-23  David Holsgrove  <david.holsgrove@xilinx.com>
29177
29178         * config/microblaze/microblaze.md: Add trap insn and attribute
29179
29180 2014-01-23  Dodji Seketeli  <dodji@redhat.com>
29181
29182         PR preprocessor/58580
29183         * input.h (location_get_source_line): Take an additional line_size
29184         parameter.
29185         (void diagnostics_file_cache_fini): Declare new function.
29186         * input.c (struct fcache): New type.
29187         (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
29188         New static constants.
29189         (diagnostic_file_cache_init, total_lines_num)
29190         (lookup_file_in_cache_tab, evicted_cache_tab_entry)
29191         (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
29192         (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
29193         (get_next_line, read_next_line, goto_next_line, read_line_num):
29194         New static function definitions.
29195         (diagnostic_file_cache_fini): New function.
29196         (location_get_source_line): Take an additional output line_len
29197         parameter.  Re-write using lookup_or_add_file_to_cache_tab and
29198         read_line_num.
29199         * diagnostic.c (diagnostic_finish): Call
29200         diagnostic_file_cache_fini.
29201         (adjust_line): Take an additional input parameter for the length
29202         of the line, rather than calculating it with strlen.
29203         (diagnostic_show_locus): Adjust the use of
29204         location_get_source_line and adjust_line with respect to their new
29205         signature.  While displaying a line now, do not stop at the first
29206         null byte.  Rather, display the zero byte as a space and keep
29207         going until we reach the size of the line.
29208         * Makefile.in: Add vec.o to OBJS-libcommon
29209
29210 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
29211             Ilya Tocar  <ilya.tocar@intel.com>
29212
29213         * config/i386/avx512fintrin.h (_mm512_kmov): New.
29214         * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
29215         (__builtin_ia32_kmov16): Ditto.
29216         * config/i386/i386.md (UNSPEC_KMOV): New.
29217         (kmovw): Ditto.
29218
29219 2014-01-23  Kirill Yukhin  <kirill.yukhin@intel.com>
29220
29221         * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
29222         (_mm512_storeu_si512): Ditto.
29223
29224 2014-01-23  Richard Sandiford  <rdsandiford@googlemail.com>
29225
29226         PR target/52125
29227         * rtl.h (get_referenced_operands): Declare.
29228         * recog.c (get_referenced_operands): New function.
29229         * config/mips/mips.c (mips_reorg_process_insns): Check which asm
29230         operands have been referenced when recording LO_SUM references.
29231
29232 2014-01-22  David Holsgrove  <david.holsgrove@xilinx.com>
29233
29234         * config/microblaze/microblaze.md: Correct bswaphi2 insn.
29235
29236 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
29237
29238         * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
29239         Enable for generic and recent AMD targets.
29240
29241 2014-01-22  Jan Hubicka  <hubicka@ucw.cz>
29242
29243         * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
29244         ARG_SIZE note when adjustment was eliminated.
29245
29246 2014-01-22  Jeff Law  <law@redhat.com>
29247
29248         PR tree-optimization/59597
29249         * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
29250         in file.  Accept new argument REGISTERING and use it to modify
29251         dump output appropriately.
29252         (register_jump_thread): Corresponding changes.
29253         (mark_threaded_blocks): Reinstate code to cancel unprofitable
29254         thread paths involving joiner blocks.  Add code to dump cancelled
29255         jump threading paths.
29256
29257 2014-01-22  Vladimir Makarov  <vmakarov@redhat.com>
29258
29259         PR rtl-optimization/59477
29260         * lra-constraints.c (inherit_in_ebb): Process call for living hard
29261         regs.  Update reloads_num and potential_reload_hard_regs for all insns.
29262
29263 2014-01-22  Tom Tromey  <tromey@redhat.com>
29264
29265         * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
29266         PARAMS.
29267         * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
29268
29269 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
29270
29271         PR rtl-optimization/59896
29272         * lra-constraints.c (process_alt_operands): Check unused note for
29273         matched operands of insn with no output reloads.
29274
29275 2014-01-21  Richard Sandiford  <rdsandiford@googlemail.com>
29276
29277         * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
29278         (mips_move_from_gpr_cost): Likewise.
29279
29280 2014-01-21  Vladimir Makarov  <vmakarov@redhat.com>
29281
29282         PR rtl-optimization/59858
29283         * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
29284         ira_class_hard_regs_num.
29285         (process_alt_operands): Increase reject for dying matched operand.
29286
29287 2014-01-21  Jakub Jelinek  <jakub@redhat.com>
29288
29289         PR target/59003
29290         * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
29291         smaller than size, perform several stores or loads and stores
29292         at dst + count - size to store or copy all of size bytes, rather
29293         than just last modesize bytes.
29294
29295 2014-01-20  DJ Delorie  <dj@redhat.com>
29296
29297         * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
29298         that CLOBBERs are REGs before propogating their values.
29299
29300 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
29301
29302         PR middle-end/59789
29303         * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
29304         (cgraph_inline_failed_type): New function.
29305         * cgraph.h (DEFCIFCODE): Add type.
29306         (cgraph_inline_failed_type_t): New enum.
29307         (cgraph_inline_failed_type): New prototype.
29308         * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
29309         FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
29310         FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
29311         LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
29312         MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
29313         RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
29314         OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
29315         INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
29316         Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
29317         FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
29318         EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
29319         OPTIMIZATION_MISMATCH.
29320         * tree-inline.c (expand_call_inline): Emit errors during
29321         early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
29322
29323 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
29324
29325         PR target/59685
29326         * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
29327         mode attribute in insn output.
29328
29329 2014-01-20  Eric Botcazou  <ebotcazou@adacore.com>
29330
29331         * output.h (output_constant): Delete.
29332         * varasm.c (output_constant): Make private.
29333
29334 2014-01-20  Alex Velenko  <Alex.Velenko@arm.com>
29335
29336         * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
29337
29338 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
29339
29340         PR middle-end/59860
29341         * tree.h (fold_builtin_strcat): New prototype.
29342         * builtins.c (fold_builtin_strcat): No longer static.  Add len
29343         argument, if non-NULL, don't call c_strlen.  Optimize
29344         directly into __builtin_memcpy instead of __builtin_strcpy.
29345         (fold_builtin_2): Adjust fold_builtin_strcat caller.
29346         * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
29347
29348 2014-01-20  Uros Bizjak  <ubizjak@gmail.com>
29349
29350         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
29351         for SImode_address_operand operands, having only a REG argument.
29352
29353 2014-01-20  Marcus Shawcroft  <marcus.shawcroft@arm.com>
29354
29355         * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
29356         loader name using mbig-endian.
29357         (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
29358
29359 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
29360
29361         * doc/invoke.texi (-march): Clarify documentation for AArch64.
29362         (-mtune): Likewise.
29363         (-mcpu): Likewise.
29364
29365 2014-01-20  Tejas Belagod  <tejas.belagod@arm.com>
29366
29367         * config/aarch64/aarch64-protos.h
29368         (aarch64_cannot_change_mode_class_ptr): Declare.
29369         * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
29370         aarch64_cannot_change_mode_class_ptr): New.
29371         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
29372         backend hook aarch64_cannot_change_mode_class.
29373
29374 2014-01-20  James Greenhalgh  <james.greenhalgh@arm.com>
29375
29376         * common/config/aarch64/aarch64-common.c
29377         (aarch64_handle_option): Don't handle any option order logic here.
29378         * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
29379         selected_cpu, warn on architecture version mismatch.
29380         (aarch64_override_options): Fix parsing order for option strings.
29381
29382 2014-01-20  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
29383             Iain Sandoe  <iain@codesourcery.com>
29384
29385         PR bootstrap/59496
29386         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
29387         warning.  Amend comment to reflect current functionality.
29388
29389 2014-01-20  Richard Biener  <rguenther@suse.de>
29390
29391         PR middle-end/59860
29392         * builtins.c (fold_builtin_strcat): Remove case better handled
29393         by tree-ssa-strlen.c.
29394
29395 2014-01-20  Alan Lawrence  <alan.lawrence@arm.com>
29396
29397         * config/aarch64/aarch64.opt
29398         (mcpu, march, mtune): Make case-insensitive.
29399
29400 2014-01-20  Jakub Jelinek  <jakub@redhat.com>
29401
29402         PR target/59880
29403         * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
29404         if operands[1] is a REG or ZERO_EXTEND of a REG.
29405
29406 2014-01-19  Jan Hubicka  <hubicka@ucw.cz>
29407
29408         * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
29409
29410 2014-01-19  John David Anglin  <danglin@gcc.gnu.org>
29411
29412         * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
29413         long non-pic millicode calls.
29414
29415 2014-01-19  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
29416
29417         * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
29418
29419 2014-01-19  Kito Cheng  <kito@0xlab.org>
29420
29421         * builtins.c (expand_movstr): Check movstr expand done or fail.
29422
29423 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
29424             H.J. Lu  <hongjiu.lu@intel.com>
29425
29426         PR target/59379
29427         * config/i386/i386.md (*lea<mode>): Zero-extend return register
29428         to DImode for zero-extended addresses.
29429
29430 2014-01-19  Jakub Jelinek  <jakub@redhat.com>
29431
29432         PR rtl-optimization/57763
29433         * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
29434         on the new indirect jump_insn and increment LABEL_NUSES (label).
29435
29436 2014-01-18  H.J. Lu  <hongjiu.lu@intel.com>
29437
29438         PR bootstrap/59580
29439         PR bootstrap/59583
29440         * config.gcc (x86_archs): New variable.
29441         (x86_64_archs): Likewise.
29442         (x86_cpus): Likewise.
29443         Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
29444         --with-arch/--with-cpu= options.
29445         Support --with-arch=/--with-cpu={nehalem,westmere,
29446         sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
29447
29448 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
29449
29450         * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
29451         and PROCESSOR_ATHLON to simplify code.  Move "memory" calculation.
29452
29453 2014-01-18  Uros Bizjak  <ubizjak@gmail.com>
29454
29455         * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
29456
29457 2014-01-18  Jakub Jelinek  <jakub@redhat.com>
29458
29459         PR target/58944
29460         * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
29461         clear cpp_get_options (parse_in)->warn_unused_macros for
29462         ix86_target_macros_internal with cpp_define.
29463
29464 2014-01-18  Richard Sandiford  <rdsandiford@googlemail.com>
29465
29466         * jump.c (delete_related_insns): Keep (use (insn))s.
29467         * reorg.c (redundant_insn): Check for barriers too.
29468
29469 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29470
29471         * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
29472
29473 2014-01-17  John David Anglin  <danglin@gcc.gnu.org>
29474
29475         * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
29476         call to $$dyncall when TARGET_LONG_CALLS is true.
29477
29478 2014-01-17  Jeff Law  <law@redhat.com>
29479
29480         * ree.c (combine_set_extension): Temporarily disable test for
29481         changing number of hard registers.
29482
29483 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
29484
29485         PR middle-end/58125
29486         * ipa-inline-analysis.c (inline_free_summary):
29487         Do not free summary of aliases.
29488
29489 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
29490
29491         PR middle-end/59706
29492         * gimplify.c (gimplify_expr): Use create_tmp_var
29493         instead of create_tmp_var_raw.  If cond doesn't have
29494         integral type, don't add the IFN_ANNOTATE builtin at all.
29495
29496 2014-01-17  Martin Jambor  <mjambor@suse.cz>
29497
29498         PR ipa/59736
29499         * ipa-cp.c (prev_edge_clone): New variable.
29500         (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
29501         Also resize prev_edge_clone vector.
29502         (ipcp_edge_duplication_hook): Also update prev_edge_clone.
29503         (ipcp_edge_removal_hook): New function.
29504         (ipcp_driver): Register ipcp_edge_removal_hook.
29505
29506 2014-01-17  Andrew Pinski  <apinski@cavium.com>
29507             Steve Ellcey  <sellcey@mips.com>
29508
29509         PR target/59462
29510         * config/mips/mips.c (mips_print_operand): Check operand mode instead
29511         of operator mode.
29512
29513 2014-01-17  Jeff Law  <law@redhat.com>
29514
29515         PR middle-end/57904
29516         * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
29517         so that pass_ccp runs first.
29518
29519 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29520
29521         * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
29522         (ix86_adjust_cost): Use !TARGET_XXX.
29523         (do_reorder_for_imul): Likewise.
29524         (swap_top_of_ready_list): Likewise.
29525         (ix86_sched_reorder): Likewise.
29526
29527 2014-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29528
29529         * config/i386/i386-c.c (ix86_target_macros_internal): Handle
29530         PROCESSOR_INTEL.  Treat like PROCESSOR_GENERIC.
29531         * config/i386/i386.c (intel_memcpy): New.  Duplicate slm_memcpy.
29532         (intel_memset): New.  Duplicate slm_memset.
29533         (intel_cost): New.  Duplicate slm_cost.
29534         (m_INTEL): New macro.
29535         (processor_target_table): Add "intel".
29536         (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
29537         with PROCESSOR_INTEL for "intel".
29538         (ix86_lea_outperforms): Support PROCESSOR_INTEL.  Duplicate
29539         PROCESSOR_SILVERMONT.
29540         (ix86_issue_rate): Likewise.
29541         (ix86_adjust_cost): Likewise.
29542         (ia32_multipass_dfa_lookahead): Likewise.
29543         (swap_top_of_ready_list): Likewise.
29544         (ix86_sched_reorder): Likewise.
29545         (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
29546         instead of TARGET_OPT_AGU.
29547         * config/i386/i386.h (TARGET_INTEL): New.
29548         (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
29549         (processor_type): Add PROCESSOR_INTEL.
29550         * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
29551         Add X86_TUNE_AVOID_LEA_FOR_ADDR.
29552
29553 2014-01-17  Marek Polacek  <polacek@redhat.com>
29554
29555         PR c/58346
29556         * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
29557         size is zero.
29558
29559 2014-01-17  Richard Biener  <rguenther@suse.de>
29560
29561         PR tree-optimization/46590
29562         * opts.c (default_options_table): Add entries for
29563         OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
29564         all enabled at -O1 but not for -Og.
29565         * common.opt (fbranch-count-reg): Remove Init(1).
29566         (fmove-loop-invariants): Likewise.
29567         (ftree-pta): Likewise.
29568
29569 2014-01-17  Jakub Jelinek  <jakub@redhat.com>
29570
29571         * config/i386/i386.c (ix86_data_alignment): For compatibility with
29572         (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
29573         decls to at least the GCC 4.8 used alignments.
29574
29575         PR fortran/59440
29576         * tree-nested.c (convert_nonlocal_reference_stmt,
29577         convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
29578         of GIMPLE_BIND stmts, adjust associated decls.
29579
29580 2014-01-17  Richard Biener  <rguenther@suse.de>
29581
29582         PR tree-optimization/46590
29583         * vec.h (vec<>::bseach): New member function implementing
29584         binary search according to C89 bsearch.
29585         (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
29586         * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
29587         bitmap pointer again.  Make accesses_in_loop a flat array.
29588         (mem_ref_obstack): New global.
29589         (outermost_indep_loop): Adjust for mem_ref->stored changes.
29590         (mark_ref_stored): Likewise.
29591         (ref_indep_loop_p_2): Likewise.
29592         (set_ref_stored_in_loop): New helper function.
29593         (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
29594         (memref_free): Adjust.
29595         (record_mem_ref_loc): Simplify.
29596         (gather_mem_refs_stmt): Adjust.
29597         (sort_locs_in_loop_postorder_cmp): New function.
29598         (analyze_memory_references): Sort accesses_in_loop after
29599         loop postorder number.
29600         (find_ref_loc_in_loop_cmp): New function.
29601         (for_all_locs_in_loop): Find relevant cluster of locs in
29602         accesses_in_loop and iterate without recursion.
29603         (execute_sm): Avoid uninit warning.
29604         (struct ref_always_accessed): Simplify.
29605         (ref_always_accessed::operator ()): Likewise.
29606         (ref_always_accessed_p): Likewise.
29607         (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
29608         loop postorder numbers here.
29609         (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
29610         numbers.
29611
29612 2014-01-17  Jan Hubicka  <hubicka@ucw.cz>
29613
29614         PR c++/57945
29615         * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
29616         on decls for which assemble_alias has been called.
29617
29618 2014-01-17  Nick Clifton  <nickc@redhat.com>
29619
29620         * config/msp430/msp430.opt: (mcpu): New option.
29621         * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
29622         (msp430_option_override): Parse target_cpu.  If the MCU name
29623         matches a generic string, clear target_mcu.
29624         (msp430_attr): Allow numeric interrupt values up to 63.
29625         (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
29626         * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
29627         option.
29628         * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
29629         Add mcpu matches.
29630         * config/msp430/msp430.md (popm): Use %J rather than %I.
29631         (addsi3): Use msp430_nonimmediate_operand for operand 2.
29632         (addhi_cy_i): Use immediate_operand for operand 2.
29633         * doc/invoke.texi: Document -mcpu option.
29634
29635 2014-01-17  Richard Biener  <rguenther@suse.de>
29636
29637         PR rtl-optimization/38518
29638         * df.h (df_analyze_loop): Declare.
29639         * df-core.c: Include cfgloop.h.
29640         (df_analyze_1): Split out main part of df_analyze.
29641         (df_analyze): Adjust.
29642         (loop_inverted_post_order_compute): New function.
29643         (loop_post_order_compute): Likewise.
29644         (df_analyze_loop): New function avoiding whole-function
29645         postorder computes.
29646         * loop-invariant.c (find_defs): Use df_analyze_loop.
29647         (find_invariants): Adjust.
29648         * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
29649
29650 2014-01-17  Zhenqiang Chen  <zhenqiang.chen@arm.com>
29651
29652         * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
29653         (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
29654
29655 2014-01-16  Ilya Enkovich  <ilya.enkovich@intel.com>
29656
29657         * ipa-ref.c (ipa_remove_stmt_references): Fix references
29658         traversal when removing references.
29659
29660 2014-01-16  Jan Hubicka  <hubicka@ucw.cz>
29661
29662         PR ipa/59775
29663         * tree.c (get_binfo_at_offset): Look harder for virtual bases.
29664
29665 2014-01-16  Bernd Schmidt  <bernds@codesourcery.com>
29666
29667         PR middle-end/56791
29668         * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
29669         pushing a reload for an autoinc when we had previously reloaded an
29670         inner part of the address.
29671
29672 2014-01-16  Jakub Jelinek  <jakub@redhat.com>
29673
29674         * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
29675         field.
29676         (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
29677         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
29678         when not giving up or versioning for alias only because of
29679         loop->safelen.
29680         (vect_analyze_data_ref_dependences): Set to true.
29681         * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
29682         is a GIMPLE_PHI.
29683         (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
29684         LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
29685         to the condition.
29686
29687         PR middle-end/58344
29688         * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
29689
29690         PR target/59839
29691         * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
29692         operand 0 predicate for gathers, use a new pseudo as subtarget.
29693
29694 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
29695
29696         PR middle-end/59609
29697         * lra-constraints.c (process_alt_operands): Add printing debug info.
29698         Check absence of input/output reloads for matched operands too.
29699
29700 2014-01-16  Vladimir Makarov  <vmakarov@redhat.com>
29701
29702         PR rtl-optimization/59835
29703         * ira.c (ira_init_register_move_cost): Increase cost for
29704         impossible modes.
29705
29706 2014-01-16  Alan Lawrence  <alan.lawrence@arm.com>
29707
29708         * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
29709
29710 2014-01-16  Richard Earnshaw  <rearnsha@arm.com>
29711
29712         PR target/59780
29713         * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
29714         non-register objects.  Use gen_(high/low)part more consistently.
29715         Fix assertions.
29716
29717 2014-01-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
29718
29719         PR target/59844
29720         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
29721         endian support, remove tests for WORDS_BIG_ENDIAN.
29722         (p8_mfvsrd_3_<mode>): Likewise.
29723         (reload_gpr_from_vsx<mode>): Likewise.
29724         (reload_gpr_from_vsxsf): Likewise.
29725         (p8_mfvsrd_4_disf): Likewise.
29726
29727 2014-01-16  Richard Biener  <rguenther@suse.de>
29728
29729         PR rtl-optimization/46590
29730         * lcm.c (compute_antinout_edge): Use postorder iteration.
29731         (compute_laterin): Use inverted postorder iteration.
29732
29733 2014-01-16  Nick Clifton  <nickc@redhat.com>
29734
29735         PR middle-end/28865
29736         * varasm.c (output_constant): Return the number of bytes actually
29737         emitted.
29738         (output_constructor_array_range): Update the field size with the
29739         number of bytes emitted by output_constant.
29740         (output_constructor_regular_field): Likewise.  Also do not
29741         complain if the total number of bytes emitted is now greater
29742         than the expected fieldpos.
29743         * output.h (output_constant): Update prototype and descriptive comment.
29744
29745 2014-01-16  Marek Polacek  <polacek@redhat.com>
29746
29747         PR middle-end/59827
29748         * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
29749         it is error_mark_node.
29750
29751 2014-01-15  Uros Bizjak  <ubizjak@gmail.com>
29752
29753         * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
29754         VALID_AVX256_REG_OR_OI_MODE.
29755
29756 2014-01-15  Pat Haugen  <pthaugen@us.ibm.com>
29757
29758         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
29759         current procedure should be profiled.
29760
29761 2014-01-15  Andrew Pinski  <apinski@cavium.com>
29762
29763         * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
29764         of moving from/to the STACK_REG register class.
29765
29766 2014-01-15  Richard Henderson  <rth@redhat.com>
29767
29768         PR debug/54694
29769         * reginfo.c (global_regs_decl): Globalize.
29770         * rtl.h (global_regs_decl): Declare.
29771         * ira.c (do_reload): Diagnose frame_pointer_needed and it
29772         reserved via global_regs.
29773
29774 2014-01-15  Teresa Johnson  <tejohnson@google.com>
29775
29776         * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
29777
29778 2014-01-15  Bill Schmidt  <wschmidt@vnet.linux.ibm.com>
29779
29780         * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
29781         and vmulosh rather than call gen_vec_widen_smult_*.
29782         (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
29783         than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
29784         (vec_widen_smult_even_v16qi): Likewise.
29785         (vec_widen_umult_even_v8hi): Likewise.
29786         (vec_widen_smult_even_v8hi): Likewise.
29787         (vec_widen_umult_odd_v16qi): Likewise.
29788         (vec_widen_smult_odd_v16qi): Likewise.
29789         (vec_widen_umult_odd_v8hi): Likewise.
29790         (vec_widen_smult_odd_v8hi): Likewise.
29791         (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
29792         vmuloub rather than call gen_vec_widen_umult_*.
29793         (vec_widen_umult_lo_v16qi): Likewise.
29794         (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
29795         vmulosb rather than call gen_vec_widen_smult_*.
29796         (vec_widen_smult_lo_v16qi): Likewise.
29797         (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
29798         rather than call gen_vec_widen_umult_*.
29799         (vec_widen_umult_lo_v8hi): Likewise.
29800         (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
29801         rather than call gen_vec_widen_smult_*.
29802         (vec_widen_smult_lo_v8hi): Likewise.
29803
29804 2014-01-15  Jeff Law  <law@redhat.com>
29805
29806         PR tree-optimization/59747
29807         * ree.c (find_and_remove_re): Properly handle case where a second
29808         eliminated extension requires widening a copy created for elimination
29809         of a prior extension.
29810         (combine_set_extension): Ensure that the number of hard regs needed
29811         for a destination register does not change when we widen it.
29812
29813 2014-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
29814
29815         * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
29816         (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
29817         (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
29818         (arm*-*-rtems*): Use t-rtems from existing tmake_file.
29819         (avr-*-rtems*): Likewise.
29820         (bfin*-rtems*): Likewise.
29821         (moxie-*-rtems*): Likewise.
29822         (h8300-*-rtems*): Likewise.
29823         (i[34567]86-*-rtems*): Likewise.
29824         (lm32-*-rtems*): Likewise.
29825         (m32r-*-rtems*): Likewise.
29826         (m68k-*-rtems*): Likewise.
29827         (microblaze*-*-rtems*): Likewise.
29828         (mips*-*-rtems*): Likewise.
29829         (powerpc-*-rtems*): Likewise.
29830         (sh-*-rtems*): Likewise.
29831         (sparc-*-rtems*): Likewise.
29832         (sparc64-*-rtems*): Likewise.
29833         (v850-*-rtems*): Likewise.
29834         (m32c-*-rtems*): Likewise.
29835
29836 2014-01-15  Vladimir Makarov  <vmakarov@redhat.com>
29837
29838         PR rtl-optimization/59511
29839         * ira.c (ira_init_register_move_cost): Use memory costs for some
29840         cases of register move cost calculations.
29841         * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
29842         instead of BB frequency.
29843         * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
29844         * lra-assigns.c (find_hard_regno_for): Ditto.
29845
29846 2014-01-15  Richard Biener  <rguenther@suse.de>
29847
29848         PR tree-optimization/59822
29849         * tree-vect-stmts.c (hoist_defs_of_uses): New function.
29850         (vectorizable_load): Use it to hoist defs of uses of invariant
29851         loads out of the loop.
29852
29853 2014-01-15  Matthew Gretton-Dann  <matthew.gretton-dann@linaro.org>
29854             Kugan Vivekanandarajah  <kuganv@linaro.org>
29855
29856         PR target/59695
29857         * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
29858         truncation.
29859
29860 2014-01-15  Richard Biener  <rguenther@suse.de>
29861
29862         PR rtl-optimization/59802
29863         * lcm.c (compute_available): Use inverted postorder to seed
29864         the initial worklist.
29865
29866 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29867
29868         PR target/59803
29869         * config/s390/s390.c (s390_preferred_reload_class): Don't return
29870         ADDR_REGS for invalid symrefs in non-PIC code.
29871
29872 2014-01-15  Jakub Jelinek  <jakub@redhat.com>
29873
29874         PR other/58712
29875         * builtins.c (determine_block_size): Initialize *probable_max_size
29876         even if len_rtx is CONST_INT.
29877
29878 2014-01-14  Andrew Pinski  <apinski@cavium.com>
29879
29880         * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
29881         * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
29882         (cortexa53_tunings): Likewise.
29883         (aarch64_sched_issue_rate): New function.
29884         (TARGET_SCHED_ISSUE_RATE): Define.
29885
29886 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
29887
29888         * ira-costs.c (find_costs_and_classes): Add missed
29889         ira_init_register_move_cost_if_necessary.
29890
29891 2014-01-14  Vladimir Makarov  <vmakarov@redhat.com>
29892
29893         PR target/59787
29894         * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
29895
29896 2014-01-14  H.J. Lu  <hongjiu.lu@intel.com>
29897
29898         PR target/59794
29899         * config/i386/i386.c (type_natural_mode): Add a bool parameter
29900         to indicate if type is used for function return value.  Warn ABI
29901         change if the vector mode isn't available for function return value.
29902         (ix86_function_arg_advance): Pass false to type_natural_mode.
29903         (ix86_function_arg): Likewise.
29904         (ix86_gimplify_va_arg): Likewise.
29905         (function_arg_32): Don't warn ABI change.
29906         (ix86_function_value): Pass true to type_natural_mode.
29907         (ix86_return_in_memory): Likewise.
29908         (ix86_struct_value_rtx): Removed.
29909         (TARGET_STRUCT_VALUE_RTX): Likewise.
29910
29911 2014-01-14  Richard Sandiford  <rsandifo@linux.vnet.ibm.com>
29912
29913         * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
29914         converting a conditional jump into a conditional return.
29915
29916 2014-01-14  Richard Biener  <rguenther@suse.de>
29917
29918         PR tree-optimization/58921
29919         PR tree-optimization/59006
29920         * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
29921         hoisting invariant stmts.
29922         * tree-vect-stmts.c (vectorizable_load): Insert the splat of
29923         invariant loads on the preheader edge if possible.
29924
29925 2014-01-14  Joey Ye  <joey.ye@arm.com>
29926
29927         * doc/plugin.texi (Building GCC plugins): Update to C++.
29928
29929 2014-01-14  Kirill Yukhin  <kirill.yukhin@intel.com>
29930
29931         * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
29932         (_mm_rcp28_round_ss): Ditto.
29933         (_mm_rsqrt28_round_sd): Ditto.
29934         (_mm_rsqrt28_round_ss): Ditto.
29935         (_mm_rcp28_sd): Ditto.
29936         (_mm_rcp28_ss): Ditto.
29937         (_mm_rsqrt28_sd): Ditto.
29938         (_mm_rsqrt28_ss): Ditto.
29939         * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
29940         * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
29941         * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
29942         (IX86_BUILTIN_RCP28SD): Ditto.
29943         (IX86_BUILTIN_RCP28SS): Ditto.
29944         (IX86_BUILTIN_RSQRT28SD): Ditto.
29945         (IX86_BUILTIN_RSQRT28SS): Ditto.
29946         (bdesc_special_args): Define __builtin_ia32_movntdqa512,
29947         __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
29948         __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
29949         (ix86_expand_special_args_builtin): Expand new FTYPE.
29950         * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
29951         (srcp14<mode>): Make insn unary.
29952         (avx512f_vmscalef<mode><round_name>): Use substed predicate.
29953         (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
29954         (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
29955         (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
29956         (avx512er_exp2<mode><mask_name><round_saeonly_name>):
29957         Fix rounding: make it SAE only.
29958         (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
29959         Ditto.
29960         (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
29961         Ditto.
29962         (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
29963         (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
29964         (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
29965         * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
29966         (round_saeonly_mask_scalar_operand4): Ditto.
29967         (round_saeonly_mask_scalar_op3): Ditto.
29968         (round_saeonly_mask_scalar_op4): Ditto.
29969
29970 2014-01-13  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
29971
29972         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
29973         Implement -maltivec=be for vec_insert and vec_extract.
29974
29975 2014-01-10  DJ Delorie  <dj@redhat.com>
29976
29977         * config/msp430/msp430.md (call_internal): Don't allow memory
29978         references with SP as the base register.
29979         (call_value_internal): Likewise.
29980         * config/msp430/constraints.md (Yc): New.  For memory references
29981         that don't use SP as a base register.
29982
29983         * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
29984         "an integer without a # prefix"
29985         * config/msp430/msp430.md (epilogue_helper): Use it.
29986
29987 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
29988
29989         PR target/59617
29990         * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
29991         AVX512F gather builtins.
29992         * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
29993         on gather decls with INTEGER_TYPE masktype.
29994         (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
29995         directly into the builtin rather than hoisting it before loop.
29996
29997         PR tree-optimization/59387
29998         * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
29999         (scev_const_prop): If folded_casts and type has undefined overflow,
30000         use force_gimple_operand instead of force_gimple_operand_gsi and
30001         for each added stmt if it is assign with
30002         arith_code_with_undefined_signed_overflow, call
30003         rewrite_to_defined_overflow.
30004         * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
30005         gimple-fold.h instead.
30006         (arith_code_with_undefined_signed_overflow,
30007         rewrite_to_defined_overflow): Moved to ...
30008         * gimple-fold.c (arith_code_with_undefined_signed_overflow,
30009         rewrite_to_defined_overflow): ... here.  No longer static.
30010         Include gimplify-me.h.
30011         * gimple-fold.h (arith_code_with_undefined_signed_overflow,
30012         rewrite_to_defined_overflow): New prototypes.
30013
30014 2014-01-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30015
30016         * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
30017
30018 2014-01-13  Eric Botcazou  <ebotcazou@adacore.com>
30019
30020         * builtins.c (get_object_alignment_2): Minor tweak.
30021         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
30022
30023 2014-01-13  Christian Bruel  <christian.bruel@st.com>
30024
30025         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
30026         optimized non constant lengths.
30027
30028 2014-01-13  Jakub Jelinek  <jakub@redhat.com>
30029
30030         PR libgomp/59194
30031         * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
30032         load as __atomic_load_N if possible.
30033
30034 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
30035
30036         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
30037         target parameter.
30038         (rs6000_expand_builtin): Adjust call.
30039
30040 2014-01-11  David Edelsohn  <dje.gcc@gmail.com>
30041
30042         PR target/58115
30043         * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
30044         * config/rs6000/rs6000.c: Include target-globals.h.
30045         (rs6000_set_current_function): Instead of doing target_reinit
30046         unconditionally, use save_target_globals_default_opts and
30047         restore_target_globals.
30048
30049         * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
30050         FPSCR.
30051         * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
30052         (rs6000_expand_builtin): Handle mffs and mtfsf.
30053         (rs6000_init_builtins): Define mffs and mtfsf.
30054         * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
30055         (rs6000_mffs): New pattern.
30056         (rs6000_mtfsf): New pattern.
30057
30058 2014-01-11  Bin Cheng  <bin.cheng@arm.com>
30059
30060         * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
30061         Start narrowing with START.  Apply candidate-use pair
30062         and check overall cost in narrowing.
30063         (iv_ca_prune): Pass new argument.
30064
30065 2014-01-10  Jeff Law  <law@redhat.com>
30066
30067         PR middle-end/59743
30068         * ree.c (combine_reaching_defs): Ensure the defining statement
30069         occurs before the extension when optimizing extensions with
30070         different source and destination hard registers.
30071
30072 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
30073
30074         PR ipa/58585
30075         * ipa-devirt.c (build_type_inheritance_graph): Also add types of
30076         vtables into the type inheritance graph.
30077
30078 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
30079
30080         PR rtl-optimization/59754
30081         * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
30082         modes in the REGNO != REGNO case.
30083
30084 2014-01-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30085
30086         * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
30087
30088 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
30089
30090         PR tree-optimization/59745
30091         * tree-predcom.c (tree_predictive_commoning_loop): Call
30092         free_affine_expand_cache if giving up because components is NULL.
30093
30094         * target-globals.c (save_target_globals): Allocate < 4KB structs using
30095         GC in payload of target_globals struct instead of allocating them on
30096         the heap and the larger structs separately using GC.
30097         * target-globals.h (struct target_globals): Make regs, hard_regs,
30098         reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
30099         of GTY((skip)) and change type to void *.
30100         (reset_target_globals): Cast loads from those fields to corresponding
30101         types.
30102
30103 2014-01-10  Steve Ellcey  <sellcey@mips.com>
30104
30105         PR plugins/59335
30106         * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
30107         gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
30108         tree-ssanames.h, print-tree.h, varasm.h, and context.h.
30109
30110 2014-01-10  Richard Earnshaw  <rearnsha@arm.com>
30111
30112         PR target/59744
30113         * aarch64-modes.def (CC_Zmode): New flags mode.
30114         * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
30115         represents an equality.
30116         (aarch64_get_condition_code): Handle CC_Zmode.
30117         * aarch64.md (compare_neg<mode>): Restrict to equality operations.
30118
30119 2014-01-10  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30120
30121         * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
30122         extraction in good case.
30123
30124 2014-01-10  Richard Biener  <rguenther@suse.de>
30125
30126         PR tree-optimization/59374
30127         * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
30128         checking after SLP discovery.  Mark stmts not participating
30129         in any SLP instance properly.
30130
30131 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30132
30133         * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
30134         when handling a SET rtx.
30135
30136 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30137
30138         * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
30139         (cortex-a57): Likewise.
30140         (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
30141
30142 2014-01-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
30143
30144         * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
30145         non-iwmmxt builtins.
30146
30147 2014-01-10  Jan Hubicka  <hubicka@ucw.cz>
30148
30149         PR ipa/58252
30150         PR ipa/59226
30151         * ipa-devirt.c record_target_from_binfo): Take as argument
30152         stack of binfos and lookup matching one for virtual inheritance.
30153         (possible_polymorphic_call_targets_1): Update.
30154
30155 2014-01-10  Huacai Chen  <chenhc@lemote.com>
30156
30157         * config/mips/driver-native.c (host_detect_local_cpu): Handle new
30158         kernel strings for Loongson-2E/2F/3A.
30159
30160 2014-01-10  Jakub Jelinek  <jakub@redhat.com>
30161
30162         PR middle-end/59670
30163         * tree-vect-data-refs.c (vect_analyze_data_refs): Check
30164         is_gimple_call before calling gimple_call_internal_p.
30165
30166 2014-01-09  Steve Ellcey  <sellcey@mips.com>
30167
30168         * Makefile.in (TREE_FLOW_H): Remove.
30169         (TREE_SSA_H): Add file names from tree-flow.h.
30170         * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
30171         * tree.h: Remove tree-flow.h reference.
30172         * hash-table.h: Remove tree-flow.h reference.
30173         * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
30174         reference with tree-ssa-loop.h.
30175
30176 2014-01-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30177
30178         * doc/invoke.texi: Add -maltivec={be,le} options, and document
30179         default element-order behavior for -maltivec.
30180         * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
30181         * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
30182         that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
30183         when targeting big endian, at least for now.
30184         * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
30185
30186 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
30187
30188         PR middle-end/47735
30189         * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
30190         var satisfies use_register_for_decl, just take into account type
30191         alignment, rather than decl alignment.
30192
30193         PR tree-optimization/59622
30194         * gimple-fold.c (gimple_fold_call): Fix a typo in message.  For
30195         __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
30196         __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
30197         Don't devirtualize for inplace at all.  For targets.length () == 1,
30198         if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
30199
30200 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
30201
30202         * config/i386/i386.md (cpu): Remove the unused btver1.
30203
30204 2014-01-09  H.J. Lu  <hongjiu.lu@intel.com>
30205
30206         * gdbasan.in: Put a breakpoint on __sanitizer::Report.
30207
30208 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
30209
30210         PR target/58115
30211         * tree-core.h (struct target_globals): New forward declaration.
30212         (struct tree_target_option): Add globals field.
30213         * tree.h (TREE_TARGET_GLOBALS): Define.
30214         (prepare_target_option_nodes_for_pch): New prototype.
30215         * target-globals.h (struct target_globals): Define even if
30216         !SWITCHABLE_TARGET.
30217         * tree.c (prepare_target_option_node_for_pch,
30218         prepare_target_option_nodes_for_pch): New functions.
30219         * config/i386/i386.h (SWITCHABLE_TARGET): Define.
30220         * config/i386/i386.c: Include target-globals.h.
30221         (ix86_set_current_function): Instead of doing target_reinit
30222         unconditionally, use save_target_globals_default_opts and
30223         restore_target_globals.
30224
30225 2014-01-09  Richard Biener  <rguenther@suse.de>
30226
30227         PR tree-optimization/59715
30228         * tree-cfg.h (split_critical_edges): Declare.
30229         * tree-cfg.c (split_critical_edges): Export.
30230         * tree-ssa-sink.c (execute_sink_code): Split critical edges.
30231
30232 2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
30233
30234         * cfgexpand.c (expand_stack_vars): Optionally disable
30235         asan stack protection.
30236         (expand_used_vars): Likewise.
30237         (partition_stack_vars): Likewise.
30238         * asan.c (asan_emit_stack_protection): Optionally disable
30239         after return stack usage.
30240         (instrument_derefs): Optionally disable memory access instrumentation.
30241         (instrument_builtin_call): Likewise.
30242         (instrument_strlen_call): Likewise.
30243         (asan_protect_global): Optionally disable global variables protection.
30244         * doc/invoke.texi: Added doc for new options.
30245         * params.def: Added new options.
30246         * params.h: Likewise.
30247
30248 2014-01-09  Jakub Jelinek  <jakub@redhat.com>
30249
30250         PR rtl-optimization/59724
30251         * ifcvt.c (cond_exec_process_if_block): Don't call
30252         flow_find_head_matching_sequence with 0 longest_match.
30253         * cfgcleanup.c (flow_find_head_matching_sequence): Count even
30254         non-active insns if !stop_after.
30255         (try_head_merge_bb): Revert 2014-01-07 changes.
30256
30257 2014-01-08  Jeff Law  <law@redhat.com>
30258
30259         * ree.c (get_sub_rtx): New function, extracted from...
30260         (merge_def_and_ext): Here.
30261         (combine_reaching_defs): Use get_sub_rtx.
30262
30263 2014-01-08  Eric Botcazou  <ebotcazou@adacore.com>
30264
30265         * cgraph.h (varpool_variable_node): Do not choke on null node.
30266
30267 2014-01-08  Catherine Moore  <clm@codesourcery.com>
30268
30269         * config/mips/mips.md (simple_return): Attempt to use JRC
30270         for microMIPS.
30271         * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
30272
30273 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
30274
30275         PR rtl-optimization/59137
30276         * reorg.c (steal_delay_list_from_target): Call update_block for
30277         elided insns.
30278         (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
30279
30280 2014-01-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
30281
30282         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
30283         two duplicate entries.
30284
30285 2014-01-08  Richard Sandiford  <rdsandiford@googlemail.com>
30286
30287         Revert:
30288         2012-10-07  Richard Sandiford  <rdsandiford@googlemail.com>
30289
30290         * config/mips/mips.c (mips_truncated_op_cost): New function.
30291         (mips_rtx_costs): Adjust test for BADDU.
30292         * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
30293
30294         2012-10-02  Richard Sandiford  <rdsandiford@googlemail.com>
30295
30296         * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
30297         (*baddu_si): ...this new pattern.
30298
30299 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
30300
30301         PR ipa/59722
30302         * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
30303
30304 2014-01-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
30305
30306         PR middle-end/57748
30307         * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
30308         inner_reference_p.
30309         (expand_expr, expand_normal): Adjust.
30310         * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
30311         inner_reference_p. Use inner_reference_p to expand inner references.
30312         (store_expr): Adjust.
30313         * cfgexpand.c (expand_call_stmt): Adjust.
30314
30315 2014-01-08  Rong Xu  <xur@google.com>
30316
30317         * gcov-io.c (gcov_var): Move from gcov-io.h.
30318         (gcov_position): Ditto.
30319         (gcov_is_error): Ditto.
30320         (gcov_rewrite): Ditto.
30321         * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
30322         only part to libgcc/libgcov.h.
30323
30324 2014-01-08  Marek Polacek  <polacek@redhat.com>
30325
30326         PR middle-end/59669
30327         * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
30328
30329 2014-01-08  Marek Polacek  <polacek@redhat.com>
30330
30331         PR sanitizer/59667
30332         * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
30333
30334 2014-01-08  Jakub Jelinek  <jakub@redhat.com>
30335
30336         PR rtl-optimization/59649
30337         * stor-layout.c (get_mode_bounds): For BImode return
30338         0 and STORE_FLAG_VALUE.
30339
30340 2014-01-08  Richard Biener  <rguenther@suse.de>
30341
30342         PR middle-end/59630
30343         * gimple.h (is_gimple_builtin_call): Remove.
30344         (gimple_builtin_call_types_compatible_p): New.
30345         (gimple_call_builtin_p): New overload.
30346         * gimple.c (is_gimple_builtin_call): Remove.
30347         (validate_call): Rename to ...
30348         (gimple_builtin_call_types_compatible_p): ... this and export.  Also
30349         check return types.
30350         (validate_type): New static function.
30351         (gimple_call_builtin_p): New overload and adjust.
30352         * gimple-fold.c (gimple_fold_builtin): Fold the return value.
30353         (gimple_fold_call): Likewise.  Use gimple_call_builtin_p.
30354         (gimple_fold_stmt_to_constant_1): Likewise.
30355         * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
30356
30357 2014-01-08  Richard Biener  <rguenther@suse.de>
30358
30359         PR middle-end/59471
30360         * gimplify.c (gimplify_expr): Gimplify register-register type
30361         VIEW_CONVERT_EXPRs to separate stmts.
30362
30363 2014-01-07  Jeff Law  <law@redhat.com>
30364
30365         PR middle-end/53623
30366         * ree.c (combine_set_extension): Handle case where source
30367         and destination registers in an extension insn are different.
30368         (combine_reaching_defs): Allow source and destination registers
30369         in extension to be different under limited circumstances.
30370         (add_removable_extension): Remove restriction that the
30371         source and destination registers in the extension are the same.
30372         (find_and_remove_re): Emit a copy from the extension's
30373         destination to its source after the defining insn if
30374         the source and destination registers are different.
30375
30376         PR middle-end/59285
30377         * ifcvt.c (merge_if_block): If we are merging a block with more than
30378         one successor with a block with no successors, remove any BARRIER
30379         after the second block.
30380
30381 2014-01-07  Dan Xio Qiang  <ziyan01@163.com>
30382
30383         * hw-doloop.c (reorg_loops): Release the bitmap obstack.
30384
30385 2014-01-07  John David Anglin  <danglin@gcc.gnu.org>
30386
30387         PR target/59652
30388         * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
30389         for 14-bit register offsets when INT14_OK_STRICT is false.
30390
30391 2014-01-07  Roland Stigge  <stigge@antcom.de>
30392             Michael Meissner  <meissner@linux.vnet.ibm.com>
30393
30394         PR 57386/target
30395         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
30396         Only check TFmode for SPE constants.  Don't check TImode or TDmode.
30397
30398 2014-01-07  James Greenhalgh  <james.greenhalgh@arm.com>
30399
30400         * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
30401         -mcpu.
30402
30403 2014-01-07  Yufeng Zhang  <yufeng.zhang@arm.com>
30404
30405         * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
30406         with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
30407         rtx is const0_rtx or not.
30408
30409 2014-01-07  Richard Sandiford  <rdsandiford@googlemail.com>
30410
30411         PR target/58115
30412         * target-globals.c (save_target_globals): Remove this_fn_optab
30413         handling.
30414         * toplev.c: Include optabs.h.
30415         (target_reinit): Temporarily restore the global options if another
30416         set of options are in force.
30417
30418 2014-01-07  Jakub Jelinek  <jakub@redhat.com>
30419
30420         PR rtl-optimization/58668
30421         * cfgcleanup.c (flow_find_cross_jump): Don't count
30422         any jumps if dir_p is NULL.  Remove p1 variable, use active_insn_p
30423         to determine what is counted.
30424         (flow_find_head_matching_sequence): Use active_insn_p to determine
30425         what is counted.
30426         (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
30427         counting change.
30428         * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
30429         determine what is counted.
30430
30431         PR tree-optimization/59643
30432         * tree-predcom.c (split_data_refs_to_components): If one dr is
30433         read and one write, determine_offset fails and the write isn't
30434         in the bad component, just put the read into the bad component.
30435
30436 2014-01-07  Mike Stump  <mikestump@comcast.net>
30437             Jakub Jelinek  <jakub@redhat.com>
30438
30439         PR pch/59436
30440         * tree-core.h (struct tree_optimization_option): Change optabs
30441         type from unsigned char * to void *.
30442         * optabs.c (init_tree_optimization_optabs): Adjust
30443         TREE_OPTIMIZATION_OPTABS initialization.
30444
30445 2014-01-06  Jakub Jelinek  <jakub@redhat.com>
30446
30447         PR target/59644
30448         * config/i386/i386.h (struct machine_function): Add
30449         no_drap_save_restore field.
30450         * config/i386/i386.c (ix86_save_reg): Use
30451         !cfun->machine->no_drap_save_restore instead of
30452         crtl->stack_realign_needed.
30453         (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
30454         this function clears frame_pointer_needed.  Set
30455         cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
30456         and DRAP reg is needed.
30457
30458 2014-01-06  Marek Polacek  <polacek@redhat.com>
30459
30460         PR c/57773
30461         * doc/implement-c.texi: Mention that other integer types are
30462         permitted as bit-field types in strictly conforming mode.
30463
30464 2014-01-06  Felix Yang  <fei.yang0953@gmail.com>
30465
30466         * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
30467         is newly allocated.
30468
30469 2014-01-06  Richard Earnshaw  <rearnsha@arm.com>
30470
30471         * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
30472
30473 2014-01-06  Martin Jambor  <mjambor@suse.cz>
30474
30475         PR ipa/59008
30476         * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
30477         to int.
30478         * ipa-prop.c (ipa_print_node_params): Fix indentation.
30479
30480 2014-01-06  Eric Botcazou  <ebotcazou@adacore.com>
30481
30482         PR debug/59350
30483         PR debug/59510
30484         * var-tracking.c (add_stores): Preserve the value of the source even if
30485         we don't record the store.
30486
30487 2014-01-06  Terry Guo  <terry.guo@arm.com>
30488
30489         * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
30490
30491 2014-01-05  Iain Sandoe  <iain@codesourcery.com>
30492
30493         PR bootstrap/59541
30494         * config/darwin.c (darwin_function_section): Adjust return values to
30495         correspond to optimisation changes made in r206070.
30496
30497 2014-01-05  Uros Bizjak  <ubizjak@gmail.com>
30498
30499         * config/i386/i386.c (ix86_data_alignment): Calculate max_align
30500         from prefetch_block tune setting.
30501         (nocona_cost): Correct size of prefetch block to 64.
30502
30503 2014-01-04  Eric Botcazou  <ebotcazou@adacore.com>
30504
30505         * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
30506         (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
30507         used to save the static chain register in the computation of the offset
30508         from which the FP registers need to be restored.
30509
30510 2014-01-04  Jakub Jelinek  <jakub@redhat.com>
30511
30512         PR tree-optimization/59519
30513         * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
30514         ICE if get_current_def (current_new_name) is already non-NULL, as long
30515         as it is a phi result of some other phi in *new_exit_bb that has
30516         the same argument.
30517
30518         * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
30519         or vmovdqu* for misaligned_operand.
30520         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
30521         <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
30522         * config/i386/i386.c (ix86_expand_special_args_builtin): Set
30523         aligned_mem for AVX512F masked aligned load and store builtins and for
30524         non-temporal moves.
30525
30526 2014-01-03  Bingfeng Mei  <bmei@broadcom.com>
30527
30528         PR tree-optimization/59651
30529         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
30530         Address range for negative step should be added by TYPE_SIZE_UNIT.
30531
30532 2014-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30533
30534         * config/m68k/m68k.c (handle_move_double): Handle pushes with
30535         overlapping registers also for registers other than the stack pointer.
30536
30537 2014-01-03  Marek Polacek  <polacek@redhat.com>
30538
30539         PR other/59661
30540         * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
30541         __builtin_FILE.
30542
30543 2014-01-03  Jakub Jelinek  <jakub@redhat.com>
30544
30545         PR target/59625
30546         * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
30547         asm goto as jump.
30548
30549         * config/i386/i386.md (MODE_SIZE): New mode attribute.
30550         (push splitter): Use <P:MODE_SIZE> instead of
30551         GET_MODE_SIZE (<P:MODE>mode).
30552         (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
30553         (mov -1, reg peephole2): Likewise.
30554         * config/i386/sse.md (*mov<mode>_internal,
30555         <sse>_storeu<ssemodesuffix><avxsizesuffix>,
30556         <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
30557         *<code><mode>3, *andnot<mode>3<mask_name>,
30558         <mask_codefor><code><mode>3<mask_name>): Likewise.
30559         * config/i386/subst.md (mask_mode512bit_condition,
30560         sd_mask_mode512bit_condition): Likewise.
30561
30562 2014-01-02  Xinliang David Li  <davidxl@google.com>
30563
30564         PR tree-optimization/59303
30565         * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
30566         (dump_predicates): Better output format.
30567         (pred_equal_p): New function.
30568         (is_neq_relop_p): Ditto.
30569         (is_neq_zero_form_p): Ditto.
30570         (pred_expr_equal_p): Ditto.
30571         (pred_neg_p): Ditto.
30572         (simplify_pred): Ditto.
30573         (simplify_preds_2): Ditto.
30574         (simplify_preds_3): Ditto.
30575         (simplify_preds_4): Ditto.
30576         (simplify_preds): Ditto.
30577         (push_pred): Ditto.
30578         (push_to_worklist): Ditto.
30579         (get_pred_info_from_cmp): Ditto.
30580         (is_degenerated_phi): Ditto.
30581         (normalize_one_pred_1): Ditto.
30582         (normalize_one_pred): Ditto.
30583         (normalize_one_pred_chain): Ditto.
30584         (normalize_preds): Ditto.
30585         (normalize_cond_1): Remove function.
30586         (normalize_cond): Ditto.
30587         (is_gcond_subset_of): Ditto.
30588         (is_subset_of_any): Ditto.
30589         (is_or_set_subset_of): Ditto.
30590         (is_and_set_subset_of): Ditto.
30591         (is_norm_cond_subset_of): Ditto.
30592         (pred_chain_length_cmp): Ditto.
30593         (convert_control_dep_chain_into_preds): Type change.
30594         (find_predicates): Ditto.
30595         (find_def_preds): Ditto.
30596         (destroy_predicates_vecs): Ditto.
30597         (find_matching_predicates_in_rest_chains): Ditto.
30598         (use_pred_not_overlap_with_undef_path_pred): Ditto.
30599         (is_pred_expr_subset): Ditto.
30600         (is_pred_chain_subset_of): Ditto.
30601         (is_included_in): Ditto.
30602         (is_superset_of): Ditto.
30603
30604 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
30605
30606         Update copyright years.
30607
30608 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
30609
30610         * common/config/arc/arc-common.c, config/arc/arc-modes.def,
30611         config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
30612         config/arc/arc.md, config/arc/arc.opt,
30613         config/arm/arm_neon_builtins.def, config/arm/crypto.def,
30614         config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
30615         config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
30616         config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
30617         config/linux-protos.h, config/linux.c, config/winnt-c.c,
30618         diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
30619         vtable-verify.c, vtable-verify.h: Use the standard form for the
30620         copyright notice.
30621
30622 2014-01-02  Tobias Burnus  <burnus@net-b.de>
30623
30624         * gcc.c (process_command): Update copyright notice dates.
30625         * gcov-dump.c: Ditto.
30626         * gcov.c: Ditto.
30627         * doc/cpp.texi: Bump @copying's copyright year.
30628         * doc/cppinternals.texi: Ditto.
30629         * doc/gcc.texi: Ditto.
30630         * doc/gccint.texi: Ditto.
30631         * doc/gcov.texi: Ditto.
30632         * doc/install.texi: Ditto.
30633         * doc/invoke.texi: Ditto.
30634
30635 2014-01-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
30636
30637         * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
30638
30639 2014-01-01  Jakub Jelinek  <jakub@redhat.com>
30640
30641         * config/i386/sse.md (*mov<mode>_internal): Guard
30642         EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
30643
30644         PR rtl-optimization/59647
30645         * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
30646         new_rtx into UNSIGNED_FLOAT rtxes.
30647 \f
30648 Copyright (C) 2014 Free Software Foundation, Inc.
30649
30650 Copying and distribution of this file, with or without modification,
30651 are permitted in any medium without royalty provided the copyright
30652 notice and this notice are preserved.