1 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
4 * calls.c (expand_call): Make sure that all variable sized
5 adjustments are multiple of preferred stack boundary after
8 2010-09-17 DJ Delorie <dj@redhat.com>
10 * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
11 passed an invalid value, print an error instead of ICEing.
12 (valid_psw_flag): New.
13 (rx_expand_builtin): Call it for setpsw/clrpsw.
14 (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an
17 * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
18 (bitclr_in_memory): Likewise.
19 (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
21 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
24 * cfgexpand.c (update_stack_alignment): New.
25 (get_decl_align_unit): Use it.
26 (expand_one_stack_var_at): Call update_stack_alignment.
28 2010-09-17 Richard Guenther <rguenther@suse.de>
30 * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
31 Properly copy the read string.
33 2010-09-17 Joseph Myers <joseph@codesourcery.com>
35 * doc/options.texi (Variable): Document.
36 * optc-gen.awk, opth-gen.awk: Handle Variable records. Don't
37 generate target_flags declarations explicitly. Don't define
38 VarExists variables for the driver.
39 * common.opt (target_flags): New Variable record.
40 (flag_dump_unnumbered, flag_dump_unnumbered_links,
41 flag_var_tracking, flag_var_tracking_assignments,
42 flag_var_tracking_assignments_toggle): Don't mark variables with
44 * config/i386/i386.c (ix86_isa_flags): Don't define here.
45 * config/i386/i386.opt (ix86_isa_flags): Define here.
46 * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
47 * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
49 * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
50 * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
51 Only define for generator programs.
52 * rtlanal.c (target_flags): Remove.
53 * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
54 flag_var_tracking_assignments_toggle): Remove.
56 2010-09-17 Michael Matz <matz@suse.de>
58 PR tree-optimization/43432
59 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
60 Accept backwards consecutive accesses.
61 (vect_create_data_ref_ptr): If step is negative generate
63 * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
64 (perm_mask_for_reverse, reverse_vec_elements): New functions.
65 (vectorizable_load): Handle loads with negative steps when easily
68 2010-09-03 Jan Hubicka <jh@suse.cz>
70 * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
72 2010-09-03 Naveen H.S <naveen.S@kpitcummins.com>
74 * config/v850/v850.c (v850_function_value_regno_p): Make static.
75 Adjust comments. Declare.
76 (TARGET_FUNCTION_VALUE_REGNO_P): Define.
77 * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
79 2010-09-17 Richard Guenther <rguenther@suse.de>
81 * common.opt (combine): Remove.
82 * gcc.c (default_compilers): Remove specs testing combine.
83 The C compilers no longer can combine.
84 (option_map): Remove -combine.
85 (display_help): Remove -combine.
86 (driver_handle_option): Remove OPT_combine handling.
87 (compile_input_file_p): Remove.
88 (do_spec): Remove code concerning combine.
90 * doc/invoke.texi: Remove traces of -combine.
91 * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler
94 2010-09-17 Richard Guenther <rguenther@suse.de>
97 * builtins.c (fold_builtin_memory_op): Always properly adjust
98 alignment of memory accesses.
100 2010-09-16 Jan Hubicka <jh@suse.cz>
102 * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
105 2010-09-16 H.J. Lu <hongjiu.lu@intel.com>
107 * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
109 * config/i386/i386.c (predict_jump): Add prototype.
110 (flag_opts): Add -m8bit-idiv.
111 (ix86_split_idivmod): New.
113 * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
114 Add 2 splitters for SI/DI mode divide.
115 (divmod<mode>4_1): New pattern.
116 (udivmod<mode>4_1): Likewise.
117 (testdi_ccno_1): Likewise.
119 * config/i386/i386.opt (m8bit-idiv): New.
121 * doc/invoke.texi: Document -m8bit-idiv.
123 2010-09-16 Reza Yazdani <reza.yazdani@amd.com>
126 * config/i386/i386.c (min_insn_size): Moved out of the
127 ASM_OUTPUT_MAX_SKIP_PAD ifdef.
129 2010-09-16 Jan Hubicka <jh@suse.cz>
131 * lto-cgraph.c (lto_output_node): Fix handling of clones.
132 * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
133 unreachable clones with reachable clones.
134 * tree-inline.c (copy_bb): Fix sanity checking when producing
137 2010-09-16 Anatoly Sokolov <aesok@post.ru>
139 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
140 (TARGET_MEMORY_MOVE_COST): Define.
141 (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
143 2010-09-16 Alexander Monakov <amonakov@ispras.ru>
145 * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
149 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
150 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
152 2010-09-16 Joseph Myers <joseph@codesourcery.com>
154 * target.def (target_option.optimization): New hook.
155 * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
156 TARGET_OPTION_OPTIMIZATION hook.
157 * doc/tm.texi: Regenerate.
158 * hooks.c (hook_void_int_int): New.
159 * hooks.h (hook_void_int_int): Declare.
160 * opts.c: Don't include tm_p.h.
161 (decode_options): Use targetm.target_option.optimization instead
162 of OPTIMIZATION_OPTIONS.
163 * system.h (OPTIMIZATION_OPTIONS): Poison.
164 * config/arm/arm-protos.h (arm_optimization_options): Remove.
165 * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
166 (arm_optimization_options): Rename to arm_option_optimization.
168 * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
169 * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
170 (cris_option_optimization): New.
171 * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
172 * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
173 (crx_option_optimization): New.
174 * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
175 * config/frv/frv-protos.h (frv_optimization_options): Remove.
176 * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
177 (frv_optimization_options): Rename to frv_option_optimization.
179 * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
180 * config/h8300/h8300.c (h8300_option_optimization): New.
181 (TARGET_OPTION_OPTIMIZATION): Define.
182 * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
183 * config/i386/i386-protos.h (optimization_options): Remove.
184 * config/i386/i386.c (optimization_options): Rename to
185 ix86_option_optimization. Make static.
186 (TARGET_OPTION_OPTIMIZATION): Define.
187 * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
188 * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
189 * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
190 (ia64_optimization_options): Rename to ia64_option_optimization.
191 Make static. Call SUBTARGET_OPTIMIZATION_OPTIONS.
192 * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove. Remove
193 commented-out definition.
194 * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
195 instead of OPTIMIZATION_OPTIONS.
196 * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
197 (m32r_option_optimization): New.
198 * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
199 * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
201 * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
202 (mcore_option_optimization): New.
203 * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
204 * config/mep/mep-protos.h (mep_optimization_options): Remove.
205 * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
206 (mep_optimization_options): Rename to mep_option_optimization.
207 Make static. Take unused level and size parameters.
208 * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
209 * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
210 (mmix_option_optimization): New.
211 * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
212 * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
213 (pdp11_option_optimization): New.
214 * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
215 * config/rs6000/rs6000-protos.h (optimization_options): Remove.
216 * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
217 (optimization_options): Rename to rs6000_option_optimization.
219 * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
220 * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
221 * config/rx/rx.c (rx_set_optimization_options): Rename to
222 rx_option_optimization. Make static. Take unused level and size
224 (TARGET_OPTION_OPTIMIZATION): Define.
225 * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
226 * config/s390/s390-protos.h (optimization_options): Remove.
227 * config/s390/s390.c (optimization_options): Rename to
228 s390_option_optimization. Make static. Don't mark size parameter
230 (TARGET_OPTION_OPTIMIZATION): Define.
231 * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
232 * config/sh/sh-protos.h (sh_optimization_options): Remove.
233 * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
234 (sh_optimization_options): Rename to sh_option_optimization. Make
235 static. Don't mark parameters unused.
236 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
237 * config/spu/spu-protos.h (spu_optimization_options): Remove.
238 * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
239 (spu_optimization_options): Rename to spu_option_optimization.
241 * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
242 * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
243 (v850_option_optimization): New.
244 * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
245 * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
246 (xtensa_option_optimization): New.
247 * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
249 2010-09-16 Joseph Myers <joseph@codesourcery.com>
251 * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
252 (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
253 * doc/tm.texi: Regenerate.
254 * system.h (OVERRIDE_OPTIONS): Poison.
255 * target.def (override): Default to hook_void_void.
256 * targhooks.c (default_target_option_override): Remove.
257 * genmodes.c, machmode.def: Update comments mentioning
259 * config/alpha/alpha-modes.def: Update comment mentioning
260 alpha_override_options.
261 * config/alpha/alpha-protos.h (override_options): Remove.
262 * config/alpha/alpha.c (override_options): Rename to
263 alpha_option_override. Call SUBTARGET_OVERRIDE_OPTIONS. Make
265 (TARGET_OPTION_OVERRIDE): Define.
266 * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
267 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
269 * config/arc/arc-protos.h (arc_init): Remove.
270 * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
271 (arc_init): Rename to arc_option_override. Make static.
272 * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
273 (OVERRIDE_OPTIONS): Remove.
274 * config/arm/arm-protos.h (arm_override_options): Remove.
275 * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
276 (arm_override_options): Rename to arm_option_override. Make
277 static. Call SUBTARGET_OVERRIDE_OPTIONS.
278 * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
279 * config/arm/arm.md: Update comment referring to
280 arm_override_options.
281 * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
282 instead of OVERRIDE_OPTIONS.
283 * config/avr/avr-protos.h (avr_override_options): Remove.
284 * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
285 (avr_override_options): Rename to avr_option_override. Make
287 * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
288 * config/bfin/bfin-protos.h (override_options): Remove (twice).
289 * config/bfin/bfin.c (override_options): Rename to
290 bfin_option_override. Make static.
291 (TARGET_OPTION_OVERRIDE): Define.
292 * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
293 * config/cris/cris-protos.h (cris_override_options): Remove.
294 * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
295 (cris_override_options): Rename to cris_option_override. Make
297 * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
298 * config/frv/frv-protos.h (frv_override_options): Remove.
299 * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
300 (frv_override_options): Rename to frv_option_override. Make
302 * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
303 * config/h8300/h8300-protos.h (h8300_init_once): Remove.
304 * config/h8300/h8300.c (h8300_init_once): Rename to
305 h8300_option_override. Make static.
306 (TARGET_OPTION_OVERRIDE): Define.
307 * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
308 * config/i386/i386-protos.h (override_options): Remove.
309 * config/i386/i386.c (override_options): Rename to
310 ix86_option_override_internal. Make static. Comments referring
311 to this function and callers changed.
312 (ix86_option_override): New.
313 (TARGET_OPTION_OVERRIDE): Define.
314 * config/i386/i386.h (OVERRIDE_OPTION): Remove.
315 * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update
317 * config/ia64/ia64.c (ia64_file_start): Update comment referring
318 to ia64_override_options.
319 * config/iq2000/iq2000-protos.h (override_options): Remove.
320 * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
321 (override_options): Rename to iq2000_option_override. Make
323 * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
324 * config/lm32/lm32-protos.h (lm32_override_options): Remove.
325 * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
326 (lm32_override_options): Rename to lm32_option_override. Make
328 * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
329 * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
330 (m32r_option_override): New.
331 (m32r_init): Update comment.
332 * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
333 * config/m68hc11/m68hc11-protos.h (m68hc11_override_options):
335 * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
336 (m68hc11_override_options): Rename to m68hc11_option_override.
337 Make static. Return void.
338 * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
339 * config/m68k/m68k-protos.h (override_options): Remove.
340 * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
341 (override_options): Rename to m68k_option_override. Make static.
342 * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
343 * config/mcore/mcore-protos.h (mcore_override_options): Remove.
344 * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
345 (mcore_override_options): Rename to mcore_option_override. Make
347 * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
348 * config/mep/mep-protos.h (mep_override_options): Remove.
349 * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
350 (mep_override_options): Rename to mep_option_override. Make
352 * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
353 * config/mmix/mmix-protos.h (mmix_override_options): Remove.
354 * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
355 (mmix_override_options): Rename to mmix_option_override. Make
357 * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
358 * config/mn10300/mn10300-protos.h (mn10300_override_options):
360 * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
361 (mn10300_override_options): Rename to mn10300_option_override.
363 * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
364 * config/moxie/moxie-protos.h (moxie_override_options): Remove.
365 * config/moxie/moxie.c (moxie_override_options): Rename to
366 moxie_option_override. Make static.
367 (TARGET_OPTION_OVERRIDE): Define.
368 * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
369 * config/picochip/picochip-protos.h (picochip_override_options):
370 Remove. Update comment referring to picochip_override_options.
371 * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
372 (picochip_override_options): Rename to picochip_option_override.
373 Make static. Update comment and definition of
374 TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
375 * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
376 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update
378 * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update
380 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update
382 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update
384 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update
386 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
387 instead of OVERRIDE_OPTIONS.
388 * config/rs6000/rs6000-modes.def: Update comment referring to
389 rs6000_override_options.
390 * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
391 * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
392 (rs6000_override_options): Rename to
393 rs6000_option_override_internal. Make static. Commented
394 referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
395 (rs6000_option_override): New.
396 * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
397 instead of OVERRIDE_OPTIONS.
398 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update
400 * config/s390/s390-protos.h (override_options): Remove.
401 * config/s390/s390.c (override_options): Rename to
402 s390_option_override. Make static.
403 (TARGET_OPTION_OVERRIDE): Define.
404 * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
405 * config/score/score-protos.h (score_override_options): Remove.
406 * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
407 (score_override_options): Rename to score_option_override. Make
409 * config/score/score.h (OVERRIDE_OPTIONS): Remove.
410 Update comment referring to override_options.
411 * config/score/score3.c (score3_override_options): Rename to
412 score3_option_override.
413 * config/score/score3.h (score3_override_options): Rename to
414 score3_option_override.
415 * config/score/score7.c (score7_override_options): Rename to
416 score7_option_override.
417 * config/score/score7.h (score7_override_options): Rename to
418 score7_option_override.
419 * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
420 * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
421 (sparc_override_options): Rename to sparc_option_override. Make
422 static. Call SUBTARGET_OVERRIDE_OPTIONS.
423 * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
424 * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
425 instead of OVERRIDE_OPTIONS.
426 * config/spu/spu-protos.h (spu_override_options): Remove.
427 * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
428 (spu_override_options): Rename to spu_option_override. Make
430 * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
431 * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
433 * config/vax/vax-protos.h (override_options): Remove.
434 * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
435 (override_options): Rename to vax_option_override. Make static.
436 Call SUBTARGET_OVERRIDE_OPTIONS.
437 * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
438 * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
439 * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
440 * config/xtensa/xtensa-protos.h (override_options): Remove.
441 * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
442 (override_options): Rename to xtensa_option_override. Make
444 * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
446 2010-09-16 Richard Guenther <rguenther@suse.de>
448 PR tree-optimization/45623
449 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
450 (get_constraint_for_component_ref): If computing a constraint
451 for the rhs handle type punning through unions.
452 (get_constraint_for_address_of): Adjust.
453 (get_constraint_for_1): Likewise.
454 (get_constraint_for): Likewise.
455 (get_constraint_for_rhs): New function.
456 (do_structure_copy): Adjust.
457 (make_constraint_to): Likewise.
458 (handle_const_call): Likewise.
459 (find_func_aliases): Likewise.
460 (process_ipa_clobber): Likewise.
461 (create_variable_info_for): Likewise.
463 2010-09-16 Ira Rosen <irar@il.ibm.com>
465 * tree-vectorizer.c: Fix documentation.
466 * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
467 (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
468 is_pattern_stmt_p, is_loop_header_bb_p,
469 stmt_vinfo_set_inside_of_loop_cost,
470 stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
471 known_alignment_for_access_p): Likewise.
472 * tree-vect-loop.c: Fix documentation.
473 (vect_get_cost): Start function name from new line.
474 * tree-vect-data-refs.c: Fix documentation.
475 * tree-vect_stmts.c: Likewise.
476 (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
477 (vectorizable_store): Free vec_oprnds if allocated.
478 (vectorizable_condition): Initialize several variables to avoid
480 * tree-vect-slp.c: Fix documentation.
482 2010-09-16 Richard Guenther <rguenther@suse.de>
484 * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
485 is TS_TRANSLATION_UNIT_DECL.
486 (initialize_tree_contains_struct): Adjust.
487 (all_translation_units): New global vector.
488 (build_translation_unit_decl): New function.
489 * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
490 (struct tree_translation_unit_decl): New.
491 (all_translation_units): Declare.
492 (union tree_node): Add translation_unit_decl member.
493 (build_translation_unit_decl): Declare.
494 * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
495 * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
497 (pack_value_fields): Call it.
498 (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
499 (lto_output_ts_translation_unit_decl_tree_pointers): New function.
500 (lto_output_tree_pointers): Call it.
501 * lto-streamer-in.c (lto_input_tree_ref): Handle references
502 to TRANSLATION_UNIT_DECL.
503 (unpack_ts_translation_unit_decl_value_fields): New function.
504 (unpack_value_fields): Call it.
505 (lto_input_ts_translation_unit_decl_tree_pointers): New function.
506 (lto_input_tree_pointers): Call it.
507 * lto-streamer.c (check_handled_ts_structures): Adjust.
508 * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
509 * c-decl.c (all_translation_units): Remove.
510 (pop_scope): Use build_translation_unit_decl.
511 (collect_all_refs): Adjust.
512 (for_each_global_decl): Likewise.
513 (c_write_global_declarations): Likewise.
515 2010-09-16 Jakub Jelinek <jakub@redhat.com>
518 * fold-const.c (fold_checksum_tree): Change slot from const void **
519 to void **, use CONST_CAST_TREE to store into *slot.
521 2010-09-16 Uros Bizjak <ubizjak@gmail.com>
523 * config/i386/i386.md: Remove unneeded empty conditions and
524 preparation statements from expanders.
525 * config/i386/mmx.md: Ditto.
526 * config/i386/sse.md: Ditto.
528 2010-09-16 Uros Bizjak <ubizjak@gmail.com>
530 * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
532 2010-09-15 Eric Botcazou <ebotcazou@adacore.com>
534 PR rtl-optimization/45593
535 * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
536 insns that were in delay slots as stand-alone insns.
538 2010-09-15 Ian Lance Taylor <iant@google.com>
540 * incpath.c (remove_duplicates): If name is not a directory, issue
541 a warning rather than an error.
543 2010-09-15 Martin Jambor <mjambor@suse.cz>
546 * tree-sra.c (create_access): Check for bit-fields directly.
548 2010-09-15 Jakub Jelinek <jakub@redhat.com>
550 PR tree-optimization/45633
551 * tree-cfg.c (verify_gimple_assign_binary): Allow
552 MINUS_EXPR with lhs and rhs1 pointer vector and
553 rhs2 sizetype vector.
554 * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
555 or vector pointer use TER to optimize pointer subtraction.
557 2010-09-15 Jie Zhang <jie@codesourcery.com>
559 * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
562 2010-09-15 Ian Lance Taylor <iant@google.com>
564 * config/i386/i386.md (truncxf<mode>2): Fix indentation.
566 2010-09-15 Ian Lance Taylor <iant@google.com>
568 * function.c (get_arg_pointer_save_area): Set
569 arg_pointer_save_area_init to true.
571 2010-09-15 Martin Jambor <mjambor@suse.cz>
573 * tree-sra.c (generate_subtree_copies): Updated comment.
574 (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
575 obtained from the statement iterator instead.
576 (load_assign_lhs_subreplacements): Removed parameters lhs and
577 right_offset, which is obtained from top_racc instead. Parameter lacc
578 is now expected to be the root of the processed tree rather than root's
579 first child. Updated all callers.
581 2010-09-15 Joseph Myers <joseph@codesourcery.com>
583 * config/pdp11/pdp11.c (register_move_cost): Rename to
584 pdp11_register_move_cost.
585 * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
586 pdp11_register_move_cost.
587 * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
588 pdp11_register_move_cost instead of register_move_cost.
590 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
592 * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
593 pattern for vmovn. Expansion in case of non
594 -mvectorize-with-neon-quad.
595 (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
596 non- -mvectorize-with-neon-quad case.
597 (move_lo_quad_<mode>): New expansion to vmov into low part.
598 (move_hi_quad_<mode>): New expansion to vmov into high part.
599 (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
600 (move_lo_quad_v4sf): Likewise.
601 (move_lo_quad_v8hi): Likewise.
602 (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
604 (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
606 * config/arm/iterators.md (ANY128): New mode iterator.
607 (V_narrow_pack): New mode attribute.
608 (V_HALF): Add attribute.
609 (V_DOUBLE): Add attribute.
610 (V_mode_nunits): Add attribute.
612 2010-09-15 Eric Botcazou <ebotcazou@adacore.com>
614 * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
615 is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
617 2010-09-15 Olivier Hainque <hainque@adacore.com>
618 Jose Ruiz <ruiz@adacore.com>
620 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
621 * config/alpha/osf5-unwind.h: New file.
623 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
626 * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
627 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
628 * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
630 2010-09-15 Laurynas Biveinis <laurynas.biveinis@gmail.com>
632 * c-lang.h (struct lang_type): Add variable_size GTY option.
634 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
637 * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
639 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
641 * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
642 result isn't used in memory address.
644 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
646 * defaults.h (UNITS_PER_SIMD_WORD): Removed.
647 * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
648 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
649 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
650 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
651 * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
653 * target.def: Add units_per_simd_word to vectorize.
655 * targhooks.c (default_units_per_simd_word): New.
656 * targhooks.h (default_units_per_simd_word): Likewise.
657 * config/arm/arm.c (arm_units_per_simd_word): Likewise.
658 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
659 * config/mips/mips.c (mips_units_per_simd_word): Likewise.
660 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
661 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
662 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
663 * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
664 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
666 * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
667 TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
669 * tree-vect-stmts.c: Don't include "tm_p.h".
670 (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
671 with targetm.vectorize.units_per_simd_word.
673 * system.h (UNITS_PER_SIMD_WORD): Poisoned.
675 * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
677 * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
678 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
680 * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD. Add
681 TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
683 * doc/tm.texi: Regenerated.
685 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
687 * tree-vect-stmts.c: Include "tm_p.h".
689 * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
692 2010-09-14 Martin Jambor <mjambor@suse.cz>
694 * tree-sra.c (build_ref_for_offset): Loc made a parameter. Set the
695 location of generated statement. Changed all callers.
696 (build_ref_for_model): New parameter loc which used to set location of
697 all generated expressions. Changed all callers.
698 (generate_subtree_copies): Likewise.
699 (init_subtree_with_zero): Likewise.
700 (sra_modify_expr): Set locations of all generated statements and
701 expressions to the location the original statement.
702 (handle_unscalarized_data_in_subtree): Likewise.
703 (load_assign_lhs_subreplacements): Likewise.
704 (sra_modify_constructor_assign): Likewise.
705 (sra_modify_assign): Likewise.
707 2010-09-14 Eric Botcazou <ebotcazou@adacore.com>
712 * doc/install.texi (sparc*-*-*): New section.
713 (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
715 2010-09-14 Jakub Jelinek <jakub@redhat.com>
718 * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
719 expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
720 (expand_builtin): Adjust caller.
721 (expand_builtin_unop): Only use subtarget if it has the right mode.
723 2010-09-14 Tristan Gingold <gingold@adacore.com>
725 * configure.ac (plugins): Fix typos.
726 * configure: Regenerate.
728 2010-09-14 Jakub Jelinek <jakub@redhat.com>
731 * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
732 gen_type_die for function/method return type.
734 2010-09-14 Ira Rosen <irar@il.ibm.com>
736 PR tree-optimization/45470
737 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
738 can throw an exception.
739 * tree-vect-stmts.c (vectorizable_call): Likewise.
741 2010-09-14 DJ Delorie <dj@redhat.com>
744 * config/mep/mep-protos.h (mep_save_register_info,
745 mep_reinit_regs, mep_init_regs): Declare.
747 * config/mep/mep.c: Move all target definitions to the end of the
748 file to avoid the need for duplicate declarations.
749 (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
750 (mep_reorg_erepeat): Remove unused variables.
751 (mep_expand_builtin): Likewise.
753 * config/mep/mep-pragma.c: Don't include rtl.h.
754 (INVALID_REGNUM): New.
755 (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
757 (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
758 Avoid enum/integer math.
760 2010-09-13 Joseph Myers <joseph@codesourcery.com>
763 * config/mep/t-mep (GTM_H): Add insn-constants.h.
764 * config/mep/mep.c (mep_conditional_register_usage): Take no
766 * config/mep/mep-protos.h (mep_conditional_register_usage): Update
768 * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
769 call to mep_conditional_register_usage.
771 2010-09-13 Eric Botcazou <ebotcazou@adacore.com>
774 * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
777 2010-09-13 Jakub Jelinek <jakub@redhat.com>
779 PR rtl-optimization/45617
780 * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
781 even if low N bits of X aren't known to be zero.
783 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
785 * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
787 * config/i386/i386.c (initial_ix86_tune_features): Add
788 X86_TUNE_VECTORIZE_DOUBLE.
789 (ix86_units_per_simd_word): New.
791 * config/i386/i386.h (ix86_tune_indices): Add
792 X86_TUNE_VECTORIZE_DOUBLE.
793 (TARGET_VECTORIZE_DOUBLE): New.
794 (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
796 2010-09-13 Pat Haugen <pthaugen@us.ibm.com>
798 * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
799 (new_temp_expr_table): Allocate call_cnt vector.
800 (free_temp_expr_table): Free it.
801 (process_replaceable): Add call_cnt parm and set in vector.
802 (find_replaceable_in_bb): Skip replacement if def/use span a call.
803 (debug_ter): Dump call_cnt value, remove stderr uses.
805 2010-09-13 Jan Hubicka <jh@suse.cz>
807 * tree.c (build_zero_cst): New.
808 * tree.h (build_zero_cst): Declare.
809 * tree-ssa-ccp.c (get_constant_value): Accept general operands.
810 (get_base_constructor): Break out from ...
811 (fold_const_aggregate_ref): Here; handle empty constructors.
813 2010-09-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
815 * config/arm/arm.md: (define_attr "conds"): Update comment.
816 * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
817 conds attribute to clob.
818 (arm_sync_compare_and_swapsi): Likewise.
819 (arm_sync_compare_and_swap<mode>): Likewise.
820 (arm_sync_lock_test_and_setsi): Likewise.
821 (arm_sync_lock_test_and_set<mode>): Likewise.
822 (arm_sync_new_<sync_optab>si): Likewise.
823 (arm_sync_new_nandsi): Likewise.
824 (arm_sync_new_<sync_optab><mode>): Likewise.
825 (arm_sync_new_nand<mode>): Likewise.
826 (arm_sync_old_<sync_optab>si): Likewise.
827 (arm_sync_old_nandsi): Likewise.
828 (arm_sync_old_<sync_optab><mode>): Likewise.
829 (arm_sync_old_nand<mode>): Likewise.
831 2010-09-13 Olivier Hainque <hainque@adacore.com>
833 * fwprop.c (forward_propagate_and_simplify): Only attach a
834 REG_EQUAL note to an insn if the destination is a register.
835 * gcse.c (try_replace_reg): Likewise.
837 2010-09-13 Richard Guenther <rguenther@suse.de>
839 PR tree-optimization/45611
840 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
841 (copy_ref_info): Likewise.
843 2010-09-13 Alexandre Oliva <aoliva@redhat.com>
848 * tree-pretty-print.c (dump_generic_node): Disregard top-level
849 types of MEM_REF pointer types to the same type.
851 2010-09-13 Hans-Peter Nilsson <hp@axis.com>
853 PR rtl-optimization/41087
854 * ifcvt.c (noce_get_condition): Don't allow conditions with
857 2010-09-12 Anatoly Sokolov <aesok@post.ru>
859 * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
860 * config/frv/frv-protos.h (frv_register_move_cost): Remove.
861 * config/frv/frv.c (frv_register_move_cost): Make static. Change
862 arguments type to reg_class_t. Add mode argument.
863 (frv_memory_move_cost): New.
864 (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
866 2010-09-12 Bernd Schmidt <bernds@codesourcery.com>
868 * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
869 arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
871 2010-09-10 Jan Hubicka <jh@suse.cz>
873 * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
875 2010-09-10 Richard Guenther <rguenther@suse.de>
877 * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
878 * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
879 * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
880 not stream TYPE_DEBUG_REPRESENTATION_TYPE.
881 * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
883 2010-09-10 Richard Guenther <rguenther@suse.de>
885 * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
886 for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
887 * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
888 using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
890 2010-09-10 H.J. Lu <hongjiu.lu@intel.com>
893 * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
894 of string folding is of integral type.
896 2010-09-10 Ryan Mansfield <rmansfield@qnx.com>
898 * doc/invoke.texi (-x): Fix typo.
900 2010-09-10 Richard Guenther <rguenther@suse.de>
903 * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
904 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
905 Output DECL_DEBUG_EXPR.
906 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
907 Input DECL_DEBUG_EXPR.
909 2010-09-10 Richard Guenther <rguenther@suse.de>
911 * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
912 (build_index_type): Implement in terms of build_range_type.
913 (build_range_type): Do not allow NULL_TREE type, improve
914 hashing to cover more cases. Set TYPE_STRUCTURAL_EQUALITY_P
916 * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
917 create a distinct copy of the type.
919 2010-09-10 Kai Tietz <kai.tietz@onevision.com>
921 * configure: Regenerated.
922 * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
924 2010-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
926 * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
927 * config/arm/cortex-a9-neon.md: New and partially generated.
928 * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
930 2010-09-10 Richard Guenther <rguenther@suse.de>
932 * tree.h (build_index_2_type): Remove.
933 * tree.c (build_index_2_type): Remove.
935 2010-09-10 Jakub Jelinek <jakub@redhat.com>
938 * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
939 HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
940 (implicit_ptr_descriptor): Return NULL if dwarf_strict.
942 2010-09-10 Martin Jambor <mjambor@suse.cz>
944 PR tree-optimization/44972
945 * tree-sra.c: Include toplev.h.
946 (build_ref_for_offset): Entirely reimplemented.
947 (build_ref_for_model): New function.
948 (build_user_friendly_ref_for_offset): New function.
949 (analyze_access_subtree): Removed build_ref_for_offset check.
950 (propagate_subaccesses_across_link): Likewise.
951 (create_artificial_child_access): Use
952 build_user_friendly_ref_for_offset.
953 (propagate_subaccesses_across_link): Likewise.
954 (ref_expr_for_all_replacements_p): Removed.
955 (generate_subtree_copies): Updated comment. Use build_ref_for_model.
956 (sra_modify_expr): Use build_ref_for_model.
957 (load_assign_lhs_subreplacements): Likewise.
958 (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
959 checks for return values of build_ref_for_offset.
960 * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
961 build_ref_for_offset.
962 * ipa-prop.h: Include gimple.h
963 * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
964 (ipa_analyze_indirect_call_uses): Update comment.
965 * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
966 (IPA_PROP_H): Likewise.
968 2010-09-10 Martin Jambor <mjambor@suse.cz>
970 PR tree-optimization/44972
971 * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
972 calling build_ref_for_offset.
974 2010-09-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
976 * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
977 * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
978 * config/arm/arm-tune.md: Regenerate.
979 * doc/invoke.texi (ARM Options): Document it.
981 2010-09-09 Reza Yazdani <reza.yazdani@amd.com>
983 * config/i386/i386.c: Include sched-int.h.
984 (TARGET_SCHED_DISPATCH): Defined.
985 (TARGET_SCHED_DISPATCH_DO): Defined.
986 (DISPATCH_WINDOW_SIZE): Defined.
987 (MAX_DISPATCH_WINDOWS): Defined.
990 (MAX_IMM_SIZE): Defined.
991 (MAX_IMM_32): Defined.
992 (MAX_IMM_64): Defined.
994 (MAX_STORE): Defined.
996 (dispatch_group): New.
997 (num_allowable_groups): New.
999 (sched_insn_info_s): New.
1000 (dispatch_windows_s): New.
1002 (dispatch_window_list): New.
1003 (dispatch_window_list1): New.
1004 (get_mem_group): New.
1006 (dispatch_violation): New.
1010 (allocate_window): New.
1011 (init_dispatch_sched): New.
1012 (is_end_basic_block): New.
1013 (process_end_window): New.
1014 (allocate_next_window): New.
1015 (find_constant_1): New.
1016 (find_constant): New.
1017 (get_num_immediates): New.
1018 (has_immediate): New.
1019 (get_insn_path): New.
1020 (get_insn_group): New.
1021 (count_num_restricted): New.
1022 (fits_dispatch_window): New.
1023 (add_insn_window): New.
1024 (add_to_dispatch_window): New.
1025 (debug_dispatch_window_file): New.
1026 (debug_dispatch_window): New.
1027 (debug_insn_dispatch_info_file): New.
1028 (debug_ready_dispatch): New.
1030 (has_dispatch): New.
1031 * config/i386/i386.h (debug_ready_dispatch): Declared.
1032 (debug_dispatch_window): Declared.
1033 * config/i386/i386.opt (mdispatch-scheduler): New flag.
1034 * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
1035 (TARGET_SCHED_DISPATCH_DO): New.
1036 * doc/tm.texi: Regererated.
1037 * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
1038 ready_remove_first_dispatch
1039 (schedule_block): Call targetm.sched.dispatch and
1040 targetm.sched.dispatch_do.
1041 (sched_init): Call targetm.sched.dispatch and
1042 targetm.sched.dispatch_do.
1043 (ready_remove_first_dispatch): New.
1044 (number_in_ready): New.
1045 (get_ready_element): New.
1046 * hooks.c (hook_bool_rtx_int_false): New.
1047 (hook_void_rtx_int): New.
1048 * hooks.h (hook_bool_rtx_int_false): Declared.
1049 (hook_void_rtx_int): Declared.
1050 * sched-int.h (IS_DISPATCH_ON): Defined.
1052 (DISPATCH_VIOLATION): Defined.
1053 (FITS_DISPATCH_WINDOW): Defined.
1054 (DISPATCH_INIT): Defined.
1055 (ADD_TO_DISPATCH_WINDOW): Defined.
1056 (get_ready_element): Declared.
1057 (number_in_ready): Declared.
1058 * target.def (dispatch): Defined.
1059 (dispatch_do): Defined.
1061 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
1064 * reload1.c (merge_assigned_reloads): Remove.
1065 (reload_as_needed): Don't call it.
1067 2010-09-09 Anatoly Sokolov <aesok@post.ru>
1069 * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
1070 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
1071 * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
1073 2010-09-09 Matthias Klose <doko@ubuntu.com>
1076 * configure.ac (--enable-plugin): Enhance for cross builds.
1077 * configure: Regenerate.
1079 2010-09-09 Jan Hubicka <jh@suse.cz>
1081 PR tree-optimization/45598
1082 * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
1083 string folding is of integral type.
1085 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
1087 * configure.ac (gnu_indirect_function): New test.
1088 * configure: Rebuilt.
1089 * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
1090 * defaults.h (IFUNC_ASM_TYPE): Provide default.
1092 * doc/extend.texi (Function Attributes): Document ifunc.
1093 * varasm.c (do_assemble_alias): Deal with ifuncs too.
1095 2010-09-09 Hariharan Sandanagobalane <hariharan@picochip.com>
1097 * config/picochip/picochip.c (picochip_reorg): Check for note_p for
1098 epilogue instruction move.
1100 2010-09-09 Jan Hubicka <jh@suse.cz>
1102 * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
1103 command line to allow more partitions than input files.
1105 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
1108 * ira.c (ira): Switch off sharing spill slots if setjmp is called.
1110 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
1113 * ira.c (pseudo_for_reload_consideration_p): Don't use
1114 flag_ira_share_spill_slots.
1116 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1118 * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
1119 point zero operands that fit into a single GPR.
1120 (s390_preferred_reload_class): Ensure we only return general-purpose
1122 * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
1123 floating-point zero operands into GPRs.
1124 ("*mov<mode>_64"): Likewise.
1125 ("mov<mode>"): Likewise using lhi.
1127 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1129 * config/s390/s390.c (s390_symref_operand_p): Return false for
1130 literal pool references.
1131 (s390_check_qrst_address): Update caller.
1133 2010-09-09 Uros Bizjak <ubizjak@gmail.com>
1135 * config/i386/predicates.md (ext_register_operand): Check that
1136 SUBREG_REG is really a register before looking for REGNO.
1137 (reg_not_xmm0_operand): Handle SUBREGs correctly.
1138 (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
1140 2010-09-09 Jakub Jelinek <jakub@redhat.com>
1142 * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
1143 * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
1144 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
1145 * print-rtl.c (print_rtx): Likewise.
1146 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
1147 * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
1148 for ADDR_EXPR with non-addressable object.
1149 * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
1150 (struct dw_val_struct): Add v.val_decl_ref.
1151 (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
1152 Handle DW_OP_GNU_implicit_pointer.
1153 (size_of_loc_descr): Likewise. Fix up DW_OP_call_ref size.
1154 (get_ref_die_offset_label): New function.
1155 (implicit_ptr_descriptor): New function.
1156 (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
1157 (loc_descriptor): Likewise.
1158 (gen_variable_die): Put even definitions into decl_die_table.
1159 (resolve_addr_in_expr): Resolve still unresolved
1160 DW_OP_GNU_implicit_pointer operands, if it can't be resolved
1162 (dwarf2out_finish): Call output_location_lists after outputting
1163 .debug_info and .debug_abbrev instead of before.
1165 2010-09-09 Roland McGrath <roland@redhat.com>
1167 * dwarf2out.c (DWARF_REF_SIZE): Define.
1168 (size_of_loc_descr): Use it for DW_OP_call_ref.
1170 2010-09-09 Alan Modra <amodra@gmail.com>
1172 * doc/invoke.text: Reinstate mcmodel=medium.
1173 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
1174 CMODEL_MEDIUM as default.
1175 * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
1176 * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
1177 (toc_relative_ok, offsettable_ok_by_alignment): New functions.
1178 (rs6000_emit_move): Reinstate mcmodel=medium optimization.
1180 2010-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1183 * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
1184 hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
1185 (builtin_longjmp): Likewise.
1186 (allocate_stack): Use hard_frame_pointer_rtx instead of
1188 * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
1189 * config/pa/pa.c (pa_internal_arg_pointer): Declare.
1190 (pa_can_eliminate): Likewise.
1191 (TARGET_INTERNAL_ARG_POINTER): Define.
1192 (TARGET_CAN_ELIMINATE): Define.
1193 (hppa_expand_prologue): Use hard frame pointer instead of soft frame
1195 (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
1196 (pa_internal_arg_pointer, pa_can_eliminate,
1197 pa_initial_elimination_offset): New.
1198 * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
1199 (HARD_FRAME_POINTER_REGNUM): Set to register three.
1200 (INITIAL_FRAME_POINTER_OFFSET): Delete.
1201 (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
1203 (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
1204 REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
1205 * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
1206 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
1207 REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
1208 new soft frame pointer.
1209 * config/pa/pa64-regs.h: Likewise.
1211 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
1213 * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
1215 (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
1217 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
1220 * cfglayout.c (fixup_reorder_chain): Skip debug insns.
1222 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
1226 * tree-pretty-print.c (dump_generic_node): Disregard top-level
1227 qualifiers in otherwise equal MEM_REF pointer types.
1228 * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
1229 * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
1231 2010-09-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1234 * config/arm/arm.md (bswapsi2): Handle condition correctly
1235 for armv6 and optimize_size.
1237 2010-09-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1240 * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
1242 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
1244 * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
1245 symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
1246 ix86_expand_strlen, legitimate_pic_address_disp_p,
1247 ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
1248 ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
1249 ix86_check_movabs, ix86_secondary_memory_needed): Change function
1251 * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
1252 return_in_memory_ms_64, ix86_check_movabs,
1253 symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
1254 legitimate_pic_address_disp_p, ix86_binary_operator_ok,
1255 ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
1256 ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
1257 ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
1258 ix86_secondary_memory_needed): Change to bool. Return
1259 "true" and "false" values.
1260 * config/i386/i386.md: Return "true" and "false" values.
1262 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1264 * doc/sourcebuild.texi (Effective-Target Keywords): Document
1265 run_expensive_tests.
1267 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1269 * toplev.c (output_stack_usage): Use lbasename instead of basename.
1271 2010-09-08 Martin Jambor <mjambor@suse.cz>
1274 * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
1277 2010-09-08 Richard Guenther <rguenther@suse.de>
1279 * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
1281 (iterative_hash_gimple_type): Likewise.
1282 (gimple_type_hash): Likewise.
1283 (gimple_register_type): Likewise.
1284 (print_gimple_types_stats): Likewise.
1285 (free_gimple_type_tables): Likewise.
1287 2010-09-08 Michael Matz <matz@suse.de>
1289 PR tree-optimization/43430
1290 * tree-vect-stmts.c (vectorizable_condition): Support multiple
1291 copies for conditional statements if it's not part of a reduction.
1293 2010-09-08 Michael Matz <matz@suse.de>
1295 PR tree-optimization/33244
1296 * tree-ssa-sink.c (statement_sink_location): Don't sink into
1299 2010-09-08 Richard Guenther <rguenther@suse.de>
1301 PR tree-optimization/45578
1302 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
1303 Be more careful when transfering alignment information to
1304 the new induction variable.
1305 (copy_ref_info): Likewise.
1307 2010-09-08 Richard Guenther <rguenther@suse.de>
1309 * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
1310 * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
1312 2010-09-08 Arnaud Charlet <charlet@adacore.com>
1314 * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
1315 * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
1317 2010-09-08 Kenneth Zadeck <zadeck@naturalbridge.com>
1320 * doc/md.texi: Fixed modes on several standard pattern names.
1322 2010-09-08 Mingjie Xing <mingjie.xing@gmail.com>
1324 * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
1325 (ashl<mode>3): ...this.
1326 (loongson_psra<V_suffix>): Rename to...
1327 (ashr<mode>3): ...this.
1328 (loongson_psrl<V_suffix>): Rename to...
1329 (lshr<mode>3): ...this.
1330 * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
1331 (CODE_FOR_loongson_psllw): Define.
1332 (CODE_FOR_loongson_psrlh): Define.
1333 (CODE_FOR_loongson_psrlw): Define.
1334 (CODE_FOR_loongson_psrah): Define.
1335 (CODE_FOR_loongson_psraw): Define.
1337 2010-09-07 Richard Henderson <rth@redhat.com>
1339 * tree-vect-data-refs.c: Include tm_p.h.
1340 * Makefile.in (tree-vect-data-refs.o): Update deps.
1341 * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
1342 Move delarations outside #ifdef RTX_CODE.
1344 2010-09-07 Richard Henderson <rth@redhat.com>
1346 * final.c (rest_of_handle_final): Unconditionally do
1347 output_function_exception_table before assemble_end_function.
1349 2010-09-07 Jan Hubicka <jh@suse.cz>
1351 * tree-inline.c (tree_inlinable_function_p): Do not test
1353 * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
1354 update_callee_keys, cgraph_decide_inlining): Test function availability.
1355 * cif-code.def (OVERWRITABLE): New code.
1357 2010-09-07 H.J. Lu <hjl.tools@gmail.com>
1358 Jack Howarth <howarth@bromo.med.uc.edu>
1363 * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
1364 profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
1365 (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
1368 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
1370 * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
1371 Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
1373 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
1375 * config.gcc: Don't append t-android for Android targets.
1377 * config/t-android: Removed.
1379 2010-09-07 Richard Henderson <rth@redhat.com>
1381 * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
1382 * doc/tm.texi.in: Add doc marker.
1383 * doc/tm.texi: Rebuild.
1384 * except.c (switch_to_exception_section): Always build.
1385 (output_one_function_exception_table): Move section switch,
1386 personality output, and label output ...
1387 (output_function_exception_table): ... here. Use the new
1390 * config/ia64/ia64.c (ia64_asm_emit_except_personality,
1391 ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
1392 TARGET_ASM_INIT_SECTIONS): New.
1393 (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
1395 (TARGET_ASM_UNWIND_EMIT): Update to match.
1396 * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
1398 * config/arm/arm.c (arm_asm_emit_except_personality): New.
1399 (arm_asm_init_sections): New.
1400 (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
1402 2010-09-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1404 * config/arm/arm.md: Remove unused variable.
1406 2010-09-07 Anatoly Sokolov <aesok@post.ru>
1408 * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
1409 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
1410 (m32r_memory_move_cost): New function.
1412 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
1414 * config.gcc: Append t-android for Android targets.
1416 * config/t-android: New.
1418 2010-09-07 Richard Henderson <rth@redhat.com>
1420 * target.def (unwind_emit_before_insn): New hook.
1421 * doc/tm.texi.in: Add @hook marker for it.
1422 * doc/tm.texi: Rebuild.
1423 * final.c (final_scan_insn): Respect unwind_emit_before_insn.
1425 2010-09-07 Martin Jambor <mjambor@suse.cz>
1428 * ipa-cp.c (ipcp_versionable_function_p): Return false if there
1429 are any type attributes.
1431 2010-09-07 Jan Hubicka <jh@suse.cz>
1433 * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
1434 array_ref_low_bound in string access folding.
1436 2010-09-07 Uros Bizjak <ubizjak@gmail.com>
1439 * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
1440 eh_return fixup sequence.
1442 2010-09-07 Jan Hubicka <jh@suse.cz>
1444 * gimple-fold.c (maybe_fold_reference): Verify that operand is
1445 gimple_min_invariant.
1447 2010-09-07 Richard Guenther <rguenther@suse.de>
1450 * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
1451 nor CONSTRUCTOR can trap.
1452 * tree-complex.c (update_complex_assignment): Update EH info.
1454 2010-09-07 Richard Guenther <rguenther@suse.de>
1457 * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
1458 * passes.c (execute_function_todo): Do not verify anything if
1461 2010-09-07 Richard Guenther <rguenther@suse.de>
1463 * tree-pretty-print.c (dump_generic_node): Dump void types as void.
1465 2010-09-07 Bernd Schmidt <bernds@codesourcery.com>
1468 * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
1469 New define_mode_attrs.
1470 * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
1471 arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
1472 (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
1473 (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
1474 Remove pool_range attribute.
1475 (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
1476 arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
1477 pool_range and neg_pool_range attributes.
1478 * config/arm/thumb2.md (thumb2_zero_extendsidi2,
1479 thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
1480 thumb2_extendhidi2, thumb2_extendqidi2): Delete.
1482 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
1484 * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
1487 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
1490 * config/i386/mmx.md (*mov<mode>_internal_rex64,
1491 *mov<mode>_internal_avx, *mov<mode>_internal,
1492 *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
1493 *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
1495 2010-09-06 Mark Mitchell <mark@codesourcery.com>
1497 * c-typeck.c (do_warn_double_promotion): Remove.
1498 * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
1501 2010-09-06 Anatoly Sokolov <aesok@post.ru>
1503 * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
1504 * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
1505 * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
1506 argument type to reg_class_t. Change result type to bool.
1507 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
1509 2010-09-06 Nicola Pero <nicola.pero@meta-innovation.com>
1512 * gthr-posix.h (__gthread_objc_thread_detach): Use
1513 _objc_thread_attribs when detaching a thread.
1514 * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
1516 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
1519 * configure.ac (enable_decimal_float): Set to $default_decimal_float.
1520 * configure: Regenerated.
1522 2010-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1524 * combine.c (try_combine): Set subst_low_luid to i0.
1526 2010-09-06 Richard Guenther <rguenther@suse.de>
1528 * tree.def (MISALIGNED_INDIRECT_REF): Remove.
1529 * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
1530 (build_aligned_type): Declare.
1531 * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
1532 (check_aligned_type): New function.
1533 (build_aligned_type): Likewise.
1534 * expr.c (expand_assignment): Handle misaligned stores via
1535 TARGET_MEM_REF and MEM_REF using movmisalign_optab.
1536 (expand_expr_real_1): Likewise.
1537 (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
1538 * tree-vect-stmts.c (vectorizable_store): Do not build
1539 MISALIGNED_INDIRECT_REF but initialize alignment information.
1540 (vectorizable_load): Likewise.
1541 * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
1543 * cfgexpand.c (expand_debug_expr): Likewise.
1544 * dwarf2out.c (loc_list_from_tree): Likewise.
1545 * fold-const.c (maybe_lvalue_p): Likewise.
1546 (operand_equal_p): Likewise.
1547 (build_fold_addr_expr_with_type_loc): Likewise.
1548 * gimplify.c (gimplify_addr_expr): Likewise.
1549 (gimplify_expr): Likewise.
1550 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
1551 (verify_gimple_assign_single): Likewise.
1552 * tree-dump.c (dequeue_and_dump): Likewise.
1553 (tree_could_trap_p): Likewise.
1554 * tree-predcom.c (ref_at_iteration): Likewise.
1555 * tree-pretty-print.c (dump_generic_node): Likewise.
1556 (op_code_prio): Likewise.
1557 (op_symbol_code): Likewise.
1558 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
1559 * tree-ssa-loop-im.c (for_each_index): Likewise.
1560 (gen_lsm_tmp_name): Likewise.
1561 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
1562 (find_interesting_uses_address): Likewise.
1563 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
1564 * tree-ssa-operands.c (get_expr_operands): Likewise.
1565 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
1566 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
1567 (ao_ref_init_from_vn_reference): Likewise.
1568 * tree.c (staticp): Likewise.
1569 (build1_stat): Likewise.
1570 (reference_alias_ptr_type): Likewise.
1571 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
1572 * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
1573 MISALIGNED_INDIRECT_REF handling.
1575 2010-09-06 Richard Guenther <rguenther@suse.de>
1577 PR tree-optimization/45534
1578 * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
1579 (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
1581 (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
1582 valid on the target.
1584 2010-09-06 Andreas Schwab <schwab@redhat.com>
1586 * configure.ac: Quote argument of AC_MSG_WARN.
1587 * configure: Regenerate.
1589 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
1591 * sel-sched.c (move_cond_jump): Correct arguments to
1592 maybe_tidy_empty_bb.
1593 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
1595 2010-09-06 Andrey Belevantsev <abel@ispras.ru>
1597 PR rtl-optimization/44919
1598 * sel-sched.c (move_cond_jump): Remove assert, check that
1599 the several blocks case can only happen with mutually exclusive
1600 insns instead. Rewrite the movement code to support moving through
1601 several basic blocks.
1603 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
1605 * config/i386/i386.md (iptrsize): New mode attribute.
1607 (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
1609 (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
1610 (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
1611 (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
1612 (stack_tls_protect_set_<mode>): Ditto from
1613 stack_tls_protect_set_{si,di}. Use %@ to output segment register
1614 of thread base pointer load.
1615 (stack_tls_protect_test_<mode>): Ditto from
1616 stack_tls_protect_test_{si,di}. Use %@ to output segment register
1617 of thread base pointer load.
1618 (stack_protect_set): Rewrite using indirect functions.
1619 (stack_protect_test): Ditto.
1620 * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
1621 (ix86_print_operand): Handle '@'.
1623 2010-09-05 Giuseppe Scrivano <gscrivano@gnu.org>
1625 * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
1628 2010-09-05 Mark Mitchell <mark@codesourcery.com>
1630 * doc/invoke.texi: Document -Wdouble-promotion.
1631 * c-typeck.c (convert_arguments): Check for implicit conversions
1632 from float to double.
1633 (do_warn_double_promotion): New function.
1634 (build_conditional_expr): Use it.
1635 (build_binary_op): Likewise.
1637 2010-09-05 Richard Guenther <rguenther@suse.de>
1639 PR tree-optimization/45535
1640 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
1641 handle TMR_INDEX2. Make sure TMR_INDEX is not NULL before
1643 (indirect_refs_may_alias_p): Likewise.
1645 2010-09-05 Naveen H.S <naveen.S@kpitcummins.com>
1647 * config/sh/sh.c (sh_option_override): Make static.
1648 Adjust comments. Declare.
1649 (sh_function_value_regno_p): Likewise.
1650 (sh_register_move_cost): Modify the arguments, make static.
1651 Adjust comments. Declare.
1652 (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
1653 TARGET_FUNCTION_VALUE_REGNO_P): Define.
1654 * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
1655 REGISTER_MOVE_COST): Delete.
1656 * config/sh/sh-protos.h (sh_override_options): Delete.
1657 (sh_register_move_cost): Delete.
1658 (sh_function_value_regno_p): Delete.
1660 2010-09-04 Anatoly Sokolov <aesok@post.ru>
1662 * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
1663 m32r_function_value_regno_p): New functions.
1664 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
1665 TARGET_FUNCTION_VALUE_REGNO_P): Declare.
1666 * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
1667 FUNCTION_VALUE_REGNO_P): Remove.
1669 2010-09-04 Jan Hubicka <jh@suse.cz>
1671 * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
1672 * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
1673 fold_read_from_constant_string.
1675 * gimple.h (canonicalize_constructor_val): Declare.
1676 * gimple-fold.c (canonicalize_constructor_val): New function.
1677 (get_symbol_constant_value):Use it.
1678 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
1680 2010-09-04 Jan Hubicka <jh@suse.cz>
1682 * tree-switch-conversion.c (build_one_array): Set constructor to be
1684 * varpool.c (varpool_finalize_decl): Compute const_value_known.
1686 2010-09-04 Richard Guenther <rguenther@suse.de>
1689 * tree-flow.h (force_gimple_operand_1): Declare.
1690 (force_gimple_operand_gsi_1): Likewise.
1691 * gimplify.c (force_gimple_operand_1): New worker taking a
1692 gimple predicate for ...
1693 (force_gimple_operand): ... which now wraps it.
1694 (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
1695 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
1697 * tree-ssa-address.c (gimplify_mem_ref_parts): Use
1698 force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
1699 (create_mem_ref): Likewise.
1701 2010-09-04 Uros Bizjak <ubizjak@gmail.com>
1703 * config/i386/predicates.md (sse_reg_operand): New predicate.
1704 * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
1705 predicate for operand 1.
1706 (XFmode push splitter): Use fp_register_operand predicate
1708 (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
1709 (SF-DF float_extend push splitter): Add reload_completed insn
1711 ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
1712 MODEF mode macro. Add reload_completed insn predicate.
1714 2010-09-04 Paolo Bonzini <bonzini@gnu.org>
1716 * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
1717 (struct df_extract_ref): Remove.
1718 (union df_ref_d): Remove extract_ref member.
1719 (df_ref_create): Remove last three arguments.
1720 (DF_REF_LOC): Remove DF_REF_EXTRACT case.
1721 * df-scan.c (df_ref_record): Remove last three arguments, do not
1722 pass them to df_ref_create_structure.
1723 (df_uses_record): Remove first and last three arguments. Replace
1724 first argument with DF_REF_REGULAR, adjust calls to remove the
1725 width, offset and mode. Always call recursively on the second
1726 and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
1727 (df_ref_create_structure): Remove first argument.
1728 (struct df_scan_problem_data): Remove ref_extract_pool.
1729 (df_scan_free_internal): Do not free it.
1730 (df_scan_alloc): Do not allocate it.
1731 (df_ref_create): Remove last three arguments, do not pass them to
1732 df_ref_create_structure.
1733 (df_free_ref): Remove DF_REF_EXTRACT case.
1734 (df_notes_rescan): Adjust call to df_uses_record.
1735 (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
1736 Remove DF_REF_EXTRACT case.
1737 (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
1738 Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
1739 and SUBREG definitions.
1740 (df_get_conditional_uses): Remove references to width/offset/mode,
1741 adjust call to df_ref_create_structure.
1742 (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
1743 df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
1744 calls to df_uses_record and df_ref_record.
1745 * fwprop.c (update_df): Remove references to width/offset/mode,
1746 adjust call to df_ref_create.
1748 2010-09-03 Jan Hubicka <jh@suse.cz>
1750 * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
1751 (build_cdtor_fns): Update use of build_cdtor.
1753 2010-09-03 Joseph Myers <joseph@codesourcery.com>
1755 * doc/options.texi (SeparateAlias): Document.
1756 * opt-functions.awk (switch_flags): Handle SeparateAlias.
1757 * opth-gen.awk: Generate enumeration names for options marked
1758 SeparateAlias, but not for those marked Ignore.
1759 * opts-common.c (generate_canonical_option): Don't output separate
1760 argument for options marked CL_SEPARATE_ALIAS.
1761 (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
1762 * opts.h (CL_SEPARATE_ALIAS): New.
1763 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
1764 CL_COMMON): Adjust definitions.
1765 * config/i386/darwin.opt, config/mips/sde.opt: New.
1766 * common.opt (fdump-final-insns): New.
1767 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
1769 (mips*-sde-elf*): Add mips/sde.opt.
1770 * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
1771 -mno-data-in-code and -mcode-xonly here.
1772 * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
1773 * gcc.c (option_map): Add "j" to --dump entry.
1774 (translate_options): Don't translate -d to -foutput-class-dir= here.
1776 2010-09-03 Sebastian Pop <sebastian.pop@amd.com>
1778 * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
1780 (compute_all_dependences): Same.
1781 (create_rdg_edge_for_ddr): Same.
1782 * tree-data-ref.h (DR_IS_WRITE): New.
1783 (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
1784 * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
1785 (write_memrefs_written_at_least_once): Same.
1786 * tree-predcom.c (suitable_component_p): Same.
1787 (determine_roots_comp): Same.
1788 (execute_load_motion): Same.
1789 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
1790 (vect_enhance_data_refs_alignment): Same.
1791 (vect_analyze_group_access): Same.
1793 2010-09-03 Joern Rennecke <joern.rennecke@embecosm.com>
1796 * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
1797 (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
1799 2010-09-03 Marcin Baczynski <marbacz@gmail.com>
1801 * dwarf2out.c (file scope): Remove #if0'd code.
1802 (gen_subprogram_die): Same.
1804 2010-09-03 Jakub Jelinek <jakub@redhat.com>
1807 * dwarf2out.c (flush_queued_reg_saves): Rename to...
1808 (dwarf2out_flush_queued_reg_saves): ... this. No longer static.
1809 (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
1810 * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
1811 * config/i386/i386.c (output_set_got): Call it.
1813 2010-09-03 Michael Matz <matz@suse.de>
1816 * tree-sra.c (sra_modify_assign): If we modify the statement,
1819 * tree-ssa.c (verify_ssa): Check number of operands and links
1820 per statement to agree.
1822 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
1823 Iain Sandoe <iains@gcc.gnu.org>
1826 * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
1827 * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
1828 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
1830 2010-09-03 Richard Guenther <rguenther@suse.de>
1832 * lto-streamer-out.c (output_function): Output function
1834 * lto-streamer-in.c (input_function): Input function start
1837 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1839 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
1840 * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
1841 * configure: Regenerate.
1842 * aclocal.m4: Regenerate.
1844 2010-09-03 Jan Hubicka <jh@suse.cz>
1847 * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
1848 on functions/variables in other partition.
1850 2010-09-03 Jan Hubicka <jh@suse.cz>
1852 * cgraph.h (struct varpool_node): Add const_value_known.
1853 (varpool_decide_const_value_known): Declare.
1854 * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
1855 * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
1856 (input_varpool_node): Restore const_value_known.
1857 * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
1858 initializer folding.
1859 * ipa.c (ipa_discover_readonly_nonaddressable_var,
1860 function_and_variable_visibility): Compute const_value_known.
1861 * gimple-fold.c (get_symbol_constant_value): Use varpool for
1862 initializer folding.
1863 * varpool.c (varpool_decide_const_value_known): New function.
1865 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
1867 * config/i386/i386.md: Remove empty preparation statements
1870 2010-09-03 Jan Hubicka <jh@suse.cz>
1872 * passes.c (rest_of_decl_compilation): Do not add local vars into
1874 * varpool.c (varpool_get_node, varpool_node): Sanity check that only
1875 static or extern vars are in varpool.
1876 (varpool_finalize_decl): Sanity check that only static vars are
1879 2010-09-03 Jakub Jelinek <jakub@redhat.com>
1882 * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
1883 not just generic vectors with BLKmode.
1885 2010-09-03 Richard Guenther <rguenther@suse.de>
1887 * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
1888 Move TMR_OFFSET to second operand. Add TMR_INDEX2.
1889 * tree.h (TMR_SYMBOL): Remove.
1890 (TMR_BASE, TMR_OFFSET): Adjust.
1892 * alias.c (ao_ref_from_mem): Use TMR_BASE.
1893 * builtins.c (get_object_alignment): Merge TMR_BASE and
1894 TMR_SYMBOL handling.
1895 * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
1896 * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
1897 handling. Also allow TARGET_MEM_REF as base address.
1898 (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
1899 * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
1900 base. Gimplify TMR_INDEX2.
1901 * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
1902 * tree-dfa.c (get_ref_base_and_extent): Likewise.
1903 (get_addr_base_and_unit_offset): Likewise.
1904 * tree-eh.c (tree_could_trap_p): Likewise.
1905 * tree-pretty-print.c (dump_generic_node): Likewise.
1906 * tree-ssa-address.c (tree_mem_ref_addr): Simplify. Handle TMR_INDEX2.
1907 (create_mem_ref_raw): Merge symbol and base. Move 2ndary
1909 (get_address_description): Reconstruct addres description
1910 from merged TMR_BASE and TMR_INDEX2.
1911 (maybe_fold_tmr): Fold propagated addresses.
1912 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
1913 MEM_REF and TARGET_MEM_REF paths.
1914 (indirect_refs_may_alias_p): Likewise.
1915 * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
1916 instead of TMR_SYMBOL.
1917 * tree-ssa-operands.c (get_tmr_operands): Simplify.
1918 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
1919 according to changes ...
1920 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
1921 Split TARGET_MEM_REF into two fields plus the base.
1922 * tree.c (mem_ref_offset): Simplify.
1923 * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
1924 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
1925 Strip NOPs when folding MEM_REF addresses.
1926 * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
1927 * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
1928 (fold_gimple_assign): ... not here.
1930 2010-09-03 Mingjie Xing <mingjie.xing@gmail.com>
1932 * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
1933 * config/mips/mips.c (mips_shift_truncation_mask): New function.
1934 (TARGET_SHIFT_TRUNCATION_MASK): Define.
1936 2010-09-02 Richard Henderson <rth@redhat.com>
1938 * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
1939 instead of readelf in the test.
1940 (gcc_cv_as_cfi_sections_directive): Check for correct relocation
1941 in the .debug_frame section for coff targets.
1942 * configure: Rebuild.
1944 2010-09-02 Anatoly Sokolov <aesok@post.ru>
1946 * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
1947 * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
1948 * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
1949 (m32c_class_likely_spilled_p): Make static. Change argument type to
1950 reg_class_t. Change result type to bool.
1952 2010-09-02 Michael Meissner <meissner@linux.vnet.ibm.com>
1954 * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
1955 to convert (double)(long) into a single FRIZ instruction or not
1956 when -ffast-math is used.
1958 * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
1959 (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
1960 or FRIZ instruction if -ffast-math.
1961 * config/rs6000/rs6000.md (friz): Ditto.
1963 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
1965 2010-09-02 Joseph Myers <joseph@codesourcery.com>
1967 * opth-gen.awk (quote, comma): Remove unused variables.
1969 2010-09-02 Ryan Mansfield <rmansfield@qnx.com>
1971 * arm.c (arm_override_options): Correct fall-back code to use
1972 SUBTARGET_CPU_DEFAULT.
1974 2010-09-02 Julian Brown <julian@codesourcery.com>
1976 * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
1978 (vcond<mode>, vcondu<mode>): New expanders.
1979 (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
1980 comparisons with zero.
1981 (neon_vcle<mode>, neon_vclt<mode>): New patterns.
1982 * config/arm/constraints.md (Dz): New constraint.
1984 2010-09-02 Anatoly Sokolov <aesok@post.ru>
1986 * target.def (class_likely_spilled_p): New hook.
1987 * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
1988 * doc/tm.texi: Regenerate.
1989 * targhooks.c (default_class_likely_spilled_p): New function.
1990 * targhooks.h (default_class_likely_spilled_p): Declare.
1991 * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
1992 * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
1993 TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
1994 Use fixed_reg_set instead of fixed_regs.
1995 * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
1996 * calls.c (avoid_likely_spilled_reg): Ditto.
1997 * ira-conflicts.c (ira_build_conflicts): Ditto.
1998 * ira.c (update_equiv_regs): Ditto.
1999 * mode-switching.c (create_pre_exit): Ditto.
2000 * regmove.c (find_matches): Ditto.
2001 (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
2002 * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
2003 (small_register_class_p): New inline function.
2004 (push_secondary_reload, find_reusable_reload, find_reloads): Use
2005 small_register_class_p instead of SMALL_REGISTER_CLASS_P.
2007 * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
2008 * config/i386/i386.c (ix86_class_likely_spilled_p): New.
2009 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
2011 2010-09-02 Richard Guenther <rguenther@suse.de>
2013 PR tree-optimization/44937
2014 PR tree-optimization/45412
2015 * ipa-split.c (split_function): Properly remove PHI nodes.
2017 2010-09-02 Joseph Myers <joseph@codesourcery.com>
2019 * opts.h (struct cl_option): Add warn_message field.
2020 (struct cl_decoded_option): Add warn_message field.
2021 * doc/options.texi (Ignore, Warn): Document.
2022 * opt-functions.awk (needs_state_p): Don't consider aliases or
2023 ignored options to need state saved.
2024 * optc-gen.awk: Handle Warn and Ignore.
2025 * opth-gen.awk: Output OPT_SPECIAL_ignore.
2026 * opts-common.c (decode_cmdline_option): Set warn_message field.
2027 Handle ignored options.
2028 (decode_cmdline_options_to_array, generate_option,
2029 generate_option_input_file): Set warn_message field.
2030 (read_cmdline_option): Generate warnings from warn_message field.
2031 Handle ignored options.
2032 * common.opt (Wunreachable-code, fargument-alias,
2033 fargument-noalias, fargument-noalias-global,
2034 fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
2035 floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
2036 fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
2037 ftree-salias): Mark Ignore.
2038 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
2039 -mintel-syntax and -mno-intel-syntax here.
2040 * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
2042 * opts.c (common_handle_option): Don't handle options marked as
2044 (enable_warning_as_error): Handle ignored options.
2046 2010-09-02 Joseph Myers <joseph@codesourcery.com>
2049 * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
2050 alias_target fields.
2051 * opt-functions.awk (opt_sanitized_name): Don't handle
2052 finline-limit=, Wlarger-than= and ftemplate-depth= specially.
2053 * optc-gen.awk: Generate alias fields.
2054 * opth-gen.awk: Explicitly give values for OPT_* enum constants.
2055 Don't generate such constants for aliases.
2056 * opts-common.c (generate_canonical_option): New.
2057 (decode_cmdline_option): Handle aliases. Use
2058 generate_canonical_option for known options instead of copying the
2060 * doc/options.texi (Alias): Document.
2061 * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
2062 fstack-check, specs): Mark as aliases.
2063 * gcc.c (driver_handle_option): Canonicalize -L options to joined
2065 (driver_handle_option): Don't handle OPT_specs.
2066 * opts.c (common_handle_option): Don't handle options marked as
2068 (enable_warning_as_error): Handle aliases.
2069 * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
2070 OPT_Wlarger_than_eq.
2071 * tree-optimize.c (tree_rest_of_compilation): Use
2072 OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
2074 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
2076 * config/i386/i386.md (nonmemory_operand): New mode attribute.
2077 (push memory peephole2): Macroize peepholes using SWI mode iterator.
2078 (move immediate to memory peephole2): Macroize peepholes using
2079 SWI124 mode iterator.
2080 (non-pairable NOT peephole2): Macroize peepholes using SWI124
2082 (simple lea add peephole2): Macroize peepholes using SWI48
2084 (simple lea mult peephole2): Ditto.
2085 (imul by 3,5,9 to lea peephole2): Ditto.
2086 (mov $-1, reg peephole2): Macroize peepholes using SWI248
2088 (imul $32bit_imm,mem,reg peephole2): Ditto.
2089 (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
2091 2010-09-02 Ian Bolton <ian.bolton@arm.com>
2093 * tree-ssa-loop-prefetch.c: Fix comment at head of file.
2095 2010-09-02 Olivier Hainque <hainque@adacore.com>
2098 * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
2099 (allocno_priority_compare_func): Use it instead of a straight
2100 difference computation over priorities.
2102 2010-09-02 Andi Kleen <ak@linux.intel.com>
2104 * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
2106 2010-09-02 Ira Rosen <irar@il.ibm.com>
2108 * tree-vectorizer.h (get_later_stmt): New function.
2109 (vect_analyze_data_ref_dependences): Add argument.
2110 * tree-vect-loop.c (vect_analyze_loop): Update call to
2111 vect_analyze_data_ref_dependences.
2112 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
2114 (vect_analyze_data_ref_dependence): Add argument for basic block
2115 dependencies. Check dependencies in basic block vectorization.
2116 (vect_analyze_data_ref_dependences): Add argument and update call to
2117 vect_analyze_data_ref_dependences.
2118 * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
2119 (vect_bb_vectorizable_with_dependencies): New.
2120 (vect_slp_analyze_bb): Check dependencies in basic block.
2121 (vect_schedule_slp_instance): Insert stores before the last store in
2124 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
2127 * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
2128 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
2130 2010-09-01 Jakub Jelinek <jakub@redhat.com>
2133 * bb-reorder.c (add_labels_and_missing_jumps): Treat
2134 bbs ending with throwing insns like blocks ending with a call.
2135 (fix_up_fall_thru_edges): Likewise.
2137 2010-09-01 Nathan Froyd <froydnj@codesourcery.com>
2139 * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
2140 (m32c_function_arg_advance): Delete.
2141 * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
2142 * config/m32c/m32c.c (m32c_function_arg): Make static. Adjust
2143 comments. Take a const_tree and a bool. Declare.
2144 (m32c_function_arg_advance): Likewise.
2145 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2147 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
2150 * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
2151 LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
2152 * config/i386/mingw32.h: ... here.
2154 2010-09-01 Andi Kleen <ak@linux.intel.com>
2157 * lto-streamer-in.c (lto_input_ts_target_option): Add.
2158 (lto_input_tree_pointers): Call lto_input_ts_target_option.
2159 * lto-streamer-out (lto_output_ts_target_option): Add.
2160 (lto_output_tree_pointers): Call lto_output_ts_target_option.
2162 2010-09-01 Kai Tietz <kai.tietz@onevision.com>
2165 * config/i386/cygwin.h: Change order of specified import libraries.
2166 * config/i386/mingw32.h: Likewise.
2167 * config/i386/t-cygwin: Likewise.
2168 * config/i386/t-mingw32: Likewise.
2169 * config/i386/t-mingw-w32: Likewise.
2170 * config/i386/t-mingw-w64: Likewise.
2172 2010-09-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2174 * config/arm/neon-schedgen.ml (core): New type.
2175 (allCores): List of supported cores.
2176 (availability_table): Add supported cores.
2177 (collate_bypasses): Accept core as a parameter.
2178 (worst_case_latencies_and_bypasses): Accept core as a parameter.
2179 (emit_insn_reservations): Accept core as a parameter. Use tuneStr
2180 and coreStr to get tune attribute and prefix for functional units.
2181 (emit_bypasses): Accept core name and use it.
2182 (calculate_per_core_availability_table): New.
2184 (calculate_core_availability_table): New.
2185 (main): Use calculate_core_availablity_table.
2186 * config/arm/cortex-a8-neon.md: Update copyright year.
2187 Regenerated from ml file and merged in.
2188 (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
2191 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2193 * Makefile.in (tree-switch-conversion.o): Update dependencies.
2195 2010-09-01 Richard Guenther <rguenther@suse.de>
2197 * alias.c (ao_ref_from_mem): Adjust.
2198 * builtins.c (get_object_alignment): Likewise.
2199 * cfgexpand.c (expand_debug_expr): Likewise.
2200 * gimple.c (get_base_address): Likewise.
2201 * tree-dfa.c (get_ref_base_and_extent): Likewise.
2202 (get_addr_base_and_unit_offset): Likewise. Fix for
2203 both TMR_SYMBOL and TMR_BASE being set.
2204 * tree-eh.c (tree_could_trap_p): Likewise.
2205 * gimplify.c (gimplify_expr): Do not attempt to gimplify
2206 TMR_SYMBOL. Always gimplify TMR_BASE.
2207 * tree-cfg.c (verify_types_in_gimple_reference): Verify
2208 TMR_BASE if there is a TMR_SYMBOL.
2209 * tree-pretty-print.c (dump_generic_node): Adjust.
2210 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
2211 (tree_mem_ref_addr): Likewise.
2212 (create_mem_ref_raw): Likewise.
2213 (move_fixed_address_to_symbol): Likewise.
2214 (create_mem_ref): Likewise.
2215 (dump_mem_address): Likewise.
2216 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
2217 Fix for both TMR_SYMBOL and TMR_BASE being set.
2218 (indirect_refs_may_alias_p): Likewise.
2219 * tree-ssa-operands.c (get_tmr_operands): Adjust.
2220 * tree.def (TARGET_MEM_REF): Adjust documentation.
2222 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
2224 * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
2225 Rename from X86_TUNE_ADD_ESP_4.
2226 <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
2227 <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
2228 <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
2229 (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
2230 (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
2231 (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
2232 (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
2233 * config/i386/i386.c (initial_ix86_tune_features)
2234 <X86_TUNE_SINGLE_POP>: Invert members.
2235 <X86_TUNE_DOUBLE_POP>: Ditto.
2236 <X86_TUNE_SINGLE_PUSH>: Ditto.
2237 <X86_TUNE_DOUBLE_PUSH>: Ditto.
2238 * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
2240 (push peephole2 patterns): Macroize peepholes using P mode iterator.
2241 Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
2242 (pop peephole2 patterns): Macroize peepholes using P mode iterator.
2243 Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
2245 2010-09-01 Eric Botcazou <ebotcazou@adacore.com>
2247 * gimplify.c (gimplify_init_constructor): Do not create a temporary for
2248 a volatile LHS if the constructor has only one element.
2250 2010-09-01 Mikael Pettersson <mikpe@it.uu.se>
2253 * tree.c (stdarg_p): Make fntype parameter const.
2254 * tree.h (stdarg_p): Likewise.
2255 (function_args_iterator): Remove unused fntype field.
2256 (function_args_iter_init): Do not initialize fntype
2257 field. Make fntype parameter const.
2259 2010-09-01 Richard Guenther <rguenther@suse.de>
2261 * tree-vrp.c (adjust_range_with_scev): Use number of iteration
2263 (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
2264 (execute_vrp): Compute number of iteration estimates.
2265 * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
2266 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
2267 * tree-data-ref.c (estimated_loop_iterations): Adjust.
2268 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
2269 Infer loop bounds from undefined behavior based on a new parameter.
2270 (estimate_numbers_of_iterations): Likewise.
2271 (scev_probably_wraps_p): Adjust.
2272 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
2274 2010-09-01 Nick Clifton <nickc@redhat.com>
2276 * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
2278 (xstormy16_legitimate_address_p): Use true and false instead of 1
2280 (xstormy16_expand_prologue): Delete unused local variable 'insn'.
2281 (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
2283 (xstormy16_expand_call): Fix comment at start of function.
2285 2010-09-01 Nick Clifton <nickc@redhat.com>
2287 * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
2288 when pushing accumulator register.
2289 (rx_get_stack_layout): Always save call clobbered registers inside
2291 * config/rx/rx-modes.def: Fix descriptive comment at start of file.
2293 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
2295 * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
2296 i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
2298 * libgcc-std.ver (GCC_4.6.0): Define version.
2300 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
2302 * tree-nested.c (convert_all_function_calls): Iterate until after the
2303 sum of static chains in the nest doesn't change.
2305 2010-08-31 Anatoly Sokolov <aesok@post.ru>
2307 * config/m32c/m32c.c (classes_intersect): Remove.
2308 (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
2309 reg_classes_intersect_p instead of classes_intersect.
2310 (class_can_hold_mode): Change arguments type from enum reg_class to
2311 reg_class_t. Use reg_class_contents instead of class_contents.
2312 (m32c_register_move_cost): Make static. Change arguments type from
2313 enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
2314 classes_intersect. Use reg_class_contents instead of class_contents.
2315 (m32c_memory_move_cost): Make static. Change arguments type from
2316 enum reg_class to reg_class_t.
2317 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
2318 * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
2319 * config/m32c/m32c-protos.h (m32c_register_move_cost,
2320 m32c_memory_move_cost): Remove.
2322 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
2324 * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
2325 (arm_function_arg): Delete.
2326 (arm_needs_doubleword_align): Take a const_tree.
2327 * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
2328 * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
2329 (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
2330 (arm_function_arg): Make static. Take a const_tree and a bool.
2331 (arm_function_arg_advance): Likewise.
2332 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2334 2010-08-31 Andi Kleen <ak@linux.intel.com>
2336 * common.opt (fwhopr=): Update for -fwhopr=jobserver
2337 * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
2338 * lto-wrapper.c (run_gcc): Add jobserver mode.
2339 * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
2342 2010-08-31 Uros Bizjak <ubizjak@gmail.com>
2344 * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
2346 (*popdi1_epilogue): Ditto.
2347 (*popsi1_epilogue): Ditto.
2348 (popsi, popdi peephole2 patterns): Update peepholes for changed
2349 pop{si,di}1 and *pop{si,di}1_epilogue patterns.
2351 (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
2352 (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
2354 * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
2355 (override_options): Do not initialize removed ix86_gen_pop1.
2356 (gen_pop): New static function.
2357 (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
2358 (release_scratch_register_on_entry): Ditto.
2359 (ix86_restore_reg_using_pop): Ditto.
2360 (ix86_expand_epilogue): Ditto.
2362 2010-08-31 Jakub Jelinek <jakub@redhat.com>
2365 * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
2367 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
2369 * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
2372 2010-08-31 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2374 * doc/extend.texi: Fix documentation of the return value of
2375 __builtin_choose_expr.
2377 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
2379 * config/v850/v850-protos.h (function_arg): Delete.
2380 * config/v850/v850.h (FUNCTION_ARG): Delete.
2381 (FUNCTION_ARG_ADVANCE): Move code to...
2382 * config/v850/v850.c (v850_function_arg_advance): ...here.
2383 (v850_function_arg): Make static. Take a const_tree and a bool.
2384 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2386 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
2388 * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
2390 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
2392 * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
2394 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
2396 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2398 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
2400 * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
2402 * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
2403 * config/rx/rx.c (rx_function_arg_size): Make static.
2404 (rx_function_arg): Likewise.
2405 (rx_function_arg_advance): New function.
2406 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2408 2010-08-31 John Tytgat <John.Tytgat@aaug.net>
2410 * config/arm/arm.c (arm_override_options): Remove superfluous test.
2413 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
2415 * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
2416 (dwarf2out_decl) <CONST_DECL>: Likewise.
2418 2010-08-30 Eric Botcazou <ebotcazou@adacore.com>
2421 * common.opt (-fstack-usage): New option.
2422 * doc/invoke.texi (Debugging options): Document it.
2423 * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
2424 allocate_dynamic_stack_space.
2425 (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
2426 and propagate it to allocate_dynamic_stack_space.
2427 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
2428 * calls.c (initialize_argument_information): Pass TRUE as 4th
2429 argument to allocate_dynamic_stack_space.
2430 (expand_call): Set current_function_has_unbounded_dynamic_stack_size
2431 to 1 when pushing a variable-sized argument onto the stack. Pass
2432 TRUE as 4th argument to allocate_dynamic_stack_space.
2433 Update current_function_pushed_stack_size.
2434 (emit_library_call_value_1): Likewise.
2435 * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
2436 CANNOT_ACCUMULATE. If flag_stack_usage, look into the size and
2437 attempt to find an upper bound. Remove redundant code for the
2438 SETJMP_VIA_SAVE_AREA case.
2439 * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
2440 * function.h (struct stack_usage): New structure.
2441 (current_function_static_stack_size): New macro.
2442 (current_function_dynamic_stack_size): Likewise.
2443 (current_function_pushed_stack_size): Likewise.
2444 (current_function_dynamic_alloc_count): Likewise.
2445 (current_function_has_unbounded_dynamic_stack_size): Likewise.
2446 (current_function_allocates_dynamic_stack_space): Likewise.
2447 (struct function): Add new field 'su'.
2448 * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
2449 add the value of the dynamic offset to the dynamic stack usage.
2450 (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
2451 for variable-sized objects.
2452 (prepare_function_start): Allocate cfun->su if flag_stack_usage.
2453 (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
2454 * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
2455 BUILT_IN_ALLOCA for variable-sized objects.
2456 * output.h (output_stack_usage): Declare.
2457 * toplev.c (stack_usage_file): New file pointer.
2458 (output_stack_usage): New function.
2459 (open_auxiliary_file): Likewise.
2460 (lang_dependent_init): Open file if flag_stack_usage is set.
2461 (finalize): Close file if stack_usage_file is not null.
2462 * tree.h (ALLOCA_FOR_VAR_P): New macro.
2463 * config/alpha/alpha.c (compute_frame_size): New function.
2464 (alpha_expand_prologue): Use it.
2465 (alpha_start_function): Likewise.
2466 (alpha_expand_epilogue): Likewise. Set stack usage info.
2467 * config/i386/i386.c (ix86_expand_prologue): Likewise.
2468 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
2469 * config/mips/mips.c (mips_expand_prologue): Likewise.
2470 * config/pa/pa.c (hppa_expand_prologue): Likewise.
2471 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
2472 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
2474 2010-08-30 Zdenek Dvorak <ook@ucw.cz>
2476 PR tree-optimization/45427
2477 * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
2478 Handle the case that the exit is never taken correctly.
2479 (number_of_iterations_ne): Pass exit_must_be_taken to
2480 number_of_iterations_ne_max.
2482 2010-08-30 Catherine Moore <clm@codesourcery.com>
2484 * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
2485 Infer -mdspr2 for the the 74K.
2487 2010-08-30 Jakub Jelinek <jakub@redhat.com>
2490 * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
2493 * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
2494 and TRUTH_{AND,OR,XOR}_EXPR.
2495 * c-parser.c (c_parser_omp_atomic): Handle boolean
2496 {PRE,POST}_{INC,DEC}REMENT.
2498 2010-08-30 Nathan Froyd <froydnj@codesourcery.com>
2500 * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
2501 (function_arg): Delete.
2502 * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
2503 (FUNCTION_INCOMING_ARG): Delete.
2504 * config/xtensa/xtensa.c (function_arg_advance): Rename to...
2505 (xtensa_function_arg_advance): ...this. Make static. Take a const_tree
2507 (function_arg): Rename to...
2508 (xtensa_function_arg_1): ...this. Make static. Take a const_tree and
2510 (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
2511 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2512 (TARGET_FUNCTION_INCOMING_ARG): Define.
2514 2010-08-30 Richard Guenther <rguenther@suse.de>
2516 PR tree-optimization/21602
2517 * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
2518 using points-to information.
2520 2010-08-30 H.J. Lu <hongjiu.lu@intel.com>
2522 * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
2524 2010-08-30 Richard Guenther <rguenther@suse.de>
2526 PR tree-optimization/45449
2527 * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
2530 2010-08-30 Joseph Myers <joseph@codesourcery.com>
2532 * opts.h (CL_ERR_NEGATIVE): Define.
2533 * opts.c (unknown_option_callback): Don't postpone warnings for
2534 options marked with CL_ERR_NEGATIVE.
2535 * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
2536 for negative versions of CL_REJECT_NEGATIVE options.
2538 2010-08-30 Uros Bizjak <ubizjak@gmail.com>
2540 * config/i386/i386.md (zero_extendsidi2_1): Rename from
2541 zero_extendsidi2_32.
2542 (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
2543 using SWI12 mode iterator.
2544 (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
2545 to define_insn_and_split pattern.
2546 (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
2547 using SWI24 mode iterator.
2548 (*zero_extendqi<mode>2_and): Macroize insn from
2549 *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
2550 (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
2551 *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
2552 SWI24 mode iterator.
2553 (*zero_extendqi<mode>2_movzbl): Ditto from
2554 *zero_extendqi{hi,si}2_movzbl.
2555 (extendsidi2_1): Rename from extendsidi2_32.
2556 (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
2557 SWI12 mode iterator.
2559 2010-08-29 Eric Botcazou <ebotcazou@adacore.com>
2561 * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
2562 general purpose registers.
2563 (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
2564 * config/ia64/ia64.md (*movcci): Change to named pattern. Deal
2565 with general purpose registers and memory operands. Add associated
2566 CCImode post-reload splitter.
2567 * config/ia64/div.md: Change BImode to CCImode throughout.
2569 2010-08-28 Eric Botcazou <ebotcazou@adacore.com>
2571 * config/ia64/ia64.md (cstorebi4): Fix thinko.
2573 2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
2575 * config/picochip/picochip.c (reorder_var_tracking_notes): This
2576 function was dropping debug insns which caused PR45299.
2578 2010-08-28 Uros Bizjak <ubizjak@gmail.com>
2580 * config/i386/sse.md (extsuffix): New code attribute.
2581 (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
2582 and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
2583 (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
2584 and sse4_1_zero_extendv4qiv4si2.
2585 (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
2586 and sse4_1_zero_extendv2qiv2di2.
2587 (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
2588 and sse4_1_zero_extendv4hiv4si2.
2589 (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
2590 and sse4_1_zero_extendv2hiv2di2.
2591 (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
2592 and sse4_1_zero_extendv2siv2di2
2594 (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
2595 using any_extend code iterator.
2596 (*avx_<s>mulv8hi3_highpart): Macroize insn from
2597 *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
2598 (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
2600 * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
2601 gen_sse4_1_sign_extend* functions.
2602 (struct builtin_description bdesc_args): Ditto.
2604 2010-08-27 Xinliang David Li <davidxl@google.com>
2607 * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
2608 (iv_ca_set_no_cp): Update used inv expr count.
2609 (iv_ca_set_cp): Ditto.
2610 (iv_ca_new): Initialize new member.
2611 (iv_ca_free): Free memory.
2613 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
2615 * config/sh/sh-protos.h (sh_function_arg): Delete.
2616 (sh_function_arg_advance): Delete.
2617 * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
2618 (PASS_IN_REG_P): Eliminate cast.
2619 * config/sh/sh.c (sh_function_arg_advance): Make static. Take a
2620 const_tree and a bool.
2621 (sh_function_arg): Likewise.
2622 (sh_output_mi_thunk): Call sh_function_arg_advance) and
2624 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2626 2010-08-27 Naveen H.S <naveen.S@kpitcummins.com>
2627 Kaz Kojima <kkojima@gcc.gnu.org>
2629 * config/sh/sh.c (push_regs): Emit movml for interrupt handler
2631 (sh_expand_epilogue): Likewise.
2632 * config/sh/sh.md (movml_push_banked): New insn.
2633 (movml_pop_banked): Likewise.
2635 2010-08-28 Bernd Schmidt <bernds@codesourcery.com>
2637 * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
2638 gen_regexp_oneof, gen_regexp_sequence): Use the string found
2639 in vector element 0 rather than the original string when there's
2641 (gen_regexp): Remove extra semicolon.
2643 * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
2644 thumb2_movsf_vfp): Set attribute "insn".
2645 * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
2646 not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
2647 thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
2648 arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
2649 arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
2650 thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
2651 thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
2652 movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
2653 if_not_move, if_shift_move, if_move_shift, if_shift_shift,
2654 if_not_arith, if_arith_not, cond_move_not): Likewise.
2656 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
2658 * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
2660 (rs6000_allocate_stack_temp): Ditto.
2661 (rs6000_expand_convert_si_to_sfdf): Ditto.
2663 * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
2664 line. Update the options set if power6 or power7 server/embedded
2665 type options are used. If we give a warning for no vsx under
2666 -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
2667 (rs6000_allocate_stack_temp): New function to allocate a stack
2668 tempoary and adjust the address so it meets either REG+OFFSET or
2669 REG+REG addressing requirements.
2670 (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
2671 that they can be used with the LFIWAX/LFIWZX instrucitons.
2672 (rs6000_expand_convert_si_to_sfdf): New helper funciton for
2673 converting signed/unsigned SImode to either SFmode/DFmode.
2675 * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
2676 whether certain instructions can be generated.
2677 (TARGET_FCTIDZ): Ditto.
2678 (TARGET_STFIWX): Ditto.
2679 (TARGET_LFIWAX): Ditto.
2680 (TARGET_LFIWZX): Ditto.
2681 (TARGET_FCFIDS): Ditto.
2682 (TARGET_FCFIDU): Ditto.
2683 (TARGET_FCFIDUS): Ditto.
2684 (TARGET_FCTIDUZ): Ditto.
2685 (TARGET_FCTIWUZ): Ditto.
2687 * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
2688 (UNSPEC_FCTID): Ditto.
2689 (UNSPEC_LFIWAX): Ditto.
2690 (UNSPEC_LFIWZX): Ditto.
2691 (UNSPEC_FCTIWUZ): Ditto.
2692 (rreg): Use correct constraints.
2693 (SI_CONVERT_FP): New mode attribute for floating point conversion
2695 (E500_CONVERT): Ditto.
2696 (lfiwax): New insns for converting from integer to floating point
2697 utilizing newer instructions. Attempt to optimize conversions
2698 that come from memory so that we don't load the value into a GPR,
2699 spill it to the stack and reload it into a FPR.
2700 (floatsi<mode>2_lfiwax): Ditto.
2701 (floatsi<mode>2_lfiwax_mem): Ditto.
2702 (floatsi<mode>2_lfiwax_mem2): Ditto.
2704 (floatunssi<mode>2_lfiwzx): Ditto.
2705 (floatunssi<mode>2_lfiwzx_mem): Ditto.
2706 (floatunssi<mode>2_lfiwzx_mem2): Ditto.
2707 (floatdidf2_mem): Ditto.
2708 (floatunsdidf2_fcfidu): Ditto.
2709 (floatunsdidf2_mem): Ditto.
2710 (floatunsdisf2): Ditto.
2711 (floatunsdisf2_fcfidus): Ditto.
2712 (floatunsdisf2_mem): Ditto.
2713 (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
2714 Use FCFID on 32-bit hosts that support it.
2715 (floatsidf2_internal): Ditto.
2716 (floatunssisf2): Ditto.
2717 (floatunssidf2): Ditto.
2718 (floatunssidf2_internal): Ditto.
2719 (floatsisf2): Ditto.
2720 (floatdidf2): Ditto.
2721 (floatdidf2_fpr): Ditto.
2722 (floatunsdidf2): Ditto.
2723 (floatdisf2): Ditto.
2724 (floatdisf2_fcfids): Ditto.
2725 (floatdisf2_internal1): Ditto.
2726 (fixuns_truncsfsi2): Delete, merge into common pattern for both
2727 SF/DF. Add power7 support.
2728 (fix_truncsfsi2): Ditto.
2729 (fixuns_truncdfsi2): Ditto.
2730 (fixuns_truncdfdi2): Ditto.
2731 (fix_truncdfsi2): Ditto.
2732 (fix_truncdfsi2_internal): Ditto.
2733 (fix_truncdfsi2_internal_gfxopt): Ditto.
2734 (fix_truncdfsi2_mfpgpr): Ditto.
2737 (btruncdf2_fpr): Ditto.
2740 (ceildf2_fpr): Ditto.
2743 (floordf2_fpr): Ditto.
2746 (rounddf2_fpr): Ditto.
2748 (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
2749 (fix_trunc<mode>di2): Ditto.
2750 (fixuns_trunc<mode>si2): Ditto.
2751 (fixuns_trunc<mode>di2): Ditto.
2752 (fctiwz_<mode>): Ditto.
2753 (btrunc<mode>2): Ditto.
2754 (btrunc<mode>2_fpr): Ditto.
2755 (ceil<mode>2): Ditto.
2756 (ceil<mode>2_fpr): Ditto.
2757 (floor<mode>2): Ditto.
2758 (float<mode>2_fpr): Ditto.
2759 (round<mode>2): Ditto.
2760 (round<mode>2_fpr): Ditto.
2761 (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
2762 (fixuns_trunc<mode>si2_stfiwx): Ditto.
2763 (fix_truncdfsi2_internal): Ditto.
2764 (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
2765 converted value on stack, loaded into GPR, and then stored into
2766 the final destination.
2767 (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
2769 (lrint<mode>di2): New insn, provide the lrint builtin functions.
2770 (ftruncdf2): Delete, unused.
2771 (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
2773 * config/rs6000/vsx.md (toplevel): Update copyright year.
2774 (VSr2): Use "ws" contraint for DFmode, not "!r#r".
2777 2010-08-27 Basile Starynkevitch <basile@starynkevitch.net>
2778 Jeremie Salvucci <jeremie.salvucci@free.fr>
2780 * gengtype.c (output_type_enum): Test the right union member.
2782 2010-08-27 Uros Bizjak <ubizjak@gmail.com>
2785 * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
2786 operands for operand 1.
2787 (sse4_1_extendv4qiv4si2): Ditto.
2788 (sse4_1_extendv2qiv2di2): Ditto.
2789 (sse4_1_extendv4hiv4si2): Ditto.
2790 (sse4_1_extendv2hiv2di2): Ditto.
2791 (sse4_1_extendv2siv2di2): Ditto.
2792 (sse4_1_zero_extendv8qiv8hi2): Ditto.
2793 (sse4_1_zero_extendv4qiv4si2): Ditto.
2794 (sse4_1_zero_extendv2qiv2di2): Ditto.
2795 (sse4_1_zero_extendv4hiv4si2): Ditto.
2796 (sse4_1_zero_extendv2hiv2di2): Ditto.
2797 (sse4_1_zero_extendv2siv2di2): Ditto.
2798 (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
2799 (*sse4_1_extendv4qiv4si2): Ditto.
2800 (*sse4_1_extendv2qiv2di2): Ditto.
2801 (*sse4_1_extendv4hiv4si2): Ditto.
2802 (*sse4_1_extendv2hiv2di2): Ditto.
2803 (*sse4_1_extendv2siv2di2): Ditto.
2804 (*sse4_1_zero_extendv8qiv8hi2): Ditto.
2805 (*sse4_1_zero_extendv4qiv4si2): Ditto.
2806 (*sse4_1_zero_extendv2qiv2di2): Ditto.
2807 (*sse4_1_zero_extendv4hiv4si2): Ditto.
2808 (*sse4_1_zero_extendv2hiv2di2): Ditto.
2809 (*sse4_1_zero_extendv2siv2di2): Ditto.
2811 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
2813 * config/mips/mips-protos.h (mips_function_arg_advance): Delete
2814 (mips_function_arg): Delete.
2815 (mips_function_arg_boundary): Take a const_tree.
2816 * config/mips/mips.c (mips_function_arg_boundary): Likewise.
2817 (mips_arg_info): Likewise.
2818 (mips_setup_incoming_varargs): Call mips_function_arg_advance
2819 instead of FUNCTION_ARG_ADVANCE.
2820 (mips_function_arg_advance): Adjust prototype. Make static.
2821 (mips_function_arg): Likewise.
2822 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2823 * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
2825 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
2827 * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
2828 * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
2829 (function_arg): Delete.
2830 (function_arg_boundary): Take a const_tree.
2831 * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
2832 (rs6000_spe_function_arg): Likewise.
2833 (rs6000_parm_start): Likewise.
2834 (rs6000_arg_size): Likewise.
2835 (rs6000_darwin64_record_arg_advance_recurse): Likewise.
2836 (rs6000_darwin64_record_arg): Likewise. Take a bool instead of an int.
2837 (rs6000_mixed_function_arg): Likewise.
2838 (function_arg): Rename to...
2839 (rs6000_function_arg): ...this.
2840 (function_arg_advance): Rename to...
2841 (rs6000_function_arg_advance_1): ...this
2842 (rs6000_function_arg_advance): New function. Call it.
2843 (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
2844 (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
2845 (rs6000_function_value): Likewise.
2846 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
2848 2010-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2850 * config/arm/arm.md (enabled): Test the value of arch_enabled
2851 rather than just using it.
2853 2010-08-27 Olivier Hainque <hainque@adacore.com>
2854 Eric Botcazou <ebotcazou@adacore.com>
2856 * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
2857 cover all the possible offsets from this base.
2858 (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
2860 2010-08-26 Jakub Jelinek <jakub@redhat.com>
2862 PR tree-optimization/44485
2863 * calls.c (flags_from_decl_or_type): For const or pure
2864 noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
2865 together with ECF_CONST resp. ECF_PURE.
2866 * builtins.c (expand_builtin): Use flags_from_decl_or_type
2867 instead of querying flags directly.
2868 * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
2869 * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
2871 2010-08-26 Richard Guenther <rguenther@suse.de>
2873 PR tree-optimization/45255
2874 * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
2875 and externals are also invariant.
2877 2010-08-25 Jakub Jelinek <jakub@redhat.com>
2879 PR rtl-optimization/44858
2880 * combine.c (try_combine): If recog_for_combine added CLOBBERs to
2881 newi2pat, make sure they don't affect newpat.
2883 PR rtl-optimization/45400
2884 * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
2885 SUBREG_REG if both modes are of MODE_INT class.
2887 2010-08-25 Julian Brown <julian@codesourcery.com>
2889 * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
2890 * config/arm/arm.md (generic_sched): No for Cortex-A5.
2891 (generic_vfp): Likewise.
2892 (cortex-a5.md): Include.
2893 * config/arm/cortex-a5.md: New.
2895 2010-08-25 Richard Guenther <rguenther@suse.de>
2897 * alias.c (get_alias_set): Assign a single alias-set to all pointers.
2898 * gimple.c (gimple_get_alias_set): Remove special handling
2901 2010-08-25 Bernd Schmidt <bernds@codesourcery.com>
2904 * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
2905 dead_or_set_p when computing i0_feeds_i2_n.
2907 * combine.c (find_split_point): Undo canonicalization of multiply-add
2908 to (minus x (mult)) when it seems likely that this will increase the
2911 2010-08-25 Richard Guenther <rguenther@suse.de>
2914 * lto-streamer.c (lto_record_common_node): Do not mess with
2915 TYPE_CANONICAL when not in lto.
2916 * gimple.c (gimple_register_type): Likewise.
2918 2010-08-25 Richard Guenther <rguenther@suse.de>
2920 PR tree-optimization/45316
2921 * tree-ssa-pre.c (eliminate): Properly clean EH info.
2923 2010-08-25 Richard Guenther <rguenther@suse.de>
2925 PR tree-optimization/45393
2926 * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
2927 and clean EH info. Avoid SSA update.
2928 (execute_cse_sincos): Cleanup the CFG if it has changed.
2930 2010-08-25 Richard Guenther <rguenther@suse.de>
2933 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
2934 TARGET_MEM_REF in alignment computation.
2936 2010-08-25 Jakub Jelinek <jakub@redhat.com>
2938 PR tree-optimization/45059
2939 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
2940 type conversions from newop{1,2}. Assert t is a comparison and
2941 newop{1,2} after the stripping are gimple vals.
2943 2010-08-25 Tejas Belagod <tejas.belagod@arm.com>
2945 * config/arm/iterators.md (VU, SE, V_widen_l): New.
2946 (V_unpack, US): New.
2947 * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
2948 (vec_unpack<US>_lo_<mode>): Likewise.
2949 (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
2950 (neon_vec_unpack<US>_lo_<mode>): Likewise.
2951 (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
2952 (vec_widen_<US>mult_hi_<mode>): Likewise.
2953 (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
2954 (neon_vec_<US>mult_hi_<mode>"): Likewise.
2955 (neon_unpack<US>_<mode>): Widening move intermediate step for
2956 vectorizing without -mvectorize-with-neon-quad.
2957 (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
2958 for vectorizing without -mvectorize-with-neon-quad.
2959 * config/arm/predicates.md (vect_par_constant_high): Check for
2960 high-half lanes of a vector.
2961 (vect_par_constant_low): Check for low-half lanes of a vector.
2963 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
2965 * tree-if-conv.c (struct ifc_dr): New.
2967 (DR_WRITTEN_AT_LEAST_ONCE): New.
2968 (DR_RW_UNCONDITIONALLY): New.
2969 (memref_read_or_written_unconditionally): Use the cached values
2971 (write_memref_written_at_least_once): Same.
2972 (if_convertible_loop_p): Initialize and free DR->aux fields.
2974 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
2976 * gimple.c (gimple_could_trap_p_1): Not static anymore.
2977 Pass an extra bool parameter include_mem.
2978 (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
2979 (gimple_assign_rhs_could_trap_p): Same.
2980 * gimple.h (gimple_could_trap_p_1): Declared.
2981 * tree-data-ref.h (same_data_refs_base_objects): New.
2982 (same_data_refs): New.
2983 * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
2984 (write_memrefs_written_at_least_once): New.
2985 (ifcvt_memrefs_wont_trap): New.
2986 (operations_could_trap): New.
2987 (ifcvt_could_trap_p): New.
2988 (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
2989 Gets a vector of data refs.
2990 (if_convertible_stmt_p): Same.
2991 (if_convertible_loop_p_1): New.
2992 (if_convertible_loop_p): Call if_convertible_loop_p_1.
2994 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
2996 * common.opt (ftree-loop-if-convert-stores): New flag.
2997 * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
2998 * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI. Insert
2999 the created statement before GSI.
3000 (if_convertible_phi_p): Allow virtual phi nodes when
3001 flag_loop_if_convert_stores is set.
3002 (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
3003 Do not handle types that do not match is_gimple_reg_type.
3004 Remove loop and bb parameters. Call gimple_could_trap_p instead of
3005 when flag_loop_if_convert_stores is set, as LHS can contain
3007 (if_convertible_stmt_p): Remove loop and bb parameters. Update calls
3008 to if_convertible_gimple_assign_stmt_p.
3009 (if_convertible_loop_p): Update call to if_convertible_stmt_p.
3010 (replace_phi_with_cond_gimple_assign_stmt): Renamed
3011 predicate_scalar_phi. Do not handle virtual phi nodes.
3012 (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
3013 Call predicate_scalar_phi.
3014 (insert_gimplified_predicates): Insert the gimplified predicate of a BB
3015 just after the labels for flag_loop_if_convert_stores, otherwise
3016 insert the predicate in the end of the BB.
3017 (predicate_mem_writes): New.
3018 (combine_blocks): Call predicate_all_scalar_phis. When
3019 flag_loop_if_convert_stores is set, call predicate_mem_writes.
3020 (tree_if_conversion): Call mark_sym_for_renaming when
3021 flag_loop_if_convert_stores is set.
3022 (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
3023 flag_loop_if_convert_stores is set.
3025 2010-08-24 Anatoly Sokolov <aesok@post.ru>
3027 * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
3028 pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
3029 (pa_function_value): Make static.
3030 (override_options): Rename to...
3031 (pa_option_override): ...this. Make static.
3032 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
3033 TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
3034 TARGET_OPTION_OVERRIDE): Define.
3035 * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
3036 LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
3038 * config/pa/pa-protos.h (override_options): Remove.
3040 2010-08-24 Richard Guenther <rguenther@suse.de>
3043 * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
3044 if addr->index is NULL or zero.
3045 * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
3046 TARGET_MEM_REF more properly.
3047 (indirect_ref_may_alias_decl_p): Likewise.
3048 * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
3049 * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
3051 2010-08-23 Anatoly Sokolov <aesok@post.ru>
3053 * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
3054 (m32c_override_options): Rename to...
3055 (m32c_option_override): ...this. Make static.
3056 (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
3057 * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
3059 * config/m32c/m32c-protos.h (m32c_override_options,
3060 m32c_function_value_regno_p): Remove.
3062 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
3064 * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
3065 Fix a typo in a previous commit.
3067 2010-08-23 Kai Tietz <kai.tietz@onevision.com>
3069 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
3070 Pre-initialize innerloop_iters to one.
3072 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
3074 * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
3075 existing static function global.
3077 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
3078 is changed to global.
3080 * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
3081 may_be_nonaddressable_p on base, and don't collect this reference
3082 if the address of the base could not be taken.
3084 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
3086 * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
3087 enable the compiler to autovectorize mathmetical functions for
3088 power7 using the Mathematical Acceleration Subsystem library.
3090 * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
3091 handle which vector math library we have.
3092 (rs6000_override_options): Add -mveclibabi=mass support.
3093 (rs6000_builtin_vectorized_libmass): New function to handle auto
3094 vectorizing math functions that are in the MASS library.
3095 (rs6000_builtin_vectorized_function): Call it.
3097 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
3100 2010-08-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3103 * gthr-posix.h (__gthread_active_init): Delete.
3104 (__gthread_active_p): Do activity check here.
3105 Don't include errno.h on hppa-hpux. Update comment.
3106 * gthr-posix95.h (__gthread_active_init): Delete.
3107 (__gthread_active_p): Do activity check here.
3108 Don't include errno.h on hppa-hpux. Update comment.
3109 * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
3110 * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
3111 add -lpthread when -mt or -pthread is specified.
3112 * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
3113 (LINK_GCC_C_SEQUENCE_SPEC): Define.
3114 * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
3115 (stublib.c, pthread_default_stacksize_np-stub.o,
3116 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
3117 $(T)libgcc_stub.a): Add methods.
3118 * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
3119 (stublib.c, pthread_default_stacksize_np-stub.o,
3120 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
3121 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
3122 pthread_mutex_unlock): New stubs.
3124 2010-08-22 Joseph Myers <joseph@codesourcery.com>
3126 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
3127 * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
3129 * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
3130 * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
3131 * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
3132 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
3133 * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
3135 * cppspec.c: Include opts.h.
3136 (lang_specific_driver): Use cl_decoded_option structures.
3137 * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
3138 * doc/tm.texi: Regenerate.
3139 * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
3140 (driver_handle_option): Allow driver options needing no special
3142 (process_command): Decode options before call to
3143 lang_specific_driver. Pass decoded options to
3144 lang_specific_driver.
3145 * gcc.h (lang_specific_driver): Update prototype.
3146 * gccspec.c: Include opts.h.
3147 (lang_specific_driver): Use cl_decoded_option structures.
3148 * opts-common.c (option_ok_for_language, generate_option,
3149 generate_option_input_file): New.
3150 (decode_cmdline_option): Use option_ok_for_language.
3151 (decode_cmdline_options_to_array): Use generate_option_input_file.
3152 (handle_generated_option): Use generate_option.
3153 * opts.h (generate_option, generate_option_input_file): Declare.
3155 2010-08-22 Anatoly Sokolov <aesok@post.ru>
3157 * config/mips/mips.c (mips_override_options): Rename to...
3158 (mips_option_override): ...this. Make static.
3159 (TARGET_OPTION_OVERRIDE): Define.
3160 (mips_in_small_data_p): Update comment.
3161 * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
3162 (FIXED_REGISTERS): Update comment.
3163 * config/mips/mips-protos.h (mips_override_options): Remove.
3165 2010-08-21 Olivier Hainque <hainque@adacore.com>
3167 * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
3169 2010-08-21 Olivier Hainque <hainque@adacore.com>
3171 * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
3172 ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
3174 2010-08-20 Jan Hubicka <jh@suse.cz>
3176 * tree-pass.h (pass_ipa_cdtor_merge): New function.
3177 * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
3179 (record_cdtor_fn): Move to ipa.c; do not test for
3181 (build_cdtor): Move to ipa.c; add code avoiding construction
3182 when target have ctors/dtors and there is only one ctor/dtor at given
3184 (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
3185 sort; reverse order of constructors.
3186 (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
3187 (cgraph_finalize_function): Do not call record_cdtor_fn.
3188 (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
3189 (cgraph_build_static_cdtor): Move to ipa.c.
3190 * ipa.c: Include target.h and tree-iterator.h.
3191 (cgraph_build_static_cdtor, static_ctors, static_dtors,
3192 record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
3193 build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
3194 pass_ipa_cdtor_merge): New.
3195 * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
3196 * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
3199 2010-08-20 Jan Hubicka <jh@suse.cz>
3203 * cgraph.h (cgraph_only_called_directly_p,
3204 cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
3206 * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
3208 (cgraph_finalize_function): Static cdtors are reachable.
3209 (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
3211 2010-08-20 Jan Hubicka <jh@suse.cz>
3213 * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
3215 * lto-streamer-out.c (lto_output): Likewise.
3216 * passes.c (ipa_write_optimization_summaries): Initialize statement
3219 2010-08-20 Olivier Hainque <hainque@adacore.com>
3221 * tree.h (alias_diag_flags): New enum.
3222 (alias_pair): Add an 'emitted_diags' field.
3223 * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
3224 (assemble_alias): Initialize emitted_diags of new pairs.
3226 2010-08-20 Eric Botcazou <ebotcazou@adacore.com>
3228 * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
3229 * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
3230 * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
3231 (STACK_CHECK_PROTECT): Define.
3232 * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
3233 (output_probe_stack_range): Likewise.
3234 (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
3235 builtin stack checking is enabled.
3236 * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
3237 * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
3238 (probe_stack_range): New insn.
3240 2010-08-20 H.J. Lu <hongjiu.lu@intel.com>
3243 * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
3246 * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
3249 2010-08-20 Jakub Jelinek <jakub@redhat.com>
3252 * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
3253 to cover zero extension into 64-bit register.
3254 (*sse2_pextrw): Likewise.
3255 (*sse4_1_pextrd_zext): New insn.
3257 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
3259 revert r163410, partially revert r163267.
3260 * config/rs6000/darwin.h (LIB_SPEC): Remove.
3261 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
3264 2010-08-20 Jakub Jelinek <jakub@redhat.com>
3267 * builtins.c (expand_builtin): Don't optimize away
3268 calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
3270 2010-08-20 Uros Bizjak <ubizjak@gmail.com>
3272 * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
3273 (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
3274 alternative 1 of operand 2.
3276 2010-08-20 Jakub Jelinek <jakub@redhat.com>
3277 Paolo Bonzini <bonzini@gnu.org>
3279 * simplify-rtx.c (simplify_unary_operation_1): Optimize
3280 (sign_extend (zero_extend (...)) and
3281 ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
3283 2010-08-20 Jakub Jelinek <jakub@redhat.com>
3285 PR rtl-optimization/45353
3286 * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
3287 after bb_note is a BARRIER.
3289 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
3291 * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
3294 2010-08-20 Jakub Jelinek <jakub@redhat.com>
3295 Michael Matz <matz@suse.de>
3297 * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
3299 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
3301 * ggc-common.c (ggc_mark_root_tab): New function, split out from...
3302 (ggc_mark_roots): ...here.
3304 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
3306 * vec.h (FOR_EACH_VEC_ELT): Define.
3308 * cfgloop.c: Likewise.
3309 * cfgloopmanip.c: Likewise.
3310 * cgraph.c: Likewise.
3311 * cgraphunit.c: Likewise.
3312 * combine.c: Likewise.
3313 * config/bfin/bfin.c: Likewise.
3314 * config/mips/mips.c: Likewise.
3315 * config/rs6000/rs6000.c: Likewise.
3316 * dbxout.c: Likewise.
3317 * df-scan.c: Likewise.
3318 * dominance.c: Likewise.
3320 * dwarf2out.c: Likewise.
3321 * except.c: Likewise.
3323 * function.c: Likewise.
3325 * genattr.c: Likewise.
3326 * ggc-common.c: Likewise.
3327 * gimplify.c: Likewise.
3328 * graphite-blocking.c: Likewise.
3329 * graphite-clast-to-gimple.c: Likewise.
3330 * graphite-dependences.c: Likewise.
3331 * graphite-interchange.c: Likewise.
3332 * graphite-poly.c: Likewise.
3333 * graphite-scop-detection.c: Likewise.
3334 * graphite-sese-to-poly.c: Likewise.
3335 * graphite.c: Likewise.
3336 * haifa-sched.c: Likewise.
3337 * ifcvt.c: Likewise.
3338 * implicit-zee.c: Likewise.
3339 * ipa-prop.c: Likewise.
3340 * ipa-struct-reorg.c: Likewise.
3342 * ira-build.c: Likewise.
3343 * ira-color.c: Likewise.
3344 * ira-emit.c: Likewise.
3345 * lambda-code.c: Likewise.
3346 * loop-invariant.c: Likewise.
3347 * loop-unroll.c: Likewise.
3348 * lower-subreg.c: Likewise.
3349 * lto-cgraph.c: Likewise.
3350 * lto-opts.c: Likewise.
3351 * lto-streamer-in.c: Likewise.
3352 * lto-streamer-out.c: Likewise.
3353 * lto-streamer.c: Likewise.
3354 * lto-symtab.c: Likewise.
3355 * matrix-reorg.c: Likewise.
3357 * predict.c: Likewise.
3358 * print-tree.c: Likewise.
3359 * sdbout.c: Likewise.
3360 * sel-sched-dump.c: Likewise.
3361 * sel-sched-ir.c: Likewise.
3362 * sel-sched.c: Likewise.
3364 * stor-layout.c: Likewise.
3365 * tree-cfg.c: Likewise.
3366 * tree-cfgcleanup.c: Likewise.
3367 * tree-chrec.c: Likewise.
3368 * tree-data-ref.c: Likewise.
3369 * tree-emutls.c: Likewise.
3370 * tree-inline.c: Likewise.
3371 * tree-into-ssa.c: Likewise.
3372 * tree-loop-distribution.c: Likewise.
3373 * tree-loop-linear.c: Likewise.
3374 * tree-mudflap.c: Likewise.
3375 * tree-outof-ssa.c: Likewise.
3376 * tree-parloops.c: Likewise.
3377 * tree-predcom.c: Likewise.
3378 * tree-pretty-print.c: Likewise.
3379 * tree-scalar-evolution.c: Likewise.
3380 * tree-ssa-live.c: Likewise.
3381 * tree-ssa-loop-im.c: Likewise.
3382 * tree-ssa-loop-ivcanon.c: Likewise.
3383 * tree-ssa-loop-ivopts.c: Likewise.
3384 * tree-ssa-loop-manip.c: Likewise.
3385 * tree-ssa-loop-niter.c: Likewise.
3386 * tree-ssa-loop-prefetch.c: Likewise.
3387 * tree-ssa-phiprop.c: Likewise.
3388 * tree-ssa-pre.c: Likewise.
3389 * tree-ssa-reassoc.c: Likewise.
3390 * tree-ssa-sccvn.c: Likewise.
3391 * tree-ssa-structalias.c: Likewise.
3392 * tree-ssa.c: Likewise.
3393 * tree-vect-data-refs.c: Likewise.
3394 * tree-vect-loop-manip.c: Likewise.
3395 * tree-vect-loop.c: Likewise.
3396 * tree-vect-patterns.c: Likewise.
3397 * tree-vect-slp.c: Likewise.
3398 * tree-vect-stmts.c: Likewise.
3399 * tree-vrp.c: Likewise.
3401 * value-prof.c: Likewise.
3402 * var-tracking.c: Likewise.
3403 * varasm.c: Likewise.
3404 * vmsdbgout.c: Likewise.
3406 2010-08-19 Nathan Sidwell <nathan@codesourcery.com>
3407 Richard Guenther <richard.guenther@gmail.com>
3409 * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
3410 copy the src value and return a copy.
3411 * doc/extend.texi (Volatiles): Move from C++ to C and expand.
3412 (C++ Volatiles): Adjust to describe C++ semantics only.
3414 2010-08-20 Joseph Myers <joseph@codesourcery.com>
3416 * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
3418 * doc/tm.texi: Regenerate.
3419 * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
3420 * df-scan.c (df_get_exit_block_use_set), reginfo.c
3421 (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
3422 Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
3423 * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
3426 2010-08-20 Olivier Hainque <hainque@adacore.com>
3428 * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
3429 an extra nop past a sibling call at the very end.
3431 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
3434 * combine.c (try_combine): Initialize i1_is_used and i2_is_used. Fix
3437 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
3439 * target.def (function_arg, function_incoming_arg): Remove const
3440 qualifier on CUMULATIVE_ARGS parameter.
3441 * targhooks.h (default_function_arg, default_function_incoming_arg):
3443 * targhooks.c (default_function_arg, default_function_incoming_arg):
3445 * config/i386/i386.c (ix86_function_arg): Likewise.
3447 2010-08-19 Jakub Jelinek <jakub@redhat.com>
3450 * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
3451 SIGN_EXTENDs or ZERO_EXTENDs.
3453 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
3456 * combine.c (combine_validate_cost): New arg I0. All callers changed.
3457 Take its cost into account if nonnull.
3458 (insn_a_feeds_b): New static function.
3459 (combine_instructions): Look for four-insn combinations.
3460 (can_combine_p): New args PRED2, SUCC2. All callers changed. Take
3461 them into account when computing all_adjacent and looking for other
3463 (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC. All callers
3464 changed. Treat them like I1DEST and I1_NOT_IN_SRC.
3465 (try_combine): New arg I0. Handle four-insn combinations.
3466 (distribute_notes): New arg ELIM_I0. All callers changed. Treat it
3469 2010-08-19 Jason Merrill <jason@redhat.com>
3472 * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
3474 (gimplify_modify_expr_rhs): Adjust.
3476 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
3478 * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
3480 * config/bfin/bifn.c (bfin_discover_loop): Likewise.
3481 * dominance.c (iterate_fix_dominators): Likewise.
3482 * dse.c (set_usage_bits): Likewise.
3483 (set_position_unneeded, record_store): Likewise.
3484 * gimple-fold.c (get_maxval_strlen): Likewise.
3485 * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
3486 * ipa-inline.c (update_caller_keys): Likewise.
3487 * ipa-split.c (verify_non_ssa_vars): Likewise.
3488 * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
3489 (close_type_exposed_parameter, close_type_full_escape): Likewise.
3490 (close_addressof_down): Likewise.
3491 * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
3492 (setup_allocno_left_conflicts_size): Likewise.
3493 (ira_reassign_conflict_allocnos): Likewise.
3494 (ira_reassign_pseudos): Likewise.
3495 * ira-emit.c (change_loop): Likewise.
3496 * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
3497 * lto-streamer-out.c (write_symbol): Likewise.
3498 * predict.c (expr_expected_value_1): Likewise.
3499 * regstat.c (regstat_bb_compute_ri): Likewise.
3500 * sel-sched.c (create_block_for_bookkeeping): Likewise.
3501 (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
3502 * stmt.c (expand_case): Likewise.
3503 * tree-eh.c (emit_eh_dispatch): Likewise.
3504 * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
3505 * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
3507 (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
3508 (rdg_build_components): Likewise.
3509 * tree-object-size.c (collect_object_sizes_for): Likewise.
3510 * tree-sra.c (convert_callers): Likewise.
3511 * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
3512 * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
3513 * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
3515 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
3517 * config/i386/i386.md (*lea_1): Use P mode iterator.
3518 (lea add splitter): Also handle DImode operands.
3519 (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
3520 predicate. Do not use ix86_lea_for_add_ok.
3521 (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
3522 (lea ashift splitter): Also handle DImode operands.
3523 (DImode lea ashift splitter): Remove splitter.
3525 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
3527 * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
3528 ix86_binary_operator_ok.
3530 2010-08-19 Andrey Belevantsev <abel@ispras.ru>
3532 PR rtl-optimization/44691
3533 * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
3536 2010-08-19 Ian Bolton <ian.bolton@arm.com>
3539 * config/arm/arm.c (arm_output_epilogue): Ensure that return
3540 value of size 1-3 is handled correctly.
3542 2010-08-19 Ian Bolton <ian.bolton@arm.com>
3544 * tree-switch-conversion.c (gen_inbound_check): Ensure that the
3545 type for the conditional has wide enough range.
3547 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
3550 * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
3551 ix86_binary_operator_ok.
3553 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
3555 * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
3556 <default>: Swap operands 1 and 2 for alternative 2 to use existing
3557 code to output insn mnemonic. Fix comment.
3558 (*addsi_1_zext): Add r-r-0 alternative 1.
3559 <TYPE_LEA>: Split insn to lea.
3560 <default>: Handle alternative 1.
3561 (*addhi_1_lea): Add r-r-0 alternative 2. Use cond RTX instead of
3562 multi-level if_then_else RTX to set "type" attribute.
3563 <default>: Handle alternative 2.
3564 (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
3565 Use cond RTX instead of multi-level if_then_else RTX to set
3567 <default>: Handle alternatives 2 and 4.
3568 (lea splitters): Update calls to ix86_lea_for_add_ok.
3570 * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
3572 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
3574 2010-08-18 Richard Guenther <rguenther@suse.de>
3576 * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
3577 use operand helpers.
3579 2010-08-18 Paolo Bonzini <bonzini@gnu.org>
3582 * optabs.c (expand_bool_compare_and_swap): Expand pending
3583 pops before trying the optab.
3585 2010-08-18 Yao Qi <yao@codesourcery.com>
3588 * config/arm/arm.c (output_move_double): Fix typo generating
3589 instructions ('ldr'->'str').
3591 2010-08-18 Maxim Kuvyrkov <maxim@codesourcery.com>
3593 PR rtl-optimization/42575
3594 * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
3597 2010-08-18 Marcus Shawcroft <marcus.shawcroft@arm.com>
3599 * config/arm/arm-protos.h (arm_expand_sync): New.
3600 (arm_output_memory_barrier, arm_output_sync_insn): New.
3601 (arm_sync_loop_insns): New.
3602 * config/arm/arm.c (FL_ARCH7): New.
3603 (FL_FOR_ARCH7): Include FL_ARCH7.
3605 (arm_print_operand): Support %C markup.
3606 (arm_legitimize_sync_memory): New.
3607 (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
3608 (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
3609 (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
3610 (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
3611 (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
3612 (arm_process_output_sync_insn, arm_output_sync_insn): New.
3613 (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
3614 * config/arm/arm.h (struct arm_sync_generator): New.
3615 (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
3616 (TARGET_HAVE_MEMORY_BARRIER): New.
3617 (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
3618 * config/arm/arm.md: Include sync.md.
3619 (UNSPEC_MEMORY_BARRIER): New.
3620 (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
3621 (VUNSPEC_SYNC_OP):New.
3622 (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
3623 (sync_result, sync_memory, sync_required_value): New attributes.
3624 (sync_new_value, sync_t1, sync_t2): Likewise.
3625 (sync_release_barrier, sync_op): Likewise.
3626 (length): Add logic to length attribute defintion to call
3627 arm_sync_loop_insns when appropriate.
3628 * config/arm/sync.md: New file.
3630 2010-08-17 Jakub Jelinek <jakub@redhat.com>
3632 * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
3633 ENABLE_TREE_CHECKING.
3634 (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
3637 2010-08-17 H.J. Lu <hongjiu.lu@intel.com>
3639 * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
3640 or optimizing for size, always avoid lea if possible.
3642 * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
3644 2010-08-17 Iain Sandoe <iains@gcc.gnu.org>
3646 * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
3647 Dunmmy function with NULL return unless the target is
3648 OSX >= 10.6 (Darwin10).
3650 2010-08-17 Jack Howarth <howarth@bromo.med.uc.edu>
3652 * gcc.c (spec_function): Add remove-outfile.
3653 (remove_outfile_spec_function): New function.
3654 * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
3655 * invoke.texi (replace-outfile): Document.
3657 2010-08-17 Uros Bizjak <ubizjak@gmail.com>
3660 * reginfo.c (globalize_reg): Reject stack registers.
3662 2010-08-17 Richard Guenther <rguenther@suse.de>
3664 * tree-ssa-dom.c (struct edge_info): Use a VEC for the
3665 list of conditional equivalences.
3666 (free_all_edge_infos): Adjust.
3667 (record_equivalences_from_incoming_edge): Likewise.
3668 (record_cond): Likewise.
3669 (build_and_record_new_cond): Likewise.
3670 (record_conditions): Likewise.
3671 (dom_opt_leave_block): Likewise.
3673 2010-08-17 Kai Tietz <kai.tietz@onevision.com>
3675 * doc/invoke.texi (ms-extension): Add documentation.
3677 2010-08-17 Richard Guenther <rguenther@suse.de>
3679 * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
3681 2010-08-17 Shujing Zhao <pearly.zhao@oracle.com>
3684 * c-decl.c (diagnose_uninitialized_cst_member): New function.
3685 (finish_decl): Use it to issue a -Wc++-compat warning about
3686 uninitialized const field in struct or union.
3688 (finish_struct): Use strip_array_types.
3690 2010-08-17 Jakub Jelinek <jakub@redhat.com>
3692 * function.c (block_fragments_nreverse, blocks_nreverse_all): New
3694 (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
3695 (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL. Don't
3696 call block_nreverse here.
3697 (blocks_nreverse): Rename decl temporary to block.
3699 2010-08-16 Bernd Schmidt <bernds@codesourcery.com>
3701 * config/arm/thumb2.md (thumb2_notsi_shiftsi,
3702 thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
3703 thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
3704 thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
3705 thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
3706 thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
3707 thumb2_iorsi3): Delete.
3708 (orsi_notsi_si): No longer a named pattern.
3709 (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
3710 * config/arm/predicates.md (shift_amount_operand): New.
3711 (mult_operator): New.
3712 * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
3714 (iorsi3_insn): Renamed from arm_iorsi3. Handle a new alternative if
3716 (not_shiftsi): Renamed from arm_notsi_shiftsi. Handle Thumb2 variant.
3717 (not_shiftsi_compare0): Likewise, renamed from
3718 arm_notsi_shiftsi_compare0.
3719 (not_shiftsi_compare0_scratch): Likweise, renamed from
3720 arm_notsi_shiftsi_compare0_scratch.
3721 (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
3722 (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
3723 (arith_shiftsi): Handle Thumb2 variant. Set insn_enabled attribute
3724 so that the register alternative is disabled when the shift_operator
3725 is MULT. Use "M" as the constraint for constants.
3726 (arith_shiftsi splitter): Enable for TARGET_32BIT.
3727 (arith_shiftsi_compare0): Handle Thumb2 variant. Use "M" as the
3728 constraint for constants.
3729 (arith_shiftsi_compare0_scratch): Likewise.
3730 (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
3731 Handle Thumb2 alternative.
3733 2010-08-16 Joseph Myers <joseph@codesourcery.com>
3735 * doc/options.texi (NoDriverArg): Document.
3736 * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
3738 * opt-functions.awk (switch_flags): Handle NoDriverArg.
3739 * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
3740 marking for CL_NO_DRIVER_ARG options when in the driver.
3741 * opts.h (CL_NO_DRIVER_ARG): Define.
3742 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
3743 CL_COMMON): Update values.
3745 2010-08-16 Joseph Myers <joseph@codesourcery.com>
3747 * common.opt: Add driver options.
3748 (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
3749 * doc/options.texi (Driver, RejectDriver): Document.
3750 * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
3751 print_prog_name, print_multi_directory, print_sysroot,
3752 print_multi_os_directory, print_multi_lib,
3753 print_sysroot_headers_suffix, report_times, combine_flag,
3754 use_pipes, wrapper_string): Remove.
3755 (save_switch, driver_unknown_option_callback,
3756 driver_wrong_lang_callback, driver_post_handling_callback,
3757 driver_handle_option): New.
3758 (spec_lang, last_language_n_infiles): Make file-scope static
3759 instead of local to process_command.
3760 (process_command): Use decode_cmdline_options_to_array and
3761 read_cmdline_option for option processing. Compute have_c in
3762 prescan of decoded options.
3763 * opt-functions.awk (switch_flags): Handle Driver and
3765 (var_type, var_type_struct): Handle Separate options as generating
3766 const char * variables.
3767 * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
3768 CL_TARGET to be passed by caller if required.
3769 (decode_cmdline_options_to_array): Update comment.
3770 * opts.c (complain_wrong_lang): Handle options only valid for the
3772 (decode_options): Update call to decode_cmdline_options_to_array.
3773 (print_filtered_help): Ignore driver-only options.
3774 (print_specific_help): Ignore CL_DRIVER.
3775 (common_handle_option): Don't call print_specific_help for CL_DRIVER.
3776 * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
3777 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
3780 2010-08-16 Richard Guenther <rguenther@suse.de>
3782 * tree-cfg.c (verify_types_in_gimple_reference): Verify
3783 TARGET_MEM_REF a bit.
3784 * tree-ssa-address.c (addr_for_mem_ref): Adjust.
3785 (create_mem_ref_raw): Always create TMR_OFFSET, store the
3786 alias pointer type via it.
3787 (copy_mem_ref_info): Adjust.
3788 (maybe_fold_tmr): Likewise.
3789 * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
3790 (reference_alias_ptr_type): Likewise.
3791 * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
3792 adjust documentation of TMR_OFFSET operand.
3793 * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
3794 use the alias pointer type.
3795 * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
3796 initialize mem attrs but the TMR itself.
3797 * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
3799 * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
3800 * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
3801 (unshare_and_remove_ssa_names): Likewise.
3802 (copy_ref_info): Adjust.
3803 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
3804 TARGET_MEM_REF case.
3805 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
3807 * tree.h (TMR_ORIGINAL): Remove.
3808 * gimple.c (get_base_address): For TARGET_MEM_REF with a
3810 * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
3812 (get_addr_base_and_unit_offset): Likewise.
3813 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
3815 (indirect_ref_may_alias_decl_p): Likewise.
3816 (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
3818 2010-08-15 Uros Bizjak <ubizjak@gmail.com>
3820 * doc/invoke.texi (-fomit-frame-pointer): Document that starting
3821 with GCC version 4.6, the default setting (when not optimizing
3822 for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
3823 been changed to -fomit-frame-pointer.
3825 2010-08-15 Iain Sandoe <iains@gcc.gnu.org>
3827 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
3828 Darwin10. Do not link libgcc.a for Darwin >= 9.
3830 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
3832 * doc/invoke.texi (Warning Options): Fix terminology and markup
3833 in the description of how unknown warning options are handled.
3835 2010-08-15 Ira Rosen <irar@il.ibm.com>
3837 * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
3839 (vect_supportable_dr_alignment): Check alignment for basic blocks.
3840 * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
3842 (vect_bb_vectorization_profitable_p): New function.
3843 (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
3844 check if it's worthwhile to vectorize the basic block.
3846 2010-08-14 Anatoly Sokolov <aesok@post.ru>
3848 * reload.h (register_move_cost, memory_move_secondary_cost,
3849 secondary_reload_class): Adjust prototype.
3850 * rtl.h (reg_class_subset_p): Adjust prototype.
3851 * reload.c (secondary_reload_class): Change arguments type from
3852 enum reg_class to reg_class_t. Change result type to reg_class_t.
3853 * reginfo.c (register_move_cost, reg_class_subset_p): Change
3854 arguments type from enum reg_class to reg_class_t.
3855 (memory_move_secondary_cost): Change arguments type from
3856 enum reg_class to reg_class_t. Change type of saved_flags to
3859 * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
3861 (mips_cost): Remove.
3862 (struct mips_rtx_cost_data): Moved to mips.c.
3863 * config/mips/mips-protos.h (mips_register_move_cost): Remove.
3864 * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
3865 (mips_cost): Make static.
3866 (mips_canonicalize_move_class): Change argument type to reg_class_t.
3867 Change result type to reg_class_t.
3868 (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
3869 type from enum reg_class to reg_class_t.
3870 (mips_register_move_cost): Make static. Change arguments
3871 type from enum reg_class to reg_class_t.
3872 (mips_memory_move_cost): New function.
3873 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
3875 2010-08-14 Richard Sandiford <rdsandiford@googlemail.com>
3877 PR rtl-optimization/43358
3878 * ira-lives.c (process_single_reg_class_operands): Adjust the costs
3879 of a single hard register, using simplify_subreg_regno to decide
3880 what that register should be.
3882 2010-08-14 Mingjie Xing <mingjie.xing@gmail.com>
3884 * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
3885 * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
3886 (loongson_pmull<V_suffix>): Rename to...
3887 (mul<mode>3): ...this and use MULT instead of an UNSPEC.
3889 2010-08-13 Jack Howarth <howarth@bromo.med.uc.edu>
3891 * configure.ac: Enable -fomit-frame-pointer on darwin
3892 which support dwarf2.
3893 * config/i386/i386.c (override_options): Same.
3895 2010-08-13 Jie Zhang <jie@codesourcery.com>
3897 * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
3899 2010-08-12 Joseph Myers <joseph@codesourcery.com>
3901 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
3904 2010-08-12 Changpeng Fang <changpeng.fang@amd.com>
3906 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
3907 up dot_prod pattern searching if a stmt is outside the loop.
3909 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
3910 Uros Bizjak <ubizjak@gmail.com>
3912 * config.gcc: Handle --enable-frame-pointer.
3914 * configure.ac: Add --enable-frame-pointer.
3915 * configure: Regenerated.
3917 * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
3918 (override_options): If not configured with --enable-frame-pointer,
3919 enable -fomit-frame-pointer (but not for TARGET_MACHO or when
3920 optimizing for size), -fasynchronous-unwind-tables and
3921 -maccumulate-outgoing-args by default.
3923 2010-08-12 Jakub Jelinek <jakub@redhat.com>
3925 * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
3928 * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
3929 -a overflows. Normalize the range.
3931 2010-08-12 Richard Guenther <rguenther@suse.de>
3933 PR tree-optimization/45232
3934 * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
3935 for types with undefined overflow.
3936 (reassociate_bb): Allow re-associating of bit and min/max
3937 operations for types with undefined overflow.
3938 * tree-ssa-forwprop.c (associate_plusminus): New function.
3939 (tree_ssa_forward_propagate_single_use_vars): Call it.
3941 2010-08-12 Richard Guenther <rguenther@suse.de>
3943 * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
3944 * tree-ssa-alias.c (get_ptr_info): Move ...
3945 * tree-ssanames.c (get_ptr_info): ... here. Initialize
3946 align and misalign fields conservatively.
3947 * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
3948 derive alignment information.
3949 (evaluate_stmt): Derive alignment information from memory
3950 allocation functions.
3951 * tree.h (get_pointer_alignment): Make unsigned.
3952 * builtins.c (get_object_alignment): Use alignment information we
3953 have computed for pointers.
3954 (get_pointer_alignment): Likewise. Make conservative, return
3956 (expand_builtin_strlen): Adjust.
3957 (expand_builtin_memcmp): Likewise.
3958 (expand_builtin_strcmp): Likewise.
3959 (expand_builtin_strncmp): Likewise.
3960 (get_builtin_sync_mem): Use at least mode alignment.
3961 (fold_builtin_memset): Adjust.
3962 (fold_builtin_memory_op): Likewise.
3963 * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
3964 information also dump pointer alignment knowledge.
3965 (dump_gimple_stmt): Likewise.
3967 2010-08-12 Uros Bizjak <ubizjak@gmail.com>
3969 * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
3970 (EMPTY_FIELD_BOUNDARY): Remove.
3971 * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
3973 2010-08-12 Jakub Jelinek <jakub@redhat.com>
3976 * caller-save.c (save_call_clobbered_regs): Only swap notes with
3977 DEBUG_INSNs if n_regs_saved.
3979 2010-08-12 Wei Guozhi <carrot@google.com>
3982 * config/arm/arm.md (andsi3): Change to zero extension if possible.
3983 * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
3985 2010-08-11 Vladimir Makarov <vmakarov@redhat.com>
3987 * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
3989 * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
3991 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
3993 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
3994 the case removed in the previous patch, when the only phi argument
3995 is defined in the same loop as the phi node itself. Handle it
3996 separately from the invariant case by both propagating it outside
3997 the region and replacing the phi node with an assign.
3999 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4001 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
4002 constant phi nodes with one argument are is_gimple_min_invariant
4003 and SSA_NAME_IS_DEFAULT_DEF.
4005 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4007 * graphite-cloog-util.c (oppose_constraint):
4008 Extend loop counter's value range (CLOOG_ORG).
4009 (cloog_matrix_to_ppl_constraint): Same.
4010 (new_Constraint_System_from_Cloog_matrix): Same.
4011 * graphite-cloog-compat.h (matrix_num_type): New.
4013 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4015 * graphite.c (graphite_initialize): Do not initialize
4016 CLooG and initialize the Parma Polyhedra Library
4017 manually when using CLOOG_ORG.
4018 (graphite_finalize): Do not finalize CLooG and finalize
4019 the Parma Polyhedra Library manually when using CLOOG_ORG.
4020 * graphite-cloog-compat.h (cloog_initialize): Hide function
4021 when using CLOOG_ORG.
4022 (cloog_finalize): Same.
4024 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4026 * graphite-clast-to-gimple.c (free_scattering): Change
4027 CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
4029 (build_cloog_prog): Same.
4030 * graphite-cloog-compat.h (cloog_domain): Removed.
4031 (cloog_scattering): New.
4032 (cloog_set_domain): Removed.
4033 (cloog_set_scattering): New.
4034 (cloog_next_domain): Removed.
4035 (cloog_next_scattering): New.
4036 (cloog_set_next_domain): Removed.
4037 (cloog_set_next_scattering): New.
4038 (CloogScatteringList): New.
4039 (CloogScattering): New.
4040 (cloog_scattering_free): New.
4041 (new_Cloog_Scattering_from_ppl_Polyhedron): New.
4042 * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
4045 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4047 * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
4049 (set_cloog_options): Same.
4050 (print_clast_stmt): Same.
4051 (scop_to_clast): Same.
4052 (print_generated_program): Same.
4054 * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
4055 (scop_to_clast): Extend with CloogState.
4056 * graphite-cloog-util.c: Include graphite-cloog-compat.h
4057 (new_Cloog_Domain_from_ppl_Polyhedron):
4058 Extend with CloogState. Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
4059 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
4060 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
4061 * graphite-cloog-util.h (build_cloog_prog): Same.
4062 * graphite-cloog-copat.h (build_cloog_prog): New.
4064 (cloog_state_malloc): New.
4065 (cloog_state_free): New.
4066 (cloog_loop_malloc): New.
4067 (cloog_options_malloc): New.
4068 (cloog_statement_alloc): New.
4069 (cloog_domain_from_cloog_matrix): New.
4070 (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
4071 (new_Cloog_Domain_from_ppl_Polyhedron): New.
4073 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4075 * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
4076 type of NAME now depends on used CLooG version.
4077 (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
4078 (gcc_type_for_clast_expr): Same.
4079 (print_clast_stmt): Replace pprint with clast_pprint.
4080 * graphite-cloog-compat.h: Provide compatibility macros for
4082 (clast_name_p): New.
4083 (clast_expr_term): New.
4084 (clast_expr_red): New.
4085 (clast_expr_bin): New.
4086 (clast_pprint): New.
4088 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4090 * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
4091 compatible to newer CLooG releases (CLOOG_ORG).
4092 (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
4093 (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
4094 * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
4095 (build_cloog_prog) : New.
4096 (cloog_program_extract_scalars): New.
4097 (cloog_program_scatter): New.
4099 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4101 * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
4102 conditionally (CLOOG_ORG).
4103 * graphite-cloog-compat.h: New. Include graphite-cloog-compat.h.
4104 (cloog_statement_usr): New.
4105 (cloog_domain): Same.
4106 (cloog_set_domain): Same.
4107 (cloog_next_domain): Same.
4108 (cloog_set_next_domain): Same.
4109 (cloog_program_nb_scattdims): Same.
4110 (cloog_program_set_nb_scattdims): Same.
4111 (cloog_program_names): Same.
4112 (cloog_program_set_names): Same.
4113 (cloog_program_set_context): Same.
4114 (cloog_program_set_loop): Same.
4115 (cloog_program_blocklist): Same.
4116 (cloog_program_set_blocklist): Same.
4117 (cloog_program_scaldims): Same.
4118 (cloog_program_set_scaldims): Same.
4119 (cloog_names_nb_parameters): Same.
4120 (cloog_names_set_nb_parameters): Same.
4121 (cloog_names_parameters): Same.
4122 (cloog_names_set_parameters): Same.
4123 (cloog_names_set_nb_iterators): Same.
4124 (cloog_names_set_iterators): Same.
4125 (cloog_names_set_nb_scattering): Same.
4126 (cloog_names_set_scattering): Same.
4127 (cloog_statement_set_usr): Same.
4128 (cloog_loop_set_next): Same.
4129 (cloog_loop_set_domain): Same.
4130 (cloog_loop_set_block): Same.
4131 (cloog_block_list_next): Same.
4132 (cloog_block_list_set_next):
4133 (cloog_block_list_set_block): Same.
4135 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4137 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
4139 (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
4140 (rewrite_commutative_reductions_out_of_ssa_loop): Same.
4141 (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
4142 when something has been changed.
4143 (rewrite_commutative_reductions_out_of_ssa): Same.
4145 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4147 * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
4148 handle the case when def is in the sese region.
4149 (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
4150 for invariant expressions.
4151 (rewrite_cross_bb_phi_deps): Removed.
4152 (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
4153 (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
4154 rewrite_cross_bb_phi_deps.
4156 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4158 * graphite-sese-to-poly.c
4159 (rewrite_commutative_reductions_out_of_ssa_loop): Call
4160 scev_analyzable_p only on is_gimple_reg
4162 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4164 * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
4165 (rewrite_close_phi_out_of_ssa): Propagate constant values or
4166 parametric expressions outside the scop region.
4167 (rewrite_cross_bb_scalar_deps): Same.
4168 * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
4170 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4172 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
4173 SSA_NAME_DEF_STMT only on SSA_NAMEs.
4175 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4177 * tree-scalar-evolution.c (instantiate_scev_name): Do not
4178 instantiate default definitions.
4180 2010-08-11 Vladimir Kargov <kargov@gmail.com>
4181 Sebastian Pop <sebastian.pop@amd.com>
4183 * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
4184 (loop_exits_from_bb_p): New.
4185 * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
4186 (loop_exits_from_bb_p): Declared.
4187 * graphite-scop-detection.c (scopdet_basic_block_info): Call
4190 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4192 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
4193 extra parameter for the region. Call scev_analyzable_p.
4194 (rewrite_reductions_out_of_ssa): Update call to
4195 rewrite_close_phi_out_of_ssa.
4196 (rewrite_cross_bb_phi_deps): Same.
4197 (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
4198 parameter for the region. Call scev_analyzable_p.
4199 (rewrite_commutative_reductions_out_of_ssa): Update call to
4200 rewrite_commutative_reductions_out_of_ssa_loop.
4202 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4204 * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
4206 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4208 * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
4209 SSA scalar phi nodes that can be scev_analyzable_p.
4211 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4213 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
4214 handle SSA_NAME_IS_DEFAULT_DEF.
4216 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4218 * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
4220 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4222 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
4223 case non close-phi nodes with one argument.
4225 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4227 * sese.h (scev_analyzable_p): Scevs could be expressions without
4228 chrecs and still be scev_analyzable_p.
4230 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4232 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
4234 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4236 * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
4237 * cfgloop.h (struct loop): Remove single_iv field.
4238 * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
4239 (scop_canonicalize_loops): Removed.
4240 (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate
4241 over all the loop phi nodes in loop->header.
4242 (build_poly_scop): Remove use of scop_canonicalize_loops.
4244 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4246 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
4249 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4251 * tree-chrec.c (chrec_apply): Should only apply to the specified
4252 variable. Also handle multivariate chains of recurrences that
4253 satisfy evolution_function_is_affine_p. Also handle CASE_CONVERT.
4255 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4257 * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
4258 (debug_clast_name_indexes_1): Removed.
4259 (debug_clast_name_indexes): Removed.
4260 (pbb_to_depth_to_oldiv): Removed.
4261 (build_iv_mapping): Replace the use of rename_map with iv_map.
4262 (translate_clast_user): Remove uses of rename_map. Allocate and
4264 (translate_clast_for_loop): Remove uses of rename_map.
4265 (translate_clast_for): Same.
4266 (translate_clast_guard): Same.
4267 (translate_clast): Same.
4269 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
4270 * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
4271 * sese.c (set_rename): Now static.
4272 (rename_variables_in_stmt): Removed.
4274 (is_parameter): Removed.
4276 (expand_scalar_variables_call): Removed.
4277 (expand_scalar_variables_ssa_name): Removed.
4278 (expand_scalar_variables_expr): Removed.
4279 (expand_scalar_variables_stmt): Removed.
4280 (expand_scalar_variables): Removed.
4281 (rename_variables): Removed.
4282 (remove_condition): Removed.
4283 (get_true_edge_from_guard_bb): Removed.
4284 (get_false_edge_from_guard_bb): Removed.
4285 (struct igp): Removed.
4286 (default_before_guard): Removed.
4287 (convert_for_phi_arg): Removed.
4288 (add_guard_exit_phis): Removed.
4289 (insert_guard_phis): Removed.
4290 (graphite_copy_stmts_from_block): Now also uses iv_map and a
4291 region. Do not copy conditions. Do not copy induction variables.
4293 (copy_bb_and_scalar_dependences): Allocate a local rename_map for
4294 the translated statement. Use the iv_map for the induction
4296 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
4297 (set_rename): Removed declaration.
4298 (scev_analyzable_p): ...here.
4299 * tree-chrec.c (chrec_apply_map): New.
4300 * tree-chrec.h (chrec_apply_map): Declared.
4302 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4304 * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
4305 insert_loop_close_phis.
4306 * sese.c (name_defined_in_loop_p): Removed.
4307 (expr_defined_in_loop_p): Removed.
4308 (alive_after_loop): Removed.
4309 (close_phi_not_yet_inserted_p): Removed.
4310 (struct alep): Removed.
4311 (add_loop_exit_phis): Removed.
4312 (insert_loop_close_phis): Removed.
4314 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4316 * graphite-cloog-util.c
4317 (cloog_matrix_to_ppl_constraint): Fix flipped condition.
4319 (psct_scattering_dim_for_loop_depth): Same.
4321 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4323 * graphite-cloog-util.h: Added cloog.h.
4324 * graphite-blocking.c: Removed cloog.h.
4325 * graphite-dependences.c: Same.
4326 * graphite-interchange.c: Same.
4327 * graphite-poly.c: Same.
4328 * graphite-ppl.c: Same.
4329 * graphite-scop-detection.c: Same.
4330 * graphite-sese-to-poly.c:
4332 Removed graphite-clast-to-gimple.h.
4333 (check_poly_representation): Removed (unused).
4334 * graphite-sese-to-poly.h
4335 (check_poly_representation): Removed (unused).
4337 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4339 * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
4340 (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
4341 (graphite-cloog-util.o): New.
4342 (graphite-ppl.o): Added graphite-cloog-util.h.
4343 * graphite-clast-to-gimple.c:
4344 Added graphite-cloog-util.h to include statements.
4345 * graphite-cloog-util.c: New.
4346 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
4347 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
4348 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
4349 (new_C_Polyhedron_from_Cloog_Matrix): Same.
4350 (insert_constraint_into_matrix): Same.
4351 (ppl_Constrain_System_number_of_constraints): Same.
4352 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
4353 (oppose_constraint): Same.
4354 (cloog_matrix_to_ppl_constraint): Same.
4355 (new_Constraint_System_from_Cloog_Matrix): Same.
4356 * graphite-cloog-util.h: New.
4357 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
4358 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
4359 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
4360 (new_C_Polyhedron_from_Cloog_Matrix): Same.
4361 (insert_constraint_into_matrix): Same.
4363 Added graphite-cloog-util.h to include statements.
4364 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
4365 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
4366 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
4367 (new_C_Polyhedron_from_Cloog_Matrix): Same.
4368 (insert_constraint_into_matrix): Same.
4369 (ppl_Constrain_System_number_of_constraints): Same.
4370 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
4371 (oppose_constraint): Same.
4372 (cloog_matrix_to_ppl_constraint): Same.
4373 (new_Constraint_System_from_Cloog_Matrix): Same.
4375 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
4376 graphite-cloog-util.h.
4377 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
4378 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
4379 (new_C_Polyhedron_from_Cloog_Matrix): Same.
4380 (insert_constraint_into_matrix): Same.
4382 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4384 * graphite-clast-to-gimple.c
4385 (precision_for_value): Resolve value_* calls to matching mpz_* calls.
4386 (precision_for_interval): Same.
4387 (gcc_type_for_interval): Same.
4388 (compute_type_for_level): Same.
4389 * graphite-interchange.c
4390 (lst_interchange_profitable_p): Same.
4392 (psct_scattering_dim_for_loop_depth): Same.
4394 (ppl_max_for_le_pointset): Same.
4395 (ppl_min_for_le_pointset): Same.
4397 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4399 * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
4400 (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
4402 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4404 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
4405 rewrite_close_phi_out_of_ssa.
4407 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4409 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
4411 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4413 * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
4415 * sese.c (debug_rename_map): Same.
4418 (rename_variables_in_stmt): Same.
4419 (expand_scalar_variables_call): Same.
4420 (expand_scalar_variables_ssa_name): Same.
4421 (expand_scalar_variables_expr): Same.
4422 (expand_scalar_variables_stmt): Same.
4423 (expand_scalar_variables): Same.
4424 (rename_variables): Same.
4425 (graphite_copy_stmts_from_block): Same.
4426 (copy_bb_and_scalar_dependences): Same.
4428 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4430 * graphite-clast-to-gimple.c (copy_renames): Removed.
4431 (translate_clast_for): Do not call copy_renames.
4432 (translate_clast_guard): Same.
4434 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4436 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
4437 (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
4438 (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
4439 before rewrite_cross_bb_scalar_deps.
4441 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4443 * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
4444 Early return in when flag_associative_math is not set.
4446 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4448 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
4449 of SSA copies on edges except for loop->latch.
4451 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4453 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
4454 Split out of rewrite_reductions_out_of_ssa.
4455 * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
4457 * graphite.c (graphite_transform_loops): Call it.
4459 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4461 * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
4463 2010-08-11 Alexander Monakov <amonakov@ispras.ru>
4465 * dbgcnt.def (graphite_scop): New counter.
4466 * graphite.c: Include dbgcnt.h.
4467 (graphite_transform_loops): Use new counter to limit transformations.
4468 * Makefile.in (graphite.o): Depend on DBGCNT_H.
4470 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4472 * passes.c (init_optimization_passes): Add pass_graphite.
4473 Schedule a pass_copy_prop before pass_graphite_transforms.
4474 * timevar.def (TV_GRAPHITE): Declared.
4475 * tree-pass.h (pass_graphite): Declared.
4476 * tree-ssa-loop.c (pass_graphite): New.
4478 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4480 * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
4481 Remove calls to rename_nb_iterations and rename_sese_parameters.
4482 * graphite-clast-to-gimple.h (gloog): Update declaration.
4483 * graphite.c (graphite_transform_loops): Update call to gloog.
4484 * sese.c (rename_variables_in_expr): Removed.
4485 (rename_nb_iterations): Removed.
4486 (rename_sese_parameters): Removed.
4487 * sese.h (rename_nb_iterations): Removed.
4488 (rename_sese_parameters): Removed.
4490 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4492 * graphite-clast-to-gimple.c (gloog): Remove call to
4493 sese_adjust_liveout_phis.
4494 * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
4495 SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
4496 (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
4497 rewrite_phi_out_of_ssa.
4498 * sese.c (get_vdef_before_sese): Removed.
4499 (sese_adjust_vphi): Removed.
4500 (sese_adjust_liveout_phis): Removed.
4501 * sese.h (sese_adjust_liveout_phis): Removed.
4503 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4505 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
4506 argument for the place after which to insert the out of SSA copy.
4507 (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
4508 (rewrite_phi_out_of_ssa): Same.
4509 (rewrite_cross_bb_scalar_deps): Same.
4510 (insert_copyout): Removed.
4511 (insert_copyin): Removed.
4512 (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
4513 insert_out_of_ssa_copy_on_edge instead of insert_copyout and
4516 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4518 * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
4519 (rewrite_reductions_out_of_ssa): Same.
4520 (rewrite_commutative_reductions_out_of_ssa): Same.
4521 (build_poly_scop): Do not call these functions.
4522 * graphite-sese-to-poly.h (build_poly_scop): Declared.
4523 (rewrite_reductions_out_of_ssa): Declared.
4524 (rewrite_commutative_reductions_out_of_ssa): Declared.
4525 * graphite.c (graphite_transform_loops): Call on every scop
4526 rewrite_commutative_reductions_out_of_ssa before calling
4527 rewrite_reductions_out_of_ssa and build_scop_bbs.
4529 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4531 * graphite-dependences.c (dot_deps): Make system call to dotty run
4533 (dot_deps_stmt): Same.
4534 * graphite-poly.c (dot_lst): Same.
4536 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
4538 * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
4539 phi_arg_in_outermost_loop.
4540 (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
4541 (remove_invariant_phi): Same.
4543 2010-08-11 Anatoly Sokolov <aesok@post.ru>
4545 * target.def (output_addr_const_extra): New hook.
4546 * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
4547 * doc/tm.texi: Regenerate.
4548 * targhooks.c (default_asm_output_addr_const_extra): New function.
4549 * targhooks.h (default_asm_output_addr_const_extra): Declare.
4550 * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
4553 * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
4554 * config/i386/i386-protos.h (output_addr_const_extra): Remove.
4555 * config/i386/i386.h (output_addr_const_extra): Rename to...
4556 (i386_asm_output_addr_const_extra): ...this. Make static.
4557 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
4559 2010-08-11 Richard Henderson <rth@redhat.com>
4561 * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
4563 2010-08-11 Nick Clifton <nickc@redhat.com>
4565 * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
4566 * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
4567 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
4568 stormy16-lib2-cmpsi.c.
4570 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
4573 2010-08-11 Joseph Myers <joseph@codesourcery.com>
4575 * opts.h (struct cl_option_handler_func): Make handler take
4576 cl_decoded_option structure as parameter, not individual elements.
4577 (struct cl_option_handlers): Make callbacks take cl_decoded_option
4578 structure as parameter, not individual elements.
4579 (handle_option): Take cl_decoded_option structure as parameter,
4580 not individual elements.
4581 (handle_generated_option): Declare.
4582 * opts-common.c (handle_option): Take cl_decoded_option structure
4583 as parameter, not individual elements. Update calls to callback
4584 and handler functions.
4585 (handle_generated_option): New.
4586 (read_cmdline_option): Update calls to callback functions and
4588 * opts.c (common_handle_option, complain_wrong_lang,
4589 unknown_option_callback, post_handling_callback,
4590 lang_handle_option, target_handle_option): Take cl_decoded_option
4591 structure as parameter, not individual elements.
4592 (lang_handle_option, target_handle_option, common_handle_option):
4593 Assert option has at most one argument.
4594 (enable_warning_as_error): Call handle_generated_option instead of
4595 handle_option. Do not pass -Werror argument as argument of
4598 2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4600 * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
4601 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
4602 (SUBWORD_BOOL_CAS): Likewise.
4603 (SUBWORD_SYNC_OP): Likewise.
4604 (SUBWORD_TEST_AND_SET): Likewise.
4605 (FETCH_AND_OP_WORD): Parenthesise INF_OP
4606 (SUBWORD_SYNC_OP): Likewise.
4607 (OP_AND_FETCH_WORD): Likewise.
4609 2010-08-10 Xinliang David Li <davidxl@google.com>
4611 * tree-ssa-loop-ivopts.c (get_address_cost): Properly
4612 compute max/min offset in address.
4614 2010-08-10 Vladimir Makarov <vmakarov@redhat.com>
4616 * ira-live.c: Include sbitmap.h.
4617 (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
4618 Compress live ranges even more.
4620 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
4622 * coverage.c (ctr_labels): Delete.
4624 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
4627 * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
4628 test here from arm_gen_load_multiple_1.
4629 (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
4630 multiple_operation_profitable_p.
4632 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
4634 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
4635 (fini_pre): Call free_aux_for_blocks. Delete unused bb variable.
4637 2010-08-10 Richard Henderson <rth@redhat.com>
4639 * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
4640 after saving registers. Assert that SSE registers are only saved
4641 with a sufficiently aligned frame.
4642 (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
4643 remove stack_realign_fp handling.
4644 (ix86_expand_prologue): Save int registers before stack_realign_fp,
4645 and do not mark the stack alignment as frame related.
4646 (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
4648 * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
4649 saves when re-aligning the stack.
4651 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
4653 * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
4654 * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
4655 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
4657 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
4659 * dwarf2out.c (struct die_struct): Move die_tag to the end.
4661 2010-08-09 Sofiane Naci <sofiane.naci@arm.com>
4663 * config/arm/iterators.md: New file.
4664 * config/arm/arm.md: Include iterators.md.
4665 (QHSI): Move to new file.
4666 (LTUGEU, cnb, optab, ior_xor): Likewise.
4667 * config/arm/iwmmxt.md (VMMX): Move to new file.
4668 (VSHFT, MMX_char): Likewise.
4669 * config/arm/neon.md (VD): Move to new file.
4670 (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
4671 (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
4672 (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
4673 (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
4674 (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
4675 (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
4676 (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
4677 (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
4678 (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
4679 (Is_d_reg, V_mode_nunits): Likewise.
4680 * config/arm/vec-common.md (VALL): Move to new file.
4681 (VALLW, VINT, VINTW): Likewise.
4683 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
4686 * combine.c (make_compound_operation): Don't try to convert
4687 shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
4689 2010-08-10 Richard Guenther <rguenther@suse.de>
4691 * tree.h (get_object_alignment): Adjust prototype.
4692 * builtins.c (get_object_alignment): Return unsigned int,
4693 drop the align parameter. Handle MEM_REF, MISALIGNED_INDIRECT_REF
4694 and TARGET_MEM_REF properly.
4695 (get_pointer_alignment): Adjust.
4696 * emit-rtl.c (get_mem_align_offset): Adjust comment.
4697 (set_mem_attributes_minus_bitpos): Adjust.
4698 * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
4700 2010-08-10 Richard Guenther <rguenther@suse.de>
4702 * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
4703 (copy_prop_visit_assignment): Simplify.
4704 (copy_prop_visit_stmt): Also visit assignments from
4706 (copy_prop_visit_phi_node): Use operand_equal_p.
4708 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
4710 * ipa-split.c (find_split_points): Free stack.
4712 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
4714 * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
4715 * tree.c (tree_node_kind): Delete corresponding entries.
4717 2010-08-09 H.J. Lu <hongjiu.lu@intel.com>
4719 * alias.c (may_alias_p): Remove unused ret.
4721 2010-08-09 Bingfeng Mei <bmei@broadcom.com>
4723 * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
4724 alias_sets_conflict_p.
4725 (walk_mems_1): Moved from alias.c.
4726 (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
4728 (add_inter_loop_mem_dep): Use insns_may_alias_p now.
4729 * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
4730 * alias.c (walk_mems_2): Moved to ddg.c.
4731 (walk_mems_1): Ditto.
4732 (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
4734 (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
4736 *(may_alias_p): New function to check whether two memory expression
4737 may alias or not. Currently used in buidling inter-iteration memory
4739 *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
4740 (insn_alias_sets_conflict_p): Removed
4741 *rtl.h (may_alias_p): New function prototype.
4743 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
4745 * tree.c (nreverse): Assert that we don't have a BLOCK.
4747 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
4749 * builtins.c (fold_builtin_next_arg): Use stdarg_p.
4750 * config/arm/arm.c (arm_get_pcs_model): Likewise.
4751 * config/avr/avr.c (init_cumulative_args): Likewise.
4752 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
4753 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
4754 * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
4755 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
4756 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
4757 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
4758 * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
4759 * dwarf2out.c (gen_subprogram_die): Likewise.
4760 * function.c (allocate_struct_function): Likewise.
4761 * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
4762 (deserves_ellipsis): Delete.
4764 2010-08-09 Richard Guenther <rguenther@suse.de>
4766 * tree-ssa-copy.c (cached_last_copy_of): Remove.
4767 (valueize_val): New function.
4768 (get_last_copy_of): Remove.
4769 (set_copy_of_val): Simplify.
4770 (dump_copy_of): Likewise.
4771 (copy_prop_visit_cond_stmt): Use valueize_val.
4772 (copy_prop_visit_phi_node): Properly handle unvisited names.
4773 Drop code managing copy-of chains.
4774 (init_copy_prop): Adjust.
4775 (fini_copy_prop): Likewise.
4776 (execute_copy_prop): Remove obsolete comment.
4778 2010-08-09 Richard Guenther <rguenther@suse.de>
4781 * function.c (gimplify_parameters): Do not clear addressable
4782 bit of the original parameter.
4784 2010-08-09 Richard Guenther <rguenther@suse.de>
4787 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
4788 alignment from MEM_REF offset only if we took it from the
4791 2010-08-09 Eric Fisher <joefoxreal@gmail.com>
4793 * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
4795 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
4797 * c-tree.h (build_arg_info): Declare.
4798 * c-decl.c (build_arg_info): Define.
4799 (get_parm_info): Call it. Delete initialization code.
4800 * c-parser.c (c_parser_parms_declarator): Likewise.
4801 (c_parser_parms_list_declaractor): Likewise.
4803 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
4805 * c-tree.h (c_arg_tag): Define. Define a VEC containing it.
4806 (struct c_arg_info): Change type of tags field.
4807 * c-decl.c (grokdeclarator): Update for changed type of tags field.
4808 (get_parm_info): Likewise.
4809 (store_parm_decls_newstyle): Likewise.
4811 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
4813 * config/rs6000/rs6000.c (branch_island): Define. Define a VEC of it.
4814 (branch_island_list): Delete.
4815 (branch_islands): Declare.
4816 (add_compiler_branch_island): Adjust for branch_islands instead of
4818 (macho_branch_islands): Likewise.
4819 (no_previous_def): Likewise.
4820 (get_prev_label): Likewise.
4822 2010-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4825 * gthr-posix.h (__gthread_start): Delete.
4826 (__gthread_active_init): Use pthread_default_stacksize_np instead of
4827 pthread_create to determine if hpux pthreads are active.
4828 * gthr-posix95.h (__gthread_start): Delete.
4829 (__gthread_active_init): Likewise use pthread_default_stacksize_np.
4831 2010-08-08 Kai Tietz <kai.tietz@onevision.com>
4833 * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
4834 _WIN64 not expanded.
4836 2010-08-07 Uros Bizjak <ubizjak@gmail.com>
4837 H.J. Lu <hongjiu.lu@intel.com>
4840 * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
4841 to output 32bit SFmode immediate as 8 byte sign extended value.
4843 2010-08-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
4845 * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
4846 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
4847 (SUBWORD_BOOL_CAS): Likewise.
4848 (SUBWORD_SYNC_OP): Likewise.
4849 (SUBWORD_TEST_AND_SET): Likewise.
4850 (FETCH_AND_OP_WORD): Parenthesise INF_OP
4851 (SUBWORD_SYNC_OP): Likewise.
4852 (OP_AND_FETCH_WORD): Likewise.
4854 2010-08-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4856 * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
4857 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
4858 (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
4859 (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
4861 (cortex_a9_sched_adjust_cost): New function.
4862 (xscale_sched_adjust_cost): New function.
4863 * config/arm/arm-protos.h (struct tune_params): New field
4865 * config/arm/arm-cores.def: Adjust costs for cortex-a9.
4867 2010-08-06 Eric Botcazou <ebotcazou@adacore.com>
4870 * config/sparc/sparc.c (function_arg_advance): Always take into account
4871 the padding, if any.
4873 2010-08-06 Richard Guenther <rguenther@suse.de>
4875 * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
4876 (dump_lattice_value): Dump it.
4877 (get_default_value): Adjust.
4878 (get_constant_value): Likewise.
4879 (set_value_varying): Likewise.
4880 (set_lattice_value): Make sure to not go up the lattice
4881 with bitwise constant values.
4882 (get_value_for_expr): Handle ADDR_EXPRs.
4883 (value_to_double_int): New function.
4884 (get_value_from_alignment): Likewise.
4885 (do_dbg_cnt): Adjust.
4886 (ccp_lattice_meet): Handle partially constant values.
4887 (bit_value_unop_1): New function.
4888 (bit_value_binop_1): Likewise.
4889 (bit_value_unop): Likewise.
4890 (bit_value_binop): Likewise.
4891 (evaluate_stmt): Track partially constant values if
4892 flag_tree_bit_ccp is set.
4893 (ccp_fold_stmt): Dump if we folded a predicate.
4894 (ccp_visit_stmt): Adjust.
4895 * common.opt (ftree-bit-ccp): New flag.
4896 * doc/invoke.texi (ftree-bit-ccp): Document.
4897 * opts.c (decode_options): Enable bit-CCP at -O1.
4899 2010-08-06 Alan Modra <amodra@gmail.com>
4901 * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
4902 and -mrelocatable-lib description.
4904 2010-08-05 Bernd Schmidt <bernds@codesourcery.com>
4906 From Martin Thuresson <martint@google.com>
4907 * postreload.c (reload_cse_simplify_operands): Use
4908 SET_REGNO_RAW instead of SET_REGNO.
4909 * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
4911 * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
4912 instead of SET_REGNO.
4913 * rtl.h (SET_REGNO_RAW): New macro.
4915 2010-08-05 Eric Botcazou <ebotcazou@adacore.com>
4917 * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
4918 computations. Fix formatting issues.
4919 (num_sign_bit_copies1): Likewise.
4920 (canonicalize_condition): Likewise.
4922 2010-08-05 Richard Henderson <rth@redhat.com>
4924 * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
4925 (floor_log2): Use clz_hwi.
4926 (exact_log2): Use ctz_hwi.
4927 * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
4928 * builtins.c (fold_builtin_bitop): Use them.
4929 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
4930 * combine.c (get_pos_from_mask): Use ctz_hwi.
4931 * double-int.c (double_int_ctz): Likewise.
4932 * explow.c (force_reg): Likewise.
4933 * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
4935 2010-08-05 Richard Henderson <rth@redhat.com>
4938 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
4939 the alignment constant is properly sign-extended.
4941 2010-08-05 Richard Guenther <rguenther@suse.de>
4943 * expr.c (store_expr): Use emit_block_move only if both
4944 source and target are MEMs. Use store_bit_field if only
4945 the target is a MEM.
4947 2010-08-05 Richard Henderson <rth@redhat.com>
4950 * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
4951 (INCOMING_RETURN_ADDR_RTX): Likewise.
4952 (dwarf2out_do_frame): Remove conditional compilation.
4953 (dwarf2out_frame_init): Likewise.
4955 2010-08-05 Nicolas Setton <setton@adacore.com>
4957 * gcov.c (flag_display_progress): New static variable.
4958 (main): Display progress info on standard output if requested.
4959 (options): Add -d/--display-progress.
4960 (print_usage): Print them.
4961 (process_args): Handle them.
4962 * doc/gcov.texi: Document them.
4964 2010-08-05 Martin Jambor <mjambor@suse.cz>
4966 * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
4967 (ipcp_insert_stage): Redirect only edges not flagged with
4968 indirect_inlining_edge. Call ipcp_discover_new_direct_edges for all
4969 discovered constants.
4971 2010-08-05 Martin Jambor <mjambor@suse.cz>
4973 * ipa-prop.h (enum ipa_lattice_type): Changed comments.
4974 (struct ipa_param_descriptor): New fields types and
4975 cannot_devirtualize.
4976 (ipa_param_cannot_devirtualize_p): New function.
4977 (ipa_param_types_vec_empty): Likewise.
4978 (ipa_make_edge_direct_to_target): Declare.
4979 * ipa-cp.c: Fixed first stage driver name in initial comment,
4980 described devirtualization there too.
4981 (ipcp_analyze_node): Call ipa_analyze_params_uses.
4982 (ipcp_print_all_lattices): Print devirtualization info.
4983 (ipa_set_param_cannot_devirtualize): New function.
4984 (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
4986 (ipcp_init_stage): Merged into...
4987 (ipcp_generate_summary): ...its caller.
4988 (ipcp_change_tops_to_bottom): Also process type lists.
4989 (ipcp_add_param_type): New function.
4990 (ipcp_copy_types): Likewise.
4991 (ipcp_propagate_types): Likewise.
4992 (ipcp_propagate_stage): Also propagate types.
4993 (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
4994 Also return true if propagated types require it.
4995 (ipcp_update_callgraph): Dump redirection info.
4996 (ipcp_process_devirtualization_opportunities): New function.
4997 (ipcp_const_param_count): Include known type information.
4998 (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
4999 on new node. Fixed formatting.
5000 * ipa-prop.c (make_edge_direct_to_target): Renamed to
5001 ipa_make_edge_direct_to_target and changed all callers. Made
5003 (ipa_node_duplication_hook): Duplicate types vector.
5004 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
5005 redirect outgoing calls for which we can't get a decl from the
5006 statement. Check that we can get a decl from the call statement.
5007 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
5008 ipa_analyze_params_uses only when ipa-cp is disabled.
5009 * tree-inline.c (get_indirect_callee_fndecl): Removed.
5010 (expand_call_inline): Do not call get_indirect_callee_fndecl.
5011 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
5012 * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
5014 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
5016 * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
5017 temporary. Emit move from temporary to accum, so REG_EQUAL note will
5018 be attached to this insn in correct mode.
5020 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
5022 * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
5023 using REGNO of base_reg directly.
5025 2010-08-05 Jie Zhang <jie@codesourcery.com>
5027 PR tree-optimization/45144
5028 * tree-sra.c (type_consists_of_records_p): Return false
5029 if the record contains bit-field.
5031 2010-08-04 Richard Henderson <rth@redhat.com>
5033 * config/i386/i386.c (struct ix86_frame): Remove padding and
5034 to_allocate members.
5035 (ix86_compute_frame_layout): Don't store them.
5036 (ix86_can_use_return_insn_p): Use a more direct and more obviously
5037 correct condition for the position of the stack pointer.
5038 (ix86_expand_prologue): Compute remaining stack allocation based
5039 on the ultimate stack pointer offset.
5040 (ix86_expand_epilogue): Use more obvious expressions testing for
5041 the stack pointer already pointing to the saved registers.
5043 * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
5044 duplication deconstructing the frame pointer. Simplify
5045 deallocation of the local stack frame.
5047 * reg-notes.def (CFA_EXPRESSION): New.
5048 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
5049 (dwarf2out_frame_debug_cfa_expression): New.
5050 (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
5052 * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
5053 * config/i386/i386.c (ix86_expand_prologue): Set it.
5054 (ix86_expand_epilogue): Clear it.
5055 (ix86_emit_save_reg_using_mov): For registers saved in a realigned
5056 context, add REG_CFA_EXPRESSION notes.
5058 * config/i386/i386.h (struct machine_frame_state): Rename from
5059 machine_cfa_state. Add members tracking SP and FP regardless
5060 of the current CFA register.
5061 (ix86_cfa_state): Remove.
5062 * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
5063 and sse_reg_save_offset members.
5064 (ix86_compute_frame_layout): Set them.
5065 (gen_push): Increment sp_offset too.
5066 (choose_baseaddr_len, choose_baseaddr): New.
5067 (ix86_emit_save_reg_using_mov): New.
5068 (ix86_emit_save_regs_using_mov): Use it.
5069 (ix86_emit_save_sse_regs_using_mov): Likewise.
5070 (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
5071 compare vs the saved red_zone_offset.
5072 (pro_epilogue_adjust_stack): Adjust sp_offset.
5073 (ix86_adjust_stack_and_probe): Likewise.
5074 (ix86_expand_prologue): Set up, use, and validate the new
5075 frame_state_info members. Use gen_frame_mem.
5076 (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
5077 (ix86_emit_restore_reg_using_pop): Likewise. Use and update the
5078 new frame_state_info members.
5079 (ix86_emit_leave): Likewise.
5080 (ix86_emit_restore_regs_using_mov): Likewise. Don't check for
5081 out-of-range stack pointer offsets here.
5082 (ix86_emit_restore_sse_regs_using_mov): Likewise.
5083 (ix86_expand_epilogue): Use and validate the new frame_state_info
5084 members. Break up and simplify the logic selecting the
5085 restore_regs_via_mov code path. Ensure that there will be no
5086 out-of-range stack pointer offsets.
5088 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
5090 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
5091 argument name to reflect the expected tree; fix indentation.
5092 (ix86_asm_output_function_label): Output the entire 32-bit
5093 ms_hook here as bytes ...
5094 (ix86_expand_prologue): ... not here as insns. Attach the
5095 unwind info for the ms_hook to a blockage insn.
5096 (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
5097 (ix86_ms_bitfield_layout_p): Fix indentation.
5098 * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
5100 * config/i386/i386.c (ix86_using_red_zone): New.
5101 (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
5102 ix86_expand_prologue, ix86_force_to_memory): Use it.
5104 * config/i386/i386.c (ix86_expand_prologue): Simplify logic
5105 saving the int registers.
5107 * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
5108 and DWARF2_UNWIND_INFO conditional compilation.
5110 2010-08-04 Richard Henderson <rth@redhat.com>
5113 * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
5114 an is_naming_typedef_decl.
5116 2010-08-04 Bernd Schmidt <bernds@codesourcery.com>
5118 PR rtl-optimization/45162
5119 * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
5120 * dce.c (word_dce_process_block): Likewise.
5122 2010-08-04 Steve Ellcey <sje@cup.hp.com>
5125 * config/ia64/constraints.md (Z): New.
5126 * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
5127 (xfreg_or_signed_fp01_operand): New.
5128 * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
5129 with fr_reg_or_signed_fp01_operand and constraint G with Z.
5134 (adddf3_trunc): Ditto.
5136 (*subdf3_trunc): Ditto.
5138 (*madddf4_trunc): Ditto.
5140 (*msubdf4_trunc): Ditto.
5141 (addxf3): Replace xfreg_or_fp01_operand with
5142 xfreg_or_signed_fp01_operand and constraint G with Z.
5143 (*addxf3_truncsf): Ditto.
5144 (*addxf3_truncdf): Ditto.
5146 (*subxf3_truncsf): Ditto.
5147 (*subxf3_truncdf): Ditto.
5149 (*maddxf4_truncsf): Ditto.
5150 (*maddxf4_truncdf): Ditto.
5152 (*msubxf4_truncsf): Ditto.
5153 (*msubxf4_truncdf): Ditto.
5155 2010-08-04 Richard Guenther <rguenther@suse.de>
5157 * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
5158 if either alias-set is zero.
5160 2010-08-04 Richard Guenther <rguenther@suse.de>
5162 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
5163 * tree-ssa-ccp.c: ... here.
5164 * tree-ssa-copy.c: ... and here.
5165 * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
5166 value_range_t): Move ...
5167 * tree-vrp.c: ... here.
5168 * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
5169 (substitute_and_fold): Adjust prototype.
5170 * tree-ssa-propagate.c (replace_uses_in): Adjust.
5171 (replace_phi_args_in): Likewise.
5172 (substitute_and_fold): Take callback to query lattice instead
5173 of pointer to lattice. Replace SSA name defs with lattice
5175 * tree-ssa-ccp.c (ccp_finalize): Adjust.
5176 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
5177 (get_value): New function.
5178 (fini_copy_prop): Adjust.
5179 * tree-vrp.c (vrp_finalize): Adjust.
5181 2010-08-04 Richard Guenther <rguenther@suse.de>
5184 * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
5185 points-to set for original MEM_REF.
5187 2010-08-04 Richard Guenther <rguenther@suse.de>
5189 * tree-ssa-ccp.c (get_constant_value): New function.
5190 (get_rhs_assign_op_for_ccp): Remove.
5191 (valueize_op): New function.
5192 (ccp_fold): Use get_constant_value and valueize_op.
5193 (fold_const_aggregate_ref): Likewise.
5194 (ccp_fold_stmt): Likewise.
5195 (visit_assignment): Simplify.
5197 2010-08-04 Richard Guenther <rguenther@suse.de>
5199 * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
5200 * double-int.h (double_int_ctz): Declare.
5201 * double-int.c (double_int_ctz): New function.
5203 2010-08-04 Hariharan Sandanagobalane <hariharan@picochip.com>
5205 * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
5207 picochip_expand_movmemhi : Expand movmem pattern.
5208 * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
5210 * config/picochip/picochip.md (movmemhi) : New pattern.
5212 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
5214 * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
5216 2010-08-03 Bernd Schmidt <bernds@codesourcery.com>
5218 * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
5219 NEG as operand of a MULT by merging it with the other operand.
5220 * combine.c (make_compound_operation): Use trunc_int_for_mode when
5221 generating a MULT with constant. Canonicalize PLUS and MINUS involving
5223 * config/arm/constraints.md (M): Examine only 32 bits of a
5225 * config/arm/predicates.md (power_of_two_operand): Likewise.
5227 2010-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5229 * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
5232 2010-08-03 Jan Hubicka <jh@suse.cz>
5234 * ipa-split.c (struct split_point): Add split_part_set_retval.
5235 (find_retval): Forward declare.
5236 (test_nonssa_use, mark_nonssa_use): Special case return by reference.
5237 (consider_split): Compute current->split_part_set_retval.
5238 (visit_bb): Do not look into return value.
5239 (split_function): Handle !split_part_set_retval
5241 2010-08-03 Martin Jambor <mjambor@suse.cz>
5243 * tree-sra.c (completely_scalarize_record): New parameter REF, create
5244 its own access->expr intead of using build_ref_for_offset.
5246 2010-08-03 Joseph Myers <joseph@codesourcery.com>
5248 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
5249 * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
5250 * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
5251 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
5252 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
5253 * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
5254 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
5255 DEFAULT_SWITCH_TAKES_ARG.
5256 * config/rx/rx.opt (-patch=): Remove option.
5257 * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
5258 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
5259 * doc/invoke.texi (RX Options): Remove -patch=.
5260 * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
5261 (option_map): Remove --profile-blocks, --quiet and --silent.
5263 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
5265 * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
5266 * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
5267 (ix86_expand_branch): Add op0 and op1 arguments. Do not access
5268 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
5269 Update calls to ix86_expand_compare and ix86_expand_branch.
5270 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
5271 ix86_expand_compare.
5272 (ix86_expand_compare): Add op0 and op1 arguments. Do not access
5273 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
5275 (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
5276 and ix86_compare_op1. Update calls to ix86_expand_compare.
5277 (ix86_expand_int_movcc): Ditto.
5278 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
5279 * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
5280 (ix86_expand_setcc): Ditto.
5281 (ix86_expand_compare): Remove prototype.
5282 * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
5283 ix86_compare_op0 and ix86_compare_op1. Update calls
5284 to ix86_expand_branch to directly pass operands[1] and operands[2].
5285 (cbranchxf4): Ditto.
5286 (cbranch<MODEF:mode>4): Ditto.
5287 (cbranchcc4): Ditto.
5288 (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
5289 Update calls to ix86_expand_setcc to directly pass operands[2] and
5292 (cstore<MODEF:mode>4): Ditto.
5295 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
5298 * caller-save.c (save_call_clobbered_regs): Remove regs from
5299 hard_regs_saved when they are set.
5301 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
5304 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
5307 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
5309 * common.opt (ftree-loop-distribute-patterns): New.
5310 * invoke.texi (-ftree-loop-distribute-patterns): Documented.
5311 * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
5313 * tree-data-ref.c (stores_zero_from_loop): New.
5314 * tree-data-ref.h (stores_zero_from_loop): Declared.
5315 * tree-loop-distribution.c (tree_loop_distribution): Call
5316 stores_zero_from_loop.
5317 (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
5319 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
5321 * postreload.c (reload_cse_simplify_operands): Take attribute enabled
5324 * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
5325 * config/arm/arm.c (thumb1_code): New variable.
5326 (arm_override_options): Set it.
5327 (thumb1_final_prescan_insn): Keep track of condition code status.
5328 (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
5329 jumps that depend on them.
5330 * config/arm/arm.h (thumb1_code): Declare variable.
5331 (struct machine_function): Guard with #ifndef GENERATOR_FILE. Add
5332 members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
5334 (CC_STATUS_INIT): New macro.
5335 * config/arm/constraints.md (Pd): New constraint.
5336 * config/arm/predicates.md (noov_comparison_operator): New predicate.
5337 * config/arm/arm.md (is_thumb1): New define_attr.
5338 (conds): Set default to "clob" when generating Thumb1 code.
5339 (thumb1_bicsi3): Renamed from bicsi3. All uses changed. Condition
5340 code are set. Use two-operand assembly syntax.
5341 (thumb1_subsi3_insn): Condition codes are set. Now a properly named
5343 (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
5344 codes are set. Use two-operand assembly syntax.
5345 (zero_extendhisi splitter): Remove constraints.
5346 (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
5347 thumb1_movsf_insn): Set conds attribute as appropriate.
5348 (cbranchsi4_insn): Use condition code status from struct
5349 machine_function to determine whether the comparison can be eliminated.
5350 Discourage the alternative using high registers.
5351 (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
5352 orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
5353 bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
5354 subsi3_cbranch): Delete.
5355 (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
5356 one subtract and one cbranch insn.
5358 * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
5359 thumb2_movdf_soft_insn): Delete patterns.
5360 * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
5361 arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
5362 (pool_range, neg_pool_range): Use them to define defaults.
5363 (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
5364 and allow for TARGET_32BIT.
5367 * config/arm/arm.h (arm_regs_in_sequence): Declare.
5368 * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
5369 load_multiple_sequence, store_multiple_sequence): Delete
5371 (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
5373 * config/arm/ldmstm.md: New file.
5374 * config/arm/arm.c (arm_regs_in_sequence): New array.
5375 (load_multiple_sequence): Now static. New args SAVED_ORDER,
5376 CHECK_REGS. All callers changed.
5377 If SAVED_ORDER is nonnull, copy the computed order into it.
5378 If CHECK_REGS is false, don't sort REGS. Handle Thumb mode.
5379 (store_multiple_sequence): Now static. New args NOPS_TOTAL,
5380 SAVED_ORDER, REG_RTXS and CHECK_REGS. All callers changed.
5381 If SAVED_ORDER is nonnull, copy the computed order into it.
5382 If CHECK_REGS is false, don't sort REGS. Set up REG_RTXS just
5383 like REGS. Handle Thumb mode.
5384 (arm_gen_load_multiple_1): New function, broken out of
5385 arm_gen_load_multiple.
5386 (arm_gen_store_multiple_1): New function, broken out of
5387 arm_gen_store_multiple.
5388 (arm_gen_multiple_op): New function, with code from
5389 arm_gen_load_multiple and arm_gen_store_multiple moved here.
5390 (arm_gen_load_multiple, arm_gen_store_multiple): Now just
5391 wrappers around arm_gen_multiple_op. Remove argument UP, all callers
5393 (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
5394 * config/arm/predicates.md (commutative_binary_operator): New.
5395 (load_multiple_operation, store_multiple_operation): Handle more
5396 variants of these patterns with different starting offsets. Handle
5398 * config/arm/arm.md: Include "ldmstm.md".
5399 (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
5400 ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
5401 stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
5403 * config/arm/ldmstm.md: New file.
5404 * config/arm/arm-ldmstm.ml: New file.
5406 * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
5407 if statement which adds extra costs to frame-related expressions.
5409 2010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5411 * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
5413 2010-08-01 Uros Bizjak <ubizjak@gmail.com>
5416 * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
5418 (vec_set<moode>_0 splitter): Use SSEMODE4S mode iterator to also
5419 split V4SI operands.
5421 2010-08-01 Anatoly Sokolov <aesok@post.ru>
5423 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
5424 * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
5425 * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
5426 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
5428 2010-07-31 Kai Tietz <kai.tietz@onevision.com>
5430 * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
5433 2010-07-31 Richard Sandiford <rdsandiford@googlemail.com>
5435 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
5436 used in the call to optab_for_tree_code. Fix the second
5437 is_widening_mult_p call. Check that both unwidened operands
5440 2010-07-31 John Tytgat <John.Tytgat@aaug.net>
5442 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
5444 2010-07-31 Anatoly Sokolov <aesok@post.ru>
5446 * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
5448 2010-07-30 DJ Delorie <dj@redhat.com>
5450 * config/rx/predicates.md (rx_constshift_operand): New.
5451 * config/rx/rx.md (zs_cond): New.
5452 (cbranchsi4): Remove mode.
5453 (*cbranchsi4_<code>): Likewise.
5454 (*tstbranchsi4_<code>): New.
5455 (*tstbranchsi4r_<code>): New.
5456 (*tstbranchsi4m_eq): New.
5457 (*tstbranchsi4m_ne): New.
5458 (cbranchsf4): Remove mode.
5459 (*cbranchsf4_<code>): Likewise.
5461 2010-07-30 Bernd Schmidt <bernds@codesourcery.com>
5463 * rtlanal.c (simplify_subreg_regno): Don't treat
5464 HARD_FRAME_POINTER_REGNUM specially.
5466 2010-07-30 Joseph Myers <joseph@codesourcery.com>
5468 * common.opt (-G): Don't define option here.
5469 * config/g.opt: New.
5470 * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
5471 rs6000/powerpc and score targets.
5472 * opts.c (common_handle_option): Don't handle -G here.
5473 * config/alpha/alpha.c (alpha_handle_option): Handle -G.
5474 * config/frv/frv.c (frv_handle_option): Handle -G.
5475 * config/ia64/ia64.c (ia64_handle_option): Handle -G.
5476 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
5477 * config/m32r/m32r.c (m32r_handle_option): Handle -G.
5478 * config/mips/mips.c (mips_handle_option): Handle -G.
5479 * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
5480 * config/score/score.c (score_handle_option): Handle -G.
5482 2010-07-30 Anatoly Sokolov <aesok@post.ru>
5484 * config/mmix/mmix.c: Include basic-block.h.
5486 2010-07-30 Jakub Jelinek <jakub@redhat.com>
5489 PR rtl-optimization/45137
5490 * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
5492 * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
5494 * combine.c (next_nonnote_nondebug_insn): Removed.
5495 * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
5496 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
5497 * sched-deps.c (sched_analyze_insn): Likewise.
5498 (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
5499 * rtlanal.c (canonicalize_condition): Likewise.
5500 * postreload.c (reload_combine_recognize_pattern): Likewise.
5501 (reload_cse_move2add): Use next_nonnote_nondebug_insn.
5503 2010-07-29 Uros Bizjak <ubizjak@gmail.com>
5505 * config/i386/i386.md (int_cond): Remove code iterator.
5507 (cbranch<mode>4): Use ordered_comparison_operator predicate
5509 (cstore<mode>4): Ditto for operator1.
5510 (mov<SWIM:mode>cc and corresponding splitter): Ditto.
5511 (add<mode>cc): ditto.
5513 2010-07-30 Richard Guenther <rguenther@suse.de>
5516 * expr.c (expand_expr_real_1): Check for not handled base address.
5518 2010-07-30 Richard Guenther <rguenther@suse.de>
5520 * ipa-prop.c (ipa_modify_formal_parameters): Use
5521 build_distinct_type_copy.
5523 2010-07-30 Anthony Green <green@moxielogic.com>
5525 * config/moxie/rtems.h: New file.
5526 * config.gcc: Add moxie-rtems support.
5528 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
5530 * dce.c (run_word_dce): Take flag_dce into account. Clear and restore
5531 df flags as in run_fast_df_dce.
5533 2010-07-29 Jakub Jelinek <jakub@redhat.com>
5536 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
5538 * rtl.def (NOTE): Swap operands 4 and 5.
5539 * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
5540 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
5542 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
5544 2010-07-29 Jakub Jelinek <jakub@redhat.com>
5547 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
5548 (gen_formal_types_die): Add DW_AT_object_pointer in methods.
5549 (gen_subprogram_die): Likewise. Remove it when removing declaration's
5551 (gen_decl_die): Change return type to dw_die_ref, return what
5552 gen_formal_parameter_die returned.
5554 2010-07-29 Martin Jambor <mjambor@suse.cz>
5556 * dbgcnt.def (eipa_sra): New counter.
5557 * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
5559 2010-07-29 Xinliang David Li <davidxl@google.com>
5562 * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
5565 2010-07-29 Richard Guenther <rguenther@suse.de>
5567 * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
5568 (TV_TREE_STORE_CCP): Likewise.
5569 (TV_TREE_REDPHI): Likewise.
5571 2010-07-29 Richard Guenther <rguenther@suse.de>
5573 * double-int.h (double_int_and_not): New function.
5574 * combine.c (try_combine): Use it.
5575 * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
5577 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
5579 PR rtl-optimization/42575
5580 * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
5581 Argument AU removed. All callers changed. Ignore artificial refs.
5582 Use return value of df_word_lr_simulate_defs to decide whether an insn
5584 (fast_dce): Rename arg to WORD_LEVEL.
5585 (run_word_dce): Renamed from rest_of_handle_fast_byte_dce. No longer
5587 (pass_fast_rtl_byte_dce): Delete.
5588 * dce.h (run_word_dce): Declare.
5589 * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
5590 All callers changed. Simplify code to only deal with two-word regs.
5591 * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
5592 (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
5593 (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
5594 (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
5595 (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
5596 (df_word_lr_mark_ref): Declare.
5597 (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
5598 df_word_lr_simulate_uses): Declare or rename from byte variants.
5599 (df_byte_lr_simulate_artificial_refs_at_top,
5600 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
5601 df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
5603 (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
5604 (enum df_mm): Delete.
5605 * df-byte-scan.c: Delete file.
5606 * df-problems.c (df_word_lr_problem_data): Renamed from
5607 df_byte_lr_problem_data, all members deleted except for
5608 WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS. Uses changed.
5609 (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
5610 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
5611 df_byte_lr_get_regno_len, df_byte_lr_check_regs,
5612 df_byte_lr_confluence_0): Delete functions.
5613 (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
5615 (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
5616 Don't initialize members that were deleted, don't try to discover data
5617 about registers. Ignore hard regs.
5618 (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
5619 (df_word_lr_mark_ref): New function.
5620 (df_word_lr_bb_local_compute): Renamed from
5621 df_byte_bb_lr_local_compute; all callers changed. Use
5622 df_word_lr_mark_ref. Assert that artificial refs don't include
5623 pseudos. Ignore hard registers.
5624 (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
5625 Assert that exit block uses don't contain pseudos.
5626 (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
5627 (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
5628 callers changed. Ignore hard regs.
5629 (df_word_lr_transfer_function): Renamed from
5630 df_byte_lr_transfer_function; all callers changed.
5631 (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
5632 (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
5634 (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
5636 (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
5637 confluence operator 0 set to NULL.
5638 (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
5640 (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
5641 Return bool, true if bitmap changed or insn otherwise necessary.
5642 All callers changed. Simplify using df_word_lr_mark_ref.
5643 (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
5644 all callers changed. Simplify using df_word_lr_mark_ref.
5645 * lower-subreg.c: Include "dce.h"
5646 (decompose_multiword_subregs): Call run_word_dce if df available.
5647 * Makefile.in (lower-subreg.o): Adjust dependencies.
5648 (df-byte-scan.o): Delete.
5649 * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
5651 2010-07-29 Richard Guenther <rguenther@suse.de>
5653 * tree.c (build_vector): Assert that the vector constant
5654 has enough elements.
5655 (build_vector_from_ctor): Pad with trailing zeros.
5657 2010-07-29 Richard Guenther <rguenther@suse.de>
5659 PR tree-optimization/45120
5660 * tree-ssa-structalias.c (get_constraint_for_component_ref):
5661 Handle offset in DEREFs properly.
5662 (get_constraint_for_1): Handle MEM_REF offset properly.
5664 2010-07-29 Richard Guenther <rguenther@suse.de>
5667 * convert.c (convert_to_integer): Always use an unsigned
5668 type for narrowed negate and bitwise not.
5670 2010-07-29 Ira Rosen <irar@il.ibm.com>
5672 * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
5673 to outer loop when creating reduction epilogue for double reduction,
5674 and switch back to the inner loop when updating the phi nodes.
5675 Update uses of outer loop exit phi nodes in double reduction (instead
5676 of uses of reduction).
5678 2010-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
5680 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
5681 popcount on power7 and parity on power6 systems.
5682 (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
5683 (rs6000_emit_parity): Add support for power6 prtyd/prtyw
5686 * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
5687 (UNSPEC_PARITY): Ditto.
5688 (SFDF): New iterator for SF/DF.
5689 (rreg2): New mode attribute for floating register constraint.
5690 (TARGET_FLOAT): New mode attribute for whether single/double float
5692 (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
5694 (parity<mode>2_cmpb): New insn for parity on power6 and newer
5696 (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
5697 pattern. Add support for fcpsgn instruction added in power6.
5698 (copysignsf3): Delete.
5699 (copysigndf3): Delete.
5700 (copysign<mode>3_fcpsgn): New insn to generate fcpsgn. Use UNSPEC
5701 instead of if_then_else in RTL to avoid problems with -0.
5703 * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
5704 of if_then_else to mirror scalar code.
5705 (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
5708 * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
5709 instead of if_then_else.
5711 2010-07-28 Xinliang David Li <davidxl@google.com>
5713 * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
5714 (dump_cand): Dump var_before/after.
5715 (htab_inv_expr_eq): New function.
5716 (htab_inv_expr_hash): New function.
5717 (tree_ssa_iv_optimize_init): Support pseudo invariants.
5718 (add_candidate_1): consider base type precision.
5719 (set_use_iv_cost): New parameter.
5720 (adjust_setup_cost): Use profile information.
5721 (get_address_cost): Do not hard code width in computing address
5723 (compare_aff_trees): New function.
5724 (get_loop_invariant_expr_id): New function.
5725 (get_computation_cost_at): New parameter and use profile information.
5726 (get_computation_cost): New parameter.
5727 (determine_use_iv_cost_generic): Pass new parameter.
5728 (determine_use_iv_cost_address): Ditto.
5729 (determine_use_iv_cost_condition): Ditto.
5730 (autoinc_possible_for_pair): Ditto.
5731 (determine_use_iv_costs): More dumps.
5732 (iv_ca_get_num_inv_exprs): New function.
5733 (iv_ca_recount_cost): Consider loop invariants in register pressure
5735 (iv_ca_add_use): New parameter.
5736 (iv_ca_dump): Better dumping.
5737 (iv_ca_extend): New parameter.
5738 (try_add_cand_for): Attempt to get better partial solution.
5739 (try_improve_iv_set): Pass new parameter to iv_ca_extend.
5740 (create_new-ivs): More dumps.
5741 (rewrite_use_compare): Ditto.
5742 (free_loop_data): More cleanup.
5743 (treee_ssa_iv_optimize_finalize): Ditto.
5745 2010-07-28 Kai Tietz <kai.tietz@onevision.com>
5747 * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
5748 * config/i386/i386.c (ix86_profile_before_prologue): New.
5749 (override_options): Add special handling for -mfentry.
5750 (ix86_function_regparm): Likewise.
5751 (ix86_function_sseregparm): Likewise.
5752 (ix86_frame_pointer_required): Likewise.
5753 (ix86_expand_prologue): Check for ms_hook_prologue.
5754 (x86_function_profiler): Adjust mcount output.
5755 (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
5756 * config/i386/i386.opt (mfentry): New.
5757 * doc/invoke.texi (mfentry): Add documentation.
5758 * doc/tm.texi: Regenerated..
5759 * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
5760 * final.c (final_start_function): Replace macro
5761 PROFILE_BEFORE_PROLOGUE by target hook.
5762 * function.c (thread_prologue_and_epilogue_insns): Likewise.
5763 * target.def (profile_before_prologue): New hook.
5764 * targhooks.c (default_profile_before_prologue): New.
5765 * targhooks.h (default_profile_before_prologue): New.
5767 2010-07-28 Jakub Jelinek <jakub@redhat.com>
5770 * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
5773 * dwarf2out.c (dwarf2out_var_location): Always consider
5774 NOTE_DURING_CALL_P notes, even when not followed by real instructions.
5776 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
5778 PR rtl-optimization/45107
5779 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
5781 2010-07-28 Richard Guenther <rguenther@suse.de>
5783 * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
5784 (set_lattice_value): Do not query an old default value.
5785 (get_value_for_expr): New function. Properly canonicalize
5787 (ccp_visit_phi_node): Use it.
5789 2010-07-28 Chung-Lin Tang <cltang@codesourcery.com>
5791 * config/arm/arm.c (arm_pcs_default): Remove static.
5792 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
5793 __ARM_PCS_VFP to indicate soft/hard-float calling convention.
5794 (arm_pcs_default): Declare.
5796 2010-07-28 Iain Sandoe <iains@gcc.gnu.org>
5798 * config/rs6000/rs6000.c (rs6000_override_options):
5799 Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
5800 ... to darwin_rs6000_override_options.
5801 (rs6000_return_in_memory): Update preceding comment for darwin
5802 64 bit ABI. Use TARGET_MACHO inline.
5803 (rs6000_darwin64_struct_check_p): New.
5804 (function_arg_advance): Use rs6000_darwin64_struct_check_p.
5805 (function_arg): Likewise.
5806 (rs6000_arg_partial_bytes): Likewise.
5807 (rs6000_function_value): Likewise.
5809 2010-07-28 Andi Kleen <ak@linux.intel.com>
5811 * lto-opts.c (lto_file_read_options): Add loop over all inputs.
5813 2010-07-28 Richard Guenther <rguenther@suse.de>
5816 * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
5817 targets try harder to not generate unaligned accesses.
5819 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
5821 PR rtl-optimization/45101
5822 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
5825 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
5827 PR tree-optimization/44885
5828 * tree-sra.c (find_param_candidates): Skip pointer types to arrays
5829 with non-aliased component.
5831 2010-07-28 Joseph Myers <joseph@codesourcery.com>
5833 * config/darwin-driver.c (SWITCH_TAKES_ARG,
5834 WORD_SWITCH_TAKES_ARG): Remove.
5835 * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
5836 * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
5837 DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
5838 (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
5839 definitions from gcc.c.
5840 * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
5842 * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
5844 * opts-common.c: Include tm.h.
5845 (decode_cmdline_option): Use SWITCH_TAKES_ARG and
5846 WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
5847 Handle more than one argument. Set canonical_option_num_elements.
5848 (decode_cmdline_options_to_array): Set
5849 canonical_option_num_elements and trailing elements of
5851 * opts.h (struct cl_decoded_option): Allow four elements in
5852 canonical_option. Add field canonical_option_num_elements.
5853 * Makefile.in (opts-common.o): Update dependencies.
5855 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
5859 * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change. Make
5860 sure the base has address_mode before adding the offset.
5862 2010-07-27 Xinliang David Li <davidxl@google.com>
5864 * tree-flow.h (create_mem_ref): Add one new parameter.
5865 * tree-ssa-address.c (create_mem_ref): New parameter.
5866 (addr_to_parts): Ditto.
5867 (move_variant_to_index): New function.
5868 * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
5870 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
5872 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
5874 * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
5875 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
5876 NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
5877 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
5878 CODE_LABELs and NOTEs.
5879 * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
5880 * combine.c (try_combine): Likewise.
5881 * ira.c (setup_prohibited_mode_move_regs): Likewise.
5882 * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
5884 2010-07-27 Joseph Myers <joseph@codesourcery.com>
5886 * coretypes.h (struct cl_option_handlers): Declare.
5887 * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
5888 * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
5889 * langhooks-def.h (lhd_handle_option): Declare.
5890 (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
5891 * langhooks.c (lhd_handle_option): New.
5892 * langhooks.h (struct lang_hooks): Update prototype and return
5893 value type of handle_option hook.
5894 * optc-gen.awk: Generate target_flags_explicit definition for the
5896 * opts-common.c: Include diagnostic.h.
5897 (handle_option): Move from opts.c. Update prototype and return
5898 value type. Use handlers structure.
5899 (read_cmdline_option): Move from opts.c. Update prototype. Use
5901 (set_option): Move from opts.c.
5902 * opts.c (common_handle_option): Update prototype and return value
5903 type. Update calls to handle_option and enable_warning_as_error.
5904 (unknown_option_callback, post_handling_callback,
5905 lang_handle_option, target_handle_option): New.
5906 (handle_option, read_cmdline_option): Move to opts-common.c.
5907 (read_cmdline_options): Update prototype. Update call to
5908 read_cmdline_option.
5909 (decode_options): Initialize and use handlers structure.
5910 (set_option): Move to opts-common.c.
5911 (enable_warning_as_error): Update prototype. Update call to
5913 * opts.h (struct cl_option_handler_func, struct
5914 cl_option_handlers): New.
5915 (handle_option, enable_warning_as_error): Update prototypes.
5916 (read_cmdline_option): Declare.
5917 * Makefile.in (opts-common.o): Update dependencies.
5919 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5921 * config/arm/arm.c (params.h): Include.
5922 (arm_override_options): Tune gcse-unrestricted-cost.
5923 * config/arm/t-arm (arm.o): Define dependencies.
5925 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5929 * basic-block.h (get_dominated_to_depth): Declare.
5930 * dominance.c (get_dominated_to_depth): New function, use
5931 get_all_dominated_blocks as a base.
5932 (get_all_dominated_blocks): Use get_dominated_to_depth.
5934 * gcse.c (occr_t, VEC (occr_t, heap)): Define.
5935 (hoist_exprs): Remove.
5936 (alloc_code_hoist_mem, free_code_hoist_mem): Update.
5937 (compute_code_hoist_vbeinout): Add debug print outs.
5938 (hoist_code): Partially rewrite, simplify. Use get_dominated_to_depth.
5940 * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
5942 * params.h (MAX_HOIST_DEPTH): New macro.
5943 * doc/invoke.texi (max-hoist-depth): Document.
5945 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5947 PR rtl-optimization/40956
5948 * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
5951 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5955 * config/arm/arm.c (legitimize_pic_address): Use
5956 gen_calculate_pic_address pattern to emit calculation of PIC address.
5957 (will_be_in_index_register): New function.
5958 (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
5959 (thumb1_legitimate_address_p): Use it provided !strict_p.
5960 * config/arm/arm.md (calculate_pic_address): New expand and split.
5962 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5966 * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
5967 * config/arm/arm.md (define_split "J", define_split "K"): Make
5968 IRA/reload friendly.
5970 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5972 * gcse.c (insert_insn_end_basic_block): Update signature, remove
5974 (pre_edge_insert, hoist_code): Update.
5976 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5980 * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
5982 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5984 * gcse.c (hoist_code): Generate new pseudo for every new set insn.
5986 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5988 PR rtl-optimization/40956
5991 * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
5993 (hoist_code): Count occurences in current block too.
5995 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
5997 * gcse.c (struct expr:max_distance): New field.
5998 (doing_code_hoisting_p): New static variable.
5999 (want_to_gcse_p): Change signature. Allow constrained hoisting of
6000 simple expressions, don't change behavior for PRE. Set max_distance.
6001 (insert_expr_in_table): Set new max_distance field.
6002 (hash_scan_set): Update.
6003 (hoist_expr_reaches_here_p): Stop search after max_distance
6005 (find_occr_in_bb): New static function. Use it in ...
6006 (hoist_code): Calculate sizes of basic block before any changes are
6007 done. Pass max_distance to hoist_expr_reaches_here_p.
6008 (one_code_hoisting_pass): Set doing_code_hoisting_p.
6010 * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
6011 (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
6012 * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
6014 * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
6017 2010-07-27 Jeff Law <law@redhat.com>
6018 Maxim Kuvyrkov <maxim@codesourcery.com>
6020 * gcse.c (compute_transpout, transpout): Remove, move logic
6021 to prune_expressions.
6022 (compute_pre_data): Move pruning of trapping expressions ...
6023 (prune_expressions): ... here. New static function.
6024 (compute_code_hoist_data): Use it.
6025 (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
6027 2010-07-27 Xinliang David Li <davidxl@google.com>
6029 * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
6030 (rewrite_use_address): Adjust iv update position when needed.
6032 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
6034 * dbgcnt.def (hoist_insn): New debug counter.
6035 * gcse.c (hoist_code): Use it.
6037 2010-07-27 Xinliang David Li <davidxl@google.com>
6039 * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
6040 (niter_for_single_dom_exit): Passes additional parameter.
6041 (iv_period): Fix comments.
6042 (may_eliminate_iv): Handles multiple exit loops properly.
6043 (free_tree_niter_desc): New function.
6044 (free_loop_data): Frees up loop iteration descriptors.
6046 2010-07-27 Jakub Jelinek <jakub@redhat.com>
6049 * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
6050 of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
6051 instead of MAX_SUPPORTED_STACK_ALIGNMENT.
6052 (expand_one_var): Don't consider DECL_ALIGN for variables for
6053 which expand_one_stack_var_at has been already called.
6056 * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
6057 constraints on IA-64.
6059 2010-07-27 Jie Zhang <jie@codesourcery.com>
6063 2010-07-23 Jie Zhang <jie@codesourcery.com>
6065 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
6066 false if ! tree_versionable_function_p.
6068 2010-07-27 Jakub Jelinek <jakub@redhat.com>
6070 * dwarf2out.c (add_data_member_location_attribute): Use
6071 add_AT_unsigned instead of add_AT_int if offset is non-negative.
6073 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
6075 * postreload.c (try_replace_in_use): New static function.
6076 (reload_combine_recognize_const_pattern): Use it here. Allow
6077 substituting into a final add insn, and substituting into a memory
6078 reference in an insn that sets the reg.
6080 2010-07-27 Joseph Myers <joseph@codesourcery.com>
6082 * common.opt (o): Add MissingArgError.
6083 * doc/options.texi (MissingArgError): Document.
6084 * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
6085 * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
6086 * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
6087 (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
6088 * langhooks.h (struct lang_hooks): Remove missing_argument.
6089 * optc-gen.awk: Handle MissingArgError and output new structure
6091 * opts.c (read_cmdline_option): Use missing_argument_error field
6092 instead of missing_argument langhook.
6093 * opts.h (struct cl_option): Add missing_argument_error field.
6094 * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
6096 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
6099 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
6100 Darwin64 ABI, for zero-sized objects.
6102 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
6107 Merge from Apple local 4.2.1.
6108 2005-05-11 Stan Shebs <shebs@apple.com>
6109 Fix 64-bit varargs for Darwin (Radar 4028089).
6110 * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
6111 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
6112 Add argument, add case for 8-byte register half-filled with a float.
6113 (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
6114 single-precision floats specially.
6116 2010-07-27 Ira Rosen <irar@il.ibm.com>
6118 PR tree-optimization/44152
6119 * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
6120 complex numbers for further check.
6121 (vect_supported_load_permutation_p): Check nodes with
6124 2010-07-27 Joseph Myers <joseph@codesourcery.com>
6126 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
6127 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
6128 (LANG_HOOKS_INIT_OPTIONS): Update default definition.
6129 (LANG_HOOKS_INITIALIZER): Add new hooks.
6130 * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
6131 * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
6132 and complain_wrong_lang_p. Update init_options prototype.
6133 * c-objc-common.c (c_initialize_diagnostics): First call
6134 c_common_initialize_diagnostics.
6135 * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
6136 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
6137 * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
6138 * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
6139 (hook_uint_void_0): New.
6140 * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
6141 (hook_uint_void_0): New.
6142 * opts-common.c (decode_cmdline_option,
6143 decode_cmdline_options_to_array): Also fill in canonical_option field.
6144 * opts.c (complain_wrong_lang): Use langhook to determine whether
6145 to complain instead of special-casing LTO.
6146 (decode_options): Separate lang_mask determination with
6147 option_lang_mask hook from call of init_options hook.
6148 * opts.h (struct cl_decoded_option): Add canonical_option.
6150 2010-07-27 Jakub Jelinek <jakub@redhat.com>
6152 PR tree-optimization/45083
6153 * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
6155 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
6157 * postreload.c (reload_combine_recognize_const_pattern): Move test
6158 for limiting the insn movement to the right scope.
6160 PR rtl-optimization/45051
6161 * reload1.c (delete_output_reload): Use refers_to_regno_p rather
6162 than reg_mentioned_p.
6164 2010-07-26 Richard Henderson <rth@redhat.com>
6167 * tree-emutls.c: New file.
6168 * Makefile.in (OBJS-common): Add it.
6169 * tree-pass.h (pass_ipa_lower_emutls): Declare.
6170 * passes.c (init_optimization_passes): Add it.
6172 * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
6173 pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
6174 * expr.c (emutls_var_address): Delete.
6175 (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
6176 * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
6177 (emutls_finish): Delete.
6178 * toplev.c (compile_file): Don't call it.
6179 * tree.h (emutls_decl): Delete.
6180 * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
6181 (emutls_finish, emutls_finalize_control_var): Delete.
6182 (emutls_object_type): Move to tree-emutls.c.
6183 (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
6184 default_emutls_var_fields, get_emutls_object_type,
6185 get_emutls_init_templ_addr, emutls_decl, emutls_common_1
6186 default_emutls_var_init): Likewise.
6187 (get_variable_section): Don't special case emutls.
6188 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
6189 default_elf_select_section, default_unique_section,
6190 default_encode_section_info): Likewise.
6191 * varpool.c (decide_is_variable_needed): Likewise.
6192 * gimple-iterator.c (update_call_edge_frequencies): New
6193 (gsi_insert_on_edge_immediate): Use it.
6194 (gsi_insert_seq_on_edge_immediate): Likewise.
6195 (gsi_commit_one_edge_insert): Likewise.
6197 * config/i386/i386.c (x86_64_elf_select_section): Don't handle
6198 SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
6199 (x86_64_elf_unique_section): Likewise.
6201 2010-07-26 Jan Hubicka <jh@suse.cz>
6203 * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
6206 2010-07-26 Anatoly Sokolov <aesok@post.ru>
6208 * target.def (output_source_filename): New hook.
6209 * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
6210 * doc/tm.texi: Regenerate.
6211 * toplev.c (output_file_directive) Remove function.
6212 * toplev.h (output_file_directive) Remove.
6213 * output.h (default_asm_output_source_filename,
6214 output_file_directive): Declare.
6215 * varasm.h (default_asm_output_source_filename,
6216 output_file_directive): New functions.
6218 * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
6219 * config/mips/mips-protos.h (mips_output_filename): Remove.
6220 * config/mips/mips.c (mips_output_filename): Make Static.
6221 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
6223 2010-07-26 Richard Guenther <rguenther@suse.de>
6225 PR tree-optimization/43784
6226 * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
6227 if the destination is used by the call.
6229 2010-07-26 Richard Guenther <rguenther@suse.de>
6232 * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
6233 SSA updating on being in SSA form.
6235 2010-07-26 Richard Guenther <rguenther@suse.de>
6238 * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
6240 2010-07-26 Richard Guenther <rguenther@suse.de>
6242 PR tree-optimization/45071
6243 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
6246 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6248 * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
6249 save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
6250 save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
6251 save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
6252 save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
6253 save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
6254 save_r31, return_r31, save_interrupt, return_interrupt,
6255 save_all_interrupt, return_all_interrupt, L_save_r2_r31,
6256 L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
6257 L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
6258 new ABI requirements.
6259 (save_r6_r9, L_callt_save_r6_r9): Remove.
6260 * config/v850/predicates.md (even_reg_operand, disp23_operand,
6261 const_float_1_operand const_float_0_operand): New Predicates.
6262 (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
6263 pattern_is_ok_for_epilogue): Update as per the ABI requirements.
6264 * config/v850/t-v850: Update multilibs for new target variants.
6265 (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
6266 * config/v850/t-v850e: Likewise.
6267 * config/v850/v850.c (v850_issue_rate): New.
6268 (v850_strict_argument_naming): New.
6269 (function_arg): Modify to generate a different ABI.
6270 (print_operand): Update case 'z' to support float modes.
6271 (output_move_single): Modify to generate appropriate and better
6273 (v850_float_z_comparison_operator, v850_select_cc_mode,
6274 v850_float_nz_comparison_operator, v850_gen_float_compare,
6275 v850_gen_compare): New functions to support comparison of float values.
6276 (ep_memory_offset): Add support for V850E2 targets.
6277 (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
6278 (INTERRUPT_REGPARM_NUM): Remove.
6279 (compute_register_save_size): Add extra case to save/restore long call.
6280 (use_prolog_function): New function to support prologue.
6281 (expand_prologue): Add support for V850E2 targets and modified
6282 as per the current ABI requirements.
6283 (expand_epilogue): Likewise.
6284 (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
6285 (construct_save_jarl): Likewise.
6286 (construct_dispose_instruction): Update as per the current ABI
6288 (construct_prepare_instruction): Likewise.
6289 * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
6290 (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
6291 (CPP_SPEC): Updated to support v850e2 targets.
6292 (STRICT_ALIGNMENT): Modified.
6293 (FIRST_PSEUDO_REGISTER): Updated to add even registers.
6294 (FIXED_REGISTERS): Likewise.
6295 (CALL_USED_REGISTERS): Likewise.
6296 (CONDITIONAL_REGISTER_USAGE): Updated.
6297 (HARD_REGNO_MODE_OK): Updated.
6298 (reg_class): Updated to add even registers.
6299 (REG_CLASS_NAMES): Likewise.
6300 (REG_CLASS_CONTENTS): Likewise.
6301 (REGNO_REG_CLASS): Updated for CC registers.
6302 (REG_CLASS_FROM_LETTER): Added support for even registers.
6303 (REGNO_OK_FOR_BASE_P): Updated for CC registers.
6304 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
6305 ARG_POINTER_REGNUM): Updated.
6306 (FUNCTION_ARG_ADVANCE): Define.
6307 (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
6308 (OUTGOING_REG_PARM_STACK_SPACE): Remove.
6309 (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
6310 (GO_IF_LEGITIMATE_ADDRESS): Updated.
6311 (SELECT_CC_MODE): Define.
6312 (REGISTER_NAMES): Updated to add psw and fcc registers.
6313 (ADDITIONAL_REGISTER_NAMES): Updated.
6314 (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
6315 (JUMP_TABLES_IN_TEXT_SECTION): Updated.
6316 * config/v850/v850.md (define_constants): Define new constants.
6317 (type): Update store,bit1,macc,div,fpu and single attributes.
6318 (cpu): New attribute.
6319 (cc): Add set_z attribute.
6320 (unsign23byte_load, sign23byte_load, unsign23hword_load,
6321 sign23hword_load, 23word_load, 23byte_store, 23hword_store,
6322 23word_store): New instructions for 23-bit displacement load and store.
6323 (movqi_internal, movhi_internal): Update the attributes.
6324 (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
6325 (movsi_internal_v850e, movsi_internal, movsf_internal): Update
6327 (v850_tst1): Modified using CC_REGNUM.
6329 (cmpsi): Modified as define_expand from define_insn.
6330 (cmpsi_insn, cmpsf, cmpdf): New instructions.
6331 (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
6332 udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
6333 v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
6334 one_cmplsi2): Clobber the CC_REGNUM register.
6335 (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
6336 v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
6337 v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
6338 (setf_insn, set_z_insn, set_nz_insn): New instructions for
6340 (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
6341 (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
6343 (sasf_1, sasf_2): Remove.
6344 (sasf): New instruction.
6345 (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
6346 targets. CC_REGNUM register is clobbered and attributes are
6348 (branch_z_normal, branch_z_invert, branch_nz_normal,
6349 branch_nz_invert): New branch related instructions.
6350 (jump): Updated the attributes.
6351 (switch): Update to support new targets. CC_REGNUM register is
6352 clobbered and attributes are updated.
6353 (call_internal_short, call_internal_long, call_value_internal_short,
6354 call_value_internal_long): Updated the attributes.
6355 (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
6356 clobbered and attributes are updated.
6357 (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
6358 Update to support new targets. CC_REGNUM register is clobbered.
6359 (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
6361 (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
6363 (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
6364 divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
6365 negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
6366 floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
6367 rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
6368 cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
6369 cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
6370 cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
6371 movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
6372 movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
6373 point instructions defined for V850e2v3 target.
6374 (callt_save_interrupt, callt_return_interrupt, return_interrupt):
6375 Add support for V850E2 targets and CC_REGNUM register is clobbered.
6376 (callt_save_all_interrupt, callt_restore_all_interrupt): Add
6377 support for new targets.
6378 * config/v850/v850-modes.def: New file.
6379 * config/v850/v850.opt(mstrict-align): Remove.
6380 (mno-strict-align, mjump-tables-in-data-section, mv850e2,
6381 mv850e2v3): New command line options for V850.
6382 * config.gcc: Update the newly added files.
6383 * doc/invoke.texi: Update the newly added command line options for
6386 2010-07-26 Richard Guenther <rguenther@suse.de>
6388 PR tree-optimization/45052
6389 * ipa-pure-const.c (check_stmt): Check volatileness.
6391 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
6394 * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
6395 * config/sparc/sparc.c: Include reload.h.
6396 (legitimize_tls_address): Rename into...
6397 (sparc_legitimize_tls_address): ...this.
6398 (legitimize_pic_address): Rename into...
6399 (sparc_legitimize_pic_address): ...this.
6400 (sparc_expand_move): Adjust to above renaming.
6401 (sparc_tls_referenced_p): Likewise.
6402 (sparc_legitimize_tls_address): Likewise.
6403 (sparc_legitimize_pic_address): Likewise.
6404 (sparc_legitimize_address): Likewise.
6405 (sparc_output_mi_thunk): Likewise.
6406 (sparc_legitimize_reload_address): New global function. Recognize
6407 (lo_sum (high ...) ...) patterns generated by earlier passes.
6408 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
6410 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
6413 * config/sparc/predicates.md (memory_reg_operand): Delete.
6414 * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
6415 (*sync_compare_and_swap): Encode the address form in the pattern.
6416 (*sync_compare_and_swapdi_v8plus): Likewise.
6418 2010-07-24 Gerald Pfeifer <gerald@pfeifer.com>
6420 * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
6421 Streamline paragraph on compatibility with the system compiler.
6423 2010-07-24 Steven Bosscher <steven@gcc.gnu.org>
6426 * alias.c (true_dependence_1): Fix thinko in merge of old
6427 true_dependence and canon_true_dependence.
6429 2010-07-23 Jan Hubicka <jh@suse.cz>
6431 * lto-streamer-out.c (write_symbol): Fix visibilities of external
6434 2010-07-23 Le-Chun Wu <lcwu@google.com>
6436 * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
6437 * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
6438 and an unnecessary assignment.
6439 * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
6440 self-assign warning.
6441 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
6442 unnecessary self-init.
6444 2010-07-23 Richard Guenther <rguenther@suse.de>
6447 * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
6448 for -flto and -fwhopr.
6450 2010-07-23 Kai Tietz <kai.tietz@onevision.com>
6453 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
6454 (stmp-int-hdrs): Prefix/postfix headers by include_next.
6455 * config.gcc (user_headers_inc_next_pre): New.
6456 (user_headers_inc_next_post): Likewise.
6457 (*-w64-mingw*): Use for float.h post-fixing, and for
6458 stddef.h/stdarg.h pre-fixing by include_next.
6459 * configure.ac (user_headers_inc_next_post): New.
6460 (user_headers_inc_next_pre): New.
6461 * configure: Regenerated.
6463 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6465 * configure.ac: Don't disable TLS on Solaris 8/9 by default
6466 Set tga_func for Solaris 2/x86 resp. SPARC.
6467 Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
6468 (LIB_THREAD_LDFLAGS_SPEC): Define.
6469 (LIB_TLS_SPEC): Define. Check for required Sun ld version.
6470 * configure: Regenerate.
6471 * config.in: Regenerate.
6472 * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
6473 -pthread, -threads, LIB_TLS_SPEC with -pthread.
6474 * doc/install.texi (Specific, *-*-solaris2*): Document use of
6475 alternate thread libraries on Solaris 8.
6476 Document TLS patch requirements.
6477 * doc/sourcebuild.texi (Add Options): Sort alphabetically.
6481 * config/sol2.h (LIB_SPEC): Link with thread libraries even with
6484 2010-07-23 Jakub Jelinek <jakub@redhat.com>
6486 * tree.h (struct tree_base): Add nameless_flag bitfield.
6487 (TYPE_NAMELESS, DECL_NAMELESS): Define.
6488 * omp-low.c (create_omp_child_function, scan_omp_parallel,
6489 scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
6490 DECL_ARTIFICIAL where needed.
6491 * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
6492 (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
6493 has DECL_NAMELESS set.
6495 2010-07-23 Martin Jambor <mjambor@suse.cz>
6497 PR tree-optimization/44915
6498 * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
6499 * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
6500 (analyze_function): Likewise.
6502 2010-07-23 Martin Jambor <mjambor@suse.cz>
6504 PR tree-optimization/44914
6505 * tree-sra.c (sra_modify_function_body): Return true if CFG was
6506 changed, add purging dead eh edges.
6507 (ipa_sra_modify_function_body): Return true if CFG was changed,
6508 simplify purging dead eh edges.
6509 (modify_function): Return true if CFG was changed.
6510 (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
6512 (ipa_early_sra): Likewise.
6514 2010-07-23 Jie Zhang <jie@codesourcery.com>
6517 * attribs.c (decl_attributes): Insert "noinline" and "noclone"
6519 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
6520 false if ! tree_versionable_function_p.
6522 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
6524 * builtins.def (BUILT_IN_ARGS_INFO): Remove.
6525 * ipa-pure-const.c (special_builtlin_state): Remove
6526 BUILT_IN_ARGS_INFO case.
6527 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
6528 * builtins.c (expand_builtin): Likewise.
6529 (expand_builtin_args_info): Remove.
6530 * doc/tm.texi (__builtin_args_info): Remove.
6531 (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
6532 * doc/tm.text.in: Likewise.
6534 2010-07-23 Richard Guenther <rguenther@suse.de>
6536 * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
6537 (lto_symtab_merge_decls_2): Likewise.
6538 * tree-ssa.c (useless_type_conversion_p): Likewise.
6539 * lto-streamer-in.c (input_gimple_stmt): Likewise.
6540 * gimple.c (gtc_visited2, gtc_ob2): Remove.
6541 (struct type_pair_d): Make same_p an array indexed by mode.
6543 (lookup_type_pair): Update initialization.
6544 (struct sccs): Adjust same_p type.
6545 (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
6547 (print_gimple_types_stats): Likewise.
6548 * gimple.h (enum gtc_mode): New.
6549 (gimple_types_compatible_p): Adjust prototype.
6551 2010-07-23 Daniel Jacobowitz <dan@codesourcery.com>
6553 * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
6554 again after processing insn.
6556 2010-07-23 Jie Zhang <jie@codesourcery.com>
6558 * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
6559 proper words when !tree_versionable_function_p.
6561 2010-07-23 Richard Guenther <rguenther@suse.de>
6563 PR tree-optimization/45037
6564 * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
6566 2010-07-23 Jie Zhang <jie@codesourcery.com>
6568 * doc/extend.texi: Remove IP2K from the description of naked attribute.
6571 2010-07-10 Andi Kleen <ak@linux.intel.com>
6574 * lto-opts.c (lto_write_options): Add NULL file_data argument to
6575 lto_get_section_name.
6576 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
6577 * lto-streamer-out.c (produce_asm): Likewise.
6578 (copy_function): Likewise.
6579 (produce_symtab): Likewise.
6580 (produce_asm_for_decls): Likewise.
6581 * lto-streamer.c (lto_get_section_name): Add file_data argument.
6582 Rewrite to add random postfix to LTO sections.
6583 * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
6584 (lto_get_section_name): Add file_data argument to prototype.
6586 2010-07-10 Andi Kleen <ak@linux.intel.com>
6588 * lto-section-in.c (lto_section_name): Synchronize names
6589 with lto_get_section_name.
6591 2010-07-10 Andi Kleen <ak@linux.intel.com>
6593 * lto-opts.c (lto_read_file_options): Check for missing section.
6595 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
6597 * ira.c (check_allocation): Correctly handle the case where an allocno
6598 with two objects was allocated to a single reg.
6600 2010-07-22 Richard Sandiford <rdsandiford@googlemail.com>
6602 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
6603 (is_widening_mult_p): Likewise.
6604 (convert_to_widen): Use them.
6605 (convert_plusminus_to_widen): Likewise. Handle fixed-point types as
6606 well as integer ones.
6608 2010-07-22 Steven Bosscher <steven@gcc.gnu.org>
6610 * alias.c (true_dependence_1): New function, merged version of
6611 true_dependence and canon_true_dependence.
6612 (true_dependence): Simplify.
6613 (canon_true_dependence): Simplify.
6615 2010-07-22 Richard Henderson <rth@redhat.com>
6618 * config/i386/i386.c (setup_incoming_varargs_64): Force the use
6619 of V4SFmode for the SSE saves; increase stack alignment if needed.
6620 (ix86_gimplify_va_arg): Don't increase stack alignment here.
6622 2010-07-22 Jakub Jelinek <jakub@redhat.com>
6625 * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
6626 call cprop_find_used_regs again via note_uses.
6628 2010-07-22 Eric Botcazou <ebotcazou@adacore.com>
6630 * alias.c (get_alias_set): Fix formatting issues.
6632 2010-07-22 Steve Ellcey <sje@cup.hp.com>
6635 * stmt.c (expand_value_return): Call promote_function_mode with
6636 a for_return argument of 2 when returning by reference.
6638 2010-07-22 Dodji Seketeli <dodji@redhat.com>
6641 * dwarf2out.c (scope_die_for): Don't fall back to the compilation
6642 unit DIE if we can find the scope DIE.
6644 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
6646 * ira-build.c (ira_create_object): New arg SUBWORD; all callers
6647 changed. Initialize OBJECT_SUBWORD.
6648 (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
6649 (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
6650 all callers changed.
6651 (merge_hard_reg_conflicts): Iterate over allocno subobjects.
6652 (finish_allocno): Likewise.
6653 (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
6654 (remove_low_level_allocnos): Likewise.
6655 (update_bad_spill_attribute): Likewise.
6656 (setup_min_max_allocno_live_range_point): Likewise.
6657 (sort_conflict_id_map): Likewise.
6658 (ira_flattening): Likewise. Use ior_hard_reg_conflicts.
6659 (ior_hard_reg_conflicts): New function.
6660 (ior_allocate_object_conflicts): Renamed first argument to OBJ.
6661 (compress_conflict_vecs): Iterate over objects, not allocnos.
6662 (ira_add_live_range_to_object): New function.
6663 (object_range_compare_func): Renamed from allocno_range_compare_func.
6664 All callers changed.
6665 (setup_min_max_conflict_allocno_ids): For allocnos with multiple
6666 subobjects, widen the min/max range of the lowest-order object to
6667 potentially include all other such low-order objects.
6668 * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
6669 (check_allocation): Likewise. Use more fine-grained tests for register
6671 * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
6673 (assign_hard_reg): Keep multiple sets of conflicts. Make finer-grained
6674 choices about which bits to set in each set. Don't use
6675 ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
6676 using the multiple sets we computed.
6677 (push_allocno_to_stack): Iterate over allocno subobjects.
6678 (all_conflicting_hard_regs_coalesced): New static function.
6679 (setup_allocno_available_regs_num): Use it.
6680 (setup_allocno_left_conflicts_size): Likewise. Iterate over allocno
6682 (coalesced_allocno_conflict): Test subobject 0 in each allocno.
6683 (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
6684 by ALLOCNO_NUM_OBJECTS.
6685 (calculate_spill_cost): Likewise.
6686 (color_pass): Express if statement in a more normal way.
6687 (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
6688 (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
6689 (setup_slot_coalesced_allocno_live_ranges): Likewise.
6690 (allocno_reload_assign): Likewise.
6691 (ira_reassign_pseudos): Likewise.
6692 (fast_allocation): Likewise.
6693 * ira-conflicts.c (build_conflict_bit_table): Likewise.
6694 (print_allocno_conflicts): Likewise.
6695 (ira_build_conflicts): Likewise.
6696 (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p. All
6697 callers changed. Test subword 0 of each allocno for conflicts.
6698 (build_object_conflicts): Renamed from build_allocno_conflicts. All
6699 callers changed. Iterate over allocno subobjects.
6700 * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
6701 * ira-int.h (struct ira_allocno): New member: num_objects.
6702 Rename object to objects and change it into an array.
6703 (ALLOCNO_OBJECT): Add new argument N.
6704 (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
6705 (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
6706 (ior_hard_reg_conflicts): Declare.
6707 (ira_add_live_range_to_object): Declare.
6708 (ira_allocno_object_iterator): New.
6709 (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
6710 (FOR_EACH_ALLOCNO_OBJECT): New macro.
6711 * ira-lives.c (objects_live): Renamed from allocnos_live; all
6713 (allocnos_processed): New sparseset.
6714 (make_object_born): Renamed from make_allocno_born; take an
6715 ira_object_t argument. All callers changed.
6716 (make_object_dead): Renamed from make_allocno_dead; take an
6717 ira_object_t argument. All callers changed.
6718 (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
6719 All callers changed.
6720 (mark_pseudo_regno_live): Iterate over allocno subobjects.
6721 (mark_pseudo_regno_dead): Likewise.
6722 (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
6724 (mark_ref_live): Detect subword accesses and call
6725 mark_pseudo_regno_subword_live as appropriate.
6726 (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
6727 (process_bb_nodes_live): Deal with object-related updates first; set
6728 and test bits in allocnos_processed to avoid computing allocno
6729 statistics more than once.
6730 (create_start_finish_chains): Iterate over objects, not allocnos.
6731 (print_object_live_ranges): New function.
6732 (print_allocno_live_ranges): Use it.
6733 (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
6736 2010-07-22 Richard Guenther <rguenther@suse.de>
6739 * gimple.c (gtc_next_dfs_num): New global.
6740 (struct sccs): Make value a union, add integer same_p member.
6741 (gtc_visit): New function.
6742 (gimple_types_compatible_p_1): New function, split out from ...
6743 (gimple_types_compatible_p): ... here. Start a DFS walk here.
6744 (iterative_hash_gimple_type): Adjust for sccs change.
6746 2010-07-22 Martin Jambor <mjambor@suse.cz>
6748 PR tree-optimization/44891
6749 * tree-sra.c: Include gimple-pretty-print.h.
6750 (replace_uses_with_default_def_ssa_name): Renamed to
6751 get_repl_default_def_ssa_name, return the new SSA name instead of
6752 replacing the old one.
6753 (sra_modify_assign): Dump a message when removing a load, if the LHS
6754 is an SSA_NAME, do not do any propagation, just set the RHS to a
6755 default definition SSA NAME, type convert if necessary.
6756 * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
6758 2010-07-22 Richard Guenther <rguenther@suse.de>
6760 PR tree-optimization/45017
6761 * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
6762 TYPE_PRECISION of integral types in addition to size.
6764 2010-07-22 Maxim Kuvyrkov <maxim@codesourcery.com>
6766 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
6767 when no C library is specified.
6769 2010-07-22 Martin Jambor <mjambor@suse.cz>
6771 * ipa-prop.h (struct ipa_node_params): Updated comment.
6772 (struct ipa_edge_args): Likewise.
6773 * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
6775 2010-07-22 Martin Jambor <mjambor@suse.cz>
6777 * cgraphunit.c (verify_edge_count_and_frequency): New function.
6778 (verify_cgraph_node): Verify frequencies of indirect edges.
6779 * tree-inline.c (tree_function_versioning): Update frequencies of
6782 2010-07-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6785 * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
6786 Set *arm_rev to be predicable.
6788 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
6790 * config/darwin.h (LINK_COMMAND_SPEC): Split into...
6791 (LINK_COMMAND_SPEC_A): New.
6793 (DSYMUTIL_SPEC): New.
6794 * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
6795 (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
6797 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
6799 * calls.c (load_register_parameters): Move check for zero
6800 sized items so that only the call to
6801 mem_overlaps_already_clobbered_arg_p () is protected.
6803 2010-07-22 Jan Hubicka <jh@suse.cz>
6805 * ipa-pure-const.c (varying_state): Break out from ...
6806 (get_function_state): ... here; always return varying_state
6807 when state would be NULL otherwise.
6808 (remove_node_data): Do not free varying state.
6810 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
6814 * postreload.c: Include "target.h".
6815 (reload_combine_closest_single_use): Don't take DEBUG_INSNs
6817 (fixup_debug_insns): Don't copy the rtx.
6818 (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
6819 Don't copy when replacing. Call fixup_debug_insns in the case where
6820 we merged one add with another.
6821 (reload_combine_recognize_pattern): Fail if there aren't any uses.
6822 Try harder to determine whether we're picking a valid index register.
6823 Don't set store_ruid for an insn we're going to scan in the
6825 (reload_combine): Remove unused code.
6826 (reload_combine_note_use): When updating use information for
6827 an old insn, ignore a use that occurs after store_ruid.
6828 * Makefile.in (postreload.o): Update dependencies.
6830 * function.c (record_hard_reg_sets): Restrict the previous change
6831 to cases where the incoming nominal mode is the same as the
6832 incoming promoted mode and everything happens in MODE_INT.
6834 2010-07-21 Jakub Jelinek <jakub@redhat.com>
6837 * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
6838 ASM_OPERANDS_OUTPUT_IDX.
6839 (adjust_insn): For inline asm with multiple sets ensure first
6840 ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
6843 2010-07-21 Richard Henderson <rth@redhat.com>
6845 * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
6846 comparison for avoiding xmm register saves. Emit the xmm register
6848 * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
6849 (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
6850 (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
6851 Remove patterns and the associated splitters.
6853 2010-07-21 Changpeng Fang <changpeng.fang@amd.com>
6855 * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
6856 and imagine parts of a complex, so that they can have the same
6857 base and fall into the same group.
6859 2010-07-21 Richard Guenther <rguenther@suse.de>
6862 * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
6863 of TYPE_DECLs. Do not follow TYPE_NEXT_VARIANT,
6864 TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
6866 2010-07-21 Martin Jambor <mjambor@suse.cz>
6868 PR tree-optimization/44900
6869 * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
6870 (sra_modify_assign): Move gsi to the next statmenent unconditionally.
6872 2010-07-21 Bernd Schmidt <bernds@codesourcery.com>
6875 * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
6877 2010-07-21 Richard Guenther <rguenther@suse.de>
6880 * tree-ssa.c (useless_type_conversion_p): Dispatch to
6881 gimple_types_compatible_p only when in lto.
6882 * gimple.c (gimple_types_compatible_p): Use canonical types
6883 to speed up comparison.
6885 2010-07-21 Richard Guenther <rguenther@suse.de>
6887 * tree-flow.h (referenced_var): Move define ...
6888 * tree-flow-inline.h (referenced_var): ... here as an inline
6889 function. Assert here ...
6890 * tree-dfa.c (referenced_var_lookup): ... instead of here.
6891 * tree-ssa.c (maybe_optimize_var): Check if the variable
6892 is in referenced vars.
6893 (execute_update_addresses_taken): Remove old broken check.
6894 * gimple-pretty-print.c (pp_points_to_solution): Use
6895 referenced_var_lookup.
6896 * tree-into-ssa.c (dump_decl_set): Likewise.
6898 2010-07-21 Jakub Jelinek <jakub@redhat.com>
6901 * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
6902 * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
6905 2010-07-20 Richard Henderson <rth@redhat.com>
6907 * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
6909 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
6911 * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
6912 computing the sum of the stack pointer and a large constant.
6913 * config/arm/constraints.md (M): Remove superfluous parentheses.
6914 (Pc): New constraint.
6916 2010-07-20 Jakub Jelinek <jakub@redhat.com>
6919 * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
6920 operand's type if exp is tcc_unary class tree.
6922 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
6924 * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
6925 Reverse sense of if_then_else condition.
6927 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
6929 * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
6930 * config/rs6000/rs6000.c (rs6000_override_options): Set
6931 rs6000_block_move_inline_limit appropriately.
6932 (expand_block_move): Use rs6000_block_move_inline_limit.
6933 * doc/invoke.texi (mblock-move-inline-limit): Document.
6935 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
6937 * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
6938 FROM and TO. All callers changed. Don't look for tracked uses,
6939 just scan the RTL for DEBUG_INSNs and substitute.
6940 (reload_combine_recognize_pattern): Call fixup_debug_insns.
6941 (reload_combine): Ignore DEBUG_INSNs.
6943 2010-07-20 Jakub Jelinek <jakub@redhat.com>
6945 * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
6949 * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
6950 or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
6951 instead of the result's type.
6953 2010-07-20 Richard Guenther <rguenther@suse.de>
6955 PR tree-optimization/44977
6956 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
6959 2010-07-20 Richard Guenther <rguenther@suse.de>
6961 * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
6962 (lto_symtab_merge_decls_2): Likewise.
6963 * gimple.h (gimple_types_compatible_p): Declare.
6964 * gimple.c (gimple_queue_type_fixup): Remove.
6965 (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
6966 (gimple_compatible_complete_and_incomplete_type_p): New function.
6967 (gimple_types_compatible_p): Adjust.
6968 (gimple_register_type): Remove type fixup code.
6969 (print_gimple_types_stats): Adjust.
6970 (free_gimple_type_tables): Likewise.
6971 * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
6972 * tree-ssa.c (useless_type_conversion_p): Likewise.
6974 2010-07-20 Richard Guenther <rguenther@suse.de>
6978 * tree-ssa.c (maybe_optimize_var): New function split out from ...
6979 (execute_update_addresses_taken): ... here.
6980 (non_rewritable_mem_ref_base): Likewise.
6981 (execute_update_addresses_taken): Do not iterate over all referenced
6982 vars but just all local decls and parms.
6983 Properly check call and asm arguments and rewrite call arguments.
6985 2010-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
6987 * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
6989 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
6991 * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
6993 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
6995 2010-07-19 Richard Sandiford <rdsandiford@googlemail.com>
6997 * gengtype.c (start_root_entry): New function, split out from
6998 write_root. Check whether V is null and raise an error if so.
6999 (write_field_root): Check for V being null. Don't raise an error here;
7000 set V to null instead.
7001 (write_root): Update comment above function. Use start_root_entry.
7003 2010-07-19 Xinliang David Li <davidxl@google.com>
7006 * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
7008 (find_uninit_use): Add dump.
7009 (is_use_properly_guarded): Ditto.
7010 (warn_uninitialized_phi): Ditto.
7011 (execute_late_warn_uninitialized): Ditto.
7013 2010-07-19 Richard Guenther <rguenther@suse.de>
7016 * expr.c (emit_block_move_hints): Move zero size check first.
7017 Move asserts to more useful places.
7018 * calls.c (load_register_parameters): Check for zero size.
7020 2010-07-19 Richard Henderson <rth@redhat.com>
7022 * tree-optimize.c (execute_all_early_local_passes): New. Change
7023 cgraph_state here ...
7024 (execute_early_local_optimizations): ... not here. Remove.
7025 (pass_early_local_passes, pass_all_early_optimizations): Update.
7027 2010-07-19 Bernd Schmidt <bernds@codesourcery.com>
7029 * postreload.c (reload_combine_closest_single_use): Ignore the
7030 number of uses for DEBUG_INSNs.
7031 (fixup_debug_insns): New static function.
7032 (reload_combine_recognize_const_pattern): Use it. Don't let the
7033 main loop be affected by DEBUG_INSNs.
7034 Really disallow moving adds past a jump insn.
7035 (reload_combine_recognize_pattern): Don't update use_ruid here.
7036 (reload_combine_note_use): Do it here.
7037 (reload_combine): Use control_flow_insn_p rather than JUMP_P.
7039 2010-07-19 Bingfeng Mei <bmei@broadcom.com>
7041 * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
7043 * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
7045 2010-07-19 Iain Sandoe <iains@gcc.gnu.org>
7047 * config/i386/darwin.h: Define darwin_emit_branch_islands.
7048 (TARGET_MACHO_BRANCH_ISLANDS): New.
7049 (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
7050 * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
7052 * config/i386/i386.c (output_pic_addr_const): Do not emit
7053 branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
7054 (x86_output_mi_thunk): Adjust symbol creation.
7055 * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
7056 Remove out of date comment.
7057 * config/rs6000/rs6000.c (print_operand): Adjust symbol.
7058 (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
7059 (DARWIN_GENERATE_ISLANDS): Ditto.
7060 (output_call): Do not emit branch islands unless
7061 darwin_emit_branch_islands is set.
7062 * config/darwin.c: Declare darwin_emit_branch_islands.
7063 (machopic_indirect_data_reference): Do not emit unless
7064 darwin_emit_branch_islands is set.
7065 (darwin_override_options): Set darwin_emit_branch_islands
7067 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
7069 2010-07-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7071 * doc/sourcebuild.texi (Effective-Target Keywords): Document
7072 sse_runtime, sse2_runtime.
7074 2010-07-18 Richard Sandiford <rdsandiford@googlemail.com>
7076 * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
7077 low half of a single-register SCmode return value before ORing
7078 it with the high half.
7079 * config/mips/mips16.S (MERGE_GPRf): Likewise.
7081 2010-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7084 * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
7087 2010-07-17 Bernd Schmidt <bernds@codesourcery.com>
7090 * postreload.c (reload_cse_move2add): Return bool, true if anything.
7091 changed. All callers changed.
7092 (move2add_use_add2_insn): Likewise.
7093 (move2add_use_add3_insn): Likewise.
7094 (reload_cse_regs): If reload_cse_move2add changed anything, rerun
7096 (RELOAD_COMBINE_MAX_USES): Bump to 16.
7097 (last_jump_ruid): New static variable.
7098 (struct reg_use): New members CONTAINING_MEM and RUID.
7099 (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
7100 (reload_combine_split_one_ruid, reload_combine_split_ruids,
7101 reload_combine_purge_insn_uses, reload_combine_closest_single_use
7102 reload_combine_purge_reg_uses_after_ruid,
7103 reload_combine_recognize_const_pattern): New static functions.
7104 (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
7105 is true for our reg and that we have available index regs.
7106 (reload_combine_note_use): New args RUID and CONTAINING_MEM. All
7107 callers changed. Use them to initialize fields in struct reg_use.
7108 (reload_combine): Initialize last_jump_ruid. Be careful when to
7109 take PREV_INSN of the scanned insn. Update REAL_STORE_RUID fields.
7110 Call reload_combine_recognize_const_pattern.
7111 (reload_combine_note_store): Update REAL_STORE_RUID field.
7113 2010-07-16 Jason Merrill <jason@redhat.com>
7115 * Makefile.in (opts-common.o): Depend on options.h.
7117 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
7119 * tree.c (build_common_builtin_nodes): Use build_function_type_list
7120 instead of build_function_type.
7121 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
7122 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
7124 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
7126 * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
7128 (rs6000_emit_int_cmove): Use function pointers for insn generation.
7129 Don't force values into registers unnecessarily.
7130 (output_isel): Assert that we're not given conditions we can't handle.
7131 Delete corresponding code.
7132 * config/rs6000/rs6000.md (isel_signed_<mode>): Use
7133 scc_comparison_operator constraint. Permit 0 for the consequent
7134 operand. Permit any GPR for the alternative operand.
7135 (isel_unsigned_<mode>): Likewise.
7137 2010-07-16 Jakub Jelinek <jakub@redhat.com>
7140 * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
7141 argument to const_tree.
7142 * config/i386/i386.c (function_arg_advance): If padding needs to be
7143 inserted before argument, increment cum->words by number of padding
7145 (contains_aligned_value_p): Change argument to const_tree.
7146 (ix86_function_arg_boundary): Change second argument to const_tree.
7148 2010-07-16 Bernd Schmidt <bernds@codesourcery.com>
7151 * function.c (record_hard_reg_sets): New static function.
7152 (assign_parm_setup_reg): If an optab for extending exists and the
7153 generated code clobbbers no hard regs, emit the insn directly and
7154 create a REG_EQUIV note.
7156 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
7158 * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
7160 * c-typeck.c (push_init_level): Likewise.
7161 (process_init_element): Likewise.
7163 2010-07-15 Anatoly Sokolov <aesok@post.ru>
7165 * tree.h (enum tree_index): Add TI_INTEGER_THREE.
7166 (integer_three_node): Add.
7167 * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
7168 NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
7169 * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
7170 of call build_int_cst.
7171 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
7172 * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
7173 (find_interesting_uses_address): Ditto.
7174 * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
7175 * tree-eh.c (lower_eh_constructs_2): Ditto.
7176 * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
7177 * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
7178 * expmed.c (expand_divmod): Ditto.
7179 * tree-mudflap.c (mx_register_decls): Ditto.
7180 * varasm.c (array_size_for_constructor): Ditto.
7181 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
7182 * c-parser.c (c_parser_postfix_expression): Ditto.
7184 2010-07-15 Bernd Schmidt <bernds@codesourcery.com>
7186 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
7187 New static variables.
7188 (reload_combine_recognize_pattern): New static function, broken out
7190 (reload_combine): Use it. Only initialize first_index_reg and
7191 last_index_reg once.
7193 2010-07-15 Richard Henderson <rth@redhat.com>
7195 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
7198 2010-07-15 Jan Hubicka <jh@suse.cz>
7200 * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
7201 comdats for broken gold.
7202 (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
7204 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
7206 * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
7208 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
7210 * tree.h (DECL_CHAIN): Define.
7211 * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
7212 * c-decl.c: Likewise.
7213 * c-parser.c: Likewise.
7214 * c-typeck.c: Likewise.
7215 * cfgexpand.c: Likewise.
7216 * cgraph.c: Likewise.
7217 * cgraphunit.c: Likewise.
7218 * combine.c: Likewise.
7219 * config/alpha/alpha.c: Likewise.
7220 * config/arm/arm.c: Likewise.
7221 * config/frv/frv.c: Likewise.
7222 * config/i386/i386.c: Likewise.
7223 * config/i386/winnt-cxx.c: Likewise.
7224 * config/ia64/ia64.c: Likewise.
7225 * config/iq2000/iq2000.c: Likewise.
7226 * config/mep/mep.c: Likewise.
7227 * config/mips/mips.c: Likewise.
7228 * config/pa/som.h: Likewise.
7229 * config/rs6000/rs6000.c: Likewise.
7230 * config/s390/s390.c: Likewise.
7231 * config/sh/sh.c: Likewise.
7232 * config/sh/symbian-cxx.c: Likewise.
7233 * config/sparc/sparc.c: Likewise.
7234 * config/spu/spu.c: Likewise.
7235 * config/stormy16/stormy16.c: Likewise.
7236 * config/vxworks.c: Likewise.
7237 * config/xtensa/xtensa.c: Likewise.
7238 * coverage.c: Likewise.
7239 * dbxout.c: Likewise.
7240 * dwarf2out.c: Likewise.
7241 * emit-rtl.c: Likewise.
7243 * function.c: Likewise.
7244 * gimple-low.c: Likewise.
7245 * gimple-pretty-print.c: Likewise.
7246 * gimplify.c: Likewise.
7247 * integrate.c: Likewise.
7248 * ipa-inline.c: Likewise.
7249 * ipa-prop.c: Likewise.
7250 * ipa-split.c: Likewise.
7251 * ipa-struct-reorg.c: Likewise.
7252 * ipa-type-escape.c: Likewise.
7253 * langhooks.c: Likewise.
7254 * lto-cgraph.c: Likewise.
7255 * omp-low.c: Likewise.
7256 * stor-layout.c: Likewise.
7257 * tree-cfg.c: Likewise.
7258 * tree-complex.c: Likewise.
7259 * tree-dfa.c: Likewise.
7260 * tree-dump.c: Likewise.
7261 * tree-inline.c: Likewise.
7262 * tree-mudflap.c: Likewise.
7263 * tree-nested.c: Likewise.
7264 * tree-object-size.c: Likewise.
7265 * tree-pretty-print.c: Likewise.
7266 * tree-sra.c: Likewise.
7267 * tree-ssa-live.c: Likewise.
7268 * tree-ssa-loop-niter.c: Likewise.
7269 * tree-ssa-math-opts.c: Likewise.
7270 * tree-ssa-reassoc.c: Likewise.
7271 * tree-ssa-sccvn.c: Likewise.
7272 * tree-ssa-structalias.c: Likewise.
7273 * tree-tailcall.c: Likewise.
7274 * tree-vrp.c: Likewise.
7276 * var-tracking.c: Likewise.
7277 * varasm.c: Likewise.
7279 2010-07-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7282 * config/spu/spu.c (spu_expand_builtin_1): Allow references
7283 (as well as pointers) as argument to mask_for_load builtins.
7285 2010-07-15 Richard Guenther <rguenther@suse.de>
7287 PR tree-optimization/44946
7288 * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
7289 with accessing only padding properly.
7291 2010-07-15 Jan Hubicka <jh@suse.cz>
7293 * ipa.c (function_and_variable_visibility): Variables marked as used
7294 should not be localized.
7296 2010-07-15 Jan Hubicka <jh@suse.cz>
7298 * cgraph.c: Include lto-streamer.h
7299 (change_decl_assembler_name): Work when assembler name hash is at place.
7300 (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
7301 be sure to rename it to avoid name clash.
7302 * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
7303 Localize hidden symbols only when locally defined.
7305 2010-07-15 Uros Bizjak <ubizjak@gmail.com>
7307 * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
7309 2010-07-15 Magnus Granberg <zorry@gentoo.org>
7310 Kevin F. Quinn <kevquinn@gentoo.org>
7312 * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
7313 * common.opt: Add -Wtrampolines.
7314 * doc/invoke.texi: Add -Wtrampolines.
7316 2010-07-15 Jie Zhang <jie@codesourcery.com>
7318 * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
7321 2010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
7323 * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
7324 * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
7326 2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7328 * config/spu/spu.c (reg_names): Remove prototype.
7329 (call_used_regs): Likewise.
7331 2010-07-14 Dave Korn <dave.korn.cygwin@gmail.com>
7333 * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
7334 "unused" with attribute "used".
7335 (__JCR_END__): Likewise.
7336 * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
7338 (__JCR_LIST__): Replace attribute "unused" with attribute "used".
7340 2010-07-14 Richard Guenther <rguenther@suse.de>
7342 * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
7343 (maybe_fixup_decls): Likewise.
7344 (input_gimple_stmt): Do not fixup anything.
7345 * lto-streamer-out.c (output_gimple_stmt): Make sure all
7346 non-automatic variable uses are wrapped inside a MEM_REF.
7348 2010-07-14 Richard Henderson <rth@redhat.com>
7350 * passes.c (rest_of_decl_compilation): Do not call assemble_variable
7352 * varasm.c (assemble_variable): Remove early exit for functions;
7353 assert that we're given a variable.
7355 2010-07-14 Jie Zhang <jie@codesourcery.com>
7357 * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
7358 cortex_a8_default when neon_type is not none.
7360 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
7362 * lower-subreg.c (subreg_context): New static bitmap.
7363 (decompose_multiword_subregs): Allocate and free it.
7364 (find_decomposable_subregs): Set a bit in it for a register that
7365 occurs in a subreg that changes mode but not size.
7366 (can_decompose_p): Test it instead of non_decomposable_context.
7368 2010-07-14 Richard Guenther <rguenther@suse.de>
7370 PR tree-optimization/44824
7371 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
7372 is_gimple_mem_ref_addr.
7373 (tree_ssa_forward_propagate_single_use_vars): Do not propagate
7374 non-decl_address_invariant_p addresses.
7376 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
7378 * reload.c (find_reloads): Revert code to penalize small register
7379 classes that was brought in with the IRA merge.
7381 2010-07-14 Richard Guenther <rguenther@suse.de>
7383 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
7384 as base of ARRAY_REFs.
7386 2010-07-14 Richard Guenther <rguenther@suse.de>
7389 * tree-pretty-print.c (do_niy): Do not print a newline.
7391 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
7393 * ira-int.h (struct ira_object): New.
7394 (ira_object_t): New typedef. Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
7395 (struct ira_allocno): Remove members min, max,
7396 conflict_allocno_array, conflict_id, conflict_allocno_array_size,
7397 conflict_allocnos_num and conflict_vec_p. Add new member object.
7398 (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
7399 OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
7400 OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
7401 OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
7402 ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
7403 ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
7404 ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
7405 ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
7406 an ira_object_t rather than ira_allocno_t. All uses changed.
7407 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
7408 contains a vector of ira_object_t; all uses changed.
7409 (ira_objects_num): Declare variable.
7410 (ira_create_allocno_object): Declare function.
7411 (ira_conflict_vector_profitable_p): Adjust prototype.
7412 (ira_allocate_conflict_vec): Renamed from
7413 ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
7414 (ira_allocate_object_conflicts): Renamed from
7415 ira_allocate_allocno_conflicts; first arg now ira_object_t.
7416 (struct ira_object_iterator): New.
7417 (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
7418 (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
7419 to conflict_vec_p. All uses changed.
7420 (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
7421 Changed to take into account that conflicts are now tracked for
7423 * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
7424 Args changed to accept ira_object_t. All uses changed.
7425 (allocnos_conflict_p): New static function.
7426 (collected_conflict_objects): Renamed from collected_allocno_objects;
7427 now a vector of ira_object_t. All uses changed.
7428 (build_conflict_bit_table): Changed to take into account that
7429 conflicts are now tracked for objects.
7430 (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
7431 (print_allocno_conflicts, ira_build_conflicts): Likewise.
7432 * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
7433 setup_allocno_left_conflicts_size, allocno_reload_assign,
7434 fast_allocation): Likewise.
7435 * ira-lives.c (make_hard_regno_born, make_allocno_born)
7436 process_single_reg_class_operands, process_bb_node_lives): Likewise.
7437 * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
7439 * ira-build.c (ira_objects_num): New variable.
7440 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
7441 contains a vector of ira_object_t; all uses changed.
7442 (ira_object_id_map_vec): Corresponding change.
7443 (object_pool): New static variable.
7444 (initiate_allocnos): Initialize it.
7445 (finish_allocnos): Free it.
7446 (ira_create_object, ira_create_allocno_object, create_allocno_objects):
7448 (ira_create_allocno): Don't set members that were removed.
7449 (ira_set_allocno_cover_class): Don't change conflict hard regs.
7450 (merge_hard_reg_conflicts): Changed to take into account that
7451 conflicts are now tracked for objects.
7452 (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
7453 allocate_conflict_bit_vec, ira_allocate_object_conflicts,
7454 compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
7455 setup_min_max_allocno_live_range_point, allocno_range_compare_func,
7456 setup_min_max_conflict_allocno_ids, ): Likewise.
7457 (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
7458 to ira_object_t; all callers changed.
7459 (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
7460 to ira_object_t, all callers changed.
7461 (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
7462 to ira_object_t, all callers changed.
7463 (conflict_check, curr_conflict_check_tick): Renamed from
7464 allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
7466 (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
7467 arg changed to ira_object_t, all callers changed.
7468 (create_cap_allocno): Call ira_create_allocno_object.
7469 (finish_allocno): Free the corresponding object.
7470 (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
7471 callers changed. Adjusted for dealing with objects.
7472 (ira_build): Call create_allocno_objects after ira_costs. Adjusted for
7473 dealing with objects.
7474 * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
7476 * ira-int.h (struct live_range): Rename allocno member to object
7477 and change type to ira_object_t.
7478 (struct ira_object): New member live_ranges.
7479 (struct ira_allocno): Remove member live_ranges.
7480 (ALLOCNO_LIVE_RANGES): Remove.
7481 (OBJECT_LIVE_RANGES): New macro.
7482 (ira_create_live_range, ira_copy_live_range_list,
7483 ira_merge_live_range_list, ira_live_ranges_intersect_p,
7484 ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
7485 * ira-build.c (ira_create_object): Initialize live ranges here.
7486 (ira_create_allocno): Not here.
7487 (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
7488 changed to ira_object_t, all callers changed.
7489 (copy_live_range): Rename from copy_allocno_live_range, all callers
7491 (ira_copy_live_range_list): Rename from
7492 ira_copy_allocno_live_range_list, all callers changed.
7493 (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
7494 all callers changed.
7495 (ira_live_ranges_intersect_p): Rename from
7496 ira_allocno_live_ranges_intersect_p, all callers changed.
7497 (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
7499 (ira_finish_live_range_list): Rename from
7500 ira_finish_allocno_live_range_list, all callers changed.
7501 (change_object_in_range_list): Rename from change_allocno_in_range_list,
7502 last arg changed to ira_object_t, all callers changed.
7503 (finish_allocno): Changed to expect live ranges in the allocno's object.
7504 (move_allocno_live_ranges, copy_allocno_live_ranges,
7505 update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
7506 ira_flattening, ira_build): Likewise.
7507 * ira-color.c (allocnos_have_intersected_live_ranges_p,
7508 slot_coalesced_allocno_live_ranges_intersect,
7509 setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
7510 * ira-conflicts.c (build_conflict_bit_table): Likewise.
7511 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
7512 * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
7513 make_allocno_dead, create_start_finish_chains,
7514 remove_some_program_points_and_update_live_ranges,
7515 ira_debug_live_range_list): Likewise.
7517 * ira-int.h (ira_object_conflict_iterator): Rename from
7518 ira_allocno_conflict_iterator.
7519 (ira_object_conflict_iter_init): Rename from
7520 ira_allocno_conflict_iter_init, second arg changed to
7521 * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
7522 FOR_EACH_ALLOCNO_CONFLICT.
7523 * ira-color.c (assign_hard_reg, push_allocno_to_stack)
7524 setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
7525 ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
7526 * ira-conflicts.c (print_allocno_conflicts): Likewise.
7528 2010-07-13 Joern Rennecke <joern.rennecke@embecosm.com>
7531 * tree-dump.c (dump_options): Add enumerate_locals entry.
7532 Add TDF_NOID exclusion to all entry.
7533 * tree-dump.h (dump_enumerated_decls): Declare.
7534 * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
7535 Don't display type uid.
7536 (print_declaration): Don't crash on TREE_TYPE (t) == 0.
7537 * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
7538 * tree-ssa-live.c: Include gimple.h.
7539 (numbered_tree_d): New struct.
7540 (numbered_tree): New typedef.
7541 (DEF_VEC_O (numbered_tree): New.
7542 (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
7543 (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
7544 (dump_enumerated_decls): Likewise.
7545 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
7546 debug info and flag_dump_final_insns, call dump_enumerated_decls.
7547 * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
7548 * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
7550 2010-07-13 Richard Sandiford <rdsandiford@googlemail.com>
7552 * expmed.h (MAX_BITS_PER_WORD): Move to...
7553 * defaults.h (MAX_BITS_PER_WORD): ...here.
7555 2010-07-13 DJ Delorie <dj@redhat.com>
7557 * config/h8300/h8300.c (h8300_init_once): Default to
7558 -fstrict_volatile_bitfields.
7560 * config/sh/sh.c (sh_override_options): Default to
7561 -fstrict_volatile_bitfields.
7563 * config/rx/rx.c (rx_option_override): New.
7565 * config/m32c/m32c.c (m32c_override_options): Default to
7566 -fstrict_volatile_bitfields.
7568 2010-07-13 Nathan Froyd <froydnj@codesourcery.com>
7570 * tree.h (build_function_call_expr): Delete.
7571 (build_call_expr_loc_array): New function.
7572 (build_call_expr_loc_vec): New function.
7573 * tree-flow.h (struct omp_region): Change type of ws_args field
7575 * builtins.c (build_function_call_expr): Delete.
7576 (build_call_expr_loc_array): New function.
7577 (build_call_expr_loc): Call it. Use XALLOCAVEC.
7578 (build_call_expr): Likewise.
7579 (build_call_expr_loc_vec): New function.
7580 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
7581 build_function_call_expr.
7582 * expr.c (emutls_var_address): Likewise.
7583 * varasm.c (emutls_common_1): Likewise.
7584 * omp-low.c (expand_omp_atomic_mutex): Likewise.
7585 (expand_omp_taskreg): Adjust for new type of region->ws_args.
7586 (get_ws_args_for): Return a VEC instead of a tree.
7587 (expand_parallel_call): Call build_call_expr_loc_vec instead of
7588 build_function_call_expr.
7589 * stor-layout.c (self_referential_size): Likewise.
7591 2010-07-13 Jakub Jelinek <jakub@redhat.com>
7594 * recog.c (constrain_operands): Allow side-effects in memory
7595 operands if either < or > constraint is used, rather than if
7596 both < and > is used.
7598 2010-07-13 Richard Guenther <rguenther@suse.de>
7601 * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
7602 MEM_REF pointer type dumping. Avoid recursing for TYPE_DECLs
7605 2010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
7608 * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
7610 * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
7611 * config/sh/sh.md (symGOT_load): Likewise.
7612 (symDTPOFF2reg): Likewise.
7613 (symTPOFF2reg): Likewise.
7615 2010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7617 * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
7618 * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
7620 2010-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7622 * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
7624 Find ucontext_t * on Solaris 11.
7625 (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
7626 Handle new Solaris 11 __sighndlr patterns.
7628 2010-07-13 Jakub Jelinek <jakub@redhat.com>
7631 * vec.h (VEC_block_remove): Fix comment.
7632 * tree-ssa-live.c (remove_unused_locals): Don't use
7633 VEC_unordered_remove on local_decls, instead replace a single
7634 vector element in each iteration if at least one element had
7635 to be removed and VEC_truncate at the end.
7636 * omp-low.c (expand_omp_taskreg): Likewise.
7638 2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
7640 * c-decl.c (finish_function): Fix typo in comment.
7642 2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
7645 * postreload.c (move2add_use_add3_insn): Silence gcc warning
7648 2010-07-12 Jakub Jelinek <jakub@redhat.com>
7650 * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
7651 (simplify_stmt_using_ranges): Use it.
7653 2010-07-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7655 * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
7656 member. Do not mark as GTY(()).
7657 * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
7658 (spu_builtin_decls): New static variable.
7659 (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
7660 (spu_init_builtins): Likewise.
7661 (spu_builtin_mul_widen_even): Likewise.
7662 (spu_builtin_mul_widen_odd): Likewise.
7663 (spu_builtin_mask_for_load): Likewise.
7664 (spu_builtin_vec_perm): Likewise.
7665 * config/spu/spu-c.c: Include "target.h".
7666 (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
7667 of using spu_builtins[].fndecl.
7669 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7671 * config/mips/mips.c (mips_override_options): Make -mflip-mips16
7672 imply -minterlink-mips16.
7674 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7676 * config/mips/mips.h (mips16_globals): Declare.
7677 (SWITCHABLE_TARGET): Define.
7678 * config/mips/mips.c: Include target-globals.h.
7679 (mips16_globals): New variable.
7680 (mips_set_mips16_mode): Use save_target_globals and
7681 restore_target_globals instead of target_reinit.
7683 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7685 * reginfo.c (init_reg_sets): Don't zero globals here. Update comment
7686 to say that the function can be called more than once.
7687 * target-globals.c (save_target_globals): Call init_reg_sets.
7689 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7691 * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
7692 * bb-reorder.h: New file.
7693 * bb-reorder.c (default_target_bb_reorder): New variable.
7694 (this_target_bb_reorder): New conditional variable.
7695 (uncond_jump_length): Redefine as a macro.
7696 * target-globals.h (this_target_bb_reorder): Declare.
7697 (target_globals): Add a bb_reorder field.
7698 (restore_target_globals): Copy the bb_reorder field to
7699 this_target_bb-reorder.
7700 * target-globals.c: Include bb-reorder.h.
7701 (default_target_globals): Initialize the bb_reorder field.
7702 (save_target_globals): Likewise.
7704 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7706 * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
7708 * gcse.c: Include gcse.h.
7709 (default_target_gcse): New variable.
7710 (this_target_gcse): New conditional variable.
7711 (can_copy): Redefine as a macro.
7712 (can_copy_init_p): New macro.
7713 (can_copy_p): Remove can_copy_init_p.
7714 * target-globals.h (this_target_gcse): Declare.
7715 (target_globals): Add a gcse field.
7716 (restore_target_globals): Copy the gcse field to this_target_gcse.
7717 * target-globals.c: Include gcse.h.
7718 (default_target_globals): Initialize the gcse field.
7719 (save_target_globals): Likewise.
7721 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7723 * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
7724 and x_ira_prohibited_mode_move_regs_initialized_p.
7725 (ira_prohibited_mode_move_regs): Redefine as a macro.
7726 * ira.c (ira_prohibited_mode_move_regs): Delete.
7727 (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
7729 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7731 * reload.h (target_reload): Add x_cached_reg_save_code and
7732 x_cached_reg_restore_code.
7733 * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
7736 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7738 * Makefile.in (target-globals.o): Depend on builtins.h.
7739 * builtins.h: New file.
7740 * builtins.c: Include builtins.h.
7741 (default_target_builtins): New variable.
7742 (this_target_builtins): New conditional variable.
7743 (apply_args_mode, apply_result_mode): Redefine as macros.
7744 * target-globals.h (this_target_builtins): Declare.
7745 (target_globals): Add a builtins field.
7746 (restore_target_globals): Copy the builtins field to
7747 this_target_builtins.
7748 * target-globals.c: Include builtins.h.
7749 (default_target_globals): Initialize the builtins field.
7750 (save_target_globals): Likewise.
7752 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7754 * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
7755 (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
7757 (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
7758 (alg_hash, alg_hash_used_p): New macros.
7759 * expmed.c (init_expmed): Clear alg_hash if reinitializing.
7760 (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
7761 (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
7763 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7765 * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
7766 x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
7767 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
7768 (this_op_costs, costs_classes): Redefine as macros.
7769 (record_reg_classes): Don't take op_costs as a parameter.
7770 (record_operand_costs): Likewise. Update calls to record_reg_classes.
7771 (scan_one_insn): Update call to record_operand_costs.
7773 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7775 * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
7776 * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
7777 (target_ira_int): New structure.
7778 (default_target_ira_int): Declare.
7779 (this_target_ira_int): Declare as a variable or define as a macro.
7780 (ira_reg_mode_hard_regset, ira_register_move_cost)
7781 (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
7782 (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
7783 (prohibited_class_mode_regs, ira_important_classes_num)
7784 (ira_important_classes, ira_reg_class_intersect)
7785 (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
7786 (ira_reg_class_union): Redefine as macros.
7787 * ira.h (target_ira): New structure.
7788 (default_target_ira): Declare.
7789 (this_target_ira): Declare as a variable or define as a macro.
7790 (ira_available_class_regs, ira_hard_regno_cover_class)
7791 (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
7792 (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
7793 (ira_class_hard_regs_num): Redefine as macros.
7794 * ira.c (default_target_ira, default_target_ira_int): New variables.
7795 (this_target_ira, this_target_ira_int): New conditional variables.
7796 (ira_reg_mode_hard_regset, ira_memory_move_cost)
7797 (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
7798 (ira_class_subset_p): Delete.
7799 (no_unit_alloc_regs): Redefine as a macro.
7800 (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
7801 (ira_class_hard_regs_num, ira_class_hard_reg_index)
7802 (ira_available_class_regs): Delete.
7803 (alloc_reg_class_subclasses): Redefine as a macro.
7804 (ira_reg_class_cover_size, ira_reg_class_cover)
7805 (ira_important_classes_num, ira_important_classes)
7806 (ira_important_class_nums, ira_class_translate): Delete.
7807 (cover_class_order): Document the variable's lifetime.
7808 (reorder_important_classes): Don't set ira_important_class_nums.
7809 (ira_reg_class_intersect, ira_reg_classes_intersect_p)
7810 (ira_reg_class_super_classes, ira_reg_class_union)
7811 (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
7813 (setup_reg_class_nregs): Don't set ira_max_regs.
7814 (prohibited_class_mode_regs): Delete.
7815 * target-globals.h (this_target_ira, this_target_ira_int): Declare.
7816 (target_globals): Add ira and ira_int fields.
7817 (restore_target_globals): Copy the ira field to this_target_ira
7818 and the ira_int field to this_target_ira_int.
7819 * target-globals.c: Include ira-int.h.
7820 (default_target_globals): Initialize the ira and ira_int fields.
7821 (save_target_globals): Likewise.
7823 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7825 * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
7826 * cfgloop.h (target_cfgloop): New structure.
7827 (default_target_cfgloop): Declare.
7828 (this_target_cfgloop): Declare as a variable or define as a macro.
7829 (target_avail_regs, target_clobbered_regs, target_res_regs)
7830 (target_reg_cost, target_spill_cost): Redefine as macros.
7831 * cfgloopanal.c (default_target_cfgloop): New variable.
7832 (this_target_cfgloop): New conditional variable.
7833 (target_avail_regs, target_clobbered_regs, target_res_regs)
7834 (target_reg_cost, target_spill_cost): Delete.
7835 * target-globals.h (this_target_cfgloop): Declare.
7836 (target_globals): Add a cfgloop field.
7837 (restore_target_globals): Copy the cfgloop field to
7838 this_target_cfgloop.
7839 * target-globals.c: Include cfgloop.h.
7840 (default_target_globals): Initialize the cfgloop field.
7841 (save_target_globals): Likewise.
7843 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7845 * regs.h (target_regs): Add x_direct_load, x_direct_store and
7846 x_float_extend_from_mem.
7847 (direct_load, direct_store, float_extend_from_mem): New macros.
7848 * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
7850 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7852 * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
7853 (target-globals.o): Depend on $(LIBFUNCS_H).
7854 * libfuncs.h: Include hashtab.h.
7855 (libfunc_entry): Moved from optabs.c.
7856 (target_libfuncs): New structure.
7857 (default_target_libfuncs): Declare.
7858 (this_target_libfuncs): Declare as a variable or define as a macro.
7859 (libfunc_table): Redefine as a macro.
7860 * optabs.c (default_target_libfuncs): New variable.
7861 (this_target_libfuncs): New conditional variable.
7862 (libfunc_table): Delete.
7863 (libfunc_entry): Moved to optabs.h.
7864 (libfunc_hash): Redefine as a macro.
7865 (hash_libfunc, eq_libfunc): Fix comments.
7866 (init_optabs): Use libfunc_hash to detect cases where the function
7867 has already been called. Clear the hash table instead of
7869 * target-globals.h (this_target_libfuncs): Declare.
7870 (target_globals): Add a libfuncs field.
7871 (restore_target_globals): Copy the libfuncs field to
7872 this_target_libfuncs.
7873 * target-globals.c: Include libfuncs.h.
7874 (default_target_globals): Initialize the libfuncs field.
7875 (save_target_globals): Likewise.
7877 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7879 * Makefile.in (LIBFUNCS_H): New variable. Use instead of libfuncs.h
7880 in all dependency lists.
7882 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7884 * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
7885 * optabs.h (target_optabs): New structure.
7886 (default_target_optabs): Declare.
7887 (this_target_optabs): Declare as a variable or define as a macro.
7888 (optab_table, convert_optab_table, direct_optab_table): Redefine
7890 * optabs.c (default_target_optabs): New variable.
7891 (this_target_optabs): New conditional variable.
7892 (optab_table, convert_optab_table, direct_optab_table): Delete.
7893 * target-globals.h (this_target_optabs): Declare.
7894 (target_globals): Add a optabs field.
7895 (restore_target_globals): Copy the optabs field to
7897 * target-globals.c: Include expr.h and optabs.h.
7898 (default_target_globals): Initialize the optabs field.
7899 (save_target_globals): Likewise.
7901 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7903 * flags.h (target_flagstate): Add x_flag_excess_precision.
7904 (flag_excess_precision): Redefine as a macro.
7905 * toplev.c (flag_excess_precision): Delete.
7907 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7909 * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
7910 * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
7911 * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
7912 (no_caller_save_reg_set): Redefine as a macro.
7913 * reload.h (target_reload): Add x_caller_save_initialized_p and
7915 (caller_save_initialized_p): Redefine as a macro.
7916 * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
7917 (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
7918 (regno_save_mode): Redefine as a macro.
7920 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7922 * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
7923 * expmed.h: New file.
7924 * expmed.c (default_target_costs): New variable.
7925 (this_target_costs): New conditional variable.
7926 (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
7927 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
7928 (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
7929 * target-globals.h (this_target_expmed): Declare.
7930 (target_globals): Add a expmed field.
7931 (restore_target_globals): Copy the expmed field to
7933 * target-globals.c: Include expmed.h.
7934 (default_target_globals): Initialize the expmed field.
7935 (save_target_globals): Likewise.
7937 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7939 * Makefile.in (target-globals.o): Depend on reload.h.
7940 * reload.h (target_reload): New structure.
7941 (default_target_reload): Declare.
7942 (this_target_reload): Declare as a variable or define as a macro.
7943 (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
7944 * reload1.c (default_target_reload): New variable
7945 (this_target_reload): New conditional variable.
7946 (indirect_symref_ok, double_reg_address_ok): Delete.
7947 (spill_indirect_levels): Redefine as a macro.
7948 * target-globals.h (this_target_reload): Declare.
7949 (target_globals): Add a reload field.
7950 (restore_target_globals): Copy the reload field to
7952 * target-globals.c: Include hard-reg-set.h.
7953 (default_target_globals): Initialize the reload field.
7954 (save_target_globals): Likewise.
7956 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7958 * rtl.h (target_rtl): Add x_static_reg_base_value.
7959 * alias.c (static_reg_base_value): Redefine as a macro.
7961 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7963 * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
7964 (GTFILES): Remove reginfo.c.
7965 * rtl.h (target_rtl): Add x_top_of_stack.
7966 (top_of_stack): New macro.
7967 * reginfo.c: Don't include ggc.h or gt-reginfo.h.
7968 (top_of_stack): Delete.
7970 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7972 * regs.h (target_regs): Add x_hard_regs_of_mode,
7973 x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
7974 x_may_move_out_cost and x_last_mode_for_init_move_cost.
7975 (have_regs_of_mode, contains_reg_of_mode, move_cost)
7976 (may_move_in_cost, may_move_out_cost): Redefine as macros.
7977 * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
7978 (may_move_in_cost, may_move_out_cost): Delete.
7979 (last_mode_for_init_move_cost): Redefine as a macro.
7981 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
7983 * hard-reg-set.h (target_hard_regs): New structure.
7984 (default_target_hard_regs): Declare.
7985 (this_target_hard_regs): Declare as a variable or define as a macro.
7986 (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
7987 (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
7988 (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
7989 (reg_class_size, reg_class_subclasses, reg_class_subunion)
7990 (reg_class_superunion, reg_names): Redefine as macros.
7991 * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
7992 (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
7993 (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
7994 (reg_class_contents, reg_class_size, reg_class_subclasses)
7995 (reg_class_subunion, reg_class_superunion, reg_names): Delete.
7996 (default_target_hard_regs): New variable
7997 (this_target_hard_regs, initial_call_really_used_regs)
7998 (initial_reg_alloc_order): New conditional variables.
7999 (initial_reg_names): New variable.
8000 (init_reg_sets): Assert that initial_call_really_used_regs,
8001 initial_reg_alloc_order and initial_reg_names
8002 are all the same size as their variable counterparts. Use them to
8003 initialize those counterparts.
8004 * target-globals.h (this_target_hard_regs): Declare.
8005 (target_globals): Add a hard_regs field.
8006 (restore_target_globals): Copy the hard_regs field to
8007 this_target_hard_regs.
8008 * target-globals.c: Include hard-reg-set.h.
8009 (default_target_globals): Initialize the hard_regs field.
8010 (save_target_globals): Likewise.
8012 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
8014 * Makefile.in (target-globals.o): Depend on $(RTL_H).
8015 * rtl.h (target_rtl): New structure.
8016 (default_target_rtl): Declare.
8017 (this_target_rtl): Declare as a variable or define as a macro.
8018 (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
8020 * emit-rtl.c (default_target_rtl): New variable.
8021 (this_target_rtl): New conditional variable.
8022 (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
8023 (return_address_pointer_rtx): Delete.
8024 (initial_regno_reg_rtx): New macro.
8025 (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
8026 (init_emit_regs): Likewise.
8027 * target-globals.h (this_target_rtl): Declare.
8028 (target_globals): Add a rtl field.
8029 (restore_target_globals): Copy the rtl field to this_target_rtl.
8030 * target-globals.c: Include rtl.h.
8031 (default_target_globals): Initialize the rtl field.
8032 (save_target_globals): Likewise.
8034 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
8036 * Makefile.in (target-globals.o): Depend on $(REGS_H).
8037 * regs.h (target_reg_modes): New structure.
8038 (default_target_reg_modes): Declare.
8039 (this_target_reg_modes): Declare as a variable or define as a macro.
8040 (hard_regno_nregs, reg_raw_mode): Redefine as macros.
8041 * reginfo.c (default_target_reg_modes): New variable.
8042 (this_target_reg_modes): New conditional variable.
8043 (hard_regno_nregs, reg_raw_mode): Delete.
8044 * target-globals.h (this_target_regs): Declare.
8045 (target_globals): Add a regs field.
8046 (restore_target_globals): Copy the regs field to this_target_regs.
8047 * target-globals.c: Include regs.h.
8048 (default_target_globals): Initialize the regs field.
8049 (save_target_globals): Likewise.
8051 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
8053 * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
8054 * doc/tm.texi: Regenerate.
8055 * Makefile.in (OBJS-common): Add target-globals.o.
8056 (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
8057 and target-globals.h.
8058 (target-globals.o): New rule.
8059 (GTFILES): Include $(srcdir)/target-globals.h.
8060 * defaults.h (SWITCHABLE_TARGET): Define.
8061 * gengtype.c (open_base_files): Add target-globals.h to the
8063 * target-globals.h: New file.
8064 * target-globals.c: Likewise.
8066 * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
8067 * flags.h (target_flag_state): New structure.
8068 (default_target_flag_state): Declare.
8069 (this_target_flag_state): Declare as a variable or define as a macro.
8070 (align_loops_log): Redefine as a macro.
8071 (align_loops_max_skip, align_jumps_log): Likewise.
8072 (align_jumps_max_skip, align_labels_log): Likewise.
8073 (align_labels_max_skip, align_functions_log): Likewise.
8074 * toplev.c (default_target_flag_state): New variable.
8075 (this_target_flag_state): New conditional variable.
8076 (align_loops_log): Delete.
8077 (align_loops_max_skip, align_jumps_log): Likewise.
8078 (align_jumps_max_skip, align_labels_log): Likewise.
8079 (align_labels_max_skip, align_functions_log): Likewise.
8080 * target-globals.h (this_target_flag_state): Declare.
8081 (target_globals): Add a flag_state field.
8082 (restore_target_globals): Copy the flag_state field to
8083 this_target_flag_state.
8084 * target-globals.c: Include flags.h.
8085 (default_target_globals): Initialize the flag_state field.
8086 (save_target_globals): Likewise.
8088 2010-07-12 Jie Zhang <jie@codesourcery.com>
8090 * postreload.c (reg_symbol_ref[]): New.
8091 (move2add_use_add2_insn): New.
8092 (move2add_use_add3_insn): New.
8093 (reload_cse_move2add): Handle SYMBOL + OFFSET case.
8094 (move2add_note_store): Likewise.
8096 2010-07-12 Joern Rennecke <joern.rennecke@embecosm.com>
8098 PR rtl-optimization/44752
8099 * genautomata.c (main): Don't emit an empty file even if there
8102 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8104 * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
8105 ix86_solaris_return_in_memory.
8106 * config/i386-protos.h: Reflect this.
8107 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
8108 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
8110 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
8112 2010-07-12 Jie Zhang <jie@codesourcery.com>
8114 * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
8115 align the stack when it's going to be saved.
8117 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8120 * config/host-solaris.c (mmap_fixed): New function.
8121 (sol_gt_pch_get_address): Use it.
8122 (sol_gt_pch_use_address): Likewise.
8124 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8126 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
8127 pentiumpro on Solaris 8 and 9/x86.
8128 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
8129 Document SSE/SSE2 support.
8130 * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
8132 2010-07-12 Andi Kleen <ak@linux.intel.com>
8134 * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
8135 instead of gcc_assert to print better error message for multiple
8138 2010-07-12 Uros Bizjak <ubizjak@gmail.com>
8140 * config/i386/i386.c (ix86_asm_output_function_label): Change format
8141 string placeholder from 0x%x to %#x.
8142 (ix86_code_end): Use putc to output '\n'.
8143 (ix86_print_operand) <case ';'>: Use putc to output ';'.
8145 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
8147 * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
8148 in directive -export.
8150 2010-07-10 Anatoly Sokolov <aesok@post.ru>
8152 * reginfo.h (reg_classes_intersect_p): Change arguments type to
8154 * rtl.h (reg_classes_intersect_p): Adjust prototype.
8156 * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
8158 * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
8159 rs6000_memory_move_cost): Remove
8160 * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
8161 TARGET_MEMORY_MOVE_COST): Define.
8162 (rs6000_register_move_cost): Make static. Change arguments type from
8163 enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
8164 (rs6000_memory_move_cost): Make static. Change arguments type from
8165 'enum reg_class' to reg_class_t.
8167 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>
8170 * tree-inline.c (estimate_num_insns): Refactor builtin complexity
8171 lookup code into....
8172 * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
8174 * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
8175 * cfgloopanal.c (target_clobbered_regs): Define.
8176 (init_set_costs): Initialize target_clobbered_regs.
8177 (estimate_reg_pressure_cost): Add call_p argument. When true,
8178 adjust the number of available registers to exclude the
8179 call-clobbered registers.
8180 * cfgloop.h (target_clobbered_regs): Declare.
8181 (estimate_reg_pressure_cost): Adjust declaration.
8182 * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
8183 (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
8184 (determine_set_costs): Dump target_clobbered_regs.
8185 (loop_body_includes_call): New function.
8186 (tree_ssa_iv_optimize_loop): Use it to initialize new field.
8187 * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
8188 call_p flag through.
8189 (best_gain_for_invariant): Likewise.
8190 (find_invariants_to_move): Likewise.
8191 (move_single_loop_invariants): Likewise, using already-computed
8194 2010-07-10 Richard Guenther <rguenther@suse.de>
8195 Joern Rennecke <joern.rennecke@embecosm.com>
8198 * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
8199 (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
8200 unless they have DECL_IGNORED_P set.
8202 2010-07-10 Richard Guenther <rguenther@suse.de>
8205 * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
8207 (gimple_types_compatible_p): Similar to pointed-to
8208 types allow and merge a mix of complete and incomplete aggregate.
8209 Use gimple_fixup_complete_and_incomplete_subtype_p for that.
8210 (iterative_hash_gimple_type): Adjust for that.
8212 2010-07-10 Richard Sandiford <r.sandiford@uk.ibm.com>
8214 * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
8216 2010-07-10 Iain Sandoe <iains@gcc.gnu.org>
8219 * config/darwin.c (output_objc_section_asm_op): Save and restore
8220 section when outputting ObjC section list.
8222 2010-07-09 Jan Hubicka <jh@suse.cz>
8224 * lto-streamer-out.c (produce_symtab): Do not write alias
8225 cgraph/varpool nodes.
8227 2010-07-09 Jan Hubicka <jh@suse.cz>
8229 * tree-inline.c (declare_return_variable): Fix ICE while
8230 inlining DECL_BY_VALUE function not in SSA form
8232 2010-07-09 Changpeng Fang <changpeng.fang@amd.com>
8234 PR tree-optimization/44576
8235 * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
8236 New. Pull out from is_loop_prefetching_profitable to implement
8237 the trip count to ahead ratio heuristic.
8238 (mem_ref_count_reasonable_p): New. Pull out from
8239 is_loop_prefetching_profitable to implement the instruction to
8240 memory reference ratio heuristic. Also consider not reasonable if
8241 the memory reference count is above a threshold (to avoid
8242 explosive compilation time.
8243 (insn_to_prefetch_ratio_too_small_p): New. Pull out from
8244 is_loop_prefetching_profitable to implement the instruction to
8245 prefetch ratio heuristic.
8246 (is_loop_prefetching_profitable): Removed.
8247 (loop_prefetch_arrays): Distribute the cost analysis across the
8248 function to allow early exit of the prefetch analysis.
8249 is_loop_prefetching_profitable is splitted into three functions,
8250 with each one called as early as possible.
8251 (PREFETCH_MAX_MEM_REFS_PER_LOOP): New. Threshold above which the
8252 number of memory references in a loop is considered too many.
8254 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
8256 * reload.c (find_reloads): Don't clear badop if we have a winreg
8257 alternative, but not win, and the class only has fixed regs.
8258 * hard-reg-set.h (class_only_fixed_regs): Declare.
8259 * reginfo.c (class_only_fixed_regs): New array.
8260 (init_reg_sets_1): Initialize it.
8261 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
8262 discourage alternatives using the stack pointer.
8264 * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
8266 * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
8268 * config/arm/arm.md (cbranchqi4): Fix array size.
8269 (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
8272 2010-07-09 Richard Guenther <rguenther@suse.de>
8274 * gimple.c (struct type_fixup_s): New struct and VEC type.
8275 (gimple_register_type_fixups): New static global.
8276 (gimple_queue_type_fixup): New function.
8277 (gimple_types_compatible_p): Queue type fixups instead of
8279 (gimple_register_type): Apply queued fixups for the
8280 canonical type. Empty the type fixup queue.
8282 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
8284 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
8285 * configure: Regenerate.
8288 2010-07-09 Jakub Jelinek <jakub@redhat.com>
8289 Denys Vlasenko <dvlasenk@redhat.com>
8290 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
8292 PR tree-optimization/28632
8293 * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
8294 (extract_range_from_binary_expr): Further optimize
8295 BIT_AND_EXPR and BIT_IOR_EXPR.
8297 2010-07-09 Sebastian Pop <sebastian.pop@amd.com>
8299 * tree-if-conv.c (fold_or_predicates): New.
8300 (add_to_predicate_list): Call it.
8302 2010-07-09 Richard Guenther <rguenther@suse.de>
8305 * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
8306 if base is a pointer.
8307 * tree-cfg.c (verify_expr): Update MEM_REF checking.
8309 2010-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
8312 * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
8313 POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
8314 builtin mask for load/store builtins.
8316 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
8318 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
8320 * configure: Regenerate.
8321 * config/i386/i386.c (ix86_print_operand) <case ';'>:
8322 Remove TARGET_MACHO.
8324 2010-07-09 Peter Bergner <bergner@vnet.ibm.com>
8326 * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
8328 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
8330 2010-07-09 Tom de Vries <tjvries@xs4all.nl>
8332 * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
8334 2010-07-09 Hariharan Sandanagobalane <hariharan@picochip.com>
8336 * config/picochip/picochip.md (commsTestPort): Emit more
8337 efficient sequence for tstport instruction.
8339 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
8341 * config/i386/i386.c (ix86_veclib_handler): Make static.
8343 2010-07-09 Richard Guenther <rguenther@suse.de>
8345 PR tree-optimization/44852
8346 * tree-ssa-alias.c: Include toplev.h for exact_log2.
8347 (indirect_ref_may_alias_decl_p): Properly handle negative offsets
8349 (indirect_refs_may_alias_p): Likewise.
8350 * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
8352 2010-07-09 Richard Guenther <rguenther@suse.de>
8354 PR tree-optimization/44882
8355 * tree-vect-stmts.c (vectorizable_store): Do not assert alias
8357 (vectorizable_load): Likewise.
8359 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
8362 * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
8363 All callers changed.
8364 Handle the case when we're called for the epilogue.
8365 (thumb_unexpanded_epilogue): Use it.
8366 (thumb1_expand_epilogue): Likewise.
8368 2010-07-09 Jakub Jelinek <jakub@redhat.com>
8370 * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
8371 both ranges are range_int_cst_p with non-negative minimum,
8372 try harder to derive smaller range.
8374 2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
8376 * genrecog.c: Include diagnostic-core.h before toplev.h.
8377 * genoutput.c: Likewise.
8378 * genextract.c: Likewise.
8379 * genautomata.c: Likewise.
8380 * genemit.c: Likewise.
8381 * genpeep.c: Likewise.
8382 * genattrtab.c: Likewise.
8383 * genconditions.c: Likewise.
8384 * genpreds.c: Likewise.
8386 2010-07-08 Andi Kleen <ak@linux.intel.com>
8388 * lto-section-in.c (lto_section_name): Add missing comma.
8390 2010-07-08 Anatoly Sokolov <aesok@post.ru>
8392 * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
8393 * config/ia64/ia64-protos.h (ia64_override_options): Remove.
8394 * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
8395 (ia64_override_options): Rename to...
8396 (ia64_option_override): ... this one. Make static.
8398 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
8401 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
8402 pointed-to type of the offset in a MEM_REF to compute the alignment.
8404 2010-07-08 Kai Tietz <kai.tietz@onevision.com>
8406 * final.c (final_scan_insn): Replace
8407 TARGET_UNWIND_INFO macro check by unwind_emit
8409 * targhooks.c (default_unwind_emit): Removed.
8410 * targhooks.h (default_unwind_emit): Likewise.
8411 * target.def (unwind_emit): Set default value to NULL.
8413 * config/i386/i386-protos.h (ix86_asm_output_function_label):
8415 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
8416 for NULL fntype argument and allow 64-bit targets.
8417 (ix86_asm_output_function_label): New function.
8418 (ix86_expand_prologue): Handle 64-bit ms hook prologue.
8419 (ix86_handle_fndecl_attribute): Likewise.
8420 * doc/extend.texi (ms_hook_prologue): Adjust documentation.
8421 * doc/doc/tm.texi: Regenerated.
8422 * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
8423 (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
8424 * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
8425 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
8426 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
8427 * config/elfos.h: Likewise.
8428 * config/i386/cygming.h: Likewise.
8429 * config/netbsd-aout.h: Likewise.
8430 * config/openbsd.h: Likewise.
8431 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
8432 by ix86_asm_output_function_label function call.
8433 * varasm.c (assemble_start_function): Use
8434 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
8436 2010-07-08 Jan Hubicka <jh@suse.cz>
8438 * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
8440 * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
8442 * ipa-cp.c (ipcp_estimate_growth): Use it.
8443 * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
8446 2010-07-08 Jan Hubicka <jh@suse.cz>
8448 * tree-inline.c (declare_return_variable): Allocate annotation for new
8451 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
8453 PR tree-optimization/44710
8454 * tree-if-conv.c (parse_predicate): New.
8455 (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
8456 Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
8458 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
8460 * common.opt (ftree-loop-if-convert): New flag.
8461 * doc/invoke.texi (ftree-loop-if-convert): Documented.
8462 * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
8463 when flag_tree_loop_if_convert is set.
8465 2010-07-08 Uros Bizjak <ubizjak@gmail.com>
8467 * config/i386/i386.c: Use short syntax for function calls
8468 through function pointers.
8469 * config/i386/i386.md: Ditto.
8471 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
8473 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
8475 2010-07-08 Richard Guenther <rguenther@suse.de>
8477 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
8478 stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
8480 2010-07-08 Jakub Jelinek <jakub@redhat.com>
8482 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
8483 instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
8484 (loc_list_from_tree): Likewise.
8485 (output_loc_operands): Handle outputting DW_OP_const[48]u
8486 with loc->dtprel set.
8487 (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
8489 2010-07-08 Jan Hubicka <jh@suse.cz>
8491 * ipa.c: Include pointer-set.h
8492 (cgraph_externally_visible_p): New attribute ALIASED;
8493 when in LTO, hidden symbols are local unless they are aliased.
8494 (function_and_variable_visibility): Compute aliased nodes;
8495 handle LTO and hidden symbol on functions and vars.
8496 * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
8497 for COMDAT symbols; handle COMDAT_GROUPS also at vars.
8499 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
8501 * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
8502 * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8503 * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8504 * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8505 * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
8506 * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
8507 (ix86_gen_probe_stack_range): Likewise.
8508 (override_options): Set them.
8509 (ix86_target_stack_probe): New function.
8510 (ix86_compute_frame_layout): Force use of push instructions to
8511 save registers if stack checking with probes is enabled.
8512 (get_scratch_register_on_entry): New function.
8513 (release_scratch_register_on_entry): Likewise.
8514 (ix86_adjust_stack_and_probe): Likewise.
8515 (output_adjust_stack_and_probe): Likewise.
8516 (ix86_emit_probe_stack_range): Likewise.
8517 (output_probe_stack_range): Likewise.
8518 (ix86_expand_prologue): Emit stack checking code if static built-in
8519 stack checking is enabled.
8520 Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
8521 * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
8522 (output_adjust_stack_and_probe): Likewise.
8523 (output_probe_stack_range): Likewise.
8524 * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
8525 (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
8527 (allocate_stack_worker_64): Likewise.
8528 (allocate_stack): Likewise.
8529 (adjust_stack_and_probe): New insn.
8530 (probe_stack_range): Likewise.
8532 2010-07-08 Richard Guenther <rguenther@suse.de>
8534 PR tree-optimization/44831
8535 * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
8536 a MEM_REF preserving TBAA info of the original dereference.
8537 Dereference the original pointer if the address is not invariant.
8538 (propagate_with_phi): Fixup type checks wrt MEM_REFs. Require
8539 at least one invariant address that we are going to dereference.
8541 2010-07-08 Richard Guenther <rguenther@suse.de>
8543 PR tree-optimization/44861
8544 * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
8545 information when building MEM_REFs.
8546 (vectorizable_load): Likewise.
8547 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
8549 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
8551 * config/sol2-c.c: Do not include diagnostic-core.h.
8553 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8556 * cfgexpand.c (estimated_stack_frame_size): Make self-contained
8557 with respect to current_function_decl. Pass decl of the function.
8558 * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
8559 * ipa-inline.c (compute_inline_parameters): Pass decl to
8560 estimated_stack_frame_size.
8562 2010-07-08 Richard Guenther <rguenther@suse.de>
8564 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
8566 (valueize_refs): Call it.
8568 2010-07-08 Richard Guenther <rguenther@suse.de>
8570 PR rtl-optimization/44838
8571 * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
8572 SSA form do not use pointer equivalence.
8574 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
8576 * dwarf2out.c (AT_linkage_name): Delete.
8577 (add_linkage_attr): New function.
8578 (add_linkage_name): Call it to emit the linkage attribute.
8579 (dwarf2out_finish): Likewise.
8580 (move_linkage_attr): Explicitly accept both attribute variants.
8582 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
8584 * toplev.h: Do not include diagnostic-core.h.
8585 Include diagnostic-core.h in every file that includes toplev.h.
8586 * c-tree.h: Do not include toplev.h.
8587 * pretty-print.h: Update comment.
8588 * Makefile.in: Update dependencies.
8589 * alias.c: Include diagnostic-core.h in every file that includes
8591 * attribs.c: Likewise.
8592 * auto-inc-dec.c: Likewise.
8593 * bb-reorder.c: Likewise.
8594 * bt-load.c: Likewise.
8595 * caller-save.c: Likewise.
8596 * calls.c: Likewise.
8598 * cfganal.c: Likewise.
8599 * cfgbuild.c: Likewise.
8600 * cfgcleanup.c: Likewise.
8601 * cfghooks.c: Likewise.
8602 * cfgloop.c: Likewise.
8603 * combine.c: Likewise.
8604 * config/alpha/alpha.c: Likewise.
8605 * config/arc/arc.c: Likewise.
8606 * config/arm/arm.c: Likewise.
8607 * config/arm/pe.c: Likewise.
8608 * config/avr/avr.c: Likewise.
8609 * config/bfin/bfin.c: Likewise.
8610 * config/cris/cris.c: Likewise.
8611 * config/crx/crx.c: Likewise.
8612 * config/darwin-c.c: Likewise.
8613 * config/darwin.c: Likewise.
8614 * config/fr30/fr30.c: Likewise.
8615 * config/frv/frv.c: Likewise.
8616 * config/h8300/h8300.c: Likewise.
8617 * config/host-darwin.c: Likewise.
8618 * config/i386/i386.c: Likewise.
8619 * config/i386/netware.c: Likewise.
8620 * config/i386/nwld.c: Likewise.
8621 * config/i386/winnt-cxx.c: Likewise.
8622 * config/i386/winnt-stubs.c: Likewise.
8623 * config/i386/winnt.c: Likewise.
8624 * config/ia64/ia64-c.c: Likewise.
8625 * config/ia64/ia64.c: Likewise.
8626 * config/iq2000/iq2000.c: Likewise.
8627 * config/lm32/lm32.c: Likewise.
8628 * config/m32c/m32c-pragma.c: Likewise.
8629 * config/m32c/m32c.c: Likewise.
8630 * config/m32r/m32r.c: Likewise.
8631 * config/m68hc11/m68hc11.c: Likewise.
8632 * config/m68k/m68k.c: Likewise.
8633 * config/mcore/mcore.c: Likewise.
8634 * config/mep/mep-pragma.c: Likewise.
8635 * config/mep/mep.c: Likewise.
8636 * config/mmix/mmix.c: Likewise.
8637 * config/mn10300/mn10300.c: Likewise.
8638 * config/moxie/moxie.c: Likewise.
8639 * config/pa/pa.c: Likewise.
8640 * config/pdp11/pdp11.c: Likewise.
8641 * config/picochip/picochip.c: Likewise.
8642 * config/rs6000/rs6000-c.c: Likewise.
8643 * config/rs6000/rs6000.c: Likewise.
8644 * config/rx/rx.c: Likewise.
8645 * config/s390/s390.c: Likewise.
8646 * config/score/score.c: Likewise.
8647 * config/score/score3.c: Likewise.
8648 * config/score/score7.c: Likewise.
8649 * config/sh/sh.c: Likewise.
8650 * config/sh/symbian-base.c: Likewise.
8651 * config/sh/symbian-c.c: Likewise.
8652 * config/sh/symbian-cxx.c: Likewise.
8653 * config/sol2-c.c: Likewise.
8654 * config/sol2.c: Likewise.
8655 * config/sparc/sparc.c: Likewise.
8656 * config/spu/spu.c: Likewise.
8657 * config/stormy16/stormy16.c: Likewise.
8658 * config/v850/v850-c.c: Likewise.
8659 * config/v850/v850.c: Likewise.
8660 * config/vax/vax.c: Likewise.
8661 * config/vxworks.c: Likewise.
8662 * config/xtensa/xtensa.c: Likewise.
8663 * convert.c: Likewise.
8665 * cselib.c: Likewise.
8666 * dbgcnt.c: Likewise.
8667 * dbxout.c: Likewise.
8669 * dominance.c: Likewise.
8670 * emit-rtl.c: Likewise.
8671 * explow.c: Likewise.
8672 * expmed.c: Likewise.
8673 * fixed-value.c: Likewise.
8674 * fold-const.c: Likewise.
8675 * fwprop.c: Likewise.
8677 * ggc-common.c: Likewise.
8678 * ggc-page.c: Likewise.
8679 * ggc-zone.c: Likewise.
8680 * gimple-low.c: Likewise.
8681 * gimplify.c: Likewise.
8682 * graph.c: Likewise.
8683 * haifa-sched.c: Likewise.
8684 * ifcvt.c: Likewise.
8685 * implicit-zee.c: Likewise.
8686 * integrate.c: Likewise.
8687 * ira-build.c: Likewise.
8688 * ira-color.c: Likewise.
8689 * ira-conflicts.c: Likewise.
8690 * ira-costs.c: Likewise.
8691 * ira-lives.c: Likewise.
8693 * lists.c: Likewise.
8694 * loop-doloop.c: Likewise.
8695 * loop-iv.c: Likewise.
8696 * lto-opts.c: Likewise.
8697 * lto-symtab.c: Likewise.
8699 * modulo-sched.c: Likewise.
8700 * optabs.c: Likewise.
8701 * params.c: Likewise.
8702 * plugin.c: Likewise.
8703 * postreload-gcse.c: Likewise.
8704 * postreload.c: Likewise.
8705 * predict.c: Likewise.
8706 * profile.c: Likewise.
8708 * regcprop.c: Likewise.
8709 * reginfo.c: Likewise.
8710 * regmove.c: Likewise.
8711 * reorg.c: Likewise.
8712 * resource.c: Likewise.
8714 * rtlanal.c: Likewise.
8715 * sched-deps.c: Likewise.
8716 * sched-ebb.c: Likewise.
8717 * sched-rgn.c: Likewise.
8718 * sdbout.c: Likewise.
8719 * sel-sched-dump.c: Likewise.
8720 * sel-sched-ir.c: Likewise.
8721 * simplify-rtx.c: Likewise.
8723 * stor-layout.c: Likewise.
8724 * store-motion.c: Likewise.
8725 * targhooks.c: Likewise.
8726 * tree-cfg.c: Likewise.
8727 * tree-cfgcleanup.c: Likewise.
8728 * tree-dump.c: Likewise.
8729 * tree-eh.c: Likewise.
8730 * tree-inline.c: Likewise.
8731 * tree-nomudflap.c: Likewise.
8732 * tree-object-size.c: Likewise.
8733 * tree-optimize.c: Likewise.
8734 * tree-outof-ssa.c: Likewise.
8735 * tree-phinodes.c: Likewise.
8736 * tree-profile.c: Likewise.
8737 * tree-ssa-ccp.c: Likewise.
8738 * tree-ssa-coalesce.c: Likewise.
8739 * tree-ssa-live.c: Likewise.
8740 * tree-ssa-loop-niter.c: Likewise.
8741 * tree-ssa-loop-prefetch.c: Likewise.
8742 * tree-ssa-loop.c: Likewise.
8743 * tree-ssa-structalias.c: Likewise.
8744 * tree-ssa-uninit.c: Likewise.
8745 * tree-ssa.c: Likewise.
8746 * tree-vect-data-refs.c: Likewise.
8747 * tree-vect-loop-manip.c: Likewise.
8748 * tree-vect-loop.c: Likewise.
8749 * tree-vect-patterns.c: Likewise.
8750 * tree-vect-stmts.c: Likewise.
8751 * tree-vrp.c: Likewise.
8752 * varasm.c: Likewise.
8755 * xcoffout.c: Likewise.
8757 2010-07-07 Richard Sandiford <rdsandiford@googlemail.com>
8759 * gengtype.c (write_field_root): New function.
8760 (write_root): Use it.
8762 2010-07-07 Wei Guozhi <carrot@google.com>
8764 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
8765 of lowest bits to lshift/compare): Add a missing line.
8767 2010-07-07 Wei Guozhi <carrot@google.com>
8769 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
8770 of lowest bits to lshift/compare): New.
8772 2010-07-07 Tom Tromey <tromey@redhat.com>
8774 * doc/tm.texi: Update.
8775 * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
8777 * target.def (want_debug_pub_sections): New hook.
8778 * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
8779 * dwarf2out.c (add_pubname_string): Check
8780 targetm.want_debug_pub_sections.
8781 (add_pubname): Likewise.
8782 (add_pubtype): Likewise.
8784 2010-07-07 Jie Zhang <jie@codesourcery.com>
8786 * genautomata.c (output_automata_list_min_issue_delay_code):
8787 Correctly decompress min_issue_delay.
8789 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
8791 PR rtl-optimization/44404
8792 * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
8793 possible, use reg_overlap_mentioned_p instead.
8795 2010-07-07 Duncan Sands <baldrick@free.fr>
8798 * tree.c (build_function_type_skip_args): Copy the original type using
8799 build_distinct_type_copy rather than copy_node.
8801 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
8804 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
8806 (ix86_expand_prologue): Likewise.
8807 (ix86_handle_fndecl_attribute): Likewise.
8808 (ix86_asm_declare_function_name): Likewise.
8809 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
8810 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
8811 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
8812 * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
8813 * doc/extend.texi: Likewise.
8815 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
8818 * config/i386/i386.md (rdrand<mode>): Changed to expand to
8819 retry if the carry flag isn't valid.
8820 (rdrand<mode>_1): New.
8822 2010-07-07 Richard Guenther <rguenther@suse.de>
8825 * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
8826 for expanding the constant offset for MEM_REFs.
8828 2010-07-07 Richard Guenther <rguenther@suse.de>
8830 * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
8831 * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix.
8832 * gimple.h (is_gimple_operand): Remove.
8833 * gimple.c (is_gimple_operand): Likewise.
8834 (walk_gimple_op): Fix wi->val_only setting for calls.
8835 * tree-cfg.c (verify_gimple_call): Fix argument validation.
8836 * tree-profile.c (tree_gen_ic_func_profiler): Do not create
8837 invalid gimple calls.
8839 2010-07-06 Jan Hubicka <jh@suse.cz>
8841 * lto-cgraph.c (output_cgraph): Add missing declaration.
8843 2010-07-06 Jan Hubicka <jh@suse.cz>
8845 * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
8848 2010-07-06 Alexandre Oliva <aoliva@redhat.com>
8850 * doc/gimple.texi (GIMPLE_DEBUG): Document.
8851 * doc/rtl.texi (Debug Information): New node.
8852 (NOTE_INSN_VAR_LOCATION): Document.
8853 (debug_insn): Likewise.
8854 * doc/generic.texi (DEBUG_EXPR_DECL): Document.
8856 2010-07-07 Jan Hubicka <jh@suse.cz>
8858 With parts by Richard Guenther.
8861 * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
8862 for functions passed by reference.
8863 * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
8864 in memory when passed by reference.
8865 * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
8867 * ipa-split.c (split_function): Cleanup way return value is passed;
8868 handle SSA DECL_BY_REFERENCE retvals.
8869 * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
8870 DECL_BY_REFERENCE is set.
8871 * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
8872 find_what_p_points_to): Handle RESULT_DECL.
8873 * tree-inline.c (declare_return_variable): Get new entry_block argument;
8874 when passing by reference ensure that RESULT_DECL is gimple_val.
8875 (remap_gimple_op_r): Remap RESULT_DECL ssa name.
8876 (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
8878 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
8880 PR rtl-optimization/44787
8881 * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
8882 * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
8884 2010-07-06 Jan Hubicka <jh@suse.cz>
8886 * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
8887 (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
8888 with body can prevail.
8889 (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
8890 (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
8891 * cgraph.c (cgraph_get_node_or_alias): New function.
8892 * cgraph.h (cgraph_get_node_or_alias): Declare.
8894 2010-07-06 Kai Tietz <kai.tietz@onevision.com>
8896 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
8898 (ix86_expand_prologue): Likewise.
8899 (ix86_handle_fndecl_attribute): Likewise.
8900 (ix86_asm_declare_function_name): New function for
8901 ASM_DECLARE_FUNCTION_NAME.
8902 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
8903 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
8904 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
8905 * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
8906 * doc/extend.texi: Adjust documentation about ms_hook_prologue
8909 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
8911 * config/i386/i386.md (immediate_operand): New mode attribute.
8913 (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
8914 pro_epilogue_adjust_stack and pro_epilogue_adjust_stack_rex64
8915 using P mode iterator.
8916 (pro_epilogue_adjust_stack_di_2): Rename from
8917 pro_epilogue_adjust_stack_rex64_2.
8919 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
8921 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
8923 * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
8924 through gen_mov_insv_1 function pointer.
8925 (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
8926 gen_truncxf<mode>2 through gen_truncxf function pointer.
8927 (remainder<mode>3): Ditto.
8928 (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
8929 (allocate_stack): Call gen_allocate_stack_worker_64 or
8930 gen_allocate_stack_worker_32 through gen_allocate_stack_worker
8932 (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
8935 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
8937 * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
8938 operand constraint instead of <r><i>m.
8940 2010-07-06 Richard Guenther <rguenther@suse.de>
8943 * convert.c (convert_to_integer): Watch out for overflowing
8946 2010-07-05 Jan Hubicka <jh@suse.cz>
8948 * lto-streamer.c (write_symbol_vec): Rename to ...
8949 (write_symbol) ... this one; write only symbol given and when
8950 present in cache. Sanity check that what is defined is present
8951 in cgraph/varpool with body/finalized decl.
8952 (write_symbols_of_kind): Remove.
8953 (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
8954 pairs to produce symtab.
8955 (produce_asm_for_decls): Update call of produce_symtab; don't do so
8956 when doing WPA streaming.
8958 2010-07-05 Jan Hubicka <jh@suse.cz>
8960 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
8961 function is still available to fold into.
8963 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
8965 * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
8966 * function.h (struct_function): Change type of local_decls field
8968 (add_local_decl): New function.
8969 (FOR_EACH_LOCAL_DECL): New macro.
8970 * cfgexpand.c (init_vars_expansion): Adjust for new type of
8972 (estimated_stack_frame_size): Likewise.
8973 (expand_used_vars): Likewise.
8974 * cgraphbuild.c (build_cgraph_edges): Likewise.
8975 * function.c (instantiate_decls_1): Likewise.
8976 * ipa-struct-reorg.c (build_data_structure): Likewise.
8977 * ipa-type-escape.c (analyze_function): Likewise.
8978 * lto-streamer-in.c (input_function): Likewise.
8979 * lto-streamer-out.c (output_function): Likewise.
8980 * tree-ssa-live.c (remove_unused_locals): Likewise.
8981 * tree.c (free_lang_data_in_decl): Likewise.
8982 (find_decls_types_in_node): Likewise.
8983 * omp-low.c (remove_exit_barrier): Likewise.
8984 (expand_omp_taskreg): Likewise.
8985 (list2chain): Rename to...
8986 (vec2chain): ...this. Adjust.
8987 * cgraphunit.c (assemble_thunk): Call add_local_decl.
8988 * tree-cfg.c (replace_by_duplicate_decl): Likewise.
8989 * gimple-low.c (record_vars_into): Likewise.
8990 * tree-inline.c (remap_decls): Likewise.
8991 (declare_return_variable): Likewise.
8992 (declare_inline_vars): Likewise.
8993 (copy_forbidden): Adjust for new type of cfun->local_decls.
8994 (add_local_variables): New function.
8995 (expand_call_inline): Call it.
8996 (tree_function_versioning): Likewise.
8998 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
9000 AVX Programming Reference (June, 2010)
9001 * config/i386/cpuid.h (bit_F16C): New.
9002 (bit_RDRND): Likewise.
9003 (bit_FSGSBASE): Likewise.
9005 * config/i386/i386-builtin-types.def: Add
9006 "DEF_FUNCTION_TYPE (UINT16)", function types for
9007 float16 <-> float conversions and
9008 "DEF_FUNCTION_TYPE (VOID, UINT64)".
9010 * config/i386/i386-c.c (ix86_target_macros_internal): Support
9011 OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
9012 OPTION_MASK_ISA_F16C.
9014 * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
9015 (OPTION_MASK_ISA_RDRND_SET): Likewise.
9016 (OPTION_MASK_ISA_F16C_SET): Likewise.
9017 (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
9018 (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
9019 (OPTION_MASK_ISA_F16C_UNSET): Likewise.
9020 (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
9021 (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
9022 (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
9023 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
9024 (override_options): Handle them.
9025 (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
9026 (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
9027 IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
9028 IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
9029 IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
9030 IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
9031 IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
9032 IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
9033 IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
9034 (bdesc_args): Likewise.
9035 (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
9036 V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
9037 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
9038 VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
9039 Handle non-memory store.
9041 * config/i386/i386.h (TARGET_FSGSBASE): New.
9042 (TARGET_RDRND): Likewise.
9043 (TARGET_F12C): Likewise.
9045 * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
9046 (UNSPEC_VCVTPS2PH): Likewise.
9047 (UNSPECV_RDFSBASE): Likewise.
9048 (UNSPECV_RDGSBASE): Likewise.
9049 (UNSPECV_WRFSBASE): Likewise.
9050 (UNSPECV_WRGSBASE): Likewise.
9051 (UNSPECV_RDRAND): Likewise.
9052 (rdfsbase<mode>): Likewise.
9053 (rdgsbase<mode>): Likewise.
9054 (wrfsbase<mode>): Likewise.
9055 (wrgsbase<mode>): Likewise.
9056 (rdrand<mode>): Likewise.
9058 * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
9060 * config/i386/immintrin.h (_rdrand_u16): New.
9061 (_rdrand_u32): Likewise.
9062 (_readfsbase_u32): Likewise.
9063 (_readfsbase_u64): Likewise.
9064 (_readgsbase_u32): Likewise.
9065 (_readgsbase_u64): Likewise.
9066 (_writefsbase_u32): Likewise.
9067 (_writefsbase_u64): Likewise.
9068 (_writegsbase_u32): Likewise.
9069 (_writegsbase_u64): Likewise.
9070 (_rdrand_u64): Likewise.
9071 (_cvtsh_ss): Likewise.
9072 (_mm_cvtph_ps): Likewise.
9073 (_mm256_cvtph_ps): Likewise.
9074 (_cvtss_sh): Likewise.
9075 (_mm_cvtps_ph): Likewise.
9076 (_mm256_cvtps_ph): Likewise.
9078 * config/i386/sse.md (vcvtph2ps): New.
9079 (*vcvtph2ps_load): Likewise.
9080 (vcvtph2ps256): Likewise.
9081 (vcvtps2ph): Likewise.
9082 (*vcvtps2ph): Likewise.
9083 (*vcvtps2ph_store): Likewise.
9084 (vcvtps2ph256): Likewise.
9086 * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
9088 * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
9090 2010-07-05 Joern Rennecke <joern.rennecke@embecosm.com>
9093 * genenums.c (main): Output include of insn-constants.h
9094 * Makefile.in (insn-enums.o): Depend on insn-constants.h.
9096 2010-07-05 Uros Bizjak <ubizjak@gmail.com>
9098 * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
9099 (override_options): Initialize it.
9100 (ix86_expand_prologue): Use it.
9102 2010-07-05 Jakub Jelinek <jakub@redhat.com>
9104 * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
9106 2010-07-05 Anatoly Sokolov <aesok@post.ru>
9108 * double-int.h (fit_double_type): Remove declaration.
9109 * double-int.c (fit_double_type): Remove function.
9110 * tree.h (int_fits_type_p): Adjust prototype.
9111 * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
9112 instead of fit_double_type.
9113 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
9114 instead of fit_double_type and build_int_cst_wide.
9115 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
9116 instead of fit_double_type and build_int_cst_wide.
9117 (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
9120 2010-07-05 Jan Hubicka <jh@suse.cz>
9122 * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
9124 * lto-cgraph.c (referenced_from_other_partition_p,
9125 reachable_from_other_partition_p): Use in_other_partition flags.
9126 (output_node, output_varpool_node): COMDAT nodes always have private
9127 copies and thus are never used from other partition.
9129 2010-07-05 Anatoly Sokolov <aesok@post.ru>
9131 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
9132 * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
9133 * config/ia64/ia64.c Include reload.h.
9134 (ia64_memory_move_cost): New function.
9135 (TARGET_MEMORY_MOVE_COST): Define.
9136 (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
9139 2010-07-05 Sandra Loosemore <sandra@codesourcery.com>
9142 * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
9143 comments about cost model.
9144 (try_add_cand_for): Add second strategy for choosing initial set
9145 based on original IVs, controlled by ORIGINALP argument.
9146 (get_initial_solution): Add ORIGINALP argument.
9147 (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
9148 (find_optimal_iv_set): Try two different strategies for choosing
9149 the IV set, and return the one with lower cost.
9151 2010-07-05 Richard Guenther <rguenther@suse.de>
9153 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
9155 2010-07-05 Richard Guenther <rguenther@suse.de>
9157 * tree.c (reference_alias_ptr_type): New function.
9158 * tree.h (reference_alias_ptr_type): Declare.
9159 * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
9160 allow non-TARGET_MEM_REF new refs.
9161 (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
9162 * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
9163 Build a MEM_REF instead of a TARGET_MEM_REF if possible.
9164 (create_mem_ref): Get alias pointer type. Adjust calls to
9166 (maybe_fold_tmr): Likewise.
9167 * tree-flow.h (create_mem_ref): Adjust prototype.
9169 2010-07-05 Jakub Jelinek <jakub@redhat.com>
9172 * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
9173 *from_p is VAR_DECL.
9175 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
9177 * tree.h (build_call_list): Remove.
9178 * tree.c (build_call_list): Remove.
9180 2010-07-05 Richard Guenther <rguenther@suse.de>
9182 * double-int.h (double_int_sub): Declare.
9183 * double-int.c (double_int_sub): New function.
9184 * dwarf2out.c (field_byte_offset): Use it.
9185 * fixed-value.c (do_fixed_add): Likewise.
9186 (do_fixed_multiply): Likewise.
9187 (do_fixed_divide): Likewise.
9188 * tree-predcom.c (add_ref_to_chain): Likewise.
9189 (determine_roots_comp): Likewise.
9190 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
9192 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
9194 * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function
9197 2010-07-05 Bernd Schmidt <bernds@codesourcery.com>
9199 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
9200 * arm-modes.def (CC_NOTB): Don't define.
9201 * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
9202 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
9203 (LTUGEU): New code_iterator.
9204 (cnb, optab): New corresponding code_attrs.
9205 (addsi3_carryin_<optab>): Renamed from addsi3_carryin. Change pattern
9206 to canonical form. Operands 1 and 2 are commutative. Parametrize
9208 (addsi3_carryin_shift_<optab>): Likewise.
9209 (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
9210 Operands 1 and 2 are commutative. Parametrize using LTUGEU.
9211 (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
9212 (subsi3_compare): Renamed from subsi3_compare0_c.
9213 Change CC_NOTB to CC.
9214 (arm_subsi3_insn): Allow constants for operand 0.
9215 (compare_scc peephole for eq case): New.
9216 (compare_scc splitters): Change CC_NOTB to CC.
9218 2010-07-05 Richard Guenther <rguenther@suse.de>
9220 * tree-ssa-loop-im.c (for_each_index): Do not handle
9222 (gen_lsm_tmp_name): Likewise.
9223 * tree-dump.c (dequeue_and_dump): Likewise.
9224 * tree-pretty-print.c (dump_generic_node): Likewise.
9225 (op_code_prio): Likewise.
9226 (op_symbol_code): Likewise.
9227 * tree.c (staticp): Likewise.
9228 (build1_stat): Likewise.
9229 * tree.h (INDIRECT_REF_P): Likewise.
9230 * fold-const.c (maybe_lvalue_p): Likewise.
9231 (operand_equal_p): Likewise.
9232 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
9233 (ao_ref_init_from_vn_reference): Likewise.
9234 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
9235 (find_interesting_uses_address): Likewise.
9236 * dwarf2out.c (loc_list_from_tree): Likewise.
9237 * gimplify.c (gimplify_expr): Likewise.
9238 * tree-eh.c (tree_could_trap_p): Likewise.
9239 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
9240 * cfgexpand.c (expand_debug_expr): Likewise.
9241 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
9242 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
9243 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
9244 * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
9245 * tree-ssa-operands.c (get_expr_operands): Likewise.
9246 * expr.c (safe_from_p): Likewise.
9247 (expand_expr_real_1): Likewise. TER BIT_AND_EXPRs into MEM_REFs.
9248 * tree-vect-data-refs.c (vect_setup_realignment): Build
9249 BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
9250 * tree-vect-stmts.c (vectorizable_load): Likewise.
9251 * tree.def (ALIGN_INDIRECT_REF): Remove.
9253 2010-07-05 Richard Guenther <rguenther@suse.de>
9255 PR tree-optimization/44784
9256 * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
9258 (find_or_generate_expression): Fix SCCVN insertion check.
9260 2010-07-05 Nathan Sidwell <nathan@codesourcery.com>
9262 * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
9263 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
9264 * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
9267 2010-07-05 Ira Rosen <irar@il.ibm.com>
9269 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
9270 statements that are not vectorized.
9271 * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
9274 2010-07-05 Mikael Pettersson <mikpe@it.uu.se>
9277 * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
9279 2010-07-05 Richard Guenther <rguenther@suse.de>
9281 * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
9282 RESULT_DECLs properly.
9284 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
9286 PR rtl-optimization/44695
9287 * config/i386/i386.md (extract_code): Removed.
9288 (<u>divmodqi4): Likewise.
9290 (udivmodqi4): Likewise.
9291 (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
9292 (udivmodhiqi3): Likewise.
9294 2010-07-04 Jan Hubicka <jh@suse.cz>
9296 * lto-cgraph.c (input_edge): Do not care about resolution decisions.
9298 2010-07-04 Jan Hubicka <jh@suse.cz>
9300 * cgraphunit.c (init_cgraph): Only initialize dump file if it
9301 is not already initialized.
9303 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
9305 * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
9306 (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
9307 (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
9308 (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
9309 (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
9310 (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
9311 (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
9312 (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
9313 (sync_new_nand_optab): Redefine as macros.
9314 (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
9316 (direct_optab_index): New enum.
9317 (direct_optab_d): New structure.
9318 (direct_optab): New typedef.
9319 (direct_optab_table): Declare.
9320 (direct_optab_handler, set_direct_optab_handler): New functions.
9321 (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
9322 (sync_lock_release_optab): New macros.
9323 * optabs.c (direct_optab_table): New variable.
9324 (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
9325 (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
9326 cmpstr_optab and cmpstrn_optab.
9327 (emit_conditional_move): Likewise for movcc_optab.
9328 (can_conditionally_move_p): Likewise for movcc_gen_code.
9329 (init_insn_codes): Clear direct_optab_table.
9330 (init_optabs): Don't initialize the new "direct optabs" here.
9331 (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
9333 (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
9334 (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
9335 (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
9336 (expand_sync_operation): Likewise other sync_*_optabs.
9337 (expand_sync_fetch_operation): Likewise. Rename sync_compare_and_swap
9338 to sync_compare_and_swap_optab.
9339 (expand_sync_lock_test_and_set): Use direct_optab_handler for
9340 sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
9341 to the names of both.
9342 * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
9343 cmpstr_optab and cmpstrn_optab.
9344 (expand_builtin_lock_release): Likewise sync_lock_release.
9345 * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
9346 (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
9347 (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
9348 (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
9349 (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
9350 (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
9351 (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
9352 (sync_lock_test_and_set, sync_lock_release): Delete.
9353 (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
9354 (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
9355 * genopinit.c (optabs): Use set_direct_optab_handler for the new
9357 * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
9358 the "optab" local variable. Use direct_optab_handler for optab and
9359 sync_compare_and_swap_optab.
9360 * reload1.c (reload_in_optab, reload_out_optab): Delete.
9361 * targhooks.c (default_secondary_reload): Use direct_optab_handler for
9362 reload_in_optab and reload_out_optab.
9363 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
9364 * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
9365 * config/pa/pa.c (pa_secondary_reload): Likewise.
9366 * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
9367 for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
9368 (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
9369 (VMSupportsCS8_builtin): Likewise.
9371 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
9373 * optabs.h (optab_handlers): Change type of insn_code to int.
9374 (optab_handler, set_optab_handler, convert_optab_handler)
9375 (set_convert_optab_handler): Treat the insn_code field as "insn_code -
9377 * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
9378 (init_insn_codes): Zero both the above arrays.
9379 (init_optabs): Never call init_insn_codes first time around.
9381 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
9383 * optabs.h (optab_handler, convert_optab_handler): Turn into
9384 inline functions that return an insn code.
9385 (set_optab_handler, set_convert_optab_handler): New functions.
9386 * builtins.c: Replace optab_handler(X)->insn_code with
9387 optab_handler or set_optab_handler thoughout. Likewise
9388 convert_optab_handler(X)->insn_code with convert_optab_handler
9389 and set_convert_optab_handler.
9390 * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
9391 reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
9392 tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
9393 tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
9394 tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
9395 config/spu/spu.c: Likewise.
9397 2010-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
9400 * config.gcc (sh*-*-*): Use regular expressions instead of
9401 the 'i' modifier for sed substitutions.
9403 2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
9405 * gimple.c (gimple_body): Comments added.
9407 2010-07-04 Richard Guenther <rguenther@suse.de>
9410 * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
9413 2010-07-04 Richard Guenther <rguenther@suse.de>
9415 PR tree-optimization/44479
9416 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
9417 extra SSA name copy statements which preserves points-to
9419 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
9420 Copy points-to information for all pointers. Properly handle
9422 (vect_create_data_ref_ptr): Likewise. Avoid extra SSA name
9424 * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
9427 2010-07-04 Richard Guenther <rguenther@suse.de>
9430 * tree-inline.c (initialize_inlined_parameters): Do not
9431 re-use pointer-map slot over remap_type call.
9433 2010-07-04 Richard Guenther <rguenther@suse.de>
9435 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
9437 2010-07-04 Richard Guenther <rguenther@suse.de>
9439 PR tree-optimization/44656
9440 * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
9441 again after value-replacing in the defintions lhs.
9443 2010-07-04 Ira Rosen <irar@il.ibm.com>
9444 Revital Eres <eres@il.ibm.com>
9446 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
9447 Document new arguments.
9448 * doc/tm.texi: Regenerate.
9449 * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
9450 Handle unaligned store.
9451 * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
9452 * target.def (builtin_vectorization_cost): Add new arguments.
9453 * target.h (enum vect_cost_for_stmt): Add unaligned_store.
9454 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
9455 of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
9456 (vect_vfa_segment_size): Fix indentation.
9457 * tree-vectorizer.h (struct _vect_peel_info): New.
9458 (struct _vect_peel_extended_info): New.
9459 (struct _loop_vec_info): Add new field for peeling hash table and a
9460 macro for its access.
9461 (VECT_MAX_COST): Define.
9462 (vect_get_load_cost): Declare.
9463 (vect_get_store_cost, vect_get_known_peeling_cost,
9464 vect_get_single_scalar_iteraion_cost): Likewise.
9465 (vect_supportable_dr_alignment): Add new argument.
9466 * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
9468 (destroy_loop_vec_info): Free peeling hash table.
9469 (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
9470 (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
9471 vect_analyze_slp. Fix indentation.
9472 (vect_get_single_scalar_iteraion_cost): New function.
9473 (vect_get_known_peeling_cost): Likewise.
9474 (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
9475 Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
9476 statement. Move outside cost calculation inside unknown peeling case.
9477 Call vect_get_known_peeling_cost for known amount of peeling.
9478 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
9479 reference to the print message of forced alignment.
9480 (vect_verify_datarefs_alignment): Update call to
9481 vect_supportable_dr_alignment.
9482 (vect_get_data_access_cost): New function.
9483 (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
9484 vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
9485 vect_peeling_hash_choose_best_peeling): Likewise.
9486 (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
9487 to store all the accesses in the loop and find best possible access to
9488 align using peeling for known alignment case. For unknown alignment
9489 check if stores are preferred or if peeling is worthy.
9490 (vect_find_same_alignment_drs): Analyze pairs of loads too.
9491 (vect_supportable_dr_alignment): Add new argument and check aligned
9492 accesses according to it.
9493 * tree-vect-stmts.c (vect_get_stmt_cost): New function.
9494 (cost_for_stmt): Call vect_get_stmt_cost.
9495 (vect_model_simple_cost): Likewise.
9496 (vect_model_store_cost): Call vect_get_stmt_cost. Call
9497 vect_get_store_cost to calculate the cost of the statement.
9498 (vect_get_store_cost): New function.
9499 (vect_model_load_cost): Call vect_get_stmt_cost. Call
9500 vect_get_load_cost to calculate the cost of the statement.
9501 (vect_get_load_cost): New function.
9502 (vectorizable_store): Update call to vect_supportable_dr_alignment.
9503 (vectorizable_load): Likewise.
9504 * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
9505 * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
9506 arguments. Handle unaligned store.
9507 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
9508 (rs6000_builtin_support_vector_misalignment): Return true for word and
9509 double word alignments for VSX.
9510 * tree-vect-slp.c (vect_build_slp_tree): Update calls to
9511 vect_supportable_dr_alignment and builtin_vectorization_cost.
9513 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9516 * config/pa/predicates.md (prefetch_cc_operand): Remove.
9517 (prefetch_nocc_operand): Likewise.
9518 * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
9519 (prefetch_20): New insn.
9520 (prefetch_cc): Remove.
9521 (prefetch_nocc): Likewise.
9523 2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
9525 * expr.c (vector_mode_valid_p): Move to c-common.c.
9526 * expr.h (vector_mode_valid_p): Do not declare here.
9527 * system.h: Poison GCC_EXPR_H in front-ends.
9528 * Makefile.in: Update dependencies.
9530 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9533 * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
9535 2010-07-03 Jan Hubicka <jh@suse.cz>
9537 * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
9538 TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
9539 * cfgexpand.c (gimple_expand_cfg): Use new timevars.
9540 * var-tracking.c (vt_find_locations, variable_tracking_main_1):
9543 * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
9545 * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
9546 (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
9547 TV_IPA_LTO_DECL_OUT): New.
9548 * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
9550 2010-07-03 Jan Hubicka <jh@suse.cz>
9552 * ipa-inline.c (update_edge_key): Break out from ...
9553 update_callers_keys): ... here;
9554 (update_callee_keys): Update only the edges from caller to callee.
9555 (update_all_calle_keys): Do what update_calle_keys did.
9556 (decide_inlining_of_small_functions): Avoid recomputing of all
9557 callees when badness increase.
9559 2010-07-03 Jie Zhang <jie@codesourcery.com>
9561 * config/arm/arm.c (arm_attr_length_move_neon): New.
9562 * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
9563 * config/arm/neon.md (define_mode_attr V_slen): Remove.
9564 (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
9565 to compute length attribute.
9567 2010-07-03 Jie Zhang <jie@codesourcery.com>
9569 * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
9570 as predicate for operand 1 and remove its constraint.
9571 * config/arm/predicates.md (vfp_register_operand): New.
9572 * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
9573 (*push_fp_multi): Likewise.
9575 2010-07-03 Eric Botcazou <ebotcazou@adacore.com>
9577 * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
9579 2010-07-03 Jan Hubicka <jh@suse.cz>
9581 * config/i386/i386.c (override_options): Revert accidental commit.
9583 2010-07-02 Le-Chun Wu <lcwu@google.com>
9586 * doc/invoke.texi: Update documentation of -Wshadow.
9588 2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9589 Julian Brown <julian@codesourcery.com>
9590 Sandra Loosemore <sandra@codesourcery.com>
9592 * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
9593 comparisons. Adjust to take both operands.
9594 (arm_select_cc_mode): Handle DImode comparisons.
9595 (arm_gen_compare_reg): Generate a scratch register for DImode
9596 comparisons which require one. Use xor for Thumb equality checks.
9597 (arm_const_double_by_immediates): New.
9598 (arm_print_operand): Allow 'Q' and 'R' for constants.
9599 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
9600 * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
9601 arm_canonicalize_comparison.
9602 * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
9603 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
9605 (arm_const_double_by_immediates): Declare.
9606 * config/arm/constraints.md (Di): New constraint.
9607 * config/arm/predicates.md (arm_immediate_di_operand)
9608 (arm_di_operand, cmpdi_operand): New.
9609 * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
9610 (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
9611 (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
9612 (cstoredi4): Handle non-Cirrus also.
9614 2010-07-02 Julian Brown <julian@codesourcery.com>
9615 Sandra Loosemore <sandra@codesourcery.com>
9618 * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
9619 (smax<mode>3): Disable for NEON float modes when
9620 flag_unsafe_math_optimizations is false.
9621 * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
9623 (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
9624 (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
9625 for NEON float modes when flag_unsafe_math_optimizations is false.
9626 (quad_halves_<code>v4sf): Only enable if
9627 flag_unsafe_math_optimizations is true.
9628 * doc/invoke.texi (ARM Options): Add note about floating point
9629 vectorization requiring -funsafe-math-optimizations.
9631 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
9632 Julian Brown <julian@codesourcery.com>
9634 * config/arm/neon.md (UNSPEC_VABA): Delete.
9635 (UNSPEC_VABAL): Delete.
9636 (UNSPEC_VABS): Delete.
9637 (UNSPEC_VMUL_N): Delete.
9640 (mul<mode>3add<mode>_neon): Make the pattern named.
9641 (mul<mode>3neg<mode>add<mode>_neon): Likewise.
9642 (neon_vadd<mode>): Replace with define_expand, and move the remaining
9644 (neon_vadd<mode>_unspec): ...to this.
9645 (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
9646 (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
9647 (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
9648 (neon_vaba<mode>): Rewrite in terms of vabd.
9649 (neon_vabal<mode>): Rewrite in terms of vabdl.
9650 (neon_vabs<mode>): Rewrite without unspec.
9651 * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
9652 (*arm_subdi3): Likewise.
9653 * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
9654 No_op attribute to disable assembly output checks.
9655 * config/arm/arm_neon.h: Regenerated.
9656 * doc/arm-neon-intrinsics.texi: Regenerated.
9658 2010-07-02 Jan Hubicka <jh@suse.cz>
9660 * ipa-split.c (split_function): For aggregate values, set the return
9661 slot optimization bit. When passing DECL_BY_REFERENCE, produce
9662 *<retval> = fncall.part ().
9663 (execute_split_functions): Do not care about DECL_BY_REFERENCE.
9665 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
9667 * config/arm/neon.md (UNSPEC_VAND): Delete.
9668 (UNSPEC_VBIC): Delete.
9669 (UNSPEC_VCLZ): Delete.
9670 (UNSPEC_VCNT): Delete.
9671 (UNSPEC_VEOR): Delete.
9672 (UNSPEC_VORN): Delete.
9673 (UNSPEC_VORR): Delete.
9674 (iordi3_neon): Rewrite RTL without unspec. Add alternatives to handle
9676 (anddi3_neon): Likewise.
9677 (orndi3_neon): Likewise.
9678 (bicdi3_neon): Likewise.
9679 (xordi3_neon): Likewise.
9680 (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
9681 rid of unspec and handle unused operand.
9682 (neon_vcnt<mode>): Similarly, with popcount<mode>2.
9683 * config/arm/predicates.md (imm_for_neon_logic_operand):
9684 Require TARGET_NEON.
9685 (imm_for_neon_inv_logic_operand): Likewise.
9686 * config/arm/arm.md (define_split for logical_binary_operator):
9687 Disable for NEON registers.
9688 (anddi3): Add new define_expand, and rename the insn. Disable
9689 this insn for NEON, where anddi3_neon now applies.
9690 (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
9691 (iordi3): As for anddi3.
9693 * config/arm/neon.ml (Vand): Split DImode variants and mark them
9694 as No_op to disable testing for exact instruction match.
9699 * config/arm/arm_neon.h: Regenerated.
9700 * doc/arm-neon-intrinsics.texi: Regenerated.
9702 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
9704 * expr.h (emit_stack_probe): Declare.
9705 * explow.c (emit_stack_probe): Make global.
9706 (anti_adjust_stack_and_probe): Fix comments.
9707 * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
9708 * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9709 * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9710 * config/sparc/sparc.c: Include except.h.
9711 (sparc_emit_probe_stack_range): New function.
9712 (output_probe_stack_range): Likewise.
9713 (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
9714 built-in stack checking is enabled.
9715 * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
9716 * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
9717 (probe_stack_range): New insn.
9719 2010-07-02 Richard Guenther <rguenther@suse.de>
9722 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
9723 for argument alignment.
9725 2010-07-02 Jan Hubicka <jh@suse.cz>
9727 * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
9728 walk backwards from entry_bb to check only those basic block of header
9729 that might lead to execution of split part.
9730 (consider_split) ... here.
9731 (find_return_bb): Allow assignment in return BB.
9733 (split_function): Fix name of cloned function; take care of updating
9734 return value in return_bb containing move.
9736 2010-07-02 Andreas Schwab <schwab@linux-m68k.org>
9739 * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
9742 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
9744 * implicit-zee.c (combine_reaching_defs): Fix long lines.
9745 (is_set_with_extension_DI): Delete.
9746 (struct zero_extend_info): New structure.
9747 (add_removable_zero_extend): New function.
9748 (find_removable_zero_extends): Use note_stores to find SETs.
9749 (find_and_remove_ze): Fix long line, remove superfluous parentheses.
9751 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
9753 * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
9754 is_miss_rate_acceptable. Pull total_positions computation
9755 out of the loops. Early return if miss_positions exceeds
9756 the acceptable threshold.
9757 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
9758 is_miss_rate_acceptable after renaming of compute_miss_rate.
9760 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
9763 * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
9764 of 1000) for miss rate if the address diference is greater than or
9765 equal to the cache line size (the two reference will never hit the
9768 2010-07-02 Bernd Schmidt <bernds@codesourcery.com>
9771 * config/arm/arm-modes.def (CC_NOTB): New mode.
9772 * config/arm/arm.c (get_arm_condition_code): Handle it.
9773 * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
9774 * config/arm/arm.md (subsi3_compare0_c): New pattern.
9775 (compare_scc): Now a define_and_split. Add a number of extra
9776 splitters before it.
9779 * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
9781 (arm_rtx_costs_1): Likewise.
9782 (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
9783 * config/arm/arm.md (is_arch6): New attribute.
9784 (zero_extendhisi2, zero_extendqisi2, extendhisi2,
9785 extendqisi2): Tighten the code somewhat, avoiding invalid
9786 RTL to occur in the expander patterns.
9787 (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
9788 (thumb1_zero_extendhisi2_v6): Delete.
9789 (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
9790 (thumb1_extendhisi2_v6): Delete.
9791 (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
9792 (thumb1_extendqisi2_v6): Delete.
9793 (zero_extendhisi2 for register input splitter): New.
9794 (zero_extendqisi2 for register input splitter): New.
9795 (thumb1_extendhisi2 for register input splitter): New.
9796 (extendhisi2 for register input splitter): New.
9797 (extendqisi2 for register input splitter): New.
9798 (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
9799 (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
9800 and add support for a register alternative requiring a split.
9801 (thumb1_zero_extendqisi2): Likewise.
9802 (arm_zero_extendqisi2): Likewise.
9803 (arm_extendhisi2): Likewise.
9804 (arm_extendqisi2): Likewise.
9806 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
9808 * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
9809 instead of an unspec.
9810 (neon_expand_vector_init): Likewise.
9811 * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
9812 (UNSPEC_VDUP_LANE): Delete.
9813 (UNSPEC VDUP_N): Delete.
9814 (UNSPEC_VGET_HIGH): Delete.
9815 (UNSPEC_VGET_LANE): Delete.
9816 (UNSPEC_VGET_LOW): Delete.
9817 (UNSPEC_VMVN): Delete.
9818 (UNSPEC_VSET_LANE): Delete.
9819 (V_double_vector_mode): New.
9820 (vec_set<mode>_internal): Make code emitted match that for the
9821 corresponding intrinsics.
9822 (vec_setv2di_internal): Likewise.
9823 (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
9824 (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
9825 (neon_vset_lane<mode>): Combine double and quad patterns and
9826 expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
9827 (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
9828 (neon_vdup_n<mode>): Rewrite RTL without unspec.
9829 (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
9830 (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
9831 with neon_vdup_lanev2di, adjusting the pattern from the latter
9832 to be predicable for consistency.
9833 (neon_vdup_lane<mode>_internal): New.
9834 (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
9835 to avoid using an unspec.
9836 (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
9837 (neon_vdup_lanev2di): Turn into a define_expand.
9838 (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
9839 (neon_vget_high<mode>): Replace with....
9840 (neon_vget_highv16qi): New pattern using canonical RTL.
9841 (neon_vget_highv8hi): Likewise.
9842 (neon_vget_highv4si): Likewise.
9843 (neon_vget_highv4sf): Likewise.
9844 (neon_vget_highv2di): Likewise.
9845 (neon_vget_low<mode>): Replace with....
9846 (neon_vget_lowv16qi): New pattern using canonical RTL.
9847 (neon_vget_lowv8hi): Likewise.
9848 (neon_vget_lowv4si): Likewise.
9849 (neon_vget_lowv4sf): Likewise.
9850 (neon_vget_lowv2di): Likewise.
9852 * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
9853 test for this emitting vmov.
9854 (Vset_lane): Likewise.
9858 * doc/arm-neon-intrinsics.texi: Regenerated.
9860 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
9862 * config/arm/neon.md (vec_extractv2di): Correct error in register
9863 numbering to reconcile with neon_vget_lanev2di.
9865 2010-07-02 Richard Guenther <rguenther@suse.de>
9867 * tree-ssa-structalias.c (pt_solution_set_var): New function.
9868 * tree-ssa-alias.h (pt_solution_set_var): Declare.
9869 * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
9870 points-to information.
9872 2010-07-02 Christian Borntraeger <borntraeger@de.ibm.com>
9874 * config/s390/s390.c (override_options): Adopt prefetching
9875 at -O3 to handle flag_prefetch_loop_arrays as a tristate.
9877 2010-07-02 Jan Hubicka <jh@suse.cz>
9879 * df-problems.c (df_kill_notes): Do not collect dead notes.
9880 (df_set_note): Just call add_reg_note.
9881 (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
9882 df_create_unused_note): Do not deal with lists of old notes.
9883 (df_note_bb_compute): Likewise.
9885 2010-07-02 Richard Guenther <rguenther@suse.de>
9887 * tree-ssa-structalias.c (find_func_aliases): Handle
9888 pointer alignment via BIT_AND_EXPR.
9889 * tree-vrp.c (extract_range_from_binary_expr): Likewise.
9891 2010-07-02 Richard Guenther <rguenther@suse.de>
9893 * tree-data-ref.c (initialize_data_dependence_relation): Handle
9894 mismatching number of dimensions properly.
9896 2010-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9899 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
9900 (lo_sum (high ...) ...) patterns generated by earlier passes.
9902 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9904 * doc/install.texi (Prerequisites): Document Perl requirement on
9906 (Specific, *-*-solaris2*): Document GNU c++filt requirement.
9908 2010-07-02 Richard Guenther <rguenther@suse.de>
9911 * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
9913 2010-07-02 Jan Hubicka <jh@suse.cz>
9916 * predict.c (predict_paths_for_bb): Handle case when control dependence
9917 BB has only abnormal edges.
9919 2010-07-02 Richard Guenther <rguenther@suse.de>
9921 PR tree-optimization/44748
9922 * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
9923 the embedded conversion in MEM_REFs.
9925 2010-07-01 López-Ibáñez <manu@gcc.gnu.org>
9927 * reload.c: Include toplev.h.
9928 * recog.c: Likewise.
9929 * Makefile.in: Adjust dependencies.
9931 2010-07-01 Jakub Jelinek <jakub@redhat.com>
9934 * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
9935 or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
9937 2010-07-01 Richard Guenther <rguenther@suse.de>
9939 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
9942 2010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
9945 * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
9948 2010-07-01 Bernd Schmidt <bernds@codesourcery.com>
9951 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
9952 Make sure operand 0 dies.
9954 2010-07-01 Richard Guenther <rguenther@suse.de>
9958 * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
9959 * doc/generic.texi (References to storage): Document MEM_REF.
9960 * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
9961 (print_call_name): Likewise.
9962 * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
9963 (build_simple_mem_ref_loc): New function.
9964 (mem_ref_offset): Likewise.
9965 * tree.h (build_simple_mem_ref_loc): Declare.
9966 (build_simple_mem_ref): Define.
9967 (mem_ref_offset): Declare.
9968 * fold-const.c: Include tree-flow.h.
9969 (operand_equal_p): Handle MEM_REF.
9970 (build_fold_addr_expr_with_type_loc): Likewise.
9971 (fold_comparison): Likewise.
9972 (fold_unary_loc): Fold
9973 VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
9974 (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
9975 fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
9976 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
9977 (ptr_deref_may_alias_ref_p_1): Likewise.
9978 (ao_ref_base_alias_set): Properly differentiate base object for
9980 (ao_ref_init_from_ptr_and_size): Use MEM_REF.
9981 (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
9982 (indirect_refs_may_alias_p): Likewise.
9983 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
9985 (ref_maybe_used_by_call_p_1): Handle MEM_REF.
9986 (call_may_clobber_ref_p_1): Likewise.
9987 * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
9988 * expr.c (expand_assignment): Handle MEM_REF.
9989 (store_expr): Handle MEM_REFs from STRING_CSTs.
9990 (store_field): If expanding a MEM_REF of a non-addressable
9991 decl use bitfield operations.
9992 (get_inner_reference): Handle MEM_REF.
9993 (expand_expr_addr_expr_1): Likewise.
9994 (expand_expr_real_1): Likewise.
9995 * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
9996 * alias.c (ao_ref_from_mem): Handle MEM_REF.
9997 (get_alias_set): Likewise. Properly handle VIEW_CONVERT_EXPRs.
9998 * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
9999 (dr_analyze_indices): Likewise.
10000 (dr_analyze_alias): Likewise.
10001 (object_address_invariant_in_loop_p): Likewise.
10002 * gimplify.c (mark_addressable): Handle MEM_REF.
10003 (gimplify_cond_expr): Build MEM_REFs.
10004 (gimplify_modify_expr_to_memcpy): Likewise.
10005 (gimplify_init_ctor_preeval_1): Handle MEM_REF.
10006 (gimple_fold_indirect_ref): Adjust.
10007 (gimplify_expr): Handle MEM_REF. Gimplify INDIRECT_REF to MEM_REF.
10008 * tree.def (MEM_REF): New tree code.
10009 * tree-dfa.c: Include toplev.h.
10010 (get_ref_base_and_extent): Handle MEM_REF.
10011 (get_addr_base_and_unit_offset): New function.
10012 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
10013 * gimple-fold.c (may_propagate_address_into_dereference): Handle
10015 (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
10016 accesses if the array has just one dimension. Remove always true
10017 parameter. Do not require type compatibility here.
10018 (maybe_fold_offset_to_component_ref): Remove.
10019 (maybe_fold_stmt_indirect): Remove.
10020 (maybe_fold_reference): Remove INDIRECT_REF handling.
10021 Fold back to non-MEM_REF.
10022 (maybe_fold_offset_to_address): Simplify. Deal with type
10024 (maybe_fold_reference): Likewise.
10025 (maybe_fold_stmt_addition): Likewise. Also handle
10026 &ARRAY + I in addition to &ARRAY[0] + I.
10027 (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
10028 (gimple_get_relevant_ref_binfo): Handle MEM_REF.
10029 * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
10030 * tree-ssa.c (useless_type_conversion_p): Make most pointer
10031 conversions useless.
10032 (warn_uninitialized_var): Handle MEM_REF.
10033 (maybe_rewrite_mem_ref_base): New function.
10034 (execute_update_addresses_taken): Implement re-writing of MEM_REFs
10036 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
10037 INDIRECT_REF handling.
10038 (copy_tree_body_r): Handle MEM_REF.
10039 * gimple.c (is_gimple_addressable): Adjust.
10040 (is_gimple_address): Likewise.
10041 (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
10042 invariant base are invariant.
10043 (is_gimple_min_lval): Adjust.
10044 (is_gimple_mem_ref_addr): New function.
10045 (get_base_address): Handle MEM_REF.
10046 (count_ptr_derefs): Likewise.
10047 (get_base_loadstore): Likewise.
10048 * gimple.h (is_gimple_mem_ref_addr): Declare.
10049 (gimple_call_fndecl): Handle invariant MEM_REF addresses.
10050 * tree-cfg.c (verify_address): New function, split out from ...
10051 (verify_expr): ... here. Use for verifying ADDR_EXPRs and
10052 the address operand of MEM_REFs. Verify MEM_REFs. Reject
10054 (verify_types_in_gimple_min_lval): Handle MEM_REF. Disallow
10055 INDIRECT_REF. Allow conversions.
10056 (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
10057 a register does not change its size.
10058 (verify_types_in_gimple_reference): Verify MEM_REF.
10059 (verify_gimple_assign_single): Disallow INDIRECT_REF.
10061 * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
10063 (mark_address_taken): Handle MEM_REF.
10064 (get_indirect_ref_operands): Pass through opf_not_non_addressable.
10065 (get_asm_expr_operands): Pass opf_not_non_addressable.
10066 (get_expr_operands): Handle opf_[not_]non_addressable.
10067 Handle MEM_REF. Remove INDIRECT_REF handling.
10068 * tree-vrp.c (check_array_ref): Handle MEM_REF.
10069 (search_for_addr_array): Likewise.
10070 (check_array_bounds): Likewise.
10071 (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
10072 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
10073 (ref_always_accessed_p): Likewise.
10074 (gen_lsm_tmp_name): Likewise. Handle ADDR_EXPR.
10075 * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
10077 * cgraphbuild.c (mark_load): Properly check for NULL result
10078 from get_base_address.
10079 (mark_store): Likewise.
10080 * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
10081 * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
10082 handling for MEM_REF.
10083 * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
10084 &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
10085 * builtins.c (stabilize_va_list_loc): Use the function ABI
10086 valist type if we couldn't canonicalize the argument type.
10087 Always dereference with the canonical va-list type.
10088 (maybe_emit_free_warning): Handle MEM_REF.
10089 (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
10091 * builtins.c (fold_builtin_memory_op): Use ref-all types
10092 for all memcpy foldings.
10093 * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
10094 (build_outer_var_ref): Likewise.
10095 (scan_omp_1_op): Likewise.
10096 (lower_rec_input_clauses): Likewise.
10097 (lower_lastprivate_clauses): Likewise.
10098 (lower_reduction_clauses): Likewise.
10099 (lower_copyprivate_clauses): Likewise.
10100 (expand_omp_atomic_pipeline): Likewise.
10101 (expand_omp_atomic_mutex): Likewise.
10102 (create_task_copyfn): Likewise.
10103 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
10104 Remove old union trick. Initialize constant offsets.
10105 (ao_ref_init_from_vn_reference): Likewise. Do not handle
10106 INDIRECT_REF. Init base_alias_set properly.
10107 (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
10108 (vn_reference_fold_indirect): Adjust for MEM_REFs.
10109 (valueize_refs): Fold MEM_REFs. Re-evaluate constant offset
10111 (may_insert): Remove.
10112 (visit_reference_op_load): Do not test may_insert.
10113 (run_scc_vn): Remove parameter, do not fiddle with may_insert.
10114 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
10115 a field to store the constant offset this op applies.
10116 (run_scc_vn): Adjust prototype.
10117 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
10118 * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
10119 MEM_REF. Propagate &foo + CST as &MEM[&foo, CST]. Do not
10120 bother about volatile qualifiers on pointers.
10121 (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
10122 * tree-ssa-loop-ivopts.c
10123 * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
10124 (strip_offset_1): Likewise.
10125 (find_interesting_uses_address): Replace INDIRECT_REF handling with
10127 (get_computation_cost_at): Likewise.
10128 * ipa-pure-const.c (check_op): Handle MEM_REF.
10129 * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
10130 * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
10132 * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
10133 * tree-parloops.c (take_address_of): Adjust for MEM_REF.
10134 (eliminate_local_variables_1): Likewise.
10135 (create_call_for_reduction_1): Likewise.
10136 (create_loads_for_reductions): Likewise.
10137 (create_loads_and_stores_for_name): Likewise.
10138 * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
10139 (ssa_accessed_in_tree): Handle MEM_REF.
10140 (ssa_accessed_in_assign_rhs): Likewise.
10141 (update_type_size): Likewise.
10142 (analyze_accesses_for_call_stmt): Likewise.
10143 (analyze_accesses_for_assign_stmt): Likewise.
10144 (transform_access_sites): Likewise.
10145 (transform_allocation_sites): Likewise.
10146 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
10147 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
10148 not handle INDIRECT_REF.
10149 * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
10150 (cond_store_replacement): Likewise.
10151 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
10152 MEM_REF, no not handle INDIRECT_REFs.
10153 (insert_into_preds_of_block): Properly initialize avail.
10154 (phi_translate_1): Fold MEM_REFs. Re-evaluate constant offset
10155 for ARRAY_REFs. Properly handle reference lookups that
10156 require a bit re-interpretation.
10157 (can_PRE_operation): Do not handle INDIRECT_REF. Handle MEM_REF.
10158 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
10159 (build_ref_for_offset_1): Remove.
10160 (build_ref_for_offset): Build MEM_REFs.
10161 (gate_intra_sra): Disable for now.
10162 (sra_ipa_modify_expr): Handle MEM_REF.
10163 (ipa_early_sra_gate): Disable for now.
10164 * tree-sra.c (create_access): Swap INDIRECT_REF handling for
10166 (disqualify_base_of_expr): Likewise.
10167 (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
10169 (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
10170 Use mem_ref_offset. Remove bogus folding.
10171 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
10172 (make_fancy_name_1): Add support for MEM_REF.
10173 * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
10174 * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
10175 * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
10176 (compute_complex_ancestor_jump_func): Likewise.
10177 (ipa_analyze_virtual_call_uses): Likewise.
10178 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
10179 INDIRECT_REF folding with more generalized MEM_REF folding.
10180 (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
10181 (forward_propagate_addr_into_variable_array_index): Also handle
10182 &ARRAY + I in addition to &ARRAY[0] + I.
10183 * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
10184 * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
10185 creates assignments with overlap.
10186 * tree-nested.c (get_static_chain): Adjust for MEM_REF.
10187 (get_frame_field): Likewise.
10188 (get_nonlocal_debug_decl): Likewise.
10189 (convert_nonlocal_reference_op): Likewise.
10190 (struct nesting_info): Add mem_refs pointer-set.
10191 (create_nesting_tree): Allocate it.
10192 (convert_local_reference_op): Insert to be folded mem-refs.
10193 (fold_mem_refs): New function.
10194 (finalize_nesting_tree_1): Perform defered folding of mem-refs
10195 (free_nesting_tree): Free the pointer-set.
10196 * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
10197 (vectorizable_load): Likewise.
10198 * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
10199 (propagate_with_phi): Likewise.
10200 * tree-object-size.c (addr_object_size): Handle MEM_REFs
10201 instead of INDIRECT_REFs.
10202 (compute_object_offset): Handle MEM_REF.
10203 (plus_stmt_object_size): Handle MEM_REF.
10204 (collect_object_sizes_for): Dispatch to plus_stmt_object_size
10206 * tree-flow.h (get_addr_base_and_unit_offset): Declare.
10207 (symbol_marked_for_renaming): Likewise.
10208 * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
10209 (fold-const.o): Add $(TREE_FLOW_H).
10210 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
10211 (find_func_clobbers): Likewise.
10212 * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
10213 (decompose_access): Likewise.
10214 (replace_field_acc): Likewise.
10215 (replace_field_access_stmt): Likewise.
10216 (insert_new_var_in_stmt): Likewise.
10217 (get_stmt_accesses): Likewise.
10218 (reorg_structs_drive): Disable.
10219 * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
10220 (ix86_canonical_va_list_type): Likewise.
10222 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
10225 * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
10226 * target.def (struct gcc_target): Replace enum reg_class with
10227 reg_class_t in hook argument / return types.
10228 * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
10229 (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
10230 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
10231 * targhooks.h (default_branch_target_register_class): Likewise.
10232 (default_ira_cover_classes, default_secondary_reload): Likewise.
10233 (default_memory_move_cost, default_register_move_cost): Likewise.
10234 * targhooks.c (default_branch_target_register_class): Likewise.
10235 (default_ira_cover_classes, default_secondary_reload): Likewise.
10236 (default_memory_move_cost, default_register_move_cost): Likewise.
10237 * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
10238 * bt-load.c (branch_target_load_optimize): Likewise.
10239 * ira.c (setup_cover_and_important_classes): Likewise.
10240 * ira-costs.c (copy_cost): Likewise.
10241 * reload1.c (emit_input_reload_insns): Likewise.
10242 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
10243 * config/frv/frv.c (frv_secondary_reload): Likewise.
10244 * config/s390/s390.c (s390_secondary_reload): Likewise.
10245 * config/i386/i386.c (i386_ira_cover_classes): Likewise.
10246 (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
10247 (ix86_register_move_cost): Likewise.
10248 * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
10249 * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
10250 * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
10251 * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
10252 * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
10253 (rs6000_ira_cover_classes): Likewise.
10254 * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
10255 * config/picochip/picochip-protos.h (picochip_secondary_reload):
10257 * config/pa/pa.c (pa_secondary_reload): Likewise.
10258 * config/mips/mips.c (mips_ira_cover_classes): Likewise.
10259 * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
10260 * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
10261 * doc/tm.texi: Regenerate.
10263 2010-06-30 Sebastian Pop <sebastian.pop@amd.com>
10265 PR bootstrrap/44726
10266 * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
10268 (build_alias_set_optimal_p): Likewise.
10269 (build_base_obj_set_for_drs): Likewise.
10271 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
10273 * target.def: Remove comment about licensing problems of function
10276 * target.def (declare_constant_name): Change exp to expr. Use DEFHOOK.
10277 * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
10278 * doc/tm.texi: Regenerate.
10280 * target.def (builtin_reciprocal): Change tm_fn to md_fn. Use DEFHOOK.
10281 * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
10283 * target.def (enum_va_list_p): Use DEFHOOK.
10284 * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
10285 Rename ptype to ptree.
10286 * doc/tm.texi: Regenerate.
10288 * target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
10289 * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
10290 * doc/tm.texi: Regenerate.
10292 * target.def (memory_move_cost): Use DEFHOOK.
10293 * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
10294 Rename regclass AKA class to rclass.
10295 * doc/tm.texi: Regenerate.
10297 * target.def (pragma_parse): Use DEFHOOK.
10298 * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
10299 s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
10300 * doc/tm.texi: Regenerate.
10302 * target.def (pass_by_reference): Use DEFHOOK.
10303 * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
10304 * doc/tm.texi: Regenerate.
10306 * target.def (resolve_overloaded_builtin): Rename params to arglist.
10308 * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
10309 * doc/tm.texi: Regenerate.
10311 * target.def (return_pops_args): Use DEFHOOK.
10312 * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
10313 Rename stack-size to size.
10314 * doc/tm.texi: Regenerate.
10316 * target.def (dfa_new_cycle): Use DEFHOOK. Rename dump_file to dump,
10317 last-sched_cycle to last_clock, cur_cycle to clock.
10318 * doc/tm.texi.in: Use @hook.
10319 * doc/tm.texi: Regenerate.
10321 * target.def (print_operand, print_operand_address): Update comment.
10322 (print_operand_punct_valid_p): Likewise.
10324 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
10326 * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
10328 (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
10329 * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
10330 * rtl-error.h: New.
10331 * regrename.c: Do not include toplev.h. Include rtl-error.h.
10332 * rtl-error.c: Likewise.
10333 * reload.c: Likewise.
10334 * recog.c: Likewise.
10335 * sel-sched.c: Likewise.
10336 * function.c: Likewise.
10337 * reg-stack.c: Likewise.
10338 * cfgrtl.c: Likewise.
10339 * reload1.c: Likewise.
10340 * final.c: Include rtl-error.
10341 * Makefile.in: Adjust dependencies.
10343 2010-06-30 Jan Hubicka <jh@suse.cz>
10345 PR middle-end/PR44706
10346 * ipa-split (split_function): Refine conditions when to use DECL_RESULT
10347 to return the value.
10349 2010-06-30 Michael Matz <matz@suse.de>
10352 * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
10353 * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
10354 a gimple reg, attach the original VDEF to the last store in the
10357 2010-06-30 Iain Sandoe <iains@gcc.gnu.org>
10360 * config/darwin.c (darwin_override_options): Use renamed
10361 targetm.asm_out.emit_unwind_label.
10363 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
10365 PR tree-optimization/39799
10366 * tree-inline.c (remap_ssa_name): Initialize variable only if
10367 SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
10369 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
10371 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
10373 2010-06-30 Richard Guenther <rguenther@suse.de>
10376 * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
10377 against oscillation with reverse peephole2.
10379 2010-06-30 H.J. Lu <hongjiu.lu@intel.com>
10382 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
10385 2010-06-30 Nick Clifton <nickc@redhat.com>
10387 * config/rx/rx-modes.def: New file.
10388 * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
10389 (CC_REGNUM): Define.
10390 (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
10392 (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
10393 (SELECT_CC_MODE): Define.
10394 * config/rx/rx.md (CC_REG): Define. Update all patterns to use
10395 (reg:CC CC_REG) instead of (cc0).
10396 (attr "cc"): Delete.
10397 (cbranchsi4): Do not split compare and branch here. Instead move
10399 (cbranchsi4_<code>): ... here. New patterns.
10400 (cmpsi): Call rx-compare_redundant to find out if it is necessary
10401 to emit the compare instruction.
10402 * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
10404 (rx_get_stack_layout): Iterate up to before CC_REGNUM not
10405 FIRST_PSEUDO_REGNUM.
10406 (rx_expand_prologue, rx_expand_epilogue): Likewise.
10407 (rx_notice_update_cc): Delete.
10408 (rx_cc_modes_compatible): New function.
10409 (flags_needed_for_conditional): New function.
10410 (flags_from_mode): New function.
10411 (rx_compare_redundant): New function - scans backwards through
10412 insn list to find out if condition flags are already set correctly.
10413 (TARGET_CC_MODES_COMPATIBLE): Define.
10414 * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
10416 * config/rx/rx.h (BRANCH_COST): Define.
10417 (REGISTER_MOVE_COST): Define.
10418 * config/rx/predicates (rx_source_operand): Allow all constant types.
10419 * config/rx/rx.md (addsi3): Add alternative for swapped operands.
10420 (tstsi4): New pattern.
10421 * config/rx/rx.c (rx_memory_move_cost): Define.
10422 (TARGET_MEMORY_MOVE_COST): Define.
10424 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
10426 * tree.h (block_may_fallthru): Declare here.
10427 * tree-flow.h (block_may_fallthru): Do not declare here.
10428 * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
10430 * Makefile.in (c-typeck.o): Update dependencies.
10432 2010-06-30 Jakub Jelinek <jakub@redhat.com>
10435 * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
10436 * cselib.c (cfa_base_preserved_regno): New static variable.
10437 (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
10438 of REGNO (cfa_base_preserved_val->locs->loc).
10439 (cselib_preserve_cfa_base_value): Add regno argument, set
10440 cfa_base_preserved_regno to it.
10441 (cselib_invalidate_regno): Allow removal of registers other than
10442 cfa_base_preserved_regno from cfa_base_preserved_val.
10443 (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
10444 * var-tracking.c (adjust_mems): Replace sp or hfp even outside
10445 of MEM addresses, if not on LHS.
10446 (reverse_op): Don't add reverse ops for cfa_base_rtx.
10447 (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
10449 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
10451 * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
10453 (peep2_buf_position): New static function.
10454 (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
10455 peephole2_optimize): Use it.
10456 (peep2_attempt, peep2_update_life): New static functions, broken out
10457 of peephole2_optimize.
10458 (peep2_fill_buffer): New static function.
10459 (peephole2_optimize): Change the main loop to try to fill the buffer
10460 with the maximum number of insns before matching them against
10461 peepholes. Use a forward scan. Remove special case for targets with
10462 conditional execution.
10463 * genrecog.c (change_state): Delete dead code.
10464 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
10465 Rewrite so as not to expect the second insn to have had a peephole
10468 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
10470 * genhooks.c (emit_findices): Cast field precision to int.
10471 (emit_documentation): Likewise.
10473 2010-06-29 Jakub Jelinek <jakub@redhat.com>
10475 PR tree-optimization/43801
10476 * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
10477 if old_decl was DECL_ONE_ONLY.
10480 * dwarf2out.c (add_accessibility_attribute): New function.
10481 (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
10482 instead of adding DW_AT_accessibility manually.
10483 (gen_enumeration_type_die, gen_struct_or_union_type_die,
10484 gen_typedef_die): Use it.
10486 2010-06-29 Douglas B Rupp <rupp@gnat.com>
10488 * vmsdbgout.c (full_name): Just output the file name if not native.
10490 2010-06-29 Douglas B Rupp <rupp@gnat.com>
10492 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
10493 (funcnam_table): New static table.
10494 (funcnum_table): New static table.
10495 (write_rtnbeg): Write value saved in funcnum_table.
10496 (write_rtnend): Write value saved in funcnum_table.
10497 (vmsdbgout_begin_function): Save current function info in
10498 (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
10499 (vmsdbgout_finish): Iterate over funcnum_table.
10501 2010-06-29 Douglas B Rupp <rupp@gnat.com>
10503 * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
10504 (vmsdbgout_type_decl): Declare
10505 (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
10506 (FUNC_EPILOGUE_LABEL): New macro
10507 (vmsdbgout_begin_epilogue): New function.
10508 (vmsdbgout_type_decl): New function.
10510 2010-06-29 Douglas B Rupp <rupp@gnat.com>
10512 * vmsdbg.h: Update copyright.
10514 2010-06-29 Douglas B Rupp <rupp@gnat.com>
10516 * vmsdbg.h (DST_K_TBG): New DST constant.
10517 * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
10518 (write_modbeg): Cast module_language to avoid warning.
10519 (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
10521 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
10524 * target.def, doc/tm.texi.in, genhooks.c: New files.
10525 * target.h: Instead of defining individual hook members,
10526 define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
10527 include target.def.
10528 * target-def.h: Instead of defining individual hook initializers,
10529 include target-hooks-def.h.
10530 * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
10531 targetm.live_on_entry -> targetm.extra_live_on_entry
10532 targetm.sched.md_finish ->targetm.sched.finish
10533 targetm.sched.md_init -> targetm.sched.init
10534 targetm.sched.md_init_global -> targetm.sched.init_global
10535 targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
10536 targetm.asm_out.except_table_label ->
10537 targetm.asm_out.emit_except_table_label
10538 targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
10539 targetm.target_help -> targetm.help
10540 targetm.vectorize.builtin_support_vector_misalignment ->
10541 targetm.vectorize.support_vector_misalignment
10542 targetm.file_start_app_off -> targetm.asm_file_start_app_off
10543 targetm.file_start_file_directive ->
10544 targetm.asm_file_start_file_directive
10545 * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
10546 * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
10547 * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
10548 TARGET_VECTOR_ALIGNMENT_REACHABLE ->
10549 TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
10550 TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
10551 TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
10552 TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
10553 * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
10554 * Makefile.in (TARGET_H): Depend on target.def.
10555 (TARGET_DEF_H): Depend on target-hooks-def.h.
10556 (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
10557 (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
10558 * doc/tm.texi: Regenerate.
10560 * Makefile.in (s-tm-texi): Remove stray tab / rule.
10562 * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
10563 (targetm.sched.init): Likewise.
10565 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
10568 * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
10569 (function_arg_advance_32): Const-ify TYPE parameter.
10570 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
10571 (ix86_function_arg_advance): Change type of NAMED to bool.
10572 (function_arg_32): Const-ify CUM and TYPE parameters.
10573 (function_arg_64): Likewise. Change type of NAMED to bool.
10574 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
10576 (ix86_function_arg): Change type of NAMED to bool.
10577 (ix86_setup_incoming_varargs): Call ix86_function_arg_advance. Pass
10578 last argument as a bool.
10580 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
10582 * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
10583 (OVERRIDE_OPTIONS): Add note of obsolescence.
10584 Replace references with references to TARGET_OPTION_OVERRIDE.
10585 (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
10587 * targhooks.c (default_target_option_override): New function.
10588 * targhooks.h (default_target_option_override): Declare.
10589 * target.h (struct gcc_target): Add override member to
10590 target_option member.
10591 * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
10592 targetm.target_option.override call.
10593 * target-def.h (TARGET_OPTION_OVERRIDE): Define.
10594 (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
10596 2010-06-29 Jan Hubicka <jh@suse.cz>
10598 * tree-inline.c: Replace incomming by incomin and clonning by cloning.
10600 2010-06-29 Jan Hubicka <jh@suse.cz>
10602 * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
10604 (rebuild_frequencies): New function.
10605 * predict.h (rebuild_frequencies): Declare.
10606 * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
10607 entry block and edge reaching new_entry.
10608 (tree_function_versioning): When doing partial cloning, rebuild
10609 frequencies when done.
10610 * passes.c (execute_function_todo): Use rebild_frequencies.
10612 2010-06-29 Richard Guenther <rguenther@suse.de>
10614 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
10615 * tree-flow.h (enum noalias_state): Remove.
10616 (struct var_ann_d): Remove noalias_state member.
10618 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
10621 * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
10622 (maddhisi4): Renamed from mulhisi3addsi. Operands renumbered.
10623 (maddhidi4): Likewise.
10625 Revert parts of the change for PR25130.
10626 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
10629 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
10631 * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
10632 targetm.calls.function_incoming_arg, and
10633 targetm.calls.function_arg_advance instead of FUNCTION_ARG,
10634 FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
10635 * target.h (struct gcc_target): Add function_arg_advance,
10636 function_arg, and function_incoming_arg fields.
10637 * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
10638 (TARGET_FUNCTION_INCOMING_ARG): Define.
10639 (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
10640 and TARGET_FUNCTION_INCOMING_ARG.
10641 * targhooks.h (default_function_arg_advance): Declare.
10642 (default_function_arg, default_function_incoming_arg): Declare.
10643 * targhooks.c (default_function_arg_advance): New function.
10644 (default_function_arg, default_function_incoming_arg): New function.
10645 * config/i386/i386.c (function_arg_advance): Rename to...
10646 (ix86_function_arg_advance): ...this. Make static.
10647 (function_arg): Rename to...
10648 (ix86_function_arg): ...this. Make static.
10649 (TARGET_FUNCTION_ARG_ADVANCE): Define.
10650 (TARGET_FUNCTION_ARG): Define.
10651 * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
10652 (FUNCTION_ARG): Delete.
10653 * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
10654 (function_arg): Delete prototype.
10656 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
10658 * reginfo.c (init_reg_sets_1): Adjust comments.
10659 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
10660 * calls.c (prepare_call_address): Likewise.
10661 (emit_call_1): Use targetm.calls.return_pops_args.
10662 (expand_call): Likewise.
10663 * function.c (assign_parms): Likewise.
10664 * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
10665 * target.h (struct gcc_target) [struct calls]: Add
10666 return_pops_args field.
10667 * targhooks.h (default_return_pops_args): Declare.
10668 * targhooks.c (default_return_pops_args): Define.
10669 * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
10670 (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
10671 * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
10672 (TARGET_RETURN_POPS_ARGS): ...this. Use deftypefn. Adjust
10674 * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
10675 * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
10676 * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
10677 * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
10678 * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
10679 * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
10680 * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
10681 * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
10682 * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
10683 * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
10684 * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
10685 * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
10686 * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
10687 * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
10688 * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
10689 * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
10690 * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
10691 * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
10692 * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
10693 * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
10694 * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
10695 * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
10696 * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
10697 * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
10698 * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
10699 * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
10700 * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
10701 * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
10702 * config/score/score.h (RETURN_POPS_ARGS): Likewise.
10703 * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
10704 * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
10705 * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
10706 * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
10707 * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
10708 * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
10709 * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
10710 * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
10711 * config/i386/i386.c (ix86_return_pops_args): Make static.
10712 Constify arguments.
10713 (TARGET_RETURN_POPS_ARGS): Define.
10714 * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
10715 * config/m68k/m68k.c (m68k_return_pops_args): ...here. New function.
10716 (TARGET_RETURN_POPS_ARGS): Define.
10717 * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
10718 * config/vax/vax.c (vax_return_pops_args): ...here. New function.
10719 (TARGET_RETURN_POPS_ARGS): Define.
10721 2010-06-29 Richard Guenther <rguenther@suse.de>
10723 PR middle-end/44667
10724 * tree-inline.c (initialize_inlined_parameters): Make sure
10725 to remap the inlined parameter variable substitutions types.
10727 2010-06-29 Eric Botcazou <ebotcazou@adacore.com>
10729 PR rtl-optimization/44659
10730 * combine.c (make_compound_operation) <SUBREG>: Do not return the
10731 result of force_to_mode if it partially re-expanded the compound.
10733 2010-06-28 Jan Hubicka <jh@suse.cz>
10735 PR middle-end/44671
10736 * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
10739 2010-06-28 Anatoly Sokolov <aesok@post.ru>
10741 * double-int.h (force_fit_type_double): Remove declaration.
10742 * double-int.c (force_fit_type_double): Move to tree.c.
10743 * tree.h (force_fit_type_double): Declare.
10744 * tree.h (force_fit_type_double): Moved from double-int.c. Use
10745 double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
10746 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
10747 * convert.c (convert_to_pointer): Adjust call to
10748 force_fit_type_double.
10749 * tree-vrp.c (extract_range_from_assert,
10750 extract_range_from_unary_expr): Adjust call to force_fit_type_double.
10751 * fold-const.c: Update comment.
10752 (int_const_binop, fold_convert_const_int_from_int,
10753 fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
10754 extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
10755 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
10756 round_up_loc): Adjust call to force_fit_type_double.
10758 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
10760 * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
10762 2010-06-28 Martin Jambor <mjambor@suse.cz>
10764 * tree-sra.c (convert_callers): New parameter, change fndecls of
10766 (modify_function): Pass the old decl to convert_callers.
10768 2010-06-28 Martin Jambor <mjambor@suse.cz>
10770 * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
10771 ipa_check_create_node_params and ipa_initialize_node_params with
10772 checking asserts they are not necessary.
10774 2010-06-28 Jan Hubicka <jh@suse.cz>
10776 PR tree-optimization/44687
10777 * ipa-split.c (split_function): Use DECL_RESULT to store return value.
10779 2010-06-28 Martin Jambor <mjambor@suse.cz>
10782 * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
10783 (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
10784 instead of BINFO_BASE_BINFO.
10786 2010-06-28 Michael Matz <matz@suse.de>
10788 PR middle-end/44592
10789 * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
10790 proper VDEF chain for intermediate stores in the sequence.
10792 2010-06-28 Jan Hubicka <jh@suse.cz>
10794 PR tree-optimization/44357
10795 * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
10796 uninlinable functions.
10798 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
10800 * config.gcc (powerpc*-*-*): Handle titan.
10801 * config/rs6000/rs6000.c (titan_cost): New costs.
10802 (rs6000_override_options): Add "titan" to processor_target_table.
10803 Add Titan to branch alignment logic.
10804 Correctly set rs6000_cost for titan.
10805 * config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
10806 * config/rs6000/titan.md: New file.
10807 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
10809 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
10811 * tree-browser.c (TB_history_stack): Convert to a VEC.
10812 (TB_SET_HEAD): Adjust for new type of TB_history_stack.
10813 (TB_history_prev): Likewise.
10815 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
10817 * vec.h (vec_heap_free): Add parentheses around free.
10819 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
10821 * system.h: Poison GCC_EXCEPT_H for front-end files.
10823 * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
10825 * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
10826 Define to NULL by default.
10827 * except.h: Define GCC_EXCEPT_H.
10828 (doing_eh): Remove prototype.
10829 (init_eh, init_eh_for_function): Move prototypes to toplev.h.
10830 (lang_protect_cleanup_actions): Remove.
10831 * except.c (lang_protect_cleanup_actions): Remove.
10832 (doing_eh): Remove.
10833 (gen_eh_region): Don't check doing_eh here.
10834 * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
10835 * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
10836 instead of lang_protect_cleanup_actions.
10837 * omp-low.c (maybe_catch_exception): Likewise.
10838 * Makefile.in: Update dependencies.
10840 2010-06-28 Bingfeng Mei <bmei@broadcom.com>
10842 * cgraph.h (struct varpool_node): new used_from_object_file flag.
10843 (struct cgraph_local_info): new used_from_object_file flag.
10844 * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
10845 (cgraph_clone_node): initialize used_from_object_file.
10846 (cgraph_create_virtual_clone): initialize used_from_object_file.
10847 * lto-symbtab.c (lto_symtab_merge_decls_1): Set
10848 used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
10849 when compiling with -fwhole-program.
10850 (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
10852 * ipa.c (function_and_variable_visibility): Set externally_visible
10853 flag of varpool_node if used_from_object_file flag is set.
10854 (cgraph_externally_visible_p): check used_from_object_file flag.
10855 * doc/invoke.texi (-fwhole-program option): Change description of
10856 externally_visible attribute accordingly.
10857 * doc/extend.texi (externally_visible): Ditto.
10859 2010-06-27 Jan Hubicka <jh@suse.cz>
10861 * params.def (max-inline-insns-auto): Default to 40.
10862 * doc/invoke.texi (max-inline-insns-auto): Document the change.
10864 2010-06-27 Jan Hubicka <jh@suse.cz>
10866 PR middle-end/44671
10867 PR middle-end/44686
10868 * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
10870 * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
10871 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
10873 2010-06-27 Anatoly Sokolov <aesok@post.ru>
10875 * target.h (struct gcc_target): Add register_move_cost field.
10876 * target-def.h (TARGET_REGISTER_MOVE_COST): New.
10877 (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
10878 * targhooks.c (default_register_move_cost): New function.
10879 * targhooks.h (default_register_move_cost): Declare function.
10880 * defaults.h (REGISTER_MOVE_COST): Delete.
10881 * ira-int.h (ira_register_move_cost): Update comment.
10882 * ira.c (ira_register_move_cost): Update comment.
10883 * reload.h (register_move_cost): Declare.
10884 * reginfo.c (register_move_cost): New function.
10885 (move_cost): Update comment.
10886 (init_move_cost, memory_move_secondary_cost): Replace
10887 REGISTER_MOVE_COST with register_move_cost.
10888 * postreload.c (reload_cse_simplify_set): (Ditto.).
10889 * reload.c (find_valid_class, find_reloads): (Ditto.).
10890 * reload1.c (choose_reload_regs): (Ditto.).
10891 * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
10892 (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
10893 * doc/md.texi (can_create_pseudo_p): Update documentation.
10895 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
10896 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
10897 * config/i386/i386.h (ix86_memory_move_cost): Make static.
10898 (TARGET_MEMORY_MOVE_COST): Define.
10900 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
10901 * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
10902 * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
10903 (TARGET_MEMORY_MOVE_COST): Define.
10905 2010-06-27 Richard Guenther <rguenther@suse.de>
10907 PR tree-optimization/44683
10908 * tree-ssa-dom.c (record_edge_info): Record equivalences for the
10909 false edge from the inverted condition.
10911 2010-06-27 Richard Guenther <rguenther@suse.de>
10913 PR middle-end/44684
10914 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
10915 (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
10916 for register LHS. Or non-store assignments.
10918 2010-06-26 Eric Botcazou <ebotcazou@adacore.com>
10920 * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
10921 (sparc_emit_set_const64): Likewise. Remove disabled code.
10922 * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
10923 (sparc_emit_set_const64): Likewise.
10925 2010-06-26 Catherine Moore <clm@codesourcery.com>
10927 * config/mips/mips.md (alu_type): New attribute.
10928 (type): Infer type from alu_type.
10929 (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
10930 *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
10931 *subsi3_extended, negsi2, negdi2, *low<mode>,
10932 *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
10933 xor<mode>3, *nor<mode>3,
10934 *zero_extend<GPR:mode>_trunc<SHORT:mode>,
10935 *zero_extendhi_truncqi): Set alu_type instead of type.
10937 2010-06-26 Douglas B Rupp <rupp@gnat.com>
10939 * config/alpha/alpha.c (alpha_need_linkage): Adjust
10940 splay_tree_new_ggc call.
10941 (alpha_use_linkage): Likewise.
10943 2010-06-26 Joseph Myers <joseph@codesourcery.com>
10945 * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
10946 * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
10947 * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
10948 (static_specs): Remove switches_need_spaces.
10949 (process_command, do_self_spec): Hardcode handling "-o" instead of
10950 checking switches_need_spaces.
10951 * system.h (SWITCHES_NEED_SPACES): Poison.
10953 2010-06-26 Richard Guenther <rguenther@suse.de>
10955 PR tree-optimization/44393
10956 * tree-loop-distribution.c (generate_loops_for_partition): Fix
10957 stmt removal and VOP renaming.
10958 (generate_memset_zero): Remove redundant stmt updating.
10959 * tree-flow.h (mark_virtual_ops_in_bb): Remove.
10960 * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
10962 2010-06-26 Jan Hubicka <jh@suse.cz>
10964 * ipa-split.c (consider_split): PHI in entry block is OK as long as all
10965 edges comming from header are equivalent.
10966 (visit_bb): Handle PHIs correctly.
10967 * tree-inline.c (copy_phis_for_bb): Be able to copy
10968 PHI from entry edge.
10969 (copy_cfg_body): Produce edge from entry BB before copying PHIs.
10971 2010-06-26 Richard Guenther <rguenther@suse.de>
10973 PR middle-end/44674
10974 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
10975 decls. Handle LABEL_DECLs like FUNCTION_DECLs.
10977 2010-06-26 Joseph Myers <joseph@codesourcery.com>
10979 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
10980 add_infile, alloc_switch): New.
10981 (process_command): Remove variable lang_n_infiles. Process
10982 options in a single pass. Use new functions for allocating
10983 infiles and switches arrays. Properly skip operands of
10984 -Xpreprocessor and -Xassembler.
10986 2010-06-26 Jan Hubicka <jh@suse.cz>
10988 PR middle-end/44671
10989 * cgraphunit.c (cgraph_function_versioning): Remove wrong
10990 cgraph_make_decl_local call; fix typo copying RTL data.
10992 2010-06-25 DJ Delorie <dj@redhat.com>
10994 * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
10995 (m32c_output_aligned_common): Likewise.
10996 * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
10997 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
10998 * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
10999 (m32c_register_pragmas): Register it.
11000 * config/m32c/m32c.c (m32c_get_pragma_address): New.
11001 (m32c_insert_attributes): Set #pragma address decls volatile.
11002 (pragma_entry_eq): New.
11003 (pragma_entry_hash): New.
11004 (m32c_note_pragma_address): New.
11005 (m32c_get_pragma_address): New.
11006 (m32c_output_aligned_common): New.
11007 * doc/extend.texi: Document the new pragma.
11009 * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
11011 * config/m32c/predicates.md (m32c_any_operand): Check the code
11012 instead of memory_operand so as to allow matching volatile MEMs.
11013 (m32c_nonimmediate_operand): Likewise.
11014 (mra_operand): Allow volatiles.
11016 2010-06-25 Alexandre Oliva <aoliva@redhat.com>
11019 * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
11020 address if the offset is unknown.
11022 2010-06-25 Douglas B Rupp <rupp@gnat.com>
11024 * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
11025 * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
11026 * config/ia64/ia64-protos.h (ia64_start_function): Declare.
11027 * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
11028 to ia64_start_function. Invoke it.
11029 * config/ia64/ia64.c (ia64_start_function): Call new function
11030 dwarf2out_vms_debug_main_pointer.
11032 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
11034 * tree-if-conv.c (insert_gimplified_predicates): Do not insert
11035 statements computing the true predicate.
11037 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
11039 * tree-if-conv.c (init_bb_predicate): Initialize the predicate
11040 to boolean_true_node.
11041 (reset_bb_predicate): New.
11042 (predicate_bbs): Call reset_bb_predicate.
11044 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
11046 * tree-if-conv.c (combine_blocks): Remove FIXME comment.
11047 (tree_if_conversion): Returns true when something has been changed.
11048 (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
11051 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
11053 * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
11054 * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
11055 * tree-if-conv.c: Include dbgcnt.h.
11056 (tree_if_conversion): Use if_conversion_tree to count the number of
11057 if-convertible loops.
11059 2010-06-25 Changpeng Fang <changpeng.fang@amd.com>
11061 * common.opt (fprefetch-loop-arrays): Re-define
11062 -fprefetch-loop-arrays as a tri-state option with the initial
11064 * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
11065 pass only when flag_prefetch_loop_arrays > 0.
11066 * toplev.c (process_options): Note that, with tri-states,
11067 flag_prefetch_loop_arrays>0 means prefetching is enabled.
11068 * config/i386/i386.c (override_options): Enable prefetching at -O3
11069 for a set of CPUs that sw prefetching is helpful.
11070 (software_prefetching_beneficial_p): New. Return TRUE if software
11071 prefetching is beneficial for the given CPU.
11073 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
11075 PR rtl-optimization/44326
11076 * implicit-zee.c (find_removable_zero_extends): Replace
11077 INSN_P with NONDEBUG_INSN_P.
11079 2010-06-25 Martin Jambor <mjambor@suse.cz>
11081 * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
11082 (struct ipa_node_params): Removed the modification_analysis_done flag.
11083 (ipa_is_param_modified): Removed.
11084 (ipa_analyze_node): Declare.
11085 (ipa_compute_jump_functions): Remove declaration.
11086 (ipa_count_arguments): Likewise.
11087 (ipa_detect_param_modifications): Likewise.
11088 (ipa_analyze_params_uses): Likewise.
11089 * ipa-prop.c (struct param_analysis_info): New type.
11090 (visit_store_addr_for_mod_analysis): Removed.
11091 (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
11092 moved down in the file.
11093 (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
11094 (ipa_count_arguments): Made static.
11095 (mark_modified): New function.
11096 (is_parm_modified_before_call): New function.
11097 (compute_pass_through_member_ptrs): New parameter parms_info, call
11098 is_parm_modified_before_call instead of ipa_is_param_modified.
11099 (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
11100 it to compute_pass_through_member_ptrs.
11101 (ipa_compute_jump_functions): New parameter parms_info, pass it to
11102 ipa_compute_jump_functions_for_edge. Call ipa_initialize_node_params
11103 on the callee if it is analyzed. Made static.
11104 (ipa_analyze_indirect_call_uses): New parameter parms_info, call
11105 is_parm_modified_before_call instead of ipa_is_param_modified.
11106 (ipa_analyze_call_uses): New parameter parms_info, pass it to
11107 ipa_analyze_indirect_call_uses.
11108 (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
11109 ipa_analyze_call_uses.
11110 (ipa_analyze_params_uses): New parameter parms_info, pass it to
11111 ipa_analyze_stmt_uses. Also perform the used analysis. Made static.
11112 (ipa_analyze_node): New function.
11113 (ipa_print_node_params): Do not dump the modified flag.
11114 (ipa_write_node_info): Assert uses_analysis_done rather than streaming
11115 it. Do not stream the modified parameter flag.
11116 (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
11117 it. Do not stream the modified parameter flag.
11118 * ipa-cp.c (ipcp_analyze_node): Removed.
11119 (ipcp_init_stage): Iterate only once over the nodes, analyze each one
11120 with only a call to ipa_analyze_node.
11121 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
11122 node with only a call to ipa_analyze_node.
11124 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
11126 * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
11128 2010-06-25 Jan Hubicka <jh@suse.cz>
11130 * tree-pass.h (pass_split_functions): Declare.
11131 * opts.c (decode_options): Enable function splitting at -O2
11132 * timevar.def (TV_IPA_FNSPLIT): New macro.
11133 * ipa-split.c: New file.
11134 * common.opt (-fpartial-inlining): New flag.
11135 * Makefile.in (ipa-split.o): New object file.
11136 * passes.c (init_optimization_passes): Add ipa-split.
11137 * params.def (partial-inlining-entry-probability): New parameters.
11138 * doc/invoke.texi (-fpartial-inlining): New.
11140 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
11143 * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
11144 * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
11145 (gimplify_expr): Likewise.
11147 2010-06-25 Martin Jambor <mjambor@suse.cz>
11149 * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
11150 statements instead of bailing out on them.
11151 (ipa_analyze_indirect_call_uses): Do not require that loads from the
11152 parameter are in the same BB as the condition. Update comments.
11154 2010-06-25 Jakub Jelinek <jakub@redhat.com>
11156 PR middle-end/43866
11157 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
11158 true or always false, return NULL_TREE.
11159 (tree_unswitch_single_loop): Optimize conditions even when reaching
11160 max-unswitch-level parameter. If num > 0, optimize first all conditions
11161 using entry checks, then do still reachable block discovery and consider
11162 only conditions in still reachable basic blocks in the loop.
11164 PR tree-optimization/44539
11165 * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
11166 the call doesn't have LHS, but has VDEF.
11168 2010-06-25 Joseph Myers <joseph@codesourcery.com>
11170 * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
11171 * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
11172 * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
11173 (process_command): Remove code conditional on MODIFY_TARGET_NAME.
11174 * system.h (MODIFY_TARGET_NAME): Poison.
11176 2010-06-25 Alan Modra <amodra@gmail.com>
11178 * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
11179 * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
11180 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
11181 CMODEL_LARGE as default.
11182 * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
11183 (offsettable_ok_by_alignment): Delete.
11184 (rs6000_emit_move): Remove mcmodel=medium optimization.
11186 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
11188 With large parts from Jim Wilson:
11190 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
11191 WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
11192 * optabs.c (optab_for_tree_code): Likewise.
11193 (expand_widen_pattern_expr): Likewise.
11194 * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
11195 out of execute_optimize_widening_mul.
11196 (convert_plusminus_to_widen): New function.
11197 (execute_optimize_widening_mul): Use the two new functions.
11198 * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
11199 Remove code to generate widening multiply-accumulate. Add support
11200 for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
11201 * gimple-pretty-print.c (dump_ternary_rhs): New function.
11202 (dump_gimple_assign): Call it when appropriate.
11203 * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
11204 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
11205 (expand_gimple_stmt_1): Likewise.
11206 (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
11207 WIDEN_MULT_MINUS_EXPR.
11208 * tree-ssa-operands.c (get_expr_operands): Likewise.
11209 * tree-inline.c (estimate_operator_cost): Likewise.
11210 * gimple.c (extract_ops_from_tree_1): Renamed from
11211 extract_ops_from_tree. Add new arg for a third operand; fill it.
11212 (gimple_build_assign_stat): Support operations with three operands.
11213 (gimple_build_assign_with_ops_stat): Likewise.
11214 (gimple_assign_set_rhs_from_tree): Likewise.
11215 (gimple_assign_set_rhs_with_ops_1): Renamed from
11216 gimple_assign_set_rhs_with_ops. Add new arg for a third operand.
11217 (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
11218 (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
11219 WIDEN_MULT_MINUS_EXPR.
11220 * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
11221 (extract_ops_from_tree_1): Adjust declaration.
11222 (gimple_assign_set_rhs_with_ops_1): Likewise.
11223 (gimple_build_assign_with_ops): Pass NULL for last operand.
11224 (gimple_build_assign_with_ops3): New macro.
11225 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
11226 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
11228 * tree-cfg.c (verify_gimple_assign_ternary): New static function.
11229 (verify_gimple_assign): Call it.
11230 * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
11231 (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
11232 functions for dealing with three-operand statements.
11233 * tree.c (commutative_ternary_tree_code): New function.
11234 * tree.h (commutative_ternary_tree_code): Declare it.
11235 * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
11236 ternary statements.
11237 (gimple_assign_nonzero_warnv_p): Likewise.
11238 * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
11239 * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
11240 (ccp_fold): Use it. Handle GIMPLE_TERNARY_RHS.
11241 * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
11242 (struct hashtable_expr): New member ternary in the union.
11243 (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
11244 (hashable_expr_equal_p): Fix indentation. Handle EXPR_TERNARY.
11245 (iterative_hash_hashable_expr): Likewise.
11246 (print_expr_hash_elt): Handle EXPR_TERNARY.
11247 * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
11248 * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
11249 statements. Handle GIMPLE_TERNARY_RHS.
11251 2010-06-25 Jan Hubicka <jh@suse.cz>
11253 * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
11255 2010-06-25 Shujing Zhao <pearly.zhao@oracle.com>
11258 * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
11259 parameters are not good.
11260 (c_parser_parameter_declaration): Error unknown type name if the type
11261 name can't start declaration specifiers.
11263 2010-06-25 Joseph Myers <joseph@codesourcery.com>
11265 * gcc.c (translate_options): Don't mention +e in comment.
11266 (process_command): Don't handle +e specially.
11268 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
11270 * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
11272 * ira-build.c (merge_hard_reg_conflicts): New function.
11273 (create_cap_allocno, copy_info_to_removed_store_destinations,
11274 propagate_some_info_from_allocno, propagate_allocno_info): Use it.
11275 (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
11276 (remove_unnecessary_allocnos, remove_low_level_allocnos)
11277 copy_nifo_to_removed_store_destination): Use them.
11278 * ira-lives.c (make_hard_regno_born): New function, split out of
11280 (make_allocno_born): Likewise.
11281 (make_hard_regno_dead): New function, split out of make_regno_dead.
11282 (make_allocno_dead): Likewise.
11283 (inc_register_pressure): New function, split out of set_allocno_live.
11284 (dec_register_pressure): New function, split out of clear_allocno_live.
11285 (mark_pseudo_regno_live): New function, split out of mark_reg_live.
11286 (mark_hard_reg_live): Likewise. Use inc_register_pressure.
11287 (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
11288 (mark_hard_reg_dead): Likewise. Use dec_register_pressure.
11289 (make_pseudo_conflict): Use mark_pseudo_regno_dead and
11290 mark_pseudo_regno_live.
11291 (process_bb_node_lives): Use mark_pseudo_regno_live,
11292 make_hard_regno_born and make_allocno_dead.
11293 (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
11294 set_allocno_live, clear_allocno_live): Delete functions.
11296 * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
11297 * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
11299 (ira_flattening): Use ira_parent_allocno.
11300 * ira-conflicts.c (process_regs_for_copy, propagate_copies)
11301 build_allocno_conflicts): Use ira_parent_or_cap_allocno.
11303 * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
11306 * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
11307 TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
11308 minmax_set_iter_cond, minmax_set_iter_next,
11309 FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
11310 CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
11311 ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
11312 ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET. All
11315 * ira-int.h (struct live_range, live_range_t): Renamed from struct
11316 ira_allocno_live_range and allocno_live_range_t; all uses changed.
11317 * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
11320 2010-06-24 Richard Earnshaw <rearnsha@arm.com>
11322 * thumb2.md (thumb2_tlobits_cbranch): Delete.
11323 (peephole2 to convert zero_extract/compare of single bit to
11324 lshift/compare): New.
11326 2010-06-24 Anatoly Sokolov <aesok@post.ru>
11328 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
11329 recursive call and call to 'int_const_binop'.
11330 (build_range_check, fold_cond_expr_with_comparison, unextend,
11331 fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
11332 multiple_of_p): Adjust call to const_binop.
11334 2010-06-24 Uros Bizjak <ubizjak@gmail.com>
11336 * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
11337 determine size of XFmode operand.
11338 (XFmode extended DFmode push splitter): Ditto.
11339 (XFmode extended SFmode push splitter): Ditto.
11341 2010-06-24 H.J. Lu <hongjiu.lu@intel.com>
11344 * config/i386/i386.md (extract_code): New.
11345 (<u>divmodqi4): Likewise.
11346 (divmodhiqi3): Likewise.
11347 (udivmodhiqi3): Likewise.
11348 (<u>divqi3): Remvoved.
11350 2010-06-24 Jakub Jelinek <jakub@redhat.com>
11352 PR middle-end/44492
11353 * recog.h (struct recog_data): Add is_asm field.
11354 * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
11355 present in constraints of inline-asm operand and memory operand
11356 contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
11357 (extract_insn): Initialize recog_data.is_asm.
11358 * doc/md.texi (Constraints): Document operand side-effect rules.
11360 2010-06-24 Andi Kleen <ak@linux.intel.com>
11362 * c-parser.c (c_parser_conditional_expression): Call
11363 warn_for_omitted_condop.
11364 * doc/invoke.texi: Document omitted condop warning.
11366 2010-06-24 Nick Clifton<nickc@redhat.com>
11368 * loop-unswitch.c (compare_and_jump_seq): Assert that the last
11369 insn in the sequence is a jump insn before setting its label.
11371 2010-06-24 Alan Modra <amodra@gmail.com>
11373 * collect2.c (main): Match exactly --version and --help.
11375 2010-06-24 DJ Delorie <dj@redhat.com>
11377 * config/m32c/m32c-pragma.c: Don't include rtl.h.
11379 2010-06-23 Uros Bizjak <ubizjak@gmail.com>
11381 * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
11382 using X87MODEF mode iterator.
11383 (pushsf splitter): Macroize splitter using P mode iterator.
11384 (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
11387 (*movxf_internal): Rename from *movxf_integer.
11388 (*movxf_internal_nointeger): Rename from *movxf_nointeger.
11389 (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
11390 (*movdf_internal): Rename from *movdf_integer.
11391 (*movdf_internal_nointeger): Rename from *movdf_nointeger.
11392 (*movsf_internal): Rename from *movdf_1.
11394 2010-06-23 Basile Starynkevitch <basile@starynkevitch.net>
11396 * coretypes.h (gimple_seq_node_d, gimple_seq_node)
11397 (const_gimple_seq_node): Removed typedefs.
11399 * gimple.h (gimple_seq_node_d, gimple_seq_node)
11400 (const_gimple_seq_node): Added typedefs moved from coretypes.h.
11402 2010-06-23 H.J. Lu <hongjiu.lu@intel.com>
11404 * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
11405 CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
11406 CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
11407 and CODE_FOR_vec_extract_lo_v4df.
11409 * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
11410 Changed to define_insn_and_split.
11411 (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
11412 (vec_extract_lo_v16hi): Likewise.
11413 (vec_extract_lo_v32qi): Likewise.
11414 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
11415 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
11417 2010-06-23 Joern Rennecke <joern.rennecke@embecosm.com>
11420 * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
11421 * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
11422 (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
11423 (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
11424 (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
11427 * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
11430 * df-core.c (struct df): Rename to df_d.
11431 * df.h (struct df): Likewise.
11432 * dse.h (struct df): Remove forward declaration.
11433 * recog.h (struct insn_data): Rename to:
11434 (struct_insn_data_d). Adjusted all users.
11436 2010-06-23 Arnaud Charlet <charlet@adacore.com
11439 * doc/install.texi: Update requirements to build GNAT.
11441 2010-06-22 Andreas Schwab <schwab@linux-m68k.org>
11443 * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
11445 (m68k_sched_attr_opx_type): Remove unreachable return.
11446 (m68k_sched_attr_opy_type): Likewise.
11447 (m68k_sched_attr_size): Likewise.
11448 (sched_get_opxy_mem_type): Likewise.
11449 (m68k_sched_attr_op_mem): Likewise.
11451 2010-06-22 Eric Botcazou <ebotcazou@adacore.com>
11453 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
11454 new statement and adjust VDEF only if necessary. Remove superfluous
11455 call to maybe_clean_or_replace_eh_stmt.
11456 * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
11458 * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
11459 * tree-inline.c (copy_bb): ...and not there.
11461 2010-06-22 Cary Coutant <ccoutant@google.com>
11463 * dwarf2out.c (is_nested_in_subprogram): New function.
11464 (should_move_die_to_comdat): Use it.
11465 (copy_ancestor_tree): Don't mark DIEs here.
11466 (copy_decls_walk): Start walk from root of newly-added tree;
11467 mark DIEs here instead.
11469 2010-06-22 H.J. Lu <hongjiu.lu@intel.com>
11471 * config/i386/i386.md (unit): Also check sseishft1.
11473 2010-06-22 Jan Hubicka <jh@suse.cz>
11475 * gimple.h (gimple_expr_code): Do checking on when gimple checking is
11478 2010-06-22 Jan Hubicka <jh@suse.cz>
11480 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
11481 df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
11482 Return true if something changed.
11483 * df.h (df_confluence_function_n): Return bool.
11484 * df-core.c (df_worklist_propagate_forward,
11485 df_worklist_propagate_backward): Track changes and ages.
11486 (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
11488 * dse.c (dse_confluence_n): Return always true.
11490 2010-06-22 Jan Hubicka <jh@suse.cz>
11492 * bitmap.c (bitmap_clear_bit): Micro optimize.
11494 2010-06-22 Uros Bizjak <ubizjak@gmail.com>
11496 * config/i386/i386.md (SWI1248x): New mode iterator.
11501 (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
11502 SWI1248x mode iterator.
11503 (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
11504 using SWI124 mode iterator.
11505 (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
11507 (*push<mode>2_prologue): Macroize insn from *pushsi2_prologue and
11508 *pushdi2_prologue_rex64 using P mode iterator.
11509 (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
11510 using SWI48 mode iterator.
11511 (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
11512 (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
11513 using SWI1248x mode iterator.
11514 (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
11515 (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
11516 SWI48 mode iterator.
11517 (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
11519 (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
11520 (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
11521 SWI12 mode iterator.
11522 (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
11523 SWI12 mode iterator.
11524 (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
11525 (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
11526 SWI24 mode iterator.
11527 (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
11528 SWI48 mode iterator.
11529 (mov<mode>_insn_1): New expander.
11530 (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
11531 using SWI48x mode iterator.
11533 (*movoi_internal_avx): Rename from *movoi_internal.
11534 (*movti_internal_rex64): Rename from *movti_rex64.
11535 (*movti_internal_sse): Rename from *movti_sse.
11536 (*movdi_internal_rex64): Rename from *movdi_1_rex64.
11537 (*movdi_internal): Rename from *movdi_2.
11538 (*movsi_internal): Rename from *movsi_1.
11539 (*movhi_internal): Rename from *movhi_1.
11540 (*movqi_internal): Rename from *movqi_1.
11542 (insv): Update the call to gen_movsi_insv_1 for rename.
11543 * config/i386/i386.c (promote_duplicated_reg): Ditto.
11545 2010-06-22 Jan Hubicka <jh@suse.cz>
11547 * passes.c (execute_function_todo): Move call of statistics_fini_pass
11549 (execute_todo) ... this one.
11551 2010-06-22 Alan Modra <amodra@gmail.com>
11554 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
11555 * caller-save.c (insert_restore, insert_save): Use non-validate
11556 form of adjust_address.
11558 2010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11561 * config/pa/pa.c (override_options): Disable
11562 -freorder-blocks-and-partition.
11564 2010-06-21 H.J. Lu <hongjiu.lu@intel.com>
11567 * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
11569 * config/i386/i386.md (type): Add sseishft1
11571 * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
11572 (ppro_insn_load): Likewise.
11573 (ppro_insn_store): Likewise.
11574 (ppro_insn_both): Likewise.
11576 * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
11577 (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
11579 (*vec_extractv2di_1_avx): Likewise.
11580 (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
11581 type. Remove atom_unit.
11582 (*vec_extractv2di_1_sse2): Likewise.
11584 2010-06-21 DJ Delorie <dj@redhat.com>
11586 * diagnostic.h (diagnostic_classification_change_t): New.
11587 (diagnostic_context): Add history and push/pop list.
11588 (diagnostic_push_diagnostics): Declare.
11589 (diagnostic_pop_diagnostics): Declare.
11590 * diagnostic.c (diagnostic_classify_diagnostic): Store changes
11591 from pragmas in a history chain instead of the global table.
11592 (diagnostic_push_diagnostics): New.
11593 (diagnostic_pop_diagnostics): New.
11594 (diagnostic_report_diagnostic): Scan history chain to find state
11595 of diagnostics as of the diagnostic location.
11596 * opts.c (set_option): Pass UNKNOWN_LOCATION to
11597 diagnostic_classify_diagnostic.
11598 (enable_warning_as_error): Likewise.
11599 * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
11600 use in the history chain.
11601 * doc/extend.texi: Document pragma GCC diagnostic changes.
11603 2010-06-21 Jakub Jelinek <jakub@redhat.com>
11605 * dwarf2out.c (add_linkage_name): New function. Don't add
11606 anything to DW_TAG_member DIEs.
11607 (add_name_and_src_coords_attributes): Use it.
11608 (gen_variable_die): Call it for C++ static data members if
11609 specification is DW_TAG_member.
11611 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
11612 C++ char16_t and char32_t.
11614 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
11615 * genattrtab.c: Include vecprim.h.
11616 (cached_attrs, cached_attr_count, attrs_seen_once,
11617 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
11618 attrs_cached_after): New variables.
11619 (find_attrs_to_cache): New function.
11620 (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
11621 (write_test_expr): Add attrs_cached argument, return it too,
11622 attempt to cache non-const attributes used more than once in
11623 a single case handling.
11624 (write_attr_get): Use find_attrs_to_cache, for caching candidates
11625 emit cached_* variables. Adjust write_attr_set callers.
11626 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
11627 to find attributes that should be cached in this block. Adjust
11628 write_test_expr callers.
11629 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
11631 (make_automaton_attrs): Adjust write_test_expr caller.
11633 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
11634 * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
11635 (make_automaton_attrs): If find_tune_attr returns non-NULL,
11636 write separate internal_dfa_insn_code_* and insn_default_latency_*
11637 functions for each attribute's value and emit init_sched_attrs
11638 function and function pointers.
11639 * genattr.c (const_attrs, reservations): New variables.
11640 (gen_attr): Add const attributes to const_attrs vector.
11641 (check_tune_attr, find_tune_attr): New functions.
11642 (main): Add reservations to reservations vector. If find_tune_attr
11643 returns true, add prototype for init_sched_attrs and make
11644 internal_dfa_insn_code and insn_default_latency function pointers,
11645 otherwise define init_sched_attrs as dummy macro.
11646 * cfgexpand.c: Include insn-attr.h.
11647 (gimple_expand_cfg): Call init_sched_attrs.
11649 * stmt.c (resolve_asm_operand_names): Fix handling of %%.
11652 * config/i386/i386.c (ix86_gimplify_va_arg): When copying
11653 va_arg from a set of register save slots into a temporary,
11654 if the container is bigger than type size, do the copying
11655 using smaller mode or using memcpy.
11658 * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
11660 (sel_print_to_dot): Remove macro.
11661 (sel_print): Likewise. New prototype.
11662 * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
11663 (sel_print): New function.
11665 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11667 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
11668 __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
11670 2010-06-21 Nick Clifton <nickc@redhat.com>
11672 * config/rx/rx.h (PTRDIFF_TYPE): Define.
11673 (SMALL_REGISTER_CLASS): Define (to zero).
11674 (PRINT_OPERAND): Delete.
11675 (PRINT_OPERAND_ADDRESS): Delete.
11676 * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
11677 (rx_print_operand_address): Delete prototype.
11678 * config/rx/rx.c (rx_print_operand): Make static.
11679 Allow %H and %L to handle CONST_DOUBLEs.
11680 (rx_print_operand_address): Make static.
11681 (rx_gen_move_template): Rename local variable 'template' to
11683 (rx_function_arg): Do not pass unknown sized objects in registers.
11684 (TARGET_PRINT_OPERAND): Define.
11685 (TARGET_PRINT_OPERAND_ADDRESS): Define.
11687 2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11689 * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
11691 2010-06-21 Kai Tietz <kai.tietz@onevision.com>
11693 * config/i386/i386.c (ix86_compute_frame_layout): Avoid
11694 stack-alignment for simple leaf-functions.
11696 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
11698 * doc/install.texi: Document bootstrap-lto.
11700 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
11703 * lto-streamer-in.c (input_bb): Leave debug stmts alone.
11704 (input_function): Drop them here, if VTA is disabled.
11706 2010-06-20 Uros Bizjak <ubizjak@gmail.com>
11709 * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
11711 * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
11712 ix86_swapped_fp_comparsion_operator instead of
11713 ix86_fp_comparison_operator.
11715 (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
11716 (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
11717 (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
11718 (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
11719 (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
11720 (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
11722 2010-06-20 Joseph Myers <joseph@codesourcery.com>
11725 * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
11726 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
11727 * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
11728 (decode_cmdline_option): Update for this return value. Set
11729 orig_option_with_args_text field. Set arg field for unknown
11730 options. Make static.
11731 (decode_cmdline_options_to_array): New.
11732 (prune_options): Update handling of find_opt return value.
11733 * opts.c (read_cmdline_option): Take decoded option. Return void.
11734 (read_cmdline_options): Take decoded options.
11735 (decode_options): Add parameters for decoded options. Use
11736 decode_cmdline_options_to_array. Use decoded options for -O
11737 scan. Use integral_argument for -O parameters. Update call to
11738 read_cmdline_options.
11739 (enable_warning_as_error): Update handling of find_opt return value.
11740 * opts.h: Update comment on unknown options.
11741 (struct cl_decoded_option): Update comments on opt_index and arg.
11742 Add orig_option_with_args_text.
11743 (decode_cmdline_option): Remove.
11744 (decode_cmdline_options_to_array): Declare.
11745 (decode_options): Update prototype.
11746 * toplev.c (save_argv): Remove.
11747 (save_decoded_options, save_decoded_options_count): New.
11748 (read_integral_parameter): Remove.
11749 (print_switch_values): Use decoded options.
11750 (toplev_main): Don't set save_argv. Update call to decode_options.
11751 * toplev.h (read_integral_parameter): Remove.
11752 * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
11754 2010-06-19 Richard Earnshaw <rearnsha@arm.com>
11757 * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
11759 * constraints.md (Pw, Px): New constraints.
11760 * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
11762 2010-06-19 H.J. Lu <hongjiu.lu@intel.com>
11764 * config/i386/sse.md (fma4modesuffixf4): Removed.
11765 (ssemodesuffixf2s): Likewise.
11766 (ssemodesuffixf4): Likewise.
11767 (ssemodesuffixf2c): Likewise.
11768 (ssescalarmodesuffix2s): Likewise.
11769 (avxmodesuffixf2c): Likewise.
11770 (ssemodesuffix): New.
11771 (ssescalarmodesuffix): Likewise.
11772 Update patterns with ssemodesuffix and ssescalarmodesuffix.
11774 2010-06-19 Philip Herron <herron.philip@googlemail.com>
11776 * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
11778 2010-06-18 H.J. Lu <hongjiu.lu@intel.com>
11780 * stor-layout.c (debug_rli): Remove unused local variables.
11782 2010-06-18 Eric Botcazou <ebotcazou@adacore.com>
11784 PR rtl-optimization/40900
11785 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the
11786 original expression for later reuse.
11787 <expand_decl_rtl>: Use promote_function_mode to compute the signedness
11788 of the promoted RTL for a SSA_NAME on the LHS of a call statement.
11790 2010-06-18 Anatoly Sokolov <aesok@post.ru>
11792 * double-int.h (double_int_to_shwi, double_int_to_uhwi,
11793 double_int_fits_in_uhwi_p): Implement as static inline.
11794 (double_int_xor): New inline function.
11795 (double_int_lrotate, double_int_rrotate, double_int_max,
11796 double_int_umax, double_int_smax, double_int_min, double_int_umin,
11797 double_int_smin): Declare.
11798 (lrotate_double, rrotate_double): Remove declaration.
11799 * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
11800 double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
11801 (double_int_lrotate, double_int_rrotate, double_int_max,
11802 double_int_umax, double_int_smax, double_int_min, double_int_umin,
11803 double_int_smin): New function.
11804 * fold-const.c (int_const_binop): Clean up, use double_int_*
11806 * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
11807 double_int_* and immed_double_int_const functions.
11809 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
11811 * function.h (types_used_by_cur_var_decl): Change type to a VEC.
11812 * function.c (types_used_by_cur_var_decl): Likewise.
11813 (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
11815 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
11817 * tree.h (record_layout_info): Change type of pending_statics field
11819 * stor-layout.c (start_record_layout): Store NULL into
11821 (debug_rli): Call debug_vec_tree instead of debug_tree.
11822 (place_field): Likewise.
11823 (finish_record_layout): Likewise.
11825 2010-06-18 Alan Modra <amodra@gmail.com>
11827 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
11829 2010-06-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11832 * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
11833 for SET source operand from SET destination operand.
11835 2010-06-17 Bernd Schmidt <bernds@codesourcery.com>
11837 PR rtl-optimization/39871
11838 * reload1.c (init_eliminable_invariants): For flag_pic, disable
11839 equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
11840 (function_invariant_p): Rule out a plus of frame or arg pointer with
11842 * ira.c (find_reg_equiv_invariant_const): Likewise.
11844 2010-06-17 Gunther Nikl <gnikl@users.sourceforge.net>
11846 * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
11847 print_operand_address and puts to output the operand for CONST.
11849 2010-06-17 Jakub Jelinek <jakub@redhat.com>
11852 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
11855 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11857 * v850-protos.h (print_operand): Delete.
11858 (print_operand_address): Delete.
11859 * v850.h (PRINT_OPERAND): Delete.
11860 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11861 (PRINT_OPERAND_ADDRESS): Delete.
11862 * v850.c (print_operand_address): Rename to...
11863 (v850_print_operand_address): ...this. Make static. Call
11864 v850_print_operand.
11865 (print_operand): Rename to...
11866 (v850_print_operand): ...this. Make static. Call
11867 v850_print_operand_address.
11868 (v850_print_operand_punct_valid_p): New function.
11869 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
11870 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11872 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11874 * config/sh/sh-protos.h (print_operand): Delete.
11875 (print_operand_address): Delete.
11876 * config/sh/sh.h (PRINT_OPERAND): Delete.
11877 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11878 (PRINT_OPERAND_ADDRESS): Delete.
11879 * config/sh/sh.c (sh_print_operand_address): Make static.
11880 (sh_print_operand): Make static. Call sh_print_operand_address
11881 and sh_print_operand.
11882 (sh_print_operand_punct_valid_p): New function.
11883 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
11884 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11886 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11888 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
11889 (mcore_print_operand_address): Delete.
11890 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
11891 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11892 (PRINT_OPERAND_ADDRESS): Delete.
11893 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
11894 (mcore_print_operand): Make static.
11895 (mcore_print_operand_punct_valid_p): New function.
11896 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
11897 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
11899 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11901 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
11902 (print_operand_address): Delete.
11903 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
11904 (PRINT_OPERAND_ADDRESS): Delete.
11905 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
11907 (m68hc11_print_operand): Make static.
11908 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
11910 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11912 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
11913 (m32r_print_operand_address): Delete.
11914 * config/m32r/m32r.h (m32r_punct_chars): Delete.
11915 (PRINT_OPERAND): Delete.
11916 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11917 (PRINT_OPERAND_ADDRESS): Delete.
11918 * config/m32r/m32r.c (m32r_punct_chars): Make static.
11919 (m32r_print_operand_address): Make static.
11920 (m32r_print_operand): Make static.
11921 (m32r_print_operand_punct_valid_p): New function.
11922 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
11923 (TARGET_PRINT_OPERAND_ADDRESS): Define.
11925 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11927 * config/iq2000/iq2000-protos.h (print_operand): Delete.
11928 (print_operand_address): Delete.
11929 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
11930 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11931 (PRINT_OPERAND_ADDRESS): Delete.
11932 (iq2000_print_operand_punct): Delete.
11933 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
11934 (iq2000_print_operand_address): Make static.
11935 (iq2000_print_operand): Make static.
11936 (iq2000_print_operand_punct_valid_p): New function.
11937 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
11938 (TARGET_PRINT_OPERAND_ADDRESS): Define.
11940 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11942 * config/frv/frv-protos.h (frv_print_operand): Delete.
11943 (frv_print_operand_address): Delete.
11944 * config/frv/frv.h (PRINT_OPERAND): Delete.
11945 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
11946 (PRINT_OPERAND_ADDRESS): Delete.
11947 * config/frv/frv.c (frv_print_operand_address): Make static.
11948 (frv_print_operand): Make static.
11949 (frv_print_operand_punct_valid_p): New function.
11950 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
11951 (TARGET_PRINT_OPERAND_ADDRESS): Define.
11953 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
11955 * tree.h (vec_member): Declare.
11956 * tree.c (vec_member): Define.
11958 2010-06-17 Richard Guenther <rguenther@suse.de>
11960 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
11961 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
11963 2010-06-17 Richard Guenther <rguenther@suse.de>
11965 * tree-inline.c (declare_return_variable): Remove bogus code.
11967 2010-06-17 Richard Guenther <rguenther@suse.de>
11969 * gimplify.c (gimplify_bind_expr): Always promote complex
11970 and vector variables to registers if possible.
11972 2010-06-17 Richard Guenther <rguenther@suse.de>
11974 * expr.c (get_inner_reference): Use double_int for bit_offset
11977 2010-06-16 DJ Delorie <dj@redhat.com>
11979 * common.opt (-fstrict-volatile-bitfields): new.
11980 * doc/invoke.texi: Document it.
11981 * fold-const.c (optimize_bit_field_compare): For volatile
11982 bitfields, use the field's type to determine the mode, not the
11984 * expr.c (expand_assignment): Likewise.
11985 (get_inner_reference): Likewise.
11986 (expand_expr_real_1): Likewise.
11987 * expmed.c (store_fixed_bit_field): Likewise.
11988 (extract_bit_field_1): Likewise.
11989 (extract_fixed_bit_field): Likewise.
11991 2010-06-16 Richard Guenther <rguenther@suse.de>
11993 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
11995 2010-06-16 Douglas B Rupp <rupp@gnat.com>
11997 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
11998 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
11999 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
12000 * debug.c: Likewise.
12001 * sdbout.c: Likewise.
12002 * vmsdbgout.c: Likewise.
12003 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
12004 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
12005 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
12006 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
12007 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
12008 * dwarf2out.c (dw_fde_struct): New fields
12009 dw_fde_vms_{end,begin}_prologue.
12010 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
12011 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
12012 (dwarf2out_vms_end_prologue): New function.
12013 (dwarf2out_vms_begin_epilogue): New function.
12014 (dw_val_struct): New value dw_val_class_vms_delta.
12015 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
12016 begin_epilogue for VMS.
12017 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
12018 new static functions.
12019 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
12020 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
12022 (print_die): New case dw_val_class_vms_delta.
12023 (attr_checksum): Likewise.
12024 (same_dw_val_p: Likewise.
12025 (size_of_die): Likewise.
12026 (value_format): Likewise.
12027 (output_die): Likewise.
12028 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
12029 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
12030 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
12031 dwarf2out_cfi_begin_epilogue
12032 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
12034 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
12036 * config/cris/cris-protos.h (cris_print_operand): Delete.
12037 (cris_print_operand_address): Delete.
12038 * config/cris/cris.h (PRINT_OPERAND): Delete.
12039 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12040 (PRINT_OPERAND_ADDRESS): Delete.
12041 * config/cris/cris.c (cris_print_operand_address): Make static.
12042 (cris_print_operand): Make static.
12043 (cris_print_operand_punct_valid_p): New function.
12044 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
12045 (TARGET_PRINT_OPERAND_ADDRESS): Define.
12047 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
12049 * config/arm/arm-protos.h (arm_print_operand): Delete.
12050 (arm_print_operand_address): Delete.
12051 * config/arm/arm.h (PRINT_OPERAND): Delete.
12052 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
12053 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
12054 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
12055 * config/arm/arm.c (arm_print_operand_address): ...here. New function.
12056 (arm_print_operand): Make static.
12057 (arm_print_operand_punct_valid_p): New function.
12058 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
12059 (TARGET_PRINT_OPERAND_ADDRESS): Define.
12061 2010-06-16 Nick Clifton <nickc@redhat.com>
12063 * config/rx/constraints.md (NEGint4): New constraint.
12064 * config/rx/rx.md (attr cc): Add set_zsc.
12065 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
12068 (call_internal): Clobber the cc0 register.
12069 (call_value_internal): Likewise.
12070 (cstoresi4): Likewise.
12071 (movsieq): Likewise.
12072 (movsine): Likewise.
12073 (addsi3): Add alternative to handle small negative constants.
12074 (sunsi3): Likewise.
12075 (addsi3): Do not set the O bit in the cc0 register.
12076 (adddi3): Likewise.
12077 (subsi3): Likewise.
12078 (subdi3): Likewise.
12079 (andsi3): Reorder alternatives to prefer shorter forms.
12080 (mulsi3): Likewise.
12081 (iorsi3): Likewise.
12082 (negsi2): Note that the cc0 flags are set.
12083 (rotlsi3): Note that only the Z and S bits are set in cc0.
12084 (lshrsi3): Likewise.
12085 (ashlsi3): Likewise.
12086 (subsf3): Use %Q for the MEM operand.
12087 (fix_truncsfsi2): Likewise.
12088 (floatsisf2): Likewise.
12089 (bitset): Remove early clobber from destination.
12090 (bitset_in_memory): Likewise.
12091 (lrintsf2): Clobber the cc0 register.
12092 * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
12093 (rx_print_operand): Handle %N.
12095 2010-06-16 Jan Hubicka <jh@suse.cz>
12097 * df-core.c (df_compact_blocks): Free problem_temps vector.
12099 2010-06-16 Martin Jambor <mjambor@suse.cz>
12101 PR tree-optimization/43905
12102 * tree-sra.c: Include tree-inline.h.
12103 (create_abstract_origin): Removed.
12104 (modify_function): Version the call graph node instead of creating
12105 abstract origins and dealing with same_body aliases.
12106 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
12107 function is versionable.
12108 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
12110 2010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
12112 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
12113 (CHOOSE_DYNAMIC_LINKER): Update.
12115 2010-06-15 Uros Bizjak <ubizjak@gmail.com>
12117 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
12118 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
12119 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
12120 *prefetch_3dnow_rex.
12122 2010-06-15 Anatoly Sokolov <aesok@post.ru>
12124 * target.h (struct asm_out):Add declare_constant_name field.
12125 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
12126 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
12127 * output.h (default_asm_declare_constant_name): Declare.
12128 (assemble_label): Update prototype.
12129 * varasm.c (assemble_constant_contents): Use
12130 targetm.asm_out.declare_constant_name target hook.
12131 (assemble_label): Add 'file' argument.
12132 (default_asm_declare_constant_name): New function.
12133 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
12134 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
12135 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
12137 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
12138 * config/darwin.c (darwin_asm_declare_constant_name): New function.
12139 (machopic_output_indirection): Update assemble_label argument list.
12140 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
12141 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
12143 2010-06-15 Sebastian Pop <sebastian.pop@amd.com>
12145 PR middle-end/44391
12146 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
12147 size_one_node for pointer types. Do not call gmp_cst_to_tree.
12149 2010-06-15 Richard Guenther <rguenther@suse.de>
12151 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
12153 2010-06-15 Paul Brook <paul@codesourcery.com>
12155 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
12158 2010-06-15 Alexandre Oliva <aoliva@redhat.com>
12160 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
12161 don't get a vector type for output.
12163 2010-06-15 Jakub Jelinek <jakub@redhat.com>
12166 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
12167 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
12168 (LANG_HOOKS_DECLS): Add it.
12169 * gimplify.c (omp_notice_variable): Call
12170 lang_hooks.decls.omp_report_decl.
12172 2010-06-15 Martin Jambor <mjambor@suse.cz>
12175 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
12176 on the newly dead SSA name.
12178 2010-06-15 Alan Modra <amodra@gmail.com>
12180 * doc/invoke.texi: Add mcmodel to powerpc options.
12181 * configure.ac: Add HAVE_LD_LARGE_TOC test.
12182 * configure: Regenerate.
12183 * config.in: Regenerate.
12184 * config/rs6000/linux64.opt (mcmodel): New.
12185 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
12186 (TARGET_CMODEL, SET_CMODEL): Define.
12187 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
12188 select CMODEL_MEDIUM default.
12189 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
12190 (TARGET_CMODEL): Define default.
12191 * config/rs6000/rs6000.c (cmodel): New variable.
12192 (rs6000_explicit_options): Add cmodel field.
12193 (rs6000_handle_option): Handle -mcmodel.
12194 (create_TOC_reference): Add largetoc_reg param. Generate high,
12195 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
12196 (rs6000_delegitimize_address): Recognise new toc reference rtl
12197 and minimal-toc rtl.
12198 (rs6000_legitimize_reload_address): Handle new toc references.
12199 (print_operand_address): Handle legitimate_constant_pool_address_p
12200 match before lo_sum.
12201 (rs6000_eliminate_indexed_memrefs): Tidy.
12202 (rs6000_emit_move): Tweak threshold for inlining constants.
12203 Keep rs6000_emit_allocate_stack large stack frame offsets
12204 loaded into r0 inline.
12205 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
12206 (tocrel_base, tocrel_offset): New variables.
12207 (toc_relative_expr_p): Set them here.
12208 (print_operand_address): Skip over any offset on constant pool address.
12209 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
12210 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
12211 (offsettable_ok_by_alignment): New function.
12212 (rs6000_emit_move): Address suitably aligned local symbol_refs
12213 relative to the toc pointer for -mcmodel=medium.
12214 (legitimate_constant_pool_address_p): Make param const_rtx. Add
12215 strict param. Allow lo_sum version of addressing. Verify reg
12216 used for -mminimal-toc and -mcmodel != small. Update all callers.
12217 * config/rs6000/constraints.md: Update for above change.
12218 * config/rs6000/predicates.md: Likewise.
12219 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
12221 (tls_gd): Split for -mcmodel=medium/large.
12222 (tls_gd_high, tls_gd_low): New.
12223 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
12224 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
12225 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
12226 (largetoc_high, largetoc_low): New.
12227 (cmptf_internal2): Add clobber.
12228 * config/rs6000/rs6000-protos.h: Update.
12230 2010-06-14 Changpeng Fang <changpeng.fang@amd.com>
12232 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
12233 true if no prefetch is going to be generated for a given group.
12234 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
12235 estimate the prefetch_count.
12236 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
12237 prefetch count by considering the unroll_factor and prefetch_mod
12238 for is_loop_prefetching_profitable.
12240 2010-06-14 Andreas Schwab <schwab@linux-m68k.org>
12242 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
12243 anything if the argument is not a MEM.
12245 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
12250 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
12252 (canonicalize_loop_ivs): Likewise.
12254 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
12257 * haifa-sched.c (setup_insn_reg_pressure_info,
12258 update_register_pressure): Reject debug insns.
12259 (ready_sort): Don't setup reg pressure for debug insns.
12260 (schedule_insn): Don't update reg pressure for debug insns.
12262 2010-06-14 Richard Guenther <rguenther@suse.de>
12264 * lto-streamer.c (cached_bp): Remove.
12265 (bitpack_delete): Likewise.
12266 (bitpack_create): Likewise.
12267 (bp_get_next_word): Likewise.
12268 (bp_pack_value, bp_unpack_value): Move ...
12269 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
12271 (struct bitpack_d): Likewise.
12272 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
12273 New inline functions.
12274 * lto-streamer-out.c (lto_output_bitpack): Remove.
12275 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
12276 (pack_value_fields): Adjust.
12277 (lto_write_tree): Likewise.
12278 (output_gimple_stmt): Likewise.
12279 (output_function): Likewise.
12280 * lto-streamer-in.c (input_gimple_stmt): Adjust.
12281 (input_function): Likewise.
12282 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
12283 (lto_input_bitpack): Remove.
12284 (lto_materialize_tree): Adjust.
12285 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
12286 * lto-cgraph.c (lto_output_edge): Adjust.
12287 (lto_output_node): Likewise.
12288 (lto_output_varpool_node): Likewise.
12289 (lto_output_ref): Likewise.
12290 (input_node): Likewise.
12291 (input_varpool_node): Likewise.
12292 (input_ref): Likewise.
12293 (input_edge): Likewise.
12294 (output_node_opt_summary): Likewise.
12295 (input_node_opt_summary): Likewise.
12296 * ipa-pure-const.c (pure_const_write_summary): Likewise.
12297 (pure_const_read_summary): Likewise.
12298 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
12299 (ipa_read_indirect_edge_info): Likewise.
12300 (ipa_write_node_info): Likewise.
12301 (ipa_read_node_info): Likewise.
12303 2010-06-14 H.J. Lu <hongjiu.lu@intel.com>
12306 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
12307 (vec_extract_lo_v16hi): Likewise.
12308 (vec_extract_lo_v32qi): Likewise.
12310 2010-06-14 Jakub Jelinek <jakub@redhat.com>
12313 * tree.h (build_call_expr): Don't define as vararg macro, instead
12315 * builtins.c (build_call_nofold): Remove.
12316 (expand_builtin_int_roundingfn, expand_builtin_pow,
12317 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
12318 expand_builtin_memset_args, expand_builtin_strcmp,
12319 expand_builtin_strncmp, expand_builtin_memory_chk): Use
12320 build_call_nofold_loc instead of build_call_nofold.
12321 (build_call_expr): New function.
12323 PR tree-optimization/44508
12324 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
12325 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
12326 don't eliminate trivially dead stmts.
12327 * tree-vrp.c (vrp_finalize): Pass false as last argument
12328 to substitute_and_fold.
12329 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
12330 to substitute_and_fold.
12331 * tree-ssa-ccp.c (ccp_finalize): Likewise.
12334 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
12336 2010-06-14 Ira Rosen <irar@il.ibm.com>
12338 PR tree-optimization/44507
12339 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
12340 to build initial vector for BIT_AND_EXPR.
12341 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
12343 2010-06-14 Jakub Jelinek <jakub@redhat.com>
12345 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
12346 adjust z10prop set_attr.
12348 2010-06-13 Jan Hubicka <jh@suse.cz>
12350 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
12351 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
12352 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
12353 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
12354 datastructure checks into checking asserts.
12355 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
12356 * tree-ssa-sccvn.c (VN_INFO): Likewise.
12357 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
12358 df_ref_create_structure): Likewise.
12359 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
12360 pool_free): Use gcc_checking_assert.
12361 * alias.c (get_alias_set): Likewise.
12362 * var-tracking.c (variable_htab_free, shared_hash_copy,
12363 canonicalize_values_mark, variable_merge_over_cur): Likewise.
12364 * lto-streamer.c (bp_unpack_value): Likewise.
12366 2010-06-13 Richard Guenther <rguenther@suse.de>
12368 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
12369 Do not stream but initialize TYPE_CANONICAL to NULL.
12370 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
12371 * gimple.c (gimple_types_compatible_p): Disregard
12372 TYPE_STRUCTURAL_EQUALITY_P.
12373 (gimple_register_type): Use TYPE_CANONICAL as cache.
12374 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
12375 before registering common types.
12376 * config/i386/i386.c (ix86_function_arg_boundary): Do not
12377 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
12378 * tree.h (TYPE_CANONICAL): Clarify documentation.
12380 2010-06-13 Anatoly Sokolov <aesok@post.ru>
12382 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
12383 LIBCALL_VALUE): Remove macros.
12384 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
12385 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
12386 TARGET_FUNCTION_VALUE_REGNO_P): Define.
12387 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
12388 (ia64_function_value): Make static. Handle receiving the function
12389 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
12391 2010-06-12 Jan Hubicka <jh@suse.cz>
12393 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
12396 2010-06-12 Bernd Schmidt <bernds@codesourcery.com>
12398 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
12400 2010-06-12 Jan Hubicka <jh@suse.cz>
12402 * df-core.c (df_clear_bb_info): New function.
12403 (df_set_blocks): bb_info is always allocated.
12404 (df_get_bb_info): Use block_info_elt_size.
12405 (df_set_bb_info): Likewise.
12406 (df_compact_blocks): Update for new block_info.
12407 (grow_bb_info): New function.
12408 * df-problems.c (df_grow_bb_info): Move to df-core.c
12409 (df_rd_set_bb_info): Remove.
12410 (df_rd_free_bb_info): Do not free block pool.
12411 (df_rd_alloc): Do not create pool, use check for
12412 obstack presence instead of NULL pointer for new blocks.
12413 (df_rd_free): DO not free alloc pool; clear block_info.
12414 (problem_RD): Add size of block info structure.
12415 (df_lr_set_bb_info): Remove.
12416 (df_lr_free_bb_info): Do not free block pool.
12417 (df_lr_alloc): Do not create pool, use check for
12418 obstack presence instead of NULL pointer for new blocks.
12419 (df_lr_free): DO not free alloc pool; clear block_info.
12420 (problem_LR): Add size of block info structure.
12421 (df_live_set_bb_info): Remove.
12422 (df_live_free_bb_info): Do not free block pool.
12423 (df_live_alloc): Do not create pool, use check for
12424 obstack presence instead of NULL pointer for new blocks.
12425 (df_live_free): DO not free alloc pool; clear block_info.
12426 (problem_LIVE): Add size of block info structure.
12427 (problem_CHAIN): Add size of block info structure.
12428 (df_byte_lr_set_bb_info): Remove.
12429 (df_byte_lr_free_bb_info): Do not free block pool.
12430 (df_byte_lr_alloc): Do not create pool, use check for
12431 obstack presence instead of NULL pointer for new blocks.
12432 (df_byte_lr_free): DO not free alloc pool; clear block_info.
12433 (problem_BYTE_LR): Add size of block info structure.
12434 (problem_NOTE): Add size of block info structure.
12435 (df_byte_MD_set_bb_info): Remove.
12436 (df_byte_MD_free_bb_info): Do not free block pool.
12437 (df_byte_MD_alloc): Do not create pool, use check for
12438 obstack presence instead of NULL pointer for new blocks.
12439 (df_byte_MD_free): DO not free alloc pool; clear block_info.
12440 (problem_BD): Add size of block info structure.
12441 * df-scan.c (df_scan_free_internal): Free block pool.
12442 (df_scan_set_bb_info): Remove.
12443 (df_scan_free_bb_info): Check for artificial_defs instead
12444 of bb_info being non-NULL.
12445 (df_scan_alloc): DO not create df_scan_block pool.
12446 (problem_SCAN): Set size of block info.
12447 (df_bb_refs_record): Do not allocate bb_info.
12448 * df.h (df_problem): Add block_info_elt_size.
12449 (struct dataflow): Change block_info to void *.
12450 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
12451 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
12452 in-line structures.
12454 2010-06-12 Jan Hubicka <jh@suse.cz>
12456 PR tree-optimize/44485
12457 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
12458 containing use of return value of noreturn function.
12460 2010-06-12 Anatoly Sokolov <aesok@post.ru>
12462 * targhooks.c (default_function_value): Don't use
12463 FUNCTION_OUTGOING_VALUE.
12464 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
12465 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
12467 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
12469 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
12470 Add crtfastmath.o to extra_parts.
12471 * config/mips/crtfastmath.c: New.
12472 * config/mips/linux.h (ENDFILE_SPEC): New.
12474 2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
12476 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
12477 old_type in parameter.
12478 (gcc_type_for_value): Update call to gcc_type_for_interval.
12479 (compute_type_for_level_1): Renamed compute_type_for_level.
12480 Update call to gcc_type_for_interval.
12482 2010-06-11 Joseph Myers <joseph@codesourcery.com>
12484 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
12485 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
12487 2010-06-11 Joseph Myers <joseph@codesourcery.com>
12489 * opts-common.c: Include options.h.
12490 (integral_argument): Move from opts.c.
12491 (decode_cmdline_option): New. Based on read_cmdline_option.
12492 * opts.c (integral_argument): Move to opts-common.c.
12493 (read_cmdline_option): Move most contents to
12494 decode_cmdline_option. Use %qs in diagnostics.
12495 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
12496 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
12497 decode_cmdline_option): New.
12499 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
12502 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
12503 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
12504 (partiysi2_cmp): Ditto.
12505 (*partiyhi2_cmp): Ditto.
12506 (*parityqi2_cmp): Remove.
12508 2010-06-11 Jan Hubicka <jh@suse.cz>
12510 * bitmap.h (bmp_iter_next_bit): New.
12511 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
12513 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
12514 Eric Botcazou <ebotcazou@adacore.com>
12516 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
12519 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
12521 * config/i386/i386.md (unspec): New define_c_enum.
12524 2010-06-10 Jakub Jelinek <jakub@redhat.com>
12526 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
12528 2010-06-11 Sebastian Pop <sebastian.pop@amd.com>
12530 PR middle-end/44483
12531 * tree-if-conv.c (bb_predicate_s): New struct.
12532 (bb_predicate_p): New.
12533 (bb_has_predicate): New.
12534 (bb_predicate): New.
12535 (set_bb_predicate): New.
12536 (bb_predicate_gimplified_stmts): New.
12537 (set_bb_predicate_gimplified_stmts): New.
12538 (add_bb_predicate_gimplified_stmts): New.
12539 (init_bb_predicate): New.
12540 (free_bb_predicate): New.
12541 (is_predicated): Use bb_predicate.
12542 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
12543 (predicate_bbs): Same. Gimplify the condition of the basic blocks
12544 before processing their successors.
12545 (clean_predicate_lists): Removed.
12546 (find_phi_replacement_condition): Use bb_predicate.
12547 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
12549 (insert_gimplified_predicates): New.
12550 (combine_blocks): Call insert_gimplified_predicates.
12551 (tree_if_conversion): Call free_bb_predicate instead of
12552 clean_predicate_lists.
12554 2010-10-11 Paul Brook <paul@codesourcery.com>
12556 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
12557 * config/arm/arm.c (all_architectures): Change v7e-m default to
12559 * config/arm/arm-cores.def: Add cortex-m4.
12560 * config/arm/arm-tune.md: Regenerate.
12562 2010-06-11 Jan Hubicka <jh@suse.cz>
12564 * ipa-pure-const.c (special_builtlin_state): New function.
12565 (check_call): Use it instead of special casign BUILT_IN_RETURN.
12566 (propagate_pure_const): Use it.
12568 2010-06-11 Jan Hubicka <jh@suse.cz>
12570 * df-problems.c (df_live_scratch): Convert to bitmap_head.
12571 (df_live_alloc): Initialize df_live_scratch when initializing
12573 (df_live_transfer_function): Update uses of df_live_scratch.
12574 (df_live_free): Free problem_data; clear df_live_scratch before
12575 releasing the obstack.
12576 (df_md_free): Free problem data.
12578 2010-06-11 Jan Hubicka <jh@suse.cz>
12580 * doc/invoke.texi (Wsuggest-attribute): Document.
12581 (Wmissing-noreturn): Remove.
12582 * ipa-pure-const.c (warn_function_noreturn): New function.
12583 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
12584 warn_missing_noreturn.
12585 * common.opt (Wsuggest-attribute=noreturn): New.
12586 * tree-flow.h (warn_function_noreturn): Declare.
12587 * tree-cfg.c (execute_warn_function_noreturn): Use
12588 warn_function_noreturn.
12589 (gate_warn_function_noreturn): New.
12590 (pass_warn_function_noreturn): Update.
12592 2010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
12594 * c-typeck.c (handle_warn_cast_qual): Add loc
12595 parameter. Improve warning message.
12596 (build_c_cast): Pass location to handle_warn_cast_qual.
12598 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
12600 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
12601 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
12603 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
12605 2010-06-10 Dodji Seketeli <dodji@redhat.com>
12607 Fix bootstap on mips
12608 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
12609 be naming typedefs.
12611 2010-06-11 Kai Tietz <kai.tietz@onevision.com>
12613 * system.h (helper_const_non_const_cast): New inline for
12614 gcc version <= 4.0.
12615 (CONST_CAST2): For gcc version <= 4.0 use
12616 new helper to do const/non-const casting.
12618 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12620 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
12621 * Makefile.in (OBJS-common): Include insn-enums.o.
12622 (insn-enums.o): New rule.
12623 (simple_generated_c): Add insn-enums.c.
12624 (build/genenums.o): New rule.
12625 (genprogmd): Add "enums".
12626 * genconstants.c (print_enum_type): Declare a C string array
12628 * genenums.c: New file.
12629 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
12630 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
12631 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
12633 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12635 * doc/md.texi (define_enum_attr): Document.
12636 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
12637 * read-md.h (lookup_enum_type): Declare.
12638 * read-md.c (lookup_enum_type): New function.
12639 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
12640 * genattrtab.c (attr_desc): Add an enum_name field.
12641 (evaluate_eq_attr): Take the associated attribute as argument.
12642 Get the enum prefix from the enum_name field, if defined.
12643 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
12644 (simplify_test_exp): Pass attr to evaluate_eq_attr.
12645 (add_attr_value): New function, split out from...
12646 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
12647 (write_test_expr): Pass attr to evaluate_eq_attr.
12648 (write_attr_get): Use the enum_name as the enum tag, if defined.
12649 (write_attr_valueq): Use the enum_name as a prefix, if defined.
12650 (find_attr): Initialize enum_name.
12651 (main): Handle DEFINE_ENUM_ATTR.
12652 * gensupport.c (process_rtx): Likewise.
12653 * config/mips/mips.h (mips_tune_attr): Delete.
12654 * config/mips/mips.md (cpu): Use define_attr_enum.
12656 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12658 * doc/md.texi (define_c_enum, define_enum): Document.
12659 * read-md.h (md_constant): Add a parent_enum field.
12660 (enum_value, enum_type): New structures.
12661 (upcase_string, traverse_enum_types): Declare.
12662 * read-md.c (enum_types): New variable.
12663 (upcase_string, add_constant): New functions.
12664 (handle_constants): Don't create the hash table here.
12666 (traverse_md_constants): Don't check for a null md_constants.
12667 (decimal_string, handle_enum, traverse_enum_types): New functions.
12668 (read_md_files): Initialize md_constants and md_enums.
12669 * genconstants.c (print_md_constant): Ignore info argument.
12670 Only print constants that belong to no enum.
12671 (print_enum_type): New function.
12672 (main): Don't pass stdout to print_md_constant. Call print_enum_type
12673 for each defined enum type.
12674 * config/mips/mips.md (processor): New define_enum.
12675 (unspec): New define_c_enum.
12676 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
12677 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
12678 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
12679 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
12680 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
12681 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
12682 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
12683 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
12684 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
12685 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
12686 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
12687 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
12688 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
12689 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
12690 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
12691 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
12692 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
12693 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
12694 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
12695 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
12696 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
12697 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
12698 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
12699 (UNSPEC_RDDSP): Move to mips-dsp.md.
12700 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
12701 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
12702 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
12703 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
12704 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
12705 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
12706 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
12707 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
12708 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
12709 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
12710 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
12711 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
12712 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
12713 Moved to mips-dspr2.md.
12714 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
12715 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
12716 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
12717 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
12718 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
12719 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
12720 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
12721 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
12722 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
12723 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
12724 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
12725 UNSPEC_LOONGSON_PSADBH)
12726 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
12727 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
12728 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
12729 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
12730 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
12731 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
12732 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
12733 (cpu): Update comment.
12734 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
12735 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
12736 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
12737 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
12738 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
12739 UNSPEC_LOONGSON_PCMPEQ)
12740 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
12741 UNSPEC_LOONGSON_PINSR_0)
12742 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
12743 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
12744 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
12745 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
12746 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
12747 UNSPEC_LOONGSON_PSADBH)
12748 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
12749 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
12750 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
12751 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
12752 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
12753 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
12754 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
12755 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
12756 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
12757 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
12758 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
12759 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
12760 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
12761 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
12762 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
12763 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
12764 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
12765 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
12766 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
12767 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
12768 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
12769 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
12770 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
12771 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
12772 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
12773 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
12774 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
12775 (UNSPEC_RDDSP): Moved from mips.md.
12776 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
12777 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
12778 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
12779 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
12780 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
12781 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
12782 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
12783 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
12784 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
12785 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
12786 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
12787 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
12788 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
12789 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
12790 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
12791 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
12792 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
12793 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
12794 (UNSPEC_SCC): Moved from mips.md.
12795 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
12796 "processor_type" to "processor".
12797 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
12798 * config/mips/mips.h (processor_type): Delete.
12799 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
12800 "processor_type" to "processor".
12802 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12804 * configure.ac (tm_include_list): Add insn-constants.h.
12805 * configure: Regenerate.
12806 * Makefile.in (GTM_H): Move insn-constants.h here from...
12808 * mkconfig.sh: Remove special handling for insn-constants.h.
12810 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12812 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
12813 (BUILD_MD): ...this new variable.
12814 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
12815 that include the old contents of simple_generated_h and
12816 simple_generated_c.
12817 (simple_generated_h, simple_generated_c): Include them. Add
12819 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
12820 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
12821 Remove these dependencies from the main rule and include
12822 insn-conditions.md in the command line only if it appears
12823 in the dependency list.
12824 (insn-constants.h, s-constants): Delete.
12825 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
12827 (build/genmddeps.o): Likewise.
12828 (genprogrtl): New variable that contains everything from genprogmd
12829 except mddeps and constants.
12830 (genprogmd): Redefine in terms of genprogrtl. Make these programs
12831 depend on $(BUILD_MD)
12832 (genprog): New variable. Make these programs depend on
12834 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
12835 (main): Use read_md_files instead of init_rtx_reader_args.
12836 * genconstants.c: As for genmddeps.c.
12837 * read-md.h (read_skip_construct): Declare.
12838 * read-md.c (read_skip_construct): New function.
12839 (handle_file): Allow a null handle_directive, skipping the
12841 (parse_include): Update the comment accordingly.
12843 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12845 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
12846 * genmddeps.c: Include read-md.h.
12847 (main): Call init_rtx_reader_args instead of init_md_reader_args.
12848 * genattr.c (main): Likewise.
12849 * genattrtab.c (main): Likewise.
12850 * genautomata.c (main): Likewise.
12851 * gencodes.c (main): Likewise.
12852 * genconditions.c (main): Likewise.
12853 * genconfig.c (main): Likewise.
12854 * genconstants.c (main): Likewise.
12855 * genemit.c (main): Likewise.
12856 * genextract.c (main): Likewise.
12857 * genflags.c (main): Likewise.
12858 * genopinit.c (main): Likewise.
12859 * genoutput.c (main): Likewise.
12860 * genpeep.c (main): Likewise.
12861 * genrecog.c (main): Likewise.
12862 * genpreds.c (main): Likewise.
12863 * gensupport.h (in_fname): Move to read-md.h.
12864 (init_md_reader_args_cb): Rename to...
12865 (init_rtx_reader_args_cb): ...this and return a bool.
12866 (init_md_reader_args): Rename to...
12867 (init_rtx_reader_args): ...this and return a bool.
12868 (include_callback): Move to read-md.h.
12869 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
12870 (file_name_list, first_dir_md_include): Move to read-md.c
12871 (first_bracket_include): Delete unused variable.
12872 (last_dir_md_include): Move to read-md.c.
12873 (process_include): Delete, moving code to read-md.c:handle_include.
12874 (process_rtx): Don't handle INCLUDE.
12875 (save_string): Delete.
12876 (rtx_handle_directive): New function.
12877 (init_md_reader_args_cb): Rename to...
12878 (init_rtx_reader_args_cb): ...this and return a boolean success value.
12880 (init_md_reader_args): Rename to...
12881 (init_rtx_reader_args): ...this and return a boolean success value.
12882 * rtl.def (INCLUDE): Delete.
12883 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
12885 * read-rtl.c (read_conditions): Don't gobble ')' here.
12886 (read_mapping): Likewise.
12887 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
12888 Handle top-level non-rtx constructs here rather than in read_rtx_1.
12889 Store the whole queue in *X. Remove call to init_md_reader.
12890 (read_rtx_1): Rename to...
12891 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
12892 Don't handle top-level non-rtx constructs here. Don't handle (nil)
12894 (read_nested_rtx): New function. Handle (nil) here rather than
12896 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
12898 * read-md.h (directive_handler_t): New type.
12899 (in_fname, include_callback): Moved from read-md.h.
12900 (read_constants, init_md_reader): Delete.
12901 (read_md_files): Declare.
12902 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
12903 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
12905 (read_constants): Rename to...
12906 (handle_constants): ...this. Don't gobble ')' here.
12907 (handle_include, handle_file, handle_toplevel_file)
12908 (parse_include): New functions, mostly taken from gensupport.c.
12909 (init_md_reader): Subsume into...
12910 (read_md_files): ...this new function.
12912 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12914 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
12915 (unread_char): Decrement read_md_lineno after putting back '\n'.
12916 * read-md.c (fatal_with_file_and_line): Push back any characters
12917 that we decide not to add to the context.
12918 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
12919 fatal_expected_char in cases where '/' ends a line (for example).
12920 (read_name): Don't increment read_md_lineno here.
12921 (read_escape): Likewise.
12922 (read_quoted_string): Likewise.
12923 (read_braced_string): Likewise.
12925 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12927 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
12928 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
12929 * genconstants.c: Include read-md.h.
12930 * read-rtl.c (md_constants): Move to read-md.c.
12931 (md_name): Move to read-md.h.
12932 (initialize_iterators): Use leading_string_hash instead of def_hash
12933 and leading_string_eq_p instead of def_name_eq_p.
12934 (read_name): Move to read-md.c.
12935 (def_hash, def_name_eq_p): Delete.
12936 (read_constants, traverse_md_constants): Move to read-md.c.
12937 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
12938 * read-md.h: Include hashtab.h.
12939 (md_name): Moved from read-rtl.c.
12940 (md_constant): Moved from read-md.h.
12941 (leading_string_hash, leading_string_eq_p, read_name)
12942 (read_constants, traverse_md_constants): Declare.
12943 * read-md.c (md_constants): Moved from read-rtl.c.
12944 (leading_string_hash, leading_string_eq_p): New functions.
12945 (read_name, read_constants, traverse_md_constants): Moved from
12948 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12950 * read-rtl.c (md_name): New structure.
12951 (read_name): Take an md_name instead of a buffer pointer.
12952 Use the "string" field instead of strcpy when expanding constants.
12953 (read_constants): Remove the tmp_char argument. Update the calls
12954 to read_name, using two local name buffers instead of the tmp_char
12955 argument. Merge the constant-creation code.
12956 (read_conditions): Remove the tmp_char argument. Update the calls
12957 to read_name, using a local name buffer instead of the tmp_char
12959 (read_mapping): Replace tmp_char variable with a local name buffer.
12960 Update the calls to read_name.
12961 (read_rtx_1): Likewise. Update the calls to read_constants and
12964 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12966 * Makefile.in (build/read-md.o): Depend on errors.h.
12967 * read-md.h (error_with_line): Declare.
12968 * read-md.c: Include errors.h.
12969 (message_with_line_1): New function, extracted from...
12970 (message_with_line): ...here.
12971 (error_with_line): New function.
12972 * genattrtab.c: If a call to message_with_line is followed by
12973 "have_error = 1;", replace both statements with a call to
12975 * genoutput.c: Likewise.
12976 * genpreds.c: Likewise.
12977 * genrecog.c: If a call to message_with_line is followed by
12978 "error_count++;", replace both statements with a call to
12980 (errorcount): Delete.
12981 (main): Don't check it.
12982 * gensupport.c: If a call to message_with_line is followed by
12983 "errors = 1;", replace both statements with a call to error_with_line.
12985 (process_define_cond_exec): Check have_error instead of errors.
12986 (init_md_reader_args_cb): Likewise. Don't set errors.
12988 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
12990 * read-md.h (read_md_file): Declare.
12991 (read_char, unread_char): New functions.
12992 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
12993 (read_quoted_string, read_string): Remove FILE * argument.
12994 * read-md.c (read_md_file): New variable.
12995 (read_md_filename, read_md_lineno): Update comments and remove
12996 unnecessary initialization.
12997 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
12998 (read_escape, read_quoted_string, read_braced_string, read_string):
12999 Remove FILE * argument. Update calls accordingly, using read_char
13000 and unread_char instead of getc and ungetc.
13001 * rtl.h (read_rtx): Remove FILE * argument.
13002 * read-rtl.c (iterator_group): Remove FILE * argument from
13004 (iterator_traverse_data): Remove "infile" field.
13005 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
13006 (add_mapping, read_name, read_constants, read_conditions)
13007 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
13008 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
13009 Remove file arguments from all calls, using read_char and unread_char
13010 instead of getc and ungetc.
13011 * gensupport.c (process_include): Preserve read_md_file around
13012 the include. Set read_md_file to the handle of the included file.
13013 Update call to read_rtx.
13014 (init_md_reader_args_cb): Set read_md_file to the handle of the file
13015 and remove local FILE *. Update calls to read_rtx.
13017 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
13019 * read-md.h (read_rtx_lineno): Rename to...
13020 (read_md_lineno): ...this.
13021 (read_rtx_filename): Rename to...
13022 (read_md_filename): ...this.
13023 (copy_rtx_ptr_loc): Rename to...
13024 (copy_md_ptr_loc): ...this.
13025 (print_rtx_ptr_loc): Rename to...
13026 (print_md_ptr_loc): ...this.
13027 * read-md.c: Likewise. Update references after renaming.
13028 (string_obstack): Replace RTL with MD in comment.
13029 (set_rtx_ptr_loc): Rename to...
13030 (set_md_ptr_loc): ...this.
13031 (get_rtx_ptr_loc): Rename to...
13032 (get_md_ptr_loc): ...this.
13033 * genconditions.c: Update references after renaming.
13034 * genemit.c: Likewise.
13035 * genoutput.c: Likewise.
13036 * genpreds.c: Likewise.
13037 * gensupport.c: Likewise.
13038 * read-rtl.c: Likewise.
13040 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
13042 * Makefile.in (READ_MD_H): New variable.
13043 (BUILD_RTL): Add build/read-md.o.
13044 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
13045 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
13046 (build/genattrtab.o, build/genconditions.o build/genemit.o)
13047 (build/genextract.o, build/genflags.o, build/genoutput.o)
13048 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
13049 (build/read-md.o): New rule.
13050 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
13051 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
13052 * coretypes.h: ...here.
13053 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
13054 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
13055 * genattr.c: Include read-md.h.
13056 * genattrtab.c: Likewise.
13057 * genconditions.c: Likewise.
13058 * genemit.c: Likewise.
13059 * genextract.c: Likewise.
13060 * genflags.c: Likewise.
13061 * genoutput.c: Likewise.
13062 * genpreds.c: Likewise.
13063 * genrecog.c: Likewise.
13064 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
13065 (join_c_conditions, print_c_condition, read_rtx_filename)
13066 (read_rtx_lineno): Move to read-md.h.
13067 * read-rtl.c: Include read-md.h.
13068 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
13069 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
13070 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
13071 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
13072 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
13073 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
13074 (read_braced_string, read_string): Move to read-md.c.
13075 (read_rtx): Move some initialization to init_md_reader and call
13076 init_md_reader here.
13077 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
13079 * gensupport.c: Include read-md.h.
13080 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
13081 * read-md.h, read-md.c: New files.
13083 2010-06-10 Anatoly Sokolov <aesok@post.ru>
13085 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13086 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13087 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
13088 * config/moxie/moxie.c (moxie_function_value): Make static.
13089 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
13090 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
13092 2010-06-10 Martin Jambor <mjambor@suse.cz>
13094 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
13095 * dbgcnt.def (tree_sra): New counter.
13096 * tree-sra.c: Include dbgcnt.h.
13097 (gate_intra_sra): Check tree_sra debug counter.
13099 2010-06-10 Martin Jambor <mjambor@suse.cz>
13101 PR tree-optimization/44258
13102 * tree-sra.c (build_access_subtree): Return false iff there is a
13104 (build_access_trees): Likewise.
13105 (analyze_all_variable_accesses): Disqualify candidates if
13106 build_access_trees returns true for them.
13108 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
13111 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
13112 tail-recurse into canonical node. Fast-forward over
13113 non-canonical VALUEs.
13115 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
13118 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
13119 (*addsi_1_zext) <TYPE_LEA>: Likewise.
13120 (add lea splitter): Likewise.
13121 (add_zext lea splitter): Likewise.
13123 2010-06-10 Joseph Myers <joseph@codesourcery.com>
13125 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
13127 2010-06-10 Jan Hubicka <jh@suse.cz>
13129 * df-problems.c (df_live_problem_data): Add live_bitmaps.
13130 (df_live_alloc): Initialize problem data and live_osbtacks.
13131 (df_live_finalize): Remove obstack, problem data; do not
13133 (df_live_top_dump, df_live_bottom_dump): Do not dump old
13134 data when not allocated.
13135 (df_live_verify_solution_start): Do not allocate problem data.
13136 (df_live_verify_solution_end): Check if out is allocated.
13137 (struct df_md_problem_data): New structure.
13138 (df_md_alloc): Allocate problem data.
13139 (df_md_free): Free problem data; do not clear bitmaps.
13141 2010-06-10 Jan Beulich <jbeulich@novell.com>
13144 * configure.ac: Replace $() with ${} when intending to expand
13145 variables rather than invoking commands.
13146 * configure: Re-generate.
13148 2010-06-10 Jan Hubicka <jh@suse.cz>
13150 PR rtl-optimization/44460
13151 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
13152 TYPE_NEEDS_CONSTRUCTING sanity check.
13154 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
13156 * doc/include/fdl.texi: Move to GFDL version 1.3.
13158 * doc/cpp.texi: Move to GFDL version 1.3.
13159 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
13160 * doc/gccint.texi: Move to GFDL version 1.3.
13161 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
13162 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
13163 * doc/invoke.texi: Move to GFDL version 1.3.
13165 2010-06-09 Jan Hubicka <jh@suse.cz>
13167 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
13169 (propagate) ... here; swap the order.
13171 2010-06-09 Jan Hubicka <jh@suse.cz>
13173 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
13174 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
13175 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
13176 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
13178 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
13180 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
13181 Do not the gather memory reference in the outer loop if the step
13184 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
13186 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
13187 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
13188 8 to 4. Minor change of the related comments.
13190 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
13192 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
13193 the scev analysis when the variable is not used outside the loop
13194 in a close phi node: call compute_overall_effect_of_inner_loop.
13196 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
13198 * graphite-sese-to-poly.c (single_pred_cond): Renamed
13199 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
13200 (build_sese_conditions_before): Renamed call to single_pred_cond.
13201 (build_sese_conditions_after): Same.
13203 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
13205 * graphite-poly.h: Fix comments and indentation.
13206 * graphite-sese-to-poly.c: Same.
13207 (build_sese_conditions_before): Compute stmt and gbb only when needed.
13208 * tree-chrec.c: Fix comments and indentation.
13209 (tree-ssa-loop-niter.c): Same.
13211 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
13213 PR rtl-optimization/42461
13214 * dce.c (deletable_insn_p): Return true for const or pure calls again.
13215 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
13217 2010-06-09 Jan Hubicka <jh@suse.cz>
13219 * bitmap.c (bitmap_and): Walk array forward.
13220 (bitmap_and_compl_into): Likewise.
13221 (bitmap_xor): Likewise.
13222 (bitmap_xor_into): Likewise.
13223 (bitmap_equal_p): Likewise.
13224 (bitmap_intersect_p): Likewise.
13225 (bitmap_intersect_compl_p): Likewise.
13226 (bitmap_ior_and_into): Likewise.
13227 (bitmap_elt_copy): Likewise.
13228 (bitmap_and_compl): Likewise.
13229 (bitmap_elt_ior): Likewise.
13231 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
13233 * opts-common.c (prune_options): Ensure replacement argv array
13234 is correctly terminated by a NULL entry.
13236 2010-06-09 Jan Hubicka <jh@suse.cz>
13238 * cgraph.h (varpool_first_static_initializer,
13239 varpool_next_static_initializer): Make checking only when
13241 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
13242 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
13243 gcc_assert to gcc_checking_assert.
13244 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
13245 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
13246 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
13247 op_iter_init_phiuse, op_iter_init_phidef,
13248 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
13249 gcc_checking_assert.
13250 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
13251 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
13252 partition_is_global, live_on_entry, live_on_exit,
13253 live_merge_and_clear): Likewise.
13254 * system.h (gcc_checking_assert): New macro.
13255 * gimple.h (set_bb_seq): Use gcc_checking_assert.
13257 2010-06-09 Jason Merrill <jason@redhat.com>
13259 * Makefile.in (TAGS): Collect tags info from c-family.
13261 2010-06-09 Jan Hubicka <jh@suse.cz>
13263 * gimple.h (gcc_gimple_checking_assert): New macro.
13264 (gimple_set_def_ops, gimple_set_use_ops,
13265 gimple_set_vuse, gimple_set_vdef,
13266 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
13267 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
13268 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
13269 gimple_asm_output_op, gimple_asm_output_op_ptr,
13270 gimple_asm_set_output_op, gimple_asm_clobber_op,
13271 gimple_asm_set_clobber_op, gimple_asm_label_op,
13272 gimple_asm_set_label_op, gimple_try_set_kind,
13273 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
13274 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
13275 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
13276 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
13277 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
13278 gimple_omp_for_set_initial, gimple_omp_for_final,
13279 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
13280 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
13281 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
13282 conditional with ENABLE_GIMPLE_CHECKING.
13283 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
13285 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>
13287 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
13288 (get_computation_cost_at): Use it.
13289 (determine_use_iv_cost_condition): Likewise.
13290 (determine_iv_cost): Likewise.
13292 2010-06-09 Richard Guenther <rguenther@suse.de>
13294 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
13297 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
13299 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
13301 2010-06-09 Martin Jambor <mjambor@suse.cz>
13303 PR tree-optimization/44423
13304 * tree-sra.c (dump_access): Dump also grp_assignment_read.
13305 (analyze_access_subtree): Pass negative allow_replacements to children
13306 if the current type is scalar.
13308 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
13311 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
13312 * doc/plugins.texi (Plugin license check): Update information
13313 on type of plugin_is_GPL_compatible.
13314 * Makefile.in (PLUGINCC): Define as $(COMPILER).
13315 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
13317 2010-06-09 Bernd Schmidt <bernds@codesourcery.com>
13319 * config/arm/arm.c (thumb2_reorg): New function.
13320 (arm_reorg): Call it.
13321 * config/arm/thumb2.md (define_peephole2 for flag clobbering
13322 arithmetic operations): Delete.
13324 2010-06-09 Edmar Wienskoski <edmar@freescale.com>
13327 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
13330 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
13333 * gcc-plugin.h: Encapsulate all declarations in extern "C".
13335 2010-06-08 Jan Hubicka <jh@suse.cz>
13337 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
13338 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
13340 2010-06-08 Sandra Loosemore <sandra@codesourcery.com>
13342 PR tree-optimization/39874
13343 PR middle-end/28685
13344 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
13346 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
13347 same_bool_result_p): New.
13348 (and_var_with_comparison, and_var_with_comparison_1,
13349 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
13350 (or_var_with_comparison, or_var_with_comparison_1,
13351 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
13352 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
13353 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
13354 of combine_comparisons.
13355 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
13357 2010-06-08 Anatoly Sokolov <aesok@post.ru>
13359 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
13360 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
13361 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
13362 pdp11_function_value_regno_p): New functions.
13363 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
13364 TARGET_FUNCTION_VALUE_REGNO_P): Define.
13366 2010-06-08 Kazu Hirata <kazu@codesourcery.com>
13368 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
13369 Thumb-2 in the MINUS case.
13371 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
13373 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
13375 * doc/gty.texi (GTY Options): Document typed GC allocation and
13376 variable_size GTY option.
13378 * ggc-internal.h: New.
13380 * ggc.h: Update copyright year.
13381 (digit_string): Move to stringpool.c.
13382 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
13383 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
13384 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
13385 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
13386 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
13387 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
13388 (ggc_force_collect, ggc_get_size, ggc_statistics)
13389 (ggc_print_common_statistics): Move to ggc-internal.h.
13390 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
13391 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
13392 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
13393 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
13394 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
13395 (ggc_alloc_zone_pass_stat): Remove.
13396 (ggc_internal_alloc_stat, ggc_internal_alloc)
13397 (ggc_internal_cleared_alloc_stat): New.
13398 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
13399 (ggc_internal_vec_alloc_stat)
13400 (ggc_internal_cleared_vec_alloc_stat)
13401 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
13402 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
13403 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
13404 (ggc_cleared_alloc_ptr_array_two_args): New.
13405 (htab_create_ggc, splay_tree_new_ggc): Redefine.
13406 (ggc_splay_alloc): Change the type of the first argument to
13407 enum gt_types_enum.
13408 (ggc_alloc_string): Make macro.
13409 (ggc_alloc_string_stat): New.
13410 (ggc_strdup): Redefine.
13411 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
13412 (ggc_alloc_rtvec_sized): New.
13413 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
13414 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
13415 (ggc_internal_cleared_alloc_zone_stat)
13416 (ggc_internal_zone_alloc_stat)
13417 (ggc_internal_zone_cleared_alloc_stat)
13418 (ggc_internal_zone_vec_alloc_stat)
13419 (ggc_alloc_zone_rtx_def_stat)
13420 (ggc_alloc_zone_tree_node_stat)
13421 (ggc_alloc_zone_cleared_tree_node_stat)
13422 (ggc_alloc_cleared_gimple_statement_d_stat): New.
13424 * ggc-common.c: Include ggc-internal.h.
13425 (ggc_internal_cleared_alloc_stat): Rename from
13426 ggc_alloc_cleared_stat.
13427 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
13428 (ggc_calloc): Remove.
13429 (ggc_cleared_alloc_htab_ignore_args): New.
13430 (ggc_cleared_alloc_ptr_array_two_args): New.
13431 (ggc_splay_alloc): Add obj_type parameter.
13432 (init_ggc_heuristics): Formatting fixes.
13434 * ggc-none.c: Update copyright year.
13435 (ggc_alloc_stat): Rename to ggc_alloc_stat.
13436 (ggc_alloc_cleared_stat): Rename to
13437 ggc_internal_cleared_alloc_stat.
13438 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
13440 * ggc-page.c: Update copyright year. Include ggc-internal.h.
13441 Remove references to ggc_alloc in comments.
13442 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
13443 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
13444 (new_ggc_zone, destroy_ggc_zone): Remove.
13445 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
13447 * ggc-zone.c: Include ggc-internal.h. Remove references to
13448 ggc_alloc in comments.
13449 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
13450 (ggc_internal_alloc_zone_pass_stat): New.
13451 (ggc_internal_cleared_alloc_zone_stat): New.
13452 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
13453 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
13454 (new_ggc_zone, destroy_ggc_zone): Remove.
13456 * stringpool.c: Update copyright year. Include ggc-internal.h
13457 (digit_vector): Make static.
13458 (digit_string): Moved from ggc.h.
13459 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
13460 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
13462 * Makefile.in (GGC_INTERNAL_H): New.
13463 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
13464 $(GGC_INTERNAL_H) to dependencies.
13466 * gentype.c: Update copyright year.
13467 (walk_type): Accept variable_size GTY option.
13468 (USED_BY_TYPED_GC_P): New macro.
13469 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
13470 whitespace at the end of strings.
13471 (get_type_specifier, variable_size_p): New functions.
13472 (alloc_quantity, alloc_zone): New enums.
13473 (write_typed_alloc_def): New function.
13474 (write_typed_struct_alloc_def): Likewise.
13475 (write_typed_typed_typedef_alloc_def): Likewise.
13476 (write_typed_alloc_defns): Likewise.
13477 (output_typename, write_splay_tree_allocator_def): Likewise.
13478 (write_splay_tree_allocators): Likewise.
13479 (main): Call write_typed_alloc_defns and
13480 write_splay_tree_allocators.
13482 * lto-streamer.h (lto_file_decl_data_ptr): New.
13484 * passes.c (order): Define using cgraph_node_ptr.
13486 * strinpool.c (struct string_pool_data): Declare nested_ptr using
13489 * gimple.h (union gimple_statement_d): Likewise.
13491 * rtl.h (struct rtx_def): Likewise.
13492 (struct rtvec_def): Likewise.
13494 * tree.h (union tree_node): Likewise.
13496 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
13498 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
13500 * tree-scalar-evolution.c (scev_initialize): Likewise.
13502 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
13504 * dwarf2asm.c (dw2_force_const_mem): Likewise.
13506 * omp-low.c (lower_omp_critical): Likewise.
13508 * bitmap.h (struct bitmap_head_def): Update comment to not
13509 reference ggc_alloc.
13511 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
13513 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
13515 * ipa-prop.c (duplicate_ggc_array): Rename to
13516 duplicate_ipa_jump_func_array. Use typed GC allocation.
13517 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
13519 * gimple.c (gimple_alloc_stat): Use
13520 ggc_alloc_cleared_gimple_statement_d_stat.
13522 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
13524 * tree.c (make_node_stat): Use
13525 ggc_alloc_zone_cleared_tree_node_stat.
13526 (make_tree_vec_stat): Likewise.
13527 (build_vl_exp_stat): Likewise.
13528 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
13529 (make_tree_binfo_stat): Likewise.
13530 (tree_cons_stat): Likewise.
13532 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
13533 (shallow_copy_rtx_stat): Likewise.
13534 (make_node_stat): Likewise.
13536 * lto-symtab.c: Fix comment.
13538 * tree-cfg.c (create_bb): Update comment to not reference
13540 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
13542 * varpool.c (varpool_node): Use typed GC allocation.
13543 (varpool_extra_name_alias): Likewise.
13545 * varasm.c (emutls_decl): Likewise.
13546 (get_unnamed_section): Likewise.
13547 (get_noswitch_section): Likewise.
13548 (get_section): Likewise.
13549 (get_block_for_section): Likewise.
13550 (build_constant_desc): Likewise.
13551 (create_constant_pool): Likewise.
13552 (force_const_mem): Likewise.
13554 * tree.c (build_vl_exp_stat): Likewise.
13555 (build_real): Likewise.
13556 (build_string): Likewise.
13557 (decl_debug_expr_insert): Likewise.
13558 (decl_value_expr_insert): Likewise.
13559 (type_hash_add): Likewise.
13560 (build_omp_clause): Likewise.
13562 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
13564 * tree-ssa.c (init_tree_ssa): Likewise.
13566 * tree-ssa-structalias.c (heapvar_insert): Likewise.
13568 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
13570 * tree-ssa-loop-niter.c (record_estimate): Likewise.
13572 * tree-ssa-alias.c (get_ptr_info): Likewise.
13574 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
13576 * tree-phinodes.c (allocate_phi_node): Likewise.
13578 * tree-iterator.c (tsi_link_before): Likewise.
13579 (tsi_link_after): Likewise.
13581 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
13583 * tree-dfa.c (create_var_ann): Likewise.
13585 * tree-cfg.c (create_bb): Likewise.
13587 * toplev.c (alloc_for_identifier_to_locale): Likewise.
13588 (general_init): Likewise.
13590 * stringpool.c (stringpool_ggc_alloc): Likewise.
13591 (gt_pch_save_stringpool): Likewise.
13593 * sese.c (if_region_set_false_region): Likewise.
13595 * passes.c (do_per_function_toporder): Likewise.
13597 * optabs.c (set_optab_libfunc): Likewise.
13598 (set_conv_libfunc): Likewise.
13600 * lto-symtab.c (lto_symtab_register_decl): Likewise.
13602 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
13603 (input_eh_region): Likewise.
13604 (input_eh_lp): Likewise.
13605 (make_new_block): Likewise.
13606 (unpack_ts_real_cst_value_fields): Likewise.
13608 * lto-section-in.c (lto_new_in_decl_state): Likewise.
13610 * lto-cgraph.c (input_node_opt_summary): Likewise.
13612 * loop-init.c (loop_optimizer_init): Likewise.
13614 * lambda.h (lambda_vector_new): Likewise.
13616 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
13618 * ira.c (update_equiv_regs): Likewise.
13620 * ipa.c (cgraph_node_set_new): Likewise.
13621 (cgraph_node_set_add): Likewise.
13622 (varpool_node_set_new): Likewise.
13623 (varpool_node_set_add): Likewise.
13625 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
13626 (duplicate_ipa_jump_func_array): Likewise.
13627 (ipa_read_node_info): Likewise.
13629 * ipa-cp.c (ipcp_create_replace_map): Likewise.
13631 * integrate.c (get_hard_reg_initial_val): Likewise.
13633 * gimple.c (gimple_alloc_stat): Likewise.
13634 (gimple_build_omp_for): Likewise.
13635 (gimple_seq_alloc): Likewise.
13636 (gimple_copy): Likewise.
13638 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
13639 (gsi_insert_after_without_update): Likewise.
13641 * function.c (add_frame_space): Likewise.
13642 (insert_temp_slot_address): Likewise.
13643 (assign_stack_temp_for_type): Likewise.
13644 (allocate_struct_function): Likewise.
13645 (types_used_by_var_decl_insert): Likewise.
13647 * except.c (init_eh_for_function): Likewise.
13648 (gen_eh_region): Likewise.
13649 (gen_eh_region_catch): Likewise.
13650 (gen_eh_landing_pad): Likewise.
13651 (add_call_site): Likewise.
13653 * emit-rtl.c (get_mem_attrs): Likewise.
13654 (get_reg_attrs): Likewise.
13655 (start_sequence): Likewise.
13656 (init_emit): Likewise.
13658 * dwarf2out.c (new_cfi): Likewise.
13659 (queue_reg_save): Likewise.
13660 (dwarf2out_frame_init): Likewise.
13661 (new_loc_descr): Likewise.
13662 (find_AT_string): Likewise.
13663 (new_die): Likewise.
13664 (add_var_loc_to_decl): Likewise.
13665 (clone_die): Likewise.
13666 (clone_as_declaration): Likewise.
13667 (break_out_comdat_types): Likewise.
13668 (new_loc_list): Likewise.
13669 (loc_descriptor): Likewise.
13670 (add_loc_descr_to_each): Likewise.
13671 (add_const_value_attribute): Likewise.
13672 (tree_add_const_value_attribute): Likewise.
13673 (add_comp_dir_attribute): Likewise.
13674 (add_name_and_src_coords_attributes): Likewise.
13675 (lookup_filename): Likewise.
13676 (store_vcall_insn): Likewise.
13677 (dwarf2out_init): Likewise.
13679 * dbxout.c (dbxout_init): Likewise.
13681 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
13683 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
13685 * config/score/score7.c (score7_output_external): Likewise.
13687 * config/score/score3.c (score3_output_external): Likewise.
13689 * config/s390/s390.c (s390_init_machine_status): Likewise.
13691 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
13692 (rs6000_init_machine_status): Likewise.
13693 (output_toc): Likewise.
13695 * config/pa/pa.c (pa_init_machine_status): Likewise.
13696 (get_deferred_plabel): Likewise.
13698 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
13700 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
13702 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
13704 * config/mep/mep.c (mep_init_machine_status): Likewise.
13705 (mep_note_pragma_flag): Likewise.
13707 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
13709 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
13711 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
13713 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
13714 (i386_pe_maybe_record_exported_symbol): Likewise.
13716 * config/i386/i386.c (get_dllimport_decl): Likewise.
13717 (ix86_init_machine_status): Likewise.
13718 (assign_386_stack_local): Likewise.
13720 * config/frv/frv.c (frv_init_machine_status): Likewise.
13722 * config/darwin.c (machopic_indirection_name): Likewise.
13724 * config/cris/cris.c (cris_init_machine_status): Likewise.
13726 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
13728 * config/avr/avr.c (avr_init_machine_status): Likewise.
13730 * config/arm/arm.c (arm_init_machine_status): Likewise.
13732 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
13733 (alpha_need_linkage): Likewise.
13734 (alpha_use_linkage): Likewise.
13736 * cgraph.c (cgraph_allocate_node): Likewise.
13737 (cgraph_create_edge_1): Likewise.
13738 (cgraph_create_indirect_edge): Likewise.
13739 (cgraph_add_asm_node): Likewise.
13741 * cfgrtl.c (init_rtl_bb_info): Likewise.
13743 * cfgloop.c (alloc_loop): Likewise.
13744 (rescan_loop_exit): Likewise.
13746 * cfg.c (init_flow): Likewise.
13747 (alloc_block): Likewise.
13748 (unchecked_make_edge): Likewise.
13750 * c-parser.c (c_parse_init): Likewise.
13751 (c_parse_file): Likewise.
13753 * c-decl.c (bind): Likewise.
13754 (record_inline_static): Likewise.
13755 (push_scope): Likewise.
13756 (make_label): Likewise.
13757 (lookup_label_for_goto): Likewise.
13758 (finish_struct): Likewise.
13759 (finish_enum): Likewise.
13760 (c_push_function_context): Likewise.
13762 * bitmap.c (bitmap_element_allocate): Likewise.
13763 (bitmap_gc_alloc_stat): Likewise.
13765 * alias.c (record_alias_subset): Likewise.
13766 (init_alias_analysis): Likewise.
13768 2010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
13770 * fold-const.c (fold_comparison): Remove redundant parenthesis.
13771 * tree-inline.c (expand_call_inline): Pass translated return value of
13772 cgraph_inline_failed_string to diagnostic function.
13774 2010-06-08 Andrew Pinski <pinskia@gmail.com>
13775 Shujing Zhao <pearly.zhao@oracle.com>
13778 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
13779 implicit bad conversions is initialization.
13780 (error_init): Use gmsgid instead of msgid for argument name and change
13781 the call for error.
13782 (pedwarn_init): Use gmsgid instead of msgid for argument name and
13783 change the call for pedwarn.
13784 (warning_init): Use gmsgid instead of msgid for argument name and
13785 change the call for warning.
13787 2010-06-07 Nathan Froyd <froydnj@codesourcery.com>
13789 * config/mips/mips-protos.h (mips_print_operand): Delete.
13790 (mips_print_operand_address): Delete.
13791 * config/mips/mips.h (mips_print_operand_punct): Delete.
13792 (PRINT_OPERAND): Delete.
13793 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
13794 (PRINT_OPERAND_ADDRESS): Delete.
13795 * config/mips/mips.c (mips_print_operand_punct): Make static.
13796 (mips_print_operand_address): Make static.
13797 (mips_print_operand): Make static. Call
13798 mips_print_operand_punct_valid_p.
13799 (mips_print_operand_punct_valid_p): New function.
13800 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
13801 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
13803 2010-06-07 Jan Hubicka <jh@suse.cz>
13805 PR middle-end/44454
13806 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
13809 2010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
13811 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
13814 2010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13816 * doc/sourcebuild.texi (Effective-Target Keywords, Other
13817 attributes): Document gas.
13819 2010-06-07 Uros Bizjak <ubizjak@gmail.com>
13821 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
13822 <TYPE_LEA>: Split instruction.
13823 <default>: Remove alternative 2 handling.
13824 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
13825 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
13826 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
13828 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
13829 (ashift_zext lea splitter): Use DImode for multiplication.
13831 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
13832 to generate addition.
13834 2010-06-07 Joseph Myers <joseph@codesourcery.com>
13836 * common.opt (fira-verbose): Use Var.
13837 (fpcc-struct-return): Use Init instead of VarExists.
13838 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
13840 * flags.h (flag_signed_char, flag_short_enums,
13841 flag_pcc_struct_return, flag_ira_verbose,
13842 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
13843 * toplev.c (flag_detailed_statistics, flag_signed_char,
13844 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
13845 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
13846 * toplev.h (flag_crossjumping, flag_if_conversion,
13847 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
13848 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
13849 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
13850 flag_cprop_registers, time_report, flag_ira_loop_pressure,
13851 flag_ira_coalesce, flag_ira_move_spills,
13852 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
13854 2010-06-07 Jan Hubicka <jh@suse.cz>
13856 * df-core.c (df_analyze_problem): Do verification after allocation.
13858 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
13859 (df_lr_alloc): Initialize problem data; move bitmaps to
13860 lr_bitmaps obstack.
13861 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
13862 (df_lr_verify_solution_start): Do not initialize problem data;
13863 allocate bitmaps in lr_bitmaps.
13864 (df_lr_verify_solution_end): Do not free problem data.
13866 2010-06-07 Jan Hubicka <jh@suse.cz>
13868 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
13869 if caller is noreturn.
13870 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
13871 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
13872 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
13873 * ipa-pure-const.c (check_decl): Add IPA parameter.
13874 (state_from_flags): New function.
13875 (better_state, worse_state): New functions.
13876 (check_call): When in IPA mode, do not care about callees.
13877 (check_load, check_store): Update.
13878 (check_ipa_load, check_ipa_store): New.
13879 (check_stmt): When in IPA mode, use IPA checkers.
13880 (analyze_function): Use state_from_flags.
13881 (propagate): Check indirect edges and references.
13883 2010-06-07 Kazu Hirata <kazu@codesourcery.com>
13885 PR rtl-optimization/44404
13886 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
13887 of count_occurrences to see if it's safe to modify mem_insn.
13889 2010-06-07 Richard Guenther <rguenther@suse.de>
13891 * gimplify.c (gimplify_cleanup_point_expr): For empty body
13892 and EH-only cleanup drop the cleanup instead of inserting it
13895 2010-06-07 Ira Rosen <irar@il.ibm.com>
13897 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
13899 * targhooks.c (default_builtin_vectorization_cost): New function.
13900 * targhooks.h (default_builtin_vectorization_cost): Declare.
13901 * target.h (enum vect_cost_for_stmt): Define.
13902 (builtin_vectorization_cost): Change argument and comment.
13903 * tree-vectorizer.h: Remove cost model macros.
13904 * tree-vect-loop.c: Include target.h.
13905 (vect_get_cost): New function.
13906 (vect_estimate_min_profitable_iters): Replace cost model macros with
13907 calls to vect_get_cost.
13908 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
13909 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
13910 default implementation.
13911 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
13912 calls to target hook builtin_vectorization_cost.
13913 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
13915 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
13916 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
13917 implementation to return costs.
13918 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
13919 * config/spu/spu.h: Remove vectorizer cost model macros.
13920 * config/i386/i386.h: Likewise.
13921 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
13922 a call to target hook builtin_vectorization_cost.
13924 2010-06-06 Sriraman Tallam <tmsriram@google.com>
13927 * config/i386/i386.c (override_options): Turn zee pass on for level 2
13928 and above and defer till target is known.
13929 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
13930 turn off otherwise.
13932 2010-05-25 Jan Hubicka <jh@suse.cz>
13934 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
13935 (df_compact_blocks): Likewise.
13936 * df.h (struct df): Turn hardware_regs_used,
13937 regular_block_artificial_uses, eh_block_artificial_uses,
13938 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
13940 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
13941 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
13942 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
13943 df_scan_blocks, df_insn_delete, df_insn_rescan,
13944 df_insn_rescan_debug_internal, df_insn_rescan_all,
13945 df_process_deferred_rescans, df_process_deferred_rescans,
13946 df_notes_rescan, df_get_call_refs, df_get_call_refs,
13947 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
13948 df_record_entry_block_defs, df_record_exit_block_uses,
13949 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
13950 df_scan_verify): Update.
13952 2010-05-25 Dodji Seketeli <dodji@redhat.com>
13955 * c-common.c (is_typedef_decl): Move this definition ...
13956 * tree.c (is_typedef_decl): ... here.
13957 (typdef_variant_p): Move definition here from cp/tree.c.
13958 * c-common.h (is_typedef_decl): Move this declaration ...
13959 * tree.h (is_typedef_decl): ... here.
13960 (typedef_variant_p): Move declaration here from cp/cp-tree.h
13961 * dwarf2out.c (is_naming_typedef_decl): New function.
13962 (gen_tagged_type_die): Split out of ...
13963 (gen_type_die_with_usage): ... this function. When an anonymous
13964 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
13965 is emitted for the typedef.
13966 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
13967 anonymous tagged types.
13969 2010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
13972 * c-decl.c (grokdeclarator): Delete warning.
13974 2010-06-06 Eric Botcazou <ebotcazou@adacore.com>
13976 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
13977 newly built CALL_EXPR.
13978 * tree-profile.c (tree_profiling): Don't profile functions produced
13979 for built-in stuff.
13981 2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
13985 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
13986 endianness-independent.
13988 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
13990 * c-common.c: Move to c-family/.
13991 * c-common.def: Likewise.
13992 * c-common.h: Likewise.
13993 * c-cppbuiltin.c: Likewise.
13994 * c-dump.c: Likewise.
13995 * c-format.c: Likewise.
13996 * c-format.h : Likewise.
13997 * c-gimplify.c: Likewise.
13998 * c-lex.c: Likewise.
13999 * c-omp.c: Likewise.
14001 * c-opts.c: Likewise.
14002 * c-pch.c: Likewise.
14003 * c-ppoutput.c: Likewise.
14004 * c-pragma.c: Likewise.
14005 * c-pragma.h: Likewise.
14006 * c-pretty-print.c: Likewise.
14007 * c-pretty-print.h: Likewise.
14008 * c-semantics.c: Likewise.
14009 * stub-objc.c: Likewise.
14011 * gengtype.c (get_file_langdir): Special-case files in c-family/.
14012 (get_output_file_with_visibility): Fix name for c-common.h.
14013 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
14015 * c-tree.h: Update include path for moved files.
14016 * c-lang.c: Likewise.
14017 * c-lang.h: Likewise.
14018 * c-parser.c: Likewise.
14019 * c-convert.c: Likewise.
14020 * c-decl.c: Likewise.
14021 * c-objc-common.c: Likewise.
14022 * configure.ac: Make sure c-family/ exists in the build directory.
14023 * configure: Regenerate.
14024 * Makefile.in: Update paths for moved files. Regroup files per
14025 location and update dependencies. Move generated_files down after
14028 * config/spu/spu-c.c: Update paths for moved files.
14029 * config/mep/mep-pragma.c: Likewise.
14030 * config/darwin-c.c: Likewise.
14031 * config/i386/msformat-c.c: Likewise.
14032 * config/i386/i386-c.c: Likewise.
14033 * config/avr/avr-c.c: Likewise.
14034 * config/sol2-c.c: Likewise.
14035 * config/ia64/ia64-c.c: Likewise.
14036 * config/rs6000/rs6000-c.c: Likewise.
14037 * config/arm/arm.c: Likewise.
14038 * config/arm/arm-c.c: Likewise.
14039 * config/h8300/h8300.c: Likewise.
14040 * config/v850/v850-c.c: Likewise.
14042 * config/t-darwin: Fix dependencies for moved files.
14043 * config/t-sol2: Fix dependencies for moved files.
14044 * config/mep/t-mep: Fix dependencies for moved files.
14045 * config/ia64/t-ia64: Fix dependencies for moved files.
14046 * config/rs6000/t-rs6000: Fix dependencies for moved files.
14047 * config/v850/t-v850: Fix dependencies for moved files.
14048 * config/v850/t-v850e: Fix dependencies for moved files.
14050 * config/m32c/m32c-pragma.c
14052 * po/exgettext: Look in c-family/ also.
14054 2010-06-05 Eric Botcazou <ebotcazou@adacore.com>
14056 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
14057 (mark_control_dependent_edges_necessary): Call it instead of marking
14058 the last statement manually.
14059 (propagate_necessity): Likewise.
14061 2010-06-05 Jan Hubicka <jh@suse.cz>
14063 * basic-block.h (compute_dominance_frontiers): Updated.
14064 (compute_idf): Likewise.
14066 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
14067 for dominance frontiers.
14068 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
14069 (insert_updated_phi_nodes_for): Likewise.
14070 (update_ssa): Likewise.
14071 * cfganal.c (compute_dominance_frontiers_1): Likewise.
14072 (compute_dominance_frontiers): Likewise.
14073 (compute_idf): Likewise.
14074 * df-problems.c (df_md_local_compute): Likewise.
14076 2010-06-05 Anatoly Sokolov <aesok@post.ru>
14078 * target.h (struct gcc_target): Add memory_move_cost field.
14079 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
14080 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
14081 * targhooks.c (default_memory_move_cost): New function.
14082 * targhooks.h (default_memory_move_cost): Declare function.
14083 * reload.h (memory_move_cost): Declare.
14084 (memory_move_secondary_cost): Change type of 'in' argument to bool.
14085 * reginfo.c (memory_move_cost): New function.
14086 (memory_move_secondary_cost): Change type of 'in' argument to bool.
14087 * ira.h (ira_memory_move_cost): Update comment.
14088 * ira.c (ira_memory_move_cost): Update comment.
14089 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
14090 with memory_move_cost.
14091 * postreload.c (reload_cse_simplify_set): (Ditto.).
14092 * reload1.c (choose_reload_regs): (Ditto.).
14093 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
14094 (MEMORY_MOVE_COST): Revise documentation.
14096 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
14097 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
14098 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
14099 type of 'in' argument to bool.
14100 (TARGET_MEMORY_MOVE_COST): Define.
14102 2010-06-05 Jan Hubicka <jh@suse.cz>
14104 * ipa-pure-const.c (propagate): Fix typo in handling of functions
14105 that cannot return. Be more careful when merging the results with
14106 previously known ones.
14108 2010-06-05 Matthias Klose <doko@ubuntu.com>
14110 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
14111 function to add the -iplugindir option.
14112 (find_plugindir_spec_function): Add new declaration and function.
14113 (static_spec_func): Use it for "find-plugindir".
14115 2010-06-05 Jakub Jelinek <jakub@redhat.com>
14118 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
14119 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
14120 statement expression.
14122 2010-06-05 Jan Hubicka <jh@suse.cz>
14124 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
14125 (df_rd_problem_data): Convert sparse_invalidated_by_call,
14126 dense_invalidated_by_call to bitmap head.
14127 (df_rd_alloc, df_rd_bb_local_compute_process_def,
14128 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
14129 df_rd_start_dump, df_lr_verify_transfer_functions,
14130 df_live_verify_transfer_functions, df_chain_create_bb,
14131 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
14132 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
14133 df_simulate_one_insn_forwards, df_md_alloc,
14134 df_md_bb_local_compute_process_def,
14135 df_md_bb_local_compute_process_def, df_md_local_compute,
14136 df_md_transfer_function df_md_free): Update.
14138 2010-06-05 Joseph Myers <joseph@codesourcery.com>
14141 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
14142 target type for ADDR_EXPR; require no changes to qualifiers except
14143 for function types.
14144 * c-tree.h (c_build_type_variant): Remove.
14146 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
14148 * genautomata.c (get_excl_set): Do work per element, not per char.
14149 (check_presence_pattern_sets): Similar.
14150 (check_absence_pattern_sets): Similar.
14152 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
14154 * genautomata.c (curr_state_pass_num): Delete.
14155 (min_issue_delay_pass_states): Delete.
14156 (min_issue_delay): Delete.
14157 (initiate_min_issue_delay_pass_states): Delete.
14158 (output_min_issue_delay_table): Compute min_issue_delay_vect
14159 using a breadth-first search variant.
14160 (output_tables): Don't call initiate_min_issue_delay_pass_states.
14162 2010-06-04 H.J. Lu <hongjiu.lu@intel.com>
14165 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
14166 (df_byte_lr_bb_local_compute): Likewise.
14168 2010-06-03 Jason Merrill <jason@redhat.com>
14170 Implement noexcept operator (5.3.7)
14171 * c-common.c (c_common_reswords): Add noexcept.
14172 * c-common.h (enum rid): Add RID_NOEXCEPT.
14174 2010-06-04 Joseph Myers <joseph@codesourcery.com>
14176 * config/darwin-driver.c (darwin_default_min_version): Use
14177 GCC-specific formats in diagnostics.
14178 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
14180 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
14181 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
14182 eval_spec_function, handle_braces, process_brace_body, main,
14183 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
14184 getenv_spec_function, compare_version_strings,
14185 version_compare_spec_function): Use GCC-specific formats in
14188 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
14190 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
14191 that operand 0 and operand 1 are equal.
14192 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
14193 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
14194 and operand 1 are equal.
14195 <default>: Ditto. Remove ??? comment.
14196 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
14197 and operand 1 are equal.
14198 <default>: Ditto. Remove ??? comment.
14199 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
14201 (*add<mode>_4) <default>: Ditto.
14202 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
14204 2010-06-04 Nathan Froyd <froydnj@codesourcery.com>
14206 * config/i386/i386-protos.h (ix86_print_operand): Declare.
14207 * config/i386/i386.c (ix86_print_operand): Make non-static.
14208 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
14209 * output.h (output_operand): Declare.
14210 * final.c (output_operand): Make non-static.
14212 2010-06-04 Alexandre Oliva <aoliva@redhat.com>
14214 PR rtl-optimization/44013
14215 * sched-deps.c (add_dependence_list_and_free): Don't free lists
14216 when processing debug insns.
14219 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
14220 recursing. Check that recursion is bounded. Rename inner var
14221 to avoid hiding incoming argument.
14223 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
14225 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
14226 operands[2] == 255.
14230 (*addqi_ext_1_rex64): Ditto.
14231 (*addqi_ext_1): Ditto.
14233 (*addqi_4): Check for incdec_operand in QImode.
14235 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
14236 using SWI mode iterator.
14237 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
14238 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
14240 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
14241 using SWI mode iterator.
14243 2010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
14246 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
14247 * c-format.c (gcc_diag_flag_specs): Add hash.
14248 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
14249 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
14250 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
14251 pp_c_cv_qualifiers. Handle qualifiers spelling here.
14252 (pp_c_type_qualifier_list): Call the function above.
14253 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
14254 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
14255 (WARN_FOR_QUALIFIERS): New macro.
14256 (convert_for_assignment): Use it.
14258 2010-06-04 Kai Tietz <kai.tietz@onevision.com>
14260 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
14262 2010-06-04 Jan Hubicka <jh@suse.cz>
14264 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
14265 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
14266 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
14267 DF_BYTE_LR_OUT): Update for embedded bitmaps.
14268 * fwprop.c (single_def_use_enter_block): Likewise.
14269 * ddg.c (create_ddg_dep_from_intra_loop_link,
14270 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
14271 * loop-iv.c (latch_dominating_def): Likewise.
14272 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
14273 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
14274 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
14275 df_rd_transfer_function, df_rd_top_dump,
14276 df_rd_bottom_dump): Update.
14277 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
14278 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
14279 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
14280 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
14281 df_lr_verify_solution_start, df_lr_verify_solution_end,
14282 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
14283 df_live_free_bb_info, df_live_alloc, df_live_reset,
14284 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
14285 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
14286 df_live_verify_solution_start, df_live_verify_solution_end,
14287 df_live_verify_transfer_functions, df_chain_create_bb,
14288 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
14289 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
14290 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
14291 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
14292 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
14293 df_byte_lr_transfer_function, df_byte_lr_top_dump,
14294 df_byte_lr_bottom_dump, df_create_unused_note,
14295 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
14296 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
14297 df_md_transfer_function, df_md_init, df_md_confluence_0,
14298 df_md_confluence_n,
14299 df_md_top_dump, df_md_bottom_dump): Update.
14300 (struct df_lr_problem_data): Embedd bitmap headers.
14302 2010-06-04 Jan Hubicka <jh@suse.cz>
14304 * dce.c (dce_process_block): Do not re-scan already marked
14307 2010-06-04 Bernd Schmidt <bernds@codesourcery.com>
14309 PR rtl-optimization/39871
14310 PR rtl-optimization/40615
14311 PR rtl-optimization/42500
14312 PR rtl-optimization/42502
14313 * ira.c (init_reg_equiv_memory_loc: New function.
14314 (ira): Call it twice.
14315 * reload.h (calculate_elim_costs_all_insns): Declare.
14316 * ira-costs.c: Include "reload.h".
14317 (regno_equiv_gains): New static variable.
14318 (init_costs): Allocate it.
14319 (finish_costs): Free it.
14320 (ira_costs): Call calculate_elim_costs_all_insns.
14321 (find_costs_and_classes): Take estimated elimination costs
14323 (ira_adjust_equiv_reg_cost): New function.
14324 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
14325 * reload1.c (init_eliminable_invariants, free_reg_equiv,
14326 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
14327 (elim_bb): New static variable.
14328 (reload): Move code out of here into init_eliminable_invariants and
14329 free_reg_equiv. Call them.
14330 (calculate_elim_costs_all_insns): New function.
14331 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
14332 all callers changed. If FOR_COSTS is true, don't call alter_reg,
14333 but call note_reg_elim_costly if we turned a valid memory address
14334 into an invalid one.
14335 * Makefile.in (ira-costs.o): Depend on reload.h.
14337 2010-06-04 Julian Brown <julian@codesourcery.com>
14339 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
14342 2010-06-04 Richard Guenther <rguenther@suse.de>
14345 * cgraph.h (struct varpool_node): Add lto_file_data field.
14346 * lto-cgraph.c (input_varpool_node): Initialize it.
14348 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
14350 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
14351 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
14352 predicate in "type" attribute calculation.
14353 (*addsi_1_zext): Ditto.
14354 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
14355 (*addsi_2_zext): Ditto.
14356 (*add<mode>_3): Ditto.
14357 (*addsi_3_zext): Ditto.
14358 (*add<mode>_5): Ditto.
14360 2010-06-03 Jan Hubicka <jh@suse.cz>
14362 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
14364 * cfganal.c (compute_dominance_frontiers_1): Likewise.
14366 2010-06-03 Jan Hubicka <jh@suse.cz>
14368 * df-problems.c (df_create_unused_note, df_note_bb_compute):
14369 micro-optimize the checks when to add new note.
14371 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
14373 * final.c (output_asm_insn): Call
14374 targetm.asm_out.print_operand_punct_valid_p. Update comments.
14375 (output_operand): Call targetm.asm_out.print_operand. Update comments.
14376 (output_address): Call targetm.asm_out.print_operand_address.
14378 * target.h (struct gcc_target): Add print_operand,
14379 print_operand_address, and print_operand_punct_valid_p fields.
14380 * targhooks.h (default_print_operand): Declare.
14381 (default_print_operand_address): Declare.
14382 (default_print_operand_punct_valid_p): Declare.
14383 * targhooks.c (default_print_operand): Define.
14384 (default_print_operand_address): Define.
14385 (default_print_operand_punct_valid_p): Define.
14386 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
14387 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
14388 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
14389 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
14390 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
14391 * vmsdbgout.c (addr_const_to_string): Update comment.
14392 * config/i386/i386.c (print_operand): Rename to...
14393 (ix86_print_operand): ...this. Make static.
14394 (print_operand_address): Rename to...
14395 (ix86_print_operand_address): ...this. Make static. Call
14396 ix86_print_operand instead of PRINT_OPERAND.
14397 (ix86_print_operand_punct_valid_p): New function.
14398 (TARGET_PRINT_OPERAND): Define.
14399 (TARGET_PRINT_OPERAND_ADDRESS): Define.
14400 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
14401 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
14402 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
14403 (PRINT_OPERAND): Delete.
14404 (PRINT_OPERAND_ADDRESS): Delete.
14405 * config/i386/i386-protos.h (print_operand): Delete prototype.
14406 (print_operand_address): Delete prototype.
14408 2010-06-03 Richard Guenther <rguenther@suse.de>
14410 PR tree-optimization/44403
14411 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
14412 Preserve pointer qualifiers.
14413 (vect_create_data_ref_ptr): Likewise.
14415 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
14418 * defaults.h (MAX_FIXED_MODE_SIZE): New.
14420 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
14422 2010-06-03 Jakub Jelinek <jakub@redhat.com>
14425 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
14426 return false if merging the bbs would lead to goto_locus
14427 location being lost from the IL.
14429 2010-06-03 Jan Hubicka <jh@suse.cz>
14430 Jakub Jelinek <jakub@redhat.com>
14432 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
14433 set->regs[i] is NULL or has just one entry.
14435 2010-06-03 Jan Hubicka <jh@suse.cz>
14437 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
14438 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
14440 2010-06-03 Paul Brook <paul@codesourcery.com>
14442 * config/arm/arm.c (FL_TUNE): Define.
14443 (arm_default_cpu, arm_cpu_select): Remove.
14444 (all_cores): Populate core field.
14445 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
14446 (arm_find_cpu): New function.
14447 (arm_handle_option): Lookup cpu/architecture names.
14448 (arm_override_options): Cleanup mcpu/march/mtune handling.
14449 (arm_file_start): Ditto.
14451 2010-06-03 Alan Modra <amodra@gmail.com>
14454 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
14455 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
14456 rtx to gen_load_toc_v4_PIC_1b. Tidy.
14457 (rs6000_emit_load_toc_table): Likewise.
14459 2010-06-02 Jan Hubicka <jh@suse.cz>
14461 * passes.c (init_optimization_passes): Put ipa reference
14462 after ipa pure-const.
14464 2010-06-02 Jan Hubicka <jh@suse.cz>
14466 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
14467 calls_read_all and calls_write_all.
14468 (get_reference_optimization_summary): Fix formatting.
14469 (is_proper_for_analysis): Check that decl is not readonly.
14470 (propagate_bits): Check CONST/PURE/noreturn flags.
14471 (ipa_init): Move all_module_statics to optimization_summary_obstack.
14472 (analyze_function): Ignore indirect edges.
14473 (copy_global_bitmap): For all module statics, do nothing.
14474 (generate_summary): Do not print calls_read_all/calls_write_all.
14475 (read_write_all_from_decl): Take node as argument; check
14476 cgraph_node_cannot_return.
14477 (propagate): Reorganize read_all/write_all computation;
14478 check indirect edges; check ecf flags; use all_module_statics
14479 in the results; do not free all_module_statics.
14480 (stream_out_bitmap): Handle all_module_statics.
14481 (ipa_reference_write_optimization_summary): Likewise; use
14482 varpool/cgraph encoders to get boundaries.
14483 (ipa_reference_read_optimization_summary): Read in all_module_statics;
14484 use it when possible.
14486 2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
14489 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
14490 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
14492 * doc/extend.texi (powerpc builtins): Document vec_recip,
14493 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
14495 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
14496 (rs6000_emit_swrsqrt): Ditto.
14497 (rs6000_emit_swdivsf): Delete.
14498 (rs6000_emit_swdivdf): Ditto.
14499 (rs6000_emit_swrsqrtsf): Ditto.
14501 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
14502 describe the reciprocal estimate support for each type.
14503 (recip_options): Map -mrecip=<opt> into option bits.
14504 (gen_2arg_fn_t): New typedef for binary rtx gen function.
14505 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
14506 reciprocal estimate instructions.
14507 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
14508 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
14509 Set up rs6000_recip_bits based on the -mrecip* options. Print the
14510 cost information if -mdebug=cost or -mdebug=reg.
14511 (rs6000_override_options): Set -mrecip-precision for power6, and
14512 power7 machines. If -mvsx or -mdfp, enable various options that
14513 came in previous instruction set ISAs, unless the option was
14514 explicitly disabled by the command line option. Parse
14515 -mrecip=<opt> options.
14516 (rs6000_builtin_vectorized_function): Add support for vectorizing
14517 the reciprocal estimate builtins and expansions.
14518 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
14519 (bdesc_2arg): Add reciprocal estimate builtins.
14520 (bdesc_1arg): Add reciprocal square root estimate builtins.
14521 (rs6000_expand_builtin): Rewrite to use a switch statement,
14522 instead of multiple if/then/elses. Add reciprocal estimate builtins.
14523 (rs6000_init_builtins): Create declarations for reciprocal
14525 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
14526 sized, prefer traditional floating point registers, if integer
14527 vector types, prefer altivec registers. Don't actually look at
14528 the memory address any more.
14529 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
14531 (rs6000_load_constant_and_splat): New helper function to load up
14532 the constant for reciprocal estimate instructions.
14533 (rs6000_emit_madd): New helper function for generating
14534 multiply/add type instructions, based on the current switches.
14535 (rs6000_emit_msub): Ditto.
14536 (rs6000_emit_mnsub): Ditto.
14537 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
14538 replace a divide with a reciprocal estimate and fixup, adding
14539 support for machines with high precision and vectors.
14540 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
14541 low precision machines.
14542 (rs6000_emit_swdiv): New common function to be called to replace a
14543 division with reciprocal estimate and fixup.
14544 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
14545 for double and vector types. Add support for high precision machines.
14547 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
14548 the reciprocal estimate instructions can be generated.
14549 (TARGET_FRE): Ditto.
14550 (TARGET_FRSQRTES): Ditto.
14551 (TARGET_FRSQRTE): Ditto.
14552 (RS6000_RECIP_*): New macros for reciprocal estimate support.
14554 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
14555 square root estimate on vectors.
14556 (re<mode>2): New insn for reciprocal division estimate on vectors.
14558 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
14560 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
14561 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
14562 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
14563 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
14564 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
14565 (RS6000_BUILTIN_RSQRT): Ditto.
14566 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
14567 floating point builtin.
14569 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
14570 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
14571 __RECIP_PRECISION__ based on the command line switches.
14572 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
14574 * config/rs6000/rs6000.opt (-mrecip): Document add support for
14575 replacing division instructions with reciprocal estimate and fixup.
14576 (-mrecip=<opt>): New option.
14577 (-mrecip-precision): Ditto.
14579 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
14580 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
14581 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
14584 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
14585 (UNSPEC_VREFP): Ditto.
14586 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
14587 conterparts with regard to support of -mno-fused-madd and -ffast-math.
14588 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
14589 reciprocal estimate instructions to be generated.
14590 (altivec_vrefp): Ditto.
14592 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
14594 (rreg): New mode attribute for reciprocal estimate support.
14595 (recip<mode>3): New insn for division using reciprocal estimate
14596 and fixup builtins.
14597 (divide define_split): New define_split to convert floating point
14598 division to use reciprocal estimate if the user used the
14599 appropriate options and the split is run when we can add new
14600 pseudo registers for the fixup.
14601 (rsqrt<mode>2): New insn for reciprocal square root support.
14602 (recipsf3): Move into recip<mode>3.
14604 (fres): Use TARGET_FRES.
14605 (rsqrtsf2): Move into rsqrt<mode>2.
14606 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
14607 (copysignsf3): Add support for VSX.
14608 (fred): Use TARGET_FRE.
14610 (rsqrtdf_internal1): New function for frsqrte instruciton.
14612 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
14613 (vec_rsqrt): Ditto.
14615 2010-06-03 Richard Guenther <rguenther@suse.de>
14617 PR middle-end/44291
14618 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
14619 (set_user_assembler_libfunc): Likewise.
14621 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
14623 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
14625 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
14627 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
14628 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
14629 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
14630 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
14631 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
14632 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
14633 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
14634 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
14635 * defaults.h: Updated for above mentioned changes.
14637 2010-06-02 Kai Tietz <kai.tietz@onevision.com>
14639 * c-common.c: Remove header include of tm_p.h.
14640 * Makefile.in (c-common.o): Remove TM_P_H dependency.
14642 2010-06-02 Jakub Jelinek <jakub@redhat.com>
14644 * tree.h (struct tree_decl_map): New type.
14645 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
14646 (tree_decl_map_hash): New prototype.
14647 (debug_expr_for_decl, value_expr_for_decl): Change into
14648 tree_decl_map hashtab from tree_map.
14649 (init_ttree): Adjust initialization.
14650 (tree_decl_map_hash): New function.
14651 (decl_debug_expr_lookup, decl_debug_expr_insert,
14652 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
14654 2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14656 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
14658 * configure: Regenerate.
14659 * config.in: Regenerate.
14661 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
14662 (X86_64_EMULATION): Define.
14663 (TARGET_LD_EMULATION): Use them.
14665 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
14666 (SPARC64_EMULATION): Define.
14667 (LINK_ARCH_SPEC): Use them.
14669 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
14671 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
14672 smallest_mode_for_size for computing the precision types of new
14673 graphite IVs. Do not call lang_hooks.types.type_for_size.
14675 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
14677 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
14679 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
14681 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
14683 PR middle-end/44363
14684 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
14685 return false instead.
14687 2010-06-02 Jan Hubicka <jh@suse.cz>
14689 PR middle-end/44295
14690 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
14691 create new cgraph node to check callee.
14693 2010-06-02 Richard Guenther <rguenther@suse.de>
14695 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
14697 2010-06-02 Richard Guenther <rguenther@suse.de>
14699 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
14700 (lto_wrapper_cleanup): ... this. Do not exit.
14701 (fatal): Adjust. Exit here.
14702 (fatal_perror): Likewise.
14703 (fatal_signal): New function.
14704 (main): Set up signal handlers to cleanup temporary files.
14705 * Makefile.in (lto-wrapper.o): Adjust dependencies.
14707 2010-06-02 Richard Guenther <rguenther@suse.de>
14709 PR tree-optimization/44377
14710 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
14712 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14714 * config/s390/2097.md (z10_fhex): Remove insn reservation.
14715 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
14716 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
14717 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
14719 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
14721 2010-06-02 Jan Hubicka <jh@suse.cz>
14723 * bitmap.c (bitmap_descriptor): Add search_iter.
14724 (bitmap_find_bit): Increment it.
14725 (print_statistics): Print it.
14727 2010-06-02 Nathan Froyd <froydnj@codesourcery.com>
14729 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
14730 instead of gimple_build_call_vec. Delete unnecessary local variable.
14732 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
14734 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
14735 change from yesterday.
14737 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
14739 * c-ada-spec.c: Clean up redundant includes.
14741 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
14743 * gimplify.c: Do not include except.h and optabs.h.
14744 (gimplify_body): Do not initialize RTL profiling.
14745 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
14746 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
14747 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
14748 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
14751 * tree-pretty-print.h: Include pretty-print.h.
14752 * gimple-pretty-print.h: Include pretty-print.h.
14754 * tree-pretty-print.c: Do not include diagnostic.h.
14755 * tree-vrp.c: Likewise.
14756 * tree-tailcall.c: Likewise
14757 * tree-scalar-evolution.c: Likewise
14758 * tree-ssa-dse.c: Likewise
14759 * tree-chrec.c: Likewise
14760 * tree-ssa-sccvn.c: Likewise
14761 * tree-ssa-copyrename.c: Likewise
14762 * tree-nomudflap.c: Likewise
14763 * tree-call-cdce.c: Likewise
14764 * tree-stdarg.c: Likewise
14765 * tree-ssa-math-opts.c: Likewise
14766 * tree-nrv.c: Likewise
14767 * tree-ssa-sink.c: Likewise
14768 * tree-browser.c: Likewise
14769 * tree-ssa-loop-ivcanon.c: Likewise
14770 * tree-ssa-loop.c: Likewise
14771 * tree-parloops.c: Likewise
14772 * tree-ssa-address.c: Likewise
14773 * tree-ssa-ifcombine.c: Likewise
14774 * tree-if-conv.c: Likewise
14775 * tree-data-ref.c: Likewise
14776 * tree-affine.c: Likewise
14777 * tree-ssa-phiopt.c: Likewise
14778 * tree-ssa-coalesce.c: Likewise
14779 * tree-ssa-pre.c: Likewise
14780 * tree-ssa-live.c: Likewise
14781 * tree-predcom.c: Likewise
14782 * tree-ssa-forwprop.c: Likewise
14783 * tree-ssa-dce.c: Likewise
14784 * tree-ssa-ter.c: Likewise
14785 * tree-ssa-loop-prefetch.c: Likewise
14786 * tree-optimize.c: Likewise
14787 * tree-ssa-phiprop.c: Likewise
14788 * tree-object-size.c: Likewise
14789 * tree-outof-ssa.c: Likewise
14790 * tree-ssa-structalias.c: Likewise
14791 * tree-switch-conversion.c: Likewise
14792 * tree-ssa-reassoc.c: Likewise
14793 * tree-ssa-operands.c: Likewise
14794 * tree-vectorizer.c: Likewise
14795 * tree-vect-data-refs.c: Likewise
14796 * tree-vect-generic.c: Likewise
14797 * tree-vect-stmts.c: Likewise
14798 * tree-vect-patterns.c: Likewise
14799 * tree-vect-slp.c: Likewise
14800 * tree-vect-loop.c: Likewise
14801 * tree-ssa-loop-ivopts.c: Likewise
14802 * tree-ssa-loop-im.c: Likewise
14803 * tree-ssa-loop-niter.c: Likewise
14804 * tree-ssa-loop-unswitch.c: Likewise
14805 * tree-ssa-loop-manip.c: Likewise
14806 * tree-ssa-loop-ch.c: Likewise
14807 * tree-dump.c: Likewise
14808 * tree-complex.c: Likewise
14810 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
14811 * tree-ssa-uninit.c: Likewise
14812 * tree-ssa-threadupdate.c: Likewise
14813 * tree-ssa-uncprop.c: Likewise
14814 * tree-ssa-ccp.c: Likewise
14815 * tree-ssa-dom.c: Likewise
14816 * tree-ssa-propagate.c: Likewise
14817 * tree-ssa-alias.c: Likewise
14818 * tree-dfa.c: Likewise
14819 * tree-cfgcleanup.c: Likewise
14820 * tree-sra.c: Likewise
14821 * tree-ssa-copy.c: Likewise
14822 * tree-ssa.c: Likewise
14823 * tree-profile.c: Likewise
14824 * tree-cfg.c: Likewise
14825 * tree-ssa-threadedge.c: Likewise
14826 * tree-vect-loop-manip.c: Likewise
14828 * tree-inline.c: Do not include diagnostic.h and expr.h.
14830 (copy_decl_for_dup_finish): Do not use NULL_RTX.
14832 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
14833 * tree-loop-distribution.c: Likewise.
14835 2010-06-01 Jan Hubicka <jh@suse.cz>
14837 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
14839 2010-06-01 Jan Hubicka <jh@suse.cz>
14841 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
14842 remove return value.
14843 (split_bbs_on_noreturn_calls) .... here.
14844 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
14845 * tree-flow.h (fixup_noreturn_call): New.
14847 2010-06-01 Jan Hubicka <jh@suse.cz>
14849 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
14851 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
14853 * tree.h (build_nt_call_list): Delete.
14854 * tree.c (build_nt_call_list): Delete.
14856 2010-06-01 Jan Hubicka <jh@suse.cz>
14858 * fwprop.c: Make emit-rtl.h include last.
14859 * rtlanal.c: Include emit-rtl.h.
14860 * genautomata.c: Output emit-rtl include into insn-automata.c
14861 * df-scan.c: Include emit-rtl.h.
14862 * haifa-sched.c: Indlude emit-rtl.h.
14863 * mode-switching.c: Indlude emit-rtl.h.
14864 * graph.c: Indlude emit-rtl.h.
14865 * sel-sched.c: Include emit-rtl.h.
14866 * sel-sched-ir.c: Include emit-rtl.h.
14867 * ira-build.c: Include emit-rtl.h.
14868 * emit-rtl.c (first_insn, last_insn): Remove defines.
14869 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
14870 Move to emit-rtl.h.
14871 (set_new_first_and_last_insn, get_last_insn_anywhere,
14872 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
14873 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
14874 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
14875 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
14876 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
14877 Use accessor functions.
14878 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
14879 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
14880 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
14881 mem_expr_equal_p): Move here from rtl.h.
14882 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
14883 Move here from emit-rtl.c; make inline.
14884 * cfglayout.h: Include emit-rtl.h.
14885 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
14886 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
14887 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
14888 mem_expr_equal_p, get_insns, set_first-insn,
14889 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
14890 * reg-stack.c: Include emit-rtl.h.
14893 2010-06-01 Jan Hubicka <jh@suse.cz>
14895 * cgraph.h (tree_function_versioning): Update prototype.
14896 (cgraph_function_versioning): Update prototype.
14897 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
14899 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
14900 (cgraph_materialize_clone, save_inline_function_body): Update use of
14901 tree_function_versioning.
14902 * tree-inline.c (copy_bb): Look for previous copied block to link
14903 after; fix debug output.
14904 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
14905 (copy_body): Likewise.
14906 (expand_call_inline): Update use of copy_body.
14907 (tree_function_versioning): Update use of copy body; accept
14908 blocks_to_copy and new_entry.
14910 2010-06-01 Jan Hubicka <jh@suse.cz>
14912 * gegenrtl.c: Remove unnecesary prototypes.
14914 (gendef): Produce static inline.
14916 (main): Do not decode parameters; generate header only.
14917 * Makefile.in (genrtl.c): Remove.
14919 2010-06-01 Jan Hubicka <jh@suse.cz>
14921 * tree-switch-conversion.c (build_one_array): Make it readonly.
14923 2010-06-01 Richard Guenther <rguenther@suse.de>
14925 * optabs.c (init_optabs): Guard all accesses to reinit.
14926 * ipa-pure-const.c (propagate): Fix another typo.
14927 * opts.c (common_handle_option): Split assignment to bool.
14928 * c-opts.c (c_common_handle_option): Likewise.
14930 2010-06-01 Arnaud Charlet <charlet@adacore.com>
14931 Matthew Gingell <gingell@adacore.com>
14933 * doc/invoke.texi: Mention -fdump-ada-spec.
14934 * tree-dump.c (dump_files): Add ada-spec.
14935 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
14936 * tree-pass.h (tree_dump_index): Add TDI_ada.
14937 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
14938 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
14939 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
14940 * c-decl.c: Include c-ada-spec.h.
14941 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
14943 (c_write_global_declarations): Add handling of -fdump-ada-spec.
14944 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
14945 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
14946 * c-ada-spec.h, c-ada-spec.c: New files.
14948 2010-06-01 Richard Guenther <rguenther@suse.de>
14951 * ipa-pure-const.c (get_function_state): Hand back varying state
14952 if we do not have one.
14953 (has_function_state): New function.
14954 (duplicate_node_data): Adjust.
14955 (remove_node_data): Likewise.
14956 (pure_const_write_summary): Likewise.
14957 (propagate): Likewise. Fix typo.
14959 2010-06-01 Jan Hubicka <jh@suse.cz>
14961 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
14962 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
14963 (execute_all_ipa_transforms): Do not play with the states.
14965 2010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
14967 * config/arm/t-linux-androideabi: New.
14968 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
14970 2010-06-01 Jan Hubicka <jh@suse.cz>
14972 * tree-inline.c (estimate_num_insns): For stdarg functions look
14973 into call statement to count cost of argument passing.
14975 2010-06-01 Kai Tietz <kai.tietz@onevision.com>
14977 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
14978 argument for fprintf.
14979 (ix86_output_addr_diff_elt): Likewise.
14980 (x86_function_profiler): Likewise.
14981 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
14982 (LPREFIX): Likewise.
14983 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
14985 2010-05-31 Jakub Jelinek <jakub@redhat.com>
14988 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
14989 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
14990 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
14991 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
14992 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
14993 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
14994 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
14995 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
14998 2010-05-31 Jan Hubicka <jh@suse.cz>
15000 * tree.h (tree_range_check_failed): Declare noreturn.
15002 2010-05-31 Jan Hubicka <jh@suse.cz>
15004 * gimple.c (gimple_call_builtin_p): New function.
15005 * gimple.h (gimple_call_builtin_p): Declare.
15006 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
15008 (execute_warn_function_return): BUILT_IN_RETURN is return.
15009 (split_critical_edges): Return edges are not critical.
15010 (is_ctrl_altering_stmt): Builtin_in_return is altering.
15011 (gimple_verify_flow_info): Handle built_in_return.
15012 (execute_warn_function_return): Handle built_in_return.
15013 * ipa-pure-const.c (check_call): Ignore builtin_return.
15015 2010-05-31 Jakub Jelinek <jakub@redhat.com>
15017 PR middle-end/44337
15018 * expr.c (expand_assignment): Don't store anything for out-of-bounds
15019 array accesses with non-MEM.
15021 PR tree-optimization/44182
15022 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
15023 newly needs to end a bb is followed by debug stmts, instead return
15024 true from the function at the end.
15025 (maybe_move_debug_stmts_to_successors): New function.
15026 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
15028 2010-05-31 Kai Tietz <kai.tietz@onevision.com>
15031 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
15033 2010-05-31 Eric Botcazou <ebotcazou@adacore.com>
15035 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
15036 for nested functions in non-optimized compilation.
15038 2010-05-31 Richard Guenther <rguenther@suse.de>
15040 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
15042 2010-05-30 Jan Hubicka <jh@suse.cz>
15044 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
15046 2010-05-30 Richard Guenther <rguenther@suse.de>
15049 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
15050 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
15053 2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
15055 * config/darwin.c (output_objc_section_asm_op): Add comment.
15056 (name_needs_quotes): Add '_' to list of valid comment chars.
15057 (machopic_output_function_base_name): Remove unneeded quotes.
15058 (darwin_encode_section_info): Adjust asm whitespace.
15059 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
15060 (ASM_OUTPUT_LOCAL): Ditto.
15061 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
15062 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
15063 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
15065 2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
15067 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
15068 RS6000_OUTPUT_BASENAME unconditionally.
15069 (rs6000_output_function_epilogue): Likewise.
15071 2010-05-30 Jan Hubicka <jh@suse.cz>
15073 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
15076 2010-05-30 Richard Guenther <rguenther@suse.de>
15078 * tree-cfg.c (verify_gimple_assign_single): Implement
15079 verification for COND_EXPR rhs.
15081 2010-05-30 Jan Hubicka <jh@suse.cz>
15083 * cgraph.h (cgraph_dump_file): Declare.
15084 * cgraphunit.c (cgraph_dump_file): Export.
15085 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
15087 2010-05-30 Jan Hubicka <jh@suse.cz>
15089 * dwarf2out.c (reference_to_unused,
15090 premark_types_used_by_global_vars_helper): Avoid creation of new
15093 2010-05-30 Jan Hubicka <jh@suse.cz>
15095 * cgraph.h (cgraph_node_cannot_return,
15096 cgraph_edge_cannot_lead_to_return): New functions.
15097 * cgraph.c (cgraph_node_cannot_return,
15098 cgraph_edge_cannot_lead_to_return): Use them.
15099 * ipa-pure-const.c (pure_const_names): New static var.
15100 (check_call): Handle calls not leading to return.
15101 (pure_const_read_summary): Dump info read.
15102 (propagate): Dump info about propagation process; ignore side effects
15103 of functions not leading to exit; fix handling of pure functions.
15105 2010-05-30 Jan Hubicka <jh@suse.cz>
15107 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
15108 for tail call epilogues.
15110 2010-05-30 Jan Hubicka <jh@suse.cz>
15112 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
15113 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
15116 2010-05-29 Jan Hubicka <jh@suse.cz>
15118 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
15119 node; remove references in node we no longer keep in cgrpah but need
15122 2010-05-29 Jan Hubicka <jh@suse.cz>
15124 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
15126 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15129 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
15131 2010-05-29 Jan Hubicka <jh@suse.cz>
15133 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
15134 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
15135 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
15136 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
15137 debug_names_replaced_by, debug_update_ssa): Likewise.
15138 * sbitmap.c (debug_sbitmap): Likewise.
15139 * genrecog.c (debug_decision, debug_decision_list): Likewise.
15140 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
15141 debug_tree_chain): Likewise.
15142 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
15143 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
15144 * optabs.c (debug_optab_libfuncs): Likewise.
15145 (verify_loop_closed_ssa): Likewise.
15146 * value-prof.c (verify_histograms): Likewise.
15147 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
15148 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
15149 * cfghooks.c (verify_flow_info): Likewise.
15150 * fold-const.c (debug_fold_checksum): Likewise.
15151 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
15152 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
15154 * omega.c (debug_omega_problem): Likewise.
15155 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
15156 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
15157 * dominance.c (verify_dominators, debug_dominance_info,
15158 debug_dominance_tree): Likewise.
15159 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
15160 * df_regno_debug, df_ref_debug,
15161 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
15162 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
15163 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
15164 * sel-sched.c (debug_state): Likewise.
15165 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
15167 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
15168 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
15169 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
15170 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
15172 * c-pretty-print.c (debug_c_tree): Likewise.
15173 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
15174 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
15175 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
15176 * ebitmap.c (debug_ebitmap): Likewise.
15177 * function.c (debug_find_var_in_block_tree): Likewise.
15178 * print-rtl.c (debug_rtx): Likewise.
15179 (debug_rtx_count): Likewise.
15180 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
15181 * stor-layout.c (debug_rli): Likewise.
15182 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
15183 * tree-data-ref.c (debug_data_references,
15184 debug_data_dependence_relations, debug_data_reference,
15185 debug_data_dependence_relation, debug_rdg_vertex,
15186 debug_rdg_component, debug_rdg): Likewise.
15187 * tree-affine.c (debug_aff): Likewise.
15188 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
15190 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
15191 * emit-rtl.c (verify_rtl_sharing): Likewise.
15192 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
15193 debug_value_expressions): Likewise.
15194 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
15195 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
15196 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
15197 * cfglayout.c (verify_insn_chain): Likewise.
15198 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
15199 debug_clast_stmt, debug_generated_program): Likewise.
15200 * ggc-page.c (debug_print_page_list): Likewise.
15201 * tree-ssa-ter.c (debug_ter): Likewise.
15202 * graphite-dependences.c (debug_pddr): Likewise.
15203 * sched-deps.c (debug_ds): Likewise.
15204 * tree-ssa.c (verify_ssa): Likewise.
15205 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
15206 debug_scattering_functions, debug_iteration_domains, debug_pdr,
15207 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
15208 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
15209 * tree-inline.c (debug_find_tree): Likewise.
15210 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
15211 debug_ppl_powerset_matrix): Likewise.
15212 * var-tracking.c (debug_dv): Likewise.
15213 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
15214 * cfgloop.c (verify_loop_structure): Likewise.
15215 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
15216 * c-common.c (verify_sequence_points): Likewise.
15217 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
15218 debug_candidates, debug_rgn_dependencies): Likewise.
15219 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
15220 * debug_constraint_graph, debug_solution_for_var,
15221 debug_sa_points_to_info): Likewise.
15222 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
15224 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
15225 debug_loops, debug_loop, debug_loop_num): Likewise.
15226 * passes.c (debug_pass): Likewise.
15227 (dump_properties): Likewise; add cfglayout property.
15228 (debug_properties): Likewise.
15229 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
15230 * varpool.c (debug_varpool): Likewise.
15231 * regcprop.c (debug_value_data): Likewise.
15232 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
15233 debug_immediate_uses_for): Likewise.
15235 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
15238 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
15239 Filter out insn-flags.h.
15241 2010-05-29 Jan Hubicka <jh@suse.cz>
15243 * cgraph.h (struct varpool_node_set_def,
15244 struct cgraph_node_set_def): Remove unused AUX pointer.
15245 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
15248 2010-05-29 Jan Hubicka <jh@suse.cz>
15250 PR middle-end/44324
15251 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
15253 2010-05-29 Richard Guenther <rguenther@suse.de>
15255 * lto-streamer.c (cached_bp): New global variable.
15256 (bitpack_create): Return the cached bitpack, if available.
15257 (bitpack_delete): Clear and cache the bitpack, if appropriate.
15258 (bp_pack_value): Remove redundant asserts.
15260 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
15262 PR middle-end/44306
15263 * tree-if-conv.c (is_true_predicate): New.
15264 (is_predicated): Use is_true_predicate.
15265 (add_to_predicate_list): Same. Do not use unshare_expr.
15266 (add_to_dst_predicate_list): Same.
15268 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
15270 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
15272 (predicate_bbs): Same.
15273 (clean_predicate_lists): Same.
15274 (find_phi_replacement_condition): Do not AND the predicate from
15277 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
15280 * Makefile.in (build/gencondmd.o): Add a missing `\'.
15282 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15285 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
15286 (negdf2): Adjust expander pattern and use negdf2_slow.
15287 (negsf2): Likewise.
15289 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
15291 * basic-block.h (struct control_flow_graph): Move last_label_uid field
15293 * df.h (struct df_base_ref): Move regno field up.
15294 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
15295 * expr.h (struct separate_ops): Move location field up.
15296 * optabs.h (struct optab_d): Move libcall_basename field down.
15297 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
15298 * config/i386/i386.h (struct machine_function): Convert call_abi field
15299 into a bitfield. Move cfa field to the end of the structure.
15301 2010-05-29 Jan Hubicka <jh@suse.cz>
15303 * varpool.c (varpool_get_node): Fix lookup.
15305 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
15307 * config/spu/spu-protos.h: Do not include rtl.h. Protect
15308 RTL specific prototypes with #ifdef RTX_CODE.
15309 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
15310 * config/spu/t-spu-elf: Fix dependencies.
15312 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
15314 2010-05-29 Mike Stump <mikestump@comcast.net>
15317 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
15318 TM_H when building to avoid dependency loops.
15320 2010-05-29 Jan Hubicka <jh@suse.cz>
15322 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
15323 refs and body; not the whole node for masters of materialized clones.
15325 2010-05-29 Mike Stump <mikestump@comcast.net>
15327 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
15329 2010-05-29 Jan Hubicka <jh@suse.cz>
15331 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
15332 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
15333 use of clone_function_name.
15334 * cgraph.h (cgraph_create_virtual_clone,
15335 cgraph_function_versioning): update prototypes.
15336 (clone_function_name): Declare.
15337 * ipa-cp.c (ipcp_insert_stage): Update call of
15338 cgraph_create_virtual_clone.
15339 * omp-low.c (create_omp_child_function_name): Use
15340 cgraph_create_virtual_clone.
15341 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
15342 (cgraph_function_versioning): Take SUFFIX argument; produce new name
15343 and make decl local.
15345 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
15347 * vec.h: Include statistics.h
15348 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
15351 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
15353 * c-lex.c: Do not include c-tree.h.
15354 * c-pretty-print.c: Likewise.
15355 * c-opts.c: Likewise.
15356 * c-gimplify.c: Likewise.
15357 * c-common.c: Likewise.
15358 * c-dump.c: Likewise. Include c-common.h.
15360 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
15362 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
15363 before including diagnostic-core.h.
15364 (c_cpp_error): New prototype moved from c-tree.h.
15365 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
15366 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
15367 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
15368 (c_cpp_error): Prototype moved to c-common.h.
15369 * Makefile.in: Update dependency for C_COMMON_H.
15371 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
15373 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
15374 * c-common.c (c_register_addr_space): Remove here.
15375 * c-decl.c (c_register_addr_space): Re-add here.
15377 2010-05-28 Mike Stump <mikestump@comcast.net>
15379 * config/darwin-c.c: Remove c-tree.h include.
15381 2010-05-28 Joseph Myers <joseph@codesourcery.com>
15383 * gcc.c: Include diagnostic.h.
15384 (error_count): Remove. All users changed to use errorcount.
15385 (programname): Remove. All users changed to use progname.
15386 (fancy_abort, internal_error, fatal_error, error, warning, inform,
15388 (execute): Don't include "Internal error" and bug reporting
15389 information in argument of internal_error call.
15390 (process_command): Don't increment error_count after calling
15392 (input_filename): Rename to gcc_input_filename. All users
15394 (main): Call diagnostic_initialize. Register delete_temp_files
15395 with atexit. Use seen_error to test for errors.
15396 * gcc.h: Include diagnostic-core.h.
15397 (fatal_error, error, warning): Remove.
15398 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
15399 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
15400 (gcc.o): Update dependencies.
15402 2010-05-28 Jeff Law <law@redhat.com>
15404 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
15406 * ira.h (ira_bad_reload_regno): Declare
15407 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
15409 * ira-color.c (update_curr_costs): Free updated hard reg costs.
15410 (ira_reassign_conflict_allocnos): Remove bogus asserts.
15411 (allocno_reload_assign): Likewise.
15413 2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
15415 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
15418 2010-05-28 Richard Guenther <rguenther@suse.de>
15421 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
15422 Stream fixed-point constants mode.
15423 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
15424 and TYPE_PRECISION.
15425 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
15426 Stream fixed-point constants mode.
15427 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
15428 and TYPE_PRECISION.
15430 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
15432 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
15433 only place it was called from.
15434 (number_of_latch_executions): Do not return chrec_dont_know when the
15435 may_be_zero is a runtime condition: instead, return a COND_EXPR
15436 including the may_be_zero condition.
15437 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
15439 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
15442 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
15444 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
15445 generate COND_EXPRs for degenerate_phi_result.
15447 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
15449 PR middle-end/44293
15450 * tree-if-conv.c (if_convertible_loop_p): Check the
15451 if-convertibility of phi nodes in non predicated BBs.
15453 2010-05-28 Joseph Myers <joseph@codesourcery.com>
15455 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
15457 2010-05-28 Joseph Myers <joseph@codesourcery.com>
15460 * gcc.c (inform, warning, inform): New functions.
15461 (fatal_ice): Rename to internal_error; change cmsgid parameter to
15462 gmsgid. All callers changed.
15463 (notice): Rename to fnotice; add parameter fp. All callers changed.
15464 (fatal_error): Rename to fatal_signal. All users changed.
15465 (fatal): Rename to fatal_error; change cmsgid parameter to
15466 gmsgid. All callers changed.
15467 (process_command): Use warning instead of error for warnings.
15468 (end_going_arg): Don't use _() around argument of error.
15469 (do_spec_1): Use inform for message from %n specs. Use warning
15470 instead of error for warnings.
15471 (main): Use inform for comparison messages. Use warning for
15472 message about unused linker input.
15473 (error): Increment error_count. Print "error: ".
15474 * gcc.h (fatal): Change to fatal_error.
15475 (warning): Declare.
15476 * config/darwin-driver.c (darwin_default_min_version): Use warning
15477 instead of fprintf for warnings.
15478 * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
15480 2010-05-28 Julian Brown <julian@codesourcery.com>
15482 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
15483 (*thumb2_addsi3_compare0_scratch): New.
15484 * config/arm/constraints.md (Pv): New.
15485 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
15487 (*addsi3_compare0_scratch): Likewise.
15489 2010-05-28 Jan Hubicka <jh@suse.cz>
15491 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
15493 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
15494 only on local statics.
15496 2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
15498 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
15500 2010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
15503 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
15504 (OPTION_GLIBC): Define.
15506 2010-05-28 Jakub Jelinek <jakub@redhat.com>
15509 * dwarf2out.c (double_int_type_size_in_bits): New function.
15510 (round_up_to_align): Change first argument and return value to
15512 (field_byte_offset): Work internally on double_ints.
15515 * builtins.c (expand_movstr): Use a temporary pseudo instead
15516 of target even when target is not NULL and not const0_rtx, but
15517 fails movstr predicate.
15518 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
15520 2010-05-28 Joseph Myers <joseph@codesourcery.com>
15522 * final.c (rest_of_clean_state): Use %m in errors instead of
15524 * gengtype.c (read_input_list, close_output_files): Use xstrerror
15525 instead of strerror.
15526 * toplev.c (process_options): Use %m in errors instead of strerror
15528 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
15531 2010-05-28 Uros Bizjak <ubizjak@gmail.com>
15533 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
15534 (ix86_canonical_va_list_type): Make static. Add declaration.
15535 (ix86_enum_va_list): Make static. Reindent.
15536 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
15537 (ix86_canonical_va_list_type): Ditto.
15538 (ix86_enum_va_list): Ditto.
15540 2010-05-28 Richard Guenther <rguenther@suse.de>
15542 * lto-wrapper.c (run_gcc): With -save-temps generate a
15543 user-visible ltrans filename. Fixup ltrans unit numbering.
15545 2010-05-28 Kai Tietz <kai.tietz@onevision.com>
15547 * c-common.c (c_common_nodes_and_builtins): Replace use
15548 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
15549 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
15550 to ix86_enum_va_list.
15551 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
15552 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
15553 (TARGET_ENUM_VA_LIST_P): Add hook description.
15554 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
15555 * target.h (gcc_target): Add enum_va_list hook.
15558 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
15559 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
15560 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
15562 2010-05-28 Alan Modra <amodra@gmail.com>
15565 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
15566 emit_library_call machinery to set up __tls_get_addr calls.
15568 2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15570 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
15572 2010-05-28 Dodji Seketeli <dodji@redhat.com>
15574 Revert fix for PR c++/44188
15575 * c-common.c (is_typedef_decl): Revert the moving of this
15577 * tree.c (is_typedef_decl): ... here.
15578 (typdef_variant_p): Revert the moving of this definition
15579 here from cp/tree.c.
15580 * c-common.h (is_typedef_decl): Revert the moving of this
15582 * tree.h (is_typedef_decl): ... here.
15583 (typedef_variant_p): Revert the moving of this declaration here
15585 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
15586 (gen_tagged_type_die): Revert the splitting out of ...
15587 (gen_type_die_with_usage): ... this function. Revert the anonymous
15588 tagged type handling.
15589 (gen_typedef_die): Revert emitting DW_TAG_typedef for
15590 typedefs naming anonymous tagged types.
15592 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
15594 * config/rs6000/rs6000-modes.def (PSImode): Delete.
15596 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
15598 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
15599 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
15601 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
15603 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
15604 XER_REGS to CA_REGS throughout.
15605 * config/rs6000/rs6000.h: Same.
15606 (ADDITIONAL_REGISTER_NAMES): Add "xer".
15607 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
15608 that mode_iterator "P" is the size for arithmetic carries as well.
15609 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
15611 2010-05-28 Jakub Jelinek <jakub@redhat.com>
15614 * combine.c (struct rtx_subst_pair): Define unconditionally.
15615 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
15616 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
15617 Call make_compound_operation on pair->to.
15618 (propagate_for_debug): Don't call make_compound_operation here.
15619 Always use simplify_replace_fn_rtx.
15621 2010-05-27 Sterling Augustine <sterling@tensilica.com>
15623 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
15624 * config/xtensa/xtensa.c (override_options): Check
15625 TARGET_FORCE_NO_PIC and set flag_pic.
15626 * config/xtensa/xtensa.opt: Document -mforce-no-pic
15628 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
15631 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
15632 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
15634 2010-05-27 Joseph Myers <joseph@codesourcery.com>
15636 * diagnostic-core.h: New. Contents moved from diagnostic.h and
15638 * diagnostic.c: Don't include toplev.h.
15639 (progname): Define. Moved from toplev.c.
15640 (seen_error): New function.
15641 * diagnostic.h: Include diagnostic-core.h.
15642 (diagnostic_t, emit_diagnostic): Don't declare here.
15643 * toplev.c (progname): Move to toplev.c.
15644 (emit_debug_global_declarations, compile_file, finalize,
15645 do_compile, toplev_main): Use seen_error.
15646 * toplev.h: Include diagnostic-core.h.
15647 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
15648 internal_error, warning, warning_at, error, error_n, error_at,
15649 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
15650 verbatim, fnotice, progname): Move to diagnostic-core.h.
15651 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
15652 (expand_builtin_expect): Use seen_error.
15653 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
15654 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
15655 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
15656 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
15657 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
15658 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
15659 errorcount for errors.
15660 * c-opts.c (c_common_finish): Use seen_error.
15661 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
15662 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
15663 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
15664 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
15665 (get_coverage_counts): Use seen_error.
15666 * dwarf2out.c (dwarf2out_finish): Use seen_error.
15667 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
15668 gimplify_body): Use seen_error.
15669 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
15670 * ipa-pure-const.c (gate_pure_const): Use seen_error.
15671 * ipa-reference.c (gate_reference): Use seen_error.
15672 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
15673 * lambda-code.c: Include diagnostic-core.h instead of
15675 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
15676 * lto-compress.c: Include diagnostic-core.h instead of
15678 * lto-section-in.c: Include diagnostic-core.h instead of
15680 * lto-streamer-out.c: Include diagnostic-core.h instead of
15682 * lto-streamer.c: Include diagnostic-core.h instead of
15684 (gate_lto_out): Use seen_error.
15685 * matrix-reorg.c: Include diagnostic-core.h instead of
15687 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
15688 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
15689 (gate_expand_omp, lower_omp_1): Use seen_error.
15690 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
15691 (rest_of_decl_compilation, rest_of_type_compilation,
15692 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
15693 * tree-cfg.c (label_to_block_fn): Use seen_error.
15694 * tree-inline.c (optimize_inline_calls): Use seen_error.
15695 * tree-mudflap.c (mudflap_finish_file): Use
15697 * tree-optimize.c (gate_all_optimizations,
15698 gate_all_early_local_passes, gate_all_early_optimizations): Use
15700 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
15701 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
15702 (varpool_remove_unreferenced_decls,
15703 varpool_assemble_pending_decls): Use seen_error.
15704 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
15705 (TOPLEV_H, DIAGNOSTIC_H): Update.
15706 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
15707 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
15708 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
15709 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
15710 coverage.o, lambda-code.o): Update dependencies.
15712 2010-05-25 Dodji Seketeli <dodji@redhat.com>
15715 * c-common.c (is_typedef_decl): Move this definition ...
15716 * tree.c (is_typedef_decl): ... here.
15717 (typdef_variant_p): Move definition here from cp/tree.c.
15718 * c-common.h (is_typedef_decl): Move this declaration ...
15719 * tree.h (is_typedef_decl): ... here.
15720 (typedef_variant_p): Move declaration here from cp/cp-tree.h
15721 * dwarf2out.c (is_naming_typedef_decl): New function.
15722 (gen_tagged_type_die): Split out of ...
15723 (gen_type_die_with_usage): ... this function. When an anonymous
15724 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
15725 is emitted for the typedef.
15726 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
15727 anonymous tagged types.
15729 2010-05-27 Jason Merrill <jason@redhat.com>
15731 * print-tree.c (debug_vec_tree): New fn.
15732 (print_vec_tree): New fn.
15733 * tree.h: Declare them.
15734 * gdbinit.in (pvt): New command.
15736 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
15738 * gdbinit.in (pdd): New command.
15740 2010-05-27 Jan Hubicka <jh@suse.cz>
15742 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
15743 (update_caller_keys): Return early if there are no callers;
15744 only update fibheap when decresing the key.
15745 (update_callee_keys): Avoid recursion.
15746 (decide_inlining_of_small_functions): When badness does not match;
15747 re-insert into fibheap.
15749 2010-05-27 Steven Bosscher <steven@gcc.gnu.org>
15751 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
15752 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
15753 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
15754 (ALL_HOST_OBJS): Now a union of the above two.
15755 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
15756 all files in ALL_HOST_FRONTEND_OBJS.
15757 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
15759 * c-common.c: Pretend to be a backend file by undefining
15760 IN_GCC_FRONTEND (still need rtl.h here).
15762 2010-05-27 Jan Hubicka <jh@suse.cz>
15764 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
15765 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
15767 2010-05-27 Jan Hubicka <jh@suse.cz>
15769 * sched-ebb.c: Rename struct deps to struct deps_desc.
15771 * sel-sched-ir.c: Likewise.
15772 * sched-deps.c: Likewise.
15773 * sched-int.h: Likewise.
15774 * sched-rgn.c: Likewise.
15776 2010-05-27 Jon Beniston <jon@beniston.com>
15779 * config/lm32/lm32.h: Remove definition of
15780 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
15782 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
15785 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
15787 2010-05-27 Richard Guenther <rguenther@suse.de>
15789 PR tree-optimization/44284
15790 * tree-vect-stmts.c (vectorizable_assignment): Handle
15791 sign-changing conversions as simple copy.
15793 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
15795 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
15797 (__gthread_active_p): Check for pthread_create if compiling against
15800 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
15802 Support compilation for Android platform. Reimplement -mandroid.
15804 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
15805 (*android*): Set ANDROID_DEFAULT.
15806 (arm*-*-linux*): Include linux-android.h.
15807 (arm*-*-eabi*): Don't include previous -mandroid implementation.
15808 * config/arm/eabi.h: Remove, move Android-specific parts ...
15809 * config/linux-android.h: ... here. New file.
15810 * config/arm/eabi.opt: Rename to ...
15811 * config/linux-android.opt: ... this.
15812 (mandroid): Allow -mno-android option. Initialize based on
15814 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
15815 Move logic to corresponding LINUX_TARGET_* macros.
15816 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
15817 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
15818 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
15819 Android definitions.
15820 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
15821 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
15824 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
15826 Add support for Bionic C library
15828 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
15830 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
15831 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
15833 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
15834 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
15835 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
15836 to support multiple C libraries. Handle Bionic.
15837 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
15838 (BIONIC_DYNAMIC_LINKER64): Define.
15839 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
15841 (TARGET_HAS_SINCOS): Enable for Bionic.
15843 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
15844 the last option specified on command line take effect.
15845 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
15847 (mglibc, muclibc): Update.
15849 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
15850 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
15853 * doc/invoke.texi (-mglibc, -muclibc): Update.
15854 (-mbionic): Document.
15856 2010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15858 * c-common.h (c_register_addr_space): Add prototype.
15859 (ADDR_SPACE_KEYWORD): Remove.
15860 * c-common.c (c_register_addr_space): New function.
15861 (c_addr_space_name): Reimplement.
15862 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
15864 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
15865 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
15867 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
15868 Remove TARGET_ADDR_SPACE_KEYWORDS.
15870 2010-05-27 Joseph Myers <joseph@codesourcery.com>
15872 * input.c: New file.
15873 * input.h (main_input_filename): Move declaration to toplev.h.
15874 * toplev.c (input_location, line_table): Move to input.c
15875 * toplev.h (main_input_filename): Move declaration from input.h.
15876 * tree.c (expand_location): Move to input.c.
15877 * Makefile.in (OBJS-common): Add input.o.
15878 (input.o): Add dependencies.
15880 2010-05-27 Richard Guenther <rguenther@suse.de>
15882 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
15883 for non-existant files.
15884 (fork_execute): Mark args_name file as deleted.
15886 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
15889 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
15890 (narrow_signed_type): Likewise.
15892 2010-05-26 Jan Hubicka <jh@suse.cz>
15894 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
15895 edge only when checking is enabled; check using former_clone_of;
15896 check inline clones too.
15897 (cgraph_materialize_clone): Record former_clone_of pointer.
15898 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
15899 combining redirections; dump args_to_skip bitmap
15900 (cgraph_materialize_all_clones): Do no redirection here.
15901 * ipa-inline.c (inline_transform): Do redirection here.
15902 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
15905 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
15907 * config/avr/avr-c.c: Do not include regs.h.
15908 Include cpplib.h for cpp_define and tree.h for c-common.h.
15909 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
15910 * config/avr/t-avr: Fix dependencies for avr-c.o.
15912 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
15914 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
15915 string instead of SYMBOL_REF rtx.
15916 * rtl.h (set_stack_check_libfunc): Move prototype from here...
15917 * libfuncs.h: ...to here. Adjust for explow.c change.
15919 2010-05-26 Joseph Myers <joseph@codesourcery.com>
15921 * pretty-print.c: Don't include ggc.h.
15922 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
15923 (identifier_to_locale): Use them for allocation.
15924 * pretty-print.h (identifier_to_locale_alloc,
15925 identifier_to_locale_free): Declare.
15926 * toplev.c (alloc_for_identifier_to_locale): New.
15927 (general_init): Set identifier_to_locale_alloc and
15928 identifier_to_locale_free.
15929 * Makefile.in (pretty-print.o): Update dependencies.
15931 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
15933 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
15934 pointer types if they have different alignment or mode.
15936 2010-05-26 Anatoly Sokolov <aesok@post.ru>
15938 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
15939 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
15940 * config/sparc/sparc-protos.h (function_value): Remove declaration.
15941 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
15942 sparc_function_value_regno_p): New functions.
15943 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
15944 TARGET_FUNCTION_VALUE_REGNO_P): Define.
15945 (function_value): Rename to...
15946 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
15947 argument to 'outgoing'.
15948 (function_arg_record_value, function_arg_union_value,
15949 function_arg_vector_value): Update comment.
15951 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
15953 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
15954 (fde_needed_for_eh_p): New predicate.
15955 (output_call_frame_info): Use it throughout to decide whether FDEs
15956 are needed for EH purpose.
15957 (dwarf2out_begin_prologue): Reorder assignments.
15959 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
15961 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
15962 special case loop->header.
15963 (is_predicated): New.
15964 (if_convertible_loop_p): Call it.
15966 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
15968 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
15969 iterator in parameter. Do not generate code during the analysis.
15970 (tree_if_convert_cond_stmt): Removed.
15971 (tree_if_convert_stmt): Removed.
15972 (predicate_bbs): New.
15973 (if_convertible_loop_p): Call predicate_bbs.
15974 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
15975 now contains all the analysis part.
15977 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
15979 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
15980 statements in the analysis part.
15981 (tree_if_convert_stmt): Update comment.
15982 (remove_conditions_and_labels): New.
15983 (combine_blocks): Call remove_conditions_and_labels.
15984 (tree_if_conversion): Update comment.
15986 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
15988 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
15989 than 2 predecessors or more than 2 successors.
15991 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
15993 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
15994 of loops in which the data dependence analysis fails.
15996 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
15998 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
15999 CDI_POST_DOMINATORS.
16000 (tree_if_conversion): Same.
16002 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
16004 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
16006 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
16008 * tree-if-conv.c: Update copyright years. Fix comments.
16011 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
16013 * builtin-types.def (BT_INT128): New primitive type.
16014 (BT_UINT128): Likewise.
16015 * c-common.c (c_common_r): Add __int128 keyword.
16016 (c_common_type_for_size): Handle __int128.
16017 (c_common_type_for_mode): Likewise.
16018 (c_common_signed_or_unsigned_type): Likewise.
16019 (c_common_nodes_and_builtins): Add builtin type
16020 if target supports 128-bit integer scalar.
16021 * c-common.h (enum rid): Add RID_INT128.
16022 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
16023 if target supports 128-bit integer scalar.
16024 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
16025 (finish_declspecs): Likewise.
16026 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
16027 (c_token_starts_declspecs): Likewise.
16028 (c_parser_declspecs): Likewise.
16029 (c_parser_attributes): Likewise.
16030 (c_parser_objc_selector): Likewise.
16031 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
16032 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
16033 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
16034 * tree.c (make_or_reuse_type): Likewise.
16035 (make_unsigned_type): Likewise.
16036 (build_common_tree_nodes_2): Likewise.
16037 * tree.h (enum integer_type_kind): Add itk_int128 and
16038 itk_unsigned_int128.
16039 (int128_integer_type_node): New define.
16040 (int128_unsigned_type_node): New define.
16041 * doc/extend.texi: Add documentation about __int128 type.
16043 2010-05-26 Richard Guenther <rguenther@suse.de>
16045 * tree-ssa-sccvn.c (copy_nary): Adjust.
16046 (copy_phis): Rename to ...
16047 (copy_phi): ... this. Adjust.
16048 (copy_references): Rename to ...
16049 (copy_reference): ... this. Adjust.
16050 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
16051 result into the valid table.
16053 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
16055 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
16056 insn-config.h, insn-codes.h, recog.h, and optabs.h.
16058 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16060 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
16062 2010-05-26 Richard Guenther <rguenther@suse.de>
16064 * opts.c (common_handle_option): Handle OPT_Ofast.
16066 2010-05-26 Joseph Myers <joseph@codesourcery.com>
16068 * diagnostic.c: Don't include opts.h.
16069 (permissive_error_option): Define.
16070 (diagnostic_initialize): Take n_opts parameter. Allocate memory
16071 for classify_diagnostic. Don't use memset for
16072 classify_diagnostic. Initialize new and recently added fields.
16073 (diagnostic_classify_diagnostic): Use context->n_opts instead of
16075 (diagnostic_report_diagnostic): Pass context parameter to
16076 diagnostic_report_warnings_p. Use option_enabled and option_name
16077 hooks from context.
16078 (emit_diagnostic): Use permissive_error_option.
16079 (permerror): Likewise.
16080 * diagnostic.h: Don't include options.h.
16081 (struct diagnostic_context): Add n_opts, opt_permissive,
16082 inhibit_warnings, warn_system_headers, option_enabled and
16083 option_name fields. Change classify_diagnostic to a pointer.
16084 * opts-diagnostic.h: New file.
16085 * opts.c: Include opts-diagnostic.h.
16086 (common_handle_option): Set global_dc fields for -Wfatal-errors,
16087 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
16088 (option_name): New function.
16089 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
16090 (c_common_handle_option): Set global_dc->permissive for
16092 * c-common.c (c_cpp_error): Save and restore
16093 global_dc->warn_system_headers, not variable warn_system_headers.
16094 * toplev.c: Include opts-diagnostic.h.
16095 (general_init): Update call to diagnostic_initialize. Set
16096 global_dc->show_column, global_dc->option_enabled and
16097 global_dc->option_name.
16098 (process_options): Don't set global_dc fields here.
16099 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
16100 (diagnostic.o, opts.o, toplev.o): Update dependencies.
16102 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
16104 * config/picochip/picochip.md (movsi): Split a movsi from a
16105 const after reload.
16107 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16109 * ggc-zone.c: Update copyright year.
16110 (poison_region): Mark memory for Valgrind as undefined before
16111 memset () call and inaccessible afterwards.
16112 (ggc_pch_total_size): Change type of i to int.
16114 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16116 * ggc-common.c (ggc_free_overhead): Allow empty slot.
16118 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16120 * ggc-common.c: Update copyright year.
16121 (ggc_rlimit_bound): Remove prototype. Compile only if
16122 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
16123 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
16124 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
16125 (ggc_min_heapsize_heuristic): Likewise.
16127 2010-05-26 Richard Guenther <rguenther@suse.de>
16129 PR rtl-optimization/44164
16130 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
16131 no-common access-path disambiguation.
16132 (indirect_ref_may_alias_decl_p): Adjust.
16133 (indirect_refs_may_alias_p): Likewise.
16134 (refs_may_alias_p_1): Likewise.
16136 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
16138 * c-typeck.c: Do not include expr.h.
16140 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
16142 * rtl.h (decl_default_tls_model): Move prototype from here...
16143 * output.h: ...to here.
16144 * c-decl.c: Do not include rtl.h.
16145 * c-pragma.c: Likewise.
16146 * c-parser.c: Likewise.
16147 * c-gimplify.c: Likewise. And also not hard-reg-set.
16148 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
16149 FIXME note for it. Add a FIXME note for expr.h.
16150 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
16151 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
16154 2010-05-26 Jakub Jelinek <jakub@redhat.com>
16157 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
16158 or total_size is larger than red zone size for non-V4 ABI, emit a
16159 stack_tie resp. frame_tie insn before stack pointer restore.
16160 * config/rs6000/rs6000.md (frame_tie): New insn.
16162 2010-05-25 Eric Botcazou <ebotcazou@adacore.com>
16164 * function.h (struct function): Add can_throw_non_call_exceptions bit.
16165 * lto-streamer-in.c (input_function): Stream it in.
16166 * lto-streamer-out.c (output_function): Stream it out.
16167 * function.c (allocate_struct_function): Set it.
16168 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
16169 for flag_non_call_exceptions.
16170 * cfgbuild.c (control_flow_insn_p): Likewise.
16171 (make_edges): Likewise.
16172 * cfgexpand.c (expand_stack_alignment): Likewise.
16173 * combine.c (distribute_notes): Likewise.
16174 * cse.c (cse_extended_basic_block): Likewise.
16175 * except.c (insn_could_throw_p): Likewise.
16176 * gcse.c (simple_mem): Likewise.
16177 * ipa-pure-const.c (check_call): Likewise.
16178 (check_stmt ): Likewise.
16179 * lower-subreg.c (lower-subreg.c): Likewise.
16180 * optabs.c (emit_libcall_block): Likewise.
16181 (prepare_cmp_insn): Likewise.
16182 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
16183 * postreload.c (rest_of_handle_postreload): Likewise.
16184 * reload1.c (reload_as_needed): Likewise.
16185 (emit_input_reload_insns): Likewise.
16186 (emit_output_reload_insns): Likewise.
16187 (fixup_abnormal_edges): Likewise.
16188 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
16189 * store-motion.c (find_moveable_store): Likewise.
16190 * tree-eh.c (stmt_could_throw_p): Likewise.
16191 (tree_could_throw_p): Likewise.
16192 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
16193 * config/arm/arm.c (arm_expand_prologue): Likewise.
16194 (thumb1_expand_prologue): Likewise.
16195 * config/rx/rx.md (cbranchsf4): Likewise.
16197 * config/s390/s390.c (s390_emit_prologue): Likewise.
16198 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
16199 (inline_forbidden_into_p): New predicate.
16200 (expand_call_inline): Use it to forbid inlining.
16201 (tree_can_inline_p): Likewise.
16203 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
16205 * config/i386/i386-c.c: Do not include rtl.h.
16206 * config/i386/t-i386: Update dependencies.
16208 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
16210 * attribs.c: Do not include rtl.h.
16211 * Makefile.in: Update dependencies.
16213 2010-05-25 Anatoly Sokolov <aesok@post.ru>
16215 * double-int.h (double_int_and): New.
16216 * combine.c (try_combine): Clean up, use double_int_* and
16217 immed_double_int_const functions.
16219 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
16221 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
16222 stderr to /dev/null instead of grep -q.
16223 * configure: Regenerate.
16225 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
16227 * Makefile.in (EXCEPT_H): Fix typo.
16229 2010-05-25 Vladimir Makarov <vmakarov@redhat.com>
16231 * ira-build.c (update_conflict_hard_reg_costs): New.
16232 (ira_build): Call update_conflict_hard_reg_costs.
16234 2010-05-25 Jakub Jelinek <jakub@redhat.com>
16237 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
16239 (intersect_loc_chains): Walk the s2var's loc_chain together
16240 with s1node chain as long as the locations are equal, don't
16241 call find_loc_in_1pdv in that case.
16244 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
16245 (copy_bind_expr): ... instead of here.
16246 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
16247 if the block hasn't been remapped.
16248 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
16249 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
16251 2010-05-25 Richard Guenther <rguenther@suse.de>
16253 PR middle-end/44069
16254 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
16255 out-of-bounds array accesses.
16257 2010-05-25 Richard Guenther <rguenther@suse.de>
16259 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
16260 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
16261 (run_gcc): Re-organize to make cleanup easier.
16263 2010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16265 * config/s390/s390.c (optimization_options): Fix and move the
16266 flag_prefetch_loop_arrays override ...
16267 (override_options): ... here.
16269 2010-05-25 Joseph Myers <joseph@codesourcery.com>
16271 * diagnostic.c: Don't include plugin.h.
16272 (diagnostic_report_diagnostic): Don't handle plugins specially
16273 here. Pass context to internal_error callback.
16274 * diagnostic.h (struct diagnostic_context): Add context parameter
16275 to internal_error callback.
16276 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
16277 * plugin.h (struct diagnostic_context): Declare.
16278 (warn_if_plugins, plugins_internal_error_function): Declare.
16279 * toplev.c (general_init): Set global_dc->internal_error.
16280 * Makefile.in (diagnostic.o): Update dependencies.
16282 2010-05-25 Iain Sandoe <iains@gcc.gnu.org>
16284 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
16285 * config/rs6000/t-darwin64: New.
16286 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
16289 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
16292 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
16293 match the original (and intended) behaviour before r159557. This
16294 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
16297 2010-05-25 Richard Guenther <rguenther@suse.de>
16299 * doc/invoke.texi: Document -Ofast.
16300 * target.h (struct gcc_target): Add handle_ofast.
16301 * target-def.h (TARGET_HANDLE_OFAST): Add.
16302 (TARGET_INITIALIZER): Adjust.
16303 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
16304 * common.opt (Ofast): Add.
16306 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
16308 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
16309 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
16311 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
16314 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
16315 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
16316 false_rtx. Use false_rtx to compute the correct *ptest for reversed
16317 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
16319 2010-05-25 Jakub Jelinek <jakub@redhat.com>
16321 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
16322 DW_OP_minus with negated offset instead of DW_OP_plus.
16323 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
16325 2010-05-25 Wei Guozhi <carrot@google.com>
16327 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
16328 tst instruction and a new alternative.
16329 * config/arm/constraints.md (Pu): New constraint.
16331 2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
16333 * function.c (assign_stack_local_1): Initialize variable
16334 to avoid warning when bootstrapping at -O3.
16336 2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
16338 * configure.ac (all_lang_makefiles): Remove everything related to it.
16339 * configure: Regenerate.
16340 * Makefile.in: Fix reference to ada Make-lang.in.
16341 Remove support for LANG_MAKEFILES.
16343 2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
16344 Sandra Loosemore <sandra@codesourcery.com>
16346 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
16347 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
16348 description. Add arm_neon_fp16_ok.
16349 (Add Options): Add arm_neon and arm_neon_fp16.
16351 2010-05-24 Joseph Myers <joseph@codesourcery.com>
16353 * diagnostic.c: Don't include flags.h.
16354 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
16355 context parameters. Check flags in the context passed as a parameter.
16356 (diagnostic_build_prefix): Add context parameter. Check
16357 show_column flag in context.
16358 (diagnostic_action_after_output): Check fatal_errors flag in context.
16359 (diagnostic_report_current_module): Check show_column flag in context.
16360 (default_diagnostic_starter): Update call to
16361 diagnostic_build_prefix.
16362 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
16363 (emit_diagnostic): Pass context to permissive_error_kind.
16364 (permerror): Pass context to permissive_error_kind.
16365 * diagnostic.h (struct diagnostic_context): Add show_column,
16366 pedantic_errors, permissive and fatal_errors fields.
16367 (diagnostic_build_prefix): Update prototype.
16369 * toplev.c (process_options): Set flags in global_dc from
16370 flag_show_column, flag_pedantic_errors, flag_permissive,
16372 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
16373 to diagnostic_build_prefix.
16374 * Makefile.in (diagnostic.o): Update dependencies.
16376 2010-05-24 H.J. Lu <hongjiu.lu@intel.com>
16378 * config/i386/ia32intrin.h (__crc32q): Define only if
16379 __SSE4_2__ is defined.
16381 2010-05-24 Iain Sandoe <iains@gcc.gnu.org>
16384 PR middle-end/43602
16385 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
16386 DECL_VISIBILITY_SPECIFIED.
16387 (emutls_decl): Set DECL_PRESERVE_P and copy
16388 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
16389 (emutls_finalize_control_var): New callback.
16390 (emutls_finish): Finalize emutls control variables.
16391 * toplev.c (compile_file): Move the call to emutls_finish ()
16392 before varpool_assemble_pending_decls ().
16394 2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
16396 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
16397 added to the preprocessor condition.
16399 2010-05-24 Paul Brook <paul@codesourcery.com>
16401 * gengtype-lex.l: Add HARD_REG_SET.
16402 * expr.c (expand_expr_real_1): Record writes to hard registers.
16403 * function.c (rtl_data): Add asm_clobbers.
16404 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
16405 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
16406 Use crtl->asm_clobbers.
16408 2010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16410 * doc/makefile.texi (Makefile): Mention stages 'profile'
16411 and 'feedback' for profiledbootstrap.
16413 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
16416 * config/i386/i386.c (def_builtin): Properly check
16417 OPTION_MASK_ISA_64BIT.
16419 2010-05-23 Joseph Myers <joseph@codesourcery.com>
16421 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
16422 typedefs with different but compatible types. Allow duplicate
16423 typedefs with the same type except for pedantic non-C1X, but give
16424 warning for variably modified types.
16425 * c-typeck.c (tagged_types_tu_compatible_p,
16426 function_types_compatible_p, type_lists_compatible_p,
16427 comptypes_internal): Add parameter different_types_p; set
16428 *different_types_p for different but compatible types. All
16430 (comptypes_check_different_types): New.
16431 * c-tree.h (comptypes_check_different_types): Declare.
16433 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
16435 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
16436 * jump.c: Include basic-block.h.
16437 * profile.c: Likewise.
16438 * tree-profile.c: Likewise.
16439 * coverage.c: Likewise.
16440 * basic-block.h (optimize_function_for_size_p): Move to function.h.
16441 (optimize_function_for_speed_p): Likewise.
16442 * function.h (optimize_function_for_size_p,
16443 optimize_function_for_speed_p): Moved here from basic-block.h.
16444 * Makefile.in: Update dependencies.
16446 2010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16448 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
16449 before calling make; allow override through $MAKE.
16450 * doc/invoke.texi (Optimize Options): Document override.
16452 2010-05-23 Anatoly Sokolov <aesok@post.ru>
16454 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
16455 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
16456 (rs6000_mode_dependent_address_ptr): Make static.
16457 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
16458 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
16461 2010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
16464 * config/i386/i386.c: Make sure that the correct regparm is passed.
16466 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
16468 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
16469 * sbitmap.c: ...to here to internalize sbitmap element access.
16470 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
16471 Explain why basic-block.h is included.
16472 * function.h: Include tm.h for CUMULATIVE_ARGS.
16473 * Makefile.in: Update dependencies.
16475 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
16477 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
16479 * sbitmap.h (struct sbitmap_def): Do not typedef here.
16480 * sbitmap.c: Include sbitmap.h.
16481 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
16482 hard-reg-set.h. Split everything related to regsets out from here...
16483 * regset.h: ...to here. New file.
16484 * df.h: Include regset.h and sbitmap.h.
16485 * tree-flow.h: Likewise.
16486 * cfgloop.h: Likewise.
16487 * except.h: Do not include sbitmap.h. Include hashtab.h.
16488 * cgraph.h: Include vec.h and function.h.
16489 * reload.h (struct insn_chain): Change types of live_throughout
16490 and dead_or_set from regset_head to bitmap_head.
16491 (compute_use_by_pseudos): Be defined also if regset.h is not included.
16492 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
16493 spilled_regs from regset_head to bitmap_head to avoid dependency
16495 * sel-sched-ir.h: Include regset.h.
16496 * reload.c: Include df.h before reload.h.
16497 * caller-save.c: Likewise.
16498 * reload1.c: Likewise.
16500 (mark_elimination): Update type of r to bitmap, consistent with
16502 * dominance.c: Include bitmap.h.
16503 * modulo-sched.c: Include df.h.
16504 * cfganal.c: Include bitmap.h and sbitmap.h.
16505 * cfgbuild.c: Include sbitmap.h.
16506 * lcm.c: Include sbitmap.h.
16507 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
16508 * domwalk.c: Include sbitmap.h, exclude ggc.h.
16509 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
16510 * cselib.c: Include bitmap.h.
16511 * tree-optimize.c: Include regset.h.
16512 * stmt.c: Include bitmap.h.
16513 * Makefile.in: Update dependencies.
16515 2010-05-22 Jan Hubicka <jh@suse.cz>
16517 * cgraph.h (struct varpool_node): Add same_comdat_group.
16518 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
16520 (output_varpool): Update call of lto_output_varpool_node.
16521 (input_varpool): Read same_comdat_group pointer.
16522 (input_varpool_1): Fixup same_comdat_group pointer.
16523 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
16524 group is needed, all are.
16525 * varpool.c (varpool_remove_node): Remove node from same comdat group
16527 (varpool_analyze_pending_decls): Walk same comdat groups.
16529 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
16531 * rtl.h (union rtunion_def): Remove rt_bit member.
16532 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
16533 * print-rtl (print_rtx): Do not print the member.
16534 * gengtype.c (adjust_field_rtx_def): Do not handle it.
16535 * gengenrtl.c (type_from_format): Likewise.
16536 (accessor_from_format): Likewise.
16538 2010-05-22 Joseph Myers <joseph@codesourcery.com>
16540 * dbgcnt.c: Include toplev.h instead of errors.h.
16541 * ira-emit.c: Don't include errors.h.
16542 * ira.c: Include toplev.h instead of errors.h.
16543 * lto-compress.c: Include toplev.h instead of errors.h.
16544 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
16545 ira.o, dbgcnt.o): Update dependencies.
16547 2010-05-22 Richard Guenther <rguenther@suse.de>
16549 * gimple.c (gimple_types_compatible_p): Check type qualifications
16550 before merging pointer to complete and pointer to incomplete type.
16551 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
16552 we use our own resolution algorithm. The gold linker plugin
16553 doesn't do the job we want it to do here.
16555 2010-05-22 Anatoly Sokolov <aesok@post.ru>
16557 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
16558 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
16559 (sparc_mode_dependent_address_p): New function.
16561 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
16563 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
16565 * timevar.c: Do not include any core headers.
16566 (timevar_print): De-i18n-ize.
16567 (print_time): Likewise.
16568 * timevar.h (timevar_push, timevar_pop): Make inline functions.
16570 2010-05-21 Joseph Myers <joseph@codesourcery.com>
16572 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
16574 (diagnostic_initialize): Initialize x_data not last_function.
16575 (diagnostic_report_current_function): Move to tree-diagnostic.c.
16576 (default_diagnostic_starter): Call
16577 diagnostic_report_current_module not
16578 diagnostic_report_current_function.
16579 (diagnostic_report_diagnostic): Initialize x_data not
16581 (verbatim): Likewise.
16582 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
16584 (struct diagnostic_context): Change last_function to x_data.
16585 (diagnostic_auxiliary_data): Replace with
16586 diagnostic_context_auxiliary_data and
16587 diagnostic_info_auxiliary_data.
16588 (diagnostic_last_function_changed, diagnostic_set_last_function,
16589 diagnostic_report_current_function): Move to tree-diagnostic.h.
16590 (print_declaration, dump_generic_node, print_generic_stmt,
16591 print_generic_stmt_indented, print_generic_expr,
16592 print_generic_decl, debug_c_tree, dump_omp_clauses,
16593 print_call_name, debug_generic_expr, debug_generic_stmt,
16594 debug_tree_chain, default_tree_printer): Move to
16595 tree-pretty-print.h.
16596 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
16597 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
16598 gimple-pretty-print.h.
16599 * pretty-print.c: Don't include tree.h
16600 (pp_base_format): Don't handle %K here.
16601 (pp_base_tree_identifier): Move to tree-pretty-print.c.
16602 * pretty-print.h (text_info): Change abstract_origin to x_data.
16603 (pp_tree_identifier, pp_unsupported_tree,
16604 pp_base_tree_identifier): Move to tree-pretty-print.h.
16605 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
16606 tree-pretty-print.h: New files.
16607 * tree-pretty-print.c: Include tree-pretty-print.h.
16608 (percent_K_format): New. Moved from pretty-print.c.
16609 (pp_base_tree_identifier): Move from pretty-print.c.
16610 * c-objc-common.c: Include tree-pretty-print.h.
16611 (c_tree_printer): Handle %K here.
16612 * langhooks.c: Include tree-diagnostic.h.
16613 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
16614 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
16615 (default_tree_printer): Handle %K using percent_K_format.
16616 (general_init): Use default_tree_diagnostic_starter.
16617 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
16618 (free_lang_data): Use default_tree_diagnostic_starter.
16619 * c-pretty-print.c: Include tree-pretty-print.h.
16620 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
16621 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
16622 * dwarf2out.c: Include tree-pretty-print.h.
16623 * except.c: Include tree-pretty-print.h.
16624 * gimple-pretty-print.c: Include tree-pretty-print.h and
16625 gimple-pretty-print.h.
16626 * gimplify.c: Include tree-pretty-print.h.
16627 * graphite-poly.c: Include tree-pretty-print.h and
16628 gimple-pretty-print.h.
16629 * ipa-cp.c: Include tree-pretty-print.h.
16630 * ipa-inline.c: Include gimple-pretty-print.h.
16631 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
16632 * ipa-pure-const.c: Include gimple-pretty-print.h.
16633 * ipa-struct-reorg.c: Include tree-pretty-print.h and
16634 gimple-pretty-print.h.
16635 * ipa-type-escape.c: Include tree-pretty-print.h.
16636 * print-rtl.c: Include tree-pretty-print.h.
16637 * print-tree.c: Include gimple-pretty-print.h.
16638 * sese.c: Include tree-pretty-print.h.
16639 * tree-affine.c: Include tree-pretty-print.h.
16640 * tree-browser.c: Include tree-pretty-print.h.
16641 * tree-call-cdce.c: Include gimple-pretty-print.h.
16642 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
16643 * tree-chrec.c: Include tree-pretty-print.h.
16644 * tree-data-ref.c: Include tree-pretty-print.h and
16645 gimple-pretty-print.h.
16646 * tree-dfa.c: Include tree-pretty-print.h.
16647 * tree-if-conv.c: Include tree-pretty-print.h and
16648 gimple-pretty-print.h.
16649 * tree-inline.c: Include tree-pretty-print.h.
16650 * tree-into-ssa.c: Include tree-pretty-print.h and
16651 gimple-pretty-print.h.
16652 * tree-nrv.c: Include tree-pretty-print.h.
16653 * tree-object-size.c: Include tree-pretty-print.h and
16654 gimple-pretty-print.h.
16655 * tree-outof-ssa.c: Include tree-pretty-print.h and
16656 gimple-pretty-print.h.
16657 * tree-parloops.c: Include tree-pretty-print.h and
16658 gimple-pretty-print.h.
16659 * tree-predcom.c: Include tree-pretty-print.h and
16660 gimple-pretty-print.h.
16661 * tree-scalar-evolution.c: Include tree-pretty-print.h and
16662 gimple-pretty-print.h.
16663 * tree-sra.c: Include tree-pretty-print.h.
16664 * tree-ssa-address.c: Include tree-pretty-print.h.
16665 * tree-ssa-alias.c: Include tree-pretty-print.h.
16666 * tree-ssa-ccp.c: Include tree-pretty-print.h and
16667 gimple-pretty-print.h.
16668 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
16669 * tree-ssa-copy.c: Include tree-pretty-print.h and
16670 gimple-pretty-print.h.
16671 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
16672 * tree-ssa-dce.c: Include tree-pretty-print.h and
16673 gimple-pretty-print.h.
16674 * tree-ssa-dom.c: Include tree-pretty-print.h and
16675 gimple-pretty-print.h.
16676 * tree-ssa-dse.c: Include gimple-pretty-print.h.
16677 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
16678 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
16679 * tree-ssa-live.c: Include tree-pretty-print.h and
16680 gimple-pretty-print.h.
16681 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
16682 gimple-pretty-print.h.
16683 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
16684 gimple-pretty-print.h.
16685 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
16686 gimple-pretty-print.h.
16687 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
16688 gimple-pretty-print.h.
16689 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
16690 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
16691 * tree-ssa-operands.c: Include tree-pretty-print.h and
16692 gimple-pretty-print.h.
16693 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
16694 gimple-pretty-print.h.
16695 * tree-ssa-pre.c: Include tree-pretty-print.h and
16696 gimple-pretty-print.h.
16697 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
16698 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
16699 gimple-pretty-print.h.
16700 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
16701 gimple-pretty-print.h.
16702 * tree-ssa-sink.c: Include gimple-pretty-print.h.
16703 * tree-ssa-ter.c: Include tree-pretty-print.h and
16704 gimple-pretty-print.h.
16705 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
16706 * tree-ssa.c: Include tree-pretty-print.h and
16707 gimple-pretty-print.h.
16708 * tree-stdarg.c: Include gimple-pretty-print.h.
16709 * tree-switch-conversion.c: Include gimple-pretty-print.h.
16710 * tree-tailcall.c: Include tree-pretty-print.h and
16711 gimple-pretty-print.h.
16712 * tree-vect-data-refs.c: Include tree-pretty-print.h and
16713 gimple-pretty-print.h.
16714 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
16715 gimple-pretty-print.h.
16716 * tree-vect-loop.c: Include tree-pretty-print.h and
16717 gimple-pretty-print.h.
16718 * tree-vect-patterns.c: Include gimple-pretty-print.h.
16719 * tree-vect-slp.c: Include tree-pretty-print.h and
16720 gimple-pretty-print.h.
16721 * tree-vect-stmts.c: Include tree-pretty-print.h and
16722 gimple-pretty-print.h.
16723 * tree-vectorizer.c: Include tree-pretty-print.h.
16724 * tree-vrp.c: Include tree-pretty-print.h and
16725 gimple-pretty-print.h.
16726 * value-prof.c: Include tree-pretty-print.h and
16727 gimple-pretty-print.h.
16728 * var-tracking.c: Include tree-pretty-print.h.
16729 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
16730 (tree-diagnostic.o): New dependencies.
16731 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
16732 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
16733 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
16734 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
16735 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
16736 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
16737 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
16738 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
16739 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
16740 tree-ssa-address.o, tree-ssa-loop-niter.o,
16741 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
16742 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
16743 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
16744 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
16745 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
16746 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
16747 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
16748 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
16749 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
16750 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
16751 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
16752 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
16753 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
16754 tree-switch-conversion.o, var-tracking.o, value-prof.o,
16755 cfgexpand.o, pretty-print.o): Update dependencies.
16757 2010-05-22 Andreas Tobler <andreast@fgznet.ch>
16759 * tree-ssa-structalias.c: Remove tm_p.h from include.
16761 2010-05-21 Jeff Law <law@redhat.com>
16763 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
16765 2010-05-21 Jason Merrill <jason@redhat.com>
16767 * tree-eh.c (cleanup_is_dead_in): New.
16768 (lower_try_finally): Don't generate a dead cleanup region.
16769 (lower_cleanup): Likewise.
16771 2010-05-21 Jakub Jelinek <jakub@redhat.com>
16774 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
16775 unchain each use from the cyclic next_regno_use chain first.
16777 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
16779 * real: Do not include gmp.h, mpfr.h, and mpc.h.
16780 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
16781 (real_value_negate, real_value_abs): New prototypes.
16782 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
16783 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
16784 new include file for interface between MPFR and REAL_VALUE_TYPE.
16785 * real.c: Include realmpfr.h.
16786 (real_arithmetic2): Remove legacy function.
16787 (real_value_negate): New.
16788 (real_value_abs): New.
16789 (mfpr_from_real, real_from_mpfr): Move from here...
16790 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
16791 * builtins.c: Include realmpfr.h.
16792 * fold-const.c: Include realmpfr.h.
16793 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
16794 (fold_negate_const): Likewise.
16795 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
16796 * toplev.c: Include realmpfr.h.
16797 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
16798 and real_value_negate.
16799 * fixed-value.c (check_real_for_fixed_mode): Likewise.
16800 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
16801 (vfp3_const_double_index): Likewise.
16802 (arm_print_operand): Likewise.
16803 * Makefile.in: Update dependencies.
16805 2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16807 * config/s390/s390.c (override_options): Increase the default
16808 of max-completely-peel-times.
16810 2010-05-21 Julian Brown <julian@codesourcery.com>
16811 Mark Mitchell <mark@codesourcery.com>
16813 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
16814 sibling calls for Thumb-1.
16815 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
16816 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
16818 (*call_insn, *call_value_insn): Don't use for Thumb-2.
16819 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
16821 (return): New expander.
16822 (*arm_return): New name for ARM return insn.
16823 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
16825 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
16827 * config.gcc (sparc64-*-rtems*): New target.
16829 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
16831 * tree.c (build_function_decl_skip_args): Fix grammar.
16832 (build_function_type_list_1): Fix typos, adjust formatting.
16834 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
16836 * tree.h: Include real.h and fixed-value.h as basic datatypes.
16837 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
16838 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
16839 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
16840 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
16841 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
16842 tree-pretty-print.c, tree-loop-distribution.c,
16843 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
16844 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
16845 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
16846 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
16847 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
16848 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
16849 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
16850 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
16851 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
16852 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
16853 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
16854 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
16855 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
16856 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
16857 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
16858 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
16859 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
16860 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
16861 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
16862 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
16863 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
16864 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
16865 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
16866 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
16867 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
16868 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
16869 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
16870 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
16871 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
16872 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
16873 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
16874 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
16875 config/score/score7.c, config/score/score.c, config/arm/arm.c,
16876 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
16877 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
16878 config/bfin/bfin.c: Clean up redundant includes.
16879 * Makefile.in: Update accordingly.
16881 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
16883 PR middle-end/44204
16884 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
16885 statement has no arguments.
16887 2010-05-21 Kai Tietz <kai.tietz@onevision.com>
16890 * varasm.c (emutls_decl): Merge attributes to new decl.
16892 2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
16894 PR middle-end/44101
16895 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
16896 around the uniquized constructor if its type requires a conversion.
16898 2010-05-21 Jakub Jelinek <jakub@redhat.com>
16901 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
16902 at -O0 goto_locus of any of the incoming edges differs from
16903 goto_locus of outgoing edge, or gimple_location of any of the
16906 2009-09-14 Vladimir Makarov <vmakarov@redhat.com>
16908 * ira.c (ira_non_ordered_class_hard_regs): Define.
16909 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
16910 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
16911 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
16912 cost of unaligned hard regs when allocating multi-reg pseudos.
16914 2010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
16916 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
16917 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
16918 for TARGET_NO_FLOAT.
16919 * config/mips/mips.c (mips_file_start): Expand conditional expression
16920 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
16921 (mips_override_options): Move -mno-float override -msoft-float and
16923 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
16924 Condition(TARGET_SUPPORTS_NO_FLOAT).
16925 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
16926 __mips_no_float here.
16927 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
16928 (TARGET_SUPPORTS_NO_FLOAT): Define.
16929 * config/mips/sdemtk.opt: Delete.
16931 2010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
16933 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
16935 2010-05-20 Uros Bizjak <ubizjak@gmail.com>
16938 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
16939 * configure: Regenerate.
16940 * config.in: Regenerate.
16941 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
16942 instead of sahf only for 64bit targets.
16944 2010-05-20 Jakub Jelinek <jakub@redhat.com>
16947 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
16948 setup_ref_regs for DEBUG_INSNs.
16950 2010-05-20 Jan Hubicka <jh@suse.cz>
16952 PR middle-end/44197
16953 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
16955 2010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
16958 * df-scan.c (df_ref_compare): Stabilize sort.
16960 2010-05-20 Jakub Jelinek <jakub@redhat.com>
16962 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
16963 argument. Don't use DW_OP_piece if offset is non-zero,
16964 put offset into second DW_OP_bit_piece argument.
16965 (dw_sra_loc_expr): Adjust callers. For memory expressions
16968 2010-05-20 Hans-Peter Nilsson <hp@axis.com>
16971 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
16972 settings for 16-bit-constant "addo" alternative.
16974 2010-05-19 James E. Wilson <wilson@codesourcery.com>
16976 * config/mips/mips-dsp.md (add<DSPV:mode>3,
16977 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
16980 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
16981 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
16984 2010-05-19 Joseph Myers <joseph@codesourcery.com>
16986 * diagnostic.c (FLOAT, FFS): Don't undefine.
16987 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
16988 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
16991 2010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
16993 * combine.c (propagate_for_debug): Call make_compound_operation
16994 on the source value.
16995 (try_combine): When implementing a split chosen by find_split_point,
16996 either copy i2src or set it to null. Assert that i2src is not null
16997 before substituting into CALL_INSN_FUNCTION_USAGE.
16999 2010-05-19 Anatoly Sokolov <aesok@post.ru>
17001 * double-int.h (double_int_ior): New function.
17002 * tree.h (build_int_cst_wide_type): Remove.
17003 * tree.c (build_int_cst_wide_type): Remove.
17004 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
17005 of build_int_cst_wide_type.
17006 * stor-layout.c (set_sizetype): (Ditto.).
17007 * dojump.c (do_jump): Use build_int_cstu instead of
17008 build_int_cst_wide_type.
17010 2010-05-19 Eric Botcazou <ebotcazou@adacore.com>
17012 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
17013 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
17014 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
17015 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
17016 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
17017 propagate the 'data' argument to copy_tree_r.
17018 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
17019 Propagate 'data' argument to walk_tree.
17020 (copy_if_shared): New function.
17021 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
17022 (unmark_visited): New function.
17023 (unshare_body): Call copy_if_shared instead of doing it manually.
17024 (unvisit_body): Call unmark_visited instead of doing it manually.
17026 2010-05-19 Nathan Froyd <froydnj@codesourcery.com>
17028 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
17029 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
17030 * hooks.c: Likewise.
17031 * target-def.h (TARGET_FOLD_BUILTIN): Define to
17032 hook_tree_tree_int_treep_bool_null.
17033 * target.h (struct gcc_target): Update signature of fold_builtin
17035 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
17036 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
17037 instead of the call expression.
17038 (fold_builtin_call_array): Pass n and argarray directly.
17039 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
17041 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
17042 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
17043 `i' and use it in place of `arity'.
17044 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
17045 Dereference `args' directly.
17046 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
17048 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17050 * doc/sourcebuild.texi (Effective-Target Keywords): Document
17052 (Directives): Document optional dg-require-effective-target
17055 2010-05-19 Richard Guenther <rguenther@suse.de>
17058 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
17060 2010-05-19 Richard Guenther <rguenther@suse.de>
17062 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
17063 * common.opt (fwhopr=): New.
17064 * opts.c (common_handle_option): Handle OPT_fwhopr.
17065 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
17066 * collect2.c (main): Match -fwhopr*.
17067 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
17068 Execute ltrans stage in parallel when jobs is bigger than 1.
17070 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17072 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
17073 pentiumpro on Solaris 8/x86 with Sun as.
17074 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
17076 (gcc_cv_as_ix86_quad): Check for .quad directive.
17077 * configure: Regenerate.
17078 * config.in: Regenerate.
17079 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
17081 2010-05-19 Martin Jambor <mjambor@suse.cz>
17083 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
17084 also for indirect edges. Actual printing moved...
17085 (ipa_print_node_jump_functions_for_edge): ...here.
17086 (ipa_compute_jump_functions): Renamed to
17087 ipa_compute_jump_functions_for_edge and made static.
17088 (ipa_compute_jump_functions): New function.
17089 (make_edge_direct_to_target): Check if the number of arguments on
17090 the newly direct edge is the same as the number of parametrs of
17092 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
17093 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
17094 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
17095 analysis functions unconditionally, call the new
17096 ipa_analyze_params_uses on the node instead of every edge.
17098 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
17100 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
17102 (dump_mem_ref): Adopt debug code to handle a tree as step. This
17103 also checks for a constant int vs. non-constant but
17104 loop-invariant steps.
17105 (find_or_create_group): Change the sort algorithm to only consider
17106 steps that are constant ints.
17107 (idx_analyze_ref): Adopt code to handle a tree instead of a
17108 HOST_WIDE_INT for step.
17109 (gather_memory_references_ref): Handle tree instead of int and be
17110 prepared to see a NULL_TREE.
17111 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
17112 prefetches if the step cannot be calculated at compile time.
17113 (issue_prefetch_ref): Issue prefetches for non-constant but
17114 loop-invariant steps.
17116 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
17119 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
17121 * tree.h (build_call_list): Remove.
17122 * tree.c (build_call_list): Remove.
17124 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
17126 * tree.h (build_call_list): Remove.
17127 * tree.c (build_call_list): Remove.
17129 2010-05-18 Jan Hubicka <jh@suse.cz>
17131 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
17133 2010-05-18 Vladimir Makarov <vmakarov@redhat.com>
17135 PR rtl-optimization/43332
17136 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
17138 2010-05-18 Anatoly Sokolov <aesok@post.ru>
17140 * tree.h (build_int_cstu): Implement as static inline.
17141 * tree.c (build_int_cstu): Remove function.
17142 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
17145 2010-05-18 Richard Guenther <rguenther@suse.de>
17148 * lto-wrapper.c (verbose): New variable. Initialize from -v.
17149 (debug): Initialize from -save-temps.
17150 (collect_execute): Print command-line when verbose.
17151 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
17152 for ltrans invocation. Produce -dumpbase flag again.
17153 (process_args): Remove.
17155 * collect2.c (maybe_run_lto_and_relink): Only pass object
17156 files to lto-wrapper.
17157 * gcc.c (LINK_COMMAND_SPEC): Likewise.
17159 2010-05-18 Jan Hubicka <jh@suse.cz>
17161 * opts.c (decode_options): Do not disable whopr at ipa_cp.
17162 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
17164 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
17167 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
17169 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
17172 2010-05-18 Jakub Jelinek <jakub@redhat.com>
17175 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
17176 rtx_equal_p inline.
17178 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
17180 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
17181 lto-macho as lto_binary_reader.
17183 * darwin.c (darwin_asm_named_section): Do not add assembler comment
17184 after .section directive; just print it before the directive instead.
17186 2010-05-17 Jan Hubicka <jh@suse.cz>
17188 * cgraph.c (cgraph_create_virtual_clone): Only check
17189 versionable_function_p when not in wpa and checking is enabled.
17190 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
17191 there are no more functions to materialize.
17193 2010-05-17 Jan Hubicka <jh@suse.cz>
17195 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
17196 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
17198 (output_cgraph): Call output_cgraph_opt_summary.
17199 (input_cgrpah): Call input_cgraph_opt_summary.
17200 (output_cgraph_opt_summary_p, output_node_opt_summary,
17201 input_node_opt_summary, input_cgraph_opt_section): New functions.
17202 * lto-section-in.c (lto_section_name): Add cgraphopt.
17203 * tree-inline.c (tree_function_versioning): Handle parm_num.
17204 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
17205 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
17207 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
17209 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
17210 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
17211 the insn to prefetch ratio heuristic to loops with known trip count.
17213 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
17215 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
17216 (schedule_prefetches): Do not generate a prefetch if the unroll factor
17217 is far from what is required by the prefetch.
17219 2010-05-17 Jan Hubicka <jh@suse.cz>
17221 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
17222 (ipcp_estimate_growth): Likewise.
17223 (ipcp_const_param_count): Likewise.
17224 (ipcp_insert_stage): Likewise.
17225 * ipa-prop.c (visit_load_for_mod_analysis): New function.
17226 (visit_store_addr_for_mod_analysis): Set used flag.
17227 (ipa_detect_param_modifications): Set used flag for SSE params;
17228 update use of walk_stmt_load_store_addr_ops.
17229 (ipa_print_node_params): Print used flag.
17230 (ipa_write_node_info): Stream used flag.
17231 (ipa_read_node_info): Likewise.
17232 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
17233 (ipa_is_param_used): New function.
17234 (lto_ipa_fixup_call_notes): Remove unused declaration.
17236 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17239 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
17240 * configure: Regenerate.
17241 * config.in: Regenerate.
17242 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
17243 !HAVE_AS_IX86_REP_LOCK_PREFIX.
17244 Don't emit whitespace.
17245 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
17246 (*rep_movsi): Likewise.
17247 (*rep_movsi_rex64): Likewise.
17248 (*rep_movqi): Likewise.
17249 (*rep_movqi_rex64): Likewise.
17250 (*rep_stosdi_rex64): Likewise.
17251 (*rep_stossi): Likewise.
17252 (*rep_stossi_rex64): Likewise.
17253 (*rep_stosqi): Likewise.
17254 (*rep_stosqi_rex64): Likewise.
17255 (*cmpstrnqi_nz_1): Use {%;} after repz.
17256 (*cmpstrnqi_nz_rex_1): Likewise.
17257 (*cmpstrnqi_1): Likewise.
17258 (*cmpstrnqi_rex_1): Likewise.
17259 (*strlenqi_1): Use {%;} after repnz.
17260 (*strlenqi_rex_1): Likewise.
17261 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
17262 (*sync_compare_and_swap<mode>): Likewise.
17263 (sync_double_compare_and_swap<mode>): Likewise.
17264 (*sync_double_compare_and_swapdi_pic): Likewise.
17265 (sync_old_add<mode>): Likewise.
17266 (sync_add<mode>): Likewise.
17267 (sync_sub<mode>): Likewise.
17268 (sync_<code><mode>): Likewise.
17270 2010-05-17 Martin Jambor <mjambor@suse.cz>
17272 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
17273 otr_token and polymorphic.
17274 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
17275 (cgraph_clone_edge): Copy the above fields.
17276 * tree.c (get_binfo_at_offset): New function.
17277 * tree.h (get_binfo_at_offset): Declare.
17278 * ipa-prop.h (enum jump_func_type): Added known_type jump function
17279 type, reordered items, updated comments.
17280 (union jump_func_value): Added base_type field, reordered fields.
17281 (enum ipa_lattice_type): Moved down in the file.
17282 (struct ipa_param_descriptor): New field polymorphic.
17283 (ipa_is_param_polymorphic): New function.
17284 * ipa-prop.c: Include gimple.h and gimple-fold.h.
17285 (ipa_print_node_jump_functions): Print known type jump functions.
17286 (compute_complex_pass_through): Renamed to...
17287 (compute_complex_assign_jump_func): this.
17288 (compute_complex_ancestor_jump_func): New function.
17289 (compute_known_type_jump_func): Likewise.
17290 (compute_scalar_jump_functions): Create known type and complex ancestor
17292 (ipa_note_param_call): New parameter polymorphic, set the corresponding
17293 flag in the call note accordingly.
17294 (ipa_analyze_call_uses): Renamed to...
17295 (ipa_analyze_indirect_call_uses): this. New parameter target, define
17296 variable var only in the block where it is used.
17297 (ipa_analyze_virtual_call_uses): New function.
17298 (ipa_analyze_call_uses): Likewise.
17299 (combine_known_type_and_ancestor_jfs): Likewise.
17300 (update_jump_functions_after_inlining): Implemented handling of a
17301 number of new jump function types combination.
17302 (print_edge_addition_message): Removed.
17303 (make_edge_direct_to_target): New function.
17304 (try_make_edge_direct_simple_call): Likewise.
17305 (try_make_edge_direct_virtual_call): Likewise.
17306 (update_call_notes_after_inlining): Renamed to...
17307 (update_indirect_edges_after_inlining): this. Moved edge creation for
17308 indirect calls to try_make_edge_direct_simple_call, also calls
17309 try_make_edge_direct_virtual_call for virtual calls.
17310 (ipa_print_node_params): Changed the header message.
17311 (ipa_write_jump_function): Stream also known type jump functions.
17312 (ipa_read_jump_function): Likewise.
17313 (ipa_write_indirect_edge_info): Stream new fields in
17314 cgraph_indirect_call_info.
17315 (ipa_read_indirect_edge_info): Likewise.
17316 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
17319 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17321 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
17323 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
17325 * tree.h (CALL_EXPR_ARGS): Delete.
17326 (call_expr_arglist): Delete.
17327 * tree.c (call_expr_arglist): Delete.
17328 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
17329 targetm.fold_builtin.
17330 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
17331 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
17332 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
17333 arglist parameter. Use CALL_EXPR_ARG.
17334 (picochip_expand_builtin_3op): Likewise.
17335 (picochip_expand_builtin_2opvoid): Likewise.
17336 (picochip_expand_array_get): Likewise.
17337 (picochip_expand_array_put): Likewise.
17338 (picochip_expand_array_testport): Likewise.
17339 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
17340 rather than arglist.
17341 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
17343 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
17344 than TREE_VALUE and TREE_CHAIN.
17345 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
17346 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
17349 2010-05-17 Jakub Jelinek <jakub@redhat.com>
17352 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
17353 to have no fallthru edge.
17355 PR middle-end/44102
17356 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
17357 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
17358 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
17359 add BARRIER after previous bb if needed.
17361 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
17363 * tree.c (build_function_type_list_1): Remove bogus assert condition.
17365 2010-05-17 Alan Modra <amodra@gmail.com>
17367 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
17368 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
17369 with copy_reg rtx param.
17370 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
17371 Correct cases where code for ABI_V4 did not initialise the reg
17372 used to access frame. Also leave frame_reg_rtx as sp for large
17373 frames that save no regs.
17375 2010-05-17 Martin Jambor <mjambor@suse.cz>
17377 PR middle-end/44133
17378 * tree-sra.c (create_access_replacement): New parameter rename, mark
17379 the replaement for renaming only when it is true.
17380 (get_access_replacement): Pass true in the rename parameter of
17381 create_access_replacement.
17382 (get_unrenamed_access_replacement): New function.
17383 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
17384 replacement declaration from it.
17386 2010-05-17 Bernd Schmidt <bernds@codesourcery.com>
17388 * function.c (try_fit_stack_local, add_frame_space): New static
17390 (assign_stack_local_1): Use them. Look for opportunities to use
17391 space previously wasted on alignment.
17392 * function.h (struct frame_space): New.
17393 (struct rtl_data): Add FRAME_SPACE_LIST member.
17394 * reload1.c (something_was_spilled): New static variable.
17395 (alter_reg): Set it.
17396 (reload): Test it in addition to testing if the frame size changed.
17398 2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
17400 * config/s390/s390.c: Define sane prefetch settings and activate
17401 flag_prefetch_loop_arrays on -O3.
17402 * config/s390/s390.h: Declare that read can use write prefetch.
17404 2010-05-17 Jakub Jelinek <jakub@redhat.com>
17406 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
17409 2010-05-16 Jan Hubicka <jh@suse.cz>
17411 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
17412 function body; do not check stdarg field of struct function.
17414 2010-05-16 Jan Hubicka <jh@suse.cz>
17416 * cgraph.c (dump_cgraph_node): Dump versionable flag.
17417 * cgraph.h (cgraph_local_info): Add versionable flag.
17418 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
17419 (ipcp_versionable_function_p): Use it.
17420 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
17423 2010-05-16 Jan Hubicka <jh@suse.cz>
17425 * cgraph.c (cgraph_clone_node): Take decl argument and insert
17426 clone into hash when it is different from orig.
17427 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
17428 * cgraph.h (cgraph_clone_node): Update prototype.
17429 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
17430 (lto_cgraph_encoder_delete): Delete body map.
17431 (lto_cgraph_encoder_size): Move to header.
17432 (lto_cgraph_encoder_encode_body_p,
17433 lto_set_cgraph_encoder_encode_body): New.
17434 (lto_output_node): Do not take written_decls argument; output clone_of
17436 (add_node_to): Add include_body_argument; call
17437 lto_set_cgraph_encoder_encode_body on master of the clone.
17438 (add_references): Update use of add_node_to.
17439 (compute_ltrans_boundary): Likewise.
17440 (output_cgraph): Do not create written_decls bitmap.
17441 (input_node): Take nodes argument; stream in clone_of correctly.
17442 (input_cgraph_1): Update use of input_node.
17443 * lto-streamer-out.c (lto_output): Use encoder info to decide
17444 what bodies to output.
17445 * ipa-inline.c (cgraph_clone_inlined_nodes,
17446 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
17447 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
17448 (lto_cgraph_encoder_size): Define here.
17449 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
17452 2010-05-16 Richard Guenther <rguenther@suse.de>
17454 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
17456 * ipa-type-escape.c (gate_type_escape_vars): Run when
17457 -fipa-struct-reorg runs.
17458 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
17459 * common.opt (fipa-type-escape): Remove.
17461 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
17463 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
17464 (decode_options): Likewise.
17465 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
17467 2010-05-16 Jan Hubicka <jh@suse.cz>
17469 * ipa.c (function_and_variable_visibility): Also bring local all
17472 2010-05-16 Richard Guenther <rguenther@suse.de>
17474 * alias.c (nonoverlapping_memrefs_p): Remove use of
17475 IPA type-escape information.
17477 2010-05-16 Joseph Myers <joseph@codesourcery.com>
17479 * c-common.c (c_common_reswords): Add _Static_assert for C.
17480 * c-parser.c (c_token_starts_declaration,
17481 c_parser_next_token_starts_declaration,
17482 c_parser_static_assert_declaration_no_semi,
17483 c_parser_static_assert_declaration): New.
17484 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
17485 Handle static assertions if static_assert_ok.
17486 (c_parser_external_declaration, c_parser_declaration_or_fndef,
17487 c_parser_compound_statement_nostart, c_parser_label,
17488 c_parser_for_statement, c_parser_objc_methodprotolist,
17489 c_parser_omp_for_loop): All callers of
17490 c_parser_declaration_or_fndef changed.
17491 (c_parser_struct_declaration): Handle static assertions.
17492 (c_parser_compound_statement_nostart): Use
17493 c_parser_next_token_starts_declaration and
17494 c_token_starts_declaration to detect start of declarations.
17495 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
17498 2010-05-16 Anatoly Sokolov <aesok@post.ru>
17500 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
17501 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
17502 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
17503 TARGET_FUNCTION_VALUE_REGNO_P): Define.
17504 (mmix_function_outgoing_value): Rename to...
17505 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
17506 (mmix_function_value_regno_p): Make static.
17507 (mmix_libcall_value): New function.
17508 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
17509 mmix_function_value_regno_p): Remove declaration.
17511 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
17513 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
17514 BUILT_IN_ALLOCA if stack checking is enabled.
17516 2010-05-16 Richard Guenther <rguenther@suse.de>
17518 * var-tracking.c (vars_copy_1): Inline ...
17519 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
17520 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
17521 (variable_merge_over_cur): Adjust. Merge asserts.
17522 (variable_merge_over_src): Likewise.
17523 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
17524 (variable_post_merge_new_vals): Merge asserts.
17525 (variable_post_merge_perm_vals): Likewise.
17526 (find_mem_expr_in_1pdv): Likewise.
17527 (dataflow_set_different_value): Remove.
17528 (onepart_variable_different_p): Merge asserts.
17529 (variable_different_p): Likewise.
17530 (dataflow_set_different_1): Inline ...
17531 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
17532 (emit_notes_for_differences_1): Merge asserts.
17534 2010-05-16 Richard Guenther <rguenther@suse.de>
17536 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
17537 * optabs.c (libfunc_decl_hash): Likewise.
17538 * varasm.c (emutls_decl): Likewise.
17540 2010-05-16 Steven Bosscher <steven@gcc.gnu.org>
17542 * c-decl.c: Don't include gimple.h.
17543 (merge_decls): Do not copy gimple_body.
17545 2010-05-15 Jason Merrill <jason@redhat.com>
17547 * c.opt: Add -fnothrow-opt.
17549 2010-05-15 Jan Hubicka <jh@suse.cz>
17551 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
17553 * passes.c (ipa_write_summaries): Write all analyzed nodes.
17555 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
17557 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
17558 * Makefile.in: Add it.
17559 Fix all other Makefile dependencies for changes below.
17560 * tree.h: Include it instead of defining VEC primitives here.
17561 * gimple.h: Likewise.
17563 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
17564 * except.h: Include vecir.h, break dependence on tree.h.
17566 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
17568 * tree-iterator.c: ...to here.
17569 * tree-iterator.h: Fix file introduction comment. Add extern markers.
17571 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
17573 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
17574 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
17575 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
17576 tree-mudflap.h, and target.h.
17577 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
17578 predict.h, tree-inline.h, gimple.h, and langhooks.h.
17579 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
17580 Add FIXME for why gimple.h is still included (should be unnecessary
17581 since GCC 4.5 gimplification unit-at-a-time).
17582 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
17583 * c-pragma.c: Add FIXME for why function.h needs to be included just
17584 for cfun, at front-end level.
17585 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
17586 Do not include ggc.h, but include vecprim.h for VEC(char).
17587 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
17588 Explain why target.h is included.
17589 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
17590 Explain why gimple.h is included.
17591 * c-ppoutput.c: Do not include tm.h.
17592 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
17593 * c-parses.c: Explain why rtl.h is included, and that this (and only
17594 this) is also why tm.h must be included.
17595 Do not include except.h.
17596 * c-lang.c: Do not include ggc.h.
17598 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
17600 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
17602 2010-05-15 Joseph Myers <joseph@codesourcery.com>
17604 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
17605 unions by default if those structs and unions have no tags. Do
17606 not condition anonymous struct and unions handling on flag_iso.
17607 Allow anonymous structs and unions for C1X.
17608 (finish_struct): Do not diagnose lack of named fields when
17609 anonymous structs and unions present for C1X. Accept flexible
17610 array members in structure with anonymous structs or unions but no
17611 directly named fields.
17612 * doc/extend.texi (Unnamed Fields): Update.
17614 2010-05-15 Eric Botcazou <ebotcazou@adacore.com>
17616 * gimple.h (compare_field_offset): Rename into...
17617 (gimple_compare_field_offset): ...this.
17618 * gimple.c (compare_field_offset): Rename into...
17619 (gimple_compare_field_offset): ...this. Compare the full access if
17620 the offset is self-referential.
17621 (gimple_types_compatible_p): Adjust for above renaming.
17622 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
17623 DECL_NONADDRESSABLE_P flag of fields before merging them.
17625 2010-05-15 Nathan Froyd <froydnj@codesourcery.com>
17627 * tree.h (ctor_to_list): Delete.
17628 * tree.c (ctor_to_list): Delete.
17630 2010-05-15 Jan Hubicka <jh@suse.cz>
17632 * ipa-reference.c: Include toplev.h
17633 (is_proper_for_analysis): Only add to all_module_statics
17634 if it is allocated.
17635 (write_node_summary_p, stream_out_bitmap,
17636 ipa_reference_write_optimization_summary,
17637 ipa_reference_read_optimization_summary): New.
17638 (struct ipa_opt_pass_d pass_ipa_reference): Add
17639 optimization summary streaming.
17640 * lto-cgraph.c (referenced_from_this_partition_p,
17641 reachable_from_this_partition_p): New functions.
17642 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
17643 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
17644 * opts.c (decode_options): Enable ipa_reference.
17645 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
17646 * lto-streamer.h (referenced_from_this_partition_p,
17647 reachable_from_this_partition_p): Declare.
17649 2010-05-15 Richard Guenther <rguenther@suse.de>
17651 PR tree-optimization/44038
17652 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
17653 taking the address of a V_C_E of a constant.
17655 2010-05-14 Jan Hubicka <jh@suse.cz>
17657 * tree.h (memory_identifier_string): Remove.
17658 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
17659 (ipa_reference_global_vars_info_d): Remove statics_not_read and
17660 statics_not_written.
17661 (ipa_reference_optimization_summary_d): New structure.
17662 (ipa_reference_optimization_summary_t): New type and vector.
17663 (ipa_reference_vars_info_d): Embedd structures instead of using
17665 (reference_vars_to_consider): Remove out of GGC space.
17666 (module_statics_escape): Remove.
17667 (global_info_obstack): Rename to ...
17668 (optimization_summary_obstack): ... this one.
17669 (initialization_status_t): Remove.
17670 (memory_identifier_string): Remove.
17671 (get_reference_vars_info): Fix indenting.
17672 (set_reference_vars_info): Likewise.
17673 (get_reference_optimization_summary): New.
17674 (set_reference_optimization_summary): New.
17675 (get_global_reference_vars_info): Remove.
17676 (ipa_reference_get_read_global): Remove.
17677 (ipa_reference_get_written_global): Remove.
17678 (ipa_reference_get_not_read_global): Update.
17679 (ipa_reference_get_not_written_global): Update.
17680 (is_proper_for_analysis): Outlaw addressable.
17681 (propagate_bits): Update for new datastructures.
17682 (analyze_variable): Remove.
17683 (init_function_info): Update for new datastructures.
17684 (clean_function_local_data): Remove.
17685 (clean_function): Remove.
17686 (copy_global_bitmap): Use optimizations_summary_obstack.
17687 (duplicate_node_data): Duplicate optimization summary only.
17688 (remove_node_data): Remove optimization summary only.
17689 (generate_summary): Do not analyze variables; do not compute
17690 module_statics_escape; do not prune solutions by it.
17691 (read_write_all_from_decl): Fix typos in comments.
17692 (propagate): Doscover readonly and nonaddressable first;
17693 update for new datastructures; share global bitmaps.
17694 * ipa-reference.h (ipa_reference_get_read_global,
17695 ipa_reference_get_written_global): Remove.
17696 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
17697 * Makefile.in: Remove ipa-refereference from GT files.
17699 2010-05-14 Jakub Jelinek <jakub@redhat.com>
17702 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
17703 for all SYMBOL_REF_DECLs.
17705 2010-05-14 Jan Hubicka <jh@suse.cz>
17707 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
17708 (varpool_all_refs_explicit_p): New inline function.
17709 * ipa-reference.c: Update comment.
17710 (module_statics_written): Remove.
17711 (get_static_decl): Remove.
17712 (ipa_init): Do not initialize module_statics_written.
17713 (analyze_function): Likewise.
17714 (generate_summary): Likewise; do not compute module_statics_readonly
17715 and do not update variable flags.
17716 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
17717 * ipa.c: Inlucde flags.h
17718 (cgraph_local_node_p): New.
17719 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
17720 promote functions to local.
17721 (ipa_discover_readonly_nonaddressable_vars): New function.
17722 (function_and_variable_visibility): Use cgraph_local_node_p.
17723 * varpool.c (varpool_finalize_decl): Set force_output for
17724 DECL_PRESERVE_P vars.
17726 2010-05-14 Jan Hubicka <jh@suse.cz>
17728 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
17730 2010-05-14 Richard Guenther <rguenther@suse.de>
17732 PR tree-optimization/44119
17733 * tree-ssa-pre.c (eliminate): Properly mark replacement of
17734 a PHI node necessary.
17736 2010-05-14 Eric Botcazou <ebotcazou@adacore.com>
17738 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
17740 2010-05-14 Jason Merrill <jason@redhat.com>
17743 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
17744 (gimple_call_set_nothrow): New.
17745 * gimple.c (gimple_build_call_from_tree): Call it.
17746 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
17749 * gimplify.c (gimplify_seq_add_stmt): No longer static.
17750 * gimple.h: Declare it.
17751 * gimple.c (gimple_build_eh_filter): No ops.
17753 2010-05-14 Jan Hubicka <jh@suse.cz>
17755 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
17756 nodes already in queue.
17757 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
17758 re-enqueueing node.
17760 2010-05-14 Jakub Jelinek <jakub@redhat.com>
17763 * cfgexpand.c (expand_debug_expr): If non-memory op0
17764 has BLKmode, return NULL.
17766 2010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
17768 * config.gcc: Add support for --with-cpu option for bdver1.
17769 * config/i386/i386.h (TARGET_BDVER1): New macro.
17770 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
17771 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
17772 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
17773 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
17774 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
17775 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
17776 (processor_type): Add PROCESSOR_BDVER1.
17777 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
17778 processor_type in config/i386/i386.h.
17779 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
17780 movaps <reg, reg> instead of movapd <reg, reg> when replacing
17781 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
17782 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
17783 to emit packed xor instead of packed double/packed integer
17784 xor for SSE and AVX when moving a zero value.
17785 * config/i386/sse.md: Add check for
17786 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
17787 movapd/movdqa for SSE and AVX.
17788 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
17789 single logical operations i.e and, or and xor instead of packed double
17790 logical operations for SSE and AVX.
17791 * config/i386/i386-c.c (ix86_target_macros_internal):
17792 Add PROCESSOR_BDVER1.
17793 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
17794 (has_fma4, has_xop): New.
17795 * config/i386/i386.c (bdver1_cost): New variable.
17796 (m_BDVER1): New macro.
17797 (m_AMD_MULTIPLE): Add m_BDVER1.
17798 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
17799 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
17800 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
17801 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
17802 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
17803 x86_tune_sse_partial_reg_dependency,
17804 x86_tune_sse_unaligned_load_optimal,
17805 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
17806 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
17807 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
17808 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
17809 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
17810 Enable/disable for bdver1.
17811 (processor_target_table): Add bdver1_cost.
17812 (cpu_names): Add bdver1.
17813 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
17814 processor_alias_table.
17815 (ix86_expand_vector_move_misalign): Change.
17816 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
17817 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
17818 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
17819 of movupd/movdqu for SSE and AVX.
17820 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
17821 (ix86_tune_adjust_cost): Add code for bdver1.
17822 (standard_sse_constant_opcode): Add check for
17823 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
17824 of packed double xor for SSE and AVX.
17826 2010-05-14 Pat Haugen <pthaugen@us.ibm.com>
17828 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
17829 result to unsigned.
17831 2010-05-14 Tristan Gingold <gingold@adacore.com>
17833 * toplev.c (default_debug_hooks): Remove this variable.
17834 (process_options): Remove assignments to default_debug_hooks.
17836 2010-05-14 Martin Jambor <mjambor@suse.cz>
17838 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
17839 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
17840 * langhooks.h (struct lang_hooks_for_decls): Removed field
17842 * tree.c (free_lang_data): Remove assignment to
17843 lang_hooks.fold_obj_type_ref.
17844 * tree.def (OBJ_TYPE_REF): Update comment.
17846 2010-05-14 Richard Guenther <rguenther@suse.de>
17848 PR tree-optimization/44124
17849 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
17851 2010-05-14 Alan Modra <amodra@gmail.com>
17854 * config/rs6000/rs6000.c (struct machine_function): Reorder
17855 fields for better packing. Add lr_save_state.
17856 (rs6000_ra_ever_killed): Return lr_save_state if set.
17857 (rs6000_emit_eh_reg_restore): Set lr_save_state.
17859 2010-05-13 Jan Hubicka <jh@suse.cz>
17861 * varpool.c (decide_is_variable_needed): Drop code checking
17862 TREE_SYMBOL_REFERENCED.
17864 2010-05-13 Jan Hubicka <jh@suse.cz>
17866 * final.c (output_addr_const): Do not call mark_decl_referenced.
17867 * cgraphunit.c (process_function_and_variable_attributes): Use
17868 mark_needed_node dirrectly.
17869 (assemble_thunk): Do not call mark_decl_referenced.
17871 2010-05-13 Anatoly Sokolov <aesok@post.ru>
17873 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
17875 2010-05-13 Jeff Law <law@redhat.com>
17877 * ira-conflicts.c (print_allocno_conflicts): New function broken out
17879 (print_conflicts): Call print_allocno_conflicts.
17881 2010-05-13 Jakub Jelinek <jakub@redhat.com>
17884 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
17887 2010-05-13 Kai Tietz <kai.tietz@onevision.com>
17889 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
17890 t-mingw-w64 or t-mingw-w32 for multilib configuration.
17891 * config/i386/t-mingw-w32: New.
17892 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
17894 2010-05-13 Martin Jambor <mjambor@suse.cz>
17896 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
17898 * gimple-fold.c (get_base_binfo_for_type): New function.
17899 (gimple_get_relevant_ref_binfo): Likewise.
17900 (gimple_fold_obj_type_ref_known_binfo): Likewise.
17901 (gimple_fold_obj_type_ref): Likewise.
17902 (fold_gimple_call): Simplify condition for folding virtual calls
17903 and call gimple_fold_obj_type_ref.
17904 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
17905 (gimple_fold_obj_type_ref_known_binfo): Likewise.
17907 2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
17909 * config/rs6000/rs6000-protos.h
17910 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
17911 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
17912 (rs6000_debug_mode_dependent_address)
17913 (rs6000_mode_dependent_address_ptr): Likewise.
17915 2010-05-13 Jakub Jelinek <jakub@redhat.com>
17918 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
17920 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
17921 * tree-sra.c (create_access_replacement): Call unshare_expr before
17922 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
17923 * dwarf2out.c: Include tree-flow.h.
17924 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
17925 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
17926 Handle DW_OP_bit_piece.
17927 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
17928 construct_piece_list, adjust_piece_list): New functions.
17929 (add_var_loc_to_decl): Handle SRA optimized variables.
17930 Adjust for var_loc_note to loc field renaming.
17931 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
17932 in VAR_LOCATION note.
17933 (new_loc_descr_op_bit_piece): New function.
17934 (dw_sra_loc_expr): New function.
17935 (dw_loc_list): Use it. Don't handle the last range after the
17936 loop, handle it inside of the loop. Adjust for var_loc_note
17937 to loc field renaming.
17938 (add_location_or_const_value_attribute): Only special case
17939 single entry loc lists if loc is NOTE_P. Adjust for
17940 var_loc_note to loc field renaming.
17941 (dwarf2out_var_location): Don't set newloc->var_loc_note
17942 and newloc->next here.
17944 2010-05-12 Jan Hubicka <jh@suse.cz>
17946 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
17948 * cgraph.h (cgraph_only_called_directly_p,
17949 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
17950 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
17951 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
17953 * ipa.c (cgraph_remove_unreachable_nodes): Use
17954 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
17956 * tree-inline.c (copy_bb): Check address_taken flag.
17957 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
17958 externally_visible flag.
17960 2010-05-12 Jason Merrill <jason@redhat.com>
17964 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
17965 * sdbout.c (plain_type_1): Likewise.
17966 * dwarf2out.c (is_base_type): Likewise.
17967 (gen_type_die_with_usage): Likewise. Generate
17968 DW_TAG_unspecified_type for any LANG_TYPE.
17970 2010-05-12 Jan Hubicka <jh@suse.cz>
17972 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
17974 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
17975 (cgraph_clone_edge): Update.
17976 (cgraph_node_remove_callees): Remove indirect calls too.
17977 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
17978 (cgraph_create_indirect_edge): Update prototype.
17979 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
17980 is_proper_for_analysis.
17981 (add_new_function, visited_nodes, function_insertion_hook_holder,
17982 get_local_reference_vars_info, mark_address_taken, mark_address,
17983 mark_load, mark_store, check_asm_memory_clobber, check_call,
17984 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
17985 (ipa_init): Do not initialize visited_nodes;
17986 function_insertion_hook_holder.
17987 (analyze_variable): Rewrite.
17988 (analyze_function): Rewrite.
17989 (copy_local_bitmap): Remove.
17990 (duplicate_node_dat): Do not duplicate local info.
17991 (generate_summary): Simplify to only walk cgraph.
17992 (write_node_summary_p, ipa_reference_write_summary,
17993 ipa_reference_read_summary): Remove.
17994 (propagate): Do not remove function insertion;
17996 (pass_ipa_reference): NULLify summary handling fields.
17997 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
17998 (input_edge): Input ecf_flags.
17999 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
18000 (update_indirect_edges_after_inlining): Ignore edges with unknown
18003 2010-05-12 Sriraman Tallam <tmsriram@google.com>
18005 * implicit-zee.c: New file.
18006 * tree-pass.h (pass_implicit_zee): Declare.
18007 * passes.c (init_optimization_passes): Add zee pass.
18008 * common.opt (fzee): New flag.
18009 * timevar.def (TV_ZEE): Define.
18010 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
18012 * Makefile.in (implicit-zee.o): Add new build file.
18014 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
18015 Nathan Froyd <froydnj@codesourcery.com>
18017 * c-common.c (sync_resolve_params): Remove write-only variable.
18019 2010-05-12 Anatoly Sokolov <aesok@post.ru>
18021 * target.h (struct gcc_target): Add mode_dependent_address_p field.
18022 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
18023 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
18024 * targhooks.c (default_mode_dependent_address_p): New function.
18025 * targhooks.h (default_mode_dependent_address_p): Declare function.
18026 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
18027 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
18028 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
18029 target hook. Change return type to bool.
18030 * recog.h (mode_dependent_address_p): Change return type to bool.
18032 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
18033 Nathan Froyd <froydnj@codesourcery.com>
18035 * tree-mudflap.c (build_function_type_0, build_function_type_1,
18036 build_function_type_2, build_function_type_3): Remove.
18037 (mudflap_init): Use build_function_type_list.
18039 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
18040 Nathan Froyd <froydnj@codesourcery.com>
18042 * coverage.c (build_fn_info_value): Call build_constructor instead of
18043 build_constructor_from_list.
18044 (build_ctr_info_value): Likewise.
18045 (build_gcov_info): Likewise.
18047 2010-05-12 Nathan Froyd <froydnj@codesourcery.com>
18049 * tree.c (build_constructor): Compute TREE_CONSTANT for the
18050 resultant constructor.
18051 (build_constructor_single): Don't set TREE_CONSTANT.
18052 (build_constructor_from_list): Don't compute TREE_CONSTANT.
18054 2010-05-12 Jan Hubicka <jh@suse.cz>
18056 * cgraph.h (struct varpool_node): Add aux.
18057 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
18058 * varpool.c (varpool_remove_node): Do not remove initializer.
18059 (varpool_reset_queue): Export.
18060 (varpool_finalize_decl): Volatile vars are forced to be output.
18061 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
18063 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
18064 process_references, varpool_can_remove_if_no_refs): New functions.
18065 (cgraph_remove_unreachable_nodes): Handle variables too.
18067 2010-05-12 H.J. Lu <hongjiu.lu@intel.com>
18070 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
18072 2010-05-12 Jakub Jelinek <jakub@redhat.com>
18074 PR middle-end/44085
18075 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
18076 change value of ORT_TASK.
18077 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
18078 (omp_notice_threadprivate_variable): New function.
18079 (omp_notice_variable): Call it for threadprivate variables.
18080 If enclosing ctx is a task, print enclosing task rather than
18081 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
18082 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
18083 if task has untied clause.
18086 * dwarf2out.c (base_type_die): Don't add name attribute here.
18087 (modified_type_die): Instead of sizetype use
18088 its underlying original type. If a DW_TAG_base_type doesn't
18089 have name added, add __unknown__.
18090 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
18091 always call force_type_die instead.
18093 2010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
18095 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
18096 for __stack_chk_guard.
18098 2010-05-11 Jakub Jelinek <jakub@redhat.com>
18100 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
18101 don't call start_source_file debug hook here...
18102 (finish_options): ... but here, after outputting predefined and
18103 command line defines and undefs.
18105 PR middle-end/44071
18106 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
18108 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
18109 optimizing away empty bb with no successors, move over its
18110 footer chain to fallthru predecessor.
18111 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
18112 (rtl_split_edge): For asm goto call patch_jump_insn even if
18113 splitting fallthru edge.
18116 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
18117 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
18118 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
18119 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
18123 * c-parser.c (c_parser_expression): Mark LHS of a comma
18124 expression as read if it is a decl, handled component or
18125 COMPOUND_EXPR with that on the RHS.
18126 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
18127 if it is a decl or handled component.
18129 2010-05-11 Jan Hubicka <jh@suse.cz>
18131 * lto-symtab.c (lto_symtab_free): New function.
18132 * lto-streamer.h (lto_symtab_free): Declare.
18134 2010-05-11 Jan Hubicka <jh@suse.cz>
18136 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
18137 that if function is needed it is reachable.
18138 (lto_output_node): See if it the function is reachable or referenced.
18139 (output_cgraph): Update call of lto_output_node.
18140 * lto-streamer.h (reachable_from_other_partition_p): Declare.
18142 2010-05-11 Jan Hubicka <jh@suse.cz>
18144 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
18147 2010-05-11 Jan Hubicka <jh@suse.cz>
18149 PR tree-optimize/44063
18150 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
18152 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
18154 (estimate_function_body_sizes): Compute sizes even when disregarding.
18156 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
18158 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
18160 2010-05-11 Jan Hubicka <jh@suse.cz>
18162 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
18163 into every boundary.
18165 2010-05-11 Jan Hubicka <jh@suse.cz>
18167 * matrix-reorg.c (matrix_reorg): Rebuild edges.
18169 2010-05-11 Jan Hubicka <jh@suse.cz>
18171 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
18172 lto_streamer_cache_delete): Put nodes into heap.
18173 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
18176 2010-05-11 Jan Hubicka <jh@suse.cz>
18178 * cgraphbuild.c (cgraph_rebuild_references): New.
18179 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
18180 out extern inlines.
18181 * cgraph.h (cgraph_rebuild_references): Declare.
18182 * tree-inline.c (tree_function_versioning): Use it.
18183 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
18185 2010-05-11 Jan Hubicka <jh@suse.cz>
18187 * cgraph.c: Include ipa-utils.h
18188 (cgraph_create_virtual_clone): Update references.
18189 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
18191 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
18193 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
18194 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
18197 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
18199 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
18201 2010-05-11 Jakub Jelinek <jakub@redhat.com>
18203 * gcc.c (execute): For -### don't quote arguments that
18204 contain just alphanumerics and _/-. characters.
18205 * doc/invoke.texi: Document that change for -###.
18208 * df-problems.c (struct dead_debug): Add to_rescan field.
18209 (dead_debug_init): Clear to_rescan field.
18210 (dead_debug_finish): Rescan all debug insns in to_rescan
18211 bitmap and free the bitmap.
18212 (dead_debug_insert_before): Instead of rescanning debug insns
18213 immediately queue their rescanning until dead_debug_finish.
18214 (df_note_bb_compute): After dead_debug_add do continue instead
18217 2010-05-10 Jakub Jelinek <jakub@redhat.com>
18220 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
18221 clear also INSN_REG_USE_LIST.
18223 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18225 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
18227 2010-05-10 Jan Hubicka <jh@suse.cz>
18229 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
18232 2010-05-10 Jan Hubicka <jh@suse.cz>
18234 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
18236 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
18237 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
18238 (lto_streamer_cache_create): Init alloc pool.
18239 (lto_streamer_cache_delete): Free alloc pool.
18240 * lto-streamer.h: Include alloc pool.
18241 (lto_streamer_cache_d): Use alloc pool.
18242 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
18244 2010-05-10 Jan Hubicka <jh@suse.cz>
18246 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
18247 * cgraphbuild.c: Include except.h
18248 (record_type_list, record_eh_tables): New function.
18249 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
18251 2010-05-10 Jan Hubicka <jh@suse.cz>
18253 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
18254 __frame_dummy_init_array_entry, force_to_data): Attribute as used
18255 rather than unused.
18257 2010-05-10 Michael Matz <matz@suse.de>
18259 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
18260 (can_reassociate_p): Use FLOAT_TYPE_P.
18261 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
18262 (vect_force_simple_reduction): ... this.
18263 * tree-parloops.c (gather_scalar_reductions): Use
18264 vect_force_simple_reduction.
18265 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
18266 vect_is_simple_reduction, add modify argument, if true rewrite
18267 "a-b" into "a+(-b)".
18268 (vect_is_simple_reduction, vect_force_simple_reduction): New
18270 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
18272 2010-05-10 H.J. Lu <hongjiu.lu@intel.com>
18273 Vladimir Makarov <vmakarov@redhat.com>
18275 PR rtl-optimization/44012
18276 * ira-build.c (remove_unnecessary_allocnos): Nullify
18277 regno_allocno_map of the removed allocno.
18279 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18281 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
18283 * configure: Regenerate.
18285 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18287 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
18289 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
18290 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
18292 * configure: Regenerate.
18294 2010-05-10 Richard Guenther <rguenther@suse.de>
18296 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
18297 marked if the entry identifier is marked.
18299 2010-05-10 Richard Guenther <rguenther@suse.de>
18301 * c-common.c (struct c_common_attributes): Add fnspec attribute.
18302 (handle_fnspec_attribute): New function.
18303 * gimple.h (gimple_call_return_flags): Declare.
18304 (gimple_call_arg_flags): Likewise.
18305 * gimple.c (gimple_call_arg_flags): New function.
18306 (gimple_call_return_flags): Likewise.
18307 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
18308 New argument flags.
18309 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
18310 return value flags.
18311 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
18312 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
18314 (make_heapvar_for): ... this new function.
18315 (handle_rhs_call): Handle fnspec attribute argument specifiers.
18316 (handle_lhs_call): Likewise.
18317 (find_func_aliases): Adjust.
18319 2010-05-10 Richard Guenther <rguenther@suse.de>
18321 PR tree-optimization/44050
18322 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
18324 2010-05-10 Wei Guozhi <carrot@google.com>
18327 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
18329 2010-05-09 Joseph Myers <joseph@codesourcery.com>
18332 * c-typeck.c (lookup_field): Take a type directly. Update
18334 (build_component_ref): Update call to lookup_field.
18335 (set_init_label): Use lookup_field to find initialized field.
18336 Handle returned list of fields like a sequence of designators.
18338 2010-05-09 Richard Guenther <rguenther@suse.de>
18340 PR middle-end/44024
18341 * fold-const.c (tree_single_nonzero_warnv_p): Properly
18342 handle &FUNCTION_DECL.
18344 2010-05-09 Joseph Myers <joseph@codesourcery.com>
18347 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
18348 structures and unions recursively.
18349 (detect_field_duplicates): Move duplicate detection with a hash to
18350 detect_field_duplicates_hash. Always use a hash if anonymous
18351 structures or unions are present.
18352 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
18355 2010-05-09 H.J. Lu <hongjiu.lu@intel.com>
18358 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
18359 detect Atom, Core 2 and Core i7.
18361 2010-05-09 Richard Guenther <rguenther@suse.de>
18363 * gcc.c (store_arg): Handle temporary file deletion for
18366 2010-05-09 Richard Guenther <rguenther@suse.de>
18368 PR middle-end/44043
18369 * ipa-inline.c (estimate_function_body_sizes): Return after
18370 disregarding inline limits.
18372 2010-05-09 Richard Guenther <rguenther@suse.de>
18374 * gcc.c (store_arg): Revert last change.
18376 2010-05-08 Sandra Loosemore <sandra@codesourcery.com>
18378 PR middle-end/28685
18379 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
18380 (optimize_ops_list): Call it.
18382 2010-05-08 Richard Guenther <rguenther@suse.de>
18384 PR tree-optimization/44030
18385 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
18386 NECESSARY flag if we propagate from a inserted expression.
18388 2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
18390 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
18391 domain types as equal if they are both PLACEHOLDER_EXPRs.
18393 2010-05-08 Richard Guenther <rguenther@suse.de>
18395 * lto-wrapper.c (run_gcc): Remove linker output from
18396 command line for LTRANS invocation.
18398 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
18400 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
18401 lto-macho as lto_binary_reader.
18402 * target.h (struct gcc_target): New hooks lto_start and lto_end.
18403 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
18404 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
18405 in lto_start and lto_end calls.
18406 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
18408 (scan_prog_file): Update is_elf_or_coff call.
18409 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
18411 * collect2.c (main): Fix enum comparison.
18413 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
18415 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
18416 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
18417 and TARGET_ASM_LTO_END.
18418 * darwin.c: Include obstack.h and lto-streamer.h.
18419 (lto_section_names_offset, lto_section_names_obstack,
18420 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
18422 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
18423 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
18424 to a temporary file.
18425 (darwin_asm_lto_end): New function. Restore asm_out_file.
18426 (darwin_asm_named_section): For LTO sections, replace the name with
18427 the offset of the section name in a string table, and build this
18429 (darwin_file_start): Initialize global vars for LTO support.
18430 (darwin_file_end): If output to asm_out_file was redirected, append it
18431 to the proper asm_out_file here. Add the section names section.
18433 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
18435 * c-pragma.c (pending_weak_d, pending_weak): New.
18436 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
18437 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
18438 handle_pragma_weak): Update the uses of pending_weaks.
18440 2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
18442 PR documentation/44016
18443 * doc/standards.texi (Standards): Link to unversioned
18444 cxx0x_status.html page.
18446 2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
18449 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
18450 in addition to TREE_USED, to avoid "set but unused" warnings.
18452 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
18454 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
18455 (is_loop_prefetching_profitable): Do not insert prefetches
18456 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
18457 times the prefetch ahead distance.
18459 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
18461 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
18462 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
18463 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
18466 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
18468 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
18469 a diagnostic info when the insn-to-mem ratio is too small.
18471 2010-05-07 Richard Guenther <rguenther@suse.de>
18473 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
18475 (store_arg): Queue temp_filename for deletion instead of
18476 the whole argument.
18478 2010-05-07 Richard Guenther <rguenther@suse.de>
18480 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
18481 (run_gcc): Handle LTRANS phase invocation.
18482 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
18484 2010-05-07 Jakub Jelinek <jakub@redhat.com>
18486 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
18487 this is also meaningful on PARM_DECLs and RESULT_DECLs.
18489 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18491 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
18493 2010-05-07 Richard Guenther <rguenther@suse.de>
18495 PR tree-optimization/44020
18496 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
18497 code when PRE is not yet initialized.
18499 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18501 * config/mips/dbxmdebug.h: Remove.
18502 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
18504 2010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
18506 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
18507 with null pointer and also warn about ordered comparison of zero with
18508 pointer if -Wextra.
18510 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
18512 * graphite-blocking.c
18513 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
18514 * graphite-clast-to-gimple.c
18515 (clast_to_gcc_expression): Same.
18516 (precision_for_value): Same.
18517 (precision_for_interval): Same.
18518 (gcc_type_for_interval): Same.
18519 (graphite_create_new_guard): Same.
18520 (compute_bounds_for_level): Same.
18521 (graphite_create_new_loop_guard): Same.
18522 * graphite-interchange.c
18523 (build_linearized_memory_access): Same.
18524 (pdr_stride_in_loop): Same.
18525 (memory_strides_in_loop_1): Same.
18526 (memory_strides_in_loop): Same.
18527 (extend_scattering): Same.
18528 (psct_scattering_dim_for_loop_depth): Same.
18529 (pbb_number_of_iterations): Same.
18531 (debug_iteration_domains): Same.
18533 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
18534 (ppl_set_inhomogeneous_gmp): Same.
18535 (ppl_strip_loop): Same.
18536 (ppl_lexico_compare_linear_expressions): Same.
18537 (ppl_read_polyhedron_matrix): Same.
18538 (ppl_max_for_le_pointset): Same.
18540 (ppl_read_polyhedron_matrix): Same.
18541 (tree_int_to_gmp): Same.
18542 (gmp_cst_to_tree): Same.
18543 (ppl_set_inhomogeneous): Same.
18544 (ppl_set_inhomogeneous_tree): Same.
18545 (ppl_set_coef): Same.
18546 (ppl_set_coef_tree): Same.
18547 * graphite-sese-to-poly.c
18548 (build_pbb_scattering_polyhedrons): Same.
18549 (build_scop_scattering): Same.
18550 (scan_tree_for_params_right_scev): Same.
18551 (scan_tree_for_params): Same.
18552 (find_params_in_bb): Same.
18553 (find_scop_parameters): Same.
18554 (add_upper_bounds_from_estimated_nit): Same.
18555 (build_loop_iteration_domains): Same.
18556 (add_condition_to_domain): Same.
18557 (pdr_add_memory_accesses): Same.
18559 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
18561 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
18562 CLooG's value_* macros to their respective mpz_* counterparts.
18563 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
18564 (graphite_create_new_loop_guard): Same.
18565 * graphite-interchange.c (build_linearized_memory_access): Same.
18566 (pdr_stride_in_loop): Same.
18567 (memory_strides_in_loop_1): Same.
18568 (1st_interchange_profitable_p): Same.
18569 * graphite-poly.c (extend_scattering): Same.
18570 (psct_scattering_dim_for_loop_depth): Same.
18571 (pbb_number_of_iterations): Same.
18572 (pbb_number_of_iterations_at_time): Same.
18573 * graphite-poly.h (new_1st_loop): Same.
18574 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
18575 (oppose_constraint): Same.
18576 (insert_constraint_into_matrix): Same.
18577 (ppl_set_inhomogeneous_gmp): Same.
18578 (ppl_set_coef_gmp): Same.
18579 (ppl_strip_loop): Same.
18580 (ppl_lexico_compare_linear_expressions): Same.
18581 (ppl_max_for_le_pointset): Same.
18582 (ppl_min_for_le_pointset): Same.
18583 (ppl_build_realtion): Same.
18584 * graphite-ppl.h (gmp_cst_to_tree): Same.
18585 (ppl_set_inhomogeneous): Same.
18586 (ppl_set_inhomogeneous_tree): Same.
18587 (ppl_set_coef): Same.
18588 (ppl_set_coef_tree): Same.
18589 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
18590 (build_scop_scattering): Same.
18591 (add_value_to_dim): Same.
18592 (scan_tree_for_params_right_scev): Same.
18593 (scan_tree_for_params_int): Same.
18594 (scan_tree_for_params): Same.
18595 (find_params_in_bb): Same.
18596 (find_scop_parameters): Same.
18597 (add_upper_bounds_from_estimated_nit): Same.
18598 (build_loop_iteration_domains): Same.
18599 (create_linear_expr_from_tree): Same.
18600 (add_condition_to_domain): Same.
18601 (pdr_add_memory_accesses): Same.
18603 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
18604 Jason Merrill <jason@redhat.com>
18606 * c-common.c (c_common_reswords): Add nullptr.
18607 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
18608 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
18609 (gen_type_die_with_usage): Likewise.
18610 * dbxout.c (dbxout_type): Likewise.
18611 * sdbout.c (plain_type_1): Likewise.
18613 2010-05-06 Jason Merrill <jason@redhat.com>
18615 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
18616 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
18618 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
18620 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
18621 stripping WITH_SIZE_EXPR.
18622 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
18625 2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
18627 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
18628 list of obsolete configurations.
18629 Disabled check for obsolete configurations.
18630 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
18631 Removed support for previous versions.
18632 * config/mips/iris.h: Removed.
18633 * config/mips/iris5.h: Removed.
18634 * config/mips/iris6.h: Merged old iris.h contents.
18635 (TARGET_IRIX): Removed.
18636 (DRIVER_SELF_SPECS): Removed mabi=32.
18637 (IDENT_ASM_OP): Removed undef.
18638 (STARTFILE_SPEC): Removed mabi=32.
18639 (ENDFILE_SPEC): Likewise.
18640 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
18641 (MACHINE_TYPE): Update for IRIX 6.5.
18642 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
18643 TARGET_IRIX by TARGET_IRIX6.
18644 (mips_file_start): Likewise.
18645 (mips_output_external): Remove IRIX 5/6 O32 support.
18646 (mips_output_function_prologue): Likewise.
18647 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
18649 (TARGET_CPU_CPP_BUILTINS): Likewise.
18650 (TARGET_IRIX): Removed.
18651 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
18652 (MULTILIB_DIRNAMES): Removed 32.
18653 (MULTILIB_OSDIRNAMES): Removed ../lib.
18654 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
18655 (Specific, mips-sgi-irix5): Document removal.
18656 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
18657 Remove references to older IRIX 6 releases and the O32 ABI.
18659 2010-05-06 Jakub Jelinek <jakub@redhat.com>
18662 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
18663 instead of DF_REF_REAL_REG.
18665 2010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
18668 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
18669 handling to still return true for x64 targets.
18671 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
18673 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
18675 2010-05-06 Jan Hubicka <jh@suse.cz>
18677 PR tree-optimization/43791
18678 * ipa-inline.c (update_caller_keys): Remove bogus
18679 disregard_inline_limits check.
18681 2010-05-06 Michael Matz <matz@suse.de>
18683 PR tree-optimization/43984
18684 * tree-ssa-pre.c (inserted_phi_names): Remove.
18685 (inserted_exprs): Change to bitmap.
18686 (create_expression_by_pieces): Set bits, don't append to vector.
18687 (insert_into_preds_of_block): Don't handle inserted_phi_names.
18688 (eliminate): Don't look at inserted_phi_names, remove deleted
18689 insns from inserted_exprs.
18690 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
18691 (init_pre, fini_pre): Allocate and free bitmaps.
18692 (execute_pre): Insert insns on edges before elimination.
18694 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
18696 * tree.c (initializer_zerop): Handle STRING_CST.
18698 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
18701 * doc/invoke.texi (Wimplicit): Document as C only.
18702 * opts.c (common_handle_option): Add argument kind.
18703 (handle_option): Rename as read_cmdline_option. Factor out code to...
18704 (handle_option): ... here. New.
18705 (handle_options): Rename as read_cmdline_options.
18706 (decode_options): Update call.
18707 (set_option): Use option index instead of option pointer. Classify
18708 diagnostics correctly.
18709 (enable_warning_as_error): Call handle_option.
18710 * opts.h (set_option): Update declaration.
18711 (handle_option): Declare.
18712 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
18713 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
18714 * c-opts.c (set_Wimplicit): Delete.
18715 (c_family_lang_mask): New static constant.
18716 (c_common_handle_option): Add argument kind. Use handle_option
18717 instead of set_Wimplicit.
18718 (c_common_post_options): warn_implicit and warn_implicit_int
18719 are disabled by default.
18720 * c-common.c (warn_implicit): Do not define here.
18721 * c-common.h (warn_implicit): Do not declare here.
18722 (c_common_handle_option): Update declaration.
18723 * lto-opts.c (lto_reissue_options): Update call to set_option.
18725 2010-05-06 Richard Guenther <rguenther@suse.de>
18727 PR tree-optimization/43571
18728 * domwalk.c (walk_dominator_tree): Walk the dominator
18729 sons in more optimal order.
18731 2010-05-06 Richard Guenther <rguenther@suse.de>
18733 PR tree-optimization/43934
18734 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
18735 (stmt_cost): Likewise.
18736 (extract_true_false_args_from_phi): New helper.
18737 (determine_max_movement): For PHI nodes verify we can hoist them
18738 and compute their cost.
18739 (determine_invariantness_stmt): Handle PHI nodes.
18740 (move_computations_stmt): Likewise. Hoist PHI nodes in
18741 if-converted form using COND_EXPRs.
18742 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
18743 (tree_ssa_lim): Likewise.
18744 * tree-flow.h (tree_ssa_lim): Adjust prototype.
18745 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
18747 2010-05-06 Richard Guenther <rguenther@suse.de>
18749 PR tree-optimization/43987
18750 * tree-ssa-structalias.c (could_have_pointers): For possibly
18751 address-taken variables force pointers to be recorded.
18752 (create_variable_info_for_1): Likewise.
18753 (push_fields_onto_fieldstack): Pass in wheter all fields
18754 must have pointers.
18755 (find_func_aliases): Query types instead of vars whether
18756 they contain pointers where appropriate.
18758 2010-05-06 Jan Hubicka <jh@suse.cz>
18760 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
18761 (record_reference, mark_address, mark_load, mark_store): Record
18763 (record_references_in_initializer): Update call of record_references.
18764 (rebuild_cgraph_edges): Remove all references before rebuiding.
18765 * cgraph.c (cgraph_create_node): Clear ref list.
18766 (cgraph_remove_node): Remove references.
18767 (dump_cgraph_node): Dump references.
18768 (cgraph_clone_node): Clone references.
18769 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
18770 (struct cgraph_node, varpool_node): Add ref_lst.
18771 * ipa-ref.c: New file.
18772 * ipa-ref.h: New file.
18773 * ipa-ref-inline.h: New file.
18774 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
18775 (referenced_from_other_partition_p): New function.
18776 (lto_output_varpool_node): Take set arugment; call
18777 referenced_from_other_partition.
18778 (lto_output_ref): New.
18779 (add_references): New.
18780 (output_refs): New.
18781 (output_cgraph): Compute boundary based on references; output refs.
18782 (output_varpool): Accept cgraph_node_set argument.
18785 (input_cgraph): Call input_refs.
18786 * lto-section-in.c (lto_section_name): Add refs.
18787 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
18788 (ipa-ref.o): New file.
18789 * varpool.c (varpool_node): Clear ipa ref list.
18790 (varpool_remove_node): Remove references.
18791 (dump_varpool_node): Dump references.
18792 (varpool_assemble_decl): Only compile finalized ones.
18793 (varpool_extra_name_alias): Initialize ref list.
18794 * lto-streamer.c (lto-get_section_name): Add .refs section.
18795 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
18796 (referenced_from_other_partition_p): Declared.
18798 2010-05-06 Ira Rosen <irar@il.ibm.com>
18800 PR tree-optimization/43901
18801 * tree-vect-stmts.c (vectorizable_call): Assert that vector
18802 type is not NULL if it's transformation phase, and return
18803 FALSE if it's analysis.
18804 (vectorizable_conversion, vectorizable_operation,
18805 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
18807 2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
18809 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
18811 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
18813 * config/mips/mips-protos.h
18814 (mips_small_register_classes_for_mode_p): Delete prototype.
18816 2010-05-06 Bernd Schmidt <bernds@codesourcery.com>
18818 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
18819 * config/arm/arm.c (multiple_operation_profitable_p,
18820 compute_offset_order): New static functions.
18821 (load_multiple_sequence, store_multiple_sequence): Use them.
18822 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
18823 memory offsets, not register numbers.
18824 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
18826 2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
18828 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
18829 (get_pending_sizes, put_pending_size, put_pending_sizes):
18830 Update the uses of pending_sizes.
18831 * c-decl.c (store_parm_decls): Likewise.
18832 * c-tree.h (struct c_arg_info): Likewise.
18833 * tree.h: Update the prototype for get_pending_sizes and
18836 2010-05-05 Jason Merrill <jason@redhat.com>
18839 * c-common.c (handle_aligned_attribute): Respect
18840 ATTR_FLAG_TYPE_IN_PLACE.
18843 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
18844 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
18845 (TARGET_INITIALIZER): Use it.
18846 * c-common.c (attribute_takes_identifier_p): Call it.
18847 * c-common.h: Update prototype.
18848 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
18849 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
18851 2010-05-05 Jakub Jelinek <jakub@redhat.com>
18854 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
18855 DW_ID_down_case for Fortran compilation units.
18857 2010-05-05 Jan Hubicka <jh@suse.cz>
18859 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
18862 2010-05-05 Eric Botcazou <ebotcazou@adacore.com>
18864 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
18865 a variable-sized RESULT_DECL.
18867 2010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
18869 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
18871 2010-05-05 Jason Merrill <jason@redhat.com>
18874 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
18876 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
18878 2010-05-05 Alexandre Oliva <aoliva@redhat.com>
18879 Jakub Jelinek <jakub@redhat.com>
18882 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
18883 (dead_debug_init, dead_debug_finish): New functions.
18884 (dead_debug_add, dead_debug_insert_before): Likewise.
18885 (df_note_bb_compute): Initialize a dead_debug object, add dead
18886 debug uses to it, insert debug bind insns before death insns,
18887 reset debug insns that refer to pending uses at the end.
18888 * rtl.h (make_debug_expr_from_rtl): New prototype.
18889 * varasm.c (make_debug_expr_from_rtl): New function.
18891 2010-05-05 Jan Hubicka <jh@suse.cz>
18893 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
18894 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
18895 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
18896 lto_varpool_encoder_deref, lto_varpool_encoder_size,
18897 lto_varpool_encoder_encode_initializer_p,
18898 lto_set_varpool_encoder_encode_initializer): New functions.
18899 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
18900 call output_varpool.
18901 (input_varpool_node): Do not always set analyzed.
18902 (input_cgraph_1): Return vector of cgraph nodes.
18903 (input_varpool_1): Return vector of varpools.
18904 (input_cgraph): Free the vectors.
18905 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
18906 output only initializers needed.
18907 (lto_output): Only call output_cgraph.
18908 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
18909 * lto-section-out.c (lto_new_out_decl_state): Initialize
18910 state->varpool_node_encoder.
18911 * lto-streamer.h (lto_varpool_encoder_d): New.
18912 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
18913 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
18914 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
18915 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
18916 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
18918 (output_varpool, input_varpool): Remove declarations.
18920 2010-05-05 Jan Hubicka <jh@suse.cz>
18922 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
18923 with body can prevail.
18925 2010-05-05 Jan Hubicka <jh@suse.cz>
18927 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
18930 2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
18932 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
18934 * gengtype.h (erro_at_line): Constify pos argument.
18936 * gengtype.c: Include hashtab.h.
18937 (enum gc_used): Document GC_MAYBE_POINTED_TO.
18938 (error_at_line): Constify pos argument.
18939 (do_typedef): Initialize p->opt field.
18940 (get_file_gtfilename): Fix comment typo.
18941 (struct walk_type_data): Constify line field.
18942 (get_output_file_for_structure): New function.
18943 (write_local_func_for_structure): Constify orig_s argument.
18944 Use get_output_file_for_structure.
18945 (write_func_for_structure): Use get_output_file_for_structure.
18946 (INDENT): New define.
18947 (dump_pair, dump_type, dump_type_list, dump_typekind)
18948 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
18949 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
18951 (seen_types): New variable.
18952 (main): New variable do_dump. Process "-d" command line option.
18953 Call dump_everything if dump requested.
18955 2010-05-05 Jakub Jelinek <jakub@redhat.com>
18957 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
18958 in a temporary instead of invoking the macro multiple times.
18959 (track_expr_p): Likewise.
18961 2010-05-04 Neil Vachharajani <nvachhar@google.com>
18963 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
18965 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
18966 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
18967 conditions for printing notes.
18968 * common.opt (-Wcoverage-mismatch): Allow negative, default to
18969 true, update documentation.
18970 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
18972 2010-05-04 Jakub Jelinek <jakub@redhat.com>
18975 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
18978 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
18981 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
18982 (*sse_prologue_save_insn1): Likewise.
18983 (SSE prologue save splitter): Likewise.
18985 2010-05-04 Eric Botcazou <ebotcazou@adacore.com>
18987 * tree.c (free_lang_data_in_one_sizepos): New inline function.
18988 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
18989 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
18990 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
18991 all decls. Call it on DECL_FIELD_OFFSET of fields.
18992 (find_decls_types_r): Follow DECL_VALUE_EXPR.
18993 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
18995 2010-05-04 Martin Jambor <mjambor@suse.cz>
18997 * tree-sra.c (build_access_from_expr_1): The first parameter type
18998 changed to simple tree.
18999 (build_access_from_expr): Likewise, gsi parameter was eliminated.
19000 (scan_assign_result): Renamed to assignment_mod_result, enum elements
19002 (build_accesses_from_assign): Removed all parameters except for a
19003 simple gimple statement. Now returns a simple bool.
19004 (scan_function): All non-analysis parts moved to separate functions
19005 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
19006 parameters and updated both callers.
19007 (sra_modify_expr): Removed parameter data.
19008 (sra_modify_function_body): New function.
19009 (perform_intra_sra): Call sra_modify_function_body to modify the
19011 (replace_removed_params_ssa_names): Parameter data changed into
19012 adjustments vector.
19013 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
19014 changed the parameter dont_convert to convert with the opposite
19016 (sra_ipa_modify_assign): Parameter data changed into adjustments
19017 vector, return value changed to bool.
19018 (ipa_sra_modify_function_body): New function.
19019 (sra_ipa_reset_debug_stmts): Updated a comment.
19020 (modify_function): Use ipa_sra_modify_function_body to modify function
19023 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
19025 PR middle-end/43671
19026 * alias.c (true_dependence): Handle the same VALUE in x and mem.
19027 (canon_true_dependence): Likewise.
19028 (write_dependence_p): Likewise.
19030 2010-05-04 Jan Hubicka <jh@suse.cz>
19032 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
19033 * cgraphbuild.c: Include ipa-utils.h
19034 (record_reference_ctx): New struct.
19035 (record_reference): Simplify to work on initializers; not statements.
19036 (mark_address, mark_load, mark_store): New.
19037 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
19038 walk PHI nodes too.
19039 (record_references_in_initializer): Update use of record_reference.
19040 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
19041 walk PHI nodes too.
19043 2010-05-04 Jan Hubicka <jh@suse.cz>
19045 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
19046 node will be removed anyway.
19047 (lto_varpool_replace_node): Allow also unanalyzed nodes;
19048 relink aliases of node into prevailing node.
19049 * varpool.c (varpool_remove_node): Remove aliases properly;
19050 when removing node, remove all its aliases too; remove DECL_INITIAL
19051 of removed node; ggc_free the varpool node.
19053 2010-05-04 Richard Guenther <rguenther@suse.de>
19055 PR tree-optimization/43879
19056 * tree-ssa-structalias.c (alias_get_name): Use
19057 DECL_ASSEMBLER_NAME if available.
19058 (create_function_info_for): Return the varinfo node.
19059 (ipa_pta_execute): Associate same-body aliases and extra names
19060 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
19062 2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
19064 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
19066 2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
19069 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
19070 only if HONOR_REG_ALLOC_ORDER is not defined.
19072 2010-05-04 Richard Guenther <rguenther@suse.de>
19074 PR tree-optimization/43949
19075 * tree-vrp.c (extract_range_from_binary_expr): Only handle
19078 2010-04-26 Jason Merrill <jason@redhat.com>
19080 * c.opt (-fstrict-enums): New.
19081 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
19083 2010-05-03 David Ung <davidu@mips.com>
19084 James E. Wilson <wilson@codesourcery.com>
19086 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
19087 emit the trap instruction before the divide for TUNE_74K.
19089 2010-05-03 Steven Bosscher <steven@gcc.gnu.org>
19091 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
19092 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
19093 based on the above, for new target hook.
19095 * hooks.c (hook_bool_mode_true): New generic hook.
19096 * hooks.h (hook_bool_mode_true): Add prototype.
19098 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
19100 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
19101 target hook, set to hook_bool_mode_false.
19102 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
19103 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
19104 with targetm.small_register_classes_for_mode_p.
19105 (find_reusable_reload): Likewise.
19106 (combine_reloads): Likewise.
19107 * reload1.c (reload_as_needed): Likewise.
19108 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
19109 * ifcvt.c (noce_process_if_block, check_cond_move_block,
19110 dead_or_predicable): Likewise.
19111 * regmove.c (optimize_reg_copy_1): Likewise.
19112 * calls.c (prepare_call_address): Likewise.
19113 (precompute_register_parameters): Likewise.
19115 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
19117 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
19118 implementation of the hook that considers all register classes
19119 small except for SH64.
19120 (sh_override_options): Use the new hook.
19121 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
19124 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
19126 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
19127 implementation of the hook that considers all register classes
19129 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
19132 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
19134 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
19135 implementation of the hook that considers all register classes
19137 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
19140 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
19142 * config/m32c/m32c.h: Likewise.
19143 * config/pdp11/pdp11.h: Likewise.
19144 * config/avr/avr.h: Likewise.
19145 * config/xtensa/xtensa.h: Likewise.
19146 * config/m68hc11/m68hc11.h: Likewise.
19147 * config/mn10300/mn10300.h: Likewise.
19148 * config/mcore/mcore.h: Likewise.
19149 * config/h8300/h8300.h: Likewise.
19150 * config/bfin/bfin.h: Likewise.
19152 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
19153 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
19155 2010-05-03 Anatoly Sokolov <aesok@post.ru>
19157 * double-int.h (tree_to_double_int): Remove macro.
19158 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
19159 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
19160 (tree_to_double_int): New function.
19161 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
19163 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
19165 2010-05-03 Richard Guenther <rguenther@suse.de>
19167 PR tree-optimization/43971
19168 * tree-ssa-structalias.c (get_constraint_for_1): Fix
19169 constraints in the !flag_delete_null_pointer_checks case.
19171 2010-05-03 Jakub Jelinek <jakub@redhat.com>
19174 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
19175 result mode matches original rtl mode.
19177 2010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
19180 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
19182 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
19184 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
19185 when processing flag options.
19187 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
19189 * gcov-iov.c (main): Change format string placeholder
19190 from %#08x to 0x%08x.
19191 * genchecksum.c (dosum): Change format string placeholder
19192 from %#02x to 0x%02x.
19194 2010-05-02 Richard Guenther <rguenther@suse.de>
19196 PR tree-optimization/43879
19197 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
19199 2010-05-02 Bruno Haible <bruno@clisp.org>
19201 * doc/extend.texi (Function Attributes): Fix a typo.
19203 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
19206 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
19207 placeholder from 0x%x to %#x.
19208 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
19209 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
19210 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
19211 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
19212 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
19213 * config/i386/i386.c (ix86_target_string): Ditto.
19214 * config/i386/i386.c (output_pic_addr_const): Ditto.
19215 (print_operand): Ditto.
19217 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
19219 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
19220 placeholder from 0x%x to %#x.
19221 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
19222 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
19223 (ASM_OUTPUT_DEBUG_DATA): Ditto.
19224 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
19225 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
19226 * optc-gen.awk: Ditto.
19227 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
19228 (HOST_WIDE_INT_PRINT_HEX): Ditto.
19229 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
19230 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
19232 2010-05-01 Anatoly Sokolov <aesok@post.ru>
19234 * target.h (struct calls): Add function_value_regno_p field.
19235 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
19236 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
19237 * targhooks.c (default_function_value_regno_p): New function.
19238 * targhooks.h (default_function_value_regno_p): Declare function.
19239 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
19240 * builtins.c. (apply_result_size): (Ditto.).
19241 * combine.c. (likely_spilled_retval_p): (Ditto.).
19242 * mode-switching.c. Include 'target.h'.
19243 (create_pre_exit): Use function_value_regno_p hook.
19244 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
19245 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
19246 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
19248 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
19249 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
19250 (ix86_function_value_regno_p): Declare as static, change argument
19251 type to const unsigned int.
19252 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
19254 2010-05-01 Richard Guenther <rguenther@suse.de>
19256 PR tree-optimization/43949
19257 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
19259 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
19261 2010-05-01 Anatoly Sokolov <aesok@post.ru>
19263 * rtl.h (CONST_DOUBLE_P): Define.
19264 (rtx_to_double_int): Declare.
19265 * emit-rtl.c (rtx_to_double_int): New function.
19266 * dwarf2out.c (insert_double): New function.
19267 (loc_descriptor, add_const_value_attribute): Clean up, use
19268 rtx_to_double_int and insert_double functions.
19270 2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
19272 * doc/extend.texi (Inline): Add missing return keyword to examples.
19273 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
19276 2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
19278 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
19279 the variable part of the offset as well. Use highest_pow2_factor for
19280 all alignment checks.
19282 2010-04-30 Richard Guenther <rguenther@suse.de>
19284 PR tree-optimization/43879
19285 * tree-ssa-structalias.c (type_could_have_pointers): Functions
19288 2010-04-30 Jan Hubicka <jh@suse.cz>
19290 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
19292 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
19294 2010-04-30 Jan Hubicka <jh@suse.cz>
19296 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
19298 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
19299 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
19300 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
19301 cgraph_node_set_needs_ltrans_p): Remove.
19303 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
19305 * sdbout.c: Include vec.h, do not include varray.h.
19306 (deferred_global_decls, sdbout_global_decl,
19307 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
19308 * toplev.c: Do not include varray.h.
19309 (dump_memory_report): Do not dump VARRAY statistics.
19310 * gengtype.c (open_base_file): Ignore varray.h.
19311 * Makefile.in: Update for abovementioned changes.
19312 Remove all traces of varray.c and varray.h.
19313 * varray.c: Remove file.
19314 * varray.h: Remove file.
19316 2010-04-30 Jan Hubicka <jh@suse.cz>
19318 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
19321 2010-04-30 Jan Hubicka <jh@suse.cz>
19323 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
19326 2010-04-30 Richard Guenther <rguenther@suse.de>
19328 * tree-ssa-structalias.c (get_constraint_for_1): Generate
19329 constraints for CONSTRUCTOR.
19331 2010-04-30 Richard Guenther <rguenther@suse.de>
19334 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
19335 first after all lowering passes.
19337 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
19339 * toplev.c: Include varray.h for statistics dumping.
19340 * tree.h: Do not declare varray_head_tag.
19341 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
19342 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
19343 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
19344 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
19345 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
19346 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
19347 c-common.c, c-common.h, reg-stack.c, basic-block.h,
19348 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
19350 * Makefile.in: Update for abovementioned changes.
19352 2010-04-30 Jakub Jelinek <jakub@redhat.com>
19355 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
19357 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
19359 * config/picochip/picochip.c (picochip_legitimize_address): Define.
19360 Use this function to do machine-specific conversion.
19361 (picochip_legitimize_reload_address): Likewise.
19362 (picochip_legitimate_address_p): Check valid base register only if
19364 (picochip_check_conditional_copy): Check for modw only if opnd is
19366 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
19367 to call the function in c.
19368 * config/picochip/picochip-protos.h
19369 (picochip_legitimize_reload_address): Define.
19370 * config/picochip/picochip.md (supported_compare1): Define.
19372 2010-04-30 Jan Hubicka <jh@suse.cz>
19374 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
19375 (cgraph_global_info): Remove inlined.
19376 (LTO_cgraph_tag_names): Remove.
19377 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
19378 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
19379 simplify cgraph tags and document.
19380 (lto_output_node): Use only LTO_cgraph_unavail_node and
19381 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
19382 for_functions_valid, global info, process and output flags.
19383 (input_overwrite_node): Initialize estimated stack size and
19384 estimated growth. Do not read flags we no longer store.
19385 (input_node): Likewise do not read info no longer stored.
19386 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
19389 2010-04-30 Richard Guenther <rguenther@suse.de>
19391 PR tree-optimization/43879
19392 * tree-ssa-structalias.c (get_constraint_for_1): Properly
19393 handle non-zero initializers.
19395 2010-04-30 Richard Guenther <rguenther@suse.de>
19397 * builtins.c (fold_builtin_1): Delete free (0).
19399 2010-04-29 Jan Hubicka <jh@suse.cz>
19401 * gengtype.c (open_base_files): Add lto-streamer.h
19402 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
19403 (pass_ipa_cp): GGC collect.
19404 * toplev. (compile_file): Do not output symbols.
19405 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
19406 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
19407 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
19408 * lto-section-in.c: Include ggc.h
19409 (lto_new_in_decl_state): Alloc in GGC.
19410 (lto_delete_in_decl_state): Likewise.
19411 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
19414 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
19417 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
19418 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
19419 (HONOR_REG_ALLOC_ORDER): Describe new macro.
19420 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
19421 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
19422 account only if HONOR_REG_ALLOC_ORDER is not defined.
19423 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
19424 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
19426 2010-04-29 Jon Grant <04@jguk.org>
19428 * collect2.c (vflag): Change type from int to bool.
19430 (helpflag): New global bool.
19431 (main): Set vflag and debug with boolean, not integer truth values.
19432 Accept new "--help" option and output usage text if found.
19433 * collect2.h (vflag): Update prototype.
19436 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
19439 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
19441 2010-04-29 Richard Guenther <rguenther@suse.de>
19444 * plugin.h (invoke_plugin_callbacks): Annotate arguments
19445 with ATTRIBUTE_UNUSED.
19447 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
19450 * config/i386/i386.c (get_some_local_dynamic_name): Replace
19451 INSN_P with NONDEBUG_INSN_P.
19452 (distance_non_agu_define): Likewise.
19453 (distance_agu_use): Likewise.
19455 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
19457 From Dominique d'Humieres <dominiq@lps.ens.fr>
19459 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
19462 2010-04-29 Brian Hackett <bhackett1024@gmail.com>
19464 * plugin.h (invoke_plugin_callbacks): New inline function.
19465 * plugin.c (flag_plugin_added): New global flag.
19466 (add_new_plugin): Initialize above flag.
19467 (invoke_plugin_callbacks): Rename to ...
19468 (invoke_plugin_callbacks_full): ... this.
19470 2010-04-28 Jan Hubicka <jh@suse.cz>
19472 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
19473 (lto_varpool_replace_node): New.
19474 (lto_symtab_resolve_symbols): Resolve varpool nodes.
19475 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
19476 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
19477 * cgraph.h (varpool_node_ptr): New type.
19478 (varpool_node_ptr): New vector.
19479 (varpool_node_set_def): New structure.
19480 (varpool_node_set): New type.
19481 (varpool_node_set): New vector.
19482 (varpool_node_set_element_def): New structure.
19483 (varpool_node_set_element, const_varpool_node_set_element): New types.
19484 (varpool_node_set_iterator): New type.
19485 (varpool_node): Add prev pointers, add used_from_other_partition,
19486 in_other_partition.
19487 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
19488 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
19489 varpool_get_node, varpool_remove_node): Declare.
19490 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
19491 varpool_node_set_size): New inlines.
19492 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
19493 * tree-pass.h (varpool_node_set_def): Forward declare.
19494 (ipa_opt_pass_d): Summary writting takes vnode sets too.
19495 (ipa_write_optimization_summaries): Update prototype.
19496 * ipa-cp.c (ipcp_write_summary): Update.
19497 * ipa-reference.c (ipa_reference_write_summary): Update.
19498 * lto-cgraph.c (lto_output_varpool_node): New static function.
19499 (output_varpool): New function.
19500 (input_varpool_node): New static function.
19501 (input_varpool_1): New function.
19502 (input_cgraph): Input varpool.
19503 * ipa-pure-const.c (pure_const_write_summary): Update.
19504 * lto-streamer-out.c (lto_output): Update, output varpool too.
19505 (write_global_stream): Kill WPA hack.
19506 (produce_asm_for_decls): Update.
19507 (output_alias_pair_p): Handle variables.
19508 (output_unreferenced_globals): Output only needed partition of varpool.
19509 * ipa-inline.c (inline_write_summary): Update.
19510 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
19512 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
19513 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
19514 varpool_node_set_new, varpool_node_set_add,
19515 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
19516 debug_varpool_node_set): New functions.
19517 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
19518 (execute_one_pass): Process new decls too.
19519 (ipa_write_summaries_2): Pass around vsets.
19520 (ipa_write_summaries_1): Likewise.
19521 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
19523 (ipa_write_optimization_summaries_1): Pass around vsets.
19524 (ipa_write_optimization_summaries): Likewise.
19525 * varpool.c (varpool_get_node): New.
19526 (varpool_node): Update doubly linked lists.
19527 (varpool_remove_node): New.
19528 (dump_varpool_node): More dumping.
19529 (varpool_enqueue_needed_node): Update doubly linked lists.
19530 (decide_is_variable_needed): Kill ltrans hack.
19531 (varpool_finalize_decl): Kill lto hack.
19532 (varpool_assemble_decl): Skip decls in other partitions.
19533 (varpool_assemble_pending_decls): Update doubly linkes lists.
19534 (varpool_empty_needed_queue): Likewise.
19535 (varpool_extra_name_alias): Likewise.
19536 * lto-streamer.c (lto_get_section_name): Add vars section.
19537 * lto-streamer.h (lto_section_type): Update.
19538 (output_varpool, input_varpool): Declare.
19540 2010-04-28 Mike Stump <mikestump@comcast.net>
19542 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
19544 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
19546 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
19547 record or union type with RECORD_OR_UNION_TYPE_P predicate.
19548 (lto_input_ts_type_tree_pointers): Likewise.
19549 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
19550 (lto_output_ts_type_tree_pointers): Likewise.
19552 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
19554 Uniquization of constants at the Tree level
19555 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
19556 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
19558 (tree_output_constant_def): Declare.
19559 * gimplify.c (gimplify_init_constructor): When using block copy, first
19560 uniquize the constant constructor on the RHS.
19561 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
19562 DECL_IN_CONSTANT_POOL flag.
19563 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
19564 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
19566 (assemble_variable): Deal with symbols belonging to the tree constant
19568 (get_constant_section): Add ALIGN parameter and simplify.
19569 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
19570 (assemble_constant_contents): Use the expression of the VAR_DECL.
19571 (output_constant_def_contents): Use the alignment of the VAR_DECL.
19572 (tree_output_constant_def): New global function.
19573 (mark_constant): Use the expression of the VAR_DECL.
19574 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
19576 (output_object_block): Likewise and assemble the expression.
19578 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
19580 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
19581 hash_tree, eq_tree): New tree hash table.
19582 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
19583 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
19584 lto_orig_address_remove): Reimplement.
19586 2010-04-28 Xinliang David Li <davidxl@google.com>
19589 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
19590 (compute_uninit_opnds_pos): New function.
19591 (is_non_loop_exit_postdominating): New function.
19592 (compute_control_dep_chain): New function.
19593 (find_pdom): New function.
19594 (convert_control_dep_chain_into_preds): New function.
19595 (find_predicates): New function.
19596 (find_control_equiv_block): New function.
19597 (collect_phi_def_edges): New function.
19598 (find_def_preds): New function.
19599 (find_dom): New function.
19600 (dump_predicates): New function.
19601 (get_cmp_code): New function.
19602 (is_value_included_in): New function.
19603 (find_matching_predicate_in_rest_chains): New function.
19604 (use_pred_not_overlap_with_undef_path_pred): New function.
19605 (is_use_properly_guarded): New function.
19606 (normalize_cond_1): New function.
19607 (is_and_or_or): New function.
19608 (normalize_cond): New function.
19609 (is_gcond_subset_of): New function.
19610 (is_subset_of_any): New function.
19611 (is_or_set_subset_of): New function.
19612 (is_and_set_subset_of): New function.
19613 (is_norm_cond_subset_of): New function.
19614 (is_pred_expr_subset_of): New function.
19615 (is_pred_chain_subset_of): New function.
19616 (is_included_in): New function.
19617 (is_superset_of): New function.
19618 (find_uninit_use): New function.
19619 (warn_uninitialized_phi): New function.
19620 (compute_possibly_undefined_names): New function.
19621 (ssa_undefined_value_p): New function.
19622 (execute_late_warn_uninitialized): New function.
19623 * tree-ssa.c (ssa_undefined_value_p): Removed.
19624 (warn_uninit): Changed to extern.
19625 (warn_uninitialized_phi): Removed.
19626 (warn_uninitialized_vars): Changed to extern.
19627 (execute_late_warn_uninitialized): Removed
19628 * tree-flow.h: Add new prototypes.
19629 * timevar.def: Add new time variable.
19630 * Makefile.in: Add new build file.
19632 2010-04-28 Uros Bizjak <ubizjak@gmail.com>
19634 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
19637 2010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19640 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
19642 2010-04-28 Martin Jambor <mjambor@suse.cz>
19644 * cgraph.h (struct cgraph_node): New field indirect_calls.
19645 (struct cgraph_indirect_call_info): New type.
19646 (struct cgraph_edge): Removed field indirect_call. New fields
19647 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
19648 (cgraph_create_indirect_edge): Declare.
19649 (cgraph_make_edge_direct): Likewise.
19650 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
19651 * ipa-prop.h (struct ipa_param_call_note): Removed.
19652 (struct ipa_node_params): Removed field param_calls.
19653 (ipa_create_all_structures_for_iinln): Declare.
19654 * cgraph.c: Described indirect edges and uids in initial comment.
19655 (cgraph_add_edge_to_call_site_hash): New function.
19656 (cgraph_edge): Search also among the indirect edges, use
19657 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
19658 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
19659 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
19661 (initialize_inline_failed): Assign a reason to indirect edges.
19662 (cgraph_create_edge_1): New function.
19663 (cgraph_create_edge): Moved some functionality to
19664 cgraph_create_edge_1.
19665 (cgraph_create_indirect_edge): New function.
19666 (cgraph_edge_remove_callee): Add an assert checking for
19668 (cgraph_edge_remove_caller): Special-case indirect edges.
19669 (cgraph_remove_edge): Likewise.
19670 (cgraph_set_edge_callee): New function.
19671 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
19672 (cgraph_make_edge_direct): New function.
19673 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
19674 the declaration of the call statement matches.
19675 (cgraph_node_remove_callees): Special-case indirect edges.
19676 (cgraph_clone_edge): Likewise.
19677 (cgraph_clone_node): Clone also the indirect edges.
19678 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
19679 indirect_call, dump count of indirect_calls edges.
19680 * ipa-prop.c (iinlining_processed_edges): New variable.
19681 (ipa_note_param_call): Create indirect edges instead of
19682 creating notes. New parameter node.
19683 (ipa_analyze_call_uses): New parameter node, pass it on to
19684 ipa_note_param_call.
19685 (ipa_analyze_stmt_uses): Likewise.
19686 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
19687 (print_edge_addition_message): Work on edges rather than on notes.
19688 (update_call_notes_after_inlining): Likewise, renamed to
19689 update_indirect_edges_after_inlining.
19690 (ipa_create_all_structures_for_iinln): New function.
19691 (ipa_free_node_params_substructures): Do not free notes.
19692 (ipa_edge_duplication_hook): Propagate bits within
19693 iinlining_processed_edges bitmap.
19694 (ipa_node_duplication_hook): Do not duplicate notes.
19695 (free_all_ipa_structures_after_ipa_cp): Renamed to
19696 ipa_free_all_structures_after_ipa_cp.
19697 (free_all_ipa_structures_after_iinln): Renamed to
19698 ipa_free_all_structures_after_iinln.
19699 (ipa_write_param_call_note): Removed.
19700 (ipa_read_param_call_note): Removed.
19701 (ipa_write_indirect_edge_info): New function.
19702 (ipa_read_indirect_edge_info): Likewise.
19703 (ipa_write_node_info): Do not stream notes, do stream information
19705 (ipa_read_node_info): Likewise.
19706 (lto_ipa_fixup_call_notes): Removed.
19707 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
19708 * ipa-inline.c (pass_ipa_inline): Likewise.
19709 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
19710 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
19711 * tree-inline.c (copy_bb): Removed an unnecessary double check for
19713 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
19715 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
19716 (output_cgraph): Stream also indirect edges.
19717 (lto_output_edge): Added capability to stream indirect edges.
19718 (input_edge): Likewise.
19719 (input_cgraph_1): Likewise.
19720 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
19723 2010-04-28 Richard Guenther <rguenther@suse.de>
19725 PR tree-optimization/43879
19726 PR tree-optimization/43909
19727 * tree-ssa-structalias.c (struct variable_info): Add
19728 only_restrict_pointers flag.
19729 (new_var_info): Initialize it. Increment stats.total_vars here.
19730 (create_function_info_for): Do not increment stats.total_vars here.
19731 (get_function_part_constraint): Fix build with C++.
19732 (insert_into_field_list): Remove.
19733 (push_fields_onto_fieldstack): Properly merge fields.
19734 (create_variable_info_for): Split and simplify.
19735 (create_variable_info_for_1): New piece.
19736 (intra_create_variable_infos): Properly make restrict constraints
19739 2010-04-28 Richard Guenther <rguenther@suse.de>
19742 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
19744 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
19745 Jan Hubicka <hubicka@ucw.cz>
19747 * doc/invoke.texi (-Wsuggest-attribute=const,
19748 -Wsuggest-attribute=pure): Document.
19749 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
19750 (function_always_visible_to_compiler_p,
19751 suggest_attribute, warn_function_pure, warn_function_const):
19753 (check_call): Improve debug info.
19754 (analyze_function): Do not check availability.
19755 (add_new_function): Check availability.
19756 (propagate): Output warnings.
19757 (skip_function_for_local_pure_const): New function.
19758 (local_pure_const): Use it; output warnings.
19759 * common.opt (Wsuggest-attribute=const,
19760 Wsuggest-attribute=pure): New.
19762 2010-04-27 Jakub Jelinek <jakub@redhat.com>
19764 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
19765 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
19766 or DW_CFA_def_cfa_offset{,_sf}.
19768 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
19770 * tree.h: Fix truncated long macros.
19772 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
19774 * collect2.c (TARGET_64BIT): Redefine to target's default.
19775 * tlink.c: Likewise.
19776 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
19777 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
19778 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
19779 for underscoring __USER_LABEL_PREFIX__.
19780 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
19781 (SUB_LINK_ENTRY32): New.
19782 (SUB_LINK_ENTRY64): New.
19783 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
19784 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
19785 (SUB_LINK_ENTRY64): New.
19786 (SUB_LINK_ENTRY): New.
19787 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
19788 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
19789 x64 target is choosen.
19790 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
19791 * configure: Regenerated.
19792 * configure.ac (leading-mingw64-underscores): Option added.
19794 2010-04-27 Jan Hubicka <jh@suse.cz>
19796 * doc/invoke.texi (-fipa-profile): Document.
19797 * opts.c (decode_options): Enable ipa-profile at -O1.
19798 * timevar.def (TV_IPA_PROFILE): Define.
19799 * common.opt (fipa-profile): Add.
19800 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
19802 (cgraph_propagate_frequency): Handle only local ones.
19803 * tree-pass.h (pass_ipa_profile): Declare.
19804 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
19805 (pass_ipa_profile): Use TV_IPA_PROFILE.
19806 * ipa.c (ipa_profile): New function.
19807 (gate_ipa_profile): Likewise.
19808 (pass_ipa_profile): New global variable.
19809 * passes.c (pass_ipa_profile): New.
19811 2010-04-27 Nathan Froyd <froydnj@codesourcery.com>
19813 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
19815 2010-04-27 Martin Jambor <mjambor@suse.cz>
19817 PR middle-end/43812
19818 * ipa.c (dissolve_same_comdat_group_list): New function.
19819 (function_and_variable_visibility): Call
19820 dissolve_same_comdat_group_list when comdat group contains external or
19822 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
19823 lists are circular and that they contain only DECL_ONE_ONLY nodes.
19825 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
19827 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
19828 (const_hash_1) <VECTOR_CST>: New case.
19829 (compare_constant) <VECTOR_CST>: Likewise.
19830 <ADDR_EXPR>: Deal with LABEL_REFs.
19831 (copy_constant) <VECTOR_CST>: New case.
19833 2010-04-27 Jan Hubicka <jh@suse.cz>
19835 * cgraph.c (cgraph_propagate_frequency): New function.
19836 * cgraph.h (cgraph_propagate_frequency): Declare.
19837 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
19838 cgraph_propagate_frequency.
19840 2010-04-27 Jakub Jelinek <jakub@redhat.com>
19842 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
19844 2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
19847 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
19848 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
19849 here to determine which regs to push and how much stack to reserve.
19851 2010-04-27 Jie Zhang <jie@codesourcery.com>
19853 * doc/gimple.texi (gimple_statement_with_ops): Remove
19854 addresses_taken field.
19855 (gimple_statement_with_memory_ops): Likewise.
19857 2010-04-27 Jan Hubicka <jh@suse.cz>
19859 * tree-inline.c (eni_inlining_weights): Remove.
19860 (estimate_num_insns): Special case more builtins.
19862 2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
19865 * c-typeck.c (build_binary_op): Move forward check for comparison
19866 pointer with null pointer constant and adjust the diagnostic message.
19868 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
19871 * configure.ac (gcc_cv_as_section_has_align): Set if installed
19872 binutils supports extended .section directive needed by LTO, or
19873 warn if older binutils found.
19874 (LTO_BINARY_READER): New AC_SUBST'd variable.
19875 (LTO_USE_LIBELF): Likewise.
19876 * config.gcc (lto_binary_reader): New target-specific configure
19878 * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
19879 (LTO_USE_LIBELF): Likewise.
19880 * configure: Regenerate.
19882 * collect2.c (is_elf): Rename from this ...
19883 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
19884 object files in addition to ELF-formatted ones.
19885 (scan_prog_file): Caller updated. Also allow for LTO info marker
19886 symbol to be prefixed or not by an extra underscore.
19888 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
19889 * config/i386/winnt.c: Also #include lto-streamer.h
19890 (i386_pe_asm_named_section): Specify 1-byte section alignment for
19891 LTO named sections.
19892 (i386_pe_asm_output_aligned_decl_common): Add comment.
19893 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
19895 2010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
19898 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
19899 Add missing earlyclobber for second alternative.
19901 2010-04-26 Bernd Schmidt <bernds@codesourcery.com>
19903 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
19904 bits for artificial defs at the top of the block.
19905 * fwprop.c (single_def_use_enter_block): Don't call it.
19907 2010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
19910 * configure.ac: Use "$gcc_cv_nm -g" on darwin
19911 instead of "$gcc_cv_objdump -T".
19912 Use "-undefined dynamic_lookup" on darwin.
19913 * configure: Regenerate.
19915 2010-04-26 Jakub Jelinek <jakub@redhat.com>
19918 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
19920 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
19922 * c-parser.c (struct c_token): Move location field up.
19923 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
19924 (struct c_declspecs): Convert typespec_word, storage_class, and
19925 default_int_p into bitfields.
19926 (struct c_declarator): Move loc field up.
19928 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
19930 * cfgloop.h (struct loop): Move can_be_parallel field up.
19931 * ipa-prop.h (struct ip_node_params): Move bitfields up.
19932 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
19934 (struct iv_cand): Convert pos field into a bitfield.
19935 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
19937 (struct _stmt_vec_info): Shuffle fields for better packing.
19939 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
19941 * varasm.c (IN_NAMED_SECTION): Remove guard.
19942 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
19943 (IN_NAMED_SECTION_P): ...this.
19944 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
19945 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
19947 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
19949 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
19950 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
19951 of shadowing it. Fix comments.
19953 2010-04-26 Jan Hubicka <jh@suse.cz>
19955 * cgraph.c (cgraph_create_node): Set node frequency to normal.
19956 (cgraph_clone_node): Copy function frequency.
19957 * cgraph.h (node_frequency): New enum
19958 (struct cgraph_node): Add.
19959 * final.c (rest_of_clean_state): Update.
19960 * lto-cgraph.c (lto_output_node): Output node frequency.
19961 (input_overwrite_node): Input node frequency.
19962 * tre-ssa-loop-ivopts (computation_cost): Update.
19963 * lto-streamer-out.c (output_function): Do not output function
19965 * predict.c (maybe_hot_frequency_p): Update and handle functions
19967 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
19969 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
19970 (compute_function_frequency): Set noreturn functions to be executed
19972 (choose_function_section): Update.
19973 * lto-streamer-in.c (input_function): Do not input function frequency.
19974 * function.c (allocate_struct_function): Do not initialize function
19976 * function.h (function_frequency): Remove.
19977 (struct function): Remove function frequency.
19978 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
19979 (try_update): Update.
19980 * tree-inline.c (initialize_cfun): Do not update function frequency.
19981 * passes.c (pass_init_dump_file): Update.
19982 * i386.c (ix86_compute_frame_layout): Update.
19983 (ix86_pad_returns): Update.
19985 2010-04-26 Jie Zhang <jie@codesourcery.com>
19987 PR tree-optimization/43833
19988 * tree-vrp.c (range_int_cst_p): New.
19989 (range_int_cst_singleton_p): New.
19990 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
19991 when both operands are constants. Use range_int_cst_p in
19994 2010-04-26 Jan Hubicka <jh@suse.cz>
19996 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
19998 2010-04-26 Richard Guenther <rguenther@suse.de>
20001 * gimple.c (gimple_decl_printable_name): Deal gracefully
20002 with a NULL DECL_NAME.
20004 2010-04-26 Richard Guenther <rguenther@suse.de>
20007 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
20008 if emitting debug information and it is either a function
20009 or a namespace decl.
20011 2010-04-26 Ira Rosen <irar@il.ibm.com>
20013 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
20014 determine if the statement is vectorizable, and a macro to access it.
20015 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
20016 Skip statements that can't be vectorized. If the analysis fails,
20017 mark the statement as unvectorizable if vectorizing basic block.
20018 (vect_compute_data_refs_alignment): Likewise.
20019 (vect_verify_datarefs_alignment): Skip statements marked as
20020 unvectorizable. Add print.
20021 (vect_analyze_group_access): Skip statements that can't be
20022 vectorized. If the analysis fails, mark the statement as
20023 unvectorizable if vectorizing basic block.
20024 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
20025 * tree-vect-stmts.c (vectorizable_store): Fix the number of
20026 generated stmts for SLP.
20027 (new_stmt_vec_info): Initialize the new field.
20028 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
20029 statements marked as unvectorizable.
20031 2010-04-25 Joseph Myers <joseph@codesourcery.com>
20033 * c-common.c (flag_isoc1x): New.
20034 (flag_isoc99): Update comment.
20035 * c-common.h (flag_isoc1x): New.
20036 (flag_isoc99): Update comment.
20037 * c-cppbuiltin.c (builtin_define_float_constants): Also define
20038 __<type>_DECIMAL_DIG__.
20039 * c-opts.c (set_std_c1x): New.
20040 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
20041 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
20042 * c.opt (-std=c1x, -std=gnu1x): New options.
20043 * doc/cpp.texi: Mention -std=c1x.
20044 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
20045 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
20046 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
20047 * doc/standards.texi: Mention C1X.
20048 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
20049 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
20050 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
20053 2010-04-25 Uros Bizjak <ubizjak@gmail.com>
20055 * config/i386/gmon-sol2.c (_mcleanup): Change format string
20056 placeholder from 0x%x to %#x.
20057 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
20058 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
20059 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
20060 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
20061 * config/i386/i386.c (ix86_target_string): Ditto.
20062 (output_pic_addr_const): Ditto.
20063 (print_operand): Ditto.
20065 2010-04-25 Paolo Bonzini <bonzini@gnu.org>
20067 * combine.c (find_split_point): Add third argument. Use it
20068 to find nested multiply-accumulate instructions. Adjust calls.
20069 (try_combine): Adjust call to find_split_point.
20071 2010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
20073 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
20075 2010-04-24 Bernd Schmidt <bernds@codesourcery.com>
20077 PR tree-optimization/41442
20078 * fold-const.c (merge_truthop_with_opposite_arm): New function.
20079 (fold_binary_loc): Call it.
20081 2010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
20083 * toplev.c (general_init): Set default for fdiagnostics-show-option.
20084 * opts.c (common_handle_option): Allow disabling it.
20085 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
20087 2010-04-23 Eric Botcazou <ebotcazou@adacore.com>
20089 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
20090 between modes if both types are integral.
20092 2010-04-23 Richard Guenther <rguenther@suse.de>
20094 PR tree-optimization/43572
20095 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
20097 2010-04-23 Richard Guenther <rguenther@suse.de>
20100 * tree-inline.c (tree_can_inline_p): Also check compatibility
20103 2010-04-23 Martin Jambor <mjambor@suse.cz>
20105 PR tree-optimization/43846
20106 * tree-sra.c (struct access): New flag grp_assignment_read.
20107 (build_accesses_from_assign): Set grp_assignment_read.
20108 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
20109 (enum mark_read_status): New type.
20110 (analyze_access_subtree): Propagate grp_assignment_read, create
20111 accesses also if both direct_read and root->grp_assignment_read.
20113 2010-04-23 Martin Jambor <mjambor@suse.cz>
20115 PR middle-end/43835
20116 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
20117 function does not have type attributes.
20119 2010-04-23 Richard Guenther <rguenther@suse.de>
20122 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
20125 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
20127 * sese.h (create_if_region_on_edge): Remove.
20129 * sese.c (create_if_region_on_edge): Make static.
20131 * tree-inline.c: Do not include ggc.h.
20133 * expr.c: Do not include ggc.h.
20135 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
20138 2010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
20141 * config/sh/sh.c (find_barrier): Don't emit a constant pool
20142 in the middle of insns for casesi_worker_2.
20144 2010-04-22 David Edelsohn <edelsohn@gnu.org>
20146 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
20148 2010-04-22 Ira Rosen <irar@il.ibm.com>
20150 PR tree-optimization/43842
20151 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
20152 loop unrolling in update of exit phis. Fix comment.
20153 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
20154 least two reduction statements in the loop before starting SLP
20157 2010-04-22 Nick Clifton <nickc@redhat.com>
20159 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
20161 2010-04-22 Alexander Monakov <amonakov@ispras.ru>
20163 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
20164 to simplify a + ~a.
20166 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
20168 * tree-parloops.c (loop_parallel_p): New argument
20169 parloop_obstack. Pass it down.
20170 (parallelize_loops): New variable parloop_obstack. Initialize it,
20171 pass it down, free it.
20173 * tree-loop-linear.c (linear_transform_loops): Pass down
20176 * tree-data-ref.h (lambda_compute_access_matrices): New argument
20177 of type struct obstack *.
20179 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
20180 scratch_obstack. Initialize it, pass down, free it.
20182 * lambda.h (lambda_loop_new): Remove.
20183 (lambda_matrix_new, lambda_matrix_inverse)
20184 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
20185 argument of type struct obstack *.
20187 * lambda-trans.c (lambda_trans_matrix_new): New argument
20188 lambda_obstack. Pass it down, use obstack allocation for ret.
20189 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
20192 * lambda-mat.c (lambda_matrix_get_column)
20193 (lambda_matrix_project_to_null): Remove.
20194 (lambda_matrix_new): New argument lambda_obstack. Use obstack
20195 allocation for mat.
20196 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
20199 * lambda-code.c (lambda_loop_new): New function.
20200 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
20201 (lambda_compute_auxillary_space, lambda_compute_target_space)
20202 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
20203 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
20204 (build_access_matrix): New argument lambda_obstack. Use obstack
20206 (lambda_compute_step_signs, lambda_compute_access_matrices): New
20207 argument lambda_obstack. Pass it down.
20209 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
20211 * optabs.h (expand_widening_mult): Declare.
20213 2010-04-22 Richard Guenther <rguenther@suse.de>
20215 PR tree-optimization/43845
20216 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
20217 lookup the CALL_EXPR function and arguments.
20219 2010-04-22 Nick Clifton <nickc@redhat.com>
20221 * config/stormy16/stormy16.c
20222 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
20223 * config/stormy16/stormy16.h: Tidy up formatting.
20224 (DONT_USE_BUILTIN_SETJMP): Remove definition.
20225 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
20226 (ineqbranchsi): Delete pattern.
20227 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
20228 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
20229 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
20230 stormy16-lib2-ucmpsi2.c.
20232 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
20234 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
20235 df_simulate_find_noclobber_defs as appropriate. Keep track of an
20236 extra set merge_set_noclobber, and use it to relax the final test
20238 * df.h (df_simulate_find_noclobber_defs): Declare.
20239 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
20241 (df_simulate_find_noclobber_defs): New function.
20243 2010-04-22 Uros Bizjak <ubizjak@gmail.com>
20245 * config/i386/i386.md: Use {} around multi-line preparation statements.
20247 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
20249 * c-tree.h (push_init_level, pop_init_level, set_init_index)
20250 (process_init_element): New argument of type struct obstack *.
20252 * c-typeck.c (push_init_level, pop_init_level, set_designator)
20253 (set_init_index, set_init_label, set_nonincremental_init)
20254 (set_nonincremental_init_from_string, find_init_member)
20255 (output_init_element, output_pending_init_elements)
20256 (process_init_element): New argument braced_init_obstack. Pass it
20258 (push_range_stack, add_pending_init): New argument
20259 braced_init_obstack. Use obstack allocation.
20261 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
20262 braced_init_obstack. Pass it down.
20263 (c_parser_braced_init): New variables ret, braced_init_obstack.
20264 Initialize obstack, pass it down and finally free it.
20266 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
20268 PR middle-end/29274
20269 * tree-pass.h (pass_optimize_widening_mul): Declare.
20270 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
20271 gate_optimize_widening_mul): New static functions.
20272 (pass_optimize_widening_mul): New.
20273 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
20274 <case MULT_EXPR>: Remove support for widening multiplies.
20275 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
20276 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
20277 simplify_gen_unary rather than directly building extensions.
20278 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
20280 * expmed.c (expand_widening_mult): New function.
20281 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
20283 2010-04-21 Jan Hubicka <jh@suse.cz>
20285 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
20286 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
20287 * lto-wpa-fixup.c: Remove.
20288 * Makefile.in (lto-wpa-fixup.o): Remove.
20289 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
20290 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
20291 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
20293 2010-04-21 Jan Hubicka <jh@suse.cz>
20295 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
20296 add write_optimization_summary, read_optimization_summary.
20297 (ipa_write_summaries_of_cgraph_node_set): Remove.
20298 (ipa_write_optimization_summaries): Declare.
20299 (ipa_read_optimization_summaries): Declare.
20300 * ipa-cp.c (pass_ipa_cp): Update.
20301 * ipa-reference.c (pass_ipa_reference): Update.
20302 * ipa-pure-const.c (pass_ipa_pure_const): Update.
20303 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
20305 * ipa-inline.c (pass_ipa_inline): Update.
20306 * ipa.c (pass_ipa_whole_program): Update.
20307 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
20308 * passes.c (ipa_write_summaries_1): Do not test wpa.
20309 (ipa_write_optimization_summaries_1): New.
20310 (ipa_write_optimization_summaries): New.
20311 (ipa_read_summaries): Do not test ltrans.
20312 (ipa_read_optimization_summaries_1): New.
20313 (ipa_read_optimization_summaries): New.
20315 2010-04-21 Jan Hubicka <jh@suse.cz>
20317 * lto-cgraph.c (lto_output_node): Do not output comdat groups
20318 for boundary nodes.
20319 (output_cgraph): Do not arrange comdat groups for boundary nodes.
20321 2010-04-21 Jakub Jelinek <jakub@redhat.com>
20324 * dwarf2out.c (add_name_and_src_coords_attributes): Add
20325 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
20327 2010-04-21 Jan Hubicka <jh@suse.cz>
20329 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
20331 2010-04-21 Jan Hubicka <jh@suse.cz>
20333 * varpool.c (decide_is_variable_needed): Variable is always needed
20336 2010-04-21 Jan Hubicka <jh@suse.cz>
20338 * opts.c (decode_options): Enable pure-const pass for whopr.
20340 2010-04-21 Jan Hubicka <jh@suse.cz>
20342 * cgraph.c (dump_cgraph_node): Dump also assembler name.
20343 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
20345 (cgraph_decide_inlining): Do not expect callee to be removed in all
20348 2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
20350 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
20352 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
20354 * config/i386/i386.md (x86_shrd): Add athlon_decode and
20355 amdfam10_decode attributes.
20357 2010-04-21 Jakub Jelinek <jakub@redhat.com>
20359 PR middle-end/43570
20360 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
20361 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
20362 (lower_copyprivate_clauses): Use private var in outer
20363 context instead of original var. Make sure the types
20364 are correct for VLAs.
20366 2010-04-21 Richard Guenther <rguenther@suse.de>
20368 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
20369 to non-pointer objects.
20371 2010-04-21 Jakub Jelinek <jakub@redhat.com>
20373 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
20374 last chain entry if it starts with the still current label.
20375 (add_location_or_const_value_attribute): Check that
20376 loc_list->first->next is NULL instead of comparing ->first with ->last.
20377 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
20378 to add_var_loc_to_decl.
20380 * dwarf2out.c (output_call_frame_info): For dw_cie_version
20381 >= 4 add also address size and segment size fields into CIE header.
20383 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
20384 long as address size is the same as sizeof (void *) and
20386 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
20387 address size or segment size is unexpected, return DW_EH_PE_omit.
20388 (classify_object_over_fdes): If get_cie_encoding returned
20389 DW_EH_PE_omit, return -1.
20390 (init_object): If classify_object_over_fdes returned -1,
20391 pretend there were no FDEs at all.
20393 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
20395 * config/i386/i386.md (bswap<mode>2): Macroize expander from
20396 bswap{si,di}2 using SWI48 mode iterator.
20397 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
20398 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
20399 set modrm attribute of bswap insn to 0 and remove length attribute.
20400 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
20401 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
20402 set mode attribute to <MODE> and remove length attribute.
20404 2010-04-20 James E. Wilson <wilson@codesourcery.com>
20406 PR rtl-optimization/43520
20407 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
20408 zero available registers.
20410 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20412 * builtins.c (fold_builtin_cproj): Fold more cases.
20414 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20416 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
20417 (fold_builtin_1): Fold builtin cproj.
20418 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
20419 Use ATTR_CONST_NOTHROW_LIST.
20421 2010-04-20 Uros Bizjak <ubizjak@gmail.com>
20423 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
20424 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
20425 ffsi2_no_cmove for !TARGET_CMOVE.
20426 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
20427 (ffssi2): Remove expander.
20428 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
20430 (ctz<mode>2): Ditto from ctz{si,di}2.
20431 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
20433 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
20436 2010-04-20 Jakub Jelinek <jakub@redhat.com>
20438 * dwarf2out.c (AT_linkage_name): Define.
20439 (clone_as_declaration): Handle DW_AT_linkage_name.
20440 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
20441 of DW_AT_MIPS_linkage_name.
20442 (move_linkage_attr): Likewise.
20443 (dwarf2out_finish): Likewise.
20445 2010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
20447 PR middle-end/41952
20448 * fold-const.c (fold_comparison): New folding rule.
20450 2010-04-20 Anatoly Sokolov <aesok@post.ru>
20452 * double-int.h (double_int_setbit): Declare.
20453 * double-int.c (double_int_setbit): New function.
20454 * rtl.h (immed_double_int_const): Declare.
20455 * emit-rtl.c (immed_double_int_const): New function.
20456 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
20457 and immed_double_int_const functions.
20458 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
20459 expand_copysign_bit): (Ditto.).
20460 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
20461 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
20462 * dojump.c (prefer_and_bit_test): (Ditto.).
20463 * expr.c (convert_modes, reduce_to_bit_field_precision,
20464 const_vector_from_tree): (Ditto.).
20465 * expmed.c (mask_rtx, lshift_value): (Ditto.).
20467 2010-04-20 Jan Hubicka <jh@suse.cz>
20469 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
20470 (dump_cgraph_node): Dump new flags.
20471 * cgraph.h (struct cgraph_node): Add flags
20472 reachable_from_other_partition and in_other_partition.
20473 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
20474 other partition can not be removed.
20475 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
20476 the other partition must be output; silence sanity checking on
20477 leaking functions bodies from other paritition.
20478 * lto-cgraph.c (reachable_from_other_partition_p): New function.
20479 (lto_output_node): Output new flags; do not sanity check that inline
20480 clones are output; drop lto_forced_extern_inline_p code; do not mock
20481 visibility flags at partition boundaries.
20482 (add_node_to): New function.
20483 (output_cgraph): Use it to sort functions so masters appear before
20485 (input_overwrite_node): Input new flags.
20486 * passes.c (ipa_write_summaries): Do not call
20487 lto_new_extern_inline_states.
20488 * lto-section-out.c (forced_extern_inline,
20489 lto_new_extern_inline_states lto_delete_extern_inline_states,
20490 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
20491 * lto-streamer.h (lto_new_extern_inline_states,
20492 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
20493 lto_forced_extern_inline_p): Kill.
20495 2010-04-20 Richard Guenther <rguenther@suse.de>
20497 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
20498 from vars that can have pointers.
20499 (process_constraint): Dump useless constraints.
20501 2010-04-20 Richard Guenther <rguenther@suse.de>
20503 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
20504 (dump_sa_points_to_info): Remove asserts.
20505 (init_base_vars): nothing_id isn't an escape point nor does it
20508 2010-04-20 Jakub Jelinek <jakub@redhat.com>
20510 * tree.h (TYPE_REF_IS_RVALUE): Define.
20511 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
20512 should_move_die_to_comdat, prune_unused_types_walk): Handle
20513 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
20514 (modified_type_die, gen_reference_type_die): Emit
20515 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
20516 if TYPE_REF_IS_RVALUE and -gdwarf-4.
20518 2010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20521 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
20522 calls for -fpic -m31 if they have been sibcall optimized.
20524 2010-04-19 James E. Wilson <wilson@codesourcery.com>
20526 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
20527 ar.lc fixed and call-used.
20529 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
20531 2010-04-19 Jan Hubicka <jh@suse.cz>
20533 * opts.c (decode_options): Disable whpr incompatible passes.
20534 * lto/lto.c (lto_1_to_1_map): Skip clones.
20535 (read_cgraph_and_symbols): Do not mark everything as needed.
20536 (do_whole_program_analysis): Do map only after optimizing;
20537 set proper cgraph_state; use passmanager.
20539 2010-04-19 DJ Delorie <dj@redhat.com>
20541 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
20542 POINTER_PLUS_EXPR and fix them.
20544 2010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
20546 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
20547 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
20548 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
20549 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
20550 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
20551 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
20552 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
20553 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
20554 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
20555 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
20556 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
20558 2010-04-19 Eric Botcazou <ebotcazou@adacore.com>
20560 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
20561 (check_cond_move_block): Likewise.
20562 (cond_move_process_if_block): Likewise.
20563 (noce_find_if_block): Improve formatting.
20564 (find_if_header): Pass 0 to memset and tweak conditions.
20565 (cond_exec_find_if_block): Fix long lines and tweak conditions.
20567 2010-04-19 Jakub Jelinek <jakub@redhat.com>
20569 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
20572 PR middle-end/43337
20573 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
20574 with non-local decl doesn't need chain.
20576 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
20578 * ira-color.c (allocno_reload_assign): Avoid accumulating
20579 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
20581 2010-04-19 Martin Jambor <mjambor@suse.cz>
20583 * gimple.h (create_tmp_reg): Declare.
20584 * gimplify.c (create_tmp_reg): New function.
20585 (gimplify_return_expr): Use create_tmp_reg.
20586 (gimplify_omp_atomic): Likewise.
20587 (gimple_regimplify_operands): Likewise.
20588 * tree-dfa.c (make_rename_temp): Likewise.
20589 * tree-predcom.c (predcom_tmp_var): Likewise.
20590 (reassociate_to_the_same_stmt): Likewise.
20591 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
20592 (get_replaced_param_substitute): Likewise.
20593 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
20594 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
20595 * tree-ssa-pre.c (get_representative_for): Likewise.
20596 (create_expression_by_pieces): Likewise.
20597 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
20598 (create_tailcall_accumulator): Likewise.
20600 2010-04-19 Martin Jambor <mjambor@suse.cz>
20602 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
20604 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
20606 2010-04-19 Richard Guenther <rguenther@suse.de>
20608 PR tree-optimization/43796
20609 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
20610 from SCEV in the lattice.
20611 (vrp_visit_phi_node): Dump change.
20613 2010-04-19 Richard Guenther <rguenther@suse.de>
20615 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
20616 * configure: Re-generated.
20618 2010-04-19 Richard Guenther <rguenther@suse.de>
20620 PR tree-optimization/43783
20621 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
20622 constant ARRAY_REF operands two and three if possible.
20624 2010-04-19 Uros Bizjak <ubizjak@gmail.com>
20627 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
20629 2010-04-19 Jie Zhang <jie@codesourcery.com>
20632 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
20634 2010-04-19 Ira Rosen <irar@il.ibm.com>
20636 PR tree-optimization/37027
20637 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
20638 and macro to access it.
20639 (vectorizable_reduction): Add argument.
20640 (vect_get_slp_defs): Likewise.
20641 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
20642 statements for possible use in SLP.
20643 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
20644 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
20645 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
20647 (vectorizable_reduction): Likewise.
20648 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
20650 (vectorizable_type_demotion, vectorizable_type_promotion,
20651 vectorizable_store): Likewise.
20652 (vect_analyze_stmt): Update call to vectorizable_reduction.
20653 (vect_transform_stmt): Likewise.
20654 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
20655 (vect_build_slp_tree): Fix indentation. Check that there are no loads
20656 from different interleaving chains in same node.
20657 (vect_slp_rearrange_stmts): New function.
20658 (vect_supported_load_permutation_p): Allow load permutations for
20659 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
20660 inside SLP nodes if necessary.
20661 (vect_analyze_slp_instance): Handle reductions.
20662 (vect_analyze_slp): Try to build SLP instances originating from groups
20664 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
20665 (vect_get_constant_vectors): Create initial vectors for reductions
20666 according to reduction code. Add new argument.
20667 (vect_get_slp_defs): Add new argument, pass it to
20668 vect_get_constant_vectors.
20669 (vect_schedule_slp_instance): Remove SLP tree root statements.
20671 2010-04-19 Jakub Jelinek <jakub@redhat.com>
20673 * tree.h (ENUM_IS_SCOPED): Define.
20674 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
20675 for ENUM_IS_SCOPED enums.
20677 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
20679 * fold-const.c (fold_comparison): Use ssizetype.
20680 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
20681 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
20682 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
20683 * tree-object-size.c (compute_object_sizes): Use size_type_node.
20685 * tree.h (initialize_sizetypes): Remove parameter.
20686 (build_common_tree_nodes): Remove second parameter.
20687 * stor-layout.c (initialize_sizetypes): Remove parameter.
20688 Always create an unsigned type.
20689 (set_sizetype): Assert that the passed type is unsigned and simplify.
20690 * tree.c (build_common_tree_nodes): Remove second parameter.
20691 Adjust call to initialize_sizetypes.
20692 * c-decl.c (c_init_decl_processing): Remove second argument in call to
20693 build_common_tree_nodes.
20695 2010-04-18 Matthias Klose <doko@ubuntu.com>
20697 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
20699 2010-04-18 Ira Rosen <irar@il.ibm.com>
20701 PR tree-optimization/43771
20702 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
20703 load permutation doesn't have gaps.
20705 2010-04-18 Jan Hubicka <jh@suse.cz>
20707 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
20708 (sse_prologue_save_insn expander): Use new pattern.
20709 (sse_prologue_save_insn1): New pattern and splitter.
20710 (sse_prologue_save_insn): Update to deal also with 64bit aligned
20712 * i386.c (setup_incoming_varargs_64): Do not compute jump
20714 (ix86_gimplify_va_arg): Update alignment needed.
20715 (ix86_local_alignment): Do not align all local arrays to 128bit.
20717 2010-04-17 Jan Hubicka <jh@suse.cz>
20719 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
20721 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
20723 * arm.md (negdi2): Remove redundant code to force values into a
20726 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
20728 * arm/bpabi.S: Add EABI alignment attributes to objects.
20729 * arm/bpabi-v6m.S: Likewise.
20730 * arm/crti.asm: Likewise.
20731 * arm/crtn.asm: Likewise.
20732 * arm/lib1funcs.asm: Likewise.
20733 * arm/libunwind.S: Likewise.
20735 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
20737 * arm-protos.h (tune_params): New structure.
20738 * arm.c (current_tune): New variable.
20739 (arm_constant_limit): Delete.
20740 (struct processors): Add pointer to the tune parameters.
20741 (arm_slowmul_tune): New tuning option.
20742 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
20743 (all_cores): Adjust to pick up the tuning model.
20744 (arm_constant_limit): New function.
20745 (arm_override_options): Select the appropriate tuning model. Delete
20746 initialization of arm_const_limit.
20747 (arm_split_constant): Use the new constant-limit model.
20748 (arm_rtx_costs): Pick up the current tuning model.
20749 * arm.md (is_strongarm, is_xscale): Delete.
20750 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
20751 for Xscale variant architectures.
20752 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
20754 2010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
20756 * config/arm/arm.c (arm_gen_constant): Remove unused variable
20758 (arm_rtx_costs_1): Remove unused variable extra_cost.
20759 (arm_unwind_emit_set): Use variable offset.
20760 (thumb1_output_casesi): Remove unused variable flags.
20762 2010-04-16 Jeff Law <law@redhat.com>
20764 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
20765 needing assignment rather than doing a two-phase assignment. Remove
20766 unused variable 'm'.
20768 2010-04-16 Jakub Jelinek <jakub@redhat.com>
20771 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
20773 2010-04-16 Doug Kwan <dougkwan@google.com>
20775 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
20776 (next_operand_entry_id): New static variable.
20777 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
20778 (add_to_ops_vec): Assigned unique ID to operand entry.
20779 (struct oecount_s): New field ID.
20780 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
20781 (undistribute_ops_list): Assign unique IDs to oecounts.
20782 (init_reassoc): reset next_operand_entry_id.
20784 2010-04-16 Doug Kwan <dougkwan@google.com>
20786 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
20787 missing left parenthesis.
20789 2010-04-16 Uros Bizjak <ubizjak@gmail.com>
20791 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
20792 *btdi_rex64 using SWI48 mode iterator.
20793 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
20794 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
20795 *jcc_btdi_mask_rex64.
20797 2010-04-16 Anatoly Sokolov <aesok@post.ru>
20799 * double-int.h (tree_to_double_int): Convert to macro.
20800 * double-int.c (tree_to_double_int): Remove.
20802 2010-04-16 Jakub Jelinek <jakub@redhat.com>
20805 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
20806 with want_address 2 and in case a single element list might be
20807 possible, call it again with want_address 0.
20809 2010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
20811 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
20812 case 'W' print operands for HI mode.
20813 * config/h8300/h8300.h (Y0, Y2) : New constraints.
20814 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
20815 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
20816 * config/h8300/predicate.md (bit_register_indirect_operand): New.
20818 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
20820 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
20821 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
20822 #xx:3 and #xx:4 mode.
20824 * config/h8300/h8300.md (inverted load with HImode dest): Add
20825 support for H8300SX.
20827 * config/h8300/predicate.md (bit_operand): Allow immediate values that
20828 satisfy 'U' constraint.
20830 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20832 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
20833 * configure: Regenerate.
20834 * config.in: Regenerate.
20835 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
20838 2010-04-16 Richard Guenther <rguenther@suse.de>
20840 * tree.h (struct tree_decl_minimal): Move pt_uid ...
20841 (struct tree_decl_common): ... here.
20842 (DECL_PT_UID): Adjust.
20843 (SET_DECL_PT_UID): Likewise.
20844 (DECL_PT_UID_SET_P): Likewise.
20846 2010-04-16 Richard Guenther <rguenther@suse.de>
20848 PR tree-optimization/43572
20849 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
20850 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
20851 * tree-flow.h (is_call_clobbered): Remove.
20852 * tree-flow-inline.h (is_call_clobbered): Likewise.
20853 * tree-dfa.c (dump_variable): Do not dump call clobber state.
20854 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
20855 (execute_return_slot_opt): Adjust.
20856 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
20857 check for call clobbered vars here.
20858 (find_tail_calls): Move tailcall verification to the
20861 2010-04-16 Diego Novillo <dnovillo@google.com>
20863 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
20865 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
20868 * config/arm/arm.md (cbranchqi4): New pattern.
20869 * config/arm/predicates.md (const0_operand,
20870 cbranchqi4_comparison_operator): New predicates.
20872 2010-04-16 Richard Guenther <rguenther@suse.de>
20874 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
20875 (dump_gimple_stmt): Likewise.
20877 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
20879 * recog.h (struct recog_data): New field is_operator.
20880 (struct insn_operand_data): New field is_operator.
20881 * recog.c (extract_insn): Set recog_data.is_operator.
20882 * genoutput.c (output_operand_data): Emit code to set the
20884 * reload.c (find_reloads): Use it rather than testing for an
20885 empty constraint string.
20888 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
20889 If the previous insn is a cbranchsi4_insn with the same arguments,
20890 omit the compare instruction.
20892 * config/arm/arm.md (addsi3_cbranch): If destination is a high
20893 register, inputs must be low registers and we need a low register
20894 scratch. Handle alternative 2 like alternative 3.
20896 2010-04-16 Jakub Jelinek <jakub@redhat.com>
20898 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
20899 don't call get_addr on both. If one expression is a VALUE and
20900 the other a REG, check VALUE's locs if the REG isn't among them.
20902 2010-04-16 Christian Bruel <christian.bruel@st.com>
20904 * config/sh/sh.h (sh_frame_pointer_required): New function.
20905 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
20906 (flag_omit_frame_pointer) Set.
20907 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
20908 (rounded_frame_size): Adjust size with outgoing_args_size.
20909 (sh_set_return_address): Must return from stack pointer.
20910 * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
20911 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
20912 (ACCUMULATE_OUTGOING_ARGS): Define.
20913 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
20914 * config/sh/sh.opt (maccumulate-outgoing-args): New option.
20916 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
20919 * config/sh/sh.c (sh_legitimize_reload_address): Use
20920 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
20921 Remove a unneeded check for offset_base.
20923 2010-04-15 H.J. Lu <hongjiu.lu@intel.com>
20925 * configure: Regenerated.
20927 2010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20929 * config/s390/s390.c (s390_call_save_register_used): Switch back
20930 to HARD_REGNO_NREGS.
20932 2010-04-15 Richard Guenther <rguenther@suse.de>
20934 * alias.c (alias_set_subset_of): Handle alias-set zero
20937 2010-04-15 Mark Shinwell <shinwell@codesourcery.com>
20938 Julian Brown <julian@codesourcery.com>
20940 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
20941 alternatives according to use of high and low regs.
20942 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
20943 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
20944 optimizing for size on Thumb-2.
20946 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
20948 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
20950 2010-04-15 Richard Guenther <rguenther@suse.de>
20952 * tree-ssa-structalias.c (struct variable_info): Add
20954 (new_var_info): Initialize it.
20955 (dump_constraints): Support printing last added constraints.
20956 (debug_constraints): Adjust.
20957 (dump_constraint_graph): Likewise.
20958 (make_heapvar_for): Check for NULL cfun.
20959 (get_function_part_constraint): New function.
20960 (get_fi_for_callee): Likewise.
20961 (find_func_aliases): Properly implement IPA PTA constraints.
20962 (process_ipa_clobber): New function.
20963 (find_func_clobbers): Likewise.
20964 (insert_into_field_list_sorted): Remove.
20965 (create_function_info_for): Properly allocate vars for IPA mode.
20966 Do not use insert_into_field_list_sorted.
20967 (create_variable_info_for): Properly generate constraints for
20968 global vars in IPA mode.
20969 (dump_solution_for_var): Always dump the solution.
20970 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
20971 (find_what_var_points_to): Adjust.
20972 (pt_solution_set): Change.
20973 (pt_solution_ior_into): New function.
20974 (pt_solution_empty_p): Export.
20975 (pt_solution_includes_global): Adjust.
20976 (pt_solution_includes_1): Likewise.
20977 (pt_solutions_intersect_1): Likewise.
20978 (dump_sa_points_to_info): Check some invariants.
20979 (solve_constraints): Move constraint dumping ...
20980 (compute_points_to_sets): ... here.
20981 (ipa_pta_execute): ... and here.
20982 (compute_may_aliases): Do not re-compute points-to info
20983 locally if IPA info is available.
20984 (ipa_escaped_pt): New global var.
20985 (ipa_pta_execute): Properly implement IPA PTA.
20986 * tree-into-ssa.c (dump_decl_set): Support dumping
20987 decls not in referenced-vars.
20988 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
20989 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
20990 (dump_points_to_solution): Likewise.
20991 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
20992 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
20993 (remap_gimple_stmt): Reset call clobber/use information if necessary.
20994 (copy_decl_to_var): Copy DECL_PT_UID.
20995 (copy_result_decl_to_var): Likewise.
20996 * tree.c (make_node_stat): Initialize DECL_PT_UID.
20997 (copy_node_stat): Copy it.
20998 * tree.h (DECL_PT_UID): New macro.
20999 (SET_DECL_PT_UID): Likewise.
21000 (DECL_PT_UID_SET_P): Likewise.
21001 (struct tree_decl_minimal): Add pt_uid member.
21002 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
21003 (pt_solution_empty_p): Declare.
21004 (pt_solution_set): Adjust.
21005 (ipa_escaped_pt): Declare.
21006 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
21007 * gimple-pretty-print.c (pp_points_to_solution): New function.
21008 (dump_gimple_call): Dump call clobber/use information.
21009 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
21010 * tree-pass.h (TDF_ALIAS): New dump option.
21011 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
21012 * doc/invoke.texi (-fipa-pta): Update documentation.
21014 2010-04-15 Richard Guenther <rguenther@suse.de>
21016 * Makefile.in (OBJS-common): Add gimple-fold.o.
21017 (gimple-fold.o): New rule.
21018 * tree.h (maybe_fold_offset_to_reference,
21019 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
21021 * gimple.h: ... here.
21022 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
21023 may_propagate_address_into_dereference): Move prototypes ...
21024 * gimple.h: ... here.
21025 * tree-ssa-ccp.c (get_symbol_constant_value,
21026 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
21027 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
21028 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
21029 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
21030 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
21031 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
21032 gimplify_and_update_call_from_tree): Move ...
21033 * gimple-fold.c: ... here. New file.
21034 (ccp_fold_builtin): Rename to ...
21035 (gimple_fold_builtin): ... this.
21036 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
21038 2010-04-15 Richard Guenther <rguenther@suse.de>
21040 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
21041 fit_double_type, force_fit_type_double, add_double_with_sign,
21042 neg_double, mul_double_with_sign, lshift_double, rshift_double,
21043 lrotate_double, rrotate_double, div_and_round_double): Move ...
21044 * double-int.c: ... here.
21045 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
21046 add_double, neg_double, mul_double_with_sign, mul_double,
21047 lshift_double, rshift_double, lrotate_double, rrotate_double,
21048 div_and_round_double): Move prototypes ...
21049 * double-int.h: ... here.
21051 2010-04-15 Bernd Schmidt <bernds@codesourcery.com>
21054 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
21055 matching constraints to ensure inputs match the output.
21057 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
21060 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
21061 in an input-only operand.
21063 2010-04-15 Anatoly Sokolov <aesok@post.ru>
21065 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
21066 (double_int_not, double_int_lshift, double_int_rshift): Declare.
21067 (double_int_negative_p): Convert to static inline function.
21068 * double-int.c (double_int_lshift, double_int_lshift): New functions.
21069 (double_int_negative_p): Remove.
21070 * tree.h (lshift_double, rshift_double):
21071 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
21072 * fold-const.c (fold_convert_const_int_from_real,
21073 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
21074 (lshift_double): Change type of arith argument to bool.
21075 (rshift_double): Change type of arith argument to bool. Correct
21077 * expmed.c (mask_rtx, lshift_value): (Ditto.).
21079 2010-04-14 Bernd Schmidt <bernds@codesourcery.com>
21082 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
21083 at the start and end of the then/else blocks, and omit them from the
21085 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
21086 argument; all callers changed. Pass zero to old_insns_match_p instead.
21087 (flow_find_head_matching_sequence): New function.
21088 (old_insns_match_p): Check REG_EH_REGION notes for calls.
21089 * basic-block.h (flow_find_cross_jump,
21090 flow_find_head_matching_sequence): Declare functions.
21092 2010-04-14 Jason Merrill <jason@redhat.com>
21095 * c-common.c (attribute_takes_identifier_p): New fn.
21096 * c-common.h: Declare it.
21098 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
21100 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
21101 splitter condition.
21102 (*udivmod<mode>4): Ditto.
21104 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
21106 * config/i386/i386.md (maxmin_int): Rename code attribute from
21107 maxminiprefix and update all users.
21108 (maxmin_float): Ditto from maxminfprefix.
21109 (logic): Ditto from logicprefix.
21110 (absneg_mnemonic): Ditto from absnegprefix.
21111 * config/i386/mmx.md: Update all users of maxminiprefix,
21112 maxminfprefix and logicprefix for rename.
21113 * config/i386/sse.md: Ditto.
21114 * config/i386/sync.md (sync_<code><mode>): Update for
21115 logicprefix rename.
21117 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
21120 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
21121 warnings converted to errors.
21123 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
21125 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
21126 used insn_type variable.
21127 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
21128 to avoid set-but-not-used warning.
21130 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
21132 * df-core.c (df_ref_debug): Change format string placeholder
21134 * dwarf2asm.c (dw2_asm_output_data_raw,
21135 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
21136 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
21137 * dwarf2out.c (output_cfi, output_cfi_directive,
21138 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
21139 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
21141 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
21142 * print-rtl.c (print_rtx): Ditto.
21144 2010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
21146 PR middle-end/42694
21147 * builtins.c (expand_builtin_pow_root): New function to expand pow
21148 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
21149 series of sqrt and cbrt calls under -ffast-math.
21150 (expand_builtin_pow): Call it.
21152 2010-04-14 Michael Matz <matz@suse.de>
21154 PR tree-optimization/42963
21155 * tree-cfg.c (touched_switch_bbs): New static variable.
21156 (group_case_labels_stmt): New function broken out from ...
21157 (group_case_labels): ... here, use the above.
21158 (start_recording_case_labels): Allocate touched_switch_bbs.
21159 (end_recording_case_labels): Deallocate it, call
21160 group_case_labels_stmt.
21161 (gimple_redirect_edge_and_branch): Remember index of affected BB.
21163 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
21165 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
21166 from insn template.
21168 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
21170 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
21172 2010-04-13 Jan Hubicka <jh@suse.cz>
21174 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
21175 of optimized out static functions.
21176 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
21177 cost computation. Also sanity check for overflows.
21178 (update_caller_keys): Update cgraph_edge_badness call; properly
21179 update fibheap and sanity check that it is up to date.
21180 (add_new_edges_to_heap): Update cgraph_edge_badness.
21181 (cgraph_decide_inlining_of_small_function): Likewise;
21182 add sanity checking that badness in heap is up to date;
21183 improve dumping of reason; Update badness of calls to the
21184 offline copy of function currently inlined; dump badness
21185 of functions not inlined because of unit growth limits.
21187 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
21189 PR middle-end/32628
21190 * c-common.c (pointer_int_sum): Disregard overflow that occured only
21191 because of sign-extension change when converting to sizetype here...
21192 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
21194 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
21195 the folding to constants. Remove redundant final conversion.
21196 (fold_binary) <associate>: Do not associate if the re-association of
21197 constants alone overflows.
21198 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
21199 to the end of the list.
21200 (multiple_of_p) <COND_EXPR>: New case.
21202 2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
21204 * opt-functions.awk (opt_sanitized_name): New.
21206 * optc-gen.awk: Use it
21207 * opth-gen.awk: Use it.
21209 2010-04-13 Martin Jambor <mjambor@suse.cz>
21211 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
21212 (sra_modify_assign): Delete stmts loading dead data even if racc has no
21213 children. Call replace_uses_with_default_def_ssa_name to handle
21216 2010-04-13 Michael Matz <matz@suse.de>
21218 PR middle-end/43730
21219 * builtins.c (expand_builtin_interclass_mathfn): Also create
21220 a register if the predicate doesn't match.
21222 2010-04-13 Diego Novillo <dnovillo@google.com>
21224 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
21225 * c-pch.c: Include timevar.h.
21226 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
21227 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
21228 * ggc-common.c: Include timevar.h.
21229 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
21230 * timevar.def (TV_PCH_SAVE): Define.
21231 (TV_PCH_CPP_SAVE): Define.
21232 (TV_PCH_PTR_REALLOC): Define.
21233 (TV_PCH_PTR_SORT): Define.
21234 (TV_PCH_RESTORE): Define.
21235 (TV_PCH_CPP_RESTORE): Define.
21237 2010-04-13 Michael Matz <matz@suse.de>
21239 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
21241 (can_reassociate_p): New function.
21242 (break_up_subtract_bb, reassociate_bb): Use it.
21244 2010-04-13 Richard Guenther <rguenther@suse.de>
21247 * builtins.c (c_readstr): Fix assert.
21249 2010-04-13 Uros Bizjak <ubizjak@gmail.com>
21251 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
21252 when generating cltd insn.
21254 (*ashl<mode>3_1): Remove special handling for register operand 2.
21255 (*ashlsi3_1_zext): Ditto.
21256 (*ashlhi3_1): Ditto.
21257 (*ashlhi3_1_lea): Ditto.
21258 (*ashlqi3_1): Ditto.
21259 (*ashlqi3_1_lea): Ditto.
21260 (*<shiftrt_insn><mode>3_1): Ditto.
21261 (*<shiftrt_insn>si3_1_zext): Ditto.
21262 (*<shiftrt_insn>qi3_1_slp): Ditto.
21263 (*<rotate_insn><mode>3_1): Ditto.
21264 (*<rotate_insn>si3_1_zext): Ditto.
21265 (*<rotate_insn>qi3_1_slp): Ditto.
21267 2010-04-13 Richard Guenther <rguenther@suse.de>
21269 * tree-ssa-structalias.c (callused_id): Remove.
21270 (call_stmt_vars): New.
21271 (get_call_vi): Likewise.
21272 (lookup_call_use_vi): Likewise.
21273 (lookup_call_clobber_vi): Likewise.
21274 (get_call_use_vi): Likewise.
21275 (get_call_clobber_vi): Likewise.
21276 (make_transitive_closure_constraints): Likewise.
21277 (handle_const_call): Adjust to do per-call call-used handling.
21278 (handle_pure_call): Likewise.
21279 (find_what_var_points_to): Remove general callused handling.
21280 (init_base_vars): Likewise.
21281 (init_alias_vars): Initialize call_stmt_vars.
21282 (compute_points_to_sets): Process call-used and call-clobbered
21283 vars for call statements.
21284 (delete_points_to_sets): Free call_stmt_vars.
21286 2010-04-13 Richard Guenther <rguenther@suse.de>
21288 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
21289 Only add RW dependence for dependence distance zero.
21290 Adjust maximal vectorization factor according to dependences.
21291 Move alignment handling ...
21292 (vect_find_same_alignment_drs): ... here. New function.
21293 (vect_analyze_data_ref_dependences): Adjust.
21294 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
21295 (vect_analyze_data_refs): Adjust minimal vectorization factor
21296 according to data references.
21297 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
21298 dependences before determining the vectorization factor.
21299 Analyze alignment after determining the vectorization factor.
21300 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
21301 dependences before alignment.
21302 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
21304 (vect_analyze_data_refs): Likewise.
21305 (MAX_VECTORIZATION_FACTOR): New define.
21307 2010-04-13 Duncan Sands <baldrick@free.fr>
21309 * except.h (lang_eh_type_covers): Remove.
21310 * except.c (lang_eh_type_covers): Likewise.
21312 2010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21313 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21315 * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
21316 * config/s390/s390.c: Replace UNTIS_PER_WORD with
21317 UNITS_PER_LONG where it is ABI relevant.
21318 (s390_return_addr_rtx): Likewise.
21319 (s390_back_chain_rtx): Likewise.
21320 (s390_frame_area): Likewise.
21321 (s390_frame_info): Likewise.
21322 (s390_initial_elimination_offset): Likewise.
21323 (save_gprs): Likewise.
21324 (s390_emit_prologue): Likewise.
21325 (s390_emit_epilogue): Likewise.
21326 (s390_function_arg_advance): Likewise.
21327 (s390_function_arg): Likewise.
21328 (s390_va_start): Likewise.
21329 (s390_gimplify_va_arg): Likewise.
21330 (s390_function_profiler): Likewise.
21331 (s390_optimize_prologue): Likewise.
21332 (s390_rtx_costs): Likewise.
21333 (s390_secondary_reload): Likewise.
21334 (s390_promote_function_mode): Likewise.
21335 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
21336 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
21337 registers available.
21338 (s390_unwind_word_mode): New function.
21339 (s390_function_value): Split 64 bit values into register pair if
21340 used as return value.
21341 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
21342 function call parameters. Handle parallels.
21343 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
21344 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
21345 (DWARF_CIE_DATA_ALIGNMENT): New macro.
21346 (s390_expand_setmem): Remove unused variable src_addr.
21347 * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
21348 deal with 64 bit registers.
21349 * config/s390/s390.h: Define __zarch__ predefined macro.
21350 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
21351 (UNITS_PER_LONG): New macro.
21352 * libjava/include/s390-signal.h: Define extended ucontext
21353 structure containing the upper halfs of the 64 bit registers.
21355 2010-04-13 Simon Baldwin <simonb@google.com>
21357 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
21359 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
21361 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
21362 rvalue on the RHS if the LHS is of a non-renamable type.
21363 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
21365 2010-04-13 Matthias Klose <doko@ubuntu.com>
21367 * gcc.c (cc1_options): Handle -iplugindir before processing
21368 the cc1 spec. Only add -iplugindir once.
21369 (cpp_unique_options): Add -iplugindir option if -fplugin* options
21371 * common.opt (iplugindir): Remove `Separate' property, initialize.
21372 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
21374 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
21375 (distclean): Remove plugin dir.
21376 * doc/invoke.texi: Document -iplugindir.
21378 2010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
21380 * doc/plugins.texi (Loading Plugins): Document short
21381 -fplugin=foo option.
21382 (Plugin API): Mention default_plugin_dir_name function.
21384 * gcc.c (find_file_spec_function): Add new declaration.
21385 (static_spec_func): Use it for "find-file".
21386 (find_file_spec_function): Add new function.
21387 (cc1_options): Add -iplugindir option if -fplugin* options found.
21389 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
21391 * plugin.c (add_new_plugin): Updated comment, and handle short
21393 (default_plugin_dir_name): Added new function.
21395 * common.opt (iplugindir): New option to set the plugin directory.
21397 2010-04-12 Uros Bizjak <ubizjak@gmail.com>
21399 * config/i386/i386.md (any_rotate): New code iterator.
21400 (rotate_insn): New code attribute.
21402 (SWIM124): New mode iterator.
21403 (<rotate_insn>ti3): New expander.
21404 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
21405 any_rotate code iterator.
21406 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
21407 using any_rotate code iterator and SWIM124 mode iterator.
21408 (ix86_rotlti3): New insn_and_split pattern.
21409 (ix86_rotrti3): Ditto.
21410 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
21411 ix86_rotl{di,ti}3 patterns.
21412 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
21413 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
21414 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
21415 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
21416 code iterator and SWI mode iterator.
21417 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
21418 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
21420 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
21421 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
21422 (bswap rotatert splitter): Add splitter.
21423 (bswap splitter): Macroize splitter using any_rotate code iterator.
21424 Add insn predicate to split only for TARGET_USE_XCHGB or when
21425 optimizing function for size.
21427 2010-04-12 Steve Ellcey <sje@cup.hp.com>
21429 * config/pa/pa.c (emit_move_sequence): Remove use of
21430 deleted variable flag_argument_noalias.
21432 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21434 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
21436 Add to unsupported targets list.
21437 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
21438 sparc*-sun-solaris2.[567]* from target lists.
21439 * configure: Regenerate.
21440 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
21442 Remove Solaris 7 patch references.
21443 (Specific, sparc-sun-solaris2.7): Removed.
21444 (sparc-sun-solaris2*): Update Solaris 7 example.
21445 (sparc64-*-solaris2*): Likewise.
21447 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21449 * config.build (alpha*-dec-osf4*): Remove.
21450 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
21451 of obsolete configurations.
21452 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
21454 * config/alpha/t-osf4: Renamed to ...
21455 * config/alpha/t-osf5: ... this.
21456 * config/alpha/osf.h: Renamed to ...
21457 * config/alpha/osf5.h: ... this.
21458 Merged old osf5.h contents.
21460 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
21461 (EXTRA_SPECS): Removed.
21462 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
21463 reflect removal of Tru64 UNIX V4.0/V5.0 support.
21466 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21468 * doc/contrib.texi (Contributors, Rainer Orth): Update.
21470 2010-04-12 Kai Tietz <kai.tietz@onevision.com>
21473 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
21474 __thiscall convention.
21476 2010-04-12 Steve Ellcey <sje@cup.hp.com>
21478 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
21480 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
21482 2010-04-12 Steve Ellcey <sje@cup.hp.com>
21484 * function.c (assign_parms_initialize_all): Add unused attribute
21487 2010-04-12 Richard Guenther <rguenther@suse.de>
21489 * gsstruct.def (GSS_CALL): New.
21490 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
21491 * gimple.h: Include tree-ssa-alias.h.
21492 (struct gimple_statement_call): New.
21493 (union gimple_statement_struct_d): Add gimple_call member.
21494 (gimple_call_reset_alias_info): Declare.
21495 (gimple_call_use_set): New function.
21496 (gimple_call_clobber_set): Likewise.
21497 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
21498 * gimple.c (gimple_call_reset_alias_info): New function.
21499 (gimple_build_call_1): Call it.
21500 * lto-streamer-in.c (input_gimple_stmt): Likewise.
21501 * tree-inline.c (remap_gimple_stmt): Likewise.
21502 (expand_call_inline): Remove callused handling.
21503 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
21504 * tree-dfa.c (dump_variable): Likewise.
21505 * tree-parloops.c (parallelize_loops): Likewise.
21506 * tree-ssa.c (init_tree_ssa): Likewise.
21507 (delete_tree_ssa): Likewise.
21508 * tree-flow-inline.h (is_call_used): Remove.
21509 * tree-flow.h (struct gimple_df): Remove callused member.
21510 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
21511 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
21512 (ref_maybe_used_by_call_p_1): Simplify.
21513 (call_may_clobber_ref_p_1): Likewise.
21514 * tree-ssa-structalias.c (compute_points_to_sets): Set
21515 the call stmt used and clobbered sets.
21516 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
21517 (find_tail_calls): Verify the tail call.
21519 2010-04-12 Richard Guenther <rguenther@suse.de>
21521 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
21522 single-iteration always-inline inlining.
21523 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
21524 (cgraph_decide_inlining): Do not handle always-inline specially.
21525 (try_inline): Remove always-inline cycle detection special case.
21526 Do not recurse on always-inlines.
21527 (cgraph_early_inlining): Do not iterate if not optimizing.
21528 (cgraph_gate_early_inlining): remove.
21529 (pass_early_inline): Run unconditionally.
21530 (gate_cgraph_decide_inlining): New function.
21531 (pass_ipa_inline): Use it. Do not run the IPA inliner if
21532 not inlining or optimizing.
21533 (cgraph_decide_inlining_of_small_functions): Also consider
21534 always-inline functions.
21535 (cgraph_default_inline_p): Return true for nodes which should
21536 disregard inline limits.
21537 (estimate_function_body_sizes): Assume zero size and time for
21538 nodes which are marked as disregarding inline limits.
21539 (cgraph_decide_recursive_inlining): Do not perform recursive
21540 inlining on always-inline nodes.
21542 2010-04-12 Jakub Jelinek <jakub@redhat.com>
21545 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
21546 for exprs satisfying handled_component_p.
21548 2010-04-12 Eric Botcazou <ebotcazou@adacore.com>
21550 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
21551 non-constant aggregate elements.
21553 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
21554 is a real initialization.
21556 2010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
21559 * c-decl.c (start_function): Move forward check for nested function.
21561 2010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
21563 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
21564 * config/sh/sh.c: Include reload.h.
21565 (sh_legitimize_reload_address): New.
21566 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
21567 sh_legitimize_reload_address.
21569 2010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
21571 * config/sh/sh.md (*movqi_pop): New insn pattern.
21572 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
21574 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
21576 * config/i386/i386.md (any_shiftrt): New code iterator.
21577 (shiftrt_insn): New code attribute.
21579 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
21580 using any_shiftrt code iterator.
21581 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
21582 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
21583 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
21584 pattern from corresponding peephole2 patterns.
21585 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
21586 using any_shiftrt code iterator.
21587 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
21588 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
21589 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
21590 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
21591 *{ashr,lshr}<mode>3_cmp_zext.
21592 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
21594 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
21596 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
21598 (*lshr<mode>3_cconly): Ditto.
21600 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
21602 * config/i386/i386.md (lshr<mode>3): Macroize expander from
21603 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
21604 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
21605 pattern from *lshr{di,ti}3_1 and corresponding splitters using
21607 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
21608 from corresponding peephole2 patterns.
21609 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
21610 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
21611 and *lshrdi3_1_rex64 using SWI mode iterator.
21612 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
21613 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
21614 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
21615 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
21616 and *lshrdi3_cmp_rex64 using SWI mode iterator.
21617 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
21618 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
21619 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
21620 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
21623 2010-04-10 Uros Bizjak <ubizjak@gmail.com>
21625 * config/i386/i386.md (ashr<mode>3): Macroize expander from
21626 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
21627 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
21628 pattern from *ashr{di,ti}3_1 and corresponding splitters using
21630 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
21631 from corresponding peephole2 patterns.
21632 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
21633 (ashrsi3_cvt): Rename from ashrsi3_31.
21634 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
21635 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
21636 and x86_64_shift_adj_3 using SWI48 mode iterator.
21637 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
21638 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
21639 and *ashrdi3_1_rex64 using SWI mode iterator.
21640 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
21641 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
21642 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
21643 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
21644 and *ashrdi3_cmp_rex64 using SWI mode iterator.
21645 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
21646 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
21647 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
21648 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
21650 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
21651 * config/i386/i386.c (ix86_split_ashr): Update for renamed
21652 x86_shift<mode>_adj_3 expanders.
21654 2010-04-10 Wei Guozhi <carrot@google.com>
21657 * config/arm/arm.c (arm_pic_static_addr): New function.
21658 (legitimize_pic_address): Call arm_pic_static_addr when it detects
21660 (arm_output_addr_const_extra): Output expression for new pattern.
21661 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
21663 2010-04-10 Bernd Schmidt <bernds@codesourcery.com>
21665 * ira-costs.c (record_reg_classes): Ignore alternatives that are
21668 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
21669 * web.c: Include "insn-config.h" and "recog.h".
21670 (union_match_dups): New function.
21671 (web_main): Call it.
21672 (union_defs): Don't try to recognize match_dups.
21674 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
21675 if doing so would replace the entire pattern.
21677 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
21681 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
21682 and splitter pattern. Change splitter operand 1 predicate to
21685 2010-04-09 Martin Jambor <mjambor@suse.cz>
21687 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
21688 lattices are addresses of CONST_DECLs with the same initial value.
21689 (ipcp_print_all_lattices): Print values of CONST_DECLs.
21690 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
21692 2010-04-09 Eric Botcazou <ebotcazou@adacore.com>
21693 Bernd Schmidt <bernds@codesourcery.com>
21695 * loop-invariant.c (replace_uses): New static function.
21696 (move_invariant_reg): Use it to ensure we can replace the uses.
21698 2010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
21700 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
21702 (picochip_override_options): Enable section anchors only above -O1.
21703 (picochip_reorg): Fixed a couple of build warnings.
21705 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21707 * configure.ac (plugin -rdynamic test): Log result.
21708 * configure: Regenerate.
21709 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
21710 (RDYNAMIC_SPEC): Define.
21711 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
21713 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21715 * configure.ac: Determine Sun ld version numbers.
21716 (comdat_group): Restrict GNU ld version checks to gld.
21717 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
21718 (enable_comdat): Support --enable-comdat.
21719 * configure: Regenerate.
21720 * doc/install.texi (Configuration): Document --enable-comdat.
21722 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21724 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
21725 * config/sol2-gld.h: ... here.
21726 * config.gcc (sparc*-*-solaris2*): Reflect this.
21727 (i[34567]86-*-solaris2*): Use it.
21729 2010-04-09 Steve Ellcey <sje@cup.hp.com>
21731 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
21733 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
21735 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
21738 * diagnostic.c (diagnostic_initialize): Initialize
21739 some_warnings_are_errors.
21740 (diagnostic_finish): New.
21741 (diagnostic_action_after_output): Call it before exiting.
21742 (diagnostic_report_diagnostic): Do not print message here. Set
21743 some_warnings_are_errors.
21744 * diagnostic.h (diagnostic_context): Delete
21745 issue_warnings_are_errors_message. Add some_warnings_are_errors.
21746 (diagnostic_finish): Declare.
21747 * toplev.c (toplev_main): Call it before exit.
21749 2010-04-09 Jason Merrill <jason@redhat.com>
21752 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
21753 for incomplete type.
21756 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
21757 based on a warning flag.
21759 2010-04-09 Richard Guenther <rguenther@suse.de>
21761 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
21763 2010-04-09 Iain Sandoe <iains@gcc.gnu.org>
21766 * varasm.c (default_assemble_visibility): Wrap vars that are
21767 set, but unused, by targets without GAS.
21768 * config/rs6000/rs6000.c (paired_emit_vector_compare):
21769 Remove set, but unused, vars.
21770 (rs6000_legitimize_tls_address): Likewise.
21771 (altivec_expand_dst_builtin): Likewise.
21772 * config/darwin.c (machopic_classify_symbol): Likewise.
21773 (machopic_indirection_name): Likewise.
21775 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
21777 * config/i386/i386.md (DWI): New mode iterator.
21778 (S): New mode attribute.
21779 (shift_operand): Ditto.
21780 (shift_immediate_operand): Ditto.
21781 (ashl_input_operand): Ditto.
21782 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
21783 using SDWIM mode iterator.
21784 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
21785 pattern from *ashl{di,ti}3_1 and corresponding splitters using
21787 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
21788 from corresponding peephole2 patterns.
21789 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
21790 and x86_64_shift_adj_1 using SWI48 mode iterator.
21791 (x86_shift<mode>_adj_2): Ditto.
21792 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
21793 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
21794 using SWI48 mode iterator.
21795 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
21796 *ashldi3_cmp_rex64 using SWI mode iterator.
21797 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
21798 *ashldi3_cconly_rex64 using SWI mode iterator.
21799 * config/i386/i386.c (ix86_split_ashl): Update for renamed
21800 x86_shift<mode>_adj_{1,2}.
21801 (ix86_split_ashr): Ditto.
21802 (ix86_split_lshr): Ditto.
21804 2010-04-09 Richard Guenther <rguenther@suse.de>
21806 * target.h (builtin_conversion): Pass in input and output types.
21807 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
21808 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
21809 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
21810 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
21812 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
21814 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
21816 2010-04-09 Richard Guenther <rguenther@suse.de>
21819 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
21821 2010-04-09 Richard Guenther <rguenther@suse.de>
21823 * tree-vectorizer.h (struct _stmt_vec_info): Document
21824 that vectype is the type of the LHS.
21825 (supportable_widening_operation, supportable_narrowing_operation):
21826 Get both input and output vector types as arguments.
21827 (vect_is_simple_use_1): Declare.
21828 (get_same_sized_vectype): Likewise.
21829 * tree-vect-loop.c (vect_determine_vectorization_factor):
21830 Set STMT_VINFO_VECTYPE to the vector type of the def.
21831 (vectorizable_reduction): Adjust.
21832 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
21833 Adjust. Specify the output vector type.
21834 (vect_pattern_recog_1): Adjust.
21835 * tree-vect-stmts.c (get_same_sized_vectype): New function.
21836 (vectorizable_call): Adjust.
21837 (vectorizable_conversion): Likewise.
21838 (vectorizable_operation): Likewise.
21839 (vectorizable_type_demotion): Likewise.
21840 (vectorizable_type_promotion): Likewise.
21841 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
21843 (vect_is_simple_use_1): New function.
21844 (supportable_widening_operation): Get both input and output
21846 (supportable_narrowing_operation): Likewise.
21847 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
21849 2010-04-09 Kai Tietz <kai.tietz@onevision.com>
21851 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
21852 __thiscall and _thiscall as predefined macros.
21853 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
21854 thiscall attribute handling.
21855 (ix86_comp_type_attributes): Likewise.
21856 (ix86_function_regparm): Likewise.
21857 (ix86_return_pops_args): Likewise.
21858 (init_cumulative_args): Likewise.
21859 (find_drap_reg): Likewise.
21860 (ix86_static_chain): Likewise.
21861 (x86_this_parameter): Likewise.
21862 (x86_output_mi_thunk): Likewise.
21863 (ix86_attribute_table): Add description for thiscall attribute.
21864 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
21865 * doc/extend.texi: Add documentation for thiscall.
21867 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
21870 * c.opt (Wint-to-pointer-cast): Available in C++.
21871 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
21873 2010-04-08 Eric Botcazou <ebotcazou@adacore.com>
21875 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
21876 * calls.c (expand_call): Pass the function type to aggregate_value_p.
21877 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
21878 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
21879 function type instead. Reorder and simplify checks.
21881 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
21883 2010-04-08 Jing Yu <jingyu@google.com>
21884 Zdenek Dvorak <ook@ucw.cz>
21886 PR tree-optimization/42720
21887 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
21888 loop unswitch conditions here from ...
21889 (tree_unswitch_single_loop): ... here.
21891 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
21893 * tree-if-conv.c: Fix comments and simplify logic.
21895 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
21897 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
21898 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
21899 (main_tree_if_conversion): Update call to tree_if_conversion.
21901 2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
21904 * doc/invoke.texi (-b,-V): Delete.
21905 * doc/tm.texi: Do not mention -b.
21906 * gcc.c (display_help): Delete -b and -V.
21907 (process_command): Delete -b and -V.
21908 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
21910 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
21911 Wolfgang Gellerich <gellerich@de.ibm.com>
21913 Implement target hook for loop unrolling
21914 * target.h (loop_unroll_adjust): Add a new target hook function.
21915 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
21916 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
21917 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
21918 (s390_loop_unroll_adjust): Implement the new target hook for s390.
21919 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
21921 (decide_unroll_stupid): Likewise.
21923 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21926 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
21928 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
21930 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
21931 (Specific, *-*-solaris2*): Likewise.
21932 Don't prefer Sun as over GNU as.
21934 2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
21936 * config/s390/s390.c (override_options): Adjust the z10 defaults
21937 for max-unroll-times, max-completely-peeled-insns
21938 and max-completely-peel-times.
21940 2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21942 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
21943 instructions for z10.
21944 (s390_expand_setmem): Likewise.
21945 (s390_expand_cmpmem): Likewise.
21947 2010-04-08 Richard Guenther <rguenther@suse.de>
21949 PR tree-optimization/43679
21950 * tree-ssa-pre.c (eliminate): Only propagate copies.
21952 2010-04-08 Jakub Jelinek <jakub@redhat.com>
21955 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
21956 set but not used variable warning.
21958 2010-04-08 Wei Guozhi <carrot@google.com>
21961 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
21962 (arm_size_rtx_costs): Call the new function when optimized for size.
21964 2010-04-08 Jakub Jelinek <jakub@redhat.com>
21967 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
21968 op0 is not a MEM, just return NULL instead of assertion
21970 (discover_nonconstant_array_refs): Don't walk debug stmts.
21972 2010-04-08 Doug Kwan <dougkwan@google.com>
21974 * configure.ac: Recognize gold and do not use its version number
21975 to test ld features.
21976 * configure: Regenerate.
21978 2010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
21980 PR middle-end/40815
21981 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
21982 (negate_value): Move code to push elements to broken_up_substracts ...
21983 (eliminate_plus_minus_pair): ... here. Push operands that have no
21984 negative pair to plus_negates.
21985 (repropagate_negates, init_reassoc, fini_reassoc): Update.
21987 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21989 * doc/install.texi (Configuration): Move description of
21990 --enable-lto, --with-libelf*, --enable-gold from Java section to
21993 * doc/generic.texi (Working with declarations)
21994 (Function Properties, C and C++ Trees): Fix typos.
21995 * doc/sourcebuild.texi (Top Level): Likewise.
21997 2010-04-07 Jakub Jelinek <jakub@redhat.com>
22000 * tree.h (DECL_READ_P): Define.
22001 (struct tree_decl_common): Add decl_read_flag.
22002 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
22003 a set but not used warning.
22004 (merge_decls): Merge DECL_READ_P flag.
22005 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
22006 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
22007 * c-common.c (handle_used_attribute, handle_unused_attribute):
22009 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
22011 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
22013 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
22014 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
22015 c_parser_binary_expression, c_parser_cast_expression,
22016 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
22017 Call default_function_array_read_conversion instead of
22018 default_function_array_conversion where needed.
22019 (c_parser_unary_expression, c_parser_conditional_expression,
22020 c_parser_postfix_expression_after_primary, c_parser_initelt):
22021 Likewise. Call mark_exp_read where needed.
22022 (c_parser_statement_after_labels, c_parser_asm_operands,
22023 c_parser_typeof_specifier, c_parser_sizeof_expression,
22024 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
22026 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
22028 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
22029 (warn_unused_but_set_parameter): Default to warn_unused
22031 * doc/invoke.texi: Document -Wunused-but-set-variable and
22032 -Wunused-but-set-parameter.
22034 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
22035 used count variable.
22036 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
22037 when operandN variables aren't used in the body of the expander
22039 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
22040 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
22041 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
22042 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
22043 FOR_EACH_IMM_USE_ON_STMT): Likewise.
22044 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
22045 * tree.c (PROCESS_ARG): Likewise.
22047 2010-04-07 Simon Baldwin <simonb@google.com>
22049 * diagnostic.h (diagnostic_override_option_index): New macro to
22050 set a diagnostic's option_index.
22051 * c-tree.h (c_cpp_error): Add warning reason argument.
22052 * opts.c (_warning_as_error_callback): New.
22053 (register_warning_as_error_callback): Store callback for
22054 warnings enabled via enable_warning_as_error.
22055 (enable_warning_as_error): Call callback, minor code tidy.
22056 * opts.h (register_warning_as_error_callback): Declare.
22057 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
22058 response to -Werror=.
22059 (c_common_init_options): Register warning_as_error_callback in opts.c.
22060 * common.opt: Add -Wno-cpp option.
22061 * c-common.c (struct reason_option_codes_t): Map cpp warning
22062 reason codes to gcc option indexes.
22063 * (c_option_controlling_cpp_error): New function, lookup the gcc
22064 option index for a cpp warning reason code.
22065 * (c_cpp_error): Add warning reason argument, call
22066 c_option_controlling_cpp_error for diagnostic_override_option_index.
22067 * doc/invoke.texi: Document -Wno-cpp.
22069 2010-04-07 Richard Guenther <rguenther@suse.de>
22071 * ipa-reference.c (mark_load): Use get_base_address.
22072 (mark_store): Likewise.
22074 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
22075 inserting GIMPLE_NOPs into the IL.
22076 * tree-ssa-structalias.c (get_constraint_for_component_ref):
22077 Explicitly strip handled components and indirect references.
22079 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
22080 folding address expressions.
22081 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
22082 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
22083 operand_equal_p to compare decls.
22084 (ptr_deref_may_alias_decl_p): Likewise.
22085 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
22086 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
22087 Handle reversed comparison ops.
22088 * tree-sra.c (asm_visit_addr): Use get_base_address.
22089 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
22090 * ipa-reference.c (mark_address): Use get_base_address.
22092 2010-04-07 Richard Guenther <rguenther@suse.de>
22094 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
22095 Propagate constants everywhere.
22097 2010-04-07 Jakub Jelinek <jakub@redhat.com>
22100 * tree.c (MAX_INT_CACHED_PREC): Define.
22101 (nonstandard_integer_type_cache): New array.
22102 (build_nonstandard_integer_type): Cache results for precision
22103 <= MAX_INT_CACHED_PREC.
22105 2010-04-07 Richard Guenther <rguenther@suse.de>
22107 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
22108 -fargument-noalias-global, -fargument-noalias-anything): Remove.
22109 * common.opt: Likewise.
22110 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
22111 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
22112 (nonoverlapping_memrefs_p): Likewise.
22113 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
22114 * opts.c (common_handle_option): Handle OPT_fargument_alias,
22115 OPT_fargument_noalias, OPT_fargument_noalias_anything and
22116 OPT_fargument_noalias_global for backward compatibility.
22118 2010-04-07 Richard Guenther <rguenther@suse.de>
22120 PR tree-optimization/43270
22121 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
22122 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
22123 * tree-ssa-pre.c (phi_translate_1): Adjust.
22124 (fully_constant_expression): Split out vn_reference handling to ...
22125 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
22126 Fold reads from constant strings.
22127 (vn_reference_lookup): Handle fully constant references.
22128 (vn_reference_lookup_pieces): Likewise.
22129 * Makefile.in (expmed.o-warn): Add -Wno-error.
22131 2010-04-07 Martin Jambor <mjambor@suse.cz>
22133 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
22135 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
22138 * gcc.c: Add -static-libstdc++ to list of recognized options.
22140 2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22142 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
22144 2010-04-07 Richard Guenther <rguenther@suse.de>
22146 PR middle-end/42617
22147 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
22148 bases build simple mem attributes to retain points-to information.
22150 2010-04-07 Richard Guenther <rguenther@suse.de>
22152 PR middle-end/42617
22153 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
22154 preserve points-to related information.
22156 2010-04-07 Richard Guenther <rguenther@suse.de>
22158 PR middle-end/42617
22159 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
22160 discard plain indirect references.
22161 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
22162 * tree.c (tree_nop_conversion): Likewise.
22164 2010-04-07 Dodji Seketeli <dodji@redhat.com>
22167 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
22169 2010-04-06 Kai Tietz <kai.tietz@onevision.com>
22171 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
22172 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
22174 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
22176 * tree-if-conv.c: Fix indentation and comments.
22178 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
22180 * tree-if-conv.c: Sort static functions in topological order.
22182 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
22184 * tree-if-conv.c: Fix indentation and comments.
22186 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
22188 PR middle-end/43519
22189 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
22190 lang_hooks.types.type_for_size instead of
22191 build_nonstandard_integer_type.
22192 When converting an unsigned type to signed, double its precision.
22193 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
22194 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
22195 (graphite_create_new_loop_guard): When ub + 1 wraps around,
22198 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
22200 PR middle-end/43519
22201 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
22202 POINTER_PLUS_EXPR for pointer types.
22204 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
22206 PR middle-end/43519
22207 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
22208 * graphite-clast-to-gimple.c: Include langhooks.h.
22209 (max_signed_precision_type): New.
22210 (max_precision_type): Takes two types as arguments.
22211 (precision_for_value): New.
22212 (precision_for_interval): New.
22213 (gcc_type_for_interval): New.
22214 (gcc_type_for_value): New.
22215 (gcc_type_for_clast_term): New.
22216 (gcc_type_for_clast_red): New.
22217 (gcc_type_for_clast_bin): New.
22218 (gcc_type_for_clast_expr): Split up into several functions.
22219 (gcc_type_for_clast_eq): Rewritten.
22220 (compute_bounds_for_level): New.
22221 (compute_type_for_level_1): New.
22222 (compute_type_for_level): New.
22223 (gcc_type_for_cloog_iv): Removed.
22224 (gcc_type_for_iv_of_clast_loop): Rewritten.
22225 (graphite_create_new_loop): Compute the lower and upper bound types
22226 with gcc_type_for_clast_expr.
22227 (graphite_create_new_loop_guard): Same.
22228 (find_cloog_iv_in_expr): Removed.
22229 (compute_cloog_iv_types_1): Removed.
22230 (compute_cloog_iv_types): Removed.
22231 (gloog): Do not call compute_cloog_iv_types.
22232 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
22233 GBB_CLOOG_IV_TYPES.
22234 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
22235 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
22236 (GBB_CLOOG_IV_TYPES): Removed.
22238 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
22240 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
22241 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
22242 (detect_commutative_reduction): Same.
22244 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
22246 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
22247 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
22249 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
22250 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
22251 (rewrite_commutative_reductions_out_of_ssa): Same.
22252 * passes.c (execute_function_todo): Call verify_ssa for every pass
22253 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
22254 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
22255 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
22256 with an extra argument.
22257 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
22258 verify_ssa only when the extra argument is true.
22259 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
22260 with an extra argument.
22261 (tree_transform_and_unroll_loop): Same.
22263 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
22265 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
22266 for all the passes of the LNO having LOOP_CLOSED_SSA.
22267 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
22268 * tree-loop-distribution.c (pass_loop_distribution): Same.
22269 * tree-pass.h (TODO_verify_loops): Removed.
22270 * tree-ssa-loop.c (pass_tree_loop_init): Same.
22272 (pass_tree_unswitch): Same.
22273 (pass_predcom): Same.
22274 (pass_vectorize): Same.
22275 (pass_linear_transform): Same.
22276 (pass_graphite_transforms): Same.
22277 (pass_iv_canon): Same.
22278 (pass_complete_unroll): Same.
22279 (pass_complete_unrolli): Same.
22280 (pass_parallelize_loops): Same.
22281 (pass_loop_prefetch): Same.
22282 (pass_iv_optimize): Same.
22284 2010-04-06 Changpeng Fang <changpeng.fang@amd.com>
22286 PR middle-end/32824
22287 * passes.c (init_optimization_passes): Move pass_lim before
22288 pass_copy_prop and pass_dce_loop.
22290 2010-04-06 Jakub Jelinek <jakub@redhat.com>
22293 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
22294 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
22295 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
22296 MULTI_* defines for 4 argument vpermil2p* builtins.
22298 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
22300 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
22301 * config/i386/i386.c (x86_maybe_negate_const_int): New.
22302 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
22303 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
22304 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
22305 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
22306 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
22307 Use x86_maybe_negate_const_int to output insn mnemonic.
22308 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
22309 check from instruction predicate. Update comments.
22310 * config/i386/sync.md (sync_add<mode>): Use
22311 x86_maybe_negate_const_int to output insn mnemonic.
22313 2010-04-06 Jan Hubicka <jh@suse.cz>
22315 PR tree-optimization/42906
22316 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
22317 IGNORE_SELF argument. Set visited_control_parents for fully
22319 (find_obviously_necessary_stmts): Update call of
22320 mark_control_dependent_edges_necessary.
22321 (propagate_necessity): Likewise. Handle PHI edges more curefully.
22323 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
22325 * config/i386/i386.md: Remove comment about 'e' and 'E'
22328 2010-04-06 Richard Guenther <rguenther@suse.de>
22330 PR tree-optimization/43627
22331 * tree-vrp.c (extract_range_from_unary_expr): Widenings
22332 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
22335 2010-04-06 Jakub Jelinek <jakub@redhat.com>
22337 * BASE-VER: Change to 4.6.0.
22340 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
22343 2010-04-06 Richard Guenther <rguenther@suse.de>
22345 PR middle-end/43661
22346 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
22348 2010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22350 * doc/invoke.texi (Optimize Options): Document that LTO
22351 won't remove object access purely due to incompatible
22354 2010-04-04 Matthias Klose <doko@ubuntu.com>
22356 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
22357 Initialize variable.
22359 2010-04-03 Richard Guenther <rguenther@suse.de>
22361 PR middle-end/42509
22362 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
22363 require a non-NULL MEM_OFFSET.
22365 2010-04-02 Steven Bosscher <steven@gcc.gnu.org>
22367 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
22368 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
22369 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
22370 config/alpha/predicates.md, config/arm/arm.md,
22371 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
22372 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
22373 config/darwin9.h, config/darwin.c, config/darwin.h,
22374 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
22375 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
22376 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
22377 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
22378 config/mips/mips.md, config/mn10300/mn10300.c,
22379 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
22380 config/rs6000/aix.h, config/rs6000/dfp.md,
22381 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
22382 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
22383 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
22384 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
22385 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
22386 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
22387 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
22388 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
22389 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
22390 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
22391 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
22392 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
22393 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
22394 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
22395 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
22396 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
22397 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
22398 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
22399 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
22400 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
22401 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
22402 opt-functions.awk, opth-gen.awk, params.def, passes.c,
22403 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
22404 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
22405 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
22406 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
22407 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
22408 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
22409 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
22410 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
22411 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
22412 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
22413 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
22414 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
22415 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
22416 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
22418 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22421 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
22422 * aclocal.m4: Regenerate.
22424 2010-04-02 Richard Guenther <rguenther@suse.de>
22426 PR tree-optimization/43629
22427 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
22428 if we have seen a constant value.
22430 2010-04-02 Joseph Myers <joseph@codesourcery.com>
22432 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
22434 2010-04-02 Richard Earnshaw <rearnsha@arm.com>
22437 * arm.c (legitimize_tls_address): Adjust call to
22438 gen_tls_load_dot_plus_four.
22439 (arm_note_pic_base): New function.
22440 (arm_cannot_copy_insn_p): Use it.
22441 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
22444 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22449 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22451 * Makefile.in ($(out_object_file)): Depend on
22452 gt-$(basename $(notdir $(out_file))).h.
22454 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
22456 * config.gcc (lm32-*-rtems*): Add t-lm32.
22458 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
22460 * config.gcc: Add lm32-*-rtems*.
22461 * config/lm32/rtems.h: New file.
22463 2010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
22466 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
22468 2010-04-01 Jakub Jelinek <jakub@redhat.com>
22470 * dwarf2out.c (output_compilation_unit_header): For
22471 -gdwarf-4 use version 4 instead of version 3.
22472 (output_line_info): For version 4 and above emit additional
22473 maximum ops per insn header field.
22474 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
22476 * dwarf2out.c (is_c_family, is_java): Remove.
22477 (lower_bound_default): New function.
22478 (add_bound_info, gen_descr_array_type_die): Use it.
22480 2010-04-01 Dodji Seketeli <dodji@redhat.com>
22483 * dwarf2out.c (gen_variable_die): Allow debug info for variable
22484 re-declaration when it happens in a function.
22486 2010-04-01 Aldy Hernandez <aldyh@redhat.com>
22488 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
22489 (cgraph_remove_function_insertion_hook): Same.
22490 (cgraph_call_function_insertion_hooks): Same.
22492 2010-04-01 Richard Guenther <rguenther@suse.de>
22494 PR middle-end/43614
22495 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
22496 and TREE_THIS_VOLATILE.
22497 (copy_ref_info): Likewise.
22498 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
22499 * tree.c (build6_stat): Ignore side-effects of all but arg5
22500 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
22503 2010-04-01 Richard Guenther <rguenther@suse.de>
22505 PR tree-optimization/43607
22506 * ipa-type-escape.c (check_call): Do not access non-existing
22509 2010-04-01 Richard Guenther <rguenther@suse.de>
22511 PR middle-end/43602
22513 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
22514 Jack Howarth <howarth@bromo.med.uc.edu>
22516 * tree-profile.c (tree_init_ic_make_global_vars): Make static
22519 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22521 * doc/install.texi (Prerequisites): Document libelf usability on
22522 IRIX 5/6 and Solaris 2.
22523 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
22524 Update GNU as, GNU ld requirements.
22525 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
22526 Document Sun Studio compiler download.
22527 Update and simplify as, ld recommendations.
22528 (Specific, *-*-solaris2.7): Note obsoletion, removal.
22530 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22532 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
22533 with_tune_32 to pentium4.
22535 2010-04-01 Uros Bizjak <ubizjak@gmail.com>
22537 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
22539 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22541 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
22542 obsoletion, removal.
22544 Document GNU as requirement.
22545 Update configure requirements.
22546 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
22547 Recomment IRIX 6.5.18+.
22548 Document IDF/IDL requirement.
22549 Document GNU as requirement.
22550 Document GNU ld bootstrap failure.
22551 Remove freeware.sgi.com reference.
22553 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22555 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
22556 UNIX V4.0, V5.0 obsoletion, removal.
22557 Remove --with-gc=simple reference.
22558 Update VM requirements during bootstrap.
22559 Remove -oldas bootstrap description.
22560 Update binutils reference.
22561 Remove comparison failure note.
22563 2010-03-31 Richard Guenther <rguenther@suse.de>
22564 Zdenek Dvorak <ook@ucw.cz>
22565 Sebastian Pop <sebastian.pop@amd.com>
22567 PR middle-end/43464
22568 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
22569 with multiple arguments.
22570 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
22572 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
22574 * graphite-dependences.c (print_pddr): Call print_pdr with an
22576 * graphite-poly.c (debug_pdr): Add an extra argument for the
22579 (print_pbb_domain): Same.
22581 (print_scop_context): Same.
22582 (print_scop): Same.
22583 (print_cloog): Same.
22584 (debug_pbb_domain): Same.
22586 (print_pdrs): Same.
22587 (debug_pdrs): Same.
22588 (debug_scop_context): Same.
22589 (debug_scop): Same.
22590 (debug_cloog): Same.
22591 (print_scop_params): Same.
22592 (debug_scop_params): Same.
22593 (print_iteration_domain): Same.
22594 (print_iteration_domains): Same.
22595 (debug_iteration_domain): Same.
22596 (debug_iteration_domains): Same.
22597 (print_scattering_function): Same.
22598 (print_scattering_functions): Same.
22599 (debug_scattering_function): Same.
22600 (debug_scattering_functions): Same.
22601 * graphite-poly.h (debug_pdr): Update declaration.
22603 (print_pbb_domain): Same.
22605 (print_scop_context): Same.
22606 (print_scop): Same.
22607 (print_cloog): Same.
22608 (debug_pbb_domain): Same.
22610 (print_pdrs): Same.
22611 (debug_pdrs): Same.
22612 (debug_scop_context): Same.
22613 (debug_scop): Same.
22614 (debug_cloog): Same.
22615 (print_scop_params): Same.
22616 (debug_scop_params): Same.
22617 (print_iteration_domain): Same.
22618 (print_iteration_domains): Same.
22619 (debug_iteration_domain): Same.
22620 (debug_iteration_domains): Same.
22621 (print_scattering_function): Same.
22622 (print_scattering_functions): Same.
22623 (debug_scattering_function): Same.
22624 (debug_scattering_functions): Same.
22626 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
22628 * graphite-poly.c (print_scattering_function_1): New.
22629 (print_scattering_function): Call it.
22630 (print_scop_params): Remove spaces at the end of lines.
22631 (print_cloog): New.
22632 (debug_cloog): New.
22633 * graphite-poly.h (print_cloog): Declared.
22634 (debug_cloog): Declared.
22636 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
22638 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
22640 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
22641 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
22642 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
22643 to switch between adding the IV bump in loop->latch or in loop->header.
22645 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
22647 * graphite-poly.c (print_scattering_function): Pretty print following
22648 the scoplib format.
22650 (print_pbb_domain): Same.
22651 (dump_gbb_cases): Same.
22652 (dump_gbb_conditions): Same.
22653 (print_pdrs): Same.
22655 (print_scop_params): Same.
22656 (print_scop_context): Same.
22657 (print_scop): Same.
22658 (print_pbb_body): New.
22659 (lst_indent_to): New.
22660 (print_lst): Start new lines with a #.
22661 * graphite-poly.h (pbb_bb): New.
22662 (pbb_index): Use pbb_bb.
22663 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
22665 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
22667 2010-03-31 Jakub Jelinek <jakub@redhat.com>
22669 * dwarf2out.c (size_of_die): For -gdwarf-4 use
22670 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
22671 and 0 instead of 1 for dw_val_class_flag.
22672 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
22673 dw_val_class_range_list, dw_val_class_loc_list,
22674 dw_val_class_lineptr and dw_val_class_macptr, use
22675 DW_FORM_flag_present for dw_val_class_flag and
22676 DW_FORM_exprloc for dw_val_class_loc.
22677 (output_die): For -gdwarf-4 print dw_val_class_loc
22678 size as uleb128 instead of 1 or 2 bytes and don't print
22679 anything for dw_val_class_flag.
22681 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
22682 instead of cselib_lookup following by tweaking locs->setting_insn.
22685 * cselib.c (cselib_process_insn): Clear cselib_current_insn
22686 even before returning from label, setjmp call or volatile asm
22689 2010-03-31 Richard Guenther <rguenther@suse.de>
22691 PR middle-end/43600
22692 * cgraphunit.c (cgraph_output_in_order): Do not allocate
22693 temporary data on stack.
22695 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22697 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
22698 (PUSHSECTION_ASM_OP): Remove.
22699 (POPSECTION_ASM_OP): Remove.
22700 (PUSHSECTION_FORMAT): Remove.
22701 * config/sol2.h (PUSHSECTION_FORMAT): Define.
22702 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
22703 * config/sol2.c (solaris_output_init_fini): Use it.
22705 2010-03-31 Jie Zhang <jie@codesourcery.com>
22708 * opt-functions.awk (var_type_struct): Use signed char type
22709 for simple variables.
22711 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22713 * config/sol2.c: Include output.h.
22714 (solaris_assemble_visibility): New function.
22715 * config/t-sol2 (sol2.o): Add output.h dependency.
22716 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
22717 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
22720 2010-03-31 Jakub Jelinek <jakub@redhat.com>
22723 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
22724 V2SImode or XFmode on PRE_DEC.
22727 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
22730 2010-03-31 Jie Zhang <jie@codesourcery.com>
22733 * reload.h (caller_save_initialized_p): Declare.
22734 * toplev.c (backend_init_target): Don't call
22735 init_caller_save but set caller_save_initialized_p to false.
22736 * caller-save.c (caller_save_initialized_p): Define.
22737 (init_caller_save): Check caller_save_initialized_p.
22738 * ira.c (ira): Call init_caller_save if flag_caller_saves.
22740 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22743 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
22744 and soft-fp/t-softfp to tmake_file.
22745 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
22746 (LIBGCC2_TF_CEXT): Define.
22749 2010-03-30 Alexandre Oliva <aoliva@redhat.com>
22752 * cselib.c (n_useless_values): Document handling of debug locs.
22753 (n_useless_debug_values, n_debug_values): New variables.
22754 (new_elt_loc_list): Don't add to debug values, keep count.
22755 (promote_debug_loc): New.
22756 (cselib_reset_table): Zero new variables.
22757 (entry_and_rtx_equal_p): Promote debug locs.
22758 (discard_useless_locs): Increment n_useless_debug_values for
22760 (remove_useless_values): Adjust n_useless_values and n_debug_values
22761 with n_useless_debug_values.
22762 (add_mem_for_addr): Promote debug locs.
22763 (cselib_lookup_mem): Likewise.
22764 (cselib_lookup_addr): Renamed to...
22765 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
22766 (cselib_log_lookup): ... this. Turn into...
22767 (cselib_lookup_addr): ... new wrapper.
22768 (cselib_lookup_from_insn): New.
22769 (cselib_invalidate_regno): Increment n_useless_debug_values for
22771 (cselib_invalidate_mem): Likewise.
22772 (cselib_process_insn): Take n_deleted and n_debug_values into
22773 account to guard remove_useless_value call.
22774 (cselib_finish): Zero n_useless_debug_values.
22775 * cselib.h (cselib_lookup_from_insn): Declare.
22776 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
22777 (sched_analyze_2): Likewise.
22779 2010-03-30 Jakub Jelinek <jakub@redhat.com>
22781 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
22783 (adjust_mems): Replace narrowing SUBREG of expression containing
22784 just PLUS, MINUS, MULT and ASHIFT of registers and constants
22785 with operations in the narrower mode.
22788 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
22789 regs_invalidated_by_call instead all call_used_reg_set registers.
22791 2010-03-30 Sebastian Pop <sebastian.pop@amd.com>
22793 PR middle-end/43430
22794 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
22795 pointer comparisons with types_compatible_p.
22796 * tree-vect-stmts.c (vectorizable_call): Same.
22797 (vectorizable_condition): Same.
22799 2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22801 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
22802 stack check if the mask would be zero.
22804 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
22805 Jack Howarth <howarth@bromo.med.uc.edu>
22807 * tree-profile.c (tree_init_ic_make_global_vars): Make static
22810 2010-03-30 Joseph Myers <joseph@codesourcery.com>
22813 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
22815 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
22816 Include ___unordxf2 and ___unordtf2.
22817 * config/i386/libgcc-glibc.ver: Do not define inheritance from
22820 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
22822 * config/lm32/t-lm32: New file.
22823 * config.gcc: Use the above file when targetting lm32.
22825 2010-03-28 Duncan Sands <baldrick@free.fr>
22827 * Makefile.in (PLUGIN_HEADERS): Add except.h.
22829 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
22831 PR middle-end/43431
22832 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
22833 Improve vectorization cost model diagnostic.
22835 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
22837 PR middle-end/43436
22838 * tree-vect-data-refs.c (vect_analyze_data_refs): When
22839 compute_data_dependences_for_loop returns false, early exit
22840 and output an extra diagnostic for the failed data reference
22843 2010-03-29 Richard Guenther <rguenther@suse.de>
22845 PR tree-optimization/43560
22846 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
22847 (can_sm_ref_p): Treat stores to readonly locations as trapping.
22849 2010-03-29 Jie Zhang <jie@codesourcery.com>
22852 * toplev.c (process_options): Set optimization_default_node
22853 and optimization_current_node.
22854 * opts.c (decode_options): Don't set optimization_default_node
22855 and optimization_current_node.
22857 2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
22859 * config/rtems.h: Abandon -qrtems_debug.
22861 2010-03-28 Jan Hubicka <jh@suse.cz>
22863 PR tree-optimization/43505
22864 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
22865 map should not be copied.
22867 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22869 PR middle-end/41674
22870 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
22871 cdtors, set DECL_PRESERVE_P.
22872 * ipa.c (cgraph_externally_visible_p): Return true if declaration
22873 should be preseved.
22875 2010-03-27 Uros Bizjak <ubizjak@gmail.com>
22877 PR tree-optimization/43528
22878 * stor-layout.c (place_field): Check that constant fits into
22879 unsigned HWI when skipping calculation of MS bitfield layout.
22881 2010-03-27 Jan Hubicka <jh@suse.cz>
22883 PR middle-end/43391
22884 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
22885 notice_global_symbol work.
22887 2010-03-27 Jakub Jelinek <jakub@redhat.com>
22889 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
22890 instead of dwarf2out_decl.
22891 (struct var_loc_node): Remove section_label field.
22892 (dwarf2out_function_decl): New function.
22893 (dwarf2out_var_location): Don't set section_label field.
22894 (dwarf2out_begin_function): Don't empty decl_loc_table here.
22896 2010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
22898 PR tree-optimization/43544
22899 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
22900 First argument for builtin vectorized function hook is now a
22901 tree to be able to distinguish between machine specific and
22903 * targhooks.c (default_builtin_vectorized_function): Ditto.
22904 * targhooks.h (default_builtin_vectorized_function): Ditto.
22905 * target.h (struct gcc_target): Ditto.
22906 * tree-vect-stmts.c (vectorizable_function): Ditto.
22907 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
22908 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
22911 2010-03-26 Joseph Myers <joseph@codesourcery.com>
22914 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
22915 nested binding iff it is a FUNCTION_DECL.
22916 (store_parm_decls_newstyle): Pass nested=true to bind for
22917 FUNCTION_DECLs amongst parameters.
22919 2010-03-26 Jakub Jelinek <jakub@redhat.com>
22921 * var-tracking.c (vt_expand_loc_callback): Don't run
22922 cselib_expand_value_rtx_cb in dummy mode if
22923 cselib_dummy_expand_value_rtx_cb returned false.
22925 * var-tracking.c (emit_note_insn_var_location): For one part
22926 notes with offset 0, don't add EXPR_LIST around the location.
22927 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
22928 add_location_or_const_value_attribute): Adjust for that change.
22931 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
22932 into first operand and location into second.
22933 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
22934 dw_cfi_oprnd_loc for DW_CFA_expression.
22935 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
22936 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
22937 assume first argument is regnum and second argument is location.
22939 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
22942 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
22943 of scratch register to DImode. Split to DImode comparison operator.
22944 Use SImode subreg of scratch register in the multiplication.
22945 (*cmp_sadd_sidi): Ditto.
22946 (*cmp_ssub_si): Ditto.
22947 (*cmp_ssub_sidi): Ditto.
22949 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
22952 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
22953 Remove invalid assert and wrong comment.
22955 2010-03-26 Jakub Jelinek <jakub@redhat.com>
22958 * flags.h (final_insns_dump_p): New extern.
22959 * final.c (final_insns_dump_p): New variable.
22960 (rest_of_clean_state): Set it before -fdump-final-insns=
22961 dumping, clear afterwards.
22962 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
22963 MEM_ALIAS_SET on MEMs.
22965 2010-03-26 David S. Miller <davem@davemloft.net>
22967 * configure.ac: Fix sparc GOTDATA_OP bug check.
22968 * configure: Rebuild.
22970 2010-03-26 Alan Modra <amodra@gmail.com>
22972 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
22974 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22976 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
22977 TLS_SECTION_ASM_FLAG.
22979 2010-03-25 Jakub Jelinek <jakub@redhat.com>
22982 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
22983 Clear first_function_block_is_cold.
22986 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
22987 argument if the argument is truth_value_p.
22989 2010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
22991 * config/rs6000/constraints.md: Update copyright year for my changes.
22994 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
22995 used in reg+reg addressing, swap registers.
22997 2010-03-24 Jakub Jelinek <jakub@redhat.com>
23000 * target.h (struct gcc_target): Add code_end hook.
23001 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
23002 if not yet defined.
23003 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
23004 * toplev.c (compile_file): Call targetm.asm_out.code_end
23005 hook before unwind info/debug info output.
23006 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
23007 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
23008 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
23009 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
23010 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
23011 * config/i386/i386.c (ix86_file_end): Renamed to...
23012 (ix86_code_end): ... this. Make static. Don't call
23013 file_end_indicate_exec_stack. Emit unwind info using
23014 final_start_function/final_end_function.
23015 (darwin_x86_file_end): Remove.
23016 (TARGET_ASM_CODE_END): Define.
23017 * config/i386/i386.h (TARGET_ASM_FILE_END,
23018 NEED_INDICATE_EXEC_STACK): Don't define.
23019 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
23020 (TARGET_ASM_FILE_END): Define to darwin_file_end.
23021 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
23022 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
23025 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
23026 at the beginning and final_end_function at the end.
23027 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
23029 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23031 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
23032 and Sun as TLS syntax.
23033 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
23034 * configure: Regenerate.
23035 * config.in: Regenerate.
23036 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
23037 (default_elf_asm_named_section): Use it.
23038 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
23039 (i386_output_dwarf_dtprel): Likewise.
23040 (output_addr_const_extra): Likewise.
23041 (output_pic_addr_const): Lowercase @GOTTPOFF.
23042 (output_addr_const_extra): Likewise.
23043 (output_pic_addr_const): Lowercase @GOTNTPOFF.
23044 (output_addr_const_extra): Likewise.
23045 (output_pic_addr_const): Lowercase @INDNTPOFF.
23046 (output_addr_const_extra): Likewise.
23047 (output_pic_addr_const): Lowercase @NTPOFF.
23048 (output_addr_const_extra): Likewise.
23049 (output_pic_addr_const): Lowercase @TPOFF.
23050 (output_addr_const_extra): Likewise.
23051 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
23052 (*tls_global_dynamic_64): Likewise.
23053 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
23054 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
23056 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
23057 (ASM_OUTPUT_TLS_COMMON): Use it.
23058 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
23061 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
23062 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
23063 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
23064 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
23065 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
23066 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
23068 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23070 * config/i386/i386.c (override_options): Don't accept
23071 -mtls-dialect=sun any longer.
23072 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
23073 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
23074 (*tls_local_dynamic_base_32_sun): Likewise.
23075 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
23077 2010-03-24 Jakub Jelinek <jakub@redhat.com>
23080 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
23081 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
23084 * ira.c (adjust_cleared_regs): New function.
23085 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
23089 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
23091 * expr.c (expand_expr_real): Restore previous
23092 curr_insn_source_location and curr_insn_block after
23093 expand_expr_real_1 call.
23094 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
23095 instead of expand_expr_real_1.
23097 2010-03-23 Vladimir Makarov <vmakarov@redhat.com>
23099 PR rtl-optimization/43413
23100 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
23103 2010-03-22 James E. Wilson <wilson@codesourcery.com>
23106 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
23107 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
23109 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
23111 * config/i386/i386.c (ix86_target_string): Add -mfma.
23112 Fix a typo in comment.
23114 2010-03-22 Mike Stump <mikestump@comcast.net>
23117 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
23118 Don't overly align based upon packed packed fields.
23120 2010-03-22 Jason Merrill <jason@redhat.com>
23122 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
23123 Use () rather than [], and move before the element type.
23125 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23127 * doc/configfiles.texi (Configuration Files): Removed
23128 fixinc/Makefile*, intl/Makefile.*.
23129 * doc/makefile.texi: Fixed markup. Abstract from version
23130 control system used.
23131 (Makefile): Removed obsolete java/parse.y example.
23132 * doc/sourcebuild.texi: Likewise.
23133 (Top Level): Added config, gnattools, libdecnumber, libgcc,
23134 libgomp, libssp. Removed fastjar.
23135 (Miscellaneous Docs): Clarify location.
23136 Added COPYING3, COPYING3.LIB.
23137 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
23139 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23142 * config/i386/i386.c (x86_function_profiler)
23143 [!NO_PROFILE_COUNTERS]: Fix typo.
23144 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
23147 2010-03-22 Janis Johnson <janis187@us.ibm.com>
23148 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23150 * doc/sourcebuild.texi (Test Directives): Split into six
23151 subsections, with most of the current text in new subsections
23152 Directives, Selectors, and Final Actions.
23153 (Directives): Split list of test directives into multiple
23155 (Selectors): Describe use and syntax of selectors.
23156 (Effective-Target Keywords): Describe all existing keywords.
23157 (Add Options): Describe features for dg-add-options.
23158 (Require Support): Describe variants of dg-require-support.
23159 (Final Actions): Describe commands to use in dg-final.
23161 2010-03-22 Michael Matz <matz@suse.de>
23163 PR middle-end/43475
23164 * recog.c (validate_replace_rtx_group): Replace also in
23165 REG_EQUAL and REG_EQUIV notes.
23167 2010-03-22 Richard Guenther <rguenther@suse.de>
23169 PR tree-optimization/43390
23170 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
23171 sure vector extracts are type correct.
23173 2010-03-22 Richard Guenther <rguenther@suse.de>
23175 PR middle-end/40106
23176 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
23177 x * sqrt (x) even when optimizing for size if the target
23178 has native support for sqrt.
23180 2010-03-22 Jakub Jelinek <jakub@redhat.com>
23182 * varasm.c (make_decl_rtl_for_debug): Also clear
23183 flag_mudflap for the duration of make_decl_rtl call.
23186 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
23187 locs from preserved VALUEs.
23189 2010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23191 PR middle-end/42718
23192 * pa.md (movmemsi): Set align to one if zero.
23193 (movmemdi): Likewise.
23195 2010-03-21 Richard Earnshaw <rearnsha@arm.com>
23198 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
23199 with their corresponding prologue pushes.
23201 2010-03-20 Andrew Pinski <pinskia@gmail.com>
23204 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
23205 at the begining or end.
23206 (spu_expand_epilogue): Likewise.
23208 2010-03-20 Richard Guenther <rguenther@suse.de>
23210 PR rtl-optimization/43438
23211 * combine.c (make_extraction): Properly zero-/sign-extend an
23212 extraction of the low part of a CONST_INT. Also handle
23215 2010-03-19 Mike Stump <mikestump@comcast.net>
23217 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
23218 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
23219 (override_options): Use SUBTARGET32_DEFAULT_CPU.
23221 2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
23224 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
23227 2010-03-19 Bernd Schmidt <bernds@codesourcery.com>
23229 PR rtl-optimization/42258
23230 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
23231 use that may match DEF.
23234 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
23235 the cost of loading the constant rather than assuming
23237 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
23238 outer code is AND, do the same tests as the andsi3 expander and
23239 return COSTS_N_INSNS (1) if and is cheap.
23241 * optabs.c (avoid_expensive_constant): Fix formatting.
23243 2010-03-19 Michael Matz <matz@suse.de>
23246 * attribs.c (decl_attributes): When rebuilding a function pointer
23247 type use the same qualifiers as the original pointer type.
23249 2010-03-19 Martin Jambor <mjambor@suse.cz>
23251 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
23252 and is_gimple_ip_invariant_address.
23254 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23257 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23259 * config/arm/arm.c (arm_override_options): Turn off
23260 flag_dwarf2_cfi_asm for AAPCS variants.
23262 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
23265 * config/arm/arm.c (emit_multi_reg_push): Update comments.
23266 Use PRE_MODIFY instead of PRE_DEC.
23267 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
23268 (vfp_emit_fstmd): Likewise.
23270 2010-03-19 Michael Matz <matz@suse.de>
23273 * builtins.c (expand_builtin_interclass_mathfn,
23274 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
23277 2010-03-19 Richard Guenther <rguenther@suse.de>
23279 PR tree-optimization/43415
23280 * tree-ssa-pre.c (phi_translate): Split out worker to ...
23281 (phi_translate_1): ... this.
23282 (phi_translate): Move all caching here. Cache all NARY
23283 and REFERENCE translations.
23285 2010-03-19 David S. Miller <davem@davemloft.net>
23287 With help from Eric Botcazou.
23288 * config/sparc/sparc.c: Include dwarf2out.h.
23289 (emit_pic_helper): Delete.
23290 (pic_helper_symbol_name): Delete.
23291 (pic_helper_emitted_p): Delete.
23292 (pic_helper_needed): New.
23293 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
23294 (get_pc_thunk_name): New.
23295 (load_pic_register): Remove 'delay_pic_helper' arg. Use
23296 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
23297 Set pic_helper_needed to true. Don't call emit_pic_helper.
23298 (sparc_expand_prologue): Update load_pic_register call.
23299 (sparc_output_mi_thunk): Likewise.
23300 (sparc_file_end): Emit a hidden comdat symbol for the PIC
23301 thunk if possible. Output CFI information as needed.
23303 2010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
23304 Jack Howarth <howarth@bromo.med.uc.edu>
23307 * config/i386/i386.h: Fix ABI on darwin x86-32.
23309 2010-03-18 Aldy Hernandez <aldyh@redhat.com>
23311 * tree.h: Declare make_decl_rtl_for_debug.
23312 * varasm.c (make_decl_rtl_for_debug): New.
23313 * dwarf2out.c (rtl_for_decl_location): Call it.
23314 * cfgexpand.c (expand_debug_expr): Call it.
23316 2010-03-18 Jakub Jelinek <jakub@redhat.com>
23319 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
23323 * var-tracking.c (vt_init_cfa_base): Do nothing if
23324 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
23326 2010-03-18 Alexandre Oliva <aoliva@redhat.com>
23329 * var-tracking.c (canonicalize_vars_star): New.
23330 (dataflow_post_merge_adjust): Use it.
23332 2010-03-18 Jakub Jelinek <jakub@redhat.com>
23335 * var-tracking.c (non_suitable_const): New function.
23336 (add_uses): For DEBUG_INSNs with constants, don't record any
23337 value, instead just the constant value itself.
23338 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
23339 is not VAR_LOC_UNKNOWN_P, set var to the constant.
23340 (emit_notes_in_bb): Likewise.
23341 (emit_note_insn_var_location): For onepart variables if
23342 cur_loc is a VOIDmode constant, use DECL_MODE.
23344 2010-03-18 Martin Jambor <mjambor@suse.cz>
23346 PR middle-end/42450
23347 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
23348 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
23349 all non-clones. Moved call redirection...
23350 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
23351 (cgraph_materialize_all_clones): Dispose of all
23352 combined_args_to_skip bitmaps.
23353 (verify_cgraph_node): Do not check for edges pointing to wrong
23354 nodes in inline clones.
23355 * tree-inline.c (copy_bb): Call
23356 cgraph_redirect_edge_call_stmt_to_callee.
23357 * ipa.c (cgraph_remove_unreachable_nodes): Call
23358 cgraph_node_remove_callees even when there are used clones.
23360 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
23362 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
23364 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
23367 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
23370 2010-03-18 Michael Matz <matz@suse.de>
23372 PR middle-end/43419
23373 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
23374 into sqrt(x) if we need to preserve signed zeros.
23376 2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
23377 Eric Botcazou <ebotcazou@adacore.com>
23379 PR rtl-optimization/43360
23380 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
23381 note if we don't know its invariant status.
23383 2010-03-18 Michael Matz <matz@suse.de>
23385 PR tree-optimization/43402
23386 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
23387 PHI chains of ssa names registered for update.
23389 2010-03-17 Peter Bergner <bergner@vnet.ibm.com>
23392 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
23393 non-offsettable and pre_modify update addressing.
23394 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
23395 and "2" alternatives "#".
23396 (*movdd_softfloat32): Make all alternatives "#";
23397 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
23398 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
23399 (*movdf_softfloat32): Make all alternatives "#";
23400 (movdi): Use the new DIFD mode iterator to create a common splitter
23401 for movdi, movdf and movdd patterns.
23403 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
23405 * common.opt (dumpdir): Remove redundant tab.
23407 2010-03-17 Martin Jambor <mjambor@suse.cz>
23409 PR tree-optimization/43347
23410 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
23411 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
23413 2010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
23415 PR rtl-optimization/42216
23416 * regrename.c (create_new_chain): New function, broken out from...
23417 (scan_rtx_reg): ... here. Call it. Handle the case where we are
23418 appending a use to an empty chain.
23419 (build_def_use): Remove previous changes that convert OP_INOUT to
23420 OP_OUT operands; instead detect the case where an OP_INOUT operand
23421 uses a previously untracked register and create an empty chain for it.
23423 2010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23425 * doc/extend.texi (Function Attributes): Rewrite unfinished
23426 sentence in ms_abi documentation.
23428 2010-03-17 Alan Modra <amodra@gmail.com>
23430 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
23431 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
23432 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
23433 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
23435 2010-03-16 Richard Henderson <rth@redhat.com>
23437 PR middle-end/43365
23438 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
23439 (lower_try_finally): Save and restore eh_seq around the expansion
23440 of the try-finally.
23442 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
23444 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
23445 statements before splitting block.
23447 2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23449 * doc/sourcebuild.texi (Testsuites): Fix markup.
23450 Use pathnames relative to gcc/testsuite.
23451 (Test Directives): Move description of how timeout is determined.
23452 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
23453 (C Tests): Correct gcc.misc-tests directory.
23454 Framework tests now live in gcc.test-framework.
23456 2010-03-16 Richard Guenther <rguenther@suse.de>
23458 PR middle-end/43379
23459 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
23460 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
23462 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
23463 Alexandre Oliva <aoliva@redhat.com>
23465 PR tree-optimization/42917
23466 * lambda-code.c (remove_iv): Skip debug statements.
23467 (lambda_loopnest_to_gcc_loopnest): Likewise.
23468 (not_interesting_stmt): Debug statements are not interesting.
23470 2010-03-16 Jakub Jelinek <jakub@redhat.com>
23474 * cselib.c (cselib_preserve_constants,
23475 cfa_base_preserved_val): New static variables.
23476 (preserve_only_constants): New function.
23477 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
23478 clear its REG_VALUES. If cselib_preserve_constants, don't
23479 empty the whole hash table, but preserve there VALUEs with constants,
23480 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
23481 (cselib_preserve_cfa_base_value): New function.
23482 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
23483 (cselib_init): Change argument to int bitfield. Set
23484 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
23486 (cselib_finish): Clear cselib_preserve_constants and
23487 cfa_base_preserved_val.
23488 * cselib.h (enum cselib_record_what): New enum.
23489 (cselib_init): Change argument to int.
23490 (cselib_preserve_cfa_base_value): New prototype.
23491 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
23492 * dse.c (dse_step1): Likewise.
23493 * cfgcleanup.c (thread_jump): Likewise.
23494 * sched-deps.c (sched_analyze): Likewise.
23495 * gcse.c (local_cprop_pass): Likewise.
23496 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
23497 If FN is non-NULL, call the callback always and whenever it returns
23498 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
23499 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
23500 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
23501 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
23502 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
23503 * var-tracking.c: Include recog.h.
23504 (bb_stack_adjust_offset): Remove.
23505 (vt_stack_adjustments): Don't call it, instead just gather the
23506 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
23507 (adjust_stack_reference): Remove.
23508 (compute_cfa_pointer): New function.
23509 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
23510 (struct adjust_mem_data): New type.
23511 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
23513 (get_address_mode): New function.
23514 (replace_expr_with_values): Use it.
23515 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
23516 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
23517 (adjust_sets): Remove.
23518 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
23519 Use get_address_mode.
23520 (get_adjusted_src): Remove.
23521 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
23522 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
23523 (add_with_sets): Don't call adjust_sets.
23524 (fp_setter, vt_init_cfa_base): New functions.
23525 (vt_initialize): Change return type to bool. Move most of pool etc.
23526 initialization to the beginning of the function from end. Pass
23527 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
23528 If !frame_pointer_needed, call vt_stack_adjustment before mos
23529 vector is filled, call vt_init_cfa_base if argp/framep has been
23530 eliminated to sp. If frame_pointer_needed and argp/framep has
23531 been eliminated to hard frame pointer, set
23532 hard_frame_pointer_adjustment and call vt_init_cfa_base after
23533 encountering fp setter in the prologue. For MO_ADJUST, call
23534 log_op_type before pusing the op into mos vector, not afterwards.
23535 Call adjust_insn before cselib_process_insn/add_with_sets,
23536 call cancel_changes (0) afterwards.
23537 (variable_tracking_main_1): Adjust for vt_initialize calling
23538 vt_stack_adjustments and returning whether it succeeded or not.
23540 2010-03-15 Aldy Hernandez <aldyh@redhat.com>
23542 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
23545 2010-03-15 Jakub Jelinek <jakub@redhat.com>
23547 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
23549 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
23550 drap_reg has not been set.
23552 2010-03-15 Michael Matz <matz@suse.de>
23554 PR middle-end/43300
23555 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
23556 use it to expand block copies.
23557 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
23558 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
23559 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
23561 2010-03-15 Richard Guenther <rguenther@suse.de>
23563 PR tree-optimization/43367
23564 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
23567 2010-03-15 Richard Guenther <rguenther@suse.de>
23569 PR tree-optimization/43317
23570 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
23572 2010-03-15 Martin Jambor <mjambor@suse.cz>
23574 PR tree-optimization/43141
23575 * tree-sra.c (create_abstract_origin): New function.
23576 (modify_function): Call create_abstract_origin.
23578 2010-03-15 Chris Demetriou <cgd@google.com>
23580 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
23583 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23585 PR middle-end/43354
23586 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
23587 call insert_out_of_ssa_copy for default definitions.
23589 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23591 * graphite-clast-to-gimple.c (my_long_long): Defined.
23592 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
23593 * graphite-sese-to-poly.c (my_long_long): Defined.
23594 (scop_ivs_can_be_represented): Use it.
23596 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23598 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
23599 graphite-max-bbs-per-function, and loop-block-tile-size.
23600 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
23602 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
23604 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23606 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
23607 forward declaration.
23608 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
23609 (add_upper_bounds_from_estimated_nit): New.
23610 (build_loop_iteration_domains): Use it.
23612 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23614 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
23616 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23618 PR middle-end/43306
23619 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
23620 should be an INTEGER_CST. Also handle CASE_CONVERT.
23622 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23624 * graphite.c (graphite_initialize): To bound the number of bbs per
23625 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
23626 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
23627 * doc/invoke.texi: Document it.
23629 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23631 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
23632 * graphite-sese-to-poly.h (build_poly_scop): Same.
23634 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
23636 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
23637 the number of parameters in the scop. Use as an upper bound
23638 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
23639 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
23640 * doc/invoke.texi: Document it.
23642 2010-03-13 Jerry Quinn <jlquinn@optonline.net>
23644 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
23645 * doc/c-tree.texi: Remove.
23646 * doc/generic.texi: Merge c-tree.texi here.
23647 * doc/gccint.texi (Trees): Remove menu entry.
23648 (c-tree.texi): Remove @include.
23649 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
23650 * doc/languages.texi (Reading RTL): Ditto.
23652 2010-03-12 Steve Ellcey <sje@cup.hp.com>
23655 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
23657 2010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
23659 PR middle-end/42431
23660 * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
23661 code added to work around reload clobbering CONST insns.
23663 2010-03-12 Jakub Jelinek <jakub@redhat.com>
23665 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
23666 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
23667 (cselib_preserve_only_values): Remove retain argument, don't
23668 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
23669 * cselib.h (cselib_preserve_only_values): Remove retain argument.
23670 * var-tracking.c (micro_operation): Move insn field before union.
23671 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
23672 (struct variable_tracking_info_def): Remove n_mos field, change
23673 mos into a vector of micro_operations.
23674 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
23675 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
23676 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
23677 changing into a vector.
23678 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
23679 come before all other uops generated by add_stores.
23680 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
23682 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
23683 a vector. Run just one pass over the bbs instead of separate counting
23684 and computation phase.
23685 (vt_finalize): Free VTI (bb)->mos vector instead of array.
23688 * tree-inline.c (remap_decls): Put old_var rather than origin_var
23689 into *nonlocalized_list vector.
23690 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
23691 even if origin is non-NULL.
23692 (gen_variable_die): Likewise.
23693 (process_scope_var): Don't change origin.
23694 (gen_decl_die): Likewise.
23695 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
23696 before adding new edges instead of after it, fix moving over
23699 2010-03-11 David S. Miller <davem@davemloft.net>
23701 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
23703 * configure: Rebuild.
23705 2010-03-11 Martin Jambor <mjambor@suse.cz>
23707 PR tree-optimization/43257
23708 * tree.c (assign_assembler_name_if_neeeded): New function.
23709 (free_lang_data_in_cgraph): Assembler name assignment moved to the
23710 above new function.
23711 * tree.h (assign_assembler_name_if_neeeded): Declare.
23712 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
23713 the function if needed.
23715 2010-03-11 Chris Demetriou <cgd@google.com>
23717 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
23718 include/stdint-gcc.h, and include/stdint.h world-readable.
23720 2010-03-11 Richard Guenther <rguenther@suse.de>
23722 PR tree-optimization/43255
23723 * tree-vrp.c (process_assert_insertions_for): Do not insert
23724 asserts for trivial conditions.
23726 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23728 PR tree-optimization/43280
23729 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
23730 generation. Move calculation of size out of the if branch.
23731 (find_bswap): Modify compare number generation.
23733 2010-03-11 Richard Guenther <rguenther@suse.de>
23736 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
23737 (input_gimple_stmt): Fixup handled component types during
23738 operand read. Also fix up decls in ADDR_EXPRs.
23740 2010-03-10 Eric Botcazou <ebotcazou@adacore.com>
23742 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
23743 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
23745 2010-03-10 Jan Hubicka <jh@suse.cz>
23748 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
23749 * varasm.c (get_variable_section): Don't do that here...
23750 (make_decl_rtl): ... and here.
23751 (do_assemble_alias): Produce decl RTL.
23752 (assemble_alias): Likewise.
23754 2010-03-10 Jakub Jelinek <jakub@redhat.com>
23757 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
23758 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
23760 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
23761 (based_loc_descr): Only express drap or vdrap regno based expressions
23762 using DW_OP_fbreg when not optimizing.
23763 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
23764 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
23765 REG_CFA_SET_VDRAP note.
23767 2010-03-10 Alexander Monakov <amonakov@ispras.ru>
23769 PR tree-optimization/43236
23770 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
23771 error in calculation of base address in reverse iteration case.
23772 (generate_builtin): Take number of latch executions if the statement
23775 2010-03-10 Andrey Belevantsev <abel@ispras.ru>
23777 PR middle-end/42859
23778 * tree-eh.c: Include pointer-set.h.
23779 (lower_eh_dispatch): Filter out duplicate case labels and
23780 remove the unneeded edge when the label is unused. Return
23781 true when some edges are removed.
23782 (execute_lower_eh_dispatch): When any lowering resulted in
23783 removing an edge, also delete unreachable blocks.
23785 2010-03-10 Jakub Jelinek <jakub@redhat.com>
23788 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
23789 UNSPEC_MACHOPIC_OFFSET.
23791 2010-03-09 Andreas Schwab <schwab@linux-m68k.org>
23794 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
23795 (m68k_delegitimize_address): New function.
23797 2010-03-09 Jakub Jelinek <jakub@redhat.com>
23800 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
23803 * var-tracking.c (adjust_sets): New function.
23804 (count_with_sets, add_with_sets): Use it.
23805 (get_adjusted_src): New inline function.
23806 (add_stores): Use it.
23809 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
23810 call cselib_dummy_expand_value_rtx_cb instead of
23811 cselib_expand_value_rtx_cb.
23814 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
23815 * config/i386/i386.c: Include debug.h and dwarf2out.h.
23816 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
23817 and .cfi_endproc around the pic thunks.
23818 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
23819 all queued unwind info register saves are saved before the call.
23820 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
23821 considered as sp-=4 for unwind info and the pop as sp+=4 which
23822 also clobbers dest, but doesn't actually restore it.
23825 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
23826 RTX_FRAME_RELATED_P.
23828 2010-03-09 Jie Zhang <jie@codesourcery.com>
23830 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
23831 whitespaces in output template.
23833 2010-03-09 Jie Zhang <jie@codesourcery.com>
23835 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
23836 out array boundary.
23838 2010-03-08 Jakub Jelinek <jakub@redhat.com>
23840 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
23841 builtins.exp in a separate job.
23843 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23845 * graphite-sese-to-poly.c (add_param_constraints): Use
23846 lower_bound_in_type and upper_bound_in_type.
23848 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23850 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
23851 instead of unsigned_type_node.
23853 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23854 Reza Yazdani <reza.yazdani@amd.com>
23856 PR middle-end/43065
23857 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
23858 on pointer type parameters.
23860 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
23862 PR middle-end/42644
23863 PR middle-end/42130
23864 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
23865 handle conversions from pointer to integers.
23866 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
23867 induction variable, to be able to work with code generated by CLooG.
23868 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
23869 (build_poly_scop): Bail out if we cannot codegen a loop.
23871 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
23873 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
23874 code generation with gloog_error.
23876 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23878 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
23879 Call fold_convert on all the returned values.
23880 (expand_scalar_variables_expr): Pass to
23881 expand_scalar_variables_ssa_name the type of the resulting expression.
23883 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23885 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
23886 ppl_min_for_le_pointset.
23887 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
23888 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
23890 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23892 * graphite-dependences.c (map_into_dep_poly): Removed.
23893 (dependence_polyhedron_1): Use combine_context_id_scat.
23895 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23897 * graphite-poly.h (struct poly_scattering): Add layout documentation.
23898 (struct poly_bb): Same.
23899 (combine_context_id_scat): New.
23901 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23903 PR middle-end/42326
23904 * sese.c (name_defined_in_loop_p): Return false for default
23907 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23909 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
23910 and clean up the logic.
23912 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
23914 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
23917 2010-03-08 Jakub Jelinek <jakub@redhat.com>
23919 * var-tracking.c (remove_cselib_value_chains): Define only for
23921 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
23922 delete_slot_part, emit_notes_for_differences_1): Don't call
23923 remove_cselib_value_chains here.
23924 (set_slot_part, emit_notes_for_differences_2): Don't call
23925 add_cselib_value_chains here.
23926 (preserved_values): New vector.
23927 (preserve_value): New function.
23928 (add_uses, add_stores, vt_add_function_parameters): Use it
23929 instead of cselib_preserve_value.
23930 (changed_values_stack): New vector.
23931 (check_changed_vars_0): New function.
23932 (check_changed_vars_1, check_changed_vars_2): Use it.
23933 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
23934 changed_values_stack VALUEs.
23935 (vt_emit_notes): For all preserved_values call
23936 add_cselib_value_chains. If ENABLE_CHECKING call
23937 remove_cselib_value_chains before verifying value_chains is empty.
23938 Initialize and free changed_values_stack.
23939 (vt_initialize): Initialize preserved_values.
23940 (vt_finalize): Free preserved_values.
23942 2010-03-08 Richard Guenther <rguenther@suse.de>
23944 PR tree-optimization/43269
23945 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
23948 2010-03-08 Martin Jambor <mjambor@suse.cz>
23950 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
23951 (ipa_is_param_called): Removed.
23952 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
23953 (ipa_print_node_params): Do not print the called flag.
23954 (ipa_write_node_info): Do not stream the called flag.
23955 (ipa_read_node_info): Likewise.
23957 2010-03-07 Jakub Jelinek <jakub@redhat.com>
23960 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
23961 * cselib.c (struct expand_value_data): Add dummy field.
23962 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
23964 (cselib_dummy_expand_value_rtx_cb): New function.
23965 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
23967 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
23968 * var-tracking.c: Include pointer-set.h.
23969 (variable): Change n_var_parts to char from int. Add
23970 cur_loc_changed and in_changed_variables fields.
23971 (variable_canonicalize): Remove.
23972 (shared_var_p): New inline function.
23973 (unshare_variable): Maintain cur_loc_changed and
23974 in_changed_variables fields. If var was in changed_variables,
23975 replace it there with new_var. Just copy cur_loc instead of
23976 resetting it to something else.
23977 (variable_union): Don't recompute cur_loc. Use shared_var_p.
23978 (dataflow_set_union): Don't call variable_canonicalize.
23979 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
23980 of their DEBUG_EXPR_TREE_DECLs.
23981 (canonicalize_loc_order_check): Verify that cur_loc is NULL
23982 and in_changed_variables and cur_loc_changed is false.
23983 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
23984 and cur_loc_changed. Don't update cur_loc here.
23985 (variable_merge_over_src): Don't call variable_canonicalize.
23986 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
23987 removing loc that is equal to cur_loc, clear cur_loc,
23988 set cur_loc_changed and ensure variable_was_changed is called.
23989 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
23990 compare pointers in cur_loc check, if it is equal to loc,
23991 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
23992 (variable_different_p): Remove compare_current_location argument,
23993 don't compare cur_loc.
23994 (dataflow_set_different_1): Adjust variable_different_p caller.
23995 (variable_was_changed): If dv had some var in changed_variables
23996 already, reset in_changed_variables flag for it and propagate
23997 cur_loc_changed over to the new variable. On empty var
23998 always set cur_loc_changed. Set in_changed_variables on whatever
23999 var is added to changed_variables.
24000 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
24001 Use shared_var_p. When removing loc that is equal to cur_loc,
24002 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
24003 end, don't set it to something else, just call variable_was_changed.
24004 (delete_slot_part): Use shared_var_p. When cur_loc equals to
24005 loc being removed, clear cur_loc and set cur_loc_changed.
24006 Set cur_loc_changed if all locations have been removed.
24007 (struct expand_loc_callback_data): New type.
24008 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
24009 allocated. Always create SUBREGs if simplify_subreg failed.
24010 Prefer to use cur_loc, when that fails and still in
24011 changed_variables (and seen first time) recompute it. Set
24012 cur_loc_changed of variables which had to change cur_loc and
24013 compute elcd->cur_loc_changed if any of the subexpressions used
24014 had to change cur_loc.
24015 (vt_expand_loc): Adjust to pass arguments in
24016 expand_loc_callback_data structure.
24017 (vt_expand_loc_dummy): New function.
24018 (emitted_notes): New variable.
24019 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
24020 that weren't used for any other decl in current
24021 emit_notes_for_changes call call vt_expand_loc_dummy to update
24022 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
24023 first loc_chain location if NULL before. Always use just
24024 cur_loc instead of first loc_chain location. When cur_loc_changed
24025 is false, when not --enable-checking=rtl just don't emit any note.
24026 When rtl checking, compute the note and assert it is the same
24027 as previous note. Clear cur_loc_changed and in_changed_variables
24028 at the end before removing from changed_variables.
24029 (check_changed_vars_3): New function.
24030 (emit_notes_for_changes): Traverse changed_vars to call
24031 check_changed_vars_3 on each changed var.
24032 (emit_notes_for_differences_1): Clear cur_loc_changed and
24033 in_changed_variables. Recompute cur_loc of new_var.
24034 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
24035 (vt_emit_notes): Initialize and destroy emitted_notes.
24037 2010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
24039 PR rtl-optimization/42220
24040 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
24041 Use verify_reg_tracked to determine if we should use OP_OUT rather
24043 (build_def_use): If we see an in-out operand for a register that we
24044 know nothing about, treat is an output if possible, fail the block if
24047 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
24050 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
24053 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
24056 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
24057 uses of relevant DEFs that are dead outside the loop too.
24059 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
24061 * var-tracking.c (dataflow_set_merge): Swap src and src2.
24063 2010-01-13 Jakub Jelinek <jakub@redhat.com>
24065 * var-tracking.c (values_to_unmark): New variable.
24066 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
24067 values_to_unmark vector. Moved body to...
24068 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
24069 instead queue it into values_to_unmark vector.
24070 (vt_find_locations): Free values_to_unmark vector.
24072 2010-03-05 Eric Botcazou <ebotcazou@adacore.com>
24074 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
24075 (site.exp): Export them when plugins are enabled.
24077 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
24079 PR middle-end/42326
24080 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
24081 that contain scevs.
24082 (chrec_fold_multiply): Same.
24084 2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
24087 * c-decl.c (build_compound_literal): Return early if init is
24088 an error_mark_node.
24090 2010-03-04 Martin Jambor <mjambor@suse.cz>
24092 PR tree-optimization/43164
24093 PR tree-optimization/43191
24094 * tree-sra.c (type_consists_of_records_p): Reject records with
24095 zero-size bit-fields at the end.
24097 2010-03-04 Mike Stump <mikestump@comcast.net>
24099 * Makefile.in (TAGS): Remove *.y.
24101 2010-03-04 Richard Guenther <rguenther@suse.de>
24103 PR tree-optimization/40761
24104 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
24106 (my_rev_post_order_compute): New function.
24107 (init_pre): Call it.
24109 2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
24111 PR middle-end/43209
24112 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
24113 decrease the cost of an IV candidate when the cost is infinite.
24115 2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24117 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
24118 Use '3DNow!' for the extension of that name, ensure normal space
24120 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
24122 2010-03-03 Jeff Law <law@redhat.com>
24124 * PR middle-end/32693
24125 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
24126 than gen_rtx_SUBREG.
24127 (extract_bit_field_1): Likewise.
24129 2010-03-03 Janis Johnson <janis187@us.ibm.com>
24131 * doc/sourcebuild.texi (Test directives): Document that arguments
24132 include-opts and exclude-opts are now optional for dg-skip-if,
24133 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
24135 2010-03-03 Jason Merrill <jason@redhat.com>
24138 * cgraph.h (varpool_node): Add extra_name field.
24139 * varpool.c (varpool_extra_name_alias): New.
24140 (varpool_assemble_decl): Emit extra name aliases.
24141 (varpool_mark_needed_node): Look past an extra name alias.
24142 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
24143 * lto-streamer-in.c (lto_input_tree): Read it.
24144 * lto-streamer-out.c (output_unreferenced_globals): Write it.
24146 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
24148 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
24149 (sparc*-*-solaris2*): ...this.
24151 2010-03-03 Jakub Jelinek <jakub@redhat.com>
24154 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
24155 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
24156 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
24157 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
24160 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
24161 fallthrough to default handling, just with want_address 0 instead of 2.
24162 For single element lists, add_AT_loc directly, otherwise create an
24163 artificial variable DIE and stick location list to it.
24166 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
24167 (VAL_EXPR_HAS_REVERSE): Define.
24168 (reverse_op): New function.
24169 (add_stores): For reversible operations add an extra MO_VAL_USE.
24171 2010-03-02 Jason Merrill <jason@redhat.com>
24173 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
24175 2010-03-02 Eric Botcazou <ebotcazou@adacore.com>
24177 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
24178 (sparc64-*-linux*): Likewise.
24179 (sparc64-*-solaris2*): Include assembler files before linker ones.
24180 (sparc-*-solaris2*): Simplify and reorder to match previous case.
24181 * config/sparc/gas.h: Delete.
24182 * config/sparc/sol2-64.h: Add copyright notice.
24183 * config/sparc/sol2-gas-bi.h: Likewise.
24184 * config/sparc/sol2-gld.h: Likewise.
24185 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
24186 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
24187 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
24188 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
24189 (sparc_elf_asm_named_section): Rename into...
24190 (sparc_solaris_elf_asm_named_section): ...this. Always define.
24192 2010-03-02 Uros Bizjak <ubizjak@gmail.com>
24194 * config/alpha/alpha.c (override_options): Fix -mtune error message.
24196 2010-03-02 Jeff Law <law@redhat.com>
24198 PR middle-end/42431
24199 * reload1.c (rtx_p, substitute_stack): Declare.
24200 (substitute): Record addresses of changed rtxs.
24201 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
24202 Restore the original rtx when complete.
24203 (reload): Free subsitute_stack when complete.
24205 2010-03-02 Janis Johnson <janis187@us.ibm.com>
24207 * doc/gccint.texi (menu): Add Testsuites as a chapter.
24208 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
24210 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
24211 LTO Testing, gcov Testing, profopt Testing, compat Testing,
24212 Torture Tests): Change from subsection to section.
24214 2010-03-02 Jakub Jelinek <jakub@redhat.com>
24215 Steven Bosscher <steven@gcc.gnu.org>
24217 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
24220 2010-03-02 Reza Yazdani <reza.yazdani@amd.com>
24222 PR middle-end/42640
24223 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
24224 the assignment from the new induction variable to the assignment
24225 of the value from the original loop PHI function.
24227 2010-03-01 Janis Johnson <janis187@us.ibm.com>
24228 Daniel Jacobowitz <dan@codesourcery.com>
24230 * doc/sourcebuild.texi (Test directives): Clarify options to
24233 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24235 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
24236 Disable cfi directives unless GCC and gas agree on using read-only
24237 .eh_frame sections for 64-bit.
24238 * configure: Regenerate.
24240 2010-03-01 Richard Guenther <rguenther@suse.de>
24242 PR tree-optimization/43220
24243 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
24244 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
24246 2010-03-01 Richard Guenther <rguenther@suse.de>
24247 Martin Jambor <mjambor@suse.cz>
24249 PR middle-end/41250
24250 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
24251 gimplified parameters.
24253 2010-03-01 Christian Bruel <christian.bruel@st.com>
24255 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
24257 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
24259 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
24261 2010-03-01 Richard Guenther <rguenther@suse.de>
24263 PR middle-end/43213
24264 * expr.c (expand_assignment): Use the alias-oracle to tell
24265 if the rhs aliases the result decl.
24267 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24270 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
24271 to sol_gt_pch_get_address.
24272 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
24273 64-bit, SPARC and x86.
24274 (sol_gt_pch_get_address): New function.
24276 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
24278 * toplev.h (inform_n, error_n): Declare.
24279 * diagnostic.c (inform_n, error_n): New function.
24281 2010-03-01 Jakub Jelinek <jakub@redhat.com>
24283 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
24284 has no rtl yet when processing local_decls, queue it and recheck
24285 if deferred stack allocation hasn't assigned it rtl.
24287 2010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
24289 * config/sh/sh.c (unspec_bbr_uid): New.
24290 (gen_block_redirect): Use it instead of INSN_UID.
24291 (gen_far_branch): Likewise.
24293 2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
24295 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
24296 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
24298 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24300 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
24301 (Warning Options): -Wno-conversion-null is valid for
24302 Objective-C++ as well.
24303 * doc/tm.texi (Named Address Spaces): Likewise.
24304 * doc/plugins.texi (Plugins): Replace TABs with spaces.
24305 * doc/tree-ssa.texi (Tree SSA): Likewise.
24307 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
24310 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
24311 by default. Don't set the default arch for
24312 i[34567]86-*-darwin*|x86_64-*-darwin*.
24314 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
24317 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
24318 default. Set the default 32bit/64bit archs with $with_arch
24319 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
24321 2010-02-27 Richard Guenther <rguenther@suse.de>
24323 PR tree-optimization/43186
24324 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
24325 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
24326 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
24327 unroller iterations.
24329 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
24331 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
24332 required and i[34567]86-*-* targets don't support 64bit ISA.
24334 2010-02-26 Eric Botcazou <ebotcazou@adacore.com>
24337 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
24338 the same alias set.
24340 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
24342 * config.gcc: Set the default arch at least to Prescott for
24343 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
24344 if SSE math is enabled.
24346 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
24348 * diagnostic.c (diagnostic_initialize): Update.
24349 (diagnostic_report_diagnostic): Test inhibit_notes_p for
24351 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
24352 (diagnostic_inhibit_notes): New.
24353 * toplev.c (process_options): inhibit notes with -fcompare-debug.
24355 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
24358 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
24359 * doc/standards.texi: Likewise.
24360 * doc/extend.texi: Likewise.
24361 * doc/trouble.texi: Likewise.
24362 * doc/cppopts.texi: Likewise.
24363 * doc/install.texi: Likewise.
24364 * c.opt (std=c90,std=gnu90): New options.
24365 * c-opts.c (c_common_handle_option): Handle them.
24367 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
24370 * c-decl.c (undeclared_variable): Use an informative note.
24372 2010-02-26 Richard Guenther <rguenther@suse.de>
24374 PR tree-optimization/43186
24375 * gimple.h (gimple_fold): Remove.
24376 * gimple.c (gimple_fold): Remove. Inline into single user ...
24377 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
24378 Try harder for conditions.
24380 2010-02-26 Jakub Jelinek <jakub@redhat.com>
24383 * function.c (used_types_insert): Don't skip through named pointer
24384 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
24385 and it is different from the main variant's type.
24387 2010-02-26 Nick Clifton <nickc@redhat.com>
24389 * config/rx/rx.md (sminsi3): Remove bogus alternative.
24391 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
24393 * config.gcc: Support --with-fpmath=sse for x86.
24395 * config/i386/ssemath.h: New.
24397 * doc/install.texi (--with-fpmath=sse): Documented.
24399 2010-02-26 Richard Guenther <rguenther@suse.de>
24401 PR tree-optimization/43188
24402 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
24403 vector types of over-aligned element type.
24405 2010-02-26 Uros Bizjak <ubizjak@gmail.com>
24408 * config/i386/i386.c (expand_vec_perm_blend): Use correct
24409 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
24411 2010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
24413 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
24415 2010-02-26 Jakub Jelinek <jakub@redhat.com>
24417 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
24418 * var-tracking.c: Include diagnostic.h.
24419 (debug_dv): New function.
24420 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
24423 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
24424 (add_value_chain, add_value_chains, remove_value_chain,
24425 remove_value_chains): Handle DEBUG_EXPRs.
24426 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
24429 * regcprop.c (struct queued_debug_insn_change): New type.
24430 (struct value_data_entry): Add debug_insn_changes field.
24431 (struct value_data): Add n_debug_insn_changes field.
24432 (debug_insn_changes_pool): New variable.
24433 (free_debug_insn_changes, apply_debug_insn_changes,
24434 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
24435 (kill_value_one_regno): Call free_debug_insn_changes if needed.
24436 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
24438 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
24440 (copyprop_hardreg_forward_1): Don't call apply_change_group for
24441 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
24442 changes, call cprop_find_used_regs via note_stores.
24443 (copyprop_hardreg_forward): When copying vd from predecessor
24444 which has any queued DEBUG_INSN changes, make sure the pointers are
24445 cleared. At the end call df_analyze and then if there are any
24446 DEBUG_INSN changes queued at the end of some basic block for still
24447 live registers, apply them.
24448 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
24450 2010-02-25 Uros Bizjak <ubizjak@gmail.com>
24452 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
24455 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
24457 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
24458 targets. Set the default with_cpu/with_arch from arch/cpu.
24459 Allow x86-64 and native for with_cpu/with_arch.
24461 2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
24463 * ebitmap.c: Change calls to verify_popcount with calls to
24464 sbitmap_verify_popcount.
24465 (ebitmap_clear_bit): Fixed map->cacheindex test and
24466 map>cache update when bit clearing results in an empty
24469 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
24472 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
24473 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
24474 and support both V2DF and V2DI modes.
24475 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
24476 support both V2DF and V2DI modes.
24477 (general): Delete trailing whitespace from a few patterns.
24479 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
24480 V2DF/V2DI interleave high/low builtins.
24482 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
24485 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
24486 interleave high/low functions.
24488 2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
24490 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
24491 #pragma extern_prefix.
24493 2010-02-25 Jakub Jelinek <jakub@redhat.com>
24496 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
24497 BLKmode, assert op0 is a MEM and just adjust its mode.
24500 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
24501 if bitpos isn't multiple of mode's bitsize.
24503 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
24505 * c.opt (-ftemplate-depth=): New.
24506 (-ftemplate-depth-): Deprecate.
24507 * optc-gen.awk: Handle -ftemplate-depth=.
24508 * opth-gen.awk: Likewise.
24509 * c-opts.c (c_common_handle_option): Likewise.
24510 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
24512 2010-02-24 Jason Merrill <jason@redhat.com>
24514 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
24516 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24518 * cfg.c (alloc_aux_for_block): Remove inline.
24519 (alloc_aux_for_edge): Likewise.
24521 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24523 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
24525 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24527 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
24528 * config/i386/sol2-gas.h: New file.
24529 * config.gcc (i[34567]86-*-solaris2*): Use it.
24531 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
24534 * c-typeck.c (ep_convert_and_check): New.
24535 (build_conditional_expr): Use it.
24536 (build_binary_op): Likewise.
24538 2010-02-24 Jakub Jelinek <jakub@redhat.com>
24540 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
24543 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
24544 bounds even for -O+.
24545 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
24546 expr needs to have DECL_NAME set.
24548 2010-02-24 Nick Clifton <nickc@redhat.com>
24550 * config/mep/mep.c: Include gimple.h.
24551 (mep_function_uses_sp): Delete unused function.
24552 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
24553 parameters. Use unsigned integers to count args. Return a
24554 NULL_RTX instead of an error_mark_node. Toidy up formatting.
24556 2010-02-23 Jakub Jelinek <jakub@redhat.com>
24559 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
24560 greater or equal to nelt instead of 2 * nelt.
24561 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
24564 2010-02-23 Jason Merrill <jason@redhat.com>
24567 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
24568 in cfun->local_decls even if they have register types.
24571 * stor-layout.c (place_field): Don't warn about unnecessary
24572 DECL_PACKED if the type is packed.
24574 2010-02-23 Jakub Jelinek <jakub@redhat.com>
24577 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
24578 GOTOFF relocs, even when the base reg isn't pic pointer.
24580 2010-02-23 Michael Matz <matz@suse.de>
24583 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
24584 (expand_gimple_basic_block): Generate and use debug temps if there
24585 are debug uses left after the last real use of TERed ssa names.
24586 Unlink debug immediate uses when they are expanded.
24588 2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
24591 * config/i386/i386.c (override_options): Reorganise to provide
24592 better error messages.
24594 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
24596 PR middle-end/43083
24597 * graphite-scop-detection.c (create_single_exit_edge): Move
24598 the call to find_single_exit_edge to....
24599 (create_sese_edges): ...here. Don't handle multiple edges
24600 exiting the function.
24601 (build_graphite_scops): Don't handle multiple edges
24602 exiting the function.
24604 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
24606 PR middle-end/43097
24607 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
24608 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
24610 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
24612 PR middle-end/43026
24613 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
24615 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
24618 * c-typeck.c (convert_arguments): Print declaration location.
24619 * c-common.c (validate_nargs): Rename as
24620 builtin_function_validate_nargs.
24621 (check_builtin_function_arguments): Update.
24623 2010-02-22 Richard Guenther <rguenther@suse.de>
24626 * tree-inline.c (declare_return_variable): Use the type of
24627 the call stmt lhs if available.
24629 2010-02-22 Duncan Sands <baldrick@free.fr>
24631 * passes.c (register_pass): Always consider all pass lists when
24632 ref_pass_instance_number is zero.
24634 2010-02-22 Richard Guenther <rguenther@suse.de>
24636 PR tree-optimization/42749
24637 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
24638 parameter. Do arithmetic in the original type.
24639 (update_accumulator_with_ops): Likewise.
24640 (adjust_accumulator_values): Adjust.
24642 2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24644 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
24645 (QI to BLKmode splitter): New splitter.
24647 2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
24649 * config/i386/i386.c (initial_ix86_tune_features): Turn on
24650 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
24652 2010-02-22 Richard Guenther <rguenther@suse.de>
24654 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
24656 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
24658 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
24659 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
24660 ($(T)crti.o, $(T)crtn.o): Remove rules.
24662 2010-02-21 Tobias Burnus <burnus@net-b.de>
24665 * doc/invoke.texi (-fassociative-math): Document that this
24666 option is automatically enabled for Fortran.
24668 2010-02-20 David S. Miller <davem@davemloft.net>
24670 * configure.ac: Test if linker and assembler properly support
24671 GOTDATA_OP relocations.
24672 * configure: Rebuild.
24673 * config.in: Likewise.
24674 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
24675 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
24676 (movsi_high_pic): Likewise.
24677 (movdi_lo_sum_pic): Likewise.
24678 (movdi_high_pic): Likewise.
24679 (movsi_pic_gotdata_op): New pattern.
24680 (movdi_pic_gotdata_op): Likewise.
24681 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
24682 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
24684 2010-02-20 Uros Bizjak <ubizjak@gmail.com>
24687 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
24688 attribute to ssemul.
24689 (xop_mulv2div2di3_high): Ditto.
24691 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
24694 * c.opt (Wconversion-null): New option.
24695 * doc/invoke.texi (Wconversion-null): Document.
24697 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
24699 * common.opt (Wlarger-than-): Add Undocumented.
24701 2010-02-19 Mike Stump <mikestump@comcast.net>
24703 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
24705 2010-02-19 Jason Merrill <jason@redhat.com>
24708 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
24709 * configure: Likewise.
24711 2010-02-20 Alan Modra <amodra@gmail.com>
24713 PR middle-end/42344
24714 * cgraph.h (cgraph_make_decl_local): Declare.
24715 * cgraph.c (cgraph_make_decl_local): New function.
24716 (cgraph_make_node_local): Use it.
24717 * cgraphunit.c (cgraph_function_versioning): Likewise.
24718 * ipa.c (function_and_variable_visibility): Likewise.
24720 2010-02-19 Jakub Jelinek <jakub@redhat.com>
24723 * except.c (sjlj_emit_function_enter): Don't call
24724 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
24726 * rtl.h (add_reg_br_prob_note): Remove prototype.
24728 2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
24731 * c-common.c (conversion_warning): Remove widening conversions
24732 before checking the conversion of integers to reals.
24734 2010-02-19 Mike Stump <mikestump@comcast.net>
24736 PR middle-end/43125
24737 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
24740 * cgraphunit.c (process_function_and_variable_attributes): Check
24741 DECL_PRESERVE_P instead of looking up attribute "used".
24742 * ipa-pure-const.c (check_decl): Likewise.
24743 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
24744 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
24745 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
24746 instead of attribute "used".
24747 * config/sol2-c.c (solaris_pragma_init): Likewise.
24748 (solaris_pragma_fini): Likewise.
24750 2010-02-19 Jakub Jelinek <jakub@redhat.com>
24752 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
24753 Use XCNEW instead of xcalloc.
24754 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
24755 XNEW instead of xmalloc.
24756 (get_fields): Use XNEWVEC instead of xmalloc.
24759 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
24760 populate vars array.
24761 (create_new_general_access): For debug stmts just reset value.
24762 (get_stmt_accesses): For accesses within debug stmts just record them
24763 using add_access_to_acc_sites instead of preventing the peeling or
24764 counting them as accesses.
24766 PR middle-end/42233
24767 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
24769 2010-02-19 Richard Guenther <rguenther@suse.de>
24771 PR tree-optimization/42916
24772 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
24775 2010-02-19 Andreas Schwab <schwab@linux-m68k.org>
24777 * configure.ac: Replace all uses of changequote in macro arguments
24778 with proper quoting.
24780 2010-02-19 Jakub Jelinek <jakub@redhat.com>
24782 PR middle-end/42233
24783 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
24785 2010-02-19 Richard Guenther <rguenther@suse.de>
24787 PR tree-optimization/42944
24788 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
24789 test for aliasing with errno.
24791 2010-02-19 Jakub Jelinek <jakub@redhat.com>
24793 PR middle-end/42233
24794 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
24795 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
24796 * dojump.c: Include output.h.
24797 (inv): New inline function.
24798 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
24799 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
24800 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
24801 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
24802 argument, pass it down to other calls.
24803 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
24804 add REG_BR_PROB note to the conditional jump.
24805 * cfgexpand.c (add_reg_br_prob_note): Removed.
24806 (expand_gimple_cond): Don't call it, add the probability
24807 as last argument to jumpif_1/jumpifnot_1.
24808 * Makefile.in (dojump.o): Depend on output.h.
24809 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
24811 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
24812 * stmt.c (do_jump_if_equal): Likewise.
24813 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
24814 * loop-unswitch.c (compare_and_jump_seq): Likewise.
24815 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
24817 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
24818 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
24819 jumpifnot_1 callers.
24820 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
24822 (store_expr): Adjust jumpifnot caller.
24823 (store_constructor): Adjust jumpif caller.
24825 PR middle-end/42233
24826 * gimplify.c (gimple_boolify): For __builtin_expect call
24827 gimple_boolify also on its first argument.
24829 2010-02-18 Uros Bizjak <ubizjak@gmail.com>
24831 * configure.ac (gnu-unique-object): Wrap regexps using [] in
24833 (__stack_chk_fail): Ditto. Remove quadrigraphs.
24834 * configure: Regenerated.
24836 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
24838 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
24839 lang_hooks.types_compatible_p instead of comptypes.
24841 2010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
24843 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
24844 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
24845 if __prefer_thumb__ is defined.
24847 2010-02-18 Martin Jambor <mjambor@suse.cz>
24849 PR tree-optimization/43066
24850 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
24851 array with zero-sized element type.
24853 2010-02-18 Jakub Jelinek <jakub@redhat.com>
24855 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
24856 rtx, allocate struct var_loc_node here and return it to the
24857 caller, and only if it is actually needed.
24858 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
24859 move it earlier and return immediately if it returns NULL.
24861 2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
24863 * config/sparc/gas.h: New file. Restore
24864 TARGET_ASM_NAMED_SECTION to its ELF default.
24865 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
24866 check !HAVE_GNU_AS.
24867 * config/sparc/sparc.c (sparc_elf_asm_named_section):
24868 Likewise. Add ATTRIBUTE_UNUSED to prototype.
24869 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
24870 after sparc/sysv4.h.
24872 2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
24874 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
24876 2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
24878 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
24879 patterns from predicated pattern.
24881 2010-02-17 Uros Bizjak <ubizjak@gmail.com>
24884 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
24885 for insn mnemonic suffix.
24887 2010-02-17 Richard Guenther <rguenther@suse.de>
24889 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
24892 2010-02-17 Jakub Jelinek <jakub@redhat.com>
24895 * caller-save.c (save_call_clobbered_regs): If BB ends with
24896 a DEBUG_INSN, move any notes in between last real insn and the last
24897 DEBUG_INSN after the last DEBUG_INSN.
24899 2010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
24901 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
24902 Fix return type. Fix argument type. Explain meaning of return value.
24904 2010-02-16 Richard Guenther <rguenther@suse.de>
24906 PR tree-optimization/41043
24907 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
24908 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
24910 (vrp_visit_phi_node): ... but only for loop PHI nodes.
24912 2010-02-16 Ira Rosen <irar@il.ibm.com>
24914 PR tree-optimization/43074
24915 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
24916 * tree-vect-loop.c (vect_analyze_loop_operations): Add
24917 vectorizable cycles in hybrid SLP check.
24918 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
24920 2010-02-16 Richard Guenther <rguenther@suse.de>
24922 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
24923 (true_dependence): If memrefs_conflict_p computes must-alias
24924 trust it. Move TBAA check after offset-based disambiguation.
24925 (canon_true_dependence): Likewise.
24927 2010-02-16 Alexandre Oliva <aoliva@redhat.com>
24929 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
24930 * doc/invoke.texi: Document it.
24931 * var-tracking.c: Include toplev.h and params.h.
24932 (vt_find_locations): Return bool indicating success. Compute
24933 hash sizes unconditionally. Check new parameter, report.
24934 (variable_tracking_main_1): Check vt_find_locations results and
24935 retry. Renamed from...
24936 (variable_tracking_main): ... this. New wrapper to preserve
24937 flag_var_tracking_assignments.
24938 * Makefile.in (var-tracking.o): Adjust dependencies.
24940 2010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
24941 Jakub Jelinek <jakub@redhat.com>
24944 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
24945 if weak_import attribute is present.
24946 * config/darwin.c (machopic_select_section): Likewise.
24948 2010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
24950 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
24951 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
24952 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
24953 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
24955 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
24958 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
24959 Fix argument types.
24961 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
24962 Rewrite text to refer to the names.
24964 2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
24966 * config/i386/i386-builtin-types.def
24967 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
24968 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
24969 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
24970 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
24971 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
24972 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
24973 IX86_BUILTIN_VPERMIL2PS256.
24974 (MULTI_ARG_4_DF2_DI_I): Defined.
24975 (MULTI_ARG_4_DF2_DI_I1): Defined.
24976 (MULTI_ARG_4_SF2_SI_I): Defined.
24977 (MULTI_ARG_4_SF2_SI_I1): Defined.
24978 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
24979 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
24980 __builtin_ia32_vpermil2ps256.
24981 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
24982 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
24983 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
24984 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
24985 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
24986 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
24987 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
24988 CODE_FOR_xop_vpermil2v8sf3.
24989 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
24990 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
24991 * config/i386/xopintrin.h (_mm_permute2_pd): New.
24992 (_mm256_permute2_pd): New.
24993 (_mm_permute2_ps): New.
24994 (_mm256_permute2_ps): New.
24996 2010-02-15 Nick Clifton <nickc@redhat.com>
24998 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
24999 boolean parameters. Use emit_jump_insn when emitting a pop
25000 instruction containing a return insn.
25001 (push): Use 'true' rather than '1' as second parameter to F.
25002 (h8300_expand_prologue): Likewise.
25003 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
25004 (h8300_expand_epilogue): Likewise.
25006 2010-02-15 Richard Guenther <rguenther@suse.de>
25008 PR middle-end/43068
25009 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
25012 2010-02-15 Nick Clifton <nickc@redhat.com>
25014 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
25017 2010-02-14 Marco Poletti <poletti.marco@gmail.com>
25019 * intl.c (fake_ngettext): New function.
25020 * intl.h (fake_ngettext): Declare.
25021 (ngettext): Define macro.
25022 * collect2.c (notice_translated): New function.
25023 (main): Use notice_translated and ngettext.
25024 * collect2.h (notice_translated): Declare.
25026 2010-02-14 Steven Bosscher <steven@gcc.gnu.org>
25028 * reorg.c (delete_computation): Comment fixes.
25029 * caller-save.c (setup_save_areas): Idem.
25030 * sel-sched-dump.c (dump_lv_set): Idem.
25033 2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25035 * config/s390/s390.c (s390_sched_init): New function.
25036 (TARGET_SCHED_INIT): Target hook defined.
25038 2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
25039 Jack Howarth <howarth@bromo.med.uc.edu>
25040 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
25043 Partial revert of unintended change in fix for PR41605.
25044 * config/darwin.h: Fix typo.
25045 * config/darwin9.h: Same.
25047 2010-02-11 Jakub Jelinek <jakub@redhat.com>
25049 * c-pch.c (pch_init): Clear v.
25051 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
25053 PR middle-end/42930
25054 * graphite-scop-detection.c (graphite_can_represent_scev): Call
25055 graphite_can_represent_init for MULT_EXPR.
25057 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
25059 PR middle-end/42914
25060 PR middle-end/42530
25061 * graphite-sese-to-poly.c (remove_phi): New.
25062 (translate_scalar_reduction_to_array): Call remove_phi.
25064 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
25066 PR middle-end/42771
25067 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
25068 * graphite-clast-to-gimple.h (gloog): Update declaration.
25069 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
25070 * graphite-poly.h (struct poly_bb): Add missing comments.
25071 (struct scop): Add poly_scop_p field.
25072 (POLY_SCOP_P): New.
25073 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
25074 * graphite.c (graphite_transform_loops): Build the polyhedral
25075 representation for each scop before code generation.
25076 * sese.c (rename_variables_in_operand): Removed.
25077 (rename_variables_in_expr): Return the renamed expression.
25078 (rename_sese_parameters): New.
25079 * sese.h (rename_sese_parameters): Declared.
25081 2010-02-11 Richard Guenther <rguenther@suse.de>
25083 PR tree-optimization/42998
25084 * tree-ssa-pre.c (create_expression_by_pieces): Treat
25085 POINTER_PLUS_EXPR properly.
25087 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
25088 Changpeng Fang <changpeng.fang@amd.com>
25090 PR middle-end/40886
25091 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
25092 the cost of an IV candidate when the IV is used in a test against zero.
25094 * gcc.dg/tree-ssa/ivopts-3.c: New.
25096 2010-02-11 Richard Guenther <rguenther@suse.de>
25099 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
25100 pointer-vs-decl case by swapping refs. Handle some cases
25101 of pointer-vs-decl disambiguations more conservatively.
25102 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
25103 to false after expanding.
25105 2010-02-11 Richard Guenther <rguenther@suse.de>
25108 * gcc.c (process_command): Handle LTO file@offset case more
25111 2010-02-11 Jakub Jelinek <jakub@redhat.com>
25113 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
25114 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
25116 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
25118 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
25119 if MEM's mode size isn't DWARF2_ADDR_SIZE.
25120 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
25121 Optimize eq/ne comparisons when both arguments are known to be
25123 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
25124 Don't mask operands unnecessarily if they are known to be already
25127 2010-02-10 Vladimir Makarov <vmakarov@redhat.com>
25129 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
25132 2010-02-10 Richard Guenther <rguenther@suse.de>
25134 PR tree-optimization/43017
25135 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
25136 for wrapping signed arithmetic.
25138 2010-02-10 Jakub Jelinek <jakub@redhat.com>
25141 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
25142 if no debug info should be emitted for it.
25144 2010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
25146 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
25147 note when flag_exceptions is set.
25149 2010-02-10 Duncan Sands <baldrick@free.fr>
25151 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
25153 2010-02-10 Richard Guenther <rguenther@suse.de>
25156 * tree.c (get_unwidened): Handle constants.
25157 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
25159 2010-02-10 Martin Jambor <mjambor@suse.cz>
25162 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
25163 check for variable argument counts independently.
25165 2010-02-10 Christian Bruel <christian.bruel@st.com>
25168 * config/sh/sh.c (find_barrier): Increase length for non delayed
25169 conditional branches.
25171 2010-02-10 Christian Bruel <christian.bruel@st.com>
25173 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
25175 2010-02-10 Jakub Jelinek <jakub@redhat.com>
25177 * builtins.c (set_builtin_user_assembler_name): Also handle
25178 ffs if int is smaller than word.
25180 2010-02-09 Vladimir Makarov <vmakarov@redhat.com>
25182 PR middle-end/42973
25183 * ira-conflicts.c (get_dup): Remove.
25184 (process_reg_shuffles): Add new parameter. Use it as an
25185 additional guard for copy generation.
25186 (add_insn_allocno_copies): Rewrite.
25188 2010-02-09 Alexander Monakov <amonakov@ispras.ru>
25190 * common.opt (fsched2-use-traces): Preserved for backward
25192 * doc/invoke.texi: Remove the documentation about option
25193 -fsched2-use-traces.
25194 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
25195 flag_sched2_use_traces.
25196 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
25197 the backward compatibility flag section.
25199 2010-02-09 Richard Guenther <rguenther@suse.de>
25201 PR tree-optimization/43008
25202 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
25203 make HEAP variables initialized from global memory if they
25204 are not known builtin functions.
25205 (find_func_aliases): Adjust.
25207 2010-02-09 Richard Guenther <rguenther@suse.de>
25209 PR tree-optimization/43000
25210 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
25211 arithmetic manually.
25213 2010-02-08 Jakub Jelinek <jakub@redhat.com>
25215 PR tree-optimization/42931
25216 * tree-loop-linear.c (try_interchange_loops): Don't call
25217 double_int_mul if estimated_loop_iterations failed.
25219 2010-02-08 Martin Jambor <mjambor@suse.cz>
25221 PR middle-end/42898
25222 * tree-sra.c (build_accesses_from_assign): Do not mark in
25223 should_scalarize_away_bitmap if stmt has volatile ops.
25224 (sra_modify_assign): Do not process assigns piecemeal if if stmt
25227 2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
25229 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
25231 2010-02-07 Adam Nemet <adambnmet@gmail.com>
25233 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
25234 before the pattern.
25236 2010-02-07 Andrew Pinski <pinskia@gmail.com>
25238 PR middle-end/42946
25239 * df-core.c (df_finish_pass): Change type of saved_flags to int.
25241 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
25243 PR middle-end/42988
25244 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
25245 to unknown_dependence.
25246 (graphite_legal_transform_dr): Handle the unknown_dependence.
25247 (graphite_carried_dependence_level_k): Same.
25249 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
25251 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
25253 2010-02-07 Richard Guenther <rguenther@suse.de>
25255 PR middle-end/42991
25256 * expr.c (get_inner_reference): Always initialize *pbitsize.
25258 2010-02-07 Richard Guenther <rguenther@suse.de>
25260 PR middle-end/42956
25261 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
25262 new ARRAY_REFs on variable size element or minimal index arrays.
25264 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
25265 gimple_fold_indirect_ref.
25267 2010-02-06 Richard Earnshaw <rearnsha@arm.com>
25270 * arm.c (arm_override_options): Just return if the user has specified
25271 an invalid fpu name.
25273 2010-02-03 Jason Merrill <jason@redhat.com>
25276 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
25277 i386_pe_maybe_record_exported_symbol.
25279 2010-02-05 Steve Ellcey <sje@cup.hp.com>
25282 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
25283 (pa_delegitimize_address): New function.
25285 2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
25287 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
25288 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
25290 2010-02-05 Richard Guenther <rguenther@suse.de>
25293 * lto-streamer-in.c (get_resolution): Deal with references
25294 to undefined functions.
25296 2010-02-05 Richard Guenther <rguenther@suse.de>
25298 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
25299 (fold_const_aggregate_ref): Likewise.
25300 (ccp_fold_stmt): Substitute loads.
25301 (maybe_fold_reference): Verify types before substituting.
25303 (fold_gimple_assign): Unshare properly.
25304 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
25306 2010-02-05 Nathan Froyd <froydnj@codesourcery.com>
25308 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
25309 for rs6000_gen_cell_microcode.
25311 2010-02-04 Richard Guenther <rguenther@suse.de>
25313 PR rtl-optimization/42952
25314 * dse.c (const_or_frame_p): Remove MEM handling.
25316 2010-02-04 Nick Clifton <nickc@redhat.com>
25318 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
25319 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
25320 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
25321 (mn10300_asm_output_mi_thunk): New function.
25322 (mn10300_can_output_mu_thunk): New function.
25323 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
25324 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
25325 (FUNCTION_ARG): Delete incorrect comment.
25327 2010-02-03 Jason Merrill <jason@redhat.com>
25330 * fold-const.c (operand_equal_p): Handle erroneous types.
25332 2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
25334 * config/h8300/h8300.md (can_delay): Fix attibute condition.
25336 2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
25338 PR rtl-optimization/42941
25339 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
25342 2010-02-03 Jason Merrill <jason@redhat.com>
25345 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
25347 2010-02-03 Alexandre Oliva <aoliva@redhat.com>
25350 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
25351 (cselib_reset_table): Renamed from...
25352 (cselib_reset_table_with_next_value): ... this.
25353 (cselib_get_next_uid): Renamed from...
25354 (cselib_get_next_unknown_value): ... this.
25355 * cselib.c (next_uid): Renamed from...
25356 (next_unknown_value): ... this.
25357 (cselib_clear_table): Adjust.
25358 (cselib_reset_table): Adjust. Renamed from...
25359 (cselib_reset_table_with_next_value): ... this.
25360 (cselib_get_next_uid): Adjust. Renamed from...
25361 (cselib_get_next_unknown_value): ... this.
25362 (get_value_hash): Use hash.
25363 (cselib_hash_rtx): Likewise.
25364 (new_cselib_val): Adjust. Set and dump uid.
25365 (cselib_lookup_mem): Pass next_uid as hash.
25366 (cselib_subst_to_values): Likewise.
25367 (cselib_log_lookup): Dump uid.
25368 (cselib_lookup): Pass next_uid as hash. Adjust.
25369 (cselib_process_insn): Adjust.
25370 (cselib_init): Initialize next_uid.
25371 (cselib_finish): Adjust.
25372 (dump_cselib_table): Likewise.
25373 * dse.c (canon_address): Dump value uid.
25374 * print-rtl.c (print_rtx): Print value uid.
25375 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
25377 (dv_uid): New function, sort of renamed from...
25378 (dv_htab_hash): ... this, reimplemented in terms of it and...
25379 (dv_uid2hash): ... this. New.
25380 (variable_htab_eq): Drop excess assertions.
25381 (tie_break_pointers): Removed.
25382 (canon_value_cmp): Compare uids.
25383 (variable_post_merge_New_vals): Print uids.
25384 (vt_add_function_parameters): Adjust.
25385 (vt_initialize): Reset table. Adjust.
25387 2010-02-03 Richard Guenther <rguenther@suse.de>
25389 PR tree-optimization/42944
25390 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
25391 (call_may_clobber_ref_p_1): Likewise. Properly handle
25392 malloc and calloc clobbering errno.
25394 2010-02-03 Steven Bosscher <steven@gcc.gnu.org>
25396 * doc/invoke.texi: Fix name of sched1 dump.
25398 * opts.c (decode_options): Set flag_tree_switch_conversion
25399 only conditionally on optimize >= 2.
25401 * gcse.c: Assorted comment fixes in pass description.
25403 2010-02-03 Anthony Green <green@moxielogic.com>
25405 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
25406 nop padding in order to maintain alignment of storage location of
25407 target function address.
25408 (moxie_trampoline_init): Store target function address at newly
25410 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
25412 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
25414 2010-02-03 Richard Guenther <rguenther@suse.de>
25416 PR middle-end/42927
25417 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
25419 2010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25421 * config.gcc: Reenable check for obsolete targets.
25422 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
25423 mips-sgi-irix6.[0-4]*.
25425 2010-02-02 Nick Clifton <nickc@redhat.com>
25427 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
25428 constant size of 4 as being the same as 0.
25429 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
25430 can take values in the range 0..4.
25432 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
25435 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
25436 as _darwin10_Unwind_FindEnclosingFunction().
25437 * libgcc-libsystem.ver: New.
25439 2010-02-01 Vladimir Makarov <vmakarov@redhat.com>
25442 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
25443 implicitly set registers.
25445 2010-02-01 Richard Earnshaw <rearnsha@arm.com>
25447 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
25448 (arm_override_options): Allow automatic selection of the thread
25449 pointer register if thumb2.
25450 (legitimize_pic_address): Improve code sequences for Thumb2.
25451 (arm_call_tls_get_addr): Likewise.
25452 (legitimize_tls_address): Likewise.
25453 * arm.md (pic_load_addr_arm): Delete. Replace with ...
25454 (pic_load_addr_32bit): ... this. New named pattern.
25455 * thumb2.md (pic_load_addr_thumb2): Delete.
25456 (pic_load_dot_plus_four): Delete.
25457 (tls_load_dot_plus_four): New named pattern.
25459 2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25462 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
25463 Document fix for TLS bug.
25465 2010-01-31 Richard Guenther <rguenther@suse.de>
25467 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
25468 conservatively correct.
25470 2010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25474 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25476 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
25478 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25480 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
25482 2010-01-31 Kai Tietz <kai.tietz@onevision.com>
25484 * config.gcc: Adjust order of makefile fragments for mingw targets.
25486 2010-01-31 Richard Guenther <rguenther@suse.de>
25488 PR middle-end/42898
25489 * gimplify.c (gimplify_init_constructor): For volatile LHS
25490 initialize a temporary.
25492 2010-01-31 Matthias Klose <doko@ubuntu.com>
25494 * configure.ac: Fix __stack_chk_fail check for cross builds configured
25496 * configure: Regenerate.
25498 2010-01-29 Eric Botcazou <ebotcazou@adacore.com>
25500 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
25501 the same alias set and their sizes different constantness.
25502 (aliasing_component_refs_p): Revert 2009-10-24 change.
25504 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25506 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
25509 2010-01-29 Richard Guenther <rguenther@suse.de>
25511 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
25512 Assert we successfully updated the call.
25514 2010-01-29 Jakub Jelinek <jakub@redhat.com>
25516 PR rtl-optimization/42889
25517 * df.h (df_set_bb_dirty_nonlr): New prototype.
25518 * df-core.c (df_set_bb_dirty_nonlr): New function.
25519 * df-scan.c (df_insn_rescan): Call it instead of
25520 df_set_bb_dirty for DEBUG_INSNs.
25522 2010-01-29 Richard Guenther <rguenther@suse.de>
25524 PR middle-end/37448
25525 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
25526 quadratic behavior in most cases.
25528 2010-01-28 Uros Bizjak <ubizjak@gmail.com>
25531 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
25532 in the call to gen_x86_movsicc_0_m1.
25534 2010-01-28 Richard Guenther <rguenther@suse.de>
25536 PR tree-optimization/42871
25537 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
25539 2010-01-28 Richard Guenther <rguenther@suse.de>
25541 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
25542 into call arguments.
25544 2010-01-28 Richard Guenther <rguenther@suse.de>
25546 PR middle-end/42883
25547 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
25548 the forwarder if the destination is an EH landing pad.
25550 2010-01-28 Razya Ladelsky <razya@il.ibm.com>
25552 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
25553 block list passed to gimple_duplicate_sese_tail.
25554 (parallelize_loops): Avoid parallelization when the function
25555 has_nonlocal_label.
25556 Avoid parallelization when the preheader is IRREDUCIBLE.
25557 Try to optimize when estimated_loop_iterations_int is unresolved.
25558 Add the loop's location to the dump file.
25559 * tree-cfg.c (add_phi_args_after_redirect): Remove.
25560 (gimple_duplicate_sese_tail): Remove the check for the latch.
25561 Redirect nexits to the exit block.
25562 Remove handling of the incoming edges to the latch.
25563 Redirect the backedge from the copied latch to the exit bb.
25565 2010-01-28 Michael Matz <matz@suse.de>
25568 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
25569 Wrap force_reg into a sequence, emit it before user.
25571 2010-01-28 Stephen Thomas <stephen.thomas@arm.com>
25573 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
25575 (arm_legacy_rev): Likewise.
25576 (thumb_legacy_rev): Likewise.
25578 2010-01-27 Jakub Jelinek <jakub@redhat.com>
25580 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
25581 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
25582 on MEM's address failed, try avoid_constant_pool_reference and
25583 recurse if it returned something different.
25584 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
25585 address, try avoid_constant_pool_reference and recurse if it
25586 returned something different.
25587 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
25588 address and avoid_constant_pool_reference returned something
25589 different, don't set have_address.
25591 2010-01-27 Alexandre Oliva <aoliva@redhat.com>
25594 * var-tracking.c (val_store): Add modified argument, obey it.
25596 (count_uses): Move down logging of main.
25597 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
25598 don't need resolution.
25599 (emit_notes_in_bb): Likewise.
25601 2010-01-27 Richard Guenther <rguenther@suse.de>
25603 PR middle-end/42878
25604 * tree-inline.c (remap_decl): Delay remapping of SSA name
25605 default definitions until we need them.
25607 2010-01-27 Jakub Jelinek <jakub@redhat.com>
25609 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
25610 (rs6000_delegitimize_address): New function.
25612 * config/s390/s390.c (s390_delegitimize_address): Call
25613 delegitimize_mem_from_attrs.
25615 PR middle-end/42874
25616 * tree-inline.c (cannot_copy_type_1): Removed.
25617 (copy_forbidden): Don't forbid copying of functions containing
25618 records/unions with variable length fields.
25620 2010-01-27 Christian Bruel <christian.bruel@st.com>
25624 * config/sh/sh.c (find_barrier): Increase length for non delayed
25625 conditional branches.
25627 2010-01-27 Matthias Klose <doko@ubuntu.com>
25629 * configure.ac (gnu-unique-object): Fix ldd version check.
25630 * configure: Regenerate.
25632 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25634 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
25636 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
25637 Test for HAVE_GNU_AS value.
25639 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25641 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
25642 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
25643 INT64_TYPE): Define.
25644 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
25645 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
25646 INT_LEAST64_TYPE): Define.
25647 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
25648 UINT_LEAST64_TYPE): Define.
25649 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
25650 INT_FAST64_TYPE): Define.
25651 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
25652 UINT_FAST64_TYPE): Define.
25653 (INTMAX_TYPE, UINTMAX_TYPE): Define.
25654 (INTPTR_TYPE, UINTPTR_TYPE): Define.
25655 (SIG_ATOMIC_TYPE): Define.
25657 2010-01-26 Richard Guenther <rguenther@suse.de>
25659 * df-scan.c (df_scan_set_bb_info): Remove assert.
25660 (df_insn_rescan_debug_internal): Merge asserts.
25661 (df_install_ref): Likewise.
25662 (df_mark_reg): Use bitmap_set_range.
25663 (df_hard_reg_used_p): Remove assert.
25664 (df_hard_reg_used_count): Likewise.
25666 2010-01-26 Richard Guenther <rguenther@suse.de>
25668 PR rtl-optimization/42685
25669 * web.c (web_main): Ignore DEBUG_INSNs.
25671 2010-01-26 Joern Rennecke <amylaar@spamcop.net>
25673 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
25675 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
25676 Fix types of fndecl and arglist parameters.
25678 2010-01-26 Richard Guenther <rguenther@suse.de>
25680 PR middle-end/42806
25681 * tree-eh.c (unsplit_eh): Skip debug insns.
25683 2010-01-26 Richard Guenther <rguenther@suse.de>
25685 PR tree-optimization/42250
25686 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
25688 2010-01-26 Jakub Jelinek <jakub@redhat.com>
25691 * omp-low.c (expand_omp_sections): Only use single_pred if
25692 l2_bb is single_pred_p.
25694 2010-01-25 Christian Bruel <christian.bruel@st.com>
25697 * config/sh/sh.c (find_barrier): Increase length for non delayed
25698 conditional branches.
25699 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
25701 2010-01-24 David S. Miller <davem@davemloft.net>
25703 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
25704 define if not using GAS.
25705 * config/sparc/sparc.c (sparc_elf_asm_named_section):
25706 Likewise. Delete SECTION_MERGE code, which is only applicable
25709 2010-01-24 Mark Mitchell <mark@codesourcery.com>
25712 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
25713 mangling of va_list in system headers.
25715 2010-01-23 Toon Moene <toon@moene.org>
25717 * tree-predcom.c (combine_chains): Return NULL, not false.
25719 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
25721 * tree-loop-distribution.c (distribute_loop): Fix declaration and
25722 initialization of variable res to agree with return type.
25724 2010-01-22 Steve Ellcey <sje@cup.hp.com>
25726 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
25727 * tree-sra.c: Add include of expr.h.
25729 2010-01-22 Jakub Jelinek <jakub@redhat.com>
25731 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
25732 insert the debug stmt on the single non-EH edge from the stmt.
25734 2010-01-22 Richard Henderson <rth@redhat.com>
25737 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
25738 the RHS until after generate_subtree_copies has insertted its
25739 code before the current statement.
25741 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
25743 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
25745 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
25747 2010-01-21 Martin Jambor <mjambor@suse.cz>
25749 PR tree-optimization/42585
25750 * tree-sra.c (struct access): New field grp_total_scalarization.
25751 (dump_access): Dump the new field.
25752 (should_scalarize_away_bitmap): New variable.
25753 (cannot_scalarize_away_bitmap): Likewise.
25754 (sra_initialize): Allocate new bitmaps.
25755 (sra_deinitialize): Free new bitmaps.
25756 (create_access_1): New function.
25757 (create_access): Parts moved to create_access_1.
25758 (type_consists_of_records_p): New function.
25759 (completely_scalarize_record): Likewise.
25760 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
25761 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
25762 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
25764 (analyze_all_variable_accesses): Completely scalarize small eligible
25767 2010-01-21 Martin Jambor <mjambor@suse.cz>
25769 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
25771 2010-01-21 Andrew Haley <aph@redhat.com>
25773 * gcc.c (process_command): Move lang_specific_driver before
25774 setting cc_libexec_prefix.
25776 2010-01-21 Richard Guenther <rguenther@suse.de>
25778 PR middle-end/19988
25779 * fold-const.c (negate_expr_p): Pretend only negative
25780 real constants are easily negatable.
25782 2010-01-20 Janis Johnson <janis187@us.ibm.com>
25783 Jason Merrill <jason@redhat.com>
25785 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
25786 (TYPE_TRANSPARENT_AGGR): this, for union and record.
25787 * calls.c (initialize argument_information): Handle it.
25788 * c-common.c (handle_transparent_union_attribute): Use new name.
25789 * c-decl.c (finish_struct): Ditto.
25790 * c-typeck.c (type_lists_compatible_p): Ditto.
25791 (convert_for_assignment): Use new name and also handle record.
25792 * function.c (aggregate_value_p): Handle it.
25793 (pass_by_reference): Ditto.
25794 (assign_parm_data_types): Ditto.
25795 * print-tree.c (print_node): Ditto.
25796 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
25797 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
25798 * tree.c (first_field): New fn.
25800 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
25803 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
25804 even when linking statically, for now.
25806 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
25809 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
25810 without a cselib val.
25811 (count_uses): Accept MO_VAL_SET with no val on stores.
25812 (add_stores): Likewise.
25814 2010-01-20 Jakub Jelinek <jakub@redhat.com>
25816 * var-tracking.c (check_value_val): Add a compile time assertion.
25817 (dv_is_decl_p): Simplify.
25818 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
25819 gcc_assert if ENABLE_CHECKING.
25821 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
25824 * var-tracking.c: Include tree-flow.h.
25825 (mem_dies_at_call): New.
25826 (dataflow_set_preserve_mem_locs): Use it.
25827 (dataflow_set_remove_mem_locs): Likewise.
25828 (dump_var): Renamed from dump_variable. Adjust all callers.
25829 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
25830 * Makefile.in (var-tracking.o): Adjust deps.
25832 2010-01-20 Joern Rennecke <amylaar@spamcop.net>
25834 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
25836 2010-01-20 Richard Guenther <rguenther@suse.de>
25838 PR tree-optimization/42717
25839 * tree-ssa-dce.c (get_live_post_dom): Remove.
25840 (forward_edge_to_pdom): Take an arbitrary edge to copy
25841 degenerate PHI args from.
25842 (remove_dead_stmt): Use the first post-dominator even if it
25843 does not contain live statements as redirection destination.
25845 2010-01-20 Richard Guenther <rguenther@suse.de>
25847 * tree-inline.c (estimate_num_insns): Handle EH builtins.
25849 2010-01-20 Jakub Jelinek <jakub@redhat.com>
25851 * sel-sched.c (create_speculation_check): Remove set but not used
25853 (try_transformation_cache): Remove set but not used variable ds.
25854 (calculate_privileged_insns): Remove set but not used variables
25855 cur_insn and min_spec_insn.
25856 (find_best_expr): Remove set but not used variable avail_n.
25857 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
25859 * cgraphunit.c (assemble_thunk): Remove set but not used variable
25861 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
25862 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
25863 new_scop_exit_edge.
25865 2010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
25868 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
25869 cpu types. Add support for *-sse3 cpu types.
25870 (x86_64-*-*): Ditto.
25872 2010-01-20 Jakub Jelinek <jakub@redhat.com>
25874 PR middle-end/42803
25875 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
25876 argument, call initializer_constant_valid_p_1 instead of
25877 initializer_constant_valid_p, pass CACHE to it, return NULL
25878 immediately if first call returns NULL.
25879 (initializer_constant_valid_p_1): New function.
25880 (initializer_constant_valid_p): Use it.
25882 2010-01-20 Thomas Quinot <quinot@adacore.com>
25884 * tree.def (PLACEHOLDER_EXPR): Fix comment.
25886 2010-01-20 Jakub Jelinek <jakub@redhat.com>
25888 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
25889 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
25890 (loc_list_from_tree): Don't handle unsigned division. Handle
25891 signed modulo using DW_OP_{over,over,div,mul,minus}.
25892 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
25893 modulo instead of signed.
25895 2010-01-20 DJ Delorie <dj@redhat.com>
25897 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
25899 (h8300_emit_stack_adjustment): Propogate it.
25901 (h8300_expand_prologue): Likewise.
25902 (h8300_expand_epilogue): Likewise.
25904 2010-01-19 Michael Matz <matz@suse.de>
25906 PR tree-optimization/41783
25907 * tree-data-ref.c (toplevel): Include flags.h.
25908 (dump_data_dependence_relation): Also dump the inputs if the
25909 result will be unknown.
25910 (split_constant_offset_1): Look through some conversions.
25911 * tree-predcom.c (determine_roots_comp): Restart a new chain if
25912 the offset from last element is too large.
25913 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
25914 (reassociate_to_the_same_stmt): Handle vector registers.
25915 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
25916 (e.g. conversions).
25917 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
25918 wide_prolog_niters argument, emit widening instructions.
25919 (vect_do_peeling_for_alignment): Adjust caller, use widened
25920 variant of the iteration cound.
25921 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
25923 2010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
25926 * config/arm/neon-testgen.m (emit_automatics): New parameter
25927 features. Adjust for Fixed_return_reg feature.
25928 (test_intrinsic): Call emit_automatics with new feature.
25929 * config/arm/neon.ml: Update copyright years.
25930 (features): New Fixed_return_reg feature.
25931 (ops): Update feature for Vget_low.
25933 2010-01-19 Jakub Jelinek <jakub@redhat.com>
25935 PR tree-optimization/42719
25936 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
25940 * fwprop.c (all_uses_available_at): Return false if def_set dest
25941 is a REG that is used in def_insn.
25943 2010-01-19 Joern Rennecke <amylaar@spamcop.net>
25945 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
25947 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
25948 Add argument names.
25950 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
25952 * target.h (struct gcc_target) <secondary_reload>: Change type
25953 of last argument to secondary_reload_info *.
25955 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
25958 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
25959 memory references with unaligned offsets. Remove CQImode handling.
25960 (unaligned_memory_operand): Return 1 for memory references with
25961 unaligned offsets. Remove CQImode handling.
25963 2010-01-18 Richard Guenther <rguenther@suse.de>
25965 PR middle-end/39954
25966 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
25969 2010-01-18 Richard Guenther <rguenther@suse.de>
25971 PR tree-optimization/42781
25972 * tree-ssa-structalias.c (find_what_var_points_to): Skip
25973 restrict processing only if the original variable was artificial.
25975 2010-01-18 Joern Rennecke <amylaar@spamcop.net>
25977 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
25978 find number of popped argument bytes.
25980 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
25981 Fix the text that describes the return value for invalid insns.
25983 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
25985 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
25986 Clarify what 'cost of the -dependence' is. Fix quoting.
25988 * toplev.c (default_get_pch_validity): Rename argument to "sz".
25989 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
25991 2010-01-17 Jakub Jelinek <jakub@redhat.com>
25993 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
25994 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
25996 2010-01-17 Richard Guenther <rguenther@suse.de>
25998 PR middle-end/42248
25999 * function.c (split_complex_args): Take a VEC to modify.
26000 (assign_parms_augmented_arg_list): Build a VEC instead of
26001 a chain of PARM_DECLs.
26002 (assign_parms_unsplit_complex): Take a VEC of arguments.
26003 Do not fixup unmodified parms.
26004 (assign_parms): Deal with the VEC.
26005 (gimplify_parameters): Likewise.
26007 2010-01-17 Richard Guenther <rguenther@suse.de>
26009 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
26010 node existence check.
26011 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
26012 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
26013 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
26014 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
26015 (gimple_execute_on_growing_pred): Likewise.
26017 2010-01-17 Richard Guenther <rguenther@suse.de>
26019 PR tree-optimization/42773
26020 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
26021 (compute_antic_aux): Likewise.
26022 (compute_partial_antic_aux): Likewise.
26024 2010-01-17 Jie Zhang <jie.zhang@analog.com>
26027 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
26030 2010-01-17 Joern Rennecke <amylaar@spamcop.net>
26032 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
26035 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
26036 Fix markup for strict argument.
26038 (TARGET_SCHED_REORDER2): Fix argument types.
26040 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
26041 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
26043 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
26044 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
26046 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
26049 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
26050 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
26051 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
26052 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
26053 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
26055 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
26057 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
26059 (TARGET_ASM_RELOC_RW_MASK): Add return type.
26060 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
26062 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
26064 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
26067 (TARGET_ASM_NAMED_SECTION): Fix argument list.
26069 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
26070 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
26072 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
26074 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
26076 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
26077 referring to it. Fix language.
26079 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
26081 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
26083 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
26085 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
26087 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
26088 '@var{stream}. Remove stray 'and'.
26090 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
26092 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
26094 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
26096 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
26097 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
26099 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
26100 Fix description of return value.
26101 Rename argument "sz" to "len."
26103 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
26104 Clarify meaning of 'true' return value.
26106 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
26108 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
26109 rep_mode versus mode_rep.
26111 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
26113 (TARGET_BUILTIN_DECL): Fix name.
26115 (TARGET_COMMUTATIVE_P): Fix type of first argument.
26117 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
26119 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
26121 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
26123 (TARGET_RELAXED_ORDERING): Use @deftypevr.
26125 (TARGET_GET_DRAP_RTX): Note that this is a hook.
26128 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
26129 Rename argument tm_fn to md_fn.
26131 (TARGET_OPTION_PRINT): Fix argument list.
26133 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
26136 * config/i386/i386.c (ix86_fixup_binary_operands):
26137 Revert FMA4 fixup of operands.
26139 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26142 * Makefile.in (write_entries_to_file, install-plugin):
26143 Use \012 instead of \n with tr.
26145 2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
26147 * configure.ac (HAVE_AS_REF): New C macro.
26148 * configure: Regenerate.
26149 * config.in: Likewise.
26150 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
26152 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
26155 2010-01-16 Joern Rennecke <amylaar@spamcop.net>
26157 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
26159 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
26161 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
26163 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
26165 (TARGET_IN_SMALL_DATA_P): Fix argument type.
26167 (TARGET_BINDS_LOCAL_P): Fix argument type.
26169 (TARGET_ASM_FILE_END): Use prototype.
26171 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
26173 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
26175 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
26177 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
26179 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
26180 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
26182 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
26183 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
26185 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
26186 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
26187 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
26188 (TARGET_ADDR_SPACE_CONVERT): Likewise.
26190 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
26192 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
26194 (TARGET_INIT_BUILTINS): Use prototype.
26196 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
26197 Put 'const char *' in braces. Fix parameter types.
26198 (TARGET_INVALID_CONVERSION): Fix parameter types.
26199 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
26200 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
26202 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
26205 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
26207 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
26209 2010-01-15 Joern Rennecke <amylaar@spamcop.net>
26211 * doc/tm.texi (TARGET_HELP): Fix return type.
26213 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
26214 in braces. Fix argument types.
26216 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
26218 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
26220 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
26222 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
26223 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
26225 (TARGET_MANGLE_TYPE): Fix argument types.
26227 (TARGET_IRA_COVER_CLASSES): Use prototype.
26229 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
26231 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
26233 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
26235 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
26237 (TARGET_CALLEE_COPIES): Fix argument types.
26239 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
26241 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
26243 (TARGET_FUNCTION_VALUE): Fix argument types.
26245 (TARGET_RETURN_IN_MSB): Fix argument type.
26247 (TARGET_RETURN_IN_MEMORY): Fix argument types.
26249 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
26251 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
26253 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
26254 agree with return type.
26256 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
26258 2010-01-15 Jing Yu <jingyu@google.com>
26260 PR rtl-optimization/42691
26261 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
26262 a pseudo to a constant and are merged, and adjust comments.
26264 2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
26266 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
26268 2010-01-15 Richard Guenther <rguenther@suse.de>
26270 PR middle-end/42739
26271 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
26272 labels of computed or non-local gotos to the destination.
26273 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
26274 landing pad label is the first label.
26276 2010-01-15 Richard Guenther <rguenther@suse.de>
26278 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
26280 2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
26283 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
26284 to allow generation of the xssqrtdp instruction on power7.
26285 (sqrtdf2_fpr): Ditto.
26287 2010-01-14 Jakub Jelinek <jakub@redhat.com>
26289 PR middle-end/42674
26290 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
26291 functions with noreturn attribute.
26294 * varasm.c (declare_weak): Add weak attribute to decl if it
26295 doesn't have one already.
26296 (assemble_external): Only add decls to weak_decls if they also
26297 have weak attribute.
26299 2010-01-14 Alexandre Oliva <aoliva@redhat.com>
26301 * var-tracking.c (var_reg_delete): Don't delete the association
26302 between REGs and values or one-part variables if the register
26305 2010-01-14 Jakub Jelinek <jakub@redhat.com>
26308 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
26309 because its first operand is a non-localized variable.
26311 2010-01-14 Martin Jambor <mjambor@suse.cz>
26313 PR tree-optimization/42706
26314 * tree-sra.c (encountered_recursive_call): New variable.
26315 (encountered_unchangable_recursive_call): Likewise.
26316 (sra_initialize): Initialize both new variables.
26317 (callsite_has_enough_arguments_p): New function.
26318 (scan_function): Call decl and flags check only for IPA-SRA, check
26319 whether there is a recursive call and whether it has enough arguments.
26320 (all_callers_have_enough_arguments_p): New function.
26321 (convert_callers): Look for recursive calls only when
26322 encountered_recursive_call is set.
26323 (ipa_early_sra): Bail out either if
26324 !all_callers_have_enough_arguments_p or
26325 encountered_unchangable_recursive_call.
26327 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26329 * sel-sched.c: Add 2010 to copyright years.
26330 * sel-sched-ir.c: Likewise.
26331 * sel-sched-ir.h: Likewise.
26333 2010-01-14 Martin Jambor <mjambor@suse.cz>
26335 PR tree-optimization/42714
26336 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
26337 constructors specially.
26339 2010-01-14 Andi Kleen <ak@linux.intel.com>
26341 * config/i386/drivers-i386.c (detect_caches_intel):
26342 Add l2sizekb parameter and fill in.
26343 (host_detect_local_cpu): Add l2sizekb, fill in.
26344 Add Atom small cache heuristic.
26346 2010-01-14 Andi Kleen <ak@linux.intel.com>
26348 * config/i386/drivers-i386.c (detect_caches_cpuid4):
26349 Add level3 parameter and fill in.
26350 (detect_caches_intel): Handle level3 cache.
26352 2010-01-14 Andi Kleen <ak@linux.intel.com>
26354 * config/i386/drivers-i386.c (host_detect_local_cpu):
26355 Fix core duo detection.
26357 2010-01-14 Andi Kleen <ak@linux.intel.com>
26359 * config/i386/drivers-i386.c (host_detect_local_cpu):
26360 Fix Atom detection.
26362 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26364 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
26365 (rs6000_variable_issue_1): this. Use...
26366 (rs6000_variable_issue): here. Reimplement. Print debug info.
26368 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26370 * sel-sched-ir.c (sel_restore_other_notes): Rename to
26371 sel_restore_notes. Update all callers. Call reemit_notes
26374 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
26376 PR rtl-optimization/42246
26377 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
26380 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
26382 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
26383 all successors is the same as number of successors in current region.
26385 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26387 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
26388 to rename is not separable. Otherwise check that its LHS is not NULL.
26390 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26392 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
26394 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26396 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
26397 available registers when failed to discover LHS register class.
26398 Fix indentation. Update comment.
26400 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
26401 Alexander Monakov <amonakov@ispras.ru>
26403 PR rtl-optimization/42389
26404 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
26406 (advance_state_on_fence): Likewise.
26407 (sel_target_adjust_priority): Print debug output only when
26408 sched_verbose >= 4, not 2.
26409 (get_expr_cost): Do not issue all unique insns on the next cycle.
26410 (fill_insns): Initialize can_issue_more from the value saved
26412 * sel-sched-ir.c (flist_add): New parameter issue_more.
26413 Init FENCE_ISSUE_MORE with it.
26414 (merge_fences): Likewise.
26415 (init_fences): Update call to flist_add.
26416 (add_to_fences, add_clean_fence_to_fences)
26417 (add_dirty_fence_to_fences): Likewise.
26418 (move_fence_to_fences): Update call to merge_fences.
26419 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
26421 * sel-sched-ir.h (struct _fence): New field issue_more.
26422 (FENCE_ISSUE_MORE): New accessor macro.
26424 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
26426 PR rtl-optimization/42388
26427 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
26428 that have no predecessors nor successors. Do not call move_bb_info
26429 for empty blocks outside of current region.
26431 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26433 PR rtl-optimization/42294
26434 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
26435 * sel-sched.c (move_exprs_to_boundary): Transitively add all
26436 originators' originators.
26438 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
26440 PR rtl-optimization/39453
26441 PR rtl-optimization/42246
26442 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
26444 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
26446 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
26447 Alexander Monakov <amonakov@ispras.ru>
26449 PR middle-end/42245
26450 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
26451 (maybe_tidy_empty_bb): ... here. Make static. Add new
26452 argument. Update all callers.
26453 (tidy_control_flow): ... and here. Recompute topological order
26454 of basic blocks in region if necessary.
26455 (sel_redirect_edge_and_branch): Change return type. Return true
26456 if topological order might have been invalidated.
26457 (purge_empty_blocks): Export and move from...
26458 * sel-sched.c (purge_empty_blocks): ... here.
26459 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
26460 (maybe_tidy_empty_bb): Delete prototype.
26461 (purge_empty_blocks): Declare.
26463 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
26465 PR rtl-optimization/42249
26466 * sel-sched.c (try_replace_dest_reg): When chosen register
26467 and original register is the same, do not bail out early, but
26468 still check all original insns for validity of replacing destination
26469 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
26472 2010-01-14 Jakub Jelinek <jakub@redhat.com>
26475 Port from no-undefined-overflow branch:
26476 2009-03-09 Richard Guenther <rguenther@suse.de>
26478 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
26480 2010-01-14 Richard Guenther <rguenther@suse.de>
26483 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
26485 2010-01-14 Ira Rosen <irar@il.ibm.com>
26487 PR tree-optimization/42709
26488 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
26489 as scalar type in creation of constant vector operand.
26491 2010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
26494 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
26495 (check-parallel-%): Match `testsuite' directory component only
26498 2010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
26500 PR translation/39521
26501 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
26504 2010-01-13 Richard Guenther <rguenther@suse.de>
26506 PR tree-optimization/42730
26507 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
26510 2010-01-13 Steve Ellcey <sje@cup.hp.com>
26513 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
26514 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
26517 2010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
26519 * config/bfin/libgcc-bfin.ver: Regenerate based on current
26520 libgcc-std.ver. Add entries for ___smulsi3_highpart and
26521 ___umulsi3_highpart.
26523 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
26524 rather than schedule_insns if the pass is enabled.
26526 2010-01-13 Martin Jambor <mjambor@suse.cz>
26528 PR tree-optimization/42704
26529 * tree-sra.c (sra_modify_assign): Do not delete assignments to
26532 2010-01-13 Martin Jambor <mjambor@suse.cz>
26534 PR tree-optimization/42703
26535 * tree-sra.c (analyze_access_subtree): Check that we can build a
26536 reference to the original data within the aggregate.
26538 2010-01-13 Richard Guenther <rguenther@suse.de>
26540 PR tree-optimization/42705
26541 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
26543 2010-01-13 Richard Guenther <rguenther@suse.de>
26545 PR middle-end/42716
26546 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
26548 2010-01-13 Jakub Jelinek <jakub@redhat.com>
26551 * var-tracking.c (values_to_unmark): New variable.
26552 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
26553 values_to_unmark vector. Moved body to...
26554 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
26555 instead queue it into values_to_unmark vector.
26556 (vt_find_locations): Free values_to_unmark vector.
26558 2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
26560 * config/s390/s390.c (override_options): Set
26561 default of max-pending-list-length to 256
26563 2010-01-13 Richard Guenther <rguenther@suse.de>
26566 * tree-pass.h (PROP_gimple_lcx): New.
26567 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
26568 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
26569 before the final cleanup_eh.
26570 (dump_properties): Dump PROP_gimple_lcx.
26571 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
26572 (tree_lower_complex_O0): Remove.
26573 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
26574 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
26575 tree_lower_complex, schedule TODO_update_ssa.
26576 * lto-streamer-out.c (output_function): Stream the functions
26578 * lto-streamer-in.c (input_function): Likewise.
26579 (lto_read_body): Do not override them here.
26581 2010-01-12 Joseph Myers <joseph@codesourcery.com>
26584 * c-typeck.c (build_c_cast): Fold value cast to union type before
26585 wrapping it in a CONSTRUCTOR.
26587 2010-01-12 Jakub Jelinek <jakub@redhat.com>
26589 PR rtl-optimization/42699
26590 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
26593 2010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26595 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
26596 SUBTARGET_WARN_UNUSED_SPEC): Move ...
26597 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
26598 SUBTARGET_WARN_UNUSED_SPEC): ... here
26599 * config/mips/iris5.h (LIBGCC_SPEC): Define.
26601 2010-01-12 Julian Brown <julian@codesourcery.com>
26603 * config/arm/neon-schedgen.ml (Utils): Don't try to
26604 open missing module.
26605 (find_with_result): New.
26607 2010-01-12 Jakub Jelinek <jakub@redhat.com>
26610 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
26611 sharing when canonicalizing ({lt,ge}u (plus a b) b).
26613 PR tree-optimization/42645
26614 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
26615 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
26616 decl_map, set processing_debug_stmt to -1 and return name without
26619 2010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
26621 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
26622 binutils version, and reword target configuration description.
26624 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
26626 * config/avr/avr.h (LINKER_NAME): Remove.
26628 2010-01-11 Janis Johnson <janis187@us.ibm.com>
26631 * config/rs6000/rs6000.c (rs6000_override_options): On targets
26632 that support VSX, warn for -mno-altivec if vsx is not disabled,
26635 2010-01-11 Joseph Myers <joseph@codesourcery.com>
26636 Shujing Zhao <pearly.zhao@oracle.com>
26638 PR translation/42469
26639 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
26640 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
26641 character between option name and help text.
26642 * c.opt (imultilib): Likewise.
26644 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
26646 * lto-streamer-out.c (output_unreferenced_globals): Output static
26649 2010-01-10 Steven Bosscher <steven@gcc.gnu.org>
26651 PR rtl-optimization/42621
26652 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
26653 optimizing for size.
26654 (duplicate_computed_gotos): Remove now-redundant check.
26656 2010-01-10 Steve Ellcey <sje@cup.hp.com>
26659 * configure.ac: Save and restore LDFLAGS and LIBS
26660 * configure: Regenerate.
26662 2010-01-10 Richard Guenther <rguenther@suse.de>
26664 PR middle-end/42667
26665 * builtins.c (fold_builtin_strlen): Add type argument and
26666 convert the resulting length to it.
26667 (fold_builtin_1): Adjust.
26669 2010-01-09 Jakub Jelinek <jakub@redhat.com>
26671 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
26672 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
26674 (num_insns_constant_wide): Adjust for that change.
26676 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
26679 * web.c (union_defs): Add used argument, to combine uses of
26680 uninitialized regs.
26681 (entry_register): Adjust type and tests of used argument.
26682 (web_main): Widen used for new use. Pass it to union_defs.
26683 * df.h (union_defs): Adjust prototype.
26685 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
26688 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
26689 uses in new incoming argument. Free body.
26690 (reset_debug_uses_in_loop): New.
26691 (analyze_insn_to_expand_var): Call the latter if the former found
26692 anything. Fix whitespace. Reject invalid dest overlaps before
26693 going through all insns in the loop.
26695 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
26698 * haifa-sched.c (dying_use_p): Debug insns don't count.
26700 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
26702 PR middle-end/42363
26703 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
26704 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
26705 (verify_gimple_call): Reject LHS in noreturn calls.
26707 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
26711 * tree-vect-loop-manip.c (adjust_info): New type.
26712 (adjust_vec): New pointer to vector.
26713 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
26714 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
26715 (slpeel_update_phis_for_duplicate_loop): Use them.
26716 (slpeel_update_phi_nodes_for_guard1): Likewise.
26717 (slpeel_update_phi_nodes_for_guard2): Likewise.
26718 (slpeel_tree_peel_loop_to_edge): Likewise.
26719 (vect_update_ivs_after_vectorizer): Likewise.
26721 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
26723 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
26724 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
26726 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
26728 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
26729 bogus uninitialized warning.
26731 2010-01-09 Richard Guenther <rguenther@suse.de>
26733 PR middle-end/42512
26734 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
26735 the evolution is compatible with the initial condition.
26737 2010-01-09 Jakub Jelinek <jakub@redhat.com>
26739 * gcc.c (process_command): Update copyright notice dates.
26740 * gcov.c (print_version): Likewise.
26741 * gcov-dump.c (print_version): Likewise.
26742 * mips-tfile.c (main): Likewise.
26743 * mips-tdump.c (main): Likewise.
26745 2010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
26748 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
26750 (rotlhi3_8): Delete.
26752 (rotlsi3_8): Delete.
26753 (rotlsi3_16): Delete.
26754 (rotlsi3_24): Delete.
26755 (rotl<mode>3): New.
26756 (*rotw<mode>3): New.
26757 (*rotb<mode>3): New.
26758 * config/avr/avr.c (avr_rotate_bytes): New function.
26759 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
26761 2010-01-08 Steve Ellcey <sje@cup.hp.com>
26764 * configure.ac: Modify -rdynamic check.
26765 * configure: Regenerate.
26767 2010-01-08 DJ Delorie <dj@redhat.com>
26769 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
26770 register popping order.
26772 2010-01-08 Richard Guenther <rguenther@suse.de>
26775 * c.opt (fsigned-char): Also let LTO handle this option.
26776 (funsigned-char): Likewise.
26778 2010-01-07 Richard Guenther <rguenther@suse.de>
26780 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
26781 (gimple_op): Likewise.
26782 (gimple_op_ptr): Likewise.
26783 (gimple_assign_set_lhs): Remove gcc_assert.
26784 (gimple_assign_set_rhs1): Likewise.
26785 (gimple_assign_set_rhs2): Likewise.
26786 (gimple_call_set_lhs): Likewise.
26787 (gimple_call_set_fn): Likewise.
26788 (gimple_call_set_fndecl): Likewise.
26789 (gimple_call_fndecl): Likewise.
26790 (gimple_call_return_type): Likewise.
26791 (gimple_call_set_chain): Likewise.
26792 (gimple_call_num_args): Likewise.
26793 (gimple_call_set_arg): Likewise.
26794 (gimple_cond_set_code): Likewise.
26795 (gimple_cond_set_lhs): Likewise.
26796 (gimple_cond_set_rhs): Likewise.
26797 (gimple_cond_set_true_label): Likewise.
26798 (gimple_cond_set_false_label): Likewise.
26799 (gimple_label_set_label): Likewise.
26800 (gimple_goto_set_dest): Likewise.
26801 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
26802 (gimple_debug_bind_get_value): Likewise.
26803 (gimple_debug_bind_get_value_ptr): Likewise.
26804 (gimple_debug_bind_set_var): Likewise.
26805 (gimple_debug_bind_set_value): Likewise.
26806 (gimple_debug_bind_reset_value): Likewise.
26807 (gimple_debug_bind_has_value_p): Likewise.
26808 (gimple_return_retval_ptr): Remove gcc_assert.
26809 (gimple_return_retval): Likewise.
26810 (gimple_return_set_retval): Likewise.
26811 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
26812 (safe_referenced_var_iterator): Remove.
26813 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
26814 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
26815 (fill_referenced_var_vec): Remove.
26816 (first_readonly_imm_use): Remove redundant gcc_assert.
26817 (phi_arg_index_from_use): Combine gcc_asserts.
26818 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
26819 (first_imm_use_stmt): Remove redundant gcc_assert.
26820 * tree-cfg.c (verify_gimple_call): Verify function and chain
26821 operands. Verify arguments.
26822 (verify_types_in_gimple_stmt): Verify condition code and labels.
26824 2010-01-07 Richard Guenther <rguenther@suse.de>
26826 PR tree-optimization/42641
26827 * sese.c (rename_map_elt_info): Use the SSA name version, do
26830 2010-01-07 Jakub Jelinek <jakub@redhat.com>
26832 PR tree-optimization/42625
26833 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
26834 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
26836 2010-01-07 Duncan Sands <baldrick@free.fr>
26838 * Makefile.in (PLUGIN_HEADERS): Add version.h.
26840 2010-01-07 Uros Bizjak <ubizjak@gmail.com>
26843 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
26844 note itself is not function_invariant_p.
26846 2009-01-07 Steven Bosscher <steven@gcc.gnu.org>
26848 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
26849 Do not add the DF_NOTE problem.
26850 * store-motion.c (execute_rtl_store_motion): Likewise.
26852 2010-01-07 Martin Jambor <mjambor@suse.cz>
26854 PR tree-optimization/42157
26855 * tree-sra.c (compare_access_positions): Stabilize sort if both
26856 accesses have integer types, return zero immediately if they are the
26859 2010-01-06 Richard Henderson <rth@redhat.com>
26861 PR middle-end/41883
26862 * haifa-sched.c (add_to_note_list): Merge into ...
26863 (concat_note_lists): ... here, and ...
26864 (unlink_other_notes, rm_other_notes): Merge into...
26865 (remove_notes): ... here. Create REG_SAVE_NOTEs for
26866 NOTE_INSN_EPILOGUE_BEG.
26868 2010-01-06 Richard Guenther <rguenther@suse.de>
26870 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
26871 not inline regular functions into always-inline functions.
26873 2010-01-06 Nick Clifton <nickc@redhat.com>
26875 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
26876 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
26878 (OVERRIDE_OPTIONS): Delete.
26879 (OPTIMIZATION_OPTIONS): Define.
26880 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
26881 * config/rx/rx.c (rx_handle_option): Issue an error message if
26882 -mcpu=rx200 and -fpu are used together.
26883 (rx_set_optimization_options): New function. Issue an error
26884 message if an optimization attribute attempts to reset the FPU/
26885 math optimization pairing.
26886 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
26887 * config/rx/rx.opt: Set the default to 32-bit doubles.
26888 * config/rx/t-rx: Add multilibs for -nofpu option.
26889 * doc/invoke.texi: Update documentation of RX options.
26891 2010-01-06 Richard Guenther <rguenther@suse.de>
26893 * tree-ssa-pre.c (name_to_id): New global.
26894 (alloc_expression_id): Simplify SSA name handling.
26895 (lookup_expression_id): Likewise.
26896 (init_pre): Zero name_to_id.
26897 (fini_pre): Free it.
26899 2010-01-06 Uros Bizjak <ubizjak@gmail.com>
26901 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
26903 2010-01-05 H.J. Lu <hongjiu.lu@intel.com>
26906 * config/i386/sse.md (smaxv2di3): New.
26907 (umaxv2di3): Likewise.
26908 (sminv2di3): Likewise.
26909 (uminv2di3): Likewise.
26911 2010-01-05 Eric Botcazou <ebotcazou@adacore.com>
26914 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
26915 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
26916 (legitimize_tls_address): Likewise.
26917 (sparc_tls_referenced_p): Likewise.
26918 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
26919 and adjust calls to legitimize_pic_address.
26920 (legitimate_constant_p) Use sparc_tls_referenced_p.
26921 (legitimate_pic_operand_p): Likewise.
26922 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
26923 (sparc_tls_symbol_ref_1): Delete.
26924 (sparc_tls_referenced_p): Make static, recognize specific patterns.
26925 (legitimize_tls_address): Make static, handle CONST patterns.
26926 (legitimize_pic_address): Make static, remove unused parameter and
26927 adjust recursive calls.
26928 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
26929 and adjust call to legitimize_pic_address.
26930 (sparc_output_mi_thunk): Likewise.
26932 2010-01-05 Paolo Bonzini <bonzini@gnu.rg>
26933 H.J. Lu <hongjiu.lu@intel.com>
26936 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
26937 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
26938 operands to make them signed.
26941 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
26944 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
26945 GTU to GT for V4SI and V2DI.
26947 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
26948 (umin<mode>3): Removed.
26950 (uminv4si3): Likewise.
26952 2010-01-05 Martin Jambor <mjambor@suse.cz>
26954 PR tree-optimization/42462
26955 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
26956 current_function_decl to helper functions and macros.
26958 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26961 * flags.h: Don't include real.h.
26962 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
26963 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
26964 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
26965 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
26966 * dominance.c: Update copyright.
26967 * gimple.c (walk_gimple_op): Remove inline.
26968 * tree-ssa-reassoc.c: Include real.h.
26969 * Makefile.in (FLAGS_H): Remove $(REAL_H).
26970 (tree-ssa-reassoc.o): Depend on $(REAL_H).
26972 2010-01-05 Nick Clifton <nickc@redhat.com>
26974 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
26975 register to push into the stack frame when the accumulator has to
26976 be saved during interrupts.
26978 2010-01-05 Eric Fisher <joefoxreal@gmail.com>
26980 * doc/invoke.texi: Remove the documentation about option
26981 -Wunreachable-code.
26982 * common.opt (Wunreachable-code): Preserved for backward
26984 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
26985 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
26986 the backward compatibility flag section.
26988 2010-01-05 Richard Guenther <rguenther@suse.de>
26990 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
26992 2010-01-05 Jakub Jelinek <jakub@redhat.com>
26995 * cfgexpand.c (expand_one_var): Diagnose too large variables.
26997 PR tree-optimization/42508
26998 * tree-sra.c (convert_callers): Check for recursive call
26999 by comparing cgraph nodes instead of decls.
27000 (modify_function): Call ipa_modify_formal_parameters also
27001 on all same_body aliases.
27003 * cgraphunit.c (cgraph_materialize_all_clones): Compare
27004 cgraph nodes when checking for same_body aliases.
27006 2010-01-05 Richard Guenther <rguenther@suse.de>
27008 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
27009 allocation and lookup.
27010 (get_or_alloc_expr_for_constant): Likewise.
27011 (phi_translate): Sink allocation.
27013 2010-01-04 Richard Guenther <rguenther@suse.de>
27015 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
27016 a new entry only if needed.
27017 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
27018 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
27020 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
27022 (phi_translate): Handle CONSTANTs early.
27024 2010-01-04 Martin Jambor <mjambor@suse.cz>
27026 PR tree-optimization/42398
27027 * tree-sra.c (struct access): Removed flag grp_different_types.
27028 (dump_access): Do not dump the removed flag.
27029 (sort_and_splice_var_accesses): Do not set the removed flag.
27030 (sra_modify_expr): Check for type compatibility directly.
27032 2010-01-04 Martin Jambor <mjambor@suse.cz>
27034 PR tree-optimization/42366
27035 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
27036 edges with variable number of parameters.
27037 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
27038 flag instead of asserting it.
27039 (ipa_read_node_info): Read uses_analysis_done flag.
27041 2010-01-04 Richard Guenther <rguenther@suse.de>
27043 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
27044 iterative_hash_* as intended.
27045 (vn_reference_compute_hash): Likewise. Simplify hashing
27047 (vn_reference_lookup_2): Likewise.
27048 (vn_nary_op_compute_hash): Likewise.
27049 (vn_phi_compute_hash): Likewise.
27050 (expressions_equal_p): Remove strange code.
27051 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
27052 (pre_expr_hash): Likewise. Simplify hashing SSA names.
27053 (bitmap_insert_into_set_1): Take value-id as parameter.
27054 (add_to_value): Pass it.
27055 (bitmap_insert_into_set): Likewise.
27056 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
27058 2010-01-04 Jakub Jelinek <jakub@redhat.com>
27061 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
27062 (do_self_spec): For switches with SWITCH_IGNORE set set also
27063 SWITCH_IGNORE_PERMANENTLY.
27064 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
27067 2010-01-04 Rafael Avila de Espindola <espindola@google.com>
27069 * lto-streamer-out.c (output_unreferenced_globals): Output the full
27070 tree of an unreferenced global var.
27072 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
27075 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
27076 GTU to GT for V4SI and V2DI.
27078 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
27079 (umin<mode>3): Removed.
27081 (uminv4si3): Likewise.
27083 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
27086 * collect2.c (main): Turn on trace in collect2 if -v is passed
27089 2010-01-03 Jerry Quinn <jlquinn@optonline.net>
27091 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
27092 description of expression operand.
27094 2010-01-03 Andrew Jenner <andrew@codesourcery.com>
27096 * configure.ac: Add install-html to target_list for Make-hooks.
27097 * configure: Regenerate.
27098 * fortran/Make-lang.in (F95_HTMLFILES): New.
27099 (fortran.html): Use it.
27100 (fortran.install-html): New.
27101 * Makefile.in (install-html): Add lang.install-html.
27102 * java/Make-lang.in (JAVA_HTMLFILES): New.
27103 (java.html): Use it.
27104 (java.install-html): New.
27105 * objc/Make-lang.in (objc.install-html): New.
27106 * objcp/Make-lang.in (obj-c++.install-html): New.
27107 * cp/Make-lang.in (c++.install-html): New.
27108 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
27109 * lto/Make-lang.in (lto.install-html): New.
27111 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
27114 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
27116 2009-01-03 Steven Bosscher <steven@gcc.gnu.org>
27118 PR rtl-optimization/41862
27119 * store-motion.c (store_killed_in_insn, compute_store_table,
27120 remove_reachable_equiv_notes, replace_store_insn,
27121 build_store_vectors): Ignore all DEBUG_INSNs.
27123 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
27126 * common.opt: Add dumpdir.
27128 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
27130 (option_map): Add --dumpdir.
27132 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
27134 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
27136 * opts.c (decode_options): Try dump_dir_name first if
27137 dump_base_name isn't an absolute path.
27138 (common_handle_option): Handle OPT_dumpdir.
27140 * toplev.c (dump_dir_name): New.
27141 (print_switch_values): Also ignore -dumpdir.
27143 * toplev.h (dump_dir_name): New.
27145 2010-01-03 Richard Guenther <rguenther@suse.de>
27147 PR tree-optimization/42589
27148 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
27149 double-word expansion of bswap32.
27151 2010-01-03 Steven Bosscher <steven@gcc.gnu.org>
27153 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
27154 with BLOCK_FOR_INSN.
27155 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
27156 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
27157 noce_process_if_block): Likewise.
27158 * gcse.c (compute_local_properties, insert_expr_in_table,
27159 insert_set_in_table, canon_list_insert, find_avail_set,
27160 pre_insert_copy_insn): Likewise.
27162 * basic-block.h (BLOCK_NUM): Move from here...
27163 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
27165 2010-01-03 Richard Guenther <rguenther@suse.de>
27167 PR tree-optimization/42438
27168 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
27169 contains_may_not_return_call flag.
27170 (BB_MAY_NOTRETURN): New.
27171 (valid_in_sets): Trapping nary operations are not valid
27172 in blocks that may not return.
27173 (insert_into_preds_of_block): Remove check for trapping expressions.
27174 (compute_avail): Compute also BB_MAY_NOTRETURN.
27176 2010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
27178 * doc/invoke.texi: Add 2010 to copyright years.
27180 2010-01-03 Eric Botcazou <ebotcazou@adacore.com>
27182 * config/sparc/sparc.c: Fix formatting nits.
27184 2010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
27185 Alexander Monakov <amonakov@ispras.ru>
27187 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
27189 2010-01-02 Richard Guenther <rguenther@suse.de>
27191 PR middle-end/42577
27192 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
27193 (simplify_switch_using_ranges): Mark to be removed edges
27196 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
27198 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
27200 * collect2.c (scan_libraries): Add missing argument in call to
27203 2010-01-02 Uros Bizjak <ubizjak@gmail.com>
27206 * config/alpha/predicates.md (aligned_memory_operand): Return false
27208 (unaligned_memory_operand): Return true for CQImode.
27209 * config/alpha/alpha.c (get_aligned_mem): Assert that location
27210 doesn not cross aligned SImode word boundary.
27212 2010-01-02 Anatoly Sokolov <aesok@post.ru>
27214 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
27216 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
27217 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
27219 2010-01-02 Richard Guenther <rguenther@suse.de>
27222 * toplev.c (compile_file): Emit LTO marker properly. Change
27223 it to __gnu_lto_v1.
27224 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
27226 2010-01-01 Richard Guenther <rguenther@suse.de>
27229 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
27231 2010-01-01 Richard Guenther <rguenther@suse.de>
27234 * c-decl.c (grokdeclarator): For zero-size arrays force
27235 structural equality checks as layout_type does.
27237 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
27239 * builtins.c: Update copyright to 2010.
27241 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
27244 * lto-streamer-out.c (produce_asm): Revert the last change.
27245 (copy_function): Likewise.
27247 * lto-streamer.c (lto_get_section_name): Skip any leading
27250 2010-01-01 Richard Guenther <rguenther@suse.de>
27252 PR middle-end/42559
27253 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
27257 Copyright (C) 2010 Free Software Foundation, Inc.
27259 Copying and distribution of this file, with or without modification,
27260 are permitted in any medium without royalty provided the copyright
27261 notice and this notice are preserved.