install.texi (Prerequisites): Note Tcl 8.6 bug fixed in 8.6.1.
[gcc.git] / gcc / ChangeLog
1 2014-09-10 Mike Stump <mikestump@comcast.net>
2
3 * doc/install.texi (Prerequisites): Note Tcl 8.6 bug fixed in
4 8.6.1.
5
6 2014-09-10 Martin Jambor <mjambor@suse.cz>
7
8 * cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
9 (analyze): Do not set analyze flag if expand_thunk returns false;.
10 (create_wrapper): Likewise.
11 * cgraphclones.c (duplicate_thunk_for_node): Likewise.
12
13 2014-09-10 Martin Jambor <mjambor@suse.cz>
14
15 PR ipa/61654
16 * cgraphclones.c (duplicate_thunk_for_node): Copy arguments of the
17 new decl properly. Analyze the new thunk if it is expanded.
18
19 2014-09-10 Andreas Schwab <schwab@suse.de>
20
21 * coretypes.h (struct _dont_use_rtx_insn_here_, rtx_insn)
22 [USED_FOR_TARGET]: Define.
23
24 2014-09-10 Matthew Fortune <matthew.fortune@imgtec.com>
25
26 * config/mips/mips.c (mips_secondary_reload_class): Handle
27 regno < 0 case.
28
29 2014-09-10 Robert Suchanek <robert.suchanek@imgtec.com>
30
31 * lra-lives.c (process_bb_lives): Replace assignment with bitwise OR
32 assignment.
33
34 2014-09-10 Jakub Jelinek <jakub@redhat.com>
35
36 * flag-types.h (enum sanitize_code): Add SANITIZE_NONNULL_ATTRIBUTE
37 and SANITIZE_RETURNS_NONNULL_ATTRIBUTE, or them into SANITIZE_UNDEFINED.
38 * opts.c (common_handle_option): Handle SANITIZE_NONNULL_ATTRIBUTE and
39 SANITIZE_RETURNS_NONNULL_ATTRIBUTE and disable
40 flag_delete_null_pointer_checks for them.
41 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_NONNULL_ARG,
42 BUILT_IN_UBSAN_HANDLE_NONNULL_ARG_ABORT,
43 BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN,
44 BUILT_IN_UBSAN_HANDLE_NONNULL_RETURN_ABORT): New.
45 * ubsan.c (instrument_bool_enum_load): Set *gsi back to
46 stmt's iterator.
47 (instrument_nonnull_arg, instrument_nonnull_return): New functions.
48 (pass_ubsan::gate): Return true even for SANITIZE_NONNULL_ATTRIBUTE
49 or SANITIZE_RETURNS_NONNULL_ATTRIBUTE.
50 (pass_ubsan::execute): Call instrument_nonnull_{arg,return}.
51 * doc/invoke.texi (-fsanitize=nonnull-attribute,
52 -fsanitize=returns-nonnull-attribute): Document.
53
54 * ubsan.h (struct ubsan_mismatch_data): Removed.
55 (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
56 * ubsan.c (ubsan_source_location): For unknown locations,
57 pass { NULL, 0, 0 } instead of { "<unknown>", x, y }.
58 (ubsan_create_data): Remove MISMATCH argument, add LOCCNT argument.
59 Allow more than one location and arbitrary extra arguments passed
60 in ... instead of through MISMATCH pointer.
61 (ubsan_instrument_unreachable, ubsan_expand_bounds_ifn,
62 ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
63 instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
64 callers.
65
66 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
67 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
68 Anna Tikhonova <anna.tikhonova@intel.com>
69 Ilya Tocar <ilya.tocar@intel.com>
70 Andrey Turetskiy <andrey.turetskiy@intel.com>
71 Ilya Verbin <ilya.verbin@intel.com>
72 Kirill Yukhin <kirill.yukhin@intel.com>
73 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
74
75 * config/i386/sse.md
76 (define_mode_iterator VI48F): New.
77 (define_insn "<avx512>_compress<mode>_mask"): Rename from
78 "avx512f_compress<mode>_mask" and update mode iterator.
79 (define_insn "<avx512>_compressstore<mode>_mask"): Rename from
80 "avx512f_compressstore<mode>_mask" and update mode iterator.
81 (define_expand "<avx512>_expand<mode>_maskz"): Rename from
82 "avx512f_expand<mode>_maskz" and update mode iterator.
83 (define_insn "<avx512>_expand<mode>_mask"): Rename from
84 "avx512f_expand<mode>_mask" and update mode iterator.
85
86 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
87 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
88 Anna Tikhonova <anna.tikhonova@intel.com>
89 Ilya Tocar <ilya.tocar@intel.com>
90 Andrey Turetskiy <andrey.turetskiy@intel.com>
91 Ilya Verbin <ilya.verbin@intel.com>
92 Kirill Yukhin <kirill.yukhin@intel.com>
93 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
94
95 * config/i386/i386.c
96 (ix86_expand_args_builtin): Handle avx512dq_rangepv8df_mask_round,
97 avx512dq_rangepv16sf_mask_round, avx512dq_rangepv4df_mask,
98 avx512dq_rangepv8sf_mask, avx512dq_rangepv2df_mask,
99 avx512dq_rangepv4sf_mask.
100 * config/i386/sse.md
101 (define_c_enum "unspec"): Add UNSPEC_REDUCE, UNSPEC_FPCLASS,
102 UNSPEC_RANGE.
103 (define_insn "<mask_codefor>reducep<mode><mask_name>"): New.
104 (define_insn "reduces<mode>"): Ditto.
105 (define_insn "avx512dq_rangep<mode><mask_name><round_saeonly_name>"):
106 Ditto.
107 (define_insn "avx512dq_ranges<mode><round_saeonly_name>"): Ditto.
108 (define_insn "avx512dq_fpclass<mode><mask_scalar_merge_name>"): Ditto.
109 (define_insn "avx512dq_vmfpclass<mode>"): Ditto..
110
111 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
112 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
113 Anna Tikhonova <anna.tikhonova@intel.com>
114 Ilya Tocar <ilya.tocar@intel.com>
115 Andrey Turetskiy <andrey.turetskiy@intel.com>
116 Ilya Verbin <ilya.verbin@intel.com>
117 Kirill Yukhin <kirill.yukhin@intel.com>
118 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
119
120 * config/i386/i386.c
121 (avx512f_vgetmantv2df_round): Rename from "avx512f_getmantv2df_round".
122 (avx512f_vgetmantv4sf_round): Rename from "avx512f_vgetmantv4sf_round".
123 (ix86_expand_args_builtin): Handle avx512vl_getmantv8sf_mask,
124 avx512vl_getmantv4df_mask, avx512vl_getmantv4sf_mask,
125 avx512vl_getmantv2df_mask.
126 (ix86_expand_round_builtin): Handle avx512f_vgetmantv2df_round,
127 avx512f_vgetmantv4sf_round.
128 * config/i386/sse.md
129 (define_insn "<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask"):
130 Rename from "avx512f_storeu<ssemodesuffix>512_mask" and update
131 mode iterator.
132 (define_insn "<mask_codefor>rcp14<mode><mask_name>"): Use VF_AVX512VL.
133 (define_insn "<mask_codefor>rsqrt14<mode><mask_name>"): Ditto.
134 (define_insn "<avx512>_scalef<mode><mask_name><round_name>"): Rename
135 from "avx512f_scalef<mode><mask_name><round_name>" and update mode
136 iterator..
137 (define_insn "<avx512>_getexp<mode><mask_name><round_saeonly_name>"):
138 Rename from "avx512f_getexp<mode><mask_name><round_saeonly_name>" and
139 update mode iterator.
140 (define_expand
141 "<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>"): Rename from
142 "avx512f_fixupimm<mode>_maskz<round_saeonly_expand_name>" and update
143 mode iterator.
144 (define_insn
145 "<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>"): Rename
146 from "avx512f_fixupimm<mode><sd_maskz_name><round_saeonly_name>" and
147 update mode iterator.
148 (define_insn "<avx512>_fixupimm<mode>_mask<round_saeonly_name>"): Rename
149 from "avx512f_fixupimm<mode>_mask<round_saeonly_name>" and update mode
150 iterator..
151 (define_insn
152 "<avx512>_rndscale<mode><mask_name><round_saeonly_name>"): rename from
153 "avx512f_rndscale<mode><mask_name><round_saeonly_name>" and update
154 mode iterator..
155 (define_insn "<avx512>_getmant<mode><mask_name><round_saeonly_name>"):
156 Rename from "avx512f_getmant<mode><mask_name><round_saeonly_name>" and
157 update mode iterator.
158 (define_insn "avx512f_vgetmant<mode><round_saeonly_name>"): Rename from
159 "avx512f_getmant<mode><round_saeonly_name>".
160
161 2014-09-10 Jan Hubicka <hubicka@ucw.cz>
162
163 PR ipa/63166
164 * ipa-prop.c (compute_known_type_jump_func): Fix conditional.
165
166 2014-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
167 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
168 Anna Tikhonova <anna.tikhonova@intel.com>
169 Ilya Tocar <ilya.tocar@intel.com>
170 Andrey Turetskiy <andrey.turetskiy@intel.com>
171 Ilya Verbin <ilya.verbin@intel.com>
172 Kirill Yukhin <kirill.yukhin@intel.com>
173 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
174
175 * config/i386/sse.md (define_mode_iterator VF_AVX512VL): New.
176 (define_mode_iterator FMAMODEM): Allow 128/256bit EVEX version.
177 (define_mode_iterator FMAMODE_AVX512): New.
178 (define_mode_iterator FMAMODE): Remove conditions.
179 (define_expand "fma4i_fmadd_<mode>"): Use FMAMODE_AVX512 mode iterator.
180 (define_expand "<avx512>_fmadd_<mode>_maskz<round_expand_name>"): Rename
181 from "<avx512>_fmadd_<mode>_maskz<round_expand_name>" and use VF_AVX512VL
182 mode iterator.
183 (define_mode_iterator FMAMODE_NOVF512): Remove.
184 (define_insn "*fma_fmadd_<mode>"): Rename from
185 "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>" and use
186 FMAMODE mode iterator.
187 (define_mode_iterator VF_SF_AVX512VL): New.
188 (define_insn "<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>"):
189 Use VF_SF_AVX512VL mode iterator.
190 (define_insn "<avx512>_fmadd_<mode>_mask<round_name>"): Rename from
191 "avx512f_fmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
192 iterator.
193 (define_insn "<avx512>_fmadd_<mode>_mask3<round_name>"): Rename from
194 "avx512f_fmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
195 iterator.
196 (define_insn "*fma_fmsub_<mode>"): Rename from
197 "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>" and use
198 FMAMODE mode iterator.
199 (define_insn "<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>"):
200 Use VF_SF_AVX512VL mode iterator.
201 (define_insn "<avx512>_fmsub_<mode>_mask<round_name>"): Rename from
202 "avx512f_fmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
203 iterator.
204 (define_insn "<avx512>_fmsub_<mode>_mask3<round_name>"): Rename from
205 "avx512f_fmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
206 iterator.
207 (define_insn "*fma_fnmadd_<mode>"): Rename from
208 "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>" and
209 use FMAMODE mode iterator.
210 (define_insn "<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>"):
211 Use VF_SF_AVX512VL mode iterator.
212 (define_insn "<avx512>_fnmadd_<mode>_mask<round_name>"): Rename from
213 "avx512f_fnmadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
214 iterator.
215 (define_insn "<avx512>_fnmadd_<mode>_mask3<round_name>"): Rename from
216 "avx512f_fnmadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
217 iterator.
218 (define_insn "*fma_fnmsub_<mode>"): Rename from
219 "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>" and use
220 FMAMODE mode iterator.
221 (define_insn "<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>"):
222 Use VF_SF_AVX512VL mode iterator.
223 (define_insn "<avx512>_fnmsub_<mode>_mask<round_name>"): Rename from
224 "avx512f_fnmsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
225 iterator.
226 (define_insn "<avx512>_fnmsub_<mode>_mask3<round_name>"): Rename from
227 "avx512f_fnmsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
228 iterator.
229 (define_expand "<avx512>_fmaddsub_<mode>_maskz<round_expand_name>"):
230 Rename from "avx512f_fmaddsub_<mode>_maskz<round_expand_name>" and
231 use VF_AVX512VL mode iterator.
232 (define_insn "*fma_fmaddsub_<mode>"): Rename from
233 "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>" and
234 remove subst usage.
235 (define_insn "<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>"):
236 Use VF_SF_AVX512VL mode iterator.
237 (define_insn "<avx512>_fmaddsub_<mode>_mask<round_name>"): Rename from
238 "avx512f_fmaddsub_<mode>_mask<round_name>" and use VF_AVX512VL mode
239 iterator.
240 (define_insn "<avx512>_fmaddsub_<mode>_mask3<round_name>"): Rename from
241 "avx512f_fmaddsub_<mode>_mask3<round_name>" and use VF_AVX512VL mode
242 iterator.
243 (define_insn "*fma_fmsubadd_<mode>"): Rename from
244 "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>" and
245 remove usage of subst.
246 (define_insn "<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>"):
247 Use VF_SF_AVX512VL mode iterator.
248 (define_insn "<avx512>_fmsubadd_<mode>_mask<round_name>"): Rename from
249 "avx512f_fmsubadd_<mode>_mask<round_name>" and use VF_AVX512VL mode
250 iterator.
251 (define_insn "<avx512>_fmsubadd_<mode>_mask3<round_name>"): Rename from
252 "avx512f_fmsubadd_<mode>_mask3<round_name>" and use VF_AVX512VL mode
253 iterator.
254
255 2014-09-10 Kugan Vivekanandarajah <kuganv@linaro.org>
256
257 Revert r213751:
258 * calls.c (precompute_arguments): Check
259 promoted_for_signed_and_unsigned_p and set the promoted mode.
260 (promoted_for_signed_and_unsigned_p): New function.
261 (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
262 and set the promoted mode.
263 * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
264 * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
265 SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
266
267 2014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
268
269 * opth-gen.awk: Generate mapping from cpp message reasons to the
270 options that enable them.
271 * doc/options.texi (CppReason): Document.
272
273 2014-09-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
274
275 * doc/invoke.texi (Wnormalized=): Update.
276
277 2014-09-09 Segher Boessenkool <segher@kernel.crashing.org>
278
279 PR target/63195
280 * config/rs6000/rs6000.md (*bool<mode>3): Allow only register
281 operands. Split off the constant operand alternative to ...
282 (*bool<mode>3_imm): New.
283
284 2014-09-09 David Malcolm <dmalcolm@redhat.com>
285
286 * rtl.h (single_set_2): Strengthen first param from const_rtx to
287 const rtx_insn *, and move prototype to above...
288 (single_set): ...this. Convert this from a macro to an inline
289 function, enforcing the requirement that the param is a const
290 rtx_insn *.
291 (find_args_size_adjust): Strengthen param from rtx to rtx_insn *.
292
293 * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
294 Strengthen both params from rtx to rtx_insn *.
295 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
296 Likewise; introduce locals "producer_set", "consumer_set", using
297 them in place of "producer" and "consumer" when dealing with SET
298 rather than insn.
299 * config/avr/avr.c (avr_out_plus): Add checked cast to rtx_insn *
300 when invoking single_set in region guarded by INSN_P.
301 (avr_out_bitop): Likewise.
302 (_reg_unused_after): Introduce local rtx_sequence * "seq" in
303 region guarded by GET_CODE check, using methods to strengthen
304 local "this_insn" from rtx to rtx_insn *, and for clarity.
305 * config/avr/avr.md (define_insn_and_split "xload8<mode>_A"):
306 Strengthen local "insn" from rtx to rtx_insn *.
307 (define_insn_and_split "xload<mode>_A"): Likewise.
308 * config/bfin/bfin.c (trapping_loads_p): Likewise for param
309 "insn".
310 (find_load): Likewise for return type.
311 (workaround_speculation): Likewise for both locals named
312 "load_insn".
313 * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise for
314 local "cc0_user".
315 * config/cris/cris.md (define_peephole2 ; moversideqi): Likewise
316 for local "prev".
317 * config/h8300/h8300-protos.h (notice_update_cc): Likewise for
318 param 2.
319 * config/h8300/h8300.c (notice_update_cc): Likewise.
320 * config/i386/i386.c (ix86_flags_dependent): Likewise for params
321 "insn" and "dep_insn".
322 (exact_store_load_dependency): Likewise for both params.
323 (ix86_macro_fusion_pair_p): Eliminate local named "single_set"
324 since this now clashes with inline function. Instead, delay
325 calling single_set until the point where its needed, and then
326 assign the result to "compare_set" and rework the conditional that
327 follows.
328 * config/ia64/ia64.md (define_expand "tablejump"): Strengthen
329 local "last" from rtx to rtx_insn *.
330 * config/mips/mips-protos.h (mips_load_store_insns): Likewise for
331 second param.
332 (mips_store_data_bypass_p): Likewise for both params.
333 * config/mips/mips.c (mips_load_store_insns): Likewise for second
334 param.
335 (mips_store_data_bypass_p): Likewise for both params.
336 (mips_orphaned_high_part_p): Likewise for param "insn".
337 * config/mn10300/mn10300.c (extract_bundle): Likewise.
338 (mn10300_bundle_liw): Likewise for locals "r", "insn1", "insn2".
339 Introduce local rtx "insn2_pat".
340 * config/rl78/rl78.c (move_elim_pass): Likewise for locals "insn",
341 "ninsn".
342 (rl78_remove_unused_sets): Likewise for locals "insn", "ninsn".
343 Introduce local rtx "set", using it in place of "insn" for the
344 result of single_set. This appears to fix a bug, since the call
345 to find_regno_note on a SET does nothing.
346 * config/rs6000/rs6000.c (set_to_load_agen): Strengthen both
347 params from rtx to rtx_insn *.
348 (set_to_load_agen): Likewise.
349 * config/s390/s390.c (s390_label_align): Likewise for local
350 "prev_insn". Introduce new rtx locals "set" and "src", using
351 them in place of "prev_insn" for the results of single_set
352 and SET_SRC respectively.
353 (s390_swap_cmp): Strengthen local "jump" from rtx to rtx_insn *.
354 Introduce new rtx local "set" using in place of "jump" for the
355 result of single_set. Use SET_SRC (set) rather than plain
356 XEXP (set, 1).
357 * config/sh/sh.c (noncall_uses_reg): Strengthen param 2from
358 rtx to rtx_insn *.
359 (noncall_uses_reg): Likewise.
360 (reg_unused_after): Introduce local rtx_sequence * "seq" in region
361 guarded by GET_CODE check, using its methods for clarity, and to
362 enable strengthening local "this_insn" from rtx to rtx_insn *.
363 * config/sh/sh.md (define_expand "mulhisi3"): Strengthen local
364 "insn" from rtx to rtx_insn *.
365 (define_expand "umulhisi3"): Likewise.
366 (define_expand "smulsi3_highpart"): Likewise.
367 (define_expand "umulsi3_highpart"): Likewise.
368 * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
369 local "after". Replace GET_CODE check with a dyn_cast,
370 introducing new local rtx_sequence * "seq", using insn method for
371 typesafety.
372
373 * dwarf2cfi.c (dwarf2out_frame_debug): Strengthen param "insn"
374 from rtx to rtx_insn *. Introduce local rtx "pat", using it in
375 place of "insn" once we're dealing with patterns rather than the
376 input insn.
377 (scan_insn_after): Strengthen param "insn" from rtx to rtx_insn *.
378 (scan_trace): Likewise for local "elt", updating lookups within
379 sequence to use insn method rather than element method.
380 * expr.c (find_args_size_adjust): Strengthen param "insn" from rtx
381 to rtx_insn *.
382 * gcse.c (gcse_emit_move_after): Likewise for local "new_rtx".
383 * ifcvt.c (noce_try_abs): Likewise for local "insn".
384 * ira.c (fix_reg_equiv_init): Add checked cast to rtx_insn * when
385 invoking single_set.
386 * lra-constraints.c (insn_rhs_dead_pseudo_p): Strengthen param
387 "insn" from rtx to rtx_insn *.
388 (skip_usage_debug_insns): Likewise for return type, adding a
389 checked cast.
390 (check_secondary_memory_needed_p): Likewise for local "insn".
391 (inherit_reload_reg): Likewise.
392 * modulo-sched.c (sms_schedule): Likewise for local "count_init".
393 * recog.c (peep2_attempt): Likewise for local "old_insn", adding
394 checked casts.
395 (store_data_bypass_p): Likewise for both params.
396 (if_test_bypass_p): Likewise.
397 * recog.h (store_data_bypass_p): Likewise for both params.
398 (if_test_bypass_p): Likewise.
399 * reload.c (find_equiv_reg): Likewise for local "where".
400 * reorg.c (delete_jump): Likewise for param "insn".
401 * rtlanal.c (single_set_2): Strenghen param "insn" from const_rtx
402 to const rtx_insn *.
403 * store-motion.c (replace_store_insn): Likewise for param "del".
404 (delete_store): Strengthen local "i" from rtx to rtx_insn_list *,
405 and use its methods for clarity, and to strengthen local "del"
406 from rtx to rtx_insn *.
407 (build_store_vectors): Use insn method of "st" when calling
408 replace_store_insn for typesafety and clarity.
409
410 2014-09-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
411
412 * config/rs6000/rs6000.c (rtx_is_swappable_p): Add
413 UNSPEC_VSX_CVDPSPN as an unswappable operand, and add commentary
414 on how to make it legal in future.
415
416 2014-09-09 David Malcolm <dmalcolm@redhat.com>
417
418 * caller-save.c (rtx saveinsn): Strengthen this variable from rtx
419 to rtx_insn *.
420 (restinsn): Likewise.
421 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
422 Likewise for param.
423 * config/aarch64/aarch64.c (aarch64_simd_attr_length_move):
424 Likewise.
425 * config/arc/arc-protos.h (arc_adjust_insn_length): Likewise for
426 first param.
427 (arc_hazard): Likewise for both params.
428 * config/arc/arc.c (arc600_corereg_hazard): Likewise, adding
429 checked casts to rtx_sequence * and uses of the insn method for
430 type-safety.
431 (arc_hazard): Strengthen both params from rtx to rtx_insn *.
432 (arc_adjust_insn_length): Likewise for param "insn".
433 (struct insn_length_parameters_s): Likewise for first param of
434 "get_variants" callback field.
435 (arc_get_insn_variants): Likewise for first param and local
436 "inner". Replace a check of GET_CODE with a dyn_cast to
437 rtx_sequence *, using methods for type-safety and clarity.
438 * config/arc/arc.h (ADJUST_INSN_LENGTH): Use casts to
439 rtx_sequence * and uses of the insn method for type-safety when
440 invoking arc_adjust_insn_length.
441 * config/arm/arm-protos.h (arm_attr_length_move_neon): Likewise
442 for param.
443 (arm_address_offset_is_imm): Likewise.
444 (struct tune_params): Likewise for params 1 and 3 of the
445 "sched_adjust_cost" callback field.
446 * config/arm/arm.c (cortex_a9_sched_adjust_cost): Likewise for
447 params 1 and 3 ("insn" and "dep").
448 (xscale_sched_adjust_cost): Likewise.
449 (fa726te_sched_adjust_cost): Likewise.
450 (cortexa7_older_only): Likewise for param "insn".
451 (cortexa7_younger): Likewise.
452 (arm_attr_length_move_neon): Likewise.
453 (arm_address_offset_is_imm): Likewise.
454 * config/avr/avr-protos.h (avr_notice_update_cc): Likewise.
455 * config/avr/avr.c (avr_notice_update_cc): Likewise.
456 * config/bfin/bfin.c (hwloop_pattern_reg): Likewise.
457 (workaround_speculation): Likewise for local "last_condjump".
458 * config/c6x/c6x.c (shadow_p): Likewise for param "insn".
459 (shadow_or_blockage_p): Likewise.
460 (get_unit_reqs): Likewise.
461 (get_unit_operand_masks): Likewise.
462 (c6x_registers_update): Likewise.
463 (returning_call_p): Likewise.
464 (can_use_callp): Likewise.
465 (convert_to_callp): Likewise.
466 (find_last_same_clock): Likwise for local "t".
467 (reorg_split_calls): Likewise for local "shadow".
468 (hwloop_pattern_reg): Likewise for param "insn".
469 * config/frv/frv-protos.h (frv_final_prescan_insn): Likewise.
470 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
471 (frv_extract_membar): Likewise.
472 (frv_optimize_membar_local): Strengthen param "last_membar" from
473 rtx * to rtx_insn **.
474 (frv_optimize_membar_global): Strengthen param "membar" from rtx
475 to rtx_insn *.
476 (frv_optimize_membar): Strengthen local "last_membar" from rtx *
477 to rtx_insn **.
478 * config/ia64/ia64-protos.h (ia64_st_address_bypass_p): Strengthen
479 both params from rtx to rtx_insn *.
480 (ia64_ld_address_bypass_p): Likewise.
481 * config/ia64/ia64.c (ia64_safe_itanium_class): Likewise for param
482 "insn".
483 (ia64_safe_type): Likewise.
484 (group_barrier_needed): Likewise.
485 (safe_group_barrier_needed): Likewise.
486 (ia64_single_set): Likewise.
487 (is_load_p): Likewise.
488 (record_memory_reference): Likewise.
489 (get_mode_no_for_insn): Likewise.
490 (important_for_bundling_p): Likewise.
491 (unknown_for_bundling_p): Likewise.
492 (ia64_st_address_bypass_p): Likewise for both params.
493 (ia64_ld_address_bypass_p): Likewise.
494 (expand_vselect): Introduce new local rtx_insn * "insn", using it
495 in place of rtx "x" after the emit_insn call.
496 * config/i386/i386-protos.h (x86_extended_QIreg_mentioned_p):
497 Strengthen param from rtx to rtx_insn *.
498 (ix86_agi_dependent): Likewise for both params.
499 (ix86_attr_length_immediate_default): Likewise for param 1.
500 (ix86_attr_length_address_default): Likewise for param.
501 (ix86_attr_length_vex_default): Likewise for param 1.
502 * config/i386/i386.c (ix86_attr_length_immediate_default):
503 Likewise for param "insn".
504 (ix86_attr_length_address_default): Likewise.
505 (ix86_attr_length_vex_default): Likewise.
506 (ix86_agi_dependent): Likewise for both params.
507 (x86_extended_QIreg_mentioned_p): Likewise for param "insn".
508 (vselect_insn): Likewise for this variable.
509 * config/m68k/m68k-protos.h (m68k_sched_attr_opx_type): Likewise
510 for param 1.
511 (m68k_sched_attr_opy_type): Likewise.
512 * config/m68k/m68k.c (sched_get_operand): Likewise.
513 (sched_attr_op_type): Likewise.
514 (m68k_sched_attr_opx_type): Likewise.
515 (m68k_sched_attr_opy_type): Likewise.
516 (sched_get_reg_operand): Likewise.
517 (sched_get_mem_operand): Likewise.
518 (m68k_sched_address_bypass_p): Likewise for both params.
519 (sched_get_indexed_address_scale): Likewise.
520 (m68k_sched_indexed_address_bypass_p): Likewise.
521 * config/m68k/m68k.h (m68k_sched_address_bypass_p): Likewise.
522 (m68k_sched_indexed_address_bypass_p): Likewise.
523 * config/mep/mep.c (mep_jmp_return_reorg): Strengthen locals
524 "label", "ret" from rtx to rtx_insn *, adding a checked cast and
525 removing another.
526 * config/mips/mips-protos.h (mips_linked_madd_p): Strengthen both
527 params from rtx to rtx_insn *.
528 (mips_fmadd_bypass): Likewise.
529 * config/mips/mips.c (mips_fmadd_bypass): Likewise.
530 (mips_linked_madd_p): Likewise.
531 (mips_macc_chains_last_hilo): Likewise for this variable.
532 (mips_macc_chains_record): Likewise for param.
533 (vr4130_last_insn): Likewise for this variable.
534 (vr4130_swap_insns_p): Likewise for both params.
535 (mips_ls2_variable_issue): Likewise for param.
536 (mips_need_noat_wrapper_p): Likewise for param "insn".
537 (mips_expand_vselect): Add a new local rtx_insn * "insn", using it
538 in place of "x" after the emit_insn.
539 * config/pa/pa-protos.h (pa_fpstore_bypass_p): Strengthen both
540 params from rtx to rtx_insn *.
541 * config/pa/pa.c (pa_fpstore_bypass_p): Likewise.
542 (pa_combine_instructions): Introduce local "par" for result of
543 gen_rtx_PARALLEL, moving decl and usage of new_rtx for after call
544 to make_insn_raw.
545 (pa_can_combine_p): Strengthen param "new_rtx" from rtx to rtx_insn *.
546 * config/rl78/rl78.c (insn_ok_now): Likewise for param "insn".
547 (rl78_alloc_physical_registers_op1): Likewise.
548 (rl78_alloc_physical_registers_op2): Likewise.
549 (rl78_alloc_physical_registers_ro1): Likewise.
550 (rl78_alloc_physical_registers_cmp): Likewise.
551 (rl78_alloc_physical_registers_umul): Likewise.
552 (rl78_alloc_address_registers_macax): Likewise.
553 (rl78_alloc_physical_registers): Likewise for locals "insn", "curr".
554 * config/s390/predicates.md (execute_operation): Likewise for
555 local "insn".
556 * config/s390/s390-protos.h (s390_agen_dep_p): Likewise for both
557 params.
558 * config/s390/s390.c (s390_safe_attr_type): Likewise for param.
559 (addr_generation_dependency_p): Likewise for param "insn".
560 (s390_agen_dep_p): Likewise for both params.
561 (s390_fpload_toreg): Likewise for param "insn".
562 * config/sh/sh-protos.h (sh_loop_align): Likewise for param.
563 * config/sh/sh.c (sh_loop_align): Likewise for param and local
564 "next".
565 * config/sh/sh.md (define_peephole2): Likewise for local "insn2".
566 * config/sh/sh_treg_combine.cc
567 (sh_treg_combine::make_inv_ccreg_insn): Likewise for return type
568 and local "i".
569 (sh_treg_combine::try_eliminate_cstores): Likewise for local "i".
570 * config/stormy16/stormy16.c (combine_bnp): Likewise for locals
571 "and_insn", "load", "shift".
572 * config/tilegx/tilegx.c (match_pcrel_step2): Likewise for param
573 "insn".
574 * final.c (final_scan_insn): Introduce local rtx_insn * "other"
575 for XEXP (note, 0) of the REG_CC_SETTER note.
576 (cleanup_subreg_operands): Strengthen param "insn" from rtx to
577 rtx_insn *, eliminating a checked cast made redundant by this.
578 * gcse.c (process_insert_insn): Strengthen local "insn" from rtx
579 to rtx_insn *.
580 * genattr.c (main): When writing out the prototype to
581 const_num_delay_slots, strengthen the param from rtx to
582 rtx_insn *.
583 * genattrtab.c (write_const_num_delay_slots): Likewise when
584 writing out the implementation of const_num_delay_slots.
585 * hw-doloop.h (struct hw_doloop_hooks): Strengthen the param
586 "insn" of callback field "end_pattern_reg" from rtx to rtx_insn *.
587 * ifcvt.c (noce_emit_store_flag): Eliminate local rtx "tmp" in
588 favor of new rtx locals "src" and "set" and new local rtx_insn *
589 "insn" and "seq".
590 (noce_emit_move_insn): Strengthen locals "seq" and "insn" from rtx
591 to rtx_insn *.
592 (noce_emit_cmove): Eliminate local rtx "tmp" in favor of new rtx
593 locals "cond", "if_then_else", "set" and new rtx_insn * locals
594 "insn" and "seq".
595 (noce_try_cmove_arith): Strengthen locals "insn_a" and "insn_b",
596 "last" from rtx to rtx_insn *. Likewise for a local "tmp",
597 renaming to "tmp_insn". Eliminate the other local rtx "tmp" from
598 the top-level scope, replacing with new more tightly-scoped rtx
599 locals "reg", "pat", "mem" and rtx_insn * "insn", "copy_of_a",
600 "new_insn", "copy_of_insn_b", and make local rtx "set" more
601 tightly-scoped.
602 * ira-int.h (ira_setup_alts): Strengthen param "insn" from rtx to
603 rtx_insn *.
604 * ira.c (setup_prohibited_mode_move_regs): Likewise for local
605 "move_insn".
606 (ira_setup_alts): Likewise for param "insn".
607 * lra-constraints.c (emit_inc): Likewise for local "add_insn".
608 * lra.c (emit_add3_insn): Split local rtx "insn" in two, an rtx
609 and an rtx_insn *.
610 (lra_emit_add): Eliminate top-level local rtx "insn" in favor of
611 new more-tightly scoped rtx locals "add3_insn", "insn",
612 "add2_insn" and rtx_insn * "move_insn".
613 * postreload-gcse.c (eliminate_partially_redundant_load): Add
614 checked cast on result of gen_move_insn when invoking
615 extract_insn.
616 * recog.c (insn_invalid_p): Strengthen param "insn" from rtx to
617 rtx_insn *.
618 (verify_changes): Add a checked cast on "object" when invoking
619 insn_invalid_p.
620 (extract_insn_cached): Strengthen param "insn" from rtx to
621 rtx_insn *.
622 (extract_constrain_insn_cached): Likewise.
623 (extract_insn): Likewise.
624 * recog.h (insn_invalid_p): Likewise for param 1.
625 (recog_memoized): Likewise for param.
626 (extract_insn): Likewise.
627 (extract_constrain_insn_cached): Likewise.
628 (extract_insn_cached): Likewise.
629 * reload.c (can_reload_into): Likewise for local "test_insn".
630 * reload.h (cleanup_subreg_operands): Likewise for param.
631 * reload1.c (emit_insn_if_valid_for_reload): Rename param from
632 "insn" to "pat", reintroducing "insn" as an rtx_insn * on the
633 result of emit_insn. Remove a checked cast made redundant by this
634 change.
635 * sel-sched-ir.c (sel_insn_rtx_cost): Strengthen param "insn" from
636 rtx to rtx_insn *.
637 * sel-sched.c (get_reg_class): Likewise.
638
639 2014-09-09 Marcus Shawcroft <marcus.shawcroft@arm.com>
640 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
641
642 * config/aarch64/aarch64-elf-raw.h (ENDFILE_SPEC): Add crtfastmath.o.
643 * config/aarch64/aarch64-linux.h (GNU_USER_TARGET_MATH_ENDFILE_SPEC):
644 Define.
645 (ENDFILE_SPEC): Define and use GNU_USER_TARGET_MATH_ENDFILE_SPEC.
646
647 2014-09-09 David Malcolm <dmalcolm@redhat.com>
648
649 * rtl.h (INSN_LOCATION): Strengthen param from const_rtx to
650 const rtx_insn *, and from rtx to rtx_insn * for the other
651 overloaded variant.
652 (RTL_LOCATION): Add a checked cast to rtx_insn * when invoking
653 INSN_LOCATION, since we know INSN_P holds.
654 (insn_line): Strengthen param from const_rtx to const rtx_insn *.
655 (insn_file): Likewise.
656 (insn_scope): Likewise.
657 (insn_location): Likewise.
658
659 * config/mips/mips.c (mips16_gp_pseudo_reg): Strengthen local
660 "insn" from rtx to rtx_insn *, introducing a new local rtx "set"
661 for the result of gen_load_const_gp.
662 * config/rs6000/rs6000-protos.h (output_call): Strengthen first
663 param from rtx to rtx_insn *.
664 * config/rs6000/rs6000.c (output_call): Likewise.
665 * dwarf2out.c (dwarf2out_var_location): Likewise for local "prev",
666 introducing a checked cast to rtx_sequence * and use of the insn
667 method.
668 * emit-rtl.c (emit_copy_of_insn_after): Strengthen both params
669 from rtx to rtx_insn *.
670 (insn_scope): Strengthen param from const_rtx to const rtx_insn *.
671 (insn_line): Likewise.
672 (insn_file): Likewise.
673 (insn_location): Likewise.
674 * emit-rtl.h (emit_copy_of_insn_after): Strengthen both params
675 from rtx to rtx_insn *.
676 * print-rtl.c (print_rtx): Introduce local "in_insn" via a checked
677 cast, using it for calls to INSN_HAS_LOCATION and insn_location.
678 * recog.c (peep2_attempt): Introduce local rtx_insn * "peepinsn"
679 via a checked cast.
680 * reorg.c (relax_delay_slots): Strengthen locals named "after"
681 from rtx to rtx_insn *; use methods of "pat" for type-safety.
682
683 2014-09-09 David Malcolm <dmalcolm@redhat.com>
684
685 * combine.c (try_combine): Eliminate checked cast on result of
686 gen_rtx_INSN.
687 * emit-rtl.c (gen_rtx_INSN): New function, improving over the prior
688 autogenerated one by strengthening the return type and params 2 and 3
689 from rtx to rtx_insn *, and by naming the params.
690 * gengenrtl.c (special_rtx): Add INSN to those that are
691 special-cased.
692 * rtl.h (gen_rtx_INSN): New prototype.
693
694 2014-09-09 David Malcolm <dmalcolm@redhat.com>
695
696 * ira.c (ira_update_equiv_info_by_shuffle_insn): Use NULL rather
697 than NULL_RTX.
698 (no_equiv): Likewise.
699 (update_equiv_regs): Likewise.
700 (setup_reg_equiv): Likewise. Strengthen locals "elem",
701 "prev_elem", "next_elem" from rtx to rtx_insn_list *, and "insn"
702 from rtx to rtx_insn *. Use methods of "elem" for typesafety and
703 clarity.
704 * ira.h (struct ira_reg_equiv_s): Strengthen field "init_insns"
705 from rtx to rtx_insn_list *.
706 * lra-assigns.c (spill_for): Strengthen local "x" from rtx to
707 rtx_insn_list * and use methods for clarity and typesafety.
708 * lra-constraints.c (contains_deleted_insn_p): Likewise for param
709 "list".
710 (init_insn_rhs_dead_pseudo_p): Likewise for local "insns". Remove
711 redundant check on INSN_P (insns): this cannot hold, as "insns" is
712 an INSN_LIST, not an insn.
713 (reverse_equiv_p): Strengthen local "insns" from rtx to
714 rtx_insn_list * and use methods for clarity and typesafety.
715 (contains_reloaded_insn_p): Likewise for local "list".
716
717 2014-09-09 Jiong Wang <jiong.wang@arm.com>
718
719 * config/arm/arm.c (NEON_COPYSIGNF): New enum.
720 (arm_init_neon_builtins): Support NEON_COPYSIGNF.
721 (arm_builtin_vectorized_function): Likewise.
722 * config/arm/arm_neon_builtins.def: New macro for copysignf.
723 * config/arm/neon.md (neon_copysignf<mode>): New pattern for vector copysignf.
724
725 2014-09-09 Richard Sandiford <richard.sandiford@arm.com>
726
727 * bb-reorder.h (default_target_bb_reorder): Remove redundant GTY.
728 * builtins.h (default_target_builtins): Likewise.
729 * gcse.h (default_target_gcse): Likewise.
730 * target-globals.h (target_globals): Add a destructor. Convert
731 void-pointer fields back to their real type and change from
732 GTY((atomic)) to GTY((skip)).
733 (restore_target_globals): Remove casts accordingly.
734 * target-globals.c (save_target_globals): Use XCNEW rather than
735 ggc_internal_cleared_alloc to allocate non-GC structures.
736 Use ggc_cleared_alloc to allocate the target_globals structure
737 itself.
738 (target_globals::~target_globals): Define.
739
740 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
741
742 * config/arm/arm.md (vfp_pop_multiple_with_writeback): Use vldm
743 mnemonic instead of fldmfdd.
744 * config/arm/arm.c (vfp_output_fstmd): Rename to...
745 (vfp_output_vstmd): ... This. Convert output to UAL syntax.
746 Output vpush when address register is SP.
747 * config/arm/arm-protos.h (vfp_output_fstmd): Rename to...
748 (vfp_output_vstmd): ... This.
749 * config/arm/vfp.md (push_multi_vfp): Update call to
750 vfp_output_vstmd.
751
752 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
753
754 * config/arm/vfp.md (*movcc_vfp): Use UAL syntax.
755
756 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
757
758 * config/arm/vfp.md (*sqrtsf2_vfp): Use UAL assembly syntax.
759 (*sqrtdf2_vfp): Likewise.
760 (*cmpsf_vfp): Likewise.
761 (*cmpsf_trap_vfp): Likewise.
762 (*cmpdf_vfp): Likewise.
763 (*cmpdf_trap_vfp): Likewise.
764
765 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
766
767 * config/arm/vfp.md (*extendsfdf2_vfp): Use UAL assembly syntax.
768 (*truncdfsf2_vfp): Likewise.
769 (*truncsisf2_vfp): Likewise.
770 (*truncsidf2_vfp): Likewise.
771 (fixuns_truncsfsi2): Likewise.
772 (fixuns_truncdfsi2): Likewise.
773 (*floatsisf2_vfp): Likewise.
774 (*floatsidf2_vfp): Likewise.
775 (floatunssisf2): Likewise.
776 (floatunssidf2): Likewise.
777
778 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
779
780 * config/arm/vfp.md (*mulsf3_vfp): Use UAL assembly syntax.
781 (*muldf3_vfp): Likewise.
782 (*mulsf3negsf_vfp): Likewise.
783 (*muldf3negdf_vfp): Likewise.
784 (*mulsf3addsf_vfp): Likewise.
785 (*muldf3adddf_vfp): Likewise.
786 (*mulsf3subsf_vfp): Likewise.
787 (*muldf3subdf_vfp): Likewise.
788 (*mulsf3negsfaddsf_vfp): Likewise.
789 (*fmuldf3negdfadddf_vfp): Likewise.
790 (*mulsf3negsfsubsf_vfp): Likewise.
791 (*muldf3negdfsubdf_vfp): Likewise.
792
793 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
794
795 * config/arm/vfp.md (*abssf2_vfp): Use UAL assembly syntax.
796 (*absdf2_vfp): Likewise.
797 (*negsf2_vfp): Likewise.
798 (*negdf2_vfp): Likewise.
799 (*addsf3_vfp): Likewise.
800 (*adddf3_vfp): Likewise.
801 (*subsf3_vfp): Likewise.
802 (*subdf3_vfp): Likewise.
803 (*divsf3_vfp): Likewise.
804 (*divdf3_vfp): Likewise.
805
806 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
807
808 * config/arm/arm.c (output_move_vfp): Use UAL syntax for load/store
809 multiple.
810 (arm_print_operand): Don't convert real values to decimal
811 representation in default case.
812 (fp_immediate_constant): Delete.
813 * config/arm/arm-protos.h (fp_immediate_constant): Likewise.
814 * config/arm/vfp.md (*arm_movsi_vfp): Convert to VFP moves to UAL
815 syntax.
816 (*thumb2_movsi_vfp): Likewise.
817 (*movdi_vfp): Likewise.
818 (*movdi_vfp_cortexa8): Likewise.
819 (*movhf_vfp_neon): Likewise.
820 (*movhf_vfp): Likewise.
821 (*movsf_vfp): Likewise.
822 (*thumb2_movsf_vfp): Likewise.
823 (*movdf_vfp): Likewise.
824 (*thumb2_movdf_vfp): Likewise.
825 (*movsfcc_vfp): Likewise.
826 (*thumb2_movsfcc_vfp): Likewise.
827 (*movdfcc_vfp): Likewise.
828 (*thumb2_movdfcc_vfp): Likewise.
829
830 2014-09-09 James Greenhalgh <james.greenhalgh@arm.com>
831
832 * doc/invoke.texi (-march): Use GNU/Linux rather than Linux.
833 (-mtune): Likewise.
834 (-mcpu): Likewise.
835
836 2014-09-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
837
838 PR target/61749
839 * config/aarch64/aarch64-builtins.c (aarch64_types_quadop_qualifiers):
840 Use qualifier_immediate for last operand. Rename to...
841 (aarch64_types_ternop_lane_qualifiers): ... This.
842 (TYPES_QUADOP): Rename to...
843 (TYPES_TERNOP_LANE): ... This.
844 (aarch64_simd_expand_args): Return const0_rtx when encountering user
845 error. Change return of 0 to return of NULL_RTX.
846 (aarch64_crc32_expand_builtin): Likewise.
847 (aarch64_expand_builtin): Return NULL_RTX instead of 0.
848 ICE when expanding unknown builtin.
849 * config/aarch64/aarch64-simd-builtins.def (sqdmlal_lane): Use
850 TERNOP_LANE qualifiers.
851 (sqdmlsl_lane): Likewise.
852 (sqdmlal_laneq): Likewise.
853 (sqdmlsl_laneq): Likewise.
854 (sqdmlal2_lane): Likewise.
855 (sqdmlsl2_lane): Likewise.
856 (sqdmlal2_laneq): Likewise.
857 (sqdmlsl2_laneq): Likewise.
858
859 2014-09-09 Nick Clifton <nickc@redhat.com>
860
861 * doc/invoke.texi (Optimization Options): Add missing @gol to the
862 end of a line.
863 (S/390 and zSeries Options): Remove superfluous word from the
864 description of the -mhotpatch option.
865
866 2014-09-09 Zhenqiang Chen <zhenqiang.chen@arm.com>
867
868 * shrink-wrap.h: #define SHRINK_WRAPPING_ENABLED.
869 * ira.c: #include "shrink-wrap.h"
870 (split_live_ranges_for_shrink_wrap): Use SHRINK_WRAPPING_ENABLED.
871 * ifcvt.c: #include "shrink-wrap.h"
872 (dead_or_predicable): Use SHRINK_WRAPPING_ENABLED.
873
874 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
875
876 * common/config/picochip/picochip-common.c: Remove.
877 * config.gcc: Remove support for picochip.
878 * config/picochip/constraints.md: Remove.
879 * config/picochip/dfa_space.md: Remove.
880 * config/picochip/dfa_speed.md: Remove.
881 * config/picochip/picochip-protos.h: Remove.
882 * config/picochip/picochip.c: Remove.
883 * config/picochip/picochip.h: Remove.
884 * config/picochip/picochip.md: Remove.
885 * config/picochip/picochip.opt: Remove.
886 * config/picochip/predicates.md: Remove.
887 * config/picochip/t-picochip: Remove.
888 * doc/md.texi: Don't document picochi.
889
890 2014-09-08 David Malcolm <dmalcolm@redhat.com>
891
892 * basic-block.h (control_flow_insn_p): Strengthen param from
893 const_rtx to const rtx_insn *.
894 * cfgbuild.c (control_flow_insn_p): Likewise.
895
896 2014-09-08 David Malcolm <dmalcolm@redhat.com>
897
898 * gcse.c (modify_mem_list): Strengthen this variable from
899 vec<rtx> * to vec<rtx_insn *> *.
900 (vec_rtx_heap): Strengthen this typedef from vec<rtx> to
901 vec<rtx_insn *>.
902 (load_killed_in_block_p): Strengthen local "list" from vec<rtx> to
903 vec<rtx_insn *>, and local "setter" from rtx to rtx_insn *.
904 (record_last_mem_set_info): Strengthen param "insn" from rtx to
905 rtx_insn *.
906 (record_last_set_info): Likewise for local "last_set_insn".
907
908 2014-09-08 DJ Delorie <dj@redhat.com>
909
910 * doc/invoke.texi (MSP430 Options): Add -minrt.
911
912 2014-09-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
913
914 * config/rs6000/rs6000.c (special_handling_values): Add SH_SPLAT.
915 (rtx_is_swappable_p): Convert UNSPEC cascading ||s to a switch
916 statement; allow optimization of UNSPEC_VSPLT_DIRECT with special
917 handling SH_SPLAT.
918 (adjust_extract): Fix test for VEC_DUPLICATE case; fix adjustment
919 of extracted lane.
920 (adjust_splat): New function.
921 (handle_special_swappables): Call adjust_splat for SH_SPLAT.
922 (dump_swap_insn_table): Add case for SH_SPLAT.
923
924 2014-09-08 Richard Biener <rguenther@suse.de>
925
926 PR ipa/63196
927 * tree-inline.c (copy_loops): The source loop header should
928 always be non-NULL.
929 (tree_function_versioning): If loops need fixup after removing
930 unreachable blocks fix them.
931 * omp-low.c (simd_clone_adjust): Do not add incr block to
932 loop under construction.
933
934 2014-09-08 Alan Lawrence <alan.lawrence@arm.com>
935
936 * config/aarch64/aarch64-builtins.c
937 (aarch64_types_cmtst_qualifiers, TYPES_TST): Remove as unused.
938
939 2014-09-08 Joseph Myers <joseph@codesourcery.com>
940
941 * config/i386/cygming.h (TF_SIZE): Remove.
942 * config/i386/darwin.h (TF_SIZE): Remove.
943 * config/i386/dragonfly.h (TF_SIZE): Remove.
944 * config/i386/freebsd.h (TF_SIZE): Remove.
945 * config/i386/gnu-user-common.h (TF_SIZE): Remove.
946 * config/i386/openbsdelf.h (TF_SIZE): Remove.
947 * config/i386/sol2.h (TF_SIZE): Remove.
948 * config/ia64/hpux.h (XF_SIZE, TF_SIZE): Remove.
949 * config/ia64/linux.h (TF_SIZE): Remove.
950 * doc/tm.texi.in (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Remove.
951 * doc/tm.texi: Regenerate.
952 * system.h (SF_SIZE, DF_SIZE, XF_SIZE, TF_SIZE): Poison.
953
954 2014-09-08 Joseph Myers <joseph@codesourcery.com>
955
956 * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
957 Remove.
958 * doc/tm.texi.in (ROUND_TOWARDS_ZERO, LARGEST_EXPONENT_IS_NORMAL):
959 Remove.
960 * doc/tm.texi: Regenerate.
961 * system.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO):
962 Poison.
963 * config/arm/arm.h (LARGEST_EXPONENT_IS_NORMAL): Remove.
964 * config/cris/cris.h (__make_dp): Remove.
965
966 2014-09-08 Richard Biener <rguenther@suse.de>
967
968 PR bootstrap/63204
969 * cfgloop.c (mark_loop_for_removal): Track former header
970 unconditionally.
971 * cfgloop.h (struct loop): Add former_header member unconditionally.
972 * loop-init.c (fix_loop_structure): Enable bogus loop removal
973 diagnostic unconditionally.
974
975 2014-09-07 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
976
977 PR target/63190
978 * config/aarch64/aarch64.md (stack_protect_test_<mode>) Add register
979 constraint for operand0 and remove write only modifier from operand3.
980
981 2014-09-07 Richard Sandiford <richard.sandiford@arm.com>
982
983 PR rtl-optimization/62208
984 * simplify-rtx.c (simplify_relational_operation_1): Use CONST0_RTX
985 rather than const0_rtx in eq/ne-xor simplifications.
986
987 2014-09-06 Joern Rennecke <joern.rennecke@embecosm.com>
988
989 * config/arc/arc.c (arc_print_operand): Fix format for HOST_WIDE_INT.
990 (arc_output_mi_thunk): Likewise.
991
992 * config/arc/arc.c (arc_predicate_delay_insns): Swap comparison
993 arguments to silence bogus warning.
994
995 2014-09-06 Richard Sandiford <richard.sandiford@arm.com>
996
997 PR middle-end/63171
998 * rtlanal.c (tls_referenced_p): Don't skip constant subrtxes.
999
1000 2014-09-06 Tom de Vries <tom@codesourcery.com>
1001
1002 * ira-costs.c (ira_tune_allocno_costs): Don't conditionalize
1003 IRA_HARD_REGNO_ADD_COST_MULTIPLIER code on
1004 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
1005
1006 2014-09-05 Dominique Dhumieres <dominiq@lps.ens.fr>
1007
1008 PR target/63188
1009 * config/darwin.h (INIT_SECTION_ASM_OP): Define to "".
1010 * config/pa/pa64-hpux.h (INIT_SECTION_ASM_OP): Likewise.
1011
1012 2014-09-05 Easwaran Raman <eraman@google.com>
1013
1014 PR rtl-optimization/62146
1015 * ifcvt.c (dead_or_predicable): Make removal of REG_EQUAL note of
1016 hoisted instruction unconditional.
1017
1018 2014-09-05 Segher Boessenkool <segher@kernel.crashing.org>
1019
1020 PR target/63187
1021 * config/rs6000/rs6000.md (*and<mode>3_imm_dot, *and<mode>3_imm_dot2):
1022 Do not allow any_mask_operand for operands[2].
1023 (*and<mode>3_imm_mask_dot, *and<mode>3_imm_mask_dot2): New.
1024
1025 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1026
1027 * config/arc/arc.c (arc_print_operand): Use insn method of
1028 final_sequence for type-safety.
1029 * config/bfin/bfin.c (bfin_hardware_loop): Strengthen param
1030 "insn" from rtx to rtx_insn *.
1031 * config/frv/frv.c (frv_print_operand_jump_hint): Likewise.
1032 * config/mn10300/mn10300.c (mn10300_scan_for_setlb_lcc):
1033 Likewise for locals "branch", "label".
1034 * config/h8300/h8300.c (same_cmp_preceding_p): Likewise for
1035 locals "i1", "i2". Use NULL rather than NULL_RTX in comparisons.
1036 (same_cmp_following_p): Likewise for locals "i2", "i3".
1037 * config/sh/sh_optimize_sett_clrt.cc
1038 (sh_optimize_sett_clrt::sh_cbranch_ccreg_value): Likewise for
1039 param "cbranch_insn".
1040 * function.c (convert_jumps_to_returns): Likewis for local "jump".
1041 * ifcvt.c (cond_exec_get_condition): Likewise for param "jump".
1042 * jump.c (simplejump_p): Strengthen param "insn" from const_rtx to
1043 const rtx_insn *.
1044 (condjump_p): Likewise.
1045 (condjump_in_parallel_p): Likewise.
1046 (pc_set): Likewise.
1047 (any_uncondjump_p): Likewise.
1048 (any_condjump_p): Likewise.
1049 (condjump_label): Likewise.
1050 (returnjump_p): Strengthen param "insn" from rtx to
1051 const rtx_insn *.
1052 (onlyjump_p): Strengthen param "insn" from const_rtx to
1053 const rtx_insn *.
1054 (jump_to_label_p): Likewise.
1055 (invert_jump_1): Strengthen param "jump" from rtx to rtx_insn *.
1056 (invert_jump): Likewise.
1057 * reorg.c (simplejump_or_return_p): Add checked cast when calling
1058 simplejump_p.
1059 (get_jump_flags): Strengthen param "insn" from rtx to
1060 const rtx_insn *.
1061 (get_branch_condition): Likewise.
1062 (condition_dominates_p): Likewise.
1063 (make_return_insns): Move declaration of local "pat" earlier, to
1064 after we've handled NONJUMP_INSN_P and non-sequences, using its
1065 methods to simplify the code and for type-safety.
1066 * rtl.h (find_constant_src): Strengthen param from const_rtx to
1067 const rtx_insn *.
1068 (jump_to_label_p): Strengthen param from rtx to const rtx_insn *.
1069 (condjump_p): Strengthen param from const_rtx to
1070 const rtx_insn *.
1071 (any_condjump_p): Likewise.
1072 (any_uncondjump_p): Likewise.
1073 (pc_set): Likewise.
1074 (condjump_label): Likewise.
1075 (simplejump_p): Likewise.
1076 (returnjump_p): Likewise.
1077 (onlyjump_p): Likewise.
1078 (invert_jump_1): Strengthen param 1 from rtx to rtx_insn *.
1079 (invert_jump): Likewise.
1080 (condjump_in_parallel_p): Strengthen param from const_rtx to
1081 const rtx_insn *.
1082 * rtlanal.c (find_constant_src): Strengthen param from const_rtx
1083 to const rtx_insn *.
1084 * sel-sched-ir.c (fallthru_bb_of_jump): Strengthen param from rtx
1085 to const rtx_insn *.
1086 * sel-sched-ir.h (fallthru_bb_of_jump): Likewise.
1087
1088 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1089
1090 * reorg.c (relax_delay_slots): Move declaration of "trial_seq"
1091 above the conditional, and convert the check on GET_CODE to a
1092 dyn_cast, so that "trial_seq" is available as an rtx_sequence * in
1093 the conditional. Simplify the conditional by using methods of
1094 "trial_seq".
1095
1096 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1097
1098 * haifa-sched.c (check_clobbered_conditions): Strengthen local
1099 "link" from rtx to rtx_insn_list *, and use its methods for
1100 clarity and type-safety.
1101 (toggle_cancelled_flags): Likewise.
1102 (restore_last_backtrack_point): Likewise.
1103 (queue_to_ready): Use insn method of "link" in one place.
1104 (schedule_block): Strengthen local "link" from rtx to
1105 rtx_insn_list *, and use its methods for clarity and type-safety.
1106
1107 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1108
1109 * sched-deps.c (sched_get_condition_with_rev_uncached): Strengthen
1110 param "insn" from const_rtx to const rtx_insn *.
1111 (sched_get_reverse_condition_uncached): Likewise.
1112 (sched_get_condition_with_rev): Likewise.
1113 (sched_has_condition_p): Likewise.
1114 (sched_insns_conditions_mutex_p): Likewise for both params.
1115 (sched_insn_is_legitimate_for_speculation_p): Likewise for param
1116 "insn"; conver use of CONST_CAST_RTX to CONST_CAST_RTX_INSN.
1117 (setup_insn_reg_uses): Move local "list" to be more tightly
1118 scoped, strengthening it from an rtx to an rtx_insn_list *. Use
1119 its methods for clarity and type-safety.
1120 (sched_analyze_1): Strengthen local "pending" from rtx to
1121 rtx_insn_list *, and local "pending_mem" from rtx to
1122 rtx_expr_list *. Use methods of each for clarity and type-safety.
1123 (sched_analyze_2): Likewise.
1124 (sched_analyze_insn): Likewise.
1125
1126 * sched-int.h (sched_get_reverse_condition_uncached): Strengthen
1127 param from const_rtx to const rtx_insn *.
1128 (sched_insns_conditions_mutex_p): Likewise for both params.
1129 (sched_insn_is_legitimate_for_speculation_p): Likewise for first
1130 param.
1131
1132 * system.h (CONST_CAST_RTX_INSN): New macro.
1133
1134 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1135
1136 * recog.c (peep2_attempt): Strengthen return type from rtx to
1137 rtx_insn *.
1138 (peep2_update_life): Likewise for params "last", "prev", removing
1139 a checked cast made redundant by this.
1140 (peephole2_optimize): Likewise for local "last".
1141
1142 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1143
1144 * basic-block.h (set_block_for_insn): Eliminate this macro in
1145 favor of...
1146 * rtl.h (set_block_for_insn): New inline function, imposing the
1147 requirement that the "insn" param is an rtx_insn *.
1148
1149 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1150
1151 * caller-save.c (setup_save_areas): Strengthen local "insn" from
1152 rtx to rtx_insn *.
1153 * final.c (get_call_reg_set_usage): Likewise for first param,
1154 eliminating a checked cast.
1155 * regs.h (get_call_reg_set_usage): Likewise for first param.
1156 * resource.c (mark_set_resources): Introduce local rtx_call_insn *
1157 "call_insn" for the case of a MARK_SRC_DEST_CALL via a checked
1158 cast, replacing references to "x" with "call_insn" where
1159 appropriate.
1160 (mark_target_live_regs): Strengthen local "real_insn" from rtx to
1161 rtx_insn *, adding a checked cast.
1162
1163 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1164
1165 * output.h (final_scan_insn): Strengthen first param from rtx to
1166 rtx_insn *.
1167
1168 * final.c (final_scan_insn): Likewise, renaming it back from
1169 "uncast_insn" to "insn", eliminating the checked cast.
1170
1171 * config/h8300/h8300.md (define_insn "jump"): Replace local rtx
1172 "vec" with an rtx_sequence * "seq", taking a copy of
1173 "final_sequence", and using methods of "seq" for clarity, and for
1174 type-safety in the calls to final_scan_insn.
1175 * config/mips/mips.c (mips_output_conditional_branch): Use methods
1176 of "final_sequence" for clarity, and for type-safety in the call to
1177 final_scan_insn.
1178 * config/sh/sh.c (print_slot): Strengthen param from rtx to
1179 rtx_sequence * and rename from "insn" to "seq".
1180
1181 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1182
1183 * jump.c (delete_related_insns): Introduce a new local "table" by
1184 replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the
1185 get_labels method of "table" to simplify access to the labels in
1186 the jump table.
1187
1188 2014-09-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1189
1190 * config/arm/cortex-a53.md (cortex_a53_fpalu): Add f_rints, f_rintd,
1191 f_minmaxs, f_minmaxd types.
1192
1193 2014-09-05 Richard Biener <rguenther@suse.de>
1194
1195 * cfgloop.c (mark_loop_for_removal): Record former header
1196 when ENABLE_CHECKING.
1197 * cfgloop.h (strut loop): Add former_header member when
1198 ENABLE_CHECKING.
1199 * loop-init.c (fix_loop_structure): Sanity check loops
1200 marked for removal if they re-appeared.
1201
1202 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1203
1204 * config/aarch64/arm_neon.h (int32x1_t, int16x1_t, int8x1_t,
1205 uint32x1_t, uint16x1_t, uint8x1_t): Remove typedefs.
1206
1207 (vqabsb_s8, vqabsh_s16, vqabss_s32, vqaddb_s8, vqaddh_s16, vqadds_s32,
1208 vqaddb_u8, vqaddh_u16, vqadds_u32, vqdmlalh_s16, vqdmlalh_lane_s16,
1209 vqdmlals_s32, vqdmlslh_s16, vqdmlslh_lane_s16, vqdmlsls_s32,
1210 vqdmulhh_s16, vqdmulhh_lane_s16, vqdmulhs_s32, vqdmulhs_lane_s32,
1211 vqdmullh_s16, vqdmullh_lane_s16, vqdmulls_s32, vqdmulls_lane_s32,
1212 vqmovnh_s16, vqmovns_s32, vqmovnd_s64, vqmovnh_u16, vqmovns_u32,
1213 vqmovnd_u64, vqmovunh_s16, vqmovuns_s32, vqmovund_s64, vqnegb_s8,
1214 vqnegh_s16, vqnegs_s32, vqrdmulhh_s16, vqrdmulhh_lane_s16,
1215 vqrdmulhs_s32, vqrdmulhs_lane_s32, vqrshlb_s8, vqrshlh_s16,
1216 vqrshls_s32, vqrshlb_u8, vqrshlh_u16, vqrshls_u32, vqrshrnh_n_s16,
1217 vqrshrns_n_s32, vqrshrnd_n_s64, vqrshrnh_n_u16, vqrshrns_n_u32,
1218 vqrshrnd_n_u64, vqrshrunh_n_s16, vqrshruns_n_s32, vqrshrund_n_s64,
1219 vqshlb_s8, vqshlh_s16, vqshls_s32, vqshlb_u8, vqshlh_u16, vqshls_u32,
1220 vqshlb_n_s8, vqshlh_n_s16, vqshls_n_s32, vqshlb_n_u8, vqshlh_n_u16,
1221 vqshls_n_u32, vqshlub_n_s8, vqshluh_n_s16, vqshlus_n_s32,
1222 vqshrnh_n_s16, vqshrns_n_s32, vqshrnd_n_s64, vqshrnh_n_u16,
1223 vqshrns_n_u32, vqshrnd_n_u64, vqshrunh_n_s16, vqshruns_n_s32,
1224 vqshrund_n_s64, vqsubb_s8, vqsubh_s16, vqsubs_s32, vqsubb_u8,
1225 vqsubh_u16, vqsubs_u32, vsqaddb_u8, vsqaddh_u16, vsqadds_u32,
1226 vuqaddb_s8, vuqaddh_s16, vuqadds_s32): Replace all int{32,16,8}x1_t
1227 with int{32,16,8}_t.
1228
1229 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1230
1231 * config/aarch64/arm_neon.h (__GET_HIGH): New macro.
1232 (vget_high_f32, vget_high_f64, vget_high_p8, vget_high_p16,
1233 vget_high_s8, vget_high_s16, vget_high_s32, vget_high_s64,
1234 vget_high_u8, vget_high_u16, vget_high_u32, vget_high_u64):
1235 Remove temporary __asm__ and reimplement.
1236
1237 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1238
1239 * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Remove code
1240 handling cmge, cmgt, cmeq, cmtst.
1241
1242 * config/aarch64/aarch64-simd-builtins.def (cmeq, cmge, cmgt, cmle,
1243 cmlt, cmgeu, cmgtu, cmtst): Remove.
1244
1245 * config/aarch64/arm_neon.h (vceq_*, vceqq_*, vceqz_*, vceqzq_*,
1246 vcge_*, vcgeq_*, vcgez_*, vcgezq_*, vcgt_*, vcgtq_*, vcgtz_*,
1247 vcgtzq_*, vcle_*, vcleq_*, vclez_*, vclezq_*, vclt_*, vcltq_*,
1248 vcltz_*, vcltzq_*, vtst_*, vtstq_*): Use gcc vector extensions.
1249
1250 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1251
1252 * config/aarch64/aarch64-builtins.c (aarch64_types_cmtst_qualifiers,
1253 TYPES_TST): Define.
1254 (aarch64_fold_builtin): Update pattern for cmtst.
1255
1256 * config/aarch64/aarch64-protos.h (aarch64_const_vec_all_same_int_p):
1257 Declare.
1258
1259 * config/aarch64/aarch64-simd-builtins.def (cmtst): Update qualifiers.
1260
1261 * config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>):
1262 Switch operands, separate out more cases, refactor.
1263
1264 (aarch64_cmtst<mode>): Rewrite pattern to match (plus ... -1).
1265
1266 * config/aarch64.c (aarch64_const_vec_all_same_int_p): Take single
1267 argument; rename old version to...
1268 (aarch64_const_vec_all_same_in_range_p): ...this.
1269 (aarch64_print_operand, aarch64_simd_shift_imm_p): Follow renaming.
1270
1271 * config/aarch64/predicates.md (aarch64_simd_imm_minus_one): Define.
1272
1273 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1274
1275 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
1276 Remove qualifier_const_pointer, update comment.
1277
1278 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1279
1280 * config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add.
1281
1282 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1283
1284 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Replace
1285 varargs with pointer parameter.
1286 (aarch64_simd_expand_builtin): pass pointer into previous.
1287
1288 2014-09-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1289
1290 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Add alu_ext,
1291 alus_ext.
1292
1293 2014-09-05 Alan Lawrence <alan.lawrence@arm.com>
1294
1295 * config/aarch64/aarch64-simd.md (aarch64_rbit<mode>): New pattern.
1296 * config/aarch64/aarch64-simd-builtins.def (rbit): New builtin.
1297 * config/aarch64/arm_neon.h (vrbit_s8, vrbit_u8, vrbitq_s8, vrbitq_u8):
1298 Replace temporary asm with call to builtin.
1299 (vrbit_p8, vrbitq_p8): New functions.
1300
1301 2014-09-05 Richard Biener <rguenther@suse.de>
1302
1303 * cfgloop.c (mark_loop_for_removal): New function.
1304 * cfgloop.h (mark_loop_for_removal): Declare.
1305 * cfghooks.c (delete_basic_block): Use mark_loop_for_removal.
1306 (merge_blocks): Likewise.
1307 (duplicate_block): Likewise.
1308 * except.c (sjlj_emit_dispatch_table): Likewise.
1309 * tree-eh.c (cleanup_empty_eh_merge_phis): Likewise.
1310 * tree-ssa-threadupdate.c (ssa_redirect_edges): Likewise.
1311 (thread_through_loop_header): Likewise.
1312
1313 2014-09-05 Richard Biener <rguenther@suse.de>
1314
1315 PR middle-end/63148
1316 * fold-const.c (try_move_mult_to_index): Remove.
1317 (fold_binary_loc): Do not call it.
1318 * tree-data-ref.c (dr_analyze_indices): Strip conversions
1319 from the base object again.
1320
1321 2014-09-05 James Greenhalgh <james.greenhalgh@arm.com>
1322
1323 * config/aarch64/aarch64.md (sibcall_value_insn): Give operand 1
1324 DImode.
1325
1326 2014-09-05 Bin Cheng <bin.cheng@arm.com>
1327
1328 PR target/55701
1329 * config/arm/arm.md (setmem): New pattern.
1330 * config/arm/arm-protos.h (struct tune_params): New fields.
1331 (arm_gen_setmem): New prototype.
1332 * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
1333 (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
1334 (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
1335 (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
1336 (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
1337 (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
1338 (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
1339 (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
1340 (arm_const_inline_cost): New function.
1341 (arm_block_set_max_insns): New function.
1342 (arm_block_set_non_vect_profit_p): New function.
1343 (arm_block_set_vect_profit_p): New function.
1344 (arm_block_set_unaligned_vect): New function.
1345 (arm_block_set_aligned_vect): New function.
1346 (arm_block_set_unaligned_non_vect): New function.
1347 (arm_block_set_aligned_non_vect): New function.
1348 (arm_block_set_vect, arm_gen_setmem): New functions.
1349
1350 2014-09-05 Bin Cheng <bin.cheng@arm.com>
1351
1352 * config/arm/arm.md (arm_movqi_insn): Use Uh instead of m constraint.
1353
1354 2014-09-05 Bin Cheng <bin.cheng@arm.com>
1355
1356 * config/arm/arm.c (output_move_neon): Handle REG explicitly.
1357
1358 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1359
1360 * valtrack.c (dead_debug_insert_temp): Take an rtx_insn * instead of
1361 an rtx.
1362 * valtrack.h: Adjust.
1363
1364 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1365
1366 * emit-rtl.c (emit_insn_before_noloc): Take an rtx_insn * instead of
1367 an rtx.
1368 (emit_jump_insn_before_noloc): Likewise.
1369 (emit_call_insn_before_noloc): Likewise.
1370 (emit_label_before): Likewise.
1371 (emit_label_after): Likewise.
1372 (emit_insn_before_setloc): Likewise.
1373 (emit_jump_insn_before_setloc): Likewise.
1374 (emit_call_insn_before_setloc): Likewise.
1375 (emit_call_insn_before): Likewise.
1376 * rtl.h: Adjust.
1377
1378 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1379
1380 * cse.c (cse_insn): Strengthen local "new_rtx" from rtx to
1381 rtx_insn *, eliminating a checked cast.
1382
1383 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1384
1385 * rtl.h (modified_between_p): Strengthen params 2 and 3 from
1386 const_rtx to const rtx_insn *.
1387 * rtlanal.c (modified_between_p): Likewise, eliminating a checked
1388 cast.
1389
1390 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1391
1392 * emit-rtl.c (try_split): Update NULL_RTX to NULL in call to
1393 fixup_args_size_notes.
1394 * expr.c (fixup_args_size_notes): Strengthen first two params from
1395 rtx to rtx_insn *, eliminating a checked cast.
1396 * rtl.h (fixup_args_size_notes): Strengthen first two params from
1397 rtx to rtx_insn *.
1398
1399 2014-09-05 David Malcolm <dmalcolm@redhat.com>
1400
1401 * haifa-sched.c (get_ready_element): Strengthen return type from
1402 rtx to rtx_insn *.
1403 * sched-int.h (get_ready_element): Likewise.
1404
1405 2014-09-04 Segher Boessenkool <segher@kernel.crashing.org>
1406
1407 PR target/63165
1408 * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax_mem): Use
1409 indexed_or_indirect_operand instead of memory_operand.
1410 (floatsi<mode>2_lfiwzx_mem): Ditto.
1411
1412 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1413
1414 * config/bfin/bfin.c, config/c6x/c6x.c, config/m32c/m32c.c,
1415 config/mn10300/mn10300.c, config/s390/s390.c, config/sh/sh.c,
1416 ifcvt.c, reorg.c: Change types of variables from rtx to rtx_insn *.
1417
1418 2014-09-04 Trevor Saunders <tsaunders@mozilla.com>
1419
1420 * emit-rtl.c (get_first_nonnote_insn): Return rtx_insn * instead of
1421 rtx.
1422 (get_last_nonnote_insn): Likewise.
1423 (next_nonnote_insn_bb): Take rtx_insn * instead of rtx.
1424 * resource.c (find_basic_block): Likewise.
1425 * rtl.h: Adjust.
1426 * rtlanal.c (keep_with_call_p): Take const rtx_insn * instead of
1427 const_rtx.
1428
1429 2014-09-04 David Malcolm <dmalcolm@redhat.com>
1430
1431 * genattr.c (main): Within the prototype of insn_latency written
1432 out to insn-attr.h, strengthen both params from rtx to rtx_insn *.
1433 * genautomata.c (output_internal_maximal_insn_latency_func):
1434 Within the implementation of insn_latency written out to
1435 insn-automata.c, strengthen both params from rtx to rtx_insn *,
1436 eliminating a pair of checked casts.
1437
1438 2014-09-04 David Malcolm <dmalcolm@redhat.com>
1439
1440 * jump.c (eh_returnjump_p): Strengthen param "insn" from rtx to
1441 rtx_insn *.
1442
1443 * rtl.h (eh_returnjump_p): Likewise.
1444
1445 2014-09-04 Aldy Hernandez <aldyh@redhat.com>
1446
1447 * Makefile.in (TAGS): Handle constructs in timevar.def.
1448
1449 2014-09-04 Guozhi Wei <carrot@google.com>
1450
1451 PR target/62040
1452 * config/aarch64/iterators.md (VQ_NO2E, VQ_2E): New iterators.
1453 * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): Split
1454 it into two patterns.
1455 (move_lo_quad_internal_be_<mode>): Likewise.
1456
1457 2014-09-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
1458
1459 * doc/options.texi: Document that Var and Init are required if CPP
1460 is given.
1461 * optc-gen.awk: Require Var and Init if CPP is given.
1462 * common.opt (Wpedantic): Use Init.
1463
1464 2014-09-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1465
1466 * config/rs6000/rs6000.c (special_handling_values): Add
1467 SH_EXTRACT.
1468 (rtx_is_swappable_p): Look for patterns with a VEC_SELECT, perhaps
1469 wrapped in a VEC_DUPLICATE, representing an extract. Mark these
1470 as swappable with special handling SH_EXTRACT. Remove
1471 UNSPEC_VSX_XXSPLTW from the list of disallowed unspecs for the
1472 optimization.
1473 (adjust_extract): New function.
1474 (handle_special_swappables): Add default to case statement; add
1475 case for SH_EXTRACT that calls adjust_extract.
1476 (dump_swap_insn_table): Handle SH_EXTRACT.
1477
1478 2014-09-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1479
1480 * config/rs6000/vsx.md (*vsx_extract_<mode>_load): Always match
1481 selection of 0th memory doubleword, regardless of endianness.
1482
1483 2014-09-04 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1484
1485 * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces.
1486
1487 2014-09-04 Alan Modra <amodra@gmail.com>
1488
1489 PR debug/60655
1490 * dwarf2out.c (mem_loc_descriptor <PLUS>): Return NULL if addend
1491 can't be output.
1492
1493 2014-09-03 Matthew Fortune <matthew.fortune@imgtec.com>
1494
1495 * target.def (TARGET_DWARF_FRAME_REG_MODE): New target hook.
1496 * targhooks.c (default_dwarf_frame_reg_mode): New function.
1497 * targhooks.h (default_dwarf_frame_reg_mode): New prototype.
1498 * doc/tm.texi.in (TARGET_DWARF_FRAME_REG_MODE): Document.
1499 * doc/tm.texi: Regenerate.
1500 * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Abstract mode
1501 selection logic to default_dwarf_frame_reg_mode.
1502
1503 2014-09-03 Marek Polacek <polacek@redhat.com>
1504
1505 * doc/invoke.texi: Document that -Wlogical-not-parentheses is enabled
1506 by -Wall.
1507
1508 2014-09-03 Richard Sandiford <richard.sandiford@arm.com>
1509
1510 * doc/rtl.texi (RTX_AUTOINC): Document that the first operand is
1511 the automodified register.
1512
1513 2014-09-03 Richard Sandiford <richard.sandiford@arm.com>
1514
1515 * output.h (get_some_local_dynamic_name): Declare.
1516 * final.c (some_local_dynamic_name): New variable.
1517 (get_some_local_dynamic_name): New function.
1518 (final_end_function): Clear some_local_dynamic_name.
1519 * config/alpha/alpha.c (machine_function): Remove some_ld_name.
1520 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
1521 (print_operand): Report an error if '%&' is used inappropriately.
1522 * config/i386/i386.c (get_some_local_dynamic_name): Delete.
1523 (get_some_local_dynamic_name_1): Delete.
1524 * config/rs6000/rs6000.c (machine_function): Remove some_ld_name.
1525 (rs6000_get_some_local_dynamic_name): Delete.
1526 (rs6000_get_some_local_dynamic_name_1): Delete.
1527 (print_operand): Report an error if '%&' is used inappropriately.
1528 * config/s390/s390.c (machine_function): Remove some_ld_name.
1529 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
1530 (print_operand): Assert that get_some_local_dynamic_name is nonnull.
1531 * config/sparc/sparc.c: Include rtl-iter.h.
1532 (machine_function): Remove some_ld_name.
1533 (sparc_print_operand): Report an error if '%&' is used inappropriately.
1534 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Delete.
1535
1536 2014-09-03 Richard Henderson <rth@redhat.com>
1537
1538 * config/aarch64/aarch64.c (aarch64_popwb_single_reg): Remove.
1539 (aarch64_popwb_pair_reg): Remove.
1540 (aarch64_set_frame_expr): Remove.
1541 (aarch64_restore_callee_saves): Add CFI_OPS argument; fill it with
1542 the restore ops performed by the insns generated.
1543 (aarch64_expand_epilogue): Attach CFI_OPS to the stack deallocation
1544 insn. Perform the calls_eh_return addition later; do not attempt to
1545 preserve the CFA in that case. Don't use aarch64_set_frame_expr.
1546 (aarch64_expand_prologue): Use REG_CFA_ADJUST_CFA directly, or no
1547 special markup at all. Load cfun->machine->frame.hard_fp_offset
1548 into a local variable.
1549 (aarch64_frame_pointer_required): Don't check calls_alloca.
1550
1551 2014-09-03 Richard Biener <rguenther@suse.de>
1552
1553 * opts.c (default_options_optimization): Adjust
1554 max-combine-insns to 2 for -Og.
1555
1556 2014-09-03 Martin Jambor <mjambor@suse.cz>
1557
1558 PR ipa/62015
1559 * ipa-cp.c (intersect_aggregates_with_edge): Handle impermissible
1560 pass-trough jump functions correctly.
1561
1562 2014-09-03 Martin Jambor <mjambor@suse.cz>
1563
1564 PR ipa/61986
1565 * ipa-cp.c (find_aggregate_values_for_callers_subset): Chain
1566 created replacements in ascending order of offsets.
1567 (known_aggs_to_agg_replacement_list): Likewise.
1568
1569 2014-09-03 Martin Liska <mliska@suse.cz>
1570
1571 * tree-ssa-sccvn.c (vn_reference_lookup_call): default (NULL) value
1572 is set to set uninitialized value for vnresult.
1573
1574 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1575
1576 * config/nds32/nds32.c (nds32_must_pass_in_stack): New implementation
1577 for TARGET_MUST_PASS_IN_STACK.
1578
1579 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1580
1581 * config/nds32/nds32.c (nds32_arg_partial_bytes): New implementation
1582 for TARGET_ARG_PARTIAL_BYTES.
1583
1584 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1585
1586 * config/nds32/nds32.c (nds32_expand_prologue): Emit stack push
1587 instructions for varargs implementation.
1588 (nds32_expand_epilogue): Emit stack adjustment instructions for
1589 varargs implementation.
1590
1591 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1592
1593 * config/nds32/nds32.c (nds32_expand_prologue): Suppress fp-as-gp
1594 optimization detection.
1595
1596 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1597
1598 * config/nds32/nds32.c (nds32_function_arg): Deal with nameless
1599 arguments.
1600 (nds32_function_arg_advance): Deal with nameless arguments.
1601 * config/nds32/nds32.h (NDS32_ARG_PASS_IN_REG_P): Split it into ...
1602 (NDS32_ARG_ENTIRE_IN_GPR_REG_P): ... this one and ...
1603 (NDS32_ARG_PARTIAL_IN_GPR_REG_P): ... this one.
1604
1605 2014-09-03 Richard Biener <rguenther@suse.de>
1606
1607 * tree-ssa-pre.c (alloc_expression_id): Use quick_grow_cleared.
1608 (struct bb_bitmap_sets): Remove deferred member.
1609 (BB_DEFERRED): Remove.
1610 (defer_or_phi_translate_block): Remove.
1611 (compute_antic_aux): Remove deferring of blocks, assert
1612 proper iteration order.
1613 (compute_antic): Do not set BB_DEFERRED.
1614 (eliminate): Allocate el_avail of proper size initially.
1615
1616 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1617
1618 * config/nds32/nds32.h (FIRST_PARM_OFFSET): Set proper location
1619 according to the value of crtl->args.pretend_args_size.
1620
1621 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1622
1623 * config/nds32/nds32.c (nds32_compute_stack_frame): Prepare necessary
1624 varargs information.
1625
1626 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1627
1628 * config/nds32/nds32.c (nds32_setup_incoming_varargs): New
1629 implementation for TARGET_SETUP_INCOMING_VARARGS.
1630 (nds32_strict_argument_naming): Refine comment.
1631 * config/nds32/nds32.h (TARGET_SOFT_FLOAT, TARGET_HARD_FLOAT):
1632 Define for future implementation.
1633
1634 2014-09-03 Ilya Tocar <ilya.tocar@intel.com>
1635
1636 * config/i386/adxintrin.h (_subborrow_u32): New.
1637 (_addcarry_u32): Ditto.
1638 (_subborrow_u64): Ditto.
1639 (_addcarry_u64): Ditto.
1640 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_SBB32,
1641 IX86_BUILTIN_SBB64.
1642 (ix86_init_mmx_sse_builtins): Handle __builtin_ia32_sbb_u32,
1643 __builtin_ia32_sbb_u64
1644
1645 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1646
1647 * config/nds32/nds32.c (nds32_function_arg): Define and rename some
1648 GPR-specific stuff.
1649 (nds32_function_arg_advance): Likewise.
1650 (nds32_init_cumulative_args): Likewise.
1651 * config/nds32/nds32.h (NDS32_MAX_GPR_REGS_FOR_ARGS): Define.
1652 (NDS32_FIRST_GPR_REGNUM): Define.
1653 (NDS32_LAST_GPR_REGNUM): Define.
1654 (NDS32_AVAILABLE_REGNUM_FOR_GPR_ARG): Define.
1655 (NDS32_ARG_PASS_IN_REG_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
1656 (FUNCTION_ARG_REGNO_P): Use NDS32_MAX_GPR_REGS_FOR_ARGS.
1657 (machine_function): Use GRP-specific stuff.
1658
1659 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1660
1661 * config/nds32/nds32.c (nds32_expand_prologue): Remove unused variables.
1662 (nds32_expand_epilogue): Likewise.
1663 (nds32_expand_prologue_v3push): Likewise.
1664 (nds32_expand_epilogue_v3pop): Likewise.
1665
1666 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1667
1668 * config/nds32/nds32.c (nds32_compute_stack_frame): Do not use
1669 v3push/v3pop for variadic function.
1670 * config/nds32/nds32.md (prologue, epilogue): Likewise.
1671
1672 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1673
1674 * config/nds32/nds32-md-auxiliary.c (nds32_output_stack_push):
1675 Check rtx for varargs implementation.
1676 (nds32_output_stack_pop): Likewise.
1677 * config/nds32/nds32-protos.h: Have a rtx argument for
1678 nds32_output_stack_push and nds32_output_stack_pop.
1679 * config/nds32/nds32.md: Likewise.
1680
1681 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1682
1683 * config/nds32/nds32-isr.c (nds32_isr_function_p): Define new function
1684 to check if FUNC is an interrupt service routine.
1685 * config/nds32/nds32-protos.h (nds32_isr_function_p): Declaration.
1686
1687 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1688
1689 * config/nds32/nds32.h (machine_function): Add some fields for variadic
1690 arguments implementation.
1691
1692 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1693
1694 * config/nds32/nds32-predicates.c
1695 (nds32_valid_stack_push_pop): Rename to ...
1696 (nds32_valid_stack_push_pop_p): ... this.
1697 * config/nds32/nds32-protos.h: Likewise.
1698 * config/nds32/predicates.md: Likewise.
1699
1700 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1701
1702 * config/nds32/nds32.c (nds32_gen_stack_v3push): Rename to ...
1703 (nds32_emit_stack_v3push): ... this.
1704 (nds32_gen_stack_v3pop): Rename to ...
1705 (nds32_emit_stack_v3pop): ... this and consider CFA restore
1706 information.
1707
1708 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1709
1710 * config/nds32/nds32.c (nds32_gen_stack_push_multiple): Rename to ...
1711 (nds32_emit_stack_push_multiple): ... this.
1712 (nds32_gen_stack_pop_multiple): Rename to ...
1713 (nds32_emit_stack_pop_multiple): ... this and consider CFA restore
1714 information.
1715
1716 2014-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1717
1718 PR target/61078
1719 * config/s390/s390.md ("*negdi2_31"): Add s390_split_ok_p check
1720 and add a second splitter to handle the remaining cases.
1721
1722 2014-09-03 Chung-Ju Wu <jasonwucj@gmail.com>
1723
1724 * config/nds32/nds32.h (PIC_OFFSET_TABLE_REGNUM): Define.
1725
1726 2014-09-02 Trevor Saunders <tsaunders@mozilla.com>
1727
1728 * cfgexpand.c (label_rtx_for_bb): Change type to
1729 hash_map<basic_block, rtx_code_label *> *.
1730 (expand_gimple_basic_block): Adjust.
1731 (pass_expand::execute): Likewise.
1732
1733 2014-09-02 Trevor Saunders <tsaunders@mozilla.com>
1734
1735 * asan.c, cfgexpand.c, config/alpha/alpha.md, config/arm/arm.c,
1736 config/epiphany/epiphany.md, config/h8300/h8300.c, config/i386/i386.md,
1737 config/m32r/m32r.c, config/mcore/mcore.md, config/mips/mips.c,
1738 config/mips/mips.md, config/nios2/nios2.c, config/pa/pa.c,
1739 config/s390/s390.c, config/s390/s390.md, config/sh/sh-mem.cc,
1740 config/sh/sh.c, config/sparc/sparc.c, dojump.c, function.c, optabs.c,
1741 stmt.c: Assign the result of gen_label_rtx to rtx_code_label * instead
1742 of rtx.
1743
1744 2014-09-02 Trevor Saunders <tsaunders@mozilla.com>
1745
1746 * alloc-pool.c: Include coretypes.h.
1747 * cgraph.h, dbxout.c, dwarf2out.c, except.c, except.h, function.c,
1748 function.h, symtab.c, tree-cfg.c, tree-eh.c: Use hash_map and
1749 hash_set instead of htab.
1750 * ggc-page.c (in_gc): New variable.
1751 (ggc_free): Do nothing if a collection is taking place.
1752 (ggc_collect): Set in_gc appropriately.
1753 * ggc.h (gt_ggc_mx(const char *)): New function.
1754 (gt_pch_nx(const char *)): Likewise.
1755 (gt_ggc_mx(int)): Likewise.
1756 (gt_pch_nx(int)): Likewise.
1757 * hash-map.h (hash_map::hash_entry::ggc_mx): Likewise.
1758 (hash_map::hash_entry::pch_nx): Likewise.
1759 (hash_map::hash_entry::pch_nx_helper): Likewise.
1760 (hash_map::hash_map): Adjust.
1761 (hash_map::create_ggc): New function.
1762 (gt_ggc_mx): Likewise.
1763 (gt_pch_nx): Likewise.
1764 * hash-set.h (default_hashset_traits::ggc_mx): Likewise.
1765 (default_hashset_traits::pch_nx): Likewise.
1766 (hash_set::hash_entry::ggc_mx): Likewise.
1767 (hash_set::hash_entry::pch_nx): Likewise.
1768 (hash_set::hash_entry::pch_nx_helper): Likewise.
1769 (hash_set::hash_set): Adjust.
1770 (hash_set::create_ggc): New function.
1771 (hash_set::elements): Likewise.
1772 (gt_ggc_mx): Likewise.
1773 (gt_pch_nx): Likewise.
1774 * hash-table.h (hash_table::hash_table): Adjust.
1775 (hash_table::m_ggc): New member.
1776 (hash_table::~hash_table): Adjust.
1777 (hash_table::expand): Likewise.
1778 (hash_table::empty): Likewise.
1779 (gt_ggc_mx): New function.
1780 (hashtab_entry_note_pointers): Likewise.
1781 (gt_pch_nx): Likewise.
1782
1783 2014-09-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1784
1785 * config/rs6000/rs6000-builtin.def (XVCVSXDDP_SCALE): New
1786 built-in definition.
1787 (XVCVUXDDP_SCALE): Likewise.
1788 (XVCVDPSXDS_SCALE): Likewise.
1789 (XVCVDPUXDS_SCALE): Likewise.
1790 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1791 entries for VSX_BUILTIN_XVCVSXDDP_SCALE,
1792 VSX_BUILTIN_XVCVUXDDP_SCALE, VSX_BUILTIN_XVCVDPSXDS_SCALE, and
1793 VSX_BUILTIN_XVCVDPUXDS_SCALE.
1794 * config/rs6000/rs6000-protos.h (rs6000_scale_v2df): New
1795 prototype.
1796 * config/rs6000/rs6000.c (real.h): New include.
1797 (rs6000_scale_v2df): New function.
1798 * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSXDDP): New unspec.
1799 (UNSPEC_VSX_XVCVUXDDP): Likewise.
1800 (UNSPEC_VSX_XVCVDPSXDS): Likewise.
1801 (UNSPEC_VSX_XVCVDPUXDS): Likewise.
1802 (vsx_xvcvsxddp_scale): New define_expand.
1803 (vsx_xvcvsxddp): New define_insn.
1804 (vsx_xvcvuxddp_scale): New define_expand.
1805 (vsx_xvcvuxddp): New define_insn.
1806 (vsx_xvcvdpsxds_scale): New define_expand.
1807 (vsx_xvcvdpsxds): New define_insn.
1808 (vsx_xvcvdpuxds_scale): New define_expand.
1809 (vsx_xvcvdpuxds): New define_insn.
1810 * doc/extend.texi (vec_ctf): Add new prototypes.
1811 (vec_cts): Likewise.
1812 (vec_ctu): Likewise.
1813 (vec_splat): Likewise.
1814 (vec_div): Likewise.
1815 (vec_mul): Likewise.
1816
1817 2014-09-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1818
1819 PR target/62275
1820 * config/arm/neon.md
1821 (neon_vcvt<NEON_VCVT:nvrint_variant><su_optab><VCVTF:mode>
1822 <v_cmp_result>): New pattern.
1823 * config/arm/iterators.md (NEON_VCVT): New int iterator.
1824 * config/arm/arm_neon_builtins.def (vcvtav2sf, vcvtav4sf, vcvtauv2sf,
1825 vcvtauv4sf, vcvtpv2sf, vcvtpv4sf, vcvtpuv2sf, vcvtpuv4sf, vcvtmv2sf,
1826 vcvtmv4sf, vcvtmuv2sf, vcvtmuv4sf): New builtin definitions.
1827 * config/arm/arm.c (arm_builtin_vectorized_function): Handle
1828 BUILT_IN_LROUNDF, BUILT_IN_LFLOORF, BUILT_IN_LCEILF.
1829
1830 2014-09-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1831
1832 PR target/62275
1833 * config/arm/iterators.md (FIXUORS): New code iterator.
1834 (VCVT): New int iterator.
1835 (su_optab): New code attribute.
1836 (su): Likewise.
1837 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): New pattern.
1838
1839 2014-09-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1840
1841 * config/aarch64/predicates.md (aarch64_comparison_operation):
1842 New special predicate.
1843 * config/aarch64/aarch64.md (*csinc2<mode>_insn): Use
1844 aarch64_comparison_operation instead of matching an operator.
1845 Update operand numbers.
1846 (csinc3<mode>_insn): Likewise.
1847 (*csinv3<mode>_insn): Likewise.
1848 (*csneg3<mode>_insn): Likewise.
1849 (ffs<mode>2): Update gen_csinc3<mode>_insn callsite.
1850 * config/aarch64/aarch64.c (aarch64_get_condition_code):
1851 Return -1 instead of aborting on invalid condition codes.
1852 (aarch64_print_operand): Update aarch64_get_condition_code callsites
1853 to assert that the returned condition code is valid.
1854 * config/aarch64/aarch64-protos.h (aarch64_get_condition_code): Export.
1855
1856 2014-09-02 Aldy Hernandez <aldyh@redhat.com>
1857
1858 * Makefile.in (TAGS): Handle constructs in common.opt, rtl.def,
1859 tree.def, and gimple.def
1860
1861 2014-09-02 Jakub Jelinek <jakub@redhat.com>
1862 Balaji V. Iyer <balaji.v.iyer@intel.com>
1863 Igor Zamyatin <igor.zamyatin@intel.com>
1864
1865 * cilk-builtins.def (__cilkrts_cilk_for_32): New.
1866 (__cilkrts_cilk_for_64): Likewise.
1867 * cilk-common.c (declare_cilk_for_builtin): New function.
1868 (cilk_init_builtins): Declare __cilkrts_cilk_for_32 and
1869 __cilkrts_cilk_for_64 bultins.
1870 * cilk.h (enum cilk_tree_index): Added CILK_TI_F_LOOP_32 and
1871 CILK_TI_F_LOOP_64.
1872 (cilk_for_32_fndecl): New define.
1873 (cilk_for_64_fndecl): Likewise.
1874 * gimple-pretty-print.c (dump_gimple_omp_for): Correct hadling of
1875 GF_OMP_FOR_KIND_CILKFOR cases; Added NE_EXPR case.
1876 * gimple.h (enum gf_mask): Added GF_OMP_FOR_KIND_CILKFOR; adjusted
1877 GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_SIMD, GF_OMP_FOR_COMBINED,
1878 GF_OMP_FOR_COMBINED_INTO.
1879 * gimplify.c (gimplify_scan_omp_clauses): Added
1880 OMP_CLAUSE__CILK_FOR_COUNT_ case.
1881 (gimplify_adjust_omp_clauses): Ditto.
1882 (gimplify_omp_for): Added CILK_FOR case.
1883 (gimplify_expr): Ditto.
1884 * omp-low.c: Include cilk.h.
1885 (extract_omp_for_data): Set appropriate kind for
1886 GF_OMP_FOR_KIND_CILKFOR; added check for GF_OMP_FOR_KIND_CILKFOR.
1887 (scan_sharing_clauses): Added OMP_CLAUSE__CILK_FOR_COUNT_ cases.
1888 (create_omp_child_function_name): Added second argument to handle
1889 cilk_for case.
1890 (cilk_for_check_loop_diff_type): New function.
1891 (expand_cilk_for_call): Likewise.
1892 (expand_cilk_for): Likewise.
1893 (create_omp_child_function): Set cilk_for_count; handle the cases when
1894 it is true; call create_omp_child_function_name with second argument.
1895 (expand_omp_taskreg): Set is_cilk_for and handle cases when it's true.
1896 (expand_omp_for): Handle case of GF_OMP_FOR_KIND_CILKFOR.
1897 * tree-core.h (omp_clause_code): Added OMP_CLAUSE__CILK_FOR_COUNT_.
1898 * tree-nested.c (convert_nonlocal_omp_clauses): Added
1899 OMP_CLAUSE__CILK_FOR_COUNT_ case.
1900 (convert_local_omp_clauses): Ditto.
1901 * tree-pretty-print.c (dump_omp_clause): Added
1902 OMP_CLAUSE__CILK_FOR_COUNT_ and OMP_CLAUSE_SCHEDULE_CILKFOR cases.
1903 (dump_generic_node): Added CILK_FOR case.
1904 * tree.c (omp_clause_num_ops): New element
1905 OMP_CLAUSE__CILK_FOR_COUNT_ (1).
1906 (omp_clause_code_name): New element _Cilk_for_count_.
1907 (walk_tree_1): Added OMP_CLAUSE__CILK_FOR_COUNT_ case.
1908 * tree.def: Add tree code for CILK_FOR.
1909
1910 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
1911
1912 * config/rs6000/40x.md (ppc403-integer): Move "exts" to "no dot".
1913 (ppc403-compare): Add "exts with dot" case.
1914 * config/rs6000/440.md (ppc440-integer, ppc440-compare): As above.
1915 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Ditto.
1916 * config/rs6000/601.md (ppc601-integer, ppc601-compare): Ditto.
1917 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Ditto.
1918 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Ditto.
1919 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Ditto.
1920 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Ditto.
1921 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
1922 cell-cmp-microcoded): Similarly.
1923 * config/rs6000/e300c2c3.md (ppce300c3_iu, ppce300c3_cmp): As before.
1924 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Ditto.
1925 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Ditto.
1926 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Ditto.
1927 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Ditto.
1928 * config/rs6000/power4.md (power4-integer, power4-compare): Ditto.
1929 * config/rs6000/power5.md (power5-integer, power5-compare): Ditto.
1930 * config/rs6000/power6.md (power6-exts): Add "no dot" condition.
1931 (power6-compare): Add "exts with dot" case.
1932 * config/rs6000/power7.md (power7-integer, power7-compare): As before.
1933 * config/rs6000/power8.md (power8-1cyc, power8-compare): Ditto.
1934 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Ditto.
1935
1936 * config/rs6000/predicates.md (lwa_operand): Don't allow memory
1937 if avoiding Cell microcode.
1938 * config/rs6000/rs6000.c (rs6000_adjust_cost): Handle exts+dot case.
1939 (is_cracked_insn): Ditto.
1940 (insn_must_be_first_in_group): Ditto.
1941 * config/rs6000/rs6000.md (dot): Adjust comment.
1942 (cell_micro): Handle exts+dot.
1943 (extendqidi2, extendhidi2, extendsidi2, *extendsidi2_lfiwax,
1944 *extendsidi2_nocell, *extendsidi2_nocell, extendqisi2, extendqihi2,
1945 extendhisi2, 16 anonymous instructions, and 12 splitters): Delete.
1946 (extendqi<mode>2, *extendqi<mode>2_dot, *extendqi<mode>2_dot2,
1947 extendhi<mode>2, *extendhi<mode>2, *extendhi<mode>2_noload,
1948 *extendhi<mode>2_dot, *extendhi<mode>2_dot2, extendsi<mode>2,
1949 *extendsi<mode>2_dot, *extendsi<mode>2_dot2): New.
1950
1951 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
1952
1953 * config/rs6000/rs6000.md (QHSI): Delete.
1954 (EXTQI, EXTHI, EXTSI): New mode iterators.
1955 (zero_extend<mode>di2, *zero_extend<mode>di2_internal1,
1956 *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
1957 *zero_extendsidi2_lfiwzx, zero_extendqisi2, zero_extendhisi2,
1958 9 anonymous instructions, and 8 splitters): Delete.
1959 (zero_extendqi<mode>2, *zero_extendqi<mode>2_dot,
1960 *zero_extendqi<mode>2_dot2, zero_extendhi<mode>2,
1961 *zero_extendhi<mode>2_dot, *zero_extendhi<mode>2_dot2,
1962 zero_extendsi<mode>2, *zero_extendsi<mode>2_dot,
1963 *zero_extendsi<mode>2_dot2): New.
1964
1965 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
1966
1967 * config/rs6000/rs6000.md (any_extend): New code iterator.
1968 (u, su): New code attributes.
1969 (dmode, DMODE): New mode attributes.
1970 (<su>mul<mode>3_highpart): New.
1971 (*<su>mul<mode>3_highpart): New.
1972 (<su>mulsi3_highpart_le): New.
1973 (<su>muldi3_highpart_le): New.
1974 (<su>mulsi3_highpart_64): New.
1975 (<u>mul<mode><dmode>3): New.
1976 (mulsidi3, umulsidi3, smulsi3_highpart, umulsi3_highpart, and two
1977 splitters): Delete.
1978 (mulditi3, umulditi3, smuldi3_highpart, umuldi3_highpart, and two
1979 splitters): Delete.
1980
1981 2014-09-02 Segher Boessenkool <segher@kernel.crashing.org>
1982
1983 * config/rs6000/rs6000.md (mulsi3, *mulsi3_internal1,
1984 *mulsi3_internal2, and two splitters): Delete.
1985 (muldi3, *muldi3_internal1, *muldi3_internal2, and two splitters):
1986 Delete.
1987 (mul<mode>3, mul<mode>3_dot, mul<mode>3_dot2): New.
1988
1989 2014-09-02 Richard Biener <rguenther@suse.de>
1990
1991 PR tree-optimization/62695
1992 * tree-ssa-structalias.c (find_func_clobbers): Add missing
1993 vector truncate.
1994
1995 2014-09-01 Oleg Endo <olegendo@gcc.gnu.org>
1996
1997 PR target/62312
1998 * config/sh/sh.md (*cmp_div0s_0): Add missing constraints.
1999
2000 2014-09-01 Andi Kleen <ak@linux.intel.com>
2001
2002 * file-find.c (add_prefix_begin): Add.
2003 (do_add_prefix): Rename from add_prefix with first argument.
2004 (add_prefix): Add new wrapper.
2005 * file-find.h (add_prefix_begin): Add.
2006 * gcc-ar.c (main): Support -B option.
2007
2008 2014-09-01 Segher Boessenkool <segher@kernel.crashing.org>
2009
2010 * genemit.c: Include dumpfile.h.
2011 (gen_split): Print name of splitter function to dump file.
2012
2013 2014-09-01 Richard Biener <rguenther@suse.de>
2014
2015 * tree-ssa-struct-aliases.c (find_func_aliases_for_builtin_call):
2016 Use stack auto_vecs for constraint expressions.
2017 (find_func_aliases_for_call): Likewise.
2018 (find_func_aliases): Likewise.
2019 (find_func_clobbers): Likewise.
2020
2021 2014-09-01 Richard Biener <rguenther@suse.de>
2022
2023 * tree-ssa-pre.c (phi_translate_1): Avoid re-allocating the
2024 operands vector in most cases. Remove redundant code.
2025
2026 2014-09-01 Olivier Hainque <hainque@adacore.com>
2027
2028 * config/vxworksae.h (VXWORKSAE_TARGET_DIR): Rely on
2029 $WIND_BASE instead of designating a harcoded arbitrary home dir.
2030 (VXWORKS_ADDITIONAL_CPP_SPEC): Adjust callers.
2031
2032 2014-09-01 Richard Biener <rguenther@suse.de>
2033
2034 * tree-ssa-sccvn.h (copy_reference_ops_from_ref,
2035 copy_reference_ops_from_call, vn_nary_op_compute_hash,
2036 vn_reference_compute_hash, vn_reference_insert): Remove.
2037 (vn_reference_lookup_call): New function.
2038 * tree-ssa-sccvn.c (vn_reference_compute_hash,
2039 copy_reference_ops_from_ref, copy_reference_ops_from_call,
2040 vn_reference_insert, vn_nary_op_compute_hash): Make static.
2041 (create_reference_ops_from_call): Remove.
2042 (vn_reference_lookup_3): Properly update shared_lookup_references.
2043 (vn_reference_lookup_pieces): Assert that we updated
2044 shared_lookup_references properly.
2045 (vn_reference_lookup): Likewise.
2046 (vn_reference_lookup_call): New function.
2047 (visit_reference_op_call): Use it. Avoid re-building the
2048 reference ops.
2049 (visit_reference_op_load): Remove redundant lookup.
2050 (visit_reference_op_store): Perform special tail-merging work
2051 only when possibly doing tail-merging.
2052 (visit_use): Likewise.
2053 * tree-ssa-pre.c (compute_avail): Use vn_reference_lookup_call.
2054
2055 2014-09-01 Jakub Jelinek <jakub@redhat.com>
2056
2057 PR target/62025
2058 * sched-deps.c (add_or_update_dep_1): If ask_dependency_caches
2059 returned DEP_PRESENT, make sure to set DEP_MULTIPLE on present_dep.
2060 (find_inc): Revert 2014-08-13 change.
2061
2062 2014-09-01 Marek Polacek <polacek@redhat.com>
2063
2064 PR middle-end/61903
2065 * expmed.c (store_fixed_bit_field_1): Shift UHWI 1 instead of HWI 1.
2066 Change the type of V to unsigned HOST_WIDE_INT.
2067
2068 2014-09-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
2069
2070 * tree-ssa-math-opts.c (struct symbolic_number): Clarify comment about
2071 the size of byte markers.
2072 (do_shift_rotate): Fix confusion between host, target and marker byte
2073 size.
2074 (verify_symbolic_number_p): Likewise.
2075 (find_bswap_or_nop_1): Likewise.
2076 (find_bswap_or_nop): Likewise.
2077
2078 2014-09-01 Olivier Hainque <hainque@adacore.com>
2079
2080 * Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA,
2081 INSTALL_SCRIPT and INSTALL_PROGRAM as well.
2082
2083 2014-09-01 Jakub Jelinek <jakub@redhat.com>
2084
2085 * config/gnu-user.h (LIBLSAN_EARLY_SPEC): Define.
2086 * gcc.c (LIBLSAN_SPEC, LIBLSAN_EARLY_SPEC): Follow LIBTSAN*_SPEC.
2087 (SANITIZER_EARLY_SPEC): Include LIBLSAN_EARLY_SPEC for -fsanitize=leak.
2088
2089 2014-09-01 Yury Gribov <y.gribov@samsung.com>
2090
2091 PR sanitizer/61897
2092 PR sanitizer/62140
2093 * asan.c (asan_mem_ref_get_end): Handle non-ptroff_t lengths.
2094 (build_check_stmt): Likewise.
2095 (instrument_strlen_call): Likewise.
2096 (asan_expand_check_ifn): Likewise and fix types.
2097 (maybe_cast_to_ptrmode): New function.
2098
2099 2014-09-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2100
2101 * config/mcore/mcore.c (try_constant_tricks): Fix declaration.
2102
2103 2014-08-31 Gerald Pfeifer <gerald@pfeifer.com>
2104
2105 * doc/generic.texi (Deficiencies): Add note on exemplary mistakes.
2106
2107 2014-08-30 John David Anglin <danglin@gcc.gnu.org>
2108
2109 * config/pa/pa.c (pa_assemble_integer): Don't add PLABEL relocation
2110 prefix to function labels when generating fast indirect calls.
2111
2112 2014-08-30 David Malcolm <dmalcolm@redhat.com>
2113
2114 PR bootstrap/62304
2115
2116 * gcc/reorg.c (skip_consecutive_labels): Convert return type and
2117 param back from rtx_insn * to rtx. Rename param from "label" to
2118 "label_or_return", reintroducing "label" as an rtx_insn * after
2119 we've ensured it's not a RETURN.
2120 (first_active_target_insn): Likewise for return type and param;
2121 add a checked cast to rtx_insn * once we've ensured "insn" is not
2122 a RETURN.
2123 (steal_delay_list_from_target): Convert param "pnew_thread" back
2124 from rtx_insn ** to rtx *. Replace use of JUMP_LABEL_AS_INSN
2125 with JUMP_LABEL.
2126 (own_thread_p): Convert param "thread" back from an rtx_insn * to
2127 an rtx. Introduce local rtx_insn * "thread_insn" with a checked
2128 cast once we've established we're not dealing with a RETURN,
2129 renaming subsequent uses of "thread" to "thread_insn".
2130 (fill_simple_delay_slots): Convert uses of JUMP_LABEL_AS_INSN back
2131 to JUMP_LABEL.
2132 (follow_jumps): Convert return type and param "label" from
2133 rtx_insn * back to rtx. Move initialization of "value" to after
2134 the handling for ANY_RETURN_P, adding a checked cast there to
2135 rtx_insn *. Convert local rtx_insn * "this_label" to an rtx and
2136 rename to "this_label_or_return", reintroducing "this_label" as
2137 an rtx_insn * once we've handled the case where it could be an
2138 ANY_RETURN_P.
2139 (fill_slots_from_thread): Rename param "thread" to
2140 "thread_or_return", converting from an rtx_insn * back to an rtx.
2141 Reintroduce name "thread" as an rtx_insn * local with a checked
2142 cast once we've handled the case of it being an ANY_RETURN_P.
2143 Convert local "new_thread" from an rtx_insn * back to an rtx.
2144 Add a checked cast when assigning to "trial" from "new_thread".
2145 Convert use of JUMP_LABEL_AS_INSN back to JUMP_LABEL. Add a
2146 checked cast to rtx_insn * from "new_thread" when invoking
2147 get_label_before.
2148 (fill_eager_delay_slots): Convert locals "target_label",
2149 "insn_at_target" from rtx_insn * back to rtx.
2150 Convert uses of JUMP_LABEL_AS_INSN back to JUMP_LABEL.
2151 (relax_delay_slots): Convert locals "trial", "target_label" from
2152 rtx_insn * back to rtx. Convert uses of JUMP_LABEL_AS_INSN back
2153 to JUMP_LABEL. Add a checked cast to rtx_insn * on "trial" when
2154 invoking update_block.
2155 (dbr_schedule): Convert use of JUMP_LABEL_AS_INSN back to
2156 JUMP_LABEL; this removes all JUMP_LABEL_AS_INSN from reorg.c.
2157
2158 * resource.h (mark_target_live_regs): Undo erroneous conversion
2159 of second param of r214693, converting it back from rtx_insn * to
2160 rtx, since it could be a RETURN.
2161
2162 * resource.c (find_dead_or_set_registers): Similarly, convert
2163 param "jump_target" back from an rtx_insn ** to an rtx *, as we
2164 could be writing back a RETURN. Rename local rtx_insn * "next" to
2165 "next_insn", and introduce "lab_or_return" as a local rtx,
2166 handling the case where JUMP_LABEL (this_jump_insn) is a RETURN.
2167 (mark_target_live_regs): Undo erroneous conversion
2168 of second param of r214693, converting it back from rtx_insn * to
2169 rtx, since it could be a RETURN. Rename it from "target" to
2170 "target_maybe_return", reintroducing the name "target" as a local
2171 rtx_insn * with a checked cast, after we've handled the case of
2172 ANY_RETURN_P.
2173
2174 2014-08-29 DJ Delorie <dj@redhat.com>
2175
2176 * cppbuiltin.c (define_builtin_macros_for_type_sizes): Round
2177 pointer size up to a power of two.
2178 * defaults.h (DWARF2_ADDR_SIZE): Round up.
2179 (POINTER_SIZE_UNITS): New, rounded up value.
2180 * dwarf2asm.c (size_of_encoded_value): Use it.
2181 (dw2_output_indirect_constant_1): Likewise.
2182 * expmed.c (init_expmed_one_conv): We now know the sizes of
2183 partial int modes.
2184 * loop-iv.c (iv_number_of_iterations): Use precision, not size.
2185 * optabs.c (expand_float): Use precision, not size.
2186 (expand_fix): Likewise.
2187 * simplify-rtx (simplify_unary_operation_1): Likewise.
2188 * tree-dfa.c (get_ref_base_and_extent): Likewise.
2189 * varasm.c (assemble_addr_to_section): Round up pointer sizes.
2190 (default_assemble_integer) Likewise.
2191 (dump_tm_clone_pairs): Likewise.
2192 * dwarf2out.c (mem_loc_descriptor): Allow partial-int modes also.
2193 * var-tracking.c (adjust_mems): Allow partial-int modes also.
2194 (prepare_call_arguments): Likewise.
2195 * stor-layout.c (finalize_type_size): Preserve precision.
2196 (layout_type): Use precision, not size.
2197
2198 * expr.c (convert_move): If the target has an explicit converter,
2199 use it.
2200
2201 2014-08-29 David Malcolm <dmalcolm@redhat.com>
2202
2203 * gdbinit.in: Skip various inline functions in rtl.h when
2204 stepping.
2205
2206 2014-08-29 Richard Sandiford <richard.sandiford@arm.com>
2207
2208 PR bootstrap/62301
2209 * rtlanal.c (rtx_referenced_p): Fix typo in LABEL_P call.
2210
2211 2014-08-29 Richard Biener <rguenther@suse.de>
2212
2213 PR tree-optimization/62291
2214 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Reserve
2215 exactly the vector size needed and use quick_push.
2216 (phi_translate_1): Adjust comment.
2217 (valid_in_sets): Remove block argument and remove pointless
2218 checking of NAMEs.
2219 (dependent_clean): Adjust for removal of block argument.
2220 (clean): Likewise.
2221 (compute_antic_aux): Likewise.
2222 (compute_partial_antic_aux): Likewise.
2223
2224 2014-08-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2225 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
2226 Anna Tikhonova <anna.tikhonova@intel.com>
2227 Ilya Tocar <ilya.tocar@intel.com>
2228 Andrey Turetskiy <andrey.turetskiy@intel.com>
2229 Ilya Verbin <ilya.verbin@intel.com>
2230 Kirill Yukhin <kirill.yukhin@intel.com>
2231 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
2232
2233 * config/i386/sse.md
2234 (define_insn "avx2_interleave_highv4di<mask_name>"): Add masking.
2235 (define_insn "vec_interleave_highv2di<mask_name>"): Ditto.
2236 (define_insn "avx2_interleave_lowv4di<mask_name>"): Ditto.
2237 (define_insn "vec_interleave_lowv2di<mask_name>"): Ditto.
2238
2239 2014-08-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2240 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
2241 Anna Tikhonova <anna.tikhonova@intel.com>
2242 Ilya Tocar <ilya.tocar@intel.com>
2243 Andrey Turetskiy <andrey.turetskiy@intel.com>
2244 Ilya Verbin <ilya.verbin@intel.com>
2245 Kirill Yukhin <kirill.yukhin@intel.com>
2246 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
2247
2248 * config/i386/i386-modes.def: Add V12QI, V14QI, V6HI modes.
2249 * config/i386/sse.md
2250 (define_mode_iterator VI4_128_8_256): New.
2251 (define_mode_iterator VI2_128_4_256): Ditto.
2252 (define_mode_iterator PMOV_DST_MODE): Rename into
2253 (define_mode_iterator PMOV_DST_MODE_1): this.
2254 (define_insn "*avx512f_<code><pmov_src_lower><mode>2"):
2255 Use PMOV_DST_MODE_1 mode iterator.
2256 (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
2257 Ditto.
2258 (define_insn "avx512f_<code><pmov_src_lower><mode>2_mask"):
2259 Ditto.
2260 (define_insn "*avx512bw_<code>v32hiv32qi2"): New.
2261 (define_insn "avx512bw_<code>v32hiv32qi2_mask"): Ditto.
2262 (define_expand "avx512bw_<code>v32hiv32qi2_store_mask"): Ditto.
2263 (define_mode_iterator PMOV_DST_MODE_2): New.
2264 (define_insn "*avx512vl_<code><ssedoublemodelower><mode>2"): Ditto.
2265 (define_insn "<avx512>_<code><ssedoublemodelower><mode>2_mask"): Ditto.
2266 (define_expand "<avx512>_<code><ssedoublemodelower><mode>2_store_mask"):
2267 Ditto.
2268 (define_mode_iterator PMOV_SRC_MODE_3): Ditto.
2269 (define_mode_attr pmov_dst_3): Ditto.
2270 (define_mode_attr pmov_dst_zeroed_3): Ditto.
2271 (define_mode_attr pmov_suff_3): Ditto.
2272 (define_insn "*avx512vl_<code><mode>v<ssescalarnum>qi2"): Ditto.
2273 (define_insn "*avx512vl_<code>v2div2qi2_store"): Ditto.
2274 (define_insn "avx512vl_<code>v2div2qi2_mask"): Ditto.
2275 (define_insn "avx512vl_<code>v2div2qi2_store_mask"): Ditto.
2276 (define_insn "*avx512vl_<code><mode>v4qi2_store"): Ditto.
2277 (define_insn "avx512vl_<code><mode>v4qi2_mask"): Ditto.
2278 (define_insn "avx512vl_<code><mode>v4qi2_store_mask"): Ditto.
2279 (define_insn "*avx512vl_<code><mode>v8qi2_store"): Ditto.
2280 (define_insn "avx512vl_<code><mode>v8qi2_mask"): Ditto.
2281 (define_insn "avx512vl_<code><mode>v8qi2_store_mask"): Ditto.
2282 (define_mode_iterator PMOV_SRC_MODE_4): Ditto.
2283 (define_mode_attr pmov_dst_4): Ditto.
2284 (define_mode_attr pmov_dst_zeroed_4): Ditto.
2285 (define_mode_attr pmov_suff_4): Ditto.
2286 (define_insn "*avx512vl_<code><mode>v<ssescalarnum>hi2"): Ditto.
2287 (define_insn "*avx512vl_<code><mode>v4hi2_store"): Ditto.
2288 (define_insn "avx512vl_<code><mode>v4hi2_mask"): Ditto.
2289 (define_insn "avx512vl_<code><mode>v4hi2_store_mask"): Ditto.
2290 (define_insn "*avx512vl_<code>v2div2hi2_store"): Ditto.
2291 (define_insn "avx512vl_<code>v2div2hi2_mask"): Ditto.
2292 (define_insn "avx512vl_<code>v2div2hi2_store_mask"): Ditto.
2293 (define_insn "*avx512vl_<code>v2div2si2"): Ditto.
2294 (define_insn "*avx512vl_<code>v2div2si2_store"): Ditto.
2295 (define_insn "avx512vl_<code>v2div2si2_mask"): Ditto.
2296 (define_insn "avx512vl_<code>v2div2si2_store_mask"): Ditto.
2297
2298 2014-08-29 Richard Biener <rguenther@suse.de>
2299
2300 * tree-cfg.c (verify_gimple_assign_unary): Do not allow
2301 NON_LVALUE_EXPR in gimple.
2302
2303 2014-08-29 Richard Biener <rguenther@suse.de>
2304
2305 PR middle-end/62292
2306 * gimple-fold.c (gimple_fold_builtin_strcpy): Fix error
2307 from previous refactoring.
2308 (gimple_fold_builtin_strncpy): Likewise.
2309
2310 2014-08-29 David Malcolm <dmalcolm@redhat.com>
2311
2312 PR bootstrap/62300
2313 * function.c (assign_parm_setup_reg): Remove erroneous checked
2314 cast to rtx_insn * on result of gen_extend_insn in favor of
2315 introducing a new local rtx "pat".
2316
2317 2014-08-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2318
2319 * config/mep/mep-pragma.c (mep_pragma_coprocessor_subclass): Rework
2320 to silence warning.
2321 * config/mep/mep.c (VECTOR_TYPE_P): Remove duplicate definition.
2322
2323 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2324
2325 * rtl.h (previous_insn): Strengthen param from rtx to rtx_insn *.
2326 (next_insn): Likewise.
2327 * emit-rtl.c (next_insn): Likewise.
2328 (previous_insn): Likewise.
2329 * config/pa/pa.c (remove_useless_addtr_insns): Strenghten locals
2330 "insn" and "next" from rtx to rtx_insn *.
2331 * config/picochip/picochip.c (picochip_reorg): Likewise for locals
2332 "insn", "insn1", "vliw_start", "prologue_end_note",
2333 "last_insn_in_packet".
2334
2335 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2336
2337 * shrink-wrap.h (active_insn_between): Strengthen both params from
2338 rtx to rtx_insn *.
2339 * function.c (active_insn_between): Likewise.
2340
2341 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2342
2343 * genattr.c (main): When writing out insn-attr.h, strengthen param
2344 of dfa_clear_single_insn_cache from rtx to rtx_insn *.
2345 * genautomata.c (output_dfa_clean_insn_cache_func): Likewise when
2346 writing out the definition of dfa_clear_single_insn_cache to the
2347 generated insn-automata.c
2348
2349 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2350
2351 * resource.h (clear_hashed_info_for_insn): Strengthen param from
2352 rtx to rtx_insn *.
2353 (incr_ticks_for_insn): Likewise.
2354 (init_resource_info): Likewise.
2355
2356 * resource.c (init_resource_info): Likewise.
2357 (clear_hashed_info_for_insn): Likewise.
2358 (incr_ticks_for_insn): Likewise.
2359
2360 * reorg.c (delete_scheduled_jump): Strengthen param "insn" from
2361 rtx to rtx_insn *.
2362 (steal_delay_list_from_target): Use methods of "seq".
2363 (try_merge_delay_insns): Use methods of "merged_insns".
2364 (update_block): Strengthen param "insn" from rtx to rtx_insn *.
2365 (reorg_redirect_jump): Likewise for param "jump".
2366
2367 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2368
2369 * insn-addr.h (insn_addresses_new): Strengthen param "insn" from
2370 rtx to rtx_insn *.
2371 * config/s390/s390.c (s390_split_branches): Eliminate top-level
2372 local rtx "tmp", in favor of new local rtx "mem" and rtx_insn *
2373 "set_insn".
2374 (s390_mainpool_finish): In three places, split out a local rtx
2375 "insn" into a local rtx - "set" or "pat" - and a rtx_insn *
2376 "insn". Strengthen local "pool_end" from rtx to rtx_code_label *
2377 and split another local rtx "insn" out into rtx "pat" and
2378 rtx_insn * "insn".
2379 * config/sh/sh.c (output_branchy_insn): Rather than working
2380 directly on operands[9], introduce local rtx_code_label *
2381 variables named "lab" in two places, working on them, and then
2382 assigning them to operands[9], so that the intervening operations
2383 are known by the type system to be on insns.
2384
2385 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2386
2387 * rtl.h (INSN_HAS_LOCATION): Strengthen param from const_rtx to
2388 const rtx_insn *.
2389
2390 * print-rtl.c (print_rtx): Add checked cast to const rtx_insn *
2391 in invocation of INSN_HAS_LOCATION.
2392
2393 2014-08-28 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2394
2395 * config/rs6000/altivec.h (vec_xl): New #define.
2396 (vec_xst): Likewise.
2397 * config/rs6000/rs6000-builtin.def (XXSPLTD_V2DF): New built-in.
2398 (XXSPLTD_V2DI): Likewise.
2399 (DIV_V2DI): Likewise.
2400 (UDIV_V2DI): Likewise.
2401 (MUL_V2DI): Likewise.
2402 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2403 entries for VSX_BUILTIN_XVRDPI, VSX_BUILTIN_DIV_V2DI,
2404 VSX_BUILTIN_UDIV_V2DI, VSX_BUILTIN_MUL_V2DI,
2405 VSX_BUILTIN_XXSPLTD_V2DF, and VSX_BUILTIN_XXSPLTD_V2DI).
2406 * config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTD): New unspec.
2407 (UNSPEC_VSX_DIVSD): Likewise.
2408 (UNSPEC_VSX_DIVUD): Likewise.
2409 (UNSPEC_VSX_MULSD): Likewise.
2410 (vsx_mul_v2di): New insn-and-split.
2411 (vsx_div_v2di): Likewise.
2412 (vsx_udiv_v2di): Likewise.
2413 (vsx_xxspltd_<mode>): New insn.
2414
2415 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2416
2417 * rtl.h (RTX_PREV): Added checked casts to uses of PREV_INSN and
2418 NEXT_INSN.
2419 (PREV_INSN): Strengthen param from const_rtx to const rtx_insn *.
2420 (NEXT_INSN): Likewise.
2421 (JUMP_LABEL_AS_INSN): Add a "const" modifier to param.
2422 (reg_used_between_p): Strengthen params 2 and 3 from const_rtx to
2423 const rtx_insn *.
2424 (no_labels_between_p): Likewise for both params.
2425
2426 * config/aarch64/aarch64.c (aarch64_output_casesi): Add a checked
2427 cast when using NEXT_INSN on operands[2].
2428 * config/alpha/alpha.c (alpha_set_memflags): Strengthen local
2429 "insn" from rtx to rtx_insn *, adding a checked cast.
2430 (alpha_handle_trap_shadows): Strengthen locals "i", "n" from rtx to
2431 rtx_insn *.
2432 * config/arc/arc-protos.h (arc_ccfsm_record_condition): Likewise
2433 for third param.
2434 (arc_text_label): Likewise for param "insn".
2435 * config/arc/arc.c (arc_expand_epilogue): Likewise for local
2436 "insn".
2437 (arc_ccfsm_record_condition): Likewise for param "jump".
2438 (arc_text_label): Likewise for local "label".
2439 * config/arc/arc.md (doloop_begin_i): Likewise for local "scan".
2440 Introduce a local "seq" via a dyn_cast to rtx_sequence *, and use
2441 a method for typesafety. Add a checked cast.
2442 * config/arc/constraints.md (Clb): Add a checked cast when getting
2443 the CODE_LABEL from a LABEL_REF.
2444 * config/arm/arm.c (require_pic_register): Strengthen locals
2445 "seq", "insn" from rtx to rtx_insn *.
2446 (create_fix_barrier): Likewise for locals "selected", "next".
2447 (thumb1_reorg): Likewise for locals "prev", "insn".
2448 (arm_expand_prologue): Likewise for local "last".
2449 (thumb1_output_casesi): Add a checked cast when using NEXT_INSN on
2450 operands[0].
2451 (thumb2_output_casesi): Likewise for operands[2].
2452 * config/avr/avr-log.c (avr_log_vadump): Within 'L' case,
2453 strengthen local "insn" from rtx to rtx_insn *.
2454 * config/bfin/bfin.c (find_next_insn_start): Likewise for return
2455 type and param "insn".
2456 (find_prev_insn_start): Likewise.
2457 (hwloop_optimize): Likewise for locals "insn", "last_insn",
2458 "prev".
2459 (gen_one_bundle): Likewise for loal "t".
2460 (find_load): Likewise for param "insn".
2461 (workaround_speculation): Likewise for locals "insn", "next",
2462 "target", "next_tgt".
2463 * config/c6x/c6x.c (assign_reservations): Likewise for both params
2464 and for locals "insn", "within", "last".
2465 (count_unit_reqs): Likewise for params "head", "tail" and local
2466 "insn".
2467 (try_rename_operands): Likewise for params "head", "tail".
2468 (reshuffle_units): Likewise for locals "head", "tail", "insn".
2469 (struct c6x_sched_context): Likewise for fields
2470 "last_scheduled_insn", "last_scheduled_iter0".
2471 (init_sched_state): Replace NULL_RTX with NULL.
2472 (reorg_split_calls): Strengthen local "new_cycle_first" from rtx
2473 to rtx_insn *.
2474 (undo_split_delayed_nonbranch): Likewise for param and for local
2475 "prev".
2476 (conditionalize_after_sched): Likewise for local "insn".
2477 (bb_earliest_end_cycle): Likewise.
2478 (filter_insns_above): Likewise for locals "insn", "next".
2479 (hwloop_optimize): Remove redundant checked cast.
2480 (hwloop_fail): Strengthen local "t" from rtx to rtx_insn *.
2481 * config/cris/cris.c (cris_initial_frame_pointer_offset): Replace
2482 NULL_RTX with NULL.
2483 (cris_simple_epilogue): Likewise.
2484 (cris_expand_prologue): Likewise.
2485 (cris_expand_epilogue): Likewise.
2486 * config/frv/frv.c (frv_function_contains_far_jump): Strengthen
2487 local "insn" from rtx to rtx_insn *.
2488 (frv_ifcvt_modify_tests): Likewise for locals "last_insn", "insn".
2489 (struct frv_packet_group): Likewise for the elements within array
2490 fields "insns", "sorted", and for field "nop".
2491 (frv_packet): Likewise for the elements within array field
2492 "insns".
2493 (frv_add_insn_to_packet): Likewise for param "insn".
2494 (frv_insert_nop_in_packet): Likewise for param "insn" and local
2495 "last".
2496 (frv_for_each_packet): Likewise for locals "insn", "next_insn".
2497 (frv_sort_insn_group_1): Likewise for local "insn".
2498 (frv_optimize_membar_local): Likewise.
2499 (frv_align_label): Likewise for locals "x", "last", "barrier",
2500 "label".
2501 * config/ia64/ia64.c (last_scheduled_insn): Likewise for this
2502 local.
2503 (ia64_sched_init): Likewise for local "insn".
2504 (scheduled_good_insn): Likewise for param "last".
2505 (struct _ia64_sched_context): Likewise for field
2506 "last_scheduled_insn".
2507 (ia64_init_sched_context): Replace NULL_RTX with NULL.
2508 (struct bundle_state): Likewise for field "insn".
2509 (issue_nops_and_insn): Likewise for param "insn".
2510 (get_next_important_insn): Likewise for return type and both
2511 params.
2512 (ia64_add_bundle_selector_before): Likewise for param "insn".
2513 (bundling): Likewise for params "prev_head_insn", "tail" and
2514 locals "insn", "next_insn", "b". Eliminate top-level local rtx
2515 "nop" in favor of new locals rtx "nop_pat" and rtx_insn *nop;
2516 * config/iq2000/iq2000-protos.h (iq2000_fill_delay_slot):
2517 Strengthen final param from rtx to rtx_insn *.
2518 (iq2000_move_1word): Likewise for second param.
2519 * config/iq2000/iq2000.c (iq2000_fill_delay_slot): Likewise for
2520 param "cur_insn" and local "next_insn".
2521 (iq2000_move_1word): Likewise for param "insn".
2522 * config/iq2000/iq2000.md (insn before ADDR_DIFF_VEC): Add checked
2523 casts when using NEXT_INSN on operands[1].
2524 * config/m32c/m32c.c (m32c_function_needs_enter): Strengthen local
2525 "insn" from rtx to rtx_insn *.
2526 * config/m68k/m68k.c (m68k_jump_table_ref_p): Split out uses of
2527 "x", introducing local rtx_insn * "insn" for when working with the
2528 CODE_LABEL of the LABEL_REF.
2529 (m68k_sched_md_init_global): Strengthen local "insn" from rtx to
2530 rtx_insn *.
2531 * config/mcore/mcore-protos.h (mcore_is_dead): Likewise for first
2532 param.
2533 * config/mcore/mcore.c (emit_new_cond_insn): Likewise for return
2534 type.
2535 (conditionalize_block): Likewise for return type and param.
2536 (mcore_is_dead): Likewise for param "first" and local "insn".
2537 (emit_new_cond_insn): Likewise for return type.
2538 (conditionalize_block): Likewise for return type, param, and
2539 locals "insn", "blk_1_br", "end_blk_2_insn", "start_blk_3_lab",
2540 "newinsn".
2541 (conditionalize_optimization): Likewise for local "insn".
2542 * config/mep/mep.c (mep_jmp_return_reorg): Add checked cast when
2543 using NEXT_INSN.
2544 * config/microblaze/microblaze.md: Add checked casts when using
2545 NEXT_INSN.
2546 * config/mips/mips.c (mips_expand_prologue): Eliminate top-level
2547 rtx "insn" in favor of various more tightly-scoped rtx "insn" and
2548 and rtx_insn * "insn".
2549 * config/mips/mips.md (casesi_internal_mips16_<mode>): Add a
2550 checked cast when using NEXT_INSN on operands[2].
2551 * config/mn10300/mn10300.c (mn10300_insert_setlb_lcc): Strengthen
2552 local "insn" from rtx to rtx_insn *.
2553 * config/nds32/nds32-fp-as-gp.c (nds32_fp_as_gp_check_available):
2554 Likewise.
2555 * config/nds32/nds32-md-auxiliary.c (nds32_output_casesi_pc_relative):
2556 Add a checked cast when using NEXT_INSN on operands[1].
2557 * config/pa/pa-protos.h (pa_following_call): Strengthen param from
2558 rtx to rtx_insn *.
2559 (pa_output_cbranch): Likewise for final param.
2560 (pa_output_lbranch): Likewise for second param.
2561 (pa_output_bb): Likewise for third param.
2562 (pa_output_bvb): Likewise.
2563 (pa_output_dbra): Likewise for second param.
2564 (pa_output_movb): Likewise.
2565 (pa_output_parallel_movb): Likewise.
2566 (pa_output_parallel_addb): Likewise.
2567 (pa_output_millicode_call): Likewise for first param.
2568 (pa_output_mul_insn): Likewise for second param.
2569 (pa_output_div_insn): Likewise for third param.
2570 (pa_output_mod_insn): Likewise for second param.
2571 (pa_jump_in_call_delay): Likewise for param.
2572 * config/pa/pa.c (pa_output_mul_insn): Likewise for param "insn".
2573 (pa_output_div_insn): Likewise.
2574 (pa_output_mod_insn): Likewise.
2575 (pa_output_cbranch): Likewise.
2576 (pa_output_lbranch): Likewise.
2577 (pa_output_bb): Likewise.
2578 (pa_output_bvb): Likewise.
2579 (pa_output_dbra): Likewise.
2580 (pa_output_movb): Likewise.
2581 (pa_output_millicode_call): Likewise; use method of rtx_sequence *
2582 to simplify and for typesafety.
2583 (pa_output_call): Use method of rtx_sequence *.
2584 (forward_branch_p): Strengthen param "insn" from rtx to rtx_insn *.
2585 (pa_jump_in_call_delay): Likewise.
2586 (pa_output_parallel_movb): Likewise.
2587 (pa_output_parallel_addb): Likewise.
2588 (pa_following_call): Likewise.
2589 (pa_combine_instructions): Likewise for locals "anchor",
2590 "floater".
2591 (pa_can_combine_p): Likewise for params "anchor", "floater" and
2592 locals "start", "end".
2593 * config/picochip/picochip.c (picochip_reset_vliw): Likewise for
2594 param "insn" and local "local_insn".
2595 (picochip_final_prescan_insn): Likewise for local "local_insn".
2596 * config/rs6000/rs6000.c (compute_save_world_info): Likewise for
2597 local "insn".
2598 (uses_TOC): Likewise.
2599 * config/s390/s390.c (get_some_local_dynamic_name): Likewise.
2600 (s390_mainpool_finish): Eliminate top-level local rtx "insn",
2601 splitting out to more tightly-scoped locals, 3 as rtx and one as
2602 rtx_insn *.
2603 (s390_optimize_nonescaping_tx): Strengthen local "tmp" from rtx
2604 to rtx_insn *.
2605 (s390_emit_prologue): Introduce a local "insn" to be an rtx_insn *
2606 where needed.
2607 * config/sh/sh-protos.h (barrier_align): Strenghten param from rtx
2608 to rtx_insn *.
2609 (fixup_addr_diff_vecs): Likewise.
2610 (reg_unused_after): Likewise for param 2.
2611 (sh_can_redirect_branch): Likewise for both params.
2612 (check_use_sfunc_addr): Likewise for param 1.
2613 * config/sh/sh.c (fixup_mova): Likewise for local "worker".
2614 (find_barrier): Likewise for local "last_got".
2615 (gen_block_redirect): Likewise for return type, param "jump" and
2616 locals "prev", "scan", "next", "insn".
2617 (struct far_branch): Likewise for fields "near_label",
2618 "insert_place", "far_label".
2619 (gen_far_branch): Likewise for local "jump".
2620 (fixup_addr_diff_vecs): Likewise for param "first" and locals
2621 "insn", "prev".
2622 (barrier_align): Likewise for param and for locals "prev", "x".
2623 Introduce local rtx_sequence * "prev_seq" and use insn method for
2624 typesafety and clarity.
2625 (sh_reorg): Strengthen local "scan" from rtx to rtx_insn *.
2626 (get_dest_uid): Likewise for local "dest".
2627 (split_branches): Likewise for locals "next", "beyond", "label",
2628 "block", "far_label". Add checked casts when assigning to
2629 bp->far_label and "far_label".
2630 (reg_unused_after): Strengthen param "scan" from rtx to rtx_insn *.
2631 (sequence_insn_p): Likewise.
2632 (mark_constant_pool_use): Likewise for locals "insn", "lab". Add a
2633 more loop-scoped rtx "insn" when walking LABEL_REFS.
2634 (sh_can_redirect_branch): Strengthen both params from rtx to
2635 rtx_insn *.
2636 (check_use_sfunc_addr): Likewise for param "insn". Introduce a
2637 new local rtx_sequence * "seq" via a dyn_cast, and use a method
2638 for clarity and typesafety.
2639 * config/sh/sh.md (define_expand "epilogue"): Strengthen local
2640 "insn" from rtx to rtx_insn *.
2641 (define_insn "casesi_worker_1"): Add a checked cast to rtx_insn *
2642 when using NEXT_INSN on the CODE_LABEL in operands[2].
2643 (define_insn "casesi_worker_2"): Likewise.
2644 (define_insn "casesi_shift_media"): Likewise.
2645 (define_insn "casesi_load_media"): Likewise for the CODE_LABEL in
2646 operands[3].
2647 * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value):
2648 Strengthen field "insn" from rtx to rtx_insn *.
2649 (sh_optimize_sett_clrt::execute): Likewise for locals "next_i", "i".
2650 (sh_optimize_sett_clrt::find_last_ccreg_values): Likewise for
2651 param "start_insn" and local "start_insn".
2652 * config/sh/sh_treg_combine.cc (struct set_of_reg): Likewise for
2653 field "insn".
2654 (find_set_of_reg_bb): Likewise for param "insn".
2655 (trace_reg_uses_1): Likewise for param "start_insn" and local "i".
2656 (trace_reg_uses): Likewise for param "start_insn".
2657 (sh_treg_combine::cbranch_trace): Likewise for field
2658 "cbranch_insn".
2659 (sh_treg_combine::cbranch_trace::cbranch_trace): Likewise for
2660 param "insn".
2661 (sh_treg_combine::record_set_of_reg): Likewise for param
2662 "start_insn" and local "i".
2663 (sh_treg_combine::can_remove_cstore): Likewise for local
2664 "prev_insn".
2665 (sh_treg_combine::try_optimize_cbranch): Likewise for param
2666 "insn".
2667 (sh_treg_combine::execute): Likewise for local "i".
2668 * config/sparc/sparc-protos.h (empty_delay_slot): Likewise for
2669 param.
2670 (sparc_check_64): Likewise for second param.
2671 * config/sparc/sparc.c (sparc_do_work_around_errata): Likewise for
2672 locals "insn", "next". Introduce local rtx_sequence * "seq" via a
2673 dyn_cast, using its insn method for typesafety and clarity.
2674 (empty_delay_slot): Strengthen param "insn" from rtx to
2675 rtx_insn *.
2676 (set_extends): Likewise.
2677 (sparc_check_64): Likewise.
2678 * config/stormy16/stormy16.c (xstormy16_split_cbranch): Likewise
2679 for locals "seq", "last_insn".
2680 (combine_bnp): Likewise for param "insn".
2681 (xstormy16_reorg): Likewise for local "insn".
2682 * config/v850/v850.c (substitute_ep_register): Likewise for params
2683 "first_insn", "last_insn" and local "insn".
2684 (v850_reorg): Likewise for fields "first_insn", "last_insn" within
2685 elements of "regs" array, and local "insn".
2686 * except.c (emit_note_eh_region_end): Likewise for param "insn".
2687 * final.c (final_sequence): Strengthen this global from rtx to
2688 rtx_sequence *.
2689 (shorten_branches): Strenthen locals "rel_lab", "prev" from rtx to
2690 rtx_insn *.
2691 (final_scan_insn): Update assignment to "final_sequence" to be
2692 from "seq", the cast version of "body", for type-safety.
2693 * function.c (assign_parm_setup_reg): Strengthen locals "insn",
2694 "insns" from rtx to rtx_insn *.
2695 (thread_prologue_and_epilogue_insns): Likewise for local "seq".
2696 * genattr.c (main): When writing out generated insn-attr.h,
2697 strengthen params 1 and 3 of eligible_for_delay,
2698 eligible_for_annul_true, eligible_for_annul_false from rtx to
2699 rtx_insn *.
2700 * genattrtab.c (write_eligible_delay): Likewise when writing out
2701 generated insn-attrtab.c; also local "insn" the generated
2702 functions.
2703 * hw-doloop.c (discover_loops): Strengthen local "insn" from rtx
2704 to rtx_insn *.
2705 * hw-doloop.h (struct GTY hwloop_info_d): Strengthen field
2706 "start_label" from rtx to rtx_insn *.
2707 * ira.c (decrease_live_ranges_number): Likewise for local "p".
2708 (ira_update_equiv_info_by_shuffle_insn): Likewise for param
2709 "insns" and local "insn".
2710 (validate_equiv_mem): Likewise for param "start" and local "insn".
2711 (memref_used_between_p): Likewise for params "start", "end" and
2712 local "insn".
2713 * ira.h (ira_update_equiv_info_by_shuffle_insn): Likewise for
2714 final param.
2715 * loop-doloop.c (doloop_optimize): Within region guarded by
2716 INSN_P (doloop_pat), introduce a new local rtx_insn *
2717 "doloop_insn" via a checked cast, and use it for typesafety,
2718 eventually writing the value back into doloop_pat.
2719 * output.h (final_sequence): Strengthen this global from rtx to
2720 rtx_sequence *.
2721 * recog.c (peep2_attempt): Rename param "insn" to "uncast_insn",
2722 reintroducing "insn" as an rtx_insn * via a checked cast.
2723 Strengthen param "attempt" and local "new_insn"from rtx to
2724 rtx_insn *.
2725 (peephole2_optimize): Strengthen locals "insn", "attempt" from rtx
2726 to rtx_insn *.
2727 * ree.c (emit_note_eh_region_end): Likewise for local "insn".
2728 * reload1.c (reload_as_needed): Eliminate top-level locals "x" and
2729 "p" in favor of more tightly-scoped replacements, sometimes rtx
2730 and sometimes rtx_insn *, as appropriate.
2731 (delete_output_reload): Eliminate top-level rtx "i1", splitting
2732 into two loop-scoped locals, one an rtx, the other an rtx_insn *.
2733 * reorg.c (delete_scheduled_jump): Add checked cast. Strengthen
2734 local "trial" from rtx to rtx_insn *.
2735 (redirect_with_delay_slots_safe_p): Strengthen param "jump" from
2736 rtx to rtx_insn *. Strenghten local "pat" from rtx to
2737 rtx_sequence * and use methods for clarity and typesafety.
2738 (redirect_with_delay_list_safe_p): Strengthen param "jump" from
2739 rtx to rtx_insn *. Strenghten local "li" from rtx to
2740 rtx_insn_list * and use its methods for clarity and typesafety.
2741 (steal_delay_list_from_target): Strengthen param "insn" from rtx
2742 to rtx_insn *.
2743 (steal_delay_list_from_fallthrough): Likewise.
2744 (try_merge_delay_insns): Likewise for param "thread" and locals
2745 "trial", "next_trial", "delay_insn".
2746 (redundant_insn): Likewise for param "target" and local "trial".
2747 (own_thread_p): Likewise for param "thread" and locals
2748 "active_insn", "insn".
2749 (get_label_before): Likewise for param "insn".
2750 (fill_simple_delay_slots): Likewise for local "new_label"; use
2751 JUMP_LABEL_AS_INSN as necessary when calling own_thread_p.
2752 (label_before_next_insn): Strengthen return type and local "insn"
2753 from rtx to rtx_insn *.
2754 (relax_delay_slots): Likewise for locals "other", "tmp".
2755 (make_return_insns): Likewise for param "first" and locals "insn",
2756 "jump_insn", "prev". Move declaration of "pat" to its assignment
2757 and strengthen from rtx to rtx_sequence *. Use its methods for
2758 clarity and typesafety.
2759 * rtlanal.c (no_labels_between_p): Strengthen params from
2760 const_rtx to const rtx_insn *. Strengthen local "p" from rtx to
2761 rtx_insn *.
2762 (reg_used_between_p): Strengthen params "from_insn", "to_insn"
2763 from const_rtx to const rtx_insn *.
2764 (reg_set_between_p): Rename param "from_insn" to
2765 "uncast_from_insn", and reintroduce "from_insn" as a
2766 const rtx_insn * via a checked cast.
2767 (modified_between_p): Likewise for param "start" as "uncast_start".
2768 (tablejump_p): Add a cast when invoking NEXT_INSN on "label".
2769 * sel-sched-ir.c (get_seqno_by_preds): Strengthen param and locals
2770 "tmp", head" from rtx to rtx_insn *.
2771 (recompute_rev_top_order): Likewise for local "insn".
2772 * sel-sched-ir.h (get_seqno_by_preds): Likewise for param.
2773 * store-motion.c (build_store_vectors): Likewise for local "insn".
2774 Strengthen local "st" from rtx to rtx_insn_list * and use methods
2775 for clarity and typesafety.
2776 * tree-ssa-loop-ivopts.c (seq_cost): Strengthen param "seq" from
2777 rtx to rtx_insn *.
2778 (computation_cost): Likewise for local "seq".
2779 (get_address_cost): Likewise.
2780
2781 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2782
2783 * rtl.h (tablejump_p): Strengthen first param from const_rtx to
2784 const rtx_insn *.
2785 (label_is_jump_target_p): Likewise for second param.
2786
2787 * rtlanal.c (tablejump_p): Likewise for param "insn".
2788 (label_is_jump_target_p): Likewise for param "jump_insn".
2789
2790 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2791
2792 * rtl.h (find_first_parameter_load): Strengthen return type and
2793 both params from rtx to rtx_insn *.
2794 * rtlanal.c (find_first_parameter_load): Strengthen return type,
2795 both params and locals "before", "first_set" from rtx to
2796 rtx_insn *. Remove now-redundant cast.
2797 * except.c (sjlj_mark_call_sites): Use NULL rather than NULL_RTX.
2798
2799 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2800
2801 * rtl.h (find_last_value): Delete.
2802 * rtlanal.c (find_last_value): Delete.
2803
2804 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2805
2806 * cfgexpand.c (pass_expand::execute): Strengthen local "after"
2807 from rtx to rtx_insn *.
2808 * cfgrtl.c (force_nonfallthru_and_redirect): Replace use of local
2809 rtx "note" with new local rtx_insn * "new_head" when calculating
2810 head insn of new basic block.
2811 * combine.c (combine_split_insns): Strengthen return type and local
2812 "ret" from rtx to rtx_insn *.
2813 (likely_spilled_retval_p): Likewise for locals "use" and "p".
2814 (try_combine): Eliminate local "m_split", splitting into new
2815 locals "m_split_insn" and "m_split_pat".
2816 (find_split_point): Strengthen local "seq" from rtx into
2817 rtx_insn *.
2818 * config/spu/spu.c (spu_machine_dependent_reorg): Likewise for
2819 locals "label", "branch".
2820 * config/spu/spu.md (define_expand "smulsi3_highpart"): Likewise
2821 for local "insn".
2822 (define_expand "umulsi3_highpart"): Likewise for local "insn".
2823 * dse.c (note_add_store_info): Likewise for fields "first",
2824 "current".
2825 (note_add_store): Likewise for local "insn".
2826 (emit_inc_dec_insn_before): Likewise for locals "insn",
2827 "new_insn", "cur".
2828 (find_shift_sequence): Likewise for locals "shift_seq", "insn".
2829 (replace_read): Likewise for locals "insns", "this_insn".
2830 * dwarf2cfi.c (dw_trace_info): Likewise for field "eh_head".
2831 (notice_eh_throw): Likewise for param "insn".
2832 (before_next_cfi_note): Likewise for return type, param, and local
2833 "prev".
2834 (connect_traces): Likewise for local "note".
2835 * emit-rtl.c (reset_all_used_flags): Likewise for local "p".
2836 (verify_rtl_sharing): Likewise.
2837 (unshare_all_rtl_in_chain): Likewise for param "insn".
2838 (get_first_nonnote_insn): Likewise for local "insn".
2839 (get_last_nonnote_insn): Likewise. Introduce local rtx_sequence *
2840 "seq" and use its methods to clarify things.
2841 (next_insn): Strengthen return type from rtx to rtx_insn *.
2842 Rename param "insn" to "uncast_insn" and reintroduce "insn" as a
2843 local rtx_insn * using a checked cast, dropping a checked cast
2844 made redundant by this change. Use a cast to and method of
2845 rtx_sequence to clarify the code.
2846 (previous_insn): Rename param "insn" to "uncast_insn" and
2847 reintroduce "insn" as a local rtx_insn * using a checked cast,
2848 dropping a checked cast made redundant by this change. Use a cast
2849 to and method of rtx_sequence to clarify the code.
2850 (next_nonnote_insn): Rename param "insn" to "uncast_insn" and
2851 reintroduce "insn" as a local rtx_insn * using a checked cast,
2852 dropping a checked cast made redundant by this change.
2853 (next_nonnote_insn_bb): Likewise.
2854 (prev_nonnote_insn): Likewise.
2855 (prev_nonnote_insn_bb): Likewise.
2856 (next_nondebug_insn): Likewise.
2857 (prev_nondebug_insn): Likewise.
2858 (next_nonnote_nondebug_insn): Likewise.
2859 (prev_nonnote_nondebug_insn): Likewise.
2860 (next_real_insn): Likewise.
2861 (prev_real_insn): Likewise.
2862 (next_active_insn): Likewise.
2863 (prev_active_insn): Likewise.
2864 (next_cc0_user): Likewise. Use rtx_sequence and a method for
2865 clarity.
2866 (prev_cc0_setter): Likewise.
2867 (try_split): Rename param "trial" to "uncast_trial" and
2868 reintroduce "insn" as a local rtx_insn * using a checked cast,
2869 dropping checked casts made redundant by this change.
2870 Strengthen locals "seq", "tem", "insn_last", "insn", "next" from
2871 rtx to rtx_insn *.
2872 (remove_insn): Rename param "insn" to "uncast_insn" and
2873 reintroduce "insn" as a local rtx_insn * using a checked cast.
2874 (emit_pattern_after_setloc): Likewise for param "after", as
2875 "uncast_after".
2876 (emit_pattern_after): Likewise. Strengthen local "prev" from
2877 rtx to rtx_insn *.
2878 (emit_pattern_before_setloc): Rename param "before" to
2879 "uncast_before" and reintroduce "before" as a local rtx_insn *
2880 using a checked cast. Strengthen locals "first", "last" from
2881 rtx to rtx_insn *.
2882 (emit_pattern_before): Likewise rename/cast param "before" to
2883 "uncast_before". Strengthen local "next" from rtx to rtx_insn *.
2884 * except.c (copy_reg_eh_region_note_forward): Strengthen param
2885 "first" and local "insn" from rtx to rtx_insn *.
2886 (copy_reg_eh_region_note_backward): Likewise for param "last"
2887 and local "insn".
2888 * expr.c (fixup_args_size_notes): Rename param "last" to
2889 "uncast_last" and reintroduce "last" as a local rtx_insn *
2890 using a checked cast. Strengthen local "insn" from rtx to
2891 rtx_insn *.
2892 * function.c (set_insn_locations): Strengthen param "insn" from
2893 rtx to rtx_insn *.
2894 (record_insns): Likewise for param "insns" and local "tmp".
2895 (active_insn_between): Rename param "tail" to
2896 "uncast_tail" and reintroduce "tail" as a local rtx_insn *
2897 using a checked cast.
2898 (thread_prologue_and_epilogue_insns): Split out top-level local
2899 rtx "seq" into three different rtx_insn * locals. Strengthen
2900 local "prologue_seq" from rtx to rtx_insn *.
2901 * gcse.c (insert_insn_end_basic_block): Strenghen local "insn"
2902 from rtx to rtx_insn *.
2903 * haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
2904 (priority): Likewise for locals "prev_first", "twin".
2905 (setup_insn_max_reg_pressure): Likewise for param "after".
2906 (sched_setup_bb_reg_pressure_info): Likewise.
2907 (no_real_insns_p): Strengthen params from const_rtx to
2908 const rtx_insn *.
2909 (schedule_block): Strengthen local "next_tail" from rtx to
2910 rtx_insn *.
2911 * ifcvt.c (find_active_insn_before): Strengthen return type and
2912 param "insn" from rtx to rtx_insn *.
2913 (find_active_insn_after): Likewise.
2914 (cond_exec_process_insns): Likewise for param "start" and local "insn".
2915 (cond_exec_process_if_block): Likewise for locals "then_start",
2916 "then_end", "else_start", "else_end", "insn", "start", "end", "from".
2917 (noce_process_if_block): Likewise for local "jump".
2918 (merge_if_block): Likewise for two locals named "end".
2919 (cond_exec_find_if_block): Likewise for local "last_insn".
2920 * jump.c (delete_related_insns): Rename param "insn" to
2921 "uncast_insn" and reintroduce "insn" as a local rtx_insn * using a
2922 checked cast. Strengthen local "p" from rtx to rtx_insn *.
2923 * lra-constraints.c (inherit_reload_reg): Replace NULL_RTX with
2924 NULL.
2925 (split_reg): Likewise.
2926 * lra.c (lra_process_new_insns): Likewise.
2927 * modulo-sched.c (permute_partial_schedule): Strengthen param
2928 "last" from rtx to rtx_insn *.
2929 * optabs.c (add_equal_note): Likewise for param "insns" and local
2930 "last_insn".
2931 (expand_binop_directly): Add checked casts to rtx_insn * within
2932 NEXT_INSN (pat) uses.
2933 (expand_unop_direct): Likewise.
2934 (maybe_emit_unop_insn): Likewise.
2935 * recog.c (peep2_attempt): Strengthen locals "last",
2936 "before_try", "x" from rtx to rtx_insn *.
2937 * reorg.c (optimize_skip): Strengthen return type and local
2938 "delay_list" from rtx to rtx_insn_list *. Strengthen param "insn"
2939 and locals "trial", "next_trial" from rtx to rtx_insn *.
2940 * resource.c (next_insn_no_annul): Strengthen return type and
2941 param "insn" from rtx to rtx_insn *. Use a cast to and method of
2942 rtx_sequence to clarify the code.
2943 (mark_referenced_resources): Add a checked cast to rtx_insn *
2944 within PREV_INSN (x).
2945 (find_dead_or_set_registers): Strengthen return type, param
2946 "target", locals "insn", "next", "jump_insn", "this_jump_insn"
2947 from rtx to rtx_insn *. Strengthen param "jump_target" from rtx *
2948 to rtx_insn **.
2949 (mark_target_live_regs): Strengthen params "insns" and "target",
2950 locals "insn", "jump_target", "start_insn", "stop_insn" from rtx
2951 to rtx_insn *. Use cast to and method of rtx_sequence to clarify
2952 the code.
2953 * resource.h (mark_target_live_regs): Strengthen params 1 and 2
2954 from rtx to rtx_insn *.
2955 * rtl.h (copy_reg_eh_region_note_forward): Strengthen second param
2956 from rtx to rtx_insn *.
2957 (copy_reg_eh_region_note_backward): Likewise.
2958 (unshare_all_rtl_in_chain): Likewise for sole param.
2959 (dump_rtl_slim): Strengthen second and third params from const_rtx
2960 to const rtx_insn *.
2961 * sched-deps.c (sched_free_deps): Strengthen params "head" and
2962 "tail" and locals "insn", "next_tail" from rtx to rtx_insn *.
2963 * sched-ebb.c (init_ready_list): Strengthen locals "prev_head",
2964 "next_tail" from rtx to rtx_insn *.
2965 (begin_move_insn): Likewise for local "next".
2966 * sched-int.h (sched_free_deps): Likewise for first and second
2967 params.
2968 (no_real_insns_p): Strengthen both params from const_rtx to
2969 const rtx_insn *.
2970 (sched_setup_bb_reg_pressure_info): Strengthen second params from
2971 rtx to rtx_insn *.
2972 * sched-rgn.c (init_ready_list): Likewise for locals "prev_head",
2973 "next_tail".
2974 * sched-vis.c (dump_rtl_slim): Strengthen params "first", "last"
2975 and locals "insn", "tail" from const_rtx to const rtx_insn *.
2976 (rtl_dump_bb_for_graph): Strengthen local "insn" from rtx to
2977 rtx_insn *.
2978 (debug_rtl_slim): Strengthen params "first" and "last" from
2979 const_rtx to const rtx_insn *.
2980 * shrink-wrap.c (try_shrink_wrapping): Strengthen param
2981 "prologue_seq" and locals "seq", "p_insn" from rtx to rtx_insn *.
2982 (convert_to_simple_return): Likewise for param "returnjump".
2983 * shrink-wrap.h (try_shrink_wrapping): Likewise for param
2984 "prologue_seq".
2985 (convert_to_simple_return): Likewise for param "returnjump".
2986 * valtrack.c (propagate_for_debug): Likewise for params
2987 "insn", "last".
2988 * valtrack.h (propagate_for_debug): Likewise for second param.
2989
2990 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2991
2992 * output.h (insn_current_reference_address): Strengthen param
2993 from rtx to rtx_insn *.
2994 * final.c (insn_current_reference_address): Likewise.
2995
2996 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2997
2998 * basic-block.h (inside_basic_block_p): Strengthen param from
2999 const_rtx to const rtx_insn *.
3000 * cfgbuild.c (inside_basic_block_p): Likewise.
3001
3002 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3003
3004 * dwarf2cfi.c (dw_trace_info): Strengthen field "head" from rtx to
3005 rtx_insn *.
3006 (get_trace_info): Likewise for param "insn".
3007 (save_point_p): Likewise.
3008 (maybe_record_trace_start): Likewise for both params.
3009 (maybe_record_trace_start_abnormal): Likewise.
3010 (create_trace_edges): Likewise for sole param and for three of the
3011 locals named "lab".
3012 (scan_trace): Strengthen local "prev", "insn", "control" from rtx
3013 to rtx_insn *, and update a call to pat->element to pat->insn.
3014
3015 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3016
3017 * function.h (struct expr_status): Convert field "x_forced_labels"
3018 from rtx_expr_list * to rtx_insn_list *.
3019
3020 * cfgbuild.c (make_edges): Convert local "x" from an
3021 rtx_expr_list * to an rtx_insn_list *, replacing use of
3022 "element" method with "insn" method.
3023 * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3024 * except.c (sjlj_emit_dispatch_table): Replace use of
3025 gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending to
3026 forced_labels.
3027 * jump.c (rebuild_jump_labels_1): Convert local "insn" from an
3028 rtx_expr_list * to an rtx_insn_list *, replacing use of
3029 "element" method with "insn" method.
3030 * reload1.c (set_initial_label_offsets): Likewise for local "x".
3031 * stmt.c (label_rtx): Strengthen local "ref" from rtx to
3032 rtx_insn *, adding a checked cast. Replace use of
3033 gen_rtx_EXPR_LIST with gen_rtx_INSN_LIST when prepending it to
3034 forced_labels.
3035 (expand_label): Likewise for local "label_r".
3036
3037 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3038
3039 * function.h (struct rtl_data): Convert field
3040 "x_nonlocal_goto_handler_labels" from rtx_expr_list * to
3041 rtx_insn_list *.
3042 * rtl.h (remove_node_from_insn_list): New prototype.
3043
3044 * builtins.c (expand_builtin): When prepending to
3045 nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3046 gen_rtx_EXPR_LIST.
3047 * cfgbuild.c (make_edges): Convert local "x" from rtx_expr_list *
3048 to rtx_insn_list *, and use its "insn" method rather than
3049 "element" method.
3050 * cfgrtl.c (delete_insn): Use new function
3051 remove_node_from_insn_list rather than
3052 remove_node_from_expr_list.
3053 (cfg_layout_initialize): Convert local "x" from rtx_expr_list *
3054 to rtx_insn_list *, and use its "insn" method rather than
3055 "element" method.
3056 * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3057 * reload1.c (set_initial_label_offsets): Likewise for local "x".
3058 * rtlanal.c (remove_node_from_insn_list): New function, adapted
3059 from remove_node_from_expr_list.
3060 * stmt.c (expand_label): When prepending to
3061 nonlocal_goto_handler_labels, use gen_rtx_INSN_LIST rather than
3062 gen_rtx_EXPR_LIST.
3063
3064 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3065
3066 * function.h (struct rtl_data): Strengthen fields "x_return_label"
3067 and "x_naked_return_label" from rtx to rtx_code_label *.
3068
3069 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3070
3071 * rtl.h (SET_PREV_INSN): Strengthen param from rtx to rtx_insn *.
3072 (SET_NEXT_INSN): Likewise.
3073 (gen_rtvec_v): Add an overload for param types (int, rtx_insn **).
3074
3075 * config/c6x/c6x.c (gen_one_bundle): Strengthen param "slot" from
3076 rtx * to rtx_insn **. Introduce a new local rtx "seq", using it
3077 to split out the SEQUENCE from local "bundle", strengthening the
3078 latter from rtx to rtx_insn * to hold the insn holding the SEQUENCE.
3079 Strengthen locals "t" and "insn" from rtx to rtx_insn *.
3080 (c6x_gen_bundles): Strengthen locals "insn", "next", "last_call"
3081 and the type of the elements of the "slot" array from rtx to
3082 rtx_insn *.
3083 (reorg_split_calls): Likewise for locals "insn" and "next", and
3084 the type of the elements of the "slot" array.
3085
3086 * config/frv/frv.c (frv_nops): Likewise for the elements of this
3087 array.
3088 (frv_function_prologue): Likewise for locals "insn", "next",
3089 "last_call".
3090 (frv_register_nop): Introduce a local "nop_insn" to be the
3091 rtx_insn * containing rtx "nop".
3092
3093 * config/mep/mep.c (mep_make_bundle): Param "core" is sometimes
3094 used as an insn and sometimes as a pattern, so rename it to
3095 "core_insn_or_pat", and introduce local rtx_insn * "core_insn",
3096 using it where dealing with the core insn.
3097
3098 * config/picochip/picochip.c (reorder_var_tracking_notes):
3099 Strengthen locals "insn", "next", "last_insn", "queue",
3100 "next_queue", "prev" from rtx to rtx_insn *.
3101
3102 * emit-rtl.c (gen_rtvec_v): Add overloaded implementation for when
3103 the second param is an rtx_insn ** rather than an rtx **.
3104 (link_insn_into_chain): Strengthen locals "seq" and "sequence"
3105 from rtx to rtx_sequence *, and introduce local named "sequence",
3106 using methods of rtx_sequence to clarify the code.
3107 (remove_insn): Introduce local rtx_sequence * named "sequence" and
3108 use its methods.
3109 (emit_insn_after_1): Strengthen return type from rtx to rtx_insn *.
3110 Rename param "after" to "uncast_after", reintroducing "after" as a
3111 local rtx_insn * with a checked cast.
3112 (emit_pattern_after_noloc): Rename param "after" to "uncast_after",
3113 reintroducing "after" as a local rtx_insn * with a checked cast.
3114 Strengthen local "last" from rtx to rtx_insn * and remove the
3115 now-redundant checked casts.
3116 (copy_delay_slot_insn): Strengthen return type and param from rtx
3117 to rtx_insn *.
3118
3119 * haifa-sched.c (reemit_notes): Strengthen params "insn" and
3120 "last" from rtx to rtx_insn *.
3121
3122 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3123
3124 * emit-rtl.h (copy_delay_slot_insn): Strengthen return type and
3125 param from rtx to rtx_insn *.
3126
3127 * emit-rtl.c (copy_delay_slot_insn): Likewise.
3128
3129 * reorg.c (skip_consecutive_labels): Strengthen return type, param
3130 and local "insn" from rtx to rtx_insn *.
3131 (unfilled_slots_base): Strengthen type from rtx * to rtx_insn **.
3132 (unfilled_slots_next): Likewise.
3133 (function_return_label): Strengthen from rtx to rtx_code_label *.
3134 (function_simple_return_label): Likewise.
3135 (first_active_target_insn): Strengthen return type and param from
3136 rtx to rtx_insn *.
3137 (find_end_label): Strengthen return type from rtx to
3138 rtx_code_label *; strengthen locals as appropriate.
3139 (emit_delay_sequence): Strengthen return type, param "insn" and
3140 local "seq_insn" from rtx to rtx_insn *. Strengthen param "list"
3141 and local "li" from rtx to rtx_insn_list *, using methods of
3142 rtx_insn_list for clarity and typesafety.
3143 (add_to_delay_list): Strengthen return type and param "insn" from
3144 rtx to rtx_insn *. Strengthen param "delay_list" from rtx to
3145 rtx_insn_list * and use methods of rtx_insn_list.
3146 (delete_from_delay_slot): Strengthen return type, param "insn",
3147 locals "trial", "seq_insn", "prev" from rtx to rtx_insn *.
3148 Strengthen local "seq" from rtx to rtx_sequence *, and local
3149 "delay_list" from rtx to rtx_insn_list *, using methods of
3150 rtx_sequence for clarity and type-safety.
3151 (delete_scheduled_jump): Add checked cast when invoking
3152 delete_from_delay_slot. Strengthen local "trial" from rtx to
3153 rtx_insn *.
3154 (optimize_skip): Strengthen return type and local "delay_list"
3155 from rtx to rtx_insn_list *. Strengthen local "trial" from rtx to
3156 rtx_insn *.
3157 (steal_delay_list_from_target): Strengthen return type, param
3158 "delay_list" and local "new_delay_list" from rtx to
3159 rtx_insn_list *. Strengthen param "seq" from rtx to
3160 rtx_sequence *. Strengthen param "pnew_thread" from rtx * to
3161 rtx_insn **.
3162 Split out local "temp" into multiple more-tightly scoped locals:
3163 sometimes an rtx_insn_list *, and once a rtx_insn *. Use methods
3164 of rtx_insn_list and rtx_sequence for clarity and typesafety.
3165 Strengthen locals named "trial" from rtx to rtx_insn *.
3166 (steal_delay_list_from_fallthrough): Strengthen return type and
3167 param "delay_list" from rtx to rtx_insn_list *. Strengthen param
3168 "seq" from rtx to rtx_sequence *. Use methods of rtx_sequence.
3169 Strengthen local "trial" from rtx to rtx_insn *.
3170 (try_merge_delay_insns): Strength local "merged_insns" from rtx
3171 to rtx_insn_list * and use its methods. Strengthen local "pat"
3172 from rtx to rtx_sequence * and use its methods. Strengthen locals
3173 "dtrial" and "new_rtx" from rtx to rtx_insn *.
3174 (get_label_before): Strengthen return type and local "label" from
3175 rtx to rtx_insn *.
3176 (fill_simple_delay_slots): Likewise for locals "insn", "trial",
3177 "next_trial", "next", prev". Strengthen local "delay_list" from
3178 rtx to rtx_insn_list * Strengthen local "tmp" from rtx * to
3179 rtx_insn **.
3180 (follow_jumps): Strengthen return type, param "label" and locals
3181 "insn", "next", "value", "this_label" from rtx to rtx_insn *.
3182 (fill_slots_from_thread): Strengthen return type, param
3183 "delay_list" from rtx to rtx_insn_list *. Strengthen params
3184 "insn", "thread", "opposite_thread" and locals "new_thread",
3185 "trial", "temp", "ninsn" from rtx to rtx_insn *. Introduce local
3186 "sequence" from a checked cast to rtx_sequence so that we can call
3187 steal_delay_list_from_target and steal_delay_list_from_fallthrough
3188 with an rtx_sequence *.
3189 (fill_eager_delay_slots): Strengthen locals "insn", "target_label",
3190 "insn_at_target", "fallthrough_insn" from rtx to rtx_insn *.
3191 Strengthen local "delay_list" from rtx to rtx_insn_list *.
3192 (relax_delay_slots): Strengthen param "first" and locals "insn",
3193 "next", "trial", "delay_insn", "target_label" from rtx to
3194 rtx_insn *. Strengthen local "pat" from rtx to rtx_sequence *.
3195 Introduce a local "trial_seq" for PATTERN (trial) of type
3196 rtx_sequence *, in both cases using methods of rtx_sequence.
3197 (dbr_schedule): Strengthen param "first" and locals "insn",
3198 "next", "epilogue_insn" from rtx to rtx_insn *.
3199
3200 2014-08-28 Richard Biener <rguenther@suse.de>
3201
3202 PR tree-optimization/62283
3203 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
3204 Do not peel loops for alignment where the vector loop likely
3205 doesn't run at least VF times.
3206
3207 2014-08-28 Bin Cheng <bin.cheng@arm.com>
3208
3209 * tree-ssa-loop-ivopts.c (iv_ca_add_use): Delete parameter
3210 important_candidates. Consider all important candidates if
3211 IVS doesn't give any result. Remove check on ivs->upto.
3212 (try_add_cand_for): Call iv_ca_add_use only once.
3213
3214 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3215 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3216 Anna Tikhonova <anna.tikhonova@intel.com>
3217 Ilya Tocar <ilya.tocar@intel.com>
3218 Andrey Turetskiy <andrey.turetskiy@intel.com>
3219 Ilya Verbin <ilya.verbin@intel.com>
3220 Kirill Yukhin <kirill.yukhin@intel.com>
3221 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3222
3223 (define_mode_iterator VI12_AVX2): Add V64QI and V32HI modes.
3224 (define_expand "<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Add
3225 masking.
3226 (define_insn "*<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Ditto.
3227 (define_expand "<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
3228 (define_insn "*<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
3229 (define_insn "*mul<mode>3"): Add EVEX version.
3230
3231 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3232 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3233 Anna Tikhonova <anna.tikhonova@intel.com>
3234 Ilya Tocar <ilya.tocar@intel.com>
3235 Andrey Turetskiy <andrey.turetskiy@intel.com>
3236 Ilya Verbin <ilya.verbin@intel.com>
3237 Kirill Yukhin <kirill.yukhin@intel.com>
3238 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3239
3240 * config/i386/sse.md
3241 (define_insn "avx512bw_interleave_highv64qi<mask_name>"): New.
3242 (define_insn "avx2_interleave_highv32qi<mask_name>"): Add masking.
3243 (define_insn "vec_interleave_highv16qi<mask_name>"): Ditto.
3244 (define_insn "avx2_interleave_lowv32qi<mask_name>"): Ditto.
3245 (define_insn "vec_interleave_lowv16qi<mask_name>"): Ditto.
3246 (define_insn "avx2_interleave_highv16hi<mask_name>"): Ditto.
3247 (define_insn "vec_interleave_highv8hi<mask_name>"): Ditto.
3248 (define_insn "avx2_interleave_lowv16hi<mask_name>"): Ditto.
3249 (define_insn "vec_interleave_lowv8hi<mask_name>"): Ditto.
3250 (define_insn "avx2_interleave_highv8si<mask_name>"): Ditto.
3251 (define_insn "vec_interleave_highv4si<mask_name>"): Ditto.
3252 (define_insn "avx2_interleave_lowv8si<mask_name>"): Ditto.
3253 (define_insn "vec_interleave_lowv4si<mask_name>"): Ditto.
3254 (define_insn "vec_interleave_highv16qi<mask_name>"): New.
3255 (define_insn "avx512bw_interleave_highv32hi<mask_name>"): Ditto.
3256 (define_insn "<mask_codefor>avx512bw_interleave_lowv32hi<mask_name>"): Ditto.
3257
3258 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3259 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3260 Anna Tikhonova <anna.tikhonova@intel.com>
3261 Ilya Tocar <ilya.tocar@intel.com>
3262 Andrey Turetskiy <andrey.turetskiy@intel.com>
3263 Ilya Verbin <ilya.verbin@intel.com>
3264 Kirill Yukhin <kirill.yukhin@intel.com>
3265 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3266
3267 * config/i386/sse.md
3268 (define_mode_iterator VIMAX_AVX2): Add V4TI mode.
3269 (define_insn "<sse2_avx2>_ashl<mode>3"): Add EVEX version.
3270 (define_insn "<sse2_avx2>_lshr<mode>3"): Ditto.
3271
3272 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3273 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3274 Anna Tikhonova <anna.tikhonova@intel.com>
3275 Ilya Tocar <ilya.tocar@intel.com>
3276 Andrey Turetskiy <andrey.turetskiy@intel.com>
3277 Ilya Verbin <ilya.verbin@intel.com>
3278 Kirill Yukhin <kirill.yukhin@intel.com>
3279 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3280
3281 * config/i386/sse.md
3282 (define_mode_iterator VI128_256): New.
3283 (define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
3284
3285 2014-08-28 Alexander Ivchenko <alexander.ivchenko@intel.com>
3286 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
3287 Anna Tikhonova <anna.tikhonova@intel.com>
3288 Ilya Tocar <ilya.tocar@intel.com>
3289 Andrey Turetskiy <andrey.turetskiy@intel.com>
3290 Ilya Verbin <ilya.verbin@intel.com>
3291 Kirill Yukhin <kirill.yukhin@intel.com>
3292 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
3293
3294 * config/i386/sse.md
3295 (define_mode_iterator VI8_256_512): New.
3296 (define_insn "<mask_codefor>avx512dq_cvtps2qq<mode><mask_name><round_name>"):
3297 Ditto.
3298 (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
3299 (define_insn "<mask_codefor>avx512dq_cvtps2uqq<mode><mask_name><round_name>"):
3300 Ditto.
3301 (define_insn "<mask_codefor>avx512dq_cvtps2uqqv2di<mask_name>"): Ditto.
3302
3303 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3304
3305 * varasm.c (compute_reloc_for_rtx_1): Take a const_rtx. Remove the
3306 pointer to the cumulative reloc value and return the value for
3307 this reloc instead.
3308 (compute_reloc_for_rtx): Take a const_rtx. Call
3309 compute_reloc_for_rtx_1 directly for SYMBOL_REF and LABEL_REF,
3310 avoiding any recursion. Use FOR_EACH_SUBRTX rather than
3311 for_each_rtx for the CONST case.
3312
3313 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3314
3315 * varasm.c (mark_constant): Replace this for_each_rtx callback with...
3316 (mark_constants_in_pattern): ...this new function to iterate over
3317 all the subrtxes.
3318 (mark_constants): Update accordingly.
3319
3320 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3321
3322 * varasm.c: Include rtl-iter.h.
3323 (const_rtx_hash_1): Take a const_rtx rather than an rtx *.
3324 Remove the pointer to the cumulative hashval_t and just return
3325 the hash for this rtx instead. Remove recursive CONST_VECTOR case.
3326 (const_rtx_hash): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3327 Accumulate the hashval_ts here instead of const_rtx_hash_1.
3328
3329 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3330
3331 * var-tracking.c (add_uses): Take an rtx rather than an rtx *.
3332 Give real type of data parameter. Remove return value.
3333 (add_uses_1): Use FOR_EACH_SUBRTX_VAR rather than for_each_rtx
3334 to iterate over subrtxes.
3335
3336 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3337
3338 * var-tracking.c (use_narrower_mode_test): Turn from being a
3339 for_each_rtx callback to being a function that examines each
3340 subrtx itself.
3341 (adjust_mems): Update accordingly.
3342
3343 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3344
3345 * var-tracking.c (non_suitable_const): Turn from being a for_each_rtx
3346 callback to being a function that examines each subrtx itself.
3347 Remove handling of null rtxes.
3348 (add_uses): Update accordingly.
3349
3350 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3351
3352 * var-tracking.c: Include rtl-iter.h.
3353 (rtx_debug_expr_p): Turn from being a for_each_rtx callback
3354 to being a function that examines each subrtx itself.
3355 (use_type): Update accordingly.
3356
3357 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3358
3359 * store-motion.c: Include rtl-iter.h.
3360 (extract_mentioned_regs_1): Delete.
3361 (extract_mentioned_regs): Use FOR_EACH_SUBRTX_VAR rather than
3362 for_each_rtx to iterate over subrtxes.
3363
3364 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3365
3366 * sel-sched.c: Include rtl-iter.h
3367 (count_occurrences_1): Delete.
3368 (count_occurrences_equiv): Turn rtxes into const_rtxes.
3369 Use FOR_EACH_SUBRTX rather than for_each_rtx.
3370
3371 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3372
3373 * rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.
3374 * rtlanal.c (tls_referenced_p_1): Delete.
3375 (tls_referenced_p): Take a const_rtx rather than an rtx.
3376 Use FOR_EACH_SUBRTX rather than for_each_rtx.
3377
3378 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3379
3380 * rtl.h (for_each_inc_dec_fn): Remove special case for -1.
3381 (for_each_inc_dec): Take an rtx rather than an rtx *.
3382 * cselib.c (cselib_record_autoinc_cb): Update accordingly.
3383 (cselib_record_sets): Likewise.
3384 * dse.c (emit_inc_dec_insn_before, check_for_inc_dec_1)
3385 (check_for_inc_dec): Likewise.
3386 * rtlanal.c (for_each_inc_dec_ops): Delete.
3387 (for_each_inc_dec_find_inc_dec): Take the MEM as argument,
3388 rather than a pointer to the memory address. Replace
3389 for_each_inc_dec_ops argument with separate function and data
3390 arguments. Abort on non-autoinc addresses.
3391 (for_each_inc_dec_find_mem): Delete.
3392 (for_each_inc_dec): Take an rtx rather than an rtx *. Use
3393 FOR_EACH_SUBRTX_VAR to visit every autoinc MEM.
3394
3395 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3396
3397 * rtl.h (find_all_hard_regs): Declare.
3398 * rtlanal.c (find_all_hard_regs): New function.
3399 (record_hard_reg_uses_1): Delete.
3400 (record_hard_reg_uses): Use find_all_hard_regs.
3401
3402 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3403
3404 * rtl.h (replace_label_data): Delete.
3405 (replace_label): Take the old label, new label and update-nuses flag
3406 as direct arguments. Return void.
3407 * cfgcleanup.c (outgoing_edges_match): Update accordingly.
3408 * rtlanal.c (replace_label): Update interface as above. Handle
3409 JUMP_TABLE_DATA as a special case. Handle JUMPs outside the
3410 iterator. Use FOR_EACH_SUBRTX_PTR.
3411
3412 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3413
3414 * rtl.h (get_pool_constant, rtx_referenced_p): Replace rtx parameters
3415 with const_rtx parameters.
3416 * varasm.c (get_pool_constant): Likewise.
3417 * rtlanal.c (rtx_referenced_p_1): Delete.
3418 (rtx_referenced_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3419 Assert that the rtx we're looking for is nonnull. Allow searches
3420 for constant pool SYMBOL_REFs.
3421
3422 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3423
3424 * reload1.c: Include rtl-iter.h.
3425 (note_reg_elim_costly): Turn from being a for_each_rtx callback
3426 to being a function that examines each subrtx itself.
3427 (eliminate_regs_1, elimination_costs_in_insn): Update accordingly.
3428
3429 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3430
3431 * regcprop.c (cprop_find_used_regs_1): Delete.
3432 (cprop_find_used_regs): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3433
3434 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3435
3436 * regcprop.c: Include rtl-iter.h.
3437 (kill_value): Take a const_rtx.
3438 (kill_autoinc_value): Turn from being a for_each_rtx callback
3439 to being a function that examines each subrtx itself.
3440 (copyprop_hardreg_forward_1): Update accordingly.
3441
3442 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3443
3444 * reg-stack.c: Include rtl-iter.h.
3445 (subst_stack_regs_in_debug_insn): Delete.
3446 (subst_all_stack_regs_in_debug_insn): Use FOR_EACH_SUBRTX_PTR
3447 instead of for_each_rtx.
3448
3449 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3450
3451 * lower-subreg.c (find_decomposable_subregs): Turn from being
3452 a for_each_rtx callback to being a function that examines each
3453 subrtx itself. Remove handling of null rtxes.
3454 (decompose_multiword_subregs): Update accordingly.
3455
3456 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3457
3458 * lower-subreg.c (adjust_decomposed_uses): Delete.
3459 (resolve_debug): Use FOR_EACH_SUBRTX_PTR rather than for_each_rtx.
3460 Remove handling of null rtxes.
3461
3462 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3463
3464 * lower-subreg.c: Include rtl-iter.h.
3465 (resolve_subreg_use): Turn from being a for_each_rtx callback
3466 to being a function that examines each subrtx itself. Remove
3467 handling of null rtxes.
3468 (resolve_reg_notes, resolve_simple_move): Update accordingly.
3469 (decompose_multiword_subregs): Likewise.
3470
3471 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3472
3473 * loop-iv.c (altered_reg_used): Turn from being a for_each_rtx callback
3474 to being a function that examines each subrtx itself.
3475 (simplify_using_condition, simplify_using_initial_values): Update
3476 accordingly.
3477
3478 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3479
3480 * loop-iv.c: Include rtl-iter.h.
3481 (find_single_def_src): New function.
3482 (replace_single_def_regs): Turn from being a for_each_rtx callback
3483 to being a function that examines each subrtx itself.
3484 (replace_in_expr, simplify_using_initial_values): Update accordingly.
3485
3486 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3487
3488 * jump.c (eh_returnjump_p_1): Delete.
3489 (eh_returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
3490 Remove handling of null rtxes.
3491
3492 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3493
3494 * jump.c: Include rtl-iter.h.
3495 (returnjump_p_1): Delete.
3496 (returnjump_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
3497 Remove handling of null rtxes.
3498
3499 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3500
3501 * ira.c: Include rtl-iter.h.
3502 (set_paradoxical_subreg): Turn from being a for_each_rtx callback
3503 to being a function that examines each subrtx itself. Remove
3504 handling of null rtxes.
3505 (update_equiv_regs): Update call accordingly.
3506
3507 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3508
3509 * fwprop.c: Include rtl-iter.h.
3510 (varying_mem_p): Turn from being a for_each_rtx callback to being
3511 a function that examines each subrtx itself.
3512 (propagate_rtx): Update accordingly.
3513
3514 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3515
3516 * function.c: Include rtl-iter.h
3517 (instantiate_virtual_regs_in_rtx): Turn from being a for_each_rtx
3518 callback to being a function that examines each subrtx itself.
3519 Return the changed flag.
3520 (instantiate_virtual_regs_in_insn, instantiate_decl_rtl)
3521 (instantiate_virtual_regs): Update calls accordingly.
3522
3523 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3524
3525 * final.c: Include rtl-iter.h.
3526 (mark_symbol_ref_as_used): Delete.
3527 (mark_symbol_refs_as_used): Use FOR_EACH_SUBRTX instead of
3528 for_each_rtx.
3529
3530 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3531
3532 * emit-rtl.c: Include rtl-iter.h.
3533 (find_auto_inc): Turn from being a for_each_rtx callback to being
3534 a function that examines each subrtx itself. Assume the first operand
3535 to an RTX_AUTOINC is the automodified register.
3536 (try_split): Update call accordingly.
3537
3538 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3539
3540 * dwarf2out.c (resolve_one_addr): Remove unused data parameter.
3541 Return a bool, inverting the result so that 0/false means "not ok".
3542 Use FOR_EACH_SUBRTX_PTR instead of for_each_rtx to iterate over
3543 subrtxes of a CONST.
3544 (mem_loc_descriptor, add_const_value_attribute)
3545 (resolve_addr_in_expr): Update calls accordingly.
3546
3547 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3548
3549 * dwarf2out.c: Include rtl-iter.h.
3550 (const_ok_for_output_1): Take the rtx instead of a pointer to it.
3551 Remove unused data parameter. Return a bool, inverting the result
3552 so that 0/false means "not ok".
3553 (const_ok_for_output): Update accordingly. Use FOR_EACH_SUBRTX_VAR
3554 instead of for_each_rtx.
3555
3556 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3557
3558 * dse.c: Include rtl-iter.h.
3559 (check_mem_read_rtx): Change void * parameter to real type.
3560 Remove return value.
3561 (check_mem_read_use): Fix comment. Use FOR_EACH_SUBRTX_PTR instead of
3562 for_each_rtx. Don't handle null rtxes.
3563
3564 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3565
3566 * df-problems.c: Include rtl-iter.h.
3567 (find_memory): Turn from being a for_each_rtx callback to being
3568 a function that examines each subrtx itself. Continue to look for
3569 volatile references even after a nonvolatile one has been found.
3570 (can_move_insns_across): Update calls accordingly.
3571
3572 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3573
3574 * ddg.c (walk_mems_2, walk_mems_1): Delete.
3575 (insns_may_alias_p): Use FOR_EACH_SUBRTX rather than for_each_rtx
3576 to iterate over subrtxes. Return a bool rather than an int.
3577
3578 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3579
3580 * ddg.c: Include rtl-iter.h.
3581 (mark_mem_use_1): Rename to...
3582 (mark_mem_use): ...deleting old mark_mem_use. Use FOR_EACH_SUBRTX
3583 instead of for_each_rtx.
3584 (mem_read_insn_p): Update accordingly.
3585
3586 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3587
3588 * cse.c (change_cc_mode_args): Delete.
3589 (cse_change_cc_mode): Turn from being a for_each_rtx callback to being
3590 a function that examines each subrtx itself. Take the fields of
3591 change_cc_mode_args as argument and return void.
3592 (cse_change_cc_mode_insn): Update calls accordingly.
3593
3594 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3595
3596 * cse.c (is_dead_reg): Change argument to const_rtx.
3597 (dead_debug_insn_data): Delete.
3598 (is_dead_debug_insn): Expand commentary. Turn from being a
3599 for_each_rtx callback to being a function that examines
3600 each subrtx itself. Take the fields of dead_debug_insn_data
3601 as argument.
3602 (delete_trivially_dead_insns): Update call accordingly.
3603
3604 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3605
3606 * cse.c (check_for_label_ref): Move earlier in file. Turn from
3607 being a for_each_rtx callback to being a function that examines
3608 each subrtx itself.
3609 (cse_extended_basic_block): Update call accordingly.
3610
3611 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3612
3613 * cse.c (check_dependence_data): Delete.
3614 (check_dependence): Change from being a for_each_rtx callback to being
3615 a function that examines all subrtxes itself. Don't handle null rtxes.
3616 (invalidate): Update call accordingly.
3617
3618 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3619
3620 * cse.c: Include rtl-iter.h.
3621 (approx_reg_cost_1): Delete.
3622 (approx_reg_cost): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3623 Don't handle null rtxes.
3624
3625 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3626
3627 * cfgcleanup.c: Include rtl-iter.h.
3628 (mentions_nonequal_regs): Turn from being a for_each_rtx callback
3629 to being a function that examines each subrtx itself.
3630 (thread_jump): Update accordingly.
3631
3632 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3633
3634 * combine-stack-adj.c: Include rtl-iter.h.
3635 (record_stack_refs_data): Delete.
3636 (record_stack_refs): Turn from being a for_each_rtx callback
3637 to being a function that examines each subrtx itself.
3638 Take a pointer to the reflist. Invert sense of return value
3639 so that true means success and false means failure. Don't
3640 handle null rtxes.
3641 (combine_stack_adjustments_for_block): Update accordingly.
3642
3643 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3644
3645 * combine.c (record_truncated_value): Turn from being a for_each_rtx
3646 callback to a function that takes an rtx and returns a bool
3647 (record_truncated_values): Use FOR_EACH_SUBRTX_VAR instead of
3648 for_each_rtx.
3649
3650 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3651
3652 * combine.c: Include rtl-iter.h.
3653 (unmentioned_reg_p_1): Delete.
3654 (unmentioned_reg_p): Use FOR_EACH_SUBRTX rather than for_each_rtx.
3655 Don't handle null rtxes.
3656
3657 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3658
3659 * calls.c: Include rtl-iter.h.
3660 (internal_arg_pointer_based_exp_1): Delete.
3661 (internal_arg_pointer_based_exp): Take a const_rtx.
3662 Use FOR_EACH_SUBRTX to iterate over subrtxes.
3663
3664 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3665
3666 * caller-save.c: Include rtl-iter.h.
3667 (add_used_regs_1): Delete.
3668 (add_used_regs): Use FOR_EACH_SUBRTX rather than for_each_rtx
3669 to iterate over subrtxes. Assert that any remaining pseudos
3670 have been spilled.
3671
3672 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3673
3674 * bt-load.c: Include rtl-iter.h.
3675 (btr_reference_found, find_btr_reference, btr_referenced_p): Delete.
3676 (find_btr_use): Move further up file. Use FOR_EACH_SUBRTX_PTR
3677 to iterate over subrtxes.
3678 (insn_sets_btr_p, new_btr_user, compute_defs_uses_and_gen): Use
3679 find_btr_use rather than btr_referenced_p.
3680
3681 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3682
3683 * alias.c: Include rtl-iter.h.
3684 (refs_newer_value_cb): Delete.
3685 (refs_newer_value_p): Use FOR_EACH_SUBRTX instead of for_each_rtx.
3686
3687 2014-08-28 Richard Sandiford <rdsandiford@googlemail.com>
3688
3689 * rtl-iter.h: New file.
3690 * rtlanal.c: Include it.
3691 (rtx_all_subrtx_bounds, rtx_nonconst_subrtx_bounds): New variables.
3692 (generic_subrtx_iterator <T>::add_single_to_queue)
3693 (generic_subrtx_iterator <T>::add_subrtxes_to_queue)
3694 (generic_subrtx_iterator <T>::free_array): New functions.
3695 (generic_subrtx_iterator <T>::LOCAL_ELEMS): Define.
3696 (generic_subrtx_iterator <const_rtx_accessor>)
3697 (generic_subrtx_iterator <rtx_var_accessor>
3698 (generic_subrtx_iterator <rtx_ptr_accessor>): Instantiate.
3699 (setup_reg_subrtx_bounds): New function.
3700 (init_rtlanal): Call it.
3701
3702 2014-08-27 Kaz Kojima <kkojima@gcc.gnu.org>
3703
3704 PR target/62261
3705 * config/sh/sh.md (ashlsi3): Handle negative shift count for
3706 TARGET_SHMEDIA.
3707 (ashldi3, ashrsi3, ashrdi3, lshrsi3, lshrdi3): Likewise.
3708
3709 2014-08-27 Richard Sandiford <rdsandiford@googlemail.com>
3710
3711 * emit-rtl.c (set_unique_reg_note): Discard notes with side effects.
3712
3713 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3714
3715 * rtl.h (JUMP_LABEL_AS_INSN): New.
3716
3717 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3718
3719 * rtl.h (free_EXPR_LIST_list): Strengthen param from rtx * to
3720 rtx_expr_list **.
3721 (alloc_EXPR_LIST): Strengthen return type from rtx to
3722 rtx_expr_list *.
3723 (remove_free_EXPR_LIST_node): Likewise for param.
3724 * reload.h (struct reg_equivs_t): Strengthen field "alt_mem_list"
3725 from rtx to rtx_expr_list *.
3726 * sched-int.h (struct deps_desc): Strengthen fields
3727 "pending_read_mems" and "pending_write_mems" from rtx to
3728 rtx_expr_list *.
3729
3730 * dwarf2out.c (decl_piece_varloc_ptr): Strengthen return type from
3731 rtx to rtx_expr_list *.
3732 * lists.c (alloc_INSN_LIST): Likewise, also for local "r".
3733 (free_EXPR_LIST_list): Strengthen param "listp" from rtx * to
3734 rtx_expr_list **.
3735 (remove_free_EXPR_LIST_node): Likewise. Strengthen local "node"
3736 from rtx to rtx_expr_list *.
3737 * loop-iv.c (simplify_using_initial_values): Strengthen local
3738 "cond_list" from rtx to rtx_expr_list *, and locals "pnode",
3739 "pnote_next" from rtx * to rtx_expr_list **.
3740 * sched-deps.c (remove_from_both_dependence_lists): Strengthen
3741 param "exprp" from rtx * to rtx_expr_list **.
3742 (add_insn_mem_dependence): Strengthen local "mem_list" from
3743 rtx * to rtx_expr_list **. Strengthen local "mem_node" from rtx
3744 to rtx_expr_list *.
3745 * sched-rgn.c (concat_insn_mem_list): Strengthen param "copy_mems"
3746 and local "new_mems" from rtx to rtx_expr_list *. Strengthen
3747 param "old_mems_p" from rtx * to rtx_expr_list **.
3748 * var-tracking.c (struct adjust_mem_data): Strengthen field
3749 "side_effects" from rtx to rtx_expr_list *.
3750 (adjust_insn): Replace NULL_RTX with NULL when assigning to
3751 rtx_expr_list *.
3752 (prepare_call_arguments): Likewise.
3753
3754 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3755
3756 * function.h (struct rtl_data): Strengthen field
3757 "x_stack_slot_list" from rtx to rtx_expr_list *.
3758
3759 * emit-rtl.c (unshare_all_rtl_1): Add a checked cast
3760 when assigning to stack_slot_list.
3761
3762 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3763
3764 * function.h (struct rtl_data): Strengthen field
3765 x_nonlocal_goto_handler_labels from rtx to rtx_expr_list *.
3766 * rtl.h (remove_node_from_expr_list): Strengthen second param from
3767 rtx * to rtx_expr_list **.
3768
3769 * cfgbuild.c (make_edges): In loop over
3770 nonlocal_goto_handler_labels, strengthen local "x" from rtx to
3771 rtx_expr_list *, and use methods of the latter class to clarify
3772 the code.
3773 * cfgrtl.c (cfg_layout_initialize): Strengthen local "x" from rtx to
3774 rtx_expr_list *, and use methods of the latter class to clarify
3775 the code.
3776 * dwarf2cfi.c (create_trace_edges): Likewise for local "lab".
3777 * reload1.c (set_initial_label_offsets): Likewise for local "x".
3778 * rtlanal.c (remove_node_from_expr_list): Strengthen param "listp"
3779 from rtx * to rtx_expr_list **. Strengthen local "temp" from rtx
3780 to rtx_expr_list *. Use methods of the latter class to clarify
3781 the code.
3782
3783 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3784
3785 * function.h (struct expr_status): Strengthen field
3786 "x_forced_labels" from rtx to rtx_expr_list *.
3787
3788 * cfgbuild.c (make_edges): Split local "x" into two locals,
3789 strengthening one from rtx to rtx_expr_list *, and using methods
3790 of said class.
3791 * dwarf2cfi.c (create_trace_edges): Split local "lab" out; within
3792 loop over forced_labels, introduce strengthen it from rtx to
3793 rtx_expr_list *, using methods to clarify the code.
3794 * jump.c (rebuild_jump_labels_1): Strengthen local "insn" from rtx
3795 to rtx_expr_list *, using methods of said class to clarify the
3796 code.
3797 * reload1.c (set_initial_label_offsets): Split local "x" into two
3798 per-loop variables, strengthening the first from rtx to
3799 rtx_expr_list * and using methods.
3800
3801 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3802
3803 * coretypes.h (class rtx_expr_list): Add forward declaration.
3804 * emit-rtl.c (gen_rtx_EXPR_LIST): New.
3805 * gengenrtl.c (special_rtx): Add EXPR_LIST.
3806 * rtl.h (class rtx_expr_list): New subclass of rtx_def, adding
3807 invariant: GET_CODE (X) == EXPR_LIST.
3808 (is_a_helper <rtx_expr_list *>::test): New.
3809 (rtx_expr_list::next): New.
3810 (rtx_expr_list::element): New.
3811 (gen_rtx_EXPR_LIST): New.
3812
3813 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3814
3815 * varasm.c (mark_constants): Convert a GET_CODE check into a
3816 dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
3817 Use methods of rtx_sequence to clarify the code.
3818
3819 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3820
3821 * sched-vis.c (print_pattern): Within SEQUENCE case, introduce a
3822 local "seq" via a checked cast, and use methods of rtx_sequence
3823 to simplify the code.
3824
3825 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3826
3827 * resource.c (mark_referenced_resources): Strengthen local
3828 "sequence" from rtx to rtx_sequence *, adding a checked cast, and
3829 using methods of rtx_sequence to clarify the code.
3830 (find_dead_or_set_registers): Within the switch statement, convert
3831 a GET_CODE check to a dyn_cast, introducing local "seq". Within
3832 the JUMP_P handling, introduce another local "seq", adding a
3833 checked cast to rtx_sequence *. In both cases, use methods of
3834 rtx_sequence to clarify the code.
3835 (mark_set_resources): Within SEQUENCE case, introduce local "seq"
3836 via a checked cast, and use methods of rtx_sequence to simplify
3837 the code.
3838
3839 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3840
3841 * reorg.c (redundant_insn): In two places in the function, replace
3842 a check of GET_CODE with a dyn_cast, introducing local "seq", and
3843 usings methods of rtx_sequence to clarify the code.
3844
3845 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3846
3847 * jump.c (mark_jump_label_1): Within the SEQUENCE case, introduce
3848 local "seq" with a checked cast, and use methods of rtx_sequence
3849 to clarify the code.
3850
3851 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3852
3853 * function.c (contains): Introduce local "seq" for PATTERN (insn),
3854 with a checked cast, in the region for where we know it's a
3855 SEQUENCE. Use methods of rtx_sequence.
3856
3857 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3858
3859 * final.c (get_attr_length_1): Replace GET_CODE check with a
3860 dyn_cast, introducing local "seq" and the use of methods of
3861 rtx_sequence.
3862 (shorten_branches): Likewise, introducing local "body_seq".
3863 Strengthen local "inner_insn" from rtx to rtx_insn *.
3864 (reemit_insn_block_notes): Replace GET_CODE check with a
3865 dyn_cast, strengthening local "body" from rtx to rtx_sequence *.
3866 Use methods of rtx_sequence.
3867 (final_scan_insn): Likewise, introducing local "seq" for when
3868 "body" is known to be a SEQUENCE, using its methods.
3869
3870 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3871
3872 * except.c (can_throw_external): Strengthen local "seq" from rtx
3873 to rtx_sequence *. Use methods of rtx_sequence.
3874 (insn_nothrow_p): Likewise.
3875
3876 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3877
3878 * dwarf2cfi.c (create_trace_edges): Convert GET_CODE check into a
3879 dyn_cast, strengthening local "seq" from rtx to rtx_sequence *.
3880 Use methods of rtx_sequence.
3881 (scan_trace): Likewise for local "pat".
3882
3883 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3884
3885 * coretypes.h (class rtx_sequence): Add forward declaration.
3886 * rtl.h (class rtx_sequence): New subclass of rtx_def, adding
3887 invariant: GET_CODE (X) == SEQUENCE.
3888 (is_a_helper <rtx_sequence *>::test): New.
3889 (is_a_helper <const rtx_sequence *>::test): New.
3890 (rtx_sequence::len): New.
3891 (rtx_sequence::element): New.
3892 (rtx_sequence::insn): New.
3893
3894 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3895
3896 * rtl.h (free_INSN_LIST_list): Strengthen param from rtx * to
3897 rtx_insn_list **.
3898 (alloc_INSN_LIST): Strengthen return type from rtx to
3899 rtx_insn_list *.
3900 (copy_INSN_LIST): Likewise for return type and param.
3901 (concat_INSN_LIST): Likewise for both params and return type.
3902 (remove_free_INSN_LIST_elem): Strenghten first param from rtx to
3903 rtx_insn *. Strengthen second param from rtx * to rtx_insn_list **.
3904 (remove_free_INSN_LIST_node): Strenghten return type from rtx to
3905 rtx_insn *. Strengthen param from rtx * to rtx_insn_list **.
3906
3907 * sched-int.h (struct deps_reg): Strengthen fields "uses", "sets",
3908 "implicit_sets", "control_uses", "clobbers" from rtx to
3909 rtx_insn_list *.
3910 (struct deps_desc): Likewise for fields "pending_read_insns",
3911 "pending_write_insns", "pending_jump_insns",
3912 "last_pending_memory_flush", "last_function_call",
3913 "last_function_call_may_noreturn", "sched_before_next_call",
3914 "sched_before_next_jump".
3915 (struct _haifa_deps_insn_data): Likewise for field "cond_deps".
3916 (remove_from_deps): Strengthen second param from rtx to rtx_insn *.
3917
3918 * gcse.c (struct ls_expr): Strengthen fields "loads" and "stores"
3919 from rtx to rtx_insn_list *.
3920 (ldst_entry): Replace use of NULL_RTX with NULL when dealing with
3921 rtx_insn_list *.
3922
3923 * haifa-sched.c (insn_queue): Strengthen this variable from rtx *
3924 to rtx_insn_list **.
3925 (dep_cost_1): Strengthen local "dep_cost_rtx_link" from rtx to
3926 rtx_insn_list *.
3927 (queue_insn): Likewise for local "link".
3928 (struct haifa_saved_data): Strengthen field "insn_queue" from
3929 rtx * to rtx_insn_list **.
3930 (save_backtrack_point): Update allocation of save->insn_queue to
3931 reflect the strengthening of elements from rtx to rtx_insn_list *.
3932 (queue_to_ready): Strengthen local "link" from rtx to
3933 rtx_insn_list *; use methods "next" and "insn" when traversing the
3934 list.
3935 (early_queue_to_ready): Likewise for locals "link", "next_link",
3936 "prev_link".
3937 (schedule_block): Update allocation of insn_queue to reflect the
3938 strengthening of elements from rtx to rtx_insn_list *. Strengthen
3939 local "link" from rtx to rtx_insn_list *, and use methods when
3940 working it.
3941 (add_to_speculative_block): Strengthen locals "twins" and
3942 "next_node" from rtx to rtx_insn_list *, and use methods when
3943 working with them. Strengthen local "twin" from rtx to
3944 rtx_insn *, eliminating a checked cast.
3945 (fix_recovery_deps): Strengthen locals "ready_list" and "link"
3946 from rtx to rtx_insn_list *, and use methods when working with
3947 them.
3948
3949 * lists.c (alloc_INSN_LIST): Strengthen return type and local "r"
3950 from rtx to rtx_insn_list *, adding a checked cast.
3951 (free_INSN_LIST_list): Strengthen param "listp" from rtx * to
3952 rtx_insn_list **.
3953 (copy_INSN_LIST): Strengthen return type and locals "new_queue",
3954 "newlink" from rtx to rtx_insn_list *. Strengthen local
3955 "pqueue" from rtx * to rtx_insn_list **. Strengthen local "x"
3956 from rtx to rtx_insn *.
3957 (concat_INSN_LIST): Strengthen return type and local "new_rtx",
3958 from rtx to rtx_insn_list *. Use methods of the latter class.
3959 (remove_free_INSN_LIST_elem): Strengthen param "elem" from rtx to
3960 rtx_insn *, and param "listp" from rtx * to rtx_insn_list **.
3961 (remove_free_INSN_LIST_node): Strengthen return type and local
3962 "elem" from rtx to rtx_insn *. Strenghten param "listp" from
3963 rtx * to rtx_insn_list **. Strengthen local "node" from rtx to
3964 rtx_insn_list *, using "insn" method.
3965
3966 * sched-deps.c (add_dependence_list): Strengthen param "list"
3967 from rtx to rtx_insn_list *, and use methods when working with it.
3968 (add_dependence_list_and_free): Strengthen param "listp" from
3969 rtx * to rtx_insn_list **.
3970 (remove_from_dependence_list): Strenghten param "listp" from rtx *
3971 to rtx_insn_list **, and use methods when working with *listp.
3972 (remove_from_both_dependence_lists): Strengthen param "listp" from
3973 rtx * to rtx_insn_list **
3974 (add_insn_mem_dependence): Strengthen local "insn_list" from rtx *
3975 to rtx_insn_list **. Eliminate local "link", in favor of two new
3976 locals "insn_node" and "mem_node", an rtx_insn_list * and an rtx
3977 respectively.
3978 (deps_analyze_insn): Split out uses 'f local "t" as an INSN_LIST
3979 by introducing local "cond_deps".
3980 (remove_from_deps): Strengthen param "insn" from rtx to
3981 rtx_insn *.
3982
3983 * sched-rgn.c (concat_insn_mem_list): Strengthen param
3984 "copy_insns" and local "new_insns" from rtx to rtx_insn_list *.
3985 Strengthen param "old_insns_p" from rtx * to rtx_insn_list **.
3986 Use methods of rtx_insn_list.
3987
3988 * store-motion.c (struct st_expr): Strengthen fields
3989 "antic_stores" and "avail_stores" from rtx to rtx_insn_list *.
3990 (st_expr_entry): Replace NULL_RTX with NULL when dealing with
3991 rtx_insn_list *.
3992 (find_moveable_store): Split out "tmp" into multiple more-tightly
3993 scoped locals. Use methods of rtx_insn_list *.
3994 (compute_store_table): Strengthen local "tmp" from rtx to
3995 rtx_insn *. Use methods of rtx_insn_list *.
3996
3997 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3998
3999 * coretypes.h (class rtx_insn_list): Add forward declaration.
4000 * rtl.h (class rtx_insn_list): New subclass of rtx_def
4001 (is_a_helper <rtx_insn_list *>::test): New.
4002 (rtx_insn_list::next): New.
4003 (rtx_insn_list::insn): New.
4004 (gen_rtx_INSN_LIST): Add prototype.
4005 * emit-rtl.c (gen_rtx_INSN_LIST): New.
4006 * gengenrtl.c (special_rtx): Add INSN_LIST.
4007
4008 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4009
4010 * ira-lives.c (find_call_crossed_cheap_reg): Strengthen local
4011 "prev" from rtx to rtx_insn *.
4012
4013 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4014
4015 * rtl.h (INSN_UID): Convert from a macro to a pair of inline
4016 functions. Require merely an rtx for now, not an rtx_insn *.
4017 (BLOCK_FOR_INSN): Likewise.
4018 (INSN_LOCATION): Likewise.
4019 (INSN_HAS_LOCATION): Convert from a macro to an inline function.
4020
4021 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4022
4023 * rtl.h (PATTERN): Convert this macro into a pair of inline
4024 functions, for now, requiring const_rtx and rtx.
4025
4026 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4027
4028 * target.def (unwind_emit): Strengthen param "insn" from rtx to
4029 rtx_insn *.
4030 (final_postscan_insn): Likewise.
4031 (adjust_cost): Likewise.
4032 (adjust_priority): Likewise.
4033 (variable_issue): Likewise.
4034 (macro_fusion_pair_p): Likewise.
4035 (dfa_post_cycle_insn): Likewise.
4036 (first_cycle_multipass_dfa_lookahead_guard): Likewise.
4037 (first_cycle_multipass_issue): Likewise.
4038 (dfa_new_cycle): Likewise.
4039 (adjust_cost_2): Likewise for params "insn" and "dep_insn".
4040 (speculate_insn): Likewise for param "insn".
4041 (gen_spec_check): Likewise for params "insn" and "label".
4042 (get_insn_spec_ds): Likewise for param "insn".
4043 (get_insn_checked_ds): Likewise.
4044 (dispatch_do): Likewise.
4045 (dispatch): Likewise.
4046 (cannot_copy_insn_p): Likewise.
4047 (invalid_within_doloop): Likewise.
4048 (legitimate_combined_insn): Likewise.
4049 (needed): Likewise.
4050 (after): Likewise.
4051
4052 * doc/tm.texi: Automatically updated to reflect changes to
4053 target.def.
4054
4055 * haifa-sched.c (choose_ready): Convert NULL_RTX to NULL when
4056 working with insn.
4057 (schedule_block): Likewise.
4058 (sched_init): Likewise.
4059 (sched_speculate_insn): Strengthen param "insn" from rtx to
4060 rtx_insn *.
4061 (ready_remove_first_dispatch): Convert NULL_RTX to NULL when
4062 working with insn.
4063 * hooks.c (hook_bool_rtx_true): Rename to...
4064 hook_bool_rtx_insn_true): ...this, and strengthen first param from
4065 rtx to rtx_insn *.
4066 (hook_constcharptr_const_rtx_null): Rename to...
4067 (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4068 first param from const_rtx to const rtx_insn *.
4069 (hook_bool_rtx_int_false): Rename to...
4070 (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4071 param from rtx to rtx_insn *.
4072 (hook_void_rtx_int): Rename to...
4073 (hook_void_rtx_insn_int): ...this, and strengthen first param from
4074 rtx to rtx_insn *.
4075
4076 * hooks.h (hook_bool_rtx_true): Rename to...
4077 (hook_bool_rtx_insn_true): ...this, and strengthen first param from
4078 rtx to rtx_insn *.
4079 (hook_bool_rtx_int_false): Rename to...
4080 (hook_bool_rtx_insn_int_false): ...this, and strengthen first
4081 param from rtx to rtx_insn *.
4082 (hook_void_rtx_int): Rename to...
4083 (hook_void_rtx_insn_int): ...this, and strengthen first param from
4084 rtx to rtx_insn *.
4085 (hook_constcharptr_const_rtx_null): Rename to...
4086 (hook_constcharptr_const_rtx_insn_null): ...this, and strengthen
4087 first param from const_rtx to const rtx_insn *.
4088
4089 * sched-deps.c (sched_macro_fuse_insns): Strengthen param "insn"
4090 and local "prev" from rtx to rtx_insn *.
4091
4092 * sched-int.h (sched_speculate_insn): Strengthen first param from
4093 rtx to rtx_insn *.
4094
4095 * sel-sched.c (create_speculation_check): Likewise for local "label".
4096 * targhooks.c (default_invalid_within_doloop): Strengthen param
4097 "insn" from const_rtx to const rtx_insn *.
4098 * targhooks.h (default_invalid_within_doloop): Strengthen param
4099 from const_rtx to const rtx_insn *.
4100
4101 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): Likewise.
4102 (alpha_adjust_cost): Likewise for params "insn", "dep_insn".
4103
4104 * config/arc/arc.c (arc_sched_adjust_priority): Likewise for param
4105 "insn".
4106 (arc_invalid_within_doloop): Likewise, with const.
4107
4108 * config/arm/arm.c (arm_adjust_cost): Likewise for params "insn", "dep".
4109 (arm_cannot_copy_insn_p): Likewise for param "insn".
4110 (arm_unwind_emit): Likewise.
4111
4112 * config/bfin/bfin.c (bfin_adjust_cost): Likewise for params "insn",
4113 "dep_insn".
4114
4115 * config/c6x/c6x.c (c6x_dfa_new_cycle): Likewise for param "insn".
4116 (c6x_variable_issue): Likewise. Removed now-redundant checked
4117 cast.
4118 (c6x_adjust_cost): Likewise for params "insn", "dep_insn".
4119
4120 * config/epiphany/epiphany-protos.h (epiphany_mode_needed):
4121 Likewise for param "insn".
4122 (epiphany_mode_after): Likewise.
4123 * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise for
4124 params "insn", "dep_insn".
4125 (epiphany_mode_needed): Likewise for param "insn".
4126 (epiphany_mode_after): Likewise.
4127
4128 * config/i386/i386-protos.h (i386_pe_seh_unwind_emit): Likewise.
4129 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
4130 (ix86_avx_u128_mode_needed): Likewise.
4131 (ix86_i387_mode_needed): Likewise.
4132 (ix86_mode_needed): Likewise.
4133 (ix86_avx_u128_mode_after): Likewise.
4134 (ix86_mode_after): Likewise.
4135 (ix86_adjust_cost): Likewise for params "insn", "dep_insn".
4136 (ix86_macro_fusion_pair_p): Likewise for params "condgen", "condjmp".
4137 (ix86_adjust_priority): Likewise for param "insn".
4138 (core2i7_first_cycle_multipass_issue): Likewise for param "insn".
4139 (do_dispatch): Likewise.
4140 (has_dispatch): Likewise.
4141 * config/i386/winnt.c (i386_pe_seh_unwind_emit): Likewise.
4142
4143 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Update to
4144 reflect renaming of default hook implementation from
4145 hook_constcharptr_const_rtx_null to
4146 hook_constcharptr_const_rtx_insn_null.
4147 (ia64_adjust_cost_2): Strengthen params "insn", "dep_insn" from
4148 rtx to rtx_insn *.
4149 (ia64_variable_issue): Likewise for param "insn".
4150 (ia64_first_cycle_multipass_dfa_lookahead_guard): Likewise.
4151 (ia64_dfa_new_cycle): Likewise.
4152 (ia64_get_insn_spec_ds): Likewise.
4153 (ia64_get_insn_checked_ds): Likewise.
4154 (ia64_speculate_insn): Likewise.
4155 (ia64_gen_spec_check): Likewise for params "insn", "label".
4156 (ia64_asm_unwind_emit): Likewise for param "insn".
4157
4158 * config/m32r/m32r.c (m32r_adjust_priority): Likewise.
4159
4160 * config/m68k/m68k.c (m68k_sched_adjust_cost): Likewise for params
4161 "insn", "def_insn".
4162 (m68k_sched_variable_issue): Likewise for param "insn".
4163
4164 * config/mep/mep.c (mep_adjust_cost): Likewise for params "insn",
4165 "def_insn".
4166
4167 * config/microblaze/microblaze.c (microblaze_adjust_cost):
4168 Likewise for params "insn", "dep".
4169
4170 * config/mips/mips.c (mips_adjust_cost): Likewise.
4171 (mips_variable_issue): Likewise for param "insn".
4172 (mips_final_postscan_insn): Likewise.
4173
4174 * config/mn10300/mn10300.c (mn10300_adjust_sched_cost): Likewise
4175 for params "insn", "dep".
4176
4177 * config/pa/pa.c (pa_adjust_cost): Likewise for params "insn",
4178 "dep_insn".
4179 (pa_adjust_priority): Likewise for param "insn".
4180
4181 * config/picochip/picochip.c (picochip_sched_adjust_cost):
4182 Likewise for params "insn", "dep_insn".
4183
4184 * config/rs6000/rs6000.c (rs6000_variable_issue_1): Likewise for
4185 param "insn".
4186 (rs6000_variable_issue): Likewise.
4187 (rs6000_adjust_cost): Likewise for params "insn", "dep_insn".
4188 (rs6000_debug_adjust_cost): Likewise.
4189 (rs6000_adjust_priority): Likewise for param "insn".
4190 (rs6000_use_sched_lookahead_guard): Likewise.
4191 (get_next_active_insn): Likewise for return type and both params.
4192 (redefine_groups): Likewise for params "prev_head_insn", "tail"
4193 and locals "insn", "next_insn".
4194 (pad_groups): Likewise.
4195
4196 * config/s390/s390.c (s390_adjust_priority): Likewise for param
4197 "insn".
4198 (s390_cannot_copy_insn_p): Likewise.
4199 (s390_sched_variable_issue): Likewise for third param, eliminating
4200 checked cast.
4201 (TARGET_INVALID_WITHIN_DOLOOP): Update to reflect renaming of
4202 default hook implementation from hook_constcharptr_const_rtx_null
4203 to hook_constcharptr_const_rtx_insn_null.
4204
4205 * config/sh/sh.c (sh_cannot_copy_insn_p): Strengthen param "insn"
4206 from rtx to rtx_insn *.
4207 (sh_adjust_cost): Likewise for params "insn", "dep_insn".
4208 (sh_variable_issue): Likewise for param "insn".
4209 (sh_dfa_new_cycle): Likewise.
4210 (sh_mode_needed): Likewise.
4211 (sh_mode_after): Likewise.
4212
4213 * config/sparc/sparc.c (supersparc_adjust_cost): Likewise for
4214 params "insn", "dep_insn".
4215 (hypersparc_adjust_cost): Likewise.
4216 (sparc_adjust_cost): Likewise.
4217
4218 * config/spu/spu.c (spu_sched_variable_issue): Likewise for third
4219 param, eliminated checked cast.
4220 (spu_sched_adjust_cost): Likewise for first and third params.
4221
4222 * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Strengthen
4223 params "insn" and "dep_insn" from rtx to rtx_insn *.
4224
4225 * config/tilepro/tilepro.c (tilepro_sched_adjust_cost): Likewise.
4226
4227 2014-08-27 David Malcolm <dmalcolm@redhat.com>
4228
4229 * gcc/config/mn10300/mn10300.c (is_load_insn): Rename to...
4230 (set_is_load_p): ...this, updating to work on a SET pattern rather
4231 than an insn.
4232 (is_store_insn): Rename to...
4233 (set_is_store_p): ...this, updating to work on a SET pattern
4234 rather than an insn.
4235 (mn10300_adjust_sched_cost): Move call to get_attr_timings from
4236 top of function to where it is needed. Rewrite the bogus
4237 condition that checks for "insn" and "dep" being PARALLEL to
4238 instead use single_set, introducing locals "insn_set" and
4239 "dep_set". Given that we only ever returned "cost" for a non-pair
4240 of SETs, bail out early if we don't have a pair of SET.
4241 Rewrite all uses of PATTERN (dep) and PATTERN (insn) to instead
4242 use the new locals "insn_set" and "dep_set", and update calls to
4243 is_load_insn and is_store_insn to be calls to set_is_load_p and
4244 set_is_store_p.
4245
4246 2014-08-27 Guozhi Wei <carrot@google.com>
4247
4248 PR target/62262
4249 * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Check the shift
4250 amount before using it.
4251
4252 2014-08-27 Richard Biener <rguenther@suse.de>
4253
4254 * gimple-fold.c (get_maxval_strlen): Add overload wrapping
4255 get_maxval_strlen inside a more useful API.
4256 (gimple_fold_builtin_with_strlen): Remove and fold into ...
4257 (gimple_fold_builtin): ... caller.
4258 (gimple_fold_builtin_strlen, gimple_fold_builtin_strcpy,
4259 gimple_fold_builtin_strncpy, gimple_fold_builtin_strcat,
4260 gimple_fold_builtin_fputs, gimple_fold_builtin_memory_chk,
4261 gimple_fold_builtin_stxcpy_chk, gimple_fold_builtin_stxncpy_chk,
4262 gimple_fold_builtin_snprintf_chk, gimple_fold_builtin_snprintf,
4263 gimple_fold_builtin_sprintf): Adjust to compute maxval
4264 themselves.
4265
4266 2014-08-27 Yvan Roux <yvan.roux@linaro.org>
4267
4268 PR other/62248
4269 * config.gcc (arm*-*-*): Check --with-fpu against arm-fpus.def.
4270
4271 2014-08-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
4272 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
4273 Anna Tikhonova <anna.tikhonova@intel.com>
4274 Ilya Tocar <ilya.tocar@intel.com>
4275 Andrey Turetskiy <andrey.turetskiy@intel.com>
4276 Ilya Verbin <ilya.verbin@intel.com>
4277 Kirill Yukhin <kirill.yukhin@intel.com>
4278 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
4279
4280 * config/i386/sse.md
4281 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"):
4282 Use `concat_tg_mode' attribute to determine asm register size.
4283
4284 2014-08-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
4285 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
4286 Anna Tikhonova <anna.tikhonova@intel.com>
4287 Ilya Tocar <ilya.tocar@intel.com>
4288 Andrey Turetskiy <andrey.turetskiy@intel.com>
4289 Ilya Verbin <ilya.verbin@intel.com>
4290 Kirill Yukhin <kirill.yukhin@intel.com>
4291 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
4292
4293 * config/i386/sse.md
4294 (define_mode_iterator VI48_AVX512VL): New.
4295 (define_mode_iterator VI_UNALIGNED_LOADSTORE): Delete.
4296 (define_mode_iterator VI_ULOADSTORE_BW_AVX512VL): New.
4297 (define_mode_iterator VI_ULOADSTORE_F_AVX512VL): Ditto.
4298 (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4299 with VI1): Change mode iterator.
4300 (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4301 with VI_ULOADSTORE_BW_AVX512VL): New.
4302 (define_expand "<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4303 with VI_ULOADSTORE_F_AVX512VL): Ditto.
4304 (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4305 with VI1): Change mode iterator.
4306 (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4307 with VI_ULOADSTORE_BW_AVX512VL): New.
4308 (define_insn "*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"
4309 with VI_ULOADSTORE_F_AVX512VL): Ditto.
4310 (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4311 with VI1): Change mode iterator.
4312 (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4313 with VI_ULOADSTORE_BW_AVX512VL): New.
4314 (define_insn "<sse2_avx_avx512f>_storedqu<mode>
4315 with VI_ULOADSTORE_BW_AVX512VL): Ditto.
4316 (define_insn "avx512f_storedqu<mode>_mask"): Delete.
4317 (define_insn "<avx512>_storedqu<mode>_mask" with
4318 VI48_AVX512VL): New.
4319 (define_insn "<avx512>_storedqu<mode>_mask" with
4320 VI12_AVX512VL): Ditto.
4321
4322 2014-08-27 Alexander Ivchenko <alexander.ivchenko@intel.com>
4323 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
4324 Anna Tikhonova <anna.tikhonova@intel.com>
4325 Ilya Tocar <ilya.tocar@intel.com>
4326 Andrey Turetskiy <andrey.turetskiy@intel.com>
4327 Ilya Verbin <ilya.verbin@intel.com>
4328 Kirill Yukhin <kirill.yukhin@intel.com>
4329 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
4330
4331 * config/i386/sse.md
4332 (define_mode_iterator VI48_AVX2_48_AVX512F): Delete.
4333 (define_mode_iterator VI48_AVX512BW): New.
4334 (define_insn "<avx2_avx512f>_<shift_insn>v<mode><mask_name>"): Delete.
4335 (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
4336 with VI48_AVX2_48_AVX512F): New.
4337 (define_insn "<avx2_avx512bw>_<shift_insn>v<mode><mask_name>"
4338 with VI2_AVX512VL): Ditto.
4339
4340 2014-08-27 Richard Biener <rguenther@suse.de>
4341
4342 PR middle-end/62239
4343 * builtins.c (fold_builtin_strcat_chk): Move to gimple-fold.c.
4344 (fold_builtin_3): Do not fold strcat_chk here.
4345 * gimple-fold.c (gimple_fold_builtin_strcat_chk): Move here
4346 from builtins.c.
4347 (gimple_fold_builtin): Fold strcat_chk here.
4348
4349 2014-08-26 Aldy Hernandez <aldyh@redhat.com>
4350
4351 * dwarf2out.h (dwarf2out_decl): Remove prototype.
4352 * dwarf2out.c (dwarf2out_decl): Make static.
4353
4354 2014-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
4355
4356 * doc/invoke.texi: -fno-cxa-atexit should be -fno-use-cxa-atexit.
4357
4358 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4359
4360 * cselib.h (struct elt_loc_list): Strengthen field "setting_insn"
4361 from rtx to rtx_insn *.
4362 (cselib_lookup_from_insn): Likewise for final param.
4363 (cselib_subst_to_values_from_insn): Likewise.
4364 (cselib_add_permanent_equiv): Likewise.
4365
4366 * cselib.c (cselib_current_insn): Likewise for this variable.
4367 (cselib_subst_to_values_from_insn): Likewise for param "insn".
4368 (cselib_lookup_from_insn): Likewise.
4369 (cselib_add_permanent_equiv): Likewise for param "insn" and local
4370 "save_cselib_current_insn".
4371 (cselib_process_insn): Replace use of NULL_RTX with NULL.
4372
4373 * sched-deps.c (add_insn_mem_dependence): Strengthen param "insn"
4374 from rtx to rtx_insn *.
4375
4376 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4377
4378 * dse.c (dse_step6): Strengthen local "rinsn" from rtx to
4379 rtx_insn *.
4380
4381 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4382
4383 * df.h (df_dump_insn_problem_function): Strengthen first param of
4384 this callback from const_rtx to const rtx_insn *.
4385 (struct df_insn_info): Strengthen field "insn" from rtx to
4386 rtx_insn *.
4387 (DF_REF_INSN): Eliminate this function, reinstating the older
4388 macro definition.
4389 (df_find_def): Strengthen param 1 from rtx to rtx_insn *.
4390 (df_reg_defined): Likewise.
4391 (df_find_use): Likewise.
4392 (df_reg_used): Likewise.
4393 (df_dump_insn_top): Strengthen param 1 from const_rtx to
4394 const rtx_insn *.
4395 (df_dump_insn_bottom): Likewise.
4396 (df_insn_debug): Strengthen param 1 from rtx to rtx_insn *.
4397 (df_insn_debug_regno): Likewise.
4398 (debug_df_insn): Likewise.
4399 (df_rd_simulate_one_insn): Likewise for param 2.
4400 (df_word_lr_simulate_defs): Likewise for param 1.
4401 (df_word_lr_simulate_uses): Likewise.
4402 (df_md_simulate_one_insn): Likewise for param 2.
4403 (df_simulate_find_noclobber_defs): Likewise for param 1.
4404 (df_simulate_find_defs): Likewise.
4405 (df_simulate_defs): Likewise.
4406 (df_simulate_uses): Likewise.
4407 (df_simulate_one_insn_backwards): Likewise for param 2.
4408 (df_simulate_one_insn_forwards): Likewise.
4409 (df_uses_create): Likewise for param 2.
4410 (df_insn_create_insn_record): Likewise for param 1.
4411 (df_insn_delete): Likewise.
4412 (df_insn_rescan): Likewise.
4413 (df_insn_rescan_debug_internal): Likewise.
4414 (df_insn_change_bb): Likewise.
4415 (df_notes_rescan): Likewise.
4416 * rtl.h (remove_death): Likewise for param 2.
4417 (print_rtl_with_bb): Strengthen param 2 from const_rtx to
4418 const rtx_insn *.
4419 * sched-int.h (reemit_notes): Strengthen param from rtx to
4420 rtx_insn *.
4421 * valtrack.h (propagate_for_debug): Likewise for param 1.
4422
4423 * cfgrtl.c (print_rtl_with_bb): Strengthen param "rtx_first" and
4424 local "tmp_rtx" from const_rtx to const rtx_insn *.
4425 * combine.c (remove_death): Strengthen param "insn" from rtx to
4426 rtx_insn *.
4427 (move_deaths): Likewise for local "where_dead".
4428 * cse.c (delete_trivially_dead_insns): Introduce local
4429 "bind_var_loc" so that "bind" can be strengthened to an rtx_insn *.
4430 * df-core.c (df_find_def): Strengthen param "insn" from rtx to
4431 rtx_insn *.
4432 (df_reg_defined): Likewise.
4433 (df_find_use): Likewise.
4434 (df_reg_used): Likewise.
4435 (df_dump_insn_problem_data): Strengthen param "insn" from
4436 const_rtx to const rtx_insn *.
4437 (df_dump_insn_top): Likewise.
4438 (df_dump_insn_bottom): Likewise.
4439 (df_insn_debug): Strengthen param "insn" from rtx to rtx_insn *.
4440 (df_insn_debug_regno): Likewise.
4441 (debug_df_insn): Likewise.
4442 (DF_REF_INSN): Delete.
4443 * df-problems.c (df_rd_simulate_one_insn): Strengthen param "insn"
4444 from rtx to rtx_insn *.
4445 (df_chain_insn_top_dump): Strengthen param "insn" from
4446 const_rtx to const rtx_insn *.
4447 (df_chain_insn_bottom_dump): Likewise.
4448 (df_word_lr_simulate_defs): Strengthen param "insn" from rtx to
4449 rtx_insn *.
4450 (df_word_lr_simulate_uses): Likewise.
4451 (df_print_note): Likewise.
4452 (df_remove_dead_and_unused_notes): Likewise.
4453 (df_set_unused_notes_for_mw): Likewise.
4454 (df_set_dead_notes_for_mw): Likewise.
4455 (df_create_unused_note): Likewise.
4456 (df_simulate_find_defs): Likewise.
4457 (df_simulate_find_uses): Likewise.
4458 (df_simulate_find_noclobber_defs): Likewise.
4459 (df_simulate_defs): Likewise.
4460 (df_simulate_uses): Likewise.
4461 (df_simulate_one_insn_backwards): Likewise.
4462 (df_simulate_one_insn_forwards): Likewise.
4463 (df_md_simulate_one_insn): Likewise.
4464 * df-scan.c (df_uses_create): Likewise.
4465 (df_insn_create_insn_record): Likewise.
4466 (df_insn_delete): Likewise.
4467 (df_insn_rescan): Likewise.
4468 (df_insn_rescan_debug_internal): Likewise.
4469 (df_insn_change_bb): Likewise.
4470 (df_notes_rescan): Likewise.
4471 (df_refs_add_to_chains): Likewise.
4472 (df_insn_refs_verify): Likewise.
4473 * emit-rtl.c (set_insn_deleted): Add checked cast to rtx_insn *
4474 when invoking df_insn_delete.
4475 (reorder_insns): Strengthen local "x" from rtx to rtx_insn *.
4476 (set_unique_reg_note): Add checked cast.
4477 * final.c (cleanup_subreg_operands): Likewise.
4478 * gcse.c (update_ld_motion_stores): Likewise, strengthening local
4479 "insn" from rtx to rtx_insn *.
4480 * haifa-sched.c (reemit_notes): Strengthen param "insn" and local
4481 "last" from rtx to rtx_insn *.
4482 * ira-emit.c (change_regs_in_insn): New function.
4483 (change_loop): Strengthen local "insn" from rtx to rtx_insn *.
4484 Invoke change_regs_in_insn rather than change_regs.
4485 * ira.c (update_equiv_regs): Strengthen locals "insn",
4486 "init_insn", "new_insn" from rtx to rtx_insn *. Invoke
4487 for_each_rtx_in_insn rather than for_each_rtx.
4488 * recog.c (confirm_change_group): Add checked casts.
4489 (peep2_update_life): Strengthen local "x" from rtx to rtx_insn *.
4490 Add checked cast.
4491 (peep2_fill_buffer): Add checked cast.
4492 * rtlanal.c (remove_note): Likewise.
4493 * valtrack.c (propagate_for_debug): Strengthen param "insn" and
4494 locals "next" "end" from rtx to rtx_insn *.
4495
4496 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4497
4498 * sched-int.h (sched_init_insn_luid): Strengthen param 1 from rtx
4499 to rtx_insn *.
4500 (struct reg_use_data): Likewise for field "insn".
4501 (insn_cost): Likewise for param.
4502 (real_insn_for_shadow): Likewise for return type and param.
4503 (increase_insn_priority): Likewise for param 1.
4504 (debug_dependencies): Likewise for both params.
4505
4506 * haifa-sched.c (insn_delay): Likewise for param "insn".
4507 (real_insn_for_shadow): Likewise for return type and param "insn".
4508 (update_insn_after_change): Likewise for param "insn".
4509 (recompute_todo_spec): Likewise for param "next" and locals "pro",
4510 "other".
4511 (insn_cost): Likewise for param "insn".
4512 (increase_insn_priority): Likewise.
4513 (calculate_reg_deaths): Likewise.
4514 (setup_insn_reg_pressure_info): Likewise.
4515 (model_schedule): Strengthen from vec<rtx> to vec<rtx_insn *>.
4516 (model_index): Strengthen param "insn" from rtx to rtx_insn *.
4517 (model_recompute): Likewise.
4518 (must_restore_pattern_p): Likewise for param "next".
4519 (model_excess_cost): Likewise for param "insn".
4520 (queue_remove): Likewise.
4521 (adjust_priority): Likewise for param "prev".
4522 (update_register_pressure): Likewise for param "insn".
4523 (setup_insn_max_reg_pressure): Likewise for local "insn".
4524 (update_reg_and_insn_max_reg_pressure): Likewise for param "insn".
4525 (model_add_to_schedule): Likewise.
4526 (model_reset_queue_indices): Likewise for local "insn".
4527 (unschedule_insns_until): Strengthen local "recompute_vec" from
4528 auto_vec<rtx> to auto_vec<rtx_insn *>. Strengthen locals "last",
4529 "con" from rtx to rtx_insn *.
4530 (restore_last_backtrack_point): Likewise for both locals "x". Add
4531 checked casts.
4532 (estimate_insn_tick): Likewise for param "insn".
4533 (commit_schedule): Likewise for params "prev_head", "tail" and
4534 local "x".
4535 (verify_shadows): Likewise for locals "i1", "i2".
4536 (dump_insn_stream): Likewise for params "head", "tail" and locals
4537 "next_tail", "insn".
4538 (schedule_block): Likewise for locals "insn", "x". Add a checked
4539 cast.
4540 (fix_inter_tick): Likewise for params "head", "tail".
4541 (create_check_block_twin): Likewise for local "jump".
4542 (haifa_change_pattern): Likewise for param "insn".
4543 (haifa_speculate_insn): Likewise.
4544 (dump_new_block_header): Likewise for params "head", "tail".
4545 (fix_jump_move): Likewise for param "jump".
4546 (move_block_after_check): Likewise.
4547 (sched_init_insn_luid): Likewise for param "insn".
4548 (sched_init_luids): Likewise for local "insn".
4549 (insn_luid): Likewise for param "insn".
4550 (init_h_i_d): Likewise.
4551 (haifa_init_h_i_d): Likewise for local "insn".
4552 (haifa_init_insn): Likewise for param "insn".
4553 * sched-deps.c (add_dependence): Likewise for local "real_pro",
4554 "other".
4555 (create_insn_reg_use): Likewise for param "insn".
4556 (setup_insn_reg_uses): Likewise. Add a checked cast.
4557 * sched-ebb.c (debug_ebb_dependencies): Strengthen params "head",
4558 "tail" from rtx to rtx_insn *.
4559 * sched-rgn.c (void debug_dependencies): Likewise, also for locals
4560 "insn", "next_tail".
4561
4562 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4563
4564 * haifa-sched.c (struct model_insn_info): Strengthen field "insn"
4565 from rtx to rtx_insn *.
4566 (model_add_to_schedule): Likewise for locals "start", "end",
4567 "iter".
4568
4569 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4570
4571 * rtl.h (duplicate_insn_chain): Strengthen both params from rtx to
4572 rtx_insn *.
4573 * cfgrtl.c (duplicate_insn_chain): Likewise for params "from",
4574 "to" and locals "insn", "next", "copy". Remove now-redundant
4575 checked cast.
4576
4577 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4578
4579 * rtl.h (canonicalize_condition): Strengthen param 1 from rtx to
4580 rtx_insn * and param 4 from rtx * to rtx_insn **.
4581 (get_condition): Strengthen param 1 from rtx to rtx_insn * and
4582 param 2 from rtx * to rtx_insn **.
4583
4584 * df.h (can_move_insns_across): Strengthen params 1-4 from rtx to
4585 rtx_insn * and final param from rtx * to rtx_insn **.
4586
4587 * cfgcleanup.c (try_head_merge_bb): Strengthen local "move_before"
4588 from rtx to rtx_insn *.
4589 (try_head_merge_bb): Likewise for both locals named "move_upto".
4590 * df-problems.c (can_move_insns_across): Likewise for params
4591 "from", "to", "across_from", "across_to" and locals "insn",
4592 "next", "max_to". Strengthen param "pmove_upto" from rtx * to
4593 rtx_insn **.
4594 * ifcvt.c (struct noce_if_info): Strengthen field "cond_earliest"
4595 from rtx to rtx_insn *.
4596 (noce_get_alt_condition): Strengthen param "earliest" from rtx *
4597 to rtx_insn **. Strengthen local "insn" from rtx to rtx_insn *.
4598 (noce_try_minmax): Strengthen locals "earliest", "seq" from rtx to
4599 rtx_insn *.
4600 (noce_try_abs): Likewise.
4601 (noce_get_condition): Likewise for param "jump". Strengthen param
4602 "earliest" from rtx * to rtx_insn **.
4603 (noce_find_if_block): Strengthen local "cond_earliest" from rtx to
4604 rtx_insn *.
4605 (find_cond_trap): Likewise.
4606 (dead_or_predicable): Likewise for local "earliest".
4607 * loop-iv.c (check_simple_exit): Likewise for local "at". Add
4608 checked cast.
4609 * rtlanal.c (canonicalize_condition): Likewise for param "insn"
4610 and local "prev". Strengthen param "earliest" from rtx * to
4611 rtx_insn **.
4612 (get_condition): Strengthen param "jump" from rtx to rtx_insn *
4613 Strengthen param "earliest" from rtx * to rtx_insn **.
4614
4615 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4616
4617 * fwprop.c (local_ref_killed_between_p): Strengthen params "from",
4618 "to" and local "insn" from rtx to rtx_insn *.
4619
4620 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4621
4622 * sel-sched.c (find_place_for_bookkeeping): Strengthen local "insn"
4623 from rtx to rtx_insn *.
4624 (need_nop_to_preserve_insn_bb): Likewise for param "insn".
4625 (code_motion_path_driver): Likewise for local "last_insn".
4626 (simplify_changed_insns): Likewise for local "insn".
4627
4628 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4629
4630 * rtl.h (push_to_sequence): Strengthen param from rtx to
4631 rtx_insn *.
4632 (push_to_sequence2): Likewise for both params.
4633 (delete_insns_since): Likewise for param.
4634 (reorder_insns_nobb): Likewise for all three params.
4635 (set_new_first_and_last_insn): Likewise for both params.
4636
4637 * emit-rtl.h (set_first_insn): Strengthen param "insn" from rtx to
4638 rtx_insn *. Remove now-redundant cast.
4639 (set_last_insn): Likewise.
4640
4641 * builtins.c (expand_builtin_return): Strengthen local
4642 "call_fusage" from rtx to rtx_insn *.
4643 * cfgrtl.c (create_basic_block_structure): Likewise for local
4644 "after".
4645 * emit-rtl.c (set_new_first_and_last_insn): Likewise for params
4646 "first", "last" and local "insn".
4647 (delete_insns_since): Likewise for param "from".
4648 (reorder_insns_nobb): Likewise for params "from", "to", "after"
4649 and local "x".
4650 (push_to_sequence): Likewise for param "first" and local "last".
4651 (push_to_sequence2): Likewise for params "first" and "last".
4652 * lra.c (emit_add3_insn): Likewise for local "last".
4653 (lra_emit_add): Likewise.
4654 * lra-constraints.c (base_to_reg): Likewise for locals "insn",
4655 "last_insn".
4656 (process_address_1): Likewise for locals "insn", last".
4657 * modulo-sched.c (ps_first_note): Likewise for return type.
4658 * optabs.c (expand_binop_directly): Likewise for param "last".
4659
4660 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4661
4662 * rtl.h (get_last_insn_anywhere): Strengthen return type from rtx
4663 to rtx_insn*.
4664 * emit-rtl.c (get_last_insn_anywhere): Likewise.
4665
4666 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4667
4668 * function.h (struct sequence_stack): Strengthen fields "first"
4669 and "last" from rtx to rtx_insn *.
4670 (struct emit_status): Likewise for fields "x_first_insn" and
4671 "x_last_insn".
4672
4673 * emit-rtl.h (get_insns): Remove now-redundant checked cast.
4674 (set_first_insn): Add checked cast.
4675 (get_last_insn): Remove now-redundant checked cast.
4676 (set_last_insn): Add checked cast.
4677
4678 * config/m32c/m32c.c (m32c_leaf_function_p): Strengthen locals
4679 "saved_first" and "saved_last" from rtx to rtx_insn *.
4680
4681 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4682
4683 * rtl.h (add_insn): Strengthen param from rtx to rtx_insn *.
4684 (unlink_insn_chain): Strengthen both params from rtx to
4685 rtx_insn *.
4686
4687 * cfgrtl.c (cfg_layout_function_header): Likewise for this
4688 variable.
4689 (unlink_insn_chain): Likewise for params "first" and "last".
4690 Remove now-redundant checked cast.
4691 (record_effective_endpoints): Replace use of NULL_RTX with NULL.
4692 (fixup_reorder_chain): Strengthen local "insn" from rtx to
4693 rtx_insn *.
4694 * emit-rtl.c (link_insn_into_chain): Likewise for all three
4695 params.
4696 (add_insn): Likewise for param "insn" and local "prev".
4697 (add_insn_after_nobb): Likewise for both params and local "next".
4698 (add_insn_before_nobb): Likewise for both params and local "prev".
4699 (add_insn_after): Rename param "after" to "uncast_after",
4700 introducing local "after" with another checked cast.
4701 (add_insn_before): Rename params "insn" and "before", giving them
4702 "uncast_" prefixes, adding the old names back using checked casts.
4703 (emit_note_after): Likewise for param "after".
4704 (emit_note_before): Likewise for param "before".
4705 (emit_label): Add a checked cast.
4706
4707 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4708
4709 * cselib.h (cselib_record_sets_hook): Strengthen initial param
4710 "insn" from rtx to rtx_insn *.
4711
4712 * cselib.c (cselib_record_sets_hook): Likewise.
4713
4714 * var-tracking.c (add_with_sets): Likewise, renaming back from
4715 "uncast_insn" to "insn" and eliminating the checked cast from rtx
4716 to rtx_insn *.
4717
4718 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4719
4720 * basic-block.h (struct rtl_bb_info): Strengthen fields "end_"
4721 and "header_" from rtx to rtx_insn *.
4722 (struct basic_block_d): Likewise for field "head_" within "x"
4723 field of union basic_block_il_dependent.
4724 (BB_HEAD): Drop function...
4725 (SET_BB_HEAD): ...and this function in favor of...
4726 (BB_HEAD): ...reinstate macro.
4727 (BB_END): Drop function...
4728 (SET_BB_END): ...and this function in favor of...
4729 (BB_END): ...reinstate macro.
4730 (BB_HEADER): Drop function...
4731 (SET_BB_HEADER): ...and this function in favor of...
4732 (BB_HEADER): ...reinstate macro.
4733
4734 * bb-reorder.c (add_labels_and_missing_jumps): Drop use of BB_END.
4735 (fix_crossing_unconditional_branches): Likewise.
4736 * caller-save.c (save_call_clobbered_regs): Likewise.
4737 (insert_one_insn): Drop use of SET_BB_HEAD and SET_BB_END.
4738 * cfgbuild.c (find_bb_boundaries): Drop use of SET_BB_END.
4739 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
4740 (merge_blocks_move_successor_nojumps): Likewise.
4741 (outgoing_edges_match): Update use of for_each_rtx to
4742 for_each_rtx_in_insn.
4743 * cfgexpand.c (expand_gimple_cond): Drop use of SET_BB_END.
4744 (expand_gimple_cond): Likewise.
4745 (expand_gimple_tailcall): Likewise.
4746 (expand_gimple_basic_block): Drop use of SET_BB_HEAD and
4747 SET_BB_END.
4748 (construct_exit_block): Drop use of SET_BB_END.
4749 * cfgrtl.c (cfg_layout_function_footer): Strengthen from rtx to
4750 rtx_insn *.
4751 (delete_insn): Rename param "insn" to "uncast_insn", introducing
4752 a new local "insn" with a checked cast to rtx_insn *. Drop use of
4753 SET_BB_HEAD and SET_BB_END.
4754 (create_basic_block_structure): Drop use of SET_BB_HEAD and
4755 SET_BB_END.
4756 (rtl_delete_block): Drop use of SET_BB_HEAD.
4757 (rtl_split_block): Drop use of SET_BB_END.
4758 (emit_nop_for_unique_locus_between): Likewise.
4759 (rtl_merge_blocks): Drop use of SET_BB_END and SET_BB_HEAD.
4760 (block_label): Drop use of SET_BB_HEAD.
4761 (fixup_abnormal_edges): Drop use of SET_BB_END.
4762 (record_effective_endpoints): Drop use of SET_BB_HEADER.
4763 (relink_block_chain): Likewise.
4764 (fixup_reorder_chain): Drop use of SET_BB_END.
4765 (cfg_layout_duplicate_bb): Drop use of SET_BB_HEADER.
4766 (cfg_layout_delete_block): Strengthen local "to" from rtx * to
4767 rtx_insn **. Drop use of SET_BB_HEADER.
4768 (cfg_layout_merge_blocks): Drop use of SET_BB_HEADER, SET_BB_END,
4769 SET_BB_HEAD.
4770 (BB_HEAD): Delete this function.
4771 (SET_BB_HEAD): Likewise.
4772 (BB_END): Likewise.
4773 (SET_BB_END): Likewise.
4774 (BB_HEADER): Likewise.
4775 (SET_BB_HEADER): Likewise.
4776 * emit-rtl.c (add_insn_after): Rename param "insn" to
4777 "uncast_insn", adding a new local "insn" and a checked cast to
4778 rtx_insn *. Drop use of SET_BB_END.
4779 (remove_insn): Strengthen locals "next" and "prev" from rtx to
4780 rtx_insn *. Drop use of SET_BB_HEAD and SET_BB_END.
4781 (reorder_insns): Drop use of SET_BB_END.
4782 (emit_insn_after_1): Strengthen param "first" and locals "last",
4783 "after_after" from rtx to rtx_insn *. Drop use of SET_BB_END.
4784 (emit_pattern_after_noloc): Add checked cast.
4785 * haifa-sched.c (get_ebb_head_tail): Drop use of SET_BB_END.
4786 (restore_other_notes): Likewise.
4787 (move_insn): Likewise.
4788 (sched_extend_bb): Likewise.
4789 (fix_jump_move): Likewise.
4790 * ifcvt.c (noce_process_if_block): Likewise.
4791 (dead_or_predicable): Likewise.
4792 * ira.c (update_equiv_regs): Drop use of SET_BB_HEAD.
4793 * reg-stack.c (change_stack): Drop use of SET_BB_END.
4794 * sel-sched-ir.c (sel_move_insn): Likewise.
4795 * sel-sched.c (move_nop_to_previous_block): Likewise.
4796
4797 * config/c6x/c6x.c (hwloop_optimize): Drop use of SET_BB_HEAD and
4798 SET_BB_END.
4799 * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
4800
4801 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4802
4803 * basic-block.h (create_basic_block_structure): Strengthen params
4804 1 "head" and 2 "end" from rtx to rtx_insn *.
4805 * cfgrtl.c (create_basic_block_structure): Likewise.
4806 (rtl_create_basic_block): Update casts from void * to rtx to
4807 rtx_insn *, so that we can pass them as rtx_insn * to
4808 create_basic_block_structure.
4809 * sel-sched-ir.c (sel_create_basic_block): Likewise.
4810
4811 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4812
4813 * rtl.h (for_each_inc_dec): Strengthen param 1 from rtx * to
4814 rtx_insn **.
4815 (check_for_inc_dec): Strengthen param "insn" from rtx to
4816 rtx_insn *.
4817
4818 * cselib.h (cselib_process_insn): Likewise.
4819
4820 * cselib.c (cselib_record_sets): Likewise.
4821 (cselib_process_insn): Likewise.
4822
4823 * dse.c (struct insn_info): Likewise for field "insn".
4824 (check_for_inc_dec_1): Likewise for local "insn".
4825 (check_for_inc_dec): Likewise for param "insn".
4826 (scan_insn): Likewise.
4827 (dse_step1): Likewise for local "insn".
4828
4829 * rtlanal.c (for_each_inc_dec): Strengthen param 1 from rtx * to
4830 rtx_insn **. Use for_each_rtx_in_insn rather than for_each_rtx.
4831
4832 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4833
4834 * sched-int.h (struct _dep): Strengthen fields "pro" and "con"
4835 from rtx to rtx_insn *.
4836 (DEP_PRO): Delete this function and...
4837 (SET_DEP_PRO): ...this function in favor of...
4838 (DEP_PRO): ...reinstate this macro.
4839 (DEP_CON): Delete this function and...
4840 (SET_DEP_CON): ...this function in favor of...
4841 (DEP_CON): ...reinstate this old macro.
4842 (init_dep_1): Strengthen params 2 and 3 from rtx to rtx_insn *.
4843 (init_dep): Likewise.
4844 (set_priorities): Likewise for both params.
4845 (sd_copy_back_deps): Likewise for params 1 and 2.
4846
4847 * haifa-sched.c (priority): Likewise for param "insn" and local
4848 "next".
4849 (set_priorities): Likewise for params "head" and "tail" and local
4850 "insn".
4851 (process_insn_forw_deps_be_in_spec): Likewise for param "twin" and
4852 local "consumer".
4853 (add_to_speculative_block): Add a checked cast.
4854 (create_check_block_twin): Drop use of SET_DEP_CON.
4855 (add_jump_dependencies): Strengthen params "insn" and "jump" from
4856 rtx to rtx_insn *.
4857
4858 * sched-deps.c (init_dep_1): Likewise for params "pro" and "con".
4859 Drop use of SET_DEP_PRO
4860 (init_dep): Strengthen params "pro" and "con" from rtx to
4861 rtx_insn *.
4862 (sd_copy_back_deps): Likewise for params "to" and "from". Drop
4863 use of SET_DEP_CON.
4864 (DEP_PRO): Delete.
4865 (DEP_CON): Delete.
4866 (SET_DEP_PRO): Delete.
4867 (SET_DEP_CON): Delete.
4868
4869 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4870
4871 * sel-sched-ir.h (struct vinsn_def): Strengthen field "insn_rtx"
4872 from rtx to rtx_insn *.
4873 (VINSN_INSN_RTX): Eliminate rvalue function and...
4874 (SET_VINSN_INSN): ...lvalue function in favor of...
4875 (VINSN_INSN_RTX): reinstate this old macro.
4876
4877 * sel-sched-ir.c (vinsn_init): Eliminate use of SET_VINSN_INSN_RTX
4878 in favor of VINSN_INSN_RTX.
4879 (VINSN_INSN_RTX): Delete this function.
4880 (SET_VINSN_INSN_RTX): Likewise.
4881
4882 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4883
4884 * sel-sched-ir.h (insn_t): Strengthen from rtx to rtx_insn *.
4885 (BND_TO): Delete this function and...
4886 (SET_BND_TO): ...this functions in favor of...
4887 (BND_TO): ...reinstating this macro.
4888 (struct _fence): Strengthen field "executing_insns" from
4889 vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *. Strengthen fields
4890 "last_scheduled_insn" and "sched_next" from rtx to rtx_insn *.
4891 (_succ_iter_cond): Update param "succp" from rtx * to insn_t *
4892 and param "insn" from rtx to insn_t.
4893 (create_vinsn_from_insn_rtx): Strengthen first param from rtx to
4894 rtx_insn *.
4895
4896 * sched-int.h (insn_vec_t): Strengthen from vec<rtx> to
4897 vec<rtx_insn *> .
4898 (rtx_vec_t): Likewise.
4899 (struct sched_deps_info_def): Strengthen param of "start_insn"
4900 callback from rtx to rtx_insn *. Likewise for param "insn2" of
4901 "note_mem_dep" callback and first param of "note_dep" callback.
4902
4903 * haifa-sched.c (add_to_speculative_block): Strengthen param
4904 "insn" from rtx to rtx_insn *.
4905 (clear_priorities): Likewise.
4906 (calc_priorities): Likewise for local "insn".
4907
4908 * sched-deps.c (haifa_start_insn): Likewise for param "insn".
4909 Remove redundant checked cast.
4910 (haifa_note_mem_dep): Likewise for param "pending_insn".
4911 (haifa_note_dep): Likewise for param "elem".
4912 (note_mem_dep): Likewise for param "e".
4913 (sched_analyze_1): Add checked casts.
4914 (sched_analyze_2): Likewise.
4915
4916 * sel-sched-dump.c (dump_insn_vector): Strengthen local "succ"
4917 from rtx to rtx_insn *.
4918 (debug): Update param from vec<rtx> & to vec<rtx_insn *>, and
4919 from vec<rtx> * to vec<rtx_insn *> *.
4920
4921 * sel-sched-ir.c (blist_add): Remove use of SET_BND_TO
4922 scaffolding.
4923 (flist_add): Strengthen param "executing_insns" from
4924 vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
4925 (advance_deps_context): Remove now-redundant checked cast.
4926 (init_fences): Replace uses of NULL_RTX with NULL.
4927 (merge_fences): Strengthen params "last_scheduled_insn" and
4928 "sched_next" from rtx to rtx_insn * and "executing_insns" from
4929 vec<rtx, va_gc> * to vec<rtx_insn *, va_gc> *.
4930 (add_clean_fence_to_fences): Replace uses of NULL_RTX with NULL.
4931 (get_nop_from_pool): Add local "nop_pat" so that "nop" can be
4932 an instruction, rather than doing double-duty as a pattern.
4933 (return_nop_to_pool): Update for change of insn_t.
4934 (deps_init_id): Remove now-redundant checked cast.
4935 (struct sched_scan_info_def): Strengthen param of "init_insn"
4936 callback from rtx to insn_t.
4937 (sched_scan): Strengthen local "insn" from rtx to rtx_insn *.
4938 (init_global_and_expr_for_insn): Replace uses of NULL_RTX with
4939 NULL.
4940 (get_seqno_by_succs): Strengthen param "insn" and locals "tmp",
4941 "end" from rtx to rtx_insn *.
4942 (create_vinsn_from_insn_rtx): Likewise for param "insn_rtx".
4943 (rtx insn_rtx, bool force_unique_p)
4944 (BND_TO): Delete function.
4945 (SET_BND_TO): Delete function.
4946
4947 * sel-sched.c (advance_one_cycle): Strengthen local "insn" from
4948 rtx to rtx_insn *.
4949 (extract_new_fences_from): Replace uses of NULL_RTX with NULL.
4950 (replace_dest_with_reg_in_expr): Strengthen local "insn_rtx" from
4951 rtx to rtx_insn *.
4952 (undo_transformations): Likewise for param "insn".
4953 (update_liveness_on_insn): Likewise.
4954 (compute_live_below_insn): Likewise for param "insn" and local
4955 "succ".
4956 (update_data_sets): Likewise for param "insn".
4957 (fill_vec_av_set): Replace uses of NULL_RTX with NULL.
4958 (convert_vec_av_set_to_ready): Drop now-redundant checked cast.
4959 (invoke_aftermath_hooks): Strengthen param "best_insn" from rtx to
4960 rtx_insn *.
4961 (move_cond_jump): Likewise for param "insn".
4962 (move_cond_jump): Drop use of SET_BND_TO.
4963 (compute_av_set_on_boundaries): Likewise.
4964 (update_fence_and_insn): Replace uses of NULL_RTX with NULL.
4965 (update_and_record_unavailable_insns): Strengthen local "bb_end"
4966 from rtx to rtx_insn *.
4967 (maybe_emit_renaming_copy): Likewise for param "insn".
4968 (maybe_emit_speculative_check): Likewise.
4969 (handle_emitting_transformations): Likewise.
4970 (remove_insn_from_stream): Likewise.
4971 (code_motion_process_successors): Strengthen local "succ" from rtx
4972 to insn_t.
4973
4974 2014-08-26 David Malcolm <dmalcolm@redhat.com>
4975
4976 * sel-sched-ir.h (ilist_t): Redefine this typedef in terms of
4977 ilist_t, not _xlist_t;
4978 (ILIST_INSN): Define in terms of new union field "insn".
4979 (ILIST_NEXT): Define in terms of _LIST_NEXT rather than
4980 _XLIST_NEXT.
4981 (struct _list_node): Add new field "insn" to the union, of type
4982 insn_t.
4983 (ilist_add): Replace macro with an inline function, requiring an
4984 insn_t.
4985 (ilist_remove): Define this macro directly in terms of
4986 _list_remove, rather than indirectly via _xlist_remove.
4987 (ilist_clear): Likewise, in terms of _list_clear rather than
4988 _xlist_clear.
4989 (ilist_is_in_p): Replace macro with an inline function, requiring
4990 an insn_t.
4991 (_list_iter_cond_insn): New function.
4992 (ilist_iter_remove): Define this macro directly in terms of
4993 _list_iter_remove, rather than indirectly via _xlist_iter_remove.
4994 (ilist_iterator): Define directly in terms of _list_iterator
4995 rather than indirectly through _xlist_iterator.
4996 (FOR_EACH_INSN): Define in terms of _list_iter_cond_insn rather
4997 than in terms of _FOR_EACH_X.
4998 (FOR_EACH_INSN_1): Likewise.
4999
5000 2014-08-26 Joseph Myers <joseph@codesourcery.com>
5001
5002 PR target/60606
5003 PR target/61330
5004 * varasm.c (make_decl_rtl): Clear DECL_ASSEMBLER_NAME and
5005 DECL_HARD_REGISTER and return for invalid register specifications.
5006 * cfgexpand.c (expand_one_var): If expand_one_hard_reg_var clears
5007 DECL_HARD_REGISTER, call expand_one_error_var.
5008 * config/arm/arm.c (arm_hard_regno_mode_ok): Do not allow
5009 CC_REGNUM with non-MODE_CC modes.
5010 (arm_regno_class): Return NO_REGS for PC_REGNUM.
5011
5012 2014-08-26 Marek Polacek <polacek@redhat.com>
5013
5014 PR c/61271
5015 * sel-sched-ir.c (make_regions_from_the_rest): Fix condition.
5016
5017 2014-08-26 Evandro Menezes <e.menezes@samsung.com>
5018
5019 * config/arm/aarch64/aarch64.c (generic_addrcost_table): Delete
5020 qi cost; add di cost.
5021 (cortexa57_addrcost_table): Likewise.
5022
5023 2014-08-26 Marek Polacek <polacek@redhat.com>
5024
5025 PR c/61271
5026 * expr.c (is_aligning_offset): Remove logical not.
5027
5028 2014-08-26 Marek Polacek <polacek@redhat.com>
5029
5030 PR c/61271
5031 * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT,
5032 LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Wrap in parens.
5033
5034 2014-08-26 Richard Biener <rguenther@suse.de>
5035
5036 PR tree-optimization/62175
5037 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
5038 expand possibly trapping operations.
5039
5040 2014-08-26 David Malcolm <dmalcolm@redhat.com>
5041
5042 * config/rs6000/rs6000.c (class swap_web_entry): Strengthen field
5043 "insn" from rtx to rtx_insn *.
5044 (permute_load): Likewise for param "insn".
5045 (permute_store): Likewise.
5046 (handle_special_swappables): Likewise for local "insn".
5047 (replace_swap_with_copy): Likewise for locals "insn" and
5048 "new_insn".
5049 (rs6000_analyze_swaps): Likewise for local "insn".
5050
5051 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5052
5053 * regrename.h (struct du_chain): Strengthen field "insn" from rtx
5054 to rtx_insn *.
5055
5056 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5057
5058 * sel-sched-ir.h (struct sel_region_bb_info_def): Strengthen field
5059 "note_list" from rtx to rtx_insn *.
5060 (BB_NOTE_LIST): Replace this function and...
5061 (SET_BB_NOTE_LIST): ...this function with...
5062 (BB_NOTE_LIST): ...the former macro implementation.
5063
5064 * sched-int.h (concat_note_lists): Strengthen param "from_end" and
5065 local "from_start" from rtx to rtx_insn *. Strengthen param
5066 "to_endp" from rtx * to rtx_insn **.
5067
5068 * haifa-sched.c (concat_note_lists): Likewise.
5069 * sel-sched-ir.c (init_bb): Eliminate SET_BB_NOTE_LIST in favor of
5070 BB_NOTE_LIST.
5071 (sel_restore_notes): Likewise.
5072 (move_bb_info): Likewise.
5073 (BB_NOTE_LIST): Delete this function.
5074 (SET_BB_NOTE_LIST): Delete this function.
5075 * sel-sched.c (create_block_for_bookkeeping): Eliminate
5076 SET_BB_NOTE_LIST in favor of BB_NOTE_LIST.
5077
5078 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5079
5080 * target.def (reorder): Strengthen param "ready" of this DEFHOOK
5081 from rtx * to rtx_insn **.
5082 (reorder2): Likewise.
5083 (dependencies_evaluation_hook): Strengthen params "head", "tail"
5084 from rtx to rtx_insn *.
5085
5086 * doc/tm.texi: Update mechanically for above change to target.def.
5087
5088 * sched-int.h (note_list): Strengthen this variable from rtx to
5089 rtx_insn *.
5090 (remove_notes): Likewise for both params.
5091 (restore_other_notes): Likewise for return type and first param.
5092 (struct ready_list): Strengthen field "vec" from rtx * to
5093 rtx_insn **.
5094 (struct dep_replacement): Strenghten field "insn" from rtx to
5095 rtx_insn *.
5096 (struct deps_desc): Likewise for fields "last_debug_insn",
5097 "last_args_size".
5098 (struct haifa_sched_info): Likewise for callback field
5099 "can_schedule_ready_p"'s param, for first param of "new_ready"
5100 callback field, for both params of "rank" callback field, for
5101 first field of "print_insn" callback field (with a const), for
5102 both params of "contributes_to_priority" callback, for param
5103 of "insn_finishes_block_p" callback, for fields "prev_head",
5104 "next_tail", "head", "tail", for first param of "add_remove_insn"
5105 callback, for first param of "begin_schedule_ready" callback, for
5106 both params of "begin_move_insn" callback, and for second param
5107 of "advance_target_bb" callback.
5108 (add_dependence): Likewise for params 1 and 2.
5109 (sched_analyze): Likewise for params 2 and 3.
5110 (deps_analyze_insn): Likewise for param 2.
5111 (ready_element): Likewise for return type.
5112 (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
5113 (try_ready): Strenghten param from rtx to rtx_insn *.
5114 (sched_emit_insn): Likewise for return type.
5115 (record_delay_slot_pair): Likewise for params 1 and 2.
5116 (add_delay_dependencies): Likewise for param.
5117 (contributes_to_priority): Likewise for both params.
5118 (find_modifiable_mems): Likewise.
5119
5120 * config/arm/arm.c (cortexa7_sched_reorder): Strengthen param
5121 "ready" from rtx * to rtx_insn **. Strengthen locals "insn",
5122 "first_older_only_insn" from rtx to rtx_insn *.
5123 (arm_sched_reorder): Strengthen param "ready" from rtx * to
5124 rtx_insn **.
5125
5126 * config/c6x/c6x.c (struct c6x_sched_context): Strengthen field
5127 "last_scheduled_iter0" from rtx to rtx_insn *.
5128 (init_sched_state): Replace use of NULL_RTX with NULL for insn.
5129 (c6x_sched_reorder_1): Strengthen param "ready" and locals
5130 "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
5131 "insn" from rtx to rtx_insn *.
5132 (c6x_sched_reorder): Strengthen param "ready" from rtx * to
5133 rtx_insn **.
5134 (c6x_sched_reorder2): Strengthen param "ready" and locals
5135 "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen local
5136 "insn" from rtx to rtx_insn *.
5137 (c6x_variable_issue): Add a checked cast when assigning from insn
5138 to ss.last_scheduled_iter0.
5139 (split_delayed_branch): Strengthen param "insn" and local "i1"
5140 from rtx to rtx_insn *.
5141 (split_delayed_nonbranch): Likewise.
5142 (undo_split_delayed_nonbranch): Likewise for local "insn".
5143 (hwloop_optimize): Likewise for locals "seq", "insn", "prev",
5144 "entry_after", "end_packet", "head_insn", "tail_insn",
5145 "new_insns", "last_insn", "this_iter", "prev_stage_insn".
5146 Strengthen locals "orig_vec", "copies", "insn_copies" from rtx *
5147 to rtx_insn **. Remove now-redundant checked cast on last_insn,
5148 but add a checked cast on loop->start_label. Consolidate calls to
5149 avoid assigning result of gen_spkernel to "insn", now an
5150 rtx_insn *.
5151
5152 * config/i386/i386.c (do_reorder_for_imul): Strengthen param
5153 "ready" from rtx * to rtx_insn **. Strengthen local "insn" from
5154 rtx to rtx_insn *.
5155 (swap_top_of_ready_list): Strengthen param "ready" from rtx * to
5156 rtx_insn **. Strengthen locals "top", "next" from rtx to
5157 rtx_insn *.
5158 (ix86_sched_reorder): Strengthen param "ready" from rtx * to
5159 rtx_insn **. Strengthen local "insn" from rtx to rtx_insn *.
5160 (add_parameter_dependencies): Strengthen params "call", "head" and
5161 locals "insn", "last", "first_arg" from rtx to rtx_insn *.
5162 (avoid_func_arg_motion): Likewise for params "first_arg", "insn".
5163 (add_dependee_for_func_arg): Likewise for param "arg" and local
5164 "insn".
5165 (ix86_dependencies_evaluation_hook): Likewise for params "head",
5166 "tail" and locals "insn", "first_arg".
5167
5168 * config/ia64/ia64.c (ia64_dependencies_evaluation_hook): Likewise
5169 for params "head", "tail" and locals "insn", "next", "next_tail".
5170 (ia64_dfa_sched_reorder): Strengthen param "ready" and locals
5171 "e_ready", "insnp" from rtx * to rtx_insn **. Strengthen locals
5172 "insn", "lowest", "highest" from rtx to rtx_insn *.
5173 (ia64_sched_reorder): Strengthen param "ready" from rtx * to
5174 rtx_insn **.
5175 (ia64_sched_reorder2): Likewise.
5176
5177 * config/mep/mep.c (mep_find_ready_insn): Strengthen return type
5178 and local "insn" from rtx to rtx_insn *. Strengthen param "ready"
5179 from rtx * to rtx_insn **.
5180 (mep_move_ready_insn): Strengthen param "ready" from rtx * to
5181 rtx_insn **.
5182 (mep_print_sched_insn): Strengthen param "insn" from rtx to
5183 rtx_insn *.
5184 (mep_sched_reorder): Strengthen param "ready" from rtx * to
5185 rtx_insn **. Strengthen locals "core_insn", "cop_insn" from rtx
5186 to rtx_insn *.
5187
5188 * config/mips/mips.c (mips_promote_ready): Strengthen param "ready"
5189 from rtx * to rtx_insn **. Strengthen local "new_head" from rtx
5190 to rtx_insn *.
5191 (mips_maybe_swap_ready): Strengthen param "ready" from rtx * to
5192 rtx_insn **. Strengthen local "temp" from rtx to rtx_insn *.
5193 (mips_macc_chains_reorder): Strengthen param "ready" from rtx * to
5194 rtx_insn **.
5195 (vr4130_reorder): Likewise.
5196 (mips_74k_agen_reorder): Likewise. Strengthen local "insn" from
5197 rtx to rtx_insn *.
5198 (mips_sched_reorder_1): Strengthen param "ready" from rtx * to
5199 rtx_insn **.
5200 (mips_sched_reorder): Likewise.
5201 (mips_sched_reorder2): Likewise.
5202
5203 * config/picochip/picochip.c (picochip_sched_reorder): Likewise.
5204
5205 * config/rs6000/rs6000.c (rs6000_sched_reorder): Likewise.
5206 Strengthen local "tmp" from rtx to rtx_insn *.
5207 (rs6000_sched_reorder2): Likewise.
5208
5209 * config/s390/s390.c (s390_z10_prevent_earlyload_conflicts):
5210 Likewise. Update sizeof(rtx) to sizeof(rtx_insn *) in memmove.
5211 (s390_sched_reorder): Strengthen param "ready" from rtx * to
5212 rtx_insn **. Strengthen local "tmp" from rtx to rtx_insn *.
5213
5214 * config/sh/sh.c (rank_for_reorder): Strengthen locals "tmp",
5215 "tmp2" from rtx to rtx_insn *.
5216 (swap_reorder): Strengthen param "a" from rtx * to rtx_insn **.
5217 Strengthen local "insn" from rtx to rtx_insn *.
5218 (ready_reorder): Strengthen param "ready" from rtx * to
5219 rtx_insn **. Update sizeof(rtx) to sizeof(rtx_insn *) in qsort.
5220 (sh_reorder): Strengthen param "ready" from rtx * to rtx_insn **.
5221 (sh_reorder2): Likewise.
5222
5223 * config/spu/spu.c (spu_sched_reorder): Likewise. Strengthen
5224 local "insn" from rtx to rtx_insn *.
5225
5226 * haifa-sched.c (note_list): Strengthen this variable from rtx to
5227 rtx_insn *.
5228 (scheduled_insns): Strengthen this variable from vec<rtx> to
5229 vec<rtx_insn *>.
5230 (set_modulo_params): Likewise for locals "i1", "i2".
5231 (record_delay_slot_pair): Likewise for params "i1", "i2".
5232 (add_delay_dependencies): Likewise for param "insn".
5233 (cond_clobbered_p): Likewise.
5234 (recompute_todo_spec): Likewise for local "prev".
5235 (last_scheduled_insn): Likewise for this variable.
5236 (nonscheduled_insns_begin): Likewise.
5237 (model_set_excess_costs): Strengthen param "insns" from rtx * to
5238 rtx_insn **.
5239 (rank_for_schedule): Strengthen locals "tmp", "tmp2" from rtx to
5240 rtx_insn *.
5241 (swap_sort): Strengthen param "a" from rtx * to rtx_insn **.
5242 Strengthen local "insn" from rtx to rtx_insn *.
5243 (queue_insn): Strengthen param "insn" from rtx to rtx_insn *.
5244 (ready_lastpos): Strengthen return type from rtx * to rtx_insn **.
5245 (ready_add): Strengthen param "insn" from rtx to rtx_insn *.
5246 (ready_remove_first): Likewise for return type and local "t".
5247 (ready_element): Likewise for return type.
5248 (ready_remove): Likewise for return type and local "t".
5249 (ready_sort): Strengthen local "first" from rtx * to rtx_insn **.
5250 (check_clobbered_conditions): Strengthen local "x" from rtx to
5251 rtx_insn *, adding a checked cast.
5252 (schedule_insn): Likewise for param "insn".
5253 (remove_notes): Likewise for params "head", "tail" and locals
5254 "next_tail", "insn", "next".
5255 (struct haifa_saved_data): Likewise for fields
5256 "last_scheduled_insn", "nonscheduled_insns_begin".
5257 (save_backtrack_point): Update for change to field "vec" of
5258 struct ready_list.
5259 (toggle_cancelled_flags): Strengthen local "first" from rtx * to
5260 rtx_insn **.
5261 (restore_last_backtrack_point): Likewise. Strengthen local "insn"
5262 from rtx to rtx_insn *
5263 (resolve_dependencies): Strengthen param "insn" from rtx to
5264 rtx_insn *
5265 (restore_other_notes): Likewise for return type, for param "head"
5266 and local "note_head".
5267 (undo_all_replacements): Likewise for local "insn".
5268 (first_nonscheduled_insn): Likewise for return type and local "insn".
5269 (queue_to_ready): Likewise for local "insn", adding checked casts.
5270 (early_queue_to_ready): Likewise for local "insn".
5271 (debug_ready_list_1): Strengthen local "p" from rtx * to
5272 rtx_insn **.
5273 (move_insn): Strengthen param "insn" and local "note" from rtx to
5274 rtx_insn *
5275 (insn_finishes_cycle_p): Likewise for param "insn".
5276 (max_issue): Likewise for local "insn".
5277 (choose_ready): Likewise. Strengthen param "insn_ptr" from rtx *
5278 to rtx_insn **.
5279 (commit_schedule): Strengthen param "prev_head" and local "insn"
5280 from rtx to rtx_insn *
5281 (prune_ready_list): Likewise for local "insn".
5282 (schedule_block): Likewise for locals "prev_head", "head", "tail",
5283 "skip_insn", "insn", "failed_insn", "x", adding a checked cast.
5284 (set_priorities): Likewise for local "prev_head".
5285 (try_ready): Likewise for param "next".
5286 (fix_tick_ready): Likewise.
5287 (change_queue_index): Likewise.
5288 (sched_extend_ready_list): Update for change to field "vec" of
5289 struct ready_list.
5290 (generate_recovery_code): Strengthen param "insn" from rtx to
5291 rtx_insn *.
5292 (begin_speculative_block): Likewise.
5293 (create_check_block_twin): Likewise for param "insn" and locals
5294 "label", "check", "twin". Introduce local "check_pat" to avoid
5295 "check" being used as a plain rtx before being used as an insn.
5296 (fix_recovery_deps): Add a checked cast to rtx_insn * when
5297 extracting elements from ready_list.
5298 (sched_remove_insn): Strengthen param "insn" from rtx to
5299 rtx_insn *.
5300 (sched_emit_insn): Likewise for return type.
5301 (ready_remove_first_dispatch): Likewise for return type and local
5302 "insn".
5303
5304 * hw-doloop.c (discover_loop): Add a checked cast to rtx_insn *.
5305
5306 * modulo-sched.c (sms_print_insn): Strengthen from const_rtx to
5307 const rtx_insn *.
5308
5309 * sched-deps.c (add_dependence): Strengthen params "con", "pro"
5310 from rtx to rtx_insn *.
5311 (add_dependence_list): Likewise for param "insn". Add a checked
5312 cast.
5313 (add_dependence_list_and_free): Strengthen param "insn" from rtx
5314 to rtx_insn *. Strengthen param "list_p" from rtx * to
5315 rtx_insn **.
5316 (chain_to_prev_insn): Strengthen param "insn" and locals
5317 "prec_nonnote", "i" from rtx to rtx_insn *.
5318 (flush_pending_lists): Likewise for param "insn".
5319 (cur_insn): Likewise for this variable.
5320 (haifa_start_insn): Add a checked cast.
5321 (note_dep): Strengthen param "e" from rtx to rtx_insn *.
5322 (sched_analyze_reg): Likewise for param "insn".
5323 (sched_analyze_1): Likewise.
5324 (sched_analyze_2): Likewise. Add checked casts.
5325 (sched_analyze_insn): Likewise. Also for local "prev".
5326 (deps_analyze_insn): Likewise for param "insn".
5327 (sched_analyze): Likewise for params "head", "tail" and local "insn".
5328 (add_dependence_1): Likewise for params "insn", "elem".
5329 (struct mem_inc_info): Likewise for fields "inc_insn", "mem_insn".
5330 (parse_add_or_inc): Likewise for param "insn".
5331 (find_inc): Likewise for local "inc_cand".
5332 (find_modifiable_mems): Likewise for params "head", "tail" and
5333 locals "insn", "next_tail".
5334
5335 * sched-ebb.c (init_ready_list): Likewise for local "insn".
5336 (begin_schedule_ready): Likewise for param "insn".
5337 (begin_move_insn): Likewise for params "insn" and "last".
5338 (ebb_print_insn): Strengthen param "insn" from const_rtx to
5339 const rtx_insn *.
5340 (rank): Strengthen params "insn1", "insn2" from rtx to rtx_insn *.
5341 (ebb_contributes_to_priority): Likewise for params "next", "insn".
5342 (ebb_add_remove_insn): Likewise for param "insn".
5343 (advance_target_bb): Likewise.
5344
5345 * sched-rgn.c (rgn_estimate_number_of_insns): Likewise for local
5346 "insn".
5347 (check_live): Likewise for param "insn".
5348 (init_ready_list): Likewise for local "insn".
5349 (can_schedule_ready_p): Likewise for param "insn".
5350 (begin_schedule_ready): Likewise.
5351 (new_ready): Likewise for param "next".
5352 (rgn_print_insn): Likewise for param "insn".
5353 (rgn_rank): Likewise for params "insn1", "insn2".
5354 (contributes_to_priority): Likewise for params "next", "insn".
5355 (rgn_insn_finishes_block_p): Likewise for param "insn".
5356 (add_branch_dependences): Likewise for params "head", "tail" and
5357 locals "insn", "last".
5358 (rgn_add_remove_insn): Likewise for param "insn".
5359 (advance_target_bb): Likewise.
5360
5361 * sel-sched-dump.c (sel_print_insn): Strengthen param "insn" from
5362 const_rtx to const rtx_insn *.
5363
5364 * sel-sched-dump.h (sel_print_insn): Likewise.
5365
5366 * sel-sched-ir.c (advance_deps_context): Add a checked cast.
5367 (deps_init_id): Likewise.
5368
5369 * sel-sched.c (convert_vec_av_set_to_ready): Likewise.
5370 (invoke_reorder_hooks): Strengthen local "arr" from rtx * to
5371 rtx_insn **.
5372
5373 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5374
5375 * output.h (final_start_function): Strengthen param 1 from rtx to
5376 rtx_insn *.
5377
5378 * final.c (final_start_function): Likewise, renaming back from
5379 "uncast_first" to "first", and dropping the checked cast from rtx
5380 to rtx_insn *.
5381
5382 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5383
5384 * output.h (final): Strengthen param 1 from rtx to rtx_insn *.
5385 * final.c (final): Likewise. Rename param back from
5386 "uncast_first" to "first" and eliminate the checked cast from rtx
5387 to rtx_insn *.
5388
5389 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5390
5391 * output.h (shorten_branches): Strengthen param from rtx to
5392 rtx_insn *.
5393
5394 * final.c (shorten_branches): Likewise, renaming param back from
5395 "uncast_first" to "first", and dropping the checked cast from rtx
5396 to rtx_insn *.
5397
5398 * genattr.c (gen_attr): Likewise when writing out the prototype of
5399 shorten_branches.
5400
5401 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5402
5403 * sched-int.h (struct haifa_sched_info): Strengthen fields
5404 "prev_head" and "next_tail" from rtx to rtx_insn *.
5405
5406 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5407
5408 * rtl.h (rtx_jump_table_data::get_labels): New method.
5409 * cfgbuild.c (make_edges): Replace hand-coded lookup of labels
5410 with use of the new rtx_jump_table_data::get_labels method.
5411 (purge_dead_tablejump_edges): Strengthen param "table" from rtx
5412 to rtx_jump_table_data *. Simplify by using get_labels method.
5413 * cfgrtl.c (delete_insn): Replace use of JUMP_TABLE_DATA_P with
5414 a dyn_cast, introducing local "table", using it to replace
5415 label-lookup logic with a get_labels method call.
5416 (patch_jump_insn): Simplify using get_labels method.
5417 * dwarf2cfi.c (create_trace_edges): Likewise.
5418 * rtlanal.c (label_is_jump_target_p): Likewise.
5419
5420 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5421
5422 * rtl.h (unshare_all_rtl_again): Strengthen param "insn" from rtx
5423 to rtx_insn *.
5424
5425 * emit-rtl.c (unshare_all_rtl_1): Likewise.
5426 (unshare_all_rtl_again): Likewise, also for local "p".
5427
5428 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5429
5430 * rtl.h (delete_insn_and_edges): Strengthen param "insn" from rtx
5431 to rtx_insn *.
5432 * cfgrtl.c (delete_insn_and_edges): Likewise.
5433
5434 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5435
5436 * rtl.h (reorder_insns): Strengthen params "from", "to", "after"
5437 from rtx to rtx_insn *.
5438
5439 * emit-rtl.c (reorder_insns): Likewise, also for local "insn".
5440
5441 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5442
5443 * function.c (thread_prologue_and_epilogue_insns): Likewise for
5444 locals "returnjump", "epilogue_end", "insn", "next".
5445
5446 * shrink-wrap.h (get_unconverted_simple_return): Strengthen param
5447 "returnjump" from rtx * to rtx_insn **.
5448 * shrink-wrap.c (get_unconverted_simple_return): Likewise.
5449
5450 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5451
5452 * basic-block.h (struct edge_def). Strengthen "r" within
5453 union edge_def_insns from rtx to rtx_insn *.
5454
5455 * cfgexpand.c (pass_expand::execute): Remove now-redundant cast
5456 from rtx to rtx_insn *. Strengthen local "insns" from rtx to
5457 rtx_insn *.
5458 * cfgrtl.c (commit_one_edge_insertion): Remove now-redundant cast
5459 from rtx to rtx_insn *.
5460 * cprop.c (find_bypass_set): Strengthen local "insn" from rtx to
5461 rtx_insn *.
5462 * postreload-gcse.c (reg_killed_on_edge): Likewise.
5463 (reg_used_on_edge): Likewise.
5464 * tree-cfg.c (gt_ggc_mx): New overload for rtx_insn *&.
5465 (gt_pch_nx): New overload for rtx_insn *&.
5466 * tree-outof-ssa.c (expand_phi_nodes): Strengthen local "insns"
5467 from rtx to rtx_insn *.
5468
5469 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5470
5471 * basic-block.h (struct rtl_bb_info): Strengthen field "footer_"
5472 from rtx to rtx_insn *.
5473 (BB_FOOTER): Replace function with access macro.
5474 (SET_BB_FOOTER): Delete.
5475
5476 * cfgcleanup.c (try_optimize_cfg): Replace uses of SET_BB_FOOTER
5477 with BB_FOOTER.
5478 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
5479 (emit_barrier_after_bb): Likewise.
5480 (record_effective_endpoints): Likewise.
5481 (relink_block_chain): Likewise.
5482 (fixup_fallthru_exit_predecessor): Likewise.
5483 (cfg_layout_duplicate_bb): Likewise.
5484 (cfg_layout_split_block): Likewise.
5485 (cfg_layout_delete_block): Likewise.
5486 (cfg_layout_merge_blocks): Likewise.
5487 (BB_FOOTER): Delete function.
5488 (SET_BB_FOOTER): Delete function.
5489 * combine.c (update_cfg_for_uncondjump): Replace uses of
5490 SET_BB_FOOTER with BB_FOOTER.
5491
5492 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5493
5494 * except.h (struct eh_landing_pad_d): Strengthen field
5495 "landing_pad" from rtx to rtx_code_label *.
5496
5497 * except.c (sjlj_emit_dispatch_table): Likewise for param
5498 "dispatch_label"
5499 (sjlj_build_landing_pads): Likewise for local "dispatch_label".
5500
5501 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5502
5503 * config/xtensa/xtensa-protos.h (xtensa_emit_loop_end): Strengthen
5504 first param from rtx to rtx_insn *.
5505 * config/xtensa/xtensa.c (struct machine_function): Likewise for
5506 field "set_frame_ptr_insn".
5507 (xtensa_expand_compare_and_swap): Strengthen locals "csloop" and
5508 "csend" from rtx to rtx_code_label *.
5509 (xtensa_expand_atomic): Likewise for local "csloop".
5510 (xtensa_emit_loop_end): Strengthen param "insn" from rtx to
5511 rtx_insn *.
5512 (xtensa_call_tls_desc): Likewise for return type and locals
5513 "call_insn", "insns".
5514 (xtensa_legitimize_tls_address): Likewise for local "insns".
5515 (xtensa_expand_prologue): Likewise for locals "insn", "first".
5516
5517 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5518
5519 * config/v850/v850-protos.h (v850_adjust_insn_length): Strengthen
5520 first param from rtx to rtx_insn *.
5521 * config/v850/v850.c (v850_adjust_insn_length): Likewise for param
5522 "insn".
5523
5524 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5525
5526 * config/tilepro/tilepro-protos.h (tilepro_output_cbranch_with_opcode):
5527 Strengthen param 1 from rtx to rtx_insn *.
5528 (tilepro_output_cbranch): Likewise.
5529 (tilepro_adjust_insn_length): Likewise.
5530 (tilepro_final_prescan_insn): Likewise for sole param.
5531
5532 * config/tilepro/tilepro.c (tilepro_legitimize_tls_address):
5533 Likewise for local "last".
5534 (cbranch_predicted_p): Likewise for param "insn".
5535 (tilepro_output_simple_cbranch_with_opcode): Likewise.
5536 (tilepro_output_cbranch_with_opcode): Likewise.
5537 (tilepro_output_cbranch): Likewise.
5538 (frame_emit_load): Likewise for return type and locals "seq",
5539 "insn".
5540 (emit_sp_adjust): Likewise for return type and local "insn".
5541 (tilepro_expand_epilogue): Likewise for locals "last_insn",
5542 "insn".
5543 (tilepro_adjust_insn_length): Likewise for param "insn".
5544 (next_insn_to_bundle): Likewise for return type and params
5545 "r", "end".
5546 (tilepro_gen_bundles): Likewise for locals "insn", "next", "end".
5547 (replace_pc_relative_symbol_ref): Likewise for param "insn" and
5548 local "new_insns".
5549 (match_addli_pcrel): Likewise for param "insn".
5550 (replace_addli_pcrel): Likewise.
5551 (match_auli_pcrel): Likewise.
5552 (replace_auli_pcrel): Likewise.
5553 (tilepro_fixup_pcrel_references): Likewise for locals "insn",
5554 "next_insn".
5555 (reorder_var_tracking_notes): Likewise for locals "insn", "next",
5556 "queue", "next_queue", "prev".
5557 (tilepro_asm_output_mi_thunk): Likewise for local "insn".
5558 (tilepro_final_prescan_insn): Likewise for param "insn".
5559
5560 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5561
5562 * config/tilegx/tilegx-protos.h (tilegx_output_cbranch_with_opcode):
5563 Strengthen param 1 from rtx to rtx_insn *.
5564 (tilegx_output_cbranch): Likewise.
5565 (tilegx_adjust_insn_length): Likewise.
5566 (tilegx_final_prescan_insn): Likewise for sole param.
5567
5568 * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise
5569 or local "last".
5570 (cbranch_predicted_p): Likewise for param "insn".
5571 (tilegx_output_simple_cbranch_with_opcode): Likewise.
5572 (tilegx_output_cbranch_with_opcode): Likewise.
5573 (tilegx_output_cbranch): Likewise.
5574 (frame_emit_load): Likewise for return type.
5575 (set_frame_related_p): Likewise for locals "seq", "insn".
5576 (emit_sp_adjust): Likewise for return type, and for local "insn".
5577 Introduce local "pat" for use in place of "insn" where the latter
5578 isn't an instruction.
5579 (tilegx_expand_epilogue): Strengthen locals "last_insn", "insn"
5580 from rtx to rtx_insn *.
5581 (tilegx_adjust_insn_length): Likewise for param "insn".
5582 (next_insn_to_bundle): Likewise for return type and params "r" and
5583 "end".
5584 (tilegx_gen_bundles): Likewise for locals "insn", "next", "prev",
5585 "end".
5586 (replace_insns): Likewise for params "old_insn", "new_insns".
5587 (replace_mov_pcrel_step1): Likewise for param "insn" and local
5588 "new_insns".
5589 (replace_mov_pcrel_step2): Likewise.
5590 (replace_mov_pcrel_step3): Likewise.
5591 (tilegx_fixup_pcrel_references): Likewise for locals "insn",
5592 "next_insn".
5593 (reorder_var_tracking_notes): Likewise for locals "insn", "next",
5594 "queue", "next_queue", "prev".
5595 (tilegx_output_mi_thunk): Likewise for local "insn".
5596 (tilegx_final_prescan_insn): Likewise for param "insn".
5597
5598 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5599
5600 * config/spu/spu.c (frame_emit_store): Strengthen return type from
5601 rtx to rtx_insn *.
5602 (frame_emit_load): Likewise.
5603 (frame_emit_add_imm): Likewise, also for local "insn".
5604 (spu_expand_prologue): Likewise for local "insn".
5605 (struct spu_bb_info): Likewise for field "prop_jump".
5606 (emit_nop_for_insn): Likewise for param "insn" and local
5607 "new_insn".
5608 (pad_bb): Likewise for locals "insn", "next_insn", "prev_insn",
5609 "hbr_insn".
5610 (spu_emit_branch_hint): Likewise for params "before", "branch" and
5611 locals "hint", "insn".
5612 (get_branch_target): Likewise for param "branch".
5613 (insn_clobbers_hbr): Likewise for param "insn".
5614 (insert_hbrp_for_ilb_runout): Likewise for param "first" and
5615 locals "insn", "before_4", "before_16".
5616 (insert_hbrp): Likewise for local "insn".
5617 (spu_machine_dependent_reorg): Likewise for locals "branch",
5618 "insn", "next", "bbend".
5619 (uses_ls_unit): Likewise for param "insn".
5620 (get_pipe): Likewise.
5621 (spu_sched_variable_issue): Rename param "insn" to "uncast_insn",
5622 introducing a checked cast.
5623 (spu_sched_adjust_cost): Likewise for params "insn" and
5624 "dep_insn".
5625 (ea_load_store_inline): Strengthen local "insn" from rtx to rtx_insn *.
5626 (spu_sms_res_mii): Likewise.
5627
5628 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5629
5630 * config/sparc/sparc-protos.h (output_ubranch): Strengthen param 2
5631 from rtx to rtx_insn *.
5632 (output_cbranch): Likewise for param 6.
5633 (output_return): Likewise for param 1.
5634 (output_sibcall): Likewise.
5635 (output_v8plus_shift): Likewise.
5636 (output_v8plus_mult): Likewise.
5637 (output_v9branch): Likewise for param 7.
5638 (output_cbcond): Likewise for param 3.
5639
5640 * config/sparc/sparc.c (sparc_legitimize_tls_address): Likewise
5641 for local "insn".
5642 (sparc_legitimize_pic_address): Likewise.
5643 (sparc_emit_call_insn): Likewise.
5644 (emit_save_or_restore_regs): Likewise.
5645 (emit_window_save): Likewise for return type and local "insn".
5646 (sparc_expand_prologue): Likewise for local "insn".
5647 (sparc_flat_expand_prologue): Likewise.
5648 (output_return): Likewise for param "insn".
5649 (output_sibcall): Likewise for param "insn" and local "delay".
5650 (output_ubranch): Likewise for param "insn".
5651 (output_cbranch): Likewise.
5652 (output_cbcond): Likewise.
5653 (output_v9branch): Likewise.
5654 (output_v8plus_shift): Likewise.
5655 (sparc_output_mi_thunk): Likewise for local "insn".
5656 (get_some_local_dynamic_name): Likewise.
5657 (output_v8plus_mult): Likewise for param "insn".
5658
5659 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5660
5661 * config/sh/sh-protos.h (output_ieee_ccmpeq): Strengthen param 1
5662 from rtx to rtx_insn *.
5663 (output_branchy_insn): Likewise for param 3.
5664 (output_far_jump): Likewise for param 1.
5665 (final_prescan_insn): Likewise.
5666 (sh_insn_length_adjustment): Likewise for sole param.
5667
5668 * config/sh/sh.c (expand_cbranchsi4): Likewise for local "jump".
5669 (expand_cbranchdi4): Strengthen local "skip_label" from rtx to
5670 rtx_code_label *.
5671 (sh_emit_compare_and_set): Likewise for local "lab".
5672 (output_far_jump): Strengthen param "insn" and local "prev" from
5673 rtx to rtx_insn *.
5674 (output_branchy_insn): Likewise for param "insn" and local
5675 "next_insn".
5676 (output_ieee_ccmpeq): Likewise for param "insn".
5677 (struct label_ref_list_d): Strengthen field "label" from rtx to
5678 rtx_code_label *.
5679 (pool_node): Likewise.
5680 (pool_window_label): Likewise for this global.
5681 (add_constant): Likewise for return type and locals "lab", "new_rtx".
5682 (dump_table): Strengthen params "start", "barrier" and local
5683 "scan" from rtx to rtx_insn *.
5684 (broken_move): Likewise for param "insn".
5685 (untangle_mova): Likewise for params "first_mova" and "new_mova".
5686 Strengthen param "first_mova" from rtx * to rtx_insn **.
5687 (mova_p): Likewise for param "insn".
5688 (fixup_mova): Likewise for param "mova".
5689 (find_barrier): Likewise for return type, params "mova" and
5690 "from", and locals "barrier_before_mova", "found_barrier",
5691 "good_barrier", "orig", "last_symoff", "next". Strengthen local
5692 "label" from rtx to rtx_code_label *.
5693 (sh_loop_align): Strengthen locals "first", "insn", "mova" from
5694 rtx to rtx_insn *.
5695 (sh_reorg): Likewise for locals "link", "scan", "barrier".
5696 (split_branches): Likewise for param "first" and local "insn".
5697 (final_prescan_insn): Likewise for param "insn".
5698 (sequence_insn_p): Likewise for locals "prev", "next".
5699 (sh_insn_length_adjustment): Likewise for param "insn".
5700 (sh_can_redirect_branch): Likewise for local "insn".
5701 (find_r0_life_regions): Likewise for locals "end", "insn".
5702 (sh_output_mi_thunk): Likewise for local "insns".
5703
5704 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5705
5706 * config/score/score.c (score_output_mi_thunk): Strengthen local
5707 "insn" from rtx to rtx_insn *.
5708 (score_prologue): Likewise.
5709
5710 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5711
5712 * config/s390/s390-protos.h (s390_match_ccmode): Strengthen param
5713 1 from rtx to rtx_insn *.
5714 (s390_emit_jump): Likewise for return type.
5715 (s390_emit_call): Likewise.
5716 (s390_load_got): Likewise.
5717
5718 * config/s390/s390.c (last_scheduled_insn): Likewise for this
5719 variable.
5720 (s390_match_ccmode): Likewise for param "insn".
5721 (s390_emit_jump): Likewise for return type.
5722 (s390_split_branches): Likewise for local "label".
5723 (struct constant): Strengthen field "label" from rtx to
5724 rtx_code_label *.
5725 (struct constant_pool): Likewise for field "label". Strengthen
5726 fields "first_insn", "pool_insn", "emit_pool_after" from rtx to
5727 rtx_insn *.
5728 (s390_alloc_pool): Replace NULL_RTX with NULL when dealing with
5729 insns.
5730 (s390_start_pool): Strengthen param "insn" from rtx to rtx_insn *.
5731 (s390_end_pool): Likewise.
5732 (s390_dump_pool): Likewise for local "insn".
5733 (s390_mainpool_start): Likewise.
5734 (s390_chunkify_start): Likewise.
5735 (s390_chunkify_start): Replace NULL_RTX with NULL when dealing
5736 with insns. Strengthen locals "label", "jump", "barrier", "next",
5737 "prev", "vec_insn", "insn" from rtx to rtx_insn *.
5738 (s390_chunkify_finish): Strengthen local "insn" from rtx to
5739 rtx_insn *.
5740 (s390_chunkify_cancel): Likewise for locals "insn", "barrier",
5741 "jump", "label", "next_insn".
5742 (s390_regs_ever_clobbered): Likewise for local "cur_insn".
5743 (s390_optimize_nonescaping_tx): Likewise for locals "insn",
5744 "tbegin_insn".
5745 (s390_load_got): Likewise for return type and local "insns".
5746 (s390_save_gprs_to_fprs): Likewise for local "insn".
5747 (s390_restore_gprs_from_fprs): Likewise.
5748 (pass_s390_early_mach::execute): Likewise.
5749 (s390_emit_prologue): Likewise for local "insns".
5750 (s390_expand_tbegin): Strengthen local "leave_label" from rtx to
5751 rtx_code_label *.
5752 (s390_emit_call): Strengthen return type and local "insn" from
5753 rtx to rtx_insn *.
5754 (s390_emit_tpf_eh_return): Likewise for local "insn".
5755 (s390_optimize_prologue): Likewise for locals "insn", "new_insn",
5756 "next_insn", introducing locals "s_pat", "rpat" to allow this.
5757 (s390_fix_long_loop_prediction): Likewise for param "insn" and
5758 local "cur_insn".
5759 (s390_non_addr_reg_read_p): Likewise for param "insn".
5760 (find_cond_jump): Likewise for return type and param "insn".
5761 (s390_swap_cmp): Likewise for param "insn".
5762 (s390_z10_optimize_cmp): Likewise for param "insn" and locals
5763 "prev_insn", "next_insn".
5764 (s390_reorg): Likewise for locals "insn", "target".
5765 (s390_z10_prevent_earlyload_conflicts): Likewise for local "insn".
5766 (s390_sched_variable_issue): For now, rename param "insn" to
5767 "uncast_insn", introducing a checked cast.
5768 (s390_sched_init): Replace NULL_RTX with NULL when dealing with
5769 insn.
5770 (s390_loop_unroll_adjust): Strengthen local "insn" from rtx to
5771 rtx_insn *. Use for_each_rtx_in_insn rather than for_each_rtx.
5772
5773 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5774
5775 * config/rx/rx-protos.h (rx_adjust_insn_length): Strengthen first
5776 param from rtx to rtx_insn *.
5777 * config/rx/rx.c (rx_adjust_insn_length): Likewise for param "insn".
5778
5779 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5780
5781 * config/rs6000/rs6000-protos.h (output_cbranch): Strengthen param
5782 4 from rtx to rtx_insn *.
5783 (rs6000_final_prescan_insn): Likewise for first param.
5784 * config/rs6000/rs6000.c (rs6000_emit_set_const): Likewise for
5785 local "insn".
5786 (rs6000_get_some_local_dynamic_name): Likewise.
5787 (output_cbranch): Likewise for param "insn".
5788 (spe_func_has_64bit_regs_p): Likewise for locals "insns", "insn".
5789 (rs6000_function_ok_for_sibcall): Likewise for locals "top", "insn".
5790 (rs6000_emit_allocate_stack): Likewise for local "insn".
5791 (load_cr_save): Likewise.
5792 (restore_saved_cr): Likewise.
5793 (restore_saved_lr): Likewise.
5794 (emit_cfa_restores): Likewise.
5795 (rs6000_output_function_epilogue): Likewise for locals "insn" and
5796 "deleted_debug_label".
5797 (rs6000_output_mi_thunk): Likewise for local "insn".
5798 (rs6000_final_prescan_insn): Likewise for param "insn".
5799
5800 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5801
5802 * config/picochip/picochip-protos.h (picochip_final_prescan_insn):
5803 Strengthen param "insn" from rtx to rtx_insn *.
5804 * config/picochip/picochip.c (picochip_current_prescan_insn):
5805 Likewise for this variable.
5806 (picochip_final_prescan_insn): Likewise for param "insn".
5807
5808 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5809
5810 * config/pa/pa-protos.h (pa_output_call): Strengthen first param
5811 from rtx to rtx_insn *.
5812 (pa_output_indirect_call): Likewise.
5813 (pa_adjust_insn_length): Likewise.
5814 (pa_attr_length_millicode_call): Likewise.
5815 (pa_attr_length_call): Likewise.
5816 (pa_attr_length_indirect_call): Likewise.
5817
5818 * config/pa/pa.c (pa_adjust_insn_length): Likewise for param
5819 "insn".
5820 (pa_attr_length_millicode_call): Likewise.
5821 (pa_attr_length_call): Likewise.
5822 (pa_output_call): Likewise.
5823 (pa_attr_length_indirect_call): Likewise.
5824 (pa_output_indirect_call): Likewise.
5825
5826 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5827
5828 * config/nds32/nds32-protos.h (nds32_adjust_insn_length):
5829 Strengthen first param from rtx to rtx_insn *.
5830 * config/nds32/nds32.c (nds32_adjust_insn_length): Likewise for
5831 param "insn".
5832
5833 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5834
5835 * config/mips/mips-protos.h (mips_emit_move): Strengthen return
5836 type from rtx to rtx_insn *.
5837 (mips_expand_call): Likewise.
5838 (mips_adjust_insn_length): Likewise for first param.
5839 (mips_output_conditional_branch): Likewise.
5840 (mips_output_order_conditional_branch): Likewise.
5841 (mips_final_prescan_insn): Likewise.
5842
5843 * config/mips/mips.c (SEQ_BEGIN): For now, add checked cast to
5844 rtx_insn * for the SEQUENCE case.
5845 (SEQ_END): Likewise.
5846 (mips_emit_move): Strengthen return type from rtx to rtx_insn *.
5847 (mips_emit_call_insn): Likewise, also for local "insn".
5848 (mips16_gp_pseudo_reg): Likewise for local "scan".
5849 (mips16_build_call_stub): Likewise for return type and for local
5850 "insn". Introduce a new local "pattern" so that "insn" can indeed
5851 be an insn.
5852 (mips_expand_call): Strengthen return type and local "insn" from
5853 rtx to rtx_insn *.
5854 (mips_block_move_loop): Strengthen local "label" from rtx to
5855 rtx_code_label *.
5856 (mips_expand_synci_loop): Likewise for locals "label",
5857 "end_label".
5858 (mips_set_frame_expr): Strengthen local "insn" from rtx to
5859 rtx_insn *.
5860 (mips16e_collect_argument_saves): Likewise for locals "insn",
5861 "next".
5862 (mips_find_gp_ref): Likewise for param of callback for "pred"
5863 param, and for local "insn".
5864 (mips_insn_has_inflexible_gp_ref_p): Likewise for param "insn".
5865 (mips_insn_has_flexible_gp_ref_p): Likewise.
5866 (mips_epilogue_emit_cfa_restores): Likewise for return type and
5867 local "insn".
5868 (mips_epilogue_set_cfa): Likewise for local "insn".
5869 (mips_expand_epilogue): Likewise.
5870 (mips_adjust_insn_length): Likewise for param "insn".
5871 (mips_output_conditional_branch): Likewise.
5872 (mips_output_order_conditional_branch): Likewise.
5873 (struct mips_ls2): Likewise for fields "alu1_turn_enabled_insn",
5874 "alu2_turn_enabled_insn", "falu1_turn_enabled_insn",
5875 "falu2_turn_enabled_insn".
5876 (mips_builtin_branch_and_move): Strengthen locals "true_label",
5877 "done_label" from rtx to rtx_code_label *.
5878 (struct mips16_constant): Likewise for field "label".
5879 (mips16_add_constant): Likewise for return type.
5880 (mips16_emit_constants_1): Strengthen return type and param "insn"
5881 from rtx to rtx_insn *.
5882 (mips16_emit_constants): Likewise for param "insn".
5883 (mips16_insn_length): Likewise.
5884 (mips16_rewrite_pool_constant): Strengthen local "label" from rtx
5885 to rtx_code_label *.
5886 (struct mips16_rewrite_pool_refs_info): Strengthen field "insn"
5887 from rtx to rtx_insn *.
5888 (mips16_lay_out_constants): Likewise for locals "insn", "barrier",
5889 "jump". Strengthen local "label" from rtx to rtx_code_label *.
5890 (r10k_simplify_address): Strengthen param "insn" and local
5891 "def_insn" from rtx to rtx_insn *.
5892 (r10k_safe_address_p): Strengthen param "insn" from rtx to
5893 rtx_insn *.
5894 (r10k_needs_protection_p_1): Update target type of cast of data
5895 from to rtx to rtx_insn *.
5896 (r10k_needs_protection_p_store): Strengthen local "insn_ptr" from
5897 rtx * to rtx_insn **.
5898 (r10k_needs_protection_p): Strengthen param "insn" from rtx to
5899 rtx_insn *.
5900 (r10k_insert_cache_barriers): Likewise for locals "insn", "end".
5901 (mips_call_expr_from_insn): Likewise for param "insn".
5902 (mips_pic_call_symbol_from_set): Likewise for local "def_insn".
5903 (mips_find_pic_call_symbol): Likewise for param "insn".
5904 (mips_annotate_pic_calls): Likewise for local "insn".
5905 (mips_sim_insn): Likewise for this variable.
5906 (struct mips_sim): Likewise for field "insn" within elements of
5907 last_set array.
5908 (mips_sim_wait_reg): Likewise for param "insn".
5909 (mips_sim_wait_regs): Likewise.
5910 (mips_sim_wait_units): Likewise.
5911 (mips_sim_wait_insn): Likewise.
5912 (mips_sim_issue_insn): Likewise.
5913 (mips_sim_finish_insn): Likewise.
5914 (mips_seq_time): Likewise for param "seq" and local "insn".
5915 (vr4130_avoid_branch_rt_conflict): Likewise for param "insn" and
5916 locals "first", "second".
5917 (vr4130_align_insns): Likewise for locals "insn", "subinsn",
5918 "last", "last2", "next".
5919 (mips_avoid_hazard): Likewise for params "after", "insn".
5920 (mips_reorg_process_insns): Likewise for locals "insn",
5921 "last_insn", "subinsn", "next_insn".
5922 (mips_has_long_branch_p): Likewise for locals "insn", "subinsn".
5923 (mips16_split_long_branches): Likewise for locals "insn" "jump",
5924 "jump_sequence".
5925 (mips_output_mi_thunk): Likewise for local "insn".
5926 (mips_final_prescan_insn): Likewise for param "insn".
5927
5928 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5929
5930 * config/microblaze/microblaze.c (microblaze_call_tls_get_addr):
5931 Strengthen return type and local "insns" from rtx to rtx_insn *.
5932 (microblaze_legitimize_tls_address): Likewise for local "insns".
5933 (microblaze_block_move_loop): Strengthen local "label" from rtx
5934 to rtx_code_label *.
5935 (microblaze_expand_prologue): Strengthen two locals named "insn"
5936 from rtx to rtx_insn *.
5937 (microblaze_asm_output_mi_thunk): Likewise for local "insn".
5938 (microblaze_expand_divide): Likewise for locals "jump", "cjump",
5939 "insn". Strengthen locals "div_label", "div_end_label" from rtx
5940 to rtx_code_label *.
5941
5942 2014-08-25 David Malcolm <dmalcolm@redhat.com>
5943
5944 * config/mep/mep-protos.h (mep_mulr_source): Strengthen first
5945 param from rtx to rtx_insn *.
5946 (mep_reuse_lo): Likewise for third param.
5947 (mep_use_post_modify_p): Likewise for first param.
5948 (mep_core_address_length): Likewise.
5949 (mep_cop_address_length): Likewise.
5950 (mep_final_prescan_insn): Likewise.
5951 (mep_store_data_bypass_p): Likewise for both params.
5952 (mep_mul_hilo_bypass_p): Likewise.
5953 (mep_ipipe_ldc_p): Likewise for param.
5954
5955 * config/mep/mep.c (mep_mulr_source): Likewise for param "insn".
5956 (mep_rewrite_mult): Likewise.
5957 (mep_rewrite_mulsi3): Likewise.
5958 (mep_rewrite_maddsi3): Likewise.
5959 (mep_reuse_lo_p_1): Likewise.
5960 (mep_reuse_lo_p): Likewise.
5961 (mep_frame_expr): Likewise.
5962 (mep_make_parallel): Likewise for both params.
5963 (mep_use_post_modify_p_1): Likewise for param "set_insn" and
5964 local "insn".
5965 (mep_use_post_modify_p): Likewise for param "insn".
5966 (mep_core_address_length): Likewise.
5967 (mep_cop_address_length): Likewise.
5968 (mep_reg_set_in_function): Likewise for local "insn".
5969 (mep_asm_without_operands_p): Likewise.
5970 (F): Likewise for return type and param "x".
5971 (add_constant): Likewise for local "insn".
5972 (maybe_dead_move): Likewise for return type and local "insn".
5973 (mep_expand_prologue): Likewise for local "insn".
5974 (mep_final_prescan_insn): Likewise for param "insn".
5975 (mep_reorg_regmove): Likewise for param "insns" and locals "insn",
5976 "next", "follow", "x".
5977 (mep_insert_repeat_label_last): Likewise for return type, param
5978 "last_insn", and locals "next", "prev". Strengthen param "label"
5979 from rtx to rtx_code_label *.
5980 (struct mep_doloop_begin): Strengthen field "insn" from rtx to
5981 rtx_insn *.
5982 (struct mep_doloop_end): Likewise for fields "insn" and
5983 "fallthrough".
5984 (mep_reorg_repeat): Likewise for param "insns" and local "insn".
5985 Strengthen local "repeat_label" from rtx to rtx_code_label *.
5986 (mep_invertable_branch_p): Strengthen param "insn" from rtx to
5987 rtx_insn *.
5988 (mep_invert_branch): Likewise for params "insn" and "after".
5989 (mep_reorg_erepeat): Likewise for param "insns" and locals
5990 "insn", "prev", "new_last", "barrier", "user". Strengthen local
5991 "l" from rtx to rtx_code_label *.
5992 (mep_jmp_return_reorg): Strengthen param "insns" and local "insn"
5993 from rtx to rtx_insn *.
5994 (mep_reorg_addcombine): Likewise for param "insns" and locals
5995 "i", "n".
5996 (add_sp_insn_p): Likewise for param "insn".
5997 (mep_reorg_noframe): Likewise for param "insns" and locals
5998 "start_frame_insn", "end_frame_insn", "next".
5999 (mep_reorg): Likewise for local "insns".
6000 (mep_store_data_bypass_1): Likewise for param "prev". Add checked
6001 cast.
6002 (mep_store_data_bypass_p): Likewise for params "prev", "insn".
6003 (mep_mul_hilo_bypass_p): Likewise.
6004 (mep_ipipe_ldc_p): Likewise for param "insn".
6005 (mep_make_bundle): Likewise for return type, param "cop" and local
6006 "insn", splitting out the latter into a new local "seq" for when it
6007 is a SEQUENCE rather than an insn.
6008 (core_insn_p): Likewise for param "insn".
6009 (mep_bundle_insns): Likewise for param "insns" and locals "insn",
6010 "last", "first", "note", "prev", "core_insn".
6011
6012 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6013
6014 * config/m68k/m68k-protos.h (output_btst): Strengthen param 4 from
6015 rtx to rtx_insn *.
6016 (strict_low_part_peephole_ok): Likewise for param 2 "first_insn".
6017 (m68k_final_prescan_insn): Likewise for first param.
6018
6019 * config/m68k/m68k.c (m68k_emit_movem): Likewise for return type.
6020 (m68k_set_frame_related): Likewise for param "insn".
6021 (output_btst): Likewise for param "insn".
6022 (m68k_final_prescan_insn): Likewise.
6023 (m68k_move_to_reg): Likewise for local "insn".
6024 (m68k_call_tls_get_addr): Likewise for local "insns".
6025 (m68k_call_m68k_read_tp): Likewise.
6026 (strict_low_part_peephole_ok): Likewise for param "first_insn".
6027 (m68k_output_mi_thunk): Likewise for local "insn".
6028
6029 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6030
6031 * config/iq2000/iq2000-protos.h (final_prescan_insn): Strengthen
6032 first param from rtx to rtx_insn *.
6033 (iq2000_adjust_insn_length): Likewise.
6034 (iq2000_output_conditional_branch): Likewise.
6035 * config/iq2000/iq2000.c (final_prescan_insn): Likewise for param
6036 "insn" and local "nop_insn".
6037 (iq2000_annotate_frame_insn): Likewise for param "insn".
6038 (iq2000_expand_prologue): Likewise for both locals "insn".
6039 (iq2000_adjust_insn_length): Likewise for param "insn".
6040 (iq2000_output_conditional_branch): Likewise.
6041
6042 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6043
6044 * config/ia64/ia64.c (ia64_expand_tls_address): Strengthen local
6045 "insns" from rtx to rtx_insn *.
6046 (ia64_emit_cond_move): Likewise for locals "insn", "first".
6047 (struct spill_fill_data): Likewise for field "init_after" and for
6048 elements of array field "prev_insn".
6049 (spill_restore_mem): Likewise for locals "insn", "first".
6050 (do_spill): Likewise for local "insn".
6051 (do_restore): Likewise.
6052 (ia64_expand_prologue): Likewise.
6053 (ia64_expand_epilogue): Likewise.
6054 (emit_insn_group_barriers): Likewise for locals "insn",
6055 "last_label".
6056 (emit_all_insn_group_barriers): Likewise for locals "insn",
6057 "last".
6058 (dfa_stop_insn): Likewise for this global.
6059 (dfa_pre_cycle_insn): Likewise.
6060 (ia64_nop): Likewise.
6061 (final_emit_insn_group_barriers): Likewise for locals "insn",
6062 "last".
6063 (emit_predicate_relation_info): Likewise for locals "head", "n",
6064 "insn", "b", "a".
6065 (ia64_reorg): Likewise for local "insn".
6066 (ia64_output_mi_thunk): Likewise.
6067 (expand_vec_perm_interleave_2): Likewise for local "seq".
6068
6069 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6070
6071 * config/i386/i386-protos.h (ix86_avoid_lea_for_add): Strengthen
6072 param 1 "insn" from rtx to rtx_insn *.
6073 (ix86_use_lea_for_mov): Likewise.
6074 (ix86_avoid_lea_for_addr): Likewise.
6075 (ix86_split_lea_for_addr): Likewise.
6076 (ix86_lea_for_add_ok): Likewise.
6077 (ix86_output_call_insn): Likewise.
6078
6079 * config/i386/i386.c (ix86_va_start): Likewise for local "seq".
6080 (ix86_get_drap_rtx): Likewise for locals "seq", "insn".
6081 (ix86_output_function_epilogue): Likewise for locals "insn",
6082 "deleted_debug_label".
6083 (legitimize_tls_address): Likewise for local "insn".
6084 (get_some_local_dynamic_name): Likewise.
6085 (increase_distance): Likewise for params "prev", "next".
6086 (distance_non_agu_define_in_bb): Likewise for params "insn",
6087 "start" and locals "prev", "next".
6088 (distance_non_agu_define): Likewise for param "insn".
6089 (distance_agu_use_in_bb): Likewise for params "insn", "start" and
6090 locals "next", "prev".
6091 (distance_agu_use): Likewise for param "insn".
6092 (ix86_lea_outperforms): Likewise.
6093 (ix86_ok_to_clobber_flags): Likewise.
6094 (ix86_avoid_lea_for_add): Likewise.
6095 (ix86_use_lea_for_mov): Likewise.
6096 (ix86_avoid_lea_for_addr): Likewise.
6097 (find_nearest_reg_def): Likewise, also for locals "prev", "start".
6098 (ix86_split_lea_for_addr): Likewise for param "insn".
6099 (ix86_lea_for_add_ok): Likewise for param "insn".
6100 (ix86_expand_carry_flag_compare): Likewise for local
6101 "compare_seq".
6102 (ix86_expand_int_movcc): Likewise.
6103 (ix86_output_call_insn): Likewise for param "insn".
6104 (ix86_output_call_insn): Likewise for local "i".
6105 (x86_output_mi_thunk): Introduce local "insn", using it in place
6106 of "tmp" when dealing with insns.
6107 (ix86_avoid_jump_mispredicts): Likewise for locals "insn",
6108 "start".
6109 (ix86_pad_returns): Likewise for locals "ret", "prev".
6110 (ix86_count_insn_bb): Likewise for local "insn".
6111 (ix86_pad_short_function): Likewise for locals "ret", "insn".
6112 (ix86_seh_fixup_eh_fallthru): Likewise for locals "insn", "next".
6113 (ix86_vector_duplicate_value): Likewise for local "insn", "seq".
6114 (expand_vec_perm_interleave2): Likewise for local "seq".
6115 (expand_vec_perm_vperm2f128_vblend): Likewise.
6116 (ix86_loop_unroll_adjust): Likewise for local "insn". Convert
6117 call to for_each_rtx with for_each_rtx_in_insn.
6118
6119 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6120
6121 * config/i386/i386.c (setup_incoming_varargs_64): Strengthen local
6122 "label" from rtx to rtx_code_label *.
6123 (ix86_expand_prologue): Likewise.
6124 (ix86_expand_split_stack_prologue): Likewise for locals "label",
6125 "varargs_label".
6126 (ix86_split_idivmod): Likewise for locals "end_label" and
6127 "qimode_label".
6128 (ix86_expand_branch): Likewise for local "label2".
6129 (ix86_expand_aligntest): Likewise for return type and local "label".
6130 (expand_set_or_movmem_via_loop): Likewise for locals "out_label" and
6131 "top_label".
6132 (expand_movmem_epilogue): Likewise for the various locals named
6133 "label".
6134 (expand_setmem_epilogue): Likewise.
6135 (expand_small_movmem_or_setmem): Likewise for local "label".
6136 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
6137 Strengthen param "done_label" from rtx * to rtx_code_label **.
6138 Strengthen locals "loop_label" and "label" from rtx to
6139 rtx_code_label *.
6140 (expand_set_or_movmem_prologue_epilogue_by_misaligned_moves):
6141 Likewise for locals "loop_label", "label".
6142 (ix86_expand_set_or_movmem): Likewise for locals "label",
6143 "jump_around_label", "hot_label".
6144 (ix86_expand_strlensi_unroll_1): Likewise for locals
6145 "align_2_label", align_3_label", "align_4_label", "end_0_label",
6146 "end_2_label".
6147 (x86_emit_floatuns): Likewise for locals "neglab", "donelab".
6148 (void ix86_emit_i387_log1p): Likewise for locals "label1",
6149 "label2", "jump_label".
6150 (ix86_expand_sse_compare_and_jump): Likewise for return type and
6151 local "label".
6152 (ix86_expand_lfloorceil): Likewise for local "label".
6153 (ix86_expand_rint): Likewise.
6154 (ix86_expand_floorceildf_32): Likewise.
6155 (ix86_expand_floorceil): Likewise.
6156 (ix86_expand_rounddf_32): Likewise.
6157 (ix86_expand_trunc): Likewise.
6158 (ix86_expand_truncdf_32): Likewise.
6159 (ix86_expand_round): Likewise.
6160
6161 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6162
6163 * config/h8300/h8300-protos.h (final_prescan_insn): Strengthen
6164 first param from rtx to rtx_insn *.
6165 (h8300_insn_length_from_table): Likewise.
6166 * config/h8300/h8300.c (F): Likewise for return type and param
6167 "x".
6168 (Fpa): Add a checked cast to rtx_insn *.
6169 (h8300_emit_stack_adjustment): Strengthen local "x" from rtx to
6170 rtx_insn *.
6171 (final_prescan_insn): Likewise for param "insn".
6172 (h8300_binary_length): Likewise.
6173 (h8300_insn_length_from_table): Likewise.
6174
6175 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6176
6177 * config/epiphany/epiphany-protos.h (epiphany_final_prescan_insn):
6178 Strengthen first param "insn" from rtx to rtx_insn *.
6179
6180 * config/epiphany/epiphany.c (epiphany_final_prescan_insn):
6181 Likewise.
6182 (frame_insn): Likewise for return type. Introduce local "insn"
6183 for use in place of local "x" for use as an rtx_insn *.
6184 (frame_move_insn): Strengthen return type from rtx to rtx_insn *.
6185 (epiphany_expand_prologue): Likewise for local "insn".
6186 * config/epiphany/mode-switch-use.c (insert_uses): Likewise.
6187 * config/epiphany/resolve-sw-modes.c
6188 (pass_resolve_sw_modes::execute): Likewise for locals "insn" and
6189 "seq".
6190
6191 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6192
6193 * config/c6x/c6x-protos.h (c6x_get_unit_specifier): Strengthen
6194 param from rtx to rtx_insn *.
6195 (c6x_final_prescan_insn): Likewise for first param.
6196
6197 * config/c6x/c6x.c (c6x_current_insn): Likewise for this variable.
6198 (c6x_output_mi_thunk): Replace use of NULL_RTX with NULL.
6199 (c6x_expand_compare): Strengthen local "insns" from rtx to
6200 rtx_insn *.
6201 (c6x_get_unit_specifier): Likewise for param "insn".
6202 (c6x_print_unit_specifier_field): Likewise.
6203 (c6x_final_prescan_insn): Likewise.
6204 (emit_add_sp_const): Likewise for local "insn".
6205 (c6x_expand_prologue): Likewise.
6206
6207 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6208
6209 * config/bfin/bfin-protos.h (asm_conditional_branch): Strengthen
6210 param 1 from rtx to rtx_insn *.
6211 * config/bfin/bfin.c (expand_prologue_reg_save): Likewise for
6212 the various locals named "insn".
6213 (expand_epilogue_reg_restore): Likewise.
6214 (frame_related_constant_load): Likewise.
6215 (add_to_reg): Likewise.
6216 (emit_link_insn): Likewise.
6217 (do_link): Likewise.
6218 (expand_interrupt_handler_prologue): Likewise.
6219 (branch_dest): Likewise for param "branch".
6220 (asm_conditional_branch): Likewise for param "insn".
6221 (gen_one_bundle): Likewise for elements of param "slot" and local
6222 "t".
6223 (bfin_gen_bundles): Likewise for locals "insn", "next" and
6224 elements of local "slot".
6225 (reorder_var_tracking_notes): Likewise for locals "insn", "next",
6226 "queue", "next_queue", "prev".
6227 (workaround_rts_anomaly): Likewise for locals "insn", "first_insn".
6228 (add_sched_insns_for_speculation): Likewise for local "insn".
6229
6230 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6231
6232 * config/avr/avr-protos.h (output_movqi): Strengthen first param
6233 from rtx to rtx_insn *.
6234 (output_movhi): Likewise.
6235 (output_movsisf): Likewise.
6236 (avr_out_tstsi): Likewise.
6237 (avr_out_tsthi): Likewise.
6238 (avr_out_tstpsi): Likewise.
6239 (avr_out_compare): Likewise.
6240 (avr_out_compare64): Likewise.
6241 (avr_out_movpsi): Likewise.
6242 (ashlqi3_out): Likewise.
6243 (ashlhi3_out): Likewise.
6244 (ashlsi3_out): Likewise.
6245 (ashrqi3_out): Likewise.
6246 (ashrhi3_out): Likewise.
6247 (ashrsi3_out): Likewise.
6248 (lshrqi3_out): Likewise.
6249 (lshrhi3_out): Likewise.
6250 (lshrsi3_out): Likewise.
6251 (avr_out_ashlpsi3): Likewise.
6252 (avr_out_ashrpsi3): Likewise.
6253 (avr_out_lshrpsi3): Likewise.
6254 (avr_out_fract): Likewise.
6255 (avr_out_sbxx_branch): Likewise.
6256 (avr_out_round): Likewise.
6257 (avr_out_xload): Likewise.
6258 (avr_out_movmem): Likewise.
6259 (adjust_insn_length): Likewise.
6260 (avr_out_lpm): Likewise.
6261 (reg_unused_after): Likewise.
6262 (_reg_unused_after): Likewise.
6263 (avr_jump_mode): Likewise for second param.
6264 (jump_over_one_insn): Likewise for first param.
6265 (avr_final_prescan_insn): Likewise.
6266 (out_shift_with_cnt): Likewise for second param.
6267
6268 * config/avr/avr.c (get_sequence_length): Likewise for param
6269 "insns" and local "insn".
6270 (emit_push_byte): Likewise for local "insn".
6271 (emit_push_sfr): Likewise.
6272 (avr_prologue_setup_frame): Likewise for locals "insn",
6273 "fp_plus_insns", "sp_plus_insns".
6274 (avr_expand_epilogue): Likewise for local "fp_plus_insns",
6275 "sp_plus_insns".
6276 (avr_jump_mode): Likewise for param "insn".
6277 (avr_final_prescan_insn): Likewise.
6278 (avr_find_unused_d_reg): Likewise.
6279 (avr_out_lpm_no_lpmx): Likewise.
6280 (avr_out_lpm): Likewise.
6281 (avr_out_xload): Likewise.
6282 (output_movqi): Likewise.
6283 (output_movhi): Likewise.
6284 (out_movqi_r_mr): Likewise.
6285 (out_movhi_r_mr): Likewise.
6286 (out_movsi_r_mr): Likewise.
6287 (out_movsi_mr_r): Likewise.
6288 (output_movsisf): Likewise.
6289 (avr_out_load_psi): Likewise.
6290 (avr_out_store_psi): Likewise.
6291 (avr_out_movpsi): Likewise.
6292 (out_movqi_mr_r): Likewise.
6293 (avr_out_movhi_mr_r_xmega): Likewise.
6294 (out_movhi_mr_r): Likewise.
6295 (compare_condition): Likewise for param "insn" and local "next".
6296 (compare_sign_p): Likewise for param "insn".
6297 (compare_diff_p): Likewise.
6298 (compare_eq_p): Likewise.
6299 (avr_out_compare): Likewise.
6300 (avr_out_compare64): Likewise.
6301 (avr_out_tsthi): Likewise.
6302 (avr_out_tstpsi): Likewise.
6303 (avr_out_tstsi): Likewise.
6304 (out_shift_with_cnt): Likewise.
6305 (ashlqi3_out): Likewise.
6306 (ashlhi3_out): Likewise.
6307 (avr_out_ashlpsi3): Likewise.
6308 (ashlsi3_out): Likewise.
6309 (ashrqi3_out): Likewise.
6310 (ashrhi3_out): Likewise.
6311 (avr_out_ashrpsi3): Likewise.
6312 (ashrsi3_out): Likewise.
6313 (lshrqi3_out): Likewise.
6314 (lshrhi3_out): Likewise.
6315 (avr_out_lshrpsi3): Likewise.
6316 (lshrsi3_out): Likewise.
6317 (avr_out_fract): Likewise.
6318 (avr_out_round): Likewise.
6319 (avr_adjust_insn_length): Likewise.
6320 (reg_unused_after): Likewise.
6321 (_reg_unused_after): Likewise.
6322 (avr_compare_pattern): Likewise.
6323 (avr_reorg_remove_redundant_compare): Likewise for param "insn1"
6324 and locals "branch1", "branch2", "insn2", "jump".
6325 (avr_reorg): Likewise for local "insn".
6326 (avr_2word_insn_p): Likewise for param "insn".
6327 (jump_over_one_insn_p): Likewise.
6328 (avr_out_sbxx_branch): Likewise.
6329 (avr_out_movmem): Likewise.
6330
6331 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6332
6333 * config/arm/arm-protos.h (arm_final_prescan_insn): Strengthen
6334 param from rtx to rtx_insn *.
6335 (thumb1_final_prescan_insn): Likewise.
6336 (thumb2_final_prescan_insn): Likewise.
6337
6338 * config/arm/arm.c (emit_set_insn): Strengthen return type from
6339 rtx to rtx_insn *.
6340 (struct minipool_node): Likewise for field "insn".
6341 (dump_minipool): Likewise for param "scan".
6342 (create_fix_barrier): Likewise for local "from". Strengthen local
6343 "label" from rtx to rtx_code_label *.
6344 (push_minipool_barrier): Strengthen param "insn" from rtx to
6345 rtx_insn *.
6346 (push_minipool_fix): Likewise.
6347 (note_invalid_constants): Likewise.
6348 (thumb2_reorg): Likewise for local "insn".
6349 (arm_reorg): Likewise.
6350 (thumb2_final_prescan_insn): Likewise for param
6351 "insn" and local "first_insn".
6352 (arm_final_prescan_insn): Likewise for param "insn" and locals
6353 "start_insn", "this_insn".
6354 (arm_debugger_arg_offset): Likewise for param "insn".
6355 (thumb1_emit_multi_reg_push): Likewise for return type and local
6356 "insn".
6357 (thumb1_final_prescan_insn): Likewise for param "insn".
6358 (thumb_far_jump_used_p): Likewise for local "insn".
6359 (thumb1_expand_prologue): Likewise.
6360 (arm_expand_epilogue_apcs_frame): Likewise.
6361 (arm_expand_epilogue): Likewise for locals "insn", "tmp".
6362 (arm_split_compare_and_swap): Strengthen locals "label1", "label2"
6363 from rtx to rtx_code_label *.
6364 (arm_split_atomic_op): Likewise for local "label".
6365 (arm_emit_coreregs_64bit_shift): Likewise for local "done_label".
6366
6367 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6368
6369 * config/arc/arc-protos.h (arc_final_prescan_insn): Strengthen
6370 first param from rtx to rtx_insn *.
6371 (arc_verify_short): Likewise.
6372 (arc_short_long): Likewise.
6373 (arc_need_delay): Likewise.
6374
6375 * config/arc/arc.c (struct arc_ccfsm): Likewise for field
6376 "target_insn".
6377 (arc_ccfsm_advance): Likewise for param "insn" and locals
6378 "start_insn", "this_insn".
6379 (arc_ccfsm_record_condition): Likewise for local "seq_insn".
6380 (arc_ccfsm_post_advance): Likewise for param "insn".
6381 (arc_next_active_insn): Likewise for return type and param "insn".
6382 Convert NULL_RTX to NULL as appropriate. Add a checked cast.
6383 (arc_verify_short): Strengthen param "insn" from rtx to rtx_insn *.
6384 (output_short_suffix): Likewise for local "insn".
6385 (arc_final_prescan_insn): Likewise for param "insn". Remove
6386 now-redundant checked cast.
6387 (arc_reorg): Strengthen locals "insn", "top_label", "lp", "prev",
6388 "lp_simple", "next", "mov", "scan", "link_insn" from rtx to
6389 rtx_insn *. Add a checked cast. Introduce local "lc_set_insn"
6390 for use where lc_set became an insn.
6391 (arc_adjust_insn_length): Strengthen locals "prev", "succ" from
6392 rtx to rtx_insn *.
6393 (arc_get_insn_variants): Likewise for local "prev".
6394 (arc_ifcvt): Likewise for locals "insn", "seq", "prev", "pprev",
6395 "next".
6396 (arc_predicate_delay_insns): Likewise for local "insn".
6397 (arc_pad_return): Likewise for local "prev". For now, add a
6398 checked cast when extracting the insn from "final_sequence".
6399 (arc_short_long): Likewise for param "insn".
6400 (arc_need_delay): Likewise for param "insn" and local "next".
6401 (arc_label_align): Likewise for locals "prev", "next".
6402
6403 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6404
6405 * config/alpha/alpha.c (alpha_emit_set_const): Strengthen local
6406 "insn" from rtx to rtx_insn *.
6407 (alpha_gp_save_rtx): Likewise for local "seq".
6408 (alpha_instantiate_decls): Likewise for local "top".
6409 (get_some_local_dynamic_name): Likewise for local "insn".
6410 (alpha_does_function_need_gp): Likewise.
6411 (set_frame_related_p): Likewise for return type and for locals
6412 "seq" and "insn".
6413 (emit_frame_store_1): Likewise for local "insn".
6414 (alpha_expand_prologue): Likewise for locals "insn", "seq".
6415 (alpha_end_function): Likewise for local "insn".
6416 (alpha_output_mi_thunk_osf): Likewise.
6417 (alphaev4_insn_pipe): Likewise for param "insn".
6418 (alphaev5_insn_pipe): Likewise.
6419 (alphaev4_next_group): Likewise for return type and param 1
6420 "insn".
6421 (alphaev5_next_group): Likewise.
6422 (alpha_align_insns_1): Likewise for return type and param 1 of
6423 callback param "next_group", and for locals "i", "next", "prev",
6424 "where", "where2", "insn".
6425
6426 2014-08-25 Bernd Schmidt <bernds@codesourcery.com>
6427
6428 * tree-nested.c (finalize_nesting_tree_1): Initialize temporary earlier
6429 rather than modifying the stmt.
6430
6431 2014-08-25 Jan-Benedict Glaw <jbglaw@lug-owl.de>
6432
6433 * config/rs6000/rs6000.c (rs6000_return_in_msb): Fix fallout from
6434 cgraph_state conversion.
6435
6436 2014-08-25 David Malcolm <dmalcolm@redhat.com>
6437
6438 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
6439 Strengthen local "insns" from rtx to rtx_insn *.
6440 (aarch64_set_frame_expr): Likewise for local "insn".
6441 (aarch64_save_or_restore_fprs): Likewise.
6442 (aarch64_save_or_restore_callee_save_registers): Likewise.
6443 (aarch64_expand_prologue): Likewise.
6444 (aarch64_expand_epilogue): Likewise.
6445 (aarch64_output_mi_thunk): Likewise.
6446 (aarch64_split_compare_and_swap): Strengthen locals "label1" and
6447 "label2" from rtx to rtx_code_label *.
6448 (aarch64_split_atomic_op): Likewise for local "label".
6449
6450 2014-08-25 Martin Liska <mliska@suse.cz>
6451
6452 * cgraph.h (symtab_node):
6453 (bool needed_p (void)): created from decide_is_symbol_needed
6454 (bool referred_to_p (void)): created from referred_to_p
6455 (static cgraph_node *get_for_asmname (tree asmname)): created from symtab_node_for_asm
6456 * cgraph.h (cgraph_node):
6457 (void assemble_thunks_and_aliases (void)): created from assemble_thunks_and_aliases
6458 (void expand (void)): created from expand_function
6459 (static void finalize_function (tree, bool)): created from cgraph_finalize_function
6460 (static cgraph_local_info *local_info (tree decl)): created from cgraph_local_info
6461 (static cgraph_global_info *global_info (tree)): created from cgraph_global_info
6462 (static cgraph_rtl_info *rtl_info (tree)): created from cgraph_rtl_info
6463 * cgraph.h (varpool_node):
6464 (static void add (tree decl): created from varpool_add_new_variable
6465 * cgraph.h (cgraph_edge):
6466 void remove (void);
6467 (void remove_caller (void)): created from cgraph_edge_remove_caller
6468 (void remove_callee (void)): created from cgraph_edge_remove_callee
6469 (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
6470 created from cgraph_set_call_stmt
6471 (void redirect_callee (cgraph_node *n)): created from cgraph_redirect_edge_callee
6472 (cgraph_edge *make_direct (cgraph_node *callee)): created from cgraph_make_edge_direct
6473 (cgraph_edge *make_speculative (cgraph_node *n2, gcov_type direct_count,
6474 gimple redirect_call_stmt_to_callee (void)): created from cgraph_turn_edge_to_speculative
6475 (void speculative_call_info (cgraph_edge *&direct, cgraph_edge *&indirect, ipa_ref *&reference)):
6476 created from cgraph_speculative_call_info
6477 (cgraph_edge * clone (cgraph_node *n, gimple call_stmt, unsigned stmt_uid, gcov_type count_scale,
6478 int freq_scale, bool update_original)): created from cgraph_clone_edge
6479 (cgraph_edge *resolve_speculation (tree callee_decl)): created from cgraph_resolve_speculation
6480 (bool cannot_lead_to_return_p (void)): created from cannot_lead_to_return_p
6481 (bool recursive_p (void)): created from cgraph_edge_recursive_p
6482 (bool maybe_hot_p (void)): created from cgraph_maybe_hot_edge_p
6483 (static unsigned int rebuild_edges (void)): created from rebuild_cgraph_edges
6484 (static void rebuild_references (void)): created from cgraph_rebuild_references
6485 * cgraph.h (symbol_table):
6486 (create_reference): renamed from add_reference
6487 (maybe_create_reference): renamed from maybe_add_reference
6488 (void register_symbol (symtab_node *node)): new function
6489 (void clear_asm_symbols (void)): new function
6490 (void unregister (symtab_node *node)): new function
6491 (void release_symbol (cgraph_node *node, int uid)): new function
6492 (cgraph_node * allocate_cgraph_symbol (void)): new function
6493 (void initialize (void)): created from cgraph_init
6494 (symtab_node *first_symbol (void)):new function
6495 (asm_node *first_asm_symbol (void)):new function
6496 (symtab_node *first_defined_symbol (void)):new function
6497 (varpool_node *first_variable (void)):new function
6498 (varpool_node *next_variable (varpool_node *node)):new function
6499 (varpool_node *first_static_initializer (void)):new function
6500 (varpool_node *next_static_initializer (varpool_node *node)):new function
6501 (varpool_node *first_defined_variable (void)):new function
6502 (varpool_node *next_defined_variable (varpool_node *node)):new function
6503 (cgraph_node *first_defined_function (void)):new function
6504 (cgraph_node *next_defined_function (cgraph_node *node)):new function
6505 (cgraph_node *first_function (void)):new function
6506 (cgraph_node *next_function (cgraph_node *node)):new function
6507 (cgraph_node *first_function_with_gimple_body (void)):new function
6508 (asm_node *finalize_toplevel_asm (tree asm_str)): created from add_asm_node
6509 (bool remove_unreachable_nodes (bool before_inlining_p, FILE *file)):
6510 created from symtab_remove_unreachable_nodes
6511 (void remove_unreferenced_decls (void)): created from varpool_remove_unreferenced_decls
6512 (void process_new_functions (void)): created from cgraph_process_new_functions
6513 (void process_same_body_aliases (void)): created from cgraph_process_same_body_aliases
6514 (bool output_variables (void)): created from varpool_node::output_variables
6515 (void output_asm_statements (void)): created from output_asm_statements
6516 (void finalize_compilation_unit (void)): created from finalize_compilation_unit
6517 (void compile (void)): created from compile
6518 (void output_weakrefs (void)): created from output_weakrefs
6519 (cgraph_node *create_empty (void)): created from cgraph_node::create_empty
6520 (cgraph_edge *create_edge (cgraph_node *caller, cgraph_node *callee, gimple call_stmt,
6521 gcov_type count, int freq, bool indir_unknown_callee)): created from cgraph_node::create_edge
6522 (void free_edge (cgraph_edge *e)): created from cgraph_free_edge
6523 (cgraph_node *next_function_with_gimple_body (cgraph_node *node)):
6524 created from cgraph_next_function_with_gimple_body
6525 (void remove_edge_removal_hook (cgraph_edge_hook_list *)):
6526 created from cgraph_remove_edge_removal_hook
6527 (cgraph_node_hook_list *add_cgraph_removal_hook (cgraph_node_hook, void *)):
6528 created from cgraph_add_node_removal_hook
6529 (void remove_cgraph_removal_hook (cgraph_node_hook_list *)):
6530 created from cgraph_remove_node_removal_hook
6531 (varpool_node_hook_list *add_varpool_removal_hook (varpool_node_hook, void *)):
6532 created from varpool_add_node_removal_hook
6533 (void remove_varpool_removal_hook (varpool_node_hook_list *)):
6534 created from varpool_remove_node_removal_hook
6535 (cgraph_node_hook_list *add_cgraph_insertion_hook (cgraph_node_hook, void *)):
6536 created from cgraph_add_function_insertion_hook
6537 (void remove_cgraph_insertion_hook (cgraph_node_hook_list *)):
6538 created from cgraph_remove_function_insertion_hook
6539 (varpool_node_hook_list *add_varpool_insertion_hook (varpool_node_hook, void *)):
6540 created from varpool_add_variable_insertion_hook
6541 (void remove_varpool_insertion_hook (varpool_node_hook_list *)):
6542 created from varpool_remove_variable_insertion_hook
6543 (cgraph_2edge_hook_list *add_edge_duplication_hook (cgraph_2edge_hook, void *)):
6544 created from cgraph_add_edge_duplication_hook
6545 (void remove_edge_duplication_hook (cgraph_2edge_hook_list *)):
6546 created from cgraph_remove_edge_duplication_hook
6547 (cgraph_2node_hook_list *add_cgraph_duplication_hook (cgraph_2node_hook, void *)):
6548 created from cgraph_add_node_duplication_hook
6549 (void remove_cgraph_duplication_hook (cgraph_2node_hook_list *)):
6550 created from cgraph_remove_node_duplication_hook
6551 (void call_edge_removal_hooks (cgraph_edge *e)):
6552 created from cgraph_call_edge_removal_hooks
6553 (void call_cgraph_insertion_hooks (cgraph_node *node)):
6554 created from call_function_insertion_hooks
6555 (void call_cgraph_removal_hooks (cgraph_node *node)):
6556 created from cgraph_call_node_removal_hooks
6557 (void call_cgraph_duplication_hooks (cgraph_node *node, cgraph_node *node2)):
6558 created from cgraph_node::call_duplication_hooks
6559 (void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2)):
6560 created from cgraph_call_edge_duplication_hooks
6561 (void call_varpool_removal_hooks (varpool_node *node)):
6562 created from varpool_call_node_removal_hooks
6563 (void call_varpool_insertion_hooks (varpool_node *node)):
6564 created from varpool_call_variable_insertion_hooks
6565 (void insert_to_assembler_name_hash (symtab_node *node, bool with_clones)):
6566 created from insert_to_assembler_name_hash
6567 (void unlink_from_assembler_name_hash (symtab_node *node, bool with_clones)):
6568 created from unlink_from_assembler_name_hash
6569 (void symtab_prevail_in_asm_name_hash (symtab_node *node)):
6570 created from symtab_prevail_in_asm_name_hash
6571 (void symtab_initialize_asm_name_hash (void)):
6572 created from symtab_initialize_asm_name_hash
6573 (void change_decl_assembler_name (tree decl, tree name)):
6574 created from change_decl_assembler_name
6575 (void materialize_all_clones (void)): created from cgraph_materialize_all_clones
6576 (static hashval_t decl_assembler_name_hash (const_tree asmname)):
6577 created from decl_assembler_name_hash
6578 (static bool decl_assembler_name_equal (tree decl, const_tree asmname)):
6579 created from decl_assembler_name_equal
6580 (static hashval_t hash_node_by_assembler_name (const void *p)):
6581 created from hash_node_by_assembler_name
6582 (static int eq_assembler_name (const void *p1, const void *p2)):
6583 created from eq_assembler_name
6584
6585 2014-08-25 Marek Polacek <polacek@redhat.com>
6586
6587 * config/i386/i386.md (SWI1248_AVX512BW): Add missing paren.
6588
6589 2014-08-25 Petr Murzin <petr.murzin@intel.com>
6590
6591 * config/i386/i386.md (SWI1248_AVX512BW): New mode iterator.
6592 (*k<logic><mode>): Add *k<logic>qi and *k<logic>hi and use
6593 SWI1248_AVX512BW mode iterator.
6594
6595 2014-08-25 Kaz Kojima <kkojima@gcc.gnu.org>
6596
6597 PR target/62111
6598 * config/sh/predicates.md (general_extend_operand): Disable
6599 TRUNCATE before reload completes.
6600
6601 2014-08-24 Gerald Pfeifer <gerald@pfeifer.com>
6602
6603 * doc/invoke.texi (Optimize Options): Fix markup in two cases.
6604
6605 2014-08-24 Oleg Endo <olegendo@gcc.gnu.org>
6606
6607 PR target/61996
6608 * config/sh/sh.opt (musermode): Allow negative form.
6609 * config/sh/sh.c (sh_option_override): Disable TARGET_USERMODE for
6610 targets that don't support it.
6611 * doc/invoke.texi (SH Options): Rename sh-*-linux* to sh*-*-linux*.
6612 Document -mno-usermode option.
6613
6614 2014-08-24 Kito Cheng <kito@0xlab.org>
6615
6616 * system.h (CALLER_SAVE_PROFITABLE): Poison.
6617 * regs.h (CALLER_SAVE_PROFITABLE): Remove.
6618 * doc/tm.texi.in (CALLER_SAVE_PROFITABLE): Remove.
6619 * doc/tm.texi: Regenerate.
6620
6621 2014-08-24 Kito Cheng <kito@0xlab.org>
6622
6623 * ira.c: Fix typo in comment.
6624
6625 2014-08-23 Edward Smith-Rowland <3dw4rd@verizon.net>
6626
6627 * doc/invoke.texi: Change c++1y to c++14 and gnu++1y to gnu++14.
6628 Deprecate c++1y. Change language to reflect greater confidence in C++14.
6629
6630 2014-08-23 John David Anglin <danglin@gcc.gnu.org>
6631
6632 PR target/62038
6633 * config/pa/pa.c (pa_output_function_epilogue): Don't set
6634 last_address when the current function is a thunk.
6635 (pa_asm_output_mi_thunk): When we don't have named sections or they
6636 are not being used, check that thunk can reach the stub table with a
6637 short branch.
6638
6639 2014-08-23 David Malcolm <dmalcolm@redhat.com>
6640
6641 * web.c (union_match_dups): Strengthen param "insn" from rtx to
6642 rtx_insn *.
6643 (pass_web::execute): Likewise for local "insn".
6644
6645 2014-08-23 David Malcolm <dmalcolm@redhat.com>
6646
6647 * var-tracking.c (struct micro_operation_def): Strengthen field
6648 "insn" from rtx to rtx_insn *.
6649 (struct emit_note_data_def): Likewise.
6650 (insn_stack_adjust_offset_pre_post): Likewise for param "insn".
6651 (vt_stack_adjustments): Likewise for local "insn".
6652 (adjust_insn): Likewise for param "insn".
6653 (val_store): Likewise.
6654 (val_resolve): Likewise.
6655 (struct count_use_info): Likewise for field "insn".
6656 (log_op_type): Likewise for param "insn".
6657 (reverse_op): Likewise.
6658 (prepare_call_arguments): Likewise.
6659 (add_with_sets): The initial param takes an insn, but we can't
6660 yet strengthen it from rtx to rtx_insn * since it's used as a
6661 cselib_record_sets_hook callback. For now rename initial param
6662 from "insn" to "uncast_insn", and introduce a local "insn" of
6663 the stronger rtx_insn * type, with a checked cast.
6664 (compute_bb_dataflow): Strengthen local "insn" from rtx to
6665 rtx_insn *.
6666 (emit_note_insn_var_location): Likewise.
6667 (emit_notes_for_changes): Likewise.
6668 (emit_notes_for_differences): Likewise.
6669 (next_non_note_insn_var_location): Likewise for return type and
6670 for param "insn".
6671 (emit_notes_in_bb): Likewise for locals "insn" and "next_insn".
6672 (vt_initialize): Likewise for local "insn".
6673 (delete_debug_insns): Likewise for locals "insn" and "next".
6674
6675 2014-08-23 David Malcolm <dmalcolm@redhat.com>
6676
6677 * varasm.c (mark_constants): Strengthen param "insn" from rtx to
6678 rtx_insn *.
6679 (mark_constant_pool): Likewise for local "insn".
6680
6681 2014-08-23 David Malcolm <dmalcolm@redhat.com>
6682
6683 * valtrack.c (dead_debug_reset_uses): Strengthen local "insn" from
6684 rtx to rtx_insn *.
6685 (dead_debug_promote_uses): Likewise.
6686 (dead_debug_insert_temp): Likewise.
6687
6688 2014-08-23 David Malcolm <dmalcolm@redhat.com>
6689
6690 * store-motion.c (store_killed_in_insn): Strengthen param "insn"
6691 from const_rtx to const rtx_insn *.
6692 (store_killed_after): Likewise. Strengthen locals "last", "act"
6693 from rtx to rtx_insn *.
6694 (store_killed_before): Strengthen param "insn" from const_rtx to
6695 const rtx_insn *. Strengthen local "first" from rtx to rtx_insn *.
6696 (find_moveable_store): Strengthen param "insn" from rtx to
6697 rtx_insn *.
6698 (compute_store_table): Likewise for local "insn".
6699 (insert_insn_start_basic_block): Likewise for param "insn" and
6700 locals "prev", "before", "insn".
6701 (insert_store): For now, add a checked cast to rtx_insn * on the
6702 result of gen_move_insn.
6703 (remove_reachable_equiv_notes): Strengthen local "insn" from rtx
6704 to rtx_insn *.
6705 (replace_store_insn): Likewise. For now, add a checked cast to
6706 rtx_insn * on the result of gen_move_insn.
6707
6708 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6709
6710 * stmt.c (expand_case): Strengthen local "before_case" from rtx to
6711 rtx_insn *.
6712 (expand_sjlj_dispatch_table): Likewise.
6713
6714 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6715
6716 * stack-ptr-mod.c (pass_stack_ptr_mod::execute): Strengthen local
6717 "insn" from rtx to rtx_insn *.
6718
6719 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6720
6721 * shrink-wrap.h (requires_stack_frame_p): Strengthen param 1
6722 "insn" from rtx to rtx_insn *.
6723 (dup_block_and_redirect): Likewise for param 3 "before".
6724
6725 * shrink-wrap.c (requires_stack_frame_p): Strengthen param "insn"
6726 from rtx to rtx_insn *.
6727 (move_insn_for_shrink_wrap): Likewise.
6728 (prepare_shrink_wrap): Likewise for locals "insn", "curr".
6729 (dup_block_and_redirect): Likewise for param "before" and local
6730 "insn".
6731 (try_shrink_wrapping): Likewise for locals "insn", "insert_point",
6732 "end".
6733 (convert_to_simple_return): Likewise for local "start".
6734
6735 * config/i386/i386.c (ix86_finalize_stack_realign_flags):
6736 Strengthen local "insn" from rtx to rtx_insn *, for use when
6737 invoking requires_stack_frame_p.
6738
6739 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6740
6741 * sel-sched-ir.c (vinsn_copy): Strengthen local "copy" from rtx to
6742 rtx_insn *.
6743 (speculate_expr): Likewise for locals "orig_insn_rtx",
6744 "spec_insn_rtx".
6745 (eq_transformed_insns): Likewise for locals "i1", "i2".
6746 (check_for_new_jump): Likewise for return type and local "end".
6747 (find_new_jump): Likewise for return type and local "jump".
6748 (sel_split_edge): Likewise for local "jump".
6749 (sel_create_recovery_block): Likewise.
6750 (sel_redirect_edge_and_branch_force): Likewise.
6751 (sel_redirect_edge_and_branch): Likewise.
6752
6753 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6754
6755 * sel-sched.c (substitute_reg_in_expr): Strengthen local
6756 "new_insn" from rtx to rtx_insn *.
6757 (create_insn_rtx_with_rhs): Likewise for return type and for local
6758 "insn_rtx".
6759 (create_insn_rtx_with_lhs): Likewise.
6760 (create_speculation_check): Likewise for local "insn_rtx".
6761 (implicit_clobber_conflict_p): Likewise for local "insn".
6762 (get_expr_cost): Likewise.
6763 (emit_bookkeeping_insn): Likewise for local "new_insn_rtx".
6764 (move_cond_jump): Likewise for locals "next", "prev", "link",
6765 "head", "from", "to".
6766
6767 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6768
6769 * sched-rgn.c (is_cfg_nonregular): Strengthen locals "insn" and
6770 "next" from rtx to rtx_insn *.
6771 (find_conditional_protection): Likewise for local "next".
6772 (is_conditionally_protected): Likewise for local "insn1".
6773 (is_pfree): Likewise for locals "insn1", "insn2".
6774
6775 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6776
6777 * sched-int.h (schedule_ebb): Strengthen params "head", "tail"
6778 from rtx to rtx_insn *.
6779
6780 * sched-ebb.c (earliest_block_with_similiar_load): Strengthen
6781 locals "insn1", "insn2" from rtx to rtx_insn *.
6782 (add_deps_for_risky_insns): Likewise for params "head", "tail" and
6783 locals "insn", "prev", "last_jump", "next_tail".
6784 (schedule_ebb): Likewise for params "head", "tail".
6785 (schedule_ebbs): Likewise for locals "tail", "head".
6786
6787 * config/c6x/c6x.c (hwloop_optimize): For now, add a checked cast
6788 to rtx_insn on "last_insn" in one of the invocations of
6789 schedule_ebb.
6790
6791 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6792
6793 * sched-deps.c (maybe_add_or_update_dep_1): Strengthen locals
6794 "elem", "insn" from rtx to rtx_insn *.
6795 (change_spec_dep_to_hard): Likewise.
6796 (get_back_and_forw_lists): Likewise for local "con".
6797 (sd_add_dep): Likewise for locals "elem", "insn".
6798 (sd_resolve_dep): Likewise for locals "pro", "con".
6799 (sd_unresolve_dep): Likewise.
6800 (sd_delete_dep): Likewise.
6801 (chain_to_prev_insn): Likewise for local "pro".
6802 (find_inc): Likewise for locals "pro", "con".
6803
6804 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6805
6806 * rtlanal.c (reg_used_between_p): Strengthen local "insn" from rtx
6807 to rtx_insn *.
6808 (reg_set_between_p): Strengthen local "insn" from const_rtx to
6809 const rtx_insn *.
6810 (modified_between_p): Strengthen local "insn" from rtx to
6811 rtx_insn *.
6812 (remove_reg_equal_equiv_notes_for_regno): Likewise.
6813 (keep_with_call_p): Strengthen local "i2" from const_rtx to
6814 const rtx_insn *.
6815
6816 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6817
6818 * resource.c (next_insn_no_annul): Strengthen local "next" from
6819 rtx to rtx_insn *.
6820 (mark_referenced_resources): Likewise for local "insn".
6821
6822 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6823
6824 * reload.h (struct insn_chain): Strengthen field "insn" from rtx
6825 to rtx_insn *.
6826 (find_reloads): Likewise for param 1.
6827 (subst_reloads): Likewise for sole param.
6828 (find_equiv_reg): Likwise for param 2.
6829 (regno_clobbered_p): Likwise for param 2.
6830 (reload): Likewise for param 1.
6831
6832 * caller-save.c (save_call_clobbered_regs): Strengthen local
6833 "insn" from rtx to rtx_insn *.
6834 (insert_one_insn): Likewise for local "insn".
6835
6836 * reload.c (this_insn): Likewise for this global.
6837 (find_reloads): Likewise for param "insn".
6838 (find_reloads_toplev): Likewise.
6839 (find_reloads_address): Likewise.
6840 (subst_reg_equivs): Likewise.
6841 (update_auto_inc_notes): Likewise.
6842 (find_reloads_address_1): Likewise.
6843 (find_reloads_subreg_address): Likewise.
6844 (subst_reloads): Likewise.
6845 (find_equiv_reg): Likewise, also for local "p".
6846 (regno_clobbered_p): Likewise for param "insn".
6847
6848 * reload1.c (reg_reloaded_insn): Likewise for the elements of this
6849 array.
6850 (spill_reg_store): Likewise for the elements of this array.
6851 (remove_init_insns): Likewise for local "equiv_insn".
6852 (will_delete_init_insn_p): Likewise for param "insn".
6853 (reload): Likewise for param ""first" and local "insn".
6854 (calculate_needs_all_insns): Strengthen local "insn" from rtx to
6855 rtx_insn *.
6856 (calculate_elim_costs_all_insns): Likewise.
6857 (delete_caller_save_insns): Likewise.
6858 (spill_failure): Likewise for param "insn".
6859 (delete_dead_insn): Likewise.
6860 (set_label_offsets): Likewise.
6861 (eliminate_regs_in_insn): Likewise, also for locals "base_insn" and
6862 "prev_insn".
6863 (elimination_costs_in_insn): Likewise for param "insn".
6864 (set_initial_eh_label_offset): Replace use of NULL_RTX with NULL
6865 when referring to an insn.
6866 (set_initial_label_offsets): Likewise.
6867 (set_offsets_for_label): Strengthen param "insn" from rtx to
6868 rtx_insn *.
6869 (init_eliminable_invariants): Likewise for param "first" and local
6870 "insn".
6871 (fixup_eh_region_note): Likewise for param "insn".
6872 (reload_as_needed): Likewise for locals "prev", "insn",
6873 "old_next", "old_prev", "next".
6874 (gen_reload_chain_without_interm_reg_p): Likewise for locals "insn",
6875 "last".
6876 (reload_inheritance_insn): Strengthen elements of this array from
6877 rtx to rtx_insn *.
6878 (failed_reload): Likewise for param "insn".
6879 (choose_reload_regs): Likewise for local "insn". Replace use of
6880 NULL_RTX with NULL when referring to an insn.
6881 (input_reload_insns): Strengthen elements of this array from rtx
6882 to rtx_insn *.
6883 (other_input_address_reload_insns): Likewise for this global.
6884 (other_input_reload_insns): Likewise for this global.
6885 (input_address_reload_insns): Likwise for the elements of this
6886 array.
6887 (inpaddr_address_reload_insns): Likwise for the elements of this
6888 array.
6889 (output_reload_insns): Likewise for the elements of this array.
6890 (output_address_reload_insns): Likewise for the elements of this
6891 array.
6892 (outaddr_address_reload_insns): Likewise for the elements of this
6893 array.
6894 (operand_reload_insns): Likewise for this global.
6895 (other_operand_reload_insns): Likewise for this global.
6896 (other_output_reload_insns): Likewise for the elements of this
6897 array.
6898 (new_spill_reg_store): Likewise for the elements of this
6899 array.
6900 (emit_input_reload_insns): Likewise for locals "insn", "temp".
6901 Strengthen local "where" from rtx * to rtx_insn **.
6902 (emit_output_reload_insns): Strengthen locals "insn", "p", "next"
6903 from rtx to rtx_insn *.
6904 (do_input_reload): Likewise for local "insn".
6905 (do_output_reload): Likewise for local "insn".
6906 (emit_reload_insns): Likewise for locals "insn" and "store_insn".
6907 (emit_insn_if_valid_for_reload): Likewise for return type and local
6908 "last". Add checked cast to rtx_insn when returning "insn" since
6909 this has been through emit_insn.
6910 (gen_reload): Strengthen return type and locals "last", "insn", "set"
6911 from rtx to rtx_insn *. Add checked cast to rtx_insn when
6912 returning "insn" since it's been through
6913 emit_insn_if_valid_for_reload at this point.
6914 (delete_output_reload): Strengthen param "insn" and locals
6915 "output_reload_insn", "i2" from rtx to rtx_insn *.
6916 (delete_address_reloads): Likewise for params "dead_insn",
6917 "current_insn" and locals "prev", "next".
6918 (delete_address_reloads_1): Likewise for params "dead_insn",
6919 "current_insn" and locals "prev", "i2".
6920 (inc_for_reload): Likewise for locals "last", "add_insn".
6921 (add_auto_inc_notes): Strengthen param "insn" from rtx to
6922 rtx_insn *.
6923
6924 * config/arc/arc-protos.h (regno_clobbered_p): Likewise for 2nd
6925 param of this duplicate of the prototype from reload.h
6926
6927 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6928
6929 * regstat.c (regstat_bb_compute_ri): Strengthen local "insn" from
6930 rtx to rtx_insn *.
6931 (regstat_bb_compute_calls_crossed): Likewise.
6932
6933 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6934
6935 * regrename.c (create_new_chain): Strengthen param "insn" from rtx
6936 to rtx_insn *.
6937 (init_rename_info): Replace use of NULL_RTX with NULL when dealing
6938 with an insn.
6939 (regrename_analyze): Strengthen local "insn" from rtx to
6940 rtx_insn *.
6941 (scan_rtx_reg): Likewise for param "insn".
6942 (scan_rtx_address): Likewise.
6943 (scan_rtx): Likewise.
6944 (restore_operands): Likewise.
6945 (record_out_operands): Likewise.
6946 (build_def_use): Likewise for local "insn". Replace use of
6947 NULL_RTX with NULL when dealing with an insn.
6948
6949 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6950
6951 * rtl.h (reg_scan): Strengthen param "f" from rtx to rtx_insn *.
6952 * reginfo.c (reg_scan): Likewise, also for local "insn".
6953 (reg_scan_mark_refs): Likewise for param "insn".
6954 (init_subregs_of_mode): Likewise for local "insn".
6955
6956 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6957
6958 * regcprop.c (struct queued_debug_insn_change): Strengthen field
6959 "insn" from rtx to rtx_insn *.
6960 (replace_oldest_value_reg): Likewise for param "insn".
6961 (replace_oldest_value_addr): Likewise.
6962 (replace_oldest_value_mem): Likewise.
6963 (apply_debug_insn_changes): Likewise for local "last_insn".
6964 (copyprop_hardreg_forward_1): Likewise for local "insn".
6965
6966 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6967
6968 * reg-stack.c (next_flags_user): Strengthen return type and param
6969 "insn" from rtx to rtx_insn *.
6970 (straighten_stack): Likewise for param "insn".
6971 (check_asm_stack_operands): Likewise.
6972 (remove_regno_note): Likewise.
6973 (emit_pop_insn): Likewise for return type, param "insn", local
6974 "pop_insn".
6975 (emit_swap_insn): Strengthen param "insn" and locals "i1", "tmp",
6976 "limit" from rtx to rtx_insn *.
6977 (swap_to_top): Likewise for param "insn".
6978 (move_for_stack_reg): Likewise.
6979 (move_nan_for_stack_reg): Likewise.
6980 (swap_rtx_condition): Likewise.
6981 (compare_for_stack_reg): Likewise.
6982 (subst_all_stack_regs_in_debug_insn): Likewise.
6983 (subst_stack_regs_pat): Likewise, and local "insn2".
6984 (subst_asm_stack_regs): Strengthen param "insn" from rtx to
6985 rtx_insn *.
6986 (subst_stack_regs): Likewise.
6987 (change_stack): Likewise.
6988 (convert_regs_1): Likewise for locals "insn", "next".
6989
6990 2014-08-22 David Malcolm <dmalcolm@redhat.com>
6991
6992 * ree.c (struct ext_cand): Strengthen field "insn" from rtx to
6993 rtx_insn *.
6994 (combine_set_extension): Likewise for param "curr_insn".
6995 (transform_ifelse): Likewise for param "def_insn".
6996 (get_defs): Likewise for param "def_insn". Strengthen param "dest"
6997 from vec<rtx> * to vec<rtx_insn *> *.
6998 (is_cond_copy_insn): Likewise for param "insn".
6999 (struct ext_state): Strengthen the four vec fields from vec<rtx>
7000 to vec<rtx_insn *>.
7001 (make_defs_and_copies_lists): Strengthen param "extend_insn" and
7002 local "def_insn" from rtx to rtx_insn *.
7003 (get_sub_rtx): Likewise for param "def_insn".
7004 (merge_def_and_ext): Likewise.
7005 (combine_reaching_defs): Likewise.
7006 (add_removable_extension): Likewise for param "insn".
7007 (find_removable_extensions): Likewise for local "insn".
7008 (find_and_remove_re): Likewise for locals "curr_insn" and
7009 "def_insn". Strengthen locals "reinsn_del_list" and
7010 "reinsn_del_list" from auto_vec<rtx> to auto_vec<rtx_insn *>.
7011
7012 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7013
7014 * recog.c (split_insn): Strengthen param "insn" and locals
7015 "first", "last" from rtx to rtx_insn *.
7016 (split_all_insns): Likewise for locals "insn", "next".
7017 (split_all_insns_noflow): Likewise.
7018
7019 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7020
7021 * rtl.h (debug_rtx_list): Strengthen param 1 "x" from const_rtx to
7022 const rtx_insn *.
7023 (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7024 (debug_rtx_find): Likewise for param 1 "x".
7025
7026 * print-rtl.c (debug_rtx_list): Strengthen param 1 "x" from
7027 const_rtx to const rtx_insn *. Likewise for local "insn".
7028 (debug_rtx_range): Likewise for params 1 and 2 "start" and "end".
7029 (debug_rtx_find): Likewise for param 1 "x".
7030 (print_rtl): Likewise for local "tmp_rtx", adding a checked cast
7031 from const_rtx to const rtx_insn * within the appropriate cases of
7032 the switch statement.
7033
7034 * config/rs6000/rs6000.c (rs6000_debug_legitimize_address):
7035 Strengthen local "insns" from rtx to rtx_insn * since this is
7036 passed to a call to debug_rtx_list.
7037
7038 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7039
7040 * predict.h (predict_insn_def): Strengthen param "insn" from rtx
7041 to rtx_insn *.
7042
7043 * function.c (stack_protect_epilogue): Add checked cast to
7044 rtx_insn for now when invoking predict_insn_def.
7045
7046 * predict.c (predict_insn): Strengthen param "insn" from rtx to
7047 rtx_insn *.
7048 (predict_insn_def): Likewise.
7049 (rtl_predict_edge): Likewise for local "last_insn".
7050 (can_predict_insn_p): Strengthen param "insn" from const_rtx to
7051 const rtx_insn *.
7052 (combine_predictions_for_insn): Strengthen param "insn" from rtx
7053 to rtx_insn *.
7054 (bb_estimate_probability_locally): Likewise for local "last_insn".
7055 (expensive_function_p): Likewise for local "insn".
7056
7057 * config/cris/cris.c (cris_emit_trap_for_misalignment): Likewise for
7058 local "jmp", since this is used when invoking predict_insn_def.
7059
7060 2014-08-22 Marek Polacek <polacek@redhat.com>
7061
7062 PR c++/62199
7063 * doc/invoke.texi: Update -Wlogical-not-parentheses description.
7064
7065 2014-08-22 Marek Polacek <polacek@redhat.com>
7066
7067 PR c/61271
7068 * ira-color.c (coalesced_pseudo_reg_slot_compare): Wrap LHS of
7069 a comparison in parens.
7070 * lra-spills.c (pseudo_reg_slot_compare): Wrap LHS of a comparison
7071 in parens.
7072
7073 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7074
7075 * rtl.h (fis_get_condition): Strengthen param "jump" from rtx to
7076 rtx_insn *.
7077
7078 * cprop.c (fis_get_condition): Likewise.
7079
7080 * postreload.c (reload_cse_regs): Likewise for param "first".
7081 (reload_cse_simplify): Likewise for param "insn".
7082 (reload_cse_regs_1): Likewise for local "insn".
7083 (reload_cse_simplify_set): Likewise for param "insn".
7084 (reload_cse_simplify_operands): Likewise.
7085 (struct reg_use): Likewise for field "insn".
7086 (reload_combine_purge_insn_uses): Likewise for param "insn".
7087 (fixup_debug_insns): Likewise for params "from", "to" and local
7088 "insn".
7089 (try_replace_in_use): Likewise for local "use_insn".
7090 (reload_combine_recognize_const_pattern): Likewise for param
7091 "insn" and locals "add_moved_after_insn", "use_insn".
7092 (reload_combine_recognize_pattern): Likewise for param "insn" and
7093 local "prev".
7094 (reload_combine): Likewise for locals "insn", "prev".
7095 (reload_combine_note_use): Likewise for param "insn".
7096 (move2add_use_add2_insn): Likewise.
7097 (move2add_use_add3_insn): Likewise.
7098 (reload_cse_move2add): Likewise, also for local "next".
7099 (move2add_note_store): Likewise for local "insn".
7100
7101 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7102
7103 * postreload-gcse.c (struct occr): Strengthen field "insn" from
7104 rtx to rtx_insn *.
7105 (struct unoccr): Likewise.
7106 (struct modifies_mem): Likewise.
7107 (alloc_mem): Likewise for local "insn".
7108 (insert_expr_in_table): Likewise for param "insn".
7109 (dump_expr_hash_table_entry): Likewise for local "insn".
7110 (oprs_unchanged_p): Likewise for param "insn".
7111 (load_killed_in_block_p): Likewise for local "setter".
7112 (record_last_reg_set_info): Likewise for param "insn".
7113 (record_last_reg_set_info_regno): Likewise.
7114 (record_last_mem_set_info): Likewise.
7115 (record_last_set_info): Likewise for local "last_set_insn".
7116 (record_opr_changes): Likewise for param "insn".
7117 (hash_scan_set): Likewise.
7118 (compute_hash_table): Likewise for local "insn".
7119 (get_avail_load_store_reg): Likewise for param "insn".
7120 (eliminate_partially_redundant_load): Likewise, also for locals
7121 "avail_insn", "next_pred_bb_end". Replace use of NULL_RTX with
7122 RTX for insns.
7123 (eliminate_partially_redundant_loads): Likewise for local "insn".
7124
7125 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7126
7127 * optabs.c (expand_doubleword_shift): Strengthen local "insn" from
7128 rtx to rtx_insn *.
7129 (expand_binop): Likewise for locals "entry_last", "last", "insns"
7130 (expand_twoval_unop): Likewise for locals entry_last", "last".
7131 (expand_twoval_binop): Likewise.
7132 (expand_twoval_binop_libfunc): Likewise for local "insns".
7133 (widen_leading): Likewise for local "last".
7134 (expand_doubleword_clz): Likewise for local "seq". Strengthen
7135 locals "hi0_label", "after_label" from rtx to rtx_code_label *.
7136 (widen_bswap): Strengthen local "last" from rtx to rtx_insn *.
7137 (expand_parity): Likewise for locals "last" and "seq".
7138 (expand_ffs): Likewise for local "seq". Strengthen local
7139 "nonzero_label" from rtx to rtx_code_label *.
7140 (expand_absneg_bit): Strengthen local "insns" from rtx to
7141 rtx_insn *.
7142 (expand_unop_direct): Likewise for local "last".
7143 (expand_unop): Likewise for locals "last", "insns".
7144 (expand_abs_nojump): Likewise for local "last".
7145 (expand_abs): Strengthen local "op1" from rtx to rtx_code_label *.
7146 (expand_one_cmpl_abs_nojump): Strengthen local "last" from rtx to
7147 rtx_insn *.
7148 (expand_copysign_absneg): Strengthen local "label" from rtx to
7149 rtx_code_label *.
7150 (expand_copysign_bit): Strengthen local "insns" from rtx to
7151 rtx_insn *.
7152 (struct no_conflict_data): Likewise for fields "first", "insn".
7153 (emit_libcall_block_1): Likewise for param "insns" and locals
7154 "next", "last", "insn".
7155 (emit_libcall_block): For now, add a checked cast to rtx_insn *
7156 on "insns" when invoking emit_libcall_block_1. Ultimately we
7157 want to strengthen insns itself.
7158 (prepare_cmp_insn): Strengthen local "last" from rtx to
7159 rtx_insn *.
7160 (emit_cmp_and_jump_insn_1): Likewise for local "insn".
7161 (prepare_float_lib_cmp): Likewise for local "insns".
7162 (emit_conditional_move): Likewise for local "last".
7163 (emit_conditional_add): Likewise.
7164 (have_sub2_insn): Likewise for local "seq".
7165 (expand_float): Likewise for local "insns". Strengthen locals
7166 "label", "neglabel" from rtx to rtx_code_label *.
7167 (expand_fix): Likewise for locals "last", "insn", "insns" (to
7168 rtx_insn *) and locals "lab1", "lab2" (to rtx_code_label *).
7169 (expand_fixed_convert): Likewise for local "insns" (to
7170 rtx_insn *).
7171 (expand_sfix_optab): Likewise for local "last".
7172 (expand_compare_and_swap_loop): Strengthen local "label" from rtx
7173 to rtx_code_label *.
7174 (maybe_emit_sync_lock_test_and_set): Strengthen local "last_insn"
7175 from rtx to rtx_insn *.
7176 (expand_atomic_fetch_op): Likewise for local "insn".
7177 (maybe_legitimize_operand_same_code): Likewise for local "last".
7178 (maybe_legitimize_operands): Likewise.
7179
7180 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7181
7182 * modulo-sched.c (struct ps_reg_move_info): Strengthen field
7183 "insn" from rtx to rtx_insn *.
7184 (ps_rtl_insn): Likewise for return type.
7185 (doloop_register_get): Likewise for params "head", "tail" and
7186 locals "insn", "first_insn_not_to_check".
7187 (schedule_reg_move): Likewise for local "this_insn".
7188 (schedule_reg_moves): Add a checked cast to rtx_insn * to result
7189 of gen_move_insn for now.
7190 (reset_sched_times): Strengthen local "insn" from rtx to
7191 rtx_insn *.
7192 (permute_partial_schedule): Likewise.
7193 (duplicate_insns_of_cycles): Likewise for local "u_insn".
7194 (dump_insn_location): Likewise for param "insn".
7195 (loop_canon_p): Likewise for local "insn".
7196 (sms_schedule): Likewise.
7197 (print_partial_schedule): Likewise.
7198 (ps_has_conflicts): Likewise.
7199
7200 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7201
7202 * sched-int.h (get_ebb_head_tail): Strengthen params "headp" and
7203 "tailp" from rtx * to rtx_insn **.
7204
7205 * ddg.c (build_intra_loop_deps): Strengthen locals head", "tail"
7206 from rtx to rtx_insn *.
7207 * haifa-sched.c (get_ebb_head_tail): Strengthen params "headp" and
7208 "tailp" from rtx * to rtx_insn **. Strengthen locals "beg_head",
7209 "beg_tail", "end_head", "end_tail", "note", "next", "prev" from
7210 rtx to rtx_insn *.
7211 * modulo-sched.c (const_iteration_count): Strengthen return type
7212 and locals "insn", "head", "tail" from rtx to rtx_insn *. Replace
7213 use of NULL_RTX with NULL when working with insns.
7214 (loop_single_full_bb_p): Strengthen locals "head", "tail" from rtx
7215 to rtx_insn *.
7216 (sms_schedule): Likewise.
7217 * sched-rgn.c (init_ready_list): Likewise, also for locals
7218 "src_head" and "src_next_tail".
7219 (compute_block_dependences): Likewise.
7220 (free_block_dependencies): Likewise.
7221 (debug_rgn_dependencies): Likewise.
7222 (free_rgn_deps): Likewise.
7223 (compute_priorities): Likewise.
7224 (schedule_region): Likewise.
7225 * sel-sched.c (find_ebb_boundaries): Likewise.
7226
7227 * config/sh/sh.c (find_insn_regmode_weight): Strengthen locals
7228 "insn", "next_tail", "head", "tail" from rtx to rtx_insn *.
7229
7230 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7231
7232 * mode-switching.c (struct seginfo): Strengthen field "insn_ptr"
7233 from rtx to rtx_insn *.
7234 (new_seginfo): Likewise for param "insn".
7235 (create_pre_exit): Likewise for locals "last_insn",
7236 "before_return_copy", "return_copy".
7237 (optimize_mode_switching): Likewise for locals "insn", "ins_pos",
7238 "mode_set".
7239
7240 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7241
7242 * lra-int.h (struct lra_insn_recog_data): Strengthen field "insn"
7243 from rtx to rtx_insn *.
7244 (lra_push_insn): Likewise for 1st param.
7245 (lra_push_insn_and_update_insn_regno_info): Likewise.
7246 (lra_pop_insn): Likewise for return type.
7247 (lra_invalidate_insn_data): Likewise for 1st param.
7248 (lra_set_insn_deleted): Likewise.
7249 (lra_delete_dead_insn): Likewise.
7250 (lra_process_new_insns): Likewise for first 3 params.
7251 (lra_set_insn_recog_data): Likewise for 1st param.
7252 (lra_update_insn_recog_data): Likewise.
7253 (lra_set_used_insn_alternative): Likewise.
7254 (lra_invalidate_insn_regno_info): Likewise.
7255 (lra_update_insn_regno_info): Likewise.
7256 (lra_former_scratch_operand_p): Likewise.
7257 (lra_eliminate_regs_1): Likewise.
7258 (lra_get_insn_recog_data): Likewise.
7259
7260 * lra-assigns.c (assign_by_spills): Strengthen local "insn" from
7261 rtx to rtx_insn *.
7262
7263 * lra-coalesce.c (move_freq_compare_func): Likewise for locals
7264 "mv1" and "mv2".
7265 (substitute_within_insn): New.
7266 (lra_coalesce): Strengthen locals "mv", "insn", "next" from rtx to
7267 rtx_insn *. Strengthen sorted_moves from rtx * to rxt_insn **.
7268 Replace call to "substitute" with call to substitute_within_insn.
7269
7270 * lra-constraints.c (curr_insn): Strengthen from rtx to
7271 rtx_insn *.
7272 (get_equiv_with_elimination): Likewise for param "insn".
7273 (match_reload): Strengthen params "before" and "after" from rtx *
7274 to rtx_insn **.
7275 (emit_spill_move): Likewise for return type. Add a checked cast
7276 to rtx_insn * on result of gen_move_insn for now.
7277 (check_and_process_move): Likewise for local "before". Replace
7278 NULL_RTX with NULL when referring to insns.
7279 (process_addr_reg): Strengthen params "before" and "after" from
7280 rtx * to rtx_insn **.
7281 (insert_move_for_subreg): Likewise.
7282 (simplify_operand_subreg): Strengthen locals "before" and "after"
7283 from rtx to rtx_insn *.
7284 (process_address_1): Strengthen params "before" and "after" from
7285 rtx * to rtx_insn **. Strengthen locals "insns", "last_insn" from
7286 rtx to rtx_insn *.
7287 (process_address): Strengthen params "before" and "after" from
7288 rtx * to rtx_insn **.
7289 (emit_inc): Strengthen local "last" from rtx to rtx_insn *.
7290 (curr_insn_transform): Strengthen locals "before" and "after"
7291 from rtx to rtx_insn *. Replace NULL_RTX with NULL when referring
7292 to insns.
7293 (loc_equivalence_callback): Update cast of "data", changing
7294 resulting type from rtx to rtx_insn *.
7295 (substitute_pseudo_within_insn): New.
7296 (inherit_reload_reg): Strengthen param "insn" from rtx to
7297 rtx_insn *; likewise for local "new_insns". Replace NULL_RTX with
7298 NULL when referring to insns. Add a checked cast to rtx_insn *
7299 when using usage_insn to invoke lra_update_insn_regno_info.
7300 (split_reg): Strengthen param "insn" from rtx to rtx_insn *;
7301 likewise for locals "restore", "save". Add checked casts to
7302 rtx_insn * when using usage_insn to invoke
7303 lra_update_insn_regno_info and lra_process_new_insns. Replace
7304 NULL_RTX with NULL when referring to insns.
7305 (split_if_necessary): Strengthen param "insn" from rtx to
7306 rtx_insn *.
7307 (update_ebb_live_info): Likewise for params "head", "tail" and local
7308 "prev_insn".
7309 (get_last_insertion_point): Likewise for return type and local "insn".
7310 (get_live_on_other_edges): Likewise for local "last".
7311 (inherit_in_ebb): Likewise for params "head", "tail" and locals
7312 "prev_insn", "next_insn", "restore".
7313 (remove_inheritance_pseudos): Likewise for local "prev_insn".
7314 (undo_optional_reloads): Likewise for local "insn".
7315
7316 * lra-eliminations.c (lra_eliminate_regs_1): Likewise for param
7317 "insn".
7318 (lra_eliminate_regs): Replace NULL_RTX with NULL when referring to
7319 insns.
7320 (eliminate_regs_in_insn): Strengthen param "insn" from rtx to
7321 rtx_insn *.
7322 (spill_pseudos): Likewise for local "insn".
7323 (init_elimination): Likewise.
7324 (process_insn_for_elimination): Likewise for param "insn".
7325
7326 * lra-lives.c (curr_insn): Likewise.;
7327
7328 * lra-spills.c (assign_spill_hard_regs): Likewise for local "insn".
7329 (remove_pseudos): Likewise for param "insn".
7330 (spill_pseudos): Likewise for local "insn".
7331 (lra_final_code_change): Likewise for locals "insn", "curr".
7332
7333 * lra.c (lra_invalidate_insn_data): Likewise for param "insn".
7334 (lra_set_insn_deleted): Likewise.
7335 (lra_delete_dead_insn): Likewise, and for local "prev".
7336 (new_insn_reg): Likewise for param "insn".
7337 (lra_set_insn_recog_data): Likewise.
7338 (lra_update_insn_recog_data): Likewise.
7339 (lra_set_used_insn_alternative): Likewise.
7340 (get_insn_freq): Likewise.
7341 (invalidate_insn_data_regno_info): Likewise.
7342 (lra_invalidate_insn_regno_info): Likewise.
7343 (lra_update_insn_regno_info): Likewise.
7344 (lra_constraint_insn_stack): Strengthen from vec<rtx> to
7345 vec<rtx_insn *>.
7346 (lra_push_insn_1): Strengthen param "insn" from rtx to
7347 rtx_insn *.
7348 (lra_push_insn): Likewise.
7349 (lra_push_insn_and_update_insn_regno_info): Likewise.
7350 (lra_pop_insn): Likewise for return type and local "insn".
7351 (push_insns): Likewise for params "from", "to", and local "insn".
7352 (setup_sp_offset): Likewise for params "from", "last" and locals
7353 "before", "insn".
7354 (lra_process_new_insns): Likewise for params "insn", "before",
7355 "after" and local "last".
7356 (struct sloc): Likewise for field "insn".
7357 (lra_former_scratch_operand_p): Likewise for param "insn".
7358 (remove_scratches): Likewise for locals "insn", "last".
7359 (check_rtl): Likewise for local "insn".
7360 (add_auto_inc_notes): Likewise for param "insn".
7361 (update_inc_notes): Likewise for local "insn".
7362 (lra): Replace NULL_RTX with NULL when referring to insn.
7363
7364 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7365
7366 * lower-subreg.c (simple_move): Strengthen param "insn" from rtx
7367 to rtx_insn *.
7368 (resolve_reg_notes): Likewise.
7369 (resolve_simple_move): Likewise for return type, param "insn", and
7370 locals "insns", "minsn".
7371 (resolve_clobber): Strengthen param "insn" from rtx to rtx_insn *.
7372 (resolve_use): Likewise.
7373 (resolve_debug): Likewise.
7374 (find_decomposable_shift_zext): Likewise.
7375 (resolve_shift_zext): Likewise for return type, param "insn", and
7376 locals "insns", "in". Eliminate use of NULL_RTX in favor of NULL.
7377 (decompose_multiword_subregs): Likewise for local "insn",
7378 "orig_insn", "decomposed_shift", "end".
7379
7380 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7381
7382 * basic-block.h (basic_block split_edge_and_insert): Strengthen
7383 param "insns" from rtx to rtx_insn *.
7384
7385 * loop-unroll.c (struct iv_to_split): Strengthen field "insn" from
7386 rtx to rtx_insn *.
7387 (struct iv_to_split): Likewise.
7388 (loop_exit_at_end_p): Likewise for local "insn".
7389 (split_edge_and_insert): Likewise for param "insns".
7390 (compare_and_jump_seq): Likewise for return type, param "cinsn",
7391 and locals "seq", "jump".
7392 (unroll_loop_runtime_iterations): Likewise for locals "init_code",
7393 "branch_code"; update invocations of compare_and_jump_seq to
7394 eliminate NULL_RTX in favor of NULL.
7395 (referenced_in_one_insn_in_loop_p): Strengthen local "insn" from
7396 rtx to rtx_insn *.
7397 (reset_debug_uses_in_loop): Likewise.
7398 (analyze_insn_to_expand_var): Likewise for param "insn".
7399 (analyze_iv_to_split_insn): Likewise.
7400 (analyze_insns_in_loop): Likewise for local "insn".
7401 (insert_base_initialization): Likewise for param
7402 "insn" and local "seq".
7403 (split_iv): Likewise for param "insn" and local "seq".
7404 (expand_var_during_unrolling): Likewise for param "insn".
7405 (insert_var_expansion_initialization): Likewise for local "seq".
7406 (combine_var_copies_in_loop_exit): Likewise.
7407 (combine_var_copies_in_loop_exit): Likewise for locals "seq" and
7408 "insn".
7409 (maybe_strip_eq_note_for_split_iv): Likewise for param "insn".
7410 (apply_opt_in_copies): Likewise for locals "insn", "orig_insn",
7411 "next".
7412
7413 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7414
7415 * cfgloop.h (iv_analyze): Strengthen param 1 "insn" from rtx to
7416 rtx_insn *.
7417 (iv_analyze_result): Likewise.
7418 (iv_analyze_expr): Likewise.
7419 (biv_p): Likewise.
7420
7421 * loop-iv.c (iv_get_reaching_def): Strengthen param "insn" and
7422 local "def_insn" from rtx to rtx_insn *.
7423 (get_biv_step_1): Likewise for local "insn".
7424 (iv_analyze_expr): Likewise for param "insn".
7425 (iv_analyze_def): Likewise for local "insn".
7426 (iv_analyze_op): Likewise for param "insn".
7427 (iv_analyze): Likewise.
7428 (iv_analyze_result): Likewise.
7429 (biv_p): Likewise.
7430 (suitable_set_for_replacement): Likewise.
7431 (simplify_using_initial_values): Likewise for local "insn".
7432 (iv_number_of_iterations): Likewise for param "insn".
7433 (check_simple_exit): Add checked cast to rtx_insn when invoking
7434 iv_number_of_iterations for now (until get_condition is
7435 strengthened).
7436
7437 * loop-unroll.c (analyze_iv_to_split_insn): Strengthen param
7438 "insn" from rtx to rtx_insn *.
7439 (analyze_insns_in_loop): Likewise for local "insn".
7440
7441 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7442
7443 * loop-invariant.c (struct use): Strengthen field "insn" from rtx
7444 to rtx_insn *.
7445 (struct invariant): Likewise.
7446 (hash_invariant_expr_1): Likewise for param "insn".
7447 (invariant_expr_equal_p): Likewise for param "insn1", "insn2".
7448 (find_exits): Likewise for local "insn".
7449 (create_new_invariant): Likewise for param "insn".
7450 (check_dependencies): Likewise.
7451 (find_invariant_insn): Likewise.
7452 (record_uses): Likewise.
7453 (find_invariants_insn): Likewise.
7454 (find_invariants_bb): Likewise for local "insn".
7455 (get_pressure_class_and_nregs): Likewise for param "insn".
7456 (calculate_loop_reg_pressure): Likewise for local "insn".
7457
7458 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7459
7460 * loop-doloop.c (doloop_valid_p): Strengthen local "insn" from rtx
7461 to rtx_insn *.
7462 (add_test): Likewise for locals "seq", "jump".
7463 (doloop_modify): Likewise for locals "sequence", "jump_insn".
7464
7465 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7466
7467 * rtl.h (rebuild_jump_labels): Strengthen param "f" from rtx to
7468 rtx_insn *.
7469 (rebuild_jump_labels_chain): Likewise for param "chain".
7470
7471 * cfgexpand.c (pass_expand::execute): Add checked cast to
7472 rtx_insn * when calling rebuild_jump_labels_chain in region where
7473 we know e->insns.r is non-NULL.
7474
7475 * jump.c (rebuild_jump_labels_1): Strengthen param "f" from rtx to
7476 rtx_insn *.
7477 (rebuild_jump_labels): Likewise.
7478 (rebuild_jump_labels_chain): Likewise for param "chain".
7479 (cleanup_barriers): Likewise for locals "insn", "next", "prev".
7480 (init_label_info): Likewise for param "f".
7481 (maybe_propagate_label_ref): Likewise for params "jump_insn",
7482 "prev_nonjump_insn".
7483 (mark_all_labels): Likewise for param "f" and locals "insn",
7484 "prev_nonjump_insn".
7485
7486 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7487
7488 * ira-int.h (struct ira_allocno_copy): Strengthen field "insn"
7489 from rtx to rtx_insn *insn.
7490 (ira_create_copy): Strengthen param "insn" from rtx to rtx_insn *.
7491 (ira_add_allocno_copy): Likewise.
7492 * ira-build.c (find_allocno_copy): Strengthen param "insn" from
7493 rtx to rtx_insn *.
7494 (ira_create_copy): Likewise.
7495 (ira_add_allocno_copy): Likewise.
7496 (create_bb_allocnos): Likewise for local "insn".
7497 * ira-conflicts.c (process_regs_for_copy): Likewise for param "insn".
7498 (process_reg_shuffles): Update NULL_RTX to NULL in invocation of
7499 process_regs_for_copy for rtx_insn * param.
7500 (add_insn_allocno_copies): Strengthen param "insn" from rtx to
7501 rtx_insn *insn. Update NULL_RTX to NULL in invocation of
7502 process_regs_for_copy for rtx_insn * param.
7503 (add_copies): Strengthen local "insn" from rtx to rtx_insn *insn.
7504 * ira-costs.c (record_reg_classes): Likewise for param "insn".
7505 (record_operand_costs): Likewise.
7506 (scan_one_insn): Likewise for return type, and for param "insn".
7507 (process_bb_for_costs): Likewise for local "insn".
7508 (process_bb_node_for_hard_reg_moves): Likewise.
7509 * ira-emit.c (struct move): Likewise for field "insn".
7510 (create_move): Eliminate use of NULL_RTX when dealing with an
7511 rtx_insn *.
7512 (emit_move_list): Strengthen return type and locals "result",
7513 "insn" from rtx to rtx_insn *insn.
7514 (emit_moves): Likewise for locals "insns", "tmp".
7515 (ira_emit): Likewise for local "insn".
7516 * ira-lives.c (mark_hard_reg_early_clobbers): Likewise for param
7517 "insn".
7518 (find_call_crossed_cheap_reg): Likewise.
7519 (process_bb_node_lives): Likewise for local "insn".
7520 * ira.c (decrease_live_ranges_number): Likewise.
7521 (compute_regs_asm_clobbered): Likewise.
7522 (build_insn_chain): Likewise.
7523 (find_moveable_pseudos): Likewise, also locals "def_insn",
7524 "use_insn", "x". Also strengthen local "closest_uses" from rtx *
7525 to rtx_insn **. Add a checked cast when assigning from
7526 "closest_use" into closest_uses array in a region where we know
7527 it's a non-NULL insn.
7528 (interesting_dest_for_shprep): Strengthen param "insn" from rtx
7529 to rtx_insn *.
7530 (split_live_ranges_for_shrink_wrap): Likewise for locals "insn",
7531 "last_interesting_insn", "uin".
7532 (move_unallocated_pseudos): Likewise for locals "def_insn",
7533 "move_insn", "newinsn".
7534
7535 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7536
7537 * internal-fn.c (ubsan_expand_si_overflow_addsub_check):
7538 Strengthen locals "done_label", "do_error" from rtx to
7539 rtx_code_label *.
7540 (ubsan_expand_si_overflow_addsub_check): Strengthen local "last"
7541 from rtx to rtx_insn *. Strengthen local "sub_check from rtx to
7542 rtx_code_label *.
7543 (ubsan_expand_si_overflow_neg_check): Likewise for locals
7544 "done_label", "do_error" to rtx_code_label * and local "last" to
7545 rtx_insn *.
7546 (ubsan_expand_si_overflow_mul_check): Likewise for locals
7547 "done_label", "do_error", "large_op0", "small_op0_large_op1",
7548 "one_small_one_large", "both_ops_large", "after_hipart_neg",
7549 "after_lopart_neg", "do_overflow", "hipart_different" to
7550 rtx_code_label * and local "last" to rtx_insn *.
7551
7552 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7553
7554 * init-regs.c (initialize_uninitialized_regs): Strengthen locals
7555 "insn" and "move_insn" from rtx to rtx_insn *.
7556
7557 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7558
7559 * ifcvt.c (count_bb_insns): Strengthen local "insn" from rtx to
7560 rtx_insn *.
7561 (cheap_bb_rtx_cost_p): Likewise.
7562 (first_active_insn): Likewise for return type and local "insn".
7563 (last_active_insn): Likewise for return type and locals "insn",
7564 "head".
7565 (struct noce_if_info): Likewise for fields "jump", "insn_a",
7566 "insn_b".
7567 (end_ifcvt_sequence): Likewise for return type and locals "insn",
7568 "seq".
7569 (noce_try_move): Likewise for local "seq".
7570 (noce_try_store_flag): Likewise.
7571 (noce_try_store_flag_constants): Likewise.
7572 (noce_try_addcc): Likewise.
7573 (noce_try_store_flag_mask): Likewise.
7574 (noce_try_cmove): Likewise.
7575 (noce_try_minmax): Likewise.
7576 (noce_try_abs): Likewise.
7577 (noce_try_sign_mask): Likewise.
7578 (noce_try_bitop): Likewise.
7579 (noce_can_store_speculate_p): Likewise for local "insn".
7580 (noce_process_if_block): Likewise for locals "insn_a", "insn_b",
7581 seq".
7582 (check_cond_move_block): Likewise for local "insn".
7583 (cond_move_convert_if_block): Likewise.
7584 (cond_move_process_if_block): Likewise for locals "seq",
7585 "loc_insn".
7586 (noce_find_if_block): Likewise for local "jump".
7587 (merge_if_block): Likewise for local "last".
7588 (block_jumps_and_fallthru_p): Likewise for locals "insn", "end".
7589 (find_cond_trap): Likewise for locals "trap", "jump", "newjump".
7590 (block_has_only_trap): Likewise for return type and local "trap".
7591 (find_if_case_1): Likewise for local "jump".
7592 (dead_or_predicable): Likewise for locals "head", "end", "jump",
7593 "insn".
7594
7595 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7596
7597 * hw-doloop.h (struct hwloop_info_d): Strengthen fields
7598 "last_insn", "loop_end" from rtx to rtx_insn *.
7599
7600 * hw-doloop.c (scan_loop): Likewise for local "insn".
7601 (discover_loop): Likewise for param "tail_insn".
7602 (discover_loops): Likewise for local "tail".
7603
7604 * config/bfin/bfin.c (hwloop_optimize): For now, add a checked
7605 cast to rtx_insn * when assigning from an rtx local to a
7606 hwloop_info's "last_insn" field.
7607
7608 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7609
7610 * haifa-sched.c (bb_header): Strengthen from rtx * to rtx_insn **.
7611 (add_delay_dependencies): Strengthen local "pro" from rtx to
7612 rtx_insn *.
7613 (recompute_todo_spec): Likewise.
7614 (dep_cost_1): Likewise for locals "insn", "used".
7615 (schedule_insn): Likewise for local "dbg".
7616 (schedule_insn): Likewise for locals "pro", "next".
7617 (unschedule_insns_until): Likewise for local "con".
7618 (restore_pattern): Likewise for local "next".
7619 (estimate_insn_tick): Likewise for local "pro".
7620 (resolve_dependencies): Likewise for local "next".
7621 (fix_inter_tick): Likewise.
7622 (fix_tick_ready): Likewise for local "pro".
7623 (add_to_speculative_block): Likewise for locals "check", "twin",
7624 "pro".
7625 (sched_extend_bb): Likewise for locals "end", "insn".
7626 (init_before_recovery): Likewise for local "x".
7627 (sched_create_recovery_block): Likewise for local "barrier".
7628 (create_check_block_twin): Likewise for local "pro".
7629 (fix_recovery_deps): Likewise for locals "note", "insn", "jump",
7630 "consumer".
7631 (unlink_bb_notes): Update for change to type of bb_header.
7632 Strengthen locals "prev", "label", "note", "next" from rtx to
7633 rtx_insn *.
7634 (clear_priorities): Likewise for local "pro".
7635
7636 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7637
7638 * gcse.c (struct occr): Strengthen field "insn" from rtx to
7639 rtx_insn *.
7640 (test_insn): Likewise for this global.
7641 (oprs_unchanged_p): Strengthen param "insn" from const_rtx to
7642 const rtx_insn *.
7643 (oprs_anticipatable_p): Likewise.
7644 (oprs_available_p): Likewise.
7645 (insert_expr_in_table): Strengthen param "insn" from rtx to
7646 rtx_insn *.
7647 (hash_scan_set): Likewise.
7648 (hash_scan_clobber): Likewise.
7649 (hash_scan_call): Likewise.
7650 (hash_scan_insn): Likewise.
7651 (compute_hash_table_work): Likewise for local "insn".
7652 (process_insert_insn): Likewise for return type and local "pat".
7653 (insert_insn_end_basic_block): Likewise for locals "new_insn",
7654 "pat", "pat_end", "maybe_cc0_setter".
7655 (pre_edge_insert): Likewise for local "insn".
7656 (pre_insert_copy_insn): Likewise for param "insn".
7657 (pre_insert_copies): Likewise for local "insn".
7658 (struct set_data): Likewise for field "insn".
7659 (single_set_gcse): Likewise for param "insn".
7660 (gcse_emit_move_after): Likewise.
7661 (pre_delete): Likewise for local "insn".
7662 (update_bb_reg_pressure): Likewise for param "from" and local
7663 "insn".
7664 (should_hoist_expr_to_dom): Likewise for param "from".
7665 (hoist_code): Likewise for local "insn".
7666 (get_pressure_class_and_nregs): Likewise for param "insn".
7667 (calculate_bb_reg_pressure): Likewise for local "insn".
7668 (compute_ld_motion_mems): Likewise.
7669
7670 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7671
7672 * genpeep.c (main): Rename param back from "uncast_ins1" to
7673 "ins1", strengthening from rtx to rtx_insn *. Drop now-redundant
7674 checked cast.
7675
7676 * output.h (peephole): Strengthen param from rtx to rtx_insn *.
7677
7678 2014-08-22 Michael Meissner <meissner@linux.vnet.ibm.com>
7679
7680 PR target/62195
7681 * doc/md.texi (Machine Constraints): Update PowerPC wi constraint
7682 documentation to state it is only for VSX operations.
7683
7684 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Make wi
7685 constraint only active if VSX.
7686
7687 * config/rs6000/rs6000.md (lfiwax): Use wj constraint instead of
7688 wi cosntraint for ISA 2.07 lxsiwax/lxsiwzx instructions.
7689 (lfiwzx): Likewise.
7690
7691 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7692
7693 * fwprop.c (single_def_use_dom_walker::before_dom_children):
7694 Strengthen local "insn" from rtx to rtx_insn *.
7695 (use_killed_between): Likewise for param "target_insn".
7696 (all_uses_available_at): Likewise for param "target_insn" and
7697 local "next".
7698 (update_df_init): Likewise for params "def_insn", "insn".
7699 (update_df): Likewise for param "insn".
7700 (try_fwprop_subst): Likewise for param "def_insn" and local
7701 "insn".
7702 (free_load_extend): Likewise for param "insn".
7703 (forward_propagate_subreg): Likewise for param "def_insn" and
7704 local "use_insn".
7705 (forward_propagate_asm): Likewise for param "def_insn" and local
7706 "use_insn".
7707 (forward_propagate_and_simplify): Likewise for param "def_insn"
7708 and local "use_insn".
7709 (forward_propagate_into): Likewise for locals "def_insn" and
7710 "use_insn".
7711
7712 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7713
7714 * function.c (emit_initial_value_sets): Strengthen local "seq"
7715 from rtx to rtx_insn *.
7716 (instantiate_virtual_regs_in_insn): Likewise for param "insn" and
7717 local "seq".
7718 (instantiate_virtual_regs): Likewise for local "insn".
7719 (assign_parm_setup_reg): Likewise for locals "linsn", "sinsn".
7720 (reorder_blocks_1): Likewise for param "insns" and local "insn".
7721 (expand_function_end): Likewise for locals "insn" and "seq".
7722 (epilogue_done): Likewise for local "insn".
7723 (thread_prologue_and_epilogue_insns): Likewise for locals "prev",
7724 "last", "trial".
7725 (reposition_prologue_and_epilogue_notes): Likewise for locals
7726 "insn", "last", "note", "first".
7727 (match_asm_constraints_1): Likewise for param "insn" and local "insns".
7728 (pass_match_asm_constraints::execute): Likewise for local "insn".
7729
7730 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7731
7732 * output.h (final_scan_insn): Strengthen return type from rtx to
7733 rtx_insn *.
7734 (final_forward_branch_p): Likewise for param.
7735 (current_output_insn): Likewise for this global.
7736
7737 * final.c (rtx debug_insn): Likewise for this variable.
7738 (current_output_insn): Likewise.
7739 (get_attr_length_1): Rename param "insn" to "uncast_insn",
7740 adding "insn" back in as an rtx_insn * with a checked cast, so
7741 that macro ADJUST_INSN_LENGTH can be passed an rtx_insn * as the
7742 first param.
7743 (compute_alignments): Strengthen local "label" from rtx to
7744 rtx_insn *.
7745 (shorten_branches): Rename param from "first" to "uncast_first",
7746 introducing a new local rtx_insn * "first" using a checked cast to
7747 effectively strengthen "first" from rtx to rtx_insn * without
7748 affecting the type signature. Strengthen locals "insn", "seq",
7749 "next", "label" from rtx to rtx_insn *.
7750 (change_scope): Strengthen param "orig_insn" and local "insn" from
7751 rtx to rtx_insn *.
7752 (final_start_function): Rename param from "first" to "uncast_first",
7753 introducing a new local rtx_insn * "first" using a checked cast to
7754 effectively strengthen "first" from rtx to rtx_insn * without
7755 affecting the type signature. Strengthen local "insn" from rtx to
7756 rtx_insn *.
7757 (dump_basic_block_info): Strengthen param "insn" from rtx to
7758 rtx_insn *.
7759 (final): Rename param from "first" to "uncast_first",
7760 introducing a new local rtx_insn * "first" using a checked cast to
7761 effectively strengthen "first" from rtx to rtx_insn * without
7762 affecting the type signature. Strengthen locals "insn", "next"
7763 from rtx to rtx_insn *.
7764 (output_alternate_entry_point): Strengthen param "insn" from rtx to
7765 rtx_insn *.
7766 (call_from_call_insn): Strengthen param "insn" from rtx to
7767 rtx_call_insn *.
7768 (final_scan_insn): Rename param from "insn" to "uncast_insn",
7769 introducing a new local rtx_insn * "insn" using a checked cast to
7770 effectively strengthen "insn" from rtx to rtx_insn * without
7771 affecting the type signature. Strengthen return type and locals
7772 "next", "note", "prev", "new_rtx" from rtx to rtx_insn *. Remove
7773 now-redundant checked cast to rtx_insn * from both invocations of
7774 debug_hooks->var_location. Convert CALL_P into a dyn_cast,
7775 introducing a local "call_insn" for use when invoking
7776 call_from_call_insn.
7777 (notice_source_line): Strengthen param "insn" from rtx to
7778 rtx_insn *.
7779 (leaf_function_p): Likewise for local "insn".
7780 (final_forward_branch_p): Likewise.
7781 (leaf_renumber_regs): Likewise for param "first".
7782 (rest_of_clean_state): Likewise for locals "insn" and "next".
7783 (self_recursive_call_p): Likewise for param "insn".
7784 (collect_fn_hard_reg_usage): Likewise for local "insn".
7785 (get_call_fndecl): Likewise for param "insn".
7786 (get_call_cgraph_rtl_info): Likewise.
7787 (get_call_reg_set_usage): Rename param from "insn" to "uncast_insn",
7788 introducing a new local rtx_insn * "insn" using a checked cast to
7789 effectively strengthen "insn" from rtx to rtx_insn * without
7790 affecting the type signature.
7791
7792 * config/arc/arc.c (arc_final_prescan_insn): For now, add checked
7793 cast when assigning from param "insn" to current_output_insn.
7794 (arc_pad_return): Strengthen local "insn" from rtx to rtx_insn *
7795 so that we can assign it back to current_output_insn.
7796
7797 2014-08-20 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
7798
7799 * config/avr/avr-mcus.def: Remove atmega26hvg, atmega64rfa2,
7800 atmega48hvf, atxmega32x1, atmxt224, atmxt224e, atmxt336s,
7801 atmxt540s and atmxt540sreva devices.
7802 * config/avr/avr-tables.opt: Regenerate.
7803 * config/avr/t-multilib: Regenerate.
7804 * doc/avr-mmcu.texi: Regenerate.
7805
7806 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7807
7808 * expr.c (convert_move): Strengthen local "insns" from rtx to
7809 rtx_insn *.
7810 (emit_block_move_via_loop): Strengthen locals "cmp_label" and
7811 "top_label" from rtx to rtx_code_label *.
7812 (move_block_to_reg): Strengthen local "insn", "last" from rtx to
7813 rtx_insn *.
7814 (emit_single_push_insn): Likewise for locals "prev", "last".
7815 (store_expr): Strengthen locals "lab1", "lab2", "label" from rtx
7816 to rtx_code_label *.
7817 (store_constructor): Likewise for locals "loop_start", "loop_end".
7818 (expand_cond_expr_using_cmove): Strengthen local "seq" from rtx to
7819 rtx_insn *.
7820 (expand_expr_real_2): Likewise.
7821 (expand_expr_real_1): Strengthen local "label" from rtx to
7822 rtx_code_label *.
7823
7824 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7825
7826 * expmed.c (store_bit_field_using_insv): Strengthen local "last"
7827 from rtx to rtx_insn *.
7828 (store_bit_field_1): Likewise.
7829 (extract_bit_field_1): Likewise.
7830 (expand_mult_const): Likewise for local "insns".
7831 (expmed_mult_highpart): Strengthen local "label" from rtx to
7832 rtx_code_label *.
7833 (expand_smod_pow2): Likewise.
7834 (expand_sdiv_pow2): Likewise.
7835 (expand_divmod): Strengthen locals "last", "insn" from rtx to
7836 rtx_insn *. Strengthen locals "label", "label1", "label2",
7837 "label3", "label4", "label5", "lab" from rtx to rtx_code_label *.
7838 (emit_cstore): Strengthen local "last" from rtx to rtx_insn *.
7839 (emit_store_flag): Likewise.
7840 (emit_store_flag_force): Strengthen local "label" from rtx to
7841 rtx_code_label *.
7842 (do_cmp_and_jump): Likewise for param "label".
7843
7844 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7845
7846 * explow.c (force_reg): Strengthen local "insn" from rtx to
7847 rtx_insn *.
7848 (adjust_stack_1): Likewise.
7849 (allocate_dynamic_stack_space): Likewise. Strengthen locals
7850 "final_label", "available_label", "space_available" from rtx to
7851 rtx_code_label *.
7852 (probe_stack_range): Likewise for locals "loop_lab", "end_lab".
7853 (anti_adjust_stack_and_probe): Likewise.
7854
7855 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7856
7857 * except.h (sjlj_emit_function_exit_after): Strengthen param
7858 "after" from rtx to rtx_insn *. This is only called with
7859 result of get_last_insn (in function.c) so type-change should be
7860 self-contained.
7861
7862 * function.h (struct rtl_eh): Strengthen field "ehr_label" from
7863 rtx to rtx_code_label *, and field "sjlj_exit_after" from rtx
7864 to rtx_insn *. These fields are only used from except.c so this
7865 type-change should be self-contained to this patch.
7866
7867 * except.c (emit_to_new_bb_before): Strengthen param "seq" and
7868 local "last" from rtx to rtx_insn *.
7869 (dw2_build_landing_pads): Likewise for local "seq".
7870 (sjlj_mark_call_sites): Likewise for locals "insn", "before", p".
7871 (sjlj_emit_function_enter): Strengthen param "dispatch_label" from
7872 rtx to rtx_code_label *. Strengthen locals "fn_begin", "seq" from
7873 rtx to rtx_insn *.
7874 (sjlj_emit_function_exit_after): Strengthen param "after" from rtx
7875 to rtx_insn *.
7876 (sjlj_emit_function_exit): Likewise for locals "seq", "insn".
7877 (sjlj_emit_dispatch_table): Likewise for locals "seq", "seq2".
7878 (sjlj_build_landing_pads): Replace NULL_RTX with NULL when
7879 referring to an insn. Strengthen local "dispatch_label" from
7880 rtx to rtx_code_label *.
7881 (set_nothrow_function_flags): Strengthen local "insn" from rtx to
7882 rtx_insn *.
7883 (expand_eh_return): Strengthen local "around_label" from
7884 rtx to rtx_code_label *.
7885 (convert_to_eh_region_ranges): Strengthen locals "iter",
7886 "last_action_insn", "first_no_action_insn",
7887 "first_no_action_insn_before_switch",
7888 "last_no_action_insn_before_switch", from rtx to rtx_insn *.
7889
7890 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7891
7892 * dwarf2out.c (last_var_location_insn): Strengthen this variable
7893 from rtx to rtx_insn *.
7894 (cached_next_real_insn): Likewise.
7895 (dwarf2out_end_epilogue): Replace use of NULL_RTX with NULL when
7896 working with insns.
7897 (dwarf2out_var_location): Strengthen locals "next_real",
7898 "next_note", "expected_next_loc_note", "last_start", "insn" from
7899 rtx to rtx_insn *.
7900
7901 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7902
7903 * dwarf2cfi.c (add_cfis_to_fde): Strengthen locals "insn", "next"
7904 from rtx to rtx_insn *.
7905 (create_pseudo_cfg): Likewise for local "insn".
7906
7907 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7908
7909 * df-core.c (df_bb_regno_first_def_find): Strengthen local "insn"
7910 from rtx to rtx_insn *.
7911 (df_bb_regno_last_def_find): Likewise.
7912
7913 * df-problems.c (df_rd_bb_local_compute): Likewise.
7914 (df_lr_bb_local_compute): Likewise.
7915 (df_live_bb_local_compute): Likewise.
7916 (df_chain_remove_problem): Likewise.
7917 (df_chain_create_bb): Likewise.
7918 (df_word_lr_bb_local_compute): Likewise.
7919 (df_remove_dead_eq_notes): Likewise for param "insn".
7920 (df_note_bb_compute): Likewise for local "insn".
7921 (simulate_backwards_to_point): Likewise.
7922 (df_md_bb_local_compute): Likewise.
7923
7924 * df-scan.c (df_scan_free_bb_info): Likewise.
7925 (df_scan_start_dump): Likewise.
7926 (df_scan_start_block): Likewise.
7927 (df_install_ref_incremental): Likewise for local "insn".
7928 (df_insn_rescan_all): Likewise.
7929 (df_reorganize_refs_by_reg_by_insn): Likewise.
7930 (df_reorganize_refs_by_insn_bb): Likewise.
7931 (df_recompute_luids): Likewise.
7932 (df_bb_refs_record): Likewise.
7933 (df_update_entry_exit_and_calls): Likewise.
7934 (df_bb_verify): Likewise.
7935
7936 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7937
7938 * ddg.h (struct ddg_node): Strengthen fields "insn" and
7939 "first_note" from rtx to rtx_insn *.
7940 (get_node_of_insn): Likewise for param 2 "insn".
7941 (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
7942
7943 * ddg.c (mem_read_insn_p): Strengthen param "insn" from rtx to
7944 rtx_insn *.
7945 (mem_write_insn_p): Likewise.
7946 (mem_access_insn_p): Likewise.
7947 (autoinc_var_is_used_p): Likewise for params "def_insn" and "use_insn".
7948 (def_has_ccmode_p): Likewise for param "insn".
7949 (add_cross_iteration_register_deps): Likewise for locals
7950 "def_insn" and "use_insn".
7951 (insns_may_alias_p): Likewise for params "insn1" and "insn2".
7952 (build_intra_loop_deps): Likewise for local "src_insn".
7953 (create_ddg): Strengthen locals "insn" and "first_note" from rtx
7954 to rtx_insn *.
7955 (get_node_of_insn): Likewise for param "insn".
7956
7957 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7958
7959 * dce.c (worklist): Strengthen from vec<rtx> to vec<rtx_insn *>.
7960 (deletable_insn_p): Strengthen param "insn" from rtx to
7961 rtx_insn *. Add checked cast to rtx_call_insn when invoking
7962 find_call_stack_args, since this is guarded by CALL_P (insn).
7963 (marked_insn_p): Strengthen param "insn" from rtx to
7964 rtx_insn *.
7965 (mark_insn): Likewise. Add checked cast to rtx_call_insn when
7966 invoking find_call_stack_args, since this is guarded by
7967 CALL_P (insn).
7968 (mark_nonreg_stores_1): Strengthen cast of "data" from rtx to
7969 rtx_insn *; we know this is an insn since this was called by
7970 mark_nonreg_stores.
7971 (mark_nonreg_stores_2): Likewise.
7972 (mark_nonreg_stores): Strengthen param "insn" from rtx to
7973 rtx_insn *.
7974 (find_call_stack_args): Strengthen param "call_insn" from rtx to
7975 rtx_call_insn *; strengthen locals "insn" and "prev_insn" from rtx
7976 to rtx_insn *.
7977 (remove_reg_equal_equiv_notes_for_defs): Strengthen param "insn"
7978 from rtx to rtx_insn *.
7979 (reset_unmarked_insns_debug_uses): Likewise for locals "insn",
7980 "next", "ref_insn".
7981 (delete_unmarked_insns): Likewise for locals "insn", "next".
7982 (prescan_insns_for_dce): Likewise for locals "insn", "prev".
7983 (mark_reg_dependencies): Likewise for param "insn".
7984 (rest_of_handle_ud_dce): Likewise for local "insn".
7985 (word_dce_process_block): Likewise.
7986 (dce_process_block): Likewise.
7987
7988 2014-08-22 David Malcolm <dmalcolm@redhat.com>
7989
7990 * cse.c (struct qty_table_elem): Strengthen field "const_insn"
7991 from rtx to rtx_insn *.
7992 (struct change_cc_mode_args): Likewise for field "insn".
7993 (this_insn): Strengthen from rtx to rtx_insn *.
7994 (make_new_qty): Replace use of NULL_RTX with NULL when dealing
7995 with insn.
7996 (validate_canon_reg): Strengthen param "insn" from rtx to
7997 rtx_insn *.
7998 (canon_reg): Likewise.
7999 (fold_rtx): Likewise. Replace use of NULL_RTX with NULL when
8000 dealing with insn.
8001 (record_jump_equiv): Strengthen param "insn" from rtx to
8002 rtx_insn *.
8003 (try_back_substitute_reg): Likewise, also for locals "prev",
8004 "bb_head".
8005 (find_sets_in_insn): Likewise for param "insn".
8006 (canonicalize_insn): Likewise.
8007 (cse_insn): Likewise. Add a checked cast.
8008 (invalidate_from_clobbers): Likewise for param "insn".
8009 (invalidate_from_sets_and_clobbers): Likewise.
8010 (cse_process_notes_1): Replace use of NULL_RTX with NULL when
8011 dealing with insn.
8012 (cse_prescan_path): Strengthen local "insn" from rtx to
8013 rtx_insn *.
8014 (cse_extended_basic_block): Likewise for locals "insn" and
8015 "prev_insn".
8016 (cse_main): Likewise for param "f".
8017 (check_for_label_ref): Likewise for local "insn".
8018 (set_live_p): Likewise for second param ("insn").
8019 (insn_live_p): Likewise for first param ("insn") and for local
8020 "next".
8021 (cse_change_cc_mode_insn): Likewise for first param "insn".
8022 (cse_change_cc_mode_insns): Likewise for first and second params
8023 "start" and "end".
8024 (cse_cc_succs): Likewise for locals "insns", "last_insns", "insn"
8025 and "end".
8026 (cse_condition_code_reg): Likewise for locals "last_insn", "insn",
8027 "cc_src_insn".
8028
8029 2014-08-22 Alexander Ivchenko <alexander.ivchenko@intel.com>
8030 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
8031 Anna Tikhonova <anna.tikhonova@intel.com>
8032 Ilya Tocar <ilya.tocar@intel.com>
8033 Andrey Turetskiy <andrey.turetskiy@intel.com>
8034 Ilya Verbin <ilya.verbin@intel.com>
8035 Kirill Yukhin <kirill.yukhin@intel.com>
8036 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
8037
8038 * config/i386/subst.md (define_subst_attr "mask_avx512bw_condition"):
8039 New.
8040 * config/i386/sse.md
8041 (define_mode_iterator VI248_AVX2): Delete.
8042 (define_mode_iterator VI2_AVX2_AVX512BW): New.
8043 (define_mode_iterator VI48_AVX2): Ditto.
8044 (define_insn <shift_insn><mode>3): Delete.
8045 (define_insn "<shift_insn><mode>3<mask_name>" with
8046 VI2_AVX2_AVX512BW): New.
8047 (define_insn "<shift_insn><mode>3<mask_name>" with
8048 VI48_AVX2): Ditto.
8049
8050 2014-08-22 Alexander Ivchenko <alexander.ivchenko@intel.com>
8051 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
8052 Anna Tikhonova <anna.tikhonova@intel.com>
8053 Ilya Tocar <ilya.tocar@intel.com>
8054 Andrey Turetskiy <andrey.turetskiy@intel.com>
8055 Ilya Verbin <ilya.verbin@intel.com>
8056 Kirill Yukhin <kirill.yukhin@intel.com>
8057 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
8058
8059 * config/i386/sse.md
8060 (define_mode_iterator VI4F_BRCST32x2): New.
8061 (define_mode_attr 64x2_mode): Ditto.
8062 (define_mode_attr 32x2mode): Ditto.
8063 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"
8064 with VI4F_BRCST32x2): Ditto.
8065 (define_insn "<mask_codefor>avx512vl_broadcast<mode><mask_name>_1"
8066 with V16FI mode iterator): Ditto.
8067 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8068 with V16FI): Ditto.
8069 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>_1"
8070 with VI8F_BRCST64x2): Ditto.
8071
8072 2014-08-22 Alexander Ivchenko <alexander.ivchenko@intel.com>
8073 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
8074 Anna Tikhonova <anna.tikhonova@intel.com>
8075 Ilya Tocar <ilya.tocar@intel.com>
8076 Andrey Turetskiy <andrey.turetskiy@intel.com>
8077 Ilya Verbin <ilya.verbin@intel.com>
8078 Kirill Yukhin <kirill.yukhin@intel.com>
8079 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
8080
8081 * config/i386/sse.md
8082 (define_mode_iterator VI8_AVX512VL): New.
8083 (define_insn "avx512cd_maskb_vec_dup<mode>"): Macroize.
8084
8085 2014-08-22 Kirill Yukhin <kirill.yukhin@intel.com>
8086
8087 * gcc/config/i386/sse.md (define_mode_iterator V_AVX512VL): Delete.
8088 (define_mode_iterator V48_AVX512VL): New.
8089 (define_mode_iterator V12_AVX512VL): Ditto.
8090 (define_insn <avx512>_load<mode>_mask): Split into two similar
8091 patterns which use different mode iterators: V48_AVX512VL V12_AVX512VL.
8092 Refactor output template.
8093 (define_insn "<avx512>_store<mode>_mask"): Ditto.
8094
8095 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8096
8097 * cprop.c (struct occr): Strengthen field "insn" from rtx to
8098 rtx_insn *.
8099 (reg_available_p): Likewise for param "insn".
8100 (insert_set_in_table): Likewise.
8101 (hash_scan_set): Likewise.
8102 (hash_scan_insn): Likewise.
8103 (make_set_regs_unavailable): Likewise.
8104 (compute_hash_table_work): Likewise for local "insn".
8105 (reg_not_set_p): Strengthen param "insn" from const_rtx to
8106 const rtx_insn *.
8107 (mark_oprs_set): Strengthen param "insn" from rtx to rtx_insn *.
8108 (try_replace_reg): Likewise.
8109 (find_avail_set): Likewise.
8110 (cprop_jump): Likewise for params "setcc", "jump".
8111 (constprop_register): Likewise for param "insn".
8112 (cprop_insn): Likewise.
8113 (do_local_cprop): Likewise.
8114 (local_cprop_pass): Likewise for local "insn".
8115 (bypass_block): Likewise for params "setcc" and "jump".
8116 (bypass_conditional_jumps): Likewise for locals "setcc" and
8117 "insn".
8118 (one_cprop_pass): Likewise for local "insn".
8119
8120 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8121
8122 * compare-elim.c (struct comparison_use): Strengthen field "insn"
8123 from rtx to rtx_insn *.
8124 (struct comparison): Likewise, also for field "prev_clobber".
8125 (conforming_compare): Likewise for param "insn".
8126 (arithmetic_flags_clobber_p): Likewise.
8127 (find_flags_uses_in_insn): Likewise.
8128 (find_comparison_dom_walker::before_dom_children): Likewise for
8129 locals "insn", "next", "last_clobber".
8130 (try_eliminate_compare): Likewise for locals "insn", "bb_head".
8131
8132 2014-08-22 David Malcolm <dmalcolm@redhat.com>
8133
8134 * combine-stack-adj.c (struct csa_reflist): Strengthen field
8135 "insn" from rtx to rtx_insn *.
8136 (single_set_for_csa): Likewise for param "insn".
8137 (record_one_stack_ref): Likewise.
8138 (try_apply_stack_adjustment): Likewise.
8139 (struct record_stack_refs_data): Likewise for field "insn".
8140 (maybe_move_args_size_note): Likewise for params "last" and "insn".
8141 (prev_active_insn_bb): Likewise for return type and param "insn".
8142 (next_active_insn_bb): Likewise.
8143 (force_move_args_size_note): Likewise for params "prev" and "last"
8144 and locals "test", "next_candidate", "prev_candidate".
8145 (combine_stack_adjustments_for_block): Strengthen locals
8146 "last_sp_set", "last2_sp_set", "insn", "next" from rtx to
8147 rtx_insn *.
8148
8149 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8150
8151 * combine.c (i2mod): Strengthen this variable from rtx to rtx_insn *.
8152 (struct reg_stat_struct): Likewise for fields "last_death", "last_set".
8153 (subst_insn): Likewise for this variable.
8154 (added_links_insn): Likewise.
8155 (struct insn_link): Likewise for field "insn".
8156 (alloc_insn_link): Likewise for param "insn".
8157 (struct undobuf): Likewise for field "other_insn".
8158 (find_single_use): Likewise for param "insn" and local "next".
8159 (combine_validate_cost): Likewise for params "i0", "i1", "i2", "i3".
8160 (delete_noop_moves): Likewise for locals "insn", "next".
8161 (create_log_links): Likewise for locals "insn", "use_insn".
8162 Strengthen local "next_use" from rtx * to rtx_insn **.
8163 (insn_a_feeds_b): Likewise for params "a", "b".
8164 (combine_instructions): Likewise for param "f" and locals "insn",
8165 "next", "prev", "first", "last_combined_insn", "link", "link1",
8166 "temp". Replace use of NULL_RTX with NULL when referring to
8167 insns.
8168 (setup_incoming_promotions): Likewise for param "first"
8169 (set_nonzero_bits_and_sign_copies): Likewise for local "insn".
8170 (can_combine_p): Likewise for params "insn", "i3", "pred",
8171 "pred2", "succ", "succ2" and for local "p".
8172 (combinable_i3pat): Likewise for param "i3".
8173 (cant_combine_insn_p): Likewise for param "insn".
8174 (likely_spilled_retval_p): Likewise.
8175 (adjust_for_new_dest): Likewise.
8176 (update_cfg_for_uncondjump): Likewise, also for local "insn".
8177 (try_combine): Likewise for return type and for params "i3", "i2",
8178 "i1", "i0", "last_combined_insn", and for locals "insn",
8179 "cc_use_insn", "p", "first", "last", "i2_insn", "i1_insn",
8180 "i0_insn". Eliminate local "tem" in favor of new locals
8181 "tem_note" and "tem_insn", the latter being an rtx_insn *. Add a
8182 checked cast for now to rtx_insn * on the return type of
8183 gen_rtx_INSN. Replace use of NULL_RTX with NULL when referring to
8184 insns.
8185 (find_split_point): Strengthen param "insn" from rtx to
8186 rtx_insn *.
8187 (simplify_set): Likewise for local "other_insn".
8188 (recog_for_combine): Likewise for param "insn".
8189 (record_value_for_reg): Likewise.
8190 (record_dead_and_set_regs_1): Likewise for local
8191 "record_dead_insn".
8192 (record_dead_and_set_regs): Likewise for param "insn".
8193 (record_promoted_value): Likewise.
8194 (check_promoted_subreg): Likewise.
8195 (get_last_value_validate): Likewise.
8196 (reg_dead_at_p): Likewise.
8197 (move_deaths): Likewise for param "to_insn".
8198 (distribute_notes): Likewise for params "from_insn", "i3", "i2"
8199 and locals "place", "place2", "cc0_setter". Eliminate local "tem
8200 in favor of new locals "tem_note" and "tem_insn", the latter being
8201 an rtx_insn *.
8202 (distribute_links): Strengthen locals "place", "insn" from rtx to
8203 rtx_insn *.
8204
8205 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8206
8207 * cfgrtl.c (can_delete_note_p): Require a const rtx_note * rather
8208 than a const_rtx.
8209 (can_delete_label_p): Require a const rtx_code_label * rather than
8210 a const_rtx.
8211 (delete_insn): Add checked cast to rtx_code_label * when we know
8212 we're dealing with LABEL_P (insn). Strengthen local "bb_note" from
8213 rtx to rtx_insn *.
8214 (delete_insn_chain): Strengthen locals "prev" and "current" from
8215 rtx to rtx_insn *. Add a checked cast when assigning from
8216 "finish" (strengthening the params will come later). Add a
8217 checked cast to rtx_note * in region where we know
8218 NOTE_P (current).
8219 (rtl_delete_block): Strengthen locals "insn" and "end" from rtx to
8220 rtx_insn *.
8221 (compute_bb_for_insn): Likewise.
8222 (free_bb_for_insn): Likewise for local "insn".
8223 (compute_bb_for_insn): Likewise.
8224 (update_bb_for_insn_chain): Strengthen params "begin", "end" and
8225 local "insn" from rtx to rtx_insn *
8226 (flow_active_insn_p): Require a const rtx_insn * rather than a
8227 const_rtx.
8228 (contains_no_active_insn_p): Strengthen local "insn" from rtx to
8229 rtx_insn *.
8230 (can_fallthru): Likewise for locals "insn" and "insn2".
8231 (bb_note): Likewise for local "note".
8232 (first_insn_after_basic_block_note): Likewise for local "note" and
8233 for return type.
8234 (rtl_split_block): Likewise for locals "insn" and "next".
8235 (unique_locus_on_edge_between_p): Likewise for locals "insn" and
8236 "end".
8237 (rtl_merge_blocks): Likewise for locals "b_head", "b_end",
8238 "a_end", "del_first", "del_last", "b_debug_start", "b_debug_end",
8239 "prev", "tmp".
8240 (try_redirect_by_replacing_jump): Likewise for locals "insn" (both of
8241 them), "kill_from", "barrier", "new_insn".
8242 (patch_jump_insn): Likewise for params "insn", "old_label".
8243 (redirect_branch_edge): Likewise for locals "old_label", "insn".
8244 (force_nonfallthru_and_redirect): Likewise for locals "insn",
8245 "old_label", "new_label".
8246 (rtl_tidy_fallthru_edge): Likewise for local "q".
8247 (rtl_split_edge): Likewise for locals "before", "last".
8248 (commit_one_edge_insertion): Likewise for locals "before",
8249 "after", "insns", "tmp", "last", adding a checked cast where
8250 currently necessary.
8251 (commit_edge_insertions): Likewise.
8252 (rtl_dump_bb): Likewise for locals "insn", "last".
8253 (print_rtl_with_bb): Likewise for local "x".
8254 (rtl_verify_bb_insns): Likewise for local "x".
8255 (rtl_verify_bb_pointers): Likewise for local "insn".
8256 (rtl_verify_bb_insn_chain): Likewise for locals "x", "last_head",
8257 "head", "end".
8258 (rtl_verify_fallthru): Likewise for local "insn".
8259 (rtl_verify_bb_layout): Likewise for locals "x" and "rtx_first".
8260 (purge_dead_edges): Likewise for local "insn".
8261 (fixup_abnormal_edges): Likewise for locals "insn", "stop", "next".
8262 (skip_insns_after_block): Likewise for return type and for locals
8263 "insn", "last_insn", "next_head", "prev".
8264 (record_effective_endpoints): Likewise for locals "next_insn",
8265 "insn", "end".
8266 (fixup_reorder_chain): Likewise for locals "bb_end_insn" and "end".
8267 (verify_insn_chain): Likewise for locals "x", "prevx", "nextx".
8268 (cfg_layout_can_duplicate_bb_p): Likewise for local "insn".
8269 (duplicate_insn_chain): For now, add checked cast from rtx to
8270 rtx_insn * when returning insn.
8271 (cfg_layout_duplicate_bb): Likewise for local "insn".
8272 (cfg_layout_delete_block): Likewise for locals "insn", "next",
8273 "prev", "remaints".
8274 (cfg_layout_merge_blocks): Likewise for local "insn", "last".
8275 (rtl_block_empty_p): Likewise.
8276 (rtl_split_block_before_cond_jump): Likewise for locals "insn",
8277 "split_point", "last".
8278 (rtl_block_ends_with_call_p): Likewise for local "insn".
8279 (need_fake_edge_p): Strengthen param "insn" from const_rtx to
8280 const rtx_insn *.
8281 (rtl_flow_call_edges_add): Strengthen locals "insn", "prev_insn",
8282 "split_at_insn" from rtx to rtx_insn *.
8283 (rtl_lv_add_condition_to_bb): Likewise for locals "seq", "jump".
8284 (rtl_can_remove_branch_p): Strengthen local "insn" from const_rtx
8285 to const rtx_insn *.
8286 (rtl_account_profile_record): Likewise.
8287
8288 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8289
8290 * cfgloopanal.c (num_loop_insns): Strengthen local "insn" from
8291 rtx to rtx_insn *.
8292 (average_num_loop_insns): Likewise.
8293 (init_set_costs): Likewise for local "seq".
8294 (seq_cost): Likewise for param "seq", from const_rtx to const
8295 rtx_insn *.
8296
8297 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8298
8299 * cfgloop.c (loop_exits_from_bb_p): Strengthen local "insn" from
8300 rtx to rtx_insn *.
8301
8302 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8303
8304 * basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4
8305 "f1" and "f2" from rtx * to rtx_insn **.
8306 (flow_find_head_matching_sequence): Likewise.
8307
8308 * cfgcleanup.c (try_simplify_condjump): Strengthen local
8309 "cbranch_insn" from rtx to rtx_insn *.
8310 (thread_jump): Likewise for local "insn".
8311 (try_forward_edges): Likewise for local "last".
8312 (merge_blocks_move_predecessor_nojumps): Likewise for local "barrier".
8313 (merge_blocks_move_successor_nojumps): Likewise for locals "barrier",
8314 "real_b_end".
8315 (can_replace_by): Likewise for params "i1", "i2".
8316 (old_insns_match_p): Likewise.
8317 (merge_notes): Likewise.
8318 (walk_to_nondebug_insn): Likewise for param "i1".
8319 (flow_find_cross_jump): Strengthen params "f1" and "f2" from rtx *
8320 to rtx_insn **. Strengthen locals "i1", "i2", "last1", "last2",
8321 "afterlast1", "afterlast2" from rtx to rtx_insn *.
8322 (flow_find_head_matching_sequence): Strengthen params "f1" and
8323 "f2" from rtx * to rtx_insn **. Strengthen locals "i1", "i2",
8324 "last1", "last2", "beforelast1", "beforelast2" from rtx to
8325 rtx_insn *.
8326 (outgoing_edges_match): Likewise for locals "last1", "last2".
8327 (try_crossjump_to_edge): Likewise for local "insn".
8328 Replace call to for_each_rtx with for_each_rtx_in_insn.
8329
8330 (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".
8331 (try_head_merge_bb): Likewise for locals "e0_last_head_, "jump",
8332 "e0_last", "e_last", "head", "curr", "insn". Strengthen locals
8333 "headptr", "currptr", "nextptr" from rtx * to rtx_insn **.
8334 (try_optimize_cfg): Strengthen local "last" from rtx to
8335 rtx_insn *.
8336 (delete_dead_jumptables): Likewise for locals "insn", "next",
8337 "label".
8338
8339 * ifcvt.c (cond_exec_process_if_block): Likewise for locals
8340 "rtx then_last_head", "rtx else_last_head", "rtx then_first_tail",
8341 "rtx else_first_tail", to reflect the basic-block.h changes above.
8342
8343 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8344
8345 * cfgbuild.c (make_edges): Strengthen local "insn" from rtx to
8346 rtx_insn *.
8347 (purge_dead_tablejump_edges): Likewise.
8348 (find_bb_boundaries): Likewise for locals "insn", "end",
8349 "flow_transfer_insn".
8350
8351 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8352
8353 * caller-save.c (save_call_clobbered_regs): Strengthen locals
8354 "ins" and "prev" from rtx to rtx_insn *.
8355
8356 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8357
8358 * calls.c (emit_call_1): Strengthen local "call_insn" from rtx to
8359 rtx_insn *.
8360 (internal_arg_pointer_exp_state): Likewise for field "scan_start".
8361 (internal_arg_pointer_based_exp_scan): Likewise for locals "insn",
8362 "scan_start".
8363 (load_register_parameters): Likewise for local "before_arg".
8364 (check_sibcall_argument_overlap): Likewise for param "insn".
8365 (expand_call): Likewise for locals "normal_call_insns",
8366 "tail_call_insns", "insns", "before_call", "after_args",
8367 "before_arg", "last", "prev". Strengthen one of the "last" from
8368 rtx to rtx_call_insn *.
8369 (fixup_tail_calls): Strengthen local "insn" from rtx to
8370 rtx_insn *.
8371 (emit_library_call_value_1): Likewise for locals "before_call" and
8372 "last".
8373
8374 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8375
8376 * builtins.c (expand_builtin_longjmp): Strengthen locals "insn"
8377 and "last" from rtx to rtx_insn *.
8378 (expand_builtin_nonlocal_goto): Likewise for local "insn".
8379 (expand_builtin_apply): Strengthen local "call_insn" from rtx to
8380 rtx_call_insn *.
8381 (expand_errno_check): Strengthen local "lab" from rtx to
8382 rtx_code_label *.
8383 (expand_builtin_mathfn): Strengthen local "insns" from rtx to
8384 rtx_insn *.
8385 (expand_builtin_mathfn_2): Likewise.
8386 (expand_builtin_mathfn_ternary): Likewise.
8387 (expand_builtin_mathfn_3): Likewise.
8388 (expand_builtin_interclass_mathfn): Likewise for local "last".
8389 (expand_builtin_int_roundingfn): Likewise for local "insns".
8390 (expand_builtin_int_roundingfn_2): Likewise.
8391 (expand_builtin_strlen): Likewise for local "before_strlen".
8392 (expand_builtin_strncmp): Likewise for local "seq".
8393 (expand_builtin_signbit): Likewise for local "last".
8394 (expand_builtin_atomic_compare_exchange): Strengthen local "label"
8395 from rtx to rtx_code_label *.
8396 (expand_stack_restore): Strengthen local "prev" from rtx to
8397 rtx_insn *.
8398
8399 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8400
8401 * bt-load.c (struct btr_user_s): Strengthen field "insn" from rtx
8402 to rtx_insn *.
8403 (struct btr_def_s): Likewise.
8404 (insn_sets_btr_p): Strengthen param "insn" from const_rtx to
8405 const rtx_insn *.
8406 (add_btr_def): Likewise.
8407 (new_btr_user): Likewise.
8408 (compute_defs_uses_and_gen): Strengthen locals "insn", "last" from
8409 rtx to rtx_insn *.
8410 (link_btr_uses): Likewise.
8411 (move_btr_def): Likewise for locals "insp", "old_insn",
8412 "new_insn". Add checked cast to rtx_insn * for now on result of
8413 gen_move_insn.
8414 (can_move_up): Strengthen param "insn" from const_rtx to
8415 const rtx_insn *.
8416
8417 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8418
8419 * bb-reorder.c (copy_bb_p): Strengthen local "insn" from rtx to
8420 rtx_insn *.
8421 (get_uncond_jump_length): Likewise for locals "label", "jump".
8422 (fix_up_crossing_landing_pad): Likewise for locals "new_label",
8423 "jump", "insn".
8424 (add_labels_and_missing_jumps): Likewise for local "new_jump".
8425 (fix_up_fall_thru_edges): Likewise for local "old_jump".
8426 (find_jump_block): Likewise for local "insn".
8427 (fix_crossing_conditional_branches): Likewise for locals
8428 "old_jump", "new_jump".
8429 (fix_crossing_unconditional_branches): Likewise for locals
8430 "last_insn", "indirect_jump_sequence", "jump_insn", "cur_insn".
8431 (pass_duplicate_computed_gotos::execute): Likewise for local "insn".
8432
8433 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8434
8435 * auto-inc-dec.c (struct inc_insn): Strengthen field "insn" from
8436 rtx to rtx_insn *.
8437 (struct mem_insn): Likewise for field "insn".
8438 (reg_next_use): Strengthen from rtx * to rtx_insn **.
8439 (reg_next_inc_use): Likewise.
8440 (reg_next_def): Likewise.
8441 (move_dead_notes): Strengthen params "to_insn" and "from_insn"
8442 from rtx to rtx_insn *.
8443 (move_insn_before): Likewise for param "next_insn" and local "insns".
8444 (attempt_change): Likewise for local "mov_insn".
8445 (try_merge): Likewise for param "last_insn".
8446 (get_next_ref): Likewise for return type and local "insn".
8447 Strengthen param "next_array" from rtx * to rtx_insn **.
8448 (parse_add_or_inc): Strengthen param "insn" from rtx to
8449 rtx_insn *.
8450 (find_inc): Likewise for locals "insn" and "other_insn" (three of
8451 the latter).
8452 (merge_in_block): Likewise for locals "insn", "curr",
8453 "other_insn".
8454 (pass_inc_dec::execute): Update allocations of the arrays to
8455 reflect the stronger types.
8456
8457 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8458
8459 * asan.c (asan_clear_shadow): Strengthen locals "insn", "insns"
8460 and "jump" from rtx to rtx_insn *. Strengthen local "top_label"
8461 from rtx to rtx_code_label *.
8462
8463 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8464
8465 * alias.c (init_alias_analysis): Strengthen local "insn" from rtx
8466 to rtx_insn *.
8467
8468 2014-08-21 Michael Meissner <meissner@linux.vnet.ibm.com>
8469
8470 * config/rs6000/rs6000.c (print_operand, 'y' case): Fix code that
8471 generated a warning and prevented bootstrapping the compiler.
8472
8473 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8474
8475 * rtl.h (delete_related_insns): Strengthen return type from rtx to
8476 rtx_insn *.
8477
8478 * jump.c (delete_related_insns): Likewise, also for locals "next"
8479 and "prev".
8480
8481 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8482
8483 * genautomata.c (output_internal_insn_latency_func): When writing
8484 the function "internal_insn_latency" to insn-automata.c,
8485 strengthen params "insn" and "insn2" from rtx to rtx_insn *, thus
8486 allowing the optional guard function of (define_bypass) clauses to
8487 expect a pair of rtx_insn *, rather than a pair of rtx.
8488 (output_insn_latency_func): When writing the function
8489 "insn_latency", add an "uncast_" prefix to params "insn" and
8490 "insn2", reintroducing "insn" and "insn2" as rtx_insn * locals
8491 using checked casts from the params, thus enabling the above
8492 change to the generated "internal_insn_latency" function.
8493
8494 2014-08-21 Jan Hubicka <hubicka@ucw.cz>
8495
8496 PR tree-optimization/62091
8497 * ipa-devirt.c (ipa_polymorphic_call_context::restrict_to_inner_type):
8498 handle correctly arrays.
8499 (extr_type_from_vtbl_ptr_store): Add debug output; handle multiple
8500 inheritance binfos.
8501 (record_known_type): Walk into inner type.
8502 (ipa_polymorphic_call_context::get_dynamic_type): Likewise; strenghten
8503 condition on no type changes.
8504
8505 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8506
8507 * genattrtab.c (write_attr_get): Within the generated get_attr_
8508 functions, rename param "insn" to "uncast_insn" and reintroduce
8509 "insn" as an local rtx_insn * using a checked cast, so that "insn"
8510 is an rtx_insn * within insn-attrtab.c
8511
8512 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8513
8514 * output.h (peephole): Strengthen return type from rtx to
8515 rtx_insn *.
8516 * rtl.h (delete_for_peephole): Likewise for both params.
8517 * genpeep.c (main): In generated "peephole" function, strengthen
8518 return type and local "insn" from rtx to rtx_insn *. For now,
8519 rename param "ins1" to "uncast_ins1", adding "ins1" back as an
8520 rtx_insn *, with a checked cast.
8521 * jump.c (delete_for_peephole): Strengthen params "from", "to" and
8522 locals "insn", "next", "prev" from rtx to rtx_insn *.
8523
8524 2014-08-21 Marc Glisse <marc.glisse@inria.fr>
8525
8526 PR tree-optimization/62112
8527 * gimple-iterator.c (gsi_replace): Return whether EH cleanup is needed.
8528 * gimple-iterator.h (gsi_replace): Return bool.
8529 * tree-ssa-alias.c (ref_may_alias_global_p_1): New helper, code
8530 moved from ref_may_alias_global_p.
8531 (ref_may_alias_global_p, refs_may_alias_p, ref_maybe_used_by_stmt_p):
8532 New overloads.
8533 (ref_maybe_used_by_call_p): Take ao_ref* instead of tree.
8534 (stmt_kills_ref_p_1): Rename...
8535 (stmt_kills_ref_p): ... to this.
8536 * tree-ssa-alias.h (ref_may_alias_global_p, ref_maybe_used_by_stmt_p,
8537 stmt_kills_ref_p): Declare.
8538 * tree-ssa-dse.c (dse_possible_dead_store_p): New argument, use it.
8539 Move the self-assignment case...
8540 (dse_optimize_stmt): ... here. Handle builtin calls. Remove dead code.
8541
8542 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8543
8544 * rtl.h (try_split): Strengthen return type from rtx to rtx_insn *.
8545
8546 * emit-rtl.c (try_split): Likewise, also for locals "before" and
8547 "after". For now, don't strengthen param "trial", which requires
8548 adding checked casts when returning it.
8549
8550 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8551
8552 * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
8553 "label" from rtx to rtx_code_label *. Strengthen param 1 of
8554 "var_location" hook from rtx to rtx_insn *.
8555 (debug_nothing_rtx): Delete in favor of...
8556 (debug_nothing_rtx_code_label): New prototype.
8557 (debug_nothing_rtx_rtx): Delete unused prototype.
8558 (debug_nothing_rtx_insn): New prototype.
8559
8560 * final.c (final_scan_insn): Add checked cast to rtx_insn * when
8561 invoking debug_hooks->var_location (in two places, one in a NOTE
8562 case of a switch statement, the other guarded by a CALL_P
8563 conditional. Add checked cast to rtx_code_label * when invoking
8564 debug_hooks->label (within CODE_LABEL case of switch statement).
8565
8566 * dbxout.c (dbx_debug_hooks): Update "label" hook from
8567 debug_nothing_rtx to debug_nothing_rtx_code_label. Update
8568 "var_location" from debug_nothing_rtx to debug_nothing_rtx_insn.
8569 (xcoff_debug_hooks): Likewise.
8570 * debug.c (do_nothing_debug_hooks): Likewise.
8571 (debug_nothing_rtx): Delete in favor of...
8572 (debug_nothing_rtx_insn): New function.
8573 (debug_nothing_rtx_rtx): Delete unused function.
8574 (debug_nothing_rtx_code_label): New function.
8575 * dwarf2out.c (dwarf2_debug_hooks): Update "label" hook from
8576 debug_nothing_rtx to debug_nothing_rtx_code_label.
8577 (dwarf2out_var_location): Strengthen param "loc_note" from rtx
8578 to rtx_insn *.
8579 * sdbout.c (sdb_debug_hooks): Update "var_location" hook from
8580 debug_nothing_rtx to debug_nothing_rtx_insn.
8581 (sdbout_label): Strengthen param "insn" from rtx to
8582 rtx_code_label *.
8583 * vmsdbgout.c (vmsdbg_debug_hooks): Update "label" hook from
8584 debug_nothing_rtx to debug_nothing_rtx_code_label. Update
8585 "var_location" hook from debug_nothing_rtx to
8586 debug_nothing_rtx_insn.
8587
8588 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8589
8590 * recog.h (insn_output_fn): Update this function typedef to match
8591 the changes below to the generated output functions, strengthening
8592 the 2nd param from rtx to rtx_insn *.
8593
8594 * final.c (get_insn_template): Add a checked cast to rtx_insn * on
8595 insn when invoking an output function, to match the new signature
8596 of insn_output_fn with a stronger second param.
8597
8598 * genconditions.c (write_header): In the generated code for
8599 gencondmd.c, strengthen the global "insn" from rtx to rtx_insn *
8600 to match the other changes in this patch.
8601
8602 * genemit.c (gen_split): Strengthen the 1st param "curr_insn" of
8603 the generated "gen_" functions from rtx to rtx_insn * within their
8604 implementations.
8605
8606 * genrecog.c (write_subroutine): Strengthen the 2nd param "insn" of
8607 the subfunctions within the generated "recog_", "split", "peephole2"
8608 function trees from rtx to rtx_insn *. For now, the top-level
8609 generated functions ("recog", "split", "peephole2") continue to
8610 take a plain rtx for "insn", to avoid introducing dependencies on
8611 other patches. Rename this 2nd param from "insn" to
8612 "uncast_insn", and reintroduce "insn" as a local variable of type
8613 rtx_insn *, initialized at the top of the generated function with
8614 a checked cast on "uncast_insn".
8615 (make_insn_sequence): Strengthen the 1st param "curr_insn" of
8616 the generated "gen_" functions from rtx to rtx_insn * within their
8617 prototypes.
8618
8619 * genoutput.c (process_template): Strengthen the 2nd param within
8620 the generated "output_" functions "insn" from rtx to rtx_insn *.
8621
8622 2014-08-20 Jan Hubicka <hubicka@ucw.cz>
8623
8624 * tree-profile.c (tree_profiling): Skip external functions
8625 when doing coverage instrumentation.
8626 * cgraphunit.c (compile): Do not assert that all nodes are reachable.
8627
8628 2014-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8629
8630 * config/rs6000/altivec.h (vec_cpsgn): New #define.
8631 (vec_mergee): Likewise.
8632 (vec_mergeo): Likewise.
8633 (vec_cntlz): Likewise.
8634 * config/rs600/rs6000-c.c (altivec_overloaded_builtins): Add new
8635 entries for VEC_AND, VEC_ANDC, VEC_MERGEH, VEC_MERGEL, VEC_NOR,
8636 VEC_OR, VEC_PACKSU, VEC_XOR, VEC_PERM, VEC_SEL, VEC_VCMPGT_P,
8637 VMRGEW, and VMRGOW.
8638 * doc/extend.texi: Document various forms of vec_cpsgn,
8639 vec_splats, vec_and, vec_andc, vec_mergeh, vec_mergel, vec_nor,
8640 vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,
8641 vec_all_ge, vec_all_gt, vec_all_le, vec_all_lt, vec_all_ne,
8642 vec_any_eq, vec_any_ge, vec_any_gt, vec_any_le, vec_any_lt,
8643 vec_any_ne, vec_mergee, vec_mergeo, vec_packsu, and vec_cntlz.
8644
8645 2014-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8646
8647 * config/rs6000/rs6000.c (context.h): New include.
8648 (tree-pass.h): Likewise.
8649 (make_pass_analyze_swaps): New decl.
8650 (rs6000_option_override): Register pass_analyze_swaps.
8651 (swap_web_entry): New subsclass of web_entry_base (df.h).
8652 (special_handling_values): New enum.
8653 (union_defs): New function.
8654 (union_uses): Likewise.
8655 (insn_is_load_p): Likewise.
8656 (insn_is_store_p): Likewise.
8657 (insn_is_swap_p): Likewise.
8658 (rtx_is_swappable_p): Likewise.
8659 (insn_is_swappable_p): Likewise.
8660 (chain_purpose): New enum.
8661 (chain_contains_only_swaps): New function.
8662 (mark_swaps_for_removal): Likewise.
8663 (swap_const_vector_halves): Likewise.
8664 (adjust_subreg_index): Likewise.
8665 (permute_load): Likewise.
8666 (permute_store): Likewise.
8667 (handle_special_swappables): Likewise.
8668 (replace_swap_with_copy): Likewise.
8669 (dump_swap_insn_table): Likewise.
8670 (rs6000_analyze_swaps): Likewise.
8671 (pass_data_analyze_swaps): New pass_data.
8672 (pass_analyze_swaps): New rtl_opt_pass.
8673 (make_pass_analyze_swaps): New function.
8674 * config/rs6000/rs6000.opt (moptimize-swaps): New option.
8675
8676 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8677
8678 * sel-sched-ir.h (create_insn_rtx_from_pattern): Strengthen return
8679 type from rtx to rtx_insn *.
8680 (create_copy_of_insn_rtx): Likewise.
8681 * sel-sched-ir.c (create_insn_rtx_from_pattern): Likewise.
8682 (create_copy_of_insn_rtx): Likewise, also for local "res".
8683
8684 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8685
8686 * rtl.h (find_first_parameter_load): Strengthen return type from
8687 rtx to rtx_insn *.
8688 * rtlanal.c (find_first_parameter_load): Strengthen return type
8689 from rtx to rtx_insn *. Add checked cast for now, to postpone
8690 strengthening the params.
8691
8692 2014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
8693
8694 PR fortran/44054
8695 * diagnostic.c: Set default caret.
8696 (diagnostic_show_locus): Use it. Tell pretty-printer that a new
8697 line is needed.
8698 * diagnostic.h (struct diagnostic_context):
8699
8700 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8701
8702 * sel-sched-ir.h (exit_insn): Strengthen from rtx to rtx_insn *.
8703 (sel_bb_head): Strengthen return type insn_t (currently just an
8704 rtx) to rtx_insn *.
8705 (sel_bb_end): Likewise.
8706
8707 * sel-sched-ir.c (exit_insn): Strengthen from rtx to rtx_insn *.
8708 (sel_bb_head): Strengthen return type and local "head" from
8709 insn_t (currently just an rtx) to rtx_insn *.
8710 (sel_bb_end): Likewise for return type.
8711 (free_nop_and_exit_insns): Replace use of NULL_RTX with NULL when
8712 working with insn.
8713
8714 2014-08-21 David Malcolm <dmalcolm@redhat.com>
8715
8716 * basic-block.h (get_last_bb_insn): Strengthen return type from
8717 rtx to rtx_insn *.
8718 * cfgrtl.c (get_last_bb_insn): Likewise, and for locals "tmp" and
8719 end".
8720
8721 2014-08-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
8722
8723 PR fortran/44054
8724 * diagnostic.c (default_diagnostic_finalizer): Move caret printing
8725 to here ...
8726 (diagnostic_report_diagnostic): ... from here.
8727 * toplev.c (general_init): Move code to c-family.
8728
8729 2014-08-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8730
8731 * df.h (web_entry_base): Replace existing struct web_entry with a
8732 new class web_entry_base with only the predecessor member.
8733 (unionfind_root): Remove declaration and move to class member.
8734 (unionfind_union): Remove declaration and move to friend
8735 function.
8736 (union_defs): Remove declaration.
8737 * web.c (web_entry_base::unionfind_root): Modify to be member
8738 function and adjust accessors.
8739 (unionfind_union): Modify to be friend function and adjust
8740 accessors.
8741 (web_entry): New subclass of web_entry_base containing the reg
8742 member.
8743 (union_match_dups): Modify for struct -> class changes.
8744 (union_defs): Likewise.
8745 (entry_register): Likewise.
8746 (pass_web::execute): Likewise.
8747
8748 2014-08-20 Bill Schmidt <wschmidt@vnet.ibm.com>
8749
8750 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Provide
8751 builtin define __VEC_ELEMENT_REG_ORDER__.
8752
8753 2014-08-20 Martin Jambor <mjambor@suse.cz>
8754 Wei Mi <wmi@google.com>
8755
8756 PR ipa/60449
8757 PR middle-end/61776
8758 * tree-ssa-operands.c (update_stmt_operands): Remove
8759 MODIFIED_NORETURN_CALLS.
8760 * tree-cfgcleanup.c (cleanup_call_ctrl_altering_flag): New func.
8761 (cleanup_control_flow_bb): Use cleanup_call_ctrl_altering_flag.
8762 (split_bb_on_noreturn_calls): Renamed from split_bbs_on_noreturn_calls.
8763 (cleanup_tree_cfg_1): Use split_bb_on_noreturn_calls.
8764 * tree-ssanames.h: Remove MODIFIED_NORETURN_CALLS.
8765 * gimple.h (enum gf_mask): Add GF_CALL_CTRL_ALTERING.
8766 (gimple_call_set_ctrl_altering): New func.
8767 (gimple_call_ctrl_altering_p): Ditto.
8768 * tree-cfg.c (gimple_call_initialize_ctrl_altering): Ditto.
8769 (make_blocks): Use gimple_call_initialize_ctrl_altering.
8770 (is_ctrl_altering_stmt): Use gimple_call_ctrl_altering_p.
8771 (execute_fixup_cfg): Use gimple_call_ctrl_altering_p and
8772 remove MODIFIED_NORETURN_CALLS.
8773
8774 2014-08-20 Jan Hubicka <hubicka@ucw.cz>
8775
8776 * coverage.c (coverage_compute_profile_id): Return non-0;
8777 also handle symbols with unique name.
8778 (coverage_end_function): Do not skip DECL_EXTERNAL functions.
8779
8780 2014-08-20 Steve Ellcey <sellcey@mips.com>
8781
8782 PR middle-end/49191
8783 * doc/sourcebuild.texi (non_strict_align): New.
8784
8785 2014-08-20 Jan Hubicka <hubicka@ucw.cz>
8786
8787 * cgraphunit.c (ipa_passes, compile): Reshedule
8788 symtab_remove_unreachable_nodes passes; update comments.
8789 * ipa-inline.c (pass_data_ipa_inline): Do not schedule
8790 TODO_remove_functions before the pass; the functions ought to be
8791 already removed.
8792 * ipa.c (pass_data_ipa_free_inline_summary): Enable dump; schedule
8793 TODO_remove_functions.
8794 * passes.c (pass_data_early_local_passes): Do not schedule function
8795 removal.
8796 (execute_one_pass): Fix call of symtab_remove_unreachable_nodes.
8797
8798 2014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
8799
8800 PR c/59304
8801 * opts-common.c (set_option): Call diagnostic_classify_diagnostic
8802 before setting the option.
8803 * diagnostic.c (diagnostic_classify_diagnostic): Record
8804 command-line status.
8805
8806 2014-08-20 Richard Biener <rguenther@suse.de>
8807
8808 PR lto/62190
8809 * tree.c (build_common_tree_nodes): Use make_or_reuse_type
8810 to build uint{16,32,64}_type_node.
8811
8812 2014-08-20 Terry Guo <terry.guo@arm.com>
8813
8814 * config/arm/thumb1.md (64bit splitter): Replace const_double_operand
8815 with immediate_operand.
8816
8817 2014-08-20 David Malcolm <dmalcolm@redhat.com>
8818
8819 * cfgrtl.c (duplicate_insn_chain): Convert the checked cast on
8820 "insn" from an as_a to a safe_as_a, for the case when "insn" is
8821 NULL.
8822
8823 2014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
8824
8825 PR preprocessor/51303
8826 * incpath.c (remove_duplicates): Use cpp_warning.
8827
8828 2014-08-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
8829
8830 PR c/60975
8831 PR c/53063
8832 * doc/options.texi (CPP): Document it.
8833 * doc/invoke.texi (Wvariadic-macros): Fix documentation.
8834 * optc-gen.awk: Handle CPP.
8835 * opth-gen.awk: Likewise.
8836
8837 2014-08-19 David Malcolm <dmalcolm@redhat.com>
8838
8839 * rtl.h (unlink_insn_chain): Strengthen return type from rtx to
8840 rtx_insn *.
8841 (duplicate_insn_chain): Likewise.
8842 * cfgrtl.c (unlink_insn_chain): Strengthen return type from rtx to
8843 rtx_insn *, also for locals "prevfirst" and "nextlast". Add a
8844 checked cast for now (until we can strengthen the params in the
8845 same way).
8846 (duplicate_insn_chain): Likewise.
8847
8848 2014-08-19 David Malcolm <dmalcolm@redhat.com>
8849
8850 * rtl.h (next_cc0_user): Strengthen return type from rtx to
8851 rtx_insn *.
8852 (prev_cc0_setter): Likewise.
8853
8854 * emit-rtl.c (next_cc0_user): Strengthen return type from rtx to
8855 rtx_insn *, adding checked casts for now as necessary.
8856 (prev_cc0_setter): Likewise.
8857
8858 2014-08-19 David Malcolm <dmalcolm@redhat.com>
8859
8860 * expr.h (emit_move_insn): Strengthen return type from rtx to
8861 rtx_insn *.
8862 (emit_move_insn_1): Likewise.
8863 (emit_move_complex_push): Likewise.
8864 (emit_move_complex_parts): Likewise.
8865
8866 * expr.c (emit_move_via_integer): Strengthen return type from rtx
8867 to rtx_insn *. Replace use of NULL_RTX with NULL when working
8868 with insns.
8869 (emit_move_complex_push): Strengthen return type from rtx to
8870 rtx_insn *.
8871 (emit_move_complex): Likewise, also for local "ret".
8872 (emit_move_ccmode): Likewise.
8873 (emit_move_multi_word): Likewise for return type and locals
8874 "last_insn", "seq".
8875 (emit_move_insn_1): Likewise for return type and locals "result",
8876 "ret".
8877 (emit_move_insn): Likewise for return type and local "last_insn".
8878 (compress_float_constant): Likewise.
8879
8880 2014-08-19 David Malcolm <dmalcolm@redhat.com>
8881
8882 * emit-rtl.h (emit_copy_of_insn_after): Strengthen return type
8883 from rtx to rtx_insn *.
8884
8885 * rtl.h (emit_insn_before): Likewise.
8886 (emit_insn_before_noloc): Likewise.
8887 (emit_insn_before_setloc): Likewise.
8888 (emit_jump_insn_before): Likewise.
8889 (emit_jump_insn_before_noloc): Likewise.
8890 (emit_jump_insn_before_setloc): Likewise.
8891 (emit_call_insn_before): Likewise.
8892 (emit_call_insn_before_noloc): Likewise.
8893 (emit_call_insn_before_setloc): Likewise.
8894 (emit_debug_insn_before): Likewise.
8895 (emit_debug_insn_before_noloc): Likewise.
8896 (emit_debug_insn_before_setloc): Likewise.
8897 (emit_label_before): Likewise.
8898 (emit_insn_after): Likewise.
8899 (emit_insn_after_noloc): Likewise.
8900 (emit_insn_after_setloc): Likewise.
8901 (emit_jump_insn_after): Likewise.
8902 (emit_jump_insn_after_noloc): Likewise.
8903 (emit_jump_insn_after_setloc): Likewise.
8904 (emit_call_insn_after): Likewise.
8905 (emit_call_insn_after_noloc): Likewise.
8906 (emit_call_insn_after_setloc): Likewise.
8907 (emit_debug_insn_after): Likewise.
8908 (emit_debug_insn_after_noloc): Likewise.
8909 (emit_debug_insn_after_setloc): Likewise.
8910 (emit_label_after): Likewise.
8911 (emit_insn): Likewise.
8912 (emit_debug_insn): Likewise.
8913 (emit_jump_insn): Likewise.
8914 (emit_call_insn): Likewise.
8915 (emit_label): Likewise.
8916 (gen_clobber): Likewise.
8917 (emit_clobber): Likewise.
8918 (gen_use): Likewise.
8919 (emit_use): Likewise.
8920 (emit): Likewise.
8921
8922 (emit_barrier_before): Strengthen return type from rtx to
8923 rtx_barrier *.
8924 (emit_barrier_after): Likewise.
8925 (emit_barrier): Likewise.
8926
8927 * emit-rtl.c (emit_pattern_before_noloc): Strengthen return type
8928 from rtx to rtx_insn *. Add checked casts for now when converting
8929 "last" from rtx to rtx_insn *.
8930 (emit_insn_before_noloc): Likewise for return type.
8931 (emit_jump_insn_before_noloc): Likewise.
8932 (emit_call_insn_before_noloc): Likewise.
8933 (emit_debug_insn_before_noloc): Likewise.
8934 (emit_barrier_before): Strengthen return type and local "insn"
8935 from rtx to rtx_barrier *.
8936 (emit_label_before): Strengthen return type from rtx to
8937 rtx_insn *. Add checked cast for now when returning param
8938 (emit_pattern_after_noloc): Strengthen return type from rtx to
8939 rtx_insn *. Add checked casts for now when converting "last" from
8940 rtx to rtx_insn *.
8941 (emit_insn_after_noloc): Strengthen return type from rtx to
8942 rtx_insn *.
8943 (emit_jump_insn_after_noloc): Likewise.
8944 (emit_call_insn_after_noloc): Likewise.
8945 (emit_debug_insn_after_noloc): Likewise.
8946 (emit_barrier_after): Strengthen return type from rtx to
8947 rtx_barrier *.
8948 (emit_label_after): Strengthen return type from rtx to rtx_insn *.
8949 Add checked cast for now when converting "label" from rtx to
8950 rtx_insn *.
8951 (emit_pattern_after_setloc): Strengthen return type from rtx to
8952 rtx_insn *. Add checked casts for now when converting "last" from
8953 rtx to rtx_insn *.
8954 (emit_pattern_after): Strengthen return type from rtx to
8955 rtx_insn *.
8956 (emit_insn_after_setloc): Likewise.
8957 (emit_insn_after): Likewise.
8958 (emit_jump_insn_after_setloc): Likewise.
8959 (emit_jump_insn_after): Likewise.
8960 (emit_call_insn_after_setloc): Likewise.
8961 (emit_call_insn_after): Likewise.
8962 (emit_debug_insn_after_setloc): Likewise.
8963 (emit_debug_insn_after): Likewise.
8964 (emit_pattern_before_setloc): Likewise. Add checked casts for now
8965 when converting "last" from rtx to rtx_insn *.
8966 (emit_pattern_before): Strengthen return type from rtx to
8967 rtx_insn *.
8968 (emit_insn_before_setloc): Likewise.
8969 (emit_insn_before): Likewise.
8970 (emit_jump_insn_before_setloc): Likewise.
8971 (emit_jump_insn_before): Likewise.
8972 (emit_call_insn_before_setloc): Likewise.
8973 (emit_call_insn_before): Likewise.
8974 (emit_debug_insn_before_setloc): Likewise.
8975 (emit_debug_insn_before): Likewise.
8976 (emit_insn): Strengthen return type and locals "last", "insn",
8977 "next" from rtx to rtx_insn *. Add checked cast to rtx_insn
8978 within cases where we know we have an insn.
8979 (emit_debug_insn): Likewise.
8980 (emit_jump_insn): Likewise.
8981 (emit_call_insn): Strengthen return type and local "insn" from rtx
8982 to rtx_insn *.
8983 (emit_label): Strengthen return type from rtx to rtx_insn *. Add
8984 a checked cast to rtx_insn * for now on "label".
8985 (emit_barrier): Strengthen return type from rtx to rtx_barrier *.
8986 (emit_clobber): Strengthen return type from rtx to rtx_insn *.
8987 (emit_use): Likewise.
8988 (gen_use): Likewise, also for local "seq".
8989 (emit): Likewise for return type and local "insn".
8990 (rtx_insn): Likewise for return type and local "new_rtx".
8991
8992 * cfgrtl.c (emit_barrier_after_bb): Strengthen local "barrier"
8993 from rtx to rtx_barrier *.
8994
8995 * config/sh/sh.c (output_stack_adjust): Since emit_insn has
8996 changed return type from rtx to rtx_insn *, we must update
8997 "emit_fn" type, and this in turn means updating...
8998 (frame_insn): ...this. Strengthen return type from rtx to
8999 rtx_insn *. Introduce a new local "insn" of the appropriate type.
9000
9001 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9002
9003 * emit-rtl.c (emit_jump_table_data): Strengthen return type from
9004 rtx to rtx_jump_table_data *. Also for local.
9005 * rtl.h (emit_jump_table_data): Likewise.
9006
9007 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9008
9009 * basic-block.h (create_basic_block_structure): Strengthen third
9010 param "bb_note" from rtx to rtx_note *.
9011 * rtl.h (emit_note_before): Strengthen return type from rtx to
9012 rtx_note *.
9013 (emit_note_after): Likewise.
9014 (emit_note): Likewise.
9015 (emit_note_copy): Likewise. Also, strengthen param similarly.
9016 * function.h (struct rtl_data): Strengthen field
9017 "x_stack_check_probe_note" from rtx to rtx_note *.
9018
9019 * cfgexpand.c (expand_gimple_basic_block): Strengthen local "note"
9020 from rtx to rtx_note *.
9021 * cfgrtl.c (create_basic_block_structure): Strengthen third param
9022 "bb_note" from rtx to rtx_note *.
9023 (duplicate_insn_chain): Likewise for local "last". Add a checked cast
9024 when calling emit_note_copy.
9025 * emit-rtl.c (make_note_raw): Strengthen return type from rtx to
9026 rtx_note *.
9027 (emit_note_after): Likewise.
9028 (emit_note_before): Likewise.
9029 (emit_note_copy): Likewise. Also, strengthen param similarly.
9030 (emit_note): Likewise.
9031 * except.c (emit_note_eh_region_end): Likewise for return type.
9032 Strengthen local "next" from rtx to rtx_insn *.
9033 (convert_to_eh_region_ranges): Strengthen local "note"
9034 from rtx to rtx_note *.
9035 * final.c (change_scope): Likewise.
9036 (reemit_insn_block_notes): Likewise, for both locals named "note".
9037 Also, strengthen local "insn" from rtx to rtx_insn *.
9038 * haifa-sched.c (sched_extend_bb): Strengthen local "note" from
9039 rtx to rtx_note *.
9040 * reg-stack.c (compensate_edge): Likewise for local "after". Also,
9041 strengthen local "seq" from rtx to rtx_insn *.
9042 * reload1.c (reload_as_needed): Strengthen local "marker" from rtx
9043 to rtx_note *.
9044 * sel-sched-ir.c (bb_note_pool): Strengthen from rtx_vec_t to
9045 vec<rtx_note *>.
9046 (get_bb_note_from_pool): Strengthen return type from rtx to
9047 rtx_note *.
9048 (sel_create_basic_block): Strengthen local "new_bb_note" from
9049 insn_t to rtx_note *.
9050 * var-tracking.c (emit_note_insn_var_location): Strengthen local
9051 "note" from rtx to rtx_note *.
9052 (emit_notes_in_bb): Likewise.
9053
9054 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9055
9056 * function.h (struct rtl_data): Strengthen field
9057 "x_parm_birth_insn" from rtx to rtx_insn *.
9058 * function.c (struct assign_parm_data_all): Strengthen fields
9059 "first_conversion_insn" and "last_conversion_insn" from rtx to
9060 rtx_insn *.
9061
9062 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9063
9064 * cfgexpand.c (expand_used_vars): Strengthen return type from rtx
9065 to rtx_insn *; also for local "var_end_seq".
9066 (maybe_dump_rtl_for_gimple_stmt): Likewise for param "since".
9067 (maybe_cleanup_end_of_block): Likewise for param "last" and local
9068 "insn".
9069 (expand_gimple_cond): Likewise for locals "last2" and "last".
9070 (mark_transaction_restart_calls): Likewise for local "insn".
9071 (expand_gimple_stmt): Likewise for return type and locals "last"
9072 and "insn".
9073 (expand_gimple_tailcall): Likewise for locals "last2" and "last".
9074 (avoid_complex_debug_insns): Likewise for param "insn".
9075 (expand_debug_locations): Likewise for locals "insn", "last",
9076 "prev_insn" and "insn2".
9077 (expand_gimple_basic_block): Likewise for local "last".
9078 (construct_exit_block): Likewise for locals "head", "end",
9079 "orig_end".
9080 (pass_expand::execute): Likewise for locals "var_seq",
9081 "var_ret_seq", "next".
9082
9083 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9084
9085 * asan.h (asan_emit_stack_protection): Strengthen return type from
9086 rtx to rtx_insn *.
9087 * asan.c (asan_emit_stack_protection): Likewise. Add local
9088 "insns" to hold the return value.
9089
9090 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9091
9092 * basic-block.h (bb_note): Strengthen return type from rtx to
9093 rtx_note *.
9094 * sched-int.h (bb_note): Likewise.
9095 * cfgrtl.c (bb_note): Likewise. Add a checked cast to rtx_note *.
9096
9097 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9098
9099 * rtl.h (make_insn_raw): Strengthen return type from rtx to
9100 rtx_insn *.
9101
9102 * emit-rtl.c (make_insn_raw): Strengthen return type and local
9103 "insn" from rtx to rtx_insn *.
9104 (make_debug_insn_raw): Strengthen return type from rtx to
9105 rtx_insn *; strengthen local "insn" from rtx to rtx_debug_insn *.
9106 (make_jump_insn_raw): Strengthen return type from rtx to
9107 rtx_insn *; strengthen local "insn" from rtx to rtx_jump_insn *.
9108 (make_call_insn_raw): Strengthen return type from rtx to
9109 rtx_insn *; strengthen local "insn" from rtx to rtx_call_insn *.
9110 (emit_pattern_before_noloc): Strengthen return type of "make_raw"
9111 callback from rtx to rtx_insn *; likewise for local "insn" and
9112 "next", adding a checked cast to rtx_insn in the relevant cases of
9113 the switch statement.
9114 (emit_pattern_after_noloc): Strengthen return type of "make_raw"
9115 callback from rtx to rtx_insn *.
9116 (emit_pattern_after_setloc): Likewise.
9117 (emit_pattern_after): Likewise.
9118 (emit_pattern_before_setloc): Likewise.
9119 (emit_pattern_before): Likewise.
9120
9121 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9122
9123 * emit-rtl.c (last_call_insn): Strengthen return type from rtx to
9124 rtx_call_insn *.
9125 * rtl.h (is_a_helper <rtx_call_insn *>::test): New overload,
9126 accepting an rtx_insn *.
9127 (last_call_insn): Strengthen return type from rtx to
9128 rtx_call_insn *.
9129
9130 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9131
9132 * rtl.h (delete_trivially_dead_insns): Strengthen initial param
9133 "insns" from rtx to rtx_insn *.
9134 * cse.c (delete_trivially_dead_insns): Likewise, also do it for
9135 locals "insn" and "prev".
9136
9137 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9138
9139 * rtl.h (tablejump_p): Strengthen third param from rtx * to
9140 rtx_jump_table_data **.
9141
9142 * cfgbuild.c (make_edges): Introduce local "table", using it in
9143 place of "tmp" for jump table data.
9144 (find_bb_boundaries): Strengthen local "table" from rtx to
9145 rtx_jump_table_data *.
9146 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
9147 (outgoing_edges_match): Likewise for locals "table1" and "table2".
9148 (try_crossjump_to_edge): Likewise.
9149 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise for local
9150 "table".
9151 (patch_jump_insn): Introduce local "table", using it in place of
9152 "tmp" for jump table data.
9153 (force_nonfallthru_and_redirect): Introduce local "table", so that
9154 call to tablejump_p can receive an rtx_jump_table_data **. Update
9155 logic around the call to overwrite "note" appropriately if
9156 tablejump_p returns non-zero.
9157 (get_last_bb_insn): Introduce local "table", using it in place of
9158 "tmp" for jump table data.
9159 * dwarf2cfi.c (create_trace_edges): Likewise.
9160
9161 * config/arm/arm.c (get_jump_table_size): Strengthen param "insn"
9162 from rtx to rtx_jump_table_data *.
9163 (create_fix_barrier): Strengthen local "tmp" from rtx to
9164 rtx_jump_table_data *.
9165 (arm_reorg): Likewise for local "table".
9166
9167 * config/s390/s390.c (s390_chunkify_start): Likewise.
9168
9169 * config/spu/spu.c (spu_emit_branch_hint): Likewise.
9170
9171 * jump.c (delete_related_insns): Strengthen local "lab_next" from
9172 rtx to rtx_jump_table_data *.
9173
9174 * rtlanal.c (tablejump_p): Strengthen param "tablep" from rtx * to
9175 rtx_jump_table_data **. Add a checked cast when writing through
9176 the pointer: we know there that local "table" is non-NULL and that
9177 JUMP_TABLE_DATA_P (table) holds.
9178 (label_is_jump_target_p): Introduce local "table", using it in
9179 place of "tmp" for jump table data.
9180
9181 2014-08-19 Marek Polacek <polacek@redhat.com>
9182
9183 PR c++/62153
9184 * doc/invoke.texi: Document -Wbool-compare.
9185
9186 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9187
9188 * rtl.h (entry_of_function): Strengthen return type from rtx to
9189 rtx_insn *.
9190 * cfgrtl.c (entry_of_function): Likewise.
9191
9192 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9193
9194 * emit-rtl.h (get_insns): Strengthen return type from rtx to
9195 rtx_insn *, adding a checked cast for now.
9196 (get_last_insn): Likewise.
9197
9198 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9199
9200 * rtl.h (gen_label_rtx): Strengthen return type from rtx to
9201 rtx_code_label *.
9202
9203 * emit-rtl.c (gen_label_rtx): Likewise.
9204
9205 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9206
9207 * rtl.h (previous_insn): Strengthen return type from rtx to
9208 rtx_insn *.
9209 (next_insn): Likewise.
9210 (prev_nonnote_insn): Likewise.
9211 (prev_nonnote_insn_bb): Likewise.
9212 (next_nonnote_insn): Likewise.
9213 (next_nonnote_insn_bb): Likewise.
9214 (prev_nondebug_insn): Likewise.
9215 (next_nondebug_insn): Likewise.
9216 (prev_nonnote_nondebug_insn): Likewise.
9217 (next_nonnote_nondebug_insn): Likewise.
9218 (prev_real_insn): Likewise.
9219 (next_real_insn): Likewise.
9220 (prev_active_insn): Likewise.
9221 (next_active_insn): Likewise.
9222
9223 * emit-rtl.c (next_insn): Strengthen return type from rtx to
9224 rtx_insn *, adding a checked cast.
9225 (previous_insn): Likewise.
9226 (next_nonnote_insn): Likewise.
9227 (next_nonnote_insn_bb): Likewise.
9228 (prev_nonnote_insn): Likewise.
9229 (prev_nonnote_insn_bb): Likewise.
9230 (next_nondebug_insn): Likewise.
9231 (prev_nondebug_insn): Likewise.
9232 (next_nonnote_nondebug_insn): Likewise.
9233 (prev_nonnote_nondebug_insn): Likewise.
9234 (next_real_insn): Likewise.
9235 (prev_real_insn): Likewise.
9236 (next_active_insn): Likewise.
9237 (prev_active_insn): Likewise.
9238
9239 * config/sh/sh-protos.h (sh_find_set_of_reg): Convert function ptr
9240 param "stepfunc" so that it returns an rtx_insn * rather than an
9241 rtx, to track the change to prev_nonnote_insn_bb, which is the
9242 only function this is called with.
9243 * config/sh/sh.c (sh_find_set_of_reg): Likewise.
9244
9245 2014-08-19 Jan Hubicka <hubicka@ucw.cz>
9246
9247 * ipa-visibility.c (update_visibility_by_resolution_info): Fix
9248 assert.
9249
9250 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9251
9252 * coretypes.h (class rtx_debug_insn): Add forward declaration.
9253 (class rtx_nonjump_insn): Likewise.
9254 (class rtx_jump_insn): Likewise.
9255 (class rtx_call_insn): Likewise.
9256 (class rtx_jump_table_data): Likewise.
9257 (class rtx_barrier): Likewise.
9258 (class rtx_code_label): Likewise.
9259 (class rtx_note): Likewise.
9260
9261 * rtl.h (class rtx_debug_insn): New, a subclass of rtx_insn,
9262 adding the invariant DEBUG_INSN_P (X).
9263 (class rtx_nonjump_insn): New, a subclass of rtx_insn, adding
9264 the invariant NONJUMP_INSN_P (X).
9265 (class rtx_jump_insn): New, a subclass of rtx_insn, adding
9266 the invariant JUMP_P (X).
9267 (class rtx_call_insn): New, a subclass of rtx_insn, adding
9268 the invariant CALL_P (X).
9269 (class rtx_jump_table): New, a subclass of rtx_insn, adding the
9270 invariant JUMP_TABLE_DATA_P (X).
9271 (class rtx_barrier): New, a subclass of rtx_insn, adding the
9272 invariant BARRIER_P (X).
9273 (class rtx_code_label): New, a subclass of rtx_insn, adding
9274 the invariant LABEL_P (X).
9275 (class rtx_note): New, a subclass of rtx_insn, adding
9276 the invariant NOTE_P(X).
9277 (is_a_helper <rtx_debug_insn *>::test): New.
9278 (is_a_helper <rtx_nonjump_insn *>::test): New.
9279 (is_a_helper <rtx_jump_insn *>::test): New.
9280 (is_a_helper <rtx_call_insn *>::test): New.
9281 (is_a_helper <rtx_jump_table_data *>::test): New functions,
9282 overloaded for both rtx and rtx_insn *.
9283 (is_a_helper <rtx_barrier *>::test): New.
9284 (is_a_helper <rtx_code_label *>::test): New functions, overloaded
9285 for both rtx and rtx_insn *.
9286 (is_a_helper <rtx_note *>::test): New.
9287
9288 2014-08-19 Marek Polacek <polacek@redhat.com>
9289
9290 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO,
9291 CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
9292 * config/i386/i386.h (CLZ_DEFINED_VALUE_AT_ZERO,
9293 CTZ_DEFINED_VALUE_AT_ZERO): Return 0/1 rather than bool.
9294
9295 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9296
9297 * sel-sched-ir.h (BND_TO): insn_t will eventually be an
9298 rtx_insn *. To help with transition, for now, convert from an
9299 access macro into a pair of functions: BND_TO, returning an
9300 rtx_insn *, and...
9301 (SET_BND_TO): New function, for use where BND_TO is used as an
9302 lvalue.
9303
9304 * sel-sched-ir.c (blist_add): Update lvalue usage of BND_TO to
9305 SET_BND_TO.
9306 (BND_TO): New function, adding a checked cast.
9307 (SET_BND_TO): New function.
9308
9309 * sel-sched.c (move_cond_jump): Update lvalue usage of BND_TO to
9310 SET_BND_TO.
9311 (compute_av_set_on_boundaries): Likewise.
9312
9313 2014-08-19 H.J. Lu <hongjiu.lu@intel.com>
9314
9315 * config/i386/i386.md (*ctz<mode>2_falsedep_1): Don't clear
9316 destination if it is used in source.
9317 (*clz<mode>2_lzcnt_falsedep_1): Likewise.
9318 (*popcount<mode>2_falsedep_1): Likewise.
9319
9320 2014-08-19 H.J. Lu <hongjiu.lu@intel.com>
9321
9322 PR other/62168
9323 * configure.ac: Set install_gold_as_default to no first.
9324 * configure: Regenerated.
9325
9326 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9327
9328 * sel-sched-ir.h (BB_NOTE_LIST): struct sel_region_bb_info_def's
9329 "note_list" field will eventually be an rtx_insn *. To help with
9330 transition, for now, convert from an access macro into a pair of
9331 functions: BB_NOTE_LIST, returning an rtx_insn *, and...
9332 (SET_BB_NOTE_LIST): New function, for use where BB_NOTE_LIST is
9333 used as an lvalue.
9334
9335 * sel-sched.c (create_block_for_bookkeeping): Update lvalue usage
9336 of BB_NOTE_LIST to SET_BB_NOTE_LIST.
9337
9338 * sel-sched-ir.c (init_bb): Likewise.
9339 (sel_restore_notes): Likewise.
9340 (move_bb_info): Likewise.
9341 (BB_NOTE_LIST): New function, adding a checked cast to rtx_insn *.
9342 (SET_BB_NOTE_LIST): New function.
9343
9344 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9345
9346 * sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx"
9347 field will eventually be an rtx_insn *. To help with transition,
9348 for now, convert from an access macro into a pair of functions:
9349 VINSN_INSN_RTX, returning an rtx_insn *, and...
9350 (SET_VINSN_INSN_RTX): New function, for use where VINSN_INSN_RTX
9351 is used as an lvalue.
9352
9353 * sel-sched-ir.c (vinsn_init): Replace VINSN_INSN_RTX with
9354 SET_VINSN_INSN_RTX where it's used as an lvalue.
9355 (VINSN_INSN_RTX): New function.
9356 (SET_VINSN_INSN_RTX): New function.
9357
9358 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9359
9360 * sched-int.h (DEP_PRO): struct _dep's "pro" and "con" fields will
9361 eventually be rtx_insn *, but to help with transition, for now,
9362 convert from an access macro into a pair of functions: DEP_PRO
9363 returning an rtx_insn * and...
9364 (SET_DEP_PRO): New function, for use where DEP_PRO is used as an
9365 lvalue, returning an rtx&.
9366 (DEP_CON): Analogous changes to DEP_PRO above.
9367 (SET_DEP_CON): Likewise.
9368
9369 * haifa-sched.c (create_check_block_twin): Replace DEP_CON used as
9370 an lvalue to SET_DEP_CON.
9371 * sched-deps.c (init_dep_1): Likewise for DEP_PRO and DEP_CON.
9372 (sd_copy_back_deps): Likewise for DEP_CON.
9373 (DEP_PRO): New function, adding a checked cast for now.
9374 (DEP_CON): Likewise.
9375 (SET_DEP_PRO): New function.
9376 (SET_DEP_CON): Likewise.
9377
9378 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
9379
9380 * config.gcc (*-*-cygwin*): Use __cxa_atexit by default.
9381 (extra_options): Add i386/cygwin.opt.
9382 * config/i386/cygwin.h (STARTFILE_SPEC): Use crtbeginS.o if shared.
9383 (CPP_SPEC): Accept -pthread.
9384 (LINK_SPEC): Ditto.
9385 (GOMP_SELF_SPECS): Update comment.
9386 * config/i386/cygwin.opt: New file for -pthread flag.
9387
9388 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9389
9390 * df-core.c (DF_REF_INSN): New, using a checked cast for now.
9391 * df.h (DF_REF_INSN): Convert from a macro to a function, so
9392 that we can return an rtx_insn *.
9393
9394 2014-08-19 Yaakov Selkowitz <yselkowi@redhat.com>
9395
9396 * config/i386/cygwin.h (LINK_SPEC): Pass --tsaware flag only
9397 when building executables, not DLLs. Add --large-address-aware
9398 under the same conditions.
9399 * config/i386/cygwin-w64.h (LINK_SPEC): Pass --tsaware flag only
9400 when building executables, not DLLs. Add --large-address-aware
9401 under the same conditions when using -m32.
9402
9403 * config/i386/cygwin-stdint.h: Throughout, make type
9404 definitions dependent on target architecture, not host.
9405
9406 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9407
9408 * rtl.h (PREV_INSN): Convert to an inline function. Strengthen
9409 the return type from rtx to rtx_insn *, which will enable various
9410 conversions in followup patches. For now this is is done by a
9411 checked cast.
9412 (NEXT_INSN): Likewise.
9413 (SET_PREV_INSN): Convert to an inline function. This is intended
9414 for use as an lvalue, and so returns an rtx& to allow in-place
9415 modification.
9416 (SET_NEXT_INSN): Likewise.
9417
9418 2014-07-08 Mark Wielaard <mjw@redhat.com>
9419
9420 PR debug/59051
9421 * dwarf2out.c (modified_type_die): Handle TYPE_QUAL_RESTRICT.
9422
9423 2014-08-19 Marek Polacek <polacek@redhat.com>
9424
9425 PR c/61271
9426 * cgraphunit.c (handle_alias_pairs): Fix condition.
9427
9428 2014-08-19 Richard Biener <rguenther@suse.de>
9429
9430 * gimple-fold.c (fold_gimple_assign): Properly build a
9431 null-pointer constant when devirtualizing addresses.
9432
9433 2014-07-07 Mark Wielaard <mjw@redhat.com>
9434
9435 * dwarf2out.c (decl_quals): New function.
9436 (modified_type_die): Take one cv_quals argument instead of two,
9437 one for const and one for volatile.
9438 (add_type_attribute): Likewise.
9439 (generic_parameter_die): Call add_type_attribute with one modifier
9440 argument.
9441 (base_type_for_mode): Likewise.
9442 (add_bounds_info): Likewise.
9443 (add_subscript_info): Likewise.
9444 (gen_array_type_die): Likewise.
9445 (gen_descr_array_type_die): Likewise.
9446 (gen_entry_point_die): Likewise.
9447 (gen_enumeration_type_die): Likewise.
9448 (gen_formal_parameter_die): Likewise.
9449 (gen_subprogram_die): Likewise.
9450 (gen_variable_die): Likewise.
9451 (gen_const_die): Likewise.
9452 (gen_field_die): Likewise.
9453 (gen_pointer_type_die): Likewise.
9454 (gen_reference_type_die): Likewise.
9455 (gen_ptr_to_mbr_type_die): Likewise.
9456 (gen_inheritance_die): Likewise.
9457 (gen_subroutine_type_die): Likewise.
9458 (gen_typedef_die): Likewise.
9459 (force_type_die): Likewise.
9460
9461 2014-08-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9462
9463 * configure.ac (gcc_cv_as_comdat_group_group): Only default to no
9464 if unset.
9465 * configure: Regenerate.
9466
9467 2014-08-19 Richard Biener <rguenther@suse.de>
9468
9469 * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
9470 DECL_EXTERNALs in BLOCKs as non-references.
9471 * tree-streamer-out.c (streamer_write_chain): Likewise.
9472
9473 2014-08-19 Alexander Ivchenko <alexander.ivchenko@intel.com>
9474 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9475 Anna Tikhonova <anna.tikhonova@intel.com>
9476 Ilya Tocar <ilya.tocar@intel.com>
9477 Andrey Turetskiy <andrey.turetskiy@intel.com>
9478 Ilya Verbin <ilya.verbin@intel.com>
9479 Kirill Yukhin <kirill.yukhin@intel.com>
9480 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9481
9482 * config/i386/sse.md
9483 (define_mode_iterator VI48_AVX512F): Delete.
9484 (define_mode_iterator VI48_AVX512F_AVX512VL): New.
9485 (define_mode_iterator VI2_AVX512VL): Ditto.
9486 (define_insn "<mask_codefor>avx512f_ufix_notruncv16sfv16si<mask_name><round_name>"):
9487 Delete.
9488 (define_insn
9489 ("<mask_codefor><avx512>_ufix_notrunc<sf2simodelower><mode><mask_name><round_name>"):
9490 New.
9491 (define_insn "avx512cd_maskw_vec_dup<mode>"): Macroize.
9492 (define_insn "<avx2_avx512f>_ashrv<mode><mask_name>"): Delete.
9493 (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
9494 with VI48_AVX512F_AVX512VL): New.
9495 (define_insn "<avx2_avx512bw>_ashrv<mode><mask_name>",
9496 with VI2_AVX512VL): Ditto.
9497
9498 2014-08-19 Marek Polacek <polacek@redhat.com>
9499
9500 * doc/invoke.texi: Document -Wc99-c11-compat.
9501
9502 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9503
9504 * rtl.h (PREV_INSN): Split macro in two: the existing one,
9505 for rvalues, and...
9506 (SET_PREV_INSN): New macro, for use as an lvalue.
9507 (NEXT_INSN, SET_NEXT_INSN): Likewise.
9508
9509 * caller-save.c (save_call_clobbered_regs): Convert lvalue use of
9510 PREV_INSN/NEXT_INSN into SET_PREV_INSN/SET_NEXT_INSN.
9511 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
9512 (fixup_abnormal_edges): Likewise.
9513 (unlink_insn_chain): Likewise.
9514 (fixup_reorder_chain): Likewise.
9515 (cfg_layout_delete_block): Likewise.
9516 (cfg_layout_merge_blocks): Likewise.
9517 * combine.c (update_cfg_for_uncondjump): Likewise.
9518 * emit-rtl.c (link_insn_into_chain): Likewise.
9519 (remove_insn): Likewise.
9520 (delete_insns_since): Likewise.
9521 (reorder_insns_nobb): Likewise.
9522 (emit_insn_after_1): Likewise.
9523 * final.c (rest_of_clean_state): Likewise.
9524 (final_scan_insn): Likewise.
9525 * gcse.c (can_assign_to_reg_without_clobbers_p): Likewise.
9526 * haifa-sched.c (concat_note_lists): Likewise.
9527 (remove_notes): Likewise.
9528 (restore_other_notes): Likewise.
9529 (move_insn): Likewise.
9530 (unlink_bb_notes): Likewise.
9531 (restore_bb_notes): Likewise.
9532 * jump.c (delete_for_peephole): Likewise.
9533 * optabs.c (emit_libcall_block_1): Likewise.
9534 * reorg.c (emit_delay_sequence): Likewise.
9535 (fill_simple_delay_slots): Likewise.
9536 * sel-sched-ir.c (sel_move_insn): Likewise.
9537 (sel_remove_insn): Likewise.
9538 (get_bb_note_from_pool): Likewise.
9539 * sel-sched.c (move_nop_to_previous_block): Likewise.
9540
9541 * config/bfin/bfin.c (reorder_var_tracking_notes): Likewise.
9542 * config/c6x/c6x.c (gen_one_bundle): Likewise.
9543 (c6x_gen_bundles): Likewise.
9544 (hwloop_optimize): Likewise.
9545 * config/frv/frv.c (frv_function_prologue): Likewise.
9546 (frv_register_nop): Likewise.
9547 * config/ia64/ia64.c (ia64_init_dfa_pre_cycle_insn): Likewise.
9548 (ia64_reorg): Likewise.
9549 * config/mep/mep.c (mep_reorg_addcombine): Likewise.
9550 (mep_make_bundle): Likewise.
9551 (mep_bundle_insns): Likewise.
9552 * config/picochip/picochip.c (reorder_var_tracking_notes): Likewise.
9553 * config/tilegx/tilegx.c (reorder_var_tracking_notes): Likewise.
9554 * config/tilepro/tilepro.c (reorder_var_tracking_notes): Likewise.
9555
9556 2014-08-19 David Malcolm <dmalcolm@redhat.com>
9557
9558 * basic-block.h (BB_HEAD): Convert to a function. Strengthen the
9559 return type from rtx to rtx_insn *.
9560 (BB_END): Likewise.
9561 (BB_HEADER): Likewise.
9562 (BB_FOOTER): Likewise.
9563 (SET_BB_HEAD): Convert to a function.
9564 (SET_BB_END): Likewise.
9565 (SET_BB_HEADER): Likewise.
9566 (SET_BB_FOOTER): Likewise.
9567
9568 * cfgrtl.c (BB_HEAD): New function, from macro of same name.
9569 Strengthen the return type from rtx to rtx_insn *. For now, this
9570 is done by adding a checked cast, but this will eventually
9571 become a field lookup.
9572 (BB_END): Likewise.
9573 (BB_HEADER): Likewise.
9574 (BB_FOOTER): Likewise.
9575 (SET_BB_HEAD): New function, from macro of same name. This is
9576 intended for use as an lvalue, and so returns an rtx& to allow
9577 in-place modification.
9578 (SET_BB_END): Likewise.
9579 (SET_BB_HEADER): Likewise.
9580 (SET_BB_FOOTER): Likewise.
9581
9582 2014-08-18 David Malcolm <dmalcolm@redhat.com>
9583
9584 * basic-block.h (BB_HEAD): Split macro in two: the existing one,
9585 for rvalues, and...
9586 (SET_BB_HEAD): New macro, for use as a lvalue.
9587 (BB_END, SET_BB_END): Likewise.
9588 (BB_HEADER, SET_BB_HEADER): Likewise.
9589 (BB_FOOTER, SET_BB_FOOTER): Likewise.
9590
9591 * bb-reorder.c (add_labels_and_missing_jumps): Convert lvalue use
9592 of BB_* macros into SET_BB_* macros.
9593 (fix_crossing_unconditional_branches): Likewise.
9594 * caller-save.c (save_call_clobbered_regs): Likewise.
9595 (insert_one_insn): Likewise.
9596 * cfgbuild.c (find_bb_boundaries): Likewise.
9597 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Likewise.
9598 (outgoing_edges_match): Likewise.
9599 (try_optimize_cfg): Likewise.
9600 * cfgexpand.c (expand_gimple_cond): Likewise.
9601 (expand_gimple_tailcall): Likewise.
9602 (expand_gimple_basic_block): Likewise.
9603 (construct_exit_block): Likewise.
9604 * cfgrtl.c (delete_insn): Likewise.
9605 (create_basic_block_structure): Likewise.
9606 (rtl_delete_block): Likewise.
9607 (rtl_split_block): Likewise.
9608 (emit_nop_for_unique_locus_between): Likewise.
9609 (rtl_merge_blocks): Likewise.
9610 (block_label): Likewise.
9611 (try_redirect_by_replacing_jump): Likewise.
9612 (emit_barrier_after_bb): Likewise.
9613 (fixup_abnormal_edges): Likewise.
9614 (record_effective_endpoints): Likewise.
9615 (relink_block_chain): Likewise.
9616 (fixup_reorder_chain): Likewise.
9617 (fixup_fallthru_exit_predecessor): Likewise.
9618 (cfg_layout_duplicate_bb): Likewise.
9619 (cfg_layout_split_block): Likewise.
9620 (cfg_layout_delete_block): Likewise.
9621 (cfg_layout_merge_blocks): Likewise.
9622 * combine.c (update_cfg_for_uncondjump): Likewise.
9623 * emit-rtl.c (add_insn_after): Likewise.
9624 (remove_insn): Likewise.
9625 (reorder_insns): Likewise.
9626 (emit_insn_after_1): Likewise.
9627 * haifa-sched.c (get_ebb_head_tail): Likewise.
9628 (restore_other_notes): Likewise.
9629 (move_insn): Likewise.
9630 (sched_extend_bb): Likewise.
9631 (fix_jump_move): Likewise.
9632 * ifcvt.c (noce_process_if_block): Likewise.
9633 (dead_or_predicable): Likewise.
9634 * ira.c (update_equiv_regs): Likewise.
9635 * reg-stack.c (change_stack): Likewise.
9636 * sel-sched-ir.c (sel_move_insn): Likewise.
9637 * sel-sched.c (move_nop_to_previous_block): Likewise.
9638
9639 * config/c6x/c6x.c (hwloop_optimize): Likewise.
9640 * config/ia64/ia64.c (emit_predicate_relation_info): Likewise.
9641
9642 2014-08-18 David Malcolm <dmalcolm@redhat.com>
9643
9644 * rtl.h (for_each_rtx_in_insn): New function.
9645 * rtlanal.c (for_each_rtx_in_insn): Likewise.
9646
9647 2014-08-18 David Malcolm <dmalcolm@redhat.com>
9648
9649 * coretypes.h (class rtx_insn): Add forward declaration.
9650
9651 * rtl.h: Include is-a.h.
9652 (struct rtx_def): Add dummy "desc" and "tag" GTY options as a
9653 workaround to ensure gengtype knows inheritance is occurring,
9654 whilst continuing to use the pre-existing special-casing for
9655 rtx_def.
9656 (class rtx_insn): New subclass of rtx_def, adding the
9657 invariant that we're dealing with something we can sanely use
9658 INSN_UID, NEXT_INSN, PREV_INSN on.
9659 (is_a_helper <rtx_insn *>::test): New.
9660 (is_a_helper <const rtx_insn *>::test): New.
9661
9662 2014-08-18 David Malcolm <dmalcolm@redhat.com>
9663
9664 * is-a.h (template<T, U> safe_as_a <U *p>) New function.
9665
9666 2014-08-18 Jan Hubicka <hubicka@ucw.cz>
9667
9668 * ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF
9669 comdats as extern.
9670
9671 2014-08-18 Jan Hubicka <hubicka@ucw.cz>
9672
9673 * gimple-fold.c (fold_gimple_assign): Do not intorudce referneces
9674 to BUILT_IN_UNREACHABLE.
9675
9676 2014-08-18 Uros Bizjak <ubizjak@gmail.com>
9677
9678 PR target/62011
9679 * config/i386/x86-tune.def (X86_TUNE_AVOID_FALSE_DEP_FOR_BMI):
9680 New tune flag.
9681 * config/i386/i386.h (TARGET_AVOID_FALSE_DEP_FOR_BMI): New define.
9682 * config/i386/i386.md (unspec) <UNSPEC_INSN_FALSE_DEP>: New unspec.
9683 (ffs<mode>2): Do not expand with tzcnt for
9684 TARGET_AVOID_FALSE_DEP_FOR_BMI.
9685 (ffssi2_no_cmove): Ditto.
9686 (*tzcnt<mode>_1): Disable for TARGET_AVOID_FALSE_DEP_FOR_BMI.
9687 (ctz<mode>2): New expander.
9688 (*ctz<mode>2_falsedep_1): New insn_and_split pattern.
9689 (*ctz<mode>2_falsedep): New insn.
9690 (*ctz<mode>2): Rename from ctz<mode>2.
9691 (clz<mode>2_lzcnt): New expander.
9692 (*clz<mode>2_lzcnt_falsedep_1): New insn_and_split pattern.
9693 (*clz<mode>2_lzcnt_falsedep): New insn.
9694 (*clz<mode>2): Rename from ctz<mode>2.
9695 (popcount<mode>2): New expander.
9696 (*popcount<mode>2_falsedep_1): New insn_and_split pattern.
9697 (*popcount<mode>2_falsedep): New insn.
9698 (*popcount<mode>2): Rename from ctz<mode>2.
9699 (*popcount<mode>2_cmp): Remove.
9700 (*popcountsi2_cmp_zext): Ditto.
9701
9702 2014-08-18 Ajit Agarwal <ajitkum@xilinx.com>
9703
9704 * config/microblaze/microblaze.c (microblaze_elf_asm_cdtor): New.
9705 (microblaze_elf_asm_constructor,microblaze_elf_asm_destructor): New.
9706 * config/microblaze/microblaze.h
9707 (TARGET_ASM_CONSTRUCTOR,TARGET_ASM_DESTRUCTOR): New Macros.
9708
9709 2014-08-18 H.J. Lu <hongjiu.lu@intel.com>
9710
9711 PR other/62168
9712 * configure.ac: Set install_gold_as_default to no for
9713 --enable-gold=no.
9714 * configure: Regenerated.
9715
9716 2014-08-18 Roman Gareev <gareevroman@gmail.com>
9717
9718 * Makefile.in: Add definition of ISLLIBS, HOST_ISLLIBS.
9719 * config.in: Add undef of HAVE_isl.
9720 * configure: Regenerate.
9721 * configure.ac: Add definition of HAVE_isl.
9722 * graphite-blocking.c: Add checking of HAVE_isl.
9723 * graphite-dependences.c: Likewise.
9724 * graphite-interchange.c: Likewise.
9725 * graphite-isl-ast-to-gimple.c: Likewise.
9726 * graphite-optimize-isl.c: Likewise.
9727 * graphite-poly.c: Likewise.
9728 * graphite-scop-detection.c: Likewise.
9729 * graphite-sese-to-poly.c: Likewise.
9730 * graphite.c: Likewise.
9731 * toplev.c: Replace the checking of HAVE_cloog with the checking
9732 of HAVE_isl.
9733
9734 2014-08-18 Richard Biener <rguenther@suse.de>
9735
9736 PR tree-optimization/62090
9737 * builtins.c (fold_builtin_snprintf): Move to gimple-fold.c.
9738 (fold_builtin_3): Do not fold snprintf.
9739 (fold_builtin_4): Likewise.
9740 * gimple-fold.c (gimple_fold_builtin_snprintf): New function
9741 moved from builtins.c.
9742 (gimple_fold_builtin_with_strlen): Fold snprintf and sprintf.
9743 (gimple_fold_builtin): Do not fold sprintf here.
9744
9745 2014-08-18 Richard Biener <rguenther@suse.de>
9746
9747 * gimple-fold.c (maybe_fold_reference): Move re-gimplification
9748 code to ...
9749 (maybe_canonicalize_mem_ref_addr): ... this function.
9750 (fold_stmt_1): Apply it here before all simplification.
9751
9752 2014-08-18 Ilya Enkovich <ilya.enkovich@intel.com>
9753
9754 PR ipa/61800
9755 * cgraph.h (cgraph_node::create_indirect_edge): Add
9756 compute_indirect_info param.
9757 * cgraph.c (cgraph_node::create_indirect_edge): Compute
9758 indirect_info only when it is required.
9759 * cgraphclones.c (cgraph_clone_edge): Do not recompute
9760 indirect_info fore cloned indirect edge.
9761
9762 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
9763 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9764 Anna Tikhonova <anna.tikhonova@intel.com>
9765 Ilya Tocar <ilya.tocar@intel.com>
9766 Andrey Turetskiy <andrey.turetskiy@intel.com>
9767 Ilya Verbin <ilya.verbin@intel.com>
9768 Kirill Yukhin <kirill.yukhin@intel.com>
9769 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9770
9771 * config/i386/sse.md
9772 (define_mode_iterator VI8_AVX2_AVX512BW): New.
9773 (define_insn "<sse2_avx2>_psadbw"): Add evex version.
9774
9775 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
9776 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9777 Anna Tikhonova <anna.tikhonova@intel.com>
9778 Ilya Tocar <ilya.tocar@intel.com>
9779 Andrey Turetskiy <andrey.turetskiy@intel.com>
9780 Ilya Verbin <ilya.verbin@intel.com>
9781 Kirill Yukhin <kirill.yukhin@intel.com>
9782 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9783
9784 * config/i386/sse.md
9785 (define_mode_iterator VF1_AVX512VL): New.
9786 (define_insn "ufloatv16siv16sf2<mask_name><round_name>"): Delete.
9787 (define_insn "ufloat<sseintvecmodelower><mode>2<mask_name><round_name>"):
9788 New.
9789
9790 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
9791 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9792 Anna Tikhonova <anna.tikhonova@intel.com>
9793 Ilya Tocar <ilya.tocar@intel.com>
9794 Andrey Turetskiy <andrey.turetskiy@intel.com>
9795 Ilya Verbin <ilya.verbin@intel.com>
9796 Kirill Yukhin <kirill.yukhin@intel.com>
9797 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9798
9799 * config/i386/i386.c: Rename ufloatv8siv8df_mask to ufloatv8siv8df2_mask.
9800 * config/i386/i386.md
9801 (define_code_iterator any_float): New.
9802 (define_code_attr floatsuffix): New.
9803 * config/i386/sse.md
9804 (define_mode_iterator VF1_128_256VL): New.
9805 (define_mode_iterator VF2_512_256VL): New.
9806 (define_insn "float<si2dfmodelower><mode>2<mask_name>"): Remove unnecessary
9807 TARGET check.
9808 (define_insn "ufloatv8siv8df<mask_name>"): Delete.
9809 (define_insn "<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>"):
9810 New.
9811 (define_mode_attr qq2pssuff): New.
9812 (define_mode_attr sselongvecmode): New.
9813 (define_mode_attr sselongvecmodelower): New.
9814 (define_mode_attr sseintvecmode3): New.
9815 (define_insn "<floatsuffix>float<sselongvecmodelower><mode>2<mask_name><round_name>"):
9816 New.
9817 (define_insn "*<floatsuffix>floatv2div2sf2"): New.
9818 (define_insn "<floatsuffix>floatv2div2sf2_mask"): New.
9819 (define_insn "ufloat<si2dfmodelower><mode>2<mask_name>"): New.
9820 (define_insn "ufloatv2siv2df2<mask_name>"): New.
9821
9822 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
9823 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9824 Anna Tikhonova <anna.tikhonova@intel.com>
9825 Ilya Tocar <ilya.tocar@intel.com>
9826 Andrey Turetskiy <andrey.turetskiy@intel.com>
9827 Ilya Verbin <ilya.verbin@intel.com>
9828 Kirill Yukhin <kirill.yukhin@intel.com>
9829 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9830
9831 * config/i386/sse.md
9832 (define_mode_iterator VF2_AVX512VL): New.
9833 (define_mode_attr sseintvecmode2): New.
9834 (define_insn "ufix_truncv2dfv2si2<mask_name>"): Add masking.
9835 (define_insn "fix_truncv4dfv4si2<mask_name>"): New.
9836 (define_insn "ufix_truncv4dfv4si2<mask_name>"): Ditto.
9837 (define_insn
9838 "<fixsuffix>fix_trunc<mode><sseintvecmodelower>2<mask_name><round_saeonly_name>"):
9839 Ditto.
9840 (define_insn "fix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
9841 Ditto.
9842 (define_insn "ufix_notrunc<mode><sseintvecmodelower>2<mask_name><round_name>"):
9843 Ditto.
9844
9845 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
9846 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9847 Anna Tikhonova <anna.tikhonova@intel.com>
9848 Ilya Tocar <ilya.tocar@intel.com>
9849 Andrey Turetskiy <andrey.turetskiy@intel.com>
9850 Ilya Verbin <ilya.verbin@intel.com>
9851 Kirill Yukhin <kirill.yukhin@intel.com>
9852 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9853
9854 * config/i386/i386.md
9855 (define_insn "*movoi_internal_avx"): Add evex version.
9856 (define_insn "*movti_internal"): Ditto.
9857
9858 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
9859 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9860 Anna Tikhonova <anna.tikhonova@intel.com>
9861 Ilya Tocar <ilya.tocar@intel.com>
9862 Andrey Turetskiy <andrey.turetskiy@intel.com>
9863 Ilya Verbin <ilya.verbin@intel.com>
9864 Kirill Yukhin <kirill.yukhin@intel.com>
9865 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9866
9867 * config/i386/i386.md
9868 (define_attr "isa"): Add avx512dq, noavx512dq.
9869 (define_attr "enabled"): Ditto.
9870 * config/i386/sse.md
9871 (define_insn "vec_extract_hi_<mode><mask_name>"): Support masking.
9872
9873 2014-08-18 Alexander Ivchenko <alexander.ivchenko@intel.com>
9874 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
9875 Anna Tikhonova <anna.tikhonova@intel.com>
9876 Ilya Tocar <ilya.tocar@intel.com>
9877 Andrey Turetskiy <andrey.turetskiy@intel.com>
9878 Ilya Verbin <ilya.verbin@intel.com>
9879 Kirill Yukhin <kirill.yukhin@intel.com>
9880 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
9881
9882 * config/i386/i386.c
9883 (ix86_expand_special_args_builtin): Handle avx512vl_storev8sf_mask,
9884 avx512vl_storev8si_mask, avx512vl_storev4df_mask, avx512vl_storev4di_mask,
9885 avx512vl_storev4sf_mask, avx512vl_storev4si_mask, avx512vl_storev2df_mask,
9886 avx512vl_storev2di_mask, avx512vl_loadv8sf_mask, avx512vl_loadv8si_mask,
9887 avx512vl_loadv4df_mask, avx512vl_loadv4di_mask, avx512vl_loadv4sf_mask,
9888 avx512vl_loadv4si_mask, avx512vl_loadv2df_mask, avx512vl_loadv2di_mask,
9889 avx512bw_loadv64qi_mask, avx512vl_loadv32qi_mask, avx512vl_loadv16qi_mask,
9890 avx512bw_loadv32hi_mask, avx512vl_loadv16hi_mask, avx512vl_loadv8hi_mask.
9891 * config/i386/i386.md (define_mode_attr ssemodesuffix): Allow V32HI mode.
9892 * config/i386/sse.md
9893 (define_mode_iterator VMOVE): Allow V4TI mode.
9894 (define_mode_iterator V_AVX512VL): New.
9895 (define_mode_iterator V): New handling for AVX512VL.
9896 (define_insn "avx512f_load<mode>_mask"): Delete.
9897 (define_insn "<avx512>_load<mode>_mask"): New.
9898 (define_insn "avx512f_store<mode>_mask"): Delete.
9899 (define_insn "<avx512>_store<mode>_mask"): New.
9900
9901
9902 2014-08-18 Yury Gribov <y.gribov@samsung.com>
9903
9904 PR sanitizer/62089
9905 * asan.c (instrument_derefs): Fix bitfield check.
9906
9907 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
9908
9909 * config/rs6000/constraints.md ("S"): Require TARGET_POWERPC64.
9910 * config/rs6000/htm.md (ttest): Remove clobber.
9911 * config/rs6000/predicates.md (any_mask_operand): New predicate.
9912 (and_operand): Reformat.
9913 (and_2rld_operand): New predicate.
9914 * config/rs6000/rs6000-protos.h (rs6000_split_logical): Remove last
9915 parameter.
9916 * config/rs6000/rs6000.c (rs6000_split_logical_inner): Remove last
9917 parameter. Handle AND directly.
9918 (rs6000_split_logical_di): Remove last parameter.
9919 (rs6000_split_logical): Remove last parameter. Remove obsolete
9920 comment.
9921 * config/rs6000/rs6000.md (BOOL_REGS_AND_CR0): Delete.
9922 (one_cmpl<mode>2): Adjust call of rs6000_split_logical.
9923 (ctz<mode>2, ffs<mode>2): Delete clobber. Reformat.
9924 (andsi3, andsi3_mc, andsi3_nomc, *andsi3_internal2_mc,
9925 *andsi3_internal3_mc, *andsi3_internal4, *andsi3_internal5_mc,
9926 and 5 anonymous splitters): Delete.
9927 (and<mode>3): New expander.
9928 (*and<mode>3, *and<mode>3_dot, *and<mode>3_dot2): New.
9929 (and<mode>3_imm, *and<mode>3_imm_dot, *and<mode>3_imm_dot2): New.
9930 (*and<mode>3_mask, *and<mode>3_mask_dot, *and<mode>3_mask_dot2): New.
9931 (ior<mode>, xor<mode>3): Adjust call of rs6000_split_logical.
9932 (floatdisf2_internal1): Remove clobbers.
9933 (anddi3, anddi3_mc, anddi3_nomc, anddi3_internal2_mc,
9934 *anddi3_internal3_mc, and 4 anonymous splitters): Delete.
9935 (*anddi3_2rld, *anddi3_2rld_dot, *anddi3_2rld_dot2): New.
9936 (and<mode>3 for BOOL_128): Remove clobber.
9937 (*and<mode>3_internal for BOOL_128): Remove clobber. Adjust call of
9938 rs6000_split_logical.
9939 (*bool<mode>3_internal for BOOL_128): Adjust call of
9940 rs6000_split_logical.
9941 (*boolc<mode>3_internal1 for BOOL_128,
9942 *boolc<mode>3_internal2 for BOOL_128,
9943 *boolcc<mode>3_internal1 for BOOL_128,
9944 *boolcc<mode>3_internal2 for BOOL_128,
9945 *eqv<mode>3_internal1 for BOOL_128,
9946 *eqv<mode>3_internal2 for BOOL_128,
9947 *one_cmpl<mode>3_internal for BOOL_128): Ditto.
9948 * config/rs6000/vector.md (*vec_reload_and_plus_<mptrsize): Remove
9949 clobber.
9950 (*vec_reload_and_reg_<mptrsize>): Delete.
9951
9952 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
9953
9954 * config/rs6000/rs6000.md (*boolccsi3_internal1, *boolccsi3_internal2
9955 and split, *boolccsi3_internal3 and split): Delete.
9956 (*boolccdi3_internal1, *boolccdi3_internal2 and split,
9957 *boolccdi3_internal3 and split): Delete.
9958 (*boolcc<mode>3, *boolcc<mode>3_dot, *boolcc<mode>3_dot2): New.
9959 (*eqv<mode>3): Move. Add TODO comment. Fix attributes.
9960
9961 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
9962
9963 * config/rs6000/rs6000.md (*boolcsi3_internal1, *boolcsi3_internal2
9964 and split, *boolcsi3_internal3 and split): Delete.
9965 (*boolcdi3_internal1, *boolcdi3_internal2 and split,
9966 *boolcdi3_internal3 and split): Delete.
9967 (*boolc<mode>3, *boolc<mode>3_dot, *boolc<mode>3_dot2): New.
9968
9969 2014-08-17 Segher Boessenkool <segher@kernel.crashing.org>
9970
9971 * config/rs6000/rs6000.c (print_operand) <'e'>: New.
9972 <'u'>: Also support printing the low-order 16 bits.
9973 * config/rs6000/rs6000.md (iorsi3, xorsi3, *boolsi3_internal1,
9974 *boolsi3_internal2 and split, *boolsi3_internal3 and split): Delete.
9975 (iordi3, xordi3, *booldi3_internal1, *booldi3_internal2 and split,
9976 *booldi3_internal3 and split): Delete.
9977 (ior<mode>3, xor<mode>3, *bool<mode>3, *bool<mode>3_dot,
9978 *bool<mode>3_dot2): New.
9979 (two anonymous define_splits for non_logical_cint_operand): Merge.
9980
9981 2014-08-17 Marek Polacek <polacek@redhat.com>
9982 Manuel López-Ibáñez <manu@gcc.gnu.org>
9983
9984 PR c/62059
9985 * diagnostic.c (adjust_line): Add gcc_checking_assert.
9986 (diagnostic_show_locus): Don't print caret diagnostic
9987 if a column is larger than the line_width.
9988
9989 2014-08-17 Roman Gareev <gareevroman@gmail.com>
9990
9991 * common.opt: Make the ISL AST generator to be the main code generator
9992 of Graphite.
9993
9994 2014-08-16 Gerald Pfeifer <gerald@pfeifer.com>
9995
9996 * wide-int.h (generic_wide_int): Declare as class instead of struct.
9997
9998 2014-08-16 John David Anglin <danglin@gcc.gnu.org>
9999
10000 PR target/61641
10001 * config/pa/pa-protos.h (pa_output_addr_vec, pa_output_addr_diff_vec):
10002 Declare.
10003 * config/pa/pa.c (pa_reorg): Remove code to insert brtab marker insns.
10004 (pa_output_addr_vec, pa_output_addr_diff_vec): New.
10005 * config/pa/pa.h (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC):
10006 Define.
10007 * config/pa/pa.md (begin_brtab): Delete insn.
10008 (end_brtab): Likewise.
10009
10010 2014-08-16 Manuel López-Ibáñez <manu@gcc.gnu.org>
10011
10012 * doc/cppopts.texi (ftrack-macro-expansion): Add missing @code.
10013
10014 2014-08-15 Jan Hubicka <hubicka@ucw.cz>
10015
10016 * ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.
10017 (possible_polymorphic_call_targets, dump_possible_polymorphic_call_targets,
10018 possible_polymorphic_call_target_p, possible_polymorphic_call_target_p): Simplify.
10019 (get_dynamic_type): Remove.
10020 * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Remove.
10021 (clear_speculation): Bring to ipa-deivrt.h
10022 (get_class_context): Rename to ...
10023 (ipa_polymorphic_call_context::restrict_to_inner_class): ... this one.
10024 (contains_type_p): Update.
10025 (get_dynamic_type): Rename to ...
10026 ipa_polymorphic_call_context::get_dynamic_type(): ... this one.
10027 (possible_polymorphic_call_targets): UPdate.
10028 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Update.
10029 * ipa-prop.c (ipa_analyze_call_uses): Update.
10030
10031 2014-08-15 Oleg Endo <olegendo@gcc.gnu.org>
10032
10033 * doc/invoke.texi (SH options): Document missing processor variant
10034 options. Remove references to Hitachi. Undocument deprecated mspace
10035 option.
10036
10037 2014-08-15 Jason Merrill <jason@redhat.com>
10038
10039 * tree.c (type_hash_canon): Uncomment assert.
10040
10041 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10042
10043 * input.h (in_system_header_at): Add comment.
10044
10045 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10046
10047 PR fortran/44054
10048 * diagnostic.c (build_message_string): Make it extern.
10049 * diagnostic.h (build_message_string): Make it extern.
10050
10051 2014-08-15 Vladimir Makarov <vmakarov@redhat.com>
10052
10053 * config/rs6000/rs6000.c (rs6000_emit_move): Use SDmode for
10054 load/store from/to non-floating class pseudo.
10055
10056 2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
10057
10058 * input.c (diagnostic_file_cache_fini): Fix typo in comment.
10059
10060 2014-08-15 Richard Biener <rguenther@suse.de>
10061
10062 * tree-ssa-structalias.c (readonly_id): Rename to string_id.
10063 (get_constraint_for_ssa_var): Remove dead code.
10064 (get_constraint_for_1): Adjust.
10065 (find_what_var_points_to): Likewise.
10066 (init_base_vars): Likewise. STRING_CSTs do not contain pointers.
10067
10068 2014-08-15 Ilya Tocar <tocarip@gmail.com>
10069
10070 PR target/61878
10071 * config/i386/avx512fintrin.h (_mm512_mask_cmpge_epi32_mask): New.
10072 (_mm512_mask_cmpge_epu32_mask): Ditto.
10073 (_mm512_cmpge_epu32_mask): Ditto.
10074 (_mm512_mask_cmpge_epi64_mask): Ditto.
10075 (_mm512_cmpge_epi64_mask): Ditto.
10076 (_mm512_mask_cmpge_epu64_mask): Ditto.
10077 (_mm512_cmpge_epu64_mask): Ditto.
10078 (_mm512_mask_cmple_epi32_mask): Ditto.
10079 (_mm512_cmple_epi32_mask): Ditto.
10080 (_mm512_mask_cmple_epu32_mask): Ditto.
10081 (_mm512_cmple_epu32_mask): Ditto.
10082 (_mm512_mask_cmple_epi64_mask): Ditto.
10083 (_mm512_cmple_epi64_mask): Ditto.
10084 (_mm512_mask_cmple_epu64_mask): Ditto.
10085 (_mm512_cmple_epu64_mask): Ditto.
10086 (_mm512_mask_cmplt_epi32_mask): Ditto.
10087 (_mm512_cmplt_epi32_mask): Ditto.
10088 (_mm512_mask_cmplt_epu32_mask): Ditto.
10089 (_mm512_cmplt_epu32_mask): Ditto.
10090 (_mm512_mask_cmplt_epi64_mask): Ditto.
10091 (_mm512_cmplt_epi64_mask): Ditto.
10092 (_mm512_mask_cmplt_epu64_mask): Ditto.
10093 (_mm512_cmplt_epu64_mask): Ditto.
10094 (_mm512_mask_cmpneq_epi32_mask): Ditto.
10095 (_mm512_mask_cmpneq_epu32_mask): Ditto.
10096 (_mm512_cmpneq_epu32_mask): Ditto.
10097 (_mm512_mask_cmpneq_epi64_mask): Ditto.
10098 (_mm512_cmpneq_epi64_mask): Ditto.
10099 (_mm512_mask_cmpneq_epu64_mask): Ditto.
10100 (_mm512_cmpneq_epu64_mask): Ditto.
10101 (_mm512_castpd_ps): Ditto.
10102 (_mm512_castpd_si512): Ditto.
10103 (_mm512_castps_pd): Ditto.
10104 (_mm512_castps_si512): Ditto.
10105 (_mm512_castsi512_ps): Ditto.
10106 (_mm512_castsi512_pd): Ditto.
10107 (_mm512_castpd512_pd128): Ditto.
10108 (_mm512_castps512_ps128): Ditto.
10109 (_mm512_castsi512_si128): Ditto.
10110 (_mm512_castpd512_pd256): Ditto.
10111 (_mm512_castps512_ps256): Ditto.
10112 (_mm512_castsi512_si256): Ditto.
10113 (_mm512_castpd128_pd512): Ditto.
10114 (_mm512_castps128_ps512): Ditto.
10115 (_mm512_castsi128_si512): Ditto.
10116 (_mm512_castpd256_pd512): Ditto.
10117 (_mm512_castps256_ps512): Ditto.
10118 (_mm512_castsi256_si512): Ditto.
10119 (_mm512_cmpeq_epu32_mask): Ditto.
10120 (_mm512_mask_cmpeq_epu32_mask): Ditto.
10121 (_mm512_mask_cmpeq_epu64_mask): Ditto.
10122 (_mm512_cmpeq_epu64_mask): Ditto.
10123 (_mm512_cmpgt_epu32_mask): Ditto.
10124 (_mm512_mask_cmpgt_epu32_mask): Ditto.
10125 (_mm512_mask_cmpgt_epu64_mask): Ditto.
10126 (_mm512_cmpgt_epu64_mask): Ditto.
10127 * config/i386/i386-builtin-types.def: Add V16SF_FTYPE_V8SF,
10128 V16SI_FTYPE_V8SI, V16SI_FTYPE_V4SI, V8DF_FTYPE_V2DF.
10129 * config/i386/i386.c (enum ix86_builtins): Add
10130 IX86_BUILTIN_SI512_SI256, IX86_BUILTIN_PD512_PD256,
10131 IX86_BUILTIN_PS512_PS256, IX86_BUILTIN_SI512_SI,
10132 IX86_BUILTIN_PD512_PD, IX86_BUILTIN_PS512_PS.
10133 (bdesc_args): Add __builtin_ia32_si512_256si,
10134 __builtin_ia32_ps512_256ps, __builtin_ia32_pd512_256pd,
10135 __builtin_ia32_si512_si, __builtin_ia32_ps512_ps,
10136 __builtin_ia32_pd512_pd.
10137 (ix86_expand_args_builtin): Handle new FTYPEs.
10138 * config/i386/sse.md (castmode): Add 512-bit modes.
10139 (AVX512MODE2P): New.
10140 (avx512f_<castmode><avxsizesuffix>_<castmode): New.
10141 (avx512f_<castmode><avxsizesuffix>_256<castmode): Ditto.
10142
10143 2014-08-15 Richard Biener <rguenther@suse.de>
10144
10145 * fold-const.c (tree_swap_operands_p): Put all constants
10146 last, also strip sign-changing NOPs when considering further
10147 canonicalization. Canonicalize also when optimizing for size.
10148
10149 2014-08-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10150
10151 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate): Move
10152 one_match > zero_match case to just before simple_sequence.
10153
10154 2014-08-15 Richard Biener <rguenther@suse.de>
10155
10156 * data-streamer.h (streamer_string_index, string_for_index):
10157 Remove.
10158 * data-streamer-out.c (streamer_string_index): Make static.
10159 * data-streamer-in.c (string_for_index): Likewise.
10160 * lto-streamer-out.c (lto_output_location): Use bp_pack_string.
10161 * lto-streamer-in.c (lto_input_location): Use bp_unpack_string.
10162
10163 2014-08-15 Richard Biener <rguenther@suse.de>
10164
10165 PR tree-optimization/62031
10166 * tree-data-ref.c (dr_analyze_indices): Do not set
10167 DR_UNCONSTRAINED_BASE.
10168 (dr_may_alias_p): All indirect accesses have to go the
10169 formerly DR_UNCONSTRAINED_BASE path.
10170 * tree-data-ref.h (struct indices): Remove
10171 unconstrained_base member.
10172 (DR_UNCONSTRAINED_BASE): Remove.
10173
10174 2014-08-15 Jakub Jelinek <jakub@redhat.com>
10175
10176 PR middle-end/62092
10177 * gimplify.c (gimplify_adjust_omp_clauses_1): Don't remove
10178 OMP_CLAUSE_SHARED for global vars if the global var is mentioned
10179 in OMP_CLAUSE_MAP in some outer target region.
10180
10181 2014-08-15 Bin Cheng <bin.cheng@arm.com>
10182
10183 * tree-ssa-loop-ivopts.c (ivopts_data): New field
10184 name_expansion_cache.
10185 (tree_ssa_iv_optimize_init): Initialize name_expansion_cache.
10186 (tree_ssa_iv_optimize_finalize): Free name_expansion_cache.
10187 (strip_wrap_conserving_type_conversions, expr_equal_p): Delete.
10188 (difference_cannot_overflow_p): New parameter. Use affine
10189 expansion for equality check.
10190 (iv_elimination_compare_lt): Pass new argument.
10191
10192 2014-08-14 DJ Delorie <dj@redhat.com>
10193
10194 * config/rl78/rl78-real.md (addqi3_real): Allow adding global
10195 variables to the accumulator.
10196
10197 * config/rl78/predicates.md (rl78_near_mem_operand): New.
10198 * config/rl78/rl78-virt.md (movqi_virt_mm, movqi_virt)
10199 (movhi_virt_mm): Split out near mem-mem moves to avoid problems
10200 with far-far moves.
10201
10202 * config/rl78/rl78-expand.md (umulqihi3): Disable for G10.
10203 * config/rl78/rl78-virt.md (umulhi3_shift_virt): Likewise.
10204 (umulqihi3_virt): Likewise.
10205 * config/rl78/rl78-real.md (umulhi3_shift_real): Likewise.
10206 (umulqihi3_real): Likewise.
10207
10208 * config/rl78/rl78-virt.md (movhi_virt): Allow const->far moves.
10209
10210 2014-08-14 Jan Hubicka <hubicka@ucw.cz>
10211
10212 PR tree-optimization/62091
10213 * tree-ssa-alias.c (walk_aliased_vdefs_1): Do not clear
10214 function_entry_reached.
10215 (walk_aliased_vdefs): Clear it here.
10216 * ipa-devirt.c (check_stmt_for_type_change): Handle static storage.
10217
10218 2014-08-14 Jan Hubicka <hubicka@ucw.cz>
10219
10220 * ipa-utils.h (compare_virtual_tables): Declare.
10221 * ipa-devirt.c (odr_subtypes_equivalent_p): New function
10222
10223 2014-08-14 Marek Polacek <polacek@redhat.com>
10224
10225 DR 458
10226 * ginclude/stdatomic.h (__atomic_type_lock_free): Remove.
10227 (ATOMIC_*_LOCK_FREE): Map to __GCC_ATOMIC_*_LOCK_FREE.
10228
10229 2014-08-14 Tom de Vries <tom@codesourcery.com>
10230
10231 * emit-rtl.h (mem_attrs_eq_p): Remove duplicate declaration.
10232
10233 2014-08-14 Tom de Vries <tom@codesourcery.com>
10234
10235 PR rtl-optimization/62004
10236 PR rtl-optimization/62030
10237 * ifcvt.c (rtx_interchangeable_p): New function.
10238 (noce_try_move, noce_process_if_block): Use rtx_interchangeable_p.
10239 * emit-rtl.h (mem_attrs_eq_p): Declare.
10240
10241 2014-08-14 Roman Gareev <gareevroman@gmail.com>
10242
10243 * graphite-scop-detection.c:
10244 Add inclusion of cp-tree.h.
10245 (graphite_can_represent_scev): Disables the handling of SSA_NAME nodes
10246 in case they are pointers to object types
10247
10248 2014-08-14 Richard Biener <rguenther@suse.de>
10249
10250 * BASE-VER: Change to 5.0.0
10251
10252 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10253 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10254 Anna Tikhonova <anna.tikhonova@intel.com>
10255 Ilya Tocar <ilya.tocar@intel.com>
10256 Andrey Turetskiy <andrey.turetskiy@intel.com>
10257 Ilya Verbin <ilya.verbin@intel.com>
10258 Kirill Yukhin <kirill.yukhin@intel.com>
10259 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10260
10261 * config/i386/sse.md (define_mode_attr avx512): New.
10262 (define_mode_attr sse2_avx_avx512f): Allow V8HI, V16HI, V32HI, V2DI,
10263 V4DI modes.
10264 (define_mode_attr sse2_avx2): Allow V64QI, V32HI, V4TI modes.
10265 (define_mode_attr ssse3_avx2): Ditto.
10266 (define_mode_attr sse4_1_avx2): Allow V64QI, V32HI, V8DI modes.
10267 (define_mode_attr avx2_avx512bw): New.
10268 (define_mode_attr ssedoublemodelower): New.
10269 (define_mode_attr ssedoublemode): Allow V8SF, V8SI, V4DI, V4DF, V4SI,
10270 V32HI, V64QI modes.
10271 (define_mode_attr ssebytemode): Allow V8DI modes.
10272 (define_mode_attr sseinsnmode): Allow V4TI, V32HI, V64QI modes.
10273 (define_mode_attr sseintvecmodelower): Allow V8DF, V4TI modes.
10274 (define_mode_attr ssePSmode2): New.
10275 (define_mode_attr ssescalarsize): Allow V64QI, V32QI, V16QI, V8HI,
10276 V16HI, V32HI modes.
10277 (define_mode_attr dbpsadbwmode): New.
10278 (define_mode_attr bcstscalarsuff): Allow V64QI, V32QI, V16QI, V32HI,
10279 V16HI, V8HI, V8SI, V4SI, V4DI, V2DI, V8SF, V4SF, V4DF, V2DF modes.
10280 (vi8_sse4_1_avx2_avx512): New.
10281 (define_insn <sse4_1_avx2>_movntdqa): Use <vi8_sse4_1_avx2_avx512>
10282 mode attribute.
10283 (define_mode_attr blendbits): Move before its immediate use.
10284
10285 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10286 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10287 Anna Tikhonova <anna.tikhonova@intel.com>
10288 Ilya Tocar <ilya.tocar@intel.com>
10289 Andrey Turetskiy <andrey.turetskiy@intel.com>
10290 Ilya Verbin <ilya.verbin@intel.com>
10291 Kirill Yukhin <kirill.yukhin@intel.com>
10292 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10293
10294 * config/i386/sse.md: Allow V64QI, V32QI, V32HI, V4HI modes.
10295 * config/i386/subst.md
10296 (define_mode_iterator SUBST_V): Update.
10297 (define_mode_iterator SUBST_A): Ditto.
10298 (define_subst_attr "mask_operand7"): New.
10299 (define_subst_attr "mask_operand10"): New.
10300 (define_subst_attr "mask_operand_arg34") : New.
10301 (define_subst_attr "mask_expand_op3"): New.
10302 (define_subst_attr "mask_mode512bit_condition"): Handle TARGET_AVX512VL.
10303 (define_subst_attr "sd_mask_mode512bit_condition"): Ditto.
10304 (define_subst_attr "mask_avx512vl_condition"): New.
10305 (define_subst_attr "round_mask_operand4"): Ditto.
10306 (define_subst_attr "round_mask_scalar_op3"): Delete.
10307 (define_subst_attr "round_mask_op4"): New.
10308 (define_subst_attr "round_mode512bit_condition"): Allow V8DImode,
10309 V16SImode.
10310 (define_subst_attr "round_modev8sf_condition"): New.
10311 (define_subst_attr "round_modev4sf_condition"): GET_MODE instead of
10312 <MODE>mode.
10313 (define_subst_attr "round_saeonly_mask_operand4"): New.
10314 (define_subst_attr "round_saeonly_mask_op4"): New.
10315 (define_subst_attr "round_saeonly_mode512bit_condition"): Allow
10316 V8DImode, V16SImode.
10317 (define_subst_attr "round_saeonly_modev8sf_condition"): New.
10318 (define_subst_attr "mask_expand4_name" "mask_expand4"): New.
10319 (define_subst_attr "mask_expand4_args"): New.
10320 (define_subst "mask_expand4"): New.
10321
10322 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10323 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10324 Anna Tikhonova <anna.tikhonova@intel.com>
10325 Ilya Tocar <ilya.tocar@intel.com>
10326 Andrey Turetskiy <andrey.turetskiy@intel.com>
10327 Ilya Verbin <ilya.verbin@intel.com>
10328 Kirill Yukhin <kirill.yukhin@intel.com>
10329 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10330
10331 * config/i386/i386.md
10332 (define_attr "isa"): Add avx512bw,noavx512bw.
10333 (define_attr "enabled"): Ditto.
10334 (define_split): Add 32/64-bit mask logic.
10335 (define_insn "*k<logic>qi"): New.
10336 (define_insn "*k<logic>hi"): New.
10337 (define_insn "*anddi_1"): Add mask version.
10338 (define_insn "*andsi_1"): Ditto.
10339 (define_insn "*<code><mode>_1"): Ditto.
10340 (define_insn "*<code>hi_1"): Ditto.
10341 (define_insn "kxnor<mode>"): New.
10342 (define_insn "kunpcksi"): New.
10343 (define_insn "kunpckdi"): New.
10344 (define_insn "*one_cmpl<mode>2_1"): Add mask version.
10345 (define_insn "*one_cmplhi2_1"): Ditto.
10346
10347 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10348 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10349 Anna Tikhonova <anna.tikhonova@intel.com>
10350 Ilya Tocar <ilya.tocar@intel.com>
10351 Andrey Turetskiy <andrey.turetskiy@intel.com>
10352 Ilya Verbin <ilya.verbin@intel.com>
10353 Kirill Yukhin <kirill.yukhin@intel.com>
10354 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10355
10356 * config/i386/i386.c (ix86_preferred_simd_mode): Allow V64QImode and
10357 V32HImode.
10358
10359 2014-08-14 Alexander Ivchenko <alexander.ivchenko@intel.com>
10360 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10361 Anna Tikhonova <anna.tikhonova@intel.com>
10362 Ilya Tocar <ilya.tocar@intel.com>
10363 Andrey Turetskiy <andrey.turetskiy@intel.com>
10364 Ilya Verbin <ilya.verbin@intel.com>
10365 Kirill Yukhin <kirill.yukhin@intel.com>
10366 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10367
10368 * config/i386/i386.c (print_reg): Сorrectly print 64-bit mask
10369 registers.
10370 (inline_secondary_memory_needed): Allow 64 bit wide mask registers.
10371 (ix86_hard_regno_mode_ok): Allow 32/64-bit mask registers and
10372 xmm/ymm16+ when availble.
10373 * config/i386/i386.h
10374 (HARD_REGNO_NREGS): Add mask regs.
10375 (VALID_AVX512F_REG_MODE): Ditto.
10376 (VALID_AVX512F_REG_MODE) : Define.
10377 (VALID_MASK_AVX512BW_MODE): Ditto.
10378 (reg_class) (MASK_REG_P(X)): Define.
10379 * config/i386/i386.md: Do not split long moves with mask register,
10380 use kmovb if avx512bw is availible.
10381 (movdi_internal): Handle mask registers.
10382
10383 2014-08-14 Richard Biener <rguenther@suse.de>
10384
10385 PR tree-optimization/62081
10386 * tree-ssa-loop.c (pass_fix_loops): New pass.
10387 (pass_tree_loop::gate): Do not fixup loops here.
10388 * tree-pass.h (make_pass_fix_loops): Declare.
10389 * passes.def: Schedule pass_fix_loops before GIMPLE loop passes.
10390
10391 2014-08-14 Richard Biener <rguenther@suse.de>
10392
10393 * tree.c (type_hash_lookup, type_hash_add): Merge into ...
10394 (type_hash_canon): ... this and avoid 2nd lookup for the add.
10395
10396 2014-08-14 Richard Biener <rguenther@suse.de>
10397
10398 PR tree-optimization/62090
10399 * builtins.c (fold_builtin_sprintf): Move to gimple-fold.c.
10400 (fold_builtin_2): Do not fold sprintf.
10401 (fold_builtin_3): Likewise.
10402 * gimple-fold.c (gimple_fold_builtin_sprintf): New function
10403 moved from builtins.c.
10404 (gimple_fold_builtin): Fold sprintf.
10405
10406 2014-08-14 Richard Biener <rguenther@suse.de>
10407
10408 PR rtl-optimization/62079
10409 * recog.c (peephole2_optimize): If peep2_do_cleanup_cfg
10410 run cleanup_cfg.
10411
10412 2014-08-14 Ilya Enkovich <ilya.enkovich@intel.com>
10413
10414 * ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of
10415 current_function_decl.
10416
10417 2014-08-14 Ilya Enkovich <ilya.enkovich@intel.com>
10418
10419 * cgraph.c (cgraph_node::function_symbol): Fix wrong
10420 cgraph_function_node to cgraph_node::function_symbol
10421 refactoring.
10422
10423 2014-08-14 Zhenqiang Chen <zhenqiang.chen@arm.com>
10424
10425 * config/arm/arm.c (arm_option_override): Set max_insns_skipped
10426 to MAX_INSN_PER_IT_BLOCK when optimize_size for THUMB2.
10427
10428 2014-08-13 Chen Gang gang.chen.5i5j@gmail.com
10429
10430 * microblaze/microblaze.md: Remove redundant '@' to avoid compiling
10431 warning.
10432
10433 2014-08-13 Roman Gareev <gareevroman@gmail.com>
10434
10435 * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
10436 generator.
10437
10438 2014-08-12 Jakub Jelinek <jakub@redhat.com>
10439
10440 PR target/62025
10441 * sched-deps.c (find_inc): Check if inc_insn doesn't clobber
10442 any registers that are used in mem_insn.
10443
10444 2014-08-12 Steve Ellcey <sellcey@mips.com>
10445
10446 * config/mips/mips.h (ASM_SPEC): Pass float options to assembler.
10447
10448 2014-08-12 Steve Ellcey <sellcey@mips.com>
10449
10450 * config/mips/t-mti-elf (MULTILIB_OPTIONS): Remove fp64 multilib.
10451 (MULTILIB_DIRNAMES): Ditto.
10452 * config/mips/t-mti-elf (MULTILIB_OPTIONS): Ditto.
10453 * config/mips/t-mti-elf (MULTILIB_EXCEPTIONS): Ditto.
10454 * config/mips/t-mti-linux (MULTILIB_OPTIONS): Ditto.
10455 * config/mips/t-mti-linux (MULTILIB_DIRNAMES): Ditto.
10456 * config/mips/t-mti-linux (MULTILIB_EXCEPTIONS): Ditto.
10457 * config/mips/mti-linux.h (SYSROOT_SUFFIX_SPEC): Ditto.
10458
10459 2014-08-12 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10460
10461 PR target/61413
10462 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix definition
10463 of __ARM_SIZEOF_WCHAR_T.
10464
10465 2014-08-12 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10466
10467 PR target/62098
10468 * config/arm/vfp.md (*combine_vcvtf2i): Fix constraint.
10469 Remove unnecessary attributes.
10470
10471 2014-08-12 Yury Gribov <y.gribov@samsung.com>
10472
10473 * internal-fn.c (init_internal_fns): Fix off-by-one.
10474
10475 2014-08-12 Alexander Ivchenko <alexander.ivchenko@intel.com>
10476 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10477 Anna Tikhonova <anna.tikhonova@intel.com>
10478 Ilya Tocar <ilya.tocar@intel.com>
10479 Andrey Turetskiy <andrey.turetskiy@intel.com>
10480 Ilya Verbin <ilya.verbin@intel.com>
10481 Kirill Yukhin <kirill.yukhin@intel.com>
10482 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10483
10484 * config/i386/i386.c (standard_sse_constant_opcode): Use
10485 vpxord/vpternlog if avx512 is availible.
10486
10487 2014-08-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
10488
10489 PR middle-end/62103
10490 * gimple-fold.c (fold_ctor_reference): Don't fold in presence of
10491 bitfields, that is when size doesn't match the size of type or the
10492 size of the constructor.
10493
10494 2014-08-11 Michael Meissner <meissner@linux.vnet.ibm.com>
10495
10496 * config/rs6000/constraints.md (wh constraint): New constraint,
10497 for FP registers if direct move is available.
10498 (wi constraint): New constraint, for VSX/FP registers that can
10499 handle 64-bit integers.
10500 (wj constraint): New constraint for VSX/FP registers that can
10501 handle 64-bit integers for direct moves.
10502 (wk constraint): New constraint for VSX/FP registers that can
10503 handle 64-bit doubles for direct moves.
10504 (wy constraint): Make documentation match implementation.
10505
10506 * config/rs6000/rs6000.c (struct rs6000_reg_addr): Add
10507 scalar_in_vmx_p field to simplify tests of whether SFmode or
10508 DFmode can go in the Altivec registers.
10509 (rs6000_hard_regno_mode_ok): Use scalar_in_vmx_p field.
10510 (rs6000_setup_reg_addr_masks): Likewise.
10511 (rs6000_debug_print_mode): Add debug support for scalar_in_vmx_p
10512 field, and wh/wi/wj/wk constraints.
10513 (rs6000_init_hard_regno_mode_ok): Setup scalar_in_vmx_p field, and
10514 the wh/wi/wj/wk constraints.
10515 (rs6000_preferred_reload_class): If SFmode/DFmode can go in the
10516 upper registers, prefer VSX registers unless the operation is a
10517 memory operation with REG+OFFSET addressing.
10518
10519 * config/rs6000/vsx.md (VSr mode attribute): Add support for
10520 DImode. Change SFmode to use ww constraint instead of d to allow
10521 SF registers in the upper registers.
10522 (VSr2): Likewise.
10523 (VSr3): Likewise.
10524 (VSr5): Fix thinko in comment.
10525 (VSa): New mode attribute that is an alternative to wa, that
10526 returns the VSX register class that a mode can go in, but may not
10527 be the preferred register class.
10528 (VS_64dm): New mode attribute for appropriate register classes for
10529 referencing 64-bit elements of vectors for direct moves and normal
10530 moves.
10531 (VS_64reg): Likewise.
10532 (vsx_mov<mode>): Change wa constraint to <VSa> to limit the
10533 register allocator to only registers the data type can handle.
10534 (vsx_le_perm_load_<mode>): Likewise.
10535 (vsx_le_perm_store_<mode>): Likewise.
10536 (vsx_xxpermdi2_le_<mode>): Likewise.
10537 (vsx_xxpermdi4_le_<mode>): Likewise.
10538 (vsx_lxvd2x2_le_<mode>): Likewise.
10539 (vsx_lxvd2x4_le_<mode>): Likewise.
10540 (vsx_stxvd2x2_le_<mode>): Likewise.
10541 (vsx_add<mode>3): Likewise.
10542 (vsx_sub<mode>3): Likewise.
10543 (vsx_mul<mode>3): Likewise.
10544 (vsx_div<mode>3): Likewise.
10545 (vsx_tdiv<mode>3_internal): Likewise.
10546 (vsx_fre<mode>2): Likewise.
10547 (vsx_neg<mode>2): Likewise.
10548 (vsx_abs<mode>2): Likewise.
10549 (vsx_nabs<mode>2): Likewise.
10550 (vsx_smax<mode>3): Likewise.
10551 (vsx_smin<mode>3): Likewise.
10552 (vsx_sqrt<mode>2): Likewise.
10553 (vsx_rsqrte<mode>2): Likewise.
10554 (vsx_tsqrt<mode>2_internal): Likewise.
10555 (vsx_fms<mode>4): Likewise.
10556 (vsx_nfma<mode>4): Likewise.
10557 (vsx_eq<mode>): Likewise.
10558 (vsx_gt<mode>): Likewise.
10559 (vsx_ge<mode>): Likewise.
10560 (vsx_eq<mode>_p): Likewise.
10561 (vsx_gt<mode>_p): Likewise.
10562 (vsx_ge<mode>_p): Likewise.
10563 (vsx_xxsel<mode>): Likewise.
10564 (vsx_xxsel<mode>_uns): Likewise.
10565 (vsx_copysign<mode>3): Likewise.
10566 (vsx_float<VSi><mode>2): Likewise.
10567 (vsx_floatuns<VSi><mode>2): Likewise.
10568 (vsx_fix_trunc<mode><VSi>2): Likewise.
10569 (vsx_fixuns_trunc<mode><VSi>2): Likewise.
10570 (vsx_x<VSv>r<VSs>i): Likewise.
10571 (vsx_x<VSv>r<VSs>ic): Likewise.
10572 (vsx_btrunc<mode>2): Likewise.
10573 (vsx_b2trunc<mode>2): Likewise.
10574 (vsx_floor<mode>2): Likewise.
10575 (vsx_ceil<mode>2): Likewise.
10576 (vsx_<VS_spdp_insn>): Likewise.
10577 (vsx_xscvspdp): Likewise.
10578 (vsx_xvcvspuxds): Likewise.
10579 (vsx_float_fix_<mode>2): Likewise.
10580 (vsx_set_<mode>): Likewise.
10581 (vsx_extract_<mode>_internal1): Likewise.
10582 (vsx_extract_<mode>_internal2): Likewise.
10583 (vsx_extract_<mode>_load): Likewise.
10584 (vsx_extract_<mode>_store): Likewise.
10585 (vsx_splat_<mode>): Likewise.
10586 (vsx_xxspltw_<mode>): Likewise.
10587 (vsx_xxspltw_<mode>_direct): Likewise.
10588 (vsx_xxmrghw_<mode>): Likewise.
10589 (vsx_xxmrglw_<mode>): Likewise.
10590 (vsx_xxsldwi_<mode>): Likewise.
10591 (vsx_xscvdpspn): Tighten constraints to only use register classes
10592 the types use.
10593 (vsx_xscvspdpn): Likewise.
10594 (vsx_xscvdpspn_scalar): Likewise.
10595
10596 * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wh, wi,
10597 wj, and wk constraints.
10598 (GPR_REG_CLASS_P): New helper macro for register classes targeting
10599 general purpose registers.
10600
10601 * config/rs6000/rs6000.md (f32_dm): Use wh constraint for SDmode
10602 direct moves.
10603 (zero_extendsidi2_lfiwz): Use wj constraint for direct move of
10604 DImode instead of wm. Use wk constraint for direct move of DFmode
10605 instead of wm.
10606 (extendsidi2_lfiwax): Likewise.
10607 (lfiwax): Likewise.
10608 (lfiwzx): Likewise.
10609 (movdi_internal64): Likewise.
10610
10611 * doc/md.texi (PowerPC and IBM RS6000): Document wh, wi, wj, and
10612 wk constraints. Make the wy constraint documentation match them
10613 implementation.
10614
10615 2014-08-11 Mircea Namolaru <mircea.namolaru@inria.fr>
10616
10617 Replacement of isl_int by isl_val
10618 * graphite-clast-to-gimple.c: include isl/val.h, isl/val_gmp.h
10619 (compute_bounds_for_param): use isl_val instead of isl_int
10620 (compute_bounds_for_loop): likewise
10621 * graphite-interchange.c: include isl/val.h, isl/val_gmp.h
10622 (build_linearized_memory_access): use isl_val instead of isl_int
10623 (pdr_stride_in_loop): likewise
10624 * graphite-optimize-isl.c:
10625 (getPrevectorMap): use isl_val instead of isl_int
10626 * graphite-poly.c:
10627 (pbb_number_of_iterations_at_time): use isl_val instead of isl_int
10628 graphite-sese-to-poly.c: include isl/val.h, isl/val_gmp.h
10629 (extern the_isl_ctx): declare
10630 (build_pbb_scattering_polyhedrons): use isl_val instead of isl_int
10631 (extract_affine_gmp): likewise
10632 (wrap): likewise
10633 (build_loop_iteration_domains): likewise
10634 (add_param_constraints): likewise
10635
10636 2014-08-11 Richard Biener <rguenther@suse.de>
10637
10638 PR tree-optimization/62075
10639 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Properly
10640 handle uses in patterns.
10641
10642 2014-08-11 Alexander Ivchenko <alexander.ivchenko@intel.com>
10643 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10644 Anna Tikhonova <anna.tikhonova@intel.com>
10645 Ilya Tocar <ilya.tocar@intel.com>
10646 Andrey Turetskiy <andrey.turetskiy@intel.com>
10647 Ilya Verbin <ilya.verbin@intel.com>
10648 Kirill Yukhin <kirill.yukhin@intel.com>
10649 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10650
10651 * common/config/i386/i386-common.c
10652 (OPTION_MASK_ISA_AVX512VL_SET): Define.
10653 (OPTION_MASK_ISA_AVX512F_UNSET): Update.
10654 (ix86_handle_option): Handle OPT_mavx512vl.
10655 * config/i386/cpuid.h (bit_AVX512VL): Define.
10656 * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512vl,
10657 set -mavx512vl accordingly.
10658 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
10659 OPTION_MASK_ISA_AVX512VL.
10660 * config/i386/i386.c (ix86_target_string): Handle -mavx512vl.
10661 (ix86_option_override_internal): Define PTA_AVX512VL, handle
10662 PTA_AVX512VL and OPTION_MASK_ISA_AVX512VL.
10663 (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512vl.
10664 * config/i386/i386.h (TARGET_AVX512VL): Define.
10665 (TARGET_AVX512VL_P(x)): Ditto.
10666 * config/i386/i386.opt: Add mavx512vl.
10667
10668 2014-08-11 Felix Yang <fei.yang0953@gmail.com>
10669
10670 PR tree-optimization/62073
10671 * tree-vect-loop.c (vect_is_simple_reduction_1): Check that DEF1 has
10672 a basic block.
10673
10674 2014-08-11 Alexander Ivchenko <alexander.ivchenko@intel.com>
10675 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10676 Anna Tikhonova <anna.tikhonova@intel.com>
10677 Ilya Tocar <ilya.tocar@intel.com>
10678 Andrey Turetskiy <andrey.turetskiy@intel.com>
10679 Ilya Verbin <ilya.verbin@intel.com>
10680 Kirill Yukhin <kirill.yukhin@intel.com>
10681 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10682
10683 * common/config/i386/i386-common.c
10684 (OPTION_MASK_ISA_AVX512BW_SET) : Define.
10685 (OPTION_MASK_ISA_AVX512BW_UNSET): Ditto.
10686 (OPTION_MASK_ISA_AVX512VL_UNSET) : Ditto.
10687 (ix86_handle_option): Handle OPT_mavx512bw.
10688 * config/i386/cpuid.h (bit_AVX512BW): Define.
10689 * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512bw,
10690 set -mavx512bw accordingly.
10691 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
10692 OPTION_MASK_ISA_AVX512BW.
10693 * config/i386/i386.c (ix86_target_string): Handle -mavx512bw.
10694 (ix86_option_override_internal): Define PTA_AVX512BW, handle
10695 PTA_AVX512BW and OPTION_MASK_ISA_AVX512BW.
10696 (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512bw.
10697 * config/i386/i386.h (TARGET_AVX512BW): Define.
10698 (TARGET_AVX512BW_P(x)): Ditto.
10699 * config/i386/i386.opt: Add mavx512bw.
10700
10701 2014-08-11 Richard Biener <rguenther@suse.de>
10702
10703 PR tree-optimization/62070
10704 * tree-ssa-loop-manip.c (gimple_duplicate_loop_to_header_edge):
10705 Remove SSA checking.
10706
10707 2014-08-11 Yury Gribov <y.gribov@samsung.com>
10708
10709 * asan.c (asan_check_flags): New enum.
10710 (build_check_stmt_with_calls): Removed function.
10711 (build_check_stmt): Split inlining logic to
10712 asan_expand_check_ifn.
10713 (instrument_derefs): Rename parameter.
10714 (instrument_mem_region_access): Rename parameter.
10715 (instrument_strlen_call): Likewise.
10716 (asan_expand_check_ifn): New function.
10717 (asan_instrument): Remove old code.
10718 (pass_sanopt::execute): Change handling of
10719 asan-instrumentation-with-call-threshold.
10720 (asan_clear_shadow): Fix formatting.
10721 (asan_function_start): Likewise.
10722 (asan_emit_stack_protection): Likewise.
10723 * doc/invoke.texi (asan-instrumentation-with-call-threshold):
10724 Update description.
10725 * internal-fn.c (expand_ASAN_CHECK): New function.
10726 * internal-fn.def (ASAN_CHECK): New internal function.
10727 * params.def (PARAM_ASAN_INSTRUMENTATION_WITH_CALL_THRESHOLD):
10728 Update description.
10729 (PARAM_ASAN_USE_AFTER_RETURN): Likewise.
10730 * tree.c: Small comment fix.
10731
10732 2014-08-11 Yury Gribov <y.gribov@samsung.com>
10733
10734 * gimple.c (gimple_call_fnspec): Support internal functions.
10735 (gimple_call_return_flags): Use const.
10736 * Makefile.in (GTFILES): Add internal-fn.h to list of GC files.
10737 * internal-fn.def: Add fnspec information.
10738 * internal-fn.h (internal_fn_fnspec): New function.
10739 (init_internal_fns): Declare new function.
10740 * internal-fn.c (internal_fn_fnspec_array): New global variable.
10741 (init_internal_fns): New function.
10742 * tree-core.h: Update macro call.
10743 * tree.c (build_common_builtin_nodes): Initialize internal fns.
10744
10745 2014-08-10 Gerald Pfeifer <gerald@pfeifer.com>
10746
10747 * lto-streamer.h (struct output_block::symbol): Change from
10748 struct symtab_node to plain symtab_node.
10749 (referenced_from_this_partition_p): Change first parameter
10750 from struct symtab_node to plain symtab_node.
10751
10752 2014-08-10 Marek Polacek <polacek@redhat.com>
10753
10754 PR c/51849
10755 * gcc/doc/invoke.texi: Document -Wc90-c99-compat.
10756
10757 2014-08-09 Jan Hubicka <hubicka@ucw.cz>
10758
10759 * ipa-devirt.c (get_dynamic_type): Handle case when instance is in
10760 DECL correctly; do not give up on types in static storage.
10761
10762 2014-08-09 Paolo Carlini <paolo.carlini@oracle.com>
10763
10764 * doc/invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
10765
10766 2014-08-09 Roman Gareev <gareevroman@gmail.com>
10767
10768 * graphite-isl-ast-to-gimple.c:
10769 (translate_isl_ast_node_user): Use nb_loops instead of loop->num + 1.
10770
10771 * gcc.dg/graphite/isl-ast-gen-user-1.c: New testcase.
10772
10773 2014-08-08 Guozhi Wei <carrot@google.com>
10774
10775 * config/rs6000/rs6000.md (*movdi_internal64): Add a new constraint.
10776
10777 2014-08-08 Cary Coutant <ccoutant@google.com>
10778
10779 * dwarf2out.c (get_skeleton_type_unit): Remove.
10780 (output_skeleton_debug_sections): Remove skeleton type units.
10781 (output_comdat_type_unit): Likewise.
10782 (dwarf2out_finish): Likewise.
10783
10784 2014-08-07 Yi Yang <ahyangyi@google.com>
10785
10786 * predict.c (expr_expected_value_1): Remove the redundant assignment.
10787
10788 2014-08-08 Richard Biener <rguenther@suse.de>
10789
10790 * lto-streamer.h (struct lto_input_block): Make it a class
10791 with a constructor.
10792 (LTO_INIT_INPUT_BLOCK, LTO_INIT_INPUT_BLOCK_PTR): Remove.
10793 (struct lto_function_header, struct lto_simple_header,
10794 struct lto_simple_header_with_strings,
10795 struct lto_decl_header, struct lto_function_header): Make
10796 a simple inheritance hieararchy. Remove unused fields.
10797 (struct lto_asm_header): Remove.
10798 * lto-streamer-out.c (produce_asm): Adjust.
10799 (lto_output_toplevel_asms): Likewise.
10800 (produce_asm_for_decls): Likewise.
10801 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
10802 * data-streamer-in.c (string_for_index): Likewise.
10803 * ipa-inline-analysis.c (inline_read_section): Likewise.
10804 * ipa-prop.c (ipa_prop_read_section): Likewise.
10805 (read_replacements_section): Likewise.
10806 * lto-cgraph.c (input_cgraph_opt_section): Likewise.
10807 * lto-section-in.c (lto_create_simple_input_block): Likewise.
10808 (lto_destroy_simple_input_block): Likewise.
10809 * lto-streamer-in.c (lto_read_body_or_constructor): Likewise.
10810 (lto_input_toplevel_asms): Likewise.
10811
10812 2014-08-08 Alexander Ivchenko <alexander.ivchenko@intel.com>
10813 Maxim Kuznetsov <maxim.kuznetsov@intel.com>
10814 Anna Tikhonova <anna.tikhonova@intel.com>
10815 Ilya Tocar <ilya.tocar@intel.com>
10816 Andrey Turetskiy <andrey.turetskiy@intel.com>
10817 Ilya Verbin <ilya.verbin@intel.com>
10818 Kirill Yukhin <kirill.yukhin@intel.com>
10819 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
10820
10821 * common/config/i386/i386-common.c
10822 (OPTION_MASK_ISA_AVX512DQ_SET): Define.
10823 (OPTION_MASK_ISA_AVX512DQ_UNSET): Ditto.
10824 (ix86_handle_option): Handle OPT_mavx512dq.
10825 * config/i386/cpuid.h (bit_AVX512DQ): Define.
10826 * config/i386/driver-i386.c (host_detect_local_cpu): Detect avx512dq,
10827 set -mavx512dq accordingly.
10828 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
10829 OPTION_MASK_ISA_AVX512DQ.
10830 * config/i386/i386.c (ix86_target_string): Handle -mavx512dq.
10831 (ix86_option_override_internal): Define PTA_AVX512DQ, handle
10832 PTA_AVX512DQ and OPTION_MASK_ISA_AVX512DQ.
10833 (ix86_valid_target_attribute_inner_p): Handle OPT_mavx512dq.
10834 * config/i386/i386.h (TARGET_AVX512DQ): Define.
10835 (TARGET_AVX512DQ_P(x)): Ditto.
10836 * config/i386/i386.opt: Add mavx512dq.
10837
10838 2014-08-08 Richard Biener <rguenther@suse.de>
10839
10840 * builtins.c (c_getstr, readonly_data_expr, init_target_chars,
10841 target_percent, target_percent_s): Export.
10842 (var_decl_component_p, fold_builtin_memory_op, fold_builtin_memset,
10843 fold_builtin_bzero, fold_builtin_strcpy, fold_builtin_strncpy,
10844 fold_builtin_strcat, fold_builtin_fputs, fold_builtin_memory_chk,
10845 fold_builtin_stxcpy_chk, fold_builtin_stxncpy_chk,
10846 fold_builtin_sprintf_chk_1, fold_builtin_snprintf_chk_1):
10847 Move to gimple-fold.c.
10848 (fold_builtin_2): Remove handling of bzero, fputs, fputs_unlocked,
10849 strcat and strcpy.
10850 (fold_builtin_3): Remove handling of memset, bcopy, memcpy,
10851 mempcpy, memmove, strncpy, strcpy_chk and stpcpy_chk.
10852 (fold_builtin_4): Remove handling of memcpy_chk, mempcpy_chk,
10853 memmove_chk, memset_chk, strncpy_chk and stpncpy_chk.
10854 (rewrite_call_expr_array): Remove.
10855 (fold_builtin_sprintf_chk): Likewise.
10856 (fold_builtin_snprintf_chk): Likewise.
10857 (fold_builtin_varargs): Remove handling of sprintf_chk,
10858 vsprintf_chk, snprintf_chk and vsnprintf_chk.
10859 (gimple_fold_builtin_sprintf_chk): Remove.
10860 (gimple_fold_builtin_snprintf_chk): Likewise.
10861 (gimple_fold_builtin_varargs): Likewise.
10862 (fold_call_stmt): Do not call gimple_fold_builtin_varargs.
10863 * predict.c (optimize_bb_for_size_p): Handle NULL bb.
10864 * gimple.c (gimple_seq_add_seq_without_update): New function.
10865 * gimple.h (gimple_seq_add_seq_without_update): Declare.
10866 * gimple-fold.c: Include output.h.
10867 (gsi_replace_with_seq_vops): New function, split out from ...
10868 (gimplify_and_update_call_from_tree): ... here.
10869 (replace_call_with_value): New function.
10870 (replace_call_with_call_and_fold): Likewise.
10871 (var_decl_component_p): Moved from builtins.c.
10872 (gimple_fold_builtin_memory_op): Moved from builtins.c
10873 fold_builtin_memory_op and rewritten to GIMPLE.
10874 (gimple_fold_builtin_memset): Likewise.
10875 (gimple_fold_builtin_strcpy): Likewise.
10876 (gimple_fold_builtin_strncpy): Likewise.
10877 (gimple_fold_builtin_strcat): Likewise.
10878 (gimple_fold_builtin_fputs): Likewise.
10879 (gimple_fold_builtin_memory_chk): Likewise.
10880 (gimple_fold_builtin_stxcpy_chk): Likewise.
10881 (gimple_fold_builtin_stxncpy_chk): Likewise.
10882 (gimple_fold_builtin_snprintf_chk): Likewise.
10883 (gimple_fold_builtin_sprintf_chk): Likewise.
10884 (gimple_fold_builtin_strlen): New function.
10885 (gimple_fold_builtin_with_strlen): New function split out from
10886 gimple_fold_builtin.
10887 (gimple_fold_builtin): Change signature and handle
10888 bzero, memset, bcopy, memcpy, mempcpy and memmove folding
10889 here. Call gimple_fold_builtin_with_strlen.
10890 (gimple_fold_call): Adjust.
10891
10892 2014-08-08 Kugan Vivekanandarajah <kuganv@linaro.org>
10893
10894 * calls.c (precompute_arguments): Check
10895 promoted_for_signed_and_unsigned_p and set the promoted mode.
10896 (promoted_for_signed_and_unsigned_p): New function.
10897 (expand_expr_real_1): Check promoted_for_signed_and_unsigned_p
10898 and set the promoted mode.
10899 * expr.h (promoted_for_signed_and_unsigned_p): New function definition.
10900 * cfgexpand.c (expand_gimple_stmt_1): Call emit_move_insn if
10901 SUBREG is promoted with SRP_SIGNED_AND_UNSIGNED.
10902
10903
10904 2014-08-08 Kugan Vivekanandarajah <kuganv@linaro.org>
10905
10906 * calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET
10907 instead of SUBREG_PROMOTED_UNSIGNED_SET.
10908 (expand_call): Likewise.
10909 * cfgexpand.c (expand_gimple_stmt_1): Use SUBREG_PROMOTED_SIGN
10910 to get promoted mode.
10911 * combine.c (record_promoted_value): Skip > 0 comparison with
10912 SUBREG_PROMOTED_UNSIGNED_P as it now returns only 0 or 1.
10913 * expr.c (convert_move): Use SUBREG_CHECK_PROMOTED_SIGN instead
10914 of SUBREG_PROMOTED_UNSIGNED_P.
10915 (convert_modes): Likewise.
10916 (store_expr): Use SUBREG_PROMOTED_SIGN to get promoted mode.
10917 Use SUBREG_CHECK_PROMOTED_SIGN instead of SUBREG_PROMOTED_UNSIGNED_P.
10918 (expand_expr_real_1): Use new SUBREG_PROMOTED_SET instead of
10919 SUBREG_PROMOTED_UNSIGNED_SET.
10920 * function.c (assign_parm_setup_reg): Use new SUBREG_PROMOTED_SET
10921 instead of SUBREG_PROMOTED_UNSIGNED_SET.
10922 * ifcvt.c (noce_emit_cmove): Updated to use SUBREG_PROMOTED_GET and
10923 SUBREG_PROMOTED_SET.
10924 * internal-fn.c (ubsan_expand_si_overflow_mul_check): Use
10925 SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET.
10926 * optabs.c (widen_operand): Use SUBREG_CHECK_PROMOTED_SIGN instead
10927 of SUBREG_PROMOTED_UNSIGNED_P.
10928 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Remove.
10929 (SUBREG_PROMOTED_SET): New define.
10930 (SUBREG_PROMOTED_GET): Likewise.
10931 (SUBREG_PROMOTED_SIGN): Likewise.
10932 (SUBREG_PROMOTED_SIGNED_P): Likewise.
10933 (SUBREG_CHECK_PROMOTED_SIGN): Likewise.
10934 (SUBREG_PROMOTED_UNSIGNED_P): Updated.
10935 * rtlanal.c (unsigned_reg_p): Use new SUBREG_PROMOTED_GET
10936 instead of SUBREG_PROMOTED_UNSIGNED_GET.
10937 (nonzero_bits1): Skip > 0 comparison with the results as
10938 SUBREG_PROMOTED_UNSIGNED_P now returns only 0 or 1.
10939 (num_sign_bit_copies1): Use SUBREG_PROMOTED_SIGNED_P instead
10940 of !SUBREG_PROMOTED_UNSIGNED_P.
10941 * simplify-rtx.c (simplify_unary_operation_1): Use new
10942 SUBREG_PROMOTED_SIGNED_P instead of !SUBREG_PROMOTED_UNSIGNED_P.
10943 (simplify_subreg): Use new SUBREG_PROMOTED_SIGNED_P,
10944 SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_SET instead of
10945 SUBREG_PROMOTED_UNSIGNED_P and SUBREG_PROMOTED_UNSIGNED_SET.
10946
10947 2014-08-07 Jan Hubicka <hubicka@ucw.cz>
10948
10949 * ipa-devirt.c: Include gimple-pretty-print.h
10950 (referenced_from_vtable_p): Exclude DECL_EXTERNAL from
10951 further tests.
10952 (decl_maybe_in_construction_p): Fix conditional on cdtor check
10953 (get_polymorphic_call_info): Fix return value
10954 (type_change_info): New sturcture based on ipa-prop
10955 variant.
10956 (noncall_stmt_may_be_vtbl_ptr_store): New predicate
10957 based on ipa-prop variant.
10958 (extr_type_from_vtbl_ptr_store): New function
10959 based on ipa-prop variant.
10960 (record_known_type): New function.
10961 (check_stmt_for_type_change): New function.
10962 (get_dynamic_type): New function.
10963 * ipa-prop.c (ipa_analyze_call_uses): Use get_dynamic_type.
10964 * tree-ssa-pre.c: ipa-utils.h
10965 (eliminate_dom_walker::before_dom_children): Use ipa-devirt
10966 machinery; sanity check with ipa-prop devirtualization.
10967 * trans-mem.c (ipa_tm_insert_gettmclone_call): Clear
10968 polymorphic flag.
10969
10970 2014-08-07 Trevor Saunders <tsaunders@mozilla.com>
10971
10972 * Makefile.in: Remove references to pointer-set.c and pointer-set.h.
10973 * alias.c, cfgexpand.c, cgraphbuild.c,
10974 config/aarch64/aarch64-builtins.c, config/aarch64/aarch64.c,
10975 config/alpha/alpha.c, config/darwin.c, config/i386/i386.c,
10976 config/i386/winnt.c, config/ia64/ia64.c, config/m32c/m32c.c,
10977 config/mep/mep.c, config/mips/mips.c, config/rs6000/rs6000.c,
10978 config/s390/s390.c, config/sh/sh.c, config/sparc/sparc.c,
10979 config/spu/spu.c, config/stormy16/stormy16.c, config/tilegx/tilegx.c,
10980 config/tilepro/tilepro.c, config/xtensa/xtensa.c, dominance.c,
10981 dse.c, except.c, gengtype.c, gimple-expr.c,
10982 gimple-ssa-strength-reduction.c, gimplify.c, ifcvt.c,
10983 ipa-visibility.c, lto-streamer.h, omp-low.c, predict.c, stmt.c,
10984 tree-affine.c, tree-cfg.c, tree-eh.c, tree-inline.c, tree-nested.c,
10985 tree-scalar-evolution.c, tree-ssa-loop-im.c, tree-ssa-loop-niter.c,
10986 tree-ssa-phiopt.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
10987 tree-ssa.c, tree.c, var-tracking.c, varpool.c: Remove includes of
10988 pointer-set.h.
10989 * pointer-set.c: Remove file.
10990 * pointer-set.h: Remove file.
10991
10992 2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10993
10994 * config/arm/arm.md (*cmov<mode>): Set type attribute to fcsel.
10995 * config/arm/types.md (f_sels, f_seld): Delete.
10996
10997 2014-08-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10998
10999 * config/aarch64/aarch64.md (absdi2): Set simd attribute.
11000 (aarch64_reload_mov<mode>): Predicate on TARGET_FLOAT.
11001 (aarch64_movdi_<mode>high): Likewise.
11002 (aarch64_mov<mode>high_di): Likewise.
11003 (aarch64_movdi_<mode>low): Likewise.
11004 (aarch64_mov<mode>low_di): Likewise.
11005 (aarch64_movtilow_tilow): Likewise.
11006 Add comment explaining usage of fp,simd attributes and of
11007 TARGET_FLOAT and TARGET_SIMD.
11008
11009 2014-08-07 Ian Bolton <ian.bolton@arm.com>
11010 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11011
11012 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate):
11013 Use MOVN when one of the half-words is 0xffff.
11014
11015 2014-08-07 Marat Zakirov <m.zakirov@samsung.com>
11016
11017 * config/arm/thumb1.md (*thumb1_movqi_insn): Copy of thumb1_movhi_insn.
11018
11019 2014-08-07 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
11020
11021 * haifa-sched.c (SCHED_SORT): Delete. Macro used exactly once.
11022 (enum rfs_decition:RFS_*): New constants wrapped in an enum.
11023 (rfs_str): String corresponding to RFS_* constants.
11024 (rank_for_schedule_stats_t): New typedef.
11025 (rank_for_schedule_stats): New static variable.
11026 (rfs_result): New static function.
11027 (rank_for_schedule): Track statistics for deciding heuristics.
11028 (rank_for_schedule_stats_diff, print_rank_for_schedule_stats): New
11029 static functions.
11030 (ready_sort): Use them for debug printouts.
11031 (schedule_block): Init statistics state. Print statistics on
11032 rank_for_schedule decisions.
11033
11034 2014-08-07 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
11035
11036 * haifa-sched.c (rank_for_schedule): Fix INSN_TICK-based heuristics.
11037
11038 2014-08-07 Ilya Tocar <ilya.tocar@intel.com>
11039
11040 * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): Fix
11041 constraint.
11042
11043 2014-08-07 Trevor Saunders <tsaunders@mozilla.com>
11044
11045 * hash-map.h (default_hashmap_traits): Adjust overloads of hash
11046 function to not conflict.
11047 * alias.c, cfgexpand.c, dse.c, except.h, gimple-expr.c,
11048 gimple-ssa-strength-reduction.c, gimple-ssa.h, ifcvt.c,
11049 lto-streamer-out.c, lto-streamer.h, tree-affine.c, tree-affine.h,
11050 tree-predcom.c, tree-scalar-evolution.c, tree-ssa-loop-im.c,
11051 tree-ssa-loop-niter.c, tree-ssa.c, value-prof.c: Use hash_map instead
11052 of pointer_map.
11053
11054 2014-08-07 Marek Polacek <polacek@redhat.com>
11055
11056 * fold-const.c (fold_binary_loc): Add folding of
11057 (PTR0 - (PTR1 p+ A) -> (PTR0 - PTR1) - A.
11058
11059 2013-08-07 Ilya Enkovich <ilya.enkovich@intel.com>
11060
11061 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use decl size
11062 instead of type size.
11063 (ASM_FINISH_DECLARE_OBJECT): Likewise.
11064
11065 2014-08-07 Marat Zakirov <m.zakirov@samsung.com>
11066
11067 * config/arm/thumb1.md (*thumb1_movhi_insn): Handle stack pointer.
11068 (*thumb1_movqi_insn): Likewise.
11069 * config/arm/thumb2.md (*thumb2_movhi_insn): Likewise.
11070
11071 2014-08-07 Tom de Vries <tom@codesourcery.com>
11072
11073 * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
11074 (glibc_2_11_or_earlier): Remove effective-target keywords.
11075
11076 2014-08-07 Kugan Vivekanandarajah <kuganv@linaro.org>
11077
11078 * config/arm/arm.c (bdesc_2arg): Fix typo.
11079 (arm_atomic_assign_expand_fenv): Remove The default implementation.
11080
11081 2014-08-07 Zhenqiang Chen <zhenqiang.chen@arm.com>
11082
11083 * tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
11084
11085 2014-08-06 Vladimir Makarov <vmakarov@redhat.com>
11086
11087 PR debug/61923
11088 * haifa-sched.c (advance_one_cycle): Fix dump.
11089 (schedule_block): Don't advance cycle if we are already at the
11090 beginning of the cycle.
11091
11092 2014-08-06 Martin Jambor <mjambor@suse.cz>
11093
11094 PR ipa/61393
11095 * cgraphclones.c (cgraph_node::create_clone): Also copy tm_clone.
11096
11097 2014-08-06 Richard Biener <rguenther@suse.de>
11098
11099 PR lto/62034
11100 * lto-streamer-in.c (lto_input_tree_1): Assert we do not read
11101 SCCs here.
11102 (lto_input_tree): Pop SCCs here.
11103
11104 2014-08-06 Richard Biener <rguenther@suse.de>
11105
11106 PR tree-optimization/61320
11107 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Properly
11108 handle misaligned loads.
11109
11110 2014-08-06 Alan Lawrence <alan.lawrence@arm.com>
11111
11112 * config/aarch64/aarch64.c (aarch64_evpc_dup): Enable for bigendian.
11113 (aarch64_expand_vec_perm_const): Check for dup before zip.
11114
11115 2014-08-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11116
11117 * config/aarch64/aarch64.c (aarch64_classify_address): Use REG_P and
11118 CONST_INT_P instead of GET_CODE and compare.
11119 (aarch64_select_cc_mode): Likewise.
11120 (aarch64_print_operand): Likewise.
11121 (aarch64_rtx_costs): Likewise.
11122 (aarch64_simd_valid_immediate): Likewise.
11123 (aarch64_simd_check_vect_par_cnst_half): Likewise.
11124 (aarch64_simd_emit_pair_result_insn): Likewise.
11125
11126 2014-08-05 David Malcolm <dmalcolm@redhat.com>
11127
11128 * gdbhooks.py (find_gcc_source_dir): New helper function.
11129 (class PassNames): New class, locating and parsing passes.def.
11130 (class BreakOnPass): New command "break-on-pass".
11131
11132 2014-08-05 Trevor Saunders <tsaunders@mozilla.com>
11133
11134 * tree-ssa.c (redirect_edge_var_map_dup): insert newe before
11135 getting olde.
11136
11137 2014-08-05 Richard Biener <rguenther@suse.de>
11138
11139 PR rtl-optimization/61672
11140 * emit-rtl.h (mem_attrs_eq_p): Declare.
11141 * emit-rtl.c (mem_attrs_eq_p): Export. Handle NULL mem-attrs.
11142 * cse.c (exp_equiv_p): Use mem_attrs_eq_p.
11143 * cfgcleanup.c (merge_memattrs): Likewise.
11144 Include emit-rtl.h.
11145
11146 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11147
11148 * config/aarch64/arm_neon.h (vqdmlals_lane_s32): Use scalar types
11149 rather than singleton vectors.
11150 (vqdmlsls_lane_s32): Likewise.
11151
11152 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11153
11154 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_laneq<mode>):
11155 Use VSDQ_HSI mode iterator.
11156 (aarch64_sqrdmulh_laneq<mode>): Likewise.
11157 (aarch64_sq<r>dmulh_laneq<mode>_internal): New define_insn.
11158 * config/aarch64/aarch64-simd-builtins.def (sqdmulh_laneq):
11159 Use BUILTIN_VDQHS macro.
11160 (sqrdmulh_laneq): Likewise.
11161 * config/aarch64/arm_neon.h (vqdmlalh_laneq_s16): New intrinsic.
11162 (vqdmlals_laneq_s32): Likewise.
11163 (vqdmlslh_laneq_s16): Likewise.
11164 (vqdmlsls_laneq_s32): Likewise.
11165 (vqdmulhh_laneq_s16): Likewise.
11166 (vqdmulhs_laneq_s32): Likewise.
11167 (vqrdmulhh_laneq_s16): Likewise.
11168 (vqrdmulhs_laneq_s32): Likewise.
11169
11170 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11171
11172 * config/aarch64/arm_neon.h (vmul_f64): New intrinsic.
11173 (vmuld_laneq_f64): Likewise.
11174 (vmuls_laneq_f32): Likewise.
11175 (vmul_n_f64): Likewise.
11176 (vmuld_lane_f64): Reimplement in C.
11177 (vmuls_lane_f32): Likewise.
11178
11179 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11180
11181 * config/arm/cortex-a15.md (cortex_a15_alu_shift): Add crc type
11182 to reservation.
11183 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
11184
11185 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11186
11187 * config/arm/arm.md (clzsi2): Set predicable_short_it attr to no.
11188 (rbitsi2): Likewise.
11189 (*arm_rev): Set predicable and predicable_short_it attributes.
11190
11191 2014-08-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11192
11193 * convert.c (convert_to_integer): Guard transformation to lrint by
11194 -fno-math-errno.
11195
11196 2014-08-05 James Greenhalgh <james.greenhalgh@arm.com>
11197
11198 * config/aarch64/aarch64-builtins.c
11199 (aarch64_simd_builtin_type_mode): Delete.
11200 (v8qi_UP): Remap to V8QImode.
11201 (v4hi_UP): Remap to V4HImode.
11202 (v2si_UP): Remap to V2SImode.
11203 (v2sf_UP): Remap to V2SFmode.
11204 (v1df_UP): Remap to V1DFmode.
11205 (di_UP): Remap to DImode.
11206 (df_UP): Remap to DFmode.
11207 (v16qi_UP):V16QImode.
11208 (v8hi_UP): Remap to V8HImode.
11209 (v4si_UP): Remap to V4SImode.
11210 (v4sf_UP): Remap to V4SFmode.
11211 (v2di_UP): Remap to V2DImode.
11212 (v2df_UP): Remap to V2DFmode.
11213 (ti_UP): Remap to TImode.
11214 (ei_UP): Remap to EImode.
11215 (oi_UP): Remap to OImode.
11216 (ci_UP): Map to CImode.
11217 (xi_UP): Remap to XImode.
11218 (si_UP): Remap to SImode.
11219 (sf_UP): Remap to SFmode.
11220 (hi_UP): Remap to HImode.
11221 (qi_UP): Remap to QImode.
11222 (aarch64_simd_builtin_datum): Make mode a machine_mode.
11223 (VAR1): Build builtin name.
11224 (aarch64_init_simd_builtins): Remove dead code.
11225
11226 2014-08-05 Roman Gareev <gareevroman@gmail.com>
11227
11228 * graphite-isl-ast-to-gimple.c:
11229 (set_options): New function.
11230 (scop_to_isl_ast): Add calling of set_options.
11231
11232 2014-08-05 Jakub Jelinek <jakub@redhat.com>
11233
11234 * loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields.
11235 (analyze_iv_to_split_insn): Don't initialize them.
11236 (get_ivts_expr): Removed.
11237 (allocate_basic_variable, insert_base_initialization): Use
11238 SET_SRC instead of *get_ivts_expr.
11239 (split_iv): Use &SET_SRC instead of get_ivts_expr.
11240
11241 2014-08-05 Roman Gareev <gareevroman@gmail.com>
11242
11243 * graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info.
11244 (translate_isl_ast_for_loop): Add checking of the
11245 flag_loop_parallelize_all.
11246 (ast_build_before_for): New function.
11247 (scop_to_isl_ast): Add checking of the
11248 flag_loop_parallelize_all.
11249 * graphite-dependences.c: Move the defenition of the
11250 scop_get_dependences from graphite-optimize-isl.c to this file.
11251 (apply_schedule_on_deps): Add checking of the ux's emptiness.
11252 (carries_deps): Add checking of the x's value.
11253 * graphite-optimize-isl.c: Move the defenition of the
11254 scop_get_dependences to graphite-dependences.c.
11255 * graphite-poly.h: Add declarations of scop_get_dependences
11256 and carries_deps.
11257
11258 2014-08-04 Rohit <rohitarulraj@freescale.com>
11259
11260 PR target/60102
11261 * config/rs6000/rs6000.c (rs6000_reg_names): Add SPE high register
11262 names.
11263 (alt_reg_names): Likewise.
11264 (rs6000_dwarf_register_span): For SPE high registers, replace
11265 dwarf register numbers with GCC hard register numbers.
11266 (rs6000_init_dwarf_reg_sizes_extra): Likewise.
11267 (rs6000_dbx_register_number): For SPE high registers, return dwarf
11268 register number for the corresponding GCC hard register number.
11269 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Update based on 32
11270 newly added GCC hard register numbers for SPE high registers.
11271 (DWARF_FRAME_REGISTERS): Likewise.
11272 (DWARF_REG_TO_UNWIND_COLUMN): Likewise.
11273 (DWARF_FRAME_REGNUM): Likewise.
11274 (FIXED_REGISTERS): Likewise.
11275 (CALL_USED_REGISTERS): Likewise.
11276 (CALL_REALLY_USED_REGISTERS): Likewise.
11277 (REG_ALLOC_ORDER): Likewise.
11278 (enum reg_class): Likewise.
11279 (REG_CLASS_NAMES): Likewise.
11280 (REG_CLASS_CONTENTS): Likewise.
11281 (SPE_HIGH_REGNO_P): New macro to identify SPE high registers.
11282
11283 2014-08-04 Richard Biener <rguenther@suse.de>
11284
11285 * gimple-fold.h (gimple_fold_builtin): Remove.
11286 * gimple-fold.c (gimple_fold_builtin): Make static.
11287 * tree-ssa-ccp.c (pass_fold_builtins::execute): Use
11288 fold_stmt, not gimple_fold_builtin.
11289
11290 2014-08-04 Martin Liska <mliska@suse.cz>
11291
11292 * cgraph.h (csi_end_p): Removed.
11293 (csi_next): Likewise.
11294 (csi_node): Likewise.
11295 (csi_start): Likewise.
11296 (cgraph_node_in_set_p): Likewise.
11297 (cgraph_node_set_size): Likewise.
11298 (vsi_end_p): Likewise.
11299 (vsi_next): Likewise.
11300 (vsi_node): Likewise.
11301 (vsi_start): Likewise.
11302 (varpool_node_set_size): Likewise.
11303 (cgraph_node_set_nonempty_p): Likewise.
11304 (varpool_node_set_nonempty_p): Likewise.
11305 * cgraphunit.c (cgraph_process_new_functions): vec replaces
11306 cgraph_node_set.
11307 * ipa-inline-transform.c: Likewise.
11308 * ipa-utils.c (cgraph_node_set_new): Removed.
11309 (cgraph_node_set_add): Likewise.
11310 (cgraph_node_set_remove): Likewise.
11311 (cgraph_node_set_find): Likewise.
11312 (dump_cgraph_node_set): Likewise.
11313 (debug_cgraph_node_set): Likewise.
11314 (free_cgraph_node_set): Likewise.
11315 (varpool_node_set_new): Likewise.
11316 (varpool_node_set_add): Likewise.
11317 (varpool_node_set_remove): Likewise.
11318 (varpool_node_set_find): Likewise.
11319 (dump_varpool_node_set): Likewise.
11320 (free_varpool_node_set): Likewise.
11321 (debug_varpool_node_set): Likewise.
11322 * tree-emutls.c (struct tls_var_data):
11323 (emutls_index): Removed.
11324 (emutls_decl): Likewise.
11325 (gen_emutls_addr): Function implementation uses newly added
11326 hash_map<varpool_node *, tls_var_data>.
11327 (clear_access_vars): Likewise.
11328 (create_emultls_var): Likewise.
11329 (ipa_lower_emutls): Likewise.
11330 (reset_access): New function.
11331
11332 2014-08-04 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
11333
11334 * config/i386/i386.c (ix86_option_override_internal): Add
11335 PTA_RDRND and PTA_MOVBE for bdver4.
11336
11337 2014-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11338 James Greenhalgh <james.greenhalgh@arm.com>
11339
11340 * doc/md.texi (clrsb): Document.
11341 (clz): Change reference to x into operand 1.
11342 (ctz): Likewise.
11343 (popcount): Likewise.
11344
11345 2014-08-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11346
11347 PR target/61713
11348 * gcc/optabs.c (expand_atomic_test_and_set): Do not try to emit
11349 move to subtarget in serial version if result is ignored.
11350
11351 2014-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11352 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11353
11354 * sched-deps.c (try_group_insn): Generalise macro fusion hook usage
11355 to any two insns. Update comment. Rename to sched_macro_fuse_insns.
11356 (sched_analyze_insn): Update use of try_group_insn to
11357 sched_macro_fuse_insns.
11358 * config/i386/i386.c (ix86_macro_fusion_pair_p): Reject 2nd
11359 arguments that are not conditional jumps.
11360
11361 2014-08-04 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
11362
11363 * config/i386/driver-i386.c (host_detect_local_cpu): Handle AMD's extended
11364 family information. Handle BTVER2 cpu with cpuid family value.
11365
11366 2014-08-04 Tom de Vries <tom@codesourcery.com>
11367
11368 * doc/sourcebuild.texi (glibc, glibc_2_12_or_later)
11369 (glibc_2_11_or_earlier): Document effective-target keywords.
11370
11371 2014-08-01 Jan Hubicka <hubicka@ucw.cz>
11372
11373 * ipa-devirt.c (odr_type_warn_count): Add type.
11374 (possible_polymorphic_call_targets): Set it.
11375 (ipa_devirt): Use it.
11376
11377 2014-08-01 Jan Hubicka <hubicka@ucw.cz>
11378
11379 * doc/invoke.texi (Wsuggest-final-types, Wsuggest-final-methods):
11380 Document.
11381 * ipa-devirt.c: Include hash-map.h
11382 (struct polymorphic_call_target_d): Add type_warning and decl_warning.
11383 (clear_speculation): Break out of ...
11384 (get_class_context): ... here; speed up handling obviously useless
11385 speculations.
11386 (odr_type_warn_count, decl_warn_count): New structures.
11387 (final_warning_record): New structure.
11388 (final_warning_records): New static variable.
11389 (possible_polymorphic_call_targets): Cleanup handling of
11390 speculative info; do not build speculation when user do not care;
11391 record info about warnings when asked for.
11392 (add_decl_warning): New function.
11393 (type_warning_cmp): New function.
11394 (decl_warning_cmp): New function.
11395 (ipa_devirt): Handle -Wsuggest-final-methods and -Wsuggest-final-types.
11396 (gate): Enable pass when warnings are requested.
11397 * common.opt (Wsuggest-final-types, Wsuggest-final-methods): New
11398 options.
11399
11400 2014-08-02 Trevor Saunders <tsaunders@mozilla.com>
11401
11402 * hash-map.h (default_hashmap_traits::mark_key_deleted):
11403 Fix cast.
11404 (hash_map::remove): New method.
11405 (hash_map::traverse): New method.
11406 * cgraph.h, except.c, except.h, gimple-ssa-strength-reduction.c,
11407 ipa-utils.c, lto-cgraph.c, lto-streamer.h, omp-low.c, predict.c,
11408 tree-cfg.c, tree-cfgcleanup.c, tree-eh.c, tree-eh.h, tree-inline.c,
11409 tree-inline.h, tree-nested.c, tree-sra.c, tree-ssa-loop-im.c,
11410 tree-ssa-loop-ivopts.c, tree-ssa-reassoc.c, tree-ssa-structalias.c,
11411 tree-ssa.c, tree-ssa.h, var-tracking.c: Use hash_map instead of
11412 pointer_map.
11413
11414 2014-08-02 Trevor Saunders <tsaunders@mozilla.com>
11415
11416 * hash-set.h: new File.
11417 * cfgexpand.c, cfgloop.c, cgraph.c, cgraphbuild.c, cgraphunit.c,
11418 cprop.c, cse.c, gimple-walk.c, gimple-walk.h, gimplify.c, godump.c,
11419 ipa-devirt.c, ipa-pure-const.c, ipa-visibility.c, ipa.c, lto-cgraph.c,
11420 lto-streamer-out.c, stmt.c, tree-cfg.c, tree-core.h, tree-eh.c,
11421 tree-inline.c, tree-inline.h, tree-nested.c, tree-pretty-print.c,
11422 tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-threadedge.c,
11423 tree-ssa-uninit.c, tree.c, tree.h, value-prof.c, varasm.c,
11424 varpool.c: Use hash_set instead of pointer_set.
11425
11426 2014-08-01 Alan Lawrence <alan.lawrence@arm.com>
11427
11428 * config/aarch64/aarch64-simd-builtins.def (dup_lane, get_lane): Delete.
11429
11430 2014-08-01 Jiong Wang <jiong.wang@arm.com>
11431
11432 * config/aarch64/aarch64.c (aarch64_classify_address): Accept all offset
11433 for frame access when strict_p is false.
11434
11435 2014-08-01 Renlin Li <renlin.li@arm.com>
11436 2014-08-01 Jiong Wang <jiong.wang@arm.com>
11437
11438 * config/aarch64/aarch64.c (offset_7bit_signed_scaled_p): Rename to
11439 aarch64_offset_7bit_signed_scaled_p, remove static and use it.
11440 * config/aarch64/aarch64-protos.h (aarch64_offset_7bit_signed_scaled_p):
11441 Declaration.
11442 * config/aarch64/predicates.md (aarch64_mem_pair_offset): Define new
11443 predicate.
11444 * config/aarch64/aarch64.md (loadwb_pair, storewb_pair): Use
11445 aarch64_mem_pair_offset.
11446
11447 2014-08-01 Jiong Wang <jiong.wang@arm.com>
11448
11449 * config/aarch64/aarch64.md (loadwb_pair<GPI:mode>_<P:mode>): Fix
11450 offset.
11451 (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
11452 * config/aarch64/aarch64.c (aarch64_gen_loadwb_pair): Likewise.
11453
11454 2014-08-01 Matthew Fortune <matthew.fortune@imgtec.com>
11455
11456 * config/mips/mips.h (REGISTER_PREFIX): Define macro.
11457
11458 2014-08-01 James Greenhalgh <james.greenhalgh@arm.com>
11459
11460 PR regression/61510
11461 * cgraphunit.c (analyze_functions): Use get_create rather than get
11462 for decls which are clones of abstract functions.
11463
11464 2014-08-01 Martin Liska <mliska@suse.cz>
11465
11466 * gimple-iterator.h (gsi_next_nonvirtual_phi): New function.
11467 * ipa-prop.h (count_formal_params): Global function created from static.
11468 * ipa-prop.c (count_formal_params): Likewise.
11469 * ipa-utils.c (ipa_merge_profiles): Be more tolerant if we merge
11470 profiles for semantically equivalent functions.
11471 * passes.c (do_per_function): If we load body of a function
11472 during WPA, this condition should behave same.
11473 * varpool.c (ctor_for_folding): More tolerant assert for variable
11474 aliases created during WPA.
11475
11476 2014-08-01 Martin Liska <mliska@suse.cz>
11477
11478 * doc/invoke.texi (Options That Control Optimization): Documentation
11479 for -foptimize-strlen introduced. Optimization levels default options
11480 fixed.
11481
11482 2014-08-01 Jakub Jelinek <jakub@redhat.com>
11483
11484 * opts.c (common_handle_option): Handle -fsanitize=alignment.
11485 * ubsan.h (enum ubsan_null_ckind): Add UBSAN_CTOR_CALL.
11486 (ubsan_expand_bounds_ifn, ubsan_expand_null_ifn): Change return
11487 type to bool.
11488 * stor-layout.h (min_align_of_type): New prototype.
11489 * asan.c (pass_sanopt::execute): Don't perform gsi_next if
11490 ubsan_expand* told us not to do it. Remove the extra gsi_end_p
11491 check.
11492 * ubsan.c: Include builtins.h.
11493 (ubsan_expand_bounds_ifn): Change return type to bool,
11494 always return true.
11495 (ubsan_expand_null_ifn): Change return type to bool, change
11496 argument to gimple_stmt_iterator *. Handle both null and alignment
11497 sanitization, take type from ckind argument's type rather than
11498 first argument.
11499 (instrument_member_call): Removed.
11500 (instrument_mem_ref): Remove t argument, add mem and base arguments.
11501 Handle both null and alignment sanitization, don't say whole
11502 struct access is member access. Build 3 argument IFN_UBSAN_NULL
11503 call instead of 2 argument.
11504 (instrument_null): Adjust instrument_mem_ref caller. Don't
11505 instrument calls here.
11506 (pass_ubsan::gate, pass_ubsan::execute): Handle SANITIZE_ALIGNMENT
11507 like SANITIZE_NULL.
11508 * stor-layout.c (min_align_of_type): New function.
11509 * flag-types.h (enum sanitize_code): Add SANITIZE_ALIGNMENT.
11510 Or it into SANITIZE_UNDEFINED.
11511 * doc/invoke.texi (-fsanitize=alignment): Document.
11512
11513 2014-07-31 Andi Kleen <ak@linux.intel.com>
11514
11515 * tree-ssa-tail-merge.c (same_succ_hash): Convert to inchash.
11516
11517 2014-07-31 Andi Kleen <ak@linux.intel.com>
11518
11519 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Convert to
11520 inchash.
11521 (vn_reference_compute_hash): Dito.
11522 (vn_nary_op_compute_hash): Dito.
11523 (vn_phi_compute_hash): Dito.
11524 * tree-ssa-sccvn.h (vn_hash_constant_with_type): Dito.
11525
11526 2014-07-31 Andi Kleen <ak@linux.intel.com>
11527
11528 * tree-ssa-dom.c (iterative_hash_exprs_commutative):
11529 Rename to inchash:add_expr_commutative. Convert to inchash.
11530 (iterative_hash_hashable_expr): Rename to
11531 inchash:add_hashable_expr. Convert to inchash.
11532 (avail_expr_hash): Dito.
11533
11534 2014-07-31 Andi Kleen <ak@linux.intel.com>
11535
11536 * ipa-devirt.c (polymorphic_call_target_hasher::hash):
11537 Convert to inchash.
11538
11539 2014-07-31 Andi Kleen <ak@linux.intel.com>
11540
11541 * asan.c (asan_mem_ref_hasher::hash): Convert to inchash.
11542
11543 2014-07-31 Andi Kleen <ak@linux.intel.com>
11544
11545 * Makefile.in (OBJS): Add rtlhash.o
11546 * dwarf2out.c (addr_table_entry_do_hash): Convert to inchash.
11547 (loc_checksum): Dito.
11548 (loc_checksum_ordered): Dito.
11549 (hash_loc_operands): Dito.
11550 (hash_locs): Dito.
11551 (hash_loc_list): Dito.
11552 * rtl.c (iterative_hash_rtx): Moved to rtlhash.c
11553 * rtl.h (iterative_hash_rtx): Moved to rtlhash.h
11554 * rtlhash.c: New file.
11555 * rtlhash.h: New file.
11556
11557 2014-07-31 Andi Kleen <ak@linux.intel.com>
11558
11559 * inchash.h (inchash): Change inchash class to namespace.
11560 (class hash): ... Rename from inchash.
11561 (add_object): Move from macro to class template.
11562 * lto-streamer-out.c (hash_tree): Change inchash
11563 to inchash::hash.
11564 * tree.c (build_type_attribute_qual_variant): Dito.
11565 (type_hash_list): Dito.
11566 (attribute_hash_list): Dito.
11567 (iterative_hstate_expr): Rename to inchash::add_expr
11568 (build_range_type_1): Change inchash to inchash::hash
11569 and use hash::add_expr.
11570 (build_array_type_1): Dito.
11571 (build_function_type): Dito
11572 (build_method_type_directly): Dito.
11573 (build_offset_type): Dito.
11574 (build_complex_type): Dito.
11575 (make_vector_type): Dito.
11576 * tree.h (iterative_hash_expr): Dito.
11577
11578 2014-07-31 Chen Gang <gang.chen.5i5j@gmail.com>
11579
11580 * gcc.c (do_spec_1): Allocate enough space for saved_suffix.
11581
11582 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
11583
11584 * config/aarch64/arm_neon.h (vpadd_<suf><8,16,32,64>): Move to
11585 correct alphabetical position.
11586 (vpaddd_f64): Rewrite using builtins.
11587 (vpaddd_s64): Move to correct alphabetical position.
11588 (vpaddd_u64): New.
11589
11590 2014-07-31 Oleg Endo <olegendo@gcc.gnu.org>
11591
11592 PR target/61844
11593 * config/sh/sh.c (sh_legitimate_address_p,
11594 sh_legitimize_reload_address): Handle reg+reg address modes when
11595 ALLOW_INDEXED_ADDRESS is false.
11596 * config/sh/predicates.md (general_movsrc_operand,
11597 general_movdst_operand): Likewise.
11598
11599 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
11600
11601 * config/aarch64/aarch64-builtins.c
11602 (aarch64_gimple_fold_builtin): Don't fold reduction operations for
11603 BYTES_BIG_ENDIAN.
11604
11605 2014-07-31 James Greenhalgh <james.greenhalgh@arm.com>
11606
11607 * config/aarch64/aarch64.c (aarch64_simd_vect_par_cnst_half): Vary
11608 the generated mask based on BYTES_BIG_ENDIAN.
11609 (aarch64_simd_check_vect_par_cnst_half): New.
11610 * config/aarch64/aarch64-protos.h
11611 (aarch64_simd_check_vect_par_cnst_half): New.
11612 * config/aarch64/predicates.md (vect_par_cnst_hi_half): Refactor
11613 the check out to aarch64_simd_check_vect_par_cnst_half.
11614 (vect_par_cnst_lo_half): Likewise.
11615 * config/aarch64/aarch64-simd.md
11616 (aarch64_simd_move_hi_quad_<mode>): Always use vec_par_cnst_lo_half.
11617 (move_hi_quad_<mode>): Always generate a low mask.
11618
11619 2014-07-30 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
11620
11621 * doc/invoke.texi (AVR Options): Add documentation about
11622 __AVR_DEVICE_NAME__ built-in macro.
11623
11624 2014-07-31 Charles Baylis <charles.baylis@linaro.org>
11625
11626 PR target/61948
11627 * config/arm/neon.md (ashldi3_neon): Don't emit arm_ashldi3_1bit unless
11628 constraints are satisfied.
11629 (<shift>di3_neon): Likewise.
11630
11631 2014-07-31 Richard Biener <rguenther@suse.de>
11632
11633 PR tree-optimization/61964
11634 * tree-ssa-tail-merge.c (gimple_equal_p): Handle non-SSA LHS solely
11635 by structural equality.
11636
11637 2014-07-31 Yury Gribov <y.gribov@samsung.com>
11638
11639 * doc/cpp.texi (__SANITIZE_ADDRESS__): Updated description.
11640 * doc/invoke.texi (-fsanitize=kernel-address): Describe new option.
11641 * flag-types.h (SANITIZE_USER_ADDRESS, SANITIZE_KERNEL_ADDRESS):
11642 New enums.
11643 * gcc.c (sanitize_spec_function): Support new option.
11644 (SANITIZER_SPEC): Remove now redundant check.
11645 * opts.c (common_handle_option): Support new option.
11646 (finish_options): Check for incompatibilities.
11647 * toplev.c (process_options): Split userspace-specific checks.
11648
11649 2014-07-31 Richard Biener <rguenther@suse.de>
11650
11651 * lto-streamer.h (struct output_block): Remove global.
11652 (struct data_in): Remove labels, num_named_labels and
11653 num_unnamed_labels.
11654 * lto-streamer-in.c (lto_data_in_delete): Do not free labels.
11655 * lto-streamer-out.c (produce_asm_for_decls): Do not set global.
11656
11657 2014-07-31 Marc Glisse <marc.glisse@inria.fr>
11658
11659 PR c++/60517
11660 * common.opt (-Wreturn-local-addr): Moved from c.opt.
11661 * gimple-ssa-isolate-paths.c: Include diagnostic-core.h and intl.h.
11662 (isolate_path): New argument to avoid inserting a trap.
11663 (find_implicit_erroneous_behaviour): Handle returning the address
11664 of a local variable.
11665 (find_explicit_erroneous_behaviour): Likewise.
11666
11667 2014-07-31 Bingfeng Mei <bmei@broadcom.com>
11668
11669 PR lto/61868
11670 * toplev.c (init_random_seed): Move piece of code never called to
11671 set_random_seed.
11672 (set_random_seed): see above.
11673
11674 2014-07-31 Tom de Vries <tom@codesourcery.com>
11675
11676 * tree-ssa-loop.c (pass_tree_loop_init::execute): Remove dead code.
11677
11678 2014-07-31 Richard Sandiford <rdsandiford@googlemail.com>
11679
11680 * ira.c (insn_contains_asm_1, insn_contains_asm): Delete.
11681 (compute_regs_asm_clobbered): Use extract_asm_operands instead.
11682
11683 2014-07-31 Richard Biener <rguenther@suse.de>
11684
11685 * data-streamer.h (streamer_write_data_stream): Declare here,
11686 renamed from ...
11687 * lto-streamer.h (lto_output_data_stream): ... this. Remove.
11688 * lto-cgraph.c (lto_output_node): Adjust.
11689 (lto_output_varpool_node): Likewise.
11690 * data-streamer-out.c (streamer_string_index): Likewise.
11691 (streamer_write_data_stream, lto_append_block): Move from ...
11692 * lto-section-out.c (lto_output_data_stream,
11693 lto_append_block): ... here.
11694
11695 2014-07-30 Mike Stump <mikestump@comcast.net>
11696
11697 * configure.ac: Also check for popen.
11698 * tree-loop-distribution.c (dot_rdg): Autoconfize popen use.
11699 * configure: Regenerate.
11700 * config.in: Regenerate.
11701
11702 2014-07-30 Martin Jambor <mjambor@suse.cz>
11703
11704 * tree-sra.c (sra_ipa_modify_assign): Change type of the first
11705 parameter to gimple.
11706
11707 2014-07-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11708
11709 * config/s390/s390.c (s390_emit_tpf_eh_return): Pass original return
11710 address as second parameter to __tpf_eh_return routine.
11711
11712 2014-07-30 Jiong Wang <jiong.wang@arm.com>
11713
11714 * config/arm/arm.c (arm_get_frame_offsets): Adjust condition for
11715 Thumb2.
11716
11717 2014-07-30 Tom Tromey <tromey@redhat.com>
11718
11719 PR c/59855
11720 * doc/invoke.texi (Warning Options): Document -Wdesignated-init.
11721 * doc/extend.texi (Type Attributes): Document designated_init
11722 attribute.
11723
11724 2014-07-30 Roman Gareev <gareevroman@gmail.com>
11725
11726 * graphite-isl-ast-to-gimple.c:
11727 (gcc_expression_from_isl_ast_expr_id): Add calling of fold_convert.
11728 (gcc_expression_from_isl_expression): Pass type to
11729 gcc_expression_from_isl_ast_expr_id.
11730
11731 2014-07-30 Richard Biener <rguenther@suse.de>
11732
11733 * lto-streamer.h (lto_write_data): New function.
11734 * langhooks.c (lhd_append_data): Do not free block.
11735 * lto-section-out.c (lto_write_data): New function writing
11736 raw data to the current section.
11737 (lto_write_stream): Adjust for langhook semantic change.
11738 (lto_destroy_simple_output_block): Write header directly.
11739 * lto-opts.c (lto_write_options): Write options directly.
11740 * lto-streamer-out.c (produce_asm): Write heaeder directly.
11741 (lto_output_toplevel_asms): Likewise.
11742 (copy_function_or_variable): Copy data directly.
11743 (write_global_references): Output index table directly.
11744 (lto_output_decl_state_refs): Likewise.
11745 (write_symbol): Write data directly.
11746 (produce_symtab): Adjust.
11747 (produce_asm_for_decls): Output header and refs directly.
11748
11749 2014-07-29 Jan Hubicka <hubicka@ucw.cz>
11750
11751 * ipa-devirt.c (polymorphic_call_target_d): Rename nonconstruction_targets
11752 to speculative_targets
11753 (get_class_context): Fix handling of contextes without outer type;
11754 avoid matching non-polymorphic types in LTO.
11755 (possible_polymorphic_call_targets): Trun nonconstruction_targetsp
11756 parameter to speculative_targetsp; handle speculation.
11757 (dump_possible_polymorphic_call_targets): Update dumping.
11758
11759 2014-07-29 Jan Hubicka <hubicka@ucw.cz>
11760
11761 * common.opt (Wodr): Enable by default.
11762
11763 2014-07-29 Olivier Hainque <hainque@adacore.com>
11764
11765 * config/vxworksae.h (VXWORKS_OVERRIDE_OPTIONS): Define.
11766
11767 2014-07-29 H.J. Lu <hongjiu.lu@intel.com>
11768
11769 PR bootstrap/61914
11770 * gengtype.c (strtoken): New function.
11771 (create_user_defined_type): Replace strtok with strtoken.
11772
11773 2014-07-29 Nathan Sidwell <nathan@acm.org>
11774
11775 * gcov-io.c (gcov_var): Make hidden.
11776 * gcov-tool.c (gcov_list, gcov_exit): Remove declarations.
11777 (gcov_do_dump): Declare.
11778 (gcov_output_files): Call gcov_do_dump, not gcov_exit).
11779
11780 2014-07-29 Martin Jambor <mjambor@suse.cz>
11781
11782 * tree-sra.c (sra_modify_constructor_assign): Change type of stmt
11783 parameter to gimple.
11784 (sra_modify_assign): Likewise.
11785
11786 2014-07-29 Richard Biener <rguenther@suse.de>
11787
11788 PR middle-end/52478
11789 * expr.c (expand_expr_real_2): Revert last change.
11790
11791 2014-07-28 Jan Hubicka <hubicka@ucw.cz>
11792
11793 * cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.
11794 * cgraph.h (cgraph_indirect_call_info): Add speculative data.
11795 * gimple-fold.c (fold_gimple_assign): Fix check for virtual
11796 call.
11797 * ipa-devirt.c (ipa_dummy_polymorphic_call_context): Update
11798 (contains_type_p): Forward declare.
11799 (polymorphic_call_target_hasher::hash): Hash speculative info.
11800 (polymorphic_call_target_hasher::equal): Compare speculative info.
11801 (get_class_context): Handle speuclation.
11802 (contains_type_p): Update.
11803 (get_polymorphic_call_info_for_decl): Update.
11804 (walk_ssa_copies): Break out from ...
11805 (get_polymorphic_call_info): ... here; set speculative context
11806 before giving up.
11807 * ipa-prop.c (ipa_write_indirect_edge_info,
11808 ipa_read_indirect_edge_info): Stream speculative context.
11809 * ipa-utils.h (ipa_polymorphic_call_context): Add speculative info
11810 (SPECULATIVE_OFFSET, SPECULATIVE_OUTER_TYPE,
11811 SPECULATIVE_MAYBE_DERIVED_TYPE).
11812 (possible_polymorphic_call_targets overriders): Update.
11813 (dump_possible_polymorphic_call_targets overriders): Update.
11814 (dump_possible_polymorphic_call_target_p overriders): Update.
11815
11816 2014-07-28 Jan Hubicka <hubicka@ucw.cz>
11817
11818 * gimple-fold.c (fold_gimple_assign): Fix condition guarding
11819 ipa-devirt path; fix thinko there.
11820
11821 2014-07-28 Trevor Saunders <tsaunders@mozilla.com>
11822
11823 * config/i386/i386.c (ix86_return_in_memory): Replace one
11824 ATTRIBUTE_UNUSED where the attribute can actually sometimes be unused.
11825
11826 2014-07-28 Marek Polacek <polacek@redhat.com>
11827
11828 * doc/invoke.texi (-Wno-odr): Fix @item entry. Tweak wording.
11829
11830 2014-07-28 Peter Bergner <bergner@vnet.ibm.com>
11831
11832 * config.gcc (powerpc*-*-linux*): Include gnu-user.h in tm_file.
11833 * config/rs6000/sysv4.h (CC1_SPEC): Undefine it before defining it.
11834 * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): Delete define.
11835 (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
11836 (USE_LD_AS_NEEDED): Likewise.
11837 (ASM_APP_ON): Likewise.
11838 (ASM_APP_OFF): Likewise.
11839 (TARGET_POSIX_IO): Likewise.
11840 * config/rs6000/linux64.h (CPLUSPLUS_CPP_SPEC): Likewise.
11841 (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
11842 (USE_LD_AS_NEEDED): Likewise.
11843 (ASM_APP_ON): Likewise.
11844 (ASM_APP_OFF): Likewise.
11845 (TARGET_POSIX_IO): Likewise.
11846
11847 2014-07-28 Eric Botcazou <ebotcazou@adacore.com>
11848
11849 PR middle-end/61734
11850 * fold-const.c (fold_comparison): Disable X - Y CMP 0 to X CMP Y for
11851 operators other than the equality operators.
11852
11853 2014-07-28 Richard Biener <rguenther@suse.de>
11854
11855 PR middle-end/52478
11856 * optabs.c (gen_int_libfunc): For -ftrapv libfuncs make
11857 sure to register SImode ones, not only >= word_mode ones.
11858 * expr.c (expand_expr_real_2): When expanding -ftrapv
11859 binops do not use OPTAB_LIB_WIDEN.
11860
11861 2014-07-28 Richard Sandiford <rdsandiford@googlemail.com>
11862
11863 PR middle-end/61919
11864 * tree-outof-ssa.c (insert_partition_copy_on_edge)
11865 (insert_value_copy_on_edge, insert_rtx_to_part_on_edge)
11866 (insert_part_to_rtx_on_edge): Copy partition_to_pseudo rtxes before
11867 inserting them in the insn stream.
11868
11869 2014-07-28 Marek Polacek <polacek@redhat.com>
11870
11871 PR middle-end/61913
11872 * common.opt (Wodr): Add Var.
11873
11874 2014-07-28 Richard Biener <rguenther@suse.de>
11875
11876 PR tree-optimization/61921
11877 * tree-ssa-structalias.c (create_variable_info_for_1): Check
11878 if there is a varpool node before dereferencing it.
11879
11880 2014-07-28 Roman Gareev <gareevroman@gmail.com>
11881
11882 * graphite-sese-to-poly.c:
11883 (new_pbb_from_pbb): Set a new id of pbb1->domain (instead of using the
11884 id of the pbb), which contains pointer to the pbb1.
11885
11886 * gcc.dg/graphite/isl-ast-gen-if-2.c: New testcase.
11887
11888 2014-07-28 Roman Gareev <gareevroman@gmail.com>
11889
11890 * graphite-isl-ast-to-gimple.c:
11891 (graphite_create_new_guard): New function.
11892 (translate_isl_ast_node_if): New function.
11893 (translate_isl_ast): Add calling of translate_isl_ast_node_if.
11894
11895 * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
11896
11897 2014-07-27 Anthony Green <green@moxielogic.com>
11898
11899 * config.gcc: Add moxie-*-moxiebox* configuration.
11900 * config/moxie/moxiebox.h: New file.
11901
11902 2014-07-26 Andrew Pinski <apinski@cavium.com>
11903
11904 * config/aarch64/aarch64.md (*extr_insv_lower_reg<mode>): Remove +
11905 from the read only register.
11906
11907 2014-07-26 Richard Sandiford <rdsandiford@googlemail.com>
11908
11909 * ira-costs.c (find_costs_and_classes): For -O0, use the best class
11910 as the allocation class if it isn't likely to be spilled.
11911
11912 2014-07-26 Richard Sandiford <rdsandiford@googlemail.com>
11913
11914 * rtl.h (tls_referenced_p): Declare.
11915 * rtlanal.c (tls_referenced_p_1, tls_referenced_p): New functions.
11916 * config/mips/mips.c (mips_tls_symbol_ref_1): Delete.
11917 (mips_cannot_force_const_mem): Use tls_referenced_p.
11918 * config/pa/pa-protos.h (pa_tls_referenced_p): Delete.
11919 * config/pa/pa.h (CONSTANT_ADDRESS_P): Use tls_referenced_p
11920 instead of pa_tls_referenced_p.
11921 * config/pa/pa.c (hppa_legitimize_address, pa_cannot_force_const_mem)
11922 (pa_emit_move_sequence, pa_emit_move_sequence): Likewise.
11923 (pa_legitimate_constant_p): Likewise.
11924 (pa_tls_symbol_ref_1, pa_tls_referenced_p): Delete.
11925 * config/rs6000/rs6000.c (rs6000_tls_referenced_p): Delete.
11926 (rs6000_cannot_force_const_mem, rs6000_emit_move)
11927 (rs6000_address_for_altivec): Use tls_referenced_p instead of
11928 rs6000_tls_referenced_p.
11929 (rs6000_tls_symbol_ref_1): Delete.
11930
11931 2014-07-26 Marc Glisse <marc.glisse@inria.fr>
11932
11933 PR target/44551
11934 * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
11935 Optimize inverse of a VEC_CONCAT.
11936
11937 2014-07-25 Xinliang David Li <davidxl@google.com>
11938
11939 * params.def: New parameter.
11940 * coverage.c (get_coverage_counts): Check new flag.
11941 (coverage_compute_profile_id): Check new flag.
11942 (coverage_begin_function): Check new flag.
11943 (coverage_end_function): Check new flag.
11944 * value-prof.c (coverage_node_map_initialized_p): New function.
11945 (init_node_map): Populate map with all functions.
11946 * doc/invoke.texi: Document new parameter.
11947
11948 2014-07-25 Jan Hubicka <hubicka@ucw.cz>
11949 Richard Biener <rguenther@suse.de>
11950
11951 * lto-streamer-out.c (struct sccs): Turn to ...
11952 (class DFS): ... this one; refactor the DFS walk so it can
11953 be re-done on per-SCC basis.
11954 (DFS::DFS): New constructor.
11955 (DFS::~DFS): New destructor.
11956 (hash_tree): Add new MAP argument holding in-SCC hash values;
11957 remove POINTER_TYPE hashing hack.
11958 (scc_entry_compare): Rename to ...
11959 (DFS::scc_entry_compare): ... this one.
11960 (hash_scc): Rename to ...
11961 (DFS::hash_scc): ... this one; pass output_block instead
11962 of streamer_cache; work harder to get unique and stable SCC
11963 hashes.
11964 (DFS_write_tree): Rename to ...
11965 (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
11966 (lto_output_tree): Update.
11967
11968 2014-07-25 Andi Kleen <ak@linux.intel.com>
11969
11970 * lto-streamer-out.c (hash_tree): Convert to inchash.
11971
11972 2014-07-25 Andi Kleen <ak@linux.intel.com>
11973
11974 * tree.c (build_type_attribute_qual_variant): Use inchash.
11975 (type_hash_list): Dito.
11976 (attribute_hash_list): Dito
11977 (iterative_hstate_expr): Dito.
11978 (iterative_hash_expr): Dito.
11979 (build_range_type_1): Dito.
11980 (build_array_type_1): Dito.
11981 (build_function_type): Dito.
11982 (build_method_type_directly): Dito.
11983 (build_offset_type): Dito.
11984 (build_complex_type): Dito.
11985 (make_vector_type): Dito.
11986 * tree.h (iterative_hash_expr): Add compat wrapper.
11987 (iterative_hstate_expr): Add.
11988
11989 2014-07-25 Andi Kleen <ak@linux.intel.com>
11990
11991 * Makefile.in (OBJS): Add inchash.o.
11992 (PLUGIN_HEADERS): Add inchash.h.
11993 * ipa-devirt.c: Include inchash.h.
11994 * lto-streamer-out.c: Dito.
11995 * tree-ssa-dom.c: Dito.
11996 * tree-ssa-pre.c: Dito.
11997 * tree-ssa-sccvn.c: Dito.
11998 * tree-ssa-tail-merge.c: Dito.
11999 * asan.c: Dito.
12000 * tree.c (iterative_hash_hashval_t): Move to ...
12001 (iterative_hash_host_wide_int): Move to ...
12002 * inchash.c: Here. New file.
12003 * tree.h (iterative_hash_hashval_t): Move to ...
12004 (iterative_hash_host_wide_int): Move to ...
12005 * inchash.h: Here. New file.
12006
12007 2014-07-25 Richard Biener <rguenther@suse.de>
12008
12009 PR middle-end/61762
12010 PR middle-end/61894
12011 * fold-const.c (native_encode_int): Add and handle offset
12012 parameter to do partial encodings of expr.
12013 (native_encode_fixed): Likewise.
12014 (native_encode_real): Likewise.
12015 (native_encode_complex): Likewise.
12016 (native_encode_vector): Likewise.
12017 (native_encode_string): Likewise.
12018 (native_encode_expr): Likewise.
12019 * fold-const.c (native_encode_expr): Add offset parameter
12020 defaulting to -1.
12021 * gimple-fold.c (fold_string_cst_ctor_reference): Remove.
12022 (fold_ctor_reference): Handle all reads from tcc_constant
12023 ctors.
12024
12025 2014-07-25 Richard Biener <rguenther@suse.de>
12026
12027 * tree-inline.c (estimate_move_cost): Mark speed_p argument
12028 as possibly unused.
12029
12030 2014-07-23 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12031
12032 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Add __AVR_DEVICE_NAME__.
12033
12034 2014-07-24 Kyle McMartin <kyle@redhat.com>
12035
12036 * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
12037
12038 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12039
12040 * config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):
12041 Add prototype.
12042 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p): New
12043 function.
12044 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Call it.
12045 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
12046 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
12047
12048 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12049
12050 * config/rs6000/rs6000.c (rs6000_function_arg_boundary): In the AIX
12051 and ELFv2 ABI, do not use the "mode == BLKmode" check to test for
12052 aggregate types. Instead, *all* aggregate types, except for single-
12053 element or homogeneous float/vector aggregates, are quadword-aligned
12054 if required by their type alignment. Issue -Wpsabi note when a type
12055 is now treated differently than before.
12056
12057 2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12058
12059 * config/rs6000/rs6000.c (rs6000_function_arg): If a float argument
12060 does not fit fully into floating-point registers, and there is still
12061 space in the register parameter area, use GPRs to pass those parts
12062 of the argument. Issue -Wpsabi note if any parameter is now treated
12063 differently than before.
12064 (rs6000_arg_partial_bytes): Update.
12065
12066 2014-07-24 Uros Bizjak <ubizjak@gmail.com>
12067
12068 * config/alpha/elf.h: Define TARGET_UNWIND_TABLES_DEFAULT.
12069
12070 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
12071
12072 * rtl.h (target_rtl): Remove lang_dependent_initialized.
12073 * toplev.c (initialize_rtl): Don't use it. Move previously
12074 "language-dependent" calls to...
12075 (backend_init): ...here.
12076 (lang_dependent_init_target): Don't set lang_dependent_initialized.
12077 Assert that RTL initialization hasn't happend yet.
12078
12079 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
12080
12081 PR rtl-optimization/61629
12082 * reginfo.c (reinit_regs): Only call ira_init and recog_init if
12083 they have already been initialized.
12084
12085 2014-07-24 Richard Sandiford <rdsandiford@googlemail.com>
12086
12087 PR middle-end/61268
12088 * function.c (assign_parm_setup_reg): Prevent invalid sharing of
12089 DECL_INCOMING_RTL and entry_parm.
12090 (get_arg_pointer_save_area): Likewise arg_pointer_save_area.
12091 * calls.c (load_register_parameters): Likewise argument values.
12092 (emit_library_call_value_1, store_one_arg): Likewise argument
12093 save areas.
12094 * config/i386/i386.c (assign_386_stack_local): Likewise the local
12095 stack slot.
12096 * explow.c (validize_mem): Modify the argument in-place.
12097
12098 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12099
12100 * config/aarch64/aarch64.c (aarch64_popwb_single_reg): New function.
12101 (aarch64_expand_epilogue): Optimize epilogue when !frame_pointer_needed.
12102
12103 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12104
12105 * config/aarch64/aarch64.c (aarch64_pushwb_single_reg): New function.
12106 (aarch64_expand_prologue): Optimize prologue when !frame_pointer_needed.
12107
12108 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12109
12110 * config/aarch64/aarch64.c (aarch64_restore_callee_saves)
12111 (aarch64_save_callee_saves): New parameter "skip_wb".
12112 (aarch64_expand_prologue, aarch64_expand_epilogue): Update call site.
12113
12114 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12115
12116 * config/aarch64/aarch64.h (frame): New fields "wb_candidate1" and
12117 "wb_candidate2".
12118 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize above.
12119
12120 2014-07-24 Roman Gareev <gareevroman@gmail.com>
12121
12122 * graphite-isl-ast-to-gimple.c:
12123 (graphite_create_new_loop): Add calling of isl_id_free to properly
12124 decrement reference counts.
12125
12126 * gcc.dg/graphite/isl-ast-gen-blocks-4.c: New testcase.
12127
12128 2014-07-24 Martin Liska <mliska@suse.cz>
12129 * config/mips/mips.c (mips_start_unique_function): Correct cgraph_node
12130 function used.
12131 * config/rs6000/rs6000.c (call_ABI_of_interest): Likewise.
12132 (rs6000_code_end): Likewise.
12133
12134 2014-07-24 Martin Liska <mliska@suse.cz>
12135
12136 * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): Correct
12137 symtab_node funtion used.
12138 (rs6000_xcoff_declare_object_name): Likewise.
12139
12140 2014-07-24 Martin Liska <mliska@suse.cz>
12141
12142 * cgraphunit.c (compile): Correct function used.
12143
12144 2014-07-24 Jan Hubicka <hubicka@ucw.cz>
12145
12146 * lto-streamer-out.c (tree_is_indexable): Consider IMPORTED_DECL
12147 as non-indexable.
12148
12149 2014-07-24 Jan Hubicka <hubicka@ucw.cz>
12150
12151 PR lto/61802
12152 * varasm.c (bss_initializer_p): Handle offlined ctors.
12153 (align_variable, get_variable_align): Likewise.
12154 (make_decl_one_only): Likewise.
12155 (default_binds_local_p_1): Likewise.
12156 (decl_binds_to_current_def_p): Likewise.
12157 (get_variable_section): Get constructor if it is offlined.
12158 (assemble_variable_contents): Sanity check that the caller
12159 streamed in the ctor in LTO.
12160
12161 2014-07-24 Roman Gareev <gareevroman@gmail.com>
12162
12163 * graphite-isl-ast-to-gimple.c:
12164 (binary_op_to_tree): Add calling of translate_isl_ast_node_block.
12165 (gcc_expression_from_isl_expr_op): Move isl_ast_op_pdiv_q,
12166 isl_ast_op_pdiv_r to the different case.
12167
12168 * gcc.dg/graphite/isl-ast-gen-blocks-3.c: New testcase.
12169
12170 2014-07-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12171
12172 PR middle-end/61876
12173 * convert.c (convert_to_integer): Do not convert BUILT_IN_ROUND and cast
12174 when flag_errno_math is on.
12175
12176 2014-07-24 Martin Liska <mliska@suse.cz>
12177
12178 * cgraph.h (varpool_node):
12179 (availability get_availability (void)):
12180 created from cgraph_variable_initializer_availability
12181 (inline varpool_node *ultimate_alias_target (availability *availability = NULL)
12182 created from: cgraph_variable_initializer_availability
12183 (inline varpool_node *get_alias_target (void)): created from varpool_alias_target
12184 (void finalize_named_section_flags (void)):
12185 created from varpool_finalize_named_section_flags
12186 (bool assemble_decl (void)): created from varpool_assemble_decl
12187 (void analyze (void)): created from varpool_analyze_node
12188 (bool call_for_node_and_aliases (bool (*callback) (varpool_node *, void *),
12189 void *data, bool include_overwritable)): created fromvarpool_for_node_and_aliases
12190 (void remove_initializer (void)): created from varpool_remove_initializer
12191 (tree get_constructor (void)): created from varpool_get_constructor
12192 (bool externally_visible_p (void)): created from varpool_externally_visible_p
12193 (bool ctor_useable_for_folding_p (void)): created from varpool_ctor_useable_for_folding_p
12194 (inline bool all_refs_explicit_p ()): created from varpool_all_refs_explicit_p
12195 (inline bool can_remove_if_no_refs_p (void)): created from varpool_can_remove_if_no_refs
12196 (static inline varpool_node *get (const_tree decl)): created from varpool_get_node
12197 (static void finalize_decl (tree decl)): created from varpool_finalize_decl
12198 (static bool output_variables (void)): created from varpool_output_variables
12199 (static varpool_node * create_extra_name_alias (tree alias, tree decl)):
12200 created from varpool_extra_name_alias
12201 (static varpool_node * create_alias (tree, tree)): created from varpool_create_variable_alias
12202 (static void dump_varpool (FILE *f)): created from dump_varpool
12203 (static void DEBUG_FUNCTION debug_varpool (void)): created from debug_varpool
12204 (static varpool_node *create_empty (void)): created from varpool_create_empty_node
12205 (static varpool_node *get_create (tree decl)): created from varpool_node_for_decl
12206 (static varpool_node *get_for_asmname (tree asmname)): created from varpool_node_for_asm
12207 (void assemble_aliases (void)): created from assemble_aliases
12208
12209 2014-07-24 Martin Liska <mliska@suse.cz>
12210
12211 * cgraph.h (symtab_node):
12212 (void register_symbol (void)): created from symtab_register_node
12213 (void remove (void)): created from symtab_remove_node
12214 (void dump (FILE *f)): created from dump_symtab_node
12215 (void DEBUG_FUNCTION debug (void)): created from debug_symtab_node
12216 (void DEBUG_FUNCTION verify (void)): created from verify_symtab_node
12217 (struct ipa_ref *add_reference (symtab_node *referred_node,
12218 enum ipa_ref_use use_type)): created from add_reference
12219 (struct ipa_ref *add_reference (symtab_node *referred_node,
12220 enum ipa_ref_use use_type, gimple stmt)): created from add_reference
12221 (struct ipa_ref *maybe_add_reference (tree val, enum ipa_ref_use use_type,
12222 gimple stmt)): created from maybe_add_reference
12223 (bool semantically_equivalent_p (symtab_node *target)): created from
12224 symtab_semantically_equivalent_p
12225 (void remove_from_same_comdat_group (void)): created from
12226 remove_from_same_comdat_group
12227 (void add_to_same_comdat_group (symtab_node *old_node)): created from
12228 symtab_add_to_same_comdat_group
12229 (void dissolve_same_comdat_group_list (void)): created from
12230 symtab_dissolve_same_comdat_group_list
12231 (bool used_from_object_file_p (void)): created from symtab_used_from_object_file_p
12232 (symtab_node *ultimate_alias_target (enum availability *avail = NULL)):
12233 created from symtab_alias_ultimate_target
12234 (inline symtab_node *next_defined_symbol (void)): created from
12235 symtab_next_defined_symbol
12236 (bool resolve_alias (symtab_node *target)): created from
12237 symtab_resolve_alias
12238 (bool call_for_symbol_and_aliases (bool (*callback) (symtab_node *, void *),
12239 void *data, bool include_overwrite)): created from symtab_for_node_and_aliases
12240 (symtab_node *noninterposable_alias (void)): created from symtab_nonoverwritable_alias
12241 (inline symtab_node *get_alias_target (void)): created from symtab_alias_target
12242 (void set_section (const char *section)): created from set_section_1
12243 (enum availability get_availability (void)): created from symtab_node_availability
12244 (void make_decl_local (void)): created from symtab_make_decl_local
12245 (bool real_symbol_p (void)): created from symtab_read_node
12246 (can_be_discarded_p (void)): created from symtab_can_be_discarded
12247 (inline bool comdat_local_p (void)): created from symtab_comdat_local_p
12248 (inline bool in_same_comdat_group_p (symtab_node *target)): created from
12249 symtab_in_same_comdat_p;
12250 (bool address_taken_from_non_vtable_p (void)): created from
12251 address_taken_from_non_vtable_p
12252 (static inline symtab_node *get (const_tree decl)): created from symtab_get_node
12253 (static void dump_table (FILE *)): created from dump_symtab
12254 (static inline DEBUG_FUNCTION void debug_symtab (void)): created from debug_symtab
12255 (static DEBUG_FUNCTION void verify_symtab_nodes (void)): created from verify_symtab
12256 (static bool used_from_object_file_p_worker (symtab_node *node)): created from
12257 symtab_used_from_object_file_p
12258 (void dump_base (FILE *)): created from dump_symtab_base
12259 (bool DEBUG_FUNCTION verify_base (void)): created from verify_symtab_base
12260 (void unregister (void)): created from symtab_unregister_node
12261 (struct symbol_priority_map *priority_info (void)): created from symtab_priority_info
12262 (static bool set_implicit_section (symtab_node *n, void *)): created from set_implicit_section
12263 (static bool noninterposable_alias (symtab_node *node, void *data)): created from
12264 symtab_nonoverwritable_alias_1
12265 * cgraph.h (cgraph_node):
12266 (bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL)):
12267 created from cgraph_remove_node_and_inline_clones
12268 (void record_stmt_references (gimple stmt)): created from ipa_record_stmt_references
12269 (void set_call_stmt_including_clones (gimple old_stmt, gimple new_stmt,
12270 bool update_speculative = true)): created from cgraph_set_call_stmt_including_clones
12271 (cgraph_node *function_symbol (enum availability *avail = NULL)):
12272 created from cgraph_function_node
12273 (cgraph_node *create_clone (tree decl, gcov_type count, int freq, bool update_original,
12274 vec<cgraph_edge *> redirect_callers, bool call_duplication_hook,
12275 struct cgraph_node *new_inlined_to, bitmap args_to_skip)):
12276 created from cgraph_create_clone
12277 (cgraph_node *create_virtual_clone (vec<cgraph_edge *> redirect_callers,
12278 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, const char * suffix)):
12279 created from cgraph_create_virtual_clone
12280 (cgraph_node *find_replacement (void)): created from cgraph_find_replacement_node
12281 (cgraph_node *create_version_clone (tree new_decl, vec<cgraph_edge *> redirect_callers,
12282 bitmap bbs_to_copy)): created from cgraph_copy_node_for_versioning
12283 (cgraph_node *create_version_clone_with_body (vec<cgraph_edge *> redirect_callers,
12284 vec<ipa_replace_map *, va_gc> *tree_map, bitmap args_to_skip, bool skip_return,
12285 bitmap bbs_to_copy, basic_block new_entry_block, const char *clone_name)):
12286 created from cgraph_function_version_info
12287 (struct cgraph_function_version_info *insert_new_function_version (void)):
12288 created from insert_new_cgraph_node_version
12289 (struct cgraph_function_version_info *function_version (void)): created from
12290 get_cgraph_node_version
12291 (void analyze (void)): created from analyze_function
12292 (cgraph_node * create_thunk (tree alias, tree, bool this_adjusting,
12293 HOST_WIDE_INT fixed_offset, HOST_WIDE_INT virtual_value, tree virtual_offset,
12294 tree real_alias) cgraph_add_thunk
12295 (inline cgraph_node *get_alias_target (void)): created from cgraph_alias_target
12296 (cgraph_node *ultimate_alias_target (availability *availability = NULL)):
12297 created from cgraph_function_or_thunk_node
12298 (bool expand_thunk (bool output_asm_thunks, bool force_gimple_thunk)):
12299 created from expand_thunk
12300 (void reset (void)): created from cgraph_reset_node
12301 (void create_wrapper (cgraph_node *target)): created from cgraph_make_wrapper
12302 (void DEBUG_FUNCTION verify_node (void)): created from verify_cgraph_node
12303 (void remove (void)): created from cgraph_remove_node
12304 (void dump (FILE *f)): created from dump_cgraph_node
12305 (void DEBUG_FUNCTION debug (void)): created from debug_cgraph_node
12306 (bool get_body (void)): created from cgraph_get_body
12307 (void release_body (void)): created from cgraph_release_function_body
12308 (void unnest (void)): created from cgraph_unnest_node
12309 (void make_local (void)): created from cgraph_make_node_local
12310 (void mark_address_taken (void)): created from cgraph_mark_address_taken_node
12311 (struct cgraph_edge *create_edge (cgraph_node *callee, gimple call_stmt,
12312 gcov_type count, int freq)): created from cgraph_create_edge
12313 (struct cgraph_edge *create_indirect_edge (gimple call_stmt, int ecf_flags,
12314 gcov_type count, int freq)): created from cgraph_create_indirect_edge
12315 (void create_edge_including_clones (struct cgraph_node *callee, gimple old_stmt,
12316 gimple stmt, gcov_type count, int freq, cgraph_inline_failed_t reason)):
12317 created from cgraph_create_edge_including_clones
12318 (cgraph_edge *get_edge (gimple call_stmt)): created from cgraph_edge
12319 (vec<cgraph_edge *> collect_callers (void)): created from collect_callers_of_node
12320 (void remove_callers (void)): created from cgraph_node_remove_callers
12321 (void remove_callees (void)): created from cgraph_node_remove_callees
12322 (enum availability get_availability (void)): created from cgraph_function_body_availability
12323 (void set_nothrow_flag (bool nothrow)): created from cgraph_set_nothrow_flag
12324 (void set_const_flag (bool readonly, bool looping)): created from cgraph_set_const_flag
12325 (void set_pure_flag (bool pure, bool looping)): created from cgraph_set_pure_flag
12326 (void call_duplication_hooks (cgraph_node *node2)): created from
12327 cgraph_call_node_duplication_hooks
12328 (bool call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, void *),
12329 void *data, bool include_overwritable)): created from cgraph_for_node_and_aliases
12330 (bool call_for_symbol_thunks_and_aliases (bool (*callback) (cgraph_node *node, void *data),
12331 void *data, bool include_overwritable)): created from cgraph_for_node_thunks_and_aliases
12332 (void call_function_insertion_hooks (void)):
12333 created from cgraph_call_function_insertion_hooks
12334 (inline void mark_force_output (void)): created from cgraph_mark_force_output_node
12335 (bool local_p (void)): created from cgraph_local_node
12336 (bool can_be_local_p (void)): created from cgraph_node_can_be_local_p
12337 (bool cannot_return_p (void)): created from cgraph_node_cannot_return
12338 (bool only_called_directly_p (void)): created from cgraph_only_called_directly_p
12339 (inline bool only_called_directly_or_aliased_p (void)):
12340 created from cgraph_only_called_directly_or_aliased_p
12341 (bool will_be_removed_from_program_if_no_direct_calls_p (void)):
12342 created from cgraph_will_be_removed_from_program_if_no_direct_calls
12343 (bool can_remove_if_no_direct_calls_and_refs_p (void)):
12344 created from cgraph_can_remove_if_no_direct_calls_and_refs_p
12345 (bool can_remove_if_no_direct_calls_p (void)):
12346 created from cgraph_can_remove_if_no_direct_calls_p
12347 (inline bool has_gimple_body_p (void)):
12348 created from cgraph_function_with_gimple_body_p
12349 (bool optimize_for_size_p (void)): created from cgraph_optimize_for_size_p
12350 (static void dump_cgraph (FILE *f)): created from dump_cgraph
12351 (static inline void debug_cgraph (void)): created from debug_cgraph
12352 (static void record_function_versions (tree decl1, tree decl2)):
12353 created from record_function_versions
12354 (static void delete_function_version (tree decl)):
12355 created from delete_function_version
12356 (static void add_new_function (tree fndecl, bool lowered)):
12357 created from cgraph_add_new_function
12358 (static inline cgraph_node *get (const_tree decl)): created from cgraph_get_node
12359 (static cgraph_node * create (tree decl)): created from cgraph_create_node
12360 (static cgraph_node * create_empty (void)): created from cgraph_create_empty_node
12361 (static cgraph_node * get_create (tree)): created from cgraph_get_create_node
12362 (static cgraph_node *get_for_asmname (tree asmname)):
12363 created from cgraph_node_for_asm
12364 (static cgraph_node * create_same_body_alias (tree alias, tree decl)):
12365 created from cgraph_same_body_alias
12366 (static bool used_from_object_file_p_worker (cgraph_node *node,
12367 void *): new function
12368 (static bool non_local_p (cgraph_node *node, void *)):
12369 created from cgraph_non_local_node_p_1
12370 (static void DEBUG_FUNCTION verify_cgraph_nodes (void)):
12371 created from verify_cgraph
12372 (static bool make_local (cgraph_node *node, void *)):
12373 created from cgraph_make_node_local
12374 (static cgraph_node *create_alias (tree alias, tree target)):
12375 created from cgraph_create_function_alias
12376 (static cgraph_edge * create_edge (cgraph_node *caller, cgraph_node *callee,
12377 gimple call_stmt, gcov_type count, int freq, bool indir_unknown_callee)):
12378 created from cgraph_create_edge_1
12379 * cgraph.h (varpool_node):
12380 (void remove (void)): created from varpool_remove_node
12381 (void dump (FILE *f)): created from dump_varpool_node
12382
12383 2014-07-24 Richard Biener <rguenther@suse.de>
12384
12385 PR ipa/61823
12386 * tree-ssa-structalias.c (create_variable_info_for_1):
12387 Use varpool_get_constructor.
12388 (create_variable_info_for): Likewise.
12389
12390 2014-07-24 Jiong Wang <jiong.wang@arm.com>
12391
12392 * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't
12393 subtract outgoing area size when restoring stack_pointer_rtx.
12394
12395 2014-07-24 Nick Clifton <nickc@redhat.com>
12396
12397 * config/rx/rx.md (stack_push): Adjust RTL to account for the fact
12398 that operations are taking place in parallel.
12399 * config/rx.h (FRAME_POINTER_CFA_OFFSET): Delete.
12400
12401 2014-07-24 Thomas Schwinge <thomas@codesourcery.com>
12402
12403 * omp-low.c (extract_omp_for_data): Add missing break statement.
12404
12405 2014-07-24 Richard Biener <rguenther@suse.de>
12406
12407 * tree-inline.h (estimate_move_cost): Add speed_p parameter.
12408 * tree-inline.c (estimate_move_cost): Add speed_p parameter
12409 and adjust MOVE_RATIO query accordingly.
12410 (estimate_num_insns): Adjust callers.
12411 * ipa-prop.c (ipa_populate_param_decls): Likewise.
12412 * ipa-cp.c (gather_context_independent_values,
12413 estimate_local_effects): Likewise.
12414 * ipa-split.c (consider_split): Likewise.
12415
12416 2014-07-24 Trevor Saunders <tsaunders@mozilla.com>
12417
12418 * config/i386/driver-i386.c: Remove names of unused arguments and
12419 unnecessary unused attributes.
12420 * config/i386/host-mingw32.c: Likewise.
12421 * config/i386/i386.c: Likewise.
12422 * config/i386/winnt-stubs.c: Likewise.
12423 * config/i386/winnt.c: Likewise.
12424
12425 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12426
12427 * config/aarch64/aarch64.c (aarch64_popwb_pair_reg)
12428 (aarch64_gen_loadwb_pair): New helper function.
12429 (aarch64_expand_epilogue): Simplify code using new helper functions.
12430 * config/aarch64/aarch64.md (loadwb_pair<GPF:mode>_<P:mode>): Define.
12431
12432 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12433
12434 * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg)
12435 (aarch64_gen_storewb_pair): New helper function.
12436 (aarch64_expand_prologue): Simplify code using new helper functions.
12437 * config/aarch64/aarch64.md (storewb_pair<GPF:mode>_<P:mode>): Define.
12438
12439 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12440
12441 * config/aarch64/aarch64.md: (aarch64_save_or_restore_callee_saves):
12442 Rename to aarch64_save_callee_saves, remove restore code.
12443 (aarch64_restore_callee_saves): New function.
12444
12445 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12446
12447 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Deleted.
12448 (aarch64_save_callee_saves): New function to handle reg save
12449 for both core and vectore regs.
12450
12451 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12452
12453 * config/aarch64/aarch64.c (aarch64_gen_load_pair)
12454 (aarch64_gen_store_pair): New helper function.
12455 (aarch64_save_or_restore_callee_save_registers)
12456 (aarch64_save_or_restore_fprs): Use new helper functions.
12457
12458 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12459
12460 * config/aarch64/aarch64.c (aarch64_next_callee_save): New function.
12461 (aarch64_save_or_restore_callee_save_registers)
12462 (aarch64_save_or_restore_fprs): Use aarch64_next_callee_save.
12463
12464 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12465
12466 * config/aarch64/aarch64.c
12467 (aarch64_save_or_restore_callee_save_registers)
12468 (aarch64_save_or_restore_fprs): Hoist calculation of register rtx.
12469
12470 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12471
12472 * config/aarch64/aarch64.c
12473 (aarch64_save_or_restore_callee_save_registers)
12474 (aarch64_save_or_restore_fprs): Remove 'increment'.
12475
12476 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12477
12478 * config/aarch64/aarch64.c
12479 (aarch64_save_or_restore_callee_save_registers)
12480 (aarch64_save_or_restore_fprs): Use register offset in
12481 cfun->machine->frame.reg_offset.
12482
12483 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12484
12485 * config/aarch64/aarch64.c
12486 (aarch64_save_or_restore_callee_save_registers)
12487 (aarch64_save_or_restore_fprs): Remove base_rtx.
12488
12489 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12490
12491 * config/aarch64/aarch64.c
12492 (aarch64_save_or_restore_callee_save_registers): Rename 'offset'
12493 to 'start_offset'. Remove local variable 'start_offset'.
12494
12495 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12496
12497 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Change
12498 type to HOST_WIDE_INT.
12499
12500 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12501
12502 * config/aarch64/aarch64.c (aarch64_expand_prologue)
12503 (aarch64_save_or_restore_fprs)
12504 (aarch64_save_or_restore_callee_save_registers): GNU-Stylize code.
12505
12506 2014-07-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
12507
12508 * config/arm/t-rtems-eabi: Add
12509 mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard,
12510 mthumb/march=armv7-m/mfpu=fpv4-sp-d16/mfloat-abi=hard,
12511 mbig-endian/mthumb/march=armv7-r, and
12512 mbig-endian/mthumb/march=armv7-r/mfpu=vfpv3-d16/mfloat-abi=hard
12513 multilibs.
12514
12515 2014-07-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
12516 Chris Johns <chrisj@rtems.org>
12517 Joel Sherrill <joel.sherrill@oarcorp.com>
12518
12519 * config.gcc: Add nios2-*-rtems*.
12520 * config/nios2/rtems.h: New file.
12521 * gcc/config/nios2/t-rtems: New file.
12522
12523 2014-07-23 Segher Boessenkool <segher@kernel.crashing.org>
12524
12525 PR target/61396
12526 * config/rs6000/rs6000.c (paired_expand_vector_init): Only allow
12527 constant numbers, not general constants.
12528 (rs6000_expand_vector_init): Ditto.
12529
12530 2014-07-23 Nathan Sidwell <nathan@acm.org>
12531
12532 * gcov-tool.c (gcov_list): Declare here.
12533 (set_gcov_list): Remove.
12534 (gcov_output_files): Set gcov_list directly.
12535
12536 2014-07-23 Host Schirmeier <horst@schirmeier.com>
12537
12538 * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
12539
12540 2014-07-23 Jiong Wang <jiong.wang@arm.com>
12541
12542 * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
12543 callee-saved registers are available for padding purpose
12544 and r3 is not mandatory, then prefer use those callee-saved
12545 instead of r3.
12546
12547 2014-07-23 Richard Biener <rguenther@suse.de>
12548
12549 * params.def (PARAM_MAX_COMBINE_INSNS): New.
12550 * combine.c: Include statistics.h and params.h.
12551 (combine_instructions): Guard three and four insn combines
12552 with max-combine-insns value. Record statistics for combines
12553 performed.
12554 * doc/invoke.texi (max-combine-insns): Document new param.
12555
12556 2014-07-23 Roman Gareev <gareevroman@gmail.com>
12557
12558 * graphite-isl-ast-to-gimple.c:
12559 (translate_isl_ast_node_block): New function.
12560 (translate_isl_ast): Add calling of translate_isl_ast_node_block.
12561
12562 * gcc.dg/graphite/isl-ast-gen-blocks-1.c: New testcase.
12563 * gcc.dg/graphite/isl-ast-gen-blocks-2.c: New testcase.
12564
12565 2014-07-23 Roman Gareev <gareevroman@gmail.com>
12566
12567 * graphite-isl-ast-to-gimple.c:
12568 (get_max_schedule_dimensions): New function.
12569 (extend_schedule): Likewise.
12570 (generate_isl_schedule): Add calling of extend_schedule and
12571 get_max_schedule_dimensions.
12572
12573 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12574
12575 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle CLRSB, CLZ.
12576 (case UNSPEC): Handle UNSPEC_RBIT.
12577
12578 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12579
12580 * config/aarch64/aarch64.md: Delete UNSPEC_CLS.
12581 (clrsb<mode>2): Use clrsb RTL code instead of UNSPEC_CLS.
12582
12583 2014-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12584
12585 * config/aarch64/arm_neon.h (vbsl_f64): New intrinsic.
12586
12587 2014-07-22 Roman Gareev <gareevroman@gmail.com>
12588
12589 * graphite-isl-ast-to-gimple.c:
12590 Add inclusion of gimple-ssa.h, tree-into-ssa.h.
12591 (ivs_params_clear):
12592 (build_iv_mapping): New function.
12593 (translate_isl_ast_node_user): Likewise.
12594 (translate_isl_ast): Add calling of translate_isl_ast_node_user.
12595
12596 * gcc.dg/graphite/isl-ast-gen-single-loop-1.c: New testcase.
12597 * gcc.dg/graphite/isl-ast-gen-single-loop-2.c: New testcase.
12598 * gcc.dg/graphite/isl-ast-gen-single-loop-3.c: New testcase.
12599
12600 2014-07-21 Bin Cheng <bin.cheng@arm.com>
12601
12602 PR target/55701
12603 * config/arm/arm.md (setmem): New pattern.
12604 * config/arm/arm-protos.h (struct tune_params): New fields.
12605 (arm_gen_setmem): New prototype.
12606 * config/arm/arm.c (arm_slowmul_tune): Initialize new fields.
12607 (arm_fastmul_tune, arm_strongarm_tune, arm_xscale_tune): Ditto.
12608 (arm_9e_tune, arm_v6t2_tune, arm_cortex_tune): Ditto.
12609 (arm_cortex_a8_tune, arm_cortex_a7_tune): Ditto.
12610 (arm_cortex_a15_tune, arm_cortex_a53_tune): Ditto.
12611 (arm_cortex_a57_tune, arm_cortex_a5_tune): Ditto.
12612 (arm_cortex_a9_tune, arm_cortex_a12_tune): Ditto.
12613 (arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune): Ditto.
12614 (arm_const_inline_cost): New function.
12615 (arm_block_set_max_insns): New function.
12616 (arm_block_set_non_vect_profit_p): New function.
12617 (arm_block_set_vect_profit_p): New function.
12618 (arm_block_set_unaligned_vect): New function.
12619 (arm_block_set_aligned_vect): New function.
12620 (arm_block_set_unaligned_non_vect): New function.
12621 (arm_block_set_aligned_non_vect): New function.
12622 (arm_block_set_vect, arm_gen_setmem): New functions.
12623
12624 2014-07-21 Bin Cheng <bin.cheng@arm.com>
12625
12626 * config/arm/arm.c (output_move_neon): Handle REG explicitly.
12627
12628 2014-07-21 Uros Bizjak <ubizjak@gmail.com>
12629
12630 PR target/61855
12631 * config/i386/avx512fintrin.h: Move constants for mantissa extraction
12632 out of #ifdef __OPTIMIZE__.
12633
12634 2014-07-20 Eric Botcazou <ebotcazou@adacore.com>
12635
12636 * cse.c (exp_equiv_p) <MEM>: For GCSE, return 0 for expressions with
12637 different trapping status if -fnon-call-exceptions is enabled.
12638
12639 2014-07-20 Eric Botcazou <ebotcazou@adacore.com>
12640
12641 * expr.c (store_field): Handle VOIDmode for calls that return values
12642 in multiple locations.
12643
12644 2014-07-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12645
12646 * config/rs6000/altivec.md (unspec enum): Fix typo in UNSPEC_VSLDOI.
12647 (altivec_vsldoi_<mode>): Likewise.
12648
12649 2014-07-20 Roman Gareev <gareevroman@gmail.com>
12650
12651 * graphite-isl-ast-to-gimple.c: Fixes a formatting issue related
12652 to the number of characters in the line.
12653
12654 2014-07-20 Roman Gareev <gareevroman@gmail.com>
12655
12656 * graphite-isl-ast-to-gimple.c: Add using of
12657 build_nonstandard_integer_type instead of int128_integer_type_node.
12658
12659 2014-07-19 Eric Botcazou <ebotcazou@adacore.com>
12660
12661 * toplev.c (output_stack_usage): Adjust the location of the warning.
12662
12663 2014-07-19 Daniel Cederman <cederman@gaisler.com>
12664
12665 * config/sparc/sync.md (*membar_storeload_leon3): New insn.
12666 (*membar_storeload): Disable for LEON3.
12667
12668 2014-07-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
12669
12670 PR rtl-optimization/61461
12671 * sched-vis.c (print_pattern) <ADDR_VEC, ADDR_DIFF_VEC>: Fixed.
12672
12673 2014-07-18 Uros Bizjak <ubizjak@gmail.com>
12674
12675 PR target/61794
12676 * config/i386/sse.md (avx512f_vextract<shuffletype>32x4_1_maskm):
12677 Fix instruction constraint.
12678 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>): Ditto.
12679
12680 2014-07-18 Jonathan Wakely <jwakely@redhat.com>
12681
12682 * doc/extend.texi (Template Instantiation): Remove stray parenthesis.
12683
12684 2014-07-18 Chung-Ju Wu <jasonwucj@gmail.com>
12685
12686 * config/nds32/nds32.c (nds32_can_eliminate): Follow the
12687 GNU coding standards.
12688 (nds32_register_move_cost): Likewise.
12689 (nds32_memory_move_cost): Likewise.
12690 (nds32_address_cost): Likewise.
12691
12692 2014-07-18 Jan-Benedict Glaw <jbglaw@lug-owl.de>
12693
12694 * config/mmix/mmix.c (mmix_intval): Drop unused automatic variable.
12695
12696 2014-07-17 John David Anglin <danglin@gcc.gnu.org>
12697
12698 * config/pa/pa-linux.h (TARGET_OS_CPP_BUILTINS): Remove defines for
12699 __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1, __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
12700 and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
12701 (HAVE_sync_compare_and_swapqi): Define.
12702 (HAVE_sync_compare_and_swaphi): Likewise.
12703 (HAVE_sync_compare_and_swapsi): Likewise.
12704
12705 2014-07-17 Richard Sandiford <rdsandiford@googlemail.com>
12706
12707 * config/mips/p5600.md: Add missing cpu tests.
12708
12709 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12710
12711 * config/aarch64/arm_neon.h (vfma_f64): New intrinsic.
12712 (vmla_f64): Likewise.
12713 (vfms_f64): Likewise.
12714 (vmls_f64): Likewise.
12715
12716 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12717
12718 * config/aarch64/aarch64.c (aarch64_frint_unspec_p): New function.
12719 (aarch64_rtx_costs): Handle FIX, UNSIGNED_FIX, UNSPEC.
12720
12721 2014-07-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12722
12723 * config/aarch64/arm_neon.h (vmlal_high_lane_s16): Fix type.
12724 (vmlal_high_lane_s32): Likewise.
12725 (vmlal_high_lane_u16): Likewise.
12726 (vmlal_high_lane_u32): Likewise.
12727 (vmlsl_high_lane_s16): Likewise.
12728 (vmlsl_high_lane_s32): Likewise.
12729 (vmlsl_high_lane_u16): Likewise.
12730 (vmlsl_high_lane_u32): Likewise.
12731
12732 2014-07-17 Terry Guo <terry.guo@arm.com>
12733
12734 * config/arm/types.md (alu_reg): Replaced by alu_sreg and alu_dsp_reg.
12735 (alus_reg): Renamed to alus_sreg.
12736 * config/arm/arm-fixed.md: Change type of non-dsp instructions
12737 from alu_reg to alu_sreg. Change type of dsp instructions from
12738 alu_reg to alu_dsp_reg.
12739 * config/arm/thumb1.md: Likewise.
12740 * config/arm/thumb2.md: Likewise.
12741 * config/arm/arm.c (cortexa7_older_only): Use new ALU type names.
12742 * config/arm/arm1020e.md (1020alu_op): Replace alu_reg and alus_reg
12743 with alu_sreg and alus_sreg.
12744 * config/arm/arm1026ejs.md (alu_op): Likewise.
12745 * config/arm/arm1136jfs.md (11_alu_op): Likewise.
12746 * config/arm/arm926ejs.md (9_alu_op): Likewise.
12747 * config/arm/fa526.md (526_alu_op): Likewise.
12748 * config/arm/fa606te.md (606te_alu_op): Likewise.
12749 * config/arm/fa626te.md (626te_alu_op): Likewise.
12750 * config/arm/fa726te.md (726te_alu_op): Likewise.
12751 * config/arm/fmp626.md (mp626_alu_op): Likewise.
12752 * config/arm/arm.md (core_cycles): Replace alu_reg and alus_reg with
12753 alu_sreg, alu_dsp_reg and alus_sreg.
12754 * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
12755 * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
12756 * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
12757 * config/arm/cortex-a7.md (cortex_a7_alu_sreg): Likewise.
12758 * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
12759 * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
12760 * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
12761 * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
12762 * config/arm/marvell-pj4.md (pj4_alu, pj4_alu_conds): Likewise.
12763 * config/aarch64/aarch64.md (*addsi3_aarch64, *addsi3_aarch64_uxtw,
12764 subsi3, *adddi3_aarch64, *subsi3_uxtw, subdi3, absdi2, neg<mode>2,
12765 *negsi2_uxtw, tlsle_small_<mode>): Rename type alu_reg to alu_sreg.
12766 (add<mode>3_compare0, *addsi3_compare0_uxtw, *add<mode>3nr_compare0,
12767 sub<mode>3_compare0, *compare_neg<mode>, *neg<mode>2_compare0,
12768 subsi3_compare0_uxtw, *negsi2_compare0_uxtw, *cmp<mode>): Rename type
12769 alus_reg to alus_sreg.
12770
12771 2014-07-17 Andreas Schwab <schwab@linux-m68k.org>
12772
12773 * real.c (encode_ieee_extended_motorola): Clear integer bit in the
12774 infinity format.
12775
12776 2014-07-17 Richard Biener <rguenther@suse.de>
12777
12778 PR rtl-optimization/61801
12779 * sched-deps.c (sched_analyze_2): For ASM_OPERANDS and ASM_INPUT
12780 don't set reg_pending_barrier if it appears in a debug-insn.
12781
12782 2014-07-16 DJ Delorie <dj@redhat.com>
12783
12784 * config/rx/rx.c (rx_option_override): Fix alignment values.
12785 (rx_align_for_label): Likewise.
12786
12787 2014-07-17 Hans-Peter Nilsson <hp@axis.com>
12788
12789 PR target/61737.
12790 * config/cris/cris.c (TARGET_LEGITIMATE_CONSTANT_P)
12791 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
12792 (cris_cannot_force_const_mem, cris_legitimate_constant_p): New
12793 functions.
12794 (cris_print_index, cris_print_operand, cris_constant_index_p)
12795 (cris_side_effect_mode_ok): Replace CONSTANT_P with CRIS_CONSTANT_P.
12796 (cris_address_cost): Ditto last CONSTANT_P.
12797 (cris_symbol_type_of): Rename from cris_pic_symbol_type_of. All
12798 callers changed. Yield cris_offsettable_symbol for non-PIC
12799 constant symbolic expressions including labels. Yield cris_unspec
12800 for all unspecs.
12801 (cris_expand_pic_call_address): New parameter MARKERP. Set its
12802 target to pic_offset_table_rtx for calls that will likely go
12803 through PLT, const0_rtx when they can't. All callers changed.
12804 Assert flag_pic. Use CONSTANT_P, not CONSTANT_ADDRESS_P, for
12805 symbolic expressions to be PICified. Remove second, redundant,
12806 assert on can_create_pseudo_p returning non-zero. Use
12807 replace_equiv_address_nv, not replace_equiv_address, for final
12808 operand update.
12809 * config/cris/cris.md ("movsi"): Move variable t to pattern
12810 toplevel. Adjust assert for new cris_symbol_type member. Use
12811 CONSTANT_P instead of CONSTANT_ADDRESS_P.
12812 ("*movsi_internal") <case 9>: Make check for valid unspec operands
12813 for lapc stricter.
12814 <case CRIS_UNSPEC_PCREL, CRIS_UNSPEC_PLT_PCREL>: Clear condition codes.
12815 ("call", "call_value"): Use second incoming operand as a marker
12816 for pic-offset-table-register being used.
12817 ("*expanded_call_non_v32", "*expanded_call_v32")
12818 ("*expanded_call_value_non_v32", "*expanded_call_value_v32"): For
12819 second incoming operand to CALL, match cris_call_type_marker.
12820 ("*expanded_call_value_side"): Ditto. Disable before reload_completed.
12821 ("*expanded_call_side"): Ditto. Fix typo in comment.
12822 (moverside, movemside peepholes): Check for CRIS_CONSTANT_P, not
12823 CONSTANT_P.
12824 * config/cris/predicates.md ("cris_call_type_marker"): New predicate.
12825 * config/cris/cris.h (CRIS_CONSTANT_P): New macro.
12826 (enum cris_symbol_type): Rename from cris_pic_symbol_type. All
12827 users changed. Add members cris_offsettable_symbol and cris_unspec.
12828 (cris_symbol_type): Rename from cris_pic_symbol_type.
12829 * config/cris/constraints.md ("T"): Use CRIS_CONSTANT_P, not
12830 just CONSTANT_P.
12831 * config/cris/cris-protos.h (cris_symbol_type_of,
12832 cris_expand_pic_call_address): Adjust prototypes.
12833 (cris_legitimate_constant_p): New prototype.
12834
12835 * config.gcc (crisv32-*-linux* | cris-*-linux*): Do not override
12836 an existing tmake_file. Don't add t-slibgcc and t-linux.
12837
12838 2014-07-17 Jason Merrill <jason@redhat.com>
12839
12840 PR c++/61623
12841 * symtab.c (symtab_remove_from_same_comdat_group): Also
12842 set_comdat_group to NULL_TREE.
12843 (verify_symtab): Fix diagnostic.
12844
12845 2014-07-16 David Wohlferd <dw@LimeGreenSocks.com>
12846
12847 PR target/61662
12848 * config/i386/ia32intrin.h: Use __LP64__ to determine size of long.
12849
12850 2014-07-16 Dodji Seketeli <dodji@redhat.com>
12851
12852 Support location tracking for built-in macro tokens
12853 * input.h (is_location_from_builtin_token): New function declaration.
12854 * input.c (is_location_from_builtin_token): New function definition.
12855 * toplev.c (general_init): Tell libcpp what the pre-defined
12856 spelling location for built-in tokens is.
12857
12858 2014-07-16 Jakub Jelinek <jakub@redhat.com>
12859
12860 * omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS
12861 on the FUNCTION_DECL.
12862
12863 2014-07-16 Richard Biener <rguenther@suse.de>
12864
12865 PR other/61782
12866 * doc/extend.texi (always_inline): Clarify.
12867
12868 2014-07-15 Eric Christopher <echristo@gmail.com>
12869
12870 * doc/invoke.texi (Link Options): Document -z option.
12871
12872 2014-07-15 Uros Bizjak <ubizjak@gmail.com>
12873
12874 * config/alpha/alpha.c (alpha_atomic_assign_expand_fenv): New.
12875 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
12876
12877 2014-07-15 Jan Hubicka <hubicka@ucw.cz>
12878
12879 * fold-const.c (fold_checksum_tree): Fix typo in previous patch.
12880
12881 2014-07-15 Bernd Schmidt <bernds@codesourcery.com>
12882
12883 * asan.c (asan_finish_file): Use varpool_finalize_decl instead of
12884 varpool_assemble_decl.
12885 * varpool.c (varpool_assemble_decl): Assert that node->definition is
12886 true.
12887
12888 2014-07-15 Michael Matz <matz@suse.de>
12889
12890 PR rtl-optimization/61772
12891 * ifcvt.c (dead_or_predicable): Check jump to be free of side effects.
12892
12893 2014-07-15 Richard Biener <rguenther@suse.de>
12894
12895 * opts.c (default_options_table): Disable bit-ccp at -Og.
12896
12897 2014-07-14 Jan Hubicka <hubicka@ucw.cz>
12898
12899 * fold-const.c (fold_checksum_tree): Move checking of DECL_RESULT.
12900
12901 2014-07-14 Jan Hubicka <hubicka@ucw.cz>
12902
12903 * tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL,
12904 NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL;
12905 call langhook for unknown declaration.
12906 (find_decls_types_r): Do not walk DECL_ARGUMENT_FLD.
12907 * tree.h (DECL_ARGUMENTS): Update.
12908 * print-tree.c (print_node): Update.
12909 * tree-core.h (tree_decl_non_common): Remove arguments.
12910 (tree_function_decl): Add arguments.
12911
12912 2014-07-14 Richard Earnshaw <rearnsha@arm.com>
12913
12914 * aarch64.md (add_losym_<mode>): Set type to alu_imm.
12915
12916 2014-07-14 Richard Biener <rguenther@suse.de>
12917
12918 PR tree-optimization/61779
12919 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): Always try
12920 simplifying a condition.
12921
12922 2014-07-14 Richard Biener <rguenther@suse.de>
12923
12924 * builtins.c (c_strlen): Make only_value == 2 really only
12925 affect warning generation.
12926
12927 2014-07-14 Richard Biener <rguenther@suse.de>
12928
12929 PR tree-optimization/61757
12930 PR tree-optimization/61783
12931 PR tree-optimization/61787
12932 * tree-ssa-dom.c (record_equality): Revert canonicalization
12933 change and add comment.
12934 (propagate_rhs_into_lhs): Revert previous fix, removing
12935 loop depth restriction again.
12936
12937 2014-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12938
12939 * config/arm/cortex-a15.md (cortex_a15_alu): Handle clz, rbit.
12940 * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
12941 * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
12942 * config/arm/cortex-a7.md (cortex_a7_alu_reg): Likewise.
12943 * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
12944 * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
12945 * config/arm/cortex-r4.md (cortex_r4_alu): Likewise.
12946
12947 2014-07-14 Richard Biener <rguenther@suse.de>
12948
12949 * cgraph.h (decl_in_symtab_p): Make inline.
12950
12951 2014-07-14 Jakub Jelinek <jakub@redhat.com>
12952
12953 PR middle-end/61294
12954 * doc/invoke.texi (-Wmemset-transposed-args): Document.
12955
12956 PR target/61656
12957 * config/i386/i386.c (classify_argument): Don't merge classes above
12958 number of words.
12959
12960 2014-07-13 Jan Hubicka <hubicka@ucw.cz>
12961
12962 * cgraph.h (symtab_node): Add nonzero_address.
12963 (decl_in_symtab_p): Break out from ...
12964 (symtab_get_node): ... here.
12965 * fold-const.c: Include cgraph.h
12966 (tree_single_nonzero_warnv_p): Use symtab to determine
12967 if symbol is non-zero.
12968 * symtab.c (symtab_node::nonzero_address): New method.
12969
12970 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
12971
12972 * ipa-devirt.c (odr_subtypes_equivalent_p): Disable temporary hack
12973 forgotten in previous commit.
12974
12975 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
12976
12977 * tree.c (type_in_anonymous_namespace_p): Ignore TREE_PUBLIC
12978 on builtin types.
12979 * ipa-devirt.c: Include stor-layout.h and intl.h
12980 (odr_subtypes_equivalent_p): New function.
12981 (warn_odr): New function.
12982 (warn_type_mismatch): New function.
12983 (odr_types_equivalent_p): New function.
12984 (add_type_duplicate): Use it.
12985 * common.opt (Wodr): New flag.
12986 * doc/invoke.texi (Wodr): Document new warning.
12987
12988 2014-07-12 Jan Hubicka <hubicka@ucw.cz>
12989
12990 * timevar.def (TV_IPA_LTO_DECL_INIT_IO): Remove.
12991 (TV_IPA_LTO_CTORS_IN, TV_IPA_LTO_CTORS_OUT): New timevar.
12992 * cgraph.c (cgraph_get_body): Push GIMPLE_IN timevar.
12993 (varpool_get_constructor): Push CTORS_IN timevar.
12994 * lto-streamer-out.c (lto_output): Push TV_IPA_LTO_CTORS_OUT timevar.
12995
12996 2014-07-12 Uros Bizjak <ubizjak@gmail.com>
12997
12998 * config/i386/i386-builtin-types.def: Add USHORT_FTYPE_VOID.
12999 Remove VOID_FTYPE_PUSHORT.
13000 * config/i386/i386.c (bdesc_special_args) <__builtin_ia32_fnstsw>:
13001 Change code to USHORT_FTYPE_VOID.
13002 (ix86_expand_special_args_builtin): Handle USHORT_FTYPE_VOID.
13003 (ix86_expand_builtin): Remove IX86_BUILTIN_FNSTSW handling.
13004 (ix86_atomic_assign_expand_fenv): Update for
13005 __builtin_ia32_fnstsw changes.
13006 * config/i386/i386.md (x86_fnstsw_1): Set length unconditionally to 2.
13007 (fnstsw): Change operand 0 to nonimmediate operand.
13008
13009 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
13010
13011 * vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h
13012 (varpool_get_constructor): New function.
13013 (varpool_ctor_useable_for_folding_p): Break out from ...
13014 (ctor_for_folding): ... here; use varpool_get_constructor.
13015 (varpool_assemble_decl): Likewise.
13016 * lto-streamer.h (struct output_block): Turn cgraph_node
13017 to symbol filed.
13018 (lto_input_variable_constructor): Declare.
13019 * ipa-visibility.c (function_and_variable_visibility): Use
13020 varpool_get_constructor.
13021 * cgraph.h (varpool_get_constructor): Declare.
13022 (varpool_ctor_useable_for_folding_p): New function.
13023 * lto-streamer-out.c (get_symbol_initial_value): Take encoder
13024 parameter; return error_mark_node for non-trivial constructors.
13025 (lto_write_tree_1, DFS_write_tree): Update use of
13026 get_symbol_initial_value.
13027 (output_function): Update initialization of symbol.
13028 (output_constructor): New function.
13029 (copy_function): Rename to ..
13030 (copy_function_or_variable): ... this one; handle vars too.
13031 (lto_output): Output variable sections.
13032 * lto-streamer-in.c (input_constructor): New function.
13033 (lto_read_body): Rename from ...
13034 (lto_read_body_or_constructor): ... this one; handle vars too.
13035 (lto_input_variable_constructor): New function.
13036 * ipa-prop.c (ipa_prop_write_jump_functions,
13037 ipa_prop_write_all_agg_replacement): Update.
13038 * lto-cgraph.c (compute_ltrans_boundary): Use it.
13039 (output_cgraph_opt_summary): Set symbol to NULL.
13040
13041 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
13042
13043 * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk
13044 non-polymorphic types.
13045 * ipa-cp.c (ipa_get_jf_ancestor_result): Likewise.
13046 * ipa-devirt.c (types_same_for_odr): Do not explode when one
13047 of types is not polymorphic.
13048
13049 2014-07-11 Vladimir Makarov <vmakarov@redhat.com>
13050
13051 * lra-constraints.c (remove_inheritance_pseudos): Process
13052 destination pseudo too.
13053
13054 2014-07-11 Rong Xu <xur@google.com>
13055
13056 * gcov-tool.c (gcov_output_files): Fix build error introduced in
13057 commit r212448.
13058
13059 2014-07-11 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
13060
13061 * config/avr/avr-arch.h (avr_mcu_t): Add text section start attribute.
13062 * config/avr/avr-devices.c (AVR_MCU): Same.
13063 (avr_mcu_types): add text start value to end of device list.
13064 * config/avr/avr-mcus.def: Add text section start for all devices.
13065 (ata5782): Add new avr5 device.
13066 (ata5831): Same.
13067 * config/avr/avr-tables.opt: Regenerate.
13068 * config/avr/avr.h: Add declaration for text section start handler.
13069 (EXTRA_SPEC_FUNCTIONS): Add text section start handler to
13070 SPEC functions.
13071 (LINK_SPEC): Include text section start handler to linker spec.
13072 * config/avr/driver-avr.c (avr_device_to_text_start): New function to
13073 pass -Ttext option to linker if the text section start for the device
13074 is not zero.
13075 * config/avr/t-multilib: Regenerate.
13076 * doc/avr-mmcu.texi: Regenerate.
13077
13078 2014-07-11 David Edelsohn <dje.gcc@gmail.com>
13079
13080 * config/rs6000/aix51.h (LINK_SPEC): Remove -bnodelcsect.
13081 * config/rs6000/aix52.h (LINK_SPEC): Same.
13082 * config/rs6000/aix53.h (LINK_SPEC): Same.
13083 * config/rs6000/aix61.h (LINK_SPEC): Same.
13084 * config/rs6000/xcoff.h (MAKE_DECL_ONE_ONLY): Define.
13085
13086 2014-07-11 Roman Gareev <gareevroman@gmail.com>
13087
13088 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): New function.
13089 (graphite_verify): New function.
13090 (ivs_params_clear): New function.
13091 (gcc_expression_from_isl_ast_expr_id): New function.
13092 (gcc_expression_from_isl_expr_int): New function.
13093 (binary_op_to_tree): New function.
13094 (ternary_op_to_tree): New function.
13095 (unary_op_to_tree): New function.
13096 (nary_op_to_tree): New function.
13097 (gcc_expression_from_isl_expr_op): New function.
13098 (gcc_expression_from_isl_expression): New function.
13099 (graphite_create_new_loop): New function.
13100 (translate_isl_ast_for_loop): New function.
13101 (get_upper_bound): New function.
13102 (graphite_create_new_loop_guard): New function.
13103 (translate_isl_ast_node_for): New function.
13104 (translate_isl_ast): New function.
13105 (add_parameters_to_ivs_params): New function.
13106 (scop_to_isl_ast): New parameter ip.
13107 (graphite_regenerate_ast_isl): Add generation of GIMPLE code.
13108
13109 2014-07-11 Jan Hubicka <hubicka@ucw.cz>
13110
13111 * config/xtensa/predicates.md (call expander): Update for
13112 DECL_SECTION_NAME being string.
13113
13114 2014-07-11 Richard Biener <rguenther@suse.de>
13115
13116 PR middle-end/61473
13117 * builtins.c (fold_builtin_memory_op): Inline memory moves that
13118 can be implemented with a single load followed by a single store.
13119 (c_strlen): Only warn when only_value is not 2.
13120
13121 2014-07-11 Evgeny Stupachenko <evstupac@gmail.com>
13122
13123 * config/i386/i386.c (expand_vec_perm_pblendv): Disable for AVX.
13124
13125 2014-07-11 Marat Zakirov <m.zakirov@samsung.com>
13126
13127 PR target/61561
13128 * config/arm/arm.md (*movhi_insn_arch4): Handle stack pointer.
13129 (*movhi_bytes): Likewise.
13130 (*arm_movqi_insn): Likewise.
13131
13132 2014-07-11 Uros Bizjak <ubizjak@gmail.com>
13133
13134 PR target/56858
13135 * config/alpha/alpha.c: Include tree-pass.h, context.h
13136 and pass_manager.h.
13137 (pass_data_handle_trap_shadows): New pass.
13138 (pass_handle_trap_shadows::gate): New pass gate function.
13139 (make_pass_handle_trap_shadows): New function.
13140 (rest_of_handle_trap_shadows): Ditto.
13141
13142 (alpha_align_insns_1): Rename from alpha_align_insns.
13143 (pass_data_align_insns): New pass.
13144 (pass_align_insns::gate): New pass gate function.
13145 (make_pass_aling_insns): New function.
13146 (rest_of_align_insns): Ditto.
13147 (alpha_align_insns): Ditto.
13148
13149 (alpha_option_override): Declare handle_trap_shadows info
13150 and align_insns_info. Register handle_trap_shadows and align_insns
13151 passes here.
13152 (alpha_reorg): Do not call alpha_trap_shadows and
13153 alpha_align_insn from here.
13154
13155 (alpha_pad_function_end): Do not skip BARRIERs.
13156
13157 2014-07-10 Rong Xu <xur@google.com>
13158
13159 Add gcov-tool: an offline gcda profile processing tool support.
13160 * gcov-io.c (gcov_position): Make avaialble to gcov-tool.
13161 (gcov_is_error): Ditto.
13162 (gcov_read_string): Ditto.
13163 (gcov_read_sync): Ditto.
13164 * gcov-io.h: Move counter defines to gcov-counter.def.
13165 * gcov-dump.c (tag_counters): Use gcov-counter.def.
13166 * coverage.c: Ditto.
13167 * gcov-tool.c: Offline gcda profile processing tool.
13168 (unlink_gcda_file): Remove one gcda file.
13169 (unlink_profile_dir): Remove gcda files from the profile path.
13170 (gcov_output_files): Output gcda files to an output dir.
13171 (profile_merge): Merge two profiles in directory.
13172 (print_merge_usage_message): Print merge usage.
13173 (merge_usage): Print merge usage and exit.
13174 (do_merge): Driver for profile merge sub-command.
13175 (profile_rewrite): Rewrite profile.
13176 (print_rewrite_usage_message): Print rewrite usage.
13177 (rewrite_usage): Print rewrite usage and exit.
13178 (do_rewrite): Driver for profile rewrite sub-command.
13179 (print_usage): Print gcov-info usage and exit.
13180 (print_version): Print gcov-info version.
13181 (process_args): Process arguments.
13182 (main): Main routine for gcov-tool.
13183 * Makefile.in: Build and install gcov-tool.
13184 * gcov-counter.def: New file split from gcov-io.h.
13185 * doc/gcc.texi: Include gcov-tool.texi.
13186 * doc/gcov-tool.texi: Document for gcov-tool.
13187
13188 2014-07-10 Richard Biener <rguenther@suse.de>
13189
13190 PR tree-optimization/61757
13191 * tree-ssa-dom.c (loop_depth_of_name): Restore.
13192 (propagate_rhs_into_lhs): Revert part of last change.
13193
13194 2014-07-10 Thomas Schwinge <thomas@codesourcery.com>
13195
13196 * fold-const.c (fold_checksum_tree): Look at DECL_VINDEX only for
13197 FUNCTION_DECLs.
13198
13199 2014-07-10 Eric Botcazou <ebotcazou@adacore.com>
13200
13201 PR middle-end/53590
13202 * function.c (allocate_struct_function): Revert r188667 change.
13203
13204 * gimple-low.c (lower_builtin_setjmp): Use properly-typed constant.
13205
13206 2014-07-10 Tom G. Christensen <tgc@jupiterrise.com>
13207
13208 * doc/install.texi: Remove links to defunct package providers for
13209 Solaris.
13210
13211 2014-07-09 Tom de Vries <tom@codesourcery.com>
13212
13213 * final.c (get_call_fndecl): Declare.
13214 (self_recursive_call_p): New function.
13215 (collect_fn_hard_reg_usage): Handle self-recursive function calls.
13216
13217 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13218
13219 * ipa-devirt.c (record_node): Walk through aliases.
13220
13221 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13222
13223 * lto-streamer-out.c (hash_scc): Avoid quadratic hashing loop.
13224
13225 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13226
13227 Revert:
13228 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
13229
13230 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13231
13232 * ipa-visibility.c (function_and_variable_visibility): Remove
13233 temporary hack disabling local aliases on AIX.
13234
13235 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13236
13237 * ipa-cp.c (devirtualization_time_bonus): Walk through aliases.
13238 * ipa-inline-analysis.c (estimate_edge_devirt_benefit): Likewise.
13239
13240 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13241
13242 * rs6000/rs6000-protos.h (rs6000_xcoff_declare_object_name): Declare.
13243 * rs6000/rs6000.c: Inline output of .set instruction.
13244 (declare_alias_data): New struct.
13245 (rs6000_declare_alias): New function.
13246 (rs6000_xcoff_declare_function_name): Use it.
13247 (rs6000_xcoff_declare_object_name): New function.
13248 * config/rs6000/xcoff.h: Define ASM_DECLARE_OBJECT_NAME.
13249 (ASM_OUTPUT_DEF): Turn to empty definition.
13250
13251 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
13252
13253 PR bootstrap/61679
13254 * hash-table.h: use hash_table::value_type instead of
13255 Descriptor::value_type in the return types of several methods.
13256
13257 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
13258
13259 * tree-pass.h (pass_data): Remove has_execute member.
13260 * passes.c (execute_one_pass): Don't check pass->has_execute.
13261 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
13262 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
13263 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
13264 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
13265 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
13266 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
13267 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
13268 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
13269 gimple-low.c, gimple-ssa-isolate-paths.c,
13270 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
13271 ipa-comdats.c, ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c,
13272 ipa-inline.c, ipa-profile.c, ipa-pure-const.c, ipa-reference.c,
13273 ipa-split.c, ipa-visibility.c, ipa.c, ira.c, jump.c, loop-init.c,
13274 lower-subreg.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
13275 postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
13276 reg-stack.c, regcprop.c, reginfo.c, regrename.c, reorg.c, sched-rgn.c,
13277 stack-ptr-mod.c, store-motion.c, tracer.c, trans-mem.c,
13278 tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c, tree-complex.c,
13279 tree-eh.c, tree-emutls.c, tree-if-conv.c, tree-into-ssa.c,
13280 tree-loop-distribution.c, tree-nrv.c, tree-object-size.c,
13281 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
13282 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
13283 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
13284 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
13285 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
13286 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
13287 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
13288 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
13289 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
13290 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
13291 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
13292 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c,
13293 web.c: Remove initializer for pass_data::has_execute.
13294
13295 2014-07-08 Trevor Saunders <tsaunders@mozilla.com>
13296
13297 * graphite-htab.h: Use hash_map instead of hash_table.
13298 * graphite-clast-to-gimple.c: Adjust.
13299 * passes.c: Use hash_map instead of hash_table.
13300 * sese.c: Likewise.
13301 * sese.h: Remove now unused code.
13302
13303 2014-07-08 Sriraman Tallam <tmsriram@google.com>
13304
13305 PR target/61599
13306 * config/i386/i386.c (ix86_in_large_data_p): Check for size less
13307 than zero.
13308
13309 2014-07-08 Jakub Jelinek <jakub@redhat.com>
13310
13311 PR rtl-optimization/61673
13312 * combine.c (simplify_comparison): Test just mode's sign bit
13313 in tmode rather than the sign bit and any bits above it.
13314
13315 2014-07-08 Roman Gareev <gareevroman@gmail.com>
13316
13317 * graphite-isl-ast-to-gimple.c (generate_isl_context):
13318 Add __isl_give to the declaration.
13319 (generate_isl_schedule): Likewise.
13320 (scop_to_isl_ast): Likewise.
13321
13322 2014-07-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13323
13324 * config/arm/arm.c (cortexa5_extra_costs): New table.
13325 (arm_cortex_a5_tune): Use cortexa5_extra_costs.
13326
13327 2014-07-08 Jakub Jelinek <jakub@redhat.com>
13328
13329 PR tree-optimization/61725
13330 * tree-vrp.c (extract_range_basic): Don't assume vr0 is unsigned
13331 range, use range_includes_zerop_p instead of integer_zerop on
13332 vr0->min, only use log2 of max if min is not negative.
13333
13334 2014-07-08 Richard Biener <rguenther@suse.de>
13335
13336 * tree-ssa-dom.h (loop_depth_of_name): Remove.
13337 * tree-ssa-dom.c (record_equivalences_from_phis): Remove
13338 restriction on loop depth difference.
13339 (record_equality): Likewise.
13340 (propagate_rhs_into_lhs): Likewise. Simplify condition.
13341 (loop_depth_of_name): Remove.
13342 * tree-ssa-copy.c (copy_prop_visit_phi_node): Remove
13343 restriction on loop depth difference.
13344 (init_copy_prop): Likewise.
13345
13346 2014-07-08 Jan Hubicka <hubicka@ucw.cz>
13347
13348 * tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED
13349 parameter.
13350 (walk_aliased_vdefs): Likewise.
13351 * tree-ssa-alias.h (walk_aliased_vdefs): Likewise.
13352 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers
13353 (detect_type_change_from_memory_writes): Check if entry was reached.
13354
13355 2014-07-08 Richard Biener <rguenther@suse.de>
13356
13357 PR tree-optimization/61681
13358 * tree-ssa-structalias.c (find_what_var_points_to): Expand
13359 NONLOCAL inside ESCAPED.
13360
13361 2014-07-08 Richard Biener <rguenther@suse.de>
13362
13363 PR tree-optimization/61680
13364 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
13365 Handle properly all read-write dependences with group accesses.
13366
13367 2014-07-08 Yuri Rumyantsev <ysrumyan@gmail.com>
13368
13369 PR tree-optimization/61576
13370 * tree-if-conv.c (is_cond_scalar_reduction): Add check that basic
13371 block containing reduction statement is predecessor of phi basi block.
13372
13373 2014-07-08 Marek Polacek <polacek@redhat.com>
13374
13375 PR c/60226
13376 * fold-const.c (round_up_loc): Change the parameter type.
13377 Remove assert.
13378 * fold-const.h (round_up_loc): Adjust declaration.
13379 * stor-layout.c (finalize_record_size): Check for too large types.
13380
13381 2014-07-07 Jan Hubicka <hubicka@ucw.cz>
13382
13383 * symtab.c: Include calls.h.
13384 (symtab_nonoverwritable_alias_1): Check sanity of the local alias.
13385
13386 2014-07-07 Maciej W. Rozycki <macro@codesourcery.com>
13387
13388 * config/rs6000/rs6000.c (output_vec_const_move): Handle
13389 little-endian code generation.
13390 * config/rs6000/spe.md (spe_evmergehi): Rename to...
13391 (vec_perm00_v2si): ... this. Handle little-endian code generation.
13392 (spe_evmergehilo): Rename to...
13393 (vec_perm01_v2si): ... this. Handle little-endian code generation.
13394 (spe_evmergelo): Rename to...
13395 (vec_perm11_v2si): ... this. Handle little-endian code generation.
13396 (spe_evmergelohi): Rename to...
13397 (vec_perm10_v2si): ... this. Handle little-endian code generation.
13398 (spe_evmergehi, spe_evmergehilo): New expanders.
13399 (spe_evmergelo, spe_evmergelohi): Likewise.
13400 (*frob_<SPE64:mode>_<DITI:mode>): Handle little-endian code generation.
13401 (*frob_tf_ti): Likewise.
13402 (*frob_<mode>_di_2): Likewise.
13403 (*frob_tf_di_8_2): Likewise.
13404 (*frob_di_<mode>): Likewise.
13405 (*frob_ti_tf): Likewise.
13406 (*frob_<DITI:mode>_<SPE64:mode>_2): Likewise.
13407 (*frob_ti_<mode>_8_2): Likewise.
13408 (*frob_ti_tf_2): Likewise.
13409 (mov_si<mode>_e500_subreg0): Rename to...
13410 (mov_si<mode>_e500_subreg0_be): ... this. Restrict to the big
13411 endianness only.
13412 (*mov_si<mode>_e500_subreg0_le): New instruction pattern.
13413 (*mov_si<mode>_e500_subreg0_elf_low): Rename to...
13414 (*mov_si<mode>_e500_subreg0_elf_low_be): ... this. Restrict to
13415 the big endianness only.
13416 (*mov_si<mode>_e500_subreg0_elf_low_le): New instruction pattern.
13417 (*mov_si<mode>_e500_subreg0_2): Rename to...
13418 (*mov_si<mode>_e500_subreg0_2_be): ... this. Restrict to the
13419 big big endianness only.
13420 (*mov_si<mode>_e500_subreg0_2_le): New instruction pattern.
13421 (*mov_si<mode>_e500_subreg4): Rename to...
13422 (*mov_si<mode>_e500_subreg4_be): ... this. Restrict to the big
13423 endianness only.
13424 (mov_si<mode>_e500_subreg4_le): New instruction pattern.
13425 (*mov_si<mode>_e500_subreg4_elf_low): Rename to...
13426 (*mov_si<mode>_e500_subreg4_elf_low_be): ... this. Restrict to
13427 the big endianness only.
13428 (*mov_si<mode>_e500_subreg4_elf_low_le): New instruction/splitter
13429 pattern.
13430 (*mov_si<mode>_e500_subreg4_2): Rename to...
13431 (*mov_si<mode>_e500_subreg4_2_be): ... this. Restrict to the big
13432 endianness only.
13433 (*mov_si<mode>_e500_subreg4_2_le): New instruction pattern.
13434 (*mov_sitf_e500_subreg8): Rename to...
13435 (*mov_sitf_e500_subreg8_be): ... this. Restrict to the big
13436 endianness only.
13437 (*mov_sitf_e500_subreg8_le): New instruction pattern.
13438 (*mov_sitf_e500_subreg8_2): Rename to...
13439 (*mov_sitf_e500_subreg8_2_be): ... this. Restrict to the big
13440 endianness only.
13441 (*mov_sitf_e500_subreg8_2_le): New instruction pattern.
13442 (*mov_sitf_e500_subreg12): Rename to...
13443 (*mov_sitf_e500_subreg12_be): ... this. Restrict to the big
13444 endianness only.
13445 (*mov_sitf_e500_subreg12_le): New instruction pattern.
13446 (*mov_sitf_e500_subreg12_2): Rename to...
13447 (*mov_sitf_e500_subreg12_2_be): ... this. Restrict to the big
13448 endianness only.
13449 (*mov_sitf_e500_subreg12_2_le): New instruction pattern.
13450
13451 2014-07-07 Max Ostapenko <m.ostapenko@partner.samsung.com>
13452
13453 * asan.c (instrument_strlen_call): Do not instrument first byte
13454 in strlen if already instrumented.
13455
13456 2014-07-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13457
13458 * config/arm/arm.opt (mwords-little-endian): Delete.
13459 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
13460 of TARGET_LITTLE_WORDS.
13461 (WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
13462 * config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
13463 warning.
13464 * doc/invoke.texi: Remove references to -mwords-little-endian.
13465
13466 2014-07-07 Jakub Jelinek <jakub@redhat.com>
13467
13468 * expmed.c (struct init_expmed_rtl): Change all fields but
13469 pow2 and cint from struct rtx_def to rtx.
13470 (init_expmed_one_conv, init_expmed_one_mode): Adjust for that change.
13471 (init_expmed): Likewise. Allocate all the 18 rtxes and ggc_free them
13472 at the end again.
13473
13474 2014-07-06 Marek Polacek <polacek@redhat.com>
13475
13476 PR c/6940
13477 * doc/invoke.texi: Document -Wsizeof-array-argument.
13478
13479 2014-07-05 Gerald Pfeifer <gerald@pfeifer.com>
13480
13481 * wide-int.h (wide_int_storage): Change declaration from struct
13482 to class.
13483
13484 2014-07-05 Jan Hubicka <hubicka@ucw.cz>
13485
13486 * cgraph.c (cgraph_create_indirect_edge): Update call of
13487 get_polymorphic_call_info.
13488 * ipa-utils.h (get_polymorphic_call_info): Add parameter CALL.
13489 (possible_polymorphic_call_targets): Add parameter call.
13490 (decl_maybe_in_construction_p): New predicate.
13491 (get_polymorphic_call_info): Add parameter call;
13492 use decl_maybe_in_construction_p.
13493 * gimple-fold.c (fold_gimple_assign): Update use of
13494 possible_polymorphic_call_targets.
13495 (gimple_fold_call): Likewise.
13496 * ipa-prop.c: Inlcude calls.h
13497 (ipa_binfo_from_known_type_jfunc): Check that known type is record.
13498 (param_type_may_change_p): New predicate.
13499 (detect_type_change_from_memory_writes): Break out from ...
13500 (detect_type_change): ... this one; use param_type_may_change_p.
13501 (detect_type_change_ssa): Use param_type_may_change_p.
13502 (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
13503
13504 2014-07-05 Charles Baylis <charles.baylis@linaro.org>
13505
13506 PR target/49423
13507 * config/arm/arm-protos.h (arm_legitimate_address_p,
13508 arm_is_constant_pool_ref): Add prototypes.
13509 * config/arm/arm.c (arm_legitimate_address_p): Remove static.
13510 (arm_is_constant_pool_ref) New function.
13511 * config/arm/arm.md (unaligned_loadhis, arm_zero_extendhisi2_v6,
13512 arm_zero_extendqisi2_v6): Use Uh constraint for memory operand.
13513 (arm_extendhisi2, arm_extendhisi2_v6): Use Uh constraint for memory
13514 operand. Remove pool_range and neg_pool_range attributes.
13515 (arm_extendqihi_insn, arm_extendqisi, arm_extendqisi_v6): Remove
13516 pool_range and neg_pool_range attributes.
13517 * config/arm/constraints.md (Uh): New constraint.
13518 (Uq): Don't allow constant pool references.
13519
13520 2014-07-04 James Greenhalgh <james.greenhalgh@arm.com>
13521
13522 * config/aarch64/aarch64-simd.md (move_lo_quad_internal_<mode>): New.
13523 (move_lo_quad_internal_be_<mode>): Likewise.
13524 (move_lo_quad_<mode>): Convert to define_expand.
13525 (aarch64_simd_move_hi_quad_<mode>): Gate on BYTES_BIG_ENDIAN.
13526 (aarch64_simd_move_hi_quad_be_<mode>): New.
13527 (move_hi_quad_<mode>): Use appropriate insn for BYTES_BIG_ENDIAN.
13528 (aarch64_combinez<mode>): Gate on BYTES_BIG_ENDIAN.
13529 (aarch64_combinez_be<mode>): New.
13530 (aarch64_combine<mode>): Convert to define_expand.
13531 (aarch64_combine_internal<mode>): New.
13532 (aarch64_simd_combine<mode>): Remove bogus RTL description.
13533
13534 2014-07-04 Tom de Vries <tom@codesourcery.com>
13535
13536 * doc/md.texi (@subsection Constraint Modifier Characters): Clarify
13537 combination of earlyclobber and read/write modifiers.
13538
13539 2014-07-04 Tom de Vries <tom@codesourcery.com>
13540
13541 * config/aarch64/aarch64-simd.md
13542 (define_insn "vec_unpack_trunc_<mode>"): Fix constraint.
13543
13544 2014-07-04 Richard Earnshaw <rearnsha@arm.com>
13545
13546 PR target/61714
13547 * config/aarch64/aarch64.h (OPTION_DEFAULT_SPECS): Define.
13548
13549 2014-07-04 Jakub Jelinek <jakub@redhat.com>
13550
13551 PR middle-end/61654
13552 * cgraphunit.c (expand_thunk): Call free_dominance_info.
13553
13554 PR tree-optimization/61684
13555 * tree-ssa-ifcombine.c (recognize_single_bit_test): Make sure
13556 rhs1 of conversion is a SSA_NAME before using SSA_NAME_DEF_STMT on it.
13557
13558 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13559 Kito Cheng <kito@0xlab.org>
13560 Monk Chiang <sh.chiang04@gmail.com>
13561
13562 * config/nds32/nds32.c (nds32_have_prologue_p): Move to ...
13563 (nds32_symbol_load_store_p): Move to ...
13564 (nds32_fp_as_gp_check_available): Move to ...
13565 * config/nds32/nds32-fp-as-gp.c: ... here.
13566 * config/nds32/nds32-protos.h (nds32_symbol_load_store_p): Remove
13567 extern declaration.
13568
13569 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13570 Kito Cheng <kito@0xlab.org>
13571 Monk Chiang <sh.chiang04@gmail.com>
13572
13573 * config/nds32/nds32.c (nds32_expand_load_multiple): Move to ...
13574 (nds32_expand_store_multiple): Move to ...
13575 (nds32_expand_movmemqi): Move to ...
13576 * config/nds32/nds32-memory-manipulation.c: ... here.
13577
13578 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13579 Kito Cheng <kito@0xlab.org>
13580 Monk Chiang <sh.chiang04@gmail.com>
13581
13582 * config/nds32/nds32.c (nds32_byte_to_size): Move to ...
13583 (nds32_output_casesi_pc_relative): Move to ...
13584 (nds32_output_casesi): Move to ...
13585 (nds32_mem_format): Move to ...
13586 (nds32_output_16bit_store): Move to ...
13587 (nds32_output_16bit_load): Move to ...
13588 (nds32_output_32bit_store): Move to ...
13589 (nds32_output_32bit_load): Move to ...
13590 (nds32_output_32bit_load_s): Move to ...
13591 (nds32_output_stack_push): Move to ...
13592 (nds32_output_stack_pop): Move to ...
13593 * config/nds32/nds32-md-auxiliary.c: ... here.
13594
13595 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13596 Ling-Hua Tseng <uranus@tinlans.org>
13597
13598 * config/nds32/nds32-pipelines-auxiliary.c: Add comment to describe
13599 the purpose of this file.
13600
13601 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13602 Kito Cheng <kito@0xlab.org>
13603 Monk Chiang <sh.chiang04@gmail.com>
13604
13605 * config/nds32/nds32.c (nds32_rtx_costs): Move implementation to ...
13606 (nds32_address_cost): Move implementation to ...
13607 * config/nds32/nds32-cost.c: ... here.
13608 * config/nds32/nds32-protos.h (nds32_rtx_costs_impl): Declare.
13609 (nds32_address_cost_impl): Declare.
13610
13611 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13612 Kito Cheng <kito@0xlab.org>
13613 Monk Chiang <sh.chiang04@gmail.com>
13614
13615 * config/nds32/nds32.c
13616 (nds32_consecutive_registers_load_store_p): Move to ...
13617 (nds32_valid_multiple_load_store): Move to ...
13618 (nds32_valid_stack_push_pop): Move to ...
13619 (nds32_can_use_bclr_p): Move to ...
13620 (nds32_can_use_bset_p): Move to ...
13621 (nds32_can_use_btgl_p): Move to ...
13622 (nds32_can_use_bitci_p): Move to ...
13623 * config/nds32/nds32-predicates.c: ... here.
13624
13625 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13626 Kito Cheng <kito@0xlab.org>
13627 Monk Chiang <sh.chiang04@gmail.com>
13628
13629 * config/nds32/nds32.c
13630 (nds32_expand_builtin_null_ftype_reg): Move to ...
13631 (nds32_expand_builtin_reg_ftype_imm): Move to ...
13632 (nds32_expand_builtin_null_ftype_reg_imm): Move to ...
13633 (nds32_init_builtins): Move implementation to ...
13634 (nds32_expand_builtin): Move implementation to ...
13635 * config/nds32/nds32-intrinsic.c: ... here.
13636 * config/nds32/nds32-protos.h (nds32_init_builtins_impl): Declare.
13637 (nds32_expand_builtin_impl): Declare.
13638
13639 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13640 Kito Cheng <kito@0xlab.org>
13641 Monk Chiang <sh.chiang04@gmail.com>
13642
13643 * config/nds32/nds32.c (nds32_emit_section_head_template): Move to ...
13644 (nds32_emit_section_tail_template): Move to ...
13645 (nds32_emit_isr_jmptbl_section): Move to ...
13646 (nds32_emit_isr_vector_section): Move to ...
13647 (nds32_emit_isr_reset_conten): Move to ...
13648 (nds32_check_isr_attrs_conflict): Move to ...
13649 (nds32_construct_isr_vectors_information): Move to ...
13650 (nds32_asm_file_start): Move implementation to ...
13651 (nds32_asm_file_end): Move implementation to ...
13652 * config/nds32/nds32-isr.c: ... here.
13653 * config/nds32/nds32-protos.h
13654 (nds32_check_isr_attrs_conflict): Declare.
13655 (nds32_construct_isr_vectors_information): Declare.
13656 (nds32_asm_file_start_for_isr): Declare.
13657 (nds32_asm_file_end_for_isr): Declare.
13658
13659 2014-07-04 Chung-Ju Wu <jasonwucj@gmail.com>
13660 Kito Cheng <kito@0xlab.org>
13661 Monk Chiang <sh.chiang04@gmail.com>
13662
13663 * config.gcc (nds32*): Add new modules to extra_objs.
13664 (nds32le-*-*): Use t-nds32 makefile fragment for new modules.
13665 (nds32be-*-*): Likewise.
13666 * config/nds32/nds32-cost.c: New file.
13667 * config/nds32/nds32-fp-as-gp.c: New file.
13668 * config/nds32/nds32-intrinsic.c: New file.
13669 * config/nds32/nds32-isr.c: New file.
13670 * config/nds32/nds32-md-auxiliary.c: New file.
13671 * config/nds32/nds32-memory-manipulation.c: New file.
13672 * config/nds32/nds32-pipelines-auxiliary.c: New file.
13673 * config/nds32/nds32-predicates.c: New file.
13674 * config/nds32/t-nds32: New file.
13675
13676 2014-07-03 Jakub Jelinek <jakub@redhat.com>
13677
13678 PR tree-optimization/61682
13679 * wide-int.cc (wi::mul_internal): Handle high correctly for umul_ppmm
13680 using cases and when one of the operands is equal to 1.
13681
13682 2014-07-03 Segher Boessenkool <segher@kernel.crashing.org>
13683
13684 * config/rs6000/rs6000.md (rotl<mode>3, ashl<mode>3, lshr<mode>3,
13685 ashr<mode>3): Correct mode of operands[2].
13686 (rotl<mode>3_dot, rotl<mode>3_dot2, ashl<mode>3_dot, ashl<mode>3_dot2,
13687 lshr<mode>3_dot, lshr<mode>3_dot2, ashr<mode>3_dot, ashr<mode>3_dot2):
13688 Correct mode of operands[2]. Fix split condition.
13689
13690 2014-07-03 Richard Earnshaw <rearnsha@arm.com>
13691
13692 * arm.md (arch): Add armv6_or_vfpv3.
13693 (arch_enabled): Add test for the above.
13694 * vfp.md (divsf_vfp, divdf_vfp): Add earlyclobber when code can run
13695 on VFP9.
13696 (sqrtsf_vfp, sqrtdf_vfp): Likewise.
13697
13698 2014-07-03 Jakub Jelinek <jakub@redhat.com>
13699
13700 * gcov-io.c (gcov_read_words): Don't call memmove if excess is 0.
13701 * data-streamer-in.c (streamer_read_hwi): Shift UHWI 1 instead of
13702 HWI 1 and negate the unsigned value.
13703 * expmed.c (expand_sdiv_pow2): For modes wider than word always
13704 use AND instead of shift.
13705 * wide-int-print.cc (print_decs): Negate UHWI instead of HWI.
13706
13707 2014-07-03 Marek Polacek <polacek@redhat.com>
13708
13709 * doc/invoke.texi (-fsanitize=bounds): Tweak wording.
13710 (-fsanitize=float-divide-by-zero): Move to the table with
13711 -fsanitize=undefined suboptions.
13712 (-fsanitize=float-cast-overflow): Likewise.
13713
13714 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
13715
13716 * config/rs6000/rs6000.c (rs6000_adjust_atomic_subword): Use
13717 BYTES_BIG_ENDIAN rather than WORDS_BIG_ENDIAN to check for byte
13718 endianness.
13719
13720 2014-07-03 Zhenqiang Chen <zhenqiang.chen@linaro.org>
13721
13722 * loop-invariant.c (struct invariant): Add a new member: eqno;
13723 (find_identical_invariants): Update eqno;
13724 (create_new_invariant): Init eqno;
13725 (get_inv_cost): Compute comp_cost with eqno;
13726
13727 2014-07-02 Segher Boessenkool <segher@kernel.crashing.org>
13728
13729 * genconfig.c (have_rotate_flag, have_rotatert_flag): New variables.
13730 (walk_insn_part) <ROTATE, ROTATERT>: New cases.
13731 (main): Conditionally write HAVE_rotate resp. HAVE_rotatert.
13732 * simplify-rtx.c (simplify_binary_operation_1) <ROTATE, ROTATERT>:
13733 Only do the transformation if both HAVE_rotate and HAVE_rotatert.
13734
13735 2014-07-02 Christian Bruel <christian.bruel@st.com>
13736
13737 PR target/29349
13738 PR target/53513
13739 * mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
13740 (make_preds_opaque): Delete.
13741 (clear_mode_bit, mode_bit_p, set_mode_bit): New macros.
13742 (commit_mode_sets): New function.
13743 (optimize_mode_switching): Handle current_mode to mode_switching_emit.
13744 Process all modes at once.
13745 * basic-block.h (pre_edge_lcm_avs): Declare.
13746 * lcm.c (pre_edge_lcm_avs): Renamed from pre_edge_lcm.
13747 Call clear_aux_for_edges. Fix comments.
13748 (pre_edge_lcm): New wrapper function to call pre_edge_lcm_avs.
13749 (pre_edge_rev_lcm): Idem.
13750 * config/epiphany/epiphany.c (emit_set_fp_mode): Add prev_mode
13751 parameter.
13752 * config/epiphany/epiphany-protos.h (emit_set_fp_mode): Idem.
13753 * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
13754 Idem.
13755 * config/i386/i386.c (x96_emit_mode_set): Idem.
13756 * config/sh/sh.c (sh_emit_mode_set): Likewise. Handle PR toggle.
13757 * config/sh/sh.md (toggle_pr): Defined if TARGET_FPU_SINGLE.
13758 (fpscr_toggle) Disallow from delay slot.
13759 * target.def (emit_mode_set): Add prev_mode parameter.
13760 * doc/tm.texi: Regenerate.
13761
13762 2014-07-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13763
13764 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Delete unused
13765 variable i.
13766
13767 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
13768
13769 * ipa-utils.h (method_class_type, vtable_pointer_value_to_binfo,
13770 vtable_pointer_value_to_vtable): Constify.
13771 (contains_polymorphic_type_p): Declare.
13772 * ipa-devirt.c (method_class_type, vtable_pointer_value_to_binfo,
13773 vtable_pointer_value_to_vtable): Constify.
13774 (contains_polymorphic_type_p): New predicate.
13775 * ipa-prop.c (ipa_set_jf_known_type): Allow types containing
13776 polymorphic types.
13777 (ipa_set_ancestor_jf): Likewise.
13778 (detect_type_change): Return false in easy cases.
13779 (compute_complex_assign_jump_func): Require type to contain
13780 polymorphic type.
13781 (compute_known_type_jump_func): Likewise.
13782
13783 2014-07-01 Jan Hubicka <hubicka@ucw.cz>
13784
13785 * tree.c (decls_same_for_odr, decls_same_for_odr, types_same_for_odr):
13786 Remove.
13787 (type_in_anonymous_namespace_p): Constify argument.
13788 * tree.h (types_same_for_odr, type_in_anonymous_namespace_p): Constify.
13789 * ipa-devirt.c (odr_type_d): Add ODR_VIOLATED field.
13790 (main_odr_variant): New function.
13791 (hash_type_name): Make static; update assert; do not ICE on
13792 non-records.
13793 (types_same_for_odr): Bring here from tree.c; simplify and remove
13794 old structural comparing code that doesn't work for templates.
13795 (odr_hasher::equal): Update assert.
13796 (add_type_duplicate): Return true when bases should be computed;
13797 replace incomplete loader by complete; do not output duplicated
13798 warnings; do not ICE on non-records; set odr_violated flag.
13799 (get_odr_type): Be ready to replace incomplete type by complete
13800 one; work on ODR variants instead of main variants; reorder item
13801 in array so bases have still smaller indexes.
13802 (dump_type_inheritance_graph): Be ready for holdes in odr_types array.
13803 (possible_polymorphic_call_targets): Do not ICE when BINFO is NULL.
13804
13805 2014-07-01 Cary Coutant <ccoutant@google.com>
13806
13807 * dwarf2out.c (remove_addr_table_entry): Remove unnecessary hash table
13808 lookup.
13809 (resolve_addr_in_expr): When replacing the rtx in a location list
13810 entry, get a new address table entry.
13811 (dwarf2out_finish): Call index_location_lists even if there are no
13812 addr_index_table entries yet.
13813
13814 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
13815
13816 * config/i386/winnt.c (i386_pe_section_type_flags): Revert previous
13817 change for not being obvious.
13818
13819 2014-07-01 Trevor Saunders <tsaunders@mozilla.com>
13820
13821 * config/i386/winnt.c (i386_pe_section_type_flags): Remove name of
13822 unused argument.
13823
13824 2014-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13825
13826 * config/aarch64/arm_neon.h (vcage_f64): New intrinsic.
13827 (vcagt_f64): Likewise.
13828 (vcale_f64): Likewise.
13829 (vcaled_f64): Likewise.
13830 (vcales_f32): Likewise.
13831 (vcalt_f64): Likewise.
13832 (vcaltd_f64): Likewise.
13833 (vcalts_f32): Likewise.
13834
13835 2014-07-01 Marek Polacek <polacek@redhat.com>
13836
13837 * doc/invoke.texi: Document -Wint-conversion.
13838
13839 2014-07-01 Marek Polacek <polacek@redhat.com>
13840
13841 PR c/58286
13842 * doc/invoke.texi: Document -Wincompatible-pointer-types.
13843
13844 2014-07-01 Martin Liska <mliska@suse.cz>
13845
13846 IPA REF alias refactoring
13847 * cgraph.h (iterate_direct_aliases): New function.
13848 (FOR_EACH_ALIAS): New macro iterates all direct aliases for a node.
13849 * cgraph.c (cgraph_for_node_thunks_and_aliases): Usage of
13850 FOR_EACH_ALIAS added.
13851 (cgraph_for_node_and_aliases): Likewise.
13852 * cgraphunit.c (assemble_thunks_and_aliases): Likewise.
13853 * ipa-inline.c (reset_edge_caches): Likewise.
13854 (update_caller_keys): Likewise.
13855 * trans-mem.c (ipa_tm_execute): Likewise.
13856 *varpool.c (varpool_analyze_node): Likewise.
13857 (varpool_for_node_and_aliases): Likewise.
13858 * ipa-ref.h (first_alias): New function.
13859 (last_alias): Likewise.
13860 (has_aliases_p): Likewise.
13861 * ipa-ref.c (ipa_ref::remove_reference): Removal function
13862 is sensitive to IPA_REF_ALIASes.
13863 * symtab.c (symtab_node::add_reference): Node of IPA_REF_ALIAS type
13864 are put at the beginning of the list.
13865 (symtab_node::iterate_direct_aliases): New function.
13866
13867 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
13868
13869 Revert:
13870 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
13871 type is complete.
13872 (write_ts_type_common_tree_pointers): Do not stream fields not set
13873 for incomplete types; do not stream duplicated fields for variants;
13874 sanity check that variant and type match.
13875 (write_ts_type_non_common_tree_pointers): Likewise.
13876 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
13877 TYPE_SIZE whether type is complete.
13878 (lto_input_ts_type_common_tree_pointers): Do same changes as in
13879 write_ts_type_common_tree_pointers
13880 (lto_input_ts_type_non_common_tree_pointers): Likewise.
13881
13882 2014-06-30 Joseph Myers <joseph@codesourcery.com>
13883
13884 * var-tracking.c (add_stores): Return instead of asserting if old
13885 and new values for conditional store are the same.
13886
13887 2014-06-30 Richard Henderson <rth@redhat.com>
13888
13889 PR rtl-opt/61608
13890 PR target/39284
13891 * bb-reorder.c (pass_duplicate_computed_gotos::execute): Cleanup
13892 the cfg if there were any changes.
13893 * passes.def: Revert move of peephole2 after reorder_blocks;
13894 move duplicate_computed_gotos before peephole2.
13895
13896 2014-06-30 Uros Bizjak <ubizjak@gmail.com>
13897
13898 * except.c (emit_note_eh_region_end): New helper function.
13899 (convert_to_eh_region_ranges): Use emit_note_eh_region_end to
13900 emit EH_REGION_END note.
13901 * jump.c (cleanup_barriers): Do not split a call and its
13902 corresponding CALL_ARG_LOCATION note.
13903
13904 2014-06-30 Jeff Law <law@redhat.com>
13905
13906 PR tree-optimization/61607
13907 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Look
13908 deeper into the SSA_NAME_VALUE chain.
13909
13910 2014-06-30 Marek Polacek <polacek@redhat.com>
13911
13912 * convert.c (convert_to_integer): Don't instrument conversions if the
13913 function has no_sanitize_undefined attribute.
13914 * ubsan.c: Don't run the ubsan pass if the function has
13915 no_sanitize_undefined attribute.
13916
13917 2014-06-30 Jakub Jelinek <jakub@redhat.com>
13918
13919 * doc/invoke.texi (-fsanitize=bounds): Move to the table with
13920 -fsanitize=undefined suboptions.
13921
13922 2014-06-30 Alan Lawrence <alan.lawrence@arm.com>
13923
13924 * config/aarch64/aarch64-simd.md (vec_perm): Enable for bigendian.
13925 * config/aarch64/aarch64.c (aarch64_expand_vec_perm): Remove assert
13926 against bigendian and adjust indices.
13927
13928 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
13929
13930 * doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit.
13931
13932 2014-06-30 Marcus Shawcroft <marcus.shawcroft@arm.com>
13933
13934 PR target/61633
13935 * config/aarch64/aarch64.md (*aarch64_ashr_sisd_or_int_<mode>3):
13936 Add alternative; make early clobber. Adjust both split patterns
13937 to use operand 0 as the working register.
13938
13939 2014-06-30 Jakub Jelinek <jakub@redhat.com>
13940
13941 * ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0,
13942 as ira_object_id_map might be NULL, or 1.
13943
13944 2014-06-30 Zhenqiang Chen <zhenqiang.chen@linaro.org>
13945
13946 * loop-invariant.c (get_inv_cost): Handle register class.
13947 (gain_for_invariant): Check the register pressure of the inv
13948 and its overlapped register class, other than all.
13949
13950 2014-06-30 Gerald Pfeifer <gerald@pfeifer.com>
13951
13952 * doc/invoke.texi (Optimize Options): Fix descriptions of
13953 ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
13954
13955 2014-06-29 David Wohlferd <dw@LimeGreenSocks.com>
13956
13957 * doc/extend.texi (Function Attributes): Update 'naked' attribute
13958 documentation.
13959
13960 2014-06-29 Tobias Grosser <tobias@grosser.es>
13961
13962 PR bootstrap/61650
13963 * graphite-isl-ast-to-gimple.c: Add missing guards.
13964
13965 2014-06-29 Roman Gareev <gareevroman@gmail.com>
13966
13967 * Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
13968 * common.opt: Add new switch fgraphite-code-generator=[isl|cloog].
13969 * flag-types.h: Add new enum fgraphite_generator.
13970 * graphite-isl-ast-to-gimple.c: New.
13971 * graphite-isl-ast-to-gimple.h: New.
13972 * graphite.c (graphite_transform_loops): Add choice of Graphite
13973 code generator, which depends on flag_graphite_code_gen.
13974
13975 2014-06-29 Roman Gareev <gareevroman@gmail.com>
13976
13977 * graphite-dependences.c (subtract_commutative_associative_deps):
13978 Add NULL checking of the following variables: must_raw_no_source,
13979 may_raw_no_source, must_war_no_source, may_war_no_source,
13980 must_waw_no_source, may_waw_no_source, must_raw, may_raw,
13981 must_war, may_war, must_waw, may_waw.
13982
13983 2014-06-29 Roman Gareev <gareevroman@gmail.com>
13984
13985 * graphite-clast-to-gimple.c: gloog is renamed to
13986 graphite_regenerate_ast_cloog. gloog_error is renamed to
13987 graphite_regenerate_error.
13988 * graphite-clast-to-gimple.h: The definition of the struct
13989 bb_pbb_def is moved to graphite-htab.h.
13990 Add inclusion of the hash-table.h.
13991 * graphite-htab.h: The declaration of the function gloog is moved
13992 to graphite-clast-to-gimple.h and renamed to
13993 graphite_regenerate_ast_cloog.
13994 * graphite.c (graphite_transform_loops): gloog is renamed
13995 to graphite_regenerate_ast_cloog.
13996
13997 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
13998
13999 * tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if
14000 type is complete.
14001 (write_ts_type_common_tree_pointers): Do not stream fields not set
14002 for incomplete types; do not stream duplicated fields for variants;
14003 sanity check that variant and type match.
14004 (write_ts_type_non_common_tree_pointers): Likewise.
14005 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Mark in
14006 TYPE_SIZE whether type is complete.
14007 (lto_input_ts_type_common_tree_pointers): Do same changes as in
14008 write_ts_type_common_tree_pointers
14009 (lto_input_ts_type_non_common_tree_pointers): Likewise.
14010
14011 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14012
14013 * cgraph.c (dump_cgraph_node): Dump init&fini priorities.
14014
14015 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14016
14017 * tree-inline.c (remap_type_1): Do not duplicate fields
14018 that are shared in between type and its main variant.
14019
14020 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14021
14022 * ipa-prop.c (ipa_set_jf_known_type): Record always the main variant
14023 of the type.
14024 (ipa_set_ancestor_jf) Likewise.
14025 (check_stmt_for_type_change): Check that we work on main variant.
14026 (detect_type_change): Look into main variant.
14027 (compute_known_type_jump_func): Check that main variant has BINFO.
14028
14029 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14030
14031 * ipa-devirt.c (set_type_binfo): New function.
14032 (add_type_duplicate): Use it.
14033 (get_odr_type): Sanity check that binfos points to main variants.
14034 (get_class_context): Be sure the context's outer_type is main variant.
14035 (contains_type_p): Walk main variant.
14036 (get_polymorphic_call_info_for_decl): Set outer_type to be
14037 main variant.
14038 (get_polymorphic_call_info): Likewise.
14039 (possible_polymorphic_call_targets): Sanity check that we operate
14040 on main variant.
14041
14042 2014-06-28 Jan Hubicka <hubicka@ucw.cz>
14043
14044 * stor-layout.c (finish_builtin_struct): Copy fields into the variants.
14045
14046 2014-06-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14047
14048 * config/rs6000/rs6000.c (rs6000_aggregate_candidate): Revert
14049 accidental change due to wide-int branch merge.
14050
14051 2014-06-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14052
14053 * configure.ac (gcc_cv_as_compress_debug): Check for assembler
14054 compressed debug support.
14055 (gcc_cv_ld_compress_debug): Check for linker compressed debug support.
14056 * configure: Regenerate.
14057 * config.in: Regenerate.
14058 * common.opt (compressed_debug_sections): New enum.
14059 (gz, gz=): New options.
14060 * gcc.c (LINK_COMPRESS_DEBUG_SPEC, ASM_COMPRESS_DEBUG_SPEC): Define.
14061 (LINK_COMMAND_SPEC): Invoke LINK_COMPRESS_DEBUG_SPEC.
14062 (asm_options): Invoke ASM_COMPRESS_DEBUG_SPEC.
14063 * config/darwin.h (LINK_COMMAND_SPEC_A): Invoke
14064 LINK_COMPRESS_DEBUG_SPEC.
14065 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
14066 * opts.c (common_handle_option): Handle OPT_gz, OPT_gz_.
14067 * doc/invoke.texi (Option Summary, Debugging Options): Add -gz[=type].
14068 (Debugging Options): Document -gz[=type].
14069
14070 2014-06-27 Martin Jambor <mjambor@suse.cz>
14071
14072 PR ipa/61160
14073 * cgraphclones.c (duplicate_thunk_for_node): Removed parameter
14074 args_to_skip, use those from node instead. Copy args_to_skip and
14075 combined_args_to_skip from node to the new thunk.
14076 (redirect_edge_duplicating_thunks): Removed parameter args_to_skip.
14077 (cgraph_create_virtual_clone): Moved computation of
14078 combined_args_to_skip...
14079 (cgraph_clone_node): ...here, simplify it to bitmap_ior..
14080
14081 2014-06-27 trevor Saunders <tsaunders@mozilla.com>
14082
14083 * config/i386/winnt.c (i386_pe_section_type_flags): Remove
14084 redundant diagnostic machinary.
14085
14086 2014-06-27 Richard Biener <rguenther@suse.de>
14087
14088 * tree-ssa-math-opts.c (bswap_replace): Fix
14089 SLOW_UNALIGNED_ACCESS test to only apply to unaligned object.
14090
14091 2014-06-27 Martin Liska <mliska@suse.cz>
14092
14093 * gimple.h (gimple_location_safe): New function introduced.
14094 * cgraphunit.c (walk_polymorphic_call_targets): Usage
14095 of gimple_location_safe replaces gimple_location.
14096 (gimple_fold_call): Likewise.
14097 * ipa-devirt.c (ipa_devirt): Likewise.
14098 * ipa-prop.c (ipa_make_edge_direct_to_target): Likewise.
14099 * ipa.c (walk_polymorphic_call_targets): Likewise.
14100 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Likewise.
14101
14102 2014-06-27 Jakub Jelinek <jakub@redhat.com>
14103
14104 PR tree-optimization/57233
14105 PR tree-optimization/61299
14106 * tree-vect-generic.c (get_compute_type, count_type_subparts): New
14107 functions.
14108 (expand_vector_operations_1): Use them. If {L,R}ROTATE_EXPR
14109 would be lowered to scalar shifts, check if corresponding
14110 shifts and vector BIT_IOR_EXPR are supported and don't lower
14111 or lower just to narrower vector type in that case.
14112 * expmed.c (expand_shift_1): Fix up handling of vector
14113 shifts and rotates.
14114
14115 2014-06-26 Uros Bizjak <ubizjak@gmail.com>
14116
14117 PR target/61586
14118 * config/alpha/alpha.c (alpha_handle_trap_shadows): Handle BARRIER RTX.
14119
14120 2014-06-26 Jan Hubicka <hubicka@ucw.cz>
14121
14122 * doc/invoke.texi (-fsemantic-interposition): Document.
14123 * common.opt (fsemantic-interposition): New flag.
14124 * varasm.c (decl_replaceable_p): Use it.
14125
14126 2014-06-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
14127
14128 PR target/61542
14129 * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
14130 extraction other than index 3.
14131
14132 2014-06-26 Teresa Johnson <tejohnson@google.com>
14133
14134 * doc/invoke.texi: Fix typo.
14135 * dumpfile.c: Add support for documented -fdump-* options
14136 optimized/missed/note/optall.
14137
14138 2014-06-26 Martin Jambor <mjambor@suse.cz>
14139
14140 * params.def (PARAM_ALLOW_LOAD_DATA_RACES)
14141 (PARAM_ALLOW_PACKED_LOAD_DATA_RACES)
14142 (PARAM_ALLOW_PACKED_STORE_DATA_RACES): Removed.
14143 (PARAM_ALLOW_STORE_DATA_RACES): Set default to zero.
14144 * opts.c (default_options_optimization): Set
14145 PARAM_ALLOW_STORE_DATA_RACES to one at -Ofast.
14146 * doc/invoke.texi (allow-load-data-races)
14147 (allow-packed-load-data-races, allow-packed-store-data-races): Removed.
14148 (allow-store-data-races): Document the new default.
14149
14150 2014-06-26 Martin Jambor <mjambor@suse.cz>
14151
14152 * ipa-prop.c (ipa_impossible_devirt_target): No longer static,
14153 renamed to ipa_impossible_devirt_target. Fix typo.
14154 * ipa-prop.h (ipa_impossible_devirt_target): Declare.
14155 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use
14156 ipa_impossible_devirt_target.
14157
14158 2014-06-26 Richard Biener <rguenther@suse.de>
14159
14160 PR tree-optimization/61607
14161 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust comment
14162 explaining why we restrict copies on loop depth.
14163 * tree-ssa-dom.c (cprop_operand): Remove restriction on
14164 on loop depth.
14165 (record_equivalences_from_phis): Instead add it here.
14166
14167 2014-06-26 Bernd Schmidt <bernds@codesourcery.com>
14168
14169 * Makefile.in (COLLECT2_OBJS): Add collect-utils.o.
14170 (LTO_WRAPPER_OBJS): New variable.
14171 (lto-wrapper$(exeext)): Use it.
14172 * collect2.c: Include "collect-utils.h".
14173 (verbose, debug): Remove variables.
14174 (at_file_supplied): No longer static.
14175 (tool_name): New variable.
14176 (do_wait, fork_execute, maybe_unlink): Don't declare.
14177 (tool_cleanup): No longer static.
14178 (notice): Remove function.
14179 (maybe_run_lto_and_relink, main, do_dsymutil): Add new arg to
14180 fork_execute calls.
14181 (collect_wait, do_wait, collect_execute): Remove functions.
14182 (maybe_unlink): No longer static.
14183 * collect2.h (verbose, debug): Don't declare.
14184 (at_file_supplied): Declare.
14185 * collect-utils.c (utils_cleanup): New arg from_signal. All callers
14186 changed.
14187 (collect_execute): Replace with implementation from collect2, plus a
14188 new arg use_atfile. All callers changed.
14189 (collect_wait): Replace with implementation from collect2.
14190 (maybe_unlink_file): Remove function.
14191 (fork_execute): Replace with implementation from collect2, plus a
14192 new arg use_atfile. All callers changed.
14193 (do_wait): Add call to utils_cleanup to the error path.
14194 * collect-utils.h (collect_execute, fork_execute, utils_cleanup)
14195 (tool_cleanup): Adjust declarations.
14196 * lto-wrapper.c (tool_cleanup): Add unused bool argument.
14197 * tlink.c: Include "collect-utils.h".
14198 (tlink_execute): New arg use_atfile. All callers changed.
14199 (tlink_init, tlink_execute): Remove declarations.
14200
14201 * collect-utils.c (save_temps): New variable.
14202 (do_wait): Use it instead of debug. Use fatal_error.
14203 * collect-utils.h (save_temps): Declare.
14204 * collect2.c (verbose): Rename from vflag. All uses changed.
14205 (tool_cleanup): New function, copied from collect_atexit.
14206 (collect_atexit, handler): Just call it.
14207 * collect2.h (verbose): Declaration renamed from vflag.
14208 * lto-wrapper.c (maybe_unlink, run_gcc): Use save_temps instead of
14209 debug.
14210
14211 * Makefile.in (ALL_HOST_BACKEND_OBJS): Add collect-utils.o.
14212 (lto-wrapper$(exeext)): Link with collect-utils.o.
14213 * collect-utils.c: New file.
14214 * collect-utils.h: New file.
14215 * lto-wrapper.c: Include "collect-utils.h".
14216 (args_name): Delete variable.
14217 (tool_name): New variable.
14218 (tool_cleanup): New function.
14219 (maybe_unlink): Renamed from maybe_unlink_file. All callers changed.
14220 (lto_wrapper_cleanup, fatal_signal, collect_execute, collect_wait)
14221 (fork_execute): Remove functions.
14222
14223 2014-06-26 Nick Clifton <nickc@redhat.com>
14224
14225 * config/frv/frv.c (frv_in_small_data_p): Remove redundant assert.
14226
14227 * doc/extend.texi (Function Attributes): Fix typo in description
14228 of RX vector attribute.
14229
14230 2014-06-26 James Greenhalgh <james.greenhalgh@arm.com>
14231
14232 * config.gcc (supported_defaults): Error when passing either
14233 --with-tune or --with-arch in conjunction with --with-cpu for ARM.
14234
14235 2014-06-26 Richard Biener <rguenther@suse.de>
14236
14237 * tree-ssa-dom.c (cprop_operand): Remove restriction on
14238 propagating volatile pointers.
14239
14240 2014-06-26 Richard Biener <rguenther@suse.de>
14241
14242 PR tree-optimization/61607
14243 * tree-ssa-threadupdate.c (ssa_redirect_edges): Cancel the
14244 loop if we redirected its latch edge.
14245 (thread_block_1): Do not cancel loops prematurely.
14246
14247 2014-06-25 Jan Hubicka <hubicka@ucw.cz>
14248
14249 * toplev.c (backend_init_target): Move init_emit_regs and
14250 init_regs to...
14251 (backend_init) ... here; skip ira_init_once and backend_init_target.
14252 (target_reinit) ... and here; clear
14253 this_target_rtl->lang_dependent_initialized.
14254 (lang_dependent_init_target): Clear
14255 this_target_rtl->lang_dependent_initialized;
14256 break out rtl initialization to ...
14257 (initialize_rtl): ... here; call also backend_init_target
14258 and ira_init_once.
14259 * toplev.h (initialize_rtl): New function.
14260 * function.c: Include toplev.h
14261 (init_function_start): Call initialize_rtl.
14262 * rtl.h (target_rtl): Add target_specific_initialized,
14263 lang_dependent_initialized.
14264
14265 2014-06-25 Paul Gortmaker <paul.gortmaker@windriver.com>
14266 Jakub Jelinek <jakub@redhat.com>
14267
14268 * gcc.c (set_multilib_dir): Malloc "." pointer as well.
14269
14270 2014-06-25 Tom de Vries <tom@codesourcery.com>
14271
14272 * config/arm/arm.c (arm_emit_call_insn): Remove clobber of CC_REGNUM.
14273
14274 2014-06-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
14275
14276 * tree-ssa-forwprop.c (associate_plusminus): For widening conversions
14277 check for undefined overflow in (T)(P + A) - (T)P -> (T)A.
14278 Issue a strict overflow warning if appropriate.
14279
14280 2014-06-25 Martin Liska <mliska@suse.cz>
14281
14282 IPA REF refactoring
14283 * Makefile.in: Removed header file (ipa-ref-inline.h).
14284 * cgraph.c (cgraph_turn_edge_to_speculative): New IPA REF function
14285 called.
14286 (cgraph_speculative_call_info): Likewise.
14287 (cgraph_for_node_thunks_and_aliases): Likewise.
14288 (cgraph_for_node_and_aliases): Likewise.
14289 (verify_cgraph_node): Likewise.
14290 * cgraph.h: Batch of IPA REF functions become member functions of
14291 symtab_node: add_reference, maybe_add_reference, clone_references,
14292 clone_referring, clone_reference, find_reference,
14293 remove_stmt_references, remove_all_references,
14294 remove_all_referring, dump_references, dump_referring,
14295 has_alias_p, iterate_reference, iterate_referring.
14296 * cgraphbuild.c (record_reference): New IPA REF function used.
14297 (record_type_list): Likewise.
14298 (record_eh_tables): Likewise.
14299 (mark_address): Likewise.
14300 (mark_load): Likewise.
14301 (mark_store): Likewise.
14302 (pass_build_cgraph_edges): Likewise.
14303 (rebuild_cgraph_edge): Likewise.
14304 (cgraph_rebuild_references): Likewise.
14305 (pass_remove_cgraph_callee_edges): Likewise.
14306 * cgraphclones.c (cgraph_clone_node): Likewise.
14307 (cgraph_create_virtual_clone): Likewise.
14308 (cgraph_materialize_clone): Likewise.
14309 (cgraph_materialize_all_clones): Likewise.
14310 * cgraphunit.c (cgraph_reset_node): Likewise.
14311 (cgraph_reset_node): Likewise.
14312 (analyze_function): Likewise.
14313 (assemble_thunks_and_aliases): Likewise.
14314 (expand_function): Likewise.
14315 * ipa-comdats.c (propagate_comdat_group): Likewise.
14316 (enqueue_references): Likewise.
14317 * ipa-cp.c (ipcp_discover_new_direct_edges): Likewise.
14318 (create_specialized_node): Likewise.
14319 * ipa-devirt.c (referenced_from_vtable_p): Likewise.
14320 * ipa-inline-transform.c (can_remove_node_now_p_1): Likewise.
14321 * ipa-inline.c (reset_edge_caches): Likewise.
14322 (update_caller_keys): Likewise.
14323 (execute): Likewise.
14324 * ipa-prop.c (remove_described_reference): Likewise.
14325 (propagate_controlled_uses): Likewise.
14326 (ipa_edge_duplication_hook): Likewise.
14327 (ipa_modify_call_arguments): Likewise.
14328 * ipa-pure-const.c (propagate_pure_const): Likewise.
14329 * ipa-ref-inline.h: Header file removed, functions moved
14330 to symtab_node class.
14331 * ipa-ref.c (remove_reference): New class member function.
14332 (cannot_lead_to_return): New class member function.
14333 (referring_ref_list): Likewise.
14334 (referred_ref_list): Likewise.
14335 Rest of functions moved to symtab_node class.
14336 * ipa-ref.h: New member functions remove_reference,
14337 cannot_lead_to_return, referring_ref_list, referred_ref_list added
14338 to ipa_ref class.
14339 ipa_ref_list class has new member functions: first_reference,
14340 first_referring, clear, nreferences.
14341 * ipa-reference.c (analyze_function): New IPA REF function used.
14342 (write_node_summary_p): Likewise.
14343 (ipa_reference_write_optimization_summary): Likewise.
14344 * ipa-split.c (split_function): Likewise.
14345 * ipa-utils.c (ipa_reverse_postorder): Likewise.
14346 * ipa-visibility.c (cgraph_non_local_node_p_1): Likewise.
14347 (function_and_variable_visibility): Likewise.
14348 * ipa.c (has_addr_references_p): Likewise.
14349 (process_references): Argument type changed.
14350 (symtab_remove_unreachable_nodes): New IPA REF function used.
14351 (process_references): Likewise.
14352 (set_writeonly_bit): Likewise.
14353 * lto-cgraph.c: Implementation of new symtab_node member functions
14354 that uses new IPA REF functions.
14355 * lto-streamer-in.c (fixup_call_stmt_edges_1): New IPA REF
14356 function used.
14357 * lto-streamer-out.c (output_symbol_p): Likewise.
14358 * lto-streamer.h (referenced_from_this_partition_p): Argument type
14359 changed.
14360 * symtab.c: Implementation of new IPA REF API.
14361 * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used.
14362 (ipa_tm_create_version): Likewise.
14363 (ipa_tm_execute): Likewise.
14364 * tree-emutls.c (gen_emutls_addr): Likewise.
14365 * tree-inline.c (copy_bb): Likewise.
14366 (delete_unreachable_blocks_update_callgraph): Likewise.
14367 * varpool.c (varpool_remove_unreferenced_decls): Likewise.
14368 (varpool_for_node_and_aliases): Likewise.
14369
14370 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
14371
14372 * config/i386/winnt.c (i386_find_on_wrapper_list): Fix typo.
14373
14374 2014-06-25 Trevor Saunders <tsaunders@mozilla.com>
14375
14376 PR bootstrap/61598
14377 * fold-const.c (fold_checksum_tree): Use a hash_table of const
14378 tree_node * instead of tree_node *.
14379 (fold): Adjust.
14380 (print_fold_checksum): Likewise.
14381 (fold_check_failed): Likewise.
14382 (debug_fold_checksum): Likewise.
14383 (fold_build1_stat_loc): Likewise.
14384 (fold_build2_stat_loc): Likewise.
14385 (fold_build3_stat_loc): Likewise.
14386 (fold_build_call_array_loc): Likewise.
14387
14388 2014-06-25 David Edelsohn <dje.gcc@gmail.com>
14389
14390 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Replace
14391 implementation with call to...
14392 * config/rs6000/rs6000.c (rs6000_xcoff_declare_function_name): New
14393 function.
14394 * config/rs6000/rs6000-protos.h (rs6000_xcoff_declare_function_name):
14395 Declare.
14396
14397 2014-06-25 Marc Glisse <marc.glisse@inria.fr>
14398
14399 PR tree-optimization/57742
14400 * tree-ssa-strlen.c (handle_builtin_memset): Update strinfo
14401 after replacing the statement.
14402
14403 2014-06-25 Nick Clifton <nickc@redhat.com>
14404
14405 * config/v850/v850.c (GHS_default_section_names): Change to const
14406 char * type.
14407 (GHS_current_section_names): Likewise.
14408 (v850_insert_attributes): Do not build strings, just assign the
14409 names directly. Change the type of 'chosen_section' to const
14410 char*.
14411 * config/v850/v850-c.c (ghs_pragma_section): Assign the alias
14412 directly to the array entry.
14413 * config/v850/v850.h (GHS_default_section_names): Change to const
14414 char * type.
14415 (GHS_current_section_names): Likewise.
14416
14417 2014-06-25 Jakub Jelinek <jakub@redhat.com>
14418
14419 * langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.
14420 (LANG_HOOKS_DECLS): Add it.
14421 * gimplify.c (gimplify_omp_for): Make sure OMP_CLAUSE_LINEAR_STEP
14422 has correct type.
14423 * tree.h (OMP_CLAUSE_LINEAR_ARRAY): Define.
14424 * langhooks.h (struct lang_hooks_for_decls): Add
14425 omp_clause_linear_ctor hook.
14426 * omp-low.c (lower_rec_input_clauses): Set max_vf even if
14427 OMP_CLAUSE_LINEAR_ARRAY is set. Don't fold_convert
14428 OMP_CLAUSE_LINEAR_STEP. For OMP_CLAUSE_LINEAR_ARRAY in
14429 combined simd loop use omp_clause_linear_ctor hook.
14430
14431 2014-06-24 Cong Hou <congh@google.com>
14432
14433 * tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD
14434 pattern recognition.
14435 (type_conversion_p): PROMOTION is true if it's a type promotion
14436 conversion, and false otherwise. Return true if the given expression
14437 is a type conversion one.
14438 * tree-vectorizer.h: Adjust the number of patterns.
14439 * tree.def: Add SAD_EXPR.
14440 * optabs.def: Add sad_optab.
14441 * cfgexpand.c (expand_debug_expr): Add SAD_EXPR case.
14442 * expr.c (expand_expr_real_2): Likewise.
14443 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
14444 * gimple.c (get_gimple_rhs_num_ops): Likewise.
14445 * optabs.c (optab_for_tree_code): Likewise.
14446 * tree-cfg.c (estimate_operator_cost): Likewise.
14447 * tree-ssa-operands.c (get_expr_operands): Likewise.
14448 * tree-vect-loop.c (get_initial_def_for_reduction): Likewise.
14449 * config/i386/sse.md: Add SSE2 and AVX2 expand for SAD.
14450 * doc/generic.texi: Add document for SAD_EXPR.
14451 * doc/md.texi: Add document for ssad and usad.
14452
14453 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
14454
14455 * config/i386/winnt.c (i386_pe_section_type_flags): Fix const
14456 qualification in cast.
14457
14458 2014-06-24 Jan Hubicka <hubicka@ucw.cz>
14459
14460 * tree.c (find_decls_types_r): Do not check DECL_VINDEX for TYPE_DECL.
14461 * tree.h (DECL_VINDEX, DECL_SAVED_TREE): Restrict to DECL_FUNCTION.
14462 * tree-core.h (tree_decl_non_common): Move saved_tree and vindex...
14463 (tree_function_decl): ... here.
14464 * tree-streamer-out.c (write_ts_decl_non_common_tree_pointers): Move
14465 streaming of vindex to ...
14466 (write_ts_function_decl_tree_pointers): ... here.
14467 * tree-streamer-in.c (lto_input_ts_decl_non_common_tree_pointers):
14468 Do not stream DECL_VINDEX.
14469 (lto_input_ts_function_decl_tree_pointers): Stream it here.
14470
14471 2014-06-24 Catherine Moore <clm@codesourcery.com>
14472 Sandra Loosemore <sandra@codesourcery.com>
14473
14474 * config/mips/mips.c (mips_order_regs_for_local_alloc): Delete.
14475 * config/mips/mips.h (ADJUST_REG_ALLOC_ORDER): Delete.
14476 * config/mips/mips-protos.h (mips_order_regs_for_local_alloc): Delete.
14477
14478 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
14479
14480 * doc/invoke.texi (Warning Options): Remove duplicated
14481 -Wmaybe-uninitialized.
14482
14483 2014-06-24 Marc Glisse <marc.glisse@inria.fr>
14484
14485 PR tree-optimization/57742
14486 * tree-ssa-strlen.c (get_string_length): Ignore malloc.
14487 (handle_builtin_malloc, handle_builtin_memset): New functions.
14488 (strlen_optimize_stmt): Call them.
14489 * passes.def: Move strlen after loop+dom but before vrp.
14490
14491 2014-06-24 Jakub Jelinek <jakub@redhat.com>
14492
14493 PR target/61570
14494 * config/i386/driver-i386.c (host_detect_local_cpu): For unknown
14495 model family 6 CPU with has_longmode never use a CPU without
14496 64-bit support.
14497
14498 2014-06-24 H.J. Lu <hongjiu.lu@intel.com>
14499
14500 PR target/61570
14501 * config/i386/driver-i386.c (host_detect_local_cpu): Revert
14502 the last change.
14503
14504 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
14505
14506 * alloc-pool.c (alloc_pool_hash): Use hash_map instead of hash_table.
14507 * dominance.c (iterate_fix_dominators): Use hash_map instead of
14508 pointer_map.
14509 * hash-map.h: New file.
14510 * ipa-comdats.c: Use hash_map instead of pointer_map.
14511 * ipa.c: Likewise.
14512 * lto-section-out.c: Adjust.
14513 * lto-streamer.h: Replace pointer_map with hash_map.
14514 * symtab.c (verify_symtab): Likewise.
14515 * tree-ssa-strlen.c (decl_to_stridxlist_htab): Likewise.
14516 * tree-ssa-uncprop.c (val_ssa_equiv): Likewise.
14517 * tree-streamer.h: Likewise.
14518 * tree-streamer.c: Adjust.
14519 * pointer-set.h: Remove pointer_map.
14520
14521 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
14522
14523 * hash-table.h: Add a template arg to choose between storing values
14524 and storing pointers to values, and then provide partial
14525 specializations for both.
14526 * tree-browser.c (tree_upper_hasher): Provide the type the hash table
14527 should store, not the type values should point to.
14528 * tree-into-ssa.c (var_info_hasher): Likewise.
14529 * tree-ssa-dom.c (expr_elt_hasher): Likewise.
14530 * tree-complex.c: Adjust.
14531 * tree-hasher.h (int_tree_hasher): store int_tree_map in the hash
14532 table instead of int_tree_map *.
14533 * tree-parloops.c: Adjust.
14534 * tree-ssa-reassoc.c (ocount_hasher): Don't lie to hash_map about what
14535 type is being stored.
14536 * tree-vectorizer.c: Adjust.
14537
14538 2014-06-24 Trevor Saunders <tsaunders@mozilla.com>
14539
14540 * hash-table.h: Remove a layer of indirection from hash_table so that
14541 it contains the hash table's data instead of a pointer to the data.
14542 * alloc-pool.c, asan.c, attribs.c, bitmap.c, cfg.c,
14543 config/arm/arm.c, config/i386/winnt.c, config/ia64/ia64.c,
14544 config/mips/mips.c, config/sol2.c, coverage.c, cselib.c,
14545 data-streamer-out.c, dse.c, dwarf2cfi.c, dwarf2out.c, except.c,
14546 fold-const.c, gcse.c, ggc-common.c,
14547 gimple-ssa-strength-reduction.c, gimplify.c,
14548 graphite-clast-to-gimple.c, graphite-dependences.c,
14549 graphite-htab.h, graphite.c, haifa-sched.c, ipa-devirt.c,
14550 ipa-profile.c, ira-color.c, ira-costs.c, loop-invariant.c,
14551 loop-iv.c, loop-unroll.c, lto-streamer-in.c, lto-streamer-out.c,
14552 lto-streamer.c, lto-streamer.h, passes.c, plugin.c,
14553 postreload-gcse.c, sese.c, statistics.c, store-motion.c,
14554 trans-mem.c, tree-browser.c, tree-cfg.c, tree-complex.c,
14555 tree-eh.c, tree-into-ssa.c, tree-parloops.c, tree-sra.c,
14556 tree-ssa-ccp.c, tree-ssa-coalesce.c, tree-ssa-dom.c,
14557 tree-ssa-live.c, tree-ssa-loop-im.c,
14558 tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c,
14559 tree-ssa-reassoc.c, tree-ssa-sccvn.c, tree-ssa-strlen.c,
14560 tree-ssa-structalias.c, tree-ssa-tail-merge.c,
14561 tree-ssa-threadupdate.c, tree-ssa-uncprop.c,
14562 tree-vect-data-refs.c, tree-vect-loop.c, tree-vectorizer.c,
14563 tree-vectorizer.h, valtrack.c, valtrack.h, var-tracking.c,
14564 vtable-verify.c, vtable-verify.h: Adjust.
14565
14566 2014-06-24 Richard Biener <rguenther@suse.de>
14567
14568 PR tree-optimization/61572
14569 * tree-ssa-sink.c (statement_sink_location): Do not sink
14570 loads from hard registers.
14571
14572 2014-06-24 Jakub Jelinek <jakub@redhat.com>
14573
14574 * gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator
14575 not mentioned in clauses use private clause if the iterator is
14576 declared in #pragma omp for simd, and when adding lastprivate
14577 instead, add it to the outer #pragma omp for too. Diagnose
14578 if the variable is private in outer context. For simd collapse > 1
14579 loops, replace all iterators with temporaries.
14580 * omp-low.c (lower_rec_input_clauses): Handle LINEAR clause the
14581 same even in collapse > 1 loops.
14582
14583 * gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP,
14584 OMP_CLAUSE_TO, OMP_CLAUSE_FROM): Make sure OMP_CLAUSE_SIZE is
14585 non-NULL.
14586 <case OMP_CLAUSE_ALIGNED>: Gimplify OMP_CLAUSE_ALIGNED_ALIGNMENT.
14587 (gimplify_adjust_omp_clauses_1): Make sure OMP_CLAUSE_SIZE is
14588 non-NULL.
14589 (gimplify_adjust_omp_clauses): Likewise.
14590 * omp-low.c (lower_rec_simd_input_clauses,
14591 lower_rec_input_clauses, expand_omp_simd): Handle non-constant
14592 safelen the same as safelen(1).
14593 * tree-nested.c (convert_nonlocal_omp_clauses,
14594 convert_local_omp_clauses): Handle OMP_CLAUSE_ALIGNED. For
14595 OMP_CLAUSE_{MAP,TO,FROM} if not decl use walk_tree.
14596 (convert_nonlocal_reference_stmt, convert_local_reference_stmt):
14597 Fixup handling of GIMPLE_OMP_TARGET.
14598 (convert_tramp_reference_stmt, convert_gimple_call): Handle
14599 GIMPLE_OMP_TARGET.
14600
14601 2014-06-24 Chung-Lin Tang <cltang@codesourcery.com>
14602
14603 PR tree-optimization/61554
14604 * tree-ssa-propagate.c: Include "bitmap.h".
14605 (substitute_and_fold_dom_walker): Add 'bitmap need_eh_cleanup' member,
14606 properly update constructor/destructor.
14607 (substitute_and_fold_dom_walker::before_dom_children):
14608 Remove call to gimple_purge_dead_eh_edges, add bb->index to
14609 need_eh_cleaup instead.
14610 (substitute_and_fold): Call gimple_purge_all_dead_eh_edges on
14611 need_eh_cleanup.
14612
14613 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
14614
14615 * varpool.c (dump_varpool_node): Dump used_by_single_function.
14616 * tree-pass.h (make_pass_ipa_single_use): New pass.
14617 * cgraph.h (used_by_single_function): New flag.
14618 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node):
14619 Stream it.
14620 * passes.def (pass_ipa_single_use): Scedule.
14621 * ipa.c (BOTTOM): New macro.
14622 (meet): New function
14623 (propagate_single_user): New function.
14624 (ipa_single_use): New function.
14625 (pass_data_ipa_single_use): New pass.
14626 (pass_ipa_single_use): New pass.
14627 (pass_ipa_single_use::gate): New gate.
14628 (make_pass_ipa_single_use): New function.
14629
14630 2014-06-23 Kai Tietz <ktietz@redhat.com>
14631
14632 PR target/39284
14633 * passes.def (peephole2): Move peephole2 pass before sched2 pass.
14634 * config/i386/i386.md (peehole2): Combine memories and indirect jumps.
14635
14636 2014-06-23 Richard Biener <rguenther@suse.de>
14637
14638 * tree-ssa-loop.c (gate_loop): New function.
14639 (pass_tree_loop::gate): Call it.
14640 (pass_data_tree_no_loop, pass_tree_no_loop,
14641 make_pass_tree_no_loop): New.
14642 * tree-vectorizer.c: Include tree-scalar-evolution.c
14643 (pass_slp_vectorize::execute): Initialize loops and SCEV if
14644 required.
14645 (pass_slp_vectorize::clone): New method.
14646 * timevar.def (TV_TREE_NOLOOP): New.
14647 * tree-pass.h (make_pass_tree_no_loop): Declare.
14648 * passes.def (pass_tree_no_loop): New pass group with
14649 SLP vectorizer.
14650
14651 2014-06-23 H.J. Lu <hongjiu.lu@intel.com>
14652
14653 PR target/61570
14654 * config/i386/driver-i386.c (host_detect_local_cpu): Set arch
14655 to x86-64 if a 32-bit processor supports SSE2 and 64-bit.
14656
14657 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
14658
14659 * config/aarch64/aarch64.md (addsi3_aarch64): Set "simd" attr to
14660 "yes" where needed.
14661
14662 2014-06-23 Alan Modra <amodra@gmail.com>
14663
14664 PR bootstrap/61583
14665 * tree-vrp.c (remove_range_assertions): Do not set is_unreachable
14666 to zero on debug statements.
14667
14668 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
14669
14670 PR target/60825
14671 * config/aarch64/aarch64-builtins.c (aarch64_types_unop_qualifiers):
14672 Ignore third operand if present by marking qualifier_internal.
14673
14674 * config/aarch64/aarch64-simd-builtins.def (abs): Comment.
14675
14676 * config/aarch64/arm_neon.h (int64x1_t, uint64x1_t): Typedef to GCC
14677 vector extension.
14678 (aarch64_vget_lane_s64, aarch64_vdup_lane_s64,
14679 arch64_vdupq_lane_s64, aarch64_vdupq_lane_u64): Remove macro.
14680 (vqadd_s64, vqadd_u64, vqsub_s64, vqsub_u64, vqneg_s64, vqabs_s64,
14681 vcreate_s64, vcreate_u64, vreinterpret_s64_f64, vreinterpret_u64_f64,
14682 vcombine_u64, vbsl_s64, vbsl_u64, vceq_s64, vceq_u64, vceqz_s64,
14683 vceqz_u64, vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64,
14684 vcgtz_s64, vcle_s64, vcle_u64, vclez_s64, vclt_s64, vclt_u64,
14685 vcltz_s64, vdup_n_s64, vdup_n_u64, vld1_s64, vld1_u64, vmov_n_s64,
14686 vmov_n_u64, vqdmlals_lane_s32, vqdmlsls_lane_s32,
14687 vqdmulls_lane_s32, vqrshl_s64, vqrshl_u64, vqrshl_u64, vqshl_s64,
14688 vqshl_u64, vqshl_n_s64, vqshl_n_u64, vqshl_n_s64, vqshl_n_u64,
14689 vqshlu_n_s64, vrshl_s64, vrshl_u64, vrshr_n_s64, vrshr_n_u64,
14690 vrsra_n_s64, vrsra_n_u64, vshl_n_s64, vshl_n_u64, vshl_s64,
14691 vshl_u64, vshr_n_s64, vshr_n_u64, vsli_n_s64, vsli_n_u64,
14692 vsqadd_u64, vsra_n_s64, vsra_n_u64, vsri_n_s64, vsri_n_u64,
14693 vst1_s64, vst1_u64, vtst_s64, vtst_u64, vuqadd_s64): Wrap existing
14694 logic in GCC vector extensions
14695
14696 (vpaddd_s64, vaddd_s64, vaddd_u64, vceqd_s64, vceqd_u64, vceqzd_s64
14697 vceqzd_u64, vcged_s64, vcged_u64, vcgezd_s64, vcgtd_s64, vcgtd_u64,
14698 vcgtzd_s64, vcled_s64, vcled_u64, vclezd_s64, vcltd_s64, vcltd_u64,
14699 vcltzd_s64, vqdmlals_s32, vqdmlsls_s32, vqmovnd_s64, vqmovnd_u64
14700 vqmovund_s64, vqrshld_s64, vqrshld_u64, vqrshrnd_n_s64,
14701 vqrshrnd_n_u64, vqrshrund_n_s64, vqshld_s64, vqshld_u64,
14702 vqshld_n_u64, vqshrnd_n_s64, vqshrnd_n_u64, vqshrund_n_s64,
14703 vrshld_u64, vrshrd_n_u64, vrsrad_n_u64, vshld_n_u64, vshld_s64,
14704 vshld_u64, vslid_n_u64, vsqaddd_u64, vsrad_n_u64, vsrid_n_u64,
14705 vsubd_s64, vsubd_u64, vtstd_s64, vtstd_u64): Fix type signature.
14706
14707 (vabs_s64): Use GCC vector extensions; call __builtin_aarch64_absdi.
14708
14709 (vget_high_s64, vget_high_u64): Reimplement with GCC vector
14710 extensions.
14711
14712 (__GET_LOW, vget_low_u64): Wrap result using vcreate_u64.
14713 (vget_low_s64): Use __GET_LOW macro.
14714 (vget_lane_s64, vget_lane_u64, vdupq_lane_s64, vdupq_lane_u64): Use
14715 gcc vector extensions, add call to __builtin_aarch64_lane_boundsi.
14716 (vdup_lane_s64, vdup_lane_u64,): Add __builtin_aarch64_lane_bound_si.
14717 (vdupd_lane_s64, vdupd_lane_u64): Fix type signature, add
14718 __builtin_aarch64_lane_boundsi, use GCC vector extensions.
14719
14720 (vcombine_s64): Use GCC vector extensions; remove cast.
14721 (vqaddd_s64, vqaddd_u64, vqdmulls_s32, vqshld_n_s64, vqshlud_n_s64,
14722 vqsubd_s64, vqsubd_u64, vrshld_s64, vrshrd_n_s64, vrsrad_n_s64,
14723 vshld_n_s64, vshrd_n_s64, vslid_n_s64, vsrad_n_s64, vsrid_n_s64):
14724 Fix type signature; remove cast.
14725
14726 2014-06-23 Alan Lawrence <alan.lawrence@arm.com>
14727
14728 PR target/60825
14729 * config/aarch64/aarch64.c (aarch64_simd_mangle_map): Add entry for
14730 V1DFmode.
14731 * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_type_mode):
14732 add V1DFmode
14733 (BUILTIN_VD1): New.
14734 (BUILTIN_VD_RE): Remove.
14735 (aarch64_init_simd_builtins): Add V1DF to modes/modenames.
14736 (aarch64_fold_builtin): Update reinterpret patterns, df becomes v1df.
14737 * config/aarch64/aarch64-simd-builtins.def (create): Make a v1df
14738 variant but not df.
14739 (vreinterpretv1df*, vreinterpret*v1df): New.
14740 (vreinterpretdf*, vreinterpret*df): Remove.
14741 * config/aarch64/aarch64-simd.md (aarch64_create,
14742 aarch64_reinterpret*): Generate V1DFmode pattern not DFmode.
14743 * config/aarch64/iterators.md (VD_RE): Include V1DF, remove DF.
14744 (VD1): New.
14745 * config/aarch64/arm_neon.h (float64x1_t): typedef with gcc extensions.
14746 (vcreate_f64): Remove cast, use v1df builtin.
14747 (vcombine_f64): Remove cast, get elements with gcc vector extensions.
14748 (vget_low_f64, vabs_f64, vceq_f64, vceqz_f64, vcge_f64, vgfez_f64,
14749 vcgt_f64, vcgtz_f64, vcle_f64, vclez_f64, vclt_f64, vcltz_f64,
14750 vdup_n_f64, vdupq_lane_f64, vld1_f64, vld2_f64, vld3_f64, vld4_f64,
14751 vmov_n_f64, vst1_f64): Use gcc vector extensions.
14752 (vget_lane_f64, vdupd_lane_f64, vmulq_lane_f64, ): Use gcc extensions,
14753 add range check using __builtin_aarch64_im_lane_boundsi.
14754 (vfma_lane_f64, vfmad_lane_f64, vfma_laneq_f64, vfmaq_lane_f64,
14755 vfms_lane_f64, vfmsd_lane_f64, vfms_laneq_f64, vfmsq_lane_f64): Fix
14756 type signature, use gcc vector extensions.
14757 (vreinterpret_p8_f64, vreinterpret_p16_f64, vreinterpret_f32_f64,
14758 vreinterpret_f64_f32, vreinterpret_f64_p8, vreinterpret_f64_p16,
14759 vreinterpret_f64_s8, vreinterpret_f64_s16, vreinterpret_f64_s32,
14760 vreinterpret_f64_s64, vreinterpret_f64_u8, vreinterpret_f64_u16,
14761 vreinterpret_f64_u32, vreinterpret_f64_u64, vreinterpret_s8_f64,
14762 vreinterpret_s16_f64, vreinterpret_s32_f64, vreinterpret_s64_f64,
14763 vreinterpret_u8_f64, vreinterpret_u16_f64, vreinterpret_u32_f64,
14764 vreinterpret_u64_f64): Use v1df builtin not df.
14765
14766 2014-06-23 James Greenhalgh <james.greenhalgh@arm.com>
14767
14768 * config/aarch64/aarch64.md (*addsi3_aarch64): Add alternative in
14769 vector registers.
14770
14771 2014-06-23 Jan Hubicka <hubicka@ucw.cz>
14772
14773 * lto-cgraph.c (lto_output_node, input_node): Set/get init/fini
14774 priority directly.
14775
14776 2014-06-23 Zhenqiang Chen <zhenqiang.chen@linaro.org>
14777
14778 * loop-invariant.c (pre_check_invariant_p): New function.
14779 (find_invariant_insn): Call pre_check_invariant_p.
14780
14781 2014-06-22 Richard Henderson <rth@redhat.com>
14782
14783 PR target/61565
14784 * compare-elim.c (struct comparison): Add eh_note.
14785 (find_comparison_dom_walker::before_dom_children): Don't eliminate
14786 a redundant comparison in a different EH region. Purge EH edges if
14787 necessary.
14788
14789 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
14790
14791 * config/rs6000/rs6000.md (maybe_var_shift): New define_attr.
14792 (var_shift): Use it.
14793 (rotl<mode>3, *rotlsi3_64, *rotl<mode>3_dot, *rotl<mode>3_dot2,
14794 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
14795 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
14796 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
14797 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
14798 *rotlsi3_internal12be, ashl<mode>3, *ashlsi3_64, *ashl<mode>3_dot,
14799 *ashl<mode>3_dot2, lshr<mode>3, *lshrsi3_64, *lshr<mode>3_dot,
14800 *lshr<mode>3_dot2, *ashr<mode>3, *ashrsi3_64, *ashr<mode>3_dot,
14801 *ashr<mode>3_dot2, *rotldi3_internal4, *rotldi3_internal5,
14802 *rotldi3_internal6, *rotldi3_internal7le, *rotldi3_internal7be,
14803 *rotldi3_internal8le, *rotldi3_internal8be, *rotldi3_internal9le,
14804 *rotldi3_internal9be, *rotldi3_internal10le, *rotldi3_internal10be,
14805 *rotldi3_internal11le, *rotldi3_internal11be, *rotldi3_internal12le,
14806 *rotldi3_internal12be, *rotldi3_internal13le, *rotldi3_internal13be,
14807 *rotldi3_internal14le, *rotldi3_internal14be, *rotldi3_internal15le,
14808 *rotldi3_internal15be): Use the new attribute. Merge register and
14809 integer alternatives.
14810
14811 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
14812
14813 * config/rs6000/rs6000.md (ashrsi3, two anonymous define_insns and
14814 define_splits, ashrdi3, *ashrdi3_internal1, *ashrdi3_internal2 and
14815 split, *ashrdi3_internal3 and split): Delete, merge into...
14816 (ashr<mode>3): New expander.
14817 (*ashr<mode>3, ashr<mode>3_dot, ashr<mode>3_dot2): New.
14818 (*ashrsi3_64): Fix formatting. Replace "i" by "n".
14819
14820 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
14821
14822 * config/rs6000/rs6000.md (rotlsi3, *rotlsi3_internal2 and split,
14823 *rotlsi3_internal3 and split, rotldi3, *rotldi3_internal2 and split,
14824 *rotldi3_internal3 and split): Delete, merge into...
14825 (rotl<mode>3, rotl<mode>3_dot, rotl<mode>3_dot2): New.
14826 (*rotlsi3_64): Fix formatting. Fix condition. Replace "i" by "n".
14827 Use "rotlw" extended mnemonic.
14828
14829 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
14830
14831 * config/rs6000/rs6000.md (ashlsi3, two anonymous define_insns
14832 and define_splits, ashldi3, *ashldi3_internal1, *ashldi3_internal2
14833 and split, *ashldi3_internal3 and split): Delete, merge into...
14834 (ashl<mode>3, ashl<mode>3_dot, ashl<mode>3_dot2): New.
14835 (*ashlsi3_64): Fix formatting. Replace "i" by "n".
14836
14837 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
14838
14839 * config/rs6000/rs6000.md ("hH"): New define_mode_attr.
14840 (lshrsi3, two anonymous define_insns and define_splits,
14841 lshrdi3, *lshrdi3_internal1, *lshrdi3_internal2 and split,
14842 *lshrdi3_internal3 and split): Delete, merge into...
14843 (lshr<mode>3, lshr<mode>3_dot, lshr<mode>3_dot2): New.
14844 (*lshrsi3_64): Fix formatting. Replace "i" by "n".
14845
14846 2014-06-22 Segher Boessenkool <segher@kernel.crashing.org>
14847
14848 * config/rs6000/rs6000.md (lshrsi3, and its two dot patterns):
14849 Remove "O" alternative.
14850
14851 2014-06-22 Richard Sandiford <rdsandiford@googlemail.com>
14852
14853 * config/mips/mips.c (mips_move_to_gpr_cost): Remove mode argument.
14854 (mips_move_from_gpr_cost): Likewise.
14855 (mips_register_move_cost): Update accordingly.
14856 (mips_secondary_reload_class): Remove name of in_p.
14857
14858 2014-06-22 Marc Glisse <marc.glisse@inria.fr>
14859
14860 PR target/61503
14861 * config/i386/i386.md (x86_64_shrd, x86_shrd,
14862 ix86_rotr<dwi>3_doubleword): Replace ashiftrt with lshiftrt.
14863
14864 2014-06-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
14865
14866 * config/nios2/nios2.c: Include "builtins.h".
14867
14868 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
14869
14870 * cgraph.h (tls_model_names): New variable.
14871 * print-tree.c (print_node): Simplify.
14872 * varpool.c (tls_model_names): New variable.
14873 (dump_varpool_node): Output tls model.
14874
14875 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
14876
14877 * ipa-visibility.c (function_and_variable_visibility): Disable
14878 temporarily local aliases for some targets.
14879
14880 2014-06-20 Marek Polacek <polacek@redhat.com>
14881
14882 * asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.
14883 * flag-types.h (enum sanitize_code): Add SANITIZE_BOUNDS and or it
14884 into SANITIZE_UNDEFINED.
14885 * doc/invoke.texi: Describe -fsanitize=bounds.
14886 * gimplify.c (gimplify_call_expr): Add gimplification of internal
14887 functions created in the FEs.
14888 * internal-fn.c: Move "internal-fn.h" after "tree.h".
14889 (expand_UBSAN_BOUNDS): New function.
14890 * internal-fn.def (UBSAN_BOUNDS): New internal function.
14891 * internal-fn.h: Don't define internal functions here.
14892 * opts.c (common_handle_option): Add -fsanitize=bounds.
14893 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS,
14894 BUILT_IN_UBSAN_HANDLE_OUT_OF_BOUNDS_ABORT): Add.
14895 * tree-core.h: Define internal functions here.
14896 (struct tree_base): Add ifn field.
14897 * tree-pretty-print.c: Include "internal-fn.h".
14898 (dump_generic_node): Handle functions without CALL_EXPR_FN.
14899 * tree.c (get_callee_fndecl): Likewise.
14900 (build_call_expr_internal_loc): New function.
14901 * tree.def (CALL_EXPR): Update description.
14902 * tree.h (CALL_EXPR_IFN): Define.
14903 (build_call_expr_internal_loc): Declare.
14904 * ubsan.c (get_ubsan_type_info_for_type): Return 0 for non-arithmetic
14905 types.
14906 (ubsan_type_descriptor): Change bool parameter to enum
14907 ubsan_print_style. Adjust the code. Add handling of
14908 UBSAN_PRINT_ARRAY.
14909 (ubsan_expand_bounds_ifn): New function.
14910 (ubsan_expand_null_ifn): Adjust ubsan_type_descriptor call.
14911 (ubsan_build_overflow_builtin): Likewise.
14912 (instrument_bool_enum_load): Likewise.
14913 (ubsan_instrument_float_cast): Likewise.
14914 * ubsan.h (enum ubsan_print_style): New enum.
14915 (ubsan_expand_bounds_ifn): Declare.
14916 (ubsan_type_descriptor): Adjust declaration. Use a default parameter.
14917
14918 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
14919
14920 * config/rs6000/rs6000.md: Append `DONE' to preparation
14921 statements of `bswap' pattern splitters.
14922
14923 2014-06-20 Tom de Vries <tom@codesourcery.com>
14924
14925 * target.def (call_fusage_contains_non_callee_clobbers): Update
14926 definition.
14927 * doc/tm.texi: Regenerate.
14928
14929 2014-06-20 Yury Gribov <y.gribov@samsung.com>
14930 Max Ostapenko <m.ostapenko@partner.samsung.com>
14931
14932 PR sanitizer/61547
14933 * asan.c (instrument_strlen_call): Fixed instrumentation of
14934 trailing byte.
14935
14936 2014-06-20 Martin Jambor <mjambor@suse.cz>
14937
14938 PR ipa/61540
14939 * ipa-prop.c (impossible_devirt_target): New function.
14940 (try_make_edge_direct_virtual_call): Use it, also instead of
14941 asserting.
14942
14943 2014-06-20 Yury Gribov <y.gribov@samsung.com>
14944 Max Ostapenko <m.ostapenko@partner.samsung.com>
14945
14946 PR sanitizer/61530
14947 * asan.c (build_check_stmt): Add condition.
14948
14949 2014-06-20 Martin Jambor <mjambor@suse.cz>
14950
14951 PR ipa/61211
14952 * cgraph.c (clone_of_p): Allow skipped_branch to deal with
14953 expanded clones.
14954
14955 2014-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14956
14957 * config/aarch64/iterators.md (VCOND): Handle SI and HI modes.
14958 Update comments.
14959 (VCONQ): Make comment more helpful.
14960 (VCON): Delete.
14961 * config/aarch64/aarch64-simd.md
14962 (aarch64_sqdmulh_lane<mode>):
14963 Use VCOND for operands 2. Update lane checking and flipping logic.
14964 (aarch64_sqrdmulh_lane<mode>): Likewise.
14965 (aarch64_sq<r>dmulh_lane<mode>_internal): Likewise.
14966 (aarch64_sqdmull2<mode>): Remove VCON, use VQ_HSI mode iterator.
14967 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, VD_HSI): Change mode
14968 attribute of operand 3 to VCOND.
14969 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal, SD_HSI): Likewise.
14970 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
14971 (aarch64_sqdmull_lane<mode>_internal, VD_HSI): Likewise.
14972 (aarch64_sqdmull_lane<mode>_internal, SD_HSI): Likewise.
14973 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
14974 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, VD_HSI: New
14975 define_insn.
14976 (aarch64_sqdml<SBINQOPS:as>l_laneq<mode>_internal, SD_HSI): Likewise.
14977 (aarch64_sqdml<SBINQOPS:as>l2_laneq<mode>_internal): Likewise.
14978 (aarch64_sqdmull_laneq<mode>_internal, VD_HSI): Likewise.
14979 (aarch64_sqdmull_laneq<mode>_internal, SD_HSI): Likewise.
14980 (aarch64_sqdmull2_laneq<mode>_internal): Likewise.
14981 (aarch64_sqdmlal_lane<mode>): Change mode attribute of penultimate
14982 operand to VCOND. Update lane flipping and bounds checking logic.
14983 (aarch64_sqdmlal2_lane<mode>): Likewise.
14984 (aarch64_sqdmlsl_lane<mode>): Likewise.
14985 (aarch64_sqdmull_lane<mode>): Likewise.
14986 (aarch64_sqdmull2_lane<mode>): Likewise.
14987 (aarch64_sqdmlal_laneq<mode>):
14988 Replace VCON usage with VCONQ.
14989 Emit aarch64_sqdmlal_laneq<mode>_internal insn.
14990 (aarch64_sqdmlal2_laneq<mode>): Emit
14991 aarch64_sqdmlal2_laneq<mode>_internal insn.
14992 Replace VCON with VCONQ.
14993 (aarch64_sqdmlsl2_lane<mode>): Replace VCON with VCONQ.
14994 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
14995 (aarch64_sqdmull_laneq<mode>): Emit
14996 aarch64_sqdmull_laneq<mode>_internal insn.
14997 Replace VCON with VCONQ.
14998 (aarch64_sqdmull2_laneq<mode>): Emit
14999 aarch64_sqdmull2_laneq<mode>_internal insn.
15000 (aarch64_sqdmlsl_laneq<mode>): Replace VCON usage with VCONQ.
15001 * config/aarch64/arm_neon.h (vqdmlal_high_lane_s16): Change type
15002 of 3rd argument to int16x4_t.
15003 (vqdmlalh_lane_s16): Likewise.
15004 (vqdmlslh_lane_s16): Likewise.
15005 (vqdmull_high_lane_s16): Likewise.
15006 (vqdmullh_lane_s16): Change type of 2nd argument to int16x4_t.
15007 (vqdmlal_lane_s16): Don't create temporary int16x8_t value.
15008 (vqdmlsl_lane_s16): Likewise.
15009 (vqdmull_lane_s16): Don't create temporary int16x8_t value.
15010 (vqdmlal_high_lane_s32): Change type 3rd argument to int32x2_t.
15011 (vqdmlals_lane_s32): Likewise.
15012 (vqdmlsls_lane_s32): Likewise.
15013 (vqdmull_high_lane_s32): Change type 2nd argument to int32x2_t.
15014 (vqdmulls_lane_s32): Likewise.
15015 (vqdmlal_lane_s32): Don't create temporary int32x4_t value.
15016 (vqdmlsl_lane_s32): Likewise.
15017 (vqdmull_lane_s32): Don't create temporary int32x4_t value.
15018 (vqdmulhh_lane_s16): Change type of second argument to int16x4_t.
15019 (vqrdmulhh_lane_s16): Likewise.
15020 (vqdmlsl_high_lane_s16): Likewise.
15021 (vqdmulhs_lane_s32): Change type of second argument to int32x2_t.
15022 (vqdmlsl_high_lane_s32): Likewise.
15023 (vqrdmulhs_lane_s32): Likewise.
15024
15025 2014-06-20 Tom de Vries <tom@codesourcery.com>
15026
15027 * final.c (collect_fn_hard_reg_usage): Add separate IOR_HARD_REG_SET for
15028 get_call_reg_set_usage.
15029
15030 2014-06-20 Tom de Vries <tom@codesourcery.com>
15031
15032 * final.c (collect_fn_hard_reg_usage): Don't save function_used_regs if
15033 it contains all call_used_regs.
15034
15035 2014-06-20 Tom de Vries <tom@codesourcery.com>
15036
15037 * final.c (collect_fn_hard_reg_usage): Add and use variable
15038 function_used_regs.
15039
15040 2014-06-20 Jan Hubicka <hubicka@ucw.cz>
15041
15042 * cgraph.h (struct symtab_node): Add field in_init_priority_hash
15043 (set_init_priority, get_init_priority, set_fini_priority,
15044 get_fini_priority): New methods.
15045 * tree.c (init_priority_for_decl): Remove.
15046 (init_ttree): Do not initialize init priority.
15047 (decl_init_priority_lookup, decl_fini_priority_lookup): Rewrite.
15048 (decl_priority_info): Remove.
15049 (decl_init_priority_insert): Rewrite.
15050 (decl_fini_priority_insert): Rewrite.
15051 * tree.h (tree_priority_map_eq, tree_priority_map_hash,
15052 tree_priority_map_marked_p): Remove.
15053 * lto-cgraph.c (lto_output_node, input_node): Stream init priorities.
15054 * lto-streamer-out.c (hash_tree): Do not hash priorities.
15055 * tree-streamer-out.c (pack_ts_decl_with_vis_value_fields): Do
15056 not output priorities.
15057 (pack_ts_function_decl_value_fields): Likewise.
15058 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
15059 not input priorities.
15060 (unpack_ts_function_decl_value_fields): Likewise.
15061 * symtab.c (symbol_priority_map): Declare.
15062 (init_priority_hash): Declare.
15063 (symtab_unregister_node): Unregister from priority hash, too.
15064 (symtab_node::get_init_priority, cgraph_node::get_fini_priority):
15065 New methods.
15066 (symbol_priority_map_eq, symbol_priority_map_hash): New functions.
15067 (symbol_priority_info): New function.
15068 (symtab_node::set_init_priority, cgraph_node::set_fini_priority):
15069 New methods.
15070 * tree-core.h (tree_priority_map): Remove.
15071
15072 2014-06-20 Jakub Jelinek <jakub@redhat.com>
15073
15074 * tree-ssa-math-opts.c (do_shift_rotate, find_bswap_or_nop_1): Cast
15075 0xff to uint64_t before shifting it up.
15076
15077 2014-06-20 Julian Brown <julian@codesourcery.com>
15078 Chung-Lin Tang <cltang@codesourcery.com>
15079
15080 * config/arm/arm.c (arm_output_mi_thunk): Fix offset for
15081 TARGET_THUMB1_ONLY. Add comments.
15082
15083 2014-06-19 Tom de Vries <tom@codesourcery.com>
15084
15085 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Change
15086 return type to void.
15087 * config/aarch64/aarch64.c (aarch64_emit_call_insn): Same.
15088
15089 2014-06-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
15090
15091 * loop-invariant.c (get_inv_cost): Skip invariants, which are marked
15092 as "move", from depends_on.
15093
15094 2014-06-19 Terry Guo <terry.guo@arm.com>
15095
15096 * config/arm/thumb1.md (define_split): Split 64bit constant in earlier
15097 stage.
15098
15099 2014-06-18 Segher Boessenkool <segher@kernel.crashing.org>
15100
15101 * config/rs6000/rs6000.h (FIXED_REGISTERS): Update comment.
15102 Remove cr5.
15103 (REG_ALLOC_ORDER): Update comment. Move cr5 earlier.
15104
15105 2014-06-18 Kaz Kojima <kkojima@gcc.gnu.org>
15106
15107 PR target/61550
15108 * config/sh/sh.c (prepare_move_operands): Don't process TLS
15109 addresses here if reload in progress or completed.
15110
15111 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
15112
15113 * config/mips/constraints.md ("d"): BASE_REG_CLASS replaced by
15114 "TARGET_MIPS16 ? M16_REGS : GR_REGS".
15115 * config/mips/mips.c (mips_regno_to_class): Update for M16_SP_REGS.
15116 (mips_regno_mode_ok_for_base_p): Remove use of !strict_p for MIPS16.
15117 (mips_register_priority): New function that implements the target
15118 hook TARGET_REGISTER_PRIORITY.
15119 (mips_spill_class): Likewise for TARGET_SPILL_CLASS.
15120 (mips_lra_p): Likewise for TARGET_LRA_P.
15121 (TARGET_REGISTER_PRIORITY): Define macro.
15122 (TARGET_SPILL_CLASS): Likewise.
15123 (TARGET_LRA_P): Likewise.
15124 * config/mips/mips.h (reg_class): Add M16_SP_REGS and SPILL_REGS
15125 classes.
15126 (REG_CLASS_NAMES): Likewise.
15127 (REG_CLASS_CONTENTS): Likewise.
15128 (BASE_REG_CLASS): Use M16_SP_REGS.
15129 * config/mips/mips.md (*mul_acc_si): Add alternative tuned for LRA.
15130 New set attribute to enable alternatives depending on the register
15131 allocator used.
15132 (*mul_acc_si_r3900, *mul_sub_si): Likewise.
15133 (*lea64): Disable pattern for MIPS16.
15134 * config/mips/mips.opt (mlra): New option.
15135
15136 2014-06-18 Robert Suchanek <robert.suchanek@imgtec.com>
15137
15138 * lra-constraints.c (base_to_reg): New function.
15139 (process_address): Use new function.
15140
15141 2014-06-18 Tom de Vries <tom@codesourcery.com>
15142
15143 * config/aarch64/aarch64-protos.h (aarch64_emit_call_insn): Declare.
15144 * config/aarch64/aarch64.c
15145 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine as true.
15146 (aarch64_emit_call_insn): New function.
15147 (aarch64_load_symref_appropriately): Use aarch64_emit_call_insn instead
15148 of emit_call_insn.
15149 * config/aarch64/aarch64.md (define_expand "call_internal")
15150 (define_expand "call_value_internal", define_expand "sibcall_internal")
15151 (define_expand "sibcall_value_internal"): New.
15152 (define_expand "call", define_expand "call_value")
15153 (define_expand "sibcall", define_expand "sibcall_value"): Use internal
15154 expand variant and aarch64_emit_call_insn.
15155
15156 2014-06-18 Radovan Obradovic <robradovic@mips.com>
15157 Tom de Vries <tom@codesourcery.com>
15158
15159 * config/arm/arm-protos.h (arm_emit_call_insn): Add bool parameter.
15160 * config/arm/arm.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
15161 Redefine to true.
15162 (arm_emit_call_insn): Add and use sibcall parameter. Add IP and CC
15163 clobbers to CALL_INSN_FUNCTION_USAGE.
15164 (define_expand "sibcall_internal")
15165 (define_expand "sibcall_value_internal"): New.
15166 (define_expand "call", define_expand "call_value"): Add argument to
15167 arm_emit_call_insn.
15168 (define_expand "sibcall"): Use sibcall_internal and arm_emit_call_insn.
15169 (define_expand "sibcall_value"): Use sibcall_value_internal and
15170 arm_emit_call_insn.
15171
15172 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15173
15174 * config/arm/bpabi.c (__gnu_uldivmod_helper): Remove.
15175
15176 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15177
15178 * config/arm/bpabi-v6m.S (__aeabi_uldivmod): Perform division using
15179 __udivmoddi4.
15180
15181 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15182
15183 * config/arm/bpabi.S (__aeabi_ldivmod, __aeabi_uldivmod,
15184 push_for_divide, pop_for_divide): Use .cfi_* directives for DWARF
15185 annotations. Fix DWARF information.
15186
15187 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15188
15189 * config/arm/bpabi.S (__aeabi_ldivmod): Perform division using
15190 __udivmoddi4, and fixups for negative operands.
15191
15192 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15193
15194 * config/arm/bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.
15195
15196 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15197
15198 * config/arm/bpabi.S (__aeabi_uldivmod): Perform division using call
15199 to __udivmoddi4.
15200
15201 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15202
15203 * config/arm/bpabi.S (__aeabi_uldivmod): Optimise stack pointer
15204 manipulation.
15205
15206 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15207
15208 * config/arm/bpabi.S (__aeabi_uldivmod, __aeabi_ldivmod): Add comment
15209 describing register usage on function entry and exit.
15210
15211 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15212
15213 * config/arm/bpabi.S (__aeabi_uldivmod): Fix whitespace.
15214 (__aeabi_ldivmod): Fix whitespace.
15215
15216 2014-06-18 Andreas Schwab <schwab@suse.de>
15217
15218 * doc/md.texi (Standard Names): Use @itemx for grouped items.
15219 Remove blank line after @item.
15220
15221 2014-06-18 Richard Henderson <rth@redhat.com>
15222
15223 PR target/61545
15224 * config/aarch64/aarch64.md (tlsdesc_small_<PTR>): Clobber CC_REGNUM.
15225
15226 2014-06-18 Charles Baylis <charles.baylis@linaro.org>
15227
15228 * config/arm/arm.c (neon_vector_mem_operand): Allow register
15229 POST_MODIFY for neon loads and stores.
15230 (arm_print_operand): Output post-index register for neon loads and
15231 stores.
15232
15233 2014-06-18 Richard Biener <rguenther@suse.de>
15234
15235 * tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.
15236
15237 2014-06-18 Richard Biener <rguenther@suse.de>
15238
15239 * tree-pass.h (make_pass_dce_loop): Remove.
15240 * passes.def: Replace pass_dce_loop with pass_dce.
15241 * tree-ssa-dce.c (perform_tree_ssa_dce): If something
15242 changed free niter estimates and reset the scev cache.
15243 (tree_ssa_dce_loop, pass_data_dce_loop, pass_dce_loop,
15244 make_pass_dce_loop): Remove.
15245 * tree-ssa-copy.c: Include tree-ssa-loop-niter.h.
15246 (fini_copy_prop): Return whether something changed. Always
15247 let substitute_and_fold perform DCE and free niter estimates
15248 and reset the scev cache if so.
15249 (execute_copy_prop): If sth changed schedule cleanup-cfg.
15250 (pass_data_copy_prop): Do not unconditionally schedule
15251 cleanup-cfg or update-ssa.
15252
15253 2014-06-18 Yuri Rumyantsev <ysrumyan@gmail.com>
15254
15255 PR tree-optimization/61518
15256 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
15257 reduction var is used in reduction stmt or phi-function only.
15258
15259 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15260
15261 * config/arm/arm_neon.h (vadd_f32): Change #ifdef to __FAST_MATH.
15262
15263 2014-06-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
15264
15265 PR tree-optimization/61517
15266 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adapt to return a stmt
15267 whose rhs's first tree is the source expression instead of the
15268 expression itself.
15269 (find_bswap_or_nop): Likewise.
15270 (bsap_replace): Rename stmt in cur_stmt. Pass gsi by value and src as a
15271 gimple stmt whose rhs's first tree is the source. In the memory source
15272 case, move the stmt to be replaced close to one of the original load to
15273 avoid the problem of a store between the load and the stmt's original
15274 location.
15275 (pass_optimize_bswap::execute): Adapt to change in bswap_replace's
15276 signature.
15277
15278 2014-06-18 Andreas Schwab <schwab@suse.de>
15279
15280 PR rtl-optimization/54555
15281 * postreload.c (move2add_use_add2_insn): Substitute
15282 STRICT_LOW_PART only if it is cheaper.
15283
15284 2014-06-18 Uros Bizjak <ubizjak@gmail.com>
15285
15286 * config/i386/i386.md (*sibcall_memory): Rename from *sibcall_intern.
15287 Do not use unspec as call operand. Use memory_operand instead of
15288 memory_nox32_operand and add "m" operand constraint. Disable
15289 pattern for TARGET_X32.
15290 (*sibcall_pop_memory): Ditto.
15291 (*sibcall_value_memory): Ditto.
15292 (*sibcall_value_pop_memory): Ditto.
15293 (sibcall peepholes): Merge SImode and DImode patterns using
15294 W mode iterator. Use memory_operand instead of memory_nox32_operand.
15295 Disable pattern for TARGET_X32. Check if eliminated register is
15296 really dead after call insn. Generate call RTX without unspec operand.
15297 (sibcall_value peepholes): Ditto.
15298 (sibcall_pop peepholes): Fix call insn RTXes. Use memory_operand
15299 instead of memory_nox32_operand. Check if eliminated register is
15300 really dead after call insn. Generate call RTX without unspec operand.
15301 (sibcall_value_pop peepholes): Ditto.
15302 * config/i386/predicates.md (memory_nox32_operand): Remove predicate.
15303
15304 2014-06-18 Terry Guo <terry.guo@arm.com>
15305
15306 PR target/61544
15307 * config/arm/arm.c (thumb1_reorg): Move to next basic block if we
15308 reach the head.
15309
15310 2014-06-18 Olivier Hainque <hainque@adacore.com>
15311
15312 * tree-core.h (tree_block): Add an "end_locus" field, allowing
15313 memorization of the end of block source location.
15314 * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
15315 * gimplify.c (gimplify_bind_expr): Propagate the block start and
15316 end source location info we have on the block entry/exit code we
15317 generate.
15318
15319 2014-06-18 Richard Biener <rguenther@suse.de>
15320
15321 * common.opt (fssa-phiopt): New option.
15322 * opts.c (default_options_table): Enable -fssa-phiopt with -O1+
15323 but not with -Og.
15324 * tree-ssa-phiopt.c (pass_phiopt): Add gate method.
15325 * doc/invoke.texi (-fssa-phiopt): Document.
15326
15327 2014-06-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15328
15329 * genattrtab.c (n_bypassed): New variable.
15330 (process_bypasses): Initialise n_bypassed.
15331 Count number of bypassed reservations.
15332 (make_automaton_attrs): Allocate space for bypassed reservations
15333 rather than number of bypasses.
15334
15335 2014-06-18 Richard Biener <rguenther@suse.de>
15336
15337 * tree-ssa-propagate.c (replace_phi_args_in): Return whether
15338 we propagated anything.
15339 (substitute_and_fold_dom_walker::before_dom_children): Something
15340 changed if we propagated into PHI arguments.
15341 * tree-ssa-pre.c (eliminate): Always schedule cfg-cleanup if
15342 we removed a stmt.
15343
15344 2014-06-18 Evgeny Stupachenko <evstupac@gmail.com>
15345
15346 * config/i386/i386.c (ix86_reassociation_width): Add alternative for
15347 vector case.
15348 * config/i386/i386.h (TARGET_VECTOR_PARALLEL_EXECUTION): New.
15349 * config/i386/x86-tune.def (X86_TUNE_VECTOR_PARALLEL_EXECUTION): New.
15350 * tree-vect-data-refs.c (vect_shift_permute_load_chain): New.
15351 Introduces alternative way of loads group permutaions.
15352 (vect_transform_grouped_load): Try alternative way of permutations.
15353
15354 2014-06-18 Jakub Jelinek <jakub@redhat.com>
15355
15356 * gimplify.c (omp_notice_variable): If n is non-NULL and no flags
15357 changed in ORT_TARGET region, don't jump to do_outer.
15358 (struct gimplify_adjust_omp_clauses_data): New type.
15359 (gimplify_adjust_omp_clauses_1): Adjust for data being
15360 a struct gimplify_adjust_omp_clauses_data pointer instead
15361 of tree *. Pass pre_p as a new argument to
15362 lang_hooks.decls.omp_finish_clause hook.
15363 (gimplify_adjust_omp_clauses): Add pre_p argument, adjust
15364 splay_tree_foreach to pass both list_p and pre_p.
15365 (gimplify_omp_parallel, gimplify_omp_task, gimplify_omp_for,
15366 gimplify_omp_workshare, gimplify_omp_target_update): Adjust
15367 gimplify_adjust_omp_clauses callers.
15368 * langhooks.c (lhd_omp_finish_clause): New function.
15369 * langhooks-def.h (lhd_omp_finish_clause): New prototype.
15370 (LANG_HOOKS_OMP_FINISH_CLAUSE): Define to lhd_omp_finish_clause.
15371 * langhooks.h (struct lang_hooks_for_decls): Add a new
15372 gimple_seq * argument to omp_finish_clause hook.
15373 * omp-low.c (scan_sharing_clauses): Call scan_omp_op on
15374 non-DECL_P OMP_CLAUSE_DECL if ctx->outer.
15375 (scan_omp_parallel, lower_omp_for): When adding
15376 _LOOPTEMP_ clause var, add it to outer ctx's decl_map as identity.
15377 * tree-core.h (OMP_CLAUSE_MAP_TO_PSET): New map kind.
15378 * tree-nested.c (convert_nonlocal_omp_clauses,
15379 convert_local_omp_clauses): Handle various OpenMP 4.0 clauses.
15380 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_MAP_TO_PSET.
15381
15382 2014-06-17 Andrew MacLeod <amacleod@redhat.com>
15383
15384 * tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.
15385 * tree-dfa.c (get_addr_base_and_unit_offset_1): To here.
15386
15387 2014-06-17 Xinliang David Li <davidxl@google.com>
15388
15389 * tree-pretty-print.c (dump_function_header): Print cgraph uid.
15390 * passes.c (pass_init_dump_file): Do not set initialize
15391 flag to false unconditionally.
15392
15393 2014-06-17 Richard Biener <rguenther@suse.de>
15394
15395 * genopinit.c (main): Use vec<>::qsort method.
15396 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
15397 Likewise.
15398 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Likewise.
15399
15400 2014-06-17 Matthew Fortune <matthew.fortune@imgtec.com>
15401
15402 * config/mips/mips-protos.h (mips_expand_fcc_reload): Remove.
15403 * config/mips/mips.c (mips_expand_fcc_reload): Remove.
15404 (mips_move_to_gpr_cost): Remove ST_REGS case.
15405 (mips_move_from_gpr_cost): Likewise.
15406 (mips_register_move_cost): Likewise.
15407 (mips_secondary_reload_class): Likewise.
15408
15409 2014-06-17 Richard Biener <rguenther@suse.de>
15410
15411 * passes.def (pass_all_early_optimizations): Remove copy-prop pass.
15412 (pass_all_optimizations): Move 3rd copy-prop pass from after
15413 fre to before ifcombine/phiopt.
15414
15415 2014-06-17 Richard Biener <rguenther@suse.de>
15416
15417 * tree-switch-conversion.c (collect_switch_conv_info): Simplify
15418 and allow all blocks to be forwarders.
15419
15420 2014-06-17 Yufeng Zhang <yufeng.zhang@arm.com>
15421
15422 PR target/61483
15423 * config/aarch64/aarch64.c (aarch64_layout_arg): Add new local
15424 variable 'size'; calculate 'size' right in the front; use
15425 'size' to compute 'nregs' (when 'allocate_ncrn != 0') and
15426 pcum->aapcs_stack_words.
15427
15428 2014-06-17 Nick Clifton <nickc@redhat.com>
15429
15430 * config/msp430/msp430.md (mulhisi3): Add a NOP after the DINT.
15431 (umulhi3, mulsidi3, umulsidi3): Likewise.
15432
15433 2014-06-17 Thomas Schwinge <thomas@codesourcery.com>
15434
15435 PR middle-end/61508
15436 * fold-const.c (fold_checksum_tree) <TS_DECL_WITH_VIS>: Remove
15437 check for section name.
15438
15439 2014-06-17 Richard Biener <rguenther@suse.de>
15440
15441 * tree-ssa-propagate.c: Include domwalk.h.
15442 (substitute_and_fold): Outline main worker into a domwalker ...
15443 (substitute_and_fold_dom_walker::before_dom_children): ... here.
15444 Schedule stmts we can fully propagate for removal. Remove
15445 poor-mans DCE.
15446 (substitute_and_fold): Apply a dominator walk to perform
15447 substitution. Process stmts scheduled for removal here.
15448
15449 2014-06-17 Richard Biener <rguenther@suse.de>
15450
15451 * tree-ssa-loop-im.c (determine_max_movement): Adjust cost
15452 of PHI node moving.
15453
15454 2014-06-17 Kugan Vivekanandarajah <kuganv@linaro.org>
15455
15456 * config/arm/arm.c (arm_atomic_assign_expand_fenv): call
15457 default_atomic_assign_expand_fenv for !TARGET_HARD_FLOAT.
15458 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
15459 __builtins_arm_get_fpscr only when TARGET_HARD_FLOAT.
15460 * config/arm/vfp.md (set_fpscr): Make pattern conditional on
15461 TARGET_HARD_FLOAT.
15462 (get_fpscr) : Likewise.
15463
15464 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
15465
15466 PR rtl-optimization/61325
15467 * lra-constraints.c (valid_address_p): Add forward declaration.
15468 (simplify_operand_subreg): Check address validity before and after
15469 alter_reg of memory subreg.
15470
15471 2014-06-16 Uros Bizjak <ubizjak@gmail.com>
15472
15473 * config/i386/i386.c (decide_alg): Correctly handle
15474 maximum size of stringop algorithm.
15475
15476 2014-06-16 Yury Gribov <y.gribov@samsung.com>
15477
15478 * asan.c (build_check_stmt): Fix maybe-uninitialized warning.
15479
15480 2014-06-16 Vladimir Makarov <vmakarov@redhat.com>
15481
15482 PR rtl-optimization/61522
15483 * lra-assigns.c (assign_by_spills): Check null targetm.spill_class.
15484
15485 2014-06-16 Jan Hubicka <hubicka@ucw.cz>
15486
15487 Revert:
15488 * symtab.c (symtab_node::reset_section): New method.
15489 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
15490 for localization.
15491 * cgraph.h (reset_section): Declare.
15492 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
15493 do not consider comdat locals.
15494 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
15495 for new symbol.
15496 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
15497 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
15498 reset sections of symbols dragged out of the comdats.
15499 (function_and_variable_visibility): Reset sections of
15500 localized symbols.
15501
15502 2014-06-16 Richard Biener <rguenther@suse.de>
15503
15504 PR tree-optimization/61482
15505 * tree-vrp.c (adjust_range_with_scev): Avoid setting of
15506 [-INF(OVF), +INF(OVF)] range.
15507
15508 2014-06-16 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
15509
15510 * config/i386/i386.c (ix86_expand_sse2_mulvxdi3): Issue
15511 instructions "vpmuludq" and "vpaddq" instead of "vpmacsdql" for
15512 handling 32-bit multiplication.
15513
15514 2014-06-16 Chung-Lin Tang <cltang@codesourcery.com>
15515
15516 PR middle-end/61430
15517 * lra-lives.c (process_bb_lives): Skip creating copy during
15518 insn scan when src/dest has constrained to same regno.
15519
15520 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
15521
15522 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Check again
15523 DECL_IN_CONSTANT_POOL and TREE_ASM_WRITTEN.
15524
15525 2014-06-16 Yury Gribov <y.gribov@samsung.com>
15526
15527 * asan.c (check_func): New function.
15528 (maybe_create_ssa_name): Likewise.
15529 (build_check_stmt_with_calls): Likewise.
15530 (use_calls_p): Likewise.
15531 (report_error_func): Change interface.
15532 (build_check_stmt): Allow non-integer lengths; add support
15533 for new parameter.
15534 (asan_instrument): Likewise.
15535 (instrument_mem_region_access): Moved code to build_check_stmt.
15536 (instrument_derefs): Likewise.
15537 (instrument_strlen_call): Likewise.
15538 * cfgcleanup.c (old_insns_match_p): Add support for new functions.
15539 * doc/invoke.texi: Describe new parameter.
15540 * params.def: Define new parameter.
15541 * params.h: Likewise.
15542 * sanitizer.def: Describe new builtins.
15543
15544 2014-06-16 Richard Biener <rguenther@suse.de>
15545
15546 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
15547 Make all defs available at the end.
15548 (eliminate): If we remove a PHI node schedule cfg-cleanup.
15549
15550 2014-06-18 Jakub Jelinek <jakub@redhat.com>
15551
15552 PR plugins/45078
15553 * config.gcc (arm*-*-linux-*): Include vxworks-dummy.h in tm_file.
15554
15555 2014-06-16 Richard Sandiford <rdsandiford@googlemail.com>
15556
15557 PR bootstrap/61516
15558 * auto-inc-dec.c (merge_in_block): Fix location of insn_info
15559 initialization. Replace remaining use of uid.
15560
15561 2014-06-15 Jan Hubicka <hubicka@ucw.cz>
15562
15563 * c-family/c-common.c (handle_tls_model_attribute): Use
15564 set_decl_tls_model.
15565 * c-family/c-common.c (handle_tls_model_attribute): Use
15566 set_decl_tls_model.
15567 * cgraph.h (struct varpool_node): Add tls_model.
15568 * tree.c (decl_tls_model, set_decl_tls_model): New functions.
15569 * tree.h (DECL_TLS_MODEL): Update.
15570 (DECL_THREAD_LOCAL_P): Check that variable is static.
15571 (decl_tls_model): Declare.
15572 (set_decl_tls_model): Declare.
15573 * tree-emutls.c (get_emutls_init_templ_addr): First build decl and then
15574 set symbol prorperties.
15575 (get_emutls_init_templ_addr): Cleanup.
15576 (new_emutls_decl): Update.
15577 * lto-cgraph.c (lto_output_varpool_node): Stream TLS model
15578 (lto_input_varpool_node): Likewise.
15579 * lto-streamer-out.c (hash_tree): Likewise.
15580 * tree-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Do
15581 not stream DECL_TLS_MODEL.
15582 * tree-profile.c (init_ic_make_global_vars): Use set_decl_tls_model.
15583 * tree-core.h (tree_decl_with_vis): Remove tls_model; update comments.
15584
15585 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
15586
15587 * df.h (DF_REF_REG_USE_P, DF_MWS_REG_USE_P): Remove null checks.
15588
15589 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
15590
15591 * df.h (df_mw_hardreg, df_base_ref): Add a link pointer.
15592 (df_insn_info): Turn defs, uses, eq_uses and mw_hardregs into linked
15593 lists.
15594 (df_scan_bb_info): Likewise artificial_defs and artificial_uses.
15595 (DF_REF_NEXT_LOC, DF_MWS_NEXT): New macros.
15596 (FOR_EACH_INSN_INFO_DEF, FOR_EACH_INSN_INFO_USE)
15597 (FOR_EACH_INSN_INFO_EQ_USE, FOR_EACH_INSN_INFO_MW)
15598 (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF)
15599 (df_get_artificial_defs, df_get_artificial_uses)
15600 (df_single_def, df_single_use): Update accordingly.
15601 (df_refs_chain_dump): Take the first element in a linked list as
15602 parameter, rather than a pointer to an array of pointers.
15603 * df-core.c (df_refs_chain_dump, df_mws_dump): Likewise.
15604 * df-problems.c (df_rd_bb_local_compute_process_def): Likewise.
15605 (df_chain_create_bb_process_use): Likewise.
15606 (df_md_bb_local_compute_process_def): Likewise.
15607 * fwprop.c (process_defs, process_uses): Likewise.
15608 (register_active_defs, update_uses): Likewise.
15609 (forward_propagate_asm): Update for new df_ref linking.
15610 * df-scan.c (df_scan_free_ref_vec, df_scan_free_mws_vec): Delete.
15611 (df_null_ref_rec, df_null_mw_rec): Likewise.
15612 (df_scan_free_internal): Don't free df_ref and df_mw_hardreg lists
15613 explicitly.
15614 (df_scan_free_bb_info): Remove check for null artificial_defs.
15615 (df_install_ref_incremental): Adjust for new df_ref linking.
15616 Use a single-element insertion rather than a full sort.
15617 (df_ref_chain_delete_du_chain): Take the first element
15618 in a linked list as parameter, rather than a pointer to an array of
15619 pointers.
15620 (df_ref_chain_delete, df_mw_hardreg_chain_delete): Likewise.
15621 (df_add_refs_to_table, df_refs_verify, df_mws_verify): Likewise.
15622 (df_insn_info_delete): Remove check for null defs and call to
15623 df_scan_free_mws_vec.
15624 (df_insn_rescan): Initialize df_ref and df_mw_hardreg lists to
15625 null rather than df_null_*_rec.
15626 (df_insn_rescan_debug_internal): Likewise, and update null
15627 checks in the same way. Remove check for null defs.
15628 (df_ref_change_reg_with_loc_1): Fix choice of list for defs.
15629 Move a single element rather doing a full sort.
15630 (df_mw_hardreg_chain_delete_eq_uses): Adjust for new df_mw_hardreg
15631 linking.
15632 (df_notes_rescan): Likewise. Use a merge rather than a full sort.
15633 Initialize df_ref and df_mw_hardreg lists to null rather than
15634 df_null_*_rec.
15635 (df_ref_compare): Take df_refs as parameter, transferring the
15636 old interface to...
15637 (df_ref_ptr_compare): ...this new function.
15638 (df_sort_and_compress_refs): Update accordingly.
15639 (df_mw_compare): Take df_mw_hardregs as parameter, transferring the
15640 old interface to...
15641 (df_mw_ptr_compare): ...this new function.
15642 (df_sort_and_compress_mws): Update accordingly.
15643 (df_install_refs, df_install_mws): Return a linked list rather than
15644 an array of pointers.
15645 (df_refs_add_to_chains): Assert that old lists are empty rather
15646 than freeing them.
15647 (df_insn_refs_verify): Don't handle null defs speciailly.
15648 * web.c (union_match_dups): Update for new df_ref linking.
15649
15650 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
15651
15652 * df.h (df_ref_create, df_ref_remove): Delete.
15653 * df-scan.c (df_ref_create, df_ref_compress_rec): Likewise.
15654 (df_ref_remove): Likewise.
15655
15656 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
15657
15658 * df.h (df_single_def, df_single_use): New functions.
15659 * ira.c (find_moveable_pseudos): Use them.
15660
15661 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
15662
15663 * df.h (FOR_EACH_INSN_INFO_MW): New macro.
15664 * df-problems.c (df_note_bb_compute): Use it.
15665 * regstat.c (regstat_bb_compute_ri): Likewise.
15666
15667 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
15668
15669 * df.h (FOR_EACH_ARTIFICIAL_USE, FOR_EACH_ARTIFICIAL_DEF): New macros.
15670 * cse.c (cse_extended_basic_block): Use them.
15671 * dce.c (mark_artificial_use): Likewise.
15672 * df-problems.c (df_rd_simulate_artificial_defs_at_top): Likewise.
15673 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
15674 (df_chain_remove_problem, df_chain_bb_dump): Likewise.
15675 (df_word_lr_bb_local_compute, df_note_bb_compute): Likewise.
15676 (df_simulate_initialize_backwards): Likewise.
15677 (df_simulate_finalize_backwards): Likewise.
15678 (df_simulate_initialize_forwards): Likewise.
15679 (df_md_simulate_artificial_defs_at_top): Likewise.
15680 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
15681 * regrename.c (init_rename_info): Likewise.
15682 * regstat.c (regstat_bb_compute_ri): Likewise.
15683 (regstat_bb_compute_calls_crossed): Likewise.
15684
15685 2014-06-15 Richard Sandiford <rdsandiford@googlemail.com>
15686
15687 * df.h (DF_INSN_INFO_MWS, FOR_EACH_INSN_INFO_DEF): New macros.
15688 (FOR_EACH_INSN_INFO_USE, FOR_EACH_INSN_INFO_EQ_USE): Likewise.
15689 (FOR_EACH_INSN_DEF, FOR_EACH_INSN_USE, FOR_EACH_INSN_EQ_USE): Likewise.
15690 * auto-inc-dec.c (find_inc, merge_in_block): Use them.
15691 * combine.c (create_log_links): Likewise.
15692 * compare-elim.c (find_flags_uses_in_insn): Likewise.
15693 (try_eliminate_compare): Likewise.
15694 * cprop.c (make_set_regs_unavailable, mark_oprs_set): Likewise.
15695 * dce.c (deletable_insn_p, find_call_stack_args): Likewise.
15696 (remove_reg_equal_equiv_notes_for_defs): Likewise.
15697 (reset_unmarked_insns_debug_uses, mark_reg_dependencies): Likewise.
15698 (word_dce_process_block, dce_process_block): Likewise.
15699 * ddg.c (def_has_ccmode_p): Likewise.
15700 * df-core.c (df_bb_regno_first_def_find): Likewise.
15701 (df_bb_regno_last_def_find, df_find_def, df_find_use): Likewise.
15702 * df-problems.c (df_rd_simulate_one_insn): Likewise.
15703 (df_lr_bb_local_compute, df_live_bb_local_compute): Likewise.
15704 (df_chain_remove_problem, df_chain_insn_top_dump): Likewise.
15705 (df_chain_insn_bottom_dump, df_word_lr_bb_local_compute): Likewise.
15706 (df_word_lr_simulate_defs, df_word_lr_simulate_uses): Likewise.
15707 (df_remove_dead_eq_notes, df_note_bb_compute): Likewise.
15708 (df_simulate_find_defs, df_simulate_find_uses): Likewise.
15709 (df_simulate_find_noclobber_defs, df_simulate_defs): Likewise.
15710 (df_simulate_uses, df_md_simulate_one_insn): Likewise.
15711 * df-scan.c (df_reorganize_refs_by_reg_by_insn): Likewise.
15712 * fwprop.c (local_ref_killed_between_p): Likewise.
15713 (all_uses_available_at, free_load_extend): Likewise.
15714 * gcse.c (update_bb_reg_pressure, calculate_bb_reg_pressure): Likewise.
15715 * hw-doloop.c (scan_loop): Likewise.
15716 * ifcvt.c (dead_or_predicable): Likewise.
15717 * init-regs.c (initialize_uninitialized_regs): Likewise.
15718 * ira-lives.c (mark_hard_reg_early_clobbers): Likewise.
15719 (process_bb_node_lives): Likewise.
15720 * ira.c (compute_regs_asm_clobbered, build_insn_chain): Likewise.
15721 (find_moveable_pseudos): Likewise.
15722 * loop-invariant.c (check_dependencies, record_uses): Likewise.
15723 * recog.c (peep2_find_free_register): Likewise.
15724 * ree.c (get_defs): Likewise.
15725 * regstat.c (regstat_bb_compute_ri): Likewise.
15726 (regstat_bb_compute_calls_crossed): Likewise.
15727 * sched-deps.c (find_inc, find_mem): Likewise.
15728 * sel-sched-ir.c (maybe_downgrade_id_to_use): Likewise.
15729 (maybe_downgrade_id_to_use, setup_id_reg_sets): Likewise.
15730 * shrink-wrap.c (requires_stack_frame_p): Likewise.
15731 (prepare_shrink_wrap): Likewise.
15732 * store-motion.c (compute_store_table, build_store_vectors): Likewise.
15733 * web.c (union_defs, pass_web::execute): Likewise.
15734 * config/i386/i386.c (increase_distance, insn_defines_reg): Likewise.
15735 (insn_uses_reg_mem, ix86_ok_to_clobber_flags): Likewise.
15736
15737 2014-06-13 Vladimir Makarov <vmakarov@redhat.com>
15738
15739 * lra-assign.c (assign_by_spills): Add code to assign vector regs
15740 to inheritance pseudos.
15741 * config/i386/i386.c (ix86_spill_class): Add check on NO_REGS.
15742
15743 2014-06-13 Peter Bergner <bergner@vnet.ibm.com>
15744
15745 PR target/61415
15746 * config/rs6000/rs6000-builtin.def (BU_MISC_1): Delete.
15747 (BU_MISC_2): Rename to ...
15748 (BU_LDBL128_2): ... this.
15749 * config/rs6000/rs6000.h (RS6000_BTM_LDBL128): New define.
15750 (RS6000_BTM_COMMON): Add RS6000_BTM_LDBL128.
15751 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
15752 RS6000_BTM_LDBL128.
15753 (rs6000_invalid_builtin): Add long double 128-bit builtin support.
15754 (rs6000_builtin_mask_names): Add RS6000_BTM_LDBL128.
15755 * config/rs6000/rs6000.md (unpacktf_0): Remove define)expand.
15756 (unpacktf_1): Likewise.
15757 * doc/extend.texi (__builtin_longdouble_dw0): Remove documentation.
15758 (__builtin_longdouble_dw1): Likewise.
15759 * doc/sourcebuild.texi (longdouble128): Document.
15760
15761 2014-06-13 Jeff Law <law@redhat.com>
15762
15763 PR rtl-optimization/61094
15764 PR rtl-optimization/61446
15765 * ree.c (combine_reaching_defs): Get the mode for the copy from
15766 the extension insn rather than the defining insn.
15767
15768 2014-06-13 Dehao Chen <dehao@google.com>
15769
15770 * dwarf2out.c (add_linkage_name): Emit more linkage name.
15771
15772 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
15773
15774 * doc/install.texi (--enable-linker-plugin-configure-flags)
15775 (--enable-linker-plugin-flags): Document new flags.
15776
15777 2014-06-13 Martin Jambor <mjambor@suse.cz>
15778
15779 PR ipa/61186
15780 * ipa-devirt.c (possible_polymorphic_call_targets): Store NULL to
15781 cache_token if returning early.
15782
15783 2014-06-13 Nick Clifton <nickc@redhat.com>
15784
15785 * config/rx/rx.h (JUMP_ALIGN): Return the log value if user
15786 requested alignment is active.
15787 (LABEL_ALIGN): Likewise.
15788 (LOOP_ALIGN): Likewise.
15789
15790 2014-06-13 Richard Biener <rguenther@suse.de>
15791
15792 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
15793 Rewrite to propagate the VN result into all uses where
15794 possible and to remove stmts becoming dead because of that.
15795 (eliminate): Generalize stmt removal handling, remove in
15796 reverse dominator order to support proper debug stmt
15797 generation. Update stmts before removing stmts.
15798 * tree-ssa-propagate.c (propagate_tree_value): Remove bogus assert.
15799
15800 2014-06-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
15801
15802 PR tree-optimization/61375
15803 * tree-ssa-math-opts.c (init_symbolic_number): Cancel optimization if
15804 symbolic number cannot be represented in an uint64_t.
15805 (find_bswap_or_nop_1): Likewise.
15806
15807 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
15808
15809 * symtab.c (symtab_node::reset_section): New method.
15810 * cgraph.c (cgraph_node_cannot_be_local_p_1): Accept non-local
15811 for localization.
15812 * cgraph.h (reset_section): Declare.
15813 * ipa-inline-analysis.c (do_estimate_growth): Check for comdat groups;
15814 do not consider comdat locals.
15815 * cgraphclones.c (set_new_clone_decl_and_node_flags): Get section
15816 for new symbol.
15817 * ipa-visiblity.c (cgraph_externally_visible_p): Cleanup.
15818 (update_visibility_by_resolution_info): Consider UNDEF; fix checking;
15819 reset sections of symbols dragged out of the comdats.
15820 (function_and_variable_visibility): Reset sections of
15821 localized symbols.
15822
15823 2014-06-12 Jan Hubicka <hubicka@ucw.cz>
15824
15825 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg
15826 to use symtab and decl_binds_to_current_def_p
15827 * tree-vectorizer.c (increase_alignment): Increase alignment
15828 of alias target, too.
15829
15830 2014-06-12 Jakub Jelinek <jakub@redhat.com>
15831
15832 PR middle-end/61486
15833 * gimplify.c (struct gimplify_omp_ctx): Add distribute field.
15834 (gimplify_adjust_omp_clauses): Don't or in GOVD_LASTPRIVATE
15835 if outer combined construct is distribute.
15836 (gimplify_omp_for): For OMP_DISTRIBUTE set
15837 gimplify_omp_ctxp->distribute.
15838 * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: For
15839 GIMPLE_OMP_TEAMS, if decl isn't global in outer context, record
15840 mapping into decl map.
15841
15842 2014-06-12 Jason Merrill <jason@redhat.com>
15843
15844 * common.opt (fabi-version): Change default to 0.
15845
15846 2014-06-12 Jason Merrill <jason@redhat.com>
15847
15848 * toplev.c (process_options): Reject -fabi-version=1.
15849
15850 2014-06-12 Jeff Law <law@redhat.com>
15851
15852 PR tree-optimization/61009
15853 * tree-ssa-threadedge.c (thread_through_normal_block): Correct return
15854 value when we stop processing a block due to problematic PHIs.
15855
15856 2014-06-12 Alan Lawrence <alan.lawrence@arm.com>
15857
15858 * config/aarch64/arm_neon.h (vmlaq_n_f64, vmlsq_n_f64, vrsrtsq_f64,
15859 vcge_p8, vcgeq_p8, vcgez_p8, vcgez_u8, vcgez_u16, vcgez_u32, vcgez_u64,
15860 vcgezq_p8, vcgezq_u8, vcgezq_u16, vcgezq_u32, vcgezq_u64, vcgezd_u64,
15861 vcgt_p8, vcgtq_p8, vcgtz_p8, vcgtz_u8, vcgtz_u16, vcgtz_u32, vcgtz_u64,
15862 vcgtzq_p8, vcgtzq_u8, vcgtzq_u16, vcgtzq_u32, vcgtzq_u64, vcgtzd_u64,
15863 vcle_p8, vcleq_p8, vclez_p8, vclez_u64, vclezq_p8, vclezd_u64, vclt_p8,
15864 vcltq_p8, vcltz_p8, vcltzq_p8, vcltzd_u64): Remove functions as they
15865 are not in the spec.
15866
15867 2014-06-10 Alan Lawrence <alan.lawrence@arm.com>
15868
15869 PR target/59843
15870 * config/aarch64/aarch64-modes.def: Add V1DFmode.
15871 * config/aarch64/aarch64.c (aarch64_vector_mode_supported_p):
15872 Support V1DFmode.
15873
15874 2014-06-12 Eric Botcazou <ebotcazou@adacore.com>
15875
15876 * tree-core.h (DECL_NONALIASED): Use proper spelling in comment.
15877
15878 2014-06-12 Georg-Johann Lay <avr@gjlay.de>
15879
15880 PR target/61443
15881 * config/avr/avr.md (push<mode>1): Avoid (subreg(mem)) when
15882 loading from address spaces.
15883
15884 2014-06-12 Martin Liska <mliska@suse.cz>
15885
15886 PR ipa/61462
15887 * ipa-prop.c (ipa_make_edge_direct_to_target): Check that gimple call
15888 statement is reachable.
15889
15890 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
15891
15892 * symtab.c (section_hash): New hash.
15893 (symtab_unregister_node): Clear section before freeing.
15894 (hash_section_hash_entry): New haser.
15895 (eq_sections): New function.
15896 (symtab_node::set_section_for_node): New method.
15897 (set_section_1): Update.
15898 (symtab_node::set_section): Take string instead of tree as parameter.
15899 (symtab_resolve_alias): Update.
15900 * cgraph.h (section_hash_entry_d): New structure.
15901 (section_hash_entry): New typedef.
15902 (cgraph_node): Change comdat_group_ to x_comdat_group,
15903 change section_ to x_section and turn into section_hash_entry;
15904 update accestors; put set_section_for_node offline.
15905 * tree.c (decl_section_name): Turn into string.
15906 (set_decl_section_name): Change parameter to be string.
15907 * tree.h (decl_section_name, set_decl_section_name): Update prototypes.
15908 * sdbout.c (sdbout_one_type): Update.
15909 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Update.
15910 * varasm.c (IN_NAMED_SECTION, get_named_section,
15911 resolve_unique_section, hot_function_section, get_named_text_section,
15912 USE_SELECT_SECTION_FOR_FUNCTIONS, default_function_rodata_section,
15913 make_decl_rtl, default_unique_section): Update.
15914 * config/c6x/c6x.c (c6x_in_small_data_p): Update.
15915 (c6x_elf_unique_section): Update.
15916 * config/nios2/nios2.c (nios2_in_small_data_p): Update.
15917 * config/pa/pa.c (pa_function_section): Update.
15918 * config/pa/pa.h (IN_NAMED_SECTION_P): Update.
15919 * config/ia64/ia64.c (ia64_in_small_data_p): Update.
15920 * config/arc/arc.c (arc_in_small_data_p): Update.
15921 * config/arm/unknown-elf.h (IN_NAMED_SECTION_P): Update.
15922 * config/mcore/mcore.c (mcore_unique_section): Update.
15923 * config/mips/mips.c (mips16_build_function_stub): Update.
15924 (mips16_build_call_stub): Update.
15925 (mips_function_rodata_section): Update.
15926 (mips_in_small_data_p): Update.
15927 * config/score/score.c (score_in_small_data_p): Update.
15928 * config/rx/rx.c (rx_in_small_data): Update.
15929 * config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Update.
15930 (rs6000_xcoff_asm_named_section): Update.
15931 (rs6000_xcoff_unique_section): Update.
15932 * config/frv/frv.c (frv_string_begins_with): Update.
15933 (frv_in_small_data_p): Update.
15934 * config/v850/v850.c (v850_encode_data_area): Update.
15935 * config/bfin/bfin.c (DECL_SECTION_NAME): Update.
15936 (bfin_handle_l1_data_attribute): Update.
15937 (bfin_handle_l2_attribute): Update.
15938 * config/mep/mep.c (mep_unique_section): Update.
15939 * config/microblaze/microblaze.c (microblaze_elf_in_small_data_p):
15940 Update.
15941 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute): Update.
15942 (h8300_handle_tiny_data_attribute): Update.
15943 * config/m32r/m32r.c (m32r_in_small_data_p): Update.
15944 (m32r_in_small_data_p): Update.
15945 * config/alpha/alpha.c (alpha_in_small_data_p): Update.
15946 * config/i386/i386.c (ix86_in_large_data_p): Update.
15947 * config/i386/winnt.c (i386_pe_unique_section): Update.
15948 * config/darwin.c (darwin_function_section): Update.
15949 * config/lm32/lm32.c (lm32_in_small_data_p): Update.
15950 * tree-emutls.c (get_emutls_init_templ_addr): Update.
15951 (new_emutls_decl): Update.
15952 * lto-cgraph.c (lto_output_node, input_node, input_varpool_node,
15953 input_varpool_node): Update.
15954 (ead_string_cst): Turn to ...
15955 (read_string): ... this one.
15956 * dwarf2out.c (secname_for_decl): Update.
15957 * asan.c (asan_protect_global): Update.
15958
15959 2014-06-11 DJ Delorie <dj@redhat.com>
15960
15961 * config/rx/rx.h (FUNCTION_BOUNDARY): Adjust for RX100/200 4-byte
15962 cache lines.
15963 * config/rx/rx.c (rx_option_override): Likewise.
15964 (rx_align_for_label): Likewise.
15965
15966 * config/rx/rx.c (rx_max_skip_for_label): Don't skip anything if -Os.
15967
15968 2014-06-11 Maciej W. Rozycki <macro@codesourcery.com>
15969
15970 * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
15971 prototype.
15972
15973 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
15974
15975 * common.md: New file.
15976 * doc/md.texi: Update description of generic, machine-independent
15977 constraints.
15978 * config/s390/constraints.md (e): Delete.
15979 * Makefile.in (md_file): Include common.md.
15980 * config/m32c/t-m32c (md_file): Likewise.
15981 * genpreds.c (general_mem): New array.
15982 (generic_constraint_letters): Remove constraints now defined by
15983 common.md.
15984 (add_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
15985 Allow the first character to be '<' or '>' as well.
15986 * genoutput.c (general_mem): New array.
15987 (indep_constraints): Remove constraints now defined by common.md.
15988 (note_constraint): Map TARGET_MEM_CONSTRAINT to general_mem.
15989 Remove special handling of 'm'.
15990 * ira-costs.c (record_reg_classes): Remove special handling of
15991 constraints now defined by common.md.
15992 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
15993 * ira-lives.c (single_reg_class): Likewise.
15994 (ira_implicitly_set_insn_hard_regs): Likewise.
15995 * lra-constraints.c (reg_class_from_constraints): Likewise.
15996 (process_alt_operands, process_address, curr_insn_transform): Likewise.
15997 * postreload.c (reload_cse_simplify_operands): Likewise.
15998 * reload.c (push_secondary_reload, scratch_reload_class)
15999 (find_reloads, alternative_allows_const_pool_ref): Likewise.
16000 * reload1.c (maybe_fix_stack_asms): Likewise.
16001 * targhooks.c (default_secondary_reload): Likewise.
16002 * stmt.c (parse_output_constraint): Likewise.
16003 * recog.c (preprocess_constraints): Likewise.
16004 (constrain_operands, peep2_find_free_register): Likewise.
16005 (asm_operand_ok): Likewise, but add a comment saying why 'o'
16006 must be handled specially.
16007
16008 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16009
16010 * system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.
16011 * genpreds.c (have_const_dbl_constraints): Delete.
16012 (add_constraint): Don't set it.
16013 (write_tm_preds_h): Don't call CONST_DOUBLE_OK_FOR_CONSTRAINT_P.
16014 * ira-costs.c (record_reg_classes): Handle CONST_INT and CONST_DOUBLE
16015 constraints using the lookup_constraint logic.
16016 * ira-lives.c (single_reg_class): Likewise.
16017 * ira.c (ira_setup_alts): Likewise.
16018 * lra-constraints.c (process_alt_operands): Likewise.
16019 * recog.c (asm_operand_ok, constrain_operands): Likewise.
16020 * reload.c (find_reloads): Likewise.
16021
16022 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16023
16024 * genpreds.c (const_int_start, const_int_end): New variables.
16025 (choose_enum_order): Output CONST_INT constraints before memory
16026 constraints.
16027 (write_tm_preds_h): Always define insn_const_int_ok_for_constraint.
16028 Add CT_CONST_INT.
16029 * ira-costs.c (record_reg_classes): Handle CT_CONST_INT.
16030 * ira.c (ira_setup_alts): Likewise.
16031 * lra-constraints.c (process_alt_operands): Likewise.
16032 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16033 * reload.c (find_reloads): Likewise.
16034
16035 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16036
16037 * recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok,
16038 decmem_ok and incmem_ok. Reformat other bitfields for consistency.
16039 * recog.c (preprocess_constraints): Update accordingly.
16040
16041 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16042
16043 * system.h (REG_CLASS_FROM_CONSTRAINT): Poison.
16044 (REG_CLASS_FOR_CONSTRAINT, EXTRA_CONSTRAINT_STR): Likewise.
16045 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Likewise.
16046 * genpreds.c (print_type_tree): New function.
16047 (write_tm_preds_h): Remove REG_CLASS_FROM_CONSTRAINT,
16048 REG_CLASS_FOR_CONSTRAINT, EXTRA_MEMORY_CONSTRAINT,
16049 EXTRA_ADDRESS_CONSTRAINT and EXTRA_CONSTRAINT_STR.
16050 Write out enum constraint_type and get_constraint_type.
16051 * lra-constraints.c (satisfies_memory_constraint_p): Take a
16052 constraint_num rather than a constraint string.
16053 (satisfies_address_constraint_p): Likewise.
16054 (reg_class_from_constraints): Avoid old constraint macros.
16055 (process_alt_operands, process_address_1): Likewise.
16056 (curr_insn_transform): Likewise.
16057 * ira-costs.c (record_reg_classes): Likewise.
16058 (record_operand_costs): Likewise.
16059 * ira-lives.c (single_reg_class): Likewise.
16060 (ira_implicitly_set_insn_hard_regs): Likewise.
16061 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
16062 * postreload.c (reload_cse_simplify_operands): Likewise.
16063 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
16064 (constrain_operands, peep2_find_free_register): Likewise.
16065 * reload.c (push_secondary_reload, scratch_reload_class): Likewise.
16066 (find_reloads, alternative_allows_const_pool_ref): Likewise.
16067 * reload1.c (maybe_fix_stack_asms): Likewise.
16068 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
16069 * targhooks.c (default_secondary_reload): Likewise.
16070 * config/m32c/m32c.c (m32c_matches_constraint_p): Avoid reference
16071 to EXTRA_CONSTRAINT_STR.
16072 * config/sparc/constraints.md (U): Likewise REG_CLASS_FROM_CONSTRAINT.
16073
16074 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16075
16076 * genpreds.c (write_constraint_satisfied_p_1): Replace with...
16077 (write_constraint_satisfied_p_array): ...this new function.
16078 (write_tm_preds_h): Replace write_constraint_satisfied_p_1 with
16079 an array.
16080 (write_insn_preds_c): Update accordingly.
16081
16082 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16083
16084 * genpreds.c (write_lookup_constraint): Rename to...
16085 (write_lookup_constraint_1): ...this.
16086 (write_lookup_constraint_array): New function.
16087 (write_tm_preds_h): Define lookup_constraint as an inline function
16088 that uses write_lookup_constraint_array where possible.
16089 (write_insn_preds_c): Update for the changes above.
16090
16091 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com>
16092
16093 * doc/md.texi (regclass_for_constraint): Rename to...
16094 (reg_class_for_constraint): ...this.
16095 * genpreds.c (num_constraints, enum_order, register_start)
16096 (register_end, satisfied_start, memory_start, memory_end)
16097 (address_start, address_end): New variables.
16098 (add_constraint): Count the number of constraints.
16099 (choose_enum_order): New function.
16100 (write_enum_constraint_num): Iterate over enum_order.
16101 (write_regclass_for_constraint): Rename to...
16102 (write_reg_class_for_constraint_1): ...this and update output
16103 accordingly.
16104 (write_constraint_satisfied_p): Rename to...
16105 (write_constraint_satisfied_p_1): ...this and update output
16106 accordingly. Do nothing if all extra constraints are register
16107 constraints.
16108 (write_insn_extra_memory_constraint): Delete.
16109 (write_insn_extra_address_constraint): Delete.
16110 (write_range_function): New function.
16111 (write_tm_preds_h): Define constraint_satisfied_p and
16112 reg_class_for_constraint as inline functions that do a range check
16113 before calling the out-of-line function. Use write_range_function
16114 to implement insn_extra_{register,memory,address}_constraint,
16115 the first of which is new.
16116 (write_insn_preds_c): Update after above changes to write_* functions.
16117 (main): Call choose_enum_order.
16118
16119 2014-06-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
16120
16121 PR tree-optimization/61306
16122 * tree-ssa-math-opts.c (struct symbolic_number): Store type of
16123 expression instead of its size.
16124 (do_shift_rotate): Adapt to change in struct symbolic_number. Return
16125 false to prevent optimization when the result is unpredictable due to
16126 arithmetic right shift of signed type with highest byte is set.
16127 (verify_symbolic_number_p): Adapt to change in struct symbolic_number.
16128 (init_symbolic_number): Likewise.
16129 (find_bswap_or_nop_1): Likewise. Return NULL to prevent optimization
16130 when the result is unpredictable due to sign extension.
16131
16132 2014-06-11 Terry Guo <terry.guo@arm.com>
16133
16134 * config/arm/arm.md (*thumb1_adddi3): Move into new file thumb1.md.
16135 (*thumb1_addsi3): Ditto.
16136 (*thumb_subdi3): Ditto.
16137 (thumb1_subsi3_insn): Ditto.
16138 (*thumb_mulsi3): Ditto.
16139 (*thumb_mulsi3_v6): Ditto.
16140 (*thumb1_andsi3_insn): Ditto.
16141 (thumb1_bicsi3): Ditto.
16142 (*thumb1_iorsi3_insn): Ditto.
16143 (*thumb1_xorsi3_insn): Ditto.
16144 (*thumb1_ashlsi3): Ditto.
16145 (*thumb1_ashrsi3): Ditto.
16146 (*thumb1_lshrsi3): Ditto.
16147 (*thumb1_rotrsi3): Ditto.
16148 (*thumb1_negdi2): Ditto.
16149 (*thumb1_negsi2): Ditto.
16150 (*thumb1_abssi2): Ditto.
16151 (*thumb1_neg_abssi2): Ditto.
16152 (*thumb1_one_cmplsi2): Ditto.
16153 (*thumb1_zero_extendhisi2): Ditto.
16154 (*thumb1_zero_extendqisi2): Ditto.
16155 (*thumb1_zero_extendqisi2_v6): Ditto.
16156 (thumb1_extendhisi2): Ditto.
16157 (thumb1_extendqisi2): Ditto.
16158 (*thumb1_movdi_insn): Ditto.
16159 (*thumb1_movsi_insn): Ditto.
16160 (*thumb1_movhi_insn): Ditto.
16161 (thumb_movhi_clobber): Ditto.
16162 (*thumb1_movqi_insn): Ditto.
16163 (*thumb1_movhf): Ditto.
16164 (*thumb1_movsf_insn): Ditto.
16165 (*thumb_movdf_insn): Ditto.
16166 (movmem12b): Ditto.
16167 (movmem8b): Ditto.
16168 (cbranchqi4): Ditto.
16169 (cbranchsi4_insn): Ditto.
16170 (cbranchsi4_scratch): Ditto.
16171 (*negated_cbranchsi4): Ditto.
16172 (*tbit_cbranch): Ditto.
16173 (*tlobits_cbranch): Ditto.
16174 (*tstsi3_cbranch): Ditto.
16175 (*cbranchne_decr1): Ditto.
16176 (*addsi3_cbranch): Ditto.
16177 (*addsi3_cbranch_scratch): Ditto.
16178 (*thumb_cmpdi_zero): Ditto.
16179 (cstoresi_eq0_thumb1): Ditto.
16180 (cstoresi_ne0_thumb1): Ditto.
16181 (*cstoresi_eq0_thumb1_insn): Ditto.
16182 (*cstoresi_ne0_thumb1_insn): Ditto.
16183 (cstoresi_nltu_thumb1): Ditto.
16184 (cstoresi_ltu_thumb1): Ditto.
16185 (thumb1_addsi3_addgeu): Ditto.
16186 (*thumb_jump): Ditto.
16187 (*call_reg_thumb1_v5): Ditto.
16188 (*call_reg_thumb1): Ditto.
16189 (*call_value_reg_thumb1_v5): Ditto.
16190 (*call_value_reg_thumb1): Ditto.
16191 (*call_insn): Ditto.
16192 (*call_value_insn): Ditto.
16193 (thumb1_casesi_internal_pic): Ditto.
16194 (thumb1_casesi_dispatch): Ditto.
16195 (*thumb1_indirect_jump): Ditto.
16196 (prologue_thumb1_interwork): Ditto.
16197 (*epilogue_insns): Ditto.
16198 (consttable_1): Ditto.
16199 (consttable_2): Ditto.
16200 (tablejump): Ditto.
16201 (*thumb1_tablejump): Ditto.
16202 (thumb_eh_return): Ditto.
16203 (define_peephole2): Two of them are thumb1 only and got moved into
16204 new file thumb1.md.
16205 (define_split): Six of them are thumb1 only and got moved into new
16206 file thumb1.md.
16207 * config/arm/thumb1.md: New file comprised of above thumb1 only
16208 patterns.
16209
16210 2014-06-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16211
16212 * config.gcc (aarch64*-*-*): Add arm_acle.h to extra headers.
16213 * Makefile.in (TEXI_GCC_FILES): Add aarch64-acle-intrinsics.texi to
16214 dependencies.
16215 * config/aarch64/aarch64-builtins.c (AARCH64_CRC32_BUILTINS): Define.
16216 (aarch64_crc_builtin_datum): New struct.
16217 (aarch64_crc_builtin_data): New.
16218 (aarch64_init_crc32_builtins): New function.
16219 (aarch64_init_builtins): Initialise CRC32 builtins when appropriate.
16220 (aarch64_crc32_expand_builtin): New.
16221 (aarch64_expand_builtin): Add CRC32 builtin expansion case.
16222 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Define
16223 __ARM_FEATURE_CRC32 when appropriate.
16224 (TARGET_CRC32): Define.
16225 * config/aarch64/aarch64.md (UNSPEC_CRC32B, UNSPEC_CRC32H,
16226 UNSPEC_CRC32W, UNSPEC_CRC32X, UNSPEC_CRC32CB, UNSPEC_CRC32CH,
16227 UNSPEC_CRC32CW, UNSPEC_CRC32CX): New unspec values.
16228 (aarch64_<crc_variant>): New pattern.
16229 * config/aarch64/arm_acle.h: New file.
16230 * config/aarch64/iterators.md (CRC): New int iterator.
16231 (crc_variant, crc_mode): New int attributes.
16232 * doc/aarch64-acle-intrinsics.texi: New file.
16233 * doc/extend.texi (aarch64): Document aarch64 ACLE intrinsics.
16234 Include aarch64-acle-intrinsics.texi.
16235
16236 2014-06-11 Evgeny Stupachenko <evstupac@gmail.com>
16237
16238 * tree-vect-data-refs.c (vect_grouped_store_supported): New
16239 check for stores group of length 3.
16240 (vect_permute_store_chain): New permutations for stores group of
16241 length 3.
16242 * tree-vect-stmts.c (vect_model_store_cost): Change cost
16243 of vec_perm_shuffle for the new permutations.
16244
16245 2014-06-11 Jan Hubicka <hubicka@ucw.cz>
16246
16247 * ipa-visibility.c (function_and_variable_visibility): Disable virtual
16248 table rewriting temporarily on targets not supporting ONE_ONLY.
16249
16250 2014-06-11 Richard Biener <rguenther@suse.de>
16251
16252 PR middle-end/61437
16253 Revert
16254 2014-06-04 Richard Biener <rguenther@suse.de>
16255
16256 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
16257 TREE_PUBLIC and DECL_EXTERNAL decls.
16258
16259 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
16260
16261 * varasm.c (set_implicit_section): New function.
16262 (resolve_unique_section): Use it to set implicit section
16263 for aliases, too.
16264 (get_named_text_section): Use symtab_get_node (decl)->implicit_section
16265 (default_function_section): Likewise.
16266 (decl_binds_to_current_def_p): Constify argument.
16267 * varasm.h (decl_binds_to_current_def_p): Update prototype.
16268 * asan.c (asan_protect_global): Use
16269 symtab_get_node (decl)->implicit_section.
16270 * symtab.c (dump_symtab_base): Dump implicit sections.
16271 (verify_symtab_base): Verify sanity of sectoins and comdats.
16272 (symtab_resolve_alias): Alias share the section of its target.
16273 (set_section_1): New function.
16274 (symtab_node::set_section): Move here, recurse to aliases.
16275 (verify_symtab): Check for duplicated symtab lists.
16276 * tree-core.h (implicit_section_name_p): Remove.
16277 * tree-vect-data-refs.c: Include varasm.h.
16278 (vect_can_force_dr_alignment_p): Fix conditional on when
16279 decl bints to current definition; use
16280 symtab_get_node (decl)->implicit_section.
16281 * cgraph.c (cgraph_make_node_local_1): Fix section set.
16282 * cgraph.h (struct symtab_node): Add implicit_section.
16283 (set_section): Rename to ...
16284 (set_section_for_node): ... this one.
16285 (set_section): Declare.
16286 * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): Remove.
16287 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
16288 input_overwrite_node, input_varpool_node): Stream implicit_section.
16289 * ipa.c (symtab_remove_unreachable_nodes): Do not check symtab before
16290 removal; it will fail in LTO.
16291
16292 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16293
16294 * config/aarch64/aarch64-simd.md (move_lo_quad_<mode>):
16295 Change second alternative type to f_mcr.
16296 * config/aarch64/aarch64.md (*movsi_aarch64): Change 11th
16297 and 12th alternatives' types to f_mcr and f_mrc.
16298 (*movdi_aarch64): Same for 12th and 13th alternatives.
16299 (*movsf_aarch64): Change 9th alternatives' type to mov_reg.
16300 (aarch64_movtilow_tilow): Change type to fmov.
16301
16302 2014-06-10 Jiong Wang <jiong.wang@arm.com>
16303
16304 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs)
16305 (aarch64_save_or_restore_callee_save_registers): Fix layout.
16306
16307 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16308
16309 * config/aarch64/aarch64-simd.md (aarch64_sqdmulh_lane<mode>):
16310 New expander.
16311 (aarch64_sqrdmulh_lane<mode>): Likewise.
16312 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
16313 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
16314 (aarch64_sqdmulh_laneq<mode>): New expander.
16315 (aarch64_sqrdmulh_laneq<mode>): Likewise.
16316 (aarch64_sq<r>dmulh_laneq<mode>): Rename to...
16317 (aarch64_sq<r>dmulh_laneq<mode>_internal): ...this.
16318 (aarch64_sqdmulh_lane<mode>): New expander.
16319 (aarch64_sqrdmulh_lane<mode>): Likewise.
16320 (aarch64_sq<r>dmulh_lane<mode>): Rename to...
16321 (aarch64_sq<r>dmulh_lane<mode>_internal): ...this.
16322 (aarch64_sqdmlal_lane<mode>): Add lane flip for big-endian.
16323 (aarch64_sqdmlal_laneq<mode>): Likewise.
16324 (aarch64_sqdmlsl_lane<mode>): Likewise.
16325 (aarch64_sqdmlsl_laneq<mode>): Likewise.
16326 (aarch64_sqdmlal2_lane<mode>): Likewise.
16327 (aarch64_sqdmlal2_laneq<mode>): Likewise.
16328 (aarch64_sqdmlsl2_lane<mode>): Likewise.
16329 (aarch64_sqdmlsl2_laneq<mode>): Likewise.
16330 (aarch64_sqdmull_lane<mode>): Likewise.
16331 (aarch64_sqdmull_laneq<mode>): Likewise.
16332 (aarch64_sqdmull2_lane<mode>): Likewise.
16333 (aarch64_sqdmull2_laneq<mode>): Likewise.
16334
16335 2014-06-10 Richard Biener <rguenther@suse.de>
16336
16337 PR tree-optimization/61438
16338 * tree-ssa-pre.c (eliminate_dom_walker): Add do_pre member.
16339 (eliminate_dom_walker::before_dom_children): Only try to inhibit
16340 insertion of IVs if running PRE.
16341 (eliminate): Adjust.
16342 (pass_pre::execute): Likewise.
16343 (pass_fre::execute): Likewise.
16344
16345 2014-06-10 Richard Biener <rguenther@suse.de>
16346
16347 PR middle-end/61456
16348 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
16349 Do not use the main variant for the type comparison.
16350 (ncr_compar): Likewise.
16351 (nonoverlapping_component_refs_p): Likewise.
16352
16353 2014-06-10 Marcus Shawcroft <marcus.shawcroft@arm.com>
16354
16355 * config/aarch64/aarch64.c (aarch64_save_or_restore_fprs): Fix
16356 REG_CFA_RESTORE mode.
16357
16358 2014-06-10 Evgeny Stupachenko <evstupac@gmail.com>
16359
16360 * config/i386/i386.c (expand_vec_perm_pblendv): New.
16361 * config/i386/i386.c (ix86_expand_vec_perm_const_1): Use
16362 expand_vec_perm_pblendv.
16363
16364 2014-06-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16365
16366 * doc/arm-acle-intrinsics.texi: Specify when CRC32 intrinsics are
16367 available.
16368 Simplify description of __crc32d and __crc32cd intrinsics.
16369 * doc/extend.texi (ARM ACLE Intrinsics): Remove comment about CRC32
16370 availability.
16371
16372 2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
16373
16374 PR lto/61334
16375 * configure.ac: Use gcc_AC_CHECK_DECLS to check for strnlen prototype.
16376 * config.in: Regenerate.
16377 * configure: Likewise.
16378
16379 2014-06-10 Jan Hubicka <hubicka@ucw.cz>
16380
16381 * ipa-reference.c (is_proper_for_analysis): Exclude addressable
16382 and public vars.
16383 (intersect_static_var_sets): Remove.
16384 (propagate): Do not prune local statics.
16385
16386 2014-06-10 Jakub Jelinek <jakub@redhat.com>
16387
16388 PR fortran/60928
16389 * omp-low.c (lower_rec_input_clauses) <case OMP_CLAUSE_LASTPRIVATE>:
16390 Set lastprivate_firstprivate even if omp_private_outer_ref
16391 langhook returns true.
16392 <case OMP_CLAUSE_REDUCTION>: When calling omp_clause_default_ctor
16393 langhook, call unshare_expr on new_var and call
16394 build_outer_var_ref to get the last argument.
16395
16396 2014-06-10 Marek Polacek <polacek@redhat.com>
16397
16398 PR c/60988
16399 * doc/extend.texi: Add cindex for transparent_union.
16400
16401 2014-06-09 Thomas Preud'homme <thomas.preudhomme@arm.com>
16402
16403 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Check return value of
16404 init_symbolic_number ().
16405
16406 2014-05-18 John David Anglin <danglin@gcc.gnu.org>
16407
16408 PR middle-end/61141
16409 * emit-rtl.c (reset_all_used_flags): In a sequence, check that
16410 XVECEXP (pat, 0, i) is an INSN before calling reset_insn_used_flags.
16411 (verify_rtl_sharing): Likewise.
16412
16413 2014-06-09 Marc Glisse <marc.glisse@inria.fr>
16414
16415 PR c++/54442
16416 * tree.c (build_qualified_type): Use a canonical type for
16417 TYPE_CANONICAL.
16418
16419 2014-06-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
16420
16421 * config/arm/arm-modes.def: Remove XFmode.
16422
16423 2014-06-09 Alan Lawrence <alan.lawrence@arm.com>
16424
16425 PR target/61062
16426 * config/arm/arm_neon.h (vtrn_s8, vtrn_s16, vtrn_u8, vtrn_u16, vtrn_p8,
16427 vtrn_p16, vtrn_s32, vtrn_f32, vtrn_u32, vtrnq_s8, vtrnq_s16, vtrnq_s32,
16428 vtrnq_f32, vtrnq_u8, vtrnq_u16, vtrnq_u32, vtrnq_p8, vtrnq_p16,
16429 vzip_s8, vzip_s16, vzip_u8, vzip_u16, vzip_p8, vzip_p16, vzip_s32,
16430 vzip_f32, vzip_u32, vzipq_s8, vzipq_s16, vzipq_s32, vzipq_f32,
16431 vzipq_u8, vzipq_u16, vzipq_u32, vzipq_p8, vzipq_p16, vuzp_s8, vuzp_s16,
16432 vuzp_s32, vuzp_f32, vuzp_u8, vuzp_u16, vuzp_u32, vuzp_p8, vuzp_p16,
16433 vuzpq_s8, vuzpq_s16, vuzpq_s32, vuzpq_f32, vuzpq_u8, vuzpq_u16,
16434 vuzpq_u32, vuzpq_p8, vuzpq_p16): Correct mask for bigendian.
16435
16436 2014-06-09 Jan Hubicka <hubicka@ucw.cz>
16437
16438 * tree-core.h (tree_decl_with_vis): Remove section_name.
16439
16440 2014-06-09 Kito Cheng <kito@0xlab.org>
16441
16442 * ira.c (ira): Don't call init_caller_save if LRA enabled
16443 since LRA use its own infrastructure to handle that.
16444
16445 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
16446
16447 * symtab.c (dump_symtab_base): Update dumping.
16448 (symtab_make_decl_local): Clear only DECL_COMDAT.
16449 * tree-vect-data-refs.c (Check that variable is static before
16450 tampering with sections.
16451 * cgraphclones.c (duplicate_thunk_for_node): Do not clear section name.
16452 (cgraph_create_virtual_clone): Likewise.
16453 * tree.c (decl_comdat_group, decl_comdat_group_id): Constify argument.
16454 (decl_section_name, set_decl_section_name): New accessors.
16455 (find_decls_types_r): Do not walk section name
16456 * tree.h (DECL_SECTION_NAME): Implement using decl_section_name.
16457 (decl_comdat_group, decl_comdat_group_id): Constify.
16458 (decl_section_name, set_decl_section_name): Update.
16459 * varpool.c (varpool_finalize_named_section_flags): Use get_section.
16460 * cgraph.c (cgraph_add_thunk): Reset node instead of rebuilding.
16461 (cgraph_make_node_local_1): Clear section and comdat group.
16462 * cgraph.h (set_comdat_group): Sanity check.
16463 (get_section, set_section): New.
16464 * ipa-comdats.c (ipa_comdats): Use get_section.
16465 * ipa.c (ipa_discover_readonly_nonaddressable_var): Likewise.
16466 * lto-streamer-out.c: Do not follow section names.
16467 * c-family/c-common.c (handle_section_attribute): Update.
16468 * lto-cgraph.c (lto_output_node): Output section.
16469 (lto_output_varpool_node): Likewise.
16470 (read_comdat_group): Rename to ...
16471 (read_identifier): ... this one.
16472 (read_string_cst): New function.
16473 (input_node, input_varpool_node): Input section names.
16474 * tree-emutls.c (get_emutls_init_templ_addr): Update.
16475 (new_emutls_decl): Update.
16476 (secname_for_decl): Check section names only of static vars.
16477 * config/mep/mep.c (mep_unique_section): Use set_decl_section_name.
16478 * config/i386/winnt.c (i386_pe_unique_section): Likewise.
16479 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
16480 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
16481 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Likewise.
16482 * config/mcore/mcore.c (mcore_unique_section): Likewise.
16483 * config/mips/mips.c (mips16_build_function_stub): Likewise.
16484 * config/v850/v850.c (v850_insert_attributes): Likewise.
16485 * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
16486 Likewise.
16487 (h8300_handle_tiny_data_attribute): Likewise.
16488 * config/bfin/bfin.c (bfin_handle_l1_text_attribute): Likewise.
16489 (bfin_handle_l2_attribute): Likewise.
16490
16491 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
16492
16493 * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;
16494 remove static initializer.
16495
16496 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
16497
16498 * varasm.c (use_blocks_for_decl_p): Check symbol table
16499 instead of alias attribute.
16500 (place_block_symbol): Recurse on aliases.
16501
16502 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
16503
16504 * ipa-visibility.c: Include varasm.h
16505 (can_replace_by_local_alias): Ceck decl_binds_to_current_def_p.
16506
16507 2014-06-07 Jan Hubicka <hubicka@ucw.cz>
16508
16509 * cgraphunit.c (assemble_thunks_and_aliases): Expand thunks before
16510 outputting aliases.
16511
16512 2014-06-07 Steven Bosscher <steven@gcc.gnu.org>
16513
16514 * gcse.c (can_assign_to_reg_without_clobbers_p): Do not let pointers
16515 from test_insn into GGC space escape via SET_SRC.
16516
16517 2014-06-07 Eric Botcazou <ebotcazou@adacore.com>
16518
16519 * tree-ssa-tail-merge.c (same_succ_hash): Hash the static chain of a
16520 call statement, if any.
16521 (gimple_equal_p) <GIMPLE_CALL>: Compare the static chain of the call
16522 statements, if any. Tidy up.
16523
16524 2014-06-06 Michael Meissner <meissner@linux.vnet.ibm.com>
16525
16526 PR target/61431
16527 * config/rs6000/vsx.md (VSX_LE): Split VSX_D into 2 separate
16528 iterators, VSX_D that handles 64-bit types, and VSX_LE that
16529 handles swapping the two 64-bit double words on little endian
16530 systems. Include V1TImode and optionally TImode in VSX_LE so that
16531 these types are properly swapped. Change all of the insns and
16532 splits that do the 64-bit swaps to use VSX_LE.
16533 (vsx_le_perm_load_<mode>): Likewise.
16534 (vsx_le_perm_store_<mode>): Likewise.
16535 (splitters for little endian memory operations): Likewise.
16536 (vsx_xxpermdi2_le_<mode>): Likewise.
16537 (vsx_lxvd2x2_le_<mode>): Likewise.
16538 (vsx_stxvd2x2_le_<mode>): Likewise.
16539
16540 2014-06-06 Uros Bizjak <ubizjak@gmail.com>
16541
16542 PR target/61423
16543 * config/i386/i386.md (*floatunssi<mode>2_i387_with_xmm): New
16544 define_insn_and_split pattern, merged from *floatunssi<mode>2_1
16545 and corresponding splitters. Zero extend general register
16546 or memory input operand to XMM temporary. Enable for
16547 TARGET_SSE2 and TARGET_INTER_UNIT_MOVES_TO_VEC only.
16548 (floatunssi<mode>2): Update expander predicate.
16549
16550 2014-06-06 Vladimir Makarov <vmakarov@redhat.com>
16551
16552 PR rtl-optimization/61325
16553 * lra-constraints.c (process_address_1): Check scale equal to one
16554 to prevent transformation: base + scale * index => base + new_reg.
16555
16556 2014-06-06 Richard Biener <rguenther@suse.de>
16557
16558 PR tree-optimization/59299
16559 * tree-ssa-sink.c (all_immediate_uses_same_place): Work on
16560 a def operand.
16561 (nearest_common_dominator_of_uses): Likewise.
16562 (statement_sink_location): Adjust. Support sinking loads.
16563
16564 2014-06-06 Martin Jambor <mjambor@suse.cz>
16565
16566 * ipa-prop.c (get_place_in_agg_contents_list): New function.
16567 (build_agg_jump_func_from_list): Likewise.
16568 (determine_known_aggregate_parts): Renamed to
16569 determine_locally_known_aggregate_parts. Moved some functionality
16570 to the two functions above, removed bound checks.
16571
16572 2014-06-06 James Greenhalgh <james.greenhalgh@arm.com>
16573
16574 * config/aarch64/aarch64-protos.h (aarch64_expand_movmem): New.
16575 * config/aarch64/aarch64.c (aarch64_move_pointer): New.
16576 (aarch64_progress_pointer): Likewise.
16577 (aarch64_copy_one_part_and_move_pointers): Likewise.
16578 (aarch64_expand_movmen): Likewise.
16579 * config/aarch64/aarch64.h (MOVE_RATIO): Set low.
16580 * config/aarch64/aarch64.md (movmem<mode>): New.
16581
16582 2014-06-06 Bingfeng Mei <bmei@broadcom.com>
16583
16584 * targhooks.c (default_add_stmt_cost): Call target specific
16585 hook instead of default one.
16586
16587 2014-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
16588
16589 * ChangeLog (2014-05-23): Fix ChangeLog entry to refer to target
16590 endianness instead of host endianness.
16591 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Likewise in dumps and
16592 comments.
16593
16594 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
16595
16596 PR debug/53927
16597 * function.c (instantiate_decls): Process the saved static chain.
16598 (expand_function_start): If not optimizing, save the static chain
16599 onto the stack.
16600 * tree-nested.c (convert_all_function_calls): Always create the static
16601 chain for nested functions if not optimizing.
16602
16603 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
16604
16605 * tree-cfg.c (make_edges) <GIMPLE_RETURN>: Put a location on the edge.
16606
16607 2014-06-06 Richard Biener <rguenther@suse.de>
16608
16609 * cfgexpand.c (expand_gimple_cond): Remove check for current_loops.
16610 (construct_init_block): Likewise.
16611 (construct_exit_block): Likewise.
16612 (pass_expand::execute): Likewise.
16613 * graphite.c (graphite_transforms): Replace check for current_loops
16614 with a check for > 1 loops.
16615 (pass_graphite_transforms::execute): Adjust.
16616 * ipa-split.c (split_function): Remove check for current_loops.
16617 * omp-low.c (expand_parallel_call): Likewise.
16618 (expand_omp_for_init_counts): Likewise.
16619 (extract_omp_for_update_vars): Likewise.
16620 (expand_omp_for_generic): Likewise.
16621 (expand_omp_sections): Likewise.
16622 (expand_omp_target): Likewise.
16623 * tracer.c (tail_duplicate): Likewise.
16624 (pass_tracer::execute): Likewise.
16625 * trans-mem.c (expand_transaction): Likewise.
16626 * tree-complex.c (expand_complex_div_wide): Likewise.
16627 * tree-eh.c (lower_resx): Likewise.
16628 (cleanup_empty_eh_merge_phis): Likewise.
16629 * tree-predcom.c (run_tree_predictive_commoning): Replace check for
16630 current_loops with a check for > 1 loops.
16631 (pass_predcom::execute): Adjust.
16632 * tree-scalar-evolution.c (scev_reset): Remove check for current_loops.
16633 * tree-ssa-copy.c (copy_prop_visit_phi_node): Likewise.
16634 * tree-ssa-dom.c (pass_phi_only_cprop::execute): Likewise.
16635 * tree-ssa-tail-merge.c (tail_merge_optimize): Likewise.
16636 * tree-ssa-threadupdate.c (thread_through_all_blocks): Likewise.
16637 * tree-switch-conversion.c (process_switch): Likewise.
16638 * tree-tailcall.c (tree_optimize_tail_calls_1): Likewise.
16639 * tree-vrp.c (vrp_visit_phi_node): Likewise.
16640 (execute_vrp): Likewise.
16641 * ubsan.c (ubsan_expand_null_ifn): Likewise.
16642
16643 2014-06-06 Eric Botcazou <ebotcazou@adacore.com>
16644
16645 * rtl.h (insn_location): Declare.
16646 * cfgcleanup.c (try_forward_edges): Compare the locus of locations
16647 with UNKNOWN_LOCATION.
16648 * emit-rtl.c (insn_location): New function.
16649 * final.c (notice_source_line): Check that the instruction has a
16650 location before retrieving it and use insn_location.
16651 * modulo-sched.c (loop_single_full_bb_p): Likewise.
16652 * print-rtl.c (print_rtx): Likewise.
16653
16654 2014-06-06 Richard Biener <rguenther@suse.de>
16655
16656 * passes.def: Move 2nd VRP pass before phi-only-cprop.
16657
16658 2014-06-06 Christian Bruel <christian.bruel@st.com>
16659
16660 PR tree-optimization/43934
16661 * tree-ssa-loop-im.c (determine_max_movement): Add PHI def constant
16662 cost.
16663
16664 2014-06-06 Richard Sandiford <rdsandiford@googlemail.com>
16665
16666 * ira-lives.c (single_reg_class): Add missing break. Explicitly
16667 return NO_REGS for extra address and memory constraints. Handle
16668 operands that match (or are equivalent to something that matches)
16669 extra constant constraints. Ignore other non-register operands.
16670
16671 2014-06-06 Alan Modra <amodra@gmail.com>
16672
16673 PR target/61300
16674 * doc/tm.texi.in (INCOMING_REG_PARM_STACK_SPACE): Document.
16675 * doc/tm.texi: Regenerate.
16676 * function.c (INCOMING_REG_PARM_STACK_SPACE): Provide default.
16677 Use throughout in place of REG_PARM_STACK_SPACE.
16678 * config/rs6000/rs6000.c (rs6000_reg_parm_stack_space): Add
16679 "incoming" param. Pass to rs6000_function_parms_need_stack.
16680 (rs6000_function_parms_need_stack): Add "incoming" param, ignore
16681 prototype_p when incoming. Use function decl when incoming
16682 to handle K&R style functions.
16683 * config/rs6000/rs6000.h (REG_PARM_STACK_SPACE): Adjust.
16684 (INCOMING_REG_PARM_STACK_SPACE): Define.
16685
16686 2014-06-05 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
16687
16688 PR target/52472
16689 * cfgexpand.c (expand_debug_expr): Use address space of nested
16690 TREE_TYPE for ADDR_EXPR and MEM_REF.
16691
16692 2014-06-05 Jeff Law <law@redhat.com>
16693
16694 PR tree-optimization/61289
16695 * tree-ssa-threadedge.c (invalidate_equivalences): Remove SRC_MAP and
16696 DST_MAP parameters. Invalidate by walking all the SSA_NAME_VALUES
16697 looking for those which match LHS. All callers changed.
16698 (record_temporary_equivalences_from_phis): Remove SRC_MAP and DST_MAP
16699 parameters and code which manipulated them. All callers changed.
16700 (record_temporary_equivalences_from_stmts_at_dest): Remove SRC_MAP
16701 and DST_MAP parameters. Simplify invalidation code by just calling
16702 invalidate_equivalences. All callers changed.
16703 (thread_across_edge): Simplify now that we don't need to maintain
16704 the map of equivalences to invalidate.
16705
16706 2014-06-05 Kai Tietz <ktietz@redhat.com>
16707 Richard Henderson <rth@redhat.com>
16708
16709 PR target/46219
16710 * config/i386/predicates.md (memory_nox32_operand): Add memory_operand
16711 checking for !TARGET_X32.
16712 * config/i386/i386.md (UNSPEC_PEEPSIB): New unspec constant.
16713 (sibcall_intern): New define_insn, plus required peepholes.
16714 (sibcall_pop_intern): Likewise.
16715 (sibcall_value_intern): Likewise.
16716 (sibcall_value_pop_intern): Likewise.
16717
16718 2014-06-05 Ilya Enkovich <ilya.enkovich@intel.com>
16719
16720 * tree-inline.c (tree_function_versioning): Check DF info existence
16721 before accessing it.
16722
16723 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
16724
16725 * config/aarch64/aarch64.h (aarch64_frame): Add hard_fp_offset and
16726 frame_size.
16727 * config/aarch64/aarch64.c (aarch64_layout_frame): Initialize
16728 aarch64_frame hard_fp_offset and frame_size.
16729 (aarch64_expand_prologue): Use aarch64_frame hard_fp_offset and
16730 frame_size; remove original_frame_size.
16731 (aarch64_expand_epilogue, aarch64_final_eh_return_addr): Likewise.
16732 (aarch64_initial_elimination_offset): Remove frame_size and
16733 offset. Use aarch64_frame frame_size.
16734
16735 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
16736 Jiong Wang <jiong.wang@arm.com>
16737 Renlin <renlin.li@arm.com>
16738
16739 * config/aarch64/aarch64.c (aarch64_layout_frame): Correct
16740 initialization of R30 offset. Update offset. Iterate core
16741 regisers upto X30. Remove X29, X30 specific code.
16742
16743 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
16744 Jiong Wang <jiong.wang@arm.com>
16745
16746 * config/aarch64/aarch64.c (SLOT_NOT_REQUIRED, SLOT_REQUIRED): Define.
16747 (aarch64_layout_frame): Use SLOT_NOT_REQUIRED and SLOT_REQUIRED.
16748 (aarch64_register_saved_on_entry): Adjust test.
16749
16750 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
16751
16752 * config/aarch64/aarch64.h (machine_function): Move
16753 saved_varargs_size from here...
16754 (aarch64_frame): ... to here.
16755
16756 * config/aarch64/aarch64.c (aarch64_expand_prologue)
16757 (aarch64_expand_epilogue, aarch64_final_eh_return_addr)
16758 (aarch64_initial_elimination_offset)
16759 (aarch64_setup_incoming_varargs): Adjust location of
16760 saved_varargs_size.
16761
16762 2014-06-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
16763
16764 * config/aarch64/aarch64.c (aarch64_expand_prologue): Update stack
16765 layout comment.
16766
16767 2014-06-05 Jaydeep Patil <Jaydeep.Patil@imgtec.com>
16768 Prachi Godbole <Prachi.Godbole@imgtec.com>
16769
16770 * config/mips/mips-cpus.def: Add definition for p5600. Updated
16771 mips32r5 entry to use PROCESSOR_P5600.
16772 * config/mips/mips-tables.opt: Regenerate.
16773 * config/mips/mips-protos.h (mips_fmadd_bypass): Add prototype.
16774 * config/mips/mips.c (mips_fmadd_bypass): New function.
16775 (mips_rtx_cost_data): Add costs for p5600.
16776 (mips_issue_rate): Add support for p5600.
16777 (mips_multipass_dfa_lookahead): Likewise.
16778 * config/mips/mips.h (TUNE_P5600): New define.
16779 (TUNE_MACC_CHAINS): Add TUNE_P5600.
16780 (MIPS_ISA_LEVEL_SPEC): Map -march=p5600 to -mips32r5.
16781 * config/mips/mips.md: Include p5600.md.
16782 (processor): Add p5600.
16783 * config/mips/p5600.md: New file.
16784
16785 2014-06-05 Evgeny Stupachenko <evstupac@gmail.com>
16786
16787 * config/i386/sse.md (*ssse3_palignr<mode>_perm): New.
16788 * config/i386/predicates.md (palignr_operand): New.
16789 Indicates if permutation is suitable for palignr instruction.
16790
16791 2014-06-05 Yuri Rumyantsev <ysrumyan@gmail.com>
16792
16793 PR tree-optimization/61319
16794 * tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
16795 stmt belongs to loop.
16796
16797 2014-06-05 Richard Biener <rguenther@suse.de>
16798
16799 * gimplify.c (create_tmp_from_val): Remove is_formal parameter
16800 and set DECL_GIMPLE_REG_P unconditionally if appropriate.
16801 (lookup_tmp_var): Adjust.
16802 (prepare_gimple_addressable): Unset DECL_GIMPLE_REG_P here.
16803
16804 2014-06-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
16805
16806 * config/arm/arm.md (enabled): Disable opt_enabled attribute.
16807
16808 2014-06-05 Marek Polacek <polacek@redhat.com>
16809
16810 PR c/49706
16811 * doc/invoke.texi: Document -Wlogical-not-parentheses.
16812
16813 2014-06-04 Tom de Vries <tom@codesourcery.com>
16814
16815 * config/s390/s390.md ("addptrdi3", "addptrsi3"): Use INTVAL only on
16816 CONST_INT.
16817
16818 2014-06-04 Marc Glisse <marc.glisse@inria.fr>
16819
16820 PR tree-optimization/61385
16821 * tree-ssa-phiopt.c (value_replacement): Punt if there are PHI nodes.
16822
16823 2014-06-04 Bernd Schmidt <bernds@codesourcery.com>
16824
16825 * lto-wrapper.c (fatal, fatal_perror): Remove functions. All callers
16826 changed to use fatal_error.
16827 (main): Ensure lto_wrapper_cleanup is run atexit.
16828
16829 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
16830
16831 * lra-constraints.c (valid_address_p): Move earlier in file.
16832 (address_eliminator): New structure.
16833 (satisfies_memory_constraint_p): New function.
16834 (satisfies_address_constraint_p): Likewise.
16835 (process_alt_operands, process_address, curr_insn_transform): Use them.
16836
16837 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
16838
16839 * lra-int.h (lra_static_insn_data): Make operand_alternative a
16840 const pointer.
16841 (target_lra_int, default_target_lra_int, this_target_lra_int)
16842 (op_alt_data): Delete.
16843 * lra.h (lra_init): Delete.
16844 * lra.c (default_target_lra_int, this_target_lra_int): Delete.
16845 (init_insn_code_data_once): Remove op_alt_data handling.
16846 (finish_insn_code_data_once): Likewise.
16847 (init_op_alt_data): Delete.
16848 (get_static_insn_data): Initialize operand_alternative to null.
16849 (free_insn_recog_data): Cast operand_alternative before freeing it.
16850 (setup_operand_alternative): Take the operand_alternative as
16851 parameter and assume it isn't already cached in the static
16852 insn data.
16853 (lra_set_insn_recog_data): Update accordingly.
16854 (lra_init): Delete.
16855 * ira.c (ira_init): Don't call lra_init.
16856 * target-globals.h (this_target_lra_int): Declare.
16857 (target_globals): Remove lra_int.
16858 (restore_target_globals): Update accordingly.
16859 * target-globals.c: Don't include lra-int.h.
16860 (default_target_globals, save_target_globals): Remove lra_int.
16861
16862 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
16863
16864 * recog.h (operand_alternative): Convert reg_class, reject,
16865 matched and matches into bitfields.
16866 (preprocess_constraints): New overload.
16867 (preprocess_insn_constraints): New function.
16868 (preprocess_constraints): Take the insn as parameter.
16869 (recog_op_alt): Change into a pointer.
16870 (target_recog): Add x_op_alt.
16871 * recog.c (asm_op_alt): New variable.
16872 (recog_op_alt): Change into a pointer.
16873 (preprocess_constraints): New overload, replacing the old function
16874 definition with one that doesn't use global state.
16875 (preprocess_insn_constraints): New function.
16876 (preprocess_constraints): Use them. Take the insn as parameter.
16877 Use asm_op_alt for asms.
16878 (recog_init): Free existing x_op_alt entries.
16879 * ira-lives.c (check_and_make_def_conflict): Make operand_alternative
16880 pointer const.
16881 (make_early_clobber_and_input_conflicts): Likewise.
16882 (process_bb_node_lives): Pass the insn to process_constraints.
16883 * reg-stack.c (check_asm_stack_operands): Likewise.
16884 (subst_asm_stack_regs): Likewise.
16885 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
16886 * regrename.c (build_def_use): Likewise.
16887 * sched-deps.c (sched_analyze_insn): Likewise.
16888 * sel-sched.c (get_reg_class, implicit_clobber_conflict_p): Likewise.
16889 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
16890 (note_invalid_constants): Likewise.
16891 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
16892 (ix86_legitimate_combined_insn): Make operand_alternative pointer
16893 const.
16894
16895 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
16896
16897 * recog.c (preprocess_constraints): Don't skip disabled alternatives.
16898 * ira-lives.c (check_and_make_def_conflict): Check for disabled
16899 alternatives.
16900 (make_early_clobber_and_input_conflicts): Likewise.
16901 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
16902
16903 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
16904
16905 * recog.h (alternative_class): New function.
16906 (which_op_alt): Return a const recog_op_alt.
16907 * reg-stack.c (check_asm_stack_operands): Update type accordingly.
16908 (subst_asm_stack_regs): Likewise.
16909 * config/arm/arm.c (note_invalid_constants): Likewise.
16910 * regcprop.c (copyprop_hardreg_forward_1): Likewise. Don't modify
16911 the operand_alternative; use alternative class instead.
16912 * sel-sched.c (get_reg_class): Likewise.
16913 * regrename.c (build_def_use): Likewise.
16914 (hide_operands, restore_operands, record_out_operands): Update type
16915 accordingly.
16916
16917 2014-06-04 Richard Sandiford <rdsandiford@googlemail.com>
16918
16919 * recog.h (recog_op_alt): Convert to a flat array.
16920 (which_op_alt): New function.
16921 * recog.c (recog_op_alt): Convert to a flat array.
16922 (preprocess_constraints): Update accordingly, grouping all
16923 operands of the same alternative together, rather than the
16924 other way around.
16925 * ira-lives.c (check_and_make_def_conflict): Likewise.
16926 (make_early_clobber_and_input_conflicts): Likewise.
16927 * config/i386/i386.c (ix86_legitimate_combined_insn): Likewise.
16928 * reg-stack.c (check_asm_stack_operands): Use which_op_alt.
16929 (subst_asm_stack_regs): Likewise.
16930 * regcprop.c (copyprop_hardreg_forward_1): Likewise.
16931 * regrename.c (hide_operands, record_out_operands): Likewise.
16932 (build_def_use): Likewise.
16933 * sel-sched.c (get_reg_class): Likewise.
16934 * config/arm/arm.c (note_invalid_constants): Likewise.
16935
16936 2014-06-04 Jason Merrill <jason@redhat.com>
16937
16938 PR c++/51253
16939 PR c++/61382
16940 * gimplify.c (gimplify_arg): Non-static.
16941 * gimplify.h: Declare it.
16942
16943 2014-06-04 Richard Biener <rguenther@suse.de>
16944
16945 * tree.h (may_be_aliased): Trust TREE_ADDRESSABLE from
16946 TREE_PUBLIC and DECL_EXTERNAL decls.
16947
16948 2014-06-04 Matthew Fortune <matthew.fortune@imgtec.com>
16949
16950 * regcprop.c (copyprop_hardreg_forward_1): Account for
16951 HARD_REGNO_CALL_PART_CLOBBERED.
16952
16953 2014-06-04 Richard Biener <rguenther@suse.de>
16954
16955 * configure.ac: Check whether the underlying type of int64_t
16956 is long or long long.
16957 * configure: Regenerate.
16958 * config.in: Likewise.
16959 * hwint.h (HOST_WIDE_INT): Match the underlying type of int64_t.
16960 (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
16961
16962 2014-06-04 Richard Biener <rguenther@suse.de>
16963
16964 PR tree-optimization/60098
16965 * tree-ssa-dse.c (dse_possible_dead_store_p): Walk until
16966 we hit a kill.
16967 (dse_optimize_stmt): Simplify, now that we found a kill
16968 earlier.
16969
16970 2014-06-04 Richard Biener <rguenther@suse.de>
16971
16972 * tree-ssa-alias.c (stmt_may_clobber_ref_p): Improve handling
16973 of accesses with non-invariant address.
16974
16975 2014-06-04 Martin Liska <mliska@suse.cz>
16976
16977 * cgraph.h (cgraph_make_wrapper): New function introduced.
16978 * cgraphunit.c (cgraph_make_wrapper): The function implementation.
16979 * ipa-inline.h (inline_analyze_function): The function is global.
16980 * ipa-inline-analysis.c (inline_analyze_function): Likewise.
16981
16982 2014-06-04 Martin Liska <mliska@suse.cz>
16983
16984 * tree.h (private_lookup_attribute_starting): New function.
16985 (lookup_attribute_starting): Likewise.
16986 * tree.c (private_lookup_attribute_starting): Likewise.
16987
16988 2014-06-04 Martin Liska <mliska@suse.cz>
16989
16990 * cgraph.h (expand_thunk): New argument added.
16991 (address_taken_from_non_vtable_p): New global function.
16992 * ipa-visibility.c (address_taken_from_non_vtable_p): Likewise.
16993 * cgraphclones.c (duplicate_thunk_for_node): Argument added to call.
16994 * cgraphunit.c (analyze_function): Likewise.
16995 (assemble_thunks_and_aliases): Argument added to call.
16996 (expand_thunk): New argument forces to produce GIMPLE thunk.
16997
16998 2014-06-04 Martin Liska <mliska@suse.cz>
16999
17000 * coverage.h (coverage_compute_cfg_checksum): Argument added.
17001 * coverage.c (coverage_compute_cfg_checksum): Likewise.
17002 * profile.c (branch_prob): Likewise.
17003
17004 2014-06-04 Martin Jambor <mjambor@suse.cz>
17005
17006 PR ipa/61340
17007 * ipa-pure-const.c (propagate_pure_const): Add unreachable default
17008 handler for switch on an ipa_ref_use enum.
17009 * ipa-reference.c (analyze_function): Likewise.
17010
17011 2014-06-04 Kai Tietz <ktietz@redhat.com>
17012
17013 * recog.c (peep2_attempt): Copy SIBLING_CALL_P flag
17014 from old call-instruction.
17015
17016 2014-06-04 Bin Cheng <bin.cheng@arm.com>
17017
17018 * config/aarch64/aarch64.c (aarch64_classify_address)
17019 (aarch64_legitimize_reload_address): Support full addressing modes
17020 for vector modes.
17021 * config/aarch64/aarch64.md (mov<mode>, movmisalign<mode>)
17022 (*aarch64_simd_mov<mode>, *aarch64_simd_mov<mode>): Relax predicates.
17023
17024 2014-06-03 Andrew Pinski <apinski@cavium.com>
17025
17026 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Allow non comparisons
17027 for OP0.
17028
17029 2014-06-03 Andrew Pinski <apinski@cavium.com>
17030
17031 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): New function.
17032 (aarch64_rtx_costs): Use aarch64_if_then_else_costs.
17033
17034 2014-06-03 Kai Tietz <ktietz@redhat.com>
17035
17036 * config/i386/i386.c (ix86_function_value_regno_p): Disallow DX_REG
17037 for 64-bit ms-abi.
17038
17039 2014-06-03 Dehao Chen <dehao@google.com>
17040
17041 * tree-cfg.c (gimple_merge_blocks): Only reset count when BBs are in
17042 the same loop.
17043
17044 2014-06-03 Marek Polacek <polacek@redhat.com>
17045
17046 PR c/60439
17047 * doc/invoke.texi: Document -Wswitch-bool.
17048 * function.c (stack_protect_epilogue): Cast controlling expression of
17049 the switch to int.
17050 * gengtype.c (walk_type): Generate switch expression with its
17051 controlling expression cast to int.
17052
17053 2014-06-03 Vishnu K S <Vishnu.k_s@atmel.com>
17054
17055 * config/avr/avr-mcus.def: Add new avr25 devices attiny441, attiny828
17056 and attiny841.
17057 * config/avr/avr-tables.opt: Regenerate.
17058 * config/avr/t-multilib: Regenerate.
17059 * doc/avr-mmcu.texi: Regenerate.
17060
17061 2014-06-03 Vishnu K S <vishnu.k_s@atmel.com>
17062 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
17063
17064 * config/avr/avr-mcus.def (ata6616c): Add new avr25 device.
17065 (ata6617c, ata664251): Add new avr35 devices.
17066 (ata6612c): Add new avr4 device.
17067 (ata6613c, ata6614q): Add new avr5 devices.
17068 * config/avr/avr-tables.opt: Regenerate.
17069 * config/avr/t-multilib: Regenerate.
17070 * doc/avr-mmcu.texi: Regenerate.
17071
17072 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17073
17074 * gcc/config/aarch64/aarch64-builtins.c
17075 (aarch64_types_binop_ssu_qualifiers): New static data.
17076 (TYPES_BINOP_SSU): Define.
17077 * gcc/config/aarch64/aarch64-simd-builtins.def (suqadd, ushl, urshl,
17078 urshr_n, ushll_n): Use appropriate unsigned qualifiers.
17079 * gcc/config/aarch64/arm_neon.h (vrshl_u8, vrshl_u16, vrshl_u32,
17080 vrshl_u64, vrshlq_u8, vrshlq_u16, vrshlq_u32, vrshlq_u64, vrshld_u64,
17081 vrshr_n_u8, vrshr_n_u16, vrshr_n_u32, vrshr_n_u64, vrshrq_n_u8,
17082 vrshrq_n_u16, vrshrq_n_u32, vrshrq_n_u64, vrshrd_n_u64, vshll_n_u8,
17083 vshll_n_u16, vshll_n_u32, vuqadd_s8, vuqadd_s16, vuqadd_s32,
17084 vuqadd_s64, vuqaddq_s8, vuqaddq_s16, vuqaddq_s32, vuqaddq_s64,
17085 vuqaddb_s8, vuqaddh_s16, vuqadds_s32, vuqaddd_s64): Add signedness
17086 suffix to builtin function name, remove cast.
17087 (vshl_s8, vshl_s16, vshl_s32, vshl_s64, vshl_u8, vshl_u16, vshl_u32,
17088 vshl_u64, vshlq_s8, vshlq_s16, vshlq_s32, vshlq_s64, vshlq_u8,
17089 vshlq_u16, vshlq_u32, vshlq_u64, vshld_s64, vshld_u64): Remove cast.
17090
17091 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17092
17093 * gcc/config/aarch64/aarch64-builtins.c
17094 (aarch64_types_binop_uus_qualifiers,
17095 aarch64_types_shift_to_unsigned_qualifiers,
17096 aarch64_types_unsigned_shiftacc_qualifiers): Define.
17097 * gcc/config/aarch64/aarch64-simd-builtins.def (uqshl, uqrshl, uqadd,
17098 uqsub, usqadd, usra_n, ursra_n, uqshrn_n, uqrshrn_n, usri_n, usli_n,
17099 sqshlu_n, uqshl_n): Update qualifiers.
17100 * gcc/config/aarch64/arm_neon.h (vqadd_u8, vqadd_u16, vqadd_u32,
17101 vqadd_u64, vqaddq_u8, vqaddq_u16, vqaddq_u32, vqaddq_u64, vqsub_u8,
17102 vqsub_u16, vqsub_u32, vqsub_u64, vqsubq_u8, vqsubq_u16, vqsubq_u32,
17103 vqsubq_u64, vqaddb_u8, vqaddh_u16, vqadds_u32, vqaddd_u64, vqrshl_u8,
17104 vqrshl_u16, vqrshl_u32, vqrshl_u64, vqrshlq_u8, vqrshlq_u16,
17105 vqrshlq_u32, vqrshlq_u64, vqrshlb_u8, vqrshlh_u16, vqrshls_u32,
17106 vqrshld_u64, vqrshrn_n_u16, vqrshrn_n_u32, vqrshrn_n_u64,
17107 vqrshrnh_n_u16, vqrshrns_n_u32, vqrshrnd_n_u64, vqshl_u8, vqshl_u16,
17108 vqshl_u32, vqshl_u64, vqshlq_u8, vqshlq_u16, vqshlq_u32, vqshlq_u64,
17109 vqshlb_u8, vqshlh_u16, vqshls_u32, vqshld_u64, vqshl_n_u8, vqshl_n_u16,
17110 vqshl_n_u32, vqshl_n_u64, vqshlq_n_u8, vqshlq_n_u16, vqshlq_n_u32,
17111 vqshlq_n_u64, vqshlb_n_u8, vqshlh_n_u16, vqshls_n_u32, vqshld_n_u64,
17112 vqshlu_n_s8, vqshlu_n_s16, vqshlu_n_s32, vqshlu_n_s64, vqshluq_n_s8,
17113 vqshluq_n_s16, vqshluq_n_s32, vqshluq_n_s64, vqshlub_n_s8,
17114 vqshluh_n_s16, vqshlus_n_s32, vqshlud_n_s64, vqshrn_n_u16,
17115 vqshrn_n_u32, vqshrn_n_u64, vqshrnh_n_u16, vqshrns_n_u32,
17116 vqshrnd_n_u64, vqsubb_u8, vqsubh_u16, vqsubs_u32, vqsubd_u64,
17117 vrsra_n_u8, vrsra_n_u16, vrsra_n_u32, vrsra_n_u64, vrsraq_n_u8,
17118 vrsraq_n_u16, vrsraq_n_u32, vrsraq_n_u64, vrsrad_n_u64, vsli_n_u8,
17119 vsli_n_u16, vsli_n_u32,vsli_n_u64, vsliq_n_u8, vsliq_n_u16,
17120 vsliq_n_u32, vsliq_n_u64, vslid_n_u64, vsqadd_u8, vsqadd_u16,
17121 vsqadd_u32, vsqadd_u64, vsqaddq_u8, vsqaddq_u16, vsqaddq_u32,
17122 vsqaddq_u64, vsqaddb_u8, vsqaddh_u16, vsqadds_u32, vsqaddd_u64,
17123 vsra_n_u8, vsra_n_u16, vsra_n_u32, vsra_n_u64, vsraq_n_u8,
17124 vsraq_n_u16, vsraq_n_u32, vsraq_n_u64, vsrad_n_u64, vsri_n_u8,
17125 vsri_n_u16, vsri_n_u32, vsri_n_u64, vsriq_n_u8, vsriq_n_u16,
17126 vsriq_n_u32, vsriq_n_u64, vsrid_n_u64): Remove casts.
17127
17128 2014-06-03 Teresa Johnson <tejohnson@google.com>
17129
17130 * tree-sra.c (modify_function): Record caller nodes after rebuild.
17131
17132 2014-06-02 Jason Merrill <jason@redhat.com>
17133
17134 PR c++/61020
17135 * varpool.c (ctor_for_folding): Handle uninitialized vtables.
17136
17137 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17138
17139 * config/aarch64/aarch64.c (aarch64_evpc_ext): allow and handle
17140 location == 0.
17141
17142 2014-06-03 Alan Lawrence <alan.lawrence@arm.com>
17143
17144 * config/aarch64/aarch64-simd.md (aarch64_rev<REVERSE:rev-op><mode>):
17145 New pattern.
17146 * config/aarch64/aarch64.c (aarch64_evpc_rev): New function.
17147 (aarch64_expand_vec_perm_const_1): Add call to aarch64_evpc_rev.
17148 * config/aarch64/iterators.md (REVERSE): New iterator.
17149 (UNSPEC_REV64, UNSPEC_REV32, UNSPEC_REV16): New enum elements.
17150 (rev_op): New int_attribute.
17151 * config/aarch64/arm_neon.h (vrev16_p8, vrev16_s8, vrev16_u8,
17152 vrev16q_p8, vrev16q_s8, vrev16q_u8, vrev32_p8, vrev32_p16, vrev32_s8,
17153 vrev32_s16, vrev32_u8, vrev32_u16, vrev32q_p8, vrev32q_p16, vrev32q_s8,
17154 vrev32q_s16, vrev32q_u8, vrev32q_u16, vrev64_f32, vrev64_p8,
17155 vrev64_p16, vrev64_s8, vrev64_s16, vrev64_s32, vrev64_u8, vrev64_u16,
17156 vrev64_u32, vrev64q_f32, vrev64q_p8, vrev64q_p16, vrev64q_s8,
17157 vrev64q_s16, vrev64q_s32, vrev64q_u8, vrev64q_u16, vrev64q_u32):
17158 Replace temporary __asm__ with __builtin_shuffle.
17159
17160 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
17161
17162 * config/mips/mips-cpus.def: Add mips32r3, mips32r5, mips64r3 and
17163 mips64r5.
17164 * config/mips/mips-tables.opt: Regenerate.
17165 * config/mips/mips.c (mips_compute_frame_info): Changed if statement
17166 to use mips_isa_rev rather than ISA_MIPS32R2.
17167 * config/mips/mips.h (ISA_MIPS32R3): New define.
17168 (ISA_MIPS32R5): New define.
17169 (ISA_MIPS64R3): New define.
17170 (ISA_MIPS64R5): New define.
17171 (TARGET_CPU_CPP_BUILTINS): Added support for ISA_MIPS32R3,
17172 ISA_MIPS32R5, ISA_MIPS64R3 and ISA_MIPS64R5.
17173 (MIPS_ISA_LEVEL_SPEC): Added support for mips32r3, mips32r5, mips64r3
17174 and mips64r5.
17175 (MIPS_ISA_SYNCI_SPEC): Likewise.
17176 (ISA_HAS_64BIT_REGS): Added ISA_MIPS64R3 and ISA_MIPS64R5.
17177 (LINK_SPEC): Added mips32r3 and mips32r5.
17178 * config/mips/t-isa3264 (MULTILIB_MATCHES): Map mips32r3 and mips32r5
17179 to mips32r2; and mips64r3 and mips64r5 to mips64r2.
17180 * config/mips/t-mti-elf (MULTILIB_MATCHES): Likewise.
17181 * config/mips/t-mti-linux (MULTILIB_MATCHES): Likewise.
17182 * config/mips/t-sde (MULTILIB_MATCHES): Likewise.
17183 * config/mips/t-sdemtk (MULTILIB_MATCHES): New define.
17184 * doc/invoke.texi: Document mips32r3, mips32r5, mips64r3 and mips64r5.
17185
17186 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
17187
17188 * doc/invoke.texi: Document -mxpa and -mno-xpa MIPS command line
17189 options.
17190 * config/mips/mips.opt (mxpa): New option.
17191 * config/mips/mips.h (ASM_SPEC): Pass mxpa and mno-xpa to the
17192 assembler.
17193
17194 2014-06-03 Martin Jambor <mjambor@suse.cz>
17195
17196 PR ipa/61160
17197 * ipa-cp.c (cgraph_edge_brings_value_p): Handle edges leading to
17198 thunks.
17199
17200 2014-06-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
17201
17202 PR tree-optimization/61328
17203 * tree-ssa-math-opts.c (init_symbolic_number): Extract symbolic number
17204 initialization from find_bswap_or_nop_1.
17205 (find_bswap_or_nop_1): Test return value of find_bswap_or_nop_1 stored
17206 in source_expr2 before using the size value the function sets. Also
17207 make use of init_symbolic_number () in both the old place and
17208 find_bswap_or_nop_load () to avoid reading uninitialized memory when
17209 doing recursion in the GIMPLE_BINARY_RHS case.
17210
17211 2014-06-03 Richard Biener <rguenther@suse.de>
17212
17213 PR tree-optimization/61383
17214 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Make sure
17215 stmts can't trap.
17216
17217 2014-06-03 Richard Sandiford <rdsandiford@googlemail.com>
17218
17219 * defaults.h (USE_MD_CONSTRAINTS, EXTRA_MEMORY_CONSTRAINT)
17220 (EXTRA_ADDRESS_CONSTRAINT, DEFAULT_CONSTRAINT_LEN, CONSTRAINT_LEN)
17221 (CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER_P)
17222 (REG_CLASS_FROM_CONSTRAINT, EXTRA_CONSTRAINT_STR): Delete definitions
17223 in this file.
17224 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P)
17225 (CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Move poising to...
17226 * system.h: ...here and make it unconditional.
17227 * target.def (conditional_register_usage): Mention
17228 define_register_constraint instead of old-style constraint macros.
17229 * doc/tm.texi.in: Remove documentation for old-style constraint macros.
17230 * doc/tm.texi: Regenerate.
17231 * genoutput.c: Remove USE_MD_CONSTRAINTS conditions and all code
17232 protected by !USE_MD_CONSTRAINTS.
17233 * config/frv/frv.md: Remove quote from old version of documentation.
17234 * config/frv/frv.c (frv_conditional_register_usage): Likewise.
17235 * config/m32r/m32r.c (easy_di_const, easy_df_const): Avoid mentioning
17236 CONST_DOUBLE_OK_FOR_LETTER.
17237 * config/sh/constraints.md: Likewise EXTRA_CONSTRAINT.
17238
17239 2014-06-02 Andrew Pinski <apinski@cavium.com>
17240
17241 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
17242 /lib/ld-linux32-aarch64.so.1 is used for ILP32.
17243 (LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
17244 file whose name depends on -mabi= and -mbig-endian.
17245 * config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES):
17246 Handle LP64 better and handle ilp32 too.
17247 (MULTILIB_OPTIONS): Delete.
17248 (MULTILIB_DIRNAMES): Delete.
17249
17250 2014-06-02 Andrew MacLeod <amacleod@redhat.com>
17251
17252 * expr.h: Remove prototypes of functions defined in builtins.c.
17253 * tree.h: (build_call_expr_*, build_string_literal): Add prototypes.
17254 Remove prototypes of functions defined in builtins.c.
17255 * builtins.h: Update prototype list to include all exported functions.
17256 * builtins.c: (default_libc_has_function, gnu_libc_has_function,
17257 no_c99_libc_has_function): Move to targhooks.c
17258 (build_string_literal, build_call_expr_loc_array,
17259 build_call_expr_loc_vec, build_call_expr_loc, build_call_expr): Move
17260 to tree.c.
17261 (expand_builtin_object_size, fold_builtin_object_size): Make static.
17262 * targhooks.c (default_libc_has_function, gnu_libc_has_function,
17263 no_c99_libc_has_function): Relocate from builtins.c.
17264 * tree.c: Include builtins.h.
17265 (build_call_expr_loc_array, build_call_expr_loc_vec,
17266 build_call_expr_loc, build_call_expr, build_string_literal): Relocate
17267 from builtins.c.
17268 * fold-const.h (fold_fma): Move prototype to builtins.h.
17269 * realmpfr.h (do_mpc_arg2): Move prototype to builtins.h.
17270 * asan.c: Include builtins.h.
17271 * cfgexpand.c: Likewise.
17272 * convert.c: Likewise.
17273 * emit-rtl.c: Likewise.
17274 * except.c: Likewise.
17275 * expr.c: Likewise.
17276 * fold-const.c: Likewise.
17277 * gimple-fold.c: Likewise.
17278 * gimple-ssa-strength-reduction.c: Likewise.
17279 * gimplify.c: Likewise.
17280 * ipa-inline.c: Likewise.
17281 * ipa-prop.c: Likewise.
17282 * lto-streamer-out.c: Likewise.
17283 * stmt.c: Likewise.
17284 * tree-inline.c: Likewise.
17285 * tree-object-size.c: Likewise.
17286 * tree-sra.c: Likewise.
17287 * tree-ssa-ccp.c: Likewise.
17288 * tree-ssa-forwprop.c: Likewise.
17289 * tree-ssa-loop-ivcanon.c: Likewise.
17290 * tree-ssa-loop-ivopts.c: Likewise.
17291 * tree-ssa-math-opts.c: Likewise.
17292 * tree-ssa-reassoc.c: Likewise.
17293 * tree-ssa-threadedge.c: Likewise.
17294 * tree-streamer-in.c: Likewise.
17295 * tree-vect-data-refs.c: Likewise.
17296 * tree-vect-patterns.c: Likewise.
17297 * tree-vect-stmts.c: Likewise.
17298 * config/aarch64/aarch64.c: Likewise.
17299 * config/alpha/alpha.c: Likewise.
17300 * config/arc/arc.c: Likewise.
17301 * config/arm/arm.c: Likewise.
17302 * config/avr/avr.c: Likewise.
17303 * config/bfin/bfin.c: Likewise.
17304 * config/c6x/c6x.c: Likewise.
17305 * config/cr16/cr16.c: Likewise.
17306 * config/cris/cris.c: Likewise.
17307 * config/epiphany/epiphany.c: Likewise.
17308 * config/fr30/fr30.c: Likewise.
17309 * config/frv/frv.c: Likewise.
17310 * config/h8300/h8300.c: Likewise.
17311 * config/i386/i386.c: Likewise.
17312 * config/i386/winnt.c: Likewise.
17313 * config/ia64/ia64.c: Likewise.
17314 * config/iq2000/iq2000.c: Likewise.
17315 * config/lm32/lm32.c: Likewise.
17316 * config/m32c/m32c.c: Likewise.
17317 * config/m32r/m32r.c: Likewise.
17318 * config/m68k/m68k.c: Likewise.
17319 * config/mcore/mcore.c: Likewise.
17320 * config/mep/mep.c: Likewise.
17321 * config/microblaze/microblaze.c: Likewise.
17322 * config/mips/mips.c: Likewise.
17323 * config/mmix/mmix.c: Likewise.
17324 * config/mn10300/mn10300.c: Likewise.
17325 * config/moxie/moxie.c: Likewise.
17326 * config/msp430/msp430.c: Likewise.
17327 * config/nds32/nds32.c: Likewise.
17328 * config/pa/pa.c: Likewise.
17329 * config/pdp11/pdp11.c: Likewise.
17330 * config/picochip/picochip.c: Likewise.
17331 * config/rl78/rl78.c: Likewise.
17332 * config/rs6000/rs6000.c: Likewise.
17333 * config/rx/rx.c: Likewise.
17334 * config/s390/s390.c: Likewise.
17335 * config/score/score.c: Likewise.
17336 * config/sh/sh.c: Likewise.
17337 * config/sparc/sparc.c: Likewise.
17338 * config/spu/spu.c: Likewise.
17339 * config/stormy16/stormy16.c: Likewise.
17340 * config/tilegx/tilegx.c: Likewise.
17341 * config/tilepro/tilepro.c: Likewise.
17342 * config/v850/v850.c: Likewise.
17343 * config/vax/vax.c: Likewise.
17344 * config/xtensa/xtensa.c: Likewise.
17345
17346 2014-06-02 Jeff Law <law@redhat.com>
17347
17348 PR rtl-optimization/61094
17349 * ree.c (combine_reaching_defs): Do not reextend an insn if it
17350 was marked as do_no_reextend. If a copy is needed to eliminate
17351 an extension, then mark it as do_not_reextend.
17352
17353 2014-06-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
17354
17355 * config/aarch64/aarch64.md (set_fpcr): Drop ISB after FPCR write.
17356
17357 2014-06-02 Richard Henderson <rth@redhat.com>
17358
17359 PR target/61336
17360 * config/alpha/alpha.c (print_operand_address): Allow symbolic
17361 addresses inside asms. Use output_operand_lossage instead of
17362 gcc_unreachable.
17363
17364 2014-06-02 Uros Bizjak <ubizjak@gmail.com>
17365
17366 PR target/61239
17367 * config/i386/i386.c (ix86_expand_vec_perm) [case V32QImode]: Use
17368 GEN_INT (-128) instead of GEN_INT (128) to set MSB of QImode constant.
17369
17370 2014-06-02 Tom de Vries <tom@codesourcery.com>
17371
17372 * config/aarch64/aarch64.c (aarch64_float_const_representable_p): Handle
17373 case that x has VOIDmode.
17374
17375 2014-06-02 Bernd Schmidt <bernds@codesourcery.com>
17376
17377 * varasm.c (copy_constant): Delete function.
17378 (build_constant_desc): Don't call it.
17379
17380 2014-06-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
17381
17382 PR target/61154
17383 * config/arm/arm.h (TARGET_SUPPORTS_WIDE_INT): Define.
17384 * config/arm/arm.md (mov64 splitter): Replace const_double_operand
17385 with immediate_operand.
17386
17387 2014-06-02 Andreas Schwab <schwab@suse.de>
17388
17389 * config/ia64/ia64.c
17390 (ia64_first_cycle_multipass_dfa_lookahead_guard): Check
17391 pending_data_specs first.
17392
17393 2014-06-02 Richard Biener <rguenther@suse.de>
17394
17395 PR tree-optimization/61378
17396 * tree-ssa-sccvn.c (vn_reference_lookup_3): Initialize
17397 valueized_anything.
17398
17399 2014-06-01 Uros Bizjak <ubizjak@gmail.com>
17400
17401 * config/i386/constraints.md (Bw): Rename from 'w'.
17402 (Bz): Rename from 'z'.
17403 * config/i386/i386.md: Change 'w' to 'Bw' and 'z' to 'Bz' globally.
17404
17405 2014-06-01 Kai Tietz <ktietz@redhat.com>
17406
17407 PR target/61377
17408 * config/i386/constrains.md (define_constrain): New 'Bs' constraint.
17409 * config/i386/i386.md (sibcall_insn_operand): Use Bs
17410 instead of m constraint.
17411
17412 2014-05-31 Andreas Schwab <schwab@linux-m68k.org>
17413
17414 * config/m68k/m68k.md (beq0_di, bne0_di): Make the "o" constraint
17415 a separate alternative where the scratch operand 2 is marked as
17416 early clobber.
17417
17418 2014-05-31 Kugan Vivekanandarajah <kuganv@linaro.org>
17419
17420 * config/arm/arm.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New define.
17421 (arm_builtins) : Add ARM_BUILTIN_GET_FPSCR and ARM_BUILTIN_SET_FPSCR.
17422 (bdesc_2arg) : Add description for builtins __builtins_arm_set_fpscr
17423 and __builtins_arm_get_fpscr.
17424 (arm_init_builtins) : Initialize builtins __builtins_arm_set_fpscr and
17425 __builtins_arm_get_fpscr.
17426 (arm_expand_builtin) : Expand builtins __builtins_arm_set_fpscr and
17427 __builtins_arm_ldfpscr.
17428 (arm_atomic_assign_expand_fenv): New function.
17429 * config/arm/vfp.md (set_fpscr): New pattern.
17430 (get_fpscr) : Likewise.
17431 * config/arm/unspecs.md (unspecv): Add VUNSPEC_GET_FPSCR and
17432 VUNSPEC_SET_FPSCR.
17433 * doc/extend.texi (AARCH64 Built-in Functions) : Document
17434 __builtins_arm_set_fpscr, __builtins_arm_get_fpscr.
17435
17436 2014-05-30 Jakub Jelinek <jakub@redhat.com>
17437
17438 * asan.c (report_error_func): Add SLOW_P argument, use
17439 BUILT_IN_ASAN_*_N if set.
17440 (build_check_stmt): Likewise.
17441 (instrument_derefs): If T has insufficient alignment,
17442 force same handling as for odd sizes.
17443
17444 * sanitizer.def (BUILT_IN_ASAN_REPORT_LOAD_N,
17445 BUILT_IN_ASAN_REPORT_STORE_N): New.
17446 * asan.c (struct asan_mem_ref): Change access_size type to
17447 HOST_WIDE_INT.
17448 (asan_mem_ref_init, asan_mem_ref_new, get_mem_refs_of_builtin_call,
17449 update_mem_ref_hash_table): Likewise.
17450 (asan_mem_ref_hasher::hash): Hash in a HWI.
17451 (report_error_func): Change size_in_bytes argument to HWI.
17452 Use *_N builtins if size_in_bytes is larger than 16 or not power of
17453 two.
17454 (build_shadow_mem_access): New function.
17455 (build_check_stmt): Use it. Change size_in_bytes argument to HWI.
17456 Handle size_in_bytes not power of two or larger than 16.
17457 (instrument_derefs): Don't give up if size_in_bytes is not
17458 power of two or is larger than 16.
17459
17460 2014-05-30 Kai Tietz <ktietz@redhat.com>
17461
17462 PR target/60104
17463 * config/i386/i386.c (x86_output_mi_thunk): Add memory case
17464 for sibling-tail-calls.
17465 * config/i386/i386.md (sibcall_insn_operand): Add memory-constrain
17466 to its use.
17467 * config/i386/predicates.md (sibcall_memory_operand): New predicate.
17468 (sibcall_insn_operand): Add check for sibcall_memory_operand.
17469
17470 2014-05-30 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
17471
17472 * config/avr/avr-mcus.def: Change ATA6289 ISA to AVR4
17473 * config/avr/avr-tables.opt: Regenerate.
17474 * config/avr/t-multilib: Regenerate.
17475 * doc/avr-mmcu.texi: Regenerate.
17476
17477 2014-05-30 Ian Lance Taylor <iant@google.com>
17478
17479 * config/i386/xmmintrin.h (_mm_pause): Move out of scope of pragma
17480 target("sse").
17481
17482 2014-05-30 Tom de Vries <tom@codesourcery.com>
17483
17484 * config/i386/i386.c (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS):
17485 Redefine as true.
17486
17487 2014-05-30 Tom de Vries <tom@codesourcery.com>
17488
17489 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
17490 * lra.c (initialize_lra_reg_info_element): Add init of
17491 actual_call_used_reg_set field.
17492 (lra): Call lra_create_live_ranges before lra_inheritance for
17493 -fuse-caller-save.
17494 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
17495 -fuse-caller-save.
17496 * lra-constraints.c (need_for_call_save_p): Use actual_call_used_reg_set
17497 instead of call_used_reg_set for -fuse-caller-save.
17498 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
17499
17500 2014-05-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17501
17502 * config/arm/thumb2.md (*thumb2_movhi_insn): Set type of movw
17503 to mov_imm.
17504 * config/arm/vfp.md (*thumb2_movsi_vfp): Likewise.
17505
17506 2014-05-30 Richard Sandiford <rdsandiford@googlemail.com>
17507
17508 * ira.c (ira_get_dup_out_num): Check for output operands at
17509 the start of the loop. Handle cases where an included alternative
17510 follows an excluded one.
17511
17512 2014-05-29 Mike Stump <mikestump@comcast.net>
17513
17514 PR debug/61352
17515 * collect2.c (maybe_run_lto_and_relink): Be sure to always run
17516 post ld passes when lto is used.
17517
17518 2014-05-29 Vladimir Makarov <vmakarov@redhat.com>
17519
17520 PR rtl-optimization/61325
17521 * lra-constraints.c (process_address): Rename to process_address_1.
17522 (process_address): New function.
17523
17524 2014-05-29 Alan Lawrence <alan.lawrence@arm.com>
17525
17526 * config/aarch64/aarch64-builtins.c (aarch64_types_binopv_qualifiers,
17527 TYPES_BINOPV): New static data.
17528 * config/aarch64/aarch64-simd-builtins.def (im_lane_bound):
17529 New builtin.
17530 * config/aarch64/aarch64-simd.md (aarch64_ext,
17531 aarch64_im_lane_boundsi): New patterns.
17532 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Match
17533 patterns for EXT.
17534 (aarch64_evpc_ext): New function.
17535
17536 * config/aarch64/iterators.md (UNSPEC_EXT): New enum element.
17537
17538 * config/aarch64/arm_neon.h (vext_f32, vext_f64, vext_p8, vext_p16,
17539 vext_s8, vext_s16, vext_s32, vext_s64, vext_u8, vext_u16, vext_u32,
17540 vext_u64, vextq_f32, vextq_f64, vextq_p8, vextq_p16, vextq_s8,
17541 vextq_s16, vextq_s32, vextq_s64, vextq_u8, vextq_u16, vextq_u32,
17542 vextq_u64): Replace __asm with __builtin_shuffle and im_lane_boundsi.
17543
17544 2014-05-29 Tom de Vries <tom@codesourcery.com>
17545
17546 * rtl.h (BLOCK_SYMBOL_CHECK): Use SYMBOL_REF_FLAGS.
17547
17548 2014-05-29 Richard Earnshaw <rearnsha@arm.com>
17549 Richard Sandiford <rdsandiford@googlemail.com>
17550
17551 * arm/iterators.md (shiftable_ops): New code iterator.
17552 (t2_binop0, arith_shift_insn): New code attributes.
17553 * arm/predicates.md (shift_nomul_operator): New predicate.
17554 * arm/arm.md (insn_enabled): Delete.
17555 (enabled): Remove insn_enabled test.
17556 (*arith_shiftsi): Delete. Replace with ...
17557 (*<arith_shift_insn>_multsi): ... new pattern.
17558 (*<arith_shift_insn>_shiftsi): ... new pattern.
17559 * config/arm/arm.c (arm_print_operand): Handle operand format 'b'.
17560
17561 2014-05-29 Radovan Obradovic <robradovic@mips.com>
17562 Tom de Vries <tom@codesourcery.com>
17563
17564 * config/mips/mips.h (POST_CALL_TMP_REG): Define.
17565 * config/mips/mips.c (mips_emit_call_insn): Add POST_CALL_TMP_REG
17566 clobber.
17567 (mips_split_call): Use POST_CALL_TMP_REG.
17568 (TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): Redefine to true.
17569
17570 2014-05-29 Tom de Vries <tom@codesourcery.com>
17571
17572 * final.c (collect_fn_hard_reg_usage): Guard variable declaration
17573 with #ifdef STACK_REGS.
17574
17575 2014-05-28 Jan Hubicka <hubicka@ucw.cz>
17576
17577 * varasm.c (get_variable_section): Walk aliases.
17578 (place_block_symbol): Walk aliases.
17579
17580 2014-05-28 Tom de Vries <tom@codesourcery.com>
17581
17582 Revert:
17583 2014-05-28 Tom de Vries <tom@codesourcery.com>
17584
17585 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
17586 * lra.c (initialize_lra_reg_info_element): Add init of
17587 actual_call_used_reg_set field.
17588 (lra): Call lra_create_live_ranges before lra_inheritance for
17589 -fuse-caller-save.
17590 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
17591 -fuse-caller-save.
17592 * lra-constraints.c (need_for_call_save_p): Use
17593 actual_call_used_reg_set instead of call_used_reg_set for
17594 -fuse-caller-save.
17595 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
17596
17597 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
17598
17599 * doc/md.texi: Document that the % constraint character must
17600 be at the beginning of the string.
17601 * genoutput.c (validate_insn_alternatives): Check that '=',
17602 '+' and '%' only appear at the beginning of a constraint.
17603 * ira.c (commutative_constraint_p): Delete.
17604 (ira_get_dup_out_num): Expect the '%' commutativity marker to be
17605 at the start of the string.
17606 * config/alpha/alpha.md (*movmemdi_1, *clrmemdi_1): Remove
17607 duplicate '='s.
17608 * config/arm/neon.md (bicdi3_neon): Likewise.
17609 * config/iq2000/iq2000.md (addsi3_internal, subsi3_internal, sgt_si)
17610 (slt_si, sltu_si): Likewise.
17611 * config/vax/vax.md (sbcdi3): Likewise.
17612 * config/h8300/h8300.md (*cmpstz): Remove duplicate '+'.
17613 * config/arc/arc.md (mulsi_600, mulsidi_600, umulsidi_600)
17614 (mul64): Move '%' to beginning of constraint.
17615 * config/arm/arm.md (*xordi3_insn): Likewise.
17616 * config/nds32/nds32.md (add<mode>3, mulsi3, andsi3, iorsi3)
17617 (xorsi3): Likewise.
17618
17619 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
17620
17621 * doc/md.texi: Document the restrictions on the "enabled" attribute.
17622
17623 2014-05-28 Jason Merrill <jason@redhat.com>
17624
17625 PR c++/47202
17626 * cgraph.h (symtab_node::get_comdat_group_id): New.
17627 * cgraphunit.c (analyze_functions): Call it.
17628 * symtab.c (dump_symtab_node): Likewise.
17629 * tree.c (decl_comdat_group_id): New.
17630 * tree.h: Declare it.
17631 * lto-streamer-out.c (write_symbol): Use it.
17632 * trans-mem.c (ipa_tm_create_version_alias): Likewise.
17633
17634 2014-05-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
17635
17636 PR bootstrap/PR61146
17637 * wide-int.cc: Do not include longlong.h when compiling with clang.
17638
17639 2014-05-28 Richard Biener <rguenther@suse.de>
17640
17641 * tree-ssa-propagate.c (add_control_edge): Print less vertical space.
17642 * tree-vrp.c (extract_range_from_ssa_name): Also copy VR_UNDEFINED.
17643 (vrp_visit_assignment_or_call): Print less vertical space.
17644 (vrp_visit_stmt): Likewise.
17645 (vrp_visit_phi_node): Likewise. For a PHI argument with
17646 VR_VARYING range consider recording it as copy.
17647
17648 2014-05-28 Richard Biener <rguenther@suse.de>
17649
17650 Revert
17651 2014-05-28 Richard Biener <rguenther@suse.de>
17652
17653 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
17654
17655 2014-05-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
17656
17657 * expr.c (expand_assignment): Fold the bitpos in the to_rtx if
17658 sufficiently aligned and an offset is used at the same time.
17659 (expand_expr_real_1): Likewise.
17660
17661 2014-05-28 Richard Biener <rguenther@suse.de>
17662
17663 PR middle-end/61045
17664 * fold-const.c (fold_comparison): When folding
17665 X +- C1 CMP Y +- C2 to X CMP Y +- C2 +- C1 also ensure
17666 the sign of the remaining constant operand stays the same.
17667
17668 2014-05-28 Kaushik Phatak <kaushik.phatak@kpit.com>
17669
17670 * config/rl78/rl78.h (TARGET_CPU_CPP_BUILTINS): Define
17671 __RL78_64BIT_DOUBLES__ or __RL78_32BIT_DOUBLES__.
17672 (ASM_SPEC): Pass -m64bit-doubles or -m32bit-doubles on
17673 to the assembler.
17674 (DOUBLE_TYPE_SIZE): Use 64 bit if TARGET_64BIT_DOUBLES is true.
17675 * gcc/config/rl78/rl78.opt (m64bit-doubles): New option.
17676 (m32bit-doubles) Likewise.
17677 * gcc/config/rl78/t-rl78: Add 64-bit-double multilib.
17678 * doc/invoke.texi: Document -m32bit-doubles and -m64bit-doubles
17679 option for RL78.
17680
17681 2014-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17682
17683 * configure.ac ($gcc_cv_ld_clearcap): New test.
17684 * configure: Regenerate.
17685 * config.in: Regenerate.
17686 * config/sol2.opt (mclear-hwcap): New option.
17687 * config/sol2.h (LINK_CLEARCAP_SPEC): Define.
17688 * config/sol2-clearcap.map: Moved here from
17689 testsuite/gcc.target/i386/clearcap.map.
17690 * config/sol2-clearcapv2.map: Move here from
17691 gcc.target/i386/clearcapv2.map.
17692 * config/t-sol2 (install): Depend on install-clearcap-map.
17693 (install-clearcap-map): New target.
17694 * doc/invoke.texi (Option Summary, Solaris 2 Options): Document
17695 -mclear-hwcap.
17696
17697 2014-05-28 Richard Biener <rguenther@suse.de>
17698
17699 * hwint.h (*_HALF_WIDE_INT*): Move to ...
17700 * wide-int.cc (HOST_BITS_PER_HALF_WIDE_INT, HOST_HALF_WIDE_INT):
17701 ... here and remove the rest.
17702 * hwint.h (HOST_WIDE_INT_PRINT_*): Define in terms of PRI*64.
17703
17704 2014-05-28 Richard Biener <rguenther@suse.de>
17705
17706 PR tree-optimization/61335
17707 * tree-vrp.c (vrp_visit_phi_node): If the compare of old and
17708 new range fails, drop to varying.
17709
17710 2014-05-28 Olivier Hainque <hainque@adacore.com>
17711
17712 * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
17713 (CPP_SPEC): Add entry for -mcpu=8548.
17714 * config/rs6000/vxworksae.h: Reinstate. Override VXCPU_FOR_8548.
17715 * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
17716
17717 2014-05-28 Tom de Vries <tom@codesourcery.com>
17718
17719 * lra-int.h (struct lra_reg): Add field actual_call_used_reg_set.
17720 * lra.c (initialize_lra_reg_info_element): Add init of
17721 actual_call_used_reg_set field.
17722 (lra): Call lra_create_live_ranges before lra_inheritance for
17723 -fuse-caller-save.
17724 * lra-assigns.c (lra_assign): Allow call_used_regs to cross calls for
17725 -fuse-caller-save.
17726 * lra-constraints.c (need_for_call_save_p): Use
17727 actual_call_used_reg_set instead of call_used_reg_set for
17728 -fuse-caller-save.
17729 * lra-lives.c (process_bb_lives): Calculate actual_call_used_reg_set.
17730
17731 2014-05-28 Radovan Obradovic <robradovic@mips.com>
17732 Tom de Vries <tom@codesourcery.com>
17733
17734 * doc/invoke.texi (@item Optimization Options): Add -fuse-caller-save
17735 to gccoptlist.
17736 (@item -fuse-caller-save): New item.
17737
17738 2014-05-28 Radovan Obradovic <robradovic@mips.com>
17739 Tom de Vries <tom@codesourcery.com>
17740
17741 * opts.c (default_options_table): Add OPT_LEVELS_2_PLUS entry with
17742 OPT_fuse_caller_save.
17743
17744 2014-05-28 Radovan Obradovic <robradovic@mips.com>
17745 Tom de Vries <tom@codesourcery.com>
17746
17747 * df-scan.c (df_get_call_refs): Use get_call_reg_set_usage.
17748 * caller-save.c (setup_save_areas, save_call_clobbered_regs): Use
17749 get_call_reg_set_usage.
17750 * resource.c (mark_set_resources, mark_target_live_regs): Use
17751 get_call_reg_set_usage.
17752 * ira-int.h (struct ira_allocno): Add crossed_calls_clobbered_regs
17753 field.
17754 (ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS): Define.
17755 * ira-lives.c (process_bb_node_lives): Use get_call_reg_set_usage.
17756 Calculate ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
17757 * ira-build.c (ira_create_allocno): Init
17758 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
17759 (create_cap_allocno, propagate_allocno_info)
17760 (propagate_some_info_from_allocno)
17761 (copy_info_to_removed_store_destinations): Handle
17762 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
17763 * ira-costs.c (ira_tune_allocno_costs): Use
17764 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS to adjust costs.
17765
17766 2014-05-28 Radovan Obradovic <robradovic@mips.com>
17767 Tom de Vries <tom@codesourcery.com>
17768
17769 * cgraph.h (struct cgraph_rtl_info): Add function_used_regs
17770 and function_used_regs_valid fields.
17771 * final.c: Move include of hard-reg-set.h to before rtl.h to declare
17772 find_all_hard_reg_sets.
17773 (collect_fn_hard_reg_usage, get_call_fndecl, get_call_cgraph_rtl_info)
17774 (get_call_reg_set_usage): New function.
17775 (rest_of_handle_final): Use collect_fn_hard_reg_usage.
17776 * regs.h (get_call_reg_set_usage): Declare.
17777
17778 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
17779
17780 PR libgcc/61152
17781 * config/dbx.h (License): Add Runtime Library Exception.
17782 * config/newlib-stdint.h (License): Same.
17783 * config/rtems.h (License): Same
17784 * config/initfini-array.h (License): Same
17785 * config/v850/v850.h (License): Same.
17786 * config/v850/v850-opts.h (License): Same
17787 * config/v850/rtems.h (License): Same.
17788
17789 2014-05-28 Georg-Johann Lay <avr@gjlay.de>
17790
17791 PR target/61044
17792 * doc/extend.texi (Local Labels): Note that label differences are
17793 not supported for AVR.
17794
17795 2014-05-28 Richard Sandiford <rdsandiford@googlemail.com>
17796 Olivier Hainque <hainque@adacore.com>
17797
17798 * rtl.h (set_for_reg_notes): Declare.
17799 * emit-rtl.c (set_for_reg_notes): New function.
17800 (set_unique_reg_note): Use it.
17801 * optabs.c (add_equal_note): Likewise
17802
17803 2014-05-27 Andrew Pinski <apinski@cavium.com>
17804
17805 * config/aarch64/aarch64.md (stack_protect_set_<mode>):
17806 Use <w> for the register in assembly template.
17807 (stack_protect_test): Use the mode of operands[0] for the result.
17808 (stack_protect_test_<mode>): Use <w> for the register
17809 in assembly template.
17810
17811 2014-05-27 DJ Delorie <dj@redhat.com>
17812
17813 * config/rx/rx.c (add_vector_labels): New.
17814 (rx_output_function_prologue): Call it.
17815 (rx_handle_func_attribute): Don't require empty arguments.
17816 (rx_handle_vector_attribute): New.
17817 (rx_attribute_table): Add "vector" attribute.
17818 * doc/extend.texi (interrupt, vector): Document new/changed
17819 RX-specific attributes.
17820
17821 * config/rx/rx.c (rx_adjust_insn_length): Skip for non-insns.
17822
17823 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
17824
17825 * double-int.c (div_and_round_double) <ROUND_DIV_EXPR>: Use the proper
17826 predicate to detect a negative quotient.
17827
17828 2014-05-27 Eric Botcazou <ebotcazou@adacore.com>
17829
17830 * fold-const.c (fold_comparison): Clean up and extend X +- C1 CMP C2
17831 to X CMP C2 -+ C1 transformation to EQ_EXPR/NE_EXPR.
17832 Add X - Y CMP 0 to X CMP Y transformation.
17833 (fold_binary_loc) <EQ_EXPR/NE_EXPR>: Remove same transformations.
17834
17835 2014-05-27 Segher Boessenkool <segher@kernel.crashing.org>
17836
17837 * stmt.c (dump_case_nodes): Don't convert values to HOST_WIDE_INT
17838 before printing.
17839
17840 2014-05-27 Steve Ellcey <sellcey@mips.com>
17841
17842 * config/mips/mips.c: Add include of cgraph.h.
17843
17844 2014-05-27 Richard Biener <rguenther@suse.de>
17845
17846 * system.h (__STDC_FORMAT_MACROS): Define as very first thing.
17847
17848 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
17849
17850 PR libgcc/61152
17851 * config/arm/arm.h (License): Add note to COPYING.RUNTIME.
17852 * config/arm/arm-cores.def (License): Same.
17853 * config/arm/arm-opts.h (License): Same.
17854 * config/arm/aout.h (License): Same.
17855 * config/arm/bpabi.h (License): Same.
17856 * config/arm/elf.h (License): Same.
17857 * config/arm/linux-elf.h (License): Same.
17858 * config/arm/linux-gas.h (License): Same.
17859 * config/arm/netbsd-elf.h (License): Same.
17860 * config/arm/uclinux-eabi.h (License): Same.
17861 * config/arm/uclinux-elf.h (License): Same.
17862 * config/arm/vxworks.h (License): Same.
17863
17864 2014-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17865
17866 * config/arm/neon.md (neon_bswap<mode>): New pattern.
17867 * config/arm/arm.c (neon_itype): Add NEON_BSWAP.
17868 (arm_init_neon_builtins): Handle NEON_BSWAP.
17869 Define required type nodes.
17870 (arm_expand_neon_builtin): Handle NEON_BSWAP.
17871 (arm_builtin_vectorized_function): Handle BUILTIN_BSWAP builtins.
17872 * config/arm/arm_neon_builtins.def (bswap): Define builtins.
17873 * config/arm/iterators.md (VDQHSD): New mode iterator.
17874
17875 2014-05-27 Richard Biener <rguenther@suse.de>
17876
17877 * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops_using_ranges):
17878 Try using literal operands when comparing value-ranges failed.
17879
17880 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
17881
17882 * ira.c (commutative_operand): Adjust for change to recog_data.
17883 [Missing from previous commit.]
17884
17885 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
17886
17887 * system.h (TEST_BIT): New macro.
17888 * recog.h (alternative_mask): New type.
17889 (ALL_ALTERNATIVES, ALTERNATIVE_BIT): New macros.
17890 (recog_data_d): Replace alternative_enabled_p array with
17891 enabled_alternatives.
17892 (target_recog): New structure.
17893 (default_target_recog, this_target_recog): Declare.
17894 (get_enabled_alternatives, recog_init): Likewise.
17895 * recog.c (default_target_recog, this_target_recog): New variables.
17896 (get_enabled_alternatives): New function.
17897 (extract_insn): Use it.
17898 (recog_init): New function.
17899 (preprocess_constraints, constrain_operands): Adjust for change to
17900 recog_data.
17901 * postreload.c (reload_cse_simplify_operands): Likewise.
17902 * reload.c (find_reloads): Likewise.
17903 * ira-costs.c (record_reg_classes): Likewise.
17904 * ira-lives.c (single_reg_class): Likewise. Fix bug in which
17905 all alternatives after a disabled one would be skipped.
17906 (ira_implicitly_set_insn_hard_regs): Likewise.
17907 * ira.c (ira_setup_alts): Adjust for change to recog_data.
17908 * lra-int.h (lra_insn_recog_data): Replace alternative_enabled_p
17909 with enabled_alternatives.
17910 * lra.c (free_insn_recog_data): Update accordingly.
17911 (lra_update_insn_recog_data): Likewise.
17912 (lra_set_insn_recog_data): Likewise. Use get_enabled_alternatives.
17913 * lra-constraints.c (process_alt_operands): Likewise. Handle
17914 only_alternative as part of the enabled mask.
17915 * target-globals.h (this_target_recog): Declare.
17916 (target_globals): Add a recog field.
17917 (restore_target_globals): Restore this_target_recog.
17918 * target-globals.c: Include recog.h.
17919 (default_target_globals): Initialize recog field.
17920 (save_target_globals): Likewise.
17921 * reginfo.c (reinit_regs): Call recog_init.
17922 * toplev.c (backend_init_target): Likewise.
17923
17924 2014-05-27 Richard Sandiford <rdsandiford@googlemail.com>
17925
17926 * gencodes.c (main): Make LAST_INSN_CODE higher than any insn code,
17927 rather than any named insn's code.
17928
17929 2014-05-27 Georg-Johann Lay <avr@gjlay.de>
17930
17931 PR libgcc/61152
17932 * config/arm/arm-opts.h (License): Add GCC Runtime Library Exception.
17933 * config/arm/arm-cores.def (License): Same.
17934
17935 2014-05-26 Jan Hubicka <hubicka@ucw.cz>
17936
17937 * tree.h (decl_comdat_group): Declare.
17938 * cgraph.h (symtab_in_same_comdat_p): Move offline to ...
17939 * tree.c (decl_comdat_group): Here.
17940
17941 2014-05-26 Richard Sandiford <r.sandiford@uk.ibm.com>
17942
17943 PR rtl-optimization/61222
17944 * combine.c (simplify_shift_const_1): When moving a PLUS outside
17945 the shift, truncate the PLUS operand to the result mode.
17946
17947 2014-05-26 Uros Bizjak <ubizjak@gmail.com>
17948
17949 PR target/61271
17950 * config/i386/i386.c (ix86_rtx_costs)
17951 <case CONST_INT, case CONST, case LABEL_REF, case SYMBOL_REF>:
17952 Fix condition.
17953
17954 2014-05-26 Martin Jambor <mjambor@suse.cz>
17955
17956 * ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on
17957 subreg uses.
17958
17959 2014-05-26 Richard Biener <rguenther@suse.de>
17960
17961 * wide-int.h (wi::int_traits <long>, wi::int_traits <unsigned long>,
17962 wi::int_traits <long long>, wi::int_traits <unsigned long long>):
17963 Provide specializations.
17964 (wi::int_traits <HOST_WIDE_INT>,
17965 wi::int_traits <unsigned HOST_WIDE_INT>): Remove specializations.
17966
17967 2014-05-26 Alan Modra <amodra@gmail.com>
17968
17969 PR target/61098
17970 * config/rs6000/rs6000.c (rs6000_emit_set_const): Remove unneeded
17971 params and return a bool. Remove dead code. Update comment.
17972 Assert we have a const_int source. Remove bogus code from
17973 32-bit HWI days. Move !TARGET_POWERPC64 handling, and correct
17974 handling of constants > 2G and reg_equal note, from..
17975 (rs6000_emit_set_long_const): ..here. Remove unneeded param and
17976 return value. Update comment. If we can, use a new pseudo
17977 for intermediate calculations.
17978 * config/rs6000/rs6000-protos.h (rs6000_emit_set_const): Update
17979 prototype.
17980 * config/rs6000/rs6000.md (movsi_internal1_single+1): Update
17981 call to rs6000_emit_set_const in splitter.
17982 (movdi_internal64+2, +3): Likewise.
17983
17984 2014-05-26 Richard Biener <rguenther@suse.de>
17985
17986 * system.h: Define __STDC_FORMAT_MACROS before
17987 including inttypes.h.
17988 * hwint.h (HOST_WIDEST_INT, HOST_BITS_PER_WIDEST_INT,
17989 HOST_WIDEST_INT_PRINT, HOST_WIDEST_INT_PRINT_DEC,
17990 HOST_WIDEST_INT_PRINT_DEC_C, HOST_WIDEST_INT_PRINT_UNSIGNED,
17991 HOST_WIDEST_INT_PRINT_HEX, HOST_WIDEST_INT_PRINT_DOUBLE_HEX,
17992 HOST_WIDEST_INT_C): Remove.
17993 (PRId64, PRIi64, PRIo64, PRIu64, PRIx64, PRIX64): Define
17994 if C99 inttypes.h is not available.
17995 * coretypes.h (gcov_type, gcov_type_unsigned): Use [u]int64_t.
17996 * gcov-io.h (gcov_type, gcov_type_unsigned): Likewise.
17997 * gcov-io.c (gcov_histo_index): Drop non-64bit hwi case.
17998 * cfgloop.h (struct niter_desc): Use uint64_t for niter field.
17999 * bitmap.c (struct bitmap_descriptor_d): Use uint64_t for counters.
18000 (struct output_info): Likewise.
18001 (print_statistics): Adjust.
18002 (dump_bitmap_statistics): Likewise.
18003 * bt-load.c (migrate_btr_defs): Print with PRId64.
18004 * cfg.c (dump_edge_info, dump_bb_info): Likewise.
18005 (MAX_SAFE_MULTIPLIER): Adjust.
18006 * cfghooks.c (dump_bb_for_graph): Print with PRId64.
18007 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee,
18008 dump_cgraph_node): Likewise.
18009 * final.c (dump_basic_block_info): Likewise.
18010 * gcov-dump.c (tag_counters, tag_summary, dump_working_sets): Likewise.
18011 * gcov.c (format_gcov): Likewise.
18012 * ipa-cp.c (good_cloning_opportunity_p): Likewise. Use int64_t
18013 for calculation.
18014 (get_clone_agg_value): Use HOST_WIDE_INT for offset.
18015 * ipa-inline.c (compute_max_insns): Use int64_t for calcuation.
18016 (inline_small_functions, dump_overall_stats, dump_inline_stats):
18017 Use PRId64 for dumping.
18018 * ipa-profile.c (dump_histogram, ipa_profile): Likewise.
18019 * ira-color.c (struct allocno_hard_regs): Use int64_t for cost.
18020 (add_allocno_hard_regs): Adjust.
18021 * loop-doloop.c (doloop_modify): Print using PRId64.
18022 * loop-iv.c (inverse): Compute in uint64_t.
18023 (determine_max_iter, iv_number_of_iterations): Likewise.
18024 * loop-unroll.c (decide_peel_completely, decide_peel_simple):
18025 Print using PRId64.
18026 * lto-streamer-out.c (write_symbol): Use uint64_t.
18027 * mcf.c (CAP_INFINITY): Use int64_t maximum.
18028 (dump_fixup_edge, create_fixup_graph, cancel_negative_cycle,
18029 find_max_flow, adjust_cfg_counts): Use int64_t and dump with PRId64.
18030 * modulo-sched.c (const_iteration_count): Use int64_t.
18031 (sms_schedule): Dump using PRId64.
18032 * predict.c (dump_prediction): Likewise.
18033 * pretty-print.h (pp_widest_integer): Remove.
18034 * profile.c (get_working_sets, is_edge_inconsistent,
18035 is_inconsistent, read_profile_edge_counts): Dump using PRId64.
18036 * tree-pretty-print.c (pp_double_int): Remove case handling
18037 HOST_BITS_PER_DOUBLE_INT == HOST_BITS_PER_WIDEST_INT.
18038 * tree-ssa-math-opts.c (struct symbolic_number): Use uint64_t
18039 and adjust users.
18040 (pass_optimize_bswap::execute): Remove restriction on hosts.
18041 * tree-streamer-in.c (streamer_alloc_tree): Use HOST_WIDE_INT.
18042 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
18043 * tree.c (widest_int_cst_value): Remove.
18044 * tree.h (widest_int_cst_value): Likewise.
18045 * value-prof.c (dump_histogram_value): Print using PRId64.
18046 * gengtype.c (main): Also inject int64_t.
18047 * ggc-page.c (struct max_alignment): Use int64_t.
18048 * alloc-pool.c (struct allocation_object_def): Likewise.
18049 * ira-conflicts.c (build_conflict_bit_table): Use uint64_t
18050 for computation.
18051 * doc/tm.texi.in: Remove reference to HOST_WIDEST_INT.
18052 * doc/tm.texi: Regenerated.
18053 * gengtype-lex.l (IWORD): Handle [u]int64_t.
18054 * config/sh/sh.c (expand_cbranchdi4): Use gcov_type.
18055 * config/mmix/mmix-protos.h (mmix_intval, mmix_shiftable_wyde_value,
18056 mmix_output_register_setting): Use [u]int64_t in prototypes.
18057 * config/mmix/mmix.c (mmix_print_operand, mmix_output_register_setting,
18058 mmix_shiftable_wyde_value, mmix_output_shiftvalue_op_from_str,
18059 mmix_output_octa, mmix_output_shifted_value): Adjust.
18060 (mmix_intval): Adjust. Remove unreachable case.
18061 * config/mmix/mmix.md (*nonlocal_goto_receiver_expanded): Use int64_t.
18062
18063 2014-05-26 Richard Biener <rguenther@suse.de>
18064
18065 * configure.ac: Drop __int64 type check. Insist that we
18066 found uint64_t and int64_t.
18067 * hwint.h (HOST_BITS_PER___INT64): Remove.
18068 (HOST_BITS_PER_WIDE_INT): Define to 64 and remove __int64 case.
18069 (HOST_WIDE_INT_PRINT_*): Remove 32bit case.
18070 (HOST_WIDEST_INT*): Define to HOST_WIDE_INT*.
18071 (HOST_WIDEST_FAST_INT): Remove __int64 case.
18072 * vmsdbg.h (struct _DST_SRC_COMMAND): Use int64_t
18073 for dst_q_src_df_rms_cdt.
18074 * configure: Regenerate.
18075 * config.in: Likewise.
18076
18077 2014-05-26 Michael Tautschnig <mt@debian.org>
18078
18079 PR target/61249
18080 * doc/extend.texi (X86 Built-in Functions): Fix parameter lists of
18081 __builtin_ia32_vfrczs[sd] and __builtin_ia32_mpsadbw256.
18082
18083 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
18084
18085 PR rtl-optimization/61278
18086 * shrink-wrap.c (move_insn_for_shrink_wrap): Check df_live.
18087
18088 2014-05-26 Zhenqiang Chen <zhenqiang.chen@linaro.org>
18089
18090 PR rtl-optimization/61220
18091 Part of PR rtl-optimization/61225
18092 * shrink-wrap.c (move_insn_for_shrink_wrap): Skip SP and FP adjustment
18093 insn; skip split_edge for a block with only one successor.
18094
18095 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18096
18097 * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag
18098 for variables.
18099
18100 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18101
18102 * ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.
18103 (update_vtable_references): New function.
18104 (function_and_variable_visibility): Rewrite also vtable initializers.
18105 * varpool.c (cgraph_variable_initializer_availability): Remove assert.
18106
18107 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18108
18109 * ggc.h (ggc_grow): New function.
18110 * ggc-none.c (ggc_grow): New function.
18111 * ggc-page.c (ggc_grow): Likewise.
18112
18113 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18114
18115 * ipa.c (cgraph_non_local_node_p_1, cgraph_local_node_p,
18116 address_taken_from_non_vtable_p, comdat_can_be_unshared_p_1,
18117 comdat_can_be_unshared_p, cgraph_externally_visible_p,
18118 varpool_externally_visible_p, can_replace_by_local_alias,
18119 update_visibility_by_resolution_info, function_and_variable_visibility,
18120 pass_data_ipa_function_and_variable_visibility,
18121 make_pass_ipa_function_and_variable_visibility,
18122 whole_program_function_and_variable_visibility,
18123 pass_data_ipa_whole_program_visibility,
18124 make_pass_ipa_whole_program_visibility): Move to ipa-visibility.c
18125 * cgraph.h (cgraph_local_node_p): Declare.
18126 * ipa-visibility.c: New file.
18127 * Makefile.in (OBJS): Add ipa-visiblity.o
18128
18129 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18130
18131 * gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure
18132 that var decl is available.
18133
18134 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18135
18136 * tree-core.h (tree_decl_with_vis): Replace comdat_group by
18137 symtab_node pointer.
18138 * tree.c (copy_node_stat): Be sure to not copy symtab_node pointer.
18139 (find_decls_types_r): Do not walk COMDAT_GROUP.
18140 * tree.h (DECL_COMDAT_GROUP): Revamp to use decl_comdat_group.
18141 * varasm.c (make_decl_one_only): Use set_comdat_group;
18142 create node if needed.
18143 * ipa-inline-transform.c (save_inline_function_body): Update
18144 way we decl->symtab mapping.
18145 * symtab.c (symtab_hash, hash_node, eq_node
18146 symtab_insert_node_to_hashtable): Remove.
18147 (symtab_register_node): Update.
18148 (symtab_unregister_node): Update.
18149 (symtab_get_node): Reimplement as inline function.
18150 (symtab_add_to_same_comdat_group): Update.
18151 (symtab_dissolve_same_comdat_group_list): Update.
18152 (dump_symtab_base): Update.
18153 (verify_symtab_base): Update.
18154 (symtab_make_decl_local): Update.
18155 (fixup_same_cpp_alias_visibility): Update.
18156 (symtab_nonoverwritable_alias): Update.
18157 * cgraphclones.c (set_new_clone_decl_and_node_flags): Update.
18158 * ipa.c (update_visibility_by_resolution_info): UPdate.
18159 * bb-reorder.c: Include cgraph.h
18160 * lto-streamer-out.c (DFS_write_tree_body, hash_tree): Do not deal
18161 with comdat groups.
18162 * ipa-comdats.c (set_comdat_group, ipa_comdats): Update.
18163 * cgraph.c (cgraph_get_create_node): Update.
18164 * cgraph.h (struct symtab_node): Add get_comdat_group, set_comdat_group
18165 and comdat_group_.
18166 (symtab_get_node): Make inline.
18167 (symtab_insert_node_to_hashtable): Remove.
18168 (symtab_can_be_discarded): Update.
18169 (decl_comdat_group): New function.
18170 * tree-streamer-in.c (lto_input_ts_decl_with_vis_tree_pointers):
18171 Update.
18172 * lto-cgraph.c (lto_output_node, lto_output_varpool_node): Stream out
18173 comdat group name.
18174 (read_comdat_group): New function.
18175 (input_node, input_varpool_node): Use it.
18176 * trans-mem.c (ipa_tm_create_version_alias): Update code creating
18177 comdat groups.
18178 * mips.c (mips_start_unique_function): Likewise.
18179 (ix86_code_end): Likewise.
18180 (rs6000_code_end): Likweise.
18181 * tree-streamer-out.c (DECL_COMDAT_GROUP): Do not stream comdat group.
18182
18183 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18184
18185 * gengtype-state.c (fatal_reading_state): Bring offline.
18186 * optabs.c (widening_optab_handler): Bring offline.
18187 * optabs.h (widening_optab_handler): Likewise.
18188 * final.c (get_attr_length_1): Likewise.
18189
18190 2014-05-23 Jan Hubicka <hubicka@ucw.cz>
18191
18192 * sched-int.h (sd_iterator_cond): Manually tail recurse.
18193
18194 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18195
18196 * config/rs6000/440.md (ppc440-integer): Include shift without dot.
18197 (ppc440-compare): Include shift with dot.
18198 * config/rs6000/e300c2c3.md (ppce300c3_iu): Include shift without dot.
18199 * config/rs6000/e5500.md (e5500_sfx2): Include constant shift
18200 without dot.
18201 * config/rs6000/e6500.md (e6500_sfx): Exclude constant shift
18202 without dot.
18203 (e6500_sfx2): Include it.
18204 * config/rs6000/rs6000.md ( *zero_extend<mode>di2_internal1,
18205 *zero_extend<mode>di2_internal2, *zero_extend<mode>di2_internal3,
18206 *zero_extendsidi2_lfiwzx, andsi3_mc, andsi3_nomc,
18207 andsi3_internal0_nomc, extzvsi_internal, extzvdi_internal,
18208 *extzvdi_internal1, *extzvdi_internal2, rotlsi3, *rotlsi3_64,
18209 *rotlsi3_internal4, *rotlsi3_internal7le, *rotlsi3_internal7be,
18210 *rotlsi3_internal10le, *rotlsi3_internal10be, rlwinm,
18211 *lshiftrt_internal1le, *lshiftrt_internal1be,
18212 *lshiftrt_internal4le, *lshiftrt_internal4be, rotldi3,
18213 *rotldi3_internal4, *rotldi3_internal7le, *rotldi3_internal7be,
18214 *rotldi3_internal10le, *rotldi3_internal10be,
18215 *rotldi3_internal13le, *rotldi3_internal13be, *ashldi3_internal4,
18216 ashldi3_internal5, *ashldi3_internal6, *ashldi3_internal7,
18217 ashldi3_internal8, *ashldi3_internal9, anddi3_mc, anddi3_nomc,
18218 *anddi3_internal2_mc, *anddi3_internal3_mc, and 4 anonymous
18219 define_insns): Use type "shift" in the appropriate alternatives.
18220
18221 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18222
18223 * config/rs6000/rs6000.md (type): Add "logical". Delete
18224 "fast_compare".
18225 (dot): Adjust comment.
18226 (andsi3_mc, *andsi3_internal2_mc, *andsi3_internal3_mc,
18227 *andsi3_internal4, *andsi3_internal5_mc, *boolsi3_internal2,
18228 *boolsi3_internal3, *boolccsi3_internal2, *boolccsi3_internal3,
18229 anddi3_mc, *anddi3_internal2_mc, *anddi3_internal3_mc,
18230 *booldi3_internal2, *booldi3_internal3, *boolcdi3_internal2,
18231 *boolcdi3_internal3, *boolccdi3_internal2, *boolccdi3_internal3,
18232 *mov<mode>_internal2, and 10 anonymous define_insns): Use "logical".
18233 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
18234
18235 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18236 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
18237 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18238 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18239 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18240 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18241 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18242 * config/rs6000/8540.md (ppc8540_su): Adjust.
18243 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18244 cell-cmp-microcoded): Adjust.
18245 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
18246 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18247 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
18248 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
18249 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
18250 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18251 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
18252 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
18253 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
18254 Adjust.
18255 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
18256 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare):
18257 Adjust. Adjust comment.
18258 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18259 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
18260
18261 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18262
18263 * config/rs6000/rs6000.md (type): Add "add".
18264 (*add<mode>3_internal1, addsi3_high, *add<mode>3_internal2,
18265 *add<mode>3_internal3, *neg<mode>2_internal, and 5 anonymous
18266 define_insns): Use it.
18267 * config/rs6000/rs6000.c (rs6000_adjust_cost): Adjust.
18268
18269 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18270 * config/rs6000/440.md (ppc440-integer, ppc440-compare): Adjust.
18271 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18272 * config/rs6000/601.md (ppc601-integer): Adjust.
18273 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18274 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18275 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18276 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18277 * config/rs6000/8540.md (ppc8540_su): Adjust.
18278 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18279 cell-cmp-microcoded): Adjust.
18280 * config/rs6000/e300c2c3.md (ppce300c3_cmp, ppce300c3_iu): Adjust.
18281 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18282 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2): Adjust.
18283 * config/rs6000/e5500.md (e5500_sfx, e5500_sfx2): Adjust.
18284 * config/rs6000/e6500.md (e6500_sfx, e6500_sfx2): Adjust.
18285 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18286 * config/rs6000/power4.md (power4-integer, power4-cmp): Adjust.
18287 * config/rs6000/power5.md (power5-integer, power5-cmp): Adjust.
18288 * config/rs6000/power6.md (power6-integer, power6-fast-compare):
18289 Adjust.
18290 * config/rs6000/power7.md (power7-integer, power7-cmp): Adjust.
18291 * config/rs6000/power8.md (power8-1cyc, power8-fast-compare): Adjust.
18292 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18293 * config/rs6000/titan.md (titan_fxu_adder, titan_fxu_alu): Adjust.
18294
18295 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18296
18297 * config/rs6000/rs6000.md (type): Delete "var_shift_rotate",
18298 "delayed_compare", "var_delayed_compare".
18299 (var_shift): New attribute.
18300 (cell_micro): Adjust.
18301 (*andsi3_internal2_mc, *andsi3_internal3_mc, *andsi3_internal4,
18302 *andsi3_internal5_mc, *extzvsi_internal1, *extzvsi_internal2,
18303 rotlsi3, *rotlsi3_64, *rotlsi3_internal2, *rotlsi3_internal3,
18304 *rotlsi3_internal4, *rotlsi3_internal5, *rotlsi3_internal6,
18305 *rotlsi3_internal8le, *rotlsi3_internal8be, *rotlsi3_internal9le,
18306 *rotlsi3_internal9be, *rotlsi3_internal10le, *rotlsi3_internal10be,
18307 *rotlsi3_internal11le, *rotlsi3_internal11be, *rotlsi3_internal12le,
18308 *rotlsi3_internal12be, ashlsi3, *ashlsi3_64, lshrsi3, *lshrsi3_64,
18309 *lshiftrt_internal2le, *lshiftrt_internal2be, *lshiftrt_internal3le,
18310 *lshiftrt_internal3be, *lshiftrt_internal5le, *lshiftrt_internal5be,
18311 *lshiftrt_internal5le, *lshiftrt_internal5be, ashrsi3, *ashrsi3_64,
18312 rotldi3, *rotldi3_internal2, *rotldi3_internal3, *rotldi3_internal4,
18313 *rotldi3_internal5, *rotldi3_internal6, *rotldi3_internal7le,
18314 *rotldi3_internal7be, *rotldi3_internal8le, *rotldi3_internal8be,
18315 *rotldi3_internal9le, *rotldi3_internal9be, *rotldi3_internal10le,
18316 *rotldi3_internal10be, *rotldi3_internal11le, *rotldi3_internal11be,
18317 *rotldi3_internal12le, *rotldi3_internal12be, *rotldi3_internal13le,
18318 *rotldi3_internal13be, *rotldi3_internal14le, *rotldi3_internal14be,
18319 *rotldi3_internal15le, *rotldi3_internal15be, *ashldi3_internal1,
18320 *ashldi3_internal2, *ashldi3_internal3, *lshrdi3_internal1,
18321 *lshrdi3_internal2, *lshrdi3_internal3, *ashrdi3_internal1,
18322 *ashrdi3_internal2, *ashrdi3_internal3, *anddi3_internal2_mc,
18323 *anddi3_internal3_mc, as well as 11 anonymous define_insns): Adjust.
18324 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18325 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18326
18327 * config/rs6000/40x.md (ppc403-integer, ppc403-compare): Adjust.
18328 * config/rs6000/440.md (ppc440-integer): Adjust.
18329 * config/rs6000/476.md (ppc476-simple-integer, ppc476-compare): Adjust.
18330 * config/rs6000/601.md (ppc601-integer, ppc601-compare): Adjust.
18331 * config/rs6000/603.md (ppc603-integer, ppc603-compare): Adjust.
18332 * config/rs6000/6xx.md (ppc604-integer, ppc604-compare): Adjust.
18333 * config/rs6000/7450.md (ppc7450-integer, ppc7450-compare): Adjust.
18334 * config/rs6000/7xx.md (ppc750-integer, ppc750-compare): Adjust.
18335 * config/rs6000/8540.md (ppc8540_su): Adjust.
18336 * config/rs6000/cell.md (cell-integer, cell-fast-cmp,
18337 cell-cmp-microcoded): Adjust.
18338 * config/rs6000/e300c2c3.md (ppce300c3_cmp): Adjust.
18339 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18340 * config/rs6000/e500mc64.md (e500mc64_su, e500mc64_su2,
18341 e500mc64_delayed): Adjust.
18342 * config/rs6000/e5500.md (e5500_sfx, e5500_delayed): Adjust.
18343 * config/rs6000/e6500.md (e6500_sfx, e6500_delayed): Adjust.
18344 * config/rs6000/mpc.md (mpccore-integer, mpccore-compare): Adjust.
18345 * config/rs6000/power4.md (power4-integer, power4-compare): Adjust.
18346 * config/rs6000/power5.md (power5-integer, power5-compare): Adjust.
18347 * config/rs6000/power6.md (power6-shift, power6-var-rotate,
18348 power6-delayed-compare, power6-var-delayed-compare): Adjust.
18349 * config/rs6000/power7.md (power7-integer, power7-compare): Adjust.
18350 * config/rs6000/power8.md (power8-1cyc, power8-compare): Adjust.
18351 Adjust comment.
18352 * config/rs6000/rs64.md (rs64a-integer, rs64a-compare): Adjust.
18353 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
18354
18355 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18356
18357 * config/rs6000/rs6000.md (type): Delete "idiv", "ldiv". Add "div".
18358 (bits): New mode_attr.
18359 (idiv_ldiv): Delete mode_attr.
18360 (udiv<mode>3, *div<mode>3, div<div_extend>_<mode>): Adjust.
18361 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18362 rs6000_adjust_priority, is_nonpipeline_insn,
18363 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18364
18365 * config/rs6000/40x.md (ppc403-idiv): Adjust.
18366 * config/rs6000/440.md (ppc440-idiv): Adjust.
18367 * config/rs6000/476.md (ppc476-idiv): Adjust.
18368 * config/rs6000/601.md (ppc601-idiv): Adjust.
18369 * config/rs6000/603.md (ppc603-idiv): Adjust.
18370 * config/rs6000/6xx.md (ppc604-idiv, ppc620-idiv, ppc630-idiv,
18371 ppc620-ldiv): Adjust.
18372 * config/rs6000/7450.md (ppc7450-idiv): Adjust.
18373 * config/rs6000/7xx.md (ppc750-idiv): Adjust.
18374 * config/rs6000/8540.md (ppc8540_divide): Adjust.
18375 * config/rs6000/a2.md (ppca2-idiv, ppca2-ldiv): Adjust.
18376 * config/rs6000/cell.md (cell-idiv, cell-ldiv): Adjust.
18377 * config/rs6000/e300c2c3.md (ppce300c3_divide): Adjust.
18378 * config/rs6000/e500mc.md (e500mc_divide): Adjust.
18379 * config/rs6000/e500mc64.md (e500mc64_divide): Adjust.
18380 * config/rs6000/e5500.md (e5500_divide, e5500_divide_d): Adjust.
18381 * config/rs6000/e6500.md (e6500_divide, e6500_divide_d): Adjust.
18382 * config/rs6000/mpc.md (mpccore-idiv): Adjust.
18383 * config/rs6000/power4.md (power4-idiv, power4-ldiv): Adjust.
18384 * config/rs6000/power5.md (power5-idiv, power5-ldiv): Adjust.
18385 * config/rs6000/power6.md (power6-idiv, power6-ldiv): Adjust.
18386 * config/rs6000/power7.md (power7-idiv, power7-ldiv): Adjust.
18387 * config/rs6000/power8.md (power8-idiv, power8-ldiv): Adjust.
18388 * config/rs6000/rs64.md (rs64a-idiv, rs64a-ldiv): Adjust.
18389 * config/rs6000/titan.md (titan_fxu_div): Adjust.
18390
18391 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18392
18393 * config/rs6000/rs6000.md (type): Delete "insert_word",
18394 "insert_dword". Add "insert".
18395 (size): Update comment.
18396 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18397 insn_must_be_first_in_group): Adjust.
18398 (insvsi_internal, *insvsi_internal1, *insvsi_internal2,
18399 *insvsi_internal3, *insvsi_internal4, *insvsi_internal5,
18400 *insvsi_internal6, insvdi_internal): Adjust.
18401
18402 * config/rs6000/40x.md (ppc403-integer): Adjust.
18403 * config/rs6000/440.md (ppc440-integer): Adjust.
18404 * config/rs6000/476.md (ppc476-simple-integer): Adjust.
18405 * config/rs6000/601.md (ppc601-integer): Adjust.
18406 * config/rs6000/603.md (ppc603-integer): Adjust.
18407 * config/rs6000/6xx.md (ppc604-integer): Adjust.
18408 * config/rs6000/7450.md (ppc7450-integer): Adjust.
18409 * config/rs6000/7xx.md (ppc750-integer): Adjust.
18410 * config/rs6000/8540.md (ppc8540_su): Adjust.
18411 * config/rs6000/cell.md (cell-integer, cell-insert): Adjust.
18412 * config/rs6000/e300c2c3.md (ppce300c3_iu): Adjust.
18413 * config/rs6000/e500mc.md (e500mc_su): Adjust.
18414 * config/rs6000/e500mc64.md (e500mc64_su): Adjust.
18415 * config/rs6000/e5500.md (e5500_sfx): Adjust.
18416 * config/rs6000/e6500.md (e6500_sfx): Adjust.
18417 * config/rs6000/mpc.md (mpccore-integer): Adjust.
18418 * config/rs6000/power4.md (power4-integer, power4-insert): Adjust.
18419 * config/rs6000/power5.md (power5-integer, power5-insert): Adjust.
18420 * config/rs6000/power6.md (power6-insert, power6-insert-dword): Adjust.
18421 * config/rs6000/power7.md (power7-integer): Adjust.
18422 * config/rs6000/power8.md (power8-1cyc): Adjust.
18423 * config/rs6000/rs64.md (rs64a-integer): Adjust.
18424 * config/rs6000/titan.md (titan_fxu_shift_and_rotate): Adjust.
18425
18426 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18427
18428 * config/rs6000/rs6000.md (type): Add "mul". Delete "imul",
18429 "imul2", "imul3", "lmul", "imul_compare", "lmul_compare".
18430 (size): New attribute.
18431 (dot): New attribute.
18432 (cell_micro): Adjust.
18433 (mulsi3, *mulsi3_internal1, *mulsi3_internal2, mulsidi3,
18434 umulsidi3, smulsi3_highpart, umulsi3_highpart, muldi3,
18435 *muldi3_internal1, *muldi3_internal2, smuldi3_highpart,
18436 umuldi3_highpart): Adjust.
18437 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_cracked_insn,
18438 rs6000_adjust_priority, is_nonpipeline_insn,
18439 insn_must_be_first_in_group, insn_must_be_last_in_group): Adjust.
18440
18441 * config/rs6000/40x.md (ppc403-imul, ppc405-imul, ppc405-imul2,
18442 ppc405-imul3): Adjust.
18443 * config/rs6000/440.md (ppc440-imul, ppc440-imul2): Adjust.
18444 * config/rs6000/476.md (ppc476-imul): Adjust.
18445 * config/rs6000/601.md (ppc601-imul): Adjust.
18446 * config/rs6000/603.md (ppc603-imul, ppc603-imul2): Adjust.
18447 * config/rs6000/6xx.md (ppc604-imul, ppc604e-imul, ppc620-imul,
18448 ppc620-imul2, ppc620-imul3, ppc620-lmul): Adjust.
18449 * config/rs6000/7450.md (ppc7450-imul, ppc7450-imul2): Adjust.
18450 * config/rs6000/7xx.md (ppc750-imul, ppc750-imul2, ppc750-imul3):
18451 Adjust.
18452 * config/rs6000/8540.md (ppc8540_multiply): Adjust.
18453 * config/rs6000/a2.md (ppca2-imul, ppca2-lmul): Adjust.
18454 * config/rs6000/cell.md (cell-lmul, cell-lmul-cmp, cell-imul23,
18455 cell-imul): Adjust.
18456 * config/rs6000/e300c2c3.md (ppce300c3_multiply): Adjust.
18457 * config/rs6000/e500mc.md (e500mc_multiply): Adjust.
18458 * config/rs6000/e500mc64.md (e500mc64_multiply): Adjust.
18459 * config/rs6000/e5500.md (e5500_multiply, e5500_multiply_i): Adjust.
18460 * config/rs6000/e6500.md (e6500_multiply, e6500_multiply_i): Adjust.
18461 * config/rs6000/mpc.md (mpccore-imul): Adjust.
18462 * config/rs6000/power4.md (power4-lmul-cmp, power4-imul-cmp,
18463 power4-lmul, power4-imul, power4-imul3): Adjust.
18464 * config/rs6000/power5.md (power5-lmul-cmp, power5-imul-cmp,
18465 power5-lmul, power5-imul, power5-imul3): Adjust.
18466 * config/rs6000/power6.md (power6-lmul-cmp, power6-imul-cmp,
18467 power6-lmul, power6-imul, power6-imul3): Adjust.
18468 * config/rs6000/power7.md (power7-mul, power7-mul-compare): Adjust.
18469 * config/rs6000/power8.md (power8-mul, power8-mul-compare): Adjust.
18470
18471 * config/rs6000/rs64.md (rs64a-imul, rs64a-imul2, rs64a-imul3,
18472 rs64a-lmul): Adjust.
18473 * config/rs6000/titan.md (titan_imul): Adjust.
18474
18475 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18476
18477 * config/rs6000/rs6000.md (type): Add new value "halfmul".
18478 (*macchwc, *macchw, *macchwuc, *macchwu, *machhwc, *machhw,
18479 *machhwuc, *machhwu, *maclhwc, *maclhw, *maclhwuc, *maclhwu,
18480 *nmacchwc, *nmacchw, *nmachhwc, *nmachhw, *nmaclhwc, *nmaclhw,
18481 *mulchwc, *mulchw, *mulchwuc, *mulchwu, *mulhhwc, *mulhhw,
18482 *mulhhwuc, *mulhhwu, *mullhwc, *mullhw, *mullhwuc, *mullhwu): Use it.
18483 * config/rs6000/40x.md (ppc405-imul3): Add type halfmul.
18484 * config/rs6000/440.md (ppc440-imul2): Add type halfmul.
18485 * config/rs6000/476.md (ppc476-imul): Add type halfmul.
18486 * config/rs6000/titan.md: Delete nonsensical comment.
18487 (titan_imul): Add type imul3.
18488 (titan_mulhw): Remove type imul3; add type halfmul.
18489
18490 2014-05-23 Segher Boessenkool <segher@kernel.crashing.org>
18491
18492 * config/rs6000/rs6000.md (type): Reorder, reformat.
18493
18494 2014-05-23 Martin Jambor <mjambor@suse.cz>
18495
18496 PR tree-optimization/53787
18497 * params.def (PARAM_IPA_MAX_AA_STEPS): New param.
18498 * ipa-prop.h (ipa_node_params): Rename uses_analysis_done to
18499 analysis_done, update all uses.
18500 * ipa-prop.c: Include domwalk.h
18501 (param_analysis_info): Removed.
18502 (param_aa_status): New type.
18503 (ipa_bb_info): Likewise.
18504 (func_body_info): Likewise.
18505 (ipa_get_bb_info): New function.
18506 (aa_overwalked): Likewise.
18507 (find_dominating_aa_status): Likewise.
18508 (parm_bb_aa_status_for_bb): Likewise.
18509 (parm_preserved_before_stmt_p): Changed to use new param AA info.
18510 (load_from_unmodified_param): Accept func_body_info as a parameter
18511 instead of parms_ainfo.
18512 (parm_ref_data_preserved_p): Changed to use new param AA info.
18513 (parm_ref_data_pass_through_p): Likewise.
18514 (ipa_load_from_parm_agg_1): Likewise. Update callers.
18515 (compute_complex_assign_jump_func): Changed to use new param AA info.
18516 (compute_complex_ancestor_jump_func): Likewise.
18517 (ipa_compute_jump_functions_for_edge): Likewise.
18518 (ipa_compute_jump_functions): Removed.
18519 (ipa_compute_jump_functions_for_bb): New function.
18520 (ipa_analyze_indirect_call_uses): Likewise, moved variable
18521 declarations down.
18522 (ipa_analyze_virtual_call_uses): Accept func_body_info instead of node
18523 and info, moved variable declarations down.
18524 (ipa_analyze_call_uses): Accept and pass on func_body_info instead of
18525 node and info.
18526 (ipa_analyze_stmt_uses): Likewise.
18527 (ipa_analyze_params_uses): Removed.
18528 (ipa_analyze_params_uses_in_bb): New function.
18529 (ipa_analyze_controlled_uses): Likewise.
18530 (free_ipa_bb_info): Likewise.
18531 (analysis_dom_walker): New class.
18532 (ipa_analyze_node): Handle node-specific forbidden analysis,
18533 initialize and free func_body_info, use dominator walker.
18534 (ipcp_modif_dom_walker): New class.
18535 (ipcp_transform_function): Create and free func_body_info, use
18536 ipcp_modif_dom_walker, moved a lot of functionality there.
18537
18538 2014-05-23 Marek Polacek <polacek@redhat.com>
18539 Jakub Jelinek <jakub@redhat.com>
18540
18541 * builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.
18542 * gcc.c (sanitize_spec_function): Likewise.
18543 * convert.c (convert_to_integer): Include "ubsan.h". Add
18544 floating-point to integer instrumentation.
18545 * doc/invoke.texi: Document -fsanitize=float-cast-overflow.
18546 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_CAST and
18547 SANITIZE_NONDEFAULT.
18548 * opts.c (common_handle_option): Handle -fsanitize=float-cast-overflow.
18549 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW,
18550 BUILT_IN_UBSAN_HANDLE_FLOAT_CAST_OVERFLOW_ABORT): Add.
18551 * ubsan.c: Include "realmpfr.h" and "dfp.h".
18552 (get_ubsan_type_info_for_type): Handle REAL_TYPEs.
18553 (ubsan_type_descriptor): Set tkind to 0xffff for types other than
18554 float/double/long double.
18555 (ubsan_instrument_float_cast): New function.
18556 * ubsan.h (ubsan_instrument_float_cast): Declare.
18557
18558 2014-05-23 Jiong Wang <jiong.wang@arm.com>
18559
18560 * config/aarch64/predicates.md (aarch64_call_insn_operand): New
18561 predicate.
18562 * config/aarch64/constraints.md ("Ucs", "Usf"): New constraints.
18563 * config/aarch64/aarch64.md (*sibcall_insn, *sibcall_value_insn):
18564 Adjust for tailcalling through registers.
18565 * config/aarch64/aarch64.h (enum reg_class): New caller save
18566 register class.
18567 (REG_CLASS_NAMES): Likewise.
18568 (REG_CLASS_CONTENTS): Likewise.
18569 * config/aarch64/aarch64.c (aarch64_function_ok_for_sibcall):
18570 Allow tailcalling without decls.
18571
18572 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
18573
18574 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
18575 Rewrite check for ORT_PARALLEL and ORT_COMBINED_PARALLEL.
18576
18577 * omp-low.c (expand_omp_for_static_chunk): Rename variable si to
18578 gsi, and variables v_* to v*.
18579
18580 2014-05-23 Eric Botcazou <ebotcazou@adacore.com>
18581
18582 * varasm.c (output_constructor_bitfield): Fix thinkos in latest change.
18583
18584 2014-05-23 Thomas Schwinge <thomas@codesourcery.com>
18585
18586 * gimple.h (enum gf_mask): Add and use GF_OMP_FOR_SIMD.
18587 * omp-low.c: Update accordingly.
18588
18589 * gimple.h (enum gf_mask): Rewrite "<< 0" shift expressions used
18590 for GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_KIND_FOR,
18591 GF_OMP_FOR_KIND_DISTRIBUTE, GF_OMP_FOR_KIND_SIMD,
18592 GF_OMP_FOR_KIND_CILKSIMD, GF_OMP_TARGET_KIND_MASK,
18593 GF_OMP_TARGET_KIND_REGION, GF_OMP_TARGET_KIND_DATA,
18594 GF_OMP_TARGET_KIND_UPDATE.
18595
18596 * gimplify.c (omp_notice_variable) <case OMP_CLAUSE_DEFAULT_NONE>:
18597 Explicitly enumerate the expected region types.
18598
18599 2014-05-23 Paul Eggert <eggert@cs.ucla.edu>
18600
18601 PR other/56955
18602 * doc/extend.texi (Function Attributes): Fix __attribute__ ((malloc))
18603 documentation; the old documentation didn't clearly state the
18604 constraints on the contents of the pointed-to storage.
18605
18606 2014-05-23 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
18607
18608 Fix bootstrap error on ia64
18609 * config/ia64/ia64.c (ia64_first_cycle_multipass_dfa_lookahead_guard):
18610 Return default value.
18611
18612 2014-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
18613
18614 PR tree-optimization/54733
18615 * tree-ssa-math-opts.c (nop_stats): New "bswap_stats" structure.
18616 (CMPNOP): Define.
18617 (find_bswap_or_nop_load): New.
18618 (find_bswap_1): Renamed to ...
18619 (find_bswap_or_nop_1): This. Also add support for memory source.
18620 (find_bswap): Renamed to ...
18621 (find_bswap_or_nop): This. Also add support for memory source and
18622 detection of bitwise operations equivalent to load in target
18623 endianness.
18624 (execute_optimize_bswap): Likewise. Also move its leading comment back
18625 in place and split statement transformation into ...
18626 (bswap_replace): This.
18627
18628 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
18629
18630 PR rtl-optimization/61215
18631 * lra-elelimination.c (lra_eliminate_regs_1): Don't use
18632 simplify_gen_subreg until final substitution.
18633
18634 2014-05-23 Alan Modra <amodra@gmail.com>
18635
18636 PR target/61231
18637 * config/rs6000/rs6000.c (mem_operand_gpr): Handle SImode.
18638 * config/rs6000/rs6000.md (extendsidi2_lfiwax, extendsidi2_nocell):
18639 Use "Y" constraint rather than "m".
18640
18641 2014-05-23 Kugan Vivekanandarajah <kuganv@linaro.org>
18642
18643 * config/aarch64/aarch64.c (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): New
18644 define.
18645 * config/aarch64/aarch64-protos.h (aarch64_atomic_assign_expand_fenv):
18646 New function declaration.
18647 * config/aarch64/aarch64-builtins.c (aarch64_builtins) : Add
18648 AARCH64_BUILTIN_GET_FPCR, AARCH64_BUILTIN_SET_FPCR.
18649 AARCH64_BUILTIN_GET_FPSR and AARCH64_BUILTIN_SET_FPSR.
18650 (aarch64_init_builtins) : Initialize builtins
18651 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
18652 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
18653 (aarch64_expand_builtin) : Expand builtins __builtins_aarch64_set_fpcr
18654 __builtins_aarch64_get_fpcr, __builtins_aarch64_get_fpsr,
18655 and __builtins_aarch64_set_fpsr.
18656 (aarch64_atomic_assign_expand_fenv): New function.
18657 * config/aarch64/aarch64.md (set_fpcr): New pattern.
18658 (get_fpcr) : Likewise.
18659 (set_fpsr) : Likewise.
18660 (get_fpsr) : Likewise.
18661 (unspecv): Add UNSPECV_GET_FPCR and UNSPECV_SET_FPCR, UNSPECV_GET_FPSR
18662 and UNSPECV_SET_FPSR.
18663 * doc/extend.texi (AARCH64 Built-in Functions) : Document
18664 __builtins_aarch64_set_fpcr, __builtins_aarch64_get_fpcr.
18665 __builtins_aarch64_set_fpsr and __builtins_aarch64_get_fpsr.
18666
18667 2014-05-22 Vladimir Makarov <vmakarov@redhat.com>
18668
18669 PR rtl-optimization/60969
18670 * ira-costs.c (record_reg_classes): Process NO_REGS for matching
18671 constraints. Set up mem cost for NO_REGS case.
18672
18673 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
18674
18675 * builtin-types.def: Simplify examples for DEF_FUNCTION_TYPE_*.
18676
18677 2012-05-22 Bernd Schmidt <bernds@codesourcery.com>
18678
18679 * config/darwin.c: Include "lto-section-names.h".
18680 (LTO_SEGMENT_NAME): Don't define.
18681 * config/i386/winnt.c: Include "lto-section-names.h".
18682 * lto-streamer.c: Include "lto-section-names.h".
18683 * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define.
18684 * lto-wrapper.c: Include "lto-section-names.h".
18685 (LTO_SECTION_NAME_PREFIX): Don't define.
18686 * lto-section-names.h: New file.
18687 * cgraphunit.c: Include "lto-section-names.h".
18688
18689 2014-05-22 Peter Bergner <bergner@vnet.ibm.com>
18690
18691 * config/rs6000/htm.md (ttest): Use correct shift value to get CR0.
18692
18693 2014-05-22 Richard Earnshaw <rearnsha@arm.com>
18694
18695 PR target/61208
18696 * arm.md (arm_cmpdi_unsigned): Fix length calculation for Thumb2.
18697
18698 2014-05-22 Nick Clifton <nickc@redhat.com>
18699
18700 * config/msp430/msp430.h (ASM_SPEC): Add spaces after inserted options.
18701
18702 2014-05-22 Eric Botcazou <ebotcazou@adacore.com>
18703
18704 * tree-ssa-forwprop.c (associate_plusminus): Extend (T)(P + A) - (T)P
18705 -> (T)A transformation to integer types.
18706
18707 2014-05-22 Teresa Johnson <tejohnson@google.com>
18708
18709 * gcov-io.c (gcov_position): Use gcov_nonruntime_assert.
18710 (gcov_is_error): Remove gcc_assert from IN_LIBGCOV code.
18711 (gcov_rewrite): Use gcov_nonruntime_assert.
18712 (gcov_open): Ditto.
18713 (gcov_write_words): Ditto.
18714 (gcov_write_length): Ditto.
18715 (gcov_read_words): Use gcov_nonruntime_assert, and remove
18716 gcc_assert from IN_LIBGCOV code.
18717 (gcov_read_summary): Use gcov_error to flag profile corruption.
18718 (gcov_sync): Use gcov_nonruntime_assert.
18719 (gcov_seek): Remove gcc_assert from IN_LIBGCOV code.
18720 (gcov_histo_index): Use gcov_nonruntime_assert.
18721 (static void gcov_histogram_merge): Ditto.
18722 (compute_working_sets): Ditto.
18723 * gcov-io.h (gcov_nonruntime_assert): Define.
18724 (gcov_error): Define for !IN_LIBGCOV
18725
18726 2014-05-22 Richard Biener <rguenther@suse.de>
18727
18728 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
18729 BUILT_IN_REALLOC like BUILT_IN_STRDUP.
18730 (call_may_clobber_ref_p_1): Handle BUILT_IN_REALLOC as allocation
18731 and deallocation site.
18732 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
18733 Handle BUILT_IN_REALLOC similar to BUILT_IN_STRDUP with also
18734 passing through the incoming points-to set.
18735 (handle_lhs_call): Use flags argument instead of recomputing it.
18736 (find_func_aliases_for_call): Call handle_lhs_call with proper
18737 call return flags.
18738
18739 2014-05-22 Jakub Jelinek <jakub@redhat.com>
18740
18741 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Make sure
18742 all padding bits in REAL_VALUE_TYPE are cleared.
18743
18744 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
18745
18746 Cleanup and improve multipass_dfa_lookahead_guard
18747 * config/i386/i386.c (core2i7_first_cycle_multipass_filter_ready_try,)
18748 (core2i7_first_cycle_multipass_begin,)
18749 (core2i7_first_cycle_multipass_issue,)
18750 (core2i7_first_cycle_multipass_backtrack): Update signature.
18751 * config/ia64/ia64.c
18752 (ia64_first_cycle_multipass_dfa_lookahead_guard_spec): Remove.
18753 (ia64_first_cycle_multipass_dfa_lookahead_guard): Update signature.
18754 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove
18755 hook definition.
18756 (ia64_first_cycle_multipass_dfa_lookahead_guard): Merge logic from
18757 ia64_first_cycle_multipass_dfa_lookahead_guard_spec. Update return
18758 values.
18759 * config/rs6000/rs6000.c (rs6000_use_sched_lookahead_guard): Update
18760 return values.
18761 * doc/tm.texi: Regenerate.
18762 * doc/tm.texi.in
18763 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Remove.
18764 * haifa-sched.c (ready_try): Make signed to allow negative values.
18765 (rebug_ready_list_1): Update.
18766 (choose_ready): Simplify.
18767 (sched_extend_ready_list): Update.
18768
18769 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
18770
18771 Remove IA64 speculation tweaking flags
18772 * config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
18773 speculation tuning flags.
18774 (msched-prefer-non-data-spec-insns,)
18775 (msched-prefer-non-control-spec-insns): Obsolete options.
18776 * haifa-sched.c (choose_ready): Remove handling of
18777 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
18778 * sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
18779 and PREFER_NON_DATA_SPEC.
18780 * sel-sched.c (process_spec_exprs): Remove handling of
18781 PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
18782
18783 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
18784
18785 Improve scheduling debug output
18786 * haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
18787 (advance_one_cycle): Update.
18788 (schedule_insn, queue_to_ready): Add debug printouts.
18789 (debug_ready_list_1): New static function.
18790 (debug_ready_list): Update.
18791 (max_issue): Add debug printouts.
18792 (dump_insn_stream): New static function.
18793 (schedule_block): Use it. Also better indent printouts.
18794
18795 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
18796
18797 Fix sched_insn debug counter
18798 * haifa-sched.c (schedule_insn): Update.
18799 (struct haifa_saved_data): Add nonscheduled_insns_begin.
18800 (save_backtrack_point, restore_backtrack_point): Update.
18801 (first_nonscheduled_insn): New static function.
18802 (queue_to_ready, choose_ready): Use it.
18803 (schedule_block): Init nonscheduled_insns_begin.
18804 (sched_emit_insn): Update.
18805
18806
18807 2014-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
18808
18809 * config/aarch64/aarch64.c (aarch64_regno_regclass) : Change CORE_REGS
18810 to GENERAL_REGS.
18811 (aarch64_secondary_reload) : LikeWise.
18812 (aarch64_class_max_nregs) : Remove CORE_REGS.
18813 * config/aarch64/aarch64.h (enum reg_class) : Remove CORE_REGS.
18814 (REG_CLASS_NAMES) : Likewise.
18815 (REG_CLASS_CONTENTS) : LikeWise.
18816 (INDEX_REG_CLASS) : Change CORE_REGS to GENERAL_REGS.
18817
18818 2014-05-21 Guozhi Wei <carrot@google.com>
18819
18820 PR target/61202
18821 * config/aarch64/arm_neon.h (vqdmulh_n_s16): Change the last operand's
18822 constraint.
18823 (vqdmulhq_n_s16): Likewise.
18824
18825 2014-05-21 Segher Boessenkool <segher@kernel.crashing.org>
18826
18827 * config/rs6000/predicates.md (update_indexed_address_mem): Delete.
18828
18829 2014-05-21 Marek Polacek <polacek@redhat.com>
18830
18831 PR sanitizer/61272
18832 * ubsan.c (is_ubsan_builtin_p): Turn assert into a condition.
18833
18834 2014-05-21 Martin Jambor <mjambor@suse.cz>
18835
18836 * doc/invoke.texi (Optimize Options): Document parameters
18837 ipa-cp-eval-threshold, ipa-max-agg-items, ipa-cp-loop-hint-bonus and
18838 ipa-cp-array-index-hint-bonus.
18839
18840 2014-05-21 Mark Wielaard <mjw@redhat.com>
18841
18842 PR debug/16063
18843 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_type if DWARF
18844 version >= 3 or not strict DWARF.
18845 * langhooks.h (struct lang_hooks_for_types): Add
18846 enum_underlying_base_type.
18847 * langhooks.c (lhd_enum_underlying_base_type): New function.
18848 * gcc/langhooks.h (struct lang_hooks_for_types): Add
18849 enum_underlying_base_type.
18850 * langhooks-def.h (lhd_enum_underlying_base_type): New declaration.
18851 (LANG_HOOKS_ENUM_UNDERLYING_BASE_TYPE): New define.
18852 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add new lang hook.
18853
18854 2014-05-21 Richard Biener <rguenther@suse.de>
18855
18856 * doc/invoke.texi (-flto-partition=): Document one and none algorithms.
18857
18858 2014-05-21 John Marino <gnugcc@marino.st>
18859
18860 * config.gcc (*-*-dragonfly*): New target.
18861 * configure.ac: Detect dl_iterate_phdr (*freebsd*, *dragonfly*).
18862 * configure: Regenerate.
18863 * config/dragonfly-stdint.h: New.
18864 * config/dragonfly.h: New.
18865 * config/dragonfly.opt: New.
18866 * config/i386/dragonfly.h: New.
18867 * ginclude/stddef.h: Detect _PTRDIFF_T_DECLARED for DragonFly.
18868
18869 2014-05-21 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
18870
18871 * tree.def (VOID_CST): New.
18872 * tree-core.h (TI_VOID): New.
18873 * tree.h (void_node): New.
18874 * tree.c (tree_node_structure_for_code, tree_code_size)
18875 (iterative_hash_expr): Handle VOID_CST.
18876 (build_common_tree_nodes): Initialize void_node.
18877
18878 2014-05-21 Bernd Schmidt <bernds@codesourcery.com>
18879
18880 * reload1.c (remove_init_insns, will_delete_init_insn_p): New static
18881 functions.
18882 (reload, calculate_needs_all_insns, reload_as_needed): Use them.
18883
18884 * config/bfin/bfin.c (split_load_immediate): Use gen_int_mode in a few
18885 more places.
18886
18887 * cfgrtl.c (cfg_layout_initialize): Weaken assert to only trigger if
18888 flag_reorder_blocks_and_partition.
18889 * hw-doloop.c (reorg_loops): Avoid reordering if that flag is set.
18890
18891 2014-05-21 Oleg Endo <olegendo@gcc.gnu.org>
18892
18893 PR target/54236
18894 * config/sh/sh.md (*addc_r_1): Rename to addc_t_r. Remove empty
18895 constraints.
18896 (*addc_r_t): Add new insn_and_split.
18897
18898 2014-05-21 Jakub Jelinek <jakub@redhat.com>
18899
18900 PR middle-end/61252
18901 * omp-low.c (handle_simd_reference): New function.
18902 (lower_rec_input_clauses): Use it. Defer adding reference
18903 initialization even for reduction without placeholder if in simd,
18904 handle it properly later on.
18905
18906 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
18907
18908 PR tree-optimization/60899
18909 * gimple-fold.c (can_refer_decl_in_current_unit_p): Cleanup;
18910 assume all static symbols will have definition wile parsing and
18911 check the do have definition later in compilation; check that
18912 variable referring symbol will be output before concluding that
18913 reference is safe; be conservative for referring local statics;
18914 be more precise about when comdat is output in other partition.
18915
18916 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
18917
18918 PR bootstrap/60984
18919 * ipa-inline-transform.c (inline_call): Use add CALLEE_REMOVED
18920 parameter.
18921 * ipa-inline.c (inline_to_all_callers): If callee was removed; return.
18922 (ipa_inline): Loop inline_to_all_callers until no more aliases
18923 are removed.
18924
18925 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
18926
18927 * ipa.c (ipa_discover_readonly_nonaddressable_var): Fix dumping;
18928 set writeonly flag only for vars actually written to.
18929
18930 2014-05-20 Dehao Chen <dehao@google.com>
18931
18932 * ipa-inline-transform.c (clone_inlined_nodes): Use min of edge count
18933 and callee count to get clone count.
18934 * tree-inline.c (expand_call_inline): Use callee count instead of bb
18935 count in copy_body.
18936
18937 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
18938
18939 PR rtl-optimization/61243
18940 * emit-rtl.c (emit_copy_of_insn_after): Copy CROSSING_JUMP_P.
18941
18942 2014-05-20 Xinliang David Li <davidxl@google.com>
18943
18944 * cgraphunit.c (walk_polymorphic_call_targets): Add
18945 dbgcnt and fopt-info support.
18946 * ipa-prop.c (ipa_make_edge_direct_to_target): Ditto.
18947 * ipa-devirt.c (ipa_devirt): Ditto.
18948 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Ditto.
18949 * ipa.c (walk_polymorphic_call_targets): Ditto.
18950 * gimple-fold.c (fold_gimple_assign): Ditto.
18951 (gimple_fold_call): Ditto.
18952 * dbgcnt.def: New counter.
18953
18954 2014-05-20 DJ Delorie <dj@redhat.com>
18955
18956 * config/msp430/msp430.md (split): Don't allow subregs when
18957 splitting SImode adds.
18958 (andneghi): Fix subtraction logic.
18959 * config/msp430/predicates.md (msp430_nonsubreg_or_imm_operand): New.
18960
18961 2014-05-20 Jan Hubicka <hubicka@ucw.cz>
18962
18963 * tree.h (DECL_ONE_ONLY): Return true only for externally visible
18964 symbols.
18965 * except.c (switch_to_exception_section, resolve_unique_section,
18966 get_named_text_section, default_function_rodata_section,
18967 align_variable, get_block_for_decl, default_section_type_flags):
18968 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
18969 * symtab.c (symtab_add_to_same_comdat_group,
18970 symtab_make_decl_local, fixup_same_cpp_alias_visibility,
18971 symtab_nonoverwritable_alias, symtab_get_symbol_partitioning_class):
18972 Likewise.
18973 * cgraphclones.c (cgraph_create_virtual_clone): Likewise.
18974 * bb-reorder.c (pass_partition_blocks::gate): Likewise.
18975 * config/c6x/c6x.c (c6x_elf_unique_section): Likewise.
18976 (c6x_function_in_section_p): Likewise.
18977 * config/darwin.c (machopic_select_section): Likewise.
18978 * config/arm/arm.c (arm_function_in_section_p): Likewise.
18979 * config/mips/mips.c (mips_function_rodata_section): Likewise.
18980 * config/mep/mep.c (mep_select_section): LIkewise.
18981 * config/i386/i386.c (x86_64_elf_unique_section): Likewise.
18982
18983 2014-05-20 Eric Botcazou <ebotcazou@adacore.com>
18984
18985 * tree-ssa-dom.c (hashable_expr_equal_p) <EXPR_CALL>: Also compare the
18986 EH region of calls to pure functions that can throw an exception.
18987 * tree-ssa-sccvn.c (vn_reference_eq): Remove duplicated test.
18988 (copy_reference_ops_from_call): Also copy the EH region of the call if
18989 it can throw an exception.
18990
18991 2014-05-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18992
18993 * simplify-rtx.c (simplify_binary_operation_1): Optimize case of
18994 nested VEC_SELECTs that are inverses of each other.
18995
18996 2014-05-20 Richard Biener <rguenther@suse.de>
18997
18998 * tree-ssa-sccvn.c (process_scc): Dump SCC here, when iterating,
18999 (extract_and_process_scc_for_name): not here.
19000 (cond_dom_walker::before_dom_children): Only process
19001 stmts that end the BB in interesting ways.
19002 (run_scc_vn): Mark param uses as visited.
19003
19004 2014-05-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19005
19006 * config/arm/arm.md (arith_shiftsi): Do not predicate for
19007 arm_restrict_it.
19008
19009 2014-05-20 Nick Clifton <nickc@redhat.com>
19010
19011 * config/msp430/msp430.c (TARGET_GIMPLIFY_VA_ARG_EXPR): Define.
19012 (msp430_gimplify_va_arg_expr): New function.
19013 (msp430_print_operand): Handle (CONST (ZERO_EXTRACT)).
19014
19015 * config/msp430/msp430.md (zero_extendpsisi2): Use + constraint on
19016 operand 0 in order to prevent confusion about the number of
19017 registers involved.
19018
19019 2014-05-20 Richard Biener <rguenther@suse.de>
19020
19021 PR tree-optimization/61221
19022 * tree-ssa-pre.c (el_to_update): Remove.
19023 (eliminate_dom_walker::before_dom_children): Handle released
19024 VDEFs by value-numbering them to the associated VUSE. Update
19025 stmt immediately for substituted call address.
19026 (eliminate): Remove delayed stmt updating code.
19027 * tree-ssa-sccvn.c (vuse_ssa_val): New function valueizing
19028 possibly late re-numbered vuses.
19029 (vn_reference_lookup_2): Adjust.
19030 (vn_reference_lookup_pieces): Likewise.
19031 (vn_reference_lookup): Likewise.
19032
19033 2014-05-20 Richard Biener <rguenther@suse.de>
19034
19035 * config.gcc: Remove need_64bit_hwint.
19036 * configure.ac: Do not define NEED_64BIT_HOST_WIDE_INT.
19037 * hwint.h: Do not check NEED_64BIT_HOST_WIDE_INT but assume
19038 it to be true.
19039 * config.in: Regenerate.
19040 * configure: Likewise.
19041
19042 2014-05-19 David Wohlferd <dw@LimeGreenSocks.com>
19043
19044 * doc/extend.texi: Create Label Attributes section,
19045 move all label attributes into it and reference it.
19046
19047 2014-05-19 Richard Earnshaw <rearnsha@arm.com>
19048
19049 * arm.c (thumb1_reorg): When scanning backwards skip anything
19050 that's not a proper insn.
19051
19052 2014-05-19 Richard Biener <rguenther@suse.de>
19053
19054 PR tree-optimization/61221
19055 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
19056 Do nothing for unreachable blocks.
19057 * tree-ssa-sccvn.c (cond_dom_walker::before_dom_children):
19058 Improve unreachability detection.
19059
19060 2014-05-19 Richard Biener <rguenther@suse.de>
19061
19062 PR tree-optimization/61209
19063 * tree-ssa-sccvn.c (visit_phi): Avoid setting expr to VN_TOP.
19064
19065 2014-05-19 Nick Clifton <nickc@redhat.com>
19066
19067 * except.c (init_eh): Fix computation of builtin setjmp buffer
19068 size to allow for targets where POINTER_SIZE > BITS_PER_WORD.
19069
19070 2014-05-19 Richard Biener <rguenther@suse.de>
19071
19072 PR tree-optimization/61184
19073 * tree-vrp.c (is_negative_overflow_infinity): Use
19074 TREE_OVERFLOW_P and do that check first.
19075 (is_positive_overflow_infinity): Likewise.
19076 (is_overflow_infinity): Likewise.
19077 (vrp_operand_equal_p): Properly treat operands with
19078 differing overflow as not equal.
19079
19080 2014-05-19 Bernd Schmidt <bernds@codesourcery.com>
19081
19082 * simplify-rtx.c (simplify_unary_operation_1): Use CONST_INT_P in
19083 shift simplification where it was intended.
19084
19085 2014-05-19 Christian Bruel <christian.bruel@st.com>
19086
19087 PR target/61195
19088 * config/sh/sh.md (movsf_ie): Unset fp_mode for fmov.
19089
19090 2014-05-19 Richard Sandiford <r.sandiford@uk.ibm.com>
19091
19092 PR target/61084
19093 * config/sparc/sparc.c (sparc_fold_builtin): Use widest_int rather
19094 than wide_int.
19095
19096 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
19097
19098 * reg-notes.def (CROSSING_JUMP): Likewise.
19099 * rtl.h (rtx_def): Update comment for jump flag.
19100 (CROSSING_JUMP_P): Define.
19101 * cfgcleanup.c (try_forward_edges, try_optimize_cfg): Use it instead
19102 of a REG_CROSSING_JUMP note.
19103 * cfghooks.c (tidy_fallthru_edges): Likewise.
19104 * cfgrtl.c (fixup_partition_crossing, rtl_verify_edges): Likewise.
19105 * emit-rtl.c (try_split): Likewise.
19106 * haifa-sched.c (sched_create_recovery_edges): Likewise.
19107 * ifcvt.c (find_if_case_1, find_if_case_2): Likewise.
19108 * jump.c (redirect_jump_2): Likewise.
19109 * reorg.c (follow_jumps, fill_slots_from_thread): Likewise.
19110 (relax_delay_slots): Likewise.
19111 * config/arc/arc.md (jump_i, cbranchsi4_scratch, *bbit): Likewise.
19112 (bbit_di): Likewise.
19113 * config/arc/arc.c (arc_reorg, arc_can_follow_jump): Likewise.
19114 * config/sh/sh.md (jump_compact): Likewise.
19115 * bb-reorder.c (rotate_loop): Likewise.
19116 (pass_duplicate_computed_gotos::execute): Likewise.
19117 (add_reg_crossing_jump_notes): Rename to...
19118 (update_crossing_jump_flags): ...this.
19119 (pass_partition_blocks::execute): Update accordingly.
19120
19121 2014-05-19 Richard Sandiford <rdsandiford@googlemail.com>
19122
19123 * tree.h: Remove extraneous template <>.
19124
19125 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19126
19127 * ipa.c (symtab_remove_unreachable_nodes): Remove
19128 symbol from comdat group if its body was eliminated.
19129 (comdat_can_be_unshared_p_1): Static symbols can always be privatized.
19130 * symtab.c (symtab_remove_from_same_comdat_group): Break out from ...
19131 (symtab_unregister_node): ... this one.
19132 (verify_symtab_base): More strict checking of comdats.
19133 * cgraph.h (symtab_remove_from_same_comdat_group): Declare.
19134
19135 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19136
19137 * tree-pass.h (make_pass_ipa_comdats): New pass.
19138 * timevar.def (TV_IPA_COMDATS): New timevar.
19139 * passes.def (pass_ipa_comdats): Add.
19140 * Makefile.in (OBJS): Add ipa-comdats.o
19141 * ipa-comdats.c: New file.
19142
19143 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19144
19145 * ipa.c (update_visibility_by_resolution_info): New function.
19146 (function_and_variable_visibility): Use it.
19147
19148 2014-05-17 Jan Hubicka <hubicka@ucw.cz>
19149
19150 * cgraph.h (symtab_first_defined_symbol, symtab_next_defined_symbol):
19151 New functions.
19152 (FOR_EACH_DEFINED_SYMBOL): New macro.
19153 (varpool_first_static_initializer, varpool_next_static_initializer,
19154 varpool_first_defined_variable, varpool_next_defined_variable):
19155 Fix comments.
19156 (symtab_in_same_comdat_p): Correctly deal with inline functions.
19157
19158 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19159
19160 * ggc-page.c (ggc_handle_finalizers): Add comment.
19161
19162 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19163
19164 * ggc-common.c (ggc_internal_cleared_alloc): Adjust.
19165 * ggc-none.c (ggc_internal_alloc): Assert if a finalizer is passed.
19166 (ggc_internal_cleared_alloc): Likewise.
19167 * ggc-page.c (finalizer): New class.
19168 (vec_finalizer): Likewise.
19169 (globals::finalizers): New member.
19170 (globals::vec_finalizers): Likewise.
19171 (ggc_internal_alloc): Record the finalizer if any for the block being
19172 allocated.
19173 (ggc_handle_finalizers): New function.
19174 (ggc_collect): Call ggc_handle_finalizers.
19175 * ggc.h (ggc_internal_alloc): Add arguments to allow installing a
19176 finalizer.
19177 (ggc_internal_cleared_alloc): Likewise.
19178 (finalize): New function.
19179 (need_finalization_p): Likewise.
19180 (ggc_alloc): Install the type's destructor as the finalizer if it
19181 might do something.
19182 (ggc_cleared_alloc): Likewise.
19183 (ggc_vec_alloc): Likewise.
19184 (ggc_cleared_vec_alloc): Likewise.
19185
19186 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19187
19188 * ggc.h (ggc_alloc_cleared_simd_clone_stat): Remove function.
19189
19190 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19191
19192 * alias.c (record_alias_subset): Adjust.
19193 * bitmap.c (bitmap_element_allocate): Likewise.
19194 (bitmap_gc_alloc_stat): Likewise.
19195 * cfg.c (init_flow): Likewise.
19196 (alloc_block): Likewise.
19197 (unchecked_make_edge): Likewise.
19198 * cfgloop.c (alloc_loop): Likewise.
19199 (flow_loops_find): Likewise.
19200 (rescan_loop_exit): Likewise.
19201 * cfgrtl.c (init_rtl_bb_info): Likewise.
19202 * cgraph.c (insert_new_cgraph_node_version): Likewise.
19203 (cgraph_allocate_node): Likewise.
19204 (cgraph_create_edge_1): Likewise.
19205 (cgraph_allocate_init_indirect_info): Likewise.
19206 * cgraphclones.c (cgraph_clone_edge): Likewise.
19207 * cgraphunit.c (add_asm_node): Likewise.
19208 (init_lowered_empty_function): Likewise.
19209 * config/aarch64/aarch64.c (aarch64_init_machine_status): Likewise.
19210 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
19211 (alpha_use_linkage): Likewise.
19212 * config/arc/arc.c (arc_init_machine_status): Likewise.
19213 * config/arm/arm.c (arm_init_machine_status): Likewise.
19214 * config/avr/avr.c (avr_init_machine_status): Likewise.
19215 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
19216 * config/c6x/c6x.c (c6x_init_machine_status): Likewise.
19217 * config/cris/cris.c (cris_init_machine_status): Likewise.
19218 * config/darwin.c (machopic_indirection_name): Likewise.
19219 (darwin_build_constant_cfstring): Likewise.
19220 (darwin_enter_string_into_cfstring_table): Likewise.
19221 * config/epiphany/epiphany.c (epiphany_init_machine_status): Likewise.
19222 * config/frv/frv.c (frv_init_machine_status): Likewise.
19223 * config/i386/i386.c (get_dllimport_decl): Likewise.
19224 (ix86_init_machine_status): Likewise.
19225 (assign_386_stack_local): Likewise.
19226 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
19227 (i386_pe_maybe_record_exported_symbol): Likewise.
19228 (i386_pe_record_stub): Likewise.
19229 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
19230 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
19231 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
19232 (m32c_note_pragma_address): Likewise.
19233 * config/mep/mep.c (mep_init_machine_status): Likewise.
19234 (mep_note_pragma_flag): Likewise.
19235 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
19236 (mips16_local_alias): Likewise.
19237 (mips_init_machine_status): Likewise.
19238 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
19239 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
19240 * config/msp430/msp430.c (msp430_init_machine_status): Likewise.
19241 * config/nds32/nds32.c (nds32_init_machine_status): Likewise.
19242 * config/nios2/nios2.c (nios2_init_machine_status): Likewise.
19243 * config/pa/pa.c (pa_init_machine_status): Likewise.
19244 (pa_get_deferred_plabel): Likewise.
19245 * config/rl78/rl78.c (rl78_init_machine_status): Likewise.
19246 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
19247 (rs6000_init_machine_status): Likewise.
19248 (output_toc): Likewise.
19249 * config/s390/s390.c (s390_init_machine_status): Likewise.
19250 * config/score/score.c (score_output_external): Likewise.
19251 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
19252 * config/spu/spu.c (spu_init_machine_status): Likewise.
19253 * config/tilegx/tilegx.c (tilegx_init_machine_status): Likewise.
19254 * config/tilepro/tilepro.c (tilepro_init_machine_status): Likewise.
19255 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
19256 * coverage.c (coverage_end_function): Likewise.
19257 * dbxout.c (dbxout_init): Likewise.
19258 * doc/gty.texi: Don't mention variable_size attribute.
19259 * dwarf2cfi.c (new_cfi): Adjust.
19260 (new_cfi_row): Likewise.
19261 (copy_cfi_row): Likewise.
19262 (create_cie_data): Likewise.
19263 * dwarf2out.c (dwarf2out_alloc_current_fde): Likewise.
19264 (new_loc_descr): Likewise.
19265 (find_AT_string_in_table): Likewise.
19266 (add_addr_table_entry): Likewise.
19267 (new_die): Likewise.
19268 (add_var_loc_to_decl): Likewise.
19269 (clone_die): Likewise.
19270 (clone_as_declaration): Likewise.
19271 (break_out_comdat_types): Likewise.
19272 (new_loc_list): Likewise.
19273 (add_loc_descr_to_each): Likewise.
19274 (add_location_or_const_value_attribute): Likewise.
19275 (add_linkage_name): Likewise.
19276 (lookup_filename): Likewise.
19277 (dwarf2out_var_location): Likewise.
19278 (new_line_info_table): Likewise.
19279 (dwarf2out_init): Likewise.
19280 (mem_loc_descriptor): Likewise.
19281 (loc_descriptor): Likewise.
19282 (add_const_value_attribute): Likewise.
19283 (tree_add_const_value_attribute): Likewise.
19284 (comp_dir_string): Likewise.
19285 (dwarf2out_vms_debug_main_pointer): Likewise.
19286 (string_cst_pool_decl): Likewise.
19287 * emit-rtl.c (set_mem_attrs): Likewise.
19288 (get_reg_attrs): Likewise.
19289 (start_sequence): Likewise.
19290 (init_emit): Likewise.
19291 (init_emit_regs): Likewise.
19292 * except.c (init_eh_for_function): Likewise.
19293 (gen_eh_region): Likewise.
19294 (gen_eh_region_catch): Likewise.
19295 (gen_eh_landing_pad): Likewise.
19296 (add_call_site): Likewise.
19297 * function.c (add_frame_space): Likewise.
19298 (insert_temp_slot_address): Likewise.
19299 (assign_stack_temp_for_type): Likewise.
19300 (get_hard_reg_initial_val): Likewise.
19301 (allocate_struct_function): Likewise.
19302 (prepare_function_start): Likewise.
19303 (types_used_by_var_decl_insert): Likewise.
19304 * gengtype.c (variable_size_p): Remove function.
19305 (enum alloc_quantity): Remove enum.
19306 (write_typed_alloc_def): Remove function.
19307 (write_typed_struct_alloc_def): Likewise.
19308 (write_typed_typedef_alloc_def): Likewise.
19309 (write_typed_alloc_defns): Likewise.
19310 (main): Adjust.
19311 * ggc-common.c (ggc_cleared_alloc_htab_ignore_args): Adjust.
19312 (ggc_cleared_alloc_ptr_array_two_args): Likewise.
19313 * ggc.h (ggc_alloc): new function.
19314 (ggc_cleared_alloc): Likewise.
19315 (ggc_vec_alloc): Template on type of vector element, and remove
19316 element size argument.
19317 (ggc_cleared_vec_alloc): Likewise.
19318 * gimple.c (gimple_build_omp_for): Adjust.
19319 (gimple_copy): Likewise.
19320 * ipa-cp.c (get_replacement_map): Likewise.
19321 (find_aggregate_values_for_callers_subset): Likewise.
19322 (known_aggs_to_agg_replacement_list): Likewise.
19323 * ipa-devirt.c (get_odr_type): Likewise.
19324 * ipa-prop.c (ipa_node_duplication_hook): Likewise.
19325 (read_agg_replacement_chain): Likewise.
19326 * loop-iv.c (get_simple_loop_desc): Likewise.
19327 * lto-cgraph.c (input_node_opt_summary): Likewise.
19328 * lto-section-in.c (lto_new_in_decl_state): Likewise.
19329 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
19330 (input_eh_region): Likewise.
19331 (input_eh_lp): Likewise.
19332 (input_cfg): Likewise.
19333 * optabs.c (set_optab_libfunc): Likewise.
19334 (init_tree_optimization_optabs): Likewise.
19335 (set_conv_libfunc): Likewise.
19336 * passes.c (do_per_function_toporder): Likewise.
19337 * rtl.h: Don't use variable_size gty attribute.
19338 * sese.c (if_region_set_false_region): Adjust.
19339 * stringpool.c (gt_pch_save_stringpool): Likewise.
19340 * target-globals.c (save_target_globals): Likewise.
19341 * toplev.c (general_init): Likewise.
19342 * trans-mem.c (record_tm_replacement): Likewise.
19343 (split_bb_make_tm_edge): Likewise.
19344 * tree-cfg.c (move_sese_region_to_fn): Likewise.
19345 * tree-data-ref.h (lambda_vector_new): Likewise.
19346 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
19347 * tree-iterator.c (tsi_link_before): Likewise.
19348 (tsi_link_after): Likewise.
19349 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
19350 * tree-ssa-loop-niter.c (record_estimate): Likewise.
19351 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
19352 * tree-ssa-operands.h: Don't use variable_size gty attribute.
19353 * tree-ssa.c (init_tree_ssa): Adjust.
19354 * tree-ssanames.c (set_range_info): Likewise.
19355 (get_ptr_info): Likewise.
19356 (duplicate_ssa_name_ptr_info): Likewise.
19357 (duplicate_ssa_name_range_info): Likewise.
19358 * tree-streamer-in.c (unpack_ts_real_cst_value_fields): Likewise.
19359 (unpack_ts_fixed_cst_value_fields): Likewise.
19360 * tree.c (build_fixed): Likewise.
19361 (build_real): Likewise.
19362 (build_string): Likewise.
19363 (decl_priority_info): Likewise.
19364 (decl_debug_expr_insert): Likewise.
19365 (decl_value_expr_insert): Likewise.
19366 (decl_debug_args_insert): Likewise.
19367 (type_hash_add): Likewise.
19368 (build_omp_clause): Likewise.
19369 * ubsan.c (decl_for_type_insert): Likewise.
19370 * varasm.c (get_unnamed_section): Likewise.
19371 (get_noswitch_section): Likewise.
19372 (get_section): Likewise.
19373 (get_block_for_section): Likewise.
19374 (create_block_symbol): Likewise.
19375 (build_constant_desc): Likewise.
19376 (create_constant_pool): Likewise.
19377 (force_const_mem): Likewise.
19378 (record_tm_clone_pair): Likewise.
19379 * varpool.c (varpool_create_empty_node): Likewise.
19380
19381 2014-05-17 Trevor Saunders <tsaunders@mozilla.com>
19382
19383 * dwarf2out.c (tree_add_const_value_attribute): Call
19384 ggc_internal_cleared_alloc instead of ggc_alloc_cleared_atomic.
19385 * gengtype.c (write_typed_alloc_def): Call ggc_internal_<x>alloc
19386 instead of ggc_internal_<x>alloc_stat.
19387 * ggc-common.c (ggc_internal_cleared_alloc): Drop _stat suffix.
19388 (ggc_realloc): Likewise.
19389 * ggc-none.c (ggc_internal_alloc): Likewise.
19390 (ggc_internal_cleared_alloc): Likewise.
19391 * ggc-page.c: Likewise.
19392 * ggc.h (ggc_internal_alloc_stat): Likewise.
19393 (ggc_internal_alloc): Remove macro.
19394 (ggc_internal_cleared_alloc_stat): Drop _stat suffix.
19395 (ggc_internal_cleared_alloc): Remove macro.
19396 (GGC_RESIZEVEC): Adjust.
19397 (ggc_resizevar): Remove macro.
19398 (ggc_internal_vec_alloc_stat): Drop _stat suffix.
19399 (ggc_internal_cleared_vec_alloc_stat): Likewise.
19400 (ggc_internal_vec_cleared_alloc): Remove macro.
19401 (ggc_alloc_atomic_stat): Drop _stat suffix.
19402 (ggc_alloc_atomic): Remove macro.
19403 (ggc_alloc_cleared_atomic): Remove macro.
19404 (ggc_alloc_string_stat): Drop _stat suffix.
19405 (ggc_alloc_string): Remove macro.
19406 (ggc_alloc_rtx_def_stat): Adjust.
19407 (ggc_alloc_tree_node_stat): Likewise.
19408 (ggc_alloc_cleared_tree_node_stat): Likewise.
19409 (ggc_alloc_cleared_gimple_statement_stat): Likewise.
19410 (ggc_alloc_cleared_simd_clone_stat): Likewise.
19411 * gimple.c (gimple_build_omp_for): Likewise.
19412 (gimple_copy): Likewise.
19413 * stringpool.c (ggc_alloc_string_stat): Drop _stat suffix.
19414 * toplev.c (realloc_for_line_map): Adjust.
19415 * tree-data-ref.h (lambda_vector_new): Likewise.
19416 * tree-phinodes.c (allocate_phi_node): Likewise.
19417 * tree.c (grow_tree_vec_stat): Likewise.
19418 * vec.h (va_gc::reserve): Adjust.
19419
19420 2014-05-17 Ajit Agarwal <ajitkum@xilinx.com>
19421
19422 * config/microblaze/microblaze.c (break_handler): New Declaration.
19423 (microblaze_break_function_p,microblaze_is_break_handler): New.
19424 (compute_frame_size): Use microblaze_break_function_p.
19425 Add the test of break_handler.
19426 (microblaze_function_prologue) : Add the test of variable
19427 break_handler. Check the fnname by BREAK_HANDLER_NAME.
19428 (microblaze_function_epilogue) : Add the test of break_handler.
19429 (microblaze_globalize_label) : Add the test of break_handler.
19430 Check the name by BREAK_HANDLER_NAME.
19431
19432 * config/microblaze/microblaze.h (BREAK_HANDLER_NAME): New macro
19433
19434 * config/microblaze/microblaze.md (*<optab>,<optab>_internal): Add
19435 microblaze_is_break_handler test.
19436 (call_internal1,call_value_intern): Use microblaze_break_function_p.
19437 Use SYMBOL_REF_DECL.
19438
19439 * config/microblaze/microblaze-protos.h
19440 (microblaze_break_function_p,microblaze_is_break_handler):
19441 New Declaration.
19442
19443 * doc/extend.texi (MicroBlaze break_handler Functions): Document
19444 new MicroBlaze break_handler functions.
19445
19446 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
19447
19448 * doc/extend.texi (Size of an asm): Move node text according
19449 to its @menu entry position.
19450
19451 2014-05-17 Marc Glisse <marc.glisse@inria.fr>
19452
19453 PR tree-optimization/61140
19454 PR tree-optimization/61150
19455 PR tree-optimization/61197
19456 * tree-ssa-phiopt.c (value_replacement): Punt on multiple phis.
19457
19458 2014-05-17 Uros Bizjak <ubizjak@gmail.com>
19459
19460 * doc/invoke.texi (free): Mention Alpha. Also enabled at -Os.
19461
19462 2014-05-17 Richard Sandiford <r.sandiford@uk.ibm.com>
19463
19464 * wide-int.cc: Only include longlong.h if W_TYPE_SIZE==32 or
19465 __SIZEOF_INT128__ is defined.
19466
19467 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
19468
19469 * config/rs6000/rs6000.c (rs6000_real_tls_symbol_ref_p): New function.
19470 (rs6000_delegitimize_address): Use it.
19471
19472 2014-05-17 Richard Sandiford <rdsandiford@googlemail.com>
19473
19474 * emit-rtl.h (replace_equiv_address, replace_equiv_address_nv): Add an
19475 inplace argument. Store the new address in the original MEM when true.
19476 * emit-rtl.c (change_address_1): Likewise.
19477 (adjust_address_1, adjust_automodify_address_1, offset_address):
19478 Update accordingly.
19479 * rtl.h (plus_constant): Add an inplace argument.
19480 * explow.c (plus_constant): Likewise. Try to reuse the original PLUS
19481 when true. Avoid generating (plus X (const_int 0)).
19482 * function.c (instantiate_virtual_regs_in_rtx): Adjust the PLUS
19483 in-place. Pass true to plus_constant.
19484 (instantiate_virtual_regs_in_insn): Pass true to replace_equiv_address.
19485
19486 2014-05-16 Dehao Chen <dehao@google.com>
19487
19488 * tree-cfg.c (gimple_merge_blocks): Updates bb count with max count.
19489
19490 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
19491
19492 PR target/54089
19493 * config/sh/predicates.md (negt_reg_shl31_operand): Match additional
19494 patterns.
19495 * config/sh/sh.md (*negt_msb): Merge SH2A and non-SH2A variants.
19496
19497 2014-05-16 Dehao Chen <dehao@google.com>
19498
19499 * ira-int.h (REG_FREQ_FROM_EDGE_FREQ): Use
19500 optimize_function_for_size_p.
19501 * regs.h (REG_FREQ_FROM_BB): Likewise.
19502
19503 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
19504
19505 PR target/51244
19506 * config/sh/sh.c (sh_eval_treg_value): Handle t_reg_operand and
19507 negt_reg_operand cases.
19508 * config/sh/sh.md (*cset_zero): Likewise by using cbranch_treg_value
19509 predicate.
19510 * config/sh/predicates.md (cbranch_treg_value): Simplify.
19511
19512 2014-05-16 Oleg Endo <olegendo@gcc.gnu.org>
19513
19514 * config/sh/sh.c (sh_option_override): Set branch cost to 2 for all
19515 target variants.
19516
19517 2014-05-16 David Malcolm <dmalcolm@redhat.com>
19518
19519 Revert:
19520 2014-04-29 David Malcolm <dmalcolm@redhat.com>
19521
19522 * tree-cfg.c (dump_function_to_file): Dump the return type of
19523 functions, in a line to itself before the function body, mimicking
19524 the layout of a C function.
19525
19526 2014-05-16 Dehao Chen <dehao@google.com>
19527
19528 * cfghooks.c (make_forwarder_block): Use direct computation to
19529 get fall-through edge's count and frequency.
19530
19531 2014-05-16 Benno Schulenberg <bensberg@justemail.net>
19532
19533 * config/arc/arc.c (arc_init): Fix typo in error message.
19534 * config/i386/i386.c (ix86_expand_builtin): Likewise.
19535 (split_stack_prologue_scratch_regno): Likewise.
19536 * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
19537 word from error message.
19538
19539 2014-05-16 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
19540
19541 * ira-costs.c: Fix typo in comment.
19542
19543 2014-05-16 David Wohlferd <dw@LimeGreenSocks.com>
19544
19545 * doc/extend.texi: (Visibility Pragmas) Fix misplaced @xref
19546
19547 2014-05-16 Jan Hubicka <hubicka@ucw.cz>
19548
19549 * varpool.c (dump_varpool_node): Dump write-only flag.
19550 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Stream
19551 write-only flag.
19552 * tree-cfg.c (execute_fixup_cfg): Remove statements setting
19553 write-only variables.
19554 * ipa.c (process_references): New function.
19555 (set_readonly_bit): New function.
19556 (set_writeonly_bit): New function.
19557 (clear_addressable_bit): New function.
19558 (ipa_discover_readonly_nonaddressable_var): Mark write only variables;
19559 fix handling of aliases.
19560 * cgraph.h (struct varpool_node): Add writeonly flag.
19561
19562 2014-05-16 Vladimir Makarov <vmakarov@redhat.com>
19563
19564 PR rtl-optimization/60969
19565 * ira-costs.c (record_reg_classes): Allow only memory for pseudo.
19566 Calculate costs for this case.
19567
19568 2014-05-16 Eric Botcazou <ebotcazou@adacore.com>
19569
19570 * fold-const (fold_unary_loc) <NON_LVALUE_EXPR>: New case.
19571 <CASE_CONVERT>: Pass arg0 instead of op0 to fold_convert_const.
19572
19573 2014-05-16 Richard Biener <rguenther@suse.de>
19574
19575 PR tree-optimization/61194
19576 * tree-vect-patterns.c (adjust_bool_pattern): Also handle
19577 bool patterns ending in a COND_EXPR.
19578
19579 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19580
19581 * config/aarch64/aarch64.c (aarch64_rtx_mult_cost): Fix FNMUL case.
19582
19583 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19584
19585 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle the case
19586 where we were unable to cost an RTX.
19587
19588 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19589
19590 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost SYMBOL_REF,
19591 HIGH, LO_SUM.
19592
19593 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19594 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19595
19596 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost TRUNCATE.
19597
19598 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19599 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19600
19601 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost FMA,
19602 FLOAT_EXTEND, FLOAT_TRUNCATE, ABS, SMAX, and SMIN.
19603
19604 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19605 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19606
19607 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost comparison
19608 operators.
19609
19610 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19611 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19612
19613 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
19614 DIV/MOD.
19615
19616 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19617 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19618
19619 * config/aarch64/aarch64.c (aarch64_rtx_arith_op_extract_p): New.
19620 (aarch64_rtx_costs): Improve costs for SIGN/ZERO_EXTRACT.
19621
19622 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19623 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19624
19625 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costs for
19626 rotates and shifts.
19627
19628 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19629 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19630
19631 * config/aarch64/aarch64.c (aarch64_rtx_costs): Cost
19632 ZERO_EXTEND and SIGN_EXTEND better.
19633
19634 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19635 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19636
19637 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve cost for
19638 logical operations.
19639
19640 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19641 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19642
19643 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use address
19644 costs when costing loads and stores to memory.
19645
19646 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19647 Philip Tomsich <philipp.tomsich@theobroma-systems.com>
19648
19649 * config/aarch64/aarch64.c (aarch64_rtx_costs): Improve costing
19650 for SET RTX.
19651
19652 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19653
19654 * config/aarch64/aarch64.c (aarch64_rtx_costs): Set default costs.
19655
19656 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19657 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19658
19659 * config/aarch64/aarch64.c (aarch64_strip_shift_or_extend): Rename
19660 to...
19661 (aarch64_strip_extend): ...this, don't strip shifts, check RTX is
19662 well formed.
19663 (aarch64_rtx_mult_cost): New.
19664 (aarch64_rtx_costs): Use it, refactor as appropriate.
19665
19666 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19667 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
19668
19669 * config/aarch64/aarch64.c (aarch64_build_constant): Conditionally
19670 emit instructions, return number of instructions which would
19671 be emitted.
19672 (aarch64_add_constant): Update call to aarch64_build_constant.
19673 (aarch64_output_mi_thunk): Likewise.
19674 (aarch64_rtx_costs): Estimate cost of a CONST_INT, cost of
19675 a CONST_DOUBLE.
19676
19677 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19678
19679 * config/aarch64/aarch64.c (aarch64_rtx_costs_wrapper): New.
19680 (TARGET_RTX_COSTS): Call it.
19681
19682 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19683
19684 * config/aarch64/aarch64.c (cortexa57_addrcost_table): New.
19685 (cortexa57_vector_cost): Likewise.
19686 (cortexa57_tunings): Use them.
19687
19688 2014-05-16 James Greenhalgh <james.greenhalgh@arm.com>
19689
19690 * config/aarch64/aarch64-protos.h (scale_addr_mode_cost): New.
19691 (cpu_addrcost_table): Use it.
19692 * config/aarch64/aarch64.c (generic_addrcost_table): Initialize it.
19693 (aarch64_address_cost): Rewrite using aarch64_classify_address,
19694 move it.
19695
19696 2014-05-16 Richard Biener <rguenther@suse.de>
19697
19698 * tree-ssa-sccvn.c: Include tree-cfg.h and domwalk.h.
19699 (set_ssa_val_to): Handle unexpected sets to VN_TOP.
19700 (visit_phi): Ignore edges marked as not executable.
19701 (class cond_dom_walker): New.
19702 (cond_dom_walker::before_dom_children): Value-number
19703 control statements and mark successor edges as not
19704 executable if possible.
19705 (run_scc_vn): First walk all control statements in
19706 dominator order, marking edges as not executable.
19707 * tree-inline.c (copy_edges_for_bb): Be not confused
19708 about random edge flags.
19709
19710 2014-05-16 Richard Biener <rguenther@suse.de>
19711
19712 * tree-ssa-sccvn.c (visit_use): Also constant-fold calls.
19713
19714 2014-05-15 Peter Bergner <bergner@vnet.ibm.com>
19715
19716 PR target/61193
19717 * config/rs6000/htmxlintrin.h (_HTM_TBEGIN_STARTED): New define.
19718 (__TM_simple_begin): Use it.
19719 (__TM_begin): Likewise.
19720
19721 2014-05-15 Martin Jambor <mjambor@suse.cz>
19722
19723 PR ipa/61085
19724 * ipa-prop.c (update_indirect_edges_after_inlining): Check
19725 type_preserved flag when the indirect edge is polymorphic.
19726
19727 2014-05-15 Martin Jambor <mjambor@suse.cz>
19728
19729 PR tree-optimization/61090
19730 * tree-sra.c (sra_modify_expr): Pass the current gsi to
19731 build_ref_for_model.
19732
19733 2014-05-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19734
19735 * config/arm/arm.c (arm_option_override): Use the SCHED_PRESSURE_MODEL
19736 enum name for PARAM_SCHED_PRESSURE_ALGORITHM.
19737
19738 2014-05-15 Jakub Jelinek <jakub@redhat.com>
19739
19740 PR tree-optimization/61158
19741 * fold-const.c (fold_binary_loc): If X is zero-extended and
19742 shiftc >= prec, make sure zerobits is all ones instead of
19743 invoking undefined behavior.
19744
19745 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
19746
19747 * regcprop.h: New file.
19748 * regcprop.c (skip_debug_insn_p): New decl.
19749 (replace_oldest_value_reg): Check skip_debug_insn_p.
19750 (copyprop_hardreg_forward_bb_without_debug_insn): New function.
19751 * shrink-wrap.c: Include regcprop.h.
19752 (prepare_shrink_wrap): Call
19753 copyprop_hardreg_forward_bb_without_debug_insn.
19754
19755 2014-05-15 Zhenqiang Chen <zhenqiang.chen@linaro.org>
19756
19757 * shrink-wrap.h: Update comment.
19758 * shrink-wrap.c: Update comment.
19759 (next_block_for_reg): Rename to live_edge_for_reg.
19760 (live_edge_for_reg): Allow live_edge->dest has two predecessors.
19761 (move_insn_for_shrink_wrap): Split live_edge.
19762 (prepre_shrink_wrap): One more parameter for move_insn_for_shrink_wrap.
19763
19764 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
19765
19766 * config/sparc/sparc-protos.h (sparc_absnegfloat_split_legitimate):
19767 Delete.
19768 * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): Likewise.
19769 * config/sparc/sparc.md (fptype_ut699): New attribute.
19770 (in_branch_delay): Return false if -mfix-ut699 is specified and
19771 fptype_ut699 is set to single.
19772 (truncdfsf2): Add fptype_ut699 attribute.
19773 (fix_truncdfsi2): Likewise.
19774 (floatsisf2): Change fptype attribute.
19775 (fix_truncsfsi2): Likewise.
19776 (negtf2_notv9): Delete.
19777 (negtf2_v9): Likewise.
19778 (negtf2_hq): New instruction.
19779 (negtf2): New instruction and splitter.
19780 (negdf2_notv9): Rewrite.
19781 (abstf2_notv9): Delete.
19782 (abstf2_hq_v9): Likewise.
19783 (abstf2_v9): Likewise.
19784 (abstf2_hq): New instruction.
19785 (abstf2): New instruction and splitter.
19786 (absdf2_notv9): Rewrite.
19787
19788 2014-05-14 Cary Coutant <ccoutant@google.com>
19789
19790 PR debug/61013
19791 * opts.c (common_handle_option): Don't special-case "-g".
19792 (set_debug_level): Default to at least level 2 with "-g".
19793
19794 2014-05-14 DJ Delorie <dj@redhat.com>
19795
19796 * config/msp430/msp430.c (msp430_builtin): Add
19797 MSP430_BUILTIN_DELAY_CYCLES.
19798 (msp430_init_builtins): Register void __delay_cycles(long long).
19799 (msp430_builtin_decl): Add it.
19800 (cg_magic_constant): New.
19801 (msp430_expand_delay_cycles): New.
19802 (msp430_expand_builtin): Call it.
19803 (msp430_print_operand_raw): Change integer printing from "int" to
19804 HOST_WIDE_INT.
19805 * config/msp430/msp430.md (define_constants): Add delay_cycles tags.
19806 (delay_cycles_start): New.
19807 (delay_cycles_end): New.
19808 (delay_cycles_32): New.
19809 (delay_cycles_32x): New.
19810 (delay_cycles_16): New.
19811 (delay_cycles_16x): New.
19812 (delay_cycles_2): New.
19813 (delay_cycles_1): New.
19814 * doc/extend.texi: Document __delay_cycles().
19815
19816 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
19817
19818 * config/nios2/nios2.md (nios2_cbranch): Fix paste-o in
19819 length attribute computation.
19820
19821 2014-05-14 Richard Sandiford <rdsandiford@googlemail.com>
19822
19823 PR debug/61188
19824 * print-rtl.c (print_rtx): Suppress uids if flag_dump_unnumbered.
19825
19826 2014-05-14 Richard Sandiford <r.sandiford@uk.ibm.com>
19827
19828 PR target/61084
19829 * config/sparc/sparc.md: Fix types of low and high in DI constant
19830 splitter. Use gen_int_mode in some other splitters.
19831
19832 2014-05-14 Martin Jambor <mjambor@suse.cz>
19833
19834 PR ipa/60897
19835 * ipa-prop.c (ipa_modify_formal_parameters): Reset DECL_LANG_SPECIFIC.
19836
19837 2014-05-14 James Norris <jnorris@codesourcery.com>
19838
19839 * omp-low.c (expand_parallel_call): Remove shadow variable.
19840 (expand_omp_taskreg): Likewise.
19841
19842 2014-05-14 Ilya Tocar <ilya.tocar@intel.com>
19843
19844 * common/config/i386/i386-common.c
19845 (OPTION_MASK_ISA_CLFLUSHOPT_SET): Define.
19846 (OPTION_MASK_ISA_XSAVES_SET): Ditto.
19847 (OPTION_MASK_ISA_XSAVEC_SET): Ditto.
19848 (OPTION_MASK_ISA_CLFLUSHOPT_UNSET): Ditto.
19849 (OPTION_MASK_ISA_XSAVES_UNSET): Ditto.
19850 (OPTION_MASK_ISA_XSAVEC_UNSET): Ditto.
19851 (ix86_handle_option): Handle OPT_mxsavec, OPT_mxsaves, OPT_mclflushopt.
19852 * config.gcc (i[34567]86-*-*): Add clflushoptintrin.h,
19853 xsavecintrin.h, xsavesintrin.h.
19854 (x86_64-*-*): Ditto.
19855 * config/i386/clflushoptintrin.h: New.
19856 * config/i386/xsavecintrin.h: Ditto.
19857 * config/i386/xsavesintrin.h: Ditto.
19858 * config/i386/cpuid.h (bit_CLFLUSHOPT): Define.
19859 (bit_XSAVES): Ditto.
19860 (bit_XSAVES): Ditto.
19861 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
19862 -mclflushopt, -mxsavec, -mxsaves, -mno-xsaves, -mno-xsavec,
19863 -mno-clflushopt.
19864 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
19865 OPTION_MASK_ISA_CLFLUSHOPT, OPTION_MASK_ISA_XSAVEC,
19866 OPTION_MASK_ISA_XSAVES.
19867 * config/i386/i386.c (ix86_target_string): Handle -mclflushopt,
19868 -mxsavec, -mxsaves.
19869 (PTA_CLFLUSHOPT) Define.
19870 (PTA_XSAVEC): Ditto.
19871 (PTA_XSAVES): Ditto.
19872 (ix86_option_override_internal): Handle new options.
19873 (ix86_valid_target_attribute_inner_p): Ditto.
19874 (ix86_builtins): Add IX86_BUILTIN_XSAVEC, IX86_BUILTIN_XSAVEC64,
19875 IX86_BUILTIN_XSAVES, IX86_BUILTIN_XRSTORS, IX86_BUILTIN_XSAVES64,
19876 IX86_BUILTIN_XRSTORS64, IX86_BUILTIN_CLFLUSHOPT.
19877 (bdesc_special_args): Add __builtin_ia32_xsaves,
19878 __builtin_ia32_xrstors, __builtin_ia32_xsavec, __builtin_ia32_xsaves64,
19879 __builtin_ia32_xrstors64, __builtin_ia32_xsavec64.
19880 (ix86_init_mmx_sse_builtins): Add __builtin_ia32_clflushopt.
19881 (ix86_expand_builtin): Handle new builtins.
19882 * config/i386/i386.h (TARGET_CLFLUSHOPT) Define.
19883 (TARGET_CLFLUSHOPT_P): Ditto.
19884 (TARGET_XSAVEC): Ditto.
19885 (TARGET_XSAVEC_P): Ditto.
19886 (TARGET_XSAVES): Ditto.
19887 (TARGET_XSAVES_P): Ditto.
19888 * config/i386/i386.md (ANY_XSAVE): Add UNSPECV_XSAVEC, UNSPECV_XSAVES.
19889 (ANY_XSAVE64)" Add UNSPECV_XSAVEC64, UNSPECV_XSAVES64.
19890 (attr xsave): Add xsavec, xsavec64, xsaves, xsaves64.
19891 (ANY_XRSTOR): New.
19892 (ANY_XRSTOR64): Ditto.
19893 (xrstor): Ditto.
19894 (xrstor): Change into <xrstor>.
19895 (xrstor_rex64): Change into <xrstor>_rex64.
19896 (xrstor64): Change into <xrstor>64
19897 (clflushopt): New.
19898 * config/i386/i386.opt (mclflushopt): New.
19899 (mxsavec): Ditto.
19900 (mxsaves): Ditto.
19901 * config/i386/x86intrin.h: Add clflushoptintrin.h, xsavesintrin.h,
19902 xsavecintrin.h.
19903 * doc/invoke.texi: Document new options.
19904
19905 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
19906
19907 PR rtl-optimization/60866
19908 * sel-sched-ir (sel_init_new_insn): New parameter old_seqno.
19909 Default it to -1. Pass it down to init_simplejump_data.
19910 (init_simplejump_data): New parameter old_seqno. Pass it down
19911 to get_seqno_for_a_jump.
19912 (get_seqno_for_a_jump): New parameter old_seqno. Use it for
19913 initializing new jump seqno as a last resort. Add comment.
19914 (sel_redirect_edge_and_branch): Save old seqno of the conditional
19915 jump and pass it down to sel_init_new_insn.
19916 (sel_redirect_edge_and_branch_force): Likewise.
19917
19918 2014-05-14 Georg-Johann Lay <avr@gjlay.de>
19919
19920 * config/avr/avr.h (REG_CLASS_CONTENTS): Use unsigned suffix for
19921 shifted values to avoid build warning.
19922
19923 2014-05-14 Eric Botcazou <ebotcazou@adacore.com>
19924
19925 * cfgcleanup.c (try_forward_edges): Use location_t for locations.
19926 * cfgrtl.c (rtl_merge_blocks): Fix comment.
19927 (cfg_layout_merge_blocks): Likewise.
19928 * except.c (emit_to_new_bb_before): Remove prev_bb local variable.
19929
19930 2014-05-14 Andrey Belevantsev <abel@ispras.ru>
19931
19932 PR rtl-optimization/60901
19933 * config/i386/i386.c (ix86_dependencies_evaluation_hook): Check that
19934 bb predecessor belongs to the same scheduling region. Adjust comment.
19935
19936 2014-05-13 Peter Bergner <bergner@vnet.ibm.com>
19937
19938 * doc/sourcebuild.texi: (dfp_hw): Document.
19939 (p8vector_hw): Likewise.
19940 (powerpc_eabi_ok): Likewise.
19941 (powerpc_elfv2): Likewise.
19942 (powerpc_htm_ok): Likewise.
19943 (ppc_recip_hw): Likewise.
19944 (vsx_hw): Likewise.
19945
19946 2014-05-13 Cary Coutant <ccoutant@google.com>
19947
19948 * opts.c (finish_options): Use -ggnu-pubnames with -gsplit-dwarf.
19949
19950 2014-05-13 David Malcolm <dmalcolm@redhat.com>
19951
19952 * gengtype-parse.c (require3): Eliminate in favor of...
19953 (require4): New.
19954 (require_template_declaration): Update to support optional single *
19955 on a type.
19956
19957 * gengtype.c (get_ultimate_base_class): Add a non-const overload.
19958 (create_user_defined_type): Handle a single level of explicit
19959 pointerness within template arguments.
19960 (struct write_types_data): Add field "kind".
19961 (filter_type_name): Handle "*" character.
19962 (write_user_func_for_structure_ptr): Require a write_types_data
19963 rather than just a prefix string, so that we can look up the kind
19964 of the wtd and use it as an index into wrote_user_func_for_ptr,
19965 ensuring that such functions are written at most once. Support
19966 subclasses by invoking the marking function of the ultimate base class.
19967 (write_user_func_for_structure_body): Require a write_types_data
19968 rather than just a prefix string, so that we can pass this to
19969 write_user_func_for_structure_ptr.
19970 (write_func_for_structure): Likewise.
19971 (ggc_wtd): Add initializer of new "kind" field.
19972 (pch_wtd): Likewise.
19973
19974 * gengtype.h (enum write_types_kinds): New.
19975 (struct type): Add field wrote_user_func_for_ptr to the "s"
19976 union member.
19977
19978 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
19979
19980 * fold-const.c (optimize_bit_field_compare): Use wi:: operations
19981 instead of const_binop.
19982 (fold_binary_loc): Likewise.
19983
19984 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com>
19985
19986 * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index
19987 calculation to match get_ref_base_and_extent.
19988
19989 2014-05-13 Catherine Moore <clm@codesourcery.com>
19990 Sandra Loosemore <sandra@codesourcery.com>
19991
19992 * configure.ac: Fix assembly for explicit JALR relocation check.
19993 * configure: Regenerate.
19994
19995 2014-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19996
19997 * config/arm/arm.c (neon_itype): Remove NEON_RESULTPAIR.
19998 (arm_init_neon_builtins): Remove handling of NEON_RESULTPAIR.
19999 Remove associated type declarations and initialisations.
20000 (arm_expand_neon_builtin): Likewise.
20001 (neon_emit_pair_result_insn): Delete.
20002 * config/arm/arm_neon_builtins (vtrn, vzip, vuzp): Delete.
20003 * config/arm/neon.md (neon_vtrn<mode>): Delete.
20004 (neon_vzip<mode>): Likewise.
20005 (neon_vuzp<mode>): Likewise.
20006
20007 2014-05-13 Richard Biener <rguenther@suse.de>
20008
20009 PR ipa/60973
20010 * tree-inline.c (remap_gimple_stmt): Clear tail call flag,
20011 it needs revisiting whether the call still may be tail-called.
20012
20013 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20014
20015 * rtl.def (SYMBOL_REF): Remove middle "0" field.
20016 * rtl.h (block_symbol): Reduce number of fields to 2.
20017 (rtx_def): Add u2.symbol_ref_flags.
20018 (SYMBOL_REF_FLAGS): Use it.
20019 (SYMBOL_REF_DATA, SET_SYMBOL_REF_DECL, SYMBOL_REF_DECL)
20020 (SET_SYMBOL_REF_CONSTANT, SYMBOL_REF_CONSTANT): Lower index.
20021 * gengtype.c (adjust_field_rtx_def): Remove SYMBOL_REF_FLAGS handling.
20022 Lower index of SYMBOL_REF_DATA.
20023 * print-rtl.c (print_rtx): Lower index for SYMBOL_REF_DATA.
20024 Print SYMBOL_REF_FLAGS at the same time.
20025 * genattrtab.c (attr_rtx_1): Only initialize 1 "0" SYMBOL_REF field.
20026
20027 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20028
20029 * rtl.def (VAR_LOCATION): Remove "i" field.
20030 * rtl.h (rtx_def): Add u2.var_location_status.
20031 (PAT_VAR_LOCATION_STATUS): Use it.
20032 (gen_rtx_VAR_LOCATION): Declare.
20033 * gengenrtl.c (excluded_rtx): Add VAR_LOCATION.
20034 * emit-rtl.c (gen_rtx_VAR_LOCATION): New function.
20035 * var-tracking.c (emit_note_insn_var_location): Remove casts.
20036
20037 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20038
20039 * rtl.def (scratch): Fix outdated comment and remove "0" field.
20040 * gengtype.c (adjust_field_rtx_def): Update accordingly.
20041
20042 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20043
20044 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, JUMP_TABLE_DATA)
20045 (BARRIER, CODE_LABEL, NOTE): Remove first "i" field.
20046 * rtl.h (rtx_def): Add insn_uid to u2 field.
20047 (RTX_FLAG_CHECK8): Delete in favor of...
20048 (RTL_INSN_CHAIN_FLAG_CHECK): ...this new macro.
20049 (INSN_DELETED_P): Update accordingly.
20050 (INSN_UID): Use u2.insn_uid.
20051 (INSN_CHAIN_CODE_P): Define.
20052 (PREV_INSN, NEXT_INSN, BLOCK_FOR_INSN, PATTERN, INSN_LOCATION)
20053 (INSN_CODE, REG_NOTES, CALL_INSN_FUNCTION_USAGE, CODE_LABEL_NUMBER)
20054 (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK, NOTE_EH_HANDLER)
20055 (NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_CFI, NOTE_LABEL_NUMBER)
20056 (NOTE_KIND, LABEL_NAME, LABEL_NUSES, JUMP_LABEL, LABEL_REFS): Lower
20057 indices accordingly.
20058 * print-rtl.c (print_rtx): Print INSN_UIDs before the main loop.
20059 Update indices for insn-chain rtxes.
20060 * gengtype.c (gen_rtx_next): Adjust test for insn-chain rtxes.
20061 (adjust_field_rtx_def): Lower '0' indices for all insn-chain rtxes.
20062 * emit-rtl.c (gen_label_rtx): Update gen_rtx_LABEL call.
20063 * caller-save.c (init_caller_save): Update gen_rtx_INSN calls.
20064 * combine.c (try_combine): Likewise.
20065 * ira.c (setup_prohibited_mode_move_regs): Likewise.
20066
20067 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20068
20069 * rtl.def (REG): Remove middle field.
20070 * rtl.h (rtx_def): Add orignal_regno to u2.
20071 (ORIGINAL_REGNO): Use it instead of field 1.
20072 (REG_ATTRS): Lower field index accordingly.
20073 * gengtype.c (adjust_field_rtx_def): Remove handling of
20074 ORIGINAL_REGNO. Move REG_ATTRS index down.
20075 * print-rtl.c (print_rtx): Move ORIGINAL_REGNO handling to the
20076 code that prints the REGNO.
20077
20078 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20079
20080 * print-rtl.c (print_rtx): Guard whole '0' block with ifndef
20081 GENERATOR_FILE.
20082
20083 2014-05-13 Richard Sandiford <rdsandiford@googlemail.com>
20084
20085 * rtl.h (rtx_def): Mark u2 as GTY ((skip)).
20086
20087 2014-05-13 Bin Cheng <bin.cheng@arm.com>
20088
20089 * tree-ssa-loop-ivopts.c (contain_complex_addr_expr): New.
20090 (alloc_iv): Lower base expressions containing ADDR_EXPR.
20091
20092 2014-05-13 Ian Bolton <ian.bolton@arm.com>
20093
20094 * config/aarch64/aarch64-protos.h
20095 (aarch64_hard_regno_caller_save_mode): New prototype.
20096 * config/aarch64/aarch64.c (aarch64_hard_regno_caller_save_mode):
20097 New function.
20098 * config/aarch64/aarch64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
20099
20100 2014-05-13 Christian Bruel <christian.bruel@st.com>
20101
20102 * target.def (mode_switching): New hook vector.
20103 (mode_emit, mode_needed, mode_after, mode_entry): New hooks.
20104 (mode_exit, modepriority_to_mode): Likewise.
20105 * mode-switching.c (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Hookify.
20106 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20107 * target.h: Include tm.h and hard-reg-set.h.
20108 * doc/tm.texi.in (EMIT_MODE_SET, MODE_NEEDED, MODE_AFTER, MODE_ENTRY)
20109 (MODE_EXIT, MODE_PRIORITY_TO_MODE): Delete and hookify.
20110 * doc/tm.texi Regenerate.
20111 * config/sh/sh.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
20112 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20113 * config/sh/sh.c (sh_emit_mode_set, sh_mode_priority): Hookify.
20114 (sh_mode_needed, sh_mode_after, sh_mode_entry, sh_mode_exit): Likewise.
20115 * config/i386/i386.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY): Delete
20116 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20117 * config/i386/i386-protos.h (ix86_mode_needed, ix86_mode_after)
20118 (ix86_mode_entrym, ix86_emit_mode_set): Remove external declaration.
20119 * config/i386/i386.c (ix86_mode_needed, ix86_mode_after,
20120 (ix86_mode_exit, ix86_mode_entry, ix86_mode_priority)
20121 (ix86_emit_mode_set): Hookify.
20122 * config/epiphany/epiphany.h (MODE_NEEDED, MODE_AFTER, MODE_ENTRY):
20123 Delete.
20124 (MODE_EXIT, MODE_PRIORITY_TO_MODE, EMIT_MODE_SET): Likewise.
20125 * config/epiphany/epiphany-protos.h (epiphany_mode_needed)
20126 (emit_set_fp_mode, epiphany_mode_entry_exit, epiphany_mode_after)
20127 (epiphany_mode_priority_to_mode): Remove declaration.
20128 * config/epiphany/epiphany.c (emit_set_fp_mode): Hookify.
20129 (epiphany_mode_needed, epiphany_mode_priority_to_mode): Likewise.
20130 (epiphany_mode_entry, epiphany_mode_exit, epiphany_mode_after):
20131 Likewise.
20132 (epiphany_mode_priority_to_mode): Change priority type. Hookify.
20133 (epiphany_mode_needed, epiphany_mode_entry_exit): Hookify.
20134 (epiphany_mode_after, epiphany_mode_entry, emit_set_fp_mode): Hookify.
20135
20136 2014-05-13 Jakub Jelinek <jakub@redhat.com>
20137
20138 PR target/61060
20139 * config/i386/i386.c (ix86_expand_set_or_movmem): If count_exp
20140 is const0_rtx, return immediately. Don't test count == 0 when
20141 it is always true.
20142
20143 2014-05-13 Zhenqiang Chen <zhenqiang.chen@linaro.org>
20144
20145 * Makefile.in: add shrink-wrap.o.
20146 * config/i386/i386.c: include "shrink-wrap.h"
20147 * function.c: Likewise.
20148 (requires_stack_frame_p, next_block_for_reg,
20149 move_insn_for_shrink_wrap, prepare_shrink_wrap,
20150 dup_block_and_redirect): Move to shrink-wrap.c
20151 (thread_prologue_and_epilogue_insns): Extract three code segments
20152 as functions in shrink-wrap.c
20153 * function.h: Move #ifdef HAVE_simple_return ... #endif block to
20154 shrink-wrap.h
20155 * shrink-wrap.c: New file.
20156 * shrink-wrap.h: New file.
20157
20158 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
20159
20160 * doc/extend.texi: Reflect current numbers of pragmas. Remove
20161 reference to Solaris.
20162
20163 2014-05-12 Mike Stump <mikestump@comcast.net>
20164
20165 PR other/31778
20166 * genattrtab.c (filename): Add.
20167 (convert_set_attr_alternative): Improve error message.
20168 (check_defs): Restore read_md_filename for error messages.
20169 (gen_insn): Save filename.
20170
20171 2014-05-12 Dimitris Papavasiliou <dpapavas@gmail.com>
20172
20173 * doc/invoke.texi: Document new switches -Wno-shadow-ivar,
20174 -fno-local-ivars and -fivar-visibility.
20175 * c-family/c.opt: Make -Wshadow also implicitly enable
20176 -Wshadow-ivar.
20177
20178 2014-05-12 David Wohlferd <dw@LimeGreenSocks.com>
20179
20180 * doc/tm.texi: Remove reference to deleted macro.
20181 * doc/tm.texi.in: Likewise.
20182
20183 2014-05-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
20184
20185 PR target/60991
20186 * config/avr/avr.c (avr_out_store_psi): Use correct constant
20187 to restore Y.
20188
20189 2014-05-12 Georg-Johann Lay <avr@gjlay.de>
20190
20191 PR libgcc/61152
20192 * config/arm/arm.h (License): Add GCC Runtime Library Exception.
20193 * config/arm/aout.h (License): Same.
20194 * config/arm/bpabi.h (License): Same.
20195 * config/arm/elf.h (License): Same.
20196 * config/arm/linux-elf.h (License): Same.
20197 * config/arm/linux-gas.h (License): Same.
20198 * config/arm/netbsd-elf.h (License): Same.
20199 * config/arm/uclinux-eabi.h (License): Same.
20200 * config/arm/uclinux-elf.h (License): Same.
20201 * config/arm/vxworks.h (License): Same.
20202
20203 2014-05-11 Jakub Jelinek <jakub@redhat.com>
20204
20205 * tree.h (OMP_CLAUSE_LINEAR_STMT): Define.
20206 * tree.c (omp_clause_num_ops): Increase OMP_CLAUSE_LINEAR
20207 number of operands to 3.
20208 (walk_tree_1): Walk all operands of OMP_CLAUSE_LINEAR.
20209 * tree-nested.c (convert_nonlocal_omp_clauses,
20210 convert_local_omp_clauses): Handle OMP_CLAUSE_DEPEND.
20211 * gimplify.c (gimplify_scan_omp_clauses): Handle
20212 OMP_CLAUSE_LINEAR_STMT.
20213 * omp-low.c (lower_rec_input_clauses): Fix typo.
20214 (maybe_add_implicit_barrier_cancel, lower_omp_1): Add
20215 cast between Fortran boolean_type_node and C _Bool if
20216 needed.
20217
20218 2014-05-11 Richard Sandiford <rdsandiford@googlemail.com>
20219
20220 PR tree-optimization/61136
20221 * wide-int.h (multiple_of_p): Define a version that doesn't return
20222 the quotient.
20223 * fold-const.c (extract_muldiv_1): Use wi::multiple_of_p instead of an
20224 integer_zerop/const_binop pair.
20225 (multiple_of_p): Likewise, converting both operands to widest_int
20226 precision.
20227
20228 2014-05-09 Teresa Johnson <tejohnson@google.com>
20229
20230 * cgraphunit.c (analyze_functions): Use correct dump file.
20231
20232 2014-05-09 Florian Weimer <fweimer@redhat.com>
20233
20234 * cfgexpand.c (stack_protect_decl_p): New function, extracted from
20235 expand_used_vars.
20236 (stack_protect_return_slot_p): New function.
20237 (expand_used_vars): Call stack_protect_decl_p and
20238 stack_protect_return_slot_p for -fstack-protector-strong.
20239
20240 2014-05-09 David Wohlferd <LimeGreenSocks@yahoo.com>
20241 Andrew Haley <aph@redhat.com>
20242 Richard Sandiford <rdsandiford@googlemail.com>
20243
20244 * doc/extend.texi: Rewrite inline asm page / re-org asm-related
20245 pages.
20246
20247 2014-05-09 Kenneth Zadeck <zadeck@naturalbridge.com>
20248
20249 PR middle-end/61111
20250 * fold-const.c (fold_binary_loc): Changed width of mask.
20251
20252 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
20253
20254 * config/avr/avr-fixed.md (round<mode>3): Use -1U instead of -1 in
20255 unsigned int initializers for regno_in, regno_out.
20256
20257 2014-05-09 Georg-Johann Lay <avr@gjlay.de>
20258
20259 PR target/61055
20260 * config/avr/avr.md (cc): Add new attribute set_vzn.
20261 (addqi3, addqq3, adduqq3, subqi3, subqq3, subuqq3, negqi2) [cc]:
20262 Set cc insn attribute to set_vzn instead of set_zn for alternatives
20263 with INC, DEC or NEG.
20264 * config/avr/avr.c (avr_notice_update_cc): Handle SET_VZN.
20265 (avr_out_plus_1): ADIW sets cc0 to CC_SET_CZN.
20266 INC, DEC and ADD+ADC set cc0 to CC_CLOBBER.
20267
20268 2014-05-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20269
20270 Revert:
20271 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20272
20273 * wide-int.cc (UTItype): Define.
20274 (UDWtype): Define for appropriate W_TYPE_SIZE.
20275
20276 2014-05-09 Richard Biener <rguenther@suse.de>
20277
20278 * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
20279 * tree-ssa-propagate.c: Do not include gt-tree-ssa-propagate.h.
20280 (interesting_ssa_edges, varying_ssa_edges): Move out of GC space.
20281 (add_ssa_edge, process_ssa_edge_worklist, ssa_prop_init,
20282 ssa_propagate): Adjust.
20283
20284 2014-05-08 Jeff Law <law@redhat.com>
20285
20286 PR tree-optimization/61009
20287 * tree-ssa-threadedge.c (thread_through_normal_block): Return a
20288 tri-state rather than a boolean. When a block is too big to
20289 thread through, inform caller via negative return value.
20290 (thread_across_edge): If a block was too big for normal threading,
20291 then it's too big for a joiner too, so remove temporary equivalences
20292 and return immediately.
20293
20294 2014-05-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
20295 Matthias Klose <doko@ubuntu.com>
20296
20297 PR driver/61106
20298 * optc-gen.awk: Fix option handling for -Wunused-parameter.
20299
20300 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
20301
20302 PR target/59952
20303 * config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
20304
20305 2014-05-08 Uros Bizjak <ubizjak@gmail.com>
20306
20307 PR target/61092
20308 * config/alpha/alpha.c: Include gimple-iterator.h.
20309 (alpha_gimple_fold_builtin): New function. Move
20310 ALPHA_BUILTIN_UMULH folding from ...
20311 (alpha_fold_builtin): ... here.
20312 (TARGET_GIMPLE_FOLD_BUILTIN): New define.
20313
20314 2014-05-08 Wei Mi <wmi@google.com>
20315
20316 PR target/58066
20317 * config/i386/i386.c (ix86_compute_frame_layout): Update
20318 preferred_stack_boundary for call, expanded from tls descriptor.
20319 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Update RTX
20320 to depend on SP register.
20321 (*tls_local_dynamic_base_32_gnu): Ditto.
20322 (*tls_local_dynamic_32_once): Ditto.
20323 (tls_global_dynamic_64_<mode>): Set
20324 ix86_tls_descriptor_calls_expanded_in_cfun.
20325 (tls_local_dynamic_base_64_<mode>): Ditto.
20326 (tls_global_dynamic_32): Set
20327 ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
20328 to depend on SP register.
20329 (tls_local_dynamic_base_32): Ditto.
20330
20331 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20332
20333 * config/arm/arm_neon.h: Update comment.
20334 * config/arm/neon-docgen.ml: Delete.
20335 * config/arm/neon-gen.ml: Delete.
20336 * doc/arm-neon-intrinsics.texi: Update comment.
20337
20338 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20339
20340 * config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
20341 and v4sf versions.
20342 (vand, vorr, veor, vorn, vbic): Remove.
20343 * config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
20344 iterator.
20345 (neon_vsub_unspec): Likewise.
20346 (neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
20347
20348 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20349
20350 * config/arm/arm_neon.h (vadd_s8): GNU C implementation
20351 (vadd_s16): Likewise.
20352 (vadd_s32): Likewise.
20353 (vadd_f32): Likewise.
20354 (vadd_u8): Likewise.
20355 (vadd_u16): Likewise.
20356 (vadd_u32): Likewise.
20357 (vadd_s64): Likewise.
20358 (vadd_u64): Likewise.
20359 (vaddq_s8): Likewise.
20360 (vaddq_s16): Likewise.
20361 (vaddq_s32): Likewise.
20362 (vaddq_s64): Likewise.
20363 (vaddq_f32): Likewise.
20364 (vaddq_u8): Likewise.
20365 (vaddq_u16): Likewise.
20366 (vaddq_u32): Likewise.
20367 (vaddq_u64): Likewise.
20368 (vmul_s8): Likewise.
20369 (vmul_s16): Likewise.
20370 (vmul_s32): Likewise.
20371 (vmul_f32): Likewise.
20372 (vmul_u8): Likewise.
20373 (vmul_u16): Likewise.
20374 (vmul_u32): Likewise.
20375 (vmul_p8): Likewise.
20376 (vmulq_s8): Likewise.
20377 (vmulq_s16): Likewise.
20378 (vmulq_s32): Likewise.
20379 (vmulq_f32): Likewise.
20380 (vmulq_u8): Likewise.
20381 (vmulq_u16): Likewise.
20382 (vmulq_u32): Likewise.
20383 (vsub_s8): Likewise.
20384 (vsub_s16): Likewise.
20385 (vsub_s32): Likewise.
20386 (vsub_f32): Likewise.
20387 (vsub_u8): Likewise.
20388 (vsub_u16): Likewise.
20389 (vsub_u32): Likewise.
20390 (vsub_s64): Likewise.
20391 (vsub_u64): Likewise.
20392 (vsubq_s8): Likewise.
20393 (vsubq_s16): Likewise.
20394 (vsubq_s32): Likewise.
20395 (vsubq_s64): Likewise.
20396 (vsubq_f32): Likewise.
20397 (vsubq_u8): Likewise.
20398 (vsubq_u16): Likewise.
20399 (vsubq_u32): Likewise.
20400 (vsubq_u64): Likewise.
20401 (vand_s8): Likewise.
20402 (vand_s16): Likewise.
20403 (vand_s32): Likewise.
20404 (vand_u8): Likewise.
20405 (vand_u16): Likewise.
20406 (vand_u32): Likewise.
20407 (vand_s64): Likewise.
20408 (vand_u64): Likewise.
20409 (vandq_s8): Likewise.
20410 (vandq_s16): Likewise.
20411 (vandq_s32): Likewise.
20412 (vandq_s64): Likewise.
20413 (vandq_u8): Likewise.
20414 (vandq_u16): Likewise.
20415 (vandq_u32): Likewise.
20416 (vandq_u64): Likewise.
20417 (vorr_s8): Likewise.
20418 (vorr_s16): Likewise.
20419 (vorr_s32): Likewise.
20420 (vorr_u8): Likewise.
20421 (vorr_u16): Likewise.
20422 (vorr_u32): Likewise.
20423 (vorr_s64): Likewise.
20424 (vorr_u64): Likewise.
20425 (vorrq_s8): Likewise.
20426 (vorrq_s16): Likewise.
20427 (vorrq_s32): Likewise.
20428 (vorrq_s64): Likewise.
20429 (vorrq_u8): Likewise.
20430 (vorrq_u16): Likewise.
20431 (vorrq_u32): Likewise.
20432 (vorrq_u64): Likewise.
20433 (veor_s8): Likewise.
20434 (veor_s16): Likewise.
20435 (veor_s32): Likewise.
20436 (veor_u8): Likewise.
20437 (veor_u16): Likewise.
20438 (veor_u32): Likewise.
20439 (veor_s64): Likewise.
20440 (veor_u64): Likewise.
20441 (veorq_s8): Likewise.
20442 (veorq_s16): Likewise.
20443 (veorq_s32): Likewise.
20444 (veorq_s64): Likewise.
20445 (veorq_u8): Likewise.
20446 (veorq_u16): Likewise.
20447 (veorq_u32): Likewise.
20448 (veorq_u64): Likewise.
20449 (vbic_s8): Likewise.
20450 (vbic_s16): Likewise.
20451 (vbic_s32): Likewise.
20452 (vbic_u8): Likewise.
20453 (vbic_u16): Likewise.
20454 (vbic_u32): Likewise.
20455 (vbic_s64): Likewise.
20456 (vbic_u64): Likewise.
20457 (vbicq_s8): Likewise.
20458 (vbicq_s16): Likewise.
20459 (vbicq_s32): Likewise.
20460 (vbicq_s64): Likewise.
20461 (vbicq_u8): Likewise.
20462 (vbicq_u16): Likewise.
20463 (vbicq_u32): Likewise.
20464 (vbicq_u64): Likewise.
20465 (vorn_s8): Likewise.
20466 (vorn_s16): Likewise.
20467 (vorn_s32): Likewise.
20468 (vorn_u8): Likewise.
20469 (vorn_u16): Likewise.
20470 (vorn_u32): Likewise.
20471 (vorn_s64): Likewise.
20472 (vorn_u64): Likewise.
20473 (vornq_s8): Likewise.
20474 (vornq_s16): Likewise.
20475 (vornq_s32): Likewise.
20476 (vornq_s64): Likewise.
20477 (vornq_u8): Likewise.
20478 (vornq_u16): Likewise.
20479 (vornq_u32): Likewise.
20480 (vornq_u64): Likewise.
20481
20482 2014-05-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20483
20484 * wide-int.cc (UTItype): Define.
20485 (UDWtype): Define for appropriate W_TYPE_SIZE.
20486
20487 2014-05-08 Marc Glisse <marc.glisse@inria.fr>
20488
20489 PR tree-optimization/59100
20490 * tree-ssa-phiopt.c: Include tree-inline.h.
20491 (neutral_element_p, absorbing_element_p): New functions.
20492 (value_replacement): Handle conditional binary operations with a
20493 neutral or absorbing element.
20494
20495 2014-05-08 Richard Biener <rguenther@suse.de>
20496
20497 * tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
20498 folding the expression.
20499 (valueize_expr): Remove.
20500 (visit_reference_op_load): Do not valueize the result of
20501 vn_get_expr_for.
20502 (simplify_binary_expression): Likewise.
20503 (simplify_unary_expression): Likewise.
20504
20505 2014-05-08 Richard Biener <rguenther@suse.de>
20506
20507 * gimplify.c (gimplify_call_expr): Use saved fnptrtype for
20508 looking at TYPE_ARG_TYPES.
20509
20510 2014-05-08 Richard Biener <rguenther@suse.de>
20511
20512 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
20513 pointer propagation special-case.
20514
20515 2014-05-08 Bin Cheng <bin.cheng@arm.com>
20516
20517 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
20518 core part of address expressions.
20519
20520 2014-05-08 Alan Modra <amodra@gmail.com>
20521
20522 PR target/60737
20523 * config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
20524 loads and stores when -mno-strict-align at any alignment.
20525 (expand_block_clear): Similarly. Also correct calculation of
20526 instruction count.
20527
20528 2014-05-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
20529
20530 PR middle-end/39246
20531 * tree-complex.c (expand_complex_move): Keep line info when expanding
20532 complex move.
20533 * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment
20534 of complex expression. Use new argument to display correct location
20535 for values coming from phi statement.
20536 (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
20537 (warn_uninitialized_phi): Pass location of phi argument to
20538 warn_uninit.
20539 * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
20540 COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
20541
20542 2014-05-07 Segher Boessenkool <segher@kernel.crashing.org>
20543
20544 * config/rs6000/predicates.md (indexed_address_mem): New.
20545 * config/rs6000/rs6000.md (type): Remove load_ext, load_ext_u,
20546 load_ext_ux, load_ux, load_u, store_ux, store_u, fpload_ux, fpload_u,
20547 fpstore_ux, fpstore_u.
20548 (sign_extend, indexed, update): New.
20549 (cell_micro): Adjust.
20550 (*zero_extend<mode>di2_internal1, *zero_extendsidi2_lfiwzx,
20551 *extendsidi2_lfiwax, *extendsidi2_nocell, *extendsfdf2_fpr,
20552 *movsi_internal1, *movsi_internal1_single, *movhi_internal,
20553 *movqi_internal, *movcc_internal1, mov<mode>_hardfloat,
20554 *mov<mode>_softfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
20555 *mov<mode>_softfloat64, *movdi_internal32, *movdi_internal64,
20556 *mov<mode>_string, *ldmsi8, *ldmsi7, *ldmsi6, *ldmsi5, *ldmsi4,
20557 *ldmsi3, *stmsi8, *stmsi7, *stmsi6, *stmsi5, *stmsi4, *stmsi3,
20558 *movdi_update1, movdi_<mode>_update, movdi_<mode>_update_stack,
20559 *movsi_update1, *movsi_update2, movsi_update, movsi_update_stack,
20560 *movhi_update1, *movhi_update2, *movhi_update3, *movhi_update4,
20561 *movqi_update1, *movqi_update2, *movqi_update3, *movsf_update1,
20562 *movsf_update2, *movsf_update3, *movsf_update4, *movdf_update1,
20563 *movdf_update2, load_toc_aix_si, load_toc_aix_di, probe_stack_<mode>,
20564 *stmw, *lmw, as well as 10 anonymous patterns): Adjust.
20565
20566 * config/rs6000/dfp.md (movsd_store, movsd_load): Adjust.
20567 * config/rs6000/vsx.md (*vsx_movti_32bit, *vsx_extract_<mode>_load,
20568 *vsx_extract_<mode>_store): Adjust.
20569 * config/rs6000/rs6000.c (rs6000_adjust_cost, is_microcoded_insn,
20570 is_cracked_insn, insn_must_be_first_in_group,
20571 insn_must_be_last_in_group): Adjust.
20572
20573 * config/rs6000/40x.md (ppc403-load, ppc403-store, ppc405-float):
20574 Adjust.
20575 * config/rs6000/440.md (ppc440-load, ppc440-store, ppc440-fpload,
20576 ppc440-fpstore): Adjust.
20577 * config/rs6000/476.md (ppc476-load, ppc476-store, ppc476-fpload,
20578 ppc476-fpstore): Adjust.
20579 * config/rs6000/601.md (ppc601-load, ppc601-store, ppc601-fpload,
20580 ppc601-fpstore): Adjust.
20581 * config/rs6000/603.md (ppc603-load, ppc603-store, ppc603-fpload):
20582 Adjust.
20583 * config/rs6000/6xx.md (ppc604-load, ppc604-store, ppc604-fpload):
20584 Adjust.
20585 * config/rs6000/7450.md (ppc7450-load, ppc7450-store, ppc7450-fpload,
20586 ppc7450-fpstore): Adjust.
20587 * config/rs6000/7xx.md (ppc750-load, ppc750-store): Adjust.
20588 * config/rs6000/8540.md (ppc8540_load, ppc8540_store): Adjust.
20589 * config/rs6000/a2.md (ppca2-load, ppca2-fp-load, ppca2-fp-store):
20590 Adjust.
20591 * config/rs6000/cell.md (cell-load, cell-load-ux, cell-load-ext,
20592 cell-fpload, cell-fpload-update, cell-store, cell-store-update,
20593 cell-fpstore, cell-fpstore-update): Adjust.
20594 * config/rs6000/e300c2c3.md (ppce300c3_load, ppce300c3_fpload,
20595 ppce300c3_store, ppce300c3_fpstore): Adjust.
20596 * config/rs6000/e500mc.md (e500mc_load, e500mc_fpload, e500mc_store,
20597 e500mc_fpstore): Adjust.
20598 * config/rs6000/e500mc64.md (e500mc64_load, e500mc64_fpload,
20599 e500mc64_store, e500mc64_fpstore): Adjust.
20600 * config/rs6000/e5500.md (e5500_load, e5500_fpload, e5500_store,
20601 e5500_fpstore): Adjust.
20602 * config/rs6000/e6500.md (e6500_load, e6500_fpload, e6500_store,
20603 e6500_fpstore): Adjust.
20604 * config/rs6000/mpc.md (mpccore-load, mpccore-store, mpccore-fpload):
20605 Adjust.
20606 * config/rs6000/power4.md (power4-load, power4-load-ext,
20607 power4-load-ext-update, power4-load-ext-update-indexed,
20608 power4-load-update-indexed, power4-load-update, power4-fpload,
20609 power4-fpload-update, power4-store, power4-store-update,
20610 power4-store-update-indexed, power4-fpstore, power4-fpstore-update):
20611 Adjust.
20612 * config/rs6000/power5.md (power5-load, power5-load-ext,
20613 power5-load-ext-update, power5-load-ext-update-indexed,
20614 power5-load-update-indexed, power5-load-update, power5-fpload,
20615 power5-fpload-update, power5-store, power5-store-update,
20616 power5-store-update-indexed, power5-fpstore, power5-fpstore-update):
20617 Adjust.
20618 * config/rs6000/power6.md (power6-load, power6-load-ext,
20619 power6-load-update, power6-load-update-indexed,
20620 power6-load-ext-update, power6-load-ext-update-indexed, power6-fpload,
20621 power6-fpload-update, power6-store, power6-store-update,
20622 power6-store-update-indexed, power6-fpstore, power6-fpstore-update):
20623 Adjust.
20624 * config/rs6000/power7.md (power7-load, power7-load-ext,
20625 power7-load-update, power7-load-update-indexed,
20626 power7-load-ext-update, power7-load-ext-update-indexed, power7-fpload,
20627 power7-fpload-update, power7-store, power7-store-update,
20628 power7-store-update-indexed, power7-fpstore, power7-fpstore-update):
20629 Adjust.
20630 * config/rs6000/power8.md (power8-load, power8-load-update,
20631 power8-load-ext, power8-load-ext-update, power8-fpload,
20632 power8-fpload-update, power8-store, power8-store-update-indexed,
20633 power8-fpstore, power8-fpstore-update): Adjust.
20634 * config/rs6000/rs64.md (rs64a-load, rs64a-store, rs64a-fpload):
20635 Adjust.
20636 * config/rs6000/titan.md (titan_lsu_load, titan_lsu_fpload,
20637 titan_lsu_store, titan_lsu_fpstore): Adjust.
20638 * config/rs6000/xfpu.md (fp-load, fp-store): Adjust.
20639
20640 2014-05-07 Oleg Endo <olegendo@gcc.gnu.org>
20641
20642 PR target/60884
20643 * config/sh/sh-mem.cc (sh_expand_strlen): Use loop when emitting
20644 unrolled byte insns. Emit address increments after move insns.
20645
20646 2014-05-07 David Malcolm <dmalcolm@redhat.com>
20647
20648 * gimple.h (gimple_builtin_call_types_compatible_p): Accept a
20649 const_gimple, rather than a gimple.
20650 (gimple_call_builtin_p): Likewise, for the three variants.
20651
20652 * gimple.c (gimple_builtin_call_types_compatible_p): Likewise.
20653 (gimple_call_builtin_p): Likewise, for the three variants.
20654
20655 2014-05-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
20656
20657 PR tree-optimization/61095
20658 * tree-ssanames.c (get_nonzero_bits): Fix type extension in wi::shwi.
20659
20660 2014-05-07 Richard Biener <rguenther@suse.de>
20661
20662 PR tree-optimization/61034
20663 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Export.
20664 (maybe_skip_until): Use translate to take into account
20665 lattices when trying to do disambiguations.
20666 (get_continuation_for_phi_1): Likewise.
20667 (get_continuation_for_phi): Adjust for added translate arguments.
20668 (walk_non_aliased_vuses): Likewise.
20669 * tree-ssa-alias.h (get_continuation_for_phi): Adjust prototype.
20670 (walk_non_aliased_vuses): Likewise.
20671 (call_may_clobber_ref_p_1): Declare.
20672 * tree-ssa-sccvn.c (vn_reference_lookup_3): Also disambiguate against
20673 calls. Stop early if we are only supposed to disambiguate.
20674 * tree-ssa-pre.c (translate_vuse_through_block): Adjust.
20675
20676 2014-05-07 Joern Rennecke <joern.rennecke@embecosm.com>
20677
20678 * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
20679 Emit an error when the function has arguments.
20680
20681 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
20682
20683 * cfgloop.h (unswitch_loops): Remove.
20684 * doc/passes.texi: Remove references to loop-unswitch.c
20685 * timevar.def (TV_LOOP_UNSWITCH): Remove.
20686
20687 2014-05-07 Evgeny Stupachenko <evstupac@gmail.com>
20688
20689 * tree-vect-data-refs.c (vect_grouped_load_supported): New
20690 check for loads group of length 3.
20691 (vect_permute_load_chain): New permutations for loads group of
20692 length 3.
20693 * tree-vect-stmts.c (vect_model_load_cost): Change cost
20694 of vec_perm_shuffle for the new permutations.
20695
20696 2014-05-07 Alan Lawrence <alan.lawrence@arm.com>
20697
20698 * config/aarch64/arm_neon.h (vtrn1_f32, vtrn1_p8, vtrn1_p16, vtrn1_s8,
20699 vtrn1_s16, vtrn1_s32, vtrn1_u8, vtrn1_u16, vtrn1_u32, vtrn1q_f32,
20700 vtrn1q_f64, vtrn1q_p8, vtrn1q_p16, vtrn1q_s8, vtrn1q_s16, vtrn1q_s32,
20701 vtrn1q_s64, vtrn1q_u8, vtrn1q_u16, vtrn1q_u32, vtrn1q_u64, vtrn2_f32,
20702 vtrn2_p8, vtrn2_p16, vtrn2_s8, vtrn2_s16, vtrn2_s32, vtrn2_u8,
20703 vtrn2_u16, vtrn2_u32, vtrn2q_f32, vtrn2q_f64, vtrn2q_p8, vtrn2q_p16,
20704 vtrn2q_s8, vtrn2q_s16, vtrn2q_s32, vtrn2q_s64, vtrn2q_u8, vtrn2q_u16,
20705 vtrn2q_u32, vtrn2q_u64): Replace temporary asm with __builtin_shuffle.
20706
20707 2014-05-07 Thomas Schwinge <thomas@codesourcery.com>
20708
20709 * loop-unswitch.c: Delete.
20710
20711 2014-05-07 Richard Biener <rguenther@suse.de>
20712
20713 * config.gcc: Always set need_64bit_hwint to yes.
20714
20715 2014-05-07 Chung-Ju Wu <jasonwucj@gmail.com>
20716
20717 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Have it in favor
20718 of using optimize_size.
20719
20720 2014-05-06 Mike Stump <mikestump@comcast.net>
20721
20722 * wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
20723
20724 2014-05-06 Joseph Myers <joseph@codesourcery.com>
20725
20726 * config/i386/sse.md (*mov<mode>_internal)
20727 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>)
20728 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>)
20729 (<sse>_andnot<mode>3, <code><mode>3, *andnot<mode>3)
20730 (*<code><mode>3, *andnot<mode>3<mask_name>)
20731 (<mask_codefor><code><mode>3<mask_name>): Only consider
20732 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL for modes of size 16.
20733
20734 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
20735
20736 Revert:
20737 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
20738
20739 * lra-constraints.c (valid_address_p): Move earlier in file.
20740 Add a constraint argument to the address_info version.
20741 (satisfies_memory_constraint_p): New function.
20742 (satisfies_address_constraint_p): Likewise.
20743 (process_alt_operands, curr_insn_transform): Use them.
20744 (process_address): Pass the constraint to valid_address_p when
20745 checking address operands.
20746
20747 2014-05-06 Richard Sandiford <r.sandiford@uk.ibm.com>
20748
20749 * lto-cgraph.c (compute_ltrans_boundary): Make node variables local
20750 to their respective blocks. Fix inadvertent use of "node".
20751
20752 2014-05-06 Richard Sandiford <rdsandiford@googlemail.com>
20753
20754 * emit-rtl.c (init_derived_machine_modes): New functionm, split
20755 out from...
20756 (init_emit_once): ...here.
20757 * rtl.h (init_derived_machine_modes): Declare.
20758 * toplev.c (do_compile): Call it even if no_backend.
20759
20760 2014-05-06 Kenneth Zadeck <zadeck@naturalbridge.com>
20761 Mike Stump <mikestump@comcast.net>
20762 Richard Sandiford <rdsandiford@googlemail.com>
20763 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20764
20765 * alias.c (ao_ref_from_mem): Use wide-int interfaces.
20766 (rtx_equal_for_memref_p): Update comment.
20767 (adjust_offset_for_component_ref): Use wide-int interfaces.
20768 * builtins.c (get_object_alignment_2): Likewise.
20769 (c_readstr): Likewise.
20770 (target_char_cast): Add comment.
20771 (determine_block_size): Use wide-int interfaces.
20772 (expand_builtin_signbit): Likewise.
20773 (fold_builtin_int_roundingfn): Likewise.
20774 (fold_builtin_bitop): Likewise.
20775 (fold_builtin_bswap): Likewise.
20776 (fold_builtin_logarithm): Use signop.
20777 (fold_builtin_pow): Likewise.
20778 (fold_builtin_memory_op): Use wide-int interfaces.
20779 (fold_builtin_object_size): Likewise.
20780 * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and
20781 nb_iterations_estimate.
20782 (record_niter_bound): Use wide-int interfaces.
20783 (get_estimated_loop_iterations_int): Likewise.
20784 (get_estimated_loop_iterations): Likewise.
20785 (get_max_loop_iterations): Likewise.
20786 * cfgloop.h: Include wide-int.h.
20787 (struct nb_iter_bound): Change bound to widest_int.
20788 (struct loop): Change nb_iterations_upper_bound and
20789 nb_iterations_estimate to widest_int.
20790 (record_niter_bound): Switch to use widest_int.
20791 (get_estimated_loop_iterations): Likewise.
20792 (get_max_loop_iterations): Likewise.
20793 (gcov_type_to_double_int): Rename to gcov_type_to_wide_int and
20794 update for wide-int.
20795 * cgraph.c (cgraph_add_thunk): Use wide-int interfaces.
20796 * combine.c (try_combine): Likewise.
20797 (subst): Use CONST_SCALAR_INT_P rather than CONST_INT_P.
20798 * config/aarch64/aarch64.c (aapcs_vfp_sub_candidate): Use wide-int
20799 interfaces.
20800 (aarch64_float_const_representable_p): Likewise.
20801 * config/arc/arc.c: Include wide-int.h.
20802 (arc_can_use_doloop_p): Use wide-int interfaces.
20803 * config/arm/arm.c (aapcs_vfp_sub_candidate): Likewise.
20804 (vfp3_const_double_index): Likewise.
20805 * config/avr/avr.c (avr_out_round): Likewise.
20806 (avr_fold_builtin): Likewise.
20807 * config/bfin/bfin.c (bfin_local_alignment): Likewise.
20808 (bfin_can_use_doloop_p): Likewise.
20809 * config/darwin.c (darwin_mergeable_constant_section): Likewise.
20810 (machopic_select_rtx_section): Update to handle CONST_WIDE_INT.
20811 * config/i386/i386.c: Include wide-int.h.
20812 (ix86_data_alignment): Use wide-int interfaces.
20813 (ix86_local_alignment): Likewise.
20814 (ix86_emit_swsqrtsf): Update real_from_integer.
20815 * config/msp430/msp430.c (msp430_attr): Use wide-int interfaces.
20816 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
20817 * config/rs6000/predicates.md (any_operand): Add const_wide_int.
20818 (zero_constant): Likewise.
20819 (input_operand): Likewise.
20820 (splat_input_operand): Likewise.
20821 (non_logical_cint_operand): Change const_double to const_wide_int.
20822 * config/rs6000/rs6000.c (num_insns_constant): Handle CONST_WIDE_INT.
20823 (easy_altivec_constant): Remove comment.
20824 (paired_expand_vector_init): Use CONSTANT_P.
20825 (rs6000_legitimize_address): Handle CONST_WIDE_INT.
20826 (rs6000_emit_move): Update checks.
20827 (rs6000_aggregate_candidate): Use wide-int interfaces.
20828 (rs6000_expand_ternop_builtin): Likewise.
20829 (rs6000_output_move_128bit): Handle CONST_WIDE_INT.
20830 (rs6000_assemble_integer): Likewise.
20831 (rs6000_hash_constant): Likewise.
20832 (output_toc): Likewise.
20833 (rs6000_rtx_costs): Likewise.
20834 (rs6000_emit_swrsqrt); Update call to real_from_integer.
20835 * config/rs6000/rs6000-c.c: Include wide-int.h.
20836 (altivec_resolve_overloaded_builtin): Use wide-int interfaces.
20837 * config/rs6000/rs6000.h (TARGET_SUPPORTS_WIDE_INT): New.
20838 * config/rs6000/rs6000.md: Use const_scalar_int_operand.
20839 Handle CONST_WIDE_INT.
20840 * config/sol2-c.c (solaris_pragma_align): Change low to unsigned HWI.
20841 Use tree_fits_uhwi_p.
20842 * config/sparc/sparc.c: Include wide-int.h.
20843 (sparc_fold_builtin): Use wide-int interfaces.
20844 * config/vax/vax.c: Include wide-int.h.
20845 (vax_float_literal): Use real_from_integer.
20846 * coretypes.h (struct hwivec_def): New.
20847 (hwivec): New.
20848 (const_hwivec): New.
20849 * cse.c (hash_rtx_cb): Handle CONST_WIDE_INT.
20850 (equiv_constant): Handle CONST_WIDE_INT.
20851 * cselib.c (rtx_equal_for_cselib_1): Use CASE_CONST_UNIQUE.
20852 (cselib_hash_rtx): Handle CONST_WIDE_INT.
20853 * dbxout.c (stabstr_U): Use wide-int interfaces.
20854 (dbxout_type): Update to use cst_fits_shwi_p.
20855 * defaults.h (LOG2_BITS_PER_UNIT): Define.
20856 (TARGET_SUPPORTS_WIDE_INT): Add default.
20857 * dfp.c: Include wide-int.h.
20858 (decimal_real_to_integer2): Use wide-int interfaces and rename to
20859 decimal_real_to_integer.
20860 * dfp.h (decimal_real_to_integer2): Return a wide_int and rename to
20861 decimal_real_to_integer.
20862 * doc/generic.texi (Constant expressions): Update for wide_int.
20863 * doc/rtl.texi (const_double): Likewise.
20864 (const_wide_int, CONST_WIDE_INT, CONST_WIDE_INT_VEC): New.
20865 (CONST_WIDE_INT_NUNITS, CONST_WIDE_INT_ELT): New.
20866 * doc/tm.texi.in (REAL_VALUE_TO_INT): Remove.
20867 (REAL_VALUE_FROM_INT): Remove.
20868 (TARGET_SUPPORTS_WIDE_INT): New.
20869 * doc/tm.texi: Regenerate.
20870 * dojump.c (prefer_and_bit_test): Use wide-int interfaces.
20871 * double-int.h: Include wide-int.h.
20872 (struct wi::int_traits): New.
20873 * dwarf2out.c (get_full_len): New.
20874 (dw_val_equal_p): Add case dw_val_class_wide_int.
20875 (size_of_loc_descr): Likewise.
20876 (output_loc_operands): Likewise.
20877 (insert_double): Remove.
20878 (insert_wide_int): New.
20879 (add_AT_wide): New.
20880 (print_die): Add case dw_val_class_wide_int.
20881 (attr_checksum): Likewise.
20882 (attr_checksum_ordered): Likewise.
20883 (same_dw_val_p): Likewise.
20884 (size_of_die): Likewise.
20885 (value_format): Likewise.
20886 (output_die): Likewise.
20887 (double_int_type_size_in_bits): Rename to offset_int_type_size_in_bits.
20888 Use wide-int.
20889 (clz_loc_descriptor): Use wide-int interfaces.
20890 (mem_loc_descriptor): Likewise. Handle CONST_WIDE_INT.
20891 (loc_descriptor): Use wide-int interfaces. Handle CONST_WIDE_INT.
20892 (round_up_to_align): Use wide-int interfaces.
20893 (field_byte_offset): Likewise.
20894 (insert_double): Rename to insert_wide_int. Use wide-int interfaces.
20895 (add_const_value_attribute): Handle CONST_WIDE_INT. Update
20896 CONST_DOUBLE handling. Use wide-int interfaces.
20897 (add_bound_info): Use tree_fits_uhwi_p. Use wide-int interfaces.
20898 (gen_enumeration_type_die): Use add_AT_wide.
20899 (hash_loc_operands): Add case dw_val_class_wide_int.
20900 (compare_loc_operands): Likewise.
20901 * dwarf2out.h: Include wide-int.h.
20902 (wide_int_ptr): New.
20903 (enum dw_val_class): Add dw_val_class_wide_int.
20904 (struct dw_val_struct): Add val_wide.
20905 * emit-rtl.c (const_wide_int_htab): New.
20906 (const_wide_int_htab_hash): New.
20907 (const_wide_int_htab_eq): New.
20908 (lookup_const_wide_int): New.
20909 (const_double_htab_hash): Use wide-int interfaces.
20910 (const_double_htab_eq): Likewise.
20911 (rtx_to_double_int): Conditionally compile for wide-int.
20912 (immed_double_int_const): Rename to immed_wide_int_const and
20913 update for wide-int.
20914 (immed_double_const): Conditionally compile for wide-int.
20915 (init_emit_once): Use wide-int interfaces.
20916 * explow.c (plus_constant): Likewise.
20917 * expmed.c (mask_rtx): Move further up file. Use wide-int interfaces.
20918 (lshift_value): Use wide-int interfaces.
20919 (expand_mult): Likewise.
20920 (choose_multiplier): Likewise.
20921 (expand_smod_pow2): Likewise.
20922 (make_tree): Likewise.
20923 * expr.c (convert_modes): Consolidate handling of constants.
20924 Use wide-int interfaces.
20925 (emit_group_load_1): Add note.
20926 (store_expr): Update comment.
20927 (get_inner_reference): Use wide-int interfaces.
20928 (expand_constructor): Update comment.
20929 (expand_expr_real_2): Use wide-int interfaces.
20930 (expand_expr_real_1): Likewise.
20931 (reduce_to_bit_field_precision): Likewise.
20932 (const_vector_from_tree): Likewise.
20933 * final.c: Include wide-int-print.h.
20934 (output_addr_const): Handle CONST_WIDE_INT. Use CONST_DOUBLE_AS_INT_P.
20935 * fixed-value.c: Include wide-int.h.
20936 (fixed_from_string): Use wide-int interfaces.
20937 (fixed_to_decimal): Likewise.
20938 (fixed_convert_from_real): Likewise.
20939 (real_convert_from_fixed): Likewise.
20940 * fold-const.h (mem_ref_offset): Return an offset_int.
20941 (div_if_zero_remainder): Remove code parameter.
20942 * fold-const.c (div_if_zero_remainder): Remove code parameter.
20943 Use wide-int interfaces.
20944 (may_negate_without_overflow_p): Use wide-int interfaces.
20945 (negate_expr_p): Likewise.
20946 (fold_negate_expr): Likewise.
20947 (int_const_binop_1): Likewise.
20948 (const_binop): Likewise.
20949 (fold_convert_const_int_from_int): Likewise.
20950 (fold_convert_const_int_from_real): Likewise.
20951 (fold_convert_const_int_from_fixed): Likewise.
20952 (fold_convert_const_fixed_from_int): Likewise.
20953 (all_ones_mask_p): Take an unsigned size. Use wide-int interfaces.
20954 (sign_bit_p): Use wide-int interfaces.
20955 (make_range_step): Likewise.
20956 (build_range_check): Likewise. Pass an integer of the correct type
20957 instead of using integer_one_node.
20958 (range_predecessor): Pass an integer of the correct type instead
20959 of using integer_one_node.
20960 (range_successor): Likewise.
20961 (merge_ranges): Likewise.
20962 (unextend): Use wide-int interfaces.
20963 (extract_muldiv_1): Likewise.
20964 (fold_div_compare): Likewise.
20965 (fold_single_bit_test): Likewise.
20966 (fold_sign_changed_comparison): Likewise.
20967 (try_move_mult_to_index): Update calls to div_if_zero_remainder.
20968 (fold_plusminus_mult_expr): Use wide-int interfaces.
20969 (native_encode_int): Likewise.
20970 (native_interpret_int): Likewise.
20971 (fold_unary_loc): Likewise.
20972 (pointer_may_wrap_p): Likewise.
20973 (size_low_cst): Likewise.
20974 (mask_with_tz): Likewise.
20975 (fold_binary_loc): Likewise.
20976 (fold_ternary_loc): Likewise.
20977 (multiple_of_p): Likewise.
20978 (tree_call_nonnegative_warnv_p): Update calls to
20979 tree_int_cst_min_precision and real_from_integer.
20980 (fold_negate_const): Use wide-int interfaces.
20981 (fold_abs_const): Likewise.
20982 (fold_relational_const): Use tree_int_cst_lt.
20983 (round_up_loc): Use wide-int interfaces.
20984 * genemit.c (gen_exp): Add CONST_WIDE_INT case.
20985 * gengenrtl.c (excluded_rtx): Add CONST_WIDE_INT case.
20986 * gengtype.c: Remove include of double-int.h.
20987 (do_typedef): Use wide-int interfaces.
20988 (open_base_files): Add wide-int.h.
20989 (main): Add offset_int and widest_int typedefs.
20990 * gengtype-lex.l: Handle "^".
20991 (CXX_KEYWORD): Add "static".
20992 * gengtype-parse.c (require3): New.
20993 (require_template_declaration): Handle constant template arguments
20994 and nested templates.
20995 * gengtype-state.c: Don't include "double-int.h".
20996 * genpreds.c (write_one_predicate_function): Update comment.
20997 (write_tm_constrs_h): Add check for hval and lval use in
20998 CONST_WIDE_INT.
20999 * genrecog.c (validate_pattern): Add CONST_WIDE_INT case.
21000 (add_to_sequence): Likewise.
21001 * gensupport.c (struct std_pred_table): Add const_scalar_int_operand
21002 and const_double_operand.
21003 * gimple.c (preprocess_case_label_vec_for_gimple): Use wide-int
21004 interfaces.
21005 * gimple-fold.c (get_base_constructor): Likewise.
21006 (fold_array_ctor_reference): Likewise.
21007 (fold_nonarray_ctor_reference): Likewise.
21008 (fold_const_aggregate_ref_1): Likewise.
21009 (gimple_val_nonnegative_real_p): Likewise.
21010 (gimple_fold_indirect_ref): Likewise.
21011 * gimple-pretty-print.c (dump_ssaname_info): Likewise.
21012 * gimple-ssa-strength-reduction.c: Include wide-int-print.h.
21013 (struct slsr_cand_d): Change index to be widest_int.
21014 (struct incr_info_d): Change incr to be widest_int.
21015 (alloc_cand_and_find_basis): Use wide-int interfaces.
21016 (slsr_process_phi): Likewise.
21017 (backtrace_base_for_ref): Likewise. Return a widest_int.
21018 (restructure_reference): Take a widest_int instead of a double_int.
21019 (slsr_process_ref): Use wide-int interfaces.
21020 (create_mul_ssa_cand): Likewise.
21021 (create_mul_imm_cand): Likewise.
21022 (create_add_ssa_cand): Likewise.
21023 (create_add_imm_cand): Take a widest_int instead of a double_int.
21024 (slsr_process_add): Use wide-int interfaces.
21025 (slsr_process_cast): Likewise.
21026 (slsr_process_copy): Likewise.
21027 (dump_candidate): Likewise.
21028 (dump_incr_vec): Likewise.
21029 (replace_ref): Likewise.
21030 (cand_increment): Likewise. Return a widest_int.
21031 (cand_abs_increment): Likewise.
21032 (replace_mult_candidate): Take a widest_int instead of a double_int.
21033 (replace_unconditional_candidate): Use wide-int interfaces.
21034 (incr_vec_index): Take a widest_int instead of a double_int.
21035 (create_add_on_incoming_edge): Likewise.
21036 (create_phi_basis): Use wide-int interfaces.
21037 (replace_conditional_candidate): Likewise.
21038 (record_increment): Take a widest_int instead of a double_int.
21039 (record_phi_increments): Use wide-int interfaces.
21040 (phi_incr_cost): Take a widest_int instead of a double_int.
21041 (lowest_cost_path): Likewise.
21042 (total_savings): Likewise.
21043 (analyze_increments): Use wide-int interfaces.
21044 (ncd_with_phi): Take a widest_int instead of a double_int.
21045 (ncd_of_cand_and_phis): Likewise.
21046 (nearest_common_dominator_for_cands): Likewise.
21047 (insert_initializers): Use wide-int interfaces.
21048 (all_phi_incrs_profitable): Likewise.
21049 (replace_one_candidate): Likewise.
21050 (replace_profitable_candidates): Likewise.
21051 * godump.c: Include wide-int-print.h.
21052 (go_output_typedef): Use wide-int interfaces.
21053 * graphite-clast-to-gimple.c (gmp_cst_to_tree): Likewise.
21054 * graphite-sese-to-poly.c (tree_int_to_gmp): Likewise.
21055 (build_loop_iteration_domains): Likewise.
21056 * hooks.h: Include wide-int.h rather than double-int.h.
21057 (hook_bool_dint_dint_uint_bool_true): Delete.
21058 (hook_bool_wint_wint_uint_bool_true): Declare.
21059 * hooks.c (hook_bool_dint_dint_uint_bool_true): Removed.
21060 (hook_bool_wint_wint_uint_bool_true): New.
21061 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): Use wide-int
21062 interfaces.
21063 (ubsan_expand_si_overflow_mul_check): Likewise.
21064 * ipa-devirt.c (get_polymorphic_call_info): Likewise.
21065 * ipa-prop.c (compute_complex_assign_jump_func): Likewise.
21066 (get_ancestor_addr_info): Likewise.
21067 (ipa_modify_call_arguments): Likewise.
21068 * loop-doloop.c (doloop_modify): Likewise.
21069 (doloop_optimize): Likewise.
21070 * loop-iv.c (iv_number_of_iterations): Likewise.
21071 * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
21072 (unroll_loop_constant_iterations): Likewise.
21073 (decide_unroll_runtime_iterations): Likewise.
21074 (unroll_loop_runtime_iterations): Likewise.
21075 (decide_peel_simple): Likewise.
21076 (decide_unroll_stupid): Likewise.
21077 * lto-streamer-in.c (streamer_read_wi): Add.
21078 (input_cfg): Use wide-int interfaces.
21079 (lto_input_tree_1): Likewise.
21080 * lto-streamer-out.c (streamer_write_wi): Add.
21081 (hash_tree): Use wide-int interfaces.
21082 (output_cfg): Likewise.
21083 * Makefile.in (OBJS): Add wide-int.o and wide-int-print.o.
21084 (GTFILES): Add wide-int.h and signop.h.
21085 (TAGS): Look for .cc files too.
21086 * omp-low.c (scan_omp_1_op): Use wide-int interfaces.
21087 * optabs.c (expand_subword_shift): Likewise.
21088 (expand_doubleword_shift): Likewise.
21089 (expand_absneg_bit): Likewise.
21090 (expand_copysign_absneg): Likewise.
21091 (expand_copysign_bit): Likewise.
21092 * postreload.c (reload_cse_simplify_set): Likewise.
21093 * predict.c (predict_iv_comparison): Likewise.
21094 * pretty-print.h: Include wide-int-print.h.
21095 (pp_wide_int) New.
21096 * print-rtl.c (print_rtx): Add CONST_WIDE_INT case.
21097 * print-tree.c: Include wide-int-print.h.
21098 (print_node_brief): Use wide-int interfaces.
21099 (print_node): Likewise.
21100 * read-rtl.c (validate_const_wide_int): New.
21101 (read_rtx_code): Add CONST_WIDE_INT case.
21102 * real.c: Include wide-int.h.
21103 (real_to_integer2): Delete.
21104 (real_to_integer): New function, returning a wide_int.
21105 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
21106 (ten_to_ptwo): Update call to real_from_integer.
21107 (real_digit): Likewise.
21108 * real.h: Include signop.h, wide-int.h and insn-modes.h.
21109 (real_to_integer2, REAL_VALUE_FROM_INT, REAL_VALUE_FROM_UNSIGNED_INT)
21110 (REAL_VALUE_TO_INT): Delete.
21111 (real_to_integer): Declare a wide-int form.
21112 (real_from_integer): Take a wide_int rather than two HOST_WIDE_INTs.
21113 * recog.c (const_int_operand): Improve comment.
21114 (const_scalar_int_operand): New.
21115 (const_double_operand): Add a separate definition for CONST_WIDE_INT.
21116 * rtlanal.c (commutative_operand_precedence): Handle CONST_WIDE_INT.
21117 (split_double): Likewise.
21118 * rtl.c (DEF_RTL_EXPR): Handle CONST_WIDE_INT.
21119 (rtx_size): Likewise.
21120 (rtx_alloc_stat_v): New.
21121 (rtx_alloc_stat): Now calls rtx_alloc_stat_v.
21122 (cwi_output_hex): New.
21123 (iterative_hash_rtx): Handle CONST_WIDE_INT.
21124 (cwi_check_failed_bounds): New.
21125 * rtl.def (CONST_WIDE_INT): New.
21126 * rtl.h: Include <utility> and wide-int.h.
21127 (struct hwivec_def): New.
21128 (CWI_GET_NUM_ELEM): New.
21129 (CWI_PUT_NUM_ELEM): New.
21130 (struct rtx_def): Add num_elem and hwiv.
21131 (CASE_CONST_SCALAR_INT): Modify for TARGET_SUPPORTS_WIDE_INT.
21132 (CASE_CONST_UNIQUE): Likewise.
21133 (CASE_CONST_ANY): Likewise.
21134 (CONST_SCALAR_INT_P): Likewise.
21135 (CONST_WIDE_INT_P): New.
21136 (CWI_ELT): New.
21137 (HWIVEC_CHECK): New.
21138 (cwi_check_failed_bounds): New.
21139 (CWI_ELT): New.
21140 (HWIVEC_CHECK): New.
21141 (CONST_WIDE_INT_VEC) New.
21142 (CONST_WIDE_INT_NUNITS) New.
21143 (CONST_WIDE_INT_ELT) New.
21144 (rtx_mode_t): New type.
21145 (wi::int_traits <rtx_mode_t>): New.
21146 (wi::shwi): New.
21147 (wi::min_value): New.
21148 (wi::max_value): New.
21149 (rtx_alloc_v) New.
21150 (const_wide_int_alloc): New.
21151 (immed_wide_int_const): New.
21152 * sched-vis.c (print_value): Handle CONST_WIDE_INT.
21153 * sel-sched-ir.c (lhs_and_rhs_separable_p): Update comment.
21154 * signop.h: New file.
21155 * simplify-rtx.c (mode_signbit_p): Handle CONST_WIDE_INT.
21156 (simplify_const_unary_operation): Use wide-int interfaces.
21157 (simplify_binary_operation_1): Likewise.
21158 (simplify_const_binary_operation): Likewise.
21159 (simplify_const_relational_operation): Likewise.
21160 (simplify_immed_subreg): Likewise.
21161 * stmt.c (expand_case): Likewise.
21162 * stor-layout.h (set_min_and_max_values_for_integral_type): Take a
21163 signop rather than a bool.
21164 * stor-layout.c (layout_type): Use wide-int interfaces.
21165 (initialize_sizetypes): Update calls to
21166 set_min_and_max_values_for_integral_type.
21167 (set_min_and_max_values_for_integral_type): Take a signop rather
21168 than a bool. Use wide-int interfaces.
21169 (fixup_signed_type): Update accordingly. Remove
21170 HOST_BITS_PER_DOUBLE_INT limit.
21171 (fixup_unsigned_type): Likewise.
21172 * system.h (STATIC_CONSTANT_P): New.
21173 (STATIC_ASSERT): New.
21174 * target.def (can_use_doloop_p): Take widest_ints rather than
21175 double_ints.
21176 * target.h: Include wide-int.h rather than double-int.h.
21177 * targhooks.h (can_use_doloop_if_innermost): Take widest_ints rather
21178 than double_ints.
21179 * targhooks.c (default_cxx_get_cookie_size): Use tree_int_cst_lt
21180 rather than INT_CST_LT_UNSIGNED.
21181 (can_use_doloop_if_innermost): Take widest_ints rather than
21182 double_ints.
21183 * tree-affine.c: Include wide-int-print.h.
21184 (double_int_ext_for_comb): Delete.
21185 (wide_int_ext_for_comb): New.
21186 (aff_combination_zero): Use wide-int interfaces.
21187 (aff_combination_const): Take a widest_int instead of a double_int.
21188 (aff_combination_elt): Use wide-int interfaces.
21189 (aff_combination_scale): Take a widest_int instead of a double_int.
21190 (aff_combination_add_elt): Likewise.
21191 (aff_combination_add_cst): Likewise.
21192 (aff_combination_add): Use wide-int interfaces.
21193 (aff_combination_convert): Likewise.
21194 (tree_to_aff_combination): Likewise.
21195 (add_elt_to_tree): Take a widest_int instead of a double_int.
21196 (aff_combination_to_tree): Use wide-int interfaces.
21197 (aff_combination_remove_elt): Likewise.
21198 (aff_combination_add_product): Take a widest_int instead of
21199 a double_int.
21200 (aff_combination_mult): Use wide-int interfaces.
21201 (aff_combination_expand): Likewise.
21202 (double_int_constant_multiple_p): Delete.
21203 (wide_int_constant_multiple_p): New.
21204 (aff_combination_constant_multiple_p): Take a widest_int pointer
21205 instead of a double_int pointer.
21206 (print_aff): Use wide-int interfaces.
21207 (get_inner_reference_aff): Take a widest_int pointer
21208 instead of a double_int pointer.
21209 (aff_comb_cannot_overlap_p): Take widest_ints instead of double_ints.
21210 * tree-affine.h: Include wide-int.h.
21211 (struct aff_comb_elt): Change type of coef to widest_int.
21212 (struct affine_tree_combination): Change type of offset to widest_int.
21213 (double_int_ext_for_comb): Delete.
21214 (wide_int_ext_for_comb): New.
21215 (aff_combination_const): Use widest_int instead of double_int.
21216 (aff_combination_scale): Likewise.
21217 (aff_combination_add_elt): Likewise.
21218 (aff_combination_constant_multiple_p): Likewise.
21219 (get_inner_reference_aff): Likewise.
21220 (aff_comb_cannot_overlap_p): Likewise.
21221 (aff_combination_zero_p): Use wide-int interfaces.
21222 * tree.c: Include tree.h.
21223 (init_ttree): Use make_int_cst.
21224 (tree_code_size): Removed code for INTEGER_CST case.
21225 (tree_size): Add INTEGER_CST case.
21226 (make_node_stat): Update comment.
21227 (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.
21228 (build_int_cst_type): Use wide-int interfaces.
21229 (double_int_to_tree): Likewise.
21230 (double_int_fits_to_tree_p): Delete.
21231 (force_fit_type_double): Delete.
21232 (force_fit_type): New.
21233 (int_cst_hash_hash): Use wide-int interfaces.
21234 (int_cst_hash_eq): Likewise.
21235 (build_int_cst_wide): Delete.
21236 (wide_int_to_tree): New.
21237 (cache_integer_cst): Use wide-int interfaces.
21238 (build_low_bits_mask): Likewise.
21239 (cst_and_fits_in_hwi): Likewise.
21240 (real_value_from_int_cst): Likewise.
21241 (make_int_cst_stat): New.
21242 (integer_zerop): Use wide_int interfaces.
21243 (integer_onep): Likewise.
21244 (integer_all_onesp): Likewise.
21245 (integer_pow2p): Likewise.
21246 (integer_nonzerop): Likewise.
21247 (tree_log2): Likewise.
21248 (tree_floor_log2): Likewise.
21249 (tree_ctz): Likewise.
21250 (int_size_in_bytes): Likewise.
21251 (mem_ref_offset): Return an offset_int rather than a double_int.
21252 (build_type_attribute_qual_variant): Use wide_int interfaces.
21253 (type_hash_eq): Likewise
21254 (tree_int_cst_equal): Likewise.
21255 (tree_int_cst_lt): Delete.
21256 (tree_int_cst_compare): Likewise.
21257 (tree_fits_shwi_p): Use wide_int interfaces.
21258 (tree_fits_uhwi_p): Likewise.
21259 (tree_int_cst_sign_bit): Likewise.
21260 (tree_int_cst_sgn): Likewise.
21261 (tree_int_cst_min_precision): Take a signop rather than a bool.
21262 (simple_cst_equal): Use wide_int interfaces.
21263 (compare_tree_int): Likewise.
21264 (iterative_hash_expr): Likewise.
21265 (int_fits_type_p): Likewise. Use tree_int_cst_lt rather than
21266 INT_CST_LT.
21267 (get_type_static_bounds): Use wide_int interfaces.
21268 (tree_int_cst_elt_check_failed): New.
21269 (build_common_tree_nodes): Reordered to set prec before filling in
21270 value.
21271 (int_cst_value): Check cst_and_fits_in_hwi.
21272 (widest_int_cst_value): Use wide_int interfaces.
21273 (upper_bound_in_type): Likewise.
21274 (lower_bound_in_type): Likewise.
21275 (num_ending_zeros): Likewise.
21276 (drop_tree_overflow): Likewise.
21277 * tree-call-cdce.c (check_pow): Update call to real_from_integer.
21278 (gen_conditions_for_pow_cst_base): Likewise.
21279 * tree-cfg.c: Include wide-int.h and wide-int-print.h.
21280 (group_case_labels_stmt): Use wide-int interfaces.
21281 (verify_gimple_assign_binary): Likewise.
21282 (print_loop): Likewise.
21283 * tree-chrec.c (tree_fold_binomial): Likewise.
21284 * tree-core.h (struct tree_base): Add int_length.
21285 (struct tree_int_cst): Change rep of value.
21286 * tree-data-ref.c (dr_analyze_innermost): Use wide-int interfaces.
21287 (dr_may_alias_p): Likewise.
21288 (max_stmt_executions_tree): Likewise.
21289 * tree.def (INTEGER_CST): Update comment.
21290 * tree-dfa.c (get_ref_base_and_extent): Use wide-int interfaces.
21291 * tree-dfa.h (get_addr_base_and_unit_offset_1): Likewise.
21292 * tree-dump.c: Include wide-int.h and wide-int-print.h.
21293 (dequeue_and_dump): Use wide-int interfaces.
21294 * tree.h: Include wide-int.h.
21295 (NULL_TREE): Moved to earlier loc in file.
21296 (TREE_INT_CST_ELT_CHECK): New.
21297 (tree_int_cst_elt_check_failed): New.
21298 (TYPE_SIGN): New.
21299 (TREE_INT_CST): Delete.
21300 (TREE_INT_CST_LOW): Use wide-int interfaces.
21301 (TREE_INT_CST_HIGH): Delete.
21302 (TREE_INT_CST_NUNITS): New.
21303 (TREE_INT_CST_EXT_NUNITS): Likewise.
21304 (TREE_INT_CST_OFFSET_NUNITS): Likewise.
21305 (TREE_INT_CST_ELT): Likewise.
21306 (INT_CST_LT): Delete.
21307 (tree_int_cst_elt_check): New (two forms).
21308 (type_code_size): Update comment.
21309 (make_int_cst_stat, make_int_cst): New.
21310 (tree_to_double_int): Delete.
21311 (double_int_fits_to_tree_p): Delete.
21312 (force_fit_type_double): Delete.
21313 (build_int_cstu): Replace with out-of-line function.
21314 (build_int_cst_wide): Delete.
21315 (tree_int_cst_lt): Define inline.
21316 (tree_int_cst_le): New.
21317 (tree_int_cst_compare): Define inline.
21318 (tree_int_cst_min_precision): Take a signop rather than a bool.
21319 (wi::int_traits <const_tree>): New.
21320 (wi::int_traits <tree>): New.
21321 (wi::extended_tree): New.
21322 (wi::int_traits <wi::extended_tree>): New.
21323 (wi::to_widest): New.
21324 (wi::to_offset): New.
21325 (wi::fits_to_tree_p): New.
21326 (wi::min_value): New.
21327 (wi::max_value): New.
21328 * tree-inline.c (remap_gimple_op_r): Use wide-int interfaces.
21329 (copy_tree_body_r): Likewise.
21330 * tree-object-size.c (compute_object_offset): Likewise.
21331 (addr_object_size): Likewise.
21332 * tree-predcom.c: Include wide-int-print.h.
21333 (struct dref_d): Change type of offset to widest_int.
21334 (dump_dref): Call wide-int printer.
21335 (aff_combination_dr_offset): Use wide-int interfaces.
21336 (determine_offset): Take a widest_int pointer rather than a
21337 double_int pointer.
21338 (split_data_refs_to_components): Use wide-int interfaces.
21339 (suitable_component_p): Likewise.
21340 (order_drefs): Likewise.
21341 (add_ref_to_chain): Likewise.
21342 (valid_initializer_p): Likewise.
21343 (determine_roots_comp): Likewise.
21344 * tree-pretty-print.c: Include wide-int-print.h.
21345 (dump_generic_node): Use wide-int interfaces.
21346 * tree-sra.c (sra_ipa_modify_expr): Likewise.
21347 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
21348 (move_fixed_address_to_symbol): Likewise.
21349 (move_hint_to_base): Likewise.
21350 (move_pointer_to_base): Likewise.
21351 (move_variant_to_index): Likewise.
21352 (most_expensive_mult_to_index): Likewise.
21353 (addr_to_parts): Likewise.
21354 (copy_ref_info): Likewise.
21355 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
21356 (indirect_refs_may_alias_p): Likewise.
21357 (stmt_kills_ref_p_1): Likewise.
21358 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
21359 * tree-ssa-ccp.c: Update comment at top of file. Include
21360 wide-int-print.h.
21361 (struct prop_value_d): Change type of mask to widest_int.
21362 (extend_mask): New function.
21363 (dump_lattice_value): Use wide-int interfaces.
21364 (get_default_value): Likewise.
21365 (set_constant_value): Likewise.
21366 (set_value_varying): Likewise.
21367 (valid_lattice_transition): Likewise.
21368 (set_lattice_value): Likewise.
21369 (value_to_double_int): Delete.
21370 (value_to_wide_int): New.
21371 (get_value_from_alignment): Use wide-int interfaces.
21372 (get_value_for_expr): Likewise.
21373 (do_dbg_cnt): Likewise.
21374 (ccp_finalize): Likewise.
21375 (ccp_lattice_meet): Likewise.
21376 (bit_value_unop_1): Use widest_ints rather than double_ints.
21377 (bit_value_binop_1): Likewise.
21378 (bit_value_unop): Use wide-int interfaces.
21379 (bit_value_binop): Likewise.
21380 (bit_value_assume_aligned): Likewise.
21381 (evaluate_stmt): Likewise.
21382 (ccp_fold_stmt): Likewise.
21383 (visit_cond_stmt): Likewise.
21384 (ccp_visit_stmt): Likewise.
21385 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Likewise.
21386 (constant_pointer_difference): Likewise.
21387 (associate_pointerplus): Likewise.
21388 (combine_conversions): Likewise.
21389 * tree-ssa-loop.h: Include wide-int.h.
21390 (struct tree_niter_desc): Change type of max to widest_int.
21391 * tree-ssa-loop-im.c (mem_refs_may_alias_p): Use wide-int interfaces.
21392 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Likewise.
21393 (remove_redundant_iv_tests): Likewise.
21394 (canonicalize_loop_induction_variables): Likewise.
21395 * tree-ssa-loop-ivopts.c (alloc_iv): Likewise.
21396 (constant_multiple_of): Take a widest_int pointer instead of
21397 a double_int pointer.
21398 (get_computation_aff): Use wide-int interfaces.
21399 (ptr_difference_cost): Likewise.
21400 (difference_cost): Likewise.
21401 (get_loop_invariant_expr_id): Likewise.
21402 (get_computation_cost_at): Likewise.
21403 (iv_elimination_compare_lt): Likewise.
21404 (may_eliminate_iv): Likewise.
21405 * tree-ssa-loop-niter.h (estimated_loop_iterations): Use widest_int
21406 instead of double_int.
21407 (max_loop_iterations): Likewise.
21408 (max_stmt_executions): Likewise.
21409 (estimated_stmt_executions): Likewise.
21410 * tree-ssa-loop-niter.c: Include wide-int-print.h.
21411 (split_to_var_and_offset): Use wide-int interfaces.
21412 (determine_value_range): Likewise.
21413 (bound_difference_of_offsetted_base): Likewise.
21414 (bounds_add): Take a widest_int instead of a double_int.
21415 (number_of_iterations_ne_max): Use wide-int interfaces.
21416 (number_of_iterations_ne): Likewise.
21417 (number_of_iterations_lt_to_ne): Likewise.
21418 (assert_loop_rolls_lt): Likewise.
21419 (number_of_iterations_lt): Likewise.
21420 (number_of_iterations_le): Likewise.
21421 (number_of_iterations_cond): Likewise.
21422 (number_of_iterations_exit): Likewise.
21423 (finite_loop_p): Likewise.
21424 (derive_constant_upper_bound_assign): Likewise.
21425 (derive_constant_upper_bound): Return a widest_int.
21426 (derive_constant_upper_bound_ops): Likewise.
21427 (do_warn_aggressive_loop_optimizations): Use wide-int interfaces.
21428 (record_estimate): Take a widest_int rather than a double_int.
21429 (record_nonwrapping_iv): Use wide-int interfaces.
21430 (double_int_cmp): Delete.
21431 (wide_int_cmp): New.
21432 (bound_index): Take a widest_int rather than a double_int.
21433 (discover_iteration_bound_by_body_walk): Use wide-int interfaces.
21434 (maybe_lower_iteration_bound): Likewise.
21435 (estimate_numbers_of_iterations_loop): Likewise.
21436 (estimated_loop_iterations): Take a widest_int pointer than than
21437 a double_int pointer.
21438 (estimated_loop_iterations_int): Use wide-int interfaces.
21439 (max_loop_iterations): Take a widest_int pointer than than
21440 a double_int pointer.
21441 (max_loop_iterations_int): Use wide-int interfaces.
21442 (max_stmt_executions): Take a widest_int pointer than than
21443 a double_int pointer.
21444 (estimated_stmt_executions): Likewise.
21445 (n_of_executions_at_most): Use wide-int interfaces.
21446 (scev_probably_wraps_p): Likewise.
21447 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Update calls
21448 to real_to_integer.
21449 * tree-scalar-evolution.c (simplify_peeled_chrec): Use wide-int
21450 interfaces.
21451 * tree-ssanames.c (set_range_info): Use wide_int_refs rather than
21452 double_ints. Adjust for trailing_wide_ints <3> representation.
21453 (set_nonzero_bits): Likewise.
21454 (get_range_info): Return wide_ints rather than double_ints.
21455 Adjust for trailing_wide_ints <3> representation.
21456 (get_nonzero_bits): Likewise.
21457 (duplicate_ssa_name_range_info): Adjust for trailing_wide_ints <3>
21458 representation.
21459 * tree-ssanames.h (struct range_info_def): Replace min, max and
21460 nonzero_bits with a trailing_wide_ints <3>.
21461 (set_range_info): Use wide_int_refs rather than double_ints.
21462 (set_nonzero_bits): Likewise.
21463 (get_range_info): Return wide_ints rather than double_ints.
21464 (get_nonzero_bits): Likewise.
21465 * tree-ssa-phiopt.c (jump_function_from_stmt): Use wide-int interfaces.
21466 * tree-ssa-pre.c (phi_translate_1): Likewise.
21467 * tree-ssa-reassoc.c (decrement_power): Use calls to real_from_integer.
21468 (acceptable_pow_call): Likewise.
21469 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use wide-int
21470 interfaces.
21471 (vn_reference_fold_indirect): Likewise.
21472 (vn_reference_maybe_forwprop_address): Likewise.
21473 (valueize_refs_1): Likewise.
21474 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Likewise.
21475 * tree-ssa-uninit.c (is_value_included_in): Use wide-int interfaces,
21476 tree_int_cst_lt and tree_int_cst_le.
21477 * tree-streamer-in.c (unpack_ts_base_value_fields): Use wide-int
21478 interfaces.
21479 (streamer_alloc_tree): Likewise.
21480 * tree-streamer-out.c (pack_ts_int_cst_value_fields): Likewise.
21481 (streamer_write_tree_header): Likewise.
21482 (streamer_write_integer_cst): Likewise.
21483 * tree-switch-conversion.c (emit_case_bit_tests): Likewise.
21484 (build_constructors): Likewise.
21485 (array_value_type): Likewise.
21486 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
21487 (vect_check_gather): Likewise.
21488 * tree-vect-generic.c (build_replicated_const): Likewise.
21489 (expand_vector_divmod): Likewise.
21490 * tree-vect-loop.c (vect_transform_loop): Likewise.
21491 * tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): Likewise.
21492 (vect_do_peeling_for_alignment): Likewise.
21493 * tree-vect-patterns.c (vect_recog_divmod_pattern): Likewise.
21494 * tree-vrp.c: Include wide-int.h.
21495 (operand_less_p): Use wide-int interfaces and tree_int_cst_lt.
21496 (extract_range_from_assert): Use wide-int interfaces.
21497 (vrp_int_const_binop): Likewise.
21498 (zero_nonzero_bits_from_vr): Take wide_int pointers rather than
21499 double_int pointers.
21500 (ranges_from_anti_range): Use wide-int interfaces.
21501 (quad_int_cmp): Delete.
21502 (quad_int_pair_sort): Likewise.
21503 (extract_range_from_binary_expr_1): Use wide-int interfaces.
21504 (extract_range_from_unary_expr_1): Likewise.
21505 (adjust_range_with_scev): Likewise.
21506 (masked_increment): Take and return wide_ints rather than double_ints.
21507 (register_edge_assert_for_2): Use wide-int interfaces.
21508 (check_array_ref): Likewise.
21509 (search_for_addr_array): Likewise.
21510 (maybe_set_nonzero_bits): Likewise.
21511 (union_ranges): Pass an integer of the correct type instead of
21512 using integer_one_node.
21513 (intersect_ranges): Likewise.
21514 (simplify_truth_ops_using_ranges): Likewise.
21515 (simplify_bit_ops_using_ranges): Use wide-int interfaces.
21516 (range_fits_type_p): Likewise.
21517 (simplify_cond_using_ranges): Likewise. Take a signop rather than
21518 a bool.
21519 (simplify_conversion_using_ranges): Use wide-int interfaces.
21520 (simplify_float_conversion_using_ranges): Likewise.
21521 (vrp_finalize): Likewise.
21522 * value-prof.c (gimple_divmod_fixed_value_transform): Likewise.
21523 (gimple_stringops_transform): Likewise.
21524 * varasm.c (decode_addr_const): Likewise.
21525 (const_hash_1): Likewise.
21526 (const_rtx_hash_1): Likewise
21527 (output_constant): Likewise.
21528 (array_size_for_constructor): Likewise.
21529 (output_constructor_regular_field): Likewise.
21530 (output_constructor_bitfield): Likewise.
21531 * var-tracking.c (loc_cmp): Handle CONST_WIDE_INT.
21532 * mkconfig.sh: Include machmode.h to pick up BITS_PER_UNIT for
21533 GENERATOR_FILEs.
21534 * gencheck.c: Define BITS_PER_UNIT.
21535 * wide-int.cc: New.
21536 * wide-int.h: New.
21537 * wide-int-print.cc: New.
21538 * wide-int-print.h: New.
21539
21540 2014-05-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
21541
21542 * config/avr/avr.c (avr_can_eliminate): Mark unused argument.
21543
21544 2014-05-06 Richard Biener <rguenther@suse.de>
21545
21546 * tree-pass.h (TODO_verify_ssa, TODO_verify_flow,
21547 TODO_verify_stmts, TODO_verify_rtl_sharing): Remove.
21548 (TODO_verify_all): Adjust.
21549 * asan.c: Remove references to TODO_verify_ssa, TODO_verify_flow,
21550 TODO_verify_stmts and TODO_verify_rtl_sharing.
21551 * bb-reorder.c: Likewise.
21552 * cfgexpand.c: Likewise.
21553 * cprop.c: Likewise.
21554 * cse.c: Likewise.
21555 * function.c: Likewise.
21556 * fwprop.c: Likewise.
21557 * gcse.c: Likewise.
21558 * gimple-ssa-isolate-paths.c: Likewise.
21559 * gimple-ssa-strength-reduction.c: Likewise.
21560 * ipa-split.c: Likewise.
21561 * loop-init.c: Likewise.
21562 * loop-unroll.c: Likewise.
21563 * lower-subreg.c: Likewise.
21564 * modulo-sched.c: Likewise.
21565 * postreload-gcse.c: Likewise.
21566 * predict.c: Likewise.
21567 * recog.c: Likewise.
21568 * sched-rgn.c: Likewise.
21569 * store-motion.c: Likewise.
21570 * tracer.c: Likewise.
21571 * trans-mem.c: Likewise.
21572 * tree-call-cdce.c: Likewise.
21573 * tree-cfg.c: Likewise.
21574 * tree-cfgcleanup.c: Likewise.
21575 * tree-complex.c: Likewise.
21576 * tree-eh.c: Likewise.
21577 * tree-emutls.c: Likewise.
21578 * tree-if-conv.c: Likewise.
21579 * tree-into-ssa.c: Likewise.
21580 * tree-loop-distribution.c: Likewise.
21581 * tree-object-size.c: Likewise.
21582 * tree-parloops.c: Likewise.
21583 * tree-pass.h: Likewise.
21584 * tree-sra.c: Likewise.
21585 * tree-ssa-ccp.c: Likewise.
21586 * tree-ssa-copy.c: Likewise.
21587 * tree-ssa-copyrename.c: Likewise.
21588 * tree-ssa-dce.c: Likewise.
21589 * tree-ssa-dom.c: Likewise.
21590 * tree-ssa-dse.c: Likewise.
21591 * tree-ssa-forwprop.c: Likewise.
21592 * tree-ssa-ifcombine.c: Likewise.
21593 * tree-ssa-loop-ch.c: Likewise.
21594 * tree-ssa-loop-ivcanon.c: Likewise.
21595 * tree-ssa-loop.c: Likewise.
21596 * tree-ssa-math-opts.c: Likewise.
21597 * tree-ssa-phiopt.c: Likewise.
21598 * tree-ssa-phiprop.c: Likewise.
21599 * tree-ssa-pre.c: Likewise.
21600 * tree-ssa-reassoc.c: Likewise.
21601 * tree-ssa-sink.c: Likewise.
21602 * tree-ssa-strlen.c: Likewise.
21603 * tree-ssa-tail-merge.c: Likewise.
21604 * tree-ssa-uncprop.c: Likewise.
21605 * tree-switch-conversion.c: Likewise.
21606 * tree-tailcall.c: Likewise.
21607 * tree-vect-generic.c: Likewise.
21608 * tree-vectorizer.c: Likewise.
21609 * tree-vrp.c: Likewise.
21610 * tsan.c: Likewise.
21611 * var-tracking.c: Likewise.
21612 * bt-load.c: Likewise.
21613 * cfgcleanup.c: Likewise.
21614 * combine-stack-adj.c: Likewise.
21615 * combine.c: Likewise.
21616 * compare-elim.c: Likewise.
21617 * config/epiphany/resolve-sw-modes.c: Likewise.
21618 * config/i386/i386.c: Likewise.
21619 * config/mips/mips.c: Likewise.
21620 * config/s390/s390.c: Likewise.
21621 * config/sh/sh_treg_combine.cc: Likewise.
21622 * config/sparc/sparc.c: Likewise.
21623 * dce.c: Likewise.
21624 * dse.c: Likewise.
21625 * final.c: Likewise.
21626 * ifcvt.c: Likewise.
21627 * mode-switching.c: Likewise.
21628 * passes.c: Likewise.
21629 * postreload.c: Likewise.
21630 * ree.c: Likewise.
21631 * reg-stack.c: Likewise.
21632 * regcprop.c: Likewise.
21633 * regrename.c: Likewise.
21634 * web.c: Likewise.
21635
21636 2014-05-06 Richard Biener <rguenther@suse.de>
21637
21638 PR middle-end/61070
21639 * bitmap.c (debug_bitmap): Dump to stderr, not stdout.
21640 * tree-ssa-structalias.c (dump_solution_for_var): Likewise.
21641
21642 2014-05-05 Jan Hubicka <hubicka@ucw.cz>
21643
21644 PR ipa/60965
21645 * ipa-devirt.c (get_class_context): Allow POD to change to non-POD.
21646
21647 2014-05-05 Radovan Obradovic <robradovic@mips.com>
21648 Tom de Vries <tom@codesourcery.com>
21649
21650 * target.def (call_fusage_contains_non_callee_clobbers): New
21651 DEFHOOKPOD.
21652 * doc/tm.texi.in (@node Stack and Calling): Add Miscellaneous Register
21653 Hooks to @menu.
21654 (@node Miscellaneous Register Hooks): New node.
21655 (@hook TARGET_CALL_FUSAGE_CONTAINS_NON_CALLEE_CLOBBERS): New hook.
21656 * doc/tm.texi: Regenerate.
21657
21658 2014-05-05 Marek Polacek <polacek@redhat.com>
21659
21660 PR driver/61065
21661 * opts.c (common_handle_option): Call error_at instead of warning_at.
21662
21663 2014-05-05 Richard Biener <rguenther@suse.de>
21664
21665 * passes.c (execute_function_todo): Don't reset TODO_verify_ssa
21666 from last_verified if update_ssa ran. Move TODO_verify_rtl_sharing
21667 under the TODO_verify_il umbrella.
21668
21669 2014-05-05 Richard Biener <rguenther@suse.de>
21670
21671 * passes.c (execute_function_todo): Move TODO_verify_flow under
21672 the TODO_verify_ul umbrella.
21673
21674 2014-05-05 Richard Biener <rguenther@suse.de>
21675
21676 PR middle-end/61010
21677 * fold-const.c (fold_binary_loc): Consistently avoid canonicalizing
21678 X & CST away from a CST that is the mask of a mode.
21679
21680 2014-05-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
21681
21682 * config/picochip/picochip-protos.h (picochip_regno_nregs): Change
21683 int argument to enum machine_mode.
21684 (picochip_class_max_nregs): Ditto.
21685 * config/picochip/picochip.c (picochip_regno_nregs): Ditto.
21686 (picochip_class_max_nregs): Ditto.
21687
21688 2014-05-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21689
21690 * target.def: Add new target hook.
21691 * doc/tm.texi: Regenerate.
21692 * targhooks.h (default_keep_leaf_when_profiled): Add prototype.
21693 * targhooks.c (default_keep_leaf_when_profiled): New function.
21694
21695 * config/s390/s390.c (s390_keep_leaf_when_profiled): New function.
21696 (TARGET_KEEP_LEAF_WHEN_PROFILED): Define.
21697
21698 2014-05-05 Bin Cheng <bin.cheng@arm.com>
21699
21700 PR tree-optimization/60363
21701 * gcc/tree-ssa-threadupdate.c (get_value_locus_in_path): New.
21702 (copy_phi_args): New parameters. Call get_value_locus_in_path.
21703 (update_destination_phis): New parameter.
21704 (create_edge_and_update_destination_phis): Ditto.
21705 (ssa_fix_duplicate_block_edges): Pass new arguments.
21706 (thread_single_edge): Ditto.
21707
21708 2014-05-04 Peter Bergner <bergner@vnet.ibm.com>
21709
21710 * config/rs6000/rs6000.h (RS6000_BTM_HARD_FLOAT): New define.
21711 (RS6000_BTM_COMMON): Add RS6000_BTM_HARD_FLOAT.
21712 (TARGET_EXTRA_BUILTINS): Add TARGET_HARD_FLOAT.
21713 * config/rs6000/rs6000-builtin.def (BU_MISC_1):
21714 Use RS6000_BTM_HARD_FLOAT.
21715 (BU_MISC_2): Likewise.
21716 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Handle
21717 RS6000_BTM_HARD_FLOAT.
21718 (rs6000_option_override_internal): Enforce -mhard-float if -mhard-dfp
21719 is explicitly used.
21720 (rs6000_invalid_builtin): Add hard floating builtin support.
21721 (rs6000_expand_builtin): Relax the gcc_assert to allow the new
21722 hard float builtins.
21723 (rs6000_builtin_mask_names): Add RS6000_BTM_HARD_FLOAT.
21724
21725 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
21726
21727 * config/sh/sh_optimize_sett_clrt.cc (sh_optimize_sett_clrt::execute):
21728 Add missing function* argument.
21729
21730 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
21731
21732 * lra-constraints.c (valid_address_p): Move earlier in file.
21733 Add a constraint argument to the address_info version.
21734 (satisfies_memory_constraint_p): New function.
21735 (satisfies_address_constraint_p): Likewise.
21736 (process_alt_operands, curr_insn_transform): Use them.
21737 (process_address): Pass the constraint to valid_address_p when
21738 checking address operands.
21739
21740 2014-05-03 Richard Sandiford <rdsandiford@googlemail.com>
21741
21742 * config/mips/mips.c (mips_isa_rev): New variable.
21743 (mips_set_architecture): Set it.
21744 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Set __mips_isa_rev
21745 from mips_isa_rev.
21746 (ISA_HAS_MUL3, ISA_HAS_FP_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4)
21747 (ISA_HAS_PAIRED_SINGLE, ISA_HAS_MADD_MSUB, ISA_HAS_FP_RECIP_RSQRT)
21748 (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)
21749 (ISA_HAS_SEB_SEH, ISA_HAS_EXT_INS, ISA_HAS_MXHC1)
21750 (ISA_HAS_HILO_INTERLOCKS, ISA_HAS_SYNCI, MIN_FPRS_PER_FMT): Reexpress
21751 conditions in terms of mips_isa_rev.
21752 (mips_isa_rev): Declare.
21753
21754 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
21755
21756 * config/sh/sh-mem.cc: Use tabs instead of spaces.
21757 (prob_unlikely, prob_likely): Make variables const.
21758
21759 2014-05-03 Denis Chertykov <chertykov@gmail.com>
21760
21761 * config/avr/avr.c (avr_adjust_insn_length): Handle JUMP_TABLE_DATA.
21762
21763 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
21764
21765 * config/sh/sh.h (SH_ASM_SPEC): Handle m1, m2*, m3* and m4* cases.
21766
21767 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
21768
21769 * config/sh/sh.h (ROUND_ADVANCE): Delete macro.
21770 (ROUND_REG, PASS_IN_REG_P): Move and rename macros to ...
21771 * config/sh/sh.c (sh_round_reg, sh_pass_in_reg_p): ... these new
21772 functions.
21773 (sh_arg_partial_bytes, sh_function_arg, sh_function_arg_advance,
21774 sh_setup_incoming_varargs): Replace usage of PASS_IN_REG_P with
21775 sh_pass_in_reg_p.
21776 Replace usage of ROUND_REG with sh_round_reg.
21777 Use CEIL instead of ROUND_ADVANCE.
21778
21779 2014-05-03 Oleg Endo <olegendo@gcc.gnu.org>
21780
21781 PR target/61026
21782 * config/sh/sh.c: Include stdlib headers before everything else.
21783
21784 2014-05-02 Jakub Jelinek <jakub@redhat.com>
21785
21786 * gimplify.c (gimplify_adjust_omp_clauses_1): Handle
21787 GOVD_FIRSTPRIVATE | GOVD_LASTPRIVATE.
21788 (gimplify_adjust_omp_clauses): Simd region is never
21789 directly nested in combined parallel. Instead, for linear
21790 with copyin/copyout, if in combined for simd loop, make decl
21791 firstprivate/lastprivate on OMP_FOR.
21792 * omp-low.c (expand_omp_for_generic, expand_omp_for_static_nochunk,
21793 expand_omp_for_static_chunk): When setting endvar, also set
21794 fd->loop.v to the same value.
21795
21796 2014-05-02 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
21797
21798 * hwint.h (zext_hwi): Fix signed overflow for prec == 63.
21799
21800 2014-05-02 Alan Lawrence <alan.lawrence@arm.com>
21801
21802 * config/aarch64/aarch64.c (aarch64_expand_vec_perm_1): Tidy bit-flip
21803 expression.
21804
21805 2014-05-02 Marek Polacek <polacek@redhat.com>
21806
21807 * doc/invoke.texi: Describe -fsanitize=float-divide-by-zero.
21808
21809 2014-05-02 Kito Cheng <kito@0xlab.org>
21810
21811 * defaults.h (HONOR_REG_ALLOC_ORDER): Change HONOR_REG_ALLOC_ORDER
21812 to a C expression marco.
21813 * ira-color.c (HONOR_REG_ALLOC_ORDER) : Ditto.
21814 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Ditto.
21815 * config/nds32/nds32.h (HONOR_REG_ALLOC_ORDER): Ditto.
21816 * doc/tm.texi (HONOR_REG_ALLOC_ORDER): Update document for
21817 HONOR_REG_ALLOC_ORDER.
21818 * doc/tm.texi.in (HONOR_REG_ALLOC_ORDER): Ditto.
21819
21820 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
21821
21822 * config/arc/arc.c (TARGET_LRA_P): Undef before redefine.
21823
21824 2014-05-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
21825
21826 * config/arc/arc.c (arc_select_cc_mode): Fix typo.
21827
21828 2014-05-01 Yuri Rumyantsev <ysrumyan@gmail.com>
21829
21830 * tree-if-conv.c (is_cond_scalar_reduction): New function.
21831 (convert_scalar_cond_reduction): Likewise.
21832 (predicate_scalar_phi): Add recognition and transformation
21833 of simple conditioanl reduction to be vectorizable.
21834
21835 2014-05-01 Marek Polacek <polacek@redhat.com>
21836
21837 PR c/43245
21838 * doc/invoke.texi: Document -Wdiscarded-qualifiers.
21839
21840 2014-04-30 Alan Lawrence <alan.lawrence@arm.com>
21841
21842 * config/aarch64/arm_neon.h (vuzp1_f32, vuzp1_p8, vuzp1_p16, vuzp1_s8,
21843 vuzp1_s16, vuzp1_s32, vuzp1_u8, vuzp1_u16, vuzp1_u32, vuzp1q_f32,
21844 vuzp1q_f64, vuzp1q_p8, vuzp1q_p16, vuzp1q_s8, vuzp1q_s16, vuzp1q_s32,
21845 vuzp1q_s64, vuzp1q_u8, vuzp1q_u16, vuzp1q_u32, vuzp1q_u64, vuzp2_f32,
21846 vuzp2_p8, vuzp2_p16, vuzp2_s8, vuzp2_s16, vuzp2_s32, vuzp2_u8,
21847 vuzp2_u16, vuzp2_u32, vuzp2q_f32, vuzp2q_f64, vuzp2q_p8, vuzp2q_p16,
21848 vuzp2q_s8, vuzp2q_s16, vuzp2q_s32, vuzp2q_s64, vuzp2q_u8, vuzp2q_u16,
21849 vuzp2q_u32, vuzp2q_u64): Replace temporary asm with __builtin_shuffle.
21850
21851 2014-04-30 Joern Rennecke <joern.rennecke@embecosm.com>
21852
21853 * config/arc/arc.opt (mlra): Move comment above option name
21854 to avoid mis-parsing as language options.
21855
21856 2014-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21857
21858 * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Move ...
21859 * config/sol2.h: ... here.
21860 * config/sol2-10.h: Remove.
21861
21862 * config/sol2-bi.h (WCHAR_TYPE, WCHAR_TYPE_SIZE, WINT_TYPE)
21863 (WINT_TYPE_SIZE, MULTILIB_DEFAULTS, DEF_ARCH32_SPEC)
21864 (DEF_ARCH64_SPEC, ASM_CPU_DEFAULT_SPEC, LINK_ARCH64_SPEC_BASE)
21865 (LINK_ARCH64_SPEC, ARCH_DEFAULT_EMULATION, TARGET_LD_EMULATION)
21866 (LINK_ARCH_SPEC, SUBTARGET_EXTRA_SPECS): Move ...
21867 * config/sol2.h: ... here.
21868 (SECTION_NAME_FORMAT): Don't redefine.
21869 (STARTFILE_ARCH32_SPEC): Rename to ...
21870 (STARTFILE_ARCH_SPEC): ... this.
21871 (ASM_OUTPUT_ALIGNED_COMMON): Move ...
21872 * config/sparc/sol2.h: ... here.
21873 (SECTION_NAME_FORMAT): Don't undef.
21874 * config/i386/sol2.h (ASM_CPU_DEFAULT_SPEC)
21875 (SUBTARGET_EXTRA_SPECS): Remove.
21876 * config/sparc/sol2.h (ASM_CPU_DEFAULT_SPEC): Remove.
21877
21878 * config/i386/sol2-bi.h (TARGET_SUBTARGET_DEFAULT)
21879 (MD_STARTFILE_PREFIX): Remove.
21880 (SUBTARGET_OPTIMIZATION_OPTIONS, ASM_CPU32_DEFAULT_SPEC)
21881 (ASM_CPU64_DEFAULT_SPEC, ASM_CPU_SPEC, ASM_SPEC, DEFAULT_ARCH32_P)
21882 (ARCH64_SUBDIR, ARCH32_EMULATION, ARCH64_EMULATION)
21883 (ASM_COMMENT_START, JUMP_TABLES_IN_TEXT_SECTION)
21884 (ASM_OUTPUT_DWARF_PCREL, ASM_OUTPUT_ALIGNED_COMMON)
21885 (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Move ...
21886 * config/i386/sol2.h: ... here.
21887 (TARGET_SUBTARGET_DEFAULT, SIZE_TYPE, PTRDIFF_TYPE): Remove.
21888 * config/i386/sol2-bi.h: Remove.
21889 * config/sol2.h (MD_STARTFILE_PREFIX): Remove.
21890 (LINK_ARCH32_SPEC_BASE): Remove /usr/ccs/lib/libp, /usr/ccs/lib.
21891
21892 * config/i386/t-sol2-64: Rename to ...
21893 * config/i386/t-sol2: ... this.
21894 * config/sparc/t-sol2-64: Rename to ...
21895 * config/sparc/t-sol2: ... this.
21896
21897 * config.gcc (*-*-solaris2*): Split sol2_tm_file into
21898 sol2_tm_file_head, sol2_tm_file_tail.
21899 Include ${cpu_type}/sol2.h before sol2.h.
21900 Remove sol2-10.h.
21901 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Include
21902 i386/x86-64.h between sol2_tm_file_head and sol2_tm_file_tail.
21903 Remove i386/sol2-bi.h, sol2-bi.h from tm_file.
21904 Reflect i386/t-sol2-64 renaming.
21905 (sparc*-*-solaris2*): Remove sol2-bi.h from tm_file.
21906 Reflect sparc/t-sol2-64 renaming.
21907
21908 2014-04-30 Richard Biener <rguenther@suse.de>
21909
21910 * passes.c (execute_function_todo): Move TODO_verify_stmts
21911 and TODO_verify_ssa under the TODO_verify_il umbrella.
21912 * tree-ssa.h (verify_ssa): Adjust prototype.
21913 * tree-ssa.c (verify_ssa): Add parameter to tell whether
21914 we should verify SSA operands.
21915 * tree-cfg.h (verify_gimple_in_cfg): Adjust prototype.
21916 * tree-cfg.c (verify_gimple_in_cfg): Add parameter to tell
21917 whether we should verify whether not throwing stmts have EH info.
21918 * graphite-scop-detection.c (create_sese_edges): Adjust.
21919 * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Likewise.
21920 * tree-eh.c (lower_try_finally_switch): Do not add the
21921 default case label twice.
21922
21923 2014-04-30 Marek Polacek <polacek@redhat.com>
21924
21925 * gcc.c (sanitize_spec_function): Handle SANITIZE_FLOAT_DIVIDE.
21926 * builtins.def: Initialize builtins even for SANITIZE_FLOAT_DIVIDE.
21927 * flag-types.h (enum sanitize_code): Add SANITIZE_FLOAT_DIVIDE.
21928 * opts.c (common_handle_option): Add -fsanitize=float-divide-by-zero.
21929
21930 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
21931
21932 * config/aarch64/arm_neon.h (vzip1_f32, vzip1_p8, vzip1_p16, vzip1_s8,
21933 vzip1_s16, vzip1_s32, vzip1_u8, vzip1_u16, vzip1_u32, vzip1q_f32,
21934 vzip1q_f64, vzip1q_p8, vzip1q_p16, vzip1q_s8, vzip1q_s16, vzip1q_s32,
21935 vzip1q_s64, vzip1q_u8, vzip1q_u16, vzip1q_u32, vzip1q_u64, vzip2_f32,
21936 vzip2_p8, vzip2_p16, vzip2_s8, vzip2_s16, vzip2_s32, vzip2_u8,
21937 vzip2_u16, vzip2_u32, vzip2q_f32, vzip2q_f64, vzip2q_p8, vzip2q_p16,
21938 vzip2q_s8, vzip2q_s16, vzip2q_s32, vzip2q_s64, vzip2q_u8, vzip2q_u16,
21939 vzip2q_u32, vzip2q_u64): Replace inline __asm__ with __builtin_shuffle.
21940
21941 2014-04-29 David Malcolm <dmalcolm@redhat.com>
21942
21943 * tree-cfg.c (dump_function_to_file): Dump the return type of
21944 functions, in a line to itself before the function body, mimicking
21945 the layout of a C function.
21946
21947 2014-04-29 Jakub Jelinek <jakub@redhat.com>
21948
21949 PR tree-optimization/60971
21950 * tree-tailcall.c (process_assignment): Reject conversions which
21951 reduce precision.
21952
21953 2014-04-29 James Greenhalgh <james.greenhalgh@arm.com>
21954
21955 * calls.c (initialize_argument_information): Always treat
21956 PUSH_ARGS_REVERSED as 1, simplify code accordingly.
21957 (expand_call): Likewise.
21958 (emit_library_call_calue_1): Likewise.
21959 * expr.c (PUSH_ARGS_REVERSED): Do not define.
21960 (emit_push_insn): Always treat PUSH_ARGS_REVERSED as 1, simplify
21961 code accordingly.
21962
21963 2014-04-29 Nick Clifton <nickc@redhat.com>
21964
21965 * config/msp430/msp430.md (umulsidi): Fix typo.
21966 (mulhisi3): Enable even inside interrupt handlers.
21967 * config/msp430/msp430.c (msp430_print_operand): %O: Allow for the
21968 bigger return address pushed in large mode.
21969
21970 2014-04-29 Nick Clifton <nickc@redhat.com>
21971
21972 * config/arc/arc.c (arc_select_cc_mode): Fix parentheses.
21973 (arc_init_reg_tables): Use a machine_mode enum to iterate over
21974 available modes.
21975 * config/m32r/m32r.c (init_reg_tables): Likewise.
21976 * config/m32c/m32c.c (m32c_illegal_subreg_p): Use a machine_mode
21977 enum to hold the modes.
21978
21979 2014-04-29 Richard Biener <rguenther@suse.de>
21980
21981 * dominance.c (free_dominance_info): Add overload with
21982 function parameter.
21983 (dom_info_state): Likewise.
21984 (dom_info_available_p): Likewise.
21985 * basic-block.h (free_dominance_info, dom_info_state,
21986 dom_info_available_p): Declare overloads.
21987 * passes.c (execute_function_todo): Verify that verifiers
21988 don't change dominator info state. Drop dominator info
21989 for IPA pass invocations.
21990 * cgraph.c (release_function_body): Restore asserts that
21991 dominator information is released.
21992
21993 2014-04-29 Patrick Palka <patrick@parcs.ath.cx>
21994
21995 * doc/invoke.texi: Fix typo.
21996 * tree-vrp.c: Fix typos.
21997 * gimple.c (infer_nonnull_range): Reorder operands of an && condition.
21998
21999 2014-04-29 Zhenqiang Chen <zhenqiang.chen@linaro.org>
22000
22001 * config/aarch64/aarch64.md (mov<mode>cc): New for GPF.
22002
22003 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
22004
22005 * config/aarch64/aarch64-builtins.c
22006 (aarch64_types_storestruct_lane_qualifiers): New.
22007 (TYPES_STORESTRUCT_LANE): Likewise.
22008 * config/aarch64/aarch64-simd-builtins.def (st2_lane): New.
22009 (st3_lane): Likewise.
22010 (st4_lane): Likewise.
22011 * config/aarch64/aarch64-simd.md (vec_store_lanesoi_lane<mode>): New.
22012 (vec_store_lanesci_lane<mode>): Likewise.
22013 (vec_store_lanesxi_lane<mode>): Likewise.
22014 (aarch64_st2_lane<VQ:mode>): Likewise.
22015 (aarch64_st3_lane<VQ:mode>): Likewise.
22016 (aarch64_st4_lane<VQ:mode>): Likewise.
22017 * config/aarch64/aarch64.md (unspec): Add UNSPEC_ST{2,3,4}_LANE.
22018 * config/aarch64/arm_neon.h
22019 (__ST2_LANE_FUNC): Rewrite using builtins, update use points to
22020 use new macro arguments.
22021 (__ST3_LANE_FUNC): Likewise.
22022 (__ST4_LANE_FUNC): Likewise.
22023 * config/aarch64/iterators.md (V_TWO_ELEM): New.
22024 (V_THREE_ELEM): Likewise.
22025 (V_FOUR_ELEM): Likewise.
22026
22027 2014-04-28 David Malcolm <dmalcolm@redhat.com>
22028
22029 * doc/gimple.texi: Replace the description of the now-defunct
22030 union gimple_statement_d with a diagram showing the
22031 gimple_statement_base class hierarchy and its relationships to
22032 the GSS_ and GIMPLE_ enums.
22033
22034 2014-04-28 James Greenhalgh <james.greenhalgh@arm.com>
22035
22036 * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): New.
22037 * config/aarch64/aarch64.c
22038 (aarch64_cannot_change_mode_class): Weaken conditions.
22039 (aarch64_modes_tieable_p): New.
22040 * config/aarch64/aarch64.h (MODES_TIEABLE_P): Use it.
22041
22042 2014-04-28 Pat Haugen <pthaugen@us.ibm.com>
22043
22044 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
22045 (loadsync_<mode>): Change mode.
22046 (load_quadpti, store_quadpti): New.
22047 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
22048 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
22049
22050 2014-04-28 Martin Jambor <mjambor@suse.cz>
22051
22052 * tree-sra.c (sra_modify_expr): Generate new memory accesses with
22053 same alias type as the original statement.
22054 (subreplacement_assignment_data): New type.
22055 (handle_unscalarized_data_in_subtree): New type of parameter,
22056 generate new memory accesses with same alias type as the original
22057 statement.
22058 (load_assign_lhs_subreplacements): Likewise.
22059 (sra_modify_constructor_assign): Generate new memory accesses with
22060 same alias type as the original statement.
22061
22062 2014-04-28 Richard Biener <rguenther@suse.de>
22063
22064 * tree-pass.h (TODO_verify_il): Define.
22065 (TODO_verify_all): Complete properly.
22066 * passes.c (execute_function_todo): Move existing loop-closed
22067 SSA verification under TODO_verify_il.
22068 (execute_one_pass): Trigger TODO_verify_il at todo-after time.
22069 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps):
22070 Fix tree sharing issue.
22071
22072 2014-04-28 Richard Biener <rguenther@suse.de>
22073
22074 PR middle-end/60092
22075 * builtins.def (DEF_C11_BUILTIN): Add.
22076 (BUILT_IN_ALIGNED_ALLOC): Likewise.
22077 * coretypes.h (enum function_class): Add function_c11_misc.
22078 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle
22079 BUILT_IN_ALIGNED_ALLOC like BUILT_IN_MALLOC.
22080 (call_may_clobber_ref_p_1): Likewise.
22081 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
22082 (mark_all_reaching_defs_necessary_1): Likewise.
22083 (propagate_necessity): Likewise.
22084 (eliminate_unnecessary_stmts): Likewise.
22085 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_ALIGNED_ALLOC.
22086
22087 2014-04-28 Richard Biener <rguenther@suse.de>
22088
22089 * tree-vrp.c (vrp_var_may_overflow): Remove.
22090 (vrp_visit_phi_node): Rather than bumping to +-INF possibly
22091 with overflow immediately bump to one before that value and
22092 let iteration figure out overflow status.
22093
22094 2014-04-28 Richard Biener <rguenther@suse.de>
22095
22096 * configure.ac: Do valgrind header checks unconditionally.
22097 Add --enable-valgrind-annotations.
22098 * system.h: Guard valgrind header inclusion with
22099 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING.
22100 * alloc-pool.c (pool_alloc, pool_free): Use
22101 ENABLE_VALGRIND_ANNOTATIONS instead of ENABLE_VALGRIND_CHECKING
22102 to guard possibly dead code.
22103 * config.in: Regenerated.
22104 * configure: Likewise.
22105
22106 2014-04-28 Jeff Law <law@redhat.com>
22107
22108 PR tree-optimization/60902
22109 * tree-ssa-threadedge.c
22110 (record_temporary_equivalences_from_stmts_at_dest): Only iterate
22111 over real defs when invalidating outputs from statements that do not
22112 produce useful outputs for threading.
22113
22114 2014-04-28 Richard Biener <rguenther@suse.de>
22115
22116 PR tree-optimization/60979
22117 * graphite-scop-detection.c (scopdet_basic_block_info): Reject
22118 SCOPs that end in a block with a successor with abnormal
22119 predecessors.
22120
22121 2014-04-28 Richard Biener <rguenther@suse.de>
22122
22123 * tree-pass.h (execute_pass_list): Adjust prototype.
22124 * passes.c (pass_manager::execute_early_local_passes): Adjust.
22125 (do_per_function): Change callback signature, push all actual
22126 work to the callbals.
22127 (do_per_function_toporder): Likewise.
22128 (execute_function_dump): Adjust.
22129 (execute_function_todo): Likewise.
22130 (clear_last_verified): Likewise.
22131 (verify_curr_properties): Likewise.
22132 (update_properties_after_pass): Likewise.
22133 (execute_pass_list_1): Split out from ...
22134 (execute_pass_list): ... here. Adjust.
22135 (execute_ipa_pass_list): Likewise.
22136 * cgraphunit.c (cgraph_add_new_function): Adjust.
22137 (analyze_function): Likewise.
22138 (expand_function): Likewise.
22139 * cgraph.c (release_function_body): Free dominance info
22140 here instead of asserting it was magically freed elsewhere.
22141
22142 2014-04-28 Eric Botcazou <ebotcazou@adacore.com>
22143
22144 * configure.ac: Tweak GAS check for LEON instructions on SPARC.
22145 * configure: Regenerate.
22146 * config/sparc/sparc.opt (muser-mode): New option.
22147 * config/sparc/sync.md (atomic_compare_and_swap<mode>_1): Do not enable
22148 for LEON3.
22149 (atomic_compare_and_swap_leon3_1): New instruction for LEON3.
22150 * doc/invoke.texi (SPARC options): Document -muser-mode.
22151
22152 2014-04-27 Richard Sandiford <rdsandiford@googlemail.com>
22153
22154 * cselib.c (find_slot_memmode): Delete.
22155 (cselib_hasher): Change compare_type to a struct.
22156 (cselib_hasher::equal): Update accordingly. Don't expect wrapped
22157 constants.
22158 (preserve_constants_and_equivs): Adjust for new compare_type.
22159 (cselib_find_slot): Likewise. Take the mode of the rtx as argument.
22160 (wrap_constant): Delete.
22161 (cselib_lookup_mem, cselib_lookup_1): Update calls to cselib_find_slot.
22162
22163 2014-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
22164
22165 * doc/install.texi (Building with profile feedback): Remove
22166 outdated sentence.
22167
22168 2014-04-26 Tom de Vries <tom@codesourcery.com>
22169
22170 * config/i386/i386.md (define_expand "ldexpxf3"): Fix out-of-bounds
22171 array accesses.
22172
22173 2014-04-25 Cary Coutant <ccoutant@google.com>
22174
22175 PR debug/60929
22176 * dwarf2out.c (should_move_die_to_comdat): A type definition
22177 can contain a subprogram definition, but don't move it to a
22178 comdat unit.
22179 (clone_as_declaration): Copy DW_AT_abstract_origin attribute.
22180 (generate_skeleton_bottom_up): Remove DW_AT_object_pointer attribute
22181 from original DIE.
22182 (clone_tree_hash): Rename to...
22183 (clone_tree_partial): ...this; change callers. Copy
22184 DW_TAG_subprogram DIEs as declarations.
22185 (copy_decls_walk): Don't copy children of a declaration into a
22186 type unit.
22187
22188 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
22189
22190 PR target/60969
22191 * config/i386/i386.md (*movsf_internal): Set MODE to SI for
22192 alternative 12.
22193
22194 2014-04-25 Jiong Wang <jiong.wang@arm.com>
22195
22196 * config/arm/predicates.md (call_insn_operand): Add long_call check.
22197 * config/arm/arm.md (sibcall, sibcall_value): Force the address to
22198 reg for long_call.
22199 * config/arm/arm.c (arm_function_ok_for_sibcall): Remove long_call
22200 restriction.
22201
22202 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22203
22204 * config/arm/arm.c (arm_cortex_a8_tune): Initialise T16-related fields.
22205
22206 2014-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22207
22208 PR tree-optimization/60930
22209 * gimple-ssa-strength-reduction.c (create_mul_imm_cand): Reject
22210 creating a multiply candidate by folding two constant
22211 multiplicands when the result overflows.
22212
22213 2014-04-25 Jakub Jelinek <jakub@redhat.com>
22214
22215 PR tree-optimization/60960
22216 * tree-vect-generic.c (expand_vector_operation): Only call
22217 expand_vector_divmod if type's mode satisfies VECTOR_MODE_P.
22218
22219 2014-04-25 Tom de Vries <tom@codesourcery.com>
22220
22221 * expr.c (clobber_reg_mode): New function.
22222 * expr.h (clobber_reg): New function.
22223
22224 2014-04-25 Tom de Vries <tom@codesourcery.com>
22225
22226 * rtlanal.c (find_all_hard_reg_sets): Note INSN_CALL_FUNCTION_USAGE
22227 clobbers.
22228
22229 2014-04-25 Radovan Obradovic <robradovic@mips.com>
22230 Tom de Vries <tom@codesourcery.com>
22231
22232 * rtlanal.c (find_all_hard_reg_sets): Add bool implicit parameter and
22233 handle.
22234 * rtl.h (find_all_hard_reg_sets): Add bool parameter.
22235 * haifa-sched.c (recompute_todo_spec, check_clobbered_conditions): Add
22236 new argument to find_all_hard_reg_sets call.
22237
22238 2014-04-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22239
22240 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p):
22241 Use HOST_WIDE_INT_C for mask literal.
22242 (aarch_rev16_shleft_mask_imm_p): Likewise.
22243
22244 2014-04-25 Eric Botcazou <ebotcazou@adacore.com>
22245
22246 PR target/60941
22247 * config/sparc/sparc.md (ashlsi3_extend): Delete.
22248
22249 2014-04-25 Marc Glisse <marc.glisse@inria.fr>
22250
22251 PR preprocessor/56540
22252 * config/i386/i386-c.c (ix86_target_macros): Define
22253 __SIZEOF_FLOAT80__ and __SIZEOF_FLOAT128__.
22254
22255 2014-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22256
22257 * configure.ac (tga_func): Remove.
22258 (LIB_TLS_SPEC): Remove.
22259 * configure: Regenerate.
22260 * config.in: Regenerate.
22261 * config/sol2.h (LIB_SPEC): Don't use LIB_TLS_SPEC.
22262
22263 2014-04-25 Richard Biener <rguenther@suse.de>
22264
22265 PR ipa/60912
22266 * tree-ssa-structalias.c (ipa_pta_execute): Compute direct
22267 call stmt use/clobber sets during stmt walk instead of
22268 walking the possibly incomplete set of caller edges.
22269
22270 2014-04-25 Richard Biener <rguenther@suse.de>
22271
22272 PR ipa/60911
22273 * passes.c (apply_ipa_transforms): Inline into only caller ...
22274 (execute_one_pass): ... here. Properly bring in function
22275 bodies for nodes we want to apply IPA transforms to.
22276
22277 2014-04-24 Cong Hou <congh@google.com>
22278
22279 PR tree-optimization/60896
22280 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Pick up
22281 all statements in PATTERN_DEF_SEQ in recognized widen-mult pattern.
22282 (vect_mark_pattern_stmts): Set the def type of all statements in
22283 PATTERN_DEF_SEQ as vect_internal_def.
22284
22285 2014-04-24 Michael Meissner <meissner@linux.vnet.ibm.com>
22286
22287 * doc/extend.texi (PowerPC Built-in Functions): Document new
22288 powerpc extended divide, bcd, pack/unpack 128-bit, builtin functions.
22289 (PowerPC AltiVec/VSX Built-in Functions): Likewise.
22290
22291 * config/rs6000/predicates.md (const_0_to_3_operand): New
22292 predicate to match 0..3 integer constants.
22293
22294 * config/rs6000/rs6000-builtin.def (BU_DFP_MISC_1): Add new macros
22295 to support adding miscellaneous builtin functions.
22296 (BU_DFP_MISC_2): Likewise.
22297 (BU_P7_MISC_1): Likewise.
22298 (BU_P7_MISC_2): Likewise.
22299 (BU_P8V_MISC_3): Likewise.
22300 (BU_MISC_1): Likewise.
22301 (BU_MISC_2): Likewise.
22302 (DIVWE): Add extended divide builtin functions.
22303 (DIVWEO): Likewise.
22304 (DIVWEU): Likewise.
22305 (DIVWEUO): Likewise.
22306 (DIVDE): Likewise.
22307 (DIVDEO): Likewise.
22308 (DIVDEU): Likewise.
22309 (DIVDEUO): Likewise.
22310 (DXEX): Add decimal floating-point builtin functions.
22311 (DXEXQ): Likewise.
22312 (DDEDPD): Likewise.
22313 (DDEDPDQ): Likewise.
22314 (DENBCD): Likewise.
22315 (DENBCDQ): Likewise.
22316 (DIEX): Likewise.
22317 (DIEXQ): Likewise.
22318 (DSCLI): Likewise.
22319 (DSCLIQ): Likewise.
22320 (DSCRI): Likewise.
22321 (DSCRIQ): Likewise.
22322 (CDTBCD): Add new BCD builtin functions.
22323 (CBCDTD): Likewise.
22324 (ADDG6S): Likewise.
22325 (BCDADD): Likewise.
22326 (BCDADD_LT): Likewise.
22327 (BCDADD_EQ): Likewise.
22328 (BCDADD_GT): Likewise.
22329 (BCDADD_OV): Likewise.
22330 (BCDSUB): Likewise.
22331 (BCDSUB_LT): Likewise.
22332 (BCDSUB_EQ): Likewise.
22333 (BCDSUB_GT): Likewise.
22334 (BCDSUB_OV): Likewise.
22335 (PACK_TD): Add new pack/unpack 128-bit type builtin functions.
22336 (UNPACK_TD): Likewise.
22337 (PACK_TF): Likewise.
22338 (UNPACK_TF): Likewise.
22339 (UNPACK_TF_0): Likewise.
22340 (UNPACK_TF_1): Likewise.
22341 (PACK_V1TI): Likewise.
22342 (UNPACK_V1TI): Likewise.
22343
22344 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
22345 support for decimal floating point builtin functions.
22346 (rs6000_expand_ternop_builtin): Add checks for the new builtin
22347 functions that take constant arguments.
22348 (rs6000_invalid_builtin): Add decimal floating point builtin support.
22349 (rs6000_init_builtins): Setup long double, _Decimal64, and
22350 _Decimal128 types for new builtin functions.
22351 (builtin_function_type): Set the unsigned flags appropriately for
22352 the new builtin functions.
22353 (rs6000_opt_masks): Add support for decimal floating point builtin
22354 functions.
22355
22356 * config/rs6000/rs6000.h (RS6000_BTM_DFP): Add support for decimal
22357 floating point builtin functions.
22358 (RS6000_BTM_COMMON): Likewise.
22359 (RS6000_BTI_long_double): Likewise.
22360 (RS6000_BTI_dfloat64): Likewise.
22361 (RS6000_BTI_dfloat128): Likewise.
22362 (long_double_type_internal_node): Likewise.
22363 (dfloat64_type_internal_node): Likewise.
22364 (dfloat128_type_internal_node): Likewise.
22365
22366 * config/rs6000/altivec.h (UNSPEC_BCDADD): Add support for ISA
22367 2.07 bcd arithmetic instructions.
22368 (UNSPEC_BCDSUB): Likewise.
22369 (UNSPEC_BCD_OVERFLOW): Likewise.
22370 (UNSPEC_BCD_ADD_SUB): Likewise.
22371 (bcd_add_sub): Likewise.
22372 (BCD_TEST): Likewise.
22373 (bcd<bcd_add_sub>): Likewise.
22374 (bcd<bcd_add_sub>_test): Likewise.
22375 (bcd<bcd_add_sub>_test2): Likewise.
22376 (bcd<bcd_add_sub>_<code>): Likewise.
22377 (peephole2 for combined bcd ops): Likewise.
22378
22379 * config/rs6000/dfp.md (UNSPEC_DDEDPD): Add support for new
22380 decimal floating point builtin functions.
22381 (UNSPEC_DENBCD): Likewise.
22382 (UNSPEC_DXEX): Likewise.
22383 (UNSPEC_DIEX): Likewise.
22384 (UNSPEC_DSCLI): Likewise.
22385 (UNSPEC_DSCRI): Likewise.
22386 (D64_D128): Likewise.
22387 (dfp_suffix): Likewise.
22388 (dfp_ddedpd_<mode>): Likewise.
22389 (dfp_denbcd_<mode>): Likewise.
22390 (dfp_dxex_<mode>): Likewise.
22391 (dfp_diex_<mode>): Likewise.
22392 (dfp_dscli_<mode>): Likewise.
22393 (dfp_dscri_<mode>): Likewise.
22394
22395 * config/rs6000/rs6000.md (UNSPEC_ADDG6S): Add support for new BCD
22396 builtin functions.
22397 (UNSPEC_CDTBCD): Likewise.
22398 (UNSPEC_CBCDTD): Likewise.
22399 (UNSPEC_DIVE): Add support for new extended divide builtin functions.
22400 (UNSPEC_DIVEO): Likewise.
22401 (UNSPEC_DIVEU): Likewise.
22402 (UNSPEC_DIVEUO): Likewise.
22403 (UNSPEC_UNPACK_128BIT): Add support for new builtin functions to
22404 pack/unpack 128-bit types.
22405 (UNSPEC_PACK_128BIT): Likewise.
22406 (idiv_ldiv): New mode attribute to set the 32/64-bit divide type.
22407 (udiv<mode>3): Use idiv_ldiv mode attribute.
22408 (div<mode>3): Likewise.
22409 (addg6s): Add new BCD builtin functions.
22410 (cdtbcd): Likewise.
22411 (cbcdtd): Likewise.
22412 (UNSPEC_DIV_EXTEND): Add support for new extended divide instructions.
22413 (div_extend): Likewise.
22414 (div<div_extend>_<mode>"): Likewise.
22415 (FP128_64): Add support for new builtin functions to pack/unpack
22416 128-bit types.
22417 (unpack<mode>): Likewise.
22418 (unpacktf_0): Likewise.
22419 (unpacktf_1): Likewise.
22420 (unpack<mode>_dm): Likewise.
22421 (unpack<mode>_nodm): Likewise.
22422 (pack<mode>): Likewise.
22423 (unpackv1ti): Likewise.
22424 (packv1ti): Likewise.
22425
22426 2014-04-24 Vishnu K S <Vishnu.k_s@atmel.com>
22427
22428 * gcc/config/avr/avr.c: Add comment on why -fdelete-null-pointer-checks
22429 is disabled.
22430
22431 2014-04-24 Jakub Jelinek <jakub@redhat.com>
22432
22433 * tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.
22434 * gimplify.c (omp_is_private): Change last argument's type to int.
22435 Only diagnose lastprivate if the simd argument is 1, only diagnose
22436 linear if the simd argument is 2.
22437 (gimplify_omp_for): Adjust omp_is_private callers. When adding
22438 lastprivate or private, add the clause to OMP_FOR_CLAUSES. Pass
22439 GOVD_EXPLICIT to omp_add_variable. For simd with collapse == 1
22440 create OMP_CLAUSE_LINEAR rather than OMP_CLAUSE_PRIVATE for var.
22441 If var != decl and decl is in OMP_CLAUSE_LINEAR, gimplify decl
22442 increment to OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
22443 * omp-low.c (scan_sharing_clauses, lower_lastprivate_clauses): Handle
22444 OMP_CLAUSE_LINEAR_GIMPLE_SEQ.
22445 * tree-nested.c (convert_nonlocal_omp_clauses,
22446 convert_local_omp_clauses): Handle OMP_CLAUSE_LINEAR.
22447
22448 2014-04-24 Segher Boessenkool <segher@kernel.crashing.org>
22449
22450 PR target/60822
22451 * config/m68k/m68k.md (extendplussidi): Don't allow memory for
22452 operand 1.
22453
22454 2014-04-24 Dimitris Papavasiliou <dpapavas@gmail.com>
22455
22456 * flag-types.h (enum ivar_visibility): Add.
22457
22458 2014-04-24 Trevor Saunders <tsaunders@mozilla.com>
22459
22460 * config/sh/sh_treg_combine.c (sh_treg_combine::execute): Take
22461 function * argument.
22462
22463 2014-04-24 Alan Lawrence <alan.lawrence@arm.com>
22464
22465 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Enable for bigendian.
22466
22467 2014-04-24 Radovan Obradovic <robradovic@mips.com>
22468 Tom de Vries <tom@codesourcery.com>
22469
22470 * reg-notes.def (REG_NOTE (CALL_DECL)): New reg-note REG_CALL_DECL.
22471 * calls.c (expand_call, emit_library_call_value_1): Add REG_CALL_DECL
22472 reg-note.
22473 * combine.c (distribute_notes): Handle REG_CALL_DECL reg-note.
22474 * emit-rtl.c (try_split): Same.
22475
22476 2014-04-24 Radovan Obradovic <robradovic@mips.com>
22477 Tom de Vries <tom@codesourcery.com>
22478
22479 * common.opt (fuse-caller-save): New option.
22480
22481 2014-04-24 Tejas Belagod <tejas.belagod@arm.com>
22482
22483 * config/aarch64/aarch64.c (aarch64_evpc_tbl): Reverse order of
22484 elements for big-endian.
22485
22486 2014-04-24 Richard Biener <rguenther@suse.de>
22487
22488 * expr.c (expand_expr_real_1): Avoid gimple_assign_rhs_to_tree
22489 during TER and instead use the sepops interface for expanding
22490 non-GIMPLE_SINGLE_RHS.
22491
22492 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22493
22494 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Only redefine
22495 if not HAVE_AS_IX86_DIFF_SECT_DELTA.
22496
22497 2014-04-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22498
22499 * configure.ac (gcc_cv_as_cfi_directive): Support Solaris/x86
22500 assembler 64-bit option.
22501 * configure: Regenerate.
22502
22503 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22504
22505 * config/aarch64/aarch64.h (TARGET_CPU_CPP_BUILTINS): Check
22506 TARGET_SIMD rather than TARGET_GENERAL_REGS_ONLY.
22507 (TARGET_SIMD): Take AARCH64_ISA_SIMD into account.
22508 (TARGET_FLOAT): Take AARCH64_ISA_FP into account.
22509 (TARGET_CRYPTO): Take TARGET_SIMD into account.
22510
22511 2014-04-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22512
22513 * config/aarch64/aarch64-builtins.c
22514 (aarch64_builtin_vectorized_function): Handle BUILT_IN_BSWAP16,
22515 BUILT_IN_BSWAP32, BUILT_IN_BSWAP64.
22516 * config/aarch64/aarch64-simd.md (bswap<mode>): New pattern.
22517 * config/aarch64/aarch64-simd-builtins.def: Define vector bswap
22518 builtins.
22519 * config/aarch64/iterator.md (VDQHSD): New mode iterator.
22520 (Vrevsuff): New mode attribute.
22521
22522 2014-04-24 Terry Guo <terry.guo@arm.com>
22523
22524 * config/arm/arm.h (machine_function): Define variable
22525 after_arm_reorg here.
22526 * config/arm/arm.c (after_arm_reorg): Remove the definition.
22527 (arm_split_constant): Update the way to access variable
22528 after_arm_reorg.
22529 (arm_reorg): Ditto.
22530 (arm_output_function_epilogue): Remove the reset of after_arm_reorg.
22531
22532 2014-04-23 Tom de Vries <tom@codesourcery.com>
22533
22534 * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
22535
22536 2014-04-23 David Malcolm <dmalcolm@redhat.com>
22537
22538 * is-a.h: Update comments to reflect the following changes to the
22539 "pointerness" of the API, making the template parameter match the
22540 return type, allowing use of is-a.h with typedefs of pointers.
22541 (is_a_helper::cast): Return a T rather then a pointer to a T, so
22542 that the return type matches the parameter to the is_a_helper.
22543 (as_a): Likewise.
22544 (dyn_cast): Likewise.
22545
22546 * cgraph.c (cgraph_node_for_asm): Update for removal of implicit
22547 pointer from the is-a.h API.
22548
22549 * cgraph.h (is_a_helper <cgraph_node>::test): Convert to...
22550 (is_a_helper <cgraph_node *>::test): ...this, matching change to
22551 is-a.h API.
22552 (is_a_helper <varpool_node>::test): Likewise, convert to...
22553 (is_a_helper <varpool_node *>::test): ...this.
22554
22555 (varpool_first_variable): Update for removal of implicit pointer
22556 from the is-a.h API.
22557 (varpool_next_variable): Likewise.
22558 (varpool_first_static_initializer): Likewise.
22559 (varpool_next_static_initializer): Likewise.
22560 (varpool_first_defined_variable): Likewise.
22561 (varpool_next_defined_variable): Likewise.
22562 (cgraph_first_defined_function): Likewise.
22563 (cgraph_next_defined_function): Likewise.
22564 (cgraph_first_function): Likewise.
22565 (cgraph_next_function): Likewise.
22566 (cgraph_first_function_with_gimple_body): Likewise.
22567 (cgraph_next_function_with_gimple_body): Likewise.
22568 (cgraph_alias_target): Likewise.
22569 (varpool_alias_target): Likewise.
22570 (cgraph_function_or_thunk_node): Likewise.
22571 (varpool_variable_node): Likewise.
22572 (symtab_real_symbol_p): Likewise.
22573 * cgraphunit.c (referred_to_p): Likewise.
22574 (analyze_functions): Likewise.
22575 (handle_alias_pairs): Likewise.
22576 * gimple-fold.c (can_refer_decl_in_current_unit_p): Likewise.
22577 * gimple-ssa.h (gimple_vuse_op): Likewise.
22578 (gimple_vdef_op): Likewise.
22579 * gimple-streamer-in.c (input_gimple_stmt): Likewise.
22580 * gimple.c (gimple_build_asm_1): Likewise.
22581 (gimple_build_try): Likewise.
22582 (gimple_build_resx): Likewise.
22583 (gimple_build_eh_dispatch): Likewise.
22584 (gimple_build_omp_for): Likewise.
22585 (gimple_omp_for_set_clauses): Likewise.
22586
22587 * gimple.h (is_a_helper <gimple_statement_asm>::test): Convert to...
22588 (is_a_helper <gimple_statement_asm *>::test): ...this.
22589 (is_a_helper <gimple_statement_bind>::test): Convert to...
22590 (is_a_helper <gimple_statement_bind *>::test): ...this.
22591 (is_a_helper <gimple_statement_call>::test): Convert to...
22592 (is_a_helper <gimple_statement_call *>::test): ...this.
22593 (is_a_helper <gimple_statement_catch>::test): Convert to...
22594 (is_a_helper <gimple_statement_catch *>::test): ...this.
22595 (is_a_helper <gimple_statement_resx>::test): Convert to...
22596 (is_a_helper <gimple_statement_resx *>::test): ...this.
22597 (is_a_helper <gimple_statement_eh_dispatch>::test): Convert to...
22598 (is_a_helper <gimple_statement_eh_dispatch *>::test): ...this.
22599 (is_a_helper <gimple_statement_eh_else>::test): Convert to...
22600 (is_a_helper <gimple_statement_eh_else *>::test): ...this.
22601 (is_a_helper <gimple_statement_eh_filter>::test): Convert to...
22602 (is_a_helper <gimple_statement_eh_filter *>::test): ...this.
22603 (is_a_helper <gimple_statement_eh_mnt>::test): Convert to...
22604 (is_a_helper <gimple_statement_eh_mnt *>::test): ...this.
22605 (is_a_helper <gimple_statement_omp_atomic_load>::test): Convert to...
22606 (is_a_helper <gimple_statement_omp_atomic_load *>::test): ...this.
22607 (is_a_helper <gimple_statement_omp_atomic_store>::test): Convert to...
22608 (is_a_helper <gimple_statement_omp_atomic_store *>::test): ...this.
22609 (is_a_helper <gimple_statement_omp_return>::test): Convert to...
22610 (is_a_helper <gimple_statement_omp_return *>::test): ...this.
22611 (is_a_helper <gimple_statement_omp_continue>::test): Convert to...
22612 (is_a_helper <gimple_statement_omp_continue *>::test): ...this.
22613 (is_a_helper <gimple_statement_omp_critical>::test): Convert to...
22614 (is_a_helper <gimple_statement_omp_critical *>::test): ...this.
22615 (is_a_helper <gimple_statement_omp_for>::test): Convert to...
22616 (is_a_helper <gimple_statement_omp_for *>::test): ...this.
22617 (is_a_helper <gimple_statement_omp_taskreg>::test): Convert to...
22618 (is_a_helper <gimple_statement_omp_taskreg *>::test): ...this.
22619 (is_a_helper <gimple_statement_omp_parallel>::test): Convert to...
22620 (is_a_helper <gimple_statement_omp_parallel *>::test): ...this.
22621 (is_a_helper <gimple_statement_omp_target>::test): Convert to...
22622 (is_a_helper <gimple_statement_omp_target *>::test): ...this.
22623 (is_a_helper <gimple_statement_omp_sections>::test): Convert to...
22624 (is_a_helper <gimple_statement_omp_sections *>::test): ...this.
22625 (is_a_helper <gimple_statement_omp_single>::test): Convert to...
22626 (is_a_helper <gimple_statement_omp_single *>::test): ...this.
22627 (is_a_helper <gimple_statement_omp_teams>::test): Convert to...
22628 (is_a_helper <gimple_statement_omp_teams *>::test): ...this.
22629 (is_a_helper <gimple_statement_omp_task>::test): Convert to...
22630 (is_a_helper <gimple_statement_omp_task *>::test): ...this.
22631 (is_a_helper <gimple_statement_phi>::test): Convert to...
22632 (is_a_helper <gimple_statement_phi *>::test): ...this.
22633 (is_a_helper <gimple_statement_transaction>::test): Convert to...
22634 (is_a_helper <gimple_statement_transaction *>::test): ...this.
22635 (is_a_helper <gimple_statement_try>::test): Convert to...
22636 (is_a_helper <gimple_statement_try *>::test): ...this.
22637 (is_a_helper <gimple_statement_wce>::test): Convert to...
22638 (is_a_helper <gimple_statement_wce *>::test): ...this.
22639 (is_a_helper <const gimple_statement_asm>::test): Convert to...
22640 (is_a_helper <const gimple_statement_asm *>::test): ...this.
22641 (is_a_helper <const gimple_statement_bind>::test): Convert to...
22642 (is_a_helper <const gimple_statement_bind *>::test): ...this.
22643 (is_a_helper <const gimple_statement_call>::test): Convert to...
22644 (is_a_helper <const gimple_statement_call *>::test): ...this.
22645 (is_a_helper <const gimple_statement_catch>::test): Convert to...
22646 (is_a_helper <const gimple_statement_catch *>::test): ...this.
22647 (is_a_helper <const gimple_statement_resx>::test): Convert to...
22648 (is_a_helper <const gimple_statement_resx *>::test): ...this.
22649 (is_a_helper <const gimple_statement_eh_dispatch>::test): Convert to...
22650 (is_a_helper <const gimple_statement_eh_dispatch *>::test): ...this.
22651 (is_a_helper <const gimple_statement_eh_filter>::test): Convert to...
22652 (is_a_helper <const gimple_statement_eh_filter *>::test): ...this.
22653 (is_a_helper <const gimple_statement_omp_atomic_load>::test):
22654 Convert to...
22655 (is_a_helper <const gimple_statement_omp_atomic_load *>::test):
22656 ...this.
22657 (is_a_helper <const gimple_statement_omp_atomic_store>::test):
22658 Convert to...
22659 (is_a_helper <const gimple_statement_omp_atomic_store *>::test):
22660 ...this.
22661 (is_a_helper <const gimple_statement_omp_return>::test): Convert to...
22662 (is_a_helper <const gimple_statement_omp_return *>::test): ...this.
22663 (is_a_helper <const gimple_statement_omp_continue>::test): Convert
22664 to...
22665 (is_a_helper <const gimple_statement_omp_continue *>::test): ...this.
22666 (is_a_helper <const gimple_statement_omp_critical>::test): Convert
22667 to...
22668 (is_a_helper <const gimple_statement_omp_critical *>::test): ...this.
22669 (is_a_helper <const gimple_statement_omp_for>::test): Convert to...
22670 (is_a_helper <const gimple_statement_omp_for *>::test): ...this.
22671 (is_a_helper <const gimple_statement_omp_taskreg>::test): Convert to...
22672 (is_a_helper <const gimple_statement_omp_taskreg *>::test): ...this.
22673 (is_a_helper <const gimple_statement_omp_parallel>::test): Convert
22674 to...
22675 (is_a_helper <const gimple_statement_omp_parallel *>::test): ...this.
22676 (is_a_helper <const gimple_statement_omp_target>::test): Convert to...
22677 (is_a_helper <const gimple_statement_omp_target *>::test): ...this.
22678 (is_a_helper <const gimple_statement_omp_sections>::test): Convert
22679 to...
22680 (is_a_helper <const gimple_statement_omp_sections *>::test): ...this.
22681 (is_a_helper <const gimple_statement_omp_single>::test): Convert to...
22682 (is_a_helper <const gimple_statement_omp_single *>::test): ...this.
22683 (is_a_helper <const gimple_statement_omp_teams>::test): Convert to...
22684 (is_a_helper <const gimple_statement_omp_teams *>::test): ...this.
22685 (is_a_helper <const gimple_statement_omp_task>::test): Convert to...
22686 (is_a_helper <const gimple_statement_omp_task *>::test): ...this.
22687 (is_a_helper <const gimple_statement_phi>::test): Convert to...
22688 (is_a_helper <const gimple_statement_phi *>::test): ...this.
22689 (is_a_helper <const gimple_statement_transaction>::test): Convert to...
22690 (is_a_helper <const gimple_statement_transaction *>::test): ...this.
22691 (is_a_helper <const gimple_statement_with_ops>::test): Convert to...
22692 (is_a_helper <const gimple_statement_with_ops *>::test): ...this.
22693 (is_a_helper <gimple_statement_with_ops>::test): Convert to...
22694 (is_a_helper <gimple_statement_with_ops *>::test): ...this.
22695 (is_a_helper <const gimple_statement_with_memory_ops>::test): Convert
22696 to...
22697 (is_a_helper <const gimple_statement_with_memory_ops *>::test):
22698 ...this.
22699 (is_a_helper <gimple_statement_with_memory_ops>::test): Convert to...
22700 (is_a_helper <gimple_statement_with_memory_ops *>::test): ...this.
22701
22702 (gimple_use_ops): Update for removal of implicit pointer from the
22703 is-a.h API.
22704 (gimple_set_use_ops): Likewise.
22705 (gimple_vuse): Likewise.
22706 (gimple_vdef): Likewise.
22707 (gimple_vuse_ptr): Likewise.
22708 (gimple_vdef_ptr): Likewise.
22709 (gimple_set_vuse): Likewise.
22710 (gimple_set_vdef): Likewise.
22711 (gimple_omp_return_set_lhs): Likewise.
22712 (gimple_omp_return_lhs): Likewise.
22713 (gimple_omp_return_lhs_ptr): Likewise.
22714 (gimple_call_fntype): Likewise.
22715 (gimple_call_set_fntype): Likewise.
22716 (gimple_call_set_internal_fn): Likewise.
22717 (gimple_call_use_set): Likewise.
22718 (gimple_call_clobber_set): Likewise.
22719 (gimple_bind_vars): Likewise.
22720 (gimple_bind_set_vars): Likewise.
22721 (gimple_bind_body_ptr): Likewise.
22722 (gimple_bind_set_body): Likewise.
22723 (gimple_bind_add_stmt): Likewise.
22724 (gimple_bind_block): Likewise.
22725 (gimple_bind_set_block): Likewise.
22726 (gimple_asm_ninputs): Likewise.
22727 (gimple_asm_noutputs): Likewise.
22728 (gimple_asm_nclobbers): Likewise.
22729 (gimple_asm_nlabels): Likewise.
22730 (gimple_asm_input_op): Likewise.
22731 (gimple_asm_input_op_ptr): Likewise.
22732 (gimple_asm_output_op): Likewise.
22733 (gimple_asm_output_op_ptr): Likewise.
22734 (gimple_asm_set_output_op): Likewise.
22735 (gimple_asm_clobber_op): Likewise.
22736 (gimple_asm_set_clobber_op): Likewise.
22737 (gimple_asm_label_op): Likewise.
22738 (gimple_asm_set_label_op): Likewise.
22739 (gimple_asm_string): Likewise.
22740 (gimple_catch_types): Likewise.
22741 (gimple_catch_types_ptr): Likewise.
22742 (gimple_catch_handler_ptr): Likewise.
22743 (gimple_catch_set_types): Likewise.
22744 (gimple_catch_set_handler): Likewise.
22745 (gimple_eh_filter_types): Likewise.
22746 (gimple_eh_filter_types_ptr): Likewise.
22747 (gimple_eh_filter_failure_ptr): Likewise.
22748 (gimple_eh_filter_set_types): Likewise.
22749 (gimple_eh_filter_set_failure): Likewise.
22750 (gimple_eh_must_not_throw_fndecl): Likewise.
22751 (gimple_eh_must_not_throw_set_fndecl): Likewise.
22752 (gimple_eh_else_n_body_ptr): Likewise.
22753 (gimple_eh_else_e_body_ptr): Likewise.
22754 (gimple_eh_else_set_n_body): Likewise.
22755 (gimple_eh_else_set_e_body): Likewise.
22756 (gimple_try_eval_ptr): Likewise.
22757 (gimple_try_cleanup_ptr): Likewise.
22758 (gimple_try_set_eval): Likewise.
22759 (gimple_try_set_cleanup): Likewise.
22760 (gimple_wce_cleanup_ptr): Likewise.
22761 (gimple_wce_set_cleanup): Likewise.
22762 (gimple_phi_capacity): Likewise.
22763 (gimple_phi_num_args): Likewise.
22764 (gimple_phi_result): Likewise.
22765 (gimple_phi_result_ptr): Likewise.
22766 (gimple_phi_set_result): Likewise.
22767 (gimple_phi_arg): Likewise.
22768 (gimple_phi_set_arg): Likewise.
22769 (gimple_resx_region): Likewise.
22770 (gimple_resx_set_region): Likewise.
22771 (gimple_eh_dispatch_region): Likewise.
22772 (gimple_eh_dispatch_set_region): Likewise.
22773 (gimple_omp_critical_name): Likewise.
22774 (gimple_omp_critical_name_ptr): Likewise.
22775 (gimple_omp_critical_set_name): Likewise.
22776 (gimple_omp_for_clauses): Likewise.
22777 (gimple_omp_for_clauses_ptr): Likewise.
22778 (gimple_omp_for_set_clauses): Likewise.
22779 (gimple_omp_for_collapse): Likewise.
22780 (gimple_omp_for_index): Likewise.
22781 (gimple_omp_for_index_ptr): Likewise.
22782 (gimple_omp_for_set_index): Likewise.
22783 (gimple_omp_for_initial): Likewise.
22784 (gimple_omp_for_initial_ptr): Likewise.
22785 (gimple_omp_for_set_initial): Likewise.
22786 (gimple_omp_for_final): Likewise.
22787 (gimple_omp_for_final_ptr): Likewise.
22788 (gimple_omp_for_set_final): Likewise.
22789 (gimple_omp_for_incr): Likewise.
22790 (gimple_omp_for_incr_ptr): Likewise.
22791 (gimple_omp_for_set_incr): Likewise.
22792 (gimple_omp_for_pre_body_ptr): Likewise.
22793 (gimple_omp_for_set_pre_body): Likewise.
22794 (gimple_omp_parallel_clauses): Likewise.
22795 (gimple_omp_parallel_clauses_ptr): Likewise.
22796 (gimple_omp_parallel_set_clauses): Likewise.
22797 (gimple_omp_parallel_child_fn): Likewise.
22798 (gimple_omp_parallel_child_fn_ptr): Likewise.
22799 (gimple_omp_parallel_set_child_fn): Likewise.
22800 (gimple_omp_parallel_data_arg): Likewise.
22801 (gimple_omp_parallel_data_arg_ptr): Likewise.
22802 (gimple_omp_parallel_set_data_arg): Likewise.
22803 (gimple_omp_task_clauses): Likewise.
22804 (gimple_omp_task_clauses_ptr): Likewise.
22805 (gimple_omp_task_set_clauses): Likewise.
22806 (gimple_omp_task_child_fn): Likewise.
22807 (gimple_omp_task_child_fn_ptr): Likewise.
22808 (gimple_omp_task_set_child_fn): Likewise.
22809 (gimple_omp_task_data_arg): Likewise.
22810 (gimple_omp_task_data_arg_ptr): Likewise.
22811 (gimple_omp_task_set_data_arg): Likewise.
22812 (gimple_omp_taskreg_clauses): Likewise.
22813 (gimple_omp_taskreg_clauses_ptr): Likewise.
22814 (gimple_omp_taskreg_set_clauses): Likewise.
22815 (gimple_omp_taskreg_child_fn): Likewise.
22816 (gimple_omp_taskreg_child_fn_ptr): Likewise.
22817 (gimple_omp_taskreg_set_child_fn): Likewise.
22818 (gimple_omp_taskreg_data_arg): Likewise.
22819 (gimple_omp_taskreg_data_arg_ptr): Likewise.
22820 (gimple_omp_taskreg_set_data_arg): Likewise.
22821 (gimple_omp_task_copy_fn): Likewise.
22822 (gimple_omp_task_copy_fn_ptr): Likewise.
22823 (gimple_omp_task_set_copy_fn): Likewise.
22824 (gimple_omp_task_arg_size): Likewise.
22825 (gimple_omp_task_arg_size_ptr): Likewise.
22826 (gimple_omp_task_set_arg_size): Likewise.
22827 (gimple_omp_task_arg_align): Likewise.
22828 (gimple_omp_task_arg_align_ptr): Likewise.
22829 (gimple_omp_task_set_arg_align): Likewise.
22830 (gimple_omp_single_clauses): Likewise.
22831 (gimple_omp_single_clauses_ptr): Likewise.
22832 (gimple_omp_single_set_clauses): Likewise.
22833 (gimple_omp_target_clauses): Likewise.
22834 (gimple_omp_target_clauses_ptr): Likewise.
22835 (gimple_omp_target_set_clauses): Likewise.
22836 (gimple_omp_target_child_fn): Likewise.
22837 (gimple_omp_target_child_fn_ptr): Likewise.
22838 (gimple_omp_target_set_child_fn): Likewise.
22839 (gimple_omp_target_data_arg): Likewise.
22840 (gimple_omp_target_data_arg_ptr): Likewise.
22841 (gimple_omp_target_set_data_arg): Likewise.
22842 (gimple_omp_teams_clauses): Likewise.
22843 (gimple_omp_teams_clauses_ptr): Likewise.
22844 (gimple_omp_teams_set_clauses): Likewise.
22845 (gimple_omp_sections_clauses): Likewise.
22846 (gimple_omp_sections_clauses_ptr): Likewise.
22847 (gimple_omp_sections_set_clauses): Likewise.
22848 (gimple_omp_sections_control): Likewise.
22849 (gimple_omp_sections_control_ptr): Likewise.
22850 (gimple_omp_sections_set_control): Likewise.
22851 (gimple_omp_for_set_cond): Likewise.
22852 (gimple_omp_for_cond): Likewise.
22853 (gimple_omp_atomic_store_set_val): Likewise.
22854 (gimple_omp_atomic_store_val): Likewise.
22855 (gimple_omp_atomic_store_val_ptr): Likewise.
22856 (gimple_omp_atomic_load_set_lhs): Likewise.
22857 (gimple_omp_atomic_load_lhs): Likewise.
22858 (gimple_omp_atomic_load_lhs_ptr): Likewise.
22859 (gimple_omp_atomic_load_set_rhs): Likewise.
22860 (gimple_omp_atomic_load_rhs): Likewise.
22861 (gimple_omp_atomic_load_rhs_ptr): Likewise.
22862 (gimple_omp_continue_control_def): Likewise.
22863 (gimple_omp_continue_control_def_ptr): Likewise.
22864 (gimple_omp_continue_set_control_def): Likewise.
22865 (gimple_omp_continue_control_use): Likewise.
22866 (gimple_omp_continue_control_use_ptr): Likewise.
22867 (gimple_omp_continue_set_control_use): Likewise.
22868 (gimple_transaction_body_ptr): Likewise.
22869 (gimple_transaction_label): Likewise.
22870 (gimple_transaction_label_ptr): Likewise.
22871 (gimple_transaction_set_body): Likewise.
22872 (gimple_transaction_set_label): Likewise.
22873
22874 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
22875 * ipa-inline-analysis.c (inline_write_summary): Likewise.
22876 * ipa-ref.c (ipa_record_reference): Likewise.
22877 * ipa-reference.c (analyze_function): Likewise.
22878 (ipa_reference_write_optimization_summary): Likewise.
22879 * ipa.c (symtab_remove_unreachable_nodes): Likewise.
22880 (address_taken_from_non_vtable_p): Likewise.
22881 (comdat_can_be_unshared_p_1): Likewise.
22882 * lto-cgraph.c (lto_output_ref): Likewise.
22883 (add_references): Likewise.
22884 (compute_ltrans_boundary): Likewise.
22885 (output_symtab): Likewise.
22886 (input_ref): Likewise.
22887 (input_cgraph_1): Likewise.
22888 (output_cgraph_opt_summary): Likewise.
22889 * lto-streamer-out.c (lto_output): Likewise.
22890 (output_symbol_p): Likewise.
22891 * lto-streamer.h (lsei_next_function_in_partition): Likewise.
22892 (lsei_start_function_in_partition): Likewise.
22893 (lsei_next_variable_in_partition): Likewise.
22894 (lsei_start_variable_in_partition): Likewise.
22895 * symtab.c (insert_to_assembler_name_hash): Likewise.
22896 (unlink_from_assembler_name_hash): Likewise.
22897 (symtab_unregister_node): Likewise.
22898 (symtab_remove_node): Likewise.
22899 (dump_symtab_node): Likewise.
22900 (verify_symtab_base): Likewise.
22901 (verify_symtab_node): Likewise.
22902 (symtab_make_decl_local): Likewise.
22903 (symtab_alias_ultimate_target): Likewise.
22904 (symtab_resolve_alias): Likewise.
22905 (symtab_get_symbol_partitioning_class): Likewise.
22906 * tree-phinodes.c (allocate_phi_node): Likewise.
22907 (reserve_phi_args_for_new_edge): Likewise.
22908 (remove_phi_args): Likewise.
22909 * varpool.c (varpool_node_for_asm): Likewise.
22910 (varpool_remove_unreferenced_decls): Likewise.
22911
22912 2014-04-23 Jeff Law <law@redhat.com>
22913
22914 PR tree-optimization/60902
22915 * tree-ssa-threadedge.c
22916 (record_temporary_equivalences_from_stmts_at_dest): Make sure to
22917 invalidate outputs from statements that do not produce useful
22918 outputs for threading.
22919
22920 2014-04-23 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
22921
22922 * config/aarch64/aarch64.md (stack_protect_set, stack_protect_test)
22923 (stack_protect_set_<mode>, stack_protect_test_<mode>): Add
22924 machine descriptions for Stack Smashing Protector.
22925
22926 2014-04-23 Richard Earnshaw <rearnsha@arm.com>
22927
22928 * aarch64.md (<optab>_rol<mode>3): New pattern.
22929 (<optab>_rolsi3_uxtw): Likewise.
22930 * aarch64.c (aarch64_strip_shift): Handle ROTATE and ROTATERT.
22931
22932 2014-04-23 James Greenhalgh <james.greenhalgh@arm.com>
22933
22934 * config/arm/arm.c (arm_cortex_a57_tune): Initialize all fields.
22935 (arm_cortex_a12_tune): Likewise.
22936
22937 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22938
22939 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle BSWAP.
22940
22941 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22942
22943 * config/arm/arm.md (arm_rev16si2): New pattern.
22944 (arm_rev16si2_alt): Likewise.
22945 * config/arm/arm.c (arm_new_rtx_costs): Handle rev16 case.
22946
22947 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22948
22949 * config/aarch64/aarch64.md (rev16<mode>2): New pattern.
22950 (rev16<mode>2_alt): Likewise.
22951 * config/aarch64/aarch64.c (aarch64_rtx_costs): Handle rev16 case.
22952 * config/arm/aarch-common.c (aarch_rev16_shright_mask_imm_p): New.
22953 (aarch_rev16_shleft_mask_imm_p): Likewise.
22954 (aarch_rev16_p_1): Likewise.
22955 (aarch_rev16_p): Likewise.
22956 * config/arm/aarch-common-protos.h (aarch_rev16_p): Declare extern.
22957 (aarch_rev16_shright_mask_imm_p): Likewise.
22958 (aarch_rev16_shleft_mask_imm_p): Likewise.
22959
22960 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22961
22962 * config/arm/aarch-common-protos.h (alu_cost_table): Add rev field.
22963 * config/arm/aarch-cost-tables.h (generic_extra_costs): Specify
22964 rev cost.
22965 (cortex_a53_extra_costs): Likewise.
22966 (cortex_a57_extra_costs): Likewise.
22967 * config/arm/arm.c (cortexa9_extra_costs): Likewise.
22968 (cortexa7_extra_costs): Likewise.
22969 (cortexa8_extra_costs): Likewise.
22970 (cortexa12_extra_costs): Likewise.
22971 (cortexa15_extra_costs): Likewise.
22972 (v7m_extra_costs): Likewise.
22973 (arm_new_rtx_costs): Handle BSWAP.
22974
22975 2013-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22976
22977 * config/arm/arm.c (cortexa8_extra_costs): New table.
22978 (arm_cortex_a8_tune): New tuning struct.
22979 * config/arm/arm-cores.def (cortex-a8): Use cortex_a8 tuning struct.
22980
22981 2014-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22982
22983 * config/arm/arm.c (arm_new_rtx_costs): Handle FMA.
22984
22985 2014-04-23 Richard Biener <rguenther@suse.de>
22986
22987 * Makefile.in (OBJS): Remove loop-unswitch.o.
22988 * tree-pass.h (make_pass_rtl_unswitch): Remove.
22989 * passes.def (pass_rtl_unswitch): Likewise.
22990 * loop-init.c (gate_rtl_unswitch): Likewise.
22991 (rtl_unswitch): Likewise.
22992 (pass_data_rtl_unswitch): Likewise.
22993 (pass_rtl_unswitch): Likewise.
22994 (make_pass_rtl_unswitch): Likewise.
22995 * rtl.h (reversed_condition): Likewise.
22996 (compare_and_jump_seq): Likewise.
22997 * loop-iv.c (reversed_condition): Move here from loop-unswitch.c
22998 and make static.
22999 * loop-unroll.c (compare_and_jump_seq): Likewise.
23000
23001 2014-04-23 Richard Biener <rguenther@suse.de>
23002
23003 PR tree-optimization/60903
23004 * tree-ssa-loop-im.c (analyze_memory_references): Remove
23005 commented code block.
23006 (execute_sm_if_changed): Properly apply IRREDUCIBLE_LOOP
23007 loop flags to newly created BBs and edges.
23008
23009 2014-04-23 Nick Clifton <nickc@redhat.com>
23010
23011 * config/msp430/msp430.c (msp430_handle_option): Move function
23012 to msp430-common.c
23013 (msp430_option_override): Simplify mcu and mcpu option handling.
23014 (msp430_is_f5_mcu): Rename to msp430_use_f5_series_hwmult. Add
23015 support for -mhwmult command line option.
23016 (has_32bit_hwmult): Rename to use_32bit_hwmult. Add support for
23017 -mhwmult command line option.
23018 (msp430_hwmult_enabled): Delete.
23019 (msp43o_output_labelref): Add support for -mhwmult command line option.
23020 * config/msp430/msp430.md (mulhisi3, umulhisi3, mulsidi3)
23021 (umulsidi3): Likewise.
23022 * config/msp430/msp430.opt (mmcu): Add Report attribute.
23023 (mcpu, mlarge, msmall): Likewise.
23024 (mhwmult): New option.
23025 * config/msp430/msp430-protos.h (msp430_hwmult_enabled): Remove
23026 prototype.
23027 (msp430_is_f5_mcu): Remove prototype.
23028 (msp430_use_f5_series_hwmult): Add prototype.
23029 * config/msp430/msp430-opts.h: New file.
23030 * common/config/msp430: New directory.
23031 * common/config/msp430/msp430-common.c: New file.
23032 * config.gcc (msp430): Remove target_has_targetm_common.
23033 * doc/invoke.texi: Document -mhwmult command line option.
23034
23035 2014-04-23 Nick Clifton <nickc@redhat.com>
23036
23037 * config/i386/cygwin.h (ENDFILE_SPEC): Include
23038 default-manifest.o if it can be found in the search path.
23039 * config/i386/mingw32.h (ENDFILE_SPEC): Likewise.
23040
23041 2014-04-23 Terry Guo <terry.guo@arm.com>
23042
23043 * config/arm/arm.h (ASM_APP_OFF): Re-define it in a cleaner way.
23044
23045 2014-04-23 Richard Biener <rguenther@suse.de>
23046
23047 PR middle-end/60895
23048 * tree-inline.c (declare_return_variable): Use mark_addressable.
23049
23050 2014-04-23 Richard Biener <rguenther@suse.de>
23051
23052 PR middle-end/60891
23053 * loop-init.c (loop_optimizer_init): Make sure to apply
23054 LOOPS_MAY_HAVE_MULTIPLE_LATCHES before fixing up loops.
23055
23056 2014-04-22 Jakub Jelinek <jakub@redhat.com>
23057
23058 PR sanitizer/60275
23059 * common.opt (fsanitize-recover, fsanitize-undefined-trap-on-error):
23060 New options.
23061 * gcc.c (sanitize_spec_function): Don't return "" for "undefined"
23062 if flag_sanitize_undefined_trap_on_error.
23063 * sanitizer.def (BUILT_IN_UBSAN_HANDLE_DIVREM_OVERFLOW_ABORT,
23064 BUILT_IN_UBSAN_HANDLE_SHIFT_OUT_OF_BOUNDS_ABORT,
23065 BUILT_IN_UBSAN_HANDLE_VLA_BOUND_NOT_POSITIVE_ABORT,
23066 BUILT_IN_UBSAN_HANDLE_TYPE_MISMATCH_ABORT,
23067 BUILT_IN_UBSAN_HANDLE_ADD_OVERFLOW_ABORT,
23068 BUILT_IN_UBSAN_HANDLE_SUB_OVERFLOW_ABORT,
23069 BUILT_IN_UBSAN_HANDLE_MUL_OVERFLOW_ABORT,
23070 BUILT_IN_UBSAN_HANDLE_NEGATE_OVERFLOW_ABORT,
23071 BUILT_IN_UBSAN_HANDLE_LOAD_INVALID_VALUE_ABORT): New builtins.
23072 * ubsan.c (ubsan_instrument_unreachable): Return
23073 __builtin_trap () if flag_sanitize_undefined_trap_on_error.
23074 (ubsan_expand_null_ifn): Emit __builtin_trap ()
23075 if flag_sanitize_undefined_trap_on_error and
23076 __ubsan_handle_type_mismatch_abort if !flag_sanitize_recover.
23077 (ubsan_expand_null_ifn, ubsan_build_overflow_builtin,
23078 instrument_bool_enum_load): Emit __builtin_trap () if
23079 flag_sanitize_undefined_trap_on_error and
23080 __builtin_handle_*_abort () if !flag_sanitize_recover.
23081 * doc/invoke.texi (-fsanitize-recover,
23082 -fsanitize-undefined-trap-on-error): Document.
23083
23084 2014-04-22 Christian Bruel <christian.bruel@st.com>
23085
23086 * config/sh/sh.md (mov<mode>): Replace movQIHI.
23087 Force immediates to SImode.
23088
23089 2014-04-22 Sandra Loosemore <sandra@codesourcery.com>
23090
23091 * config/nios2/nios2.md (UNSPEC_ROUND): New.
23092 (lroundsfsi2): New.
23093 * config/nios2/nios2.opt (mno-custom-round, mcustom-round=): New.
23094 * config/nios2/nios2-opts.h (N2FPU_ALL_CODES): Add round.
23095 * config/nios2/nios2.c (N2F_NO_ERRNO): Define.
23096 (nios2_fpu_insn): Add entry for round.
23097 (N2FPU_NO_ERRNO_P): Define.
23098 (nios2_custom_check_insns): Add check for N2F_NO_ERRNO and
23099 flag_errno_math.
23100 * doc/invoke.texi (Nios II Options): Document -mcustom-round.
23101
23102 2014-04-22 Richard Henderson <rth@redhat.com>
23103
23104 * config/aarch64/aarch64 (addti3, subti3): New expanders.
23105 (add<GPI>3_compare0): Remove leading * from name.
23106 (add<GPI>3_carryin): Likewise.
23107 (sub<GPI>3_compare0): Likewise.
23108 (sub<GPI>3_carryin): Likewise.
23109 (<su_optab>mulditi3): New expander.
23110 (multi3): New expander.
23111 (madd<GPI>): Remove leading * from name.
23112
23113 2014-04-22 Martin Jambor <mjambor@suse.cz>
23114
23115 * cgraphclones.c (cgraph_function_versioning): Copy
23116 ipa_transforms_to_apply instead of asserting it is empty.
23117
23118 2014-04-22 H.J. Lu <hongjiu.lu@intel.com>
23119
23120 PR target/60868
23121 * config/i386/i386.c (ix86_expand_set_or_movmem): Call counter_mode
23122 on count_exp to get mode.
23123
23124 2014-04-22 Andrew Pinski <apinski@cavium.com>
23125
23126 * config/aarch64/aarch64.c (aarch64_load_symref_appropriately):
23127 Handle TLS for ILP32.
23128 * config/aarch64/aarch64.md (tlsie_small): Rename to ...
23129 (tlsie_small_<mode>): this and handle PTR.
23130 (tlsie_small_sidi): New pattern.
23131 (tlsle_small): Change to an expand to handle ILP32.
23132 (tlsle_small_<mode>): New pattern.
23133 (tlsdesc_small): Rename to ...
23134 (tlsdesc_small_<mode>): this and handle PTR.
23135
23136 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23137
23138 * config/aarch64/aarch64.c (TARGET_FLAGS_REGNUM): Define.
23139
23140 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
23141
23142 * config/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
23143 (aarch64_types_signed_unsigned_qualifiers): Qualifier added.
23144 (aarch64_types_signed_poly_qualifiers): Likewise.
23145 (aarch64_types_unsigned_signed_qualifiers): Likewise.
23146 (aarch64_types_poly_signed_qualifiers): Likewise.
23147 (TYPES_REINTERP_SS): Type macro added.
23148 (TYPES_REINTERP_SU): Likewise.
23149 (TYPES_REINTERP_SP): Likewise.
23150 (TYPES_REINTERP_US): Likewise.
23151 (TYPES_REINTERP_PS): Likewise.
23152 (aarch64_fold_builtin): New expression folding added.
23153 * config/aarch64/aarch64-simd-builtins.def (REINTERP):
23154 Declarations removed.
23155 (REINTERP_SS): Declarations added.
23156 (REINTERP_US): Likewise.
23157 (REINTERP_PS): Likewise.
23158 (REINTERP_SU): Likewise.
23159 (REINTERP_SP): Likewise.
23160 * config/aarch64/arm_neon.h (vreinterpret_p8_f64): Implemented.
23161 (vreinterpretq_p8_f64): Likewise.
23162 (vreinterpret_p16_f64): Likewise.
23163 (vreinterpretq_p16_f64): Likewise.
23164 (vreinterpret_f32_f64): Likewise.
23165 (vreinterpretq_f32_f64): Likewise.
23166 (vreinterpret_f64_f32): Likewise.
23167 (vreinterpret_f64_p8): Likewise.
23168 (vreinterpret_f64_p16): Likewise.
23169 (vreinterpret_f64_s8): Likewise.
23170 (vreinterpret_f64_s16): Likewise.
23171 (vreinterpret_f64_s32): Likewise.
23172 (vreinterpret_f64_s64): Likewise.
23173 (vreinterpret_f64_u8): Likewise.
23174 (vreinterpret_f64_u16): Likewise.
23175 (vreinterpret_f64_u32): Likewise.
23176 (vreinterpret_f64_u64): Likewise.
23177 (vreinterpretq_f64_f32): Likewise.
23178 (vreinterpretq_f64_p8): Likewise.
23179 (vreinterpretq_f64_p16): Likewise.
23180 (vreinterpretq_f64_s8): Likewise.
23181 (vreinterpretq_f64_s16): Likewise.
23182 (vreinterpretq_f64_s32): Likewise.
23183 (vreinterpretq_f64_s64): Likewise.
23184 (vreinterpretq_f64_u8): Likewise.
23185 (vreinterpretq_f64_u16): Likewise.
23186 (vreinterpretq_f64_u32): Likewise.
23187 (vreinterpretq_f64_u64): Likewise.
23188 (vreinterpret_s64_f64): Likewise.
23189 (vreinterpretq_s64_f64): Likewise.
23190 (vreinterpret_u64_f64): Likewise.
23191 (vreinterpretq_u64_f64): Likewise.
23192 (vreinterpret_s8_f64): Likewise.
23193 (vreinterpretq_s8_f64): Likewise.
23194 (vreinterpret_s16_f64): Likewise.
23195 (vreinterpretq_s16_f64): Likewise.
23196 (vreinterpret_s32_f64): Likewise.
23197 (vreinterpretq_s32_f64): Likewise.
23198 (vreinterpret_u8_f64): Likewise.
23199 (vreinterpretq_u8_f64): Likewise.
23200 (vreinterpret_u16_f64): Likewise.
23201 (vreinterpretq_u16_f64): Likewise.
23202 (vreinterpret_u32_f64): Likewise.
23203 (vreinterpretq_u32_f64): Likewise.
23204
23205 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
23206
23207 * config/aarch64/aarch64/aarch64-builtins.c (TYPES_REINTERP): Removed.
23208 * config/aarch64/aarch64/aarch64-simd-builtins.def (REINTERP): Removed.
23209 (vreinterpret_p8_s8): Likewise.
23210 * config/aarch64/aarch64/arm_neon.h (vreinterpret_p8_s8): Uses cast.
23211 (vreinterpret_p8_s16): Likewise.
23212 (vreinterpret_p8_s32): Likewise.
23213 (vreinterpret_p8_s64): Likewise.
23214 (vreinterpret_p8_f32): Likewise.
23215 (vreinterpret_p8_u8): Likewise.
23216 (vreinterpret_p8_u16): Likewise.
23217 (vreinterpret_p8_u32): Likewise.
23218 (vreinterpret_p8_u64): Likewise.
23219 (vreinterpret_p8_p16): Likewise.
23220 (vreinterpretq_p8_s8): Likewise.
23221 (vreinterpretq_p8_s16): Likewise.
23222 (vreinterpretq_p8_s32): Likewise.
23223 (vreinterpretq_p8_s64): Likewise.
23224 (vreinterpretq_p8_f32): Likewise.
23225 (vreinterpretq_p8_u8): Likewise.
23226 (vreinterpretq_p8_u16): Likewise.
23227 (vreinterpretq_p8_u32): Likewise.
23228 (vreinterpretq_p8_u64): Likewise.
23229 (vreinterpretq_p8_p16): Likewise.
23230 (vreinterpret_p16_s8): Likewise.
23231 (vreinterpret_p16_s16): Likewise.
23232 (vreinterpret_p16_s32): Likewise.
23233 (vreinterpret_p16_s64): Likewise.
23234 (vreinterpret_p16_f32): Likewise.
23235 (vreinterpret_p16_u8): Likewise.
23236 (vreinterpret_p16_u16): Likewise.
23237 (vreinterpret_p16_u32): Likewise.
23238 (vreinterpret_p16_u64): Likewise.
23239 (vreinterpret_p16_p8): Likewise.
23240 (vreinterpretq_p16_s8): Likewise.
23241 (vreinterpretq_p16_s16): Likewise.
23242 (vreinterpretq_p16_s32): Likewise.
23243 (vreinterpretq_p16_s64): Likewise.
23244 (vreinterpretq_p16_f32): Likewise.
23245 (vreinterpretq_p16_u8): Likewise.
23246 (vreinterpretq_p16_u16): Likewise.
23247 (vreinterpretq_p16_u32): Likewise.
23248 (vreinterpretq_p16_u64): Likewise.
23249 (vreinterpretq_p16_p8): Likewise.
23250 (vreinterpret_f32_s8): Likewise.
23251 (vreinterpret_f32_s16): Likewise.
23252 (vreinterpret_f32_s32): Likewise.
23253 (vreinterpret_f32_s64): Likewise.
23254 (vreinterpret_f32_u8): Likewise.
23255 (vreinterpret_f32_u16): Likewise.
23256 (vreinterpret_f32_u32): Likewise.
23257 (vreinterpret_f32_u64): Likewise.
23258 (vreinterpret_f32_p8): Likewise.
23259 (vreinterpret_f32_p16): Likewise.
23260 (vreinterpretq_f32_s8): Likewise.
23261 (vreinterpretq_f32_s16): Likewise.
23262 (vreinterpretq_f32_s32): Likewise.
23263 (vreinterpretq_f32_s64): Likewise.
23264 (vreinterpretq_f32_u8): Likewise.
23265 (vreinterpretq_f32_u16): Likewise.
23266 (vreinterpretq_f32_u32): Likewise.
23267 (vreinterpretq_f32_u64): Likewise.
23268 (vreinterpretq_f32_p8): Likewise.
23269 (vreinterpretq_f32_p16): Likewise.
23270 (vreinterpret_s64_s8): Likewise.
23271 (vreinterpret_s64_s16): Likewise.
23272 (vreinterpret_s64_s32): Likewise.
23273 (vreinterpret_s64_f32): Likewise.
23274 (vreinterpret_s64_u8): Likewise.
23275 (vreinterpret_s64_u16): Likewise.
23276 (vreinterpret_s64_u32): Likewise.
23277 (vreinterpret_s64_u64): Likewise.
23278 (vreinterpret_s64_p8): Likewise.
23279 (vreinterpret_s64_p16): Likewise.
23280 (vreinterpretq_s64_s8): Likewise.
23281 (vreinterpretq_s64_s16): Likewise.
23282 (vreinterpretq_s64_s32): Likewise.
23283 (vreinterpretq_s64_f32): Likewise.
23284 (vreinterpretq_s64_u8): Likewise.
23285 (vreinterpretq_s64_u16): Likewise.
23286 (vreinterpretq_s64_u32): Likewise.
23287 (vreinterpretq_s64_u64): Likewise.
23288 (vreinterpretq_s64_p8): Likewise.
23289 (vreinterpretq_s64_p16): Likewise.
23290 (vreinterpret_u64_s8): Likewise.
23291 (vreinterpret_u64_s16): Likewise.
23292 (vreinterpret_u64_s32): Likewise.
23293 (vreinterpret_u64_s64): Likewise.
23294 (vreinterpret_u64_f32): Likewise.
23295 (vreinterpret_u64_u8): Likewise.
23296 (vreinterpret_u64_u16): Likewise.
23297 (vreinterpret_u64_u32): Likewise.
23298 (vreinterpret_u64_p8): Likewise.
23299 (vreinterpret_u64_p16): Likewise.
23300 (vreinterpretq_u64_s8): Likewise.
23301 (vreinterpretq_u64_s16): Likewise.
23302 (vreinterpretq_u64_s32): Likewise.
23303 (vreinterpretq_u64_s64): Likewise.
23304 (vreinterpretq_u64_f32): Likewise.
23305 (vreinterpretq_u64_u8): Likewise.
23306 (vreinterpretq_u64_u16): Likewise.
23307 (vreinterpretq_u64_u32): Likewise.
23308 (vreinterpretq_u64_p8): Likewise.
23309 (vreinterpretq_u64_p16): Likewise.
23310 (vreinterpret_s8_s16): Likewise.
23311 (vreinterpret_s8_s32): Likewise.
23312 (vreinterpret_s8_s64): Likewise.
23313 (vreinterpret_s8_f32): Likewise.
23314 (vreinterpret_s8_u8): Likewise.
23315 (vreinterpret_s8_u16): Likewise.
23316 (vreinterpret_s8_u32): Likewise.
23317 (vreinterpret_s8_u64): Likewise.
23318 (vreinterpret_s8_p8): Likewise.
23319 (vreinterpret_s8_p16): Likewise.
23320 (vreinterpretq_s8_s16): Likewise.
23321 (vreinterpretq_s8_s32): Likewise.
23322 (vreinterpretq_s8_s64): Likewise.
23323 (vreinterpretq_s8_f32): Likewise.
23324 (vreinterpretq_s8_u8): Likewise.
23325 (vreinterpretq_s8_u16): Likewise.
23326 (vreinterpretq_s8_u32): Likewise.
23327 (vreinterpretq_s8_u64): Likewise.
23328 (vreinterpretq_s8_p8): Likewise.
23329 (vreinterpretq_s8_p16): Likewise.
23330 (vreinterpret_s16_s8): Likewise.
23331 (vreinterpret_s16_s32): Likewise.
23332 (vreinterpret_s16_s64): Likewise.
23333 (vreinterpret_s16_f32): Likewise.
23334 (vreinterpret_s16_u8): Likewise.
23335 (vreinterpret_s16_u16): Likewise.
23336 (vreinterpret_s16_u32): Likewise.
23337 (vreinterpret_s16_u64): Likewise.
23338 (vreinterpret_s16_p8): Likewise.
23339 (vreinterpret_s16_p16): Likewise.
23340 (vreinterpretq_s16_s8): Likewise.
23341 (vreinterpretq_s16_s32): Likewise.
23342 (vreinterpretq_s16_s64): Likewise.
23343 (vreinterpretq_s16_f32): Likewise.
23344 (vreinterpretq_s16_u8): Likewise.
23345 (vreinterpretq_s16_u16): Likewise.
23346 (vreinterpretq_s16_u32): Likewise.
23347 (vreinterpretq_s16_u64): Likewise.
23348 (vreinterpretq_s16_p8): Likewise.
23349 (vreinterpretq_s16_p16): Likewise.
23350 (vreinterpret_s32_s8): Likewise.
23351 (vreinterpret_s32_s16): Likewise.
23352 (vreinterpret_s32_s64): Likewise.
23353 (vreinterpret_s32_f32): Likewise.
23354 (vreinterpret_s32_u8): Likewise.
23355 (vreinterpret_s32_u16): Likewise.
23356 (vreinterpret_s32_u32): Likewise.
23357 (vreinterpret_s32_u64): Likewise.
23358 (vreinterpret_s32_p8): Likewise.
23359 (vreinterpret_s32_p16): Likewise.
23360 (vreinterpretq_s32_s8): Likewise.
23361 (vreinterpretq_s32_s16): Likewise.
23362 (vreinterpretq_s32_s64): Likewise.
23363 (vreinterpretq_s32_f32): Likewise.
23364 (vreinterpretq_s32_u8): Likewise.
23365 (vreinterpretq_s32_u16): Likewise.
23366 (vreinterpretq_s32_u32): Likewise.
23367 (vreinterpretq_s32_u64): Likewise.
23368 (vreinterpretq_s32_p8): Likewise.
23369 (vreinterpretq_s32_p16): Likewise.
23370 (vreinterpret_u8_s8): Likewise.
23371 (vreinterpret_u8_s16): Likewise.
23372 (vreinterpret_u8_s32): Likewise.
23373 (vreinterpret_u8_s64): Likewise.
23374 (vreinterpret_u8_f32): Likewise.
23375 (vreinterpret_u8_u16): Likewise.
23376 (vreinterpret_u8_u32): Likewise.
23377 (vreinterpret_u8_u64): Likewise.
23378 (vreinterpret_u8_p8): Likewise.
23379 (vreinterpret_u8_p16): Likewise.
23380 (vreinterpretq_u8_s8): Likewise.
23381 (vreinterpretq_u8_s16): Likewise.
23382 (vreinterpretq_u8_s32): Likewise.
23383 (vreinterpretq_u8_s64): Likewise.
23384 (vreinterpretq_u8_f32): Likewise.
23385 (vreinterpretq_u8_u16): Likewise.
23386 (vreinterpretq_u8_u32): Likewise.
23387 (vreinterpretq_u8_u64): Likewise.
23388 (vreinterpretq_u8_p8): Likewise.
23389 (vreinterpretq_u8_p16): Likewise.
23390 (vreinterpret_u16_s8): Likewise.
23391 (vreinterpret_u16_s16): Likewise.
23392 (vreinterpret_u16_s32): Likewise.
23393 (vreinterpret_u16_s64): Likewise.
23394 (vreinterpret_u16_f32): Likewise.
23395 (vreinterpret_u16_u8): Likewise.
23396 (vreinterpret_u16_u32): Likewise.
23397 (vreinterpret_u16_u64): Likewise.
23398 (vreinterpret_u16_p8): Likewise.
23399 (vreinterpret_u16_p16): Likewise.
23400 (vreinterpretq_u16_s8): Likewise.
23401 (vreinterpretq_u16_s16): Likewise.
23402 (vreinterpretq_u16_s32): Likewise.
23403 (vreinterpretq_u16_s64): Likewise.
23404 (vreinterpretq_u16_f32): Likewise.
23405 (vreinterpretq_u16_u8): Likewise.
23406 (vreinterpretq_u16_u32): Likewise.
23407 (vreinterpretq_u16_u64): Likewise.
23408 (vreinterpretq_u16_p8): Likewise.
23409 (vreinterpretq_u16_p16): Likewise.
23410 (vreinterpret_u32_s8): Likewise.
23411 (vreinterpret_u32_s16): Likewise.
23412 (vreinterpret_u32_s32): Likewise.
23413 (vreinterpret_u32_s64): Likewise.
23414 (vreinterpret_u32_f32): Likewise.
23415 (vreinterpret_u32_u8): Likewise.
23416 (vreinterpret_u32_u16): Likewise.
23417 (vreinterpret_u32_u64): Likewise.
23418 (vreinterpret_u32_p8): Likewise.
23419 (vreinterpret_u32_p16): Likewise.
23420 (vreinterpretq_u32_s8): Likewise.
23421 (vreinterpretq_u32_s16): Likewise.
23422 (vreinterpretq_u32_s32): Likewise.
23423 (vreinterpretq_u32_s64): Likewise.
23424 (vreinterpretq_u32_f32): Likewise.
23425 (vreinterpretq_u32_u8): Likewise.
23426 (vreinterpretq_u32_u16): Likewise.
23427 (vreinterpretq_u32_u64): Likewise.
23428 (vreinterpretq_u32_p8): Likewise.
23429 (vreinterpretq_u32_p16): Likewise.
23430
23431 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
23432
23433 * gcc/config/aarch64/aarch64-simd.md (aarch64_s<optab><mode>):
23434 Pattern extended.
23435 * config/aarch64/aarch64-simd-builtins.def (sqneg): Iterator extended.
23436 (sqabs): Likewise.
23437 * config/aarch64/arm_neon.h (vqneg_s64): New intrinsic.
23438 (vqnegd_s64): Likewise.
23439 (vqabs_s64): Likewise.
23440 (vqabsd_s64): Likewise.
23441
23442 2014-04-22 Richard Henderson <rth@redhat.com>
23443
23444 * config/sparc/sparc.c (sparc_init_modes): Hoist GET_MODE_SIZE
23445 computation to the top of the loop.
23446
23447 2014-04-22 Renlin <renlin.li@arm.com>
23448 Jiong Wang <jiong.wang@arm.com>
23449
23450 * config/aarch64/aarch64.h (aarch64_frame): Delete "fp_lr_offset".
23451 * config/aarch64/aarch64.c (aarch64_layout_frame)
23452 (aarch64_initial_elimination_offset): Likewise.
23453
23454 2014-04-22 Marcus Shawcroft <marcus.shawcroft@arm.com>
23455
23456 * config/aarch64/aarch64.c (aarch64_initial_elimination_offset):
23457 Fix indentation.
23458
23459 2014-04-22 Richard Sandiford <rdsandiford@googlemail.com>
23460
23461 * machmode.h (bitwise_mode_for_mode): Declare.
23462 * stor-layout.h (bitwise_type_for_mode): Likewise.
23463 * stor-layout.c (bitwise_mode_for_mode): New function.
23464 (bitwise_type_for_mode): Likewise.
23465 * builtins.c (fold_builtin_memory_op): Use it instead of
23466 int_mode_for_mode and build_nonstandard_integer_type.
23467
23468 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23469
23470 * config.gcc (enable_obsolete): Remove *-*-solaris2.9*.
23471 (*-*-solaris2.[0-9] | *-*-solaris2.[0-9].*): Mark unsupported.
23472 (*-*-solaris2*): Simplify.
23473 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Likewise.
23474 (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*): Remove
23475 *-*-solaris2.9* handling.
23476
23477 * configure.ac (gcc_cv_as_hidden): Remove test for Solaris 9/x86
23478 as bug.
23479 (gcc_cv_ld_hidden): Remove *-*-solaris2.9* handling.
23480 (ld_tls_support): Remove i?86-*-solaris2.9, sparc*-*-solaris2.9
23481 handling, simplify.
23482 (gcc_cv_as_gstabs_flag): Remove workaround for Solaris 9/x86 as bug.
23483 * configure: Regenerate.
23484
23485 * config/i386/sol2-9.h: Remove.
23486
23487 * doc/install.texi (Specific, i?86-*-solaris2.9): Remove.
23488 (Specific, *-*-solaris2*): Mention Solaris 9 support removal.
23489 Remove Solaris 9 references.
23490
23491 2014-04-22 Vidya Praveen <vidyapraveen@arm.com>
23492
23493 * aarch64.md (float<GPI:mode><GPF:mode>2): Remove.
23494 (floatuns<GPI:mode><GPF:mode>2): Remove.
23495 (<optab><fcvt_target><GPF:mode>2): New pattern for equal width float
23496 and floatuns conversions.
23497 (<optab><fcvt_iesize><GPF:mode>2): New pattern for inequal width float
23498 and floatuns conversions.
23499 * iterators.md (fcvt_target, FCVT_TARGET): Support SF and DF modes.
23500 (w1,w2): New mode attributes for inequal width conversions.
23501
23502 2014-04-22 Renlin Li <Renlin.Li@arm.com>
23503
23504 * config/aarch64/aarch64.c (aarch64_print_operand_address): Adjust
23505 the output asm format.
23506
23507 2014-04-22 James Greenhalgh <james.greenhalgh@arm.com>
23508
23509 * config/aarch64/aarch64-simd.md
23510 (aarch64_cm<optab>di): Always split.
23511 (*aarch64_cm<optab>di): New.
23512 (aarch64_cmtstdi): Always split.
23513 (*aarch64_cmtstdi): New.
23514
23515 2014-04-22 Jakub Jelinek <jakub@redhat.com>
23516
23517 PR tree-optimization/60823
23518 * omp-low.c (ipa_simd_modify_function_body): Go through
23519 all SSA_NAMEs and for those refering to vector arguments
23520 which are going to be replaced adjust SSA_NAME_VAR and,
23521 if it is a default definition, change it into a non-default
23522 definition assigned at the beginning of function from new_decl.
23523 (ipa_simd_modify_stmt_ops): Rewritten.
23524 * tree-dfa.c (set_ssa_default_def): When removing default def,
23525 check for NULL loc instead of NULL *loc.
23526
23527 2014-04-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23528
23529 * config/arm/arm.c (arm_hard_regno_mode_ok): Loosen
23530 restrictions on core registers for DImode values in Thumb2.
23531
23532 2014-04-22 Ian Bolton <ian.bolton@arm.com>
23533
23534 * config/arm/arm.md (*anddi_notdi_zesidi): New pattern.
23535 * config/arm/thumb2.md (*iordi_notdi_zesidi): New pattern.
23536
23537 2014-04-22 Ian Bolton <ian.bolton@arm.com>
23538
23539 * config/arm/thumb2.md (*iordi_notdi_di): New pattern.
23540 (*iordi_notzesidi_di): Likewise.
23541 (*iordi_notsesidi_di): Likewise.
23542
23543 2014-04-22 Ian Bolton <ian.bolton@arm.com>
23544
23545 * config/arm/arm-protos.h (tune_params): New struct members.
23546 * config/arm/arm.c: Initialise tune_params per processor.
23547 (thumb2_reorg): Suppress conversion from t32 to t16 when optimizing
23548 for speed, based on new tune_params.
23549
23550 2014-04-22 Alex Velenko <Alex.Velenko@arm.com>
23551
23552 * config/aarch64/aarch64-builtins.c (BUILTIN_VDQF_DF): Macro added.
23553 * config/aarch64/aarch64-simd-builtins.def (frintn): Use added macro.
23554 * config/aarch64/aarch64-simd.md (<frint_pattern>): Comment corrected.
23555 * config/aarch64/aarch64.md (<frint_pattern>): Likewise.
23556 * config/aarch64/arm_neon.h (vrnd_f64): Added.
23557 (vrnda_f64): Likewise.
23558 (vrndi_f64): Likewise.
23559 (vrndm_f64): Likewise.
23560 (vrndn_f64): Likewise.
23561 (vrndp_f64): Likewise.
23562 (vrndx_f64): Likewise.
23563
23564 2014-04-22 Zhenqiang Chen <zhenqiang.chen@linaro.org>
23565
23566 * config/arm/arm.c (arm_print_operand, thumb_exit): Make sure
23567 GET_MODE_SIZE argument is enum machine_mode.
23568
23569 2014-04-22 Jakub Jelinek <jakub@redhat.com>
23570
23571 PR target/60910
23572 * config/sparc/sparc.c (sparc_init_modes): Pass enum machine_mode
23573 value instead of int to GET_MODE_CLASS and GET_MODE_SIZE macros.
23574
23575 2014-04-22 Lin Zuojian <manjian2006@gmail.com>
23576
23577 PR middle-end/60281
23578 * asan.c (asan_emit_stack_protection): Force the base to align to
23579 appropriate bits if STRICT_ALIGNMENT. Set shadow_mem align to
23580 appropriate bits if STRICT_ALIGNMENT.
23581 * cfgexpand.c (expand_stack_vars): Set base_align appropriately
23582 when asan is on.
23583 (expand_used_vars): Leave a space in the stack frame for alignment
23584 if STRICT_ALIGNMENT.
23585
23586 2014-04-21 David Malcolm <dmalcolm@redhat.com>
23587
23588 * gimple.h (gimple_assign_single_p): Accept a const_gimple rather
23589 than a gimple.
23590 (gimple_store_p): Likewise.
23591 (gimple_assign_load_p): Likewise.
23592 (gimple_assign_cast_p): Likewise.
23593 (gimple_clobber_p): Likewise.
23594
23595 * doc/gimple.texi (gimple_assign_cast_p): Accept a const_gimple
23596 rather than a gimple.
23597 (gimple_assign_cast_p): Likewise.
23598
23599 2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com>
23600
23601 PR target/60735
23602 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
23603 If mode is DDmode and TARGET_E500_DOUBLE allow move.
23604
23605 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
23606 more debug information for E500 if -mdebug=reg.
23607
23608 2014-04-21 Uros Bizjak <ubizjak@gmail.com>
23609
23610 PR target/60909
23611 * config/i386/i386.c (ix86_expand_builtin)
23612 <case IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Use temporary
23613 register for target RTX.
23614 <case IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Ditto.
23615
23616 2014-04-18 Cong Hou <congh@google.com>
23617
23618 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance
23619 the widen-mult pattern by handling two operands with different sizes,
23620 and operands whose size is smaller than half of the result type.
23621
23622 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
23623
23624 * ipa-inline.h (INLINE_HINT_known_hot): New hint.
23625 * ipa-inline-analysis.c (dump_inline_hints): Dump it.
23626 (do_estimate_edge_time): Compute it.
23627 * ipa-inline.c (want_inline_small_function_p): Bypass
23628 INLINE_INSNS_AUTO/SINGLE limits for calls that are known to be hot.
23629
23630 2014-04-18 Jan Hubicka <hubicka@ucw.cz>
23631
23632 * ipa-inline.c (spec_rem): New static variable.
23633 (dump_overall_stats): New function.
23634 (dump_inline_stats): New function.
23635
23636 2014-04-18 Richard Henderson <rth@redhat.com>
23637
23638 * config/aarch64/aarch64.c (aarch64_register_move_cost): Pass a mode
23639 to GET_MODE_SIZE, not a reg_class_t.
23640
23641 2014-04-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
23642
23643 * config/rs6000/vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.
23644 (vsx_xxmrglw_<mode>): Likewise.
23645
23646 2014-04-17 Michael Meissner <meissner@linux.vnet.ibm.com>
23647
23648 PR target/60876
23649 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Make sure
23650 GET_MODE_SIZE gets passed an enum machine_mode type and not integer.
23651 (rs6000_init_hard_regno_mode_ok): Likewise.
23652
23653 2014-04-17 Jan Hubicka <hubicka@ucw.cz>
23654
23655 * ipa-inline.c (inline_small_functions): Account only non-cold
23656 functions.
23657 * doc/invoke.texi (inline-unit-growth): Update documentation.
23658
23659 2014-04-17 Pat Haugen <pthaugen@us.ibm.com>
23660
23661 * config/rs6000/rs6000.md (addti3, subti3): New.
23662
23663 2014-04-17 H.J. Lu <hongjiu.lu@intel.com>
23664
23665 PR target/60863
23666 * config/i386/i386.c (ix86_expand_clear): Remove outdated
23667 comment. Check optimize_insn_for_size_p instead of
23668 optimize_insn_for_speed_p.
23669
23670 2014-04-17 Martin Jambor <mjambor@suse.cz>
23671
23672 * gimple-iterator.c (gsi_start_edge): New function.
23673 * gimple-iterator.h (gsi_start_edge): Declare.
23674 * tree-sra.c (single_non_eh_succ): New function.
23675 (disqualify_ops_if_throwing_stmt): Renamed to
23676 disqualify_if_bad_bb_terminating_stmt. Allow throwing statements
23677 having one non-EH successor BB.
23678 (sra_modify_expr): If stmt ends bb, use single non-EH successor to
23679 generate loads into replacements.
23680 (sra_modify_assign): Likewise and and also use the simple path for
23681 such statements.
23682 (sra_modify_function_body): Commit statements on edges.
23683
23684 2014-04-17 Richard Biener <rguenther@suse.de>
23685
23686 PR middle-end/60849
23687 * tree-ssa-propagate.c (valid_gimple_rhs_p): Allow vector
23688 comparison results and add clarifying comment.
23689
23690 2014-04-17 Jakub Jelinek <jakub@redhat.com>
23691
23692 * genmodes.c (struct mode_data): Add need_bytesize_adj field.
23693 (blank_mode): Initialize it.
23694 (emit_mode_size_inline, emit_mode_nunits_inline,
23695 emit_mode_inner_inline): New functions.
23696 (emit_insn_modes_h): Call them and surround their output with
23697 #if GCC_VERSION >= 4001 ... #endif.
23698 * machmode.h (GET_MODE_SIZE, GET_MODE_NUNITS, GET_MODE_INNER):
23699 For GCC_VERSION >= 4001 use mode_*_inline routines instead of
23700 mode_* arrays if the argument is __builtin_constant_p.
23701 * lower-subreg.c (dump_choices): Make sure GET_MODE_SIZE argument
23702 is enum machine_mode.
23703
23704 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
23705
23706 * passes.c (opt_pass::execute): Adjust.
23707 (pass_manager::execute_pass_mode_switching): Likewise.
23708 (early_local_passes::execute): Likewise.
23709 (execute_one_pass): Pass cfun to the pass's execute method.
23710 * tree-pass.h (opt_pass::execute): Add function * argument.
23711 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
23712 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
23713 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
23714 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
23715 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
23716 config/sparc/sparc.c, cprop.c, dce.c, df-core.c, dse.c, dwarf2cfi.c,
23717 except.c, final.c, function.c, fwprop.c, gcse.c, gimple-low.c,
23718 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
23719 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
23720 ipa-inline-analysis.c, ipa-inline.c, ipa-profile.c, ipa-pure-const.c,
23721 ipa-reference.c, ipa-split.c, ipa.c, ira.c, jump.c, loop-init.c,
23722 lower-subreg.c, mode-switching.c, omp-low.c, postreload-gcse.c,
23723 postreload.c, predict.c, recog.c, ree.c, reg-stack.c, regcprop.c,
23724 reginfo.c, regrename.c, reorg.c, sched-rgn.c, stack-ptr-mod.c,
23725 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
23726 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
23727 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
23728 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-ssa-ccp.c,
23729 tree-ssa-copy.c, tree-ssa-copyrename.c, tree-ssa-dce.c,
23730 tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
23731 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
23732 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
23733 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
23734 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
23735 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
23736 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
23737 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
23738 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
23739 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
23740 Adjust.
23741
23742 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
23743
23744 * passes.c (opt_pass::gate): Take function * argument.
23745 (gate_all_early_local_passes): Merge into
23746 (early_local_passes::gate): this.
23747 (gate_all_early_optimizations): Merge into
23748 (all_early_optimizations::gate): this.
23749 (gate_all_optimizations): Mege into
23750 (all_optimizations::gate): this.
23751 (gate_all_optimizations_g): Merge into
23752 (all_optimizations_g::gate): this.
23753 (gate_rest_of_compilation): Mege into
23754 (rest_of_compilation::gate): this.
23755 (gate_postreload): Merge into
23756 (postreload::gate): this.
23757 (dump_one_pass): Pass cfun to the pass's gate method.
23758 (execute_ipa_summary_passes): Likewise.
23759 (execute_one_pass): Likewise.
23760 (ipa_write_summaries_2): Likewise.
23761 (ipa_write_optimization_summaries_1): Likewise.
23762 (ipa_read_summaries_1): Likewise.
23763 (ipa_read_optimization_summaries_1): Likewise.
23764 (execute_ipa_stmt_fixups): Likewise.
23765 * tree-pass.h (opt_pass::gate): Add function * argument.
23766 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
23767 combine-stack-adj.c, combine.c, compare-elim.c,
23768 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
23769 config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
23770 config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
23771 dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c, fwprop.c, gcse.c,
23772 gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
23773 graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
23774 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
23775 loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
23776 omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
23777 reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
23778 store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
23779 tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
23780 tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
23781 tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
23782 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
23783 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
23784 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
23785 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
23786 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
23787 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
23788 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
23789 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
23790 tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
23791 tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
23792 var-tracking.c, vtable-verify.c, web.c: Adjust.
23793
23794 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
23795
23796 * configure.ac: Check for -Woverloaded-virtual and enable it if found.
23797 * configure: Regenerate.
23798
23799 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
23800
23801 * passes.c (dump_one_pass): don't check pass->has_gate.
23802 (execute_ipa_summary_passes): Likewise.
23803 (execute_one_pass): Likewise.
23804 (ipa_write_summaries_2): Likewise.
23805 (ipa_write_optimization_summaries_1): Likewise.
23806 (ipa_read_optimization_summaries_1): Likewise.
23807 (execute_ipa_stmt_fixups): Likewise.
23808 * tree-pass.h (pass_data::has_gate): Remove.
23809 * asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c, cfgcleanup.c,
23810 cfgexpand.c, cfgrtl.c, cgraphbuild.c, combine-stack-adj.c, combine.c,
23811 compare-elim.c, config/arc/arc.c, config/epiphany/mode-switch-use.c,
23812 config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
23813 config/mips/mips.c, config/rl78/rl78.c, config/s390/s390.c,
23814 config/sh/sh_optimize_sett_clrt.cc, config/sh/sh_treg_combine.cc,
23815 config/sparc/sparc.c, cprop.c, cse.c, dce.c, df-core.c, dse.c,
23816 dwarf2cfi.c, except.c, final.c, function.c, fwprop.c, gcse.c,
23817 gimple-low.c, gimple-ssa-isolate-paths.c,
23818 gimple-ssa-strength-reduction.c, graphite.c, ifcvt.c, init-regs.c,
23819 ipa-cp.c, ipa-devirt.c, ipa-inline-analysis.c, ipa-inline.c,
23820 ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
23821 ira.c, jump.c, loop-init.c, lower-subreg.c, mode-switching.c,
23822 modulo-sched.c, omp-low.c, postreload-gcse.c, postreload.c, predict.c,
23823 recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
23824 reorg.c, sched-rgn.c, stack-ptr-mod.c, store-motion.c, tracer.c,
23825 trans-mem.c, tree-call-cdce.c, tree-cfg.c, tree-cfgcleanup.c,
23826 tree-complex.c, tree-eh.c, tree-emutls.c, tree-if-conv.c,
23827 tree-into-ssa.c, tree-loop-distribution.c, tree-nrv.c,
23828 tree-object-size.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
23829 tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
23830 tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
23831 tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
23832 tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
23833 tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
23834 tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
23835 tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
23836 tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
23837 tree-ssa.c, tree-ssanames.c, tree-stdarg.c, tree-switch-conversion.c,
23838 tree-tailcall.c, tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c,
23839 tree.c, tsan.c, ubsan.c, var-tracking.c, vtable-verify.c, web.c:
23840 Adjust.
23841
23842 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
23843
23844 * pass_manager.h (pass_manager::register_dump_files_1): Remove
23845 declaration.
23846 * passes.c (pass_manager::register_dump_files_1): Merge into
23847 (pass_manager::register_dump_files): this, and remove its handling of
23848 properties since the pass always has the properties anyway.
23849 (pass_manager::pass_manager): Adjust.
23850
23851 2014-04-17 Trevor Saunders <tsaunders@mozilla.com>
23852
23853 * pass_manager.h (pass_manager::register_dump_files_1): Adjust.
23854 * passes.c (pass_manager::register_dump_files_1): Remove dead code
23855 dealing with properties.
23856 (pass_manager::register_dump_files): Adjust.
23857
23858 2014-03-20 Mark Wielaard <mjw@redhat.com>
23859
23860 * dwarf2out.c (add_bound_info): If HOST_WIDE_INT is big enough,
23861 then represent the bound as normal constant value.
23862
23863 2014-04-17 Jakub Jelinek <jakub@redhat.com>
23864
23865 PR target/60847
23866 Forward port from 4.8 branch
23867 2013-07-19 Kirill Yukhin <kirill.yukhin@intel.com>
23868
23869 * config/i386/bmiintrin.h (_blsi_u32): New.
23870 (_blsi_u64): Ditto.
23871 (_blsr_u32): Ditto.
23872 (_blsr_u64): Ditto.
23873 (_blsmsk_u32): Ditto.
23874 (_blsmsk_u64): Ditto.
23875 (_tzcnt_u32): Ditto.
23876 (_tzcnt_u64): Ditto.
23877
23878 2014-04-17 Kito Cheng <kito@0xlab.org>
23879
23880 * gcc.c (used_arg): Prevent out of bound access for multilib_options.
23881
23882 2014-04-17 Richard Biener <rguenther@suse.de>
23883
23884 PR middle-end/60849
23885 * tree-ssa-propagate.c (valid_gimple_rhs_p): Only allow effective
23886 boolean results for comparisons.
23887
23888 2014-04-17 Richard Biener <rguenther@suse.de>
23889
23890 PR tree-optimization/60836
23891 * tree-vect-loop.c (vect_create_epilog_for_reduction): Force
23892 initial PHI args to be gimple values.
23893
23894 2014-04-17 Richard Biener <rguenther@suse.de>
23895
23896 PR tree-optimization/60841
23897 * tree-vect-data-refs.c (vect_analyze_data_refs): Count stmts.
23898 * tree-vect-loop.c (vect_analyze_loop_2): Pass down number
23899 of stmts to SLP build.
23900 * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
23901 (vect_analyze_slp): Likewise.
23902 (vect_analyze_slp_instance): Likewise.
23903 (vect_build_slp_tree): Limit overall SLP tree growth.
23904 * tree-vectorizer.h (vect_analyze_data_refs,
23905 vect_analyze_slp): Adjust prototypes.
23906
23907 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
23908
23909 * config/i386/i386.c (x86_add_stmt_cost): Fix vector cost model for
23910 Silvermont.
23911
23912 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
23913
23914 * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.
23915 * config/i386/i386.h (TARGET_SLOW_PSHUFB): New tune flag.
23916 * config/i386/i386.c (expand_vec_perm_even_odd_1): Avoid byte shuffles
23917 for TARGET_SLOW_PSHUFB
23918
23919 2014-04-17 Evgeny Stupachenko <evstupac@gmail.com>
23920
23921 * config/i386/i386.c (slm_cost): Adjust vec_to_scalar_cost.
23922 * config/i386/i386.c (intel_cost): Ditto.
23923
23924 2014-04-17 Joey Ye <joey.ye@arm.com>
23925
23926 * opts.c (OPT_fif_conversion, OPT_fif_conversion2): Disable for Og.
23927
23928 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
23929
23930 * opts.c (common_handle_option): Disable -fipa-reference coorectly
23931 with -fuse-profile.
23932
23933 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
23934
23935 * ipa-devirt.c (odr_type_d): Add field all_derivations_known.
23936 (type_all_derivations_known_p): New predicate.
23937 (type_all_ctors_visible_p): New predicate.
23938 (type_possibly_instantiated_p): New predicate.
23939 (get_odr_type): Compute all_derivations_known.
23940 (dump_odr_type): Dump the flag.
23941 (maybe_record_type): Cleanup.
23942 (record_target_from_binfo): Add bases_to_consider array;
23943 record bases for types w/o instances and skip CXX destructor.
23944 (possible_polymorphic_call_targets_1): Add bases_to_consider
23945 and consider_construction parameters; check if type may have instance.
23946 (get_polymorphic_call_info): Set maybe_in_construction to true
23947 when we know nothing.
23948 (record_targets_from_bases): Skip CXX destructors; they are
23949 never called for types in construction.
23950 (possible_polymorphic_call_targets): Do not record target when
23951 type may not have instance.
23952
23953 2014-04-16 Jan Hubicka <hubicka@ucw.cz>
23954
23955 PR ipa/60854
23956 * ipa.c (symtab_remove_unreachable_nodes): Mark targets of
23957 external aliases alive, too.
23958
23959 2014-04-16 Andrew Pinski <apinski@cavium.com>
23960
23961 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32
23962 definition.
23963
23964 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
23965
23966 * final.c (compute_alignments): Do not apply loop alignment to a block
23967 falling through to the exit.
23968
23969 2014-04-16 Catherine Moore <clm@codesourcery.com>
23970
23971 * mips.md (*mov<mode>_internal, *movhi_internal, *movqi_internal):
23972 Adjust constraints for microMIPS store patterns.
23973
23974 2014-04-16 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
23975
23976 * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
23977
23978 2014-04-16 Eric Botcazou <ebotcazou@adacore.com>
23979
23980 * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
23981 (append_use): Run at -O0.
23982 (append_vdef): Likewise.
23983 * tree-ssa-ter.c (ter_is_replaceable_p): Do not special-case -O0.
23984 * tree-ssa-uninit.c (warn_uninitialized_vars): Remove obsolete comment.
23985
23986 2014-04-16 Jakub Jelinek <jakub@redhat.com>
23987
23988 PR tree-optimization/60844
23989 * tree-ssa-reassoc.c (reassoc_remove_stmt): New function.
23990 (propagate_op_to_single_use, remove_visited_stmt_chain,
23991 linearize_expr, repropagate_negates, reassociate_bb): Use it
23992 instead of gsi_remove.
23993
23994 2014-04-16 Martin Jambor <mjambor@suse.cz>
23995
23996 * cgraphclones.c (cgraph_create_virtual_clone): Duplicate
23997 ipa_transforms_to_apply.
23998 (cgraph_function_versioning): Assert that old_node has empty
23999 ipa_transforms_to_apply.
24000 * trans-mem.c (ipa_tm_create_version): Likewise.
24001 * tree-inline.c (tree_function_versioning): Do not duplicate
24002 ipa_transforms_to_apply.
24003
24004 2014-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24005
24006 PR target/60817
24007 * configure.ac (set_have_as_tls): Merge i[34567]86-*-* and
24008 x86_64-*-* cases.
24009 Pass necessary as flags on 64-bit Solaris/x86.
24010 Use lowercase relocs for x86_64-*-*.
24011 * configure: Regenerate.
24012
24013 2014-04-15 Jan Hubicka <jh@suse.cz>
24014
24015 * ipa-devirt.c (referenced_from_vtable_p): New predicate.
24016 (maybe_record_node, likely_target_p): Use it.
24017
24018 2014-04-15 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24019
24020 PR target/60839
24021 Revert following patch
24022
24023 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
24024
24025 PR target/60735
24026 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
24027 software floating point or no floating point registers, do not
24028 allow any type in the FPRs. Eliminate a test for SPE SIMD types
24029 in GPRs that occurs after we tested for GPRs that would never be
24030 true.
24031
24032 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
24033 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
24034 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
24035 specifically allow DDmode, since that does not use the SPE SIMD
24036 instructions.
24037
24038 2014-03-21 Mark Wielaard <mjw@redhat.com>
24039
24040 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_const_value
24041 as unsigned or int depending on type and value used.
24042
24043 2014-04-15 Richard Biener <rguenther@suse.de>
24044
24045 PR rtl-optimization/56965
24046 * alias.c (ncr_compar, nonoverlapping_component_refs_p): Move ...
24047 * tree-ssa-alias.c (ncr_compar, nonoverlapping_component_refs_p):
24048 ... here.
24049 * alias.c (true_dependence_1): Do not call
24050 nonoverlapping_component_refs_p.
24051 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Call
24052 nonoverlapping_component_refs_p.
24053 (indirect_refs_may_alias_p): Likewise.
24054
24055 2014-04-15 Teresa Johnson <tejohnson@google.com>
24056
24057 * cfg.c (dump_bb_info): Fix flags check.
24058 * tree-cfg.c (remove_bb): Only dump TDF_BLOCKS when removing.
24059
24060 2014-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24061
24062 PR rtl-optimization/60663
24063 * config/arm/arm.c (arm_new_rtx_costs): Improve ASM_OPERANDS case,
24064 avoid 0 cost.
24065
24066 2014-04-15 Richard Biener <rguenther@suse.de>
24067
24068 * lto-streamer.h (LTO_major_version): Bump to 4.
24069
24070 2014-04-15 Richard Biener <rguenther@suse.de>
24071
24072 * common.opt (lto_partition_model): New enum.
24073 (flto-partition=): Merge separate options with a single with argument,
24074 add -flto-partition=one support.
24075 * flag-types.h (enum lto_partition_model): Declare.
24076 * opts.c (finish_options): Remove duplicate -flto-partition=
24077 option check.
24078 * lto-wrapper.c (run_gcc): Adjust.
24079
24080 2014-04-15 Richard Biener <rguenther@suse.de>
24081
24082 * alias.c (ncr_compar): New function.
24083 (nonoverlapping_component_refs_p): Re-implement in O (n log n).
24084
24085 2014-04-15 Richard Biener <rguenther@suse.de>
24086
24087 * alias.c (record_component_aliases): Do not walk BINFOs.
24088
24089 2014-04-15 Richard Biener <rguenther@suse.de>
24090
24091 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
24092 Add struct function argument and adjust.
24093 (find_func_aliases_for_call): Likewise.
24094 (find_func_aliases): Likewise.
24095 (find_func_clobbers): Likewise.
24096 (intra_create_variable_infos): Likewise.
24097 (compute_points_to_sets): Likewise.
24098 (ipa_pta_execute): Adjust. Do not push/pop cfun.
24099
24100 2014-04-15 Richard Biener <rguenther@suse.de>
24101
24102 * tree.c (iterative_hash_expr): Use enum tree_code_class
24103 to store TREE_CODE_CLASS.
24104 (tree_block): Likewise.
24105 (tree_set_block): Likewise.
24106 * tree.h (fold_build_pointer_plus_loc): Use
24107 convert_to_ptrofftype_loc.
24108
24109 2014-04-15 Jakub Jelinek <jakub@redhat.com>
24110
24111 PR plugins/59335
24112 * Makefile.in (PLUGIN_HEADERS): Add various headers that have been
24113 added in 4.9.
24114
24115 2014-04-15 Eric Botcazou <ebotcazou@adacore.com>
24116
24117 * cfgloop.h (struct loop): Move force_vectorize down.
24118 * gimplify.c (gimple_boolify) <ANNOTATE_EXPR>: Handle new kinds.
24119 (gimplify_expr) <ANNOTATE_EXPR>: Minor tweak.
24120 * lto-streamer-in.c (input_cfg): Read dont_vectorize field.
24121 * lto-streamer-out.c (output_cfg): Write dont_vectorize field.
24122 * tree-cfg.c (replace_loop_annotate): Revamp and handle new kinds.
24123 * tree-core.h (enum annot_expr_kind): Add new kind values.
24124 * tree-inline.c (copy_loops): Copy dont_vectorize field and reorder.
24125 * tree-pretty-print.c (dump_generic_node) <ANNOTATE_EXPR>: Handle new
24126 kinds.
24127 * tree.def (ANNOTATE_EXPR): Tweak comment.
24128
24129 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
24130
24131 * ipa-devirt.c (maybe_record_node): Ignore all non-methods (including
24132 cxa_pure_virtual).
24133
24134 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
24135
24136 * tree.h (TYPE_IDENTIFIER): Declare.
24137 * tree.c (subrange_type_for_debug_p): Use it.
24138 * godump.c (go_format_type): Likewise.
24139 * dwarf2out.c (is_cxx_auto, modified_type_die,
24140 gen_type_die_with_usage, gen_type_die_with_usage): Likewise.
24141 * dbxout.c (dbxout_type, dbxout_symbol): Likewise.
24142
24143 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
24144
24145 PR lto/60820
24146 * varpool.c (varpool_remove_node): Do not alter decls when streaming.
24147
24148 2014-04-14 Uros Bizjak <ubizjak@gmail.com>
24149
24150 * config/i386/i386.c (examine_argument): Return bool. Return true if
24151 parameter should be passed in memory.
24152 <case X86_64_COMPLEX_X87_CLASS>: Adjust.
24153 (construct_container): Update calls to examine_argument.
24154 (function_arg_advance_64): Ditto.
24155 (return_in_memory_32): Merge with ix86_return_in_memory.
24156 (return_in_memory_64): Ditto.
24157 (return_in_memory_ms_64): Ditto.
24158
24159 2014-04-14 Jan Hubicka <hubicka@ucw.cz>
24160
24161 * ipa-utils.c (ipa_merge_profiles): Merge profile_id.
24162 * coverage.c (coverage_compute_profile_id): Handle externally visible
24163 symbols.
24164
24165 2014-04-14 Martin Jambor <mjambor@suse.cz>
24166
24167 * tree-sra.c (ipa_sra_preliminary_function_checks): Skip
24168 DECL_DISREGARD_INLINE_LIMITS functions.
24169
24170 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
24171
24172 PR target/60827
24173 * config/i386/i386.md (*fixuns_trunc<mode>_1): Revert the last change.
24174
24175 2014-04-14 H.J. Lu <hongjiu.lu@intel.com>
24176
24177 PR target/60827
24178 * config/i386/i386.md (*fixuns_trunc<mode>_1): Check
24179 optimize_insn_for_speed_p instead of
24180 optimize_function_for_speed_p.
24181
24182 2014-04-14 Yufeng Zhang <yufeng.zhang@arm.com>
24183
24184 * doc/invoke.texi (free): Document AArch64.
24185
24186 2014-04-14 Richard Biener <rguenther@suse.de>
24187
24188 PR tree-optimization/60042
24189 * tree-ssa-pre.c (inhibit_phi_insertion): Remove.
24190 (insert_into_preds_of_block): Do not prevent PHI insertion
24191 for REFERENCE exprs here ...
24192 (eliminate_dom_walker::before_dom_children): ... but prevent
24193 their use here under similar conditions when applied to the
24194 IL after PRE optimizations.
24195
24196 2014-04-14 Richard Biener <rguenther@suse.de>
24197
24198 * passes.def: Move early points-to after early SRA.
24199
24200 2014-04-14 Richard Biener <rguenther@suse.de>
24201
24202 * tree-ssa-forwprop.c (simplify_gimple_switch): Enhance
24203 check for which sign-changes we allow when forwarding
24204 a converted value into a switch.
24205
24206 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
24207
24208 * stor-layout.c (place_field): Finalize non-constant offset for the
24209 field, if any.
24210
24211 2014-04-14 Richard Biener <rguenther@suse.de>
24212
24213 * tree-switch-conversion.c (lshift_cheap_p): Get speed_p
24214 as argument.
24215 (expand_switch_using_bit_tests_p): Likewise.
24216 (process_switch): Compute and pass on speed_p based on the
24217 switch stmt.
24218 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Use
24219 optimize_bb_for_speed_p.
24220
24221 2014-04-14 Eric Botcazou <ebotcazou@adacore.com>
24222
24223 * cfgloop.h (struct loop): Rename force_vect into force_vectorize.
24224 * function.h (struct function): Rename has_force_vect_loops into
24225 has_force_vectorize_loops.
24226 * lto-streamer-in.c (input_cfg): Adjust for renaming.
24227 (input_struct_function_base): Likewise.
24228 * lto-streamer-out.c (output_cfg): Likewise.
24229 (output_struct_function_base): Likewise.
24230 * omp-low.c (expand_omp_simd): Likewise.
24231 * tree-cfg.c (move_sese_region_to_fn): Likewise.
24232 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
24233 (version_loop_for_if_conversion): Likewise.
24234 (tree_if_conversion): Likewise.
24235 (main_tree_if_conversion): Likewise.
24236 (gate_tree_if_conversion): Likewise.
24237 * tree-inline.c (copy_loops): Likewise.
24238 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely_1): Likewise.
24239 * tree-ssa-loop.c (tree_loop_vectorize): Likewise.
24240 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Likewise.
24241 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Likewise.
24242 * tree-vectorizer.c (vectorize_loops): Likewise.
24243 * tree-vectorizer.h (unlimited_cost_model): Likewise.
24244
24245 2014-04-14 Richard Biener <rguenther@suse.de>
24246
24247 PR lto/60720
24248 * lto-streamer-out.c (wrap_refs): New function.
24249 (lto_output): Wrap symbol references in global initializes in
24250 type-preserving MEM_REFs.
24251
24252 2014-04-14 Christian Bruel <christian.bruel@st.com>
24253
24254 * config/sh/sh-mem.cc (sh_expand_strlen): Unroll last word.
24255
24256 2014-04-14 Christian Bruel <christian.bruel@st.com>
24257
24258 * config/sh/sh.md (setmemqi): New expand pattern.
24259 * config/sh/sh.h (CLEAR_RATIO): Define.
24260 * config/sh/sh-mem.cc (sh_expand_setmem): Define.
24261 * config/sh/sh-protos.h (sh_expand_setmem): Declare.
24262
24263 2014-04-14 Richard Biener <rguenther@suse.de>
24264
24265 PR middle-end/55022
24266 * fold-const.c (negate_expr_p): Don't negate directional rounding
24267 division.
24268 (fold_negate_expr): Likewise.
24269
24270 2014-04-14 Richard Biener <rguenther@suse.de>
24271
24272 PR tree-optimization/59817
24273 PR tree-optimization/60453
24274 * graphite-scop-detection.c (graphite_can_represent_scev): Complete
24275 recursion to catch all CHRECs in the scalar evolution and restrict
24276 the predicate for the remains appropriately.
24277
24278 2014-04-12 Catherine Moore <clm@codesourcery.com>
24279
24280 * config/mips/constraints.md: Add new register constraint "kb".
24281 * config/mips/mips.md (*mov<mode>_internal): Use constraint "kb".
24282 (*movhi_internal): Likewise.
24283 (*movqi_internal): Likewise.
24284 * config/mips/mips.h (M16_STORE_REGS): New register class.
24285 (REG_CLASS_NAMES): Add M16_STORE_REGS.
24286 (REG_CLASS_CONTENTS): Likewise.
24287 * config/mips/mips.c (mips_regno_to_class): Add M16_STORE_REGS.
24288
24289 2014-04-11 Tobias Burnus <burnus@net-b.de>
24290
24291 PR c/60194
24292 * doc/invoke.texi (-Wformat-signedness): Document it.
24293 (Wformat=2): Mention that this enables -Wformat-signedness.
24294
24295 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
24296
24297 * common/config/epiphany/epiphany-common.c
24298 (epiphany_option_optimization_table): Enable section anchors by
24299 default at -O1 or higher.
24300 * config/epiphany/epiphany.c (TARGET_MAX_ANCHOR_OFFSET): Define.
24301 (TARGET_MIN_ANCHOR_OFFSET): Likewise.
24302 (epiphany_rtx_costs) <SET>: For binary operators, the set as such
24303 carries no extra cost.
24304 (epiphany_legitimate_address_p): For BLKmode, apply SImode check.
24305 * config/epiphany/epiphany.h (ASM_OUTPUT_DEF): Define.
24306 * config/epiphany/predicates.md (memclob_operand): New predicate.
24307 * config/epiphany/epiphany.md (stack_adjust_add, stack_adjust_str):
24308 Use memclob_operand predicate and X constraint for operand 3.
24309
24310 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
24311
24312 * config/epiphany/epiphany.c (epiphany_rtx_cost): Compare
24313 with CC_N_NE / CC_C_LTU / CC_C_GTU carries no extra cost for
24314 its operands.
24315
24316 2014-04-11 Joern Rennecke <joern.rennecke@embecosm.com>
24317
24318 PR rtl-optimization/60651
24319 * mode-switching.c (optimize_mode_switching): Make sure to emit
24320 sets of a lower numbered entity before sets of a higher numbered
24321 entity to a mode of the same or lower priority.
24322 When creating a seginfo for a basic block that starts with a code
24323 label, move the insertion point past the code label.
24324 (new_seginfo): Document and enforce requirement that
24325 NOTE_INSN_BASIC_BLOCK only appears for empty blocks.
24326 * doc/tm.texi.in: Document ordering constraint for emitted mode sets.
24327 * doc/tm.texi: Regenerate.
24328
24329 2014-01-11 Joern Rennecke <joern.rennecke@embecosm.com>
24330
24331 PR target/60811
24332 * config/arc/arc.c (arc_save_restore): Fix assert typo.
24333
24334 2013-04-11 Jakub Jelinek <jakub@redhat.com>
24335
24336 * BASE-VER: Set to 4.10.0.
24337
24338 2014-04-11 Tobias Burnus <burnus@net-b.de>
24339
24340 PR other/59055
24341 * doc/bugreport.texi (Bugs): Remove nodes pointing to the nirvana.
24342 * doc/gcc.texi (Service): Update description in the @menu
24343 * doc/invoke.texi (Option Summary): Remove misplaced and
24344 duplicated @menu.
24345
24346 2014-04-11 Steve Ellcey <sellcey@mips.com>
24347 Jakub Jelinek <jakub@redhat.com>
24348
24349 PR middle-end/60556
24350 * expr.c (convert_move): Use emit_store_flag_force instead of
24351 emit_store_flag. Pass lowpart_mode instead of VOIDmode as 5th
24352 argument to it.
24353
24354 2014-04-11 Richard Biener <rguenther@suse.de>
24355
24356 PR middle-end/60797
24357 * varasm.c (assemble_alias): Avoid endless error reporting
24358 recursion by setting TREE_ASM_WRITTEN.
24359
24360 2014-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24361
24362 * config/s390/s390.md: Add a splitter for NOT rtx.
24363
24364 2014-04-11 Jakub Jelinek <jakub@redhat.com>
24365
24366 PR rtl-optimization/60663
24367 * cse.c (cse_insn): Set src_volatile on ASM_OPERANDS in PARALLEL.
24368
24369 2014-04-10 Jan Hubicka <hubicka@ucw.cz>
24370 Jakub Jelinek <jakub@redhat.com>
24371
24372 PR lto/60567
24373 * ipa.c (function_and_variable_visibility): Copy forced_by_abi
24374 flag from decl_node to node.
24375
24376 2014-04-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24377
24378 PR debug/60655
24379 * config/arm/arm.c (TARGET_CONST_NOT_OK_FOR_DEBUG_P): Define
24380 (arm_const_not_ok_for_debug_p): Reject MINUS with SYM_REF's
24381 ameliorating the cases where it can be.
24382
24383 2014-04-09 David Edelsohn <dje.gcc@gmail.com>
24384
24385 Revert
24386 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
24387
24388 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
24389 (loadsync_<mode>): Change mode.
24390 (load_quadpti, store_quadpti): New.
24391 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
24392 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
24393 * config/rs6000/predicates.md (quad_memory_operand): !TARGET_SYNC_TI.
24394
24395 2014-04-09 Cong Hou <congh@google.com>
24396
24397 PR testsuite/60773
24398 * doc/sourcebuild.texi (vect_widen_mult_si_to_di_pattern): Add
24399 documentation.
24400
24401 2014-04-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24402
24403 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Use vnand
24404 instead of vnor to exploit possible fusion opportunity in the
24405 future.
24406 (altivec_expand_vec_perm_const_le): Likewise.
24407
24408 2014-04-08 Pat Haugen <pthaugen@us.ibm.com>
24409
24410 * config/rs6000/sync.md (AINT mode_iterator): Move definition.
24411 (loadsync_<mode>): Change mode.
24412 (load_quadpti, store_quadpti): New.
24413 (atomic_load<mode>, atomic_store<mode>): Add support for TI mode.
24414 * config/rs6000/rs6000.md (unspec enum): Add UNSPEC_LSQ.
24415
24416 2014-04-08 Richard Sandiford <rdsandiford@googlemail.com>
24417
24418 PR target/60763
24419 * config/rs6000/vsx.md (vsx_xscvdpspn_scalar): Change input to DImode.
24420 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Update accordingly.
24421 Use gen_rtx_REG rather than simplify_gen_subreg for op0_di.
24422
24423 2014-04-08 Richard Biener <rguenther@suse.de>
24424
24425 PR middle-end/60706
24426 * tree-pretty-print.c (pp_double_int): For HWI32 hosts with
24427 a 64bit widest int print double-int similar to on HWI64 hosts.
24428
24429 2014-04-08 Richard Biener <rguenther@suse.de>
24430
24431 PR tree-optimization/60785
24432 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Treat
24433 default defs properly.
24434
24435 2014-04-08 Nathan Sidwell <nathan@codesourcery.com>
24436
24437 * doc/invoke (Wnon-virtual-dtor): Update to match implementation.
24438 (Weffc++): Likewise.
24439
24440 2014-04-07 Jan Hubicka <hubcika@ucw.cz>
24441
24442 * ipa-devirt.c (maybe_record_node): When node is not recorded,
24443 set completep to false rather than true.
24444
24445 2014-04-07 Douglas B Rupp <rupp@adacore.com>
24446
24447 PR target/60504
24448 * config/arm/arm.h (ASM_PREFERRED_EH_DATA_FORMAT): Expose from
24449 ARM_TARGET2_DWARF_FORMAT.
24450
24451 2014-04-07 Charles Baylis <charles.baylis@linaro.org>
24452
24453 PR target/60609
24454 * config/arm/arm.h (ASM_OUTPUT_CASE_END): Remove.
24455 (LABEL_ALIGN_AFTER_BARRIER): Align barriers which occur after
24456 ADDR_DIFF_VEC.
24457
24458 2014-04-07 Richard Biener <rguenther@suse.de>
24459
24460 PR tree-optimization/60766
24461 * tree-ssa-loop-ivopts.c (cand_value_at): Compute in an unsigned type.
24462 (may_eliminate_iv): Convert cand_value_at result to desired type.
24463
24464 2014-04-07 Jason Merrill <jason@redhat.com>
24465
24466 PR c++/60731
24467 * common.opt (-fno-gnu-unique): Add.
24468 * config/elfos.h (USE_GNU_UNIQUE_OBJECT): Check it.
24469
24470 2014-04-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24471
24472 * haifa-sched.c: Fix outdated function reference and minor
24473 grammar errors in introductory comment.
24474
24475 2014-04-07 Richard Biener <rguenther@suse.de>
24476
24477 PR middle-end/60750
24478 * tree-ssa-operands.c (maybe_add_call_vops): Also add VDEFs
24479 for noreturn calls.
24480 * tree-cfgcleanup.c (fixup_noreturn_call): Do not remove VDEFs.
24481
24482 2014-04-06 John David Anglin <danglin@gcc.gnu.org>
24483
24484 PR debug/55794
24485 * config/pa/pa.c (pa_output_function_epilogue): Skip address and code
24486 size accounting for thunks.
24487 (pa_asm_output_mi_thunk): Use final_start_function() and
24488 final_end_function() to output function start and end directives.
24489
24490 2014-04-05 Pitchumani Sivanupandi <Pitchumani.S@atmel.com>
24491
24492 * config/avr/avr-arch.h (avr_mcu_t): Add dev_attribute field to have
24493 device specific ISA/ feature information. Remove short_sp and
24494 errata_skip ds. Add avr_device_specific_features enum to have device
24495 specific info.
24496 * config/avr/avr-c.c (avr_cpu_cpp_builtins): use dev_attribute to check
24497 errata_skip. Add __AVR_ISA_RMW__ builtin macro if RMW ISA available.
24498 * config/avr/avr-devices.c (avr_mcu_types): Update AVR_MCU macro for
24499 updated device specific info.
24500 * config/avr/avr-mcus.def: Merge device specific details to
24501 dev_attribute field.
24502 * config/avr/avr.c (avr_2word_insn_p): use dev_attribute field to check
24503 errata_skip.
24504 * config/avr/avr.h (AVR_HAVE_8BIT_SP): same for short sp info.
24505 * config/avr/driver-avr.c (avr_device_to_as): Pass -mrmw option to
24506 assembler if RMW isa supported by current device.
24507 * config/avr/genmultilib.awk: Update as device info structure changed.
24508 * doc/invoke.texi: Add info for __AVR_ISA_RMW__ builtin macro
24509
24510 2014-04-04 Cong Hou <congh@google.com>
24511
24512 PR tree-optimization/60656
24513 * tree-vect-stmts.c (supportable_widening_operation):
24514 Fix a bug that elements in a vector with vect_used_by_reduction
24515 property are incorrectly reordered when the operation on it is not
24516 consistant with the one in reduction operation.
24517
24518 2014-04-04 John David Anglin <danglin@gcc.gnu.org>
24519
24520 PR rtl-optimization/60155
24521 * gcse.c (record_set_data): New function.
24522 (single_set_gcse): New function.
24523 (gcse_emit_move_after): Use single_set_gcse instead of single_set.
24524 (hoist_code): Likewise.
24525 (get_pressure_class_and_nregs): Likewise.
24526
24527 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
24528
24529 * explow.c (probe_stack_range): Emit a final optimization blockage.
24530
24531 2014-04-04 Anthony Green <green@moxielogic.com>
24532
24533 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2): Fix
24534 typos.
24535
24536 2014-04-04 Jan Hubicka <hubicka@ucw.cz>
24537
24538 PR ipa/59626
24539 * lto-cgraph.c (input_overwrite_node): Check that partitioning
24540 flags are set only during streaming.
24541 * ipa.c (process_references, walk_polymorphic_call_targets,
24542 symtab_remove_unreachable_nodes): Drop bodies of always inline
24543 after early inlining.
24544 (symtab_remove_unreachable_nodes): Remove always_inline attribute.
24545
24546 2014-04-04 Jakub Jelinek <jakub@redhat.com>
24547 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24548
24549 PR debug/60655
24550 * dwarf2out.c (const_ok_for_output_1): Reject expressions
24551 containing a NOT.
24552
24553 2014-04-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24554
24555 PR bootstrap/60743
24556 * config/arm/cortex-a53.md (cortex_a53_fdivs): Reduce reservation
24557 duration.
24558 (cortex_a53_fdivd): Likewise.
24559
24560 2014-04-04 Martin Jambor <mjambor@suse.cz>
24561
24562 PR ipa/60640
24563 * cgraph.h (cgraph_clone_node): New parameter added to declaration.
24564 Adjust all callers.
24565 * cgraph.c (clone_of_p): Also return true if thunks match.
24566 (verify_edge_corresponds_to_fndecl): Removed extraneous call to
24567 cgraph_function_or_thunk_node and an obsolete comment.
24568 * cgraphclones.c (build_function_type_skip_args): Moved upwards in the
24569 file.
24570 (build_function_decl_skip_args): Likewise.
24571 (set_new_clone_decl_and_node_flags): New function.
24572 (duplicate_thunk_for_node): Likewise.
24573 (redirect_edge_duplicating_thunks): Likewise.
24574 (cgraph_clone_node): New parameter args_to_skip, pass it to
24575 redirect_edge_duplicating_thunks which is called instead of
24576 cgraph_redirect_edge_callee.
24577 (cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
24578 moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
24579
24580 2014-04-04 Jeff Law <law@redhat.com>
24581
24582 PR target/60657
24583 * config/arm/predicates.md (const_int_I_operand): New predicate.
24584 (const_int_M_operand): Similarly.
24585 * config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
24586 const_int_operand.
24587 (insv_t2, extv_reg, extzv_t2): Likewise.
24588 (load_multiple_with_writeback): Similarly for const_int_I_operand.
24589 (pop_multiple_with_writeback_and_return): Likewise.
24590 (vfp_pop_multiple_with_writeback): Likewise
24591
24592 2014-04-04 Richard Biener <rguenther@suse.de>
24593
24594 PR ipa/60746
24595 * tree-ssanames.c (make_ssa_name_fn): Fix assert.
24596 * gimple.c (gimple_set_bb): Avoid ICEing for NULL cfun for
24597 non-GIMPLE_LABELs.
24598 * gimplify.h (gimple_add_tmp_var_fn): Declare.
24599 * gimplify.c (gimple_add_tmp_var_fn): New function.
24600 * gimple-expr.h (create_tmp_reg_fn): Declare.
24601 * gimple-expr.c (create_tmp_reg_fn): New function.
24602 * gimple-low.c (record_vars_into): Don't change cfun.
24603 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix
24604 code generation without cfun.
24605
24606 2014-04-04 Thomas Schwinge <thomas@codesourcery.com>
24607
24608 PR bootstrap/60719
24609 * Makefile.in (install-driver): Fix shell scripting.
24610
24611 2014-04-03 Cong Hou <congh@google.com>
24612
24613 PR tree-optimization/60505
24614 * tree-vectorizer.h (struct _stmt_vec_info): Add th field as the
24615 threshold of number of iterations below which no vectorization
24616 will be done.
24617 * tree-vect-loop.c (new_loop_vec_info):
24618 Initialize LOOP_VINFO_COST_MODEL_THRESHOLD.
24619 * tree-vect-loop.c (vect_analyze_loop_operations):
24620 Set LOOP_VINFO_COST_MODEL_THRESHOLD.
24621 * tree-vect-loop.c (vect_transform_loop):
24622 Use LOOP_VINFO_COST_MODEL_THRESHOLD.
24623 * tree-vect-loop.c (vect_analyze_loop_2): Check the maximum number
24624 of iterations of the loop and see if we should build the epilogue.
24625
24626 2014-04-03 Richard Biener <rguenther@suse.de>
24627
24628 * tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member.
24629 (streamer_tree_cache_create): Adjust.
24630 * tree-streamer.c (streamer_tree_cache_add_to_node_array): Adjust
24631 to allow optional nodes array.
24632 (streamer_tree_cache_insert_1): Use next_idx to assign idx.
24633 (streamer_tree_cache_append): Likewise.
24634 (streamer_tree_cache_create): Create nodes array optionally
24635 as specified by parameter.
24636 * lto-streamer-out.c (create_output_block): Avoid maintaining
24637 the node array in the writer cache.
24638 (DFS_write_tree): Remove assertion.
24639 (produce_asm_for_decls): Free the out decl state hash table early.
24640 * lto-streamer-in.c (lto_data_in_create): Adjust for
24641 streamer_tree_cache_create prototype change.
24642
24643 2014-04-03 Richard Biener <rguenther@suse.de>
24644
24645 * tree-streamer-out.c (streamer_write_chain): Do not temporarily
24646 set TREE_CHAIN to NULL_TREE.
24647
24648 2014-04-03 Richard Biener <rguenther@suse.de>
24649
24650 PR tree-optimization/60740
24651 * graphite-scop-detection.c (stmt_simple_for_scop_p): Iterate
24652 over all GIMPLE_COND operands.
24653
24654 2014-04-03 Nathan Sidwell <nathan@codesourcery.com>
24655
24656 * doc/invoke.texi (Wnon-virtual-dtor): Adjust documentation.
24657 (Weffc++): Remove Scott's numbering, merge lists and reference
24658 Wnon-virtual-dtor.
24659
24660 2014-04-03 Nick Clifton <nickc@redhat.com>
24661
24662 * config/rl78/rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF))
24663 properly.
24664
24665 2014-04-03 Martin Jambor <mjambor@suse.cz>
24666
24667 * ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and
24668 mention gcc_unreachable before failing.
24669 * ipa.c (symtab_remove_unreachable_nodes): Also print order of
24670 removed symbols.
24671
24672 2014-04-02 Jan Hubicka <hubicka@ucw.cz>
24673
24674 PR ipa/60659
24675 * ipa-devirt.c (get_polymorphic_call_info): Do not ICE on type
24676 inconsistent code and instead mark the context inconsistent.
24677 (possible_polymorphic_call_targets): For inconsistent contexts
24678 return empty complete list.
24679
24680 2014-04-02 Anthony Green <green@moxielogic.com>
24681
24682 * config/moxie/moxie.md (zero_extendqisi2, zero_extendhisi2)
24683 (extendqisi2, extendhisi2): Define.
24684 * config/moxie/moxie.h (DEFAULT_SIGNED_CHAR): Change to 0.
24685 (WCHAR_TYPE): Change to unsigned int.
24686
24687 2014-04-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24688
24689 PR tree-optimization/60733
24690 * gimple-ssa-strength-reduction.c (ncd_with_phi): Change required
24691 insertion point for PHI candidates to be the end of the feeding
24692 block for the PHI argument.
24693
24694 2014-04-02 Vladimir Makarov <vmakarov@redhat.com>
24695
24696 PR rtl-optimization/60650
24697 * lra-constraints.c (process_alt_operands): Decrease reject for
24698 earlyclobber matching.
24699
24700 2014-04-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24701
24702 * config/s390/s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.
24703
24704 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24705
24706 * config/spu/spu.c (pad_bb): Do not crash when the last
24707 insn is CODE_FOR_blockage.
24708
24709 2014-04-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24710
24711 * config/spu/spu.md ("insv"): Fail if bitoffset+bitsize
24712 lies outside the target mode.
24713
24714 2014-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
24715
24716 PR target/60735
24717 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If we have
24718 software floating point or no floating point registers, do not
24719 allow any type in the FPRs. Eliminate a test for SPE SIMD types
24720 in GPRs that occurs after we tested for GPRs that would never be
24721 true.
24722
24723 * config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64):
24724 Rewrite tests to use TARGET_DOUBLE_FLOAT and TARGET_E500_DOUBLE,
24725 since the FMOVE64 type is DFmode/DDmode. If TARGET_E500_DOUBLE,
24726 specifically allow DDmode, since that does not use the SPE SIMD
24727 instructions.
24728
24729 2014-04-02 Richard Biener <rguenther@suse.de>
24730
24731 PR middle-end/60729
24732 * optabs.c (expand_abs_nojump): Honor flag_trapv only for
24733 MODE_INTs. Properly use negv_optab.
24734 (expand_abs): Likewise.
24735
24736 2014-04-02 Richard Biener <rguenther@suse.de>
24737
24738 PR bootstrap/60719
24739 * Makefile.in (install-driver): Guard extra installs with special
24740 names properly.
24741
24742 2014-04-01 Michael Meissner <meissner@linux.vnet.ibm.com>
24743
24744 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
24745 Document vec_vgbbd.
24746
24747 2014-04-01 Richard Henderson <rth@redhat.com>
24748
24749 PR target/60704
24750 * config/i386/i386.md (*float<SWI48><MODEF>2_sse): Leave the second
24751 alternative enabled before register allocation.
24752
24753 2014-04-01 Chung-Lin Tang <cltang@codesourcery.com>
24754
24755 * config/nios2/nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.
24756 * config/nios2/nios2.c (nios2_function_profiler): Fix addi operand
24757 typo.
24758 (nios2_large_got_address): Remove unneeded 'sym' parameter.
24759 (nios2_got_address): Update nios2_large_got_address call site.
24760 (nios2_delegitimize_address): New function.
24761 (TARGET_DELEGITIMIZE_ADDRESS): Define to nios2_delegitimize_address.
24762 * config/nios2/linux.h (GLIBC_DYNAMIC_LINKER): Define.
24763 (LINK_SPEC): Specify dynamic linker using GNU_USER_DYNAMIC_LINKER.
24764
24765 2014-04-01 Martin Husemann <martin@duskware.de>
24766
24767 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define __mips_o32
24768 for -mabi=32.
24769
24770 2014-04-01 Richard Sandiford <rdsandiford@googlemail.com>
24771
24772 PR rtl-optimization/60604
24773 * recog.c (general_operand): Incorporate REG_CANNOT_CHANGE_MODE_P
24774 check from register_operand.
24775 (register_operand): Redefine in terms of general_operand.
24776 (nonmemory_operand): Use register_operand for the non-constant cases.
24777
24778 2014-04-01 Richard Biener <rguenther@suse.de>
24779
24780 * gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
24781
24782 2014-04-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
24783
24784 * doc/invoke.texi (mapp-regs): Clarify.
24785
24786 2014-03-31 Ulrich Drepper <drepper@gmail.com>
24787
24788 * config/i386/avx512fintrin.h (__v32hi): Define type.
24789 (__v64qi): Likewise.
24790 (_mm512_set1_epi8): Define.
24791 (_mm512_set1_epi16): Define.
24792 (_mm512_set4_epi32): Define.
24793 (_mm512_set4_epi64): Define.
24794 (_mm512_set4_pd): Define.
24795 (_mm512_set4_ps): Define.
24796 (_mm512_setr4_epi64): Define.
24797 (_mm512_setr4_epi32): Define.
24798 (_mm512_setr4_pd): Define.
24799 (_mm512_setr4_ps): Define.
24800 (_mm512_setzero_epi32): Define.
24801
24802 2014-03-31 Martin Jambor <mjambor@suse.cz>
24803
24804 PR middle-end/60647
24805 * tree-sra.c (callsite_has_enough_arguments_p): Renamed to
24806 callsite_arguments_match_p. Updated all callers. Also check types of
24807 corresponding formal parameters and actual arguments.
24808 (not_all_callers_have_enough_arguments_p) Renamed to
24809 some_callers_have_mismatched_arguments_p.
24810
24811 2014-03-31 Yuri Rumyantsev <ysrumyan@gmail.com>
24812
24813 * tree-inline.c (copy_loops): Add missed copy of 'safelen'.
24814
24815 2014-03-31 Kugan Vivekanandarajah <kuganv@linaro.org>
24816
24817 PR target/60034
24818 * aarch64/aarch64.c (aarch64_classify_address): Fix alignment for
24819 section anchor.
24820
24821 2014-03-30 Uros Bizjak <ubizjak@gmail.com>
24822
24823 * config/i386/sse.md (FMAMODE_NOVF512): New mode iterator.
24824 (<sd_mask_codefor>fma_fmadd_<mode><sd_maskz_name><round_name>):
24825 Split out
24826 <sd_mask_codefor>fma_fmadd_<VF_512:mode><sd_maskz_name><round_name>.
24827 Use FMAMODE_NOVF512 mode iterator.
24828 (<sd_mask_codefor>fma_fmsub_<mode><sd_maskz_name><round_name>): Ditto.
24829 (<sd_mask_codefor>fma_fnmadd_<mode><sd_maskz_name><round_name>): Ditto.
24830 (<sd_mask_codefor>fma_fnmsub_<mode><sd_maskz_name><round_name>): Ditto.
24831 (<sd_mask_codefor>fma_fmaddsub_<mode><sd_maskz_name><round_name>):
24832 Split out
24833 <sd_mask_codefor>fma_fmaddsub_<VF_512:mode><sd_maskz_name><round_name>.
24834 Use VF_128_256 mode iterator.
24835 (<sd_mask_codefor>fma_fmsubadd_<mode><sd_maskz_name><round_name>):
24836 Ditto.
24837
24838 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
24839
24840 * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear
24841 static chain if needed.
24842
24843 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
24844
24845 PR target/60697
24846 * lra-constraints.c (index_part_to_reg): New.
24847 (process_address): Use it.
24848
24849 2014-03-27 Jeff Law <law@redhat.com>
24850 Jakub Jelinek <jakub@redhat.com>
24851
24852 PR target/60648
24853 * expr.c (do_tablejump): Use simplify_gen_binary rather than
24854 gen_rtx_{PLUS,MULT} to build up the address expression.
24855
24856 * i386/i386.c (ix86_legitimize_address): Use copy_addr_to_reg to avoid
24857 creating non-canonical RTL.
24858
24859 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
24860
24861 PR ipa/60243
24862 * ipa-inline.c (want_inline_small_function_p): Short circuit large
24863 functions; reorganize to make cheap checks first.
24864 (inline_small_functions): Do not estimate growth when dumping;
24865 it is expensive.
24866 * ipa-inline.h (inline_summary): Add min_size.
24867 (growth_likely_positive): New function.
24868 * ipa-inline-analysis.c (dump_inline_summary): Add min_size.
24869 (set_cond_stmt_execution_predicate): Cleanup.
24870 (estimate_edge_size_and_time): Compute min_size.
24871 (estimate_calls_size_and_time): Likewise.
24872 (estimate_node_size_and_time): Likewise.
24873 (inline_update_overall_summary): Update min_size.
24874 (do_estimate_edge_time): Likewise.
24875 (do_estimate_edge_size): Update.
24876 (do_estimate_edge_hints): Update.
24877 (growth_likely_positive): New function.
24878
24879 2014-03-28 Jakub Jelinek <jakub@redhat.com>
24880
24881 PR target/60693
24882 * config/i386/i386.c (ix86_copy_addr_to_reg): Call copy_addr_to_reg
24883 also if addr has VOIDmode.
24884
24885 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24886
24887 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue): New.
24888 * config/arm/aarch-common-protos.h (aarch_crypto_can_dual_issue):
24889 Declare extern.
24890 * config/arm/cortex-a53.md: Add reservations and bypass for crypto
24891 instructions as well as AdvancedSIMD loads.
24892
24893 2014-03-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24894
24895 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aes_op>v16qi):
24896 Use crypto_aese type.
24897 (aarch64_crypto_aes<aesmc_op>v16qi): Use crypto_aesmc type.
24898 * config/arm/arm.md (is_neon_type): Replace crypto_aes with
24899 crypto_aese, crypto_aesmc. Move to types.md.
24900 * config/arm/types.md (crypto_aes): Split into crypto_aese,
24901 crypto_aesmc.
24902 * config/arm/iterators.md (crypto_type): Likewise.
24903
24904 2014-03-28 Jan Hubicka <hubicka@ucw.cz>
24905
24906 * cgraph.c: Include expr.h and tree-dfa.h.
24907 (cgraph_redirect_edge_call_stmt_to_callee): If call in noreturn;
24908 remove LHS.
24909
24910 2014-03-28 Vladimir Makarov <vmakarov@redhat.com>
24911
24912 PR target/60675
24913 * lra-assigns.c (find_hard_regno_for): Remove unavailable hard
24914 regs from checking multi-reg pseudos.
24915
24916 2014-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
24917
24918 * config/arm/t-aprofile (MULTILIB_MATCHES): Correct A12 rule.
24919
24920 2014-03-28 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24921
24922 * config/rs6000/rs6000.c (fusion_gpr_load_p): Refuse optimization
24923 if it would clobber the stack pointer, even temporarily.
24924
24925 2014-03-28 Eric Botcazou <ebotcazou@adacore.com>
24926
24927 * mode-switching.c: Make small adjustments to the top comment.
24928
24929 2014-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
24930
24931 * config/rs6000/constraints.md (wD constraint): New constraint to
24932 match the constant integer to get the top DImode/DFmode out of a
24933 vector in a VSX register.
24934
24935 * config/rs6000/predicates.md (vsx_scalar_64bit): New predicate to
24936 match the constant integer to get the top DImode/DFmode out of a
24937 vector in a VSX register.
24938
24939 * config/rs6000/rs6000-builtins.def (VBPERMQ): Add vbpermq builtin
24940 for ISA 2.07.
24941
24942 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
24943 vbpermq builtins.
24944
24945 * config/rs6000/rs6000.c (rs6000_debug_reg_global): If
24946 -mdebug=reg, print value of VECTOR_ELEMENT_SCALAR_64BIT.
24947
24948 * config/rs6000/vsx.md (vsx_extract_<mode>, V2DI/V2DF modes):
24949 Optimize vec_extract of 64-bit values, where the value being
24950 extracted is in the top word, where we can use scalar
24951 instructions. Add direct move and store support. Combine the big
24952 endian/little endian vector select load support into a single insn.
24953 (vsx_extract_<mode>_internal1): Likewise.
24954 (vsx_extract_<mode>_internal2): Likewise.
24955 (vsx_extract_<mode>_load): Likewise.
24956 (vsx_extract_<mode>_store): Likewise.
24957 (vsx_extract_<mode>_zero): Delete, big and little endian insns are
24958 combined into vsx_extract_<mode>_load.
24959 (vsx_extract_<mode>_one_le): Likewise.
24960
24961 * config/rs6000/rs6000.h (VECTOR_ELEMENT_SCALAR_64BIT): Macro to
24962 define the top 64-bit vector element.
24963
24964 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document wD
24965 constraint.
24966
24967 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
24968 Document vec_vbpermq builtin.
24969
24970 PR target/60672
24971 * config/rs6000/altivec.h (vec_xxsldwi): Add missing define to
24972 enable use of xxsldwi and xxpermdi builtin functions.
24973 (vec_xxpermdi): Likewise.
24974
24975 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
24976 Document use of vec_xxsldwi and vec_xxpermdi builtins.
24977
24978 2014-03-27 Vladimir Makarov <vmakarov@redhat.com>
24979
24980 PR rtl-optimization/60650
24981 * lra-assign.c (find_hard_regno_for, spill_for): Add parameter
24982 first_p. Use it.
24983 (find_spills_for): New.
24984 (assign_by_spills): Pass the new parameter to find_hard_regno_for.
24985 Spill all pseudos on the second iteration.
24986
24987 2014-03-27 Marek Polacek <polacek@redhat.com>
24988
24989 PR c/50347
24990 * doc/extend.texi (ffs Builtins): Change unsigned types to signed
24991 types.
24992
24993 2014-03-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24994
24995 * config/s390/s390.c (s390_can_use_return_insn): Check for
24996 call-saved FPRs on 31 bit.
24997
24998 2014-03-27 Jakub Jelinek <jakub@redhat.com>
24999
25000 PR middle-end/60682
25001 * omp-low.c (lower_omp_1): For gimple_clobber_p stmts,
25002 if they need regimplification, just drop them instead of
25003 calling gimple_regimplify_operands on them.
25004
25005 2014-03-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
25006
25007 PR target/60580
25008 * config/aarch64/aarch64.c (faked_omit_frame_pointer): Remove.
25009 (aarch64_frame_pointer_required): Adjust logic.
25010 (aarch64_can_eliminate): Adjust logic.
25011 (aarch64_override_options_after_change): Adjust logic.
25012
25013 2014-03-27 Dehao Chen <dehao@google.com>
25014
25015 * ipa-inline.c (early_inliner): Update node's inline info.
25016
25017 2014-03-26 Dehao Chen <dehao@google.com>
25018
25019 * dojump.c (do_compare_rtx_and_jump): Sets correct probability for
25020 compiler inserted conditional jumps for NAN float check.
25021
25022 2014-03-26 Jakub Jelinek <jakub@redhat.com>
25023
25024 * ubsan.h (ubsan_create_data): Change second argument's type
25025 to const location_t *.
25026 * ubsan.c (ubsan_source_location): If xloc.file is NULL, set it to
25027 _("<unknown>").
25028 (ubsan_create_data): Change second argument to const location_t *PLOC.
25029 Create Loc field whenever PLOC is non-NULL.
25030 (ubsan_instrument_unreachable, ubsan_expand_null_ifn,
25031 ubsan_build_overflow_builtin, instrument_bool_enum_load): Adjust
25032 callers.
25033
25034 PR other/59545
25035 * real.c (real_to_integer2): Change type of low to UHWI.
25036
25037 2014-03-26 Tobias Burnus <burnus@net-b.de>
25038
25039 * gcc.c (LINK_COMMAND_SPEC): Use libcilkrts.spec for -fcilkplus.
25040 (CILK_SELF_SPECS): New define.
25041 (driver_self_specs): Use it.
25042
25043 2014-03-26 Richard Biener <rguenther@suse.de>
25044
25045 * tree-pretty-print.c (percent_K_format): Implement special
25046 case for LTO and its stripped down BLOCK tree.
25047
25048 2014-03-26 Jakub Jelinek <jakub@redhat.com>
25049
25050 PR sanitizer/60636
25051 * ubsan.c (instrument_si_overflow): Instrument ABS_EXPR.
25052
25053 * tree-vrp.c (simplify_internal_call_using_ranges): If only
25054 one range is range_int_cst_p, but not both, at least optimize
25055 addition/subtraction of 0 and multiplication by 0 or 1.
25056 * gimple-fold.c (gimple_fold_call): Fold
25057 IFN_UBSAN_CHECK_{ADD,SUB,MUL}.
25058 (gimple_fold_stmt_to_constant_1): If both op0 and op1 aren't
25059 INTEGER_CSTs, try to fold at least x * 0 and y - y.
25060
25061 2014-03-26 Eric Botcazou <ebotcazou@adacore.com>
25062
25063 PR rtl-optimization/60452
25064 * rtlanal.c (rtx_addr_can_trap_p_1): Fix head comment.
25065 <case REG>: Return 1 for invalid offsets from the frame pointer.
25066
25067 2014-03-26 Marek Polacek <polacek@redhat.com>
25068
25069 PR c/37428
25070 * doc/extend.texi (C Extensions): Mention variable-length arrays in
25071 a structure/union.
25072
25073 2014-03-26 Marek Polacek <polacek@redhat.com>
25074
25075 PR c/39525
25076 * doc/extend.texi (Designated Inits): Describe what happens to omitted
25077 field members.
25078
25079 2014-03-26 Marek Polacek <polacek@redhat.com>
25080
25081 PR other/59545
25082 * ira-color.c (update_conflict_hard_regno_costs): Perform the
25083 multiplication in unsigned type.
25084
25085 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
25086
25087 * doc/install.texi: Document nds32le-*-elf and nds32be-*-elf.
25088
25089 2014-03-26 Chung-Ju Wu <jasonwucj@gmail.com>
25090
25091 * doc/contrib.texi: Add myself as Andes nds32 port contributor.
25092
25093 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
25094
25095 PR ipa/60315
25096 * cif-code.def (UNREACHABLE) New code.
25097 * ipa-inline.c (inline_small_functions): Skip edges to
25098 __builtlin_unreachable.
25099 (estimate_edge_growth): Allow edges to __builtlin_unreachable.
25100 * ipa-inline-analysis.c (edge_set_predicate): Redirect edges with false
25101 predicate to __bulitin_unreachable.
25102 (set_cond_stmt_execution_predicate): Fix issue when
25103 invert_tree_comparison returns ERROR_MARK.
25104 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow): Do not
25105 propagate to inline clones.
25106 * cgraph.c (verify_edge_corresponds_to_fndecl): Allow redirection
25107 to unreachable.
25108 * ipa-cp.c (create_specialized_node): Be ready for new node to appear.
25109 * cgraphclones.c (cgraph_clone_node): If call destination is already
25110 ureachable, do not redirect it back.
25111 * tree-inline.c (fold_marked_statements): Hanlde calls becoming
25112 unreachable.
25113
25114 2014-03-25 Jan Hubicka <hubicka@ucw.cz>
25115
25116 * ipa-pure-const.c (propagate_pure_const, propagate_nothrow):
25117 Do not modify inline clones.
25118
25119 2014-03-25 Jakub Jelinek <jakub@redhat.com>
25120
25121 * config/i386/i386.md (general_sext_operand): New mode attr.
25122 (addv<mode>4, subv<mode>4, mulv<mode>4): If operands[2] is CONST_INT,
25123 don't generate (sign_extend (const_int)).
25124 (*addv<mode>4, *subv<mode>4, *mulv<mode>4): Disallow CONST_INT_P
25125 operands[2]. Use We constraint instead of <i> and
25126 <general_sext_operand> predicate instead of <general_operand>.
25127 (*addv<mode>4_1, *subv<mode>4_1, *mulv<mode>4_1): New insns.
25128 * config/i386/constraints.md (We): New constraint.
25129 * config/i386/predicates.md (x86_64_sext_operand,
25130 sext_operand): New predicates.
25131
25132 2014-03-25 Martin Jambor <mjambor@suse.cz>
25133
25134 PR ipa/60600
25135 * ipa-cp.c (ipa_get_indirect_edge_target_1): Redirect type
25136 inconsistent devirtualizations to __builtin_unreachable.
25137
25138 2014-03-25 Marek Polacek <polacek@redhat.com>
25139
25140 PR c/35449
25141 * doc/extend.texi (Example of asm with clobbered asm reg): Fix typo.
25142
25143 2014-03-25 Alan Lawrence <alan.lawrence@arm.com>
25144
25145 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Reverse
25146 order of elements for big-endian.
25147
25148 2014-03-25 Richard Biener <rguenther@suse.de>
25149
25150 PR middle-end/60635
25151 * gimplify-me.c (gimple_regimplify_operands): Update the
25152 re-gimplifed stmt.
25153
25154 2014-03-25 Martin Jambor <mjambor@suse.cz>
25155
25156 PR ipa/59176
25157 * lto-cgraph.c (lto_output_node): Stream body_removed flag.
25158 (lto_output_varpool_node): Likewise.
25159 (input_overwrite_node): Likewise.
25160 (input_varpool_node): Likewise.
25161
25162 2014-03-25 Richard Biener <rguenther@suse.de>
25163
25164 * lto-wrapper.c (merge_and_complain): Handle OPT_fPIE like OPT_fpie.
25165 (run_gcc): Likewise.
25166
25167 2014-03-25 Jakub Jelinek <jakub@redhat.com>
25168
25169 * combine.c (simplify_compare_const): Add MODE argument.
25170 Handle mode_width 0 as very large mode_width.
25171 (try_combine, simplify_comparison): Adjust callers.
25172
25173 * cselib.c (cselib_hash_rtx): Perform addition in unsigned
25174 type to avoid signed integer overflow.
25175 * explow.c (plus_constant): Likewise.
25176
25177 2014-03-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
25178
25179 * doc/generic.texi: Correct typos.
25180
25181 2014-03-24 Tobias Burnus <burnus@net-b.de>
25182
25183 * doc/invoke.texi (-flto): Expand section about
25184 using static libraries with LTO.
25185
25186 2014-03-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25187
25188 PR rtl-optimization/60501
25189 * optabs.def (addptr3_optab): New optab.
25190 * optabs.c (gen_addptr3_insn, have_addptr3_insn): New function.
25191 * doc/md.texi ("addptrm3"): Document new RTL standard expander.
25192 * expr.h (gen_addptr3_insn, have_addptr3_insn): Add prototypes.
25193
25194 * lra.c (emit_add3_insn): Use the addptr pattern if available.
25195
25196 * config/s390/s390.md ("addptrdi3", "addptrsi3"): New expanders.
25197
25198 2014-03-24 Ulrich Drepper <drepper@gmail.com>
25199
25200 * config/i386/avx512fintrin.h: Define _mm512_set1_ps and
25201 _mm512_set1_pd.
25202
25203 * config/i386/avxintrin.h (_mm256_undefined_si256): Define.
25204 (_mm256_undefined_ps): Define.
25205 (_mm256_undefined_pd): Define.
25206 * config/i386/emmintrin.h (_mm_undefined_si128): Define.
25207 (_mm_undefined_pd): Define.
25208 * config/i386/xmmintrin.h (_mm_undefined_ps): Define.
25209 * config/i386/avx512fintrin.h (_mm512_undefined_si512): Define.
25210 (_mm512_undefined_ps): Define.
25211 (_mm512_undefined_pd): Define.
25212 Use _mm*_undefined_*.
25213 * config/i386/avx2intrin.h: Use _mm*_undefined_*.
25214
25215 2014-03-24 Alex Velenko <Alex.Velenko@arm.com>
25216
25217 * config/aarch64/aarch64-simd-builtins.def (lshr): DI mode excluded.
25218 (lshr_simd): DI mode added.
25219 * config/aarch64/aarch64-simd.md (aarch64_lshr_simddi): New pattern.
25220 (aarch64_ushr_simddi): Likewise.
25221 * config/aarch64/aarch64.md (UNSPEC_USHR64): New unspec.
25222 * config/aarch64/arm_neon.h (vshr_n_u64): Intrinsic fixed.
25223 (vshrd_n_u64): Likewise.
25224
25225 2014-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25226
25227 * Makefile.in (s-macro_list): Depend on cc1.
25228
25229 2014-03-23 Teresa Johnson <tejohnson@google.com>
25230
25231 * ipa-utils.c (ipa_print_order): Use specified dump file.
25232
25233 2014-03-23 Eric Botcazou <ebotcazou@adacore.com>
25234
25235 PR rtl-optimization/60601
25236 * bb-reorder.c (fix_up_fall_thru_edges): Test EDGE_FALLTHRU everywhere.
25237
25238 * gcc.c (eval_spec_function): Initialize save_growing_value.
25239
25240 2014-03-22 Jakub Jelinek <jakub@redhat.com>
25241
25242 PR sanitizer/60613
25243 * internal-fn.c (ubsan_expand_si_overflow_addsub_check): For
25244 code == MINUS_EXPR, never swap op0 with op1.
25245
25246 * toplev.c (init_local_tick): Avoid signed integer multiplication
25247 overflow.
25248 * genautomata.c (reserv_sets_hash_value): Fix rotate idiom, avoid
25249 shift by first operand's bitsize.
25250
25251 2014-03-21 Jakub Jelinek <jakub@redhat.com>
25252
25253 PR target/60610
25254 * config/i386/i386.h (TARGET_64BIT_P): If not TARGET_BI_ARCH,
25255 redefine to 1 or 0.
25256 * config/i386/darwin.h (TARGET_64BIT_P): Redefine to
25257 TARGET_ISA_64BIT_P(x).
25258
25259 2014-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
25260
25261 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate a
25262 pattern for vector nor instead of subtract from splat(-1).
25263 (altivec_expand_vec_perm_const_le): Likewise.
25264
25265 2014-03-21 Richard Henderson <rth@twiddle.net>
25266
25267 PR target/60598
25268 * ifcvt.c (dead_or_predicable): Return FALSE if there are any frame
25269 related insns after epilogue_completed.
25270
25271 2014-03-21 Martin Jambor <mjambor@suse.cz>
25272
25273 PR ipa/59176
25274 * cgraph.h (symtab_node): New flag body_removed.
25275 * ipa.c (symtab_remove_unreachable_nodes): Set body_removed flag
25276 when removing bodies.
25277 * symtab.c (dump_symtab_base): Dump body_removed flag.
25278 * cgraph.c (verify_edge_corresponds_to_fndecl): Skip nodes which
25279 had their bodies removed.
25280
25281 2014-03-21 Martin Jambor <mjambor@suse.cz>
25282
25283 PR ipa/60419
25284 * ipa.c (symtab_remove_unreachable_nodes): Clear thunk flag of nodes
25285 in the border.
25286
25287 2014-03-21 Richard Biener <rguenther@suse.de>
25288
25289 PR tree-optimization/60577
25290 * tree-core.h (struct tree_base): Document nothrow_flag use
25291 in DECL_NONALIASED.
25292 * tree.h (DECL_NONALIASED): New.
25293 (may_be_aliased): Adjust.
25294 * coverage.c (build_var): Set DECL_NONALIASED.
25295
25296 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
25297
25298 * expr.c (expand_expr_real_1): Remove outdated comment.
25299
25300 2014-03-20 Jakub Jelinek <jakub@redhat.com>
25301
25302 PR middle-end/60597
25303 * ira.c (adjust_cleared_regs): Call copy_rtx on
25304 *reg_equiv[REGNO (loc)].src_p before passing it to
25305 simplify_replace_fn_rtx.
25306
25307 PR target/60568
25308 * config/i386/i386.c (x86_output_mi_thunk): Surround UNSPEC_GOT
25309 into CONST, put pic register as first operand of PLUS. Use
25310 gen_const_mem for both 32-bit and 64-bit PIC got loads.
25311
25312 2014-03-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
25313
25314 * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete.
25315
25316 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
25317
25318 * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work
25319 around for store forwarding issue in the FPU on the UT699.
25320 * config/sparc/sparc.md (in_branch_delay): Return false for single FP
25321 loads and operations if -mfix-ut699 is specified.
25322 (divtf3_hq): Tweak attribute.
25323 (sqrttf2_hq): Likewise.
25324
25325 2014-03-20 Eric Botcazou <ebotcazou@adacore.com>
25326
25327 * calls.c (store_one_arg): Remove incorrect const qualification on the
25328 type of the temporary.
25329 * cfgexpand.c (expand_return): Likewise.
25330 * expr.c (expand_constructor): Likewise.
25331 (expand_expr_real_1): Likewise.
25332
25333 2014-03-20 Zhenqiang Chen <zhenqiang.chen@linaro.org>
25334
25335 * config/arm/arm.c (arm_dwarf_register_span): Update the element number
25336 of parts.
25337
25338 2014-03-19 Kaz Kojima <kkojima@gcc.gnu.org>
25339
25340 PR target/60039
25341 * config/sh/sh.md (udivsi3_i1): Clobber R1 register.
25342
25343 2014-03-19 James Greenhalgh <james.greenhalgh@arm.com>
25344
25345 * config/arm/aarch-common-protos.h
25346 (alu_cost_table): Fix spelling of "extend".
25347 * config/arm/arm.c (arm_new_rtx_costs): Fix spelling of "extend".
25348
25349 2014-03-19 Richard Biener <rguenther@suse.de>
25350
25351 PR middle-end/60553
25352 * tree-core.h (tree_type_common): Re-order pointer members
25353 to reduce recursion depth during GC walks.
25354
25355 2014-03-19 Marek Polacek <polacek@redhat.com>
25356
25357 PR sanitizer/60569
25358 * ubsan.c (ubsan_type_descriptor): Check that DECL_NAME is nonnull
25359 before accessing it.
25360
25361 2014-03-19 Richard Biener <rguenther@suse.de>
25362
25363 PR lto/59543
25364 * lto-streamer-in.c (input_function): In WPA stage do not drop
25365 debug stmts.
25366
25367 2014-03-19 Jakub Jelinek <jakub@redhat.com>
25368
25369 PR tree-optimization/60559
25370 * vectorizable_mask_load_store): Replace scalar MASK_LOAD
25371 with build_zero_cst assignment.
25372
25373 2014-03-18 Kai Tietz <ktietz@redhat.com>
25374
25375 PR rtl-optimization/56356
25376 * sdbout.c (sdbout_parms): Verify that parms'
25377 incoming argument is valid.
25378 (sdbout_reg_parms): Likewise.
25379
25380 2014-03-18 Richard Henderson <rth@redhat.com>
25381
25382 PR target/60562
25383 * config/i386/i386.md (*float<SWI48x><MODEF>2_i387): Move down to
25384 be shadowed by *float<SWI48><MODEF>2_sse. Test X87_ENABLE_FLOAT.
25385 (*float<SWI48><MODEF>2_sse): Check X87_ENABLE_FLOAT for alternative 0.
25386
25387 2014-03-18 Basile Starynkevitch <basile@starynkevitch.net>
25388
25389 * plugin.def: Improve comment for PLUGIN_INCLUDE_FILE.
25390 * doc/plugins.texi (Plugin callbacks): Mention PLUGIN_INCLUDE_FILE.
25391 Italicize plugin event names in description. Explain that
25392 PLUGIN_PRAGMAS has no sense for lto1. Explain PLUGIN_INCLUDE_FILE.
25393 Remind that no GCC functions should be called after PLUGIN_FINISH.
25394 Explain what pragmas with expansion are.
25395
25396 2014-03-18 Martin Liska <mliska@suse.cz>
25397
25398 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when
25399 gimple call statement is update.
25400 * gimple-fold.c (gimple_fold_call): Changed order for GIMPLE_ASSIGN and
25401 GIMPLE_CALL, where gsi iterator still points to GIMPLE CALL.
25402
25403 2014-03-18 Jakub Jelinek <jakub@redhat.com>
25404
25405 PR sanitizer/60557
25406 * ubsan.c (ubsan_instrument_unreachable): Call
25407 initialize_sanitizer_builtins.
25408 (ubsan_pass): Likewise.
25409
25410 PR sanitizer/60535
25411 * ubsan.c (ubsan_type_descriptor, ubsan_create_data): Call
25412 varpool_finalize_decl instead of rest_of_decl_compilation.
25413
25414 2014-03-18 Richard Biener <rguenther@suse.de>
25415
25416 * df-problems.c (df_rd_confluence_n): Avoid bitmap_copy
25417 by using bitmap_and_compl instead of bitmap_and_compl_into.
25418 (df_rd_transfer_function): Likewise.
25419
25420 2014-03-18 Richard Biener <rguenther@suse.de>
25421
25422 * doc/lto.texi (fresolution): Fix typo.
25423
25424 2014-03-18 Richard Biener <rguenther@suse.de>
25425
25426 * doc/invoke.texi (flto): Update for changes in 4.9.
25427
25428 2014-03-18 Richard Biener <rguenther@suse.de>
25429
25430 * doc/loop.texi: Remove section on the removed lambda framework.
25431 Update loop docs with recent changes in preserving loop structure.
25432
25433 2014-03-18 Richard Biener <rguenther@suse.de>
25434
25435 * doc/lto.texi (-fresolution): Document.
25436
25437 2014-03-18 Richard Biener <rguenther@suse.de>
25438
25439 * doc/contrib.texi: Adjust my name.
25440
25441 2014-03-18 Jakub Jelinek <jakub@redhat.com>
25442
25443 PR ipa/58721
25444 * internal-fn.c: Include diagnostic-core.h.
25445 (expand_BUILTIN_EXPECT): New function.
25446 * gimplify.c (gimplify_call_expr): Use false instead of FALSE.
25447 (gimplify_modify_expr): Gimplify 3 argument __builtin_expect into
25448 IFN_BUILTIN_EXPECT call instead of __builtin_expect builtin call.
25449 * ipa-inline-analysis.c (find_foldable_builtin_expect): Handle
25450 IFN_BUILTIN_EXPECT.
25451 * predict.c (expr_expected_value_1): Handle IFN_BUILTIN_EXPECT.
25452 Revert 3 argument __builtin_expect code.
25453 (strip_predict_hints): Handle IFN_BUILTIN_EXPECT.
25454 * gimple-fold.c (gimple_fold_call): Likewise.
25455 * tree.h (fold_builtin_expect): New prototype.
25456 * builtins.c (build_builtin_expect_predicate): Add predictor
25457 argument, if non-NULL, create 3 argument __builtin_expect.
25458 (fold_builtin_expect): No longer static. Add ARG2 argument,
25459 pass it through to build_builtin_expect_predicate.
25460 (fold_builtin_2): Adjust caller.
25461 (fold_builtin_3): Handle BUILT_IN_EXPECT.
25462 * internal-fn.def (BUILTIN_EXPECT): New.
25463
25464 2014-03-18 Tobias Burnus <burnus@net-b.de>
25465
25466 PR ipa/58721
25467 * predict.def (PRED_FORTRAN_OVERFLOW, PRED_FORTRAN_FAIL_ALLOC,
25468 PRED_FORTRAN_FAIL_IO, PRED_FORTRAN_WARN_ONCE, PRED_FORTRAN_SIZE_ZERO,
25469 PRED_FORTRAN_INVALID_BOUND, PRED_FORTRAN_ABSENT_DUMMY): Add.
25470
25471 2014-03-18 Jan Hubicka <hubicka@ucw.cz>
25472
25473 PR ipa/58721
25474 * predict.c (combine_predictions_for_bb): Fix up formatting.
25475 (expr_expected_value_1, expr_expected_value): Add predictor argument,
25476 fill what it points to if non-NULL.
25477 (tree_predict_by_opcode): Adjust caller, use the predictor.
25478 * predict.def (PRED_COMPARE_AND_SWAP): Add.
25479
25480 2014-03-18 Eric Botcazou <ebotcazou@adacore.com>
25481
25482 * config/sparc/sparc.c (sparc_do_work_around_errata): Speed up and use
25483 proper constant for the store mode.
25484
25485 2014-03-18 Ilya Enkovich <ilya.enkovich@intel.com>
25486
25487 * symtab.c (change_decl_assembler_name): Fix transparent alias
25488 chain construction.
25489
25490 2014-03-16 Renlin Li <Renlin.Li@arm.com>
25491
25492 * config/aarch64/aarch64.c: Correct the comments about the
25493 aarch64 stack layout.
25494
25495 2014-03-18 Thomas Schwinge <thomas@codesourcery.com>
25496
25497 * omp-low.c (lower_rec_input_clauses) <build_omp_barrier>: Restore
25498 check for GF_OMP_FOR_KIND_FOR.
25499
25500 2013-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
25501
25502 * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add
25503 ymm and zmm register names.
25504
25505 2014-03-17 Jakub Jelinek <jakub@redhat.com>
25506
25507 PR target/60516
25508 * config/i386/i386.c (ix86_expand_epilogue): Adjust REG_CFA_ADJUST_CFA
25509 note creation for the 2010-08-31 changes.
25510
25511 2014-03-17 Marek Polacek <polacek@redhat.com>
25512
25513 PR middle-end/60534
25514 * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
25515 as -fno-tree-loop-vectorize.
25516 (expand_omp_simd): Likewise.
25517
25518 2014-03-15 Eric Botcazou <ebotcazou@adacore.com>
25519
25520 * config/sparc/sparc-protos.h (tls_call_delay): Delete.
25521 (eligible_for_call_delay): New prototype.
25522 * config/sparc/sparc.c (tls_call_delay): Rename into...
25523 (eligible_for_call_delay): ...this. Return false if the instruction
25524 cannot be put in the delay slot of a branch.
25525 (eligible_for_restore_insn): Simplify.
25526 (eligible_for_return_delay): Return false if the instruction cannot be
25527 put in the delay slot of a branch and simplify.
25528 (eligible_for_sibcall_delay): Return false if the instruction cannot be
25529 put in the delay slot of a branch.
25530 * config/sparc/sparc.md (fix_ut699): New attribute.
25531 (tls_call_delay): Delete.
25532 (in_call_delay): Reimplement.
25533 (eligible_for_sibcall_delay): Rename into...
25534 (in_sibcall_delay): ...this.
25535 (eligible_for_return_delay): Rename into...
25536 (in_return_delay): ...this.
25537 (in_branch_delay): Reimplement.
25538 (in_uncond_branch_delay): Delete.
25539 (in_annul_branch_delay): Delete.
25540
25541 2014-03-14 Richard Henderson <rth@redhat.com>
25542
25543 PR target/60525
25544 * config/i386/i386.md (floathi<X87MODEF>2): Delete expander; rename
25545 define_insn from *floathi<X87MODEF>2_i387; allow nonimmediate_operand.
25546 (*floathi<X87MODEF>2_i387_with_temp): Remove.
25547 (floathi splitters): Remove.
25548 (float<SWI48x>xf2): New pattern.
25549 (float<SWI48><MODEF>2): Rename from float<SWI48x><X87MODEF>2. Drop
25550 code that tried to handle DImode for 32-bit, but which was excluded
25551 by the pattern's condition. Drop allocation of stack temporary.
25552 (*floatsi<MODEF>2_vector_mixed_with_temp): Remove.
25553 (*float<SWI48><MODEF>2_mixed_with_temp): Remove.
25554 (*float<SWI48><MODEF>2_mixed_interunit): Remove.
25555 (*float<SWI48><MODEF>2_mixed_nointerunit): Remove.
25556 (*floatsi<MODEF>2_vector_sse_with_temp): Remove.
25557 (*float<SWI48><MODEF>2_sse_with_temp): Remove.
25558 (*float<SWI48><MODEF>2_sse_interunit): Remove.
25559 (*float<SWI48><MODEF>2_sse_nointerunit): Remove.
25560 (*float<SWI48x><X87MODEF>2_i387_with_temp): Remove.
25561 (*float<SWI48x><X87MODEF>2_i387): Remove.
25562 (all float _with_temp splitters): Remove.
25563 (*float<SWI48x><MODEF>2_i387): New pattern.
25564 (*float<SWI48><MODEF>2_sse): New pattern.
25565 (float TARGET_USE_VECTOR_CONVERTS splitters): Merge them.
25566 (float TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters): Merge them.
25567
25568 2014-03-14 Jakub Jelinek <jakub@redhat.com>
25569 Marek Polacek <polacek@redhat.com>
25570
25571 PR middle-end/60484
25572 * common.opt (dump_base_name_prefixed): New Variable.
25573 * opts.c (finish_options): Don't prepend directory to x_dump_base_name
25574 if x_dump_base_name_prefixed is already set, set it at the end.
25575
25576 2014-03-14 Vladimir Makarov <vmakarov@redhat.com>
25577
25578 PR rtl-optimization/60508
25579 * lra-constraints.c (get_reload_reg): Add new parameter
25580 in_subreg_p.
25581 (process_addr_reg, simplify_operand_subreg, curr_insn_transform):
25582 Pass the new parameter values.
25583
25584 2014-03-14 Richard Biener <rguenther@suse.de>
25585
25586 * common.opt: Revert unintented changes from r205065.
25587 * opts.c: Likewise.
25588
25589 2014-03-14 Richard Biener <rguenther@suse.de>
25590
25591 PR middle-end/60518
25592 * cfghooks.c (split_block): Properly adjust all loops the
25593 block was a latch of.
25594
25595 2014-03-14 Martin Jambor <mjambor@suse.cz>
25596
25597 PR lto/60461
25598 * ipa-prop.c (ipa_modify_call_arguments): Fix iteration condition
25599 and simplify it.
25600
25601 2014-03-14 Georg-Johann Lay <avr@gjlay.de>
25602
25603 PR target/59396
25604 * config/avr/avr.c (avr_set_current_function): Pass function name
25605 through default_strip_name_encoding before sanity checking instead
25606 of skipping the first char of the assembler name.
25607
25608 2014-03-13 Richard Henderson <rth@redhat.com>
25609
25610 PR debug/60438
25611 * config/i386/i386.c (ix86_split_fp_branch): Remove pushed argument.
25612 (ix86_force_to_memory, ix86_free_from_memory): Remove.
25613 * config/i386/i386-protos.h: Likewise.
25614 * config/i386/i386.md (floathi<X87MODEF>2): Use assign_386_stack_local
25615 in the expander instead of a splitter.
25616 (float<SWI48x><X87MODEF>2): Use assign_386_stack_local if there is
25617 any possibility of requiring a memory.
25618 (*floatsi<MODEF>2_vector_mixed): Remove, and the splitters.
25619 (*floatsi<MODEF>2_vector_sse): Remove, and the splitters.
25620 (fp branch splitters): Update for ix86_split_fp_branch.
25621 (*jcc<X87MODEF>_<SWI24>_i387): Remove r/f alternative.
25622 (*jcc<X87MODEF>_<SWI24>_r_i387): Likewise.
25623 (splitter for jcc<X87MODEF>_<SWI24>_i387 r/f): Remove.
25624 (*fop_<MODEF>_2_i387): Remove f/r alternative.
25625 (*fop_<MODEF>_3_i387): Likewise.
25626 (*fop_xf_2_i387, *fop_xf_3_i387): Likewise.
25627 (splitters for the fop_* register patterns): Remove.
25628 (fscalexf4_i387): Rename from *fscalexf4_i387.
25629 (ldexpxf3): Use gen_floatsixf2 and gen_fscalexf4_i387.
25630
25631 2014-03-13 Jakub Jelinek <jakub@redhat.com>
25632
25633 PR tree-optimization/59779
25634 * tree-dfa.c (get_ref_base_and_extent): Use double_int
25635 type for bitsize and maxsize instead of HOST_WIDE_INT.
25636
25637 2014-03-13 Steven Bosscher <steven@gcc.gnu.org>
25638
25639 PR rtl-optimization/57320
25640 * function.c (rest_of_handle_thread_prologue_and_epilogue): Cleanup
25641 the CFG after thread_prologue_and_epilogue_insns.
25642
25643 2014-03-13 Vladimir Makarov <vmakarov@redhat.com>
25644
25645 PR rtl-optimization/57189
25646 * lra-constraints.c (process_alt_operands): Disfavor spilling
25647 vector pseudos.
25648
25649 2014-03-13 Cesar Philippidis <cesar@codesourcery.com>
25650
25651 * lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.
25652
25653 2014-03-13 Jakub Jelinek <jakub@redhat.com>
25654
25655 PR tree-optimization/59025
25656 PR middle-end/60418
25657 * tree-ssa-reassoc.c (sort_by_operand_rank): For SSA_NAMEs with the
25658 same rank, sort by bb_rank and gimple_uid of SSA_NAME_DEF_STMT first.
25659
25660 2014-03-13 Georg-Johann Lay <avr@gjlay.de>
25661
25662 PR target/60486
25663 * config/avr/avr.c (avr_out_plus): Swap cc_plus and cc_minus in
25664 calls of avr_out_plus_1.
25665
25666 2014-03-13 Bin Cheng <bin.cheng@arm.com>
25667
25668 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Record
25669 BB's single pred and update the father loop's latch info later.
25670
25671 2014-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
25672
25673 * config/rs6000/vector.md (VEC_L): Add V1TI mode to vector types.
25674 (VEC_M): Likewise.
25675 (VEC_N): Likewise.
25676 (VEC_R): Likewise.
25677 (VEC_base): Likewise.
25678 (mov<MODE>, VEC_M modes): If we are loading TImode into VSX
25679 registers, we need to swap double words in little endian mode.
25680
25681 * config/rs6000/rs6000-modes.def (V1TImode): Add new vector mode
25682 to be a container mode for 128-bit integer operations added in ISA
25683 2.07. Unlike TImode and PTImode, the preferred register set is
25684 the Altivec/VMX registers for the 128-bit operations.
25685
25686 * config/rs6000/rs6000-protos.h (rs6000_move_128bit_ok_p): Add
25687 declarations.
25688 (rs6000_split_128bit_ok_p): Likewise.
25689
25690 * config/rs6000/rs6000-builtin.def (BU_P8V_AV_3): Add new support
25691 macros for creating ISA 2.07 normal and overloaded builtin
25692 functions with 3 arguments.
25693 (BU_P8V_OVERLOAD_3): Likewise.
25694 (VPERM_1T): Add support for V1TImode in 128-bit vector operations
25695 for use as overloaded functions.
25696 (VPERM_1TI_UNS): Likewise.
25697 (VSEL_1TI): Likewise.
25698 (VSEL_1TI_UNS): Likewise.
25699 (ST_INTERNAL_1ti): Likewise.
25700 (LD_INTERNAL_1ti): Likewise.
25701 (XXSEL_1TI): Likewise.
25702 (XXSEL_1TI_UNS): Likewise.
25703 (VPERM_1TI): Likewise.
25704 (VPERM_1TI_UNS): Likewise.
25705 (XXPERMDI_1TI): Likewise.
25706 (SET_1TI): Likewise.
25707 (LXVD2X_V1TI): Likewise.
25708 (STXVD2X_V1TI): Likewise.
25709 (VEC_INIT_V1TI): Likewise.
25710 (VEC_SET_V1TI): Likewise.
25711 (VEC_EXT_V1TI): Likewise.
25712 (EQV_V1TI): Likewise.
25713 (NAND_V1TI): Likewise.
25714 (ORC_V1TI): Likewise.
25715 (VADDCUQ): Add support for 128-bit integer arithmetic instructions
25716 added in ISA 2.07. Add both normal 'altivec' builtins, and the
25717 overloaded builtin.
25718 (VADDUQM): Likewise.
25719 (VSUBCUQ): Likewise.
25720 (VADDEUQM): Likewise.
25721 (VADDECUQ): Likewise.
25722 (VSUBEUQM): Likewise.
25723 (VSUBECUQ): Likewise.
25724
25725 * config/rs6000/rs6000-c.c (__int128_type): New static to hold
25726 __int128_t and __uint128_t types.
25727 (__uint128_type): Likewise.
25728 (altivec_categorize_keyword): Add support for vector __int128_t,
25729 vector __uint128_t, vector __int128, and vector unsigned __int128
25730 as a container type for TImode operations that need to be done in
25731 VSX/Altivec registers.
25732 (rs6000_macro_to_expand): Likewise.
25733 (altivec_overloaded_builtins): Add ISA 2.07 overloaded functions
25734 to support 128-bit integer instructions vaddcuq, vadduqm,
25735 vaddecuq, vaddeuqm, vsubcuq, vsubuqm, vsubecuq, vsubeuqm.
25736 (altivec_resolve_overloaded_builtin): Add support for V1TImode.
25737
25738 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
25739 for V1TImode, and set up preferences to use VSX/Altivec registers.
25740 Setup VSX reload handlers.
25741 (rs6000_debug_reg_global): Likewise.
25742 (rs6000_init_hard_regno_mode_ok): Likewise.
25743 (rs6000_preferred_simd_mode): Likewise.
25744 (vspltis_constant): Do not allow V1TImode as easy altivec constants.
25745 (easy_altivec_constant): Likewise.
25746 (output_vec_const_move): Likewise.
25747 (rs6000_expand_vector_set): Convert V1TImode set and extract to
25748 simple move.
25749 (rs6000_expand_vector_extract): Likewise.
25750 (reg_offset_addressing_ok_p): Setup V1TImode to use VSX reg+reg
25751 addressing.
25752 (rs6000_const_vec): Add support for V1TImode.
25753 (rs6000_emit_le_vsx_load): Swap double words when loading or
25754 storing TImode/V1TImode.
25755 (rs6000_emit_le_vsx_store): Likewise.
25756 (rs6000_emit_le_vsx_move): Likewise.
25757 (rs6000_emit_move): Add support for V1TImode.
25758 (altivec_expand_ld_builtin): Likewise.
25759 (altivec_expand_st_builtin): Likewise.
25760 (altivec_expand_vec_init_builtin): Likewise.
25761 (altivec_expand_builtin): Likewise.
25762 (rs6000_init_builtins): Add support for V1TImode type. Add
25763 support for ISA 2.07 128-bit integer builtins. Define type names
25764 for the VSX/Altivec vector types.
25765 (altivec_init_builtins): Add support for overloaded vector
25766 functions with V1TImode type.
25767 (rs6000_preferred_reload_class): Prefer Altivec registers for V1TImode.
25768 (rs6000_move_128bit_ok_p): Move 128-bit move/split validation to
25769 external function.
25770 (rs6000_split_128bit_ok_p): Likewise.
25771 (rs6000_handle_altivec_attribute): Create V1TImode from vector
25772 __int128_t and vector __uint128_t.
25773
25774 * config/rs6000/vsx.md (VSX_L): Add V1TImode to vector iterators
25775 and mode attributes.
25776 (VSX_M): Likewise.
25777 (VSX_M2): Likewise.
25778 (VSm): Likewise.
25779 (VSs): Likewise.
25780 (VSr): Likewise.
25781 (VSv): Likewise.
25782 (VS_scalar): Likewise.
25783 (VS_double): Likewise.
25784 (vsx_set_v1ti): New builtin function to create V1TImode from TImode.
25785
25786 * config/rs6000/rs6000.h (TARGET_VADDUQM): New macro to say whether
25787 we support the ISA 2.07 128-bit integer arithmetic instructions.
25788 (ALTIVEC_OR_VSX_VECTOR_MODE): Add V1TImode.
25789 (enum rs6000_builtin_type_index): Add fields to hold V1TImode
25790 and TImode types for use with the builtin functions.
25791 (V1TI_type_node): Likewise.
25792 (unsigned_V1TI_type_node): Likewise.
25793 (intTI_type_internal_node): Likewise.
25794 (uintTI_type_internal_node): Likewise.
25795
25796 * config/rs6000/altivec.md (UNSPEC_VADDCUQ): New unspecs for ISA 2.07
25797 128-bit builtin functions.
25798 (UNSPEC_VADDEUQM): Likewise.
25799 (UNSPEC_VADDECUQ): Likewise.
25800 (UNSPEC_VSUBCUQ): Likewise.
25801 (UNSPEC_VSUBEUQM): Likewise.
25802 (UNSPEC_VSUBECUQ): Likewise.
25803 (VM): Add V1TImode to vector mode iterators.
25804 (VM2): Likewise.
25805 (VI_unit): Likewise.
25806 (altivec_vadduqm): Add ISA 2.07 128-bit binary builtins.
25807 (altivec_vaddcuq): Likewise.
25808 (altivec_vsubuqm): Likewise.
25809 (altivec_vsubcuq): Likewise.
25810 (altivec_vaddeuqm): Likewise.
25811 (altivec_vaddecuq): Likewise.
25812 (altivec_vsubeuqm): Likewise.
25813 (altivec_vsubecuq): Likewise.
25814
25815 * config/rs6000/rs6000.md (FMOVE128_GPR): Add V1TImode to vector
25816 mode iterators.
25817 (BOOL_128): Likewise.
25818 (BOOL_REGS_OUTPUT): Likewise.
25819 (BOOL_REGS_OP1): Likewise.
25820 (BOOL_REGS_OP2): Likewise.
25821 (BOOL_REGS_UNARY): Likewise.
25822 (BOOL_REGS_AND_CR0): Likewise.
25823
25824 * config/rs6000/altivec.h (vec_vaddcuq): Add support for ISA 2.07
25825 128-bit integer builtin support.
25826 (vec_vadduqm): Likewise.
25827 (vec_vaddecuq): Likewise.
25828 (vec_vaddeuqm): Likewise.
25829 (vec_vsubecuq): Likewise.
25830 (vec_vsubeuqm): Likewise.
25831 (vec_vsubcuq): Likewise.
25832 (vec_vsubuqm): Likewise.
25833
25834 * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
25835 Document vec_vaddcuq, vec_vadduqm, vec_vaddecuq, vec_vaddeuqm,
25836 vec_subecuq, vec_subeuqm, vec_vsubcuq, vec_vsubeqm builtins adding
25837 128-bit integer add/subtract to ISA 2.07.
25838
25839 2014-03-12 Joern Rennecke <joern.rennecke@embecosm.com>
25840
25841 * config/arc/arc.c (arc_predicate_delay_insns):
25842 Fix third argument passed to conditionalize_nonjump.
25843
25844 2014-03-12 Yufeng Zhang <yufeng.zhang@arm.com>
25845
25846 * config/aarch64/aarch64-builtins.c
25847 (aarch64_builtin_vectorized_function): Add BUILT_IN_LFLOORF,
25848 BUILT_IN_LLFLOOR, BUILT_IN_LCEILF and BUILT_IN_LLCEIL.
25849 * config/aarch64/arm_neon.h (vcvtaq_u64_f64): Call __builtin_llfloor
25850 instead of __builtin_lfloor.
25851 (vcvtnq_u64_f64): Call __builtin_llceil instead of __builtin_lceil.
25852
25853 2014-03-12 Jakub Jelinek <jakub@redhat.com>
25854
25855 * tree-ssa-ifcombine.c (forwarder_block_to): New function.
25856 (tree_ssa_ifcombine_bb_1): New function.
25857 (tree_ssa_ifcombine_bb): Use it. Handle also cases where else_bb
25858 is an empty forwarder block to then_bb or vice versa and then_bb
25859 and else_bb are effectively swapped.
25860
25861 2014-03-12 Christian Bruel <christian.bruel@st.com>
25862
25863 PR target/60264
25864 * config/arm/arm.c (arm_emit_vfp_multi_reg_pop): Emit a
25865 REG_CFA_DEF_CFA note.
25866 (arm_expand_epilogue_apcs_frame): call arm_add_cfa_adjust_cfa_note.
25867 (arm_unwind_emit): Allow REG_CFA_DEF_CFA.
25868
25869 2014-03-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
25870
25871 PR tree-optimization/60454
25872 * tree-ssa-math-opts.c (find_bswap_1): Fix bswap detection.
25873
25874 2014-03-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25875
25876 * config.gcc (aarch64*-*-*): Use ISA flags from aarch64-arches.def.
25877 Do not define target_cpu_default2 to generic.
25878 * config/aarch64/aarch64.h (TARGET_CPU_DEFAULT): Use generic cpu.
25879 * config/aarch64/aarch64.c (aarch64_override_options): Update comment.
25880 * config/aarch64/aarch64-arches.def (armv8-a): Use generic cpu.
25881
25882 2014-03-12 Jakub Jelinek <jakub@redhat.com>
25883 Marc Glisse <marc.glisse@inria.fr>
25884
25885 PR tree-optimization/60502
25886 * tree-ssa-reassoc.c (eliminate_not_pairs): Use build_all_ones_cst
25887 instead of build_low_bits_mask.
25888
25889 2014-03-12 Jakub Jelinek <jakub@redhat.com>
25890
25891 PR middle-end/60482
25892 * tree-vrp.c (register_edge_assert_for_1): Don't add assert
25893 if there are multiple uses, but op doesn't live on E edge.
25894 * tree-cfg.c (assert_unreachable_fallthru_edge_p): Also ignore
25895 clobber stmts before __builtin_unreachable.
25896
25897 2014-03-11 Richard Sandiford <rdsandiford@googlemail.com>
25898
25899 * builtins.c (expand_builtin_setjmp_receiver): Use and clobber
25900 hard_frame_pointer_rtx.
25901 * cse.c (cse_insn): Remove volatile check.
25902 * cselib.c (cselib_process_insn): Likewise.
25903 * dse.c (scan_insn): Likewise.
25904
25905 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
25906
25907 * config/arc/arc.c (conditionalize_nonjump): New function,
25908 broken out of ...
25909 (arc_ifcvt): ... this.
25910 (arc_predicate_delay_insns): Use it.
25911
25912 2014-03-11 Joern Rennecke <joern.rennecke@embecosm.com>
25913
25914 * config/arc/predicates.md (extend_operand): During/after reload,
25915 allow const_int_operand.
25916 * config/arc/arc.md (mulsidi3_700): Use extend_operand predicate.
25917 (umulsidi3_700): Likewise. Change operand 2 constraint back to "cL".
25918 (mulsi3_highpart): Change operand 2 constraint alternatives 2 and 3
25919 to "i".
25920 (umulsi3_highpart_i): Likewise.
25921
25922 2014-03-11 Richard Biener <rguenther@suse.de>
25923
25924 * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
25925 Add asserts to guard possible wrong-code bugs.
25926
25927 2014-03-11 Richard Biener <rguenther@suse.de>
25928
25929 PR tree-optimization/60429
25930 PR tree-optimization/60485
25931 * tree-ssa-structalias.c (set_union_with_increment): Properly
25932 take into account all fields that overlap the shifted vars.
25933 (do_sd_constraint): Likewise.
25934 (do_ds_constraint): Likewise.
25935 (get_constraint_for_ptr_offset): Likewise.
25936
25937 2014-03-11 Chung-Lin Tang <cltang@codesourcery.com>
25938
25939 * config/nios2/nios2.c (machine_function): Add fp_save_offset field.
25940 (nios2_compute_frame_layout):
25941 Add calculation of cfun->machine->fp_save_offset.
25942 (nios2_expand_prologue): Correct setting of frame pointer register
25943 in prologue.
25944 (nios2_expand_epilogue): Update recovery of stack pointer from
25945 frame pointer accordingly.
25946 (nios2_initial_elimination_offset): Update calculation of offset
25947 for eliminating to HARD_FRAME_POINTER_REGNUM.
25948
25949 2014-03-10 Jakub Jelinek <jakub@redhat.com>
25950
25951 PR ipa/60457
25952 * ipa.c (symtab_remove_unreachable_nodes): Don't call
25953 cgraph_get_create_node on VAR_DECLs.
25954
25955 2014-03-10 Richard Biener <rguenther@suse.de>
25956
25957 PR middle-end/60474
25958 * tree.c (signed_or_unsigned_type_for): Handle OFFSET_TYPEs.
25959
25960 2014-03-08 Douglas B Rupp <rupp@gnat.com>
25961
25962 * config/vms/vms.opt (vms_float_format): New variable.
25963
25964 2014-03-08 Tobias Burnus <burnus@net-b.de>
25965
25966 * doc/invoke.texi (-fcilkplus): Update implementation status.
25967
25968 2014-03-08 Paulo Matos <paulo@matos-sorge.com>
25969 Richard Biener <rguenther@suse.de>
25970
25971 * lto-wrapper.c (merge_and_complain): Ensure -fshort-double is used
25972 consistently accross all TUs.
25973 (run_gcc): Enable -fshort-double automatically at link at link-time
25974 and disallow override.
25975
25976 2014-03-08 Richard Sandiford <rdsandiford@googlemail.com>
25977
25978 PR target/58271
25979 * config/mips/mips.c (mips_option_override): Promote -mpaired-single
25980 warning to an error. Disable TARGET_PAIRED_SINGLE and TARGET_MIPS3D
25981 if they can't be used.
25982
25983 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25984
25985 * configure.ac (HAVE_AS_IX86_TLSLDMPLT): Improve test
25986 for Solaris 11/x86 ld.
25987 * configure: Regenerate.
25988
25989 2014-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25990
25991 * configure.ac (TLS_SECTION_ASM_FLAG): Save as tls_section_flag.
25992 (LIB_TLS_SPEC): Save as ld_tls_libs.
25993 (HAVE_AS_IX86_TLSLDMPLT): Define as 1/0.
25994 (HAVE_AS_IX86_TLSLDM): New test.
25995 * configure, config.in: Regenerate.
25996 * config/i386/i386.c (legitimize_tls_address): Fall back to
25997 TLS_MODEL_GLOBAL_DYNAMIC on 32-bit Solaris/x86 if tool chain
25998 cannot support TLS_MODEL_LOCAL_DYNAMIC.
25999 * config/i386/i386.md (*tls_local_dynamic_base_32_gnu): Use if
26000 instead of #ifdef in HAVE_AS_IX86_TLSLDMPLT test.
26001
26002 2014-03-07 Paulo Matos <paulo@matos-sorge.com>
26003
26004 * common.opt (fira-loop-pressure): Mark as optimization.
26005
26006 2014-03-07 Thomas Schwinge <thomas@codesourcery.com>
26007
26008 * langhooks.c (lhd_omp_mappable_type): The error_mark_node is not
26009 an OpenMP mappable type.
26010
26011 2014-03-06 Matthias Klose <doko@ubuntu.com>
26012
26013 * Makefile.in (s-mlib): Only pass MULTIARCH_DIRNAME if
26014 MULTILIB_OSDIRNAMES is not defined.
26015
26016 2014-03-06 Jakub Jelinek <jakub@redhat.com>
26017 Meador Inge <meadori@codesourcery.com>
26018
26019 PR target/58595
26020 * config/arm/arm.c (arm_tls_symbol_p): Remove.
26021 (arm_legitimize_address): Call legitimize_tls_address for any
26022 arm_tls_referenced_p expression, handle constant addend. Call it
26023 before testing for !TARGET_ARM.
26024 (thumb_legitimize_address): Don't handle arm_tls_symbol_p here.
26025
26026 2014-03-06 Richard Biener <rguenther@suse.de>
26027
26028 PR middle-end/60445
26029 PR lto/60424
26030 PR lto/60427
26031 Revert
26032 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
26033
26034 * tree-streamer.c (record_common_node): Assert we don't record
26035 nodes with type double.
26036 (preload_common_node): Skip type double, complex double and double
26037 pointer since it is now frontend dependent due to fshort-double option.
26038
26039 2014-03-06 Richard Biener <rguenther@suse.de>
26040
26041 * gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin
26042 or -fno-lto is specified and the linker has full plugin support.
26043 * collect2.c (lto_mode): Default to LTO_MODE_WHOPR if LTO is enabled.
26044 (main): Remove -flto processing, adjust lto_mode using use_plugin late.
26045 * lto-wrapper.c (merge_and_complain): Merge compile-time
26046 optimization levels.
26047 (run_gcc): And pass it through to the link options.
26048
26049 2014-03-06 Alexandre Oliva <aoliva@redhat.com>
26050
26051 PR debug/60381
26052 Revert:
26053 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26054 PR debug/59992
26055 * cselib.c (remove_useless_values): Skip to avoid quadratic
26056 behavior if the condition moved from...
26057 (cselib_process_insn): ... here holds.
26058
26059 2014-03-05 Jakub Jelinek <jakub@redhat.com>
26060
26061 PR plugins/59335
26062 * Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.h, stor-layout.h,
26063 ssa-iterators.h, $(RESOURCE_H) and tree-cfgcleanup.h.
26064
26065 PR plugins/59335
26066 * config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
26067 (TM_H): Add x86-tune.def.
26068
26069 2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26070
26071 * config/aarch64/aarch64.c (generic_tunings):
26072 Use cortexa57_extra_costs.
26073
26074 2014-03-05 Jakub Jelinek <jakub@redhat.com>
26075
26076 PR lto/60404
26077 * cfgexpand.c (expand_used_vars): Do not assume all SSA_NAMEs
26078 of PARM/RESULT_DECLs must be coalesced with optimize && in_lto_p.
26079 * tree-ssa-coalesce.c (coalesce_ssa_name): Use MUST_COALESCE_COST - 1
26080 cost for in_lto_p.
26081
26082 2014-03-04 Heiher <r@hev.cc>
26083
26084 * config/mips/mips-cpus.def (loongson3a): Mark as a MIPS64r2 processor.
26085 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Adjust accordingly.
26086
26087 2014-03-04 Uros Bizjak <ubizjak@gmail.com>
26088
26089 * config/i386/predicates.md (const2356_operand): Change to ...
26090 (const2367_operand): ... this.
26091 * config/i386/sse.md (avx512pf_scatterpf<mode>sf): Use
26092 const2367_operand.
26093 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
26094 (*avx512pf_scatterpf<mode>sf): Ditto.
26095 (avx512pf_scatterpf<mode>df): Ditto.
26096 (*avx512pf_scatterpf<mode>df_mask): Ditto.
26097 (*avx512pf_scatterpf<mode>df): Ditto.
26098 * config/i386/i386.c (ix86_expand_builtin): Update
26099 incorrect hint operand error message.
26100
26101 2014-03-04 Richard Biener <rguenther@suse.de>
26102
26103 * lto-section-in.c (lto_get_section_data): Fix const cast.
26104
26105 2014-03-04 Paulo Matos <paulo@matos-sorge.com>
26106
26107 * tree-streamer.c (record_common_node): Assert we don't record
26108 nodes with type double.
26109 (preload_common_node): Skip type double, complex double and double
26110 pointer since it is now frontend dependent due to fshort-double option.
26111
26112 2014-03-04 Richard Biener <rguenther@suse.de>
26113
26114 PR lto/60405
26115 * lto-streamer-in.c (lto_read_body): Remove LTO bytecode version check.
26116 (lto_input_toplevel_asms): Likewise.
26117 * lto-section-in.c (lto_get_section_data): Instead do it here
26118 for every section.
26119
26120 2014-03-04 Richard Biener <rguenther@suse.de>
26121
26122 PR tree-optimization/60382
26123 * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider
26124 dead PHIs a reduction.
26125
26126 2014-03-03 Uros Bizjak <ubizjak@gmail.com>
26127
26128 * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correct
26129 hint value.
26130 (_mm_prefetch): Move out of GCC target("sse") pragma.
26131 * config/i386/prfchwintrin.h (_m_prefetchw): Move out of
26132 GCC target("prfchw") pragma.
26133 * config/i386/i386.md (prefetch): Emit prefetchwt1 only
26134 for locality <= 2.
26135 * config/i386/i386.c (ix86_option_override_internal): Enable
26136 -mprfchw with -mprefetchwt1.
26137
26138 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
26139
26140 * config/arc/arc.md (casesi_load) <length attribute alternative 0>:
26141 Mark as varying.
26142
26143 2014-03-03 Joern Rennecke <joern.rennecke@embecosm.com>
26144
26145 * opts.h (CL_PCH_IGNORE): Define.
26146 * targhooks.c (option_affects_pch_p):
26147 Return false for options that have CL_PCH_IGNORE set.
26148 * opt-functions.awk: Process PchIgnore.
26149 * doc/options.texi: Document PchIgnore.
26150
26151 * config/arc/arc.opt (misize): Add PchIgnore property.
26152
26153 2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26154
26155 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow
26156 reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax
26157 constraint on constants to permit them being loaded into
26158 GENERAL_REGS or BASE_REGS.
26159
26160 2014-03-03 Nick Clifton <nickc@redhat.com>
26161
26162 * config/rl78/rl78-real.md (cbranchsi4_real_signed): Add
26163 anti-cacnonical alternatives.
26164 (negandhi3_real): New pattern.
26165 * config/rl78/rl78-virt.md (negandhi3_virt): New pattern.
26166
26167 2014-03-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
26168
26169 * config/avr/avr-mcus.def: Remove atxmega16x1.
26170 * config/avr/avr-tables.opt: Regenerate.
26171 * config/avr/t-multilib: Regenerate.
26172 * doc/avr-mmcu.texi: Regenerate.
26173
26174 2014-03-03 Tobias Grosser <tobias@grosser.es>
26175 Mircea Namolaru <mircea.namolaru@inria.fr>
26176
26177 PR tree-optimization/58028
26178 * graphite-clast-to-gimple.c (set_cloog_options): Don't remove
26179 scalar dimensions.
26180
26181 2014-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
26182
26183 * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses
26184 not handled by recognizers.
26185
26186 2014-03-03 Jakub Jelinek <jakub@redhat.com>
26187
26188 PR middle-end/60175
26189 * function.c (expand_function_end): Don't emit
26190 clobber_return_register sequence if clobber_after is a BARRIER.
26191 * cfgexpand.c (construct_exit_block): Append instructions before
26192 return_label to prev_bb.
26193
26194 2014-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26195
26196 * config/rs6000/constraints.md: Document reserved use of "wc".
26197
26198 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
26199
26200 PR ipa/60150
26201 * ipa.c (function_and_variable_visibility): When dissolving comdat
26202 group, also set all symbols to local.
26203
26204 2014-03-02 Jan Hubicka <hubicka@ucw.cz>
26205
26206 PR ipa/60306
26207
26208 Revert:
26209 2013-12-14 Jan Hubicka <jh@suse.cz>
26210 PR middle-end/58477
26211 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers.
26212
26213 2014-03-02 Jon Beniston <jon@beniston.com>
26214
26215 PR bootstrap/48230
26216 PR bootstrap/50927
26217 PR bootstrap/52466
26218 PR target/46898
26219 * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect.
26220 (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed.
26221 * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support.
26222 (simple_return, *simple_return): New patterns
26223 * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete.
26224 * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32.
26225
26226 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com>
26227
26228 * dwarf2out.c (gen_subprogram_die): Tidy.
26229
26230 2014-03-01 Oleg Endo <olegendo@gcc.gnu.org>
26231
26232 PR target/60071
26233 * config/sh/sh.md (*mov_t_msb_neg): Split into ...
26234 (*mov_t_msb_neg_negc): ... this new insn.
26235
26236 2014-02-28 Jason Merrill <jason@redhat.com>
26237
26238 PR c++/58678
26239 * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared
26240 function.
26241
26242 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com>
26243
26244 PR c++/60314
26245 * dwarf2out.c (decltype_auto_die): New static.
26246 (gen_subprogram_die): Handle 'decltype(auto)' like 'auto'.
26247 (gen_type_die_with_usage): Handle 'decltype(auto)'.
26248 (is_cxx_auto): Likewise.
26249
26250 2014-02-28 Ian Bolton <ian.bolton@arm.com>
26251
26252 * config/aarch64/aarch64.h: Define __ARM_NEON by default if
26253 we are not using general regs only.
26254
26255 2014-02-28 Richard Biener <rguenther@suse.de>
26256
26257 PR target/60280
26258 * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict
26259 previous fix and only allow to remove trivial pre-headers
26260 and latches. Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES.
26261 (remove_forwarder_block): Properly update the latch of a loop.
26262
26263 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26264
26265 PR debug/59992
26266 * cselib.c (cselib_hasher::equal): Special-case VALUE lookup.
26267 (cselib_preserved_hash_table): New.
26268 (preserve_constants_and_equivs): Move preserved vals to it.
26269 (cselib_find_slot): Look it up first.
26270 (cselib_init): Initialize it.
26271 (cselib_finish): Release it.
26272 (dump_cselib_table): Dump it.
26273
26274 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26275
26276 PR debug/59992
26277 * cselib.c (remove_useless_values): Skip to avoid quadratic
26278 behavior if the condition moved from...
26279 (cselib_process_insn): ... here holds.
26280
26281 2014-02-28 Alexandre Oliva <aoliva@redhat.com>
26282
26283 PR debug/57232
26284 * var-tracking.c (vt_initialize): Apply the same condition to
26285 preserve the CFA base value.
26286
26287 2014-02-28 Joey Ye <joey.ye@arm.com>
26288
26289 PR target/PR60169
26290 * config/arm/arm.c (thumb_far_jump_used_p): Don't change
26291 if reload in progress or completed.
26292
26293 2014-02-28 Tobias Burnus <burnus@net-b.de>
26294
26295 PR middle-end/60147
26296 * tree-pretty-print.c (dump_generic_node, print_declaration): Handle
26297 NAMELIST_DECL.
26298
26299 2014-02-27 H.J. Lu <hongjiu.lu@intel.com>
26300
26301 * doc/tm.texi.in (Condition Code Status): Update documention for
26302 relative locations of cc0-setter and cc0-user.
26303
26304 2014-02-27 Jeff Law <law@redhat.com>
26305
26306 PR rtl-optimization/52714
26307 * combine.c (try_combine): When splitting an unrecognized PARALLEL
26308 into two independent simple sets, if I3 is a jump, ensure the
26309 pattern we place into I3 is a (set (pc) ...).
26310
26311 2014-02-27 Mikael Pettersson <mikpe@it.uu.se>
26312 Jeff Law <law@redhat.com>
26313
26314 PR rtl-optimization/49847
26315 * cse.c (fold_rtx) Handle case where cc0 setter and cc0 user
26316 are in different blocks.
26317 * doc/tm.texi (Condition Code Status): Update documention for
26318 relative locations of cc0-setter and cc0-user.
26319
26320 2014-02-27 Vladimir Makarov <vmakarov@redhat.com>
26321
26322 PR target/59222
26323 * lra.c (lra_emit_add): Check SUBREG too.
26324
26325 2014-02-27 Andreas Schwab <schwab@suse.de>
26326
26327 * config/m68k/m68k.c (m68k_option_override): Disable
26328 -flive-range-shrinkage for classic m68k.
26329 (m68k_override_options_after_change): Likewise.
26330
26331 2014-02-27 Marek Polacek <polacek@redhat.com>
26332
26333 PR middle-end/59223
26334 * tree-ssa-uninit.c (gate_warn_uninitialized): Run the pass even for
26335 -Wmaybe-uninitialized.
26336
26337 2014-02-27 Alan Modra <amodra@gmail.com>
26338
26339 PR target/57936
26340 * reload1.c (emit_input_reload_insns): When reload_override_in,
26341 set old to rl->in_reg when rl->in_reg is a subreg.
26342
26343 2014-02-26 Richard Biener <rguenther@suse.de>
26344
26345 PR bootstrap/60343
26346 * lra-assigns.c (spill_for): Avoid mixed-sign comparison.
26347
26348 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
26349
26350 * common/config/i386/predicates.md (const1256_operand): Remove.
26351 (const2356_operand): New.
26352 (const_1_to_2_operand): Remove.
26353 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
26354 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
26355 (*avx512pf_gatherpf<mode>sf): Ditto.
26356 (avx512pf_gatherpf<mode>df): Ditto.
26357 (*avx512pf_gatherpf<mode>df_mask): Ditto.
26358 (*avx512pf_gatherpf<mode>df): Ditto.
26359 (avx512pf_scatterpf<mode>sf): Ditto.
26360 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
26361 (*avx512pf_scatterpf<mode>sf): Ditto.
26362 (avx512pf_scatterpf<mode>df): Ditto.
26363 (*avx512pf_scatterpf<mode>df_mask): Ditto.
26364 (*avx512pf_scatterpf<mode>df): Ditto.
26365 * common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
26366
26367 2014-02-26 Ilya Tocar <ilya.tocar@intel.com>
26368
26369 * config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
26370 (_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
26371 (_mm512_mask_testn_epi64_mask): Move to ...
26372 * config/i386/avx512cdintrin.h: Here.
26373 * config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
26374 * config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
26375 (avx512f_scalef<mode><mask_name><round_name>): Ditto.
26376 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
26377 TARGET_AVX512F from TARGET_AVX512CD.
26378
26379 2014-02-26 Richard Biener <rguenther@suse.de>
26380
26381 PR ipa/60327
26382 * ipa.c (walk_polymorphic_call_targets): Properly guard
26383 call to inline_update_overall_summary.
26384
26385 2014-02-26 Bin Cheng <bin.cheng@arm.com>
26386
26387 PR target/60280
26388 * tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop preheaders
26389 and latches only if requested. Fix latch if it is removed.
26390 * tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
26391 LOOPS_HAVE_PREHEADERS.
26392
26393 2014-02-25 Andrew Pinski <apinski@cavium.com>
26394
26395 * builtins.c (expand_builtin_thread_pointer): Create a new target
26396 when the target is NULL.
26397
26398 2014-02-25 Vladimir Makarov <vmakarov@redhat.com>
26399
26400 PR rtl-optimization/60317
26401 * params.def (PARAM_LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
26402 * params.h (LRA_MAX_CONSIDERED_RELOAD_PSEUDOS): New.
26403 * lra-assigns.c: Include params.h.
26404 (spill_for): Use LRA_MAX_CONSIDERED_RELOAD_PSEUDOS as guard for
26405 other reload pseudos considerations.
26406
26407 2014-02-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26408
26409 * config/rs6000/vector.md (*vector_unordered<mode>): Change split
26410 to use canonical form for nor<mode>3.
26411
26412 2014-02-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26413
26414 PR target/55426
26415 * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Allow 128 to 64-bit
26416 conversions.
26417
26418 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
26419
26420 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PREFETCHWT1_SET),
26421 (OPTION_MASK_ISA_PREFETCHWT1_UNSET): New.
26422 (ix86_handle_option): Handle OPT_mprefetchwt1.
26423 * config/i386/cpuid.h (bit_PREFETCHWT1): New.
26424 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
26425 PREFETCHWT1 CPUID.
26426 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
26427 OPTION_MASK_ISA_PREFETCHWT1.
26428 * config/i386/i386.c (ix86_target_string): Handle mprefetchwt1.
26429 (PTA_PREFETCHWT1): New.
26430 (ix86_option_override_internal): Handle PTA_PREFETCHWT1.
26431 (ix86_valid_target_attribute_inner_p): Handle OPT_mprefetchwt1.
26432 * config/i386/i386.h (TARGET_PREFETCHWT1, TARGET_PREFETCHWT1_P): New.
26433 * config/i386/i386.md (prefetch): Check TARGET_PREFETCHWT1
26434 (*prefetch_avx512pf_<mode>_: Change into ...
26435 (*prefetch_prefetchwt1_<mode>: This.
26436 * config/i386/i386.opt (mprefetchwt1): New.
26437 * config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET1.
26438 (_mm_prefetch): Handle intent to write.
26439 * doc/invoke.texi (mprefetchwt1), (mno-prefetchwt1): Doccument.
26440
26441 2014-02-25 Richard Biener <rguenther@suse.de>
26442
26443 PR middle-end/60291
26444 * emit-rtl.c (mem_attrs_htab): Remove.
26445 (mem_attrs_htab_hash): Likewise.
26446 (mem_attrs_htab_eq): Likewise.
26447 (set_mem_attrs): Always allocate new mem-attrs when something changed.
26448 (init_emit_once): Do not allocate mem_attrs_htab.
26449
26450 2014-02-25 Richard Biener <rguenther@suse.de>
26451
26452 PR lto/60319
26453 * lto-opts.c (lto_write_options): Output non-explicit conservative
26454 -fwrapv, -fno-trapv and -fno-strict-overflow.
26455 * lto-wrapper.c (merge_and_complain): Handle merging those options.
26456 (run_gcc): And pass them through.
26457
26458 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
26459
26460 * sel-sched.c (calculate_new_fences): New parameter ptime.
26461 Calculate it as a maximum over all fence cycles.
26462 (sel_sched_region_2): Adjust the call to calculate_new_fences.
26463 Print the final schedule timing when sched_verbose.
26464
26465 2014-02-25 Andrey Belevantsev <abel@ispras.ru>
26466
26467 PR rtl-optimization/60292
26468 * sel-sched.c (fill_vec_av_set): Do not reset target availability
26469 bit fot the fence instruction.
26470
26471 2014-02-24 Alangi Derick <alangiderick@gmail.com>
26472
26473 * calls.h: Fix typo in comment.
26474
26475 2014-02-24 John David Anglin <danglin@gcc.gnu.org>
26476
26477 * config/pa/pa.c (pa_output_move_double): Don't valididate when
26478 adjusting offsetable addresses.
26479
26480 2014-02-24 Guozhi Wei <carrot@google.com>
26481
26482 * sparseset.h (sparseset_pop): Fix the wrong index.
26483
26484 2014-02-24 Walter Lee <walt@tilera.com>
26485
26486 * config.gcc (tilepro-*-*): Change to tilepro*-*-*.
26487 (tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
26488 triplet.
26489 * common/config/tilegx/tilegx-common.c
26490 (TARGET_DEFAULT_TARGET_FLAGS): Define.
26491 * config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
26492 (LINK_SPEC): Ditto.
26493 * config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
26494 * config/tilegx/tilegx.c (tilegx_return_in_msb): New.
26495 (tilegx_gimplify_va_arg_expr): Handle big endian.
26496 (tilegx_expand_unaligned_load): Ditto.
26497 (tilegx_expand_unaligned_store): Ditto.
26498 (TARGET_RETURN_IN_MSB): New.
26499 * config/tilegx/tilegx.h (TARGET_DEFAULT): New.
26500 (TARGET_ENDIAN_DEFAULT): New.
26501 (TARGET_BIG_ENDIAN): Handle big endian.
26502 (BYTES_BIG_ENDIAN): Ditto.
26503 (WORDS_BIG_ENDIAN): Ditto.
26504 (FLOAT_WORDS_BIG_ENDIAN): Ditto.
26505 (ENDIAN_SPEC): New.
26506 (EXTRA_SPECS): New.
26507 * config/tilegx/tilegx.md (extv): Handle big endian.
26508 (extzv): Ditto.
26509 (insn_st<n>): Ditto.
26510 (insn_st<n>_add<bitsuffix>): Ditto.
26511 (insn_stnt<n>): Ditto.
26512 (insn_stnt<n>_add<bitsuffix>):Ditto.
26513 (vec_interleave_highv8qi): Handle big endian.
26514 (vec_interleave_highv8qi_be): New.
26515 (vec_interleave_highv8qi_le): New.
26516 (insn_v1int_h): Handle big endian.
26517 (vec_interleave_lowv8qi): Handle big endian.
26518 (vec_interleave_lowv8qi_be): New.
26519 (vec_interleave_lowv8qi_le): New.
26520 (insn_v1int_l): Handle big endian.
26521 (vec_interleave_highv4hi): Handle big endian.
26522 (vec_interleave_highv4hi_be): New.
26523 (vec_interleave_highv4hi_le): New.
26524 (insn_v2int_h): Handle big endian.
26525 (vec_interleave_lowv4hi): Handle big endian.
26526 (vec_interleave_lowv4hi_be): New.
26527 (vec_interleave_lowv4hi_le): New.
26528 (insn_v2int_l): Handle big endian.
26529 (vec_interleave_highv2si): Handle big endian.
26530 (vec_interleave_highv2si_be): New.
26531 (vec_interleave_highv2si_le): New.
26532 (insn_v4int_h): Handle big endian.
26533 (vec_interleave_lowv2si): Handle big endian.
26534 (vec_interleave_lowv2si_be): New.
26535 (vec_interleave_lowv2si_le): New.
26536 (insn_v4int_l): Handle big endian.
26537 * config/tilegx/tilegx.opt (mbig-endian): New option.
26538 (mlittle-endian): New option.
26539 * doc/install.texi: Document tilegxbe-linux.
26540 * doc/invoke.texi: Document -mbig-endian and -mlittle-endian.
26541
26542 2014-02-24 Martin Jambor <mjambor@suse.cz>
26543
26544 PR ipa/60266
26545 * ipa-cp.c (propagate_constants_accross_call): Bail out early if
26546 there are no parameter descriptors.
26547
26548 2014-02-24 Andrey Belevantsev <abel@ispras.ru>
26549
26550 PR rtl-optimization/60268
26551 * sched-rgn.c (haifa_find_rgns): Move the nr_regions_initial variable
26552 initialization to ...
26553 (sched_rgn_init): ... here.
26554 (schedule_region): Check for SCHED_PRESSURE_NONE earlier.
26555
26556 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
26557
26558 * config/microblaze/microblaze.md: Correct ashrsi_reg / lshrsi_reg
26559 names.
26560
26561 2014-02-23 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
26562
26563 * config/microblaze/microblaze.h: Remove SECONDARY_MEMORY_NEEDED
26564 definition.
26565
26566 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
26567
26568 * /config/microblaze/microblaze.c: Add microblaze_asm_output_mi_thunk,
26569 define TARGET_ASM_OUTPUT_MI_THUNK and TARGET_ASM_CAN_OUTPUT_MI_THUNK.
26570
26571 2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
26572
26573 * config/microblaze/predicates.md: Add cmp_op predicate.
26574 * config/microblaze/microblaze.md: Add branch_compare instruction
26575 which uses cmp_op predicate and emits cmp insn before branch.
26576 * config/microblaze/microblaze.c (microblaze_emit_compare): Rename
26577 to microblaze_expand_conditional_branch and consolidate logic.
26578 (microblaze_expand_conditional_branch): emit branch_compare
26579 insn instead of handling cmp op separate from branch insn.
26580
26581 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26582
26583 * config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Relax assert
26584 to permit subregs.
26585
26586 2014-02-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26587
26588 * config/rs6000/altivec.md (altivec_lve<VI_char>x): Replace
26589 define_insn with define_expand and new define_insn
26590 *altivec_lve<VI_char>x_internal.
26591 (altivec_stve<VI_char>x): Replace define_insn with define_expand
26592 and new define_insn *altivec_stve<VI_char>x_internal.
26593 * config/rs6000/rs6000-protos.h (altivec_expand_stvex_be): New
26594 prototype.
26595 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Document use by
26596 lve*x built-ins.
26597 (altivec_expand_stvex_be): New function.
26598
26599 2014-02-22 Joern Rennecke <joern.rennecke@embecosm.com>
26600
26601 * config/avr/avr.c (avr_can_eliminate): Allow elimination from
26602 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM if !frame_pointer_needed.
26603 * config/avr/avr.c (ELIMINABLE_REGS): Add elimination from
26604 ARG_POINTER_REGNUM to STACK_POINTER_REGNUM.
26605
26606 2014-02-21 Vladimir Makarov <vmakarov@redhat.com>
26607
26608 PR target/60298
26609 * lra-constraints.c (inherit_reload_reg): Use lra_emit_move
26610 instead of emit_move_insn.
26611
26612 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26613
26614 * config/rs6000/altivec.md (altivec_vsumsws): Replace second
26615 vspltw with vsldoi.
26616 (reduc_uplus_v16qi): Use gen_altivec_vsumsws_direct instead of
26617 gen_altivec_vsumsws.
26618
26619 2014-02-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26620
26621 * config/rs6000/altivec.md (altivec_lvxl): Rename as
26622 *altivec_lvxl_<mode>_internal and use VM2 iterator instead of V4SI.
26623 (altivec_lvxl_<mode>): New define_expand incorporating
26624 -maltivec=be semantics where needed.
26625 (altivec_lvx): Rename as *altivec_lvx_<mode>_internal.
26626 (altivec_lvx_<mode>): New define_expand incorporating -maltivec=be
26627 semantics where needed.
26628 (altivec_stvx): Rename as *altivec_stvx_<mode>_internal.
26629 (altivec_stvx_<mode>): New define_expand incorporating
26630 -maltivec=be semantics where needed.
26631 (altivec_stvxl): Rename as *altivec_stvxl_<mode>_internal and use
26632 VM2 iterator instead of V4SI.
26633 (altivec_stvxl_<mode>): New define_expand incorporating
26634 -maltivec=be semantics where needed.
26635 * config/rs6000/rs6000-builtin.def: Add new built-in definitions
26636 LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI, LVXL_V16QI,
26637 LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI, LVX_V8HI, LVX_V16QI, STVX_V2DF,
26638 STVX_V2DI, STVX_V4SF, STVX_V4SI, STVX_V8HI, STVX_V16QI, STVXL_V2DF,
26639 STVXL_V2DI, STVXL_V4SF, STVXL_V4SI, STVXL_V8HI, STVXL_V16QI.
26640 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Replace
26641 ALTIVEC_BUILTIN_LVX with ALTIVEC_BUILTIN_LVX_<MODE> throughout;
26642 similarly for ALTIVEC_BUILTIN_LVXL, ALTIVEC_BUILTIN_STVX, and
26643 ALTIVEC_BUILTIN_STVXL.
26644 * config/rs6000/rs6000-protos.h (altivec_expand_lvx_be): New prototype.
26645 (altivec_expand_stvx_be): Likewise.
26646 * config/rs6000/rs6000.c (swap_selector_for_mode): New function.
26647 (altivec_expand_lvx_be): Likewise.
26648 (altivec_expand_stvx_be): Likewise.
26649 (altivec_expand_builtin): Add cases for
26650 ALTIVEC_BUILTIN_STVX_<MODE>, ALTIVEC_BUILTIN_STVXL_<MODE>,
26651 ALTIVEC_BUILTIN_LVXL_<MODE>, and ALTIVEC_BUILTIN_LVX_<MODE>.
26652 (altivec_init_builtins): Add definitions for
26653 __builtin_altivec_lvxl_<mode>, __builtin_altivec_lvx_<mode>,
26654 __builtin_altivec_stvx_<mode>, and __builtin_altivec_stvxl_<mode>.
26655
26656 2014-02-21 Catherine Moore <clm@codesourcery.com>
26657
26658 * doc/invoke.texi (mvirt, mno-virt): Document.
26659 * config/mips/mips.opt (mvirt): New option.
26660 * config/mips/mips.h (ASM_SPEC): Pass mvirt to the assembler.
26661
26662 2014-02-21 Richard Biener <rguenther@suse.de>
26663
26664 PR tree-optimization/60276
26665 * tree-vectorizer.h (struct _stmt_vec_info): Add min_neg_dist field.
26666 (STMT_VINFO_MIN_NEG_DIST): New macro.
26667 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Record
26668 STMT_VINFO_MIN_NEG_DIST.
26669 * tree-vect-stmts.c (vectorizable_load): Verify if assumptions
26670 made for negative dependence distances still hold.
26671
26672 2014-02-21 Richard Biener <rguenther@suse.de>
26673
26674 PR middle-end/60291
26675 * tree-ssa-live.c (mark_all_vars_used_1): Do not walk
26676 DECL_INITIAL for globals not in the current function context.
26677
26678 2014-02-21 Jakub Jelinek <jakub@redhat.com>
26679
26680 PR tree-optimization/56490
26681 * params.def (PARAM_UNINIT_CONTROL_DEP_ATTEMPTS): New param.
26682 * tree-ssa-uninit.c: Include params.h.
26683 (compute_control_dep_chain): Add num_calls argument, return false
26684 if it exceed PARAM_UNINIT_CONTROL_DEP_ATTEMPTS param, pass
26685 num_calls to recursive call.
26686 (find_predicates): Change dep_chain into normal array,
26687 cur_chain into auto_vec<edge, MAX_CHAIN_LEN + 1>, add num_calls
26688 variable and adjust compute_control_dep_chain caller.
26689 (find_def_preds): Likewise.
26690
26691 2014-02-21 Thomas Schwinge <thomas@codesourcery.com>
26692
26693 * gimple-pretty-print.c (dump_gimple_omp_for) [flags & TDF_RAW]
26694 <case GF_OMP_FOR_KIND_CILKSIMD>: Add missing break statement.
26695
26696 2014-02-21 Nick Clifton <nickc@redhat.com>
26697
26698 * config/stormy16/stormy16.md (pushdqi1): Add mode to post_inc.
26699 (pushhi1): Likewise.
26700 (popqi1): Add mode to pre_dec.
26701 (pophi1): Likewise.
26702
26703 2014-02-21 Jakub Jelinek <jakub@redhat.com>
26704
26705 * config/i386/i386.c (ix86_expand_vec_perm): Use V8SImode
26706 mode for mask of V8SFmode permutation.
26707
26708 2014-02-20 Richard Henderson <rth@redhat.com>
26709
26710 PR c++/60272
26711 * builtins.c (expand_builtin_atomic_compare_exchange): Always make
26712 a new pseudo for OLDVAL.
26713
26714 2014-02-20 Jakub Jelinek <jakub@redhat.com>
26715
26716 PR target/57896
26717 * config/i386/i386.c (expand_vec_perm_interleave2): Don't call
26718 gen_reg_rtx if d->testing_p.
26719 (expand_vec_perm_pshufb2, expand_vec_perm_broadcast_1): Return early
26720 if d->testing_p and we will certainly return true.
26721 (expand_vec_perm_even_odd_1): Likewise. Don't call gen_reg_rtx
26722 if d->testing_p.
26723
26724 2014-02-20 Uros Bizjak <ubizjak@gmail.com>
26725
26726 * emit-rtl.c (gen_reg_rtx): Assert that
26727 crtl->emit.regno_pointer_align_length is non-zero.
26728
26729 2014-02-20 Richard Henderson <rth@redhat.com>
26730
26731 PR c++/60272
26732 * builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
26733 on failure the store back into EXPECT.
26734
26735 2014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
26736 Sandra Loosemore <sandra@codesourcery.com>
26737
26738 * config/nios2/nios2.md (unspec): Add UNSPEC_PIC_GOTOFF_SYM enum.
26739 * config/nios2/nios2.c (nios2_function_profiler): Add
26740 -fPIC (flag_pic == 2) support.
26741 (nios2_handle_custom_fpu_cfg): Fix warning parameter.
26742 (nios2_large_offset_p): New function.
26743 (nios2_unspec_reloc_p): Move up position, update to use
26744 nios2_large_offset_p.
26745 (nios2_unspec_address): Remove function.
26746 (nios2_unspec_offset): New function.
26747 (nios2_large_got_address): New function.
26748 (nios2_got_address): Add large offset support.
26749 (nios2_legitimize_tls_address): Update usage of removed and new
26750 functions.
26751 (nios2_symbol_binds_local_p): New function.
26752 (nios2_load_pic_address): Add -fPIC (flag_pic == 2) support.
26753 (nios2_legitimize_address): Update to use nios2_large_offset_p.
26754 (nios2_emit_move_sequence): Avoid legitimizing (const (unspec ...)).
26755 (nios2_print_operand): Merge H/L processing, add hiadj/lo
26756 processing for (const (unspec ...)).
26757 (nios2_unspec_reloc_name): Add UNSPEC_PIC_GOTOFF_SYM case.
26758
26759 2014-02-20 Richard Biener <rguenther@suse.de>
26760
26761 * tree-cfg.c (replace_uses_by): Mark altered BBs before
26762 doing the substitution.
26763 (verify_gimple_assign_single): Also verify bare MEM_REFs on the lhs.
26764
26765 2014-02-20 Martin Jambor <mjambor@suse.cz>
26766
26767 PR ipa/55260
26768 * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Uce correct
26769 info when checking whether lattices are bottom.
26770
26771 2014-02-20 Richard Biener <rguenther@suse.de>
26772
26773 PR middle-end/60221
26774 * tree-eh.c (execute_cleanup_eh_1): Also cleanup empty EH
26775 regions at -O0.
26776
26777 2014-02-20 Jan Hubicka <hubicka@ucw.cz>
26778
26779 PR ipa/58555
26780 * ipa-inline-transform.c (clone_inlined_nodes): Add freq_scale
26781 parameter specifying the scaling.
26782 (inline_call): Update.
26783 (want_inline_recursively): Guard division by zero.
26784 (recursive_inlining): Update.
26785 * ipa-inline.h (clone_inlined_nodes): Update.
26786
26787 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
26788
26789 PR target/60204
26790 * config/i386/i386.c (classify_argument): Pass structures of size
26791 64 bytes or less in register.
26792
26793 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
26794 Kirill Yukhin <kirill.yukhin@intel.com>
26795
26796 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): Swap operands.
26797 (_mm_rcp28_round_ss): Ditto.
26798 (_mm_rsqrt28_round_sd): Ditto.
26799 (_mm_rsqrt28_round_ss): Ditto.
26800 * config/i386/avx512erintrin.h (_mm_rcp14_round_sd): Ditto.
26801 (_mm_rcp14_round_ss): Ditto.
26802 (_mm_rsqrt14_round_sd): Ditto.
26803 (_mm_rsqrt14_round_ss): Ditto.
26804 * config/i386/sse.md (rsqrt14<mode>): Put nonimmediate operand as
26805 the first input operand, get rid of match_dup.
26806 (avx512er_exp2<mode><mask_name><round_saeonly_name>): Set type
26807 attribute to sse.
26808 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
26809 Ditto.
26810 (avx512er_vmrcp28<mode><round_saeonly_name>): Put nonimmediate
26811 operand as the first input operand, set type attribute.
26812 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
26813 Set type attribute.
26814 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Put nonimmediate
26815 operand as the first input operand, set type attribute.
26816
26817 2014-02-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26818
26819 * config/rs6000/rs6000.c (vspltis_constant): Fix most significant
26820 bit of zero.
26821
26822 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
26823
26824 PR target/60207
26825 * config/i386/i386.c (construct_container): Remove TFmode check
26826 for X86_64_INTEGER_CLASS.
26827
26828 2014-02-19 Uros Bizjak <ubizjak@gmail.com>
26829
26830 PR target/59794
26831 * config/i386/i386.c (type_natural_mode): Warn for ABI changes
26832 only when -Wpsabi is enabled.
26833
26834 2014-02-19 Michael Hudson-Doyle <michael.hudson@linaro.org>
26835
26836 PR target/59799
26837 * config/aarch64/aarch64.c (aarch64_pass_by_reference): The rules for
26838 passing arrays in registers are the same as for structs, so remove the
26839 special case for them.
26840
26841 2014-02-19 Eric Botcazou <ebotcazou@adacore.com>
26842
26843 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: For a bit-field
26844 destination type, extract only the valid bits if the source type is not
26845 integral and has a different mode.
26846
26847 2014-02-19 Richard Biener <rguenther@suse.de>
26848
26849 PR ipa/60243
26850 * tree-inline.c (estimate_num_insns): Avoid calling cgraph_get_node
26851 for all calls.
26852
26853 2014-02-19 Richard Biener <rguenther@suse.de>
26854
26855 PR ipa/60243
26856 * ipa-prop.c: Include stringpool.h and tree-ssanames.h.
26857 (ipa_modify_call_arguments): Emit an argument load explicitely and
26858 preserve virtual SSA form there and for the replacement call.
26859 Do not update SSA form nor free dominance info.
26860
26861 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
26862
26863 * ipa.c (function_and_variable_visibility): Also clear WEAK
26864 flag when disolving COMDAT_GROUP.
26865
26866 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
26867
26868 * ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.
26869 * ipa-prop.c (ipa_set_jf_known_type): Return early when
26870 not devirtualizing.
26871 (ipa_set_ancestor_jf): Set type to NULL hwen it is not preserved;
26872 do more sanity checks.
26873 (detect_type_change): Return true when giving up early.
26874 (compute_complex_assign_jump_func): Fix type parameter of
26875 ipa_set_ancestor_jf.
26876 (compute_complex_ancestor_jump_func): Likewise.
26877 (update_jump_functions_after_inlining): Fix updating of
26878 ancestor function.
26879 * ipa-cp.c (ipa_get_jf_ancestor_result): Be ready for type to be NULL.
26880
26881 2014-02-18 Jan Hubicka <hubicka@ucw.cz>
26882
26883 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove
26884 inline clones when edge disappears.
26885
26886 2014-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
26887
26888 PR target/60203
26889 * config/rs6000/rs6000.md (mov<mode>_64bit, TF/TDmode moves):
26890 Split 64-bit moves into 2 patterns. Do not allow the use of
26891 direct move for TDmode in little endian, since the decimal value
26892 has little endian bytes within a word, but the 64-bit pieces are
26893 ordered in a big endian fashion, and normal subreg's of TDmode are
26894 not allowed.
26895 (mov<mode>_64bit_dm): Likewise.
26896 (movtd_64bit_nodm): Likewise.
26897
26898 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
26899
26900 PR tree-optimization/60174
26901 * tree-ssa-reassoc.c (init_range_entry): Do not look into the defining
26902 statement of an SSA_NAME that occurs in an abnormal PHI node.
26903
26904 2014-02-18 Jakub Jelinek <jakub@redhat.com>
26905
26906 PR sanitizer/60142
26907 * final.c (SEEN_BB): Remove.
26908 (SEEN_NOTE, SEEN_EMITTED): Renumber.
26909 (final_scan_insn): Don't force_source_line on second
26910 NOTE_INSN_BASIC_BLOCK.
26911
26912 2014-02-18 Uros Bizjak <ubizjak@gmail.com>
26913
26914 PR target/60205
26915 * config/i386/i386.h (struct ix86_args): Add warn_avx512f.
26916 * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f.
26917 (type_natural_mode): Warn ABI change when %zmm register is not
26918 available for AVX512F vector value passing.
26919
26920 2014-02-18 Kai Tietz <ktietz@redhat.com>
26921
26922 PR target/60193
26923 * config/i386/i386.c (ix86_expand_prologue): Use value in
26924 rax register as displacement when restoring %r10 or %rax.
26925 Fix wrong offset when restoring both registers.
26926
26927 2014-02-18 Eric Botcazou <ebotcazou@adacore.com>
26928
26929 * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous
26930 assertion with conditional return.
26931
26932 2014-02-18 Jakub Jelinek <jakub@redhat.com>
26933 Uros Bizjak <ubizjak@gmail.com>
26934
26935 PR driver/60233
26936 * config/i386/driver-i386.c (host_detect_local_cpu): If
26937 YMM state is not saved by the OS, also clear has_f16c. Move
26938 CPUID 0x80000001 handling before YMM state saving checking.
26939
26940 2014-02-18 Andrey Belevantsev <abel@ispras.ru>
26941
26942 PR rtl-optimization/58960
26943 * haifa-sched.c (alloc_global_sched_pressure_data): New,
26944 factored out from ...
26945 (sched_init): ... here.
26946 (free_global_sched_pressure_data): New, factored out from ...
26947 (sched_finish): ... here.
26948 * sched-int.h (free_global_sched_pressure_data): Declare.
26949 * sched-rgn.c (nr_regions_initial): New static global.
26950 (haifa_find_rgns): Initialize it.
26951 (schedule_region): Disable sched-pressure for the newly
26952 generated regions.
26953
26954 2014-02-17 Richard Biener <rguenther@suse.de>
26955
26956 * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and
26957 release SSA defs of pattern stmts.
26958
26959 2014-02-17 Richard Biener <rguenther@suse.de>
26960
26961 * tree-inline.c (expand_call_inline): Release the virtual
26962 operand defined by the call we are about to inline.
26963
26964 2014-02-17 Richard Biener <rguenther@suse.de>
26965
26966 * tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
26967
26968 2014-02-17 Kirill Yukhin <kirill.yukhin@intel.com>
26969 Ilya Tocar <ilya.tocar@intel.com>
26970
26971 * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap
26972 arguments order in builtin.
26973 (_mm512_permutexvar_epi64): Ditto.
26974 (_mm512_mask_permutexvar_epi64): Ditto
26975 (_mm512_maskz_permutexvar_epi32): Ditto
26976 (_mm512_permutexvar_epi32): Ditto
26977 (_mm512_mask_permutexvar_epi32): Ditto
26978
26979 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26980
26981 * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets.
26982 (p8_vmrgow): Likewise.
26983
26984 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
26985
26986 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little
26987 endian targets.
26988
26989 2014-02-15 Michael Meissner <meissner@linux.vnet.ibm.com>
26990
26991 PR target/60203
26992 * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints.
26993 (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves
26994 into 64-bit and 32-bit moves. On 64-bit moves, add support for
26995 using direct move instructions on ISA 2.07. Also adjust
26996 instruction length for 64-bit.
26997 (mov<mode>_64bit, TFmode/TDmode): Likewise.
26998 (mov<mode>_32bit, TFmode/TDmode): Likewise.
26999
27000 2014-02-15 Alan Modra <amodra@gmail.com>
27001
27002 PR target/58675
27003 PR target/57935
27004 * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use
27005 find_replacement on parts of insn rtl that might be reloaded.
27006
27007 2014-02-15 Richard Biener <rguenther@suse.de>
27008
27009 PR tree-optimization/60183
27010 * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads.
27011 (tree_ssa_phiprop): Calculate and free post-dominators.
27012
27013 2014-02-14 Jeff Law <law@redhat.com>
27014
27015 PR rtl-optimization/60131
27016 * ree.c (get_extended_src_reg): New function.
27017 (combine_reaching_defs): Use it rather than assuming location of REG.
27018 (find_and_remove_re): Verify first operand of extension is
27019 a REG before adding the insns to the copy list.
27020
27021 2014-02-14 Roland McGrath <mcgrathr@google.com>
27022
27023 * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
27024 * configure: Regenerated.
27025 * config.in: Regenerated.
27026 * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
27027 instead of ASM_SHORT.
27028
27029 2014-02-14 Vladimir Makarov <vmakarov@redhat.com>
27030 Richard Earnshaw <rearnsha@arm.com>
27031
27032 PR rtl-optimization/59535
27033 * lra-constraints.c (process_alt_operands): Encourage alternative
27034 when unassigned pseudo class is superset of the alternative class.
27035 (inherit_reload_reg): Don't inherit when optimizing for code size.
27036 * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA
27037 returning CORE_REGS for anything but Thumb1 and BASE_REGS for
27038 modes not less than 4 for Thumb1.
27039
27040 2014-02-14 Kyle McMartin <kyle@redhat.com>
27041
27042 PR pch/60010
27043 * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64.
27044
27045 2014-02-14 Richard Biener <rguenther@suse.de>
27046
27047 * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF.
27048 (get_frame_arg): Drop the assert with langhook types_compatible_p.
27049 Do not strip INDIRECT_REFs.
27050
27051 2014-02-14 Richard Biener <rguenther@suse.de>
27052
27053 PR lto/60179
27054 * lto-streamer-out.c (DFS_write_tree_body): Do not follow
27055 DECL_FUNCTION_SPECIFIC_TARGET.
27056 (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET.
27057 * tree-streamer-out.c (pack_ts_target_option): Remove.
27058 (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION.
27059 (write_ts_function_decl_tree_pointers): Do not stream
27060 DECL_FUNCTION_SPECIFIC_TARGET.
27061 * tree-streamer-in.c (unpack_ts_target_option): Remove.
27062 (unpack_value_fields): Do not stream TS_TARGET_OPTION.
27063 (lto_input_ts_function_decl_tree_pointers): Do not stream
27064 DECL_FUNCTION_SPECIFIC_TARGET.
27065
27066 2014-02-14 Jakub Jelinek <jakub@redhat.com>
27067
27068 * tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.
27069 (get_initial_def_for_induction, vectorizable_induction): Ignore
27070 debug stmts when looking for exit_phi.
27071 (vectorizable_live_operation): Fix up condition.
27072
27073 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
27074
27075 * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use
27076 nreverse() because it changes the content of original tree list.
27077
27078 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
27079
27080 * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment.
27081 * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise.
27082
27083 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>
27084
27085 * config/nds32/nds32.c (nds32_naked_function_p): Follow the
27086 GNU coding standards.
27087
27088 2014-02-13 Jakub Jelinek <jakub@redhat.com>
27089
27090 PR debug/60152
27091 * dwarf2out.c (gen_subprogram_die): Don't call
27092 add_calling_convention_attribute if subr_die is old_die.
27093
27094 2014-02-13 Sharad Singhai <singhai@google.com>
27095
27096 * doc/optinfo.texi: Fix order of nodes.
27097
27098 2014-02-13 Uros Bizjak <ubizjak@gmail.com>
27099
27100 * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 in
27101 operands[2], not operands[3].
27102
27103 2014-02-13 Richard Biener <rguenther@suse.de>
27104
27105 PR bootstrap/59878
27106 * doc/install.texi (ISL): Update recommended version to 0.12.2,
27107 mention the possibility of an in-tree build.
27108 (CLooG): Update recommended version to 0.18.1, mention the
27109 possibility of an in-tree build and clarify that the ISL
27110 bundled with CLooG does not work.
27111
27112 2014-02-13 Jakub Jelinek <jakub@redhat.com>
27113
27114 PR target/43546
27115 * expr.c (compress_float_constant): If x is a hard register,
27116 extend into a pseudo and then move to x.
27117
27118 2014-02-13 Dominik Vogt <vogt@linux.vnet.ibm.com>
27119
27120 * config/s390/s390.c (s390_asm_output_function_label): Fix crash
27121 caused by bad second argument to warning_at() with -mhotpatch and
27122 nested functions (e.g. with gfortran).
27123
27124 2014-02-13 Richard Sandiford <rdsandiford@googlemail.com>
27125
27126 * opts.c (option_name): Remove "enabled by default" rider.
27127
27128 2014-02-12 John David Anglin <danglin@gcc.gnu.org>
27129
27130 * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.
27131
27132 2014-02-12 H.J. Lu <hongjiu.lu@intel.com>
27133 Uros Bizjak <ubizjak@gmail.com>
27134
27135 PR target/60151
27136 * configure.ac (HAVE_AS_GOTOFF_IN_DATA): Pass --32 to GNU assembler.
27137 * configure: Regenerated.
27138
27139 2014-02-12 Richard Biener <rguenther@suse.de>
27140
27141 * vec.c (vec_prefix::calculate_allocation): Move as
27142 inline variant to vec.h.
27143 (vec_prefix::calculate_allocation_1): New out-of-line version.
27144 * vec.h (vec_prefix::calculate_allocation_1): Declare.
27145 (vec_prefix::m_has_auto_buf): Rename to ...
27146 (vec_prefix::m_using_auto_storage): ... this.
27147 (vec_prefix::calculate_allocation): Inline the easy cases
27148 and dispatch to calculate_allocation_1 which doesn't need the
27149 prefix address.
27150 (va_heap::reserve): Use gcc_checking_assert.
27151 (vec<T, A, vl_embed>::embedded_init): Add argument to initialize
27152 m_using_auto_storage.
27153 (auto_vec): Change m_vecpfx member to a vec<T, va_heap, vl_embed>
27154 member and adjust.
27155 (vec<T, va_heap, vl_ptr>::reserve): Remove redundant check.
27156 (vec<T, va_heap, vl_ptr>::release): Avoid casting.
27157 (vec<T, va_heap, vl_ptr>::using_auto_storage): Simplify.
27158
27159 2014-02-12 Richard Biener <rguenther@suse.de>
27160
27161 * gcse.c (compute_transp): break from loop over canon_modify_mem_list
27162 when we found a dependence.
27163
27164 2014-02-12 Thomas Schwinge <thomas@codesourcery.com>
27165
27166 * gimplify.c (gimplify_call_expr, gimplify_modify_expr): Move
27167 common code...
27168 (maybe_fold_stmt): ... into this new function.
27169 * omp-low.c (lower_omp): Update comment.
27170
27171 * omp-low.c (lower_omp_target): Add clobber for sizes array, after
27172 last use.
27173
27174 * omp-low.c (diagnose_sb_0): Make sure label_ctx is valid to
27175 dereference.
27176
27177 2014-02-12 James Greenhalgh <james.greenhalgh@arm.com>
27178
27179 * config/arm/aarch-cost-tables.h (generic_extra_costs): Fix
27180 identifiers in comments.
27181 (cortexa53_extra_costs): Likewise.
27182 * config/arm/arm.c (cortexa9_extra_costs): Fix identifiers in comments.
27183 (cortexa7_extra_costs): Likewise.
27184 (cortexa12_extra_costs): Likewise.
27185 (cortexa15_extra_costs): Likewise.
27186 (v7m_extra_costs): Likewise.
27187
27188 2014-02-12 Richard Biener <rguenther@suse.de>
27189
27190 PR middle-end/60092
27191 * gimple-low.c (lower_builtin_posix_memalign): Lower conditional
27192 of posix_memalign being successful.
27193 (lower_stmt): Restrict lowering of posix_memalign to when
27194 -ftree-bit-ccp is enabled.
27195
27196 2014-02-12 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
27197
27198 * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Pass vNULL for
27199 arg_loc.
27200 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
27201
27202 2014-02-12 Eric Botcazou <ebotcazou@adacore.com>
27203
27204 PR rtl-optimization/60116
27205 * combine.c (try_combine): Also remove dangling REG_DEAD notes on the
27206 other_insn once the combination has been validated.
27207
27208 2014-02-11 Jan Hubicka <hubicka@ucw.cz>
27209
27210 PR lto/59468
27211 * ipa-utils.h (possible_polymorphic_call_targets): Update prototype
27212 and wrapper.
27213 * ipa-devirt.c: Include demangle.h
27214 (odr_violation_reported): New static variable.
27215 (add_type_duplicate): Update odr_violations.
27216 (maybe_record_node): Add completep parameter; update it.
27217 (record_target_from_binfo): Add COMPLETEP parameter;
27218 update it as needed.
27219 (possible_polymorphic_call_targets_1): Likewise.
27220 (struct polymorphic_call_target_d): Add nonconstruction_targets;
27221 rename FINAL to COMPLETE.
27222 (record_targets_from_bases): Sanity check we found the binfo;
27223 fix COMPLETEP updating.
27224 (possible_polymorphic_call_targets): Add NONCONSTRUTION_TARGETSP
27225 parameter, fix computing of COMPLETEP.
27226 (dump_possible_polymorphic_call_targets): Imrove readability of dump;
27227 at LTO time do demangling.
27228 (ipa_devirt): Use nonconstruction_targets; Improve dumps.
27229 * gimple-fold.c (gimple_get_virt_method_for_vtable): Add can_refer
27230 parameter.
27231 (gimple_get_virt_method_for_binfo): Likewise.
27232 * gimple-fold.h (gimple_get_virt_method_for_binfo,
27233 gimple_get_virt_method_for_vtable): Update prototypes.
27234
27235 2014-02-11 Vladimir Makarov <vmakarov@redhat.com>
27236
27237 PR target/49008
27238 * genautomata.c (add_presence_absence): Fix typo with
27239 {final_}presence_list.
27240
27241 2014-02-11 Michael Meissner <meissner@linux.vnet.ibm.com>
27242
27243 PR target/60137
27244 * config/rs6000/rs6000.md (128-bit GPR splitter): Add a splitter
27245 for VSX/Altivec vectors that land in GPR registers.
27246
27247 2014-02-11 Richard Henderson <rth@redhat.com>
27248 Jakub Jelinek <jakub@redhat.com>
27249
27250 PR debug/59776
27251 * tree-sra.c (load_assign_lhs_subreplacements): Add VIEW_CONVERT_EXPR
27252 around drhs if type conversion to lacc->type is not useless.
27253
27254 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27255
27256 * config/aarch64/aarch64-cores.def (cortex-a57): Use cortexa57
27257 tuning struct.
27258 (cortex-a57.cortex-a53): Likewise.
27259 * config/aarch64/aarch64.c (cortexa57_tunings): New tuning struct.
27260
27261 2014-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27262
27263 * config/arm/thumb2.md (*thumb2_movhi_insn): Add alternatives for
27264 arm_restrict_it.
27265
27266 2014-02-11 Renlin Li <Renlin.Li@arm.com>
27267
27268 * doc/sourcebuild.texi: Document check_effective_target_arm_vfp3_ok and
27269 add_options_for_arm_vfp3.
27270
27271 2014-02-11 Jeff Law <law@redhat.com>
27272
27273 PR middle-end/54041
27274 * expr.c (expand_expr_addr_expr_1): Handle expand_expr returning an
27275 object with an undesirable mode.
27276
27277 2014-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27278
27279 PR libgomp/60107
27280 * config/i386/sol2-9.h: New file.
27281 * config.gcc (i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]*,
27282 *-*-solaris2.9*): Use it.
27283
27284 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
27285
27286 * config/microblaze/microblaze.md: Add movsi4_rev insn pattern.
27287 * config/microblaze/predicates.md: Add reg_or_mem_operand predicate.
27288
27289 2014-02-10 Nagaraju Mekala <nagaraju.mekala@xilinx.com>
27290
27291 * config/microblaze/microblaze.c: Extend mcpu version format
27292
27293 2014-02-10 David Holsgrove <david.holsgrove@xilinx.com>
27294
27295 * config/microblaze/microblaze.h: Define SIZE_TYPE and PTRDIFF_TYPE.
27296
27297 2014-02-10 Richard Henderson <rth@redhat.com>
27298
27299 PR target/59927
27300 * calls.c (expand_call): Don't double-push for reg_parm_stack_space.
27301 * config/i386/i386.c (init_cumulative_args): Remove sorry for 64-bit
27302 ms-abi vs -mno-accumulate-outgoing-args.
27303 (ix86_expand_prologue): Unconditionally call ix86_eax_live_at_start_p.
27304 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Fix comment with
27305 respect to ms-abi.
27306
27307 2014-02-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
27308
27309 PR middle-end/60080
27310 * cfgexpand.c (expand_asm_operands): Attach source location to
27311 ASM_INPUT rtx objects.
27312 * print-rtl.c (print_rtx): Check for UNKNOWN_LOCATION.
27313
27314 2014-02-10 Nick Clifton <nickc@redhat.com>
27315
27316 * config/mn10300/mn10300.c (popcount): New function.
27317 (mn10300_expand_prologue): Include saved registers in stack usage
27318 count.
27319
27320 2014-02-10 Jeff Law <law@redhat.com>
27321
27322 PR middle-end/52306
27323 * reload1.c (emit_input_reload_insns): Do not create invalid RTL
27324 when changing the SET_DEST of a prior insn to avoid an input reload.
27325
27326 2014-02-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27327
27328 * config/rs6000/sysv4.h (ENDIAN_SELECT): Do not attempt to enforce
27329 big-endian mode for -mcall-aixdesc, -mcall-freebsd, -mcall-netbsd,
27330 -mcall-openbsd, or -mcall-linux.
27331 (CC1_ENDIAN_BIG_SPEC): Remove.
27332 (CC1_ENDIAN_LITTLE_SPEC): Remove.
27333 (CC1_ENDIAN_DEFAULT_SPEC): Remove.
27334 (CC1_SPEC): Remove (always empty) %cc1_endian_... spec.
27335 (SUBTARGET_EXTRA_SPECS): Remove %cc1_endian_big, %cc1_endian_little,
27336 and %cc1_endian_default.
27337 * config/rs6000/sysv4le.h (CC1_ENDIAN_DEFAULT_SPEC): Remove.
27338
27339 2014-02-10 Richard Biener <rguenther@suse.de>
27340
27341 PR tree-optimization/60115
27342 * tree-eh.c (tree_could_trap_p): Unify TARGET_MEM_REF and
27343 MEM_REF handling. Properly verify that the accesses are not
27344 out of the objects bound.
27345
27346 2014-02-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27347
27348 * config/aarch64/aarch64.c (aarch64_override_options): Fix typo from
27349 coretex to cortex.
27350
27351 2014-02-10 Eric Botcazou <ebotcazou@adacore.com>
27352
27353 * ipa-devirt.c (get_polymorphic_call_info_from_invariant): Return
27354 proper constants and fix formatting.
27355 (possible_polymorphic_call_targets): Fix formatting.
27356
27357 2014-02-10 Kirill Yukhin <kirill.yukhin@intel.com>
27358 Ilya Tocar <ilya.tocar@intel.com>
27359
27360 * config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
27361 (_mm512_loadu_epi32): Renamed into...
27362 (_mm512_loadu_si512): This.
27363 (_mm512_storeu_epi32): Renamed into...
27364 (_mm512_storeu_si512): This.
27365 (_mm512_maskz_ceil_ps): Removed.
27366 (_mm512_maskz_ceil_pd): Ditto.
27367 (_mm512_maskz_floor_ps): Ditto.
27368 (_mm512_maskz_floor_pd): Ditto.
27369 (_mm512_floor_round_ps): Ditto.
27370 (_mm512_floor_round_pd): Ditto.
27371 (_mm512_ceil_round_ps): Ditto.
27372 (_mm512_ceil_round_pd): Ditto.
27373 (_mm512_mask_floor_round_ps): Ditto.
27374 (_mm512_mask_floor_round_pd): Ditto.
27375 (_mm512_mask_ceil_round_ps): Ditto.
27376 (_mm512_mask_ceil_round_pd): Ditto.
27377 (_mm512_maskz_floor_round_ps): Ditto.
27378 (_mm512_maskz_floor_round_pd): Ditto.
27379 (_mm512_maskz_ceil_round_ps): Ditto.
27380 (_mm512_maskz_ceil_round_pd): Ditto.
27381 (_mm512_expand_pd): Ditto.
27382 (_mm512_expand_ps): Ditto.
27383 * config/i386/i386.c (ix86_builtins): Remove
27384 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
27385 (bdesc_args): Ditto.
27386 * config/i386/predicates.md (const1256_operand): New.
27387 (const_1_to_2_operand): Ditto.
27388 * config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
27389 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
27390 (*avx512pf_gatherpf<mode>sf): Ditto.
27391 (avx512pf_gatherpf<mode>df): Ditto.
27392 (*avx512pf_gatherpf<mode>df_mask): Ditto.
27393 (*avx512pf_gatherpf<mode>df): Ditto.
27394 (avx512pf_scatterpf<mode>sf): Ditto.
27395 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
27396 (*avx512pf_scatterpf<mode>sf): Ditto.
27397 (avx512pf_scatterpf<mode>df): Ditto.
27398 (*avx512pf_scatterpf<mode>df_mask): Ditto.
27399 (*avx512pf_scatterpf<mode>df): Ditto.
27400 (avx512f_expand<mode>): Removed.
27401 (<shift_insn><mode>3<mask_name>): Change predicate type.
27402
27403 2014-02-08 Jakub Jelinek <jakub@redhat.com>
27404
27405 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers
27406 not at the end of datarefs vector use ordered_remove to avoid
27407 reordering datarefs vector.
27408
27409 PR c/59984
27410 * gimplify.c (gimplify_bind_expr): In ORT_SIMD region
27411 mark local addressable non-static vars as GOVD_PRIVATE
27412 instead of GOVD_LOCAL.
27413 * omp-low.c (lower_omp_for): Move gimple_bind_vars
27414 and BLOCK_VARS of gimple_bind_block to new_stmt rather
27415 than copying them.
27416
27417 PR middle-end/60092
27418 * tree-ssa-ccp.c (surely_varying_stmt_p): Don't return true
27419 if TYPE_ATTRIBUTES (gimple_call_fntype ()) contain
27420 assume_aligned or alloc_align attributes.
27421 (bit_value_assume_aligned): Add ATTR, PTRVAL and ALLOC_ALIGN
27422 arguments. Handle also assume_aligned and alloc_align attributes.
27423 (evaluate_stmt): Adjust bit_value_assume_aligned caller. Handle
27424 calls to functions with assume_aligned or alloc_align attributes.
27425 * doc/extend.texi: Document assume_aligned and alloc_align attributes.
27426
27427 2014-02-08 Terry Guo <terry.guo@arm.com>
27428
27429 * doc/invoke.texi: Document ARM -march=armv7e-m.
27430
27431 2014-02-08 Jakub Jelinek <jakub@redhat.com>
27432
27433 * cilk-common.c (cilk_init_builtins): Clear TREE_NOTHROW
27434 flag on __cilkrts_rethrow builtin.
27435
27436 PR ipa/60026
27437 * ipa-cp.c (determine_versionability): Fail at -O0
27438 or __attribute__((optimize (0))) or -fno-ipa-cp functions.
27439 * tree-sra.c (ipa_sra_preliminary_function_checks): Similarly.
27440
27441 Revert:
27442 2014-02-04 Jakub Jelinek <jakub@redhat.com>
27443
27444 PR ipa/60026
27445 * tree-inline.c (copy_forbidden): Fail for
27446 __attribute__((optimize (0))) functions.
27447
27448 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
27449
27450 * varpool.c: Include pointer-set.h.
27451 (varpool_remove_unreferenced_decls): Variables in other partitions
27452 will not be output; be however careful to not lose information
27453 about partitioning.
27454
27455 2014-02-07 Jan Hubicka <hubicka@ucw.cz>
27456
27457 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1)
27458 lookup in the vtable constructor.
27459
27460 2014-02-07 Jeff Law <law@redhat.com>
27461
27462 PR target/40977
27463 * config/m68k/m68k.md (ashldi_extsi): Turn into a
27464 define_insn_and_split.
27465
27466 * ipa-inline.c (inline_small_functions): Fix typos.
27467
27468 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
27469
27470 * config/s390/s390-protos.h (s390_can_use_simple_return_insn)
27471 (s390_can_use_return_insn): Declare.
27472 * config/s390/s390.h (EPILOGUE_USES): Define.
27473 * config/s390/s390.c (s390_mainpool_start): Allow two main_pool
27474 instructions.
27475 (s390_chunkify_start): Handle return JUMP_LABELs.
27476 (s390_early_mach): Emit a main_pool instruction on the entry edge.
27477 (s300_set_up_by_prologue, s390_can_use_simple_return_insn)
27478 (s390_can_use_return_insn): New functions.
27479 (s390_fix_long_loop_prediction): Handle conditional returns.
27480 (TARGET_SET_UP_BY_PROLOGUE): Define.
27481 * config/s390/s390.md (ANY_RETURN): New code iterator.
27482 (*creturn, *csimple_return, return, simple_return): New patterns.
27483
27484 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
27485
27486 * config/s390/s390.c (s390_restore_gprs_from_fprs): Add REG_CFA_RESTORE
27487 notes to each restore. Also add REG_CFA_DEF_CFA when restoring %r15.
27488 (s390_optimize_prologue): Don't clear RTX_FRAME_RELATED_P. Update the
27489 REG_CFA_RESTORE list when deciding not to restore a register.
27490
27491 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
27492
27493 * config/s390/s390.c: Include tree-pass.h and context.h.
27494 (s390_early_mach): New function, split out from...
27495 (s390_emit_prologue): ...here.
27496 (pass_data_s390_early_mach): New pass structure.
27497 (pass_s390_early_mach): New class.
27498 (s390_option_override): Create and register early_mach pass.
27499 Move to end of file.
27500
27501 2014-02-07 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
27502
27503 * var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts
27504 to match for the exit block.
27505
27506 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27507
27508 * config/s390/s390.md ("atomic_load<mode>", "atomic_store<mode>")
27509 ("atomic_compare_and_swap<mode>", "atomic_fetch_<atomic><mode>"):
27510 Reject misaligned operands.
27511
27512 2014-02-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27513
27514 * optabs.c (expand_atomic_compare_and_swap): Allow expander to fail.
27515
27516 2014-02-07 Richard Biener <rguenther@suse.de>
27517
27518 PR middle-end/60092
27519 * gimple-low.c (lower_builtin_posix_memalign): New function.
27520 (lower_stmt): Call it to lower posix_memalign in a way
27521 to make alignment info accessible.
27522
27523 2014-02-07 Jakub Jelinek <jakub@redhat.com>
27524
27525 PR c++/60082
27526 * tree.c (build_common_builtin_nodes): Set ECF_LEAF for
27527 __builtin_setjmp_receiver.
27528
27529 2014-02-07 Richard Biener <rguenther@suse.de>
27530
27531 PR middle-end/60092
27532 * builtin-types.def (BT_FN_INT_PTRPTR_SIZE_SIZE): Add.
27533 * builtins.def (BUILT_IN_POSIX_MEMALIGN): Likewise.
27534 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
27535 Handle BUILT_IN_POSIX_MEMALIGN.
27536 (find_func_clobbers): Likewise.
27537 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Likewise.
27538 (call_may_clobber_ref_p_1): Likewise.
27539
27540 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
27541
27542 PR ipa/59918
27543 * ipa-devirt.c (record_target_from_binfo): Remove overactive
27544 sanity check.
27545
27546 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
27547
27548 PR ipa/59469
27549 * lto-cgraph.c (lto_output_node): Use
27550 symtab_get_symbol_partitioning_class.
27551 (lto_output_varpool_node): likewise.
27552 (symtab_get_symbol_partitioning_class): Move here from
27553 lto/lto-partition.c
27554 * cgraph.h (symbol_partitioning_class): Likewise.
27555 (symtab_get_symbol_partitioning_class): Declare.
27556
27557 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
27558
27559 * ggc.h (ggc_internal_cleared_alloc): New macro.
27560 * vec.h (vec_safe_copy): Handle memory stats.
27561 * omp-low.c (simd_clone_struct_alloc): Use ggc_internal_cleared_alloc.
27562 * target-globals.c (save_target_globals): Likewise.
27563
27564 2014-02-06 Jan Hubicka <hubicka@ucw.cz>
27565
27566 PR target/60077
27567 * expr.c (emit_move_resolve_push): Export; be bit more selective
27568 on when to clear alias set.
27569 * expr.h (emit_move_resolve_push): Declare.
27570 * function.h (struct function): Add tail_call_marked.
27571 * tree-tailcall.c (optimize_tail_call): Set tail_call_marked.
27572 * config/i386/i386-protos.h (ix86_expand_push): Remove.
27573 * config/i386/i386.md (TImode move expander): De not call
27574 ix86_expand_push.
27575 (FP push expanders): Preserve memory attributes.
27576 * config/i386/sse.md (push<mode>1): Remove.
27577 * config/i386/i386.c (ix86_expand_vector_move): Handle push operation.
27578 (ix86_expand_push): Remove.
27579 * config/i386/mmx.md (push<mode>1): Remove.
27580
27581 2014-02-06 Jakub Jelinek <jakub@redhat.com>
27582
27583 PR rtl-optimization/60030
27584 * internal-fn.c (ubsan_expand_si_overflow_mul_check): Surround
27585 lopart with paradoxical subreg before shifting it up by hprec.
27586
27587 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27588
27589 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): New table.
27590 Remove extra newline at end of file.
27591 * config/arm/arm.c (arm_cortex_a57_tune): New tuning struct.
27592 (arm_issue_rate): Handle cortexa57.
27593 * config/arm/arm-cores.def (cortex-a57): Use cortex_a57 tuning.
27594 (cortex-a57.cortex-a53): Likewise.
27595
27596 2014-02-06 Jakub Jelinek <jakub@redhat.com>
27597
27598 PR target/59575
27599 * config/arm/arm.c (emit_multi_reg_push): Add dwarf_regs_mask argument,
27600 don't record in REG_FRAME_RELATED_EXPR registers not set in that
27601 bitmask.
27602 (arm_expand_prologue): Adjust all callers.
27603 (arm_unwind_emit_sequence): Allow saved, but not important for unwind
27604 info, registers also at the lowest numbered registers side. Use
27605 gcc_assert instead of abort, and SET_SRC/SET_DEST macros instead of
27606 XEXP.
27607
27608 PR debug/59992
27609 * var-tracking.c (adjust_mems): Before adding a SET to
27610 amd->side_effects, adjust it's SET_SRC using simplify_replace_fn_rtx.
27611
27612 2014-02-06 Alan Modra <amodra@gmail.com>
27613
27614 PR target/60032
27615 * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_mode): Only
27616 change SDmode to DDmode when lra_in_progress.
27617
27618 2014-02-06 Jakub Jelinek <jakub@redhat.com>
27619
27620 PR middle-end/59150
27621 * tree-vect-data-refs.c (vect_analyze_data_refs): For clobbers, call
27622 free_data_ref on the dr first, and before goto again also set dr
27623 to the next dr. For simd_lane_access, free old datarefs[i] before
27624 overwriting it. For get_vectype_for_scalar_type failure, don't
27625 free_data_ref if simd_lane_access.
27626
27627 * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER).
27628
27629 PR target/60062
27630 * tree.h (opts_for_fn): New inline function.
27631 (opt_for_fn): Define.
27632 * config/i386/i386.c (ix86_function_regparm): Use
27633 opt_for_fn (decl, optimize) instead of optimize.
27634
27635 2014-02-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
27636
27637 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix logic
27638 for SYMBOL_REF in large memory model.
27639
27640 2014-02-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27641
27642 * config/aarch64/aarch64-cores.def (cortex-a53): Specify CRC32
27643 and crypto support.
27644 (cortex-a57): Likewise.
27645 (cortex-a57.cortex-a53): Likewise.
27646
27647 2014-02-06 Yury Gribov <y.gribov@samsung.com>
27648 Kugan Vivekanandarajah <kuganv@linaro.org>
27649
27650 * config/arm/arm.c (arm_vector_alignment_reachable): Check
27651 unaligned_access.
27652 * config/arm/arm.c (arm_builtin_support_vector_misalignment): Likewise.
27653
27654 2014-02-06 Richard Biener <rguenther@suse.de>
27655
27656 * tree-cfg.c (gimple_duplicate_sese_region): Fix ordering of
27657 set_loop_copy and initialize_original_copy_tables.
27658
27659 2014-02-06 Alex Velenko <Alex.Velenko@arm.com>
27660
27661 * config/aarch64/aarch64-simd.md
27662 (aarch64_ashr_simddi): Change QI to SI.
27663
27664 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
27665 Jakub Jelinek <jakub@redhat.com>
27666
27667 PR middle-end/60013
27668 * ipa-inline-analysis.c (compute_bb_predicates): Ensure monotonicity
27669 of the dataflow.
27670
27671 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27672
27673 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Change
27674 CODE_FOR_altivec_vpku[hw]um to
27675 CODE_FOR_altivec_vpku[hw]um_direct.
27676 * config/rs6000/altivec.md (vec_unpacks_hi_<VP_small_lc>): Change
27677 UNSPEC_VUNPACK_HI_SIGN to UNSPEC_VUNPACK_HI_SIGN_DIRECT.
27678 (vec_unpacks_lo_<VP_small_lc>): Change UNSPEC_VUNPACK_LO_SIGN to
27679 UNSPEC_VUNPACK_LO_SIGN_DIRECT.
27680
27681 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27682
27683 * config/rs6000/altivec.md (altivec_vsum2sws): Adjust code
27684 generation for -maltivec=be.
27685 (altivec_vsumsws): Simplify redundant test.
27686
27687 2014-02-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27688
27689 * altivec.md (UNSPEC_VPACK_UNS_UNS_MOD_DIRECT): New unspec.
27690 (UNSPEC_VUNPACK_HI_SIGN_DIRECT): Likewise.
27691 (UNSPEC_VUNPACK_LO_SIGN_DIRECT): Likewise.
27692 (mulv8hi3): Use gen_altivec_vpkuwum_direct instead of
27693 gen_altivec_vpkuwum.
27694 (altivec_vpkpx): Test for VECTOR_ELT_ORDER_BIG instead of for
27695 BYTES_BIG_ENDIAN.
27696 (altivec_vpks<VI_char>ss): Likewise.
27697 (altivec_vpks<VI_char>us): Likewise.
27698 (altivec_vpku<VI_char>us): Likewise.
27699 (altivec_vpku<VI_char>um): Likewise.
27700 (altivec_vpku<VI_char>um_direct): New (copy of
27701 altivec_vpku<VI_char>um that still relies on BYTES_BIG_ENDIAN, for
27702 internal use).
27703 (altivec_vupkhs<VU_char>): Emit vupkls* instead of vupkhs* when
27704 target is little endian and -maltivec=be is not specified.
27705 (*altivec_vupkhs<VU_char>_direct): New (copy of
27706 altivec_vupkhs<VU_char> that always emits vupkhs*, for internal use).
27707 (altivec_vupkls<VU_char>): Emit vupkhs* instead of vupkls* when
27708 target is little endian and -maltivec=be is not specified.
27709 (*altivec_vupkls<VU_char>_direct): New (copy of
27710 altivec_vupkls<VU_char> that always emits vupkls*, for internal use).
27711 (altivec_vupkhpx): Emit vupklpx instead of vupkhpx when target is
27712 little endian and -maltivec=be is not specified.
27713 (altivec_vupklpx): Emit vupkhpx instead of vupklpx when target is
27714 little endian and -maltivec=be is not specified.
27715
27716 2014-02-05 Richard Henderson <rth@redhat.com>
27717
27718 PR debug/52727
27719 * combine-stack-adj.c: Revert r206943.
27720 * sched-int.h (struct deps_desc): Add last_args_size.
27721 * sched-deps.c (init_deps): Initialize it.
27722 (sched_analyze_insn): Add OUTPUT dependencies between insns that
27723 contain REG_ARGS_SIZE notes.
27724
27725 2014-02-05 Jan Hubicka <hubicka@ucw.cz>
27726
27727 * lto-cgraph.c (asm_nodes_output): Make global.
27728 * lto-wrapper.c (run_gcc): Pass down paralelizm to WPA.
27729 * gcc.c (AS_NEEDS_DASH_FOR_PIPED_INPUT): Allow WPA parameter
27730 (driver_handle_option): Handle OPT_fwpa.
27731
27732 2014-02-05 Jakub Jelinek <jakub@redhat.com>
27733
27734 PR ipa/59947
27735 * ipa-devirt.c (possible_polymorphic_call_targets): Fix
27736 a comment typo and formatting issue. If odr_hash hasn't been
27737 created, return vNULL and set *completep to false.
27738
27739 PR middle-end/57499
27740 * tree-eh.c (cleanup_empty_eh): Bail out on totally empty
27741 bb with no successors.
27742
27743 2014-02-05 James Greenhalgh <james.greenhalgh@arm.com>
27744
27745 PR target/59718
27746 * doc/invoke.texi (-march): Clarify documentation for ARM.
27747 (-mtune): Likewise.
27748 (-mcpu): Likewise.
27749
27750 2014-02-05 Richard Biener <rguenther@suse.de>
27751
27752 * tree-vect-loop.c (vect_analyze_loop_2): Be more informative
27753 when not vectorizing because of too many alias checks.
27754 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
27755 Add more verboseness, avoid duplicate MSG_MISSED_OPTIMIZATION.
27756
27757 2014-02-05 Nick Clifton <nickc@redhat.com>
27758
27759 * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Do not
27760 accept extended registers in any mode when compiling for the MN10300.
27761
27762 2014-02-05 Yury Gribov <y.gribov@samsung.com>
27763
27764 * cif-code.def (ATTRIBUTE_MISMATCH): New CIF code.
27765 * ipa-inline.c (report_inline_failed_reason): Handle mismatched
27766 sanitization attributes.
27767 (can_inline_edge_p): Likewise.
27768 (sanitize_attrs_match_for_inline_p): New function.
27769
27770 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
27771
27772 * ipa-prop.c (detect_type_change): Shor circuit testing of
27773 type changes on THIS pointer.
27774
27775 2014-02-04 John David Anglin <danglin@gcc.gnu.org>
27776
27777 PR target/59777
27778 * config/pa/pa.c (legitimize_tls_address): Return original address
27779 if not passed a SYMBOL_REF rtx.
27780 (hppa_legitimize_address): Call legitimize_tls_address for all TLS
27781 addresses.
27782 (pa_emit_move_sequence): Simplify TLS source operands.
27783 (pa_legitimate_constant_p): Reject all TLS constants.
27784 * config/pa/pa.h (PA_SYMBOL_REF_TLS_P): Correct comment.
27785 (CONSTANT_ADDRESS_P): Reject TLS CONST addresses.
27786
27787 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
27788
27789 * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY
27790 groups when we know they are controlled by LTO.
27791 * varasm.c (default_binds_local_p_1): If object is in other partition,
27792 it will be resolved locally.
27793
27794 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
27795
27796 * config/host-linux.c (linux_gt_pch_use_address): Don't
27797 use SSIZE_MAX because it is not always defined.
27798
27799 2014-02-04 Vladimir Makarov <vmakarov@redhat.com>
27800
27801 PR bootstrap/59913
27802 * lra-constraints.c (need_for_split_p): Use more 3 reloads as
27803 threshold for pseudo splitting.
27804 (update_ebb_live_info): Process call argument hard registers and
27805 hard registers from insn definition too.
27806 (max_small_class_regs_num): New constant.
27807 (inherit_in_ebb): Update live hard regs through EBBs. Update
27808 reloads_num only for small register classes. Don't split for
27809 outputs of jumps.
27810
27811 2014-02-04 Markus Trippelsdorf <markus@trippelsdorf.de>
27812
27813 PR ipa/60058
27814 * ipa-cp.c (ipa_get_indirect_edge_target_1): Check that target
27815 is non-null.
27816
27817 2014-02-04 Jan Hubicka <hubicka@ucw.cz>
27818
27819 * gimple-fold.c (can_refer_decl_in_current_unit_p): Default
27820 visibility is safe.
27821
27822 2014-02-04 Marek Polacek <polacek@redhat.com>
27823
27824 * gdbinit.in (pel): Define.
27825
27826 2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
27827
27828 * doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
27829 behavior.
27830
27831 2014-02-04 Richard Biener <rguenther@suse.de>
27832
27833 PR lto/59723
27834 * lto-streamer-out.c (tree_is_indexable): Force NAMELIST_DECLs
27835 in function context local.
27836 (lto_output_tree_ref): Do not write trees from lto_output_tree_ref.
27837 * lto-streamer-in.c (lto_input_tree_ref): Handle LTO_namelist_decl_ref
27838 similar to LTO_imported_decl_ref.
27839
27840 2014-02-04 Jakub Jelinek <jakub@redhat.com>
27841
27842 PR tree-optimization/60002
27843 * cgraphclones.c (build_function_decl_skip_args): Clear
27844 DECL_LANG_SPECIFIC.
27845
27846 PR tree-optimization/60023
27847 * tree-if-conv.c (predicate_mem_writes): Pass true instead of
27848 false to gsi_replace.
27849 * tree-vect-stmts.c (vect_finish_stmt_generation): If stmt
27850 has been in some EH region and vec_stmt could throw, add
27851 vec_stmt into the same EH region.
27852 * tree-data-ref.c (get_references_in_stmt): If IFN_MASK_LOAD
27853 has no lhs, ignore it.
27854 * internal-fn.c (expand_MASK_LOAD): Likewise.
27855
27856 PR ipa/60026
27857 * tree-inline.c (copy_forbidden): Fail for
27858 __attribute__((optimize (0))) functions.
27859
27860 PR other/58712
27861 * omp-low.c (simd_clone_struct_copy): If from->inbranch
27862 is set, copy one less argument.
27863 (expand_simd_clones): Don't subtract clone_info->inbranch
27864 from simd_clone_struct_alloc argument.
27865
27866 PR rtl-optimization/57915
27867 * recog.c (simplify_while_replacing): If all unary/binary/relational
27868 operation arguments are constant, attempt to simplify those.
27869
27870 PR middle-end/59261
27871 * expmed.c (expand_mult): For MODE_VECTOR_INT multiplication
27872 if there is no vashl<mode>3 or ashl<mode>3 insn, skip_synth.
27873
27874 2014-02-04 Richard Biener <rguenther@suse.de>
27875
27876 PR tree-optimization/60012
27877 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Apply
27878 TBAA disambiguation to all DDRs.
27879
27880 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27881
27882 PR target/59788
27883 * config/sol2.h (LINK_LIBGCC_MAPFILE_SPEC): Define.
27884 (LINK_SPEC): Use it for -shared, -shared-libgcc.
27885
27886 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
27887
27888 PR ipa/59882
27889 * tree.c (get_binfo_at_offset): Do not get confused by empty classes;
27890
27891 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
27892
27893 * gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove.
27894 * gimple-fold.h (gimple_extract_devirt_binfo_from_cst): Remove.
27895
27896 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
27897
27898 PR ipa/59831
27899 * ipa-cp.c (ipa_get_indirect_edge_target_1): Use ipa-devirt
27900 to figure out targets of polymorphic calls with known decl.
27901 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
27902 * ipa-utils.h (get_polymorphic_call_info_from_invariant): Declare.
27903 * ipa-devirt.c (get_polymorphic_call_info_for_decl): Break out from ...
27904 (get_polymorphic_call_info): ... here.
27905 (get_polymorphic_call_info_from_invariant): New function.
27906
27907 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
27908
27909 * ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct
27910 lookup via vtable pointer; check for type consistency
27911 and turn inconsitent facts into UNREACHABLE.
27912 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
27913 * gimple-fold.c (gimple_get_virt_method_for_vtable): Do not ICE on
27914 type inconsistent querries; return UNREACHABLE instead.
27915
27916 2014-02-03 Richard Henderson <rth@twiddle.net>
27917
27918 PR tree-opt/59924
27919 * tree-ssa-uninit.c (push_to_worklist): Don't re-push if we've
27920 already processed this node.
27921 (normalize_one_pred_1): Pass along mark_set.
27922 (normalize_one_pred): Create and destroy a pointer_set_t.
27923 (normalize_one_pred_chain): Likewise.
27924
27925 2014-02-03 Laurent Aflonsi <laurent.alfonsi@st.com>
27926
27927 PR gcov-profile/58602
27928 * gcc/gcov-io.c (gcov_open): Open with truncation when mode < 0.
27929
27930 2014-02-03 Jan Hubicka <hubicka@ucw.cz>
27931
27932 PR ipa/59831
27933 * ipa-cp.c (ipa_get_indirect_edge_target_1): Give up on
27934 -fno-devirtualize; try to devirtualize by the knowledge of
27935 virtual table pointer given by aggregate propagation.
27936 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
27937 (ipa_print_node_jump_functions): Dump also offset that
27938 is relevant for polymorphic calls.
27939 (determine_known_aggregate_parts): Add arg_type parameter; use it
27940 instead of determining the type from pointer type.
27941 (ipa_compute_jump_functions_for_edge): Update call of
27942 determine_known_aggregate_parts.
27943 * gimple-fold.c (gimple_get_virt_method_for_vtable): Break out from ...
27944 (gimple_get_virt_method_for_binfo): ... here; simplify using
27945 vtable_pointer_value_to_vtable.
27946 * gimple-fold.h (gimple_get_virt_method_for_vtable): Declare.
27947 * ipa-devirt.c (subbinfo_with_vtable_at_offset): Turn OFFSET parameter
27948 to unsigned HOST_WIDE_INT; use vtable_pointer_value_to_vtable.
27949 (vtable_pointer_value_to_vtable): Break out from ...; handle also
27950 POINTER_PLUS_EXPR.
27951 (vtable_pointer_value_to_binfo): ... here.
27952 * ipa-utils.h (vtable_pointer_value_to_vtable): Declare.
27953
27954 2014-02-03 Teresa Johnson <tejohnson@google.com>
27955
27956 * tree-vect-slp.c (vect_supported_load_permutation_p): Avoid
27957 redef of outer loop index variable.
27958
27959 2014-02-03 Marc Glisse <marc.glisse@inria.fr>
27960
27961 PR c++/53017
27962 PR c++/59211
27963 * doc/extend.texi (Function Attributes): Typo.
27964
27965 2014-02-03 Cong Hou <congh@google.com>
27966
27967 PR tree-optimization/60000
27968 * tree-vect-loop.c (vect_transform_loop): Set pattern_def_seq to NULL
27969 if the vectorized statement is a store. A store statement can only
27970 appear at the end of pattern statements.
27971
27972 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
27973
27974 * config/i386/i386.c (flag_opts): Add -mlong-double-128.
27975 (ix86_option_override_internal): Default long double to 64-bit for
27976 32-bit Bionic and to 128-bit for 64-bit Bionic.
27977
27978 * config/i386/i386.h (LONG_DOUBLE_TYPE_SIZE): Use 128 if
27979 TARGET_LONG_DOUBLE_128 is true.
27980 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
27981
27982 * config/i386/i386.opt (mlong-double-80): Negate -mlong-double-64.
27983 (mlong-double-64): Negate -mlong-double-128.
27984 (mlong-double-128): New option.
27985
27986 * config/i386/i386-c.c (ix86_target_macros): Define
27987 __LONG_DOUBLE_128__ for TARGET_LONG_DOUBLE_128.
27988
27989 * doc/invoke.texi: Document -mlong-double-128.
27990
27991 2014-02-03 H.J. Lu <hongjiu.lu@intel.com>
27992
27993 PR rtl-optimization/60024
27994 * sel-sched.c (init_regs_for_mode): Check if mode is OK first.
27995
27996 2014-02-03 Markus Trippelsdorf <markus@trippelsdorf.de>
27997
27998 * doc/invoke.texi (fprofile-reorder-functions): Fix typo.
27999
28000 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
28001
28002 PR rtl-optimization/57662
28003 * sel-sched.c (code_motion_path_driver): Do not mark already not
28004 existing blocks in the visiting bitmap.
28005
28006 2014-02-03 Andrey Belevantsev <abel@ispras.ru>
28007
28008 * sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P
28009 on the insn being emitted.
28010
28011 2014-02-03 James Greenhalgh <james.greenhalgh@arm.com>
28012 Will Deacon <will.deacon@arm.com>
28013
28014 * doc/gimple.texi (gimple_asm_clear_volatile): Remove.
28015
28016 2014-02-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28017
28018 * config/arm/arm-tables.opt: Regenerate.
28019
28020 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28021
28022 * config/rs6000/rs6000.c (altivec_expand_vec_perm_le): Generalize
28023 for vector types other than V16QImode.
28024 * config/rs6000/altivec.md (altivec_vperm_<mode>): Change to a
28025 define_expand, and call altivec_expand_vec_perm_le when producing
28026 code with little endian element order.
28027 (*altivec_vperm_<mode>_internal): New insn having previous
28028 behavior of altivec_vperm_<mode>.
28029 (altivec_vperm_<mode>_uns): Change to a define_expand, and call
28030 altivec_expand_vec_perm_le when producing code with little endian
28031 element order.
28032 (*altivec_vperm_<mode>_uns_internal): New insn having previous
28033 behavior of altivec_vperm_<mode>_uns.
28034
28035 2014-02-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28036
28037 * config/rs6000/altivec.md (UNSPEC_VSUMSWS_DIRECT): New unspec.
28038 (altivec_vsumsws): Add handling for -maltivec=be with a little
28039 endian target.
28040 (altivec_vsumsws_direct): New.
28041 (reduc_splus_<mode>): Call gen_altivec_vsumsws_direct instead of
28042 gen_altivec_vsumsws.
28043
28044 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
28045
28046 * ipa-devirt.c (subbinfo_with_vtable_at_offset,
28047 vtable_pointer_value_to_binfo): New functions.
28048 * ipa-utils.h (vtable_pointer_value_to_binfo): Declare.
28049 * ipa-prop.c (extr_type_from_vtbl_ptr_store): Use it.
28050
28051 2014-02-02 Sandra Loosemore <sandra@codesourcery.com>
28052
28053 * config/nios2/nios2.md (load_got_register): Initialize GOT
28054 pointer from _gp_got instead of _GLOBAL_OFFSET_TABLE_.
28055 * config/nios2/nios2.c (nios2_function_profiler): Likewise.
28056
28057 2014-02-02 Jan Hubicka <hubicka@ucw.cz>
28058
28059 * ipa-prop.c (update_jump_functions_after_inlining): When type is not
28060 preserverd by passthrough, do not propagate the type.
28061
28062 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
28063
28064 * config/mips/mips.c (MIPS_GET_FCSR, MIPS_SET_FCSR): New macros.
28065 (mips_atomic_assign_expand_fenv): New function.
28066 (TARGET_ATOMIC_ASSIGN_EXPAND_FENV): Define.
28067
28068 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
28069
28070 * doc/extend.texi (__builtin_mips_get_fcsr): Document.
28071 (__builtin_mips_set_fcsr): Likewise.
28072 * config/mips/mips-ftypes.def: Add MIPS_VOID_FTYPE_USI and
28073 MIPS_USI_FTYPE_VOID.
28074 * config/mips/mips-protos.h (mips16_expand_get_fcsr): Declare
28075 (mips16_expand_set_fcsr): Likewise.
28076 * config/mips/mips.c (mips16_get_fcsr_stub): New variable.
28077 (mips16_set_fcsr_stub): Likewise.
28078 (mips16_get_fcsr_one_only_stub): New class.
28079 (mips16_set_fcsr_one_only_stub): Likewise.
28080 (mips16_expand_get_fcsr, mips16_expand_set_fcsr): New functions.
28081 (mips_code_end): Output the get_fcsr and set_fcsr stubs, if needed.
28082 (BUILTIN_AVAIL_MIPS16, AVAIL_ALL): New macros.
28083 (hard_float): New availability predicate.
28084 (mips_builtins): Add get_fcsr and set_fcsr.
28085 (mips_expand_builtin): Check BUILTIN_AVAIL_MIPS16.
28086 * config/mips/mips.md (UNSPEC_GET_FCSR, UNSPEC_SET_FCSR): New unspecs.
28087 (GET_FCSR_REGNUM, SET_FCSR_REGNUM): New constants.
28088 (mips_get_fcsr, *mips_get_fcsr, mips_get_fcsr_mips16_<mode>)
28089 (mips_set_fcsr, *mips_set_fcsr, mips_set_fcsr_mips16_<mode>): New
28090 patterns.
28091
28092 2014-02-02 Richard Sandiford <rdsandiford@googlemail.com>
28093
28094 * config/mips/mips.c (mips_one_only_stub): New class.
28095 (mips_need_mips16_rdhwr_p): Replace with...
28096 (mips16_rdhwr_stub): ...this new variable.
28097 (mips16_stub_call_address): New function.
28098 (mips16_rdhwr_one_only_stub): New class.
28099 (mips_expand_thread_pointer): Use mips16_stub_call_address.
28100 (mips_output_mips16_rdhwr): Delete.
28101 (mips_finish_stub): New function.
28102 (mips_code_end): Use it to handle rdhwr stubs.
28103
28104 2014-02-02 Uros Bizjak <ubizjak@gmail.com>
28105
28106 PR target/60017
28107 * config/i386/i386.c (classify_argument): Fix handling of bit_offset
28108 when calculating size of integer atomic types.
28109
28110 2014-02-02 H.J. Lu <hongjiu.lu@intel.com>
28111
28112 * ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
28113
28114 2014-02-01 Jakub Jelinek <jakub@redhat.com>
28115
28116 PR tree-optimization/60003
28117 * gimple-low.c (lower_builtin_setjmp): Set cfun->has_nonlocal_label.
28118 * profile.c (branch_prob): Use gimple_call_builtin_p
28119 to check for BUILT_IN_SETJMP_RECEIVER.
28120 * tree-inline.c (copy_bb): Call notice_special_calls.
28121
28122 2014-01-31 Vladimir Makarov <vmakarov@redhat.com>
28123
28124 PR bootstrap/59985
28125 * lra-constraints.c (process_alt_operands): Update reload_sum only
28126 on the first pass.
28127
28128 2014-01-31 Richard Henderson <rth@redhat.com>
28129
28130 PR middle-end/60004
28131 * tree-eh.c (lower_try_finally_switch): Delay lowering finally block
28132 until after else_eh is processed.
28133
28134 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
28135
28136 * config/i386/avx512fintrin.h (_MM_FROUND_TO_NEAREST_INT),
28137 (_MM_FROUND_TO_NEG_INF), (_MM_FROUND_TO_POS_INF),
28138 (_MM_FROUND_TO_ZERO), (_MM_FROUND_CUR_DIRECTION): Are already defined
28139 in smmintrin.h, remove them.
28140 (_MM_FROUND_NO_EXC): Same as above, bit also wrong value.
28141 * config/i386/i386.c (ix86_print_operand): Split sae and rounding.
28142 * config/i386/i386.md (ROUND_SAE): Fix value.
28143 * config/i386/predicates.md (const_4_or_8_to_11_operand): New.
28144 (const48_operand): New.
28145 * config/i386/subst.md (round), (round_expand): Use
28146 const_4_or_8_to_11_operand.
28147 (round_saeonly), (round_saeonly_expand): Use const48_operand.
28148
28149 2014-01-31 Ilya Tocar <ilya.tocar@intel.com>
28150
28151 * config/i386/constraints.md (Yk): Swap meaning with k.
28152 * config/i386/i386.md (movhi_internal): Change Yk to k.
28153 (movqi_internal): Ditto.
28154 (*k<logic><mode>): Ditto.
28155 (*andhi_1): Ditto.
28156 (*andqi_1): Ditto.
28157 (kandn<mode>): Ditto.
28158 (*<code>hi_1): Ditto.
28159 (*<code>qi_1): Ditto.
28160 (kxnor<mode>): Ditto.
28161 (kortestzhi): Ditto.
28162 (kortestchi): Ditto.
28163 (kunpckhi): Ditto.
28164 (*one_cmplhi2_1): Ditto.
28165 (*one_cmplqi2_1): Ditto.
28166 * config/i386/sse.md (): Change k to Yk.
28167 (avx512f_load<mode>_mask): Ditto.
28168 (avx512f_blendm<mode>): Ditto.
28169 (avx512f_store<mode>_mask): Ditto.
28170 (avx512f_storeu<ssemodesuffix>512_mask): Ditto.
28171 (avx512f_storedqu<mode>_mask): Ditto.
28172 (avx512f_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>):
28173 Ditto.
28174 (avx512f_ucmp<mode>3<mask_scalar_merge_name>): Ditto.
28175 (avx512f_vmcmp<mode>3<round_saeonly_name>): Ditto.
28176 (avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Ditto.
28177 (avx512f_maskcmp<mode>3): Ditto.
28178 (avx512f_fmadd_<mode>_mask<round_name>): Ditto.
28179 (avx512f_fmadd_<mode>_mask3<round_name>): Ditto.
28180 (avx512f_fmsub_<mode>_mask<round_name>): Ditto.
28181 (avx512f_fmsub_<mode>_mask3<round_name>): Ditto.
28182 (avx512f_fnmadd_<mode>_mask<round_name>): Ditto.
28183 (avx512f_fnmadd_<mode>_mask3<round_name>): Ditto.
28184 (avx512f_fnmsub_<mode>_mask<round_name>): Ditto.
28185 (avx512f_fnmsub_<mode>_mask3<round_name>): Ditto.
28186 (avx512f_fmaddsub_<mode>_mask<round_name>): Ditto.
28187 (avx512f_fmaddsub_<mode>_mask3<round_name>): Ditto.
28188 (avx512f_fmsubadd_<mode>_mask<round_name>): Ditto.
28189 (avx512f_fmsubadd_<mode>_mask3<round_name>): Ditto.
28190 (avx512f_vextract<shuffletype>32x4_1_maskm): Ditto.
28191 (vec_extract_lo_<mode>_maskm): Ditto.
28192 (vec_extract_hi_<mode>_maskm): Ditto.
28193 (avx512f_vternlog<mode>_mask): Ditto.
28194 (avx512f_fixupimm<mode>_mask<round_saeonly_name>): Ditto.
28195 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Ditto.
28196 (avx512f_<code><pmov_src_lower><mode>2_mask): Ditto.
28197 (avx512f_<code>v8div16qi2_mask): Ditto.
28198 (avx512f_<code>v8div16qi2_mask_store): Ditto.
28199 (avx512f_eq<mode>3<mask_scalar_merge_name>_1): Ditto.
28200 (avx512f_gt<mode>3<mask_scalar_merge_name>): Ditto.
28201 (avx512f_testm<mode>3<mask_scalar_merge_name>): Ditto.
28202 (avx512f_testnm<mode>3<mask_scalar_merge_name>): Ditto.
28203 (*avx512pf_gatherpf<mode>sf_mask): Ditto.
28204 (*avx512pf_gatherpf<mode>df_mask): Ditto.
28205 (*avx512pf_scatterpf<mode>sf_mask): Ditto.
28206 (*avx512pf_scatterpf<mode>df_mask): Ditto.
28207 (avx512cd_maskb_vec_dupv8di): Ditto.
28208 (avx512cd_maskw_vec_dupv16si): Ditto.
28209 (avx512f_vpermi2var<mode>3_maskz): Ditto.
28210 (avx512f_vpermi2var<mode>3_mask): Ditto.
28211 (avx512f_vpermi2var<mode>3_mask): Ditto.
28212 (avx512f_vpermt2var<mode>3_maskz): Ditto.
28213 (*avx512f_gathersi<mode>): Ditto.
28214 (*avx512f_gathersi<mode>_2): Ditto.
28215 (*avx512f_gatherdi<mode>): Ditto.
28216 (*avx512f_gatherdi<mode>_2): Ditto.
28217 (*avx512f_scattersi<mode>): Ditto.
28218 (*avx512f_scatterdi<mode>): Ditto.
28219 (avx512f_compress<mode>_mask): Ditto.
28220 (avx512f_compressstore<mode>_mask): Ditto.
28221 (avx512f_expand<mode>_mask): Ditto.
28222 * config/i386/subst.md (mask): Change k to Yk.
28223 (mask_scalar_merge): Ditto.
28224 (sd): Ditto.
28225
28226 2014-01-31 Marc Glisse <marc.glisse@inria.fr>
28227
28228 * doc/extend.texi (Vector Extensions): Document ?: in C++.
28229
28230 2014-01-31 Richard Biener <rguenther@suse.de>
28231
28232 PR middle-end/59990
28233 * builtins.c (fold_builtin_memory_op): Make sure to not
28234 use a floating-point mode or a boolean or enumeral type for
28235 the copy operation.
28236
28237 2014-01-30 DJ Delorie <dj@redhat.com>
28238
28239 * config/msp430/msp430.h (LIB_SPEC): Add -lcrt
28240 * config/msp430/msp430.md (msp430_refsym_need_exit): New.
28241 * config/msp430/msp430.c (msp430_expand_epilogue): Call it
28242 whenever main() has an epilogue.
28243
28244 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28245
28246 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Remove
28247 unused variable "field".
28248 * config/rs6000/vsx.md (vsx_mergel_<mode>): Add missing DONE.
28249 (vsx_mergeh_<mode>): Likewise.
28250 * config/rs6000/altivec.md (altivec_vmrghb): Likewise.
28251 (altivec_vmrghh): Likewise.
28252 (altivec_vmrghw): Likewise.
28253 (altivec_vmrglb): Likewise.
28254 (altivec_vmrglh): Likewise.
28255 (altivec_vmrglw): Likewise.
28256 (altivec_vspltb): Add missing uses.
28257 (altivec_vsplth): Likewise.
28258 (altivec_vspltw): Likewise.
28259 (altivec_vspltsf): Likewise.
28260
28261 2014-01-30 Jakub Jelinek <jakub@redhat.com>
28262
28263 PR target/59923
28264 * ifcvt.c (cond_exec_process_insns): Don't conditionalize
28265 frame related instructions.
28266
28267 2014-01-30 Vladimir Makarov <vmakarov@redhat.com>
28268
28269 PR rtl-optimization/59959
28270 * lra-constrains.c (simplify_operand_subreg): Assign NO_REGS to
28271 any reload of register whose subreg is invalid.
28272
28273 2014-01-30 Jakub Jelinek <jakub@redhat.com>
28274
28275 * config/i386/f16cintrin.h (_cvtsh_ss): Avoid -Wnarrowing warning.
28276 * config/i386/avx512fintrin.h (_mm512_mask_cvtusepi64_storeu_epi32):
28277 Add missing return type - void.
28278
28279 2014-01-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28280
28281 * gcc/config/rs6000/rs6000.c (rs6000_expand_vector_init): Use
28282 gen_vsx_xxspltw_v4sf_direct instead of gen_vsx_xxspltw_v4sf;
28283 remove element index adjustment for endian (now handled in vsx.md
28284 and altivec.md).
28285 (altivec_expand_vec_perm_const): Use
28286 gen_altivec_vsplt[bhw]_direct instead of gen_altivec_vsplt[bhw].
28287 * gcc/config/rs6000/vsx.md (UNSPEC_VSX_XXSPLTW): New unspec.
28288 (vsx_xxspltw_<mode>): Adjust element index for little endian.
28289 * gcc/config/rs6000/altivec.md (altivec_vspltb): Divide into a
28290 define_expand and a new define_insn *altivec_vspltb_internal;
28291 adjust for -maltivec=be on a little endian target.
28292 (altivec_vspltb_direct): New.
28293 (altivec_vsplth): Divide into a define_expand and a new
28294 define_insn *altivec_vsplth_internal; adjust for -maltivec=be on a
28295 little endian target.
28296 (altivec_vsplth_direct): New.
28297 (altivec_vspltw): Divide into a define_expand and a new
28298 define_insn *altivec_vspltw_internal; adjust for -maltivec=be on a
28299 little endian target.
28300 (altivec_vspltw_direct): New.
28301 (altivec_vspltsf): Divide into a define_expand and a new
28302 define_insn *altivec_vspltsf_internal; adjust for -maltivec=be on
28303 a little endian target.
28304
28305 2014-01-30 Richard Biener <rguenther@suse.de>
28306
28307 PR tree-optimization/59993
28308 * tree-ssa-forwprop.c (associate_pointerplus): Check we
28309 can propagate form the earlier stmt and avoid the transform
28310 when the intermediate result is needed.
28311
28312 2014-01-30 Alangi Derick <alangiderick@gmail.com>
28313
28314 * README.Portability: Fix typo.
28315
28316 2014-01-30 David Holsgrove <david.holsgrove@xilinx.com>
28317
28318 * config/microblaze/microblaze.md(cstoresf4, cbranchsf4): Replace
28319 comparison_operator with ordered_comparison_operator.
28320
28321 2014-01-30 Nick Clifton <nickc@redhat.com>
28322
28323 * config/mn10300/mn10300-protos.h (mn10300_store_multiple_operation_p):
28324 Rename to mn10300_store_multiple_regs.
28325 * config/mn10300/mn10300.c: Likewise.
28326 * config/mn10300/mn10300.md (store_movm): Fix typo: call
28327 store_multiple_regs.
28328 * config/mn10300/predicates.md (mn10300_store_multiple_operation):
28329 Call mn10300_store_multiple_regs.
28330
28331 2014-01-30 Nick Clifton <nickc@redhat.com>
28332 DJ Delorie <dj@redhat.com>
28333
28334 * config/rl78/rl78.c (register_sizes): Make the "upper half" of
28335 %fp 2 to keep registers after it properly word-aligned.
28336 (rl78_alloc_physical_registers_umul): Handle the case where both
28337 input operands are the same.
28338
28339 2014-01-30 Richard Biener <rguenther@suse.de>
28340
28341 PR tree-optimization/59903
28342 * tree-vect-loop.c (vect_transform_loop): Guard multiple-types
28343 check properly.
28344
28345 2014-01-30 Jason Merrill <jason@redhat.com>
28346
28347 PR c++/59633
28348 * tree.c (walk_type_fields): Handle VECTOR_TYPE.
28349
28350 PR c++/59645
28351 * cgraphunit.c (expand_thunk): Copy volatile arg to a temporary.
28352
28353 2014-01-30 Richard Biener <rguenther@suse.de>
28354
28355 PR tree-optimization/59951
28356 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Skip uses in debug insns.
28357
28358 2014-01-30 Savin Zlobec <savin.zlobec@gmail.com>
28359
28360 PR target/59784
28361 * config/nios2/nios2.c (nios2_fpu_insn_asm): Fix asm output of
28362 SFmode to DFmode case.
28363
28364 2014-01-29 DJ Delorie <dj@redhat.com>
28365
28366 * config/msp430/msp430.opt (-minrt): New.
28367 * config/msp430/msp430.h (STARTFILE_SPEC): Link alternate runtime
28368 if -minrt given.
28369 (ENDFILE_SPEC): Likewise.
28370
28371 2014-01-29 Jan Hubicka <hubicka@ucw.cz>
28372
28373 * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.
28374 (estimate_function_body_sizes): Use it.
28375
28376 2014-01-29 Paolo Carlini <paolo.carlini@oracle.com>
28377
28378 PR c++/58561
28379 * dwarf2out.c (is_cxx_auto): New.
28380 (is_base_type): Use it.
28381 (gen_type_die_with_usage): Likewise.
28382
28383 2014-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28384
28385 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Use
28386 CODE_FOR_altivec_vmrg*_direct rather than CODE_FOR_altivec_vmrg*.
28387 * config/rs6000/vsx.md (vsx_mergel_<mode>): Adjust for
28388 -maltivec=be with LE targets.
28389 (vsx_mergeh_<mode>): Likewise.
28390 * config/rs6000/altivec.md (UNSPEC_VMRG[HL]_DIRECT): New unspecs.
28391 (mulv8hi3): Use gen_altivec_vmrg[hl]w_direct.
28392 (altivec_vmrghb): Replace with define_expand and new
28393 *altivec_vmrghb_internal insn; adjust for -maltivec=be with LE targets.
28394 (altivec_vmrghb_direct): New define_insn.
28395 (altivec_vmrghh): Replace with define_expand and new
28396 *altivec_vmrghh_internal insn; adjust for -maltivec=be with LE targets.
28397 (altivec_vmrghh_direct): New define_insn.
28398 (altivec_vmrghw): Replace with define_expand and new
28399 *altivec_vmrghw_internal insn; adjust for -maltivec=be with LE targets.
28400 (altivec_vmrghw_direct): New define_insn.
28401 (*altivec_vmrghsf): Adjust for endianness.
28402 (altivec_vmrglb): Replace with define_expand and new
28403 *altivec_vmrglb_internal insn; adjust for -maltivec=be with LE targets.
28404 (altivec_vmrglb_direct): New define_insn.
28405 (altivec_vmrglh): Replace with define_expand and new
28406 *altivec_vmrglh_internal insn; adjust for -maltivec=be with LE targets.
28407 (altivec_vmrglh_direct): New define_insn.
28408 (altivec_vmrglw): Replace with define_expand and new
28409 *altivec_vmrglw_internal insn; adjust for -maltivec=be with LE targets.
28410 (altivec_vmrglw_direct): New define_insn.
28411 (*altivec_vmrglsf): Adjust for endianness.
28412 (vec_widen_umult_hi_v16qi): Use gen_altivec_vmrghh_direct.
28413 (vec_widen_umult_lo_v16qi): Use gen_altivec_vmrglh_direct.
28414 (vec_widen_smult_hi_v16qi): Use gen_altivec_vmrghh_direct.
28415 (vec_widen_smult_lo_v16qi): Use gen_altivec_vmrglh_direct.
28416 (vec_widen_umult_hi_v8hi): Use gen_altivec_vmrghw_direct.
28417 (vec_widen_umult_lo_v8hi): Use gen_altivec_vmrglw_direct.
28418 (vec_widen_smult_hi_v8hi): Use gen_altivec_vmrghw_direct.
28419 (vec_widen_smult_lo_v8hi): Use gen_altivec_vmrglw_direct.
28420
28421 2014-01-29 Marcus Shawcroft <marcus.shawcroft@arm.com>
28422
28423 * config/aarch64/aarch64.c (aarch64_expand_mov_immediate)
28424 (aarch64_legitimate_address_p, aarch64_class_max_nregs): Adjust
28425 whitespace.
28426
28427 2014-01-29 Richard Biener <rguenther@suse.de>
28428
28429 PR tree-optimization/58742
28430 * tree-ssa-forwprop.c (associate_pointerplus): Rename to
28431 associate_pointerplus_align.
28432 (associate_pointerplus_diff): New function.
28433 (associate_pointerplus): Likewise. Call associate_pointerplus_align
28434 and associate_pointerplus_diff.
28435
28436 2014-01-29 Richard Biener <rguenther@suse.de>
28437
28438 * lto-streamer.h (LTO_major_version): Bump to 3.
28439 (LTO_minor_version): Reset to 0.
28440
28441 2014-01-29 Renlin Li <Renlin.Li@arm.com>
28442
28443 * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
28444 * config/arm/arm.c (FL_FOR_ARCH7VE): New.
28445 (arm_file_start): Generate correct asm header for armv7ve.
28446 * config/arm/bpabi.h: Add multilib support for armv7ve.
28447 * config/arm/driver-arm.c: Change the architectures of cortex-a7
28448 and cortex-a15 to armv7ve.
28449 * config/arm/t-aprofile: Add multilib support for armv7ve.
28450 * doc/invoke.texi: Document -march=armv7ve.
28451
28452 2014-01-29 Richard Biener <rguenther@suse.de>
28453
28454 PR tree-optimization/58742
28455 * tree-ssa-forwprop.c (associate_plusminus): Return true
28456 if we changed sth, defer EH cleanup to ...
28457 (ssa_forward_propagate_and_combine): ... here. Call simplify_mult.
28458 (simplify_mult): New function.
28459
28460 2014-01-29 Jakub Jelinek <jakub@redhat.com>
28461
28462 PR middle-end/59917
28463 PR tree-optimization/59920
28464 * tree.c (build_common_builtin_nodes): Remove
28465 __builtin_setjmp_dispatcher initialization.
28466 * omp-low.h (make_gimple_omp_edges): Add a new int * argument.
28467 * profile.c (branch_prob): Use gsi_start_nondebug_after_labels_bb
28468 instead of gsi_after_labels + manually skipping debug stmts.
28469 Don't ignore bbs with BUILT_IN_SETJMP_DISPATCHER, instead
28470 ignore bbs with IFN_ABNORMAL_DISPATCHER.
28471 * tree-inline.c (copy_edges_for_bb): Remove
28472 can_make_abnormal_goto argument, instead add abnormal_goto_dest
28473 argument. Ignore computed_goto_p stmts. Don't call
28474 make_abnormal_goto_edges. If a call might need abnormal edges
28475 for non-local gotos, see if it already has an edge to
28476 IFN_ABNORMAL_DISPATCHER or if it is IFN_ABNORMAL_DISPATCHER
28477 with true argument, don't do anything then, otherwise add
28478 EDGE_ABNORMAL from the call's bb to abnormal_goto_dest.
28479 (copy_cfg_body): Compute abnormal_goto_dest, adjust copy_edges_for_bb
28480 caller.
28481 * gimple-low.c (struct lower_data): Remove calls_builtin_setjmp.
28482 (lower_function_body): Don't emit __builtin_setjmp_dispatcher.
28483 (lower_stmt): Don't set data->calls_builtin_setjmp.
28484 (lower_builtin_setjmp): Adjust comment.
28485 * builtins.def (BUILT_IN_SETJMP_DISPATCHER): Remove.
28486 * tree-cfg.c (found_computed_goto): Remove.
28487 (factor_computed_gotos): Remove.
28488 (make_goto_expr_edges): Return bool, true for computed gotos.
28489 Don't call make_abnormal_goto_edges.
28490 (build_gimple_cfg): Don't set found_computed_goto, don't call
28491 factor_computed_gotos.
28492 (computed_goto_p): No longer static.
28493 (make_blocks): Don't set found_computed_goto.
28494 (get_abnormal_succ_dispatcher, handle_abnormal_edges): New functions.
28495 (make_edges): If make_goto_expr_edges returns true, push bb
28496 into ab_edge_goto vector, for stmt_can_make_abnormal_goto calls
28497 instead of calling make_abnormal_goto_edges push bb into ab_edge_call
28498 vector. Record mapping between bbs and OpenMP regions if there
28499 are any, adjust make_gimple_omp_edges caller. Call
28500 handle_abnormal_edges.
28501 (make_abnormal_goto_edges): Remove.
28502 * tree-cfg.h (make_abnormal_goto_edges): Remove.
28503 (computed_goto_p, get_abnormal_succ_dispatcher): New prototypes.
28504 * internal-fn.c (expand_ABNORMAL_DISPATCHER): New function.
28505 * builtins.c (expand_builtin): Don't handle BUILT_IN_SETJMP_DISPATCHER.
28506 * internal-fn.def (ABNORMAL_DISPATCHER): New.
28507 * omp-low.c (make_gimple_omp_edges): Add region_idx argument, when
28508 filling *region also set *region_idx to (*region)->entry->index.
28509
28510 PR other/58712
28511 * read-rtl.c (read_rtx_code): Clear all of RTX_CODE_SIZE (code).
28512 For REGs set ORIGINAL_REGNO.
28513
28514 2014-01-29 Bingfeng Mei <bmei@broadcom.com>
28515
28516 * doc/md.texi: Mention that a target shouldn't implement
28517 vec_widen_(s|u)mul_even/odd pair if it is less efficient
28518 than hi/lo pair.
28519
28520 2014-01-29 Jakub Jelinek <jakub@redhat.com>
28521
28522 PR tree-optimization/59594
28523 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Sort
28524 a copy of the datarefs vector rather than the vector itself.
28525
28526 2014-01-28 Jason Merrill <jason@redhat.com>
28527
28528 PR c++/53756
28529 * dwarf2out.c (auto_die): New static.
28530 (gen_type_die_with_usage): Handle C++1y 'auto'.
28531 (gen_subprogram_die): If in-class DIE had 'auto', emit type again
28532 on definition.
28533
28534 2014-01-28 H.J. Lu <hongjiu.lu@intel.com>
28535
28536 PR target/59672
28537 * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".
28538 (SPEC_X32): Likewise.
28539 (SPEC_64): Likewise.
28540 * config/i386/i386.c (ix86_option_override_internal): Turn off
28541 OPTION_MASK_ISA_64BIT, OPTION_MASK_ABI_X32 and OPTION_MASK_ABI_64
28542 for TARGET_16BIT.
28543 (x86_file_start): Output .code16gcc for TARGET_16BIT.
28544 * config/i386/i386.h (TARGET_16BIT): New macro.
28545 (TARGET_16BIT_P): Likewise.
28546 * config/i386/i386.opt: Add m16.
28547 * doc/invoke.texi: Document -m16.
28548
28549 2014-01-28 Jakub Jelinek <jakub@redhat.com>
28550
28551 PR preprocessor/59935
28552 * input.c (location_get_source_line): Bail out on when line number
28553 is zero, and test the return value of lookup_or_add_file_to_cache_tab.
28554
28555 2014-01-28 Richard Biener <rguenther@suse.de>
28556
28557 PR tree-optimization/58742
28558 * tree-ssa-forwprop.c (associate_plusminus): Handle
28559 pointer subtraction of the form (T)(P + A) - (T)P.
28560
28561 2014-01-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28562
28563 * config/arm/arm.c (arm_new_rtx_costs): Remove useless statement
28564 at const_int_cost.
28565
28566 2014-01-28 Richard Biener <rguenther@suse.de>
28567
28568 Revert
28569 2014-01-28 Richard Biener <rguenther@suse.de>
28570
28571 PR rtl-optimization/45364
28572 PR rtl-optimization/59890
28573 * var-tracking.c (local_get_addr_clear_given_value): Handle
28574 already cleared slot.
28575 (val_reset): Handle not allocated local_get_addr_cache.
28576 (vt_find_locations): Use post-order on the inverted CFG.
28577
28578 2014-01-28 Richard Biener <rguenther@suse.de>
28579
28580 * tree-data-ref.h (ddr_is_anti_dependent, ddrs_have_anti_deps): Remove.
28581
28582 2014-01-28 Richard Biener <rguenther@suse.de>
28583
28584 PR rtl-optimization/45364
28585 PR rtl-optimization/59890
28586 * var-tracking.c (local_get_addr_clear_given_value): Handle
28587 already cleared slot.
28588 (val_reset): Handle not allocated local_get_addr_cache.
28589 (vt_find_locations): Use post-order on the inverted CFG.
28590
28591 2014-01-28 Alan Modra <amodra@gmail.com>
28592
28593 * Makefile.in (BUILD_CPPFLAGS): Do not use ALL_CPPFLAGS.
28594 * configure.ac <recursive call for build != host>: Define
28595 GENERATOR_FILE. Comment. Use CXX_FOR_BUILD, CXXFLAGS_FOR_BUILD
28596 and LD_FOR_BUILD too.
28597 * configure: Regenerate.
28598
28599 2014-01-27 Allan Sandfeld Jensen <sandfeld@kde.org>
28600
28601 * config/i386/i386.c (get_builtin_code_for_version): Separate
28602 Westmere from Nehalem, Ivy Bridge from Sandy Bridge and
28603 Broadwell from Haswell.
28604
28605 2014-01-27 Steve Ellcey <sellcey@mips.com>
28606
28607 * common/config/mips/mips-common.c (TARGET_DEFAULT_TARGET_FLAGS):
28608 Remove TARGET_FP_EXCEPTIONS_DEFAULT and MASK_FUSED_MADD.
28609 * config/mips/mips.c (mips_option_override): Change setting
28610 of TARGET_DSP.
28611 * config/mips/mips.h (TARGET_FP_EXCEPTIONS_DEFAULT): Remove.
28612 * config/mips/mips.opt (DSP, DSPR2, FP_EXCEPTIONS, FUSED_MADD, MIPS3D):
28613 Change from Mask to Var.
28614
28615 2014-01-27 Jeff Law <law@redhat.com>
28616
28617 * ipa-inline.c (inline_small_functions): Fix typo.
28618
28619 2014-01-27 Ilya Tocar <ilya.tocar@intel.com>
28620
28621 * config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
28622 (_mm512_mask_cvtsepi32_storeu_epi8): Ditto.
28623 (_mm512_mask_cvtusepi32_storeu_epi8): Ditto.
28624 (_mm512_mask_cvtepi32_storeu_epi16): Ditto.
28625 (_mm512_mask_cvtsepi32_storeu_epi16): Ditto.
28626 (_mm512_mask_cvtusepi32_storeu_epi16): Ditto.
28627 (_mm512_mask_cvtepi64_storeu_epi32): Ditto.
28628 (_mm512_mask_cvtsepi64_storeu_epi32): Ditto.
28629 (_mm512_mask_cvtusepi64_storeu_epi32): Ditto.
28630 (_mm512_mask_cvtepi64_storeu_epi16): Ditto.
28631 (_mm512_mask_cvtsepi64_storeu_epi16): Ditto.
28632 (_mm512_mask_cvtusepi64_storeu_epi16): Ditto.
28633 (_mm512_mask_cvtepi64_storeu_epi8): Ditto.
28634 (_mm512_mask_cvtsepi64_storeu_epi8): Ditto.
28635 (_mm512_mask_cvtusepi64_storeu_epi8): Ditto.
28636 (_mm512_storeu_epi64): Ditto.
28637 (_mm512_cmpge_epi32_mask): Ditto.
28638 (_mm512_cmpge_epu32_mask): Ditto.
28639 (_mm512_cmpge_epi64_mask): Ditto.
28640 (_mm512_cmpge_epu64_mask): Ditto.
28641 (_mm512_cmple_epi32_mask): Ditto.
28642 (_mm512_cmple_epu32_mask): Ditto.
28643 (_mm512_cmple_epi64_mask): Ditto.
28644 (_mm512_cmple_epu64_mask): Ditto.
28645 (_mm512_cmplt_epi32_mask): Ditto.
28646 (_mm512_cmplt_epu32_mask): Ditto.
28647 (_mm512_cmplt_epi64_mask): Ditto.
28648 (_mm512_cmplt_epu64_mask): Ditto.
28649 (_mm512_cmpneq_epi32_mask): Ditto.
28650 (_mm512_cmpneq_epu32_mask): Ditto.
28651 (_mm512_cmpneq_epi64_mask): Ditto.
28652 (_mm512_cmpneq_epu64_mask): Ditto.
28653 (_mm512_expand_pd): Ditto.
28654 (_mm512_expand_ps): Ditto.
28655 * config/i386/i386-builtin-types.def: Add PV16QI, PV16QI, PV16HI,
28656 VOID_PV8SI_V8DI_QI, VOID_PV8HI_V8DI_QI, VOID_PV16QI_V8DI_QI,
28657 VOID_PV16QI_V16SI_HI, VOID_PV16HI_V16SI_HI.
28658 * config/i386/i386.c (ix86_builtins): Add
28659 IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK,
28660 IX86_BUILTIN_PMOVDB512_MEM, IX86_BUILTIN_PMOVDW512_MEM,
28661 IX86_BUILTIN_PMOVQB512_MEM, IX86_BUILTIN_PMOVQD512_MEM,
28662 IX86_BUILTIN_PMOVQW512_MEM, IX86_BUILTIN_PMOVSDB512_MEM,
28663 IX86_BUILTIN_PMOVSDW512_MEM, IX86_BUILTIN_PMOVSQB512_MEM,
28664 IX86_BUILTIN_PMOVSQD512_MEM, IX86_BUILTIN_PMOVSQW512_MEM,
28665 IX86_BUILTIN_PMOVUSDB512_MEM, IX86_BUILTIN_PMOVUSDW512_MEM,
28666 IX86_BUILTIN_PMOVUSQB512_MEM, IX86_BUILTIN_PMOVUSQD512_MEM,
28667 IX86_BUILTIN_PMOVUSQW512_MEM.
28668 (bdesc_special_args): Add __builtin_ia32_pmovusqd512mem_mask,
28669 __builtin_ia32_pmovsqd512mem_mask,
28670 __builtin_ia32_pmovqd512mem_mask,
28671 __builtin_ia32_pmovusqw512mem_mask,
28672 __builtin_ia32_pmovsqw512mem_mask,
28673 __builtin_ia32_pmovqw512mem_mask,
28674 __builtin_ia32_pmovusdw512mem_mask,
28675 __builtin_ia32_pmovsdw512mem_mask,
28676 __builtin_ia32_pmovdw512mem_mask,
28677 __builtin_ia32_pmovqb512mem_mask,
28678 __builtin_ia32_pmovusqb512mem_mask,
28679 __builtin_ia32_pmovsqb512mem_mask,
28680 __builtin_ia32_pmovusdb512mem_mask,
28681 __builtin_ia32_pmovsdb512mem_mask,
28682 __builtin_ia32_pmovdb512mem_mask.
28683 (bdesc_args): Add __builtin_ia32_expanddf512,
28684 __builtin_ia32_expandsf512.
28685 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_PV8SI_V8DI_QI,
28686 VOID_FTYPE_PV8HI_V8DI_QI, VOID_FTYPE_PV16HI_V16SI_HI,
28687 VOID_FTYPE_PV16QI_V8DI_QI, VOID_FTYPE_PV16QI_V16SI_HI.
28688 * config/i386/sse.md (unspec): Add UNSPEC_EXPAND_NOMASK.
28689 (avx512f_<code><pmov_src_lower><mode>2_mask_store): New.
28690 (*avx512f_<code>v8div16qi2_store_mask): Renamed to ...
28691 (avx512f_<code>v8div16qi2_mask_store): This.
28692 (avx512f_expand<mode>): New.
28693
28694 2014-01-27 Kirill Yukhin <kirill.yukhin@intel.com>
28695
28696 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd):
28697 New.
28698 (_mm512_mask_prefetch_i64gather_pd): Ditto.
28699 (_mm512_prefetch_i32scatter_pd): Ditto.
28700 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
28701 (_mm512_prefetch_i64scatter_pd): Ditto.
28702 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
28703 (_mm512_mask_prefetch_i32gather_ps): Fix operand type.
28704 (_mm512_mask_prefetch_i64gather_ps): Ditto.
28705 (_mm512_prefetch_i32scatter_ps): Ditto.
28706 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
28707 (_mm512_prefetch_i64scatter_ps): Ditto.
28708 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
28709 * config/i386/i386-builtin-types.def: Define
28710 VOID_FTYPE_QI_V8SI_PCINT64_INT_INT
28711 and VOID_FTYPE_QI_V8DI_PCINT64_INT_INT.
28712 * config/i386/i386.c (ix86_builtins): Define IX86_BUILTIN_GATHERPFQPD,
28713 IX86_BUILTIN_GATHERPFDPD, IX86_BUILTIN_SCATTERPFDPD,
28714 IX86_BUILTIN_SCATTERPFQPD.
28715 (ix86_init_mmx_sse_builtins): Define __builtin_ia32_gatherpfdpd,
28716 __builtin_ia32_gatherpfdps, __builtin_ia32_gatherpfqpd,
28717 __builtin_ia32_gatherpfqps, __builtin_ia32_scatterpfdpd,
28718 __builtin_ia32_scatterpfdps, __builtin_ia32_scatterpfqpd,
28719 __builtin_ia32_scatterpfqps.
28720 (ix86_expand_builtin): Expand new built-ins.
28721 * config/i386/sse.md (avx512pf_gatherpf<mode>): Add SF suffix,
28722 fix memory access data type.
28723 (*avx512pf_gatherpf<mode>_mask): Ditto.
28724 (*avx512pf_gatherpf<mode>): Ditto.
28725 (avx512pf_scatterpf<mode>): Ditto.
28726 (*avx512pf_scatterpf<mode>_mask): Ditto.
28727 (*avx512pf_scatterpf<mode>): Ditto.
28728 (GATHER_SCATTER_SF_MEM_MODE): New.
28729 (avx512pf_gatherpf<mode>df): Ditto.
28730 (*avx512pf_gatherpf<mode>df_mask): Ditto.
28731 (*avx512pf_scatterpf<mode>df): Ditto.
28732
28733 2014-01-27 Jakub Jelinek <jakub@redhat.com>
28734
28735 PR bootstrap/59934
28736 * expmed.h (expmed_mode_index): Rework so that analysis and optimziers
28737 know when the MODE_PARTIAL_INT and MODE_VECTOR_INT cases can never be
28738 reached.
28739
28740 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
28741
28742 * common/config/arm/arm-common.c
28743 (arm_rewrite_mcpu): Handle multiple names.
28744 * config/arm/arm.h
28745 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
28746
28747 2014-01-27 James Greenhalgh <james.greenhalgh@arm.com>
28748
28749 * gimple-builder.h (create_gimple_tmp): Delete.
28750
28751 2014-01-27 Christian Bruel <christian.bruel@st.com>
28752
28753 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Fix remaining bytes after
28754 words comparisons.
28755
28756 2014-01-26 John David Anglin <danglin@gcc.gnu.org>
28757
28758 * config/pa/pa.md (call): Generate indirect long calls to non-local
28759 functions when outputing 32-bit code.
28760 (call_value): Likewise except for special call to buggy powf function.
28761
28762 * config/pa/pa.c (pa_attr_length_indirect_call): Adjust length of
28763 portable runtime and PIC indirect calls.
28764 (pa_output_indirect_call): Remove unnecessary nop from portable runtime
28765 and PIC call sequences. Use ldo instead of blr to set return register
28766 in PIC call sequence.
28767
28768 2014-01-25 Walter Lee <walt@tilera.com>
28769
28770 * config/tilegx/sync.md (atomic_fetch_sub): Fix negation and
28771 avoid clobbering a live register.
28772
28773 2014-01-25 Walter Lee <walt@tilera.com>
28774
28775 * config/tilegx/tilegx-c.c (tilegx_cpu_cpp_builtins):
28776 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2}.
28777 * config/tilegx/tilepro-c.c (tilepro_cpu_cpp_builtins):
28778 Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8}.
28779
28780 2014-01-25 Walter Lee <walt@tilera.com>
28781
28782 * config/tilegx/tilegx.c (tilegx_function_arg): Start 16-byte
28783 arguments on even registers.
28784 (tilegx_gimplify_va_arg_expr): Align 16-byte var args to
28785 STACK_BOUNDARY.
28786 * config/tilegx/tilegx.h (STACK_BOUNDARY): Change to 16 bytes.
28787 (BIGGEST_ALIGNMENT): Ditto.
28788 (BIGGEST_FIELD_ALIGNMENT): Ditto.
28789
28790 2014-01-25 Walter Lee <walt@tilera.com>
28791
28792 * config/tilegx/tilegx.c (tilegx_gen_bundles): Delete barrier
28793 insns before bundling.
28794 * config/tilegx/tilegx.md (tile_network_barrier): Update comment.
28795
28796 2014-01-25 Walter Lee <walt@tilera.com>
28797
28798 * config/tilegx/tilegx.c (tilegx_expand_builtin): Set
28799 PREFETCH_SCHEDULE_BARRIER_P to true for prefetches.
28800 * config/tilepro/tilepro.c (tilepro_expand_builtin): Ditto.
28801
28802 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
28803
28804 * config/mips/constraints.md (kl): Delete.
28805 * config/mips/mips.md (divmod<mode>4, udivmod<mode>4): Turn into
28806 define expands, using...
28807 (divmod<mode>4_mips16, udivmod<mode>4_mips16): ...these new
28808 instructions for MIPS16.
28809 (*divmod<mode>4, *udivmod<mode>4): New patterns, taken from the
28810 non-MIPS16 version of the old divmod<mode>4 and udivmod<mode>4.
28811
28812 2014-01-25 Walter Lee <walt@tilera.com>
28813
28814 * config/tilepro/tilepro.md (ctzdi2): Use register_operand predicate.
28815 (clzdi2): Ditto.
28816 (ffsdi2): Ditto.
28817
28818 2014-01-25 Walter Lee <walt@tilera.com>
28819
28820 * config/tilegx/tilegx.c (tilegx_expand_to_rtl_hook): New.
28821 (TARGET_EXPAND_TO_RTL_HOOK): Define.
28822
28823 2014-01-25 Richard Sandiford <rdsandiford@googlemail.com>
28824
28825 * rtlanal.c (canonicalize_condition): Split out duplicated mode check.
28826 Handle XOR.
28827
28828 2014-01-25 Jakub Jelinek <jakub@redhat.com>
28829
28830 * print-rtl.c (in_call_function_usage): New var.
28831 (print_rtx): When in CALL_INSN_FUNCTION_USAGE, always print
28832 EXPR_LIST mode as mode and not as reg note name.
28833
28834 PR middle-end/59561
28835 * cfgloopmanip.c (copy_loop_info): If
28836 loop->warned_aggressive_loop_optimizations, make sure
28837 the flag is set in target loop too.
28838
28839 2014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
28840
28841 * builtins.c (is_builtin_name): Renamed flag_enable_cilkplus to
28842 flag_cilkplus.
28843 * builtins.def: Likewise.
28844 * cilk.h (fn_contains_cilk_spawn_p): Likewise.
28845 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Likewise.
28846 * ira.c (ira_setup_eliminable_regset): Likewise.
28847 * omp-low.c (gate_expand_omp): Likewise.
28848 (execute_lower_omp): Likewise.
28849 (diagnose_sb_0): Likewise.
28850 (gate_diagnose_omp_blocks): Likewise.
28851 (simd_clone_clauses_extract): Likewise.
28852 (gate): Likewise.
28853
28854 2014-01-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
28855
28856 * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Remove
28857 correction for little endian...
28858 * config/rs6000/vsx.md (vsx_xxpermdi2_<mode>_1): ...and move it to
28859 here.
28860
28861 2014-01-24 Jeff Law <law@redhat.com>
28862
28863 PR tree-optimization/59919
28864 * tree-vrp.c (find_assert_locations_1): Do not register asserts
28865 for non-returning calls.
28866
28867 2014-01-24 James Greenhalgh <james.greenhalgh@arm.com>
28868
28869 * common/config/aarch64/aarch64-common.c
28870 (aarch64_rewrite_mcpu): Handle multiple names.
28871 * config/aarch64/aarch64.h
28872 (BIG_LITTLE_SPEC): Do not discard mcpu switches.
28873
28874 2014-01-24 Dodji Seketeli <dodji@redhat.com>
28875
28876 * input.c (add_file_to_cache_tab): Handle the case where fopen
28877 returns NULL.
28878
28879 2014-01-23 H.J. Lu <hongjiu.lu@intel.com>
28880
28881 PR target/59929
28882 * config/i386/i386.md (pushsf splitter): Get stack adjustment
28883 from push operand if code of push isn't PRE_DEC.
28884
28885 2014-01-23 Michael Meissner <meissner@linux.vnet.ibm.com>
28886
28887 PR target/59909
28888 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
28889 -mquad-memory-atomic. Update -mquad-memory documentation to say
28890 it is only used for non-atomic loads/stores.
28891
28892 * config/rs6000/predicates.md (quad_int_reg_operand): Allow either
28893 -mquad-memory or -mquad-memory-atomic switches.
28894
28895 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
28896 -mquad-memory-atomic to ISA 2.07 support.
28897
28898 * config/rs6000/rs6000.opt (-mquad-memory-atomic): Add new switch
28899 to separate support of normal quad word memory operations (ldq, stq)
28900 from the atomic quad word memory operations.
28901
28902 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
28903 support to separate non-atomic quad word operations from atomic
28904 quad word operations. Disable non-atomic quad word operations in
28905 little endian mode so that we don't have to swap words after the
28906 load and before the store.
28907 (quad_load_store_p): Add comment about atomic quad word support.
28908 (rs6000_opt_masks): Add -mquad-memory-atomic to the list of
28909 options printed with -mdebug=reg.
28910
28911 * config/rs6000/rs6000.h (TARGET_SYNC_TI): Use
28912 -mquad-memory-atomic as the test for whether we have quad word
28913 atomic instructions.
28914 (TARGET_SYNC_HI_QI): If either -mquad-memory-atomic, -mquad-memory,
28915 or -mp8-vector are used, allow byte/half-word atomic operations.
28916
28917 * config/rs6000/sync.md (load_lockedti): Insure that the address
28918 is a proper indexed or indirect address for the lqarx instruction.
28919 On little endian systems, swap the hi/lo registers after the lqarx
28920 instruction.
28921 (load_lockedpti): Use indexed_or_indirect_operand predicate to
28922 insure the address is valid for the lqarx instruction.
28923 (store_conditionalti): Insure that the address is a proper indexed
28924 or indirect address for the stqcrx. instruction. On little endian
28925 systems, swap the hi/lo registers before doing the stqcrx.
28926 instruction.
28927 (store_conditionalpti): Use indexed_or_indirect_operand predicate to
28928 insure the address is valid for the stqcrx. instruction.
28929
28930 * gcc/config/rs6000/rs6000-c.c (rs6000_target_modify_macros):
28931 Define __QUAD_MEMORY__ and __QUAD_MEMORY_ATOMIC__ based on what
28932 type of quad memory support is available.
28933
28934 2014-01-23 Vladimir Makarov <vmakarov@redhat.com>
28935
28936 PR regression/59915
28937 * lra-constraints.c (simplify_operand_subreg): Spill pseudo if
28938 there is a danger of looping.
28939
28940 2014-01-23 Pat Haugen <pthaugen@us.ibm.com>
28941
28942 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
28943 force flag_ira_loop_pressure if set via command line.
28944
28945 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
28946
28947 * config/aarch64/aarch64-simd-builtins.def (ashr): DI mode removed.
28948 (ashr_simd): New builtin handling DI mode.
28949 * config/aarch64/aarch64-simd.md (aarch64_ashr_simddi): New pattern.
28950 (aarch64_sshr_simddi): New match pattern.
28951 * config/aarch64/arm_neon.h (vshr_n_s32): Builtin call modified.
28952 (vshrd_n_s64): Likewise.
28953 * config/aarch64/predicates.md (aarch64_shift_imm64_di): New predicate.
28954
28955 2014-01-23 Nick Clifton <nickc@redhat.com>
28956
28957 * config/msp430/msp430.h (ASM_SPEC): Pass the -mcpu as -mcpu.
28958 (LIB_SPEC): Drop use of memory.ld and peripherals.ld scripts in
28959 favour of mcu specific scripts.
28960 * config/msp430/t-msp430 (MULTILIB_MATCHES): Add more matches for
28961 430x multilibs.
28962
28963 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
28964 Alex Velenko <Alex.Velenko@arm.com>
28965
28966 * config/aarch64/arm_neon.h (vaddv_s8): __LANE0 cleanup.
28967 (vaddv_s16): Likewise.
28968 (vaddv_s32): Likewise.
28969 (vaddv_u8): Likewise.
28970 (vaddv_u16): Likewise.
28971 (vaddv_u32): Likewise.
28972 (vaddvq_s8): Likewise.
28973 (vaddvq_s16): Likewise.
28974 (vaddvq_s32): Likewise.
28975 (vaddvq_s64): Likewise.
28976 (vaddvq_u8): Likewise.
28977 (vaddvq_u16): Likewise.
28978 (vaddvq_u32): Likewise.
28979 (vaddvq_u64): Likewise.
28980 (vaddv_f32): Likewise.
28981 (vaddvq_f32): Likewise.
28982 (vaddvq_f64): Likewise.
28983 (vmaxv_f32): Likewise.
28984 (vmaxv_s8): Likewise.
28985 (vmaxv_s16): Likewise.
28986 (vmaxv_s32): Likewise.
28987 (vmaxv_u8): Likewise.
28988 (vmaxv_u16): Likewise.
28989 (vmaxv_u32): Likewise.
28990 (vmaxvq_f32): Likewise.
28991 (vmaxvq_f64): Likewise.
28992 (vmaxvq_s8): Likewise.
28993 (vmaxvq_s16): Likewise.
28994 (vmaxvq_s32): Likewise.
28995 (vmaxvq_u8): Likewise.
28996 (vmaxvq_u16): Likewise.
28997 (vmaxvq_u32): Likewise.
28998 (vmaxnmv_f32): Likewise.
28999 (vmaxnmvq_f32): Likewise.
29000 (vmaxnmvq_f64): Likewise.
29001 (vminv_f32): Likewise.
29002 (vminv_s8): Likewise.
29003 (vminv_s16): Likewise.
29004 (vminv_s32): Likewise.
29005 (vminv_u8): Likewise.
29006 (vminv_u16): Likewise.
29007 (vminv_u32): Likewise.
29008 (vminvq_f32): Likewise.
29009 (vminvq_f64): Likewise.
29010 (vminvq_s8): Likewise.
29011 (vminvq_s16): Likewise.
29012 (vminvq_s32): Likewise.
29013 (vminvq_u8): Likewise.
29014 (vminvq_u16): Likewise.
29015 (vminvq_u32): Likewise.
29016 (vminnmv_f32): Likewise.
29017 (vminnmvq_f32): Likewise.
29018 (vminnmvq_f64): Likewise.
29019
29020 2014-01-23 James Greenhalgh <james.greenhalgh@arm.com>
29021
29022 * config/aarch64/aarch64-simd.md
29023 (aarch64_dup_lane<mode>): Correct lane number on big-endian.
29024 (aarch64_dup_lane_<vswap_widthi_name><mode>): Likewise.
29025 (*aarch64_mul3_elt<mode>): Likewise.
29026 (*aarch64_mul3_elt<vswap_width_name><mode>): Likewise.
29027 (*aarch64_mul3_elt_to_64v2df): Likewise.
29028 (*aarch64_mla_elt<mode>): Likewise.
29029 (*aarch64_mla_elt_<vswap_width_name><mode>): Likewise.
29030 (*aarch64_mls_elt<mode>): Likewise.
29031 (*aarch64_mls_elt_<vswap_width_name><mode>): Likewise.
29032 (*aarch64_fma4_elt<mode>): Likewise.
29033 (*aarch64_fma4_elt_<vswap_width_name><mode>): Likewise.
29034 (*aarch64_fma4_elt_to_64v2df): Likewise.
29035 (*aarch64_fnma4_elt<mode>): Likewise.
29036 (*aarch64_fnma4_elt_<vswap_width_name><mode>): Likewise.
29037 (*aarch64_fnma4_elt_to_64v2df): Likewise.
29038 (aarch64_sq<r>dmulh_lane<mode>): Likewise.
29039 (aarch64_sq<r>dmulh_laneq<mode>): Likewise.
29040 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29041 (aarch64_sqdml<SBINQOPS:as>l_lane<mode>_internal): Likewise.
29042 (aarch64_sqdml<SBINQOPS:as>l2_lane<mode>_internal): Likewise.
29043 (aarch64_sqdmull_lane<mode>_internal): Likewise.
29044 (aarch64_sqdmull2_lane<mode>_internal): Likewise.
29045
29046 2013-01-23 Alex Velenko <Alex.Velenko@arm.com>
29047
29048 * config/aarch64/aarch64-simd.md
29049 (aarch64_be_checked_get_lane<mode>): New define_expand.
29050 * config/aarch64/aarch64-simd-builtins.def
29051 (BUILTIN_VALL (GETLANE, be_checked_get_lane, 0)):
29052 New builtin definition.
29053 * config/aarch64/arm_neon.h: (__aarch64_vget_lane_any):
29054 Use new safe be builtin.
29055
29056 2014-01-23 Alex Velenko <Alex.Velenko@arm.com>
29057
29058 * config/aarch64/aarch64-simd.md (aarch64_be_ld1<mode>):
29059 New define_insn.
29060 (aarch64_be_st1<mode>): Likewise.
29061 (aarch_ld1<VALL:mode>): Define_expand modified.
29062 (aarch_st1<VALL:mode>): Likewise.
29063 * config/aarch64/aarch64.md (UNSPEC_LD1): New unspec definition.
29064 (UNSPEC_ST1): Likewise.
29065
29066 2014-01-23 David Holsgrove <david.holsgrove@xilinx.com>
29067
29068 * config/microblaze/microblaze.md: Add trap insn and attribute
29069
29070 2014-01-23 Dodji Seketeli <dodji@redhat.com>
29071
29072 PR preprocessor/58580
29073 * input.h (location_get_source_line): Take an additional line_size
29074 parameter.
29075 (void diagnostics_file_cache_fini): Declare new function.
29076 * input.c (struct fcache): New type.
29077 (fcache_tab_size, fcache_buffer_size, fcache_line_record_size):
29078 New static constants.
29079 (diagnostic_file_cache_init, total_lines_num)
29080 (lookup_file_in_cache_tab, evicted_cache_tab_entry)
29081 (add_file_to_cache_tab, lookup_or_add_file_to_cache_tab)
29082 (needs_read, needs_grow, maybe_grow, read_data, maybe_read_data)
29083 (get_next_line, read_next_line, goto_next_line, read_line_num):
29084 New static function definitions.
29085 (diagnostic_file_cache_fini): New function.
29086 (location_get_source_line): Take an additional output line_len
29087 parameter. Re-write using lookup_or_add_file_to_cache_tab and
29088 read_line_num.
29089 * diagnostic.c (diagnostic_finish): Call
29090 diagnostic_file_cache_fini.
29091 (adjust_line): Take an additional input parameter for the length
29092 of the line, rather than calculating it with strlen.
29093 (diagnostic_show_locus): Adjust the use of
29094 location_get_source_line and adjust_line with respect to their new
29095 signature. While displaying a line now, do not stop at the first
29096 null byte. Rather, display the zero byte as a space and keep
29097 going until we reach the size of the line.
29098 * Makefile.in: Add vec.o to OBJS-libcommon
29099
29100 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
29101 Ilya Tocar <ilya.tocar@intel.com>
29102
29103 * config/i386/avx512fintrin.h (_mm512_kmov): New.
29104 * config/i386/i386.c (IX86_BUILTIN_KMOV16): Ditto.
29105 (__builtin_ia32_kmov16): Ditto.
29106 * config/i386/i386.md (UNSPEC_KMOV): New.
29107 (kmovw): Ditto.
29108
29109 2014-01-23 Kirill Yukhin <kirill.yukhin@intel.com>
29110
29111 * config/i386/avx512fintrin.h (_mm512_loadu_si512): Rename.
29112 (_mm512_storeu_si512): Ditto.
29113
29114 2014-01-23 Richard Sandiford <rdsandiford@googlemail.com>
29115
29116 PR target/52125
29117 * rtl.h (get_referenced_operands): Declare.
29118 * recog.c (get_referenced_operands): New function.
29119 * config/mips/mips.c (mips_reorg_process_insns): Check which asm
29120 operands have been referenced when recording LO_SUM references.
29121
29122 2014-01-22 David Holsgrove <david.holsgrove@xilinx.com>
29123
29124 * config/microblaze/microblaze.md: Correct bswaphi2 insn.
29125
29126 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
29127
29128 * config/i386/x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS):
29129 Enable for generic and recent AMD targets.
29130
29131 2014-01-22 Jan Hubicka <hubicka@ucw.cz>
29132
29133 * combine-stack-adj.c (combine_stack_adjustments_for_block): Remove
29134 ARG_SIZE note when adjustment was eliminated.
29135
29136 2014-01-22 Jeff Law <law@redhat.com>
29137
29138 PR tree-optimization/59597
29139 * tree-ssa-threadupdate.c (dump_jump_thread_path): Move to earlier
29140 in file. Accept new argument REGISTERING and use it to modify
29141 dump output appropriately.
29142 (register_jump_thread): Corresponding changes.
29143 (mark_threaded_blocks): Reinstate code to cancel unprofitable
29144 thread paths involving joiner blocks. Add code to dump cancelled
29145 jump threading paths.
29146
29147 2014-01-22 Vladimir Makarov <vmakarov@redhat.com>
29148
29149 PR rtl-optimization/59477
29150 * lra-constraints.c (inherit_in_ebb): Process call for living hard
29151 regs. Update reloads_num and potential_reload_hard_regs for all insns.
29152
29153 2014-01-22 Tom Tromey <tromey@redhat.com>
29154
29155 * config/i386/i386-interix.h (i386_pe_unique_section): Don't use
29156 PARAMS.
29157 * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
29158
29159 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
29160
29161 PR rtl-optimization/59896
29162 * lra-constraints.c (process_alt_operands): Check unused note for
29163 matched operands of insn with no output reloads.
29164
29165 2014-01-21 Richard Sandiford <rdsandiford@googlemail.com>
29166
29167 * config/mips/mips.c (mips_move_to_gpr_cost): Add M16_REGS case.
29168 (mips_move_from_gpr_cost): Likewise.
29169
29170 2014-01-21 Vladimir Makarov <vmakarov@redhat.com>
29171
29172 PR rtl-optimization/59858
29173 * lra-constraints.c (SMALL_REGISTER_CLASS_P): Use
29174 ira_class_hard_regs_num.
29175 (process_alt_operands): Increase reject for dying matched operand.
29176
29177 2014-01-21 Jakub Jelinek <jakub@redhat.com>
29178
29179 PR target/59003
29180 * config/i386/i386.c (expand_small_movmem_or_setmem): If mode is
29181 smaller than size, perform several stores or loads and stores
29182 at dst + count - size to store or copy all of size bytes, rather
29183 than just last modesize bytes.
29184
29185 2014-01-20 DJ Delorie <dj@redhat.com>
29186
29187 * config/rl78/rl78.c (rl78_propogate_register_origins): Verify
29188 that CLOBBERs are REGs before propogating their values.
29189
29190 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
29191
29192 PR middle-end/59789
29193 * cgraph.c (cgraph_inline_failed_string): Add type to DEFCIFCODE.
29194 (cgraph_inline_failed_type): New function.
29195 * cgraph.h (DEFCIFCODE): Add type.
29196 (cgraph_inline_failed_type_t): New enum.
29197 (cgraph_inline_failed_type): New prototype.
29198 * cif-code.def: Add CIF_FINAL_NORMAL to OK, FUNCTION_NOT_CONSIDERED,
29199 FUNCTION_NOT_OPTIMIZED, REDEFINED_EXTERN_INLINE,
29200 FUNCTION_NOT_INLINE_CANDIDATE, LARGE_FUNCTION_GROWTH_LIMIT,
29201 LARGE_STACK_FRAME_GROWTH_LIMIT, MAX_INLINE_INSNS_SINGLE_LIMIT,
29202 MAX_INLINE_INSNS_AUTO_LIMIT, INLINE_UNIT_GROWTH_LIMIT,
29203 RECURSIVE_INLINING, UNLIKELY_CALL, NOT_DECLARED_INLINED,
29204 OPTIMIZING_FOR_SIZE, ORIGINALLY_INDIRECT_CALL,
29205 INDIRECT_UNKNOWN_CALL, USES_COMDAT_LOCAL.
29206 Add CIF_FINAL_ERROR to UNSPECIFIED, BODY_NOT_AVAILABLE,
29207 FUNCTION_NOT_INLINABLE, OVERWRITABLE, MISMATCHED_ARGUMENTS,
29208 EH_PERSONALITY, NON_CALL_EXCEPTIONS, TARGET_OPTION_MISMATCH,
29209 OPTIMIZATION_MISMATCH.
29210 * tree-inline.c (expand_call_inline): Emit errors during
29211 early_inlining if cgraph_inline_failed_type returns CIF_FINAL_ERROR.
29212
29213 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
29214
29215 PR target/59685
29216 * config/i386/sse.md (*andnot<mode>3<mask_name>): Handle MODE_V16SF
29217 mode attribute in insn output.
29218
29219 2014-01-20 Eric Botcazou <ebotcazou@adacore.com>
29220
29221 * output.h (output_constant): Delete.
29222 * varasm.c (output_constant): Make private.
29223
29224 2014-01-20 Alex Velenko <Alex.Velenko@arm.com>
29225
29226 * config/aarch64/aarch64-simd.md (vec_perm<mode>): Add BE check.
29227
29228 2014-01-20 Jakub Jelinek <jakub@redhat.com>
29229
29230 PR middle-end/59860
29231 * tree.h (fold_builtin_strcat): New prototype.
29232 * builtins.c (fold_builtin_strcat): No longer static. Add len
29233 argument, if non-NULL, don't call c_strlen. Optimize
29234 directly into __builtin_memcpy instead of __builtin_strcpy.
29235 (fold_builtin_2): Adjust fold_builtin_strcat caller.
29236 * gimple-fold.c (gimple_fold_builtin): Handle BUILT_IN_STRCAT.
29237
29238 2014-01-20 Uros Bizjak <ubizjak@gmail.com>
29239
29240 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
29241 for SImode_address_operand operands, having only a REG argument.
29242
29243 2014-01-20 Marcus Shawcroft <marcus.shawcroft@arm.com>
29244
29245 * config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER): Expand
29246 loader name using mbig-endian.
29247 (LINUX_TARGET_LINK_SPEC): Pass linker -m flag.
29248
29249 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
29250
29251 * doc/invoke.texi (-march): Clarify documentation for AArch64.
29252 (-mtune): Likewise.
29253 (-mcpu): Likewise.
29254
29255 2014-01-20 Tejas Belagod <tejas.belagod@arm.com>
29256
29257 * config/aarch64/aarch64-protos.h
29258 (aarch64_cannot_change_mode_class_ptr): Declare.
29259 * config/aarch64/aarch64.c (aarch64_cannot_change_mode_class,
29260 aarch64_cannot_change_mode_class_ptr): New.
29261 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Change to call
29262 backend hook aarch64_cannot_change_mode_class.
29263
29264 2014-01-20 James Greenhalgh <james.greenhalgh@arm.com>
29265
29266 * common/config/aarch64/aarch64-common.c
29267 (aarch64_handle_option): Don't handle any option order logic here.
29268 * config/aarch64/aarch64.c (aarch64_parse_arch): Do not override
29269 selected_cpu, warn on architecture version mismatch.
29270 (aarch64_override_options): Fix parsing order for option strings.
29271
29272 2014-01-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
29273 Iain Sandoe <iain@codesourcery.com>
29274
29275 PR bootstrap/59496
29276 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable
29277 warning. Amend comment to reflect current functionality.
29278
29279 2014-01-20 Richard Biener <rguenther@suse.de>
29280
29281 PR middle-end/59860
29282 * builtins.c (fold_builtin_strcat): Remove case better handled
29283 by tree-ssa-strlen.c.
29284
29285 2014-01-20 Alan Lawrence <alan.lawrence@arm.com>
29286
29287 * config/aarch64/aarch64.opt
29288 (mcpu, march, mtune): Make case-insensitive.
29289
29290 2014-01-20 Jakub Jelinek <jakub@redhat.com>
29291
29292 PR target/59880
29293 * config/i386/i386.c (ix86_avoid_lea_for_addr): Return false
29294 if operands[1] is a REG or ZERO_EXTEND of a REG.
29295
29296 2014-01-19 Jan Hubicka <hubicka@ucw.cz>
29297
29298 * varasm.c (compute_reloc_for_constant): Use targetm.binds_local_p.
29299
29300 2014-01-19 John David Anglin <danglin@gcc.gnu.org>
29301
29302 * config/pa/pa.c (pa_attr_length_millicode_call): Correct length of
29303 long non-pic millicode calls.
29304
29305 2014-01-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
29306
29307 * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Fix unused variable warning.
29308
29309 2014-01-19 Kito Cheng <kito@0xlab.org>
29310
29311 * builtins.c (expand_movstr): Check movstr expand done or fail.
29312
29313 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
29314 H.J. Lu <hongjiu.lu@intel.com>
29315
29316 PR target/59379
29317 * config/i386/i386.md (*lea<mode>): Zero-extend return register
29318 to DImode for zero-extended addresses.
29319
29320 2014-01-19 Jakub Jelinek <jakub@redhat.com>
29321
29322 PR rtl-optimization/57763
29323 * bb-reorder.c (fix_crossing_unconditional_branches): Set JUMP_LABEL
29324 on the new indirect jump_insn and increment LABEL_NUSES (label).
29325
29326 2014-01-18 H.J. Lu <hongjiu.lu@intel.com>
29327
29328 PR bootstrap/59580
29329 PR bootstrap/59583
29330 * config.gcc (x86_archs): New variable.
29331 (x86_64_archs): Likewise.
29332 (x86_cpus): Likewise.
29333 Use $x86_archs, $x86_64_archs and $x86_cpus to check valid
29334 --with-arch/--with-cpu= options.
29335 Support --with-arch=/--with-cpu={nehalem,westmere,
29336 sandybridge,ivybridge,haswell,broadwell,bonnell,silvermont}.
29337
29338 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
29339
29340 * config/i386/i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8
29341 and PROCESSOR_ATHLON to simplify code. Move "memory" calculation.
29342
29343 2014-01-18 Uros Bizjak <ubizjak@gmail.com>
29344
29345 * config/i386/i386.md (*swap<mode>): Rename from swap<mode>.
29346
29347 2014-01-18 Jakub Jelinek <jakub@redhat.com>
29348
29349 PR target/58944
29350 * config/i386/i386-c.c (ix86_pragma_target_parse): Temporarily
29351 clear cpp_get_options (parse_in)->warn_unused_macros for
29352 ix86_target_macros_internal with cpp_define.
29353
29354 2014-01-18 Richard Sandiford <rdsandiford@googlemail.com>
29355
29356 * jump.c (delete_related_insns): Keep (use (insn))s.
29357 * reorg.c (redundant_insn): Check for barriers too.
29358
29359 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
29360
29361 * config/i386/i386.c (ix86_split_lea_for_addr): Fix a comment typo.
29362
29363 2014-01-17 John David Anglin <danglin@gcc.gnu.org>
29364
29365 * config/pa/pa.c (pa_attr_length_indirect_call): Don't output a short
29366 call to $$dyncall when TARGET_LONG_CALLS is true.
29367
29368 2014-01-17 Jeff Law <law@redhat.com>
29369
29370 * ree.c (combine_set_extension): Temporarily disable test for
29371 changing number of hard registers.
29372
29373 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
29374
29375 PR middle-end/58125
29376 * ipa-inline-analysis.c (inline_free_summary):
29377 Do not free summary of aliases.
29378
29379 2014-01-17 Jakub Jelinek <jakub@redhat.com>
29380
29381 PR middle-end/59706
29382 * gimplify.c (gimplify_expr): Use create_tmp_var
29383 instead of create_tmp_var_raw. If cond doesn't have
29384 integral type, don't add the IFN_ANNOTATE builtin at all.
29385
29386 2014-01-17 Martin Jambor <mjambor@suse.cz>
29387
29388 PR ipa/59736
29389 * ipa-cp.c (prev_edge_clone): New variable.
29390 (grow_next_edge_clone_vector): Renamed to grow_edge_clone_vectors.
29391 Also resize prev_edge_clone vector.
29392 (ipcp_edge_duplication_hook): Also update prev_edge_clone.
29393 (ipcp_edge_removal_hook): New function.
29394 (ipcp_driver): Register ipcp_edge_removal_hook.
29395
29396 2014-01-17 Andrew Pinski <apinski@cavium.com>
29397 Steve Ellcey <sellcey@mips.com>
29398
29399 PR target/59462
29400 * config/mips/mips.c (mips_print_operand): Check operand mode instead
29401 of operator mode.
29402
29403 2014-01-17 Jeff Law <law@redhat.com>
29404
29405 PR middle-end/57904
29406 * passes.def: Reorder pass_copy_prop, pass_unrolli, pass_ccp sequence
29407 so that pass_ccp runs first.
29408
29409 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
29410
29411 * config/i386/i386.c (ix86_lea_outperforms): Use TARGET_XXX.
29412 (ix86_adjust_cost): Use !TARGET_XXX.
29413 (do_reorder_for_imul): Likewise.
29414 (swap_top_of_ready_list): Likewise.
29415 (ix86_sched_reorder): Likewise.
29416
29417 2014-01-17 H.J. Lu <hongjiu.lu@intel.com>
29418
29419 * config/i386/i386-c.c (ix86_target_macros_internal): Handle
29420 PROCESSOR_INTEL. Treat like PROCESSOR_GENERIC.
29421 * config/i386/i386.c (intel_memcpy): New. Duplicate slm_memcpy.
29422 (intel_memset): New. Duplicate slm_memset.
29423 (intel_cost): New. Duplicate slm_cost.
29424 (m_INTEL): New macro.
29425 (processor_target_table): Add "intel".
29426 (ix86_option_override_internal): Replace PROCESSOR_SILVERMONT
29427 with PROCESSOR_INTEL for "intel".
29428 (ix86_lea_outperforms): Support PROCESSOR_INTEL. Duplicate
29429 PROCESSOR_SILVERMONT.
29430 (ix86_issue_rate): Likewise.
29431 (ix86_adjust_cost): Likewise.
29432 (ia32_multipass_dfa_lookahead): Likewise.
29433 (swap_top_of_ready_list): Likewise.
29434 (ix86_sched_reorder): Likewise.
29435 (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
29436 instead of TARGET_OPT_AGU.
29437 * config/i386/i386.h (TARGET_INTEL): New.
29438 (TARGET_AVOID_LEA_FOR_ADDR): Likewise.
29439 (processor_type): Add PROCESSOR_INTEL.
29440 * config/i386/x86-tune.def: Support m_INTEL. Duplicate m_SILVERMONT.
29441 Add X86_TUNE_AVOID_LEA_FOR_ADDR.
29442
29443 2014-01-17 Marek Polacek <polacek@redhat.com>
29444
29445 PR c/58346
29446 * gimple-fold.c (fold_array_ctor_reference): Don't fold if element
29447 size is zero.
29448
29449 2014-01-17 Richard Biener <rguenther@suse.de>
29450
29451 PR tree-optimization/46590
29452 * opts.c (default_options_table): Add entries for
29453 OPT_fbranch_count_reg, OPT_fmove_loop_invariants and OPT_ftree_pta,
29454 all enabled at -O1 but not for -Og.
29455 * common.opt (fbranch-count-reg): Remove Init(1).
29456 (fmove-loop-invariants): Likewise.
29457 (ftree-pta): Likewise.
29458
29459 2014-01-17 Jakub Jelinek <jakub@redhat.com>
29460
29461 * config/i386/i386.c (ix86_data_alignment): For compatibility with
29462 (incorrect) GCC 4.8 and earlier alignment assumptions ensure we align
29463 decls to at least the GCC 4.8 used alignments.
29464
29465 PR fortran/59440
29466 * tree-nested.c (convert_nonlocal_reference_stmt,
29467 convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
29468 of GIMPLE_BIND stmts, adjust associated decls.
29469
29470 2014-01-17 Richard Biener <rguenther@suse.de>
29471
29472 PR tree-optimization/46590
29473 * vec.h (vec<>::bseach): New member function implementing
29474 binary search according to C89 bsearch.
29475 (vec<>::qsort): Avoid calling ::qsort for vectors with sizes 0 or 1.
29476 * tree-ssa-loop-im.c (struct mem_ref): Make stored member a
29477 bitmap pointer again. Make accesses_in_loop a flat array.
29478 (mem_ref_obstack): New global.
29479 (outermost_indep_loop): Adjust for mem_ref->stored changes.
29480 (mark_ref_stored): Likewise.
29481 (ref_indep_loop_p_2): Likewise.
29482 (set_ref_stored_in_loop): New helper function.
29483 (mem_ref_alloc): Allocate mem_refs on the mem_ref_obstack obstack.
29484 (memref_free): Adjust.
29485 (record_mem_ref_loc): Simplify.
29486 (gather_mem_refs_stmt): Adjust.
29487 (sort_locs_in_loop_postorder_cmp): New function.
29488 (analyze_memory_references): Sort accesses_in_loop after
29489 loop postorder number.
29490 (find_ref_loc_in_loop_cmp): New function.
29491 (for_all_locs_in_loop): Find relevant cluster of locs in
29492 accesses_in_loop and iterate without recursion.
29493 (execute_sm): Avoid uninit warning.
29494 (struct ref_always_accessed): Simplify.
29495 (ref_always_accessed::operator ()): Likewise.
29496 (ref_always_accessed_p): Likewise.
29497 (tree_ssa_lim_initialize): Initialize mem_ref_obstack, compute
29498 loop postorder numbers here.
29499 (tree_ssa_lim_finalize): Free mem_ref_obstack and loop postorder
29500 numbers.
29501
29502 2014-01-17 Jan Hubicka <hubicka@ucw.cz>
29503
29504 PR c++/57945
29505 * passes.c (rest_of_decl_compilation): Don't call varpool_finalize_decl
29506 on decls for which assemble_alias has been called.
29507
29508 2014-01-17 Nick Clifton <nickc@redhat.com>
29509
29510 * config/msp430/msp430.opt: (mcpu): New option.
29511 * config/msp430/msp430.c (msp430_mcu_name): Use target_mcu.
29512 (msp430_option_override): Parse target_cpu. If the MCU name
29513 matches a generic string, clear target_mcu.
29514 (msp430_attr): Allow numeric interrupt values up to 63.
29515 (msp430_expand_epilogue): No longer invert operand 1 of gen_popm.
29516 * config/msp430/msp430.h (ASM_SPEC): Convert -mcpu into a -mmcu
29517 option.
29518 * config/msp430/t-msp430: (MULTILIB_MATCHES): Remove mcu matches.
29519 Add mcpu matches.
29520 * config/msp430/msp430.md (popm): Use %J rather than %I.
29521 (addsi3): Use msp430_nonimmediate_operand for operand 2.
29522 (addhi_cy_i): Use immediate_operand for operand 2.
29523 * doc/invoke.texi: Document -mcpu option.
29524
29525 2014-01-17 Richard Biener <rguenther@suse.de>
29526
29527 PR rtl-optimization/38518
29528 * df.h (df_analyze_loop): Declare.
29529 * df-core.c: Include cfgloop.h.
29530 (df_analyze_1): Split out main part of df_analyze.
29531 (df_analyze): Adjust.
29532 (loop_inverted_post_order_compute): New function.
29533 (loop_post_order_compute): Likewise.
29534 (df_analyze_loop): New function avoiding whole-function
29535 postorder computes.
29536 * loop-invariant.c (find_defs): Use df_analyze_loop.
29537 (find_invariants): Adjust.
29538 * loop-iv.c (iv_analysis_loop_init): Use df_analyze_loop.
29539
29540 2014-01-17 Zhenqiang Chen <zhenqiang.chen@arm.com>
29541
29542 * config/arm/arm.c (arm_v7m_tune): Set max_insns_skipped to 2.
29543 (thumb2_final_prescan_insn): Set max to MAX_INSN_PER_IT_BLOCK.
29544
29545 2014-01-16 Ilya Enkovich <ilya.enkovich@intel.com>
29546
29547 * ipa-ref.c (ipa_remove_stmt_references): Fix references
29548 traversal when removing references.
29549
29550 2014-01-16 Jan Hubicka <hubicka@ucw.cz>
29551
29552 PR ipa/59775
29553 * tree.c (get_binfo_at_offset): Look harder for virtual bases.
29554
29555 2014-01-16 Bernd Schmidt <bernds@codesourcery.com>
29556
29557 PR middle-end/56791
29558 * reload.c (find_reloads_address_1): Do not use RELOAD_OTHER when
29559 pushing a reload for an autoinc when we had previously reloaded an
29560 inner part of the address.
29561
29562 2014-01-16 Jakub Jelinek <jakub@redhat.com>
29563
29564 * tree-vectorizer.h (struct _loop_vec_info): Add no_data_dependencies
29565 field.
29566 (LOOP_VINFO_NO_DATA_DEPENDENCIES): Define.
29567 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Clear it
29568 when not giving up or versioning for alias only because of
29569 loop->safelen.
29570 (vect_analyze_data_ref_dependences): Set to true.
29571 * tree-vect-stmts.c (hoist_defs_of_uses): Return false if def_stmt
29572 is a GIMPLE_PHI.
29573 (vectorizable_load): Use LOOP_VINFO_NO_DATA_DEPENDENCIES instead of
29574 LOOP_REQUIRES_VERSIONING_FOR_ALIAS, add && !nested_in_vect_loop
29575 to the condition.
29576
29577 PR middle-end/58344
29578 * expr.c (expand_expr_real_1): Handle init == NULL_TREE.
29579
29580 PR target/59839
29581 * config/i386/i386.c (ix86_expand_builtin): If target doesn't satisfy
29582 operand 0 predicate for gathers, use a new pseudo as subtarget.
29583
29584 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
29585
29586 PR middle-end/59609
29587 * lra-constraints.c (process_alt_operands): Add printing debug info.
29588 Check absence of input/output reloads for matched operands too.
29589
29590 2014-01-16 Vladimir Makarov <vmakarov@redhat.com>
29591
29592 PR rtl-optimization/59835
29593 * ira.c (ira_init_register_move_cost): Increase cost for
29594 impossible modes.
29595
29596 2014-01-16 Alan Lawrence <alan.lawrence@arm.com>
29597
29598 * config/arm/arm.opt (mcpu, march, mtune): Make case-insensitive.
29599
29600 2014-01-16 Richard Earnshaw <rearnsha@arm.com>
29601
29602 PR target/59780
29603 * aarch64.c (aarch64_split_128bit_move): Don't lookup REGNO on
29604 non-register objects. Use gen_(high/low)part more consistently.
29605 Fix assertions.
29606
29607 2014-01-16 Michael Meissner <meissner@linux.vnet.ibm.com>
29608
29609 PR target/59844
29610 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Add little
29611 endian support, remove tests for WORDS_BIG_ENDIAN.
29612 (p8_mfvsrd_3_<mode>): Likewise.
29613 (reload_gpr_from_vsx<mode>): Likewise.
29614 (reload_gpr_from_vsxsf): Likewise.
29615 (p8_mfvsrd_4_disf): Likewise.
29616
29617 2014-01-16 Richard Biener <rguenther@suse.de>
29618
29619 PR rtl-optimization/46590
29620 * lcm.c (compute_antinout_edge): Use postorder iteration.
29621 (compute_laterin): Use inverted postorder iteration.
29622
29623 2014-01-16 Nick Clifton <nickc@redhat.com>
29624
29625 PR middle-end/28865
29626 * varasm.c (output_constant): Return the number of bytes actually
29627 emitted.
29628 (output_constructor_array_range): Update the field size with the
29629 number of bytes emitted by output_constant.
29630 (output_constructor_regular_field): Likewise. Also do not
29631 complain if the total number of bytes emitted is now greater
29632 than the expected fieldpos.
29633 * output.h (output_constant): Update prototype and descriptive comment.
29634
29635 2014-01-16 Marek Polacek <polacek@redhat.com>
29636
29637 PR middle-end/59827
29638 * cgraph.c (gimple_check_call_args): Don't use DECL_ARG_TYPE if
29639 it is error_mark_node.
29640
29641 2014-01-15 Uros Bizjak <ubizjak@gmail.com>
29642
29643 * config/i386/i386.c (ix86_hard_regno_mode_ok): Use
29644 VALID_AVX256_REG_OR_OI_MODE.
29645
29646 2014-01-15 Pat Haugen <pthaugen@us.ibm.com>
29647
29648 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Check if
29649 current procedure should be profiled.
29650
29651 2014-01-15 Andrew Pinski <apinski@cavium.com>
29652
29653 * config/aarch64/aarch64.c (aarch64_register_move_cost): Correct cost
29654 of moving from/to the STACK_REG register class.
29655
29656 2014-01-15 Richard Henderson <rth@redhat.com>
29657
29658 PR debug/54694
29659 * reginfo.c (global_regs_decl): Globalize.
29660 * rtl.h (global_regs_decl): Declare.
29661 * ira.c (do_reload): Diagnose frame_pointer_needed and it
29662 reserved via global_regs.
29663
29664 2014-01-15 Teresa Johnson <tejohnson@google.com>
29665
29666 * tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef.
29667
29668 2014-01-15 Bill Schmidt <wschmidt@vnet.linux.ibm.com>
29669
29670 * config/rs6000/altivec.md (mulv8hi3): Explicitly generate vmulesh
29671 and vmulosh rather than call gen_vec_widen_smult_*.
29672 (vec_widen_umult_even_v16qi): Test VECTOR_ELT_ORDER_BIG rather
29673 than BYTES_BIG_ENDIAN to determine use of even or odd instruction.
29674 (vec_widen_smult_even_v16qi): Likewise.
29675 (vec_widen_umult_even_v8hi): Likewise.
29676 (vec_widen_smult_even_v8hi): Likewise.
29677 (vec_widen_umult_odd_v16qi): Likewise.
29678 (vec_widen_smult_odd_v16qi): Likewise.
29679 (vec_widen_umult_odd_v8hi): Likewise.
29680 (vec_widen_smult_odd_v8hi): Likewise.
29681 (vec_widen_umult_hi_v16qi): Explicitly generate vmuleub and
29682 vmuloub rather than call gen_vec_widen_umult_*.
29683 (vec_widen_umult_lo_v16qi): Likewise.
29684 (vec_widen_smult_hi_v16qi): Explicitly generate vmulesb and
29685 vmulosb rather than call gen_vec_widen_smult_*.
29686 (vec_widen_smult_lo_v16qi): Likewise.
29687 (vec_widen_umult_hi_v8hi): Explicitly generate vmuleuh and vmulouh
29688 rather than call gen_vec_widen_umult_*.
29689 (vec_widen_umult_lo_v8hi): Likewise.
29690 (vec_widen_smult_hi_v8hi): Explicitly gnerate vmulesh and vmulosh
29691 rather than call gen_vec_widen_smult_*.
29692 (vec_widen_smult_lo_v8hi): Likewise.
29693
29694 2014-01-15 Jeff Law <law@redhat.com>
29695
29696 PR tree-optimization/59747
29697 * ree.c (find_and_remove_re): Properly handle case where a second
29698 eliminated extension requires widening a copy created for elimination
29699 of a prior extension.
29700 (combine_set_extension): Ensure that the number of hard regs needed
29701 for a destination register does not change when we widen it.
29702
29703 2014-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
29704
29705 * config.gcc (*-*-rtems*): Add t-rtems to tmake_file.
29706 (arm*-*-uclinux*eabi*): Do not override an existing tmake_file.
29707 (arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*): Likwise.
29708 (arm*-*-rtems*): Use t-rtems from existing tmake_file.
29709 (avr-*-rtems*): Likewise.
29710 (bfin*-rtems*): Likewise.
29711 (moxie-*-rtems*): Likewise.
29712 (h8300-*-rtems*): Likewise.
29713 (i[34567]86-*-rtems*): Likewise.
29714 (lm32-*-rtems*): Likewise.
29715 (m32r-*-rtems*): Likewise.
29716 (m68k-*-rtems*): Likewise.
29717 (microblaze*-*-rtems*): Likewise.
29718 (mips*-*-rtems*): Likewise.
29719 (powerpc-*-rtems*): Likewise.
29720 (sh-*-rtems*): Likewise.
29721 (sparc-*-rtems*): Likewise.
29722 (sparc64-*-rtems*): Likewise.
29723 (v850-*-rtems*): Likewise.
29724 (m32c-*-rtems*): Likewise.
29725
29726 2014-01-15 Vladimir Makarov <vmakarov@redhat.com>
29727
29728 PR rtl-optimization/59511
29729 * ira.c (ira_init_register_move_cost): Use memory costs for some
29730 cases of register move cost calculations.
29731 * lra-constraints.c (lra_constraints): Use REG_FREQ_FROM_BB
29732 instead of BB frequency.
29733 * lra-coalesce.c (move_freq_compare_func, lra_coalesce): Ditto.
29734 * lra-assigns.c (find_hard_regno_for): Ditto.
29735
29736 2014-01-15 Richard Biener <rguenther@suse.de>
29737
29738 PR tree-optimization/59822
29739 * tree-vect-stmts.c (hoist_defs_of_uses): New function.
29740 (vectorizable_load): Use it to hoist defs of uses of invariant
29741 loads out of the loop.
29742
29743 2014-01-15 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
29744 Kugan Vivekanandarajah <kuganv@linaro.org>
29745
29746 PR target/59695
29747 * config/aarch64/aarch64.c (aarch64_build_constant): Fix incorrect
29748 truncation.
29749
29750 2014-01-15 Richard Biener <rguenther@suse.de>
29751
29752 PR rtl-optimization/59802
29753 * lcm.c (compute_available): Use inverted postorder to seed
29754 the initial worklist.
29755
29756 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29757
29758 PR target/59803
29759 * config/s390/s390.c (s390_preferred_reload_class): Don't return
29760 ADDR_REGS for invalid symrefs in non-PIC code.
29761
29762 2014-01-15 Jakub Jelinek <jakub@redhat.com>
29763
29764 PR other/58712
29765 * builtins.c (determine_block_size): Initialize *probable_max_size
29766 even if len_rtx is CONST_INT.
29767
29768 2014-01-14 Andrew Pinski <apinski@cavium.com>
29769
29770 * config/aarch64/aarch64-protos.h (tune_params): Add issue_rate.
29771 * config/aarch64/aarch64.c (generic_tunings): Add issue rate of 2.
29772 (cortexa53_tunings): Likewise.
29773 (aarch64_sched_issue_rate): New function.
29774 (TARGET_SCHED_ISSUE_RATE): Define.
29775
29776 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
29777
29778 * ira-costs.c (find_costs_and_classes): Add missed
29779 ira_init_register_move_cost_if_necessary.
29780
29781 2014-01-14 Vladimir Makarov <vmakarov@redhat.com>
29782
29783 PR target/59787
29784 * config/arm/arm.c (arm_coproc_mem_operand): Add lra_in_progress.
29785
29786 2014-01-14 H.J. Lu <hongjiu.lu@intel.com>
29787
29788 PR target/59794
29789 * config/i386/i386.c (type_natural_mode): Add a bool parameter
29790 to indicate if type is used for function return value. Warn ABI
29791 change if the vector mode isn't available for function return value.
29792 (ix86_function_arg_advance): Pass false to type_natural_mode.
29793 (ix86_function_arg): Likewise.
29794 (ix86_gimplify_va_arg): Likewise.
29795 (function_arg_32): Don't warn ABI change.
29796 (ix86_function_value): Pass true to type_natural_mode.
29797 (ix86_return_in_memory): Likewise.
29798 (ix86_struct_value_rtx): Removed.
29799 (TARGET_STRUCT_VALUE_RTX): Likewise.
29800
29801 2014-01-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
29802
29803 * jump.c (redirect_jump_2): Remove REG_CROSSING_JUMP notes when
29804 converting a conditional jump into a conditional return.
29805
29806 2014-01-14 Richard Biener <rguenther@suse.de>
29807
29808 PR tree-optimization/58921
29809 PR tree-optimization/59006
29810 * tree-vect-loop-manip.c (vect_loop_versioning): Remove code
29811 hoisting invariant stmts.
29812 * tree-vect-stmts.c (vectorizable_load): Insert the splat of
29813 invariant loads on the preheader edge if possible.
29814
29815 2014-01-14 Joey Ye <joey.ye@arm.com>
29816
29817 * doc/plugin.texi (Building GCC plugins): Update to C++.
29818
29819 2014-01-14 Kirill Yukhin <kirill.yukhin@intel.com>
29820
29821 * config/i386/avx512erintrin.h (_mm_rcp28_round_sd): New.
29822 (_mm_rcp28_round_ss): Ditto.
29823 (_mm_rsqrt28_round_sd): Ditto.
29824 (_mm_rsqrt28_round_ss): Ditto.
29825 (_mm_rcp28_sd): Ditto.
29826 (_mm_rcp28_ss): Ditto.
29827 (_mm_rsqrt28_sd): Ditto.
29828 (_mm_rsqrt28_ss): Ditto.
29829 * config/i386/avx512fintrin.h (_mm512_stream_load_si512): Ditto.
29830 * config/i386/i386-builtin-types.def (V8DI_FTYPE_PV8DI): Ditto.
29831 * config/i386/i386.c (IX86_BUILTIN_MOVNTDQA512): Ditto.
29832 (IX86_BUILTIN_RCP28SD): Ditto.
29833 (IX86_BUILTIN_RCP28SS): Ditto.
29834 (IX86_BUILTIN_RSQRT28SD): Ditto.
29835 (IX86_BUILTIN_RSQRT28SS): Ditto.
29836 (bdesc_special_args): Define __builtin_ia32_movntdqa512,
29837 __builtin_ia32_rcp28sd_round, __builtin_ia32_rcp28ss_round,
29838 __builtin_ia32_rsqrt28sd_round, __builtin_ia32_rsqrt28ss_round.
29839 (ix86_expand_special_args_builtin): Expand new FTYPE.
29840 * config/i386/sse.md (define_mode_attr "sse4_1_avx2"): Expand to V8DI.
29841 (srcp14<mode>): Make insn unary.
29842 (avx512f_vmscalef<mode><round_name>): Use substed predicate.
29843 (avx512f_sgetexp<mode><round_saeonly_name>): Ditto.
29844 (avx512f_rndscale<mode><round_saeonly_name>): Ditto.
29845 (<sse4_1_avx2>_movntdqa): Extend to 512 bits.
29846 (avx512er_exp2<mode><mask_name><round_saeonly_name>):
29847 Fix rounding: make it SAE only.
29848 (<mask_codefor>avx512er_rcp28<mode><mask_name><round_saeonly_name>):
29849 Ditto.
29850 (<mask_codefor>avx512er_rsqrt28<mode><mask_name><round_saeonly_name>):
29851 Ditto.
29852 (avx512er_vmrcp28<mode><round_saeonly_name>): Ditto.
29853 (avx512er_vmrsqrt28<mode><round_saeonly_name>): Ditto.
29854 (avx512f_getmant<mode><mask_name><round_saeonly_name>): Ditto.
29855 * config/i386/subst.md (round_saeonly_mask_scalar_operand3): Remove.
29856 (round_saeonly_mask_scalar_operand4): Ditto.
29857 (round_saeonly_mask_scalar_op3): Ditto.
29858 (round_saeonly_mask_scalar_op4): Ditto.
29859
29860 2014-01-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29861
29862 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
29863 Implement -maltivec=be for vec_insert and vec_extract.
29864
29865 2014-01-10 DJ Delorie <dj@redhat.com>
29866
29867 * config/msp430/msp430.md (call_internal): Don't allow memory
29868 references with SP as the base register.
29869 (call_value_internal): Likewise.
29870 * config/msp430/constraints.md (Yc): New. For memory references
29871 that don't use SP as a base register.
29872
29873 * config/msp430/msp430.c (msp430_print_operand): Add 'J' to mean
29874 "an integer without a # prefix"
29875 * config/msp430/msp430.md (epilogue_helper): Use it.
29876
29877 2014-01-13 Jakub Jelinek <jakub@redhat.com>
29878
29879 PR target/59617
29880 * config/i386/i386.c (ix86_vectorize_builtin_gather): Uncomment
29881 AVX512F gather builtins.
29882 * tree-vect-stmts.c (vectorizable_mask_load_store): For now punt
29883 on gather decls with INTEGER_TYPE masktype.
29884 (vectorizable_load): For INTEGER_TYPE masktype, put the INTEGER_CST
29885 directly into the builtin rather than hoisting it before loop.
29886
29887 PR tree-optimization/59387
29888 * tree-scalar-evolution.c: Include gimple-fold.h and gimplify-me.h.
29889 (scev_const_prop): If folded_casts and type has undefined overflow,
29890 use force_gimple_operand instead of force_gimple_operand_gsi and
29891 for each added stmt if it is assign with
29892 arith_code_with_undefined_signed_overflow, call
29893 rewrite_to_defined_overflow.
29894 * tree-ssa-loop-im.c: Don't include gimplify-me.h, include
29895 gimple-fold.h instead.
29896 (arith_code_with_undefined_signed_overflow,
29897 rewrite_to_defined_overflow): Moved to ...
29898 * gimple-fold.c (arith_code_with_undefined_signed_overflow,
29899 rewrite_to_defined_overflow): ... here. No longer static.
29900 Include gimplify-me.h.
29901 * gimple-fold.h (arith_code_with_undefined_signed_overflow,
29902 rewrite_to_defined_overflow): New prototypes.
29903
29904 2014-01-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29905
29906 * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
29907
29908 2014-01-13 Eric Botcazou <ebotcazou@adacore.com>
29909
29910 * builtins.c (get_object_alignment_2): Minor tweak.
29911 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Rewrite.
29912
29913 2014-01-13 Christian Bruel <christian.bruel@st.com>
29914
29915 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and
29916 optimized non constant lengths.
29917
29918 2014-01-13 Jakub Jelinek <jakub@redhat.com>
29919
29920 PR libgomp/59194
29921 * omp-low.c (expand_omp_atomic_pipeline): Expand the initial
29922 load as __atomic_load_N if possible.
29923
29924 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
29925
29926 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): Remove
29927 target parameter.
29928 (rs6000_expand_builtin): Adjust call.
29929
29930 2014-01-11 David Edelsohn <dje.gcc@gmail.com>
29931
29932 PR target/58115
29933 * config/rs6000/rs6000.h (SWITCHABLE_TARGET): Define.
29934 * config/rs6000/rs6000.c: Include target-globals.h.
29935 (rs6000_set_current_function): Instead of doing target_reinit
29936 unconditionally, use save_target_globals_default_opts and
29937 restore_target_globals.
29938
29939 * config/rs6000/rs6000-builtin.def (mffs, mtfsf): Add builtins for
29940 FPSCR.
29941 * config/rs6000/rs6000.c (rs6000_expand_mtfsf_builtin): New.
29942 (rs6000_expand_builtin): Handle mffs and mtfsf.
29943 (rs6000_init_builtins): Define mffs and mtfsf.
29944 * config/rs6000/rs6000.md (UNSPECV_MFFS, UNSPECV_MTFSF): New constants.
29945 (rs6000_mffs): New pattern.
29946 (rs6000_mtfsf): New pattern.
29947
29948 2014-01-11 Bin Cheng <bin.cheng@arm.com>
29949
29950 * tree-ssa-loop-ivopts.c (iv_ca_narrow): New parameter.
29951 Start narrowing with START. Apply candidate-use pair
29952 and check overall cost in narrowing.
29953 (iv_ca_prune): Pass new argument.
29954
29955 2014-01-10 Jeff Law <law@redhat.com>
29956
29957 PR middle-end/59743
29958 * ree.c (combine_reaching_defs): Ensure the defining statement
29959 occurs before the extension when optimizing extensions with
29960 different source and destination hard registers.
29961
29962 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
29963
29964 PR ipa/58585
29965 * ipa-devirt.c (build_type_inheritance_graph): Also add types of
29966 vtables into the type inheritance graph.
29967
29968 2014-01-10 Jakub Jelinek <jakub@redhat.com>
29969
29970 PR rtl-optimization/59754
29971 * ree.c (combine_reaching_defs): Disallow !SCALAR_INT_MODE_P
29972 modes in the REGNO != REGNO case.
29973
29974 2014-01-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29975
29976 * config/rs6000/rs6000-builtin.def: Fix pasto for VPKSDUS.
29977
29978 2014-01-10 Jakub Jelinek <jakub@redhat.com>
29979
29980 PR tree-optimization/59745
29981 * tree-predcom.c (tree_predictive_commoning_loop): Call
29982 free_affine_expand_cache if giving up because components is NULL.
29983
29984 * target-globals.c (save_target_globals): Allocate < 4KB structs using
29985 GC in payload of target_globals struct instead of allocating them on
29986 the heap and the larger structs separately using GC.
29987 * target-globals.h (struct target_globals): Make regs, hard_regs,
29988 reload, expmed, ira, ira_int and lra_fields GTY((atomic)) instead
29989 of GTY((skip)) and change type to void *.
29990 (reset_target_globals): Cast loads from those fields to corresponding
29991 types.
29992
29993 2014-01-10 Steve Ellcey <sellcey@mips.com>
29994
29995 PR plugins/59335
29996 * Makefile.in (PLUGIN_HEADERS): Add gimplify.h, gimple-iterator.h,
29997 gimple-ssa.h, fold-const.h, tree-cfg.h, tree-into-ssa.h,
29998 tree-ssanames.h, print-tree.h, varasm.h, and context.h.
29999
30000 2014-01-10 Richard Earnshaw <rearnsha@arm.com>
30001
30002 PR target/59744
30003 * aarch64-modes.def (CC_Zmode): New flags mode.
30004 * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
30005 represents an equality.
30006 (aarch64_get_condition_code): Handle CC_Zmode.
30007 * aarch64.md (compare_neg<mode>): Restrict to equality operations.
30008
30009 2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30010
30011 * config/s390/s390.c (s390_expand_tbegin): Remove jump over CC
30012 extraction in good case.
30013
30014 2014-01-10 Richard Biener <rguenther@suse.de>
30015
30016 PR tree-optimization/59374
30017 * tree-vect-slp.c (vect_slp_analyze_bb_1): Move dependence
30018 checking after SLP discovery. Mark stmts not participating
30019 in any SLP instance properly.
30020
30021 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30022
30023 * config/arm/arm.c (arm_new_rtx_costs): Use destination mode
30024 when handling a SET rtx.
30025
30026 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30027
30028 * config/arm/arm-cores.def (cortex-a53): Specify FL_CRC32.
30029 (cortex-a57): Likewise.
30030 (cortex-a57.cortex-a53): Likewise. Remove redundant flags.
30031
30032 2014-01-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30033
30034 * config/arm/arm.c (arm_init_iwmmxt_builtins): Skip
30035 non-iwmmxt builtins.
30036
30037 2014-01-10 Jan Hubicka <hubicka@ucw.cz>
30038
30039 PR ipa/58252
30040 PR ipa/59226
30041 * ipa-devirt.c record_target_from_binfo): Take as argument
30042 stack of binfos and lookup matching one for virtual inheritance.
30043 (possible_polymorphic_call_targets_1): Update.
30044
30045 2014-01-10 Huacai Chen <chenhc@lemote.com>
30046
30047 * config/mips/driver-native.c (host_detect_local_cpu): Handle new
30048 kernel strings for Loongson-2E/2F/3A.
30049
30050 2014-01-10 Jakub Jelinek <jakub@redhat.com>
30051
30052 PR middle-end/59670
30053 * tree-vect-data-refs.c (vect_analyze_data_refs): Check
30054 is_gimple_call before calling gimple_call_internal_p.
30055
30056 2014-01-09 Steve Ellcey <sellcey@mips.com>
30057
30058 * Makefile.in (TREE_FLOW_H): Remove.
30059 (TREE_SSA_H): Add file names from tree-flow.h.
30060 * doc/tree-ssa.texi (Annotations): Remove reference to tree-flow.h
30061 * tree.h: Remove tree-flow.h reference.
30062 * hash-table.h: Remove tree-flow.h reference.
30063 * tree-ssa-loop-niter.c (dump_affine_iv): Replace tree-flow.h
30064 reference with tree-ssa-loop.h.
30065
30066 2014-01-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
30067
30068 * doc/invoke.texi: Add -maltivec={be,le} options, and document
30069 default element-order behavior for -maltivec.
30070 * config/rs6000/rs6000.opt: Add -maltivec={be,le} options.
30071 * config/rs6000/rs6000.c (rs6000_option_override_internal): Ensure
30072 that -maltivec={le,be} implies -maltivec; disallow -maltivec=le
30073 when targeting big endian, at least for now.
30074 * config/rs6000/rs6000.h: Add #define of VECTOR_ELT_ORDER_BIG.
30075
30076 2014-01-09 Jakub Jelinek <jakub@redhat.com>
30077
30078 PR middle-end/47735
30079 * cfgexpand.c (expand_one_var): For SSA_NAMEs, if the underlying
30080 var satisfies use_register_for_decl, just take into account type
30081 alignment, rather than decl alignment.
30082
30083 PR tree-optimization/59622
30084 * gimple-fold.c (gimple_fold_call): Fix a typo in message. For
30085 __builtin_unreachable replace the OBJ_TYPE_REF call with a call to
30086 __builtin_unreachable and add if needed a setter of the lhs SSA_NAME.
30087 Don't devirtualize for inplace at all. For targets.length () == 1,
30088 if the call is noreturn and cfun isn't in SSA form yet, clear lhs.
30089
30090 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
30091
30092 * config/i386/i386.md (cpu): Remove the unused btver1.
30093
30094 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
30095
30096 * gdbasan.in: Put a breakpoint on __sanitizer::Report.
30097
30098 2014-01-09 Jakub Jelinek <jakub@redhat.com>
30099
30100 PR target/58115
30101 * tree-core.h (struct target_globals): New forward declaration.
30102 (struct tree_target_option): Add globals field.
30103 * tree.h (TREE_TARGET_GLOBALS): Define.
30104 (prepare_target_option_nodes_for_pch): New prototype.
30105 * target-globals.h (struct target_globals): Define even if
30106 !SWITCHABLE_TARGET.
30107 * tree.c (prepare_target_option_node_for_pch,
30108 prepare_target_option_nodes_for_pch): New functions.
30109 * config/i386/i386.h (SWITCHABLE_TARGET): Define.
30110 * config/i386/i386.c: Include target-globals.h.
30111 (ix86_set_current_function): Instead of doing target_reinit
30112 unconditionally, use save_target_globals_default_opts and
30113 restore_target_globals.
30114
30115 2014-01-09 Richard Biener <rguenther@suse.de>
30116
30117 PR tree-optimization/59715
30118 * tree-cfg.h (split_critical_edges): Declare.
30119 * tree-cfg.c (split_critical_edges): Export.
30120 * tree-ssa-sink.c (execute_sink_code): Split critical edges.
30121
30122 2014-01-09 Max Ostapenko <m.ostapenko@partner.samsung.com>
30123
30124 * cfgexpand.c (expand_stack_vars): Optionally disable
30125 asan stack protection.
30126 (expand_used_vars): Likewise.
30127 (partition_stack_vars): Likewise.
30128 * asan.c (asan_emit_stack_protection): Optionally disable
30129 after return stack usage.
30130 (instrument_derefs): Optionally disable memory access instrumentation.
30131 (instrument_builtin_call): Likewise.
30132 (instrument_strlen_call): Likewise.
30133 (asan_protect_global): Optionally disable global variables protection.
30134 * doc/invoke.texi: Added doc for new options.
30135 * params.def: Added new options.
30136 * params.h: Likewise.
30137
30138 2014-01-09 Jakub Jelinek <jakub@redhat.com>
30139
30140 PR rtl-optimization/59724
30141 * ifcvt.c (cond_exec_process_if_block): Don't call
30142 flow_find_head_matching_sequence with 0 longest_match.
30143 * cfgcleanup.c (flow_find_head_matching_sequence): Count even
30144 non-active insns if !stop_after.
30145 (try_head_merge_bb): Revert 2014-01-07 changes.
30146
30147 2014-01-08 Jeff Law <law@redhat.com>
30148
30149 * ree.c (get_sub_rtx): New function, extracted from...
30150 (merge_def_and_ext): Here.
30151 (combine_reaching_defs): Use get_sub_rtx.
30152
30153 2014-01-08 Eric Botcazou <ebotcazou@adacore.com>
30154
30155 * cgraph.h (varpool_variable_node): Do not choke on null node.
30156
30157 2014-01-08 Catherine Moore <clm@codesourcery.com>
30158
30159 * config/mips/mips.md (simple_return): Attempt to use JRC
30160 for microMIPS.
30161 * config/mips/mips.h (MIPS_CALL): Attempt to use JALS for microMIPS.
30162
30163 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
30164
30165 PR rtl-optimization/59137
30166 * reorg.c (steal_delay_list_from_target): Call update_block for
30167 elided insns.
30168 (steal_delay_list_from_fallthrough, relax_delay_slots): Likewise.
30169
30170 2014-01-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
30171
30172 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
30173 two duplicate entries.
30174
30175 2014-01-08 Richard Sandiford <rdsandiford@googlemail.com>
30176
30177 Revert:
30178 2012-10-07 Richard Sandiford <rdsandiford@googlemail.com>
30179
30180 * config/mips/mips.c (mips_truncated_op_cost): New function.
30181 (mips_rtx_costs): Adjust test for BADDU.
30182 * config/mips/mips.md (*baddu_di<mode>): Push truncates to operands.
30183
30184 2012-10-02 Richard Sandiford <rdsandiford@googlemail.com>
30185
30186 * config/mips/mips.md (*baddu_si_eb, *baddu_si_el): Merge into...
30187 (*baddu_si): ...this new pattern.
30188
30189 2014-01-08 Jakub Jelinek <jakub@redhat.com>
30190
30191 PR ipa/59722
30192 * ipa-prop.c (ipa_analyze_params_uses): Ignore uses in debug stmts.
30193
30194 2014-01-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
30195
30196 PR middle-end/57748
30197 * expr.h (expand_expr_real, expand_expr_real_1): Add new parameter
30198 inner_reference_p.
30199 (expand_expr, expand_normal): Adjust.
30200 * expr.c (expand_expr_real, expand_expr_real_1): Add new parameter
30201 inner_reference_p. Use inner_reference_p to expand inner references.
30202 (store_expr): Adjust.
30203 * cfgexpand.c (expand_call_stmt): Adjust.
30204
30205 2014-01-08 Rong Xu <xur@google.com>
30206
30207 * gcov-io.c (gcov_var): Move from gcov-io.h.
30208 (gcov_position): Ditto.
30209 (gcov_is_error): Ditto.
30210 (gcov_rewrite): Ditto.
30211 * gcov-io.h: Refactor. Move gcov_var to gcov-io.h, and libgcov
30212 only part to libgcc/libgcov.h.
30213
30214 2014-01-08 Marek Polacek <polacek@redhat.com>
30215
30216 PR middle-end/59669
30217 * omp-low.c (simd_clone_adjust): Don't crash if def is NULL.
30218
30219 2014-01-08 Marek Polacek <polacek@redhat.com>
30220
30221 PR sanitizer/59667
30222 * ubsan.c (ubsan_type_descriptor): Call strip_array_types on type2.
30223
30224 2014-01-08 Jakub Jelinek <jakub@redhat.com>
30225
30226 PR rtl-optimization/59649
30227 * stor-layout.c (get_mode_bounds): For BImode return
30228 0 and STORE_FLAG_VALUE.
30229
30230 2014-01-08 Richard Biener <rguenther@suse.de>
30231
30232 PR middle-end/59630
30233 * gimple.h (is_gimple_builtin_call): Remove.
30234 (gimple_builtin_call_types_compatible_p): New.
30235 (gimple_call_builtin_p): New overload.
30236 * gimple.c (is_gimple_builtin_call): Remove.
30237 (validate_call): Rename to ...
30238 (gimple_builtin_call_types_compatible_p): ... this and export. Also
30239 check return types.
30240 (validate_type): New static function.
30241 (gimple_call_builtin_p): New overload and adjust.
30242 * gimple-fold.c (gimple_fold_builtin): Fold the return value.
30243 (gimple_fold_call): Likewise. Use gimple_call_builtin_p.
30244 (gimple_fold_stmt_to_constant_1): Likewise.
30245 * tsan.c (instrument_gimple): Use gimple_call_builtin_p.
30246
30247 2014-01-08 Richard Biener <rguenther@suse.de>
30248
30249 PR middle-end/59471
30250 * gimplify.c (gimplify_expr): Gimplify register-register type
30251 VIEW_CONVERT_EXPRs to separate stmts.
30252
30253 2014-01-07 Jeff Law <law@redhat.com>
30254
30255 PR middle-end/53623
30256 * ree.c (combine_set_extension): Handle case where source
30257 and destination registers in an extension insn are different.
30258 (combine_reaching_defs): Allow source and destination registers
30259 in extension to be different under limited circumstances.
30260 (add_removable_extension): Remove restriction that the
30261 source and destination registers in the extension are the same.
30262 (find_and_remove_re): Emit a copy from the extension's
30263 destination to its source after the defining insn if
30264 the source and destination registers are different.
30265
30266 PR middle-end/59285
30267 * ifcvt.c (merge_if_block): If we are merging a block with more than
30268 one successor with a block with no successors, remove any BARRIER
30269 after the second block.
30270
30271 2014-01-07 Dan Xio Qiang <ziyan01@163.com>
30272
30273 * hw-doloop.c (reorg_loops): Release the bitmap obstack.
30274
30275 2014-01-07 John David Anglin <danglin@gcc.gnu.org>
30276
30277 PR target/59652
30278 * config/pa/pa.c (pa_legitimate_address_p): Return false before reload
30279 for 14-bit register offsets when INT14_OK_STRICT is false.
30280
30281 2014-01-07 Roland Stigge <stigge@antcom.de>
30282 Michael Meissner <meissner@linux.vnet.ibm.com>
30283
30284 PR 57386/target
30285 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
30286 Only check TFmode for SPE constants. Don't check TImode or TDmode.
30287
30288 2014-01-07 James Greenhalgh <james.greenhalgh@arm.com>
30289
30290 * config/aarch64/aarch64-elf.h (ASM_SPEC): Remove identity spec for
30291 -mcpu.
30292
30293 2014-01-07 Yufeng Zhang <yufeng.zhang@arm.com>
30294
30295 * config/arm/arm.c (arm_expand_neon_args): Call expand_expr
30296 with EXPAND_MEMORY for NEON_ARG_MEMORY; check if the returned
30297 rtx is const0_rtx or not.
30298
30299 2014-01-07 Richard Sandiford <rdsandiford@googlemail.com>
30300
30301 PR target/58115
30302 * target-globals.c (save_target_globals): Remove this_fn_optab
30303 handling.
30304 * toplev.c: Include optabs.h.
30305 (target_reinit): Temporarily restore the global options if another
30306 set of options are in force.
30307
30308 2014-01-07 Jakub Jelinek <jakub@redhat.com>
30309
30310 PR rtl-optimization/58668
30311 * cfgcleanup.c (flow_find_cross_jump): Don't count
30312 any jumps if dir_p is NULL. Remove p1 variable, use active_insn_p
30313 to determine what is counted.
30314 (flow_find_head_matching_sequence): Use active_insn_p to determine
30315 what is counted.
30316 (try_head_merge_bb): Adjust for the flow_find_head_matching_sequence
30317 counting change.
30318 * ifcvt.c (count_bb_insns): Use active_insn_p && !JUMP_P to
30319 determine what is counted.
30320
30321 PR tree-optimization/59643
30322 * tree-predcom.c (split_data_refs_to_components): If one dr is
30323 read and one write, determine_offset fails and the write isn't
30324 in the bad component, just put the read into the bad component.
30325
30326 2014-01-07 Mike Stump <mikestump@comcast.net>
30327 Jakub Jelinek <jakub@redhat.com>
30328
30329 PR pch/59436
30330 * tree-core.h (struct tree_optimization_option): Change optabs
30331 type from unsigned char * to void *.
30332 * optabs.c (init_tree_optimization_optabs): Adjust
30333 TREE_OPTIMIZATION_OPTABS initialization.
30334
30335 2014-01-06 Jakub Jelinek <jakub@redhat.com>
30336
30337 PR target/59644
30338 * config/i386/i386.h (struct machine_function): Add
30339 no_drap_save_restore field.
30340 * config/i386/i386.c (ix86_save_reg): Use
30341 !cfun->machine->no_drap_save_restore instead of
30342 crtl->stack_realign_needed.
30343 (ix86_finalize_stack_realign_flags): Don't clear drap_reg unless
30344 this function clears frame_pointer_needed. Set
30345 cfun->machine->no_drap_save_restore if clearing frame_pointer_needed
30346 and DRAP reg is needed.
30347
30348 2014-01-06 Marek Polacek <polacek@redhat.com>
30349
30350 PR c/57773
30351 * doc/implement-c.texi: Mention that other integer types are
30352 permitted as bit-field types in strictly conforming mode.
30353
30354 2014-01-06 Felix Yang <fei.yang0953@gmail.com>
30355
30356 * modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it
30357 is newly allocated.
30358
30359 2014-01-06 Richard Earnshaw <rearnsha@arm.com>
30360
30361 * aarch64.c (aarch64_rtx_costs): Fix cost calculation for MADD.
30362
30363 2014-01-06 Martin Jambor <mjambor@suse.cz>
30364
30365 PR ipa/59008
30366 * ipa-cp.c (ipcp_discover_new_direct_edges): Changed param_index type
30367 to int.
30368 * ipa-prop.c (ipa_print_node_params): Fix indentation.
30369
30370 2014-01-06 Eric Botcazou <ebotcazou@adacore.com>
30371
30372 PR debug/59350
30373 PR debug/59510
30374 * var-tracking.c (add_stores): Preserve the value of the source even if
30375 we don't record the store.
30376
30377 2014-01-06 Terry Guo <terry.guo@arm.com>
30378
30379 * config.gcc (arm*-*-*): Check --with-arch against arm-arches.def.
30380
30381 2014-01-05 Iain Sandoe <iain@codesourcery.com>
30382
30383 PR bootstrap/59541
30384 * config/darwin.c (darwin_function_section): Adjust return values to
30385 correspond to optimisation changes made in r206070.
30386
30387 2014-01-05 Uros Bizjak <ubizjak@gmail.com>
30388
30389 * config/i386/i386.c (ix86_data_alignment): Calculate max_align
30390 from prefetch_block tune setting.
30391 (nocona_cost): Correct size of prefetch block to 64.
30392
30393 2014-01-04 Eric Botcazou <ebotcazou@adacore.com>
30394
30395 * config/arm/arm.c (arm_get_frame_offsets): Revamp long lines.
30396 (arm_expand_epilogue_apcs_frame): Take into account the number of bytes
30397 used to save the static chain register in the computation of the offset
30398 from which the FP registers need to be restored.
30399
30400 2014-01-04 Jakub Jelinek <jakub@redhat.com>
30401
30402 PR tree-optimization/59519
30403 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
30404 ICE if get_current_def (current_new_name) is already non-NULL, as long
30405 as it is a phi result of some other phi in *new_exit_bb that has
30406 the same argument.
30407
30408 * config/i386/sse.md (avx512f_load<mode>_mask): Emit vmovup{s,d}
30409 or vmovdqu* for misaligned_operand.
30410 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>,
30411 <sse2_avx_avx512f>_loaddqu<mode><mask_name>): Handle <mask_applied>.
30412 * config/i386/i386.c (ix86_expand_special_args_builtin): Set
30413 aligned_mem for AVX512F masked aligned load and store builtins and for
30414 non-temporal moves.
30415
30416 2014-01-03 Bingfeng Mei <bmei@broadcom.com>
30417
30418 PR tree-optimization/59651
30419 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
30420 Address range for negative step should be added by TYPE_SIZE_UNIT.
30421
30422 2014-01-03 Andreas Schwab <schwab@linux-m68k.org>
30423
30424 * config/m68k/m68k.c (handle_move_double): Handle pushes with
30425 overlapping registers also for registers other than the stack pointer.
30426
30427 2014-01-03 Marek Polacek <polacek@redhat.com>
30428
30429 PR other/59661
30430 * doc/extend.texi: Fix the return value of __builtin_FUNCTION and
30431 __builtin_FILE.
30432
30433 2014-01-03 Jakub Jelinek <jakub@redhat.com>
30434
30435 PR target/59625
30436 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
30437 asm goto as jump.
30438
30439 * config/i386/i386.md (MODE_SIZE): New mode attribute.
30440 (push splitter): Use <P:MODE_SIZE> instead of
30441 GET_MODE_SIZE (<P:MODE>mode).
30442 (lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
30443 (mov -1, reg peephole2): Likewise.
30444 * config/i386/sse.md (*mov<mode>_internal,
30445 <sse>_storeu<ssemodesuffix><avxsizesuffix>,
30446 <sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
30447 *<code><mode>3, *andnot<mode>3<mask_name>,
30448 <mask_codefor><code><mode>3<mask_name>): Likewise.
30449 * config/i386/subst.md (mask_mode512bit_condition,
30450 sd_mask_mode512bit_condition): Likewise.
30451
30452 2014-01-02 Xinliang David Li <davidxl@google.com>
30453
30454 PR tree-optimization/59303
30455 * tree-ssa-uninit.c (is_use_properly_guarded): Main cleanup.
30456 (dump_predicates): Better output format.
30457 (pred_equal_p): New function.
30458 (is_neq_relop_p): Ditto.
30459 (is_neq_zero_form_p): Ditto.
30460 (pred_expr_equal_p): Ditto.
30461 (pred_neg_p): Ditto.
30462 (simplify_pred): Ditto.
30463 (simplify_preds_2): Ditto.
30464 (simplify_preds_3): Ditto.
30465 (simplify_preds_4): Ditto.
30466 (simplify_preds): Ditto.
30467 (push_pred): Ditto.
30468 (push_to_worklist): Ditto.
30469 (get_pred_info_from_cmp): Ditto.
30470 (is_degenerated_phi): Ditto.
30471 (normalize_one_pred_1): Ditto.
30472 (normalize_one_pred): Ditto.
30473 (normalize_one_pred_chain): Ditto.
30474 (normalize_preds): Ditto.
30475 (normalize_cond_1): Remove function.
30476 (normalize_cond): Ditto.
30477 (is_gcond_subset_of): Ditto.
30478 (is_subset_of_any): Ditto.
30479 (is_or_set_subset_of): Ditto.
30480 (is_and_set_subset_of): Ditto.
30481 (is_norm_cond_subset_of): Ditto.
30482 (pred_chain_length_cmp): Ditto.
30483 (convert_control_dep_chain_into_preds): Type change.
30484 (find_predicates): Ditto.
30485 (find_def_preds): Ditto.
30486 (destroy_predicates_vecs): Ditto.
30487 (find_matching_predicates_in_rest_chains): Ditto.
30488 (use_pred_not_overlap_with_undef_path_pred): Ditto.
30489 (is_pred_expr_subset): Ditto.
30490 (is_pred_chain_subset_of): Ditto.
30491 (is_included_in): Ditto.
30492 (is_superset_of): Ditto.
30493
30494 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
30495
30496 Update copyright years.
30497
30498 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
30499
30500 * common/config/arc/arc-common.c, config/arc/arc-modes.def,
30501 config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
30502 config/arc/arc.md, config/arc/arc.opt,
30503 config/arm/arm_neon_builtins.def, config/arm/crypto.def,
30504 config/i386/avx512cdintrin.h, config/i386/avx512erintrin.h,
30505 config/i386/avx512fintrin.h, config/i386/avx512pfintrin.h,
30506 config/i386/btver2.md, config/i386/shaintrin.h, config/i386/slm.md,
30507 config/linux-protos.h, config/linux.c, config/winnt-c.c,
30508 diagnostic-color.c, diagnostic-color.h, gimple-ssa-isolate-paths.c,
30509 vtable-verify.c, vtable-verify.h: Use the standard form for the
30510 copyright notice.
30511
30512 2014-01-02 Tobias Burnus <burnus@net-b.de>
30513
30514 * gcc.c (process_command): Update copyright notice dates.
30515 * gcov-dump.c: Ditto.
30516 * gcov.c: Ditto.
30517 * doc/cpp.texi: Bump @copying's copyright year.
30518 * doc/cppinternals.texi: Ditto.
30519 * doc/gcc.texi: Ditto.
30520 * doc/gccint.texi: Ditto.
30521 * doc/gcov.texi: Ditto.
30522 * doc/install.texi: Ditto.
30523 * doc/invoke.texi: Ditto.
30524
30525 2014-01-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
30526
30527 * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it.
30528
30529 2014-01-01 Jakub Jelinek <jakub@redhat.com>
30530
30531 * config/i386/sse.md (*mov<mode>_internal): Guard
30532 EXT_REX_SSE_REGNO_P (REGNO ()) uses with REG_P.
30533
30534 PR rtl-optimization/59647
30535 * cse.c (cse_process_notes_1): Don't substitute negative VOIDmode
30536 new_rtx into UNSIGNED_FLOAT rtxes.
30537 \f
30538 Copyright (C) 2014 Free Software Foundation, Inc.
30539
30540 Copying and distribution of this file, with or without modification,
30541 are permitted in any medium without royalty provided the copyright
30542 notice and this notice are preserved.