1 2010-10-31 Jason Merrill <jason@redhat.com>
3 * tree.h (EXPR_LOC_OR_HERE): New macro.
4 * builtins.c (c_strlen): Use it.
5 * c-decl.c (build_enumerator): Likewise.
6 * gimplify.c (internal_get_tmp_var): Likewise.
7 (shortcut_cond_expr): Likewise.
8 (gimplify_one_sizepos): Likewise.
10 2010-10-31 Richard Henderson <rth@redhat.com>
12 * config/i386/cygming.h (TARGET_SEH): New.
13 (MAX_STACK_ALIGNMENT): New. Disable alignment for SEH.
14 (TARGET_ASM_UNWIND_EMIT, TARGET_ASM_UNWIND_EMIT_BEFORE_INSN,
15 TARGET_ASM_FUNCTION_END_PROLOGUE, SUBTARGET_ASM_UNWIND_INIT): New.
16 (TARGET_OS_CPP_BUILTINS): Define __SEH__ as needed.
17 (ASM_DECLARE_FUNCTION_NAME): Use i386_pe_start_function.
18 (ASM_DECLARE_FUNCTION_SIZE): New.
19 * config/i386/i386-protos.h: Update.
20 * config/i386/i386.c (ix86_option_override_internal): Enable
21 flag_unwind_tables with flag_asynchronous_unwind_tables immediately;
22 restrict -mpreferred-stack-boundary for SEH; enable flag_fentry.
23 (ix86_asm_output_function_label): Use SUBTARGET_ASM_UNWIND_INIT.
24 (ix86_compute_frame_layout): For SEH, disable
25 use_fast_prologue_epilogue, move frame pointer to the end of
26 the frame. Initialize hfp_save_offset.
27 (ix86_expand_prologue): Honor hfp_save_offset. Emit blockage
28 at end of prologue for SEH.
29 (ix86_expand_epilogue): For SEH, use pops, emit a nop if needed,
30 emit blockage at beginning of epilogue.
31 (ix86_expand_binary_operator): After reload, emit LEA if needed.
32 (ix86_output_call_insn): New.
33 * config/i386/i386.h (TARGET_SEH): New.
34 (struct machine_function): Add member seh.
35 * config/i386/i386.md (all call patterns): Use ix86_output_call_insn.
36 * config/i386/winnt.c (struct seh_frame_state): New.
37 (i386_pe_seh_init, i386_pe_seh_end_prologue, i386_pe_seh_fini,
38 seh_emit_push, seh_emit_save, seh_emit_stackalloc, seh_cfa_adjust_cfa,
39 seh_cfa_offset, seh_frame_related_expr, i386_pe_seh_unwind_emit,
40 i386_pe_start_function, i386_pe_end_function): New.
42 * dwarf2out.c (dwarf2out_frame_debug_expr): Accept CFA as well
43 as CFA_STORE in rules 12 and 13.
45 2010-10-31 Uros Bizjak <ubizjak@gmail.com>
47 PR tree-optimization/46142
48 * tree-vect-stmts.c (vectorizable_call): Enlarge dt array to
49 accommodate third function argument.
51 2010-10-30 Nathan Froyd <froydnj@codesourcery.com>
53 * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst.
55 2010-10-30 Nathan Froyd <froydnj@codesourcery.com>
57 * fold-const.c (build_zero_vector): Use build_vector_from_val.
58 * tree-vect-loop.c (get_initial_def_for_induction): Likewise.
59 (get_initial_def_for_reduction): Likewise.
60 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
61 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Likewise.
62 * tree.c (build_one_cst): Likewise.
63 (build_vector_from_val): Use types_compatible_p for assert.
65 2010-10-30 Nathan Froyd <froydnj@codesourcery.com>
67 * emit-rtl.c (mark_used_flags): New function.
68 (set_used_flags, reset_used_flags): Call it.
70 2010-10-30 Uros Bizjak <ubizjak@gmail.com>
73 * lower-suberg.c (simplify_subreg_concatn): For VOIDmode elements,
74 determine the mode of a subreg by GET_MODE_INNER of CONCATN RTX.
76 2010-10-30 H.J. Lu <hongjiu.lu@intel.com>
79 * config/i386/i386.c (contains_aligned_value_p): Renamed to ...
80 (ix86_compat_aligned_value_p): This.
81 (ix86_old_function_arg_boundary): Renamed to ...
82 (ix86_compat_function_arg_boundary): This. Updated.
83 (ix86_contains_aligned_value_p): New.
84 (ix86_function_arg_boundary): Align long double parameters on
85 stack to 4byte in 32bit.
87 2010-10-30 Nicola Pero <nicola.pero@meta-innovation.com>
89 Implemented Objective-C 2.0 @property, @synthesize and @dynamic.
90 * c-parser.c (c_parser_objc_at_property_declaration): Removed
91 parsing of RID_COPIES and RID_IVAR. Updated call to
92 objc_add_property_declaration.
93 * c-typecheck.c (build_component_ref): Call
94 objc_maybe_build_component_ref instead of objc_build_setter_call.
95 Use objc_is_property_ref to improve Objective-C checks.
96 (cp_build_modify_expr): Call objc_maybe_build_modify_expr instead
97 of objc_build_getter_call.
99 2010-10-29 Paul Koning <ni1d@arrl.net>
101 * doc/tm.texi.in (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
102 REGNO_MODE_OK_FOR_REG_BASE, REGNO_MODE_CODE_OK_FOR_BASE_P,
103 REGNO_OK_FOR_INDEX_P): Delete non-strict variant.
104 (REG_OK_STRICT): Move description.
106 2010-10-29 Paul Koning <ni1d@arrl.net>
108 * config/pdp11/pdp11.md (*and<mode>): Rename to *bic<mode>.
110 2010-10-29 Paul Koning <ni1d@arrl.net>
112 * config/pdp11/pdp11.md (divhi3, modhi3, divmodhi3): Fix ICE.
114 2010-10-29 Paul Koning <ni1d@arrl.net>
117 * config/pdp11/pdp11.md (andhi3, andqi3): Fix wrong code error.
119 2010-10-29 Richard Henderson <rth@redhat.com>
122 * stmt.c (expand_asm_operands): Call do_pending_stack_adjust
125 2010-10-29 Paul Koning <ni1d@arrl.net>
127 * config/pdp11/pdp11.c (output_move_quad): Fix ICE for CPU
128 register to register move.
130 2010-10-29 Paul Koning <ni1d@arrl.net>
132 * config/pdp11/pdp11.c (print_operand_address): Correct handling
133 of integer constant addresses, delete vax-only logic.
135 2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
137 * config/picochip/picochip.c (picochip_is_short_branch): Simplify
138 a conditional expression.
140 2010-10-29 Paul Koning <ni1d@arrl.net>
142 * config/pdp11/pdp11.c (pdp11_trampoline_init): Correct
143 instruction encoding.
145 2010-10-29 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
146 Andrew Pinski <pinskia@gmail.com>
148 * tree.h (build_vector_from_val): Declare.
149 * tree.c (build_vector_from_val): New function.
150 * c-typeck.c (build_binary_op): Handle vector shifting.
151 * doc/extend.texi: Description of the vector shifting operation.
153 2010-10-29 Paul Koning <pkoning@equallogic.com>
155 * config/pdp11/pdp11-protos.h (pdp11_cannot_change_mode_class,
156 pdp11_secondary_memory_needed): Declare.
157 * config/pdp11/predicates.md (float_operand): New predicate.
158 * config/pdp11/pdp11.md (RETVAL_REGNUM): New constant.
159 (cbranchdf4, movdf): Change predicate.
160 (movsf): Handle FPU register case.
161 (truncdfsf2, extendsfdf2): Add FPU register case.
162 * config/pdp11/pdp11.c (TARGET_SECONDARY_RELOAD,
163 TARGET_REGISTER_MOVE_COST, TARGET_PREFERRED_RELOAD_CLASS,
164 TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
165 (pdp11_register_move_cost): Update cost matrix.
166 (pdp11_cannot_change_mode_class, pdp11_preferred_reload_class,
167 pdp11_preferred_output_reload_class, pdp11_secondary_reload,
168 pdp11_secondary_memory_needed): New function.
169 (pdp11_return_in_memory): Add other float types.
170 * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Add other float types.
171 (SECONDARY_MEMORY_NEEDED, CANNOT_CHANGE_MODE_CLASS): Define.
172 (PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS,
173 REGISTER_MOVE_COST): Delete.
174 (BASE_RETURN_VALUE_REG): Add other float types.
176 2010-10-29 Nick Clifton<nickc@redhat.com>
178 * doc/invoke.texi: Document -mam34 and -mtune options.
179 * config/mn10300/mn10300.c (mn10300_tune_string): New variable.
180 (mn10300_tune_cpu): New variable.
181 (mn10300_handle_option): Handle -mam34 and -mtune options.
182 (mn10300_option_override): Convert tune string into tune cpu variable.
183 (mn10300_legitimate_constant_p): Delete unused local variable.
184 (is_load_insn): New function.
185 (is_store_insn): New function.
186 (mn10300_adjust_schedule_cost): New function.
187 (TARGET_SCHED_ADJUST_COST): Define.
188 * config/mn10300/mn10300.opt (mam34): New option.
190 * config/mn10300/mn10300.h (TARGET_CPU_CPP_BUILTINS): Add AM34 support.
191 (enum processor_type): Add AM34.
192 (TARGET_AM34): Define.
193 * config/mn10300/mn10300.md (attr cpu): Add am34.
194 Add pipeline description.
195 (movqi, movhi, movsi, movsf, movdf, movdi): Fix predicates.
196 Remove unneeded alternatives. Add timing attribute.
197 (pop_pic_reg, am33_addsi3, mn10300_addsi3, am33_subsi3,
198 mn10300_subsi3, mulsidi3, umulsidi3, am33_mulsi3,
199 mn10300_mulsi3, udivmodsi4_am33, divmodsi4, am33_andsi3,
200 mn10300_andsi3, am33_iorsi3, mn10300_iorsi3, am33_xorsi3,
201 mn10300_xorsi3, byte_clear, byte_set, bit_clear1, bit_clear2,
202 bit_set, am33_iorqi3, mn10300_iorqi3, test_byte_bitfield,
203 bit_test, subreg_bit_test, cmpsi, am33_cmpsf, am33_subsi3,
204 float_conditional_branch, jump, indirect_jump, tablejump,
205 call_internal, call_value_internal, zero_extendqisi2_am33,
206 zero_extendqisi2_mn10300, zero_extendhisi2_am33,
207 zero_extendhisi2_mn10300, extendqisi2_am33, extendqisi2_mn10300,
208 extendhisi2_am33, extendhisi2_mn10300, am33_ashlsi3,
209 mn10300_ashlsi3, am33_lshrsi3, mn10300_lshrsi3, am33_ashrisi3,
210 mn10300_ashrsi3, abssf2_am33_2, negsf2_am33_2, rsqrtsf2,
211 addsf3_internal, subsf3_internal, mulsf3_internal, divsf3,
212 fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4, return_internal,
213 return_internal_regs, store_movm, return, call_next_insn):
214 Add timing attribute.
215 (am33_subsi3): Add missing clobber of CC_REG.
216 (am33_andsi3, mn10300_andsi3): Fix compile time warnings.
217 (udivmodsi4, udivmodsi4_insn, divmodsi4, test_byte_bitfield,
218 subreg_bit_test, zero_extendqisi2, zero_extendhisi2,
219 extendqisi2): Fix predicates.
220 (call_internal, call_internal_value): Separate alternatives.
221 * config/mn10300/t-mn10300: Add AM34 multilib.
223 2010-10-29 Paolo Bonzini <bonzini@gnu.org>
225 * config/sh/sh.c (sh_promote_function_mode): Use
226 default_promote_function_mode if !sh_promote_prototypes.
228 2010-10-28 Paolo Bonzini <bonzini@gnu.org>
230 * recog.c (split_all_insns): Remove dead code.
232 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
234 * config/microblaze/microblaze-protos.h (function_arg): Delete.
235 (function_arg_advance): Delete.
236 * config/microblaze/microblaze.h (FUNCTION_ARG_ADVANCE): Delete.
237 (FUNCTION_ARG): Delete.
238 * config/microblaze/microblaze.c (function_arg_advance): Rename to...
239 (microblaze_function_arg_advance): ...this. Make static. Take a
240 const_tree and a bool.
241 (function-arg): Rename to...
242 (microblaze_function_arg): ...this. Make static. Take a const_tree
244 (microblaze_expand_prologue): Call targetm.calls.function_arg and
245 targetm.calls.function_arg_advance.
246 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
248 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
250 * score.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
252 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
254 * config/cris/cris.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
255 (FUNCTION_ARG_ADVANCE): Delete.
256 * config/cris/cris.c (cris_function_arg_1, cris_function_arg): New
258 (cris_function_incoming_arg, cris_function_arg_advance): New functions.
259 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
260 (TARGET_FUNCTION_ARG_ADVANCE): Define.
262 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
264 * config/lm32/lm32-protos.h (lm32_function_arg): Delete.
265 * config/lm32/lm32.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
266 * config/mcore/mcore.c (mcore_function_arg): Declare. Make static.
267 Take a const_tree and a bool.
268 (mcore_function_arg_advance): New function.
269 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
271 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
273 * config/mcore/mcore-protos.h (mcore_function_arg): Delete.
274 * config/mcore/mcore.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
275 * config/mcore/mcore.c (mcore_function_arg): Declare. Make static.
276 Take a const_tree and a bool.
277 (mcore_function_arg_advance): New function.
278 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
280 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
282 * config/h8300/h8300-protos.h (function_arg): Delete.
283 * config/h8300/h8300.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
284 * config/h8300/h8300.c (function_arg): Rename to...
285 (h8300_function_arg): ...this. Make static. Take a const_tree and
287 (h8300_function_arg_advance): New function.
288 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
290 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
292 * config/arc/arc.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move code
294 * config/arc/arc.c (arc_function_arg): ...here and...
295 (arc_function_arg_advance): ...here. New functions.
296 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
298 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
300 * config/crx/crx-protos.h (crx_function_arg): Delete.
301 (crx_function_arg_advance): Delete.
302 * config/crx/crx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
303 * config/crx/crx.c (crx_function_arg): Make static. Take a
304 const_tree and a bool.
305 (crx_function_arg_advance): Make static. Take a const_tree and a bool.
306 (enough_regs_for_param): Take a const_tree.
307 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
309 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
311 * config/m68hc11/m68hc11-protos.h (m68hc11_function_arg): Delete.
312 (m68hc11_function_arg_advance): Delete.
313 * config/m68hc11/m68hc11.h (FUNCTION_ARG): Delete.
314 (FUNCTION_ARG_ADVANCE): Delete.
315 * config/m68hc11/m68hc11.c (m68hc11_function_arg): Make static.
316 Take a const_tree and a bool.
317 (m68hc11_function_arg_advance): Likewise.
318 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
320 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
322 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): Delete.
323 (xstormy16_function_arg_advance): Delete.
324 * config/stormy16/stormy16.h (FUNCTION_ARG): Delete.
325 (FUNCTION_ARG_ADVANCE): Delete.
326 * config/stormy16/stormy16.c (xstormy16_function_arg): Make static.
327 Take a const_tree and a bool.
328 (xstormy16_function_arg_advance): Likewise. Return void, updating
329 the CUM parameter instead.
330 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
332 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
334 * config/moxie/moxie-protos.h (moxie_function_arg): Delete.
335 * config/moxie/moxie.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
336 (MOXIE_FUNCTION_ARG_SIZE): Move to...
337 * config/moxie/moxie.c (MOXIE_FUNCTION_ARG_SIZE): ...here.
338 (moxie_function_arg): Make static. Take a const_tree and a bool.
339 (moxie_function_arg_advance): New function.
340 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
342 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
344 * config/mn10300/mn10300-protos.h (function_arg): Delete.
345 * config/mn10300/mn10300.h (FUNCTION_ARG): Delete.
346 (FUNCTION_ARG_ADVANCE): Delete.
347 * config/mn10300/mn10300.c (function_arg): Rename to...
348 (mn10300_function_arg): ...this. Make static. Take a const_tree
350 (mn10300_function_arg_advance): New function.
351 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
353 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
355 * config/iq2000/iq2000-protos.h (function_arg): Delete.
356 (function_arg_advance): Delete.
357 * config/iq2000/iq2000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
358 * config/iq2000/iq2000.c (function_arg): Rename to...
359 (iq2000_function_arg): ...this. Make static. Take a const_tree and
361 (function_arg_advance): Rename to...
362 (iq2000_function_arg_advance): ...this. Make static. Take a
363 const_tree and a bool.
364 (iq2000_expand_prologue): Call iq2000_function_arg_advance and
366 (iq2000_pass_by_reference): Call iq2000_function_arg).
367 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
369 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
371 * config/fr30/fr30-protos.h (fr30_num_arg_regs): Delete.
372 * config/fr30/fr30.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
373 * config/fr30/fr30.c (fr30_num_arg_regs): Make static. Take a
375 (fr30_function_arg): New function.
376 (fr30_function_arg_advance): New function.
377 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
379 2010-10-28 Nathan Froyd <froydnj@codesourcery.com>
381 * config/frv/frv-protos.h (frv_function_arg): Delete.
382 (frv_function_arg_advance): Delete.
383 * config/frv/frv.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
384 * config/frv/frv.c (frv_function_arg): Rename to...
385 (frv_function_arg_1): Make static. Take const_tree and bool arguments.
386 (frv_function_arg, frv_function_incoming_arg): New functions.
387 (frv_function_arg_advance): Make static. Take a const_tree and a bool.
388 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
389 (TARGET_FUNCTION_ARG_ADVANCE): Define.
391 2010-10-28 Uros Bizjak <ubizjak@gmail.com>
394 * config/i386/sse.md (sse_movhlps_exp): Use destination
395 returned from ix86_fixup_binary_operands to expand insn.
396 (sse_movlhps_exp): Ditto.
397 (sse_loadhps_exp): Ditto.
398 (sse_loadlps_exp): Ditto.
399 (sse2_loadhpd_exp): Ditto.
400 (sse2_loadlpd_exp): Ditto.
402 2010-10-28 Andrew Stubbs <ams@codesourcery.com>
404 * config/arm/arm.c (const_ok_for_arm): Support 0xXY00XY00 pattern
407 2010-10-28 Eric Botcazou <ebotcazou@adacore.com>
409 * combine.c (set_nonzero_bits_and_sign_copies): Use unsigned
410 arithmetics in masking operations.
411 (contains_muldiv): Likewise.
412 (try_combine): Likewise.
413 (find_split_point): Likewise.
414 (combine_simplify_rtx): Likewise.
415 (simplify_if_then_else): Likewise.
416 (simplify_set): Likewise.
417 (expand_compound_operation): Likewise.
418 (expand_field_assignment): Likewise.
419 (make_extraction): Likewise.
420 (extract_left_shift): Likewise.
421 (make_compound_operation): Likewise.
422 (force_to_mode): Likewise.
423 (make_field_assignment): Likewise.
424 (reg_nonzero_bits_for_combine): Likewise.
425 (simplify_shift_const_1): Likewise.
426 (simplify_comparison): Likewise.
428 2010-10-27 Nathan Froyd <froydnj@codesourcery.com>
430 * config/ia64/ia64-protos.h (ia64_function_arg): Delete.
431 (ia64_function_arg_advance): Delete.
432 * config/ia64/ia64.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Delete.
433 (FUNCTION_ARG_ADVANCE): Delete.
434 * config/ia64/ia64.c (ia64_function_arg): Rename to...
435 (ia64_function_arg_1): ...this. Make static. Take const_tree and
437 (ia64_function_arg, ia64_function_incoming_arg): New functions.
438 (ia64_function_arg_advance): Make static. Take a const_tree and
440 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
441 (TARGET_FUNCTION_ARG_ADVANCE): Define.
443 2010-10-27 Steve Ellcey <sje@cup.hp.com>
445 * doc/tm.texi.in (TARGET_GET_RAW_RESULT_MODE): New.
446 (TARGET_GET_RAW_ARG_MODE): New.
447 * doc/tm.texi: Regenerate.
448 * target.def (get_raw_result_mode): New.
449 (get_raw_arg_mode): New.
450 * targhooks.c (default_get_reg_raw_mode): New.
451 * targhooks.h (default_get_reg_raw_mode): New.
452 * builtins.c (apply_args_size): Use targetm.calls.get_raw_arg_mode.
453 (apply_result_size): Ditto.
454 * config/ia64/ia64.c (ia64_get_reg_raw_mode): New.
455 (TARGET_GET_RAW_RESULT_MODE): Define.
456 (TARGET_GET_RAW_ARG_MODE): Ditto.
458 2010-10-27 Eric Botcazou <ebotcazou@adacore.com>
460 * config/sparc/sol2-unwind.h (sparc64_fallback_frame_state): Adjust
461 for newer Solaris 10 release.
462 (sparc_fallback_frame_state): Likewise.
464 2010-10-27 Jason Merrill <jason@redhat.com>
466 * gimplify.c (gimplify_decl_expr): Handle anonymous artificial
469 2010-10-27 Jie Zhang <jie@codesourcery.com>
470 Maxim Kuvyrkov <maxim@codesourcery.com>
472 * haifa-sched.c (ISSUE_POINTS): Remove.
473 (max_issue): Don't issue more than issue_rate instructions.
475 2010-10-27 Ian Lance Taylor <iant@google.com>
478 * config/i386/i386.md (UNSPECV_SPLIT_STACK_RETURN): New.
479 (split_stack_return): Replace UNSPEC_STACK_CHECK with
480 UNSPECV_SPLIT_STACK_RETURN.
482 2010-10-27 H.J. Lu <hongjiu.lu@intel.com>
484 * config/i386/i386-protos.h (init_cumulative_args): Add an int.
486 * config/i386/i386.c (block_info): New.
487 (BLOCK_INFO): Likewise.
488 (call_avx256_state): Likewise.
489 (check_avx256_stores): Likewise.
490 (move_or_delete_vzeroupper_2): Likewise.
491 (move_or_delete_vzeroupper_1): Likewise.
492 (move_or_delete_vzeroupper): Likewise.
493 (use_avx256_p): Likewise.
494 (function_pass_avx256_p): Likewise.
495 (flag_opts): Add -mvzeroupper.
496 (ix86_option_override_internal): Turn on MASK_VZEROUPPER by
497 default for TARGET_AVX. Turn off MASK_VZEROUPPER if TARGET_AVX
499 (ix86_function_ok_for_sibcall): Disable sibcall if we need to
501 (init_cumulative_args): Add an int to indicate caller. Set
502 use_avx256_p, callee_return_avx256_p and caller_use_avx256_p
503 based on return type.
504 (ix86_function_arg): Set use_avx256_p, callee_pass_avx256_p and
505 caller_pass_avx256_p based on argument type.
506 (ix86_expand_epilogue): Emit vzeroupper if 256bit AVX register
507 is used, but not returned by caller.
508 (ix86_expand_call): Emit vzeroupper if 256bit AVX register is used.
509 (ix86_local_alignment): Set use_avx256_p if 256bit AVX register
511 (ix86_minimum_alignment): Likewise.
512 (ix86_expand_special_args_builtin): Set target to
513 GEN_INT (vzeroupper_intrinsic) for CODE_FOR_avx_vzeroupper.
514 (ix86_reorg): Run the vzeroupper optimization if needed.
516 * config/i386/i386.h (ix86_args): Add caller.
517 (INIT_CUMULATIVE_ARGS): Updated.
518 (machine_function): Add use_vzeroupper_p, use_avx256_p,
519 caller_pass_avx256_p, caller_return_avx256_p,
520 callee_pass_avx256_p and callee_return_avx256_p.
522 * config/i386/i386.opt (-mvzeroupper): New.
524 * config/i386/predicates.md (vzeroupper_operation): Removed.
526 * config/i386/sse.md (avx_vzeroupper): Removed.
527 (*avx_vzeroupper): Removed.
528 (avx_vzeroupper): New.
530 * doc/invoke.texi: Document -mvzeroupper.
532 2010-10-27 Eric Botcazou <ebotcazou@adacore.com>
534 * config/i386/t-mingw32 (SHLIB_LC): Add -lmingwthrd.
535 * config/i386/t-mingw-w32 (SHLIB_LC): Likewise.
536 * config/i386/t-mingw-w64 (SHLIB_LC): Likewise.
538 2010-10-27 Eric Botcazou <ebotcazou@adacore.com>
539 Olivier Hainque <hainque@adacore.com>
541 * config/i386/w32-unwind.h (i386_w32_fallback_frame_state): Fix regnum
542 of EBP. Do not restore reg #9. Remove +1 adjustment to EIP and set
543 fs->signal_frame instead.
545 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
547 * c-parser.c (cp_parser_objc_at_property_declaration): Removed
548 parsing of RID_COPIES and RID_IVAR.
550 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
552 * c-parser.c (c_parser_objc_at_property_declaration): Recognize
553 RID_ASSIGN, RID_COPY, RID_RETAIN, RID_READWRITE and RID_NONATOMIC.
554 Do not use objc_set_property_attr, but use local variables
555 instead. Detect repeated usage of setter, getter and ivar
556 attributes. Improved error processing when a setter name does not
557 end in ':'. Do not check for CPP_CLOSE_PAREN after we determined
558 that the token is a keyword. Updated call to
559 objc_add_property_declaration.
561 2010-10-27 Nicola Pero <nicola.pero@meta-innovation.com>
563 * c-parser.c (c_parser_objc_at_property): Renamed to
564 c_parser_objc_at_property_declaration. Updated calls to
565 objc_add_property_variable, now objc_add_property_declaration.
566 Code rewritten to be much more robust in recovering from syntax
567 errors. Added comments.
568 (c_parser_objc_property_attrlist): Removed.
569 (c_parser_external_declaration): Updated calls to
570 c_parser_objc_at_property, now
571 c_parser_objc_at_property_declaration.
572 (c_parser_objc_methodprotolist): Same change.
574 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
576 * config/i386/i386.md (split_stack_return): Put back unspec_volatile.
578 2010-10-26 Jan Hubicka <jh@suse.cz>
580 * ipa.c (process_references): Enqueue all referenced nodes;
581 mark as reachable only non-external nodes.
582 (cgraph_remove_unreachable_nodes): All referenced nodes should
583 be enqueued; remove bogues node->needed check.
585 2010-10-26 Jan Hubicka <jh@suse.cz>
587 * cgraphbuild.c (build_cgraph_edges): Use ipa-reference
590 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
592 * config/i386/i386.md (split_stack_return): Replace
593 unspec_volatile with unspec.
595 2010-10-26 Jonathan Wakely <jwakely.gcc@gmail.com>
597 * doc/install.texi: Fix typo in --with-sysroot description.
599 2010-10-26 Jan Hubicka <jh@suse.cz>
601 * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):
602 Use info provided by linker plugin.
604 2010-10-26 Jason Merrill <jason@redhat.com>
606 * varasm.c (constructor_static_from_elts_p): Don't require a
607 CONSTRUCTOR to have elements to be suitable for static
608 initialization. Allow ARRAY_TYPE as well.
610 2010-10-26 Jan Hubicka <jh@suse.cz>
613 * cgraph.c (cgraph_set_readonly_flag): Rename to...
614 (cgraph_set_const_flags) ... this one; get also looping argument;
615 clear constructor/destructor flags.
616 (cgraph_set_pure_flag): Likewise.
617 (cgraph_set_looping_const_or_pure_flag): Remove.
618 (cgraph_can_remove_if_no_direct_calls_and_refs): Do not try
619 to optimize away static ctors/dtors; it does not work on inline clones;
620 external functions can always be rmeoved.
621 (cgraph_will_be_removed_from_program_if_no_direct_calls): Assert on
622 inline clones; in LTO external functions always can go.
623 (cgraph_used_from_object_file_p): Handle EXTERNAL functions correctly.
624 (cgraph_mark_address_taken_node): Assert that we are not taking
625 address of inline clone.
626 (cgraph_can_remove_if_no_direct_calls_p): We always eventually remove
628 * ipa-cp.c (ipcp_cloning_candidate_p): Do not clone functions with
630 (ipcp_initialize_node_lattices): Only local functions can be
631 handled without cloning.
632 * cgraph.h (cgraph_set_readonly_flag,
633 cgraph_set_looping_const_or_pure_flag): Remove.
634 (cgraph_set_const_flag): Declare.
635 (cgraph_set_pure_flag): Update.
636 * ipa-pure-const (propagate_pure_const, local_pure_const): Update
638 * ipa.c (cgraph_remove_unreachable_nodes): Fix formating; do not
639 look at inline clones; fix handling of external definitions.
640 (cgraph_postorder): Do not look at inline clones in the first pass.
641 (function_and_variable_visibility): Drop constructors/destructor
642 flags at pure and const functions.
643 * tree-profile.c (tree_profiling): Update.
644 * ipa-inline.c (cgraph_clone_inlined_nodes): Always clone functions with
645 address taken; external functions do not account to whole program size.
646 (cgraph_decide_inlining): Likewise; do not try to inline
647 functions already inlined.
649 2010-10-26 Jie Zhang <jie@codesourcery.com>
651 * doc/invoke.texi: Improve documentation of
652 -fstrict-volatile-bitfields.
654 2010-10-26 Ira Rosen <irar@il.ibm.com>
656 PR tree-optimization/46167
657 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Check that there
658 is basic block for the statement.
660 2010-10-26 Paul Koning <ni1d@arrl.net>
662 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format): Update to
663 current definition of struct_real_format.
665 2010-10-26 H.J. Lu <hongjiu.lu@intel.com>
668 * config/i386/i386.c (ix86_old_function_arg_boundary): New.
669 (ix86_function_arg_boundary): Always align parameters on stack
670 in 64bit and align parameters with alignment >= 16byte on stack
671 in 32bit. Warn alignment change.
673 2010-10-26 Ian Lance Taylor <iant@google.com>
676 * ipa-prop.c (ipa_modify_call_arguments): Correct type of MEM_REF
679 2010-10-25 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
681 Implement opaque-enum-specifiesr for C++0x
682 * tree.h (ENUM_IS_OPAQUE): New.
683 * dwarf2out.c (gen_enumeration_type_die): Use ENUM_IS_OPAQUE.
685 2010-10-26 Jie Zhang <jie@codesourcery.com>
687 * stor-layout.c (layout_decl): Use the field's type to
688 determine the mode and keep DECL_BIT_FIELD for a volatile bit-field.
689 * config/arm/arm.c (arm_override_options): Default to
690 -fstrict-volatile-bitfields.
692 2010-10-25 Paul Koning <ni1d@arrl.net>
694 * config/pdp11/pdp11.md: Add define_constants for register
695 numbers, branch offset limits.
696 * config/pdp11/pdp11.c: Use named constants instead of numbers.
697 * config/pdp11.pdp11.h: Ditto.
699 2010-10-25 Eric Botcazou <ebotcazou@adacore.com>
701 * configure.ac: Use $cpu_type instead of $target to define the nop.
702 * configure: Regenerate.
704 2010-10-25 Jie Zhang <jie@codesourcery.com>
706 * combine.c (try_combine): If insns need to be kept around, check that
707 they can be copied in the merged instruction.
709 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
711 * reg-stack.c (convert_regs_1): Return boolean value, true if the CFG
713 (convert_regs_2): Likewise. Adjust calls to convert_regs_1.
714 (convert_regs): Adjust calls to convert_regs_2. Clean up the CFG if
715 it has been modified.
717 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
719 * config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.
721 2010-10-24 Paul Koning <ni1d@arrl.net>
723 * config/pdp11/pdp11.md: Change length attribute to be in bytes.
724 * config/pdp11/pdp11.c (output_jump): Ditto.
726 2010-10-24 Ian Lance Taylor <iant@google.com>
728 * config/i386/i386.c (ix86_va_start): Remove extraneous blank line.
730 2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
732 * cfglayout.c (fixup_reorder_chain): When ensuring that there is at
733 least one insn with a locus corresponding to an edge's goto_locus,
734 disregard non-fallthru edges to the exit block and merge the blocks
735 created for the same goto_locus.
737 2010-10-23 Joseph Myers <joseph@codesourcery.com>
739 * gcc.c (n_switches_alloc_debug_check): New.
740 (set_option_handlers): New.
741 (process_command): Use set_option_handlers.
742 (do_self_spec): Pass spec-generated options through option handlers.
743 (main): Also save and restore n_switches_alloc when swapping
746 2010-10-23 Richard Henderson <rth@redhat.com>
749 * config/i386/sse.md (*avx_absneg<AVXMODEF2P>2): New.
750 (*sse_absneg<SSEMODEF2P>2): Rename from *absneg<VEC_FLOAT_MODE>2.
751 Honor matching operands when splitting to XOR.
753 2010-10-23 Ian Lance Taylor <iant@google.com>
755 * tree-vrp.c (extract_range_from_binary_expr): If
756 flag_non_call_exceptions don't eliminate division by zero.
757 * simplify-rtx.c (simplify_binary_operation_1): Likewise.
759 2010-10-23 Nathan Froyd <froydnj@codesourcery.com>
761 * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
762 __BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__, __ORDER_BIG_ENDIAN__, and
763 __ORDER_PDP_ENDIAN__.
764 * libgcc2.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
765 (struct DWstruct): Define based on __BYTE_ORDER__.
766 * config/fixed-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
767 (struct INTstruct): Define based on __BYTE_ORDER__.
768 * config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
769 (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
770 * system.h (LIBGCC2_WORDS_BIG_ENDIAN): Poison identifier.
771 * config/arc/arc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
772 * config/arm/arm.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
773 * config/ia64/ia64.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
774 * config/iq2000/iq2000.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
775 * config/lm32/lm32.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
776 * config/m32r/m32r.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
777 * config/mcore/mcore.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
778 * config/mep/mep.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
779 * config/mips/mips.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
780 * config/rs6000/sysv4.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
781 * config/rx/rx.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
782 * config/score/score.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
783 * config/sh/sh.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
784 * config/sparc/sparc.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
785 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
786 * doc/tm.texi.in (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
787 * doc/tm.texi: Regenerate.
788 * doc/cpp.texi (__BYTE_ORDER__, __ORDER_LITTLE_ENDIAN__): Document.
789 (__ORDER_BIG_ENDIAN__, __ORDER_PDP_ENDIAN__): Likewise.
791 2010-10-23 Jie Zhang <jie@codesourcery.com>
793 PR rtl-optimization/37360
794 * config/mips/mips.c (cached_can_issue_more): New local variable.
795 (mips_sched_reorder_1): New.
796 (mips_sched_reorder): Use mips_sched_reorder_1.
797 (mips_sched_reorder2): New.
798 (mips_variable_issue): Set cached_can_issue_more.
799 (TARGET_SCHED_REORDER2): Define to mips_sched_reorder2
800 instead of mips_sched_reorder.
803 2008-09-09 Andrey Belevantsev <abel@ispras.ru>
804 PR rtl-optimization/37360
805 * haifa-sched.c (max_issue): Do not assert that we never issue more
806 insns than issue_rate. Add comment.
808 2010-10-22 Eric Botcazou <ebotcazou@adacore.com>
810 * gimplify.c (gimplify_variable_sized_compare): Preserve the source
811 location info of the expression.
813 2010-10-22 DJ Delorie <dj@redhat.com>
815 * doc/extend.texi (Named Address Spaces): Document the M32C named
818 * config/m32c/m32c-pragma.c (m32c_register_pragmas): Register the
820 * config/m32c/m32c.h (ADDR_SPACE_FAR): New. Add support for
821 "__far" address space for R8C and M16C processor variants.
822 * config/m32c/m32c.c (m32c_addr_space_legitimate_address_p): New.
823 (far_addr_space_p): New.
824 (encode_pattern_1): Add sign and zero extend support.
825 (m32c_hard_regno_nregs_1): Large pointers in A16 mode are SImode.
826 (m32c_extra_constraint_p2): Add SF constraint.
827 (m32c_legitimate_address_p): Support __far addresses.
828 (m32c_addr_space_pointer_mode): New.
829 (m32c_addr_space_address_mode): New.
830 (m32c_addr_space_legitimate_address_p): New.
831 (m32c_addr_space_legitimize_address): New.
832 (m32c_addr_space_subset_p): New.
833 (m32c_addr_space_convert): New.
834 (conversions): Add __far operand patterns.
835 (m32c_prepare_move): Force constants into registers for __far moves.
836 (m32c_split_move): __far moves are always split.
837 * config/m32c/addsub.md (addsi3_1): Support SImode symbols.
838 * config/m32c/mov.md (mov<mode>_far_op1): New.
839 (mov<mode>_far_op2): New.
840 (movqi_op): Add __far (SF) support.
841 (movhi_op): Likewise.
842 (movsi_splittable): Split A1A0 also.
844 2010-10-22 Artjoms Sinkarovs <artyom.shinakroff@gmail.com>
845 Andrew Pinski <pinskia@gmail.com>
847 * c-typeck.c (build_array_ref): Handle subscripting of vectors.
848 * doc/extend.texi: New paragraph
850 2010-10-22 Paul Koning <ni1d@arrl.net>
852 * config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.
854 2010-10-22 DJ Delorie <dj@redhat.com>
856 * config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant.
858 2010-10-22 Paul Koning <ni1d@arrl.net>
860 * config/pdp11/pdp11.h (IRA_COVER_CLASSES): Define.
862 2010-10-22 Richard Henderson <rth@redhat.com>
864 * config/i386/i386.c (ix86_builtin_vectorized_function): Add
865 cases for __builtin_fma and __builtin_fmaf.
867 2010-10-22 Richard Henderson <rth@redhat.com>
869 * config/i386/i386.c (ix86_expand_fp_absneg_operator): Produce
870 NEG+USE for vectors as well.
871 * config/i386/i386.md (*absneg<VEC_FLOAT_MODE>2): New pattern
874 2010-10-22 Joseph Myers <joseph@codesourcery.com>
876 * gcc.c (DEFAULT_SWITCH_CURTAILS_COMPILATION,
877 SWITCH_CURTAILS_COMPILATION): Remove.
878 * doc/tm.texi.in (SWITCH_CURTAILS_COMPILATION): Remove documentation.
879 * doc/tm.texi: Regenerate.
880 * system.h (SWITCH_CURTAILS_COMPILATION): Poison.
882 2010-10-22 Changpeng Fang <changpeng.fang@amd.com>
884 * config/i386/bdver1.md: New file.
885 * config/i386/i386.md (include "bdver1.md"): Invoke the
886 pipeline description for bdver1.
887 (x86_sahf_1): Add "bdver1_decode" attribute.
888 (*cmpfp_i_mixed): Likewise.
889 (*cmpfp_i_sse): Likewise.
890 (*cmpfp_i_i387): Likewise.
891 (*cmpfp_iu_mixed): Likewise.
892 (*cmpfp_iu_sse): Likewise.
893 (*cmpfp_iu_387): Likewise.
894 (*swap<mode>,*swap<mode>_1): Likewise.
895 (fixuns_trunc<mode>hi2): Likewise.
896 (fix_trunc<mode>si_sse): Likewise.
897 (x86_fnstcw_1): Likewise.
898 (x86_fldcw_1): Likewise.
899 (*floatsi<mode>2_vector_mixed_with_temp): Likewise.
900 (*floatsi<mode>2_vector_mixed): Likewise.
901 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_with_temp): Likewise.
902 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Likewise.
903 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Likewise.
904 (*floatsi<mode>2_vector_sse_with_temp): Likewise.
905 (*floatsi<mode>2_vector_sse): Likewise.
906 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_with_temp): Likewise.
907 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit): Likewise.
908 (*float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Likewise.
909 (*mul<mode>3_1): Likewise.
910 (*mulsi3_1_zext): Likewise.
911 (*mulhi3_1): Likewise.
912 (*mulqi3_1): Likewise.
913 (*<u>mul<mode><dwi>3_1): Likewise.
914 (*<u>mulqihi3_1): Likewise.
915 (*<s>muldi3_highpart_1): Likewise.
916 (*<s>mulsi3_highpart_1): Likewise.
917 (*<s>mulsi3_highpart_zext): Likewise.
918 (x86_64_shld): Likewise.
919 (x86_shld): Likewise.
920 (x86_64_shrd): Likewise.
921 (x86_shrd): Likewise.
923 (sqrt_extend<mode>xf2_i387): Likewise.
924 (*sqrt<mode>2_sse): Likewise.
925 * config/i386/sse.md (sse_cvtsi2ss): Add "bdver1_decode" attribute.
926 (sse_cvtsi2ssq): Likewise.
927 (sse_cvtss2si): Likewise.
928 (sse_cvtss2si_2): Likewise.
929 (sse_cvtss2siq): Likewise.
930 (sse_cvtss2siq_2): Likewise.
931 (sse_cvttss2si): Likewise.
932 (sse_cvttss2siq): Likewise.
933 (sse2_cvtpi2pd): Likewise.
934 (sse2_cvttpd2pi): Likewise.
935 (sse2_cvtsi2sd): Likewise.
936 (sse2_cvtsi2sdq): Likewise.
937 (sse2_cvtsd2si): Likewise.
938 (sse2_cvtsd2si_2): Likewise.
939 (sse2_cvtsd2siq): Likewise.
940 (sse2_cvtsd2siq_2): Likewise.
941 (sse2_cvttsd2si): Likewise.
942 (sse2_cvttsd2siq): Likewise.
943 (*sse2_cvtpd2dq): Likewise.
944 (*sse2_cvttpd2dq): Likewise.
945 (sse2_cvtsd2ss): Likewise.
946 (sse2_cvtss2sd): Likewise.
947 (*sse2_cvtpd2ps): Likewise.
948 (sse2_cvtps2pd): Likewise.
950 2010-10-22 Richard Guenther <rguenther@suse.de>
953 * gimple-fold.c (gimplify_and_update_call_from_tree): Properly
954 remove the virtual operands if they are not needed.
956 2010-10-22 Changpeng Fang <changpeng.fang@amd.com>
958 * config/i386/i386.c (processor_costs bdver1_cost): Update
959 insn costs and architectural parameters for bdver1.
961 2010-10-22 Richard Guenther <rguenther@suse.de>
963 * gimple.h (gimple_register_canonical_type): Declare.
964 * gimple.c (gimple_canonical_types): New global hashtable.
965 (struct gimple_type_leader_entry_s): New type.
966 (gimple_type_leader): New global cache.
967 (gimple_lookup_type_leader): New function.
968 (gtc_visit): Query the proper cache.
969 (gimple_types_compatible_p): Likewise.
970 (gimple_register_type): Use the new cache instead of TYPE_CANONICAL.
971 (gimple_canonical_type_eq): New function.
972 (gimple_register_canonical_type): Likewise.
973 (print_gimple_types_stats): Adjust for gimple_canonical_types.
974 (free_gimple_type_tables): Likewise. Free gimple_type_leader.
975 * tree-ssa.c (useless_type_conversion_p): Do not dispatch to
976 gimple_types_compatible_p for LTO.
978 2010-10-22 Uros Bizjak <ubizjak@gmail.com>
981 * config/i386/sse.md (*avx_movu<ssemodesuffix><avxmodesuffix>):
982 Rename from avx_movu<ssemodesuffix><avxmodesuffix>.
983 (avx_movu<ssemodesuffix><avxmodesuffix>): New expander.
984 (*<sse>_movu<ssemodesuffix>): Rename from <sse>_movu<ssemodesuffix>.
985 (<sse>_movu<ssemodesuffix>): New expander.
986 (*avx_movdqu<avxmodesuffix>): Rename from avx_movdqu<avxmodesuffix>.
987 (avx_movdqu<avxmodesuffix>): New expander.
988 (*sse2_movdqu): Rename from sse2_movdqu.
989 (sse2_movdqu): New expander.
991 2010-10-22 Richard Guenther <rguenther@suse.de>
993 PR tree-optimization/45720
994 * tree-vect-data-refs.c (vect_update_misalignment_for_peel):
995 Handle negative step.
996 (vect_enhance_data_refs_alignment): Likewise.
997 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Likewise.
998 (vect_create_cond_for_align_checks): Likewise.
999 (vect_create_cond_for_alias_checks): Likewise.
1001 2010-10-22 Ira Rosen <irar@il.ibm.com>
1003 PR tree-optimization/46126
1004 * tree-vect-stmts.c (vect_analyze_stmt): Pass NODE to
1005 vectorizable_shift in case of basic block vectorization.
1007 2010-10-22 Joseph Myers <joseph@codesourcery.com>
1009 * target.h (enum opt_levels, struct default_options): New.
1010 * target.def (handle_ofast): Remove hook.
1011 (target_option.optimization): Change to
1012 target_option.optimization_table.
1013 * doc/tm.texi.in (TARGET_OPTION_OPTIMIZATION): Change to
1014 TARGET_OPTION_OPTIMIZATION_TABLE.
1015 (CAN_DEBUG_WITHOUT_FP): Remove.
1016 * doc/tm.texi: Regenerate.
1017 * opts.c (maybe_default_option, maybe_default_options,
1018 default_options_table): New.
1019 (default_options_optimization): Take extra parameters. Don't
1020 assert that global_options and global_options_set are in use. Use
1021 maybe_default_options.
1022 (decode_options): Pass extra parameters to
1023 default_options_optimization.
1024 * common.opt (falign-loops): Use value 0 with Var.
1025 (frerun-cse-after-loop, ftree-ter): Remove Init.
1026 * system.h (CAN_DEBUG_WITHOUT_FP, TARGET_HANDLE_OFAST,
1027 TARGET_OPTION_OPTIMIZATION): Remove.
1028 * targhooks.c (empty_optimization_table): New.
1029 * targhooks.h (empty_optimization_table): Declare.
1030 * toplev.c (process_options): Don't set flag_rerun_cse_after_loop.
1031 * config/alpha/alpha.c (alpha_option_optimization_table,
1032 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1033 * config/alpha/alpha.h (CAN_DEBUG_WITHOUT_FP): Remove.
1034 * config/arm/arm.c (arm_option_optimization: Change to
1035 arm_option_optimization_table.
1036 (TARGET_OPTION_OPTIMIZATION): Change to
1037 TARGET_OPTION_OPTIMIZATION_TABLE.
1038 * config/arm/arm.h (CAN_DEBUG_WITHOUT_FP): Remove.
1039 * config/avr/avr.c (avr_option_optimization_table,
1040 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1041 * config/avr/avr.h (CAN_DEBUG_WITHOUT_FP): Remove.
1042 * config/cris/cris.c (cris_option_optimization): Change to
1043 cris_option_optimization_table.
1044 (TARGET_OPTION_OPTIMIZATION): Change to
1045 TARGET_OPTION_OPTIMIZATION_TABLE.
1046 * config/crx/crx.c (crx_option_optimization): Change to
1047 crx_option_optimization_table.
1048 (TARGET_OPTION_OPTIMIZATION): Change to
1049 TARGET_OPTION_OPTIMIZATION_TABLE.
1050 * config/crx/crx.h (CAN_DEBUG_WITHOUT_FP): Remove.
1051 * config/fr30/fr30.c (fr30_option_optimization_table,
1052 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1053 * config/fr30/fr30.h (CAN_DEBUG_WITHOUT_FP): Remove.
1054 * config/frv/frv.c (frv_option_optimization_table,
1055 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1056 * config/frv/frv.h (CAN_DEBUG_WITHOUT_FP): Remove.
1057 * config/h8300/h8300.c (h8300_option_optimization): Change to
1058 h8300_option_optimization_table.
1059 (TARGET_OPTION_OPTIMIZATION): Change to
1060 TARGET_OPTION_OPTIMIZATION_TABLE.
1061 * config/h8300/h8300.h (CAN_DEBUG_WITHOUT_FP): Remove.
1062 * config/i386/i386.c (ix86_option_optimization): Change to
1063 ix86_option_optimization_table.
1064 (TARGET_OPTION_OPTIMIZATION): Change to
1065 TARGET_OPTION_OPTIMIZATION_TABLE.
1066 * config/i386/sol2-10.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
1068 * config/ia64/ia64.c (ia64_option_optimization): Change to
1069 ia64_option_optimization_table.
1070 (TARGET_OPTION_OPTIMIZATION): Change to
1071 TARGET_OPTION_OPTIMIZATION_TABLE.
1072 * config/ia64/ia64.h (CAN_DEBUG_WITHOUT_FP): Remove.
1073 * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define as
1075 * config/iq2000/iq2000.c (iq2000_option_optimization_table,
1076 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1077 * config/iq2000/iq2000.h (CAN_DEBUG_WITHOUT_FP): Remove.
1078 * config/lm32/lm32.c (lm32_option_optimization_table,
1079 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1080 * config/lm32/lm32.h (CAN_DEBUG_WITHOUT_FP): Remove.
1081 * config/m32r/m32r.c (m32r_option_optimization): Change to
1082 m32r_option_optimization_table.
1083 (TARGET_OPTION_OPTIMIZATION): Change to
1084 TARGET_OPTION_OPTIMIZATION_TABLE.
1085 * config/m32r/m32r.h (SUBTARGET_OPTIMIZATION_OPTIONS,
1086 CAN_DEBUG_WITHOUT_FP): Remove.
1087 * config/mcore/mcore.c (mcore_option_optimization): Change to
1088 mcore_option_optimization_table.
1089 (TARGET_OPTION_OPTIMIZATION): Change to
1090 TARGET_OPTION_OPTIMIZATION_TABLE.
1091 * config/mep/mep.c (mep_option_optimization): Change to
1092 mep_option_optimization_table.
1093 (TARGET_OPTION_OPTIMIZATION): Change to
1094 TARGET_OPTION_OPTIMIZATION_TABLE.
1095 * config/mep/mep.h (CAN_DEBUG_WITHOUT_FP): Remove.
1096 * config/microblaze/microblaze.c
1097 (microblaze_option_optimization_table,
1098 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1099 * config/microblaze/microblaze.h (CAN_DEBUG_WITHOUT_FP): Remove.
1100 * config/mips/mips.c (mips_option_optimization_table,
1101 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1102 * config/mips/mips.h (CAN_DEBUG_WITHOUT_FP): Remove.
1103 * config/mmix/mmix.c (mmix_option_optimization): Change to
1104 mmix_option_optimization_table.
1105 (TARGET_OPTION_OPTIMIZATION): Change to
1106 TARGET_OPTION_OPTIMIZATION_TABLE.
1107 * config/mmix/mmix.h (CAN_DEBUG_WITHOUT_FP): Remove.
1108 * config/mn10300/mn10300.c (mn10300_option_optimization_table,
1109 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1110 * config/mn10300/mn10300.h (CAN_DEBUG_WITHOUT_FP): Remove.
1111 * config/pa/pa.c (pa_option_optimization_table,
1112 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1113 * config/pa/pa.h (CAN_DEBUG_WITHOUT_FP): Remove.
1114 * config/pdp11/pdp11.c (pdp11_option_optimization): Change to
1115 pdp11_option_optimization_table.
1116 (TARGET_OPTION_OPTIMIZATION): Change to
1117 TARGET_OPTION_OPTIMIZATION_TABLE.
1118 * config/picochip/picochip.c (picochip_option_optimization_table,
1119 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1120 * config/picochip/picochip.h (CAN_DEBUG_WITHOUT_FP): Remove.
1121 * config/rs6000/rs6000.c (rs6000_option_optimization_table,
1122 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1123 * config/rs6000/rs6000.h (CAN_DEBUG_WITHOUT_FP): Remove.
1124 * config/rx/rx.c (rx_option_optimization_table,
1125 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1126 * config/rx/rx.h (CAN_DEBUG_WITHOUT_FP): Remove.
1127 * config/s390/s390.c (s390_option_optimization): Change to
1128 s390_option_optimization_table.
1129 (s390_option_override): Update comment.
1130 (TARGET_OPTION_OPTIMIZATION): Change to
1131 TARGET_OPTION_OPTIMIZATION_TABLE.
1132 * config/s390/s390.h (CAN_DEBUG_WITHOUT_FP): Remove.
1133 * config/score/score.c (score_option_optimization_table,
1134 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1135 * config/score/score.h (CAN_DEBUG_WITHOUT_FP): Remove.
1136 * config/sh/sh.c (sh_option_optimization): Change to
1137 sh_option_optimization_table.
1138 (TARGET_OPTION_OPTIMIZATION): Change to
1139 TARGET_OPTION_OPTIMIZATION_TABLE.
1140 (sh_option_override): Set MASK_SAVE_ALL_TARGET_REGS here.
1141 (sh_option_override, expand_block_move, multcosts, find_barrier,
1142 barrier_align): Use optimize_size instead of TARGET_SMALLCODE.
1143 * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Remove.
1144 (LOOP_ALIGN, TRAMPOLINE_ALIGNMENT, MOVE_BY_PIECES_P,
1145 STORE_BY_PIECES_P, SH_DYNAMIC_SHIFT_COST): Use optimize_size
1146 instead of TARGET_SMALLCODE.
1147 * config/sh/sh.opt (mspace): Make into an alias for -Os.
1148 * config/sparc/sparc.c (sparc_option_optimization_table,
1149 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1150 * config/sparc/sparc.h (CAN_DEBUG_WITHOUT_FP): Remove.
1151 * config/stormy16/stormy16.c (xstorym16_option_optimization_table,
1152 TARGET_OPTION_OPTIMIZATION_TABLE): New.
1153 * config/stormy16/stormy16.h (CAN_DEBUG_WITHOUT_FP): Remove.
1154 * config/v850/v850.c (v850_option_optimization): Change to
1155 v850_option_optimization_table.
1156 (TARGET_OPTION_OPTIMIZATION): Change to
1157 TARGET_OPTION_OPTIMIZATION_TABLE.
1158 * config/v850/v850.h (CAN_DEBUG_WITHOUT_FP): Remove.
1159 * config/xtensa/xtensa.c (xtensa_option_optimization): Change to
1160 xtensa_option_optimization_table.
1161 (TARGET_OPTION_OPTIMIZATION): Change to
1162 TARGET_OPTION_OPTIMIZATION_TABLE.
1163 * config/xtensa/xtensa.h (CAN_DEBUG_WITHOUT_FP): Remove.
1165 2010-10-21 Iain Sandoe <iains@gcc.gnu.org>
1167 Based on the CFString implementation in FSF apple/trunk branch.
1169 * target.def (objc_construct_string): New Hook.
1170 * doc/tm.texi (objc_construct_string): Document.
1171 * doc/tm.texi.in (TARGET_OBJC_CONSTRUCT_STRING): New.
1172 * config/t-darwin: Amend build rules for darwin.o.
1173 * config/darwin.opt: Add cfstrings flags.
1174 * config/darwin-c.c: Define __CONSTANT_CFSTRINGS__.
1175 (darwin_objc_construct_string): New.
1176 * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Define.
1177 * config/i386/i386.c (ix86_init_builtins): Add SUBTARGET_INIT_BUILTINS.
1178 * config/darwin-protos.h (darwin_init_cfstring_builtins): New prototype.
1179 (darwin_fold_builtin): Likewise.
1180 (darwin_build_constant_cfstring): Likewise.
1181 (darwin_objc_construct_string): Likewise.
1182 (darwin_cfstring_p): Likewise.
1183 (darwin_enter_string_into_cfstring_table): Likewise.
1184 * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS) Update for CFString.
1185 * config/darwin.c (darwin_running_cxx): New var.
1186 (machopic_select_section): Return cfstring_constant_object_section.
1187 (darwin_override_options): Set darwin_running_cxx.
1188 (add_builtin_field_decl): New.
1189 (darwin_init_cfstring_builtins): New.
1190 (darwin_build_constant_cfstring): New.
1191 (darwin_fold_builtin): New.
1192 (cfstring_hash): New.
1194 (darwin_enter_string_into_cfstring_table): New.
1195 * config/darwin-sections.def (cfstring_constant_object_section): New.
1196 * config/darwin.h (TARGET_FOLD_BUILTIN): Define.
1197 (TARGET_OBJC_CONSTRUCT_STRING): Define.
1199 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1201 * config/alpha/alpha.c (alpha_build_builtin_va_list): Use
1202 TYPE_STUB_DECL instead of TREE_CHAIN.
1203 * config/i386/i386.c (ix86_build_builtin_va_list_abi): Likewise.
1204 * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Likewise.
1205 * config/s390/s390.c (s390_build_builtin_va_list): Likewise.
1206 * config/sh/sh.c (sh_build_builtin_va_list): Likewise.
1207 * config/spu/spu.c (spu_build_builtin_va_list): Likewise.
1208 * config/stormy16/stormy16.c (xstormy16_build_builtin_va_list):
1210 * config/xtensa/xtensa.c (xtensa_build_builtin_va_list): Likewise.
1212 2010-10-22 Jie Zhang <jie@codesourcery.com>
1214 * expr.c (emit_group_load_1): Update calls to extract_bit_field.
1215 (copy_blkmode_from_reg): Likewise.
1216 (read_complex_part): Likewise.
1217 (expand_expr_real_1): Calculate packedp and pass it to
1219 * expr.h (extract_bit_field): Update declaration.
1220 * calls.c (store_unaligned_arguments_into_pseudos): Update call
1221 to extract_bit_field.
1222 * expmed.c (extract_fixed_bit_field): Update calls to
1223 extract_fixed_bit_field.
1224 (store_split_bit_field): Likewise.
1225 (extract_bit_field_1): Add new argument packedp.
1226 (extract_bit_field): Add new argument packedp.
1227 (extract_fixed_bit_field): Add new argument packedp and let
1228 packed attribute override volatile.
1229 * stmt.c (expand_return): Update call to extract_bit_field.
1231 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1233 * config/spu/spu.c (spu_function_arg): Dereference CUM parameter.
1235 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1237 * ddg.c (add_cross_iteration_register_deps): Call gcc_assert instead
1238 of gcc_checking_assert.
1239 * sel-sched.c (code_motion_process_successors): Likewise.
1241 2010-10-21 Eric Botcazou <ebotcazou@adacore.com>
1243 * cfgcleanup.c (try_forward_edges): Do not throw away previous steps
1244 when stopping because of a different locus on edge or insn.
1245 (try_optimize_cfg): Add comment.
1246 * cfgrtl.c (rtl_merge_blocks): Tweak log message. If the destination
1247 block is a forwarder block, propagate locus on the edge.
1248 (cfg_layout_merge_blocks): Likewise.
1250 2010-10-21 Uros Bizjak <ubizjak@gmail.com>
1253 * config/i386/i386.md (*pushti2): New insn pattern.
1254 (pushti2 splitter): New insn splitter.
1255 (*push<mode>2): Macroize insn pattern from *push{di,ti}2 using
1258 2010-10-21 Paul Koning <ni1d@arrl.net>
1260 * config/pdp11/pdp11-protos.md (arith_operand,
1261 const_immediate_operand, expand_shift_operand,
1262 immediate15_operand): Delete
1263 * config/pdp11/pdp11.c: Ditto.
1264 * config/pdp11/pdp11.h (REG_CLASS_FROM_LETTER,
1265 CONST_OK_FOR_LETTER_P, CONST_DOUBLE_OK_FOR_LETTER_P,
1266 EXTRA_CONSTRAINT): Delete.
1267 * config/pdp11/pdp11.md (various): Use standard constraints
1268 instead of removed ones.
1269 * config/pdp11/constraints.md: New file.
1270 * config/pdp11/predicates.md: New file.
1272 2010-10-21 Bingfeng Mei <bmei@broadcom.com>
1275 * alias.c (true_dependence_1): Remove obsolete check for QImode.
1276 (may_alias_p): Ditto.
1278 2010-10-21 Martin Jambor <mjambor@suse.cz>
1280 PR tree-optimization/45875
1281 * tree.c (get_binfo_at_offset): Remove initial zero offset test.
1283 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1285 * tree-into-ssa.c (rewrite_update_enter_block): Remove unused
1287 (create_new_def_for): Likewise.
1289 2010-10-21 Nick Clifton <nickc@redhat.com>
1291 * config/mn10300/mn10300.c: Fold code to 80-character width.
1292 Replace GET_CODE (foo) == REG with REG_P (foo). Likewise for
1293 MEM, CONST_INT and CONST_DOUBLE.
1294 (targetm): Move initialization to end of file.
1295 (print_operand): Rename to mn10300_print_operand.
1296 (print_operand_address): Rename to mn10300_print_operand_address.
1297 (can_use_return_insn): Rename to mn10300_can_use_return_insn.
1298 (expand_prologue): Rename to mn10300_expand_prologue.
1299 (expand_epilogue): Rename to mn10300_expand_epilogue.
1300 (initial_offset): Rename to mn10300_initial_offset.
1301 (function_arg): Rename to mn10300_function_arg.
1302 (mask_ok_for_mem_btst): Rename to mn10300_mask_ok_for_mem_btst.
1303 (symbolic_operand): Rename to mn10300_symbolic_operand.
1304 (legitimize_pic_address): Rename to mn10300_legitimize_pic_address.
1305 (legitimate_pic_operand_p): Rename to mn10300_legitimate_pic_operand_p.
1306 * config/mn10300/mn10300-protos.h: Update prototypes.
1307 * config/mn10300/mn10300.h: Fold code to 80-character width.
1308 Replace GET_CODE (foo) == REG with REG_P (foo). Likewise for
1309 MEM, CONST_INT and CONST_DOUBLE.
1310 (CPP_SPEC): Move to...
1311 (TARGET_CPU_CPP_BUILTINS): ... here.
1312 * config/mn10300/mn10300.md: Fold code to 80-character width.
1313 Replace GET_CODE (foo) == REG with REG_P (foo). Likewise for
1314 MEM, CONST_INT and CONST_DOUBLE.
1316 2010-10-21 Ira Rosen <irar@il.ibm.com>
1318 PR tree-optimization/46049
1319 PR tree-optimization/46052
1320 * tree-vectorizer.h (enum stmt_vec_info_type): Add new value for shift.
1321 (vect_get_slp_defs): Add arguments.
1322 * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass scalar
1323 operands to vect_get_slp_defs.
1324 (vectorizable_reduction): Fix comment, pass scalar operands to
1326 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Use operand's
1327 type to determine number of units in the created vector.
1328 (vect_get_vec_defs): Pass scalar operands to vect_get_slp_defs.
1329 (vectorizable_conversion): Fix comment.
1330 (vectorizable_shift): New function.
1331 (vectorizable_operation): Move code that handles shifts to
1333 (vectorizable_type_demotion): Fix comment, pass scalar operands to
1335 (vectorizable_type_promotion, vectorizable_store): Likewise.
1336 (vectorizable_condition): Fix comment.
1337 (vect_analyze_stmt): Call vectorizable_shift.
1338 (vect_transform_stmt): Likewise.
1339 * tree-vect-slp.c (vect_get_constant_vectors): Add new argument.
1340 Use it as the operand to create vectors for, except reduction
1341 initial definition and store. Use operands type.
1342 (vect_get_slp_defs): Add new arguments. Pass them to
1343 vect_get_constant_vectors.
1345 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1347 * basic-block.h (single_succ_edge): Use gcc_checking_assert.
1348 (single_pred_edge, ei_container, ei_next, ei_prev): Likewise.
1349 * cfghooks.c (fixup_reorder_chain): Likewise.
1350 * cfgrtl.c (cfg_layout_merge_blocks): Likewise.
1351 * cgraph.c (cgraph_add_thunk): Likewise.
1352 (cgraph_create_edge_1): Likewise.
1353 (cgraph_create_virtual_clone): Likewise.
1354 * ddg.c (add_cross_iteration_register_deps): Likewise.
1355 * dwarf2out.c (modified_type_die): Likewise.
1356 * emit-rtl.c (set_mem_alias_set): Likewise.
1357 * ggc-zone.c (zone_allocate_marks): Likewise.
1358 * gimple-iterator.c (gsi_move_to_bb_end): Likewise.
1359 * gimple.c (iterative_hash_gimple_type): Likewise.
1360 * graphite-scop-detection.c (create_single_entry_edge): Likewise.
1361 (create_single_exit_edge): Likewise.
1362 * haifa-sched.c (choose_ready): Likewise.
1363 * lto-streamer-in.c (input_gimple_stmt): Likewise.
1364 * passes.c (execute_todo): Likewise.
1365 * sched-ebb.c (begin_schedule_ready): Likewise.
1366 * sel-sched.c (code_motion_process_successors): Likewise.
1367 * tree-call-cdce.c (gen_conditions_for_pow): Likewise.
1368 * tree-cfg-cleanup.c (tree_forwarder_block_p): Likewise.
1369 * tree-flow-inline.h (link_imm_use, move_use_after_head): Likewise.
1370 (phi_arg_index_from_use, phi_ssa_name_p): Likewise.
1371 * tree-into-ssa.c (insert_updated_phi_nodes_for): Likewise.
1372 * tree-ssa-coalesce.c (ssa_conflicts_test_p): Likewise.
1373 (ssa_conflicts_add): Likewise.
1374 * tree-ssa-copy.c (replace_exp): Likewise.
1375 * tree-ssa-dom.c (eliminate_redundant_computations): Likewise.
1376 * tree-ssa-forwprop.c (simple_gimple_switch): Likewise.
1377 * tree-ssa-math-opts.c (execute_cse_reciprocals): Likewise.
1378 * tree-ssa-pre.c (bitmap_value_insert_into_set): Likewise.
1379 (compute_antic): Likewise.
1380 * tree-ssa-ter.c (add_to_partition_kill_list): Likewise.
1381 (add_dependence): Likewise.
1382 (process_replaceable, kill_expr, find_replaceable_exprs): Likewise.
1383 * tree-vrp.c (supports_overflow_infinity): Likewise.
1384 (make_overflow_infinity, negative_overflow_infinity): Likewise.
1385 (avoid_overflow_infinity, register_new_assert_for): Likewise.
1386 (process_assert_insertions_for): Likewise.
1387 * var-tracking.c (dv_is_value_p, dv_as_decl, dv_from_decl): Likewise.
1388 (dv_from_value, variable_union, find_loc_in_1pdv): Likewise.
1389 (intersect_loc_chains, variable_merge_over_cur): Likewise.
1391 2010-10-21 Nathan Froyd <froydnj@codesourcery.com>
1393 * cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.
1394 * reload1.c (has_nonexceptional_receiver): Likewise.
1395 * tree-into-ssa.c (rewrite_update_enter_block): Likewise.
1396 (create_new_def_for): Likewise.
1397 * tree-cfgcleanup.c (remove_forwarder_block): Likewise.
1398 (merge_phi_nodes): Likewise.
1399 (has_abnormal_incoming_edge_p): Delete.
1401 2010-10-21 H.J. Lu <hongjiu.lu@intel.com>
1403 * config/i386/sse.md (ssescalarmodesuffix): Add V8SI and V4DI.
1405 2010-10-21 Richard Guenther <rguenther@suse.de>
1406 Michael Matz <matz@suse.de>
1408 PR tree-optimization/45764
1409 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
1410 Adjust initial misalignment for negative DR_STEP.
1411 (vect_find_same_alignment_drs): Two DRs with different DR_STEP
1412 do not have the same alignment over the whole iteration domain.
1414 2010-10-21 Richard Guenther <rguenther@suse.de>
1416 PR tree-optimization/46111
1417 * tree-parloops.c (take_address_of): Re-organize for MEM_REF.
1419 2010-10-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1421 * config/s390/s390.md (*xordi3_cc): Mark xgrk as z196 only.
1423 2010-10-21 Tristan Gingold <gingold@adacore.com>
1425 * config/vms/vms-crtl.h (CRTL_NAMES): Add new translations.
1426 * config/vms/vms-crtl-64.h (CRTL_NAMES): Ditto.
1428 2010-10-21 Tristan Gingold <gingold@adacore.com>
1430 * config/alpha/vms-unwind.h (alpha_vms_fallback_frame_state): Set
1432 * config/alpha/alpha.c (alpha_function_arg): Adjust call.
1434 2010-10-21 Tristan Gingold <gingold@adacore.com>
1436 * config/ia64/vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.
1437 * config/ia64/vms.h (TARGET_DEFAULT): Ditto.
1439 2010-10-20 Nathan Froyd <froydnj@codesourcery.com>
1441 * basic-block.h (find_fallthru_edge): Define.
1442 * cfgcleanup.c (merge_blocks_move): Use it.
1443 (try_crossjump_bb): Likewise.
1444 * cfglayout.c (fixup_reorder_chains): Likewise.
1445 (fixup_fallthru_exit_predecessor): Likewise.
1446 * cfgrtl.c (rtl_split_edge): Likewise.
1447 (rtl_verify_flow_info): Likewise.
1448 * function.c (thread_prologue_and_epilogue_insns): Likewise.
1449 * gimple-pretty-print.c (dump_implicit_edges): Likewise.
1450 * ifcvt.c (block_fallthru): Likewise.
1451 * reload1.c (fixup_abnormal_edges): Likewise.
1452 * sched-ebb.c (being_schedule_ready): Likewise.
1453 (schedule_ebb): Likwise.
1454 * sched-rgn.c (find_single_block_region): Likewise.
1455 * sel-sched-ir.c (bb_ends_ebb_p): Likewise.
1456 * tree-complex.c (expand_complex_move): Likewise.
1457 * sched-int.h (find_fallthru_edge): Rename to...
1458 (find_fallthru_edge_from): ...this.
1459 * haifa-sched.c (find_fallthru_edge): Rename to...
1460 (find_fallthru_edge_from): ...this. Use new find_fallthru_edge.
1461 (init_before_recovery): Call find_fallthru_edge_from.
1462 * sel-sched-ir.c (merge_fences): Likewise.
1463 * sel-sched.c (in_fallthru_bb_p): Likewise.
1464 (move_cond_jump): Likewise.
1466 2010-10-20 Paul Koning <ni1d@arrl.net>
1468 * config/pdp11/pdp11.md (various): Fix conditions on a number of
1469 insn to check for target 11/40 or higher.
1471 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
1473 * parser.c (c_parser_objc_method_type): Mark inline. Return a
1474 bool instead of a tree.
1475 (c_parser_objc_method_decl): Added bool argument. Updated call to
1476 objc_build_method_signature.
1477 (c_parser_objc_method_definition): Do not call
1478 objc_set_method_type. Updated calls to c_parser_objc_method_type,
1479 c_parser_objc_method_decl and objc_start_method_definition.
1480 (c_parser_objc_methodproto): Do not call objc_set_method_type.
1481 Updated calls to c_parser_objc_method_type,
1482 c_parser_objc_method_decl and objc_add_method_declaration.
1484 2010-10-20 Jakub Jelinek <jakub@redhat.com>
1486 PR tree-optimization/45919
1487 * tree-ssa-ccp.c (fold_nonarray_ctor_reference): Handle flexible
1490 PR tree-optimization/46066
1491 * tree-parloops.c (create_parallel_loop): Use gsi_last_nondebug_bb
1492 instead of gsi_last_bb.
1494 2010-10-20 DJ Delorie <dj@redhat.com>
1496 * config/m32c/m32c.c (m32c_option_override): Always disable
1497 function-cse in 16-bit mode. Indirect calls are always worse than
1498 direct calls as there is no 16-bit indirect call opcode.
1499 (m32c_override_options_after_change): New, likewise.
1501 2010-10-20 Nathan Froyd <froydnj@codesourcery.com>
1503 * ifcvt.c (noce_emit_cmove): If both of the values are SUBREGs, try
1504 emitting the conditional move in the inner mode of the SUBREG.
1506 2010-10-20 Anatoly Sokolov <aesok@post.ru>
1508 * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS): Remove macros.
1509 * config/ia64/ia64-protos.h (ia64_preferred_reload_class): Remove.
1510 * config/ia64/ia64.c (TARGET_PREFERRED_RELOAD_CLASS): Define.
1511 (ia64_preferred_reload_class): Make static. Change rclass argument
1512 and result types from enum reg_class to reg_class_t.
1514 2010-10-20 Pat Haugen <pthaugen@us.ibm.com>
1516 * tree-ssa-ter.c (find_replaceable_in_bb): Allow replacement over
1517 call for single operand expression.
1519 2010-10-20 Eric Botcazou <ebotcazou@adacore.com>
1521 * tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges
1522 if there is a call statement to pure or const function in the block.
1524 2010-10-20 Paul Koning <pkoning@equallogic.com>
1526 Fix several build errors for pdp11 target.
1527 * config/pdp11/pdp11.md (*cmpdf): Fix tstd operands.
1528 (cbranchdf4): Conditional on TARGET_FPU.
1529 (movdf): Ditto; correct alternatives check.
1530 (movmemhi): Fix predicate and constraint.
1531 * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Handle 64 bit mode.
1533 2010-10-20 Richard Guenther <rguenther@suse.de>
1536 * lto-streamer-out.c (output_gimple_stmt): Fix typo.
1537 * tree-cfg.c (verify_gimple_call): Properly get the call fndecl.
1538 (verify_gimple_assign_single): Disable ADDR_EXPR type check
1541 2010-10-20 Vladimir Makarov <vmakarov@redhat.com>
1544 * ira-emit.c (store_can_be_removed_p): Return false instead of
1547 2010-10-20 Dmitry Melnik <dm@ispras.ru>
1549 * fold-const.c (fold_binary_loc): New transformation.
1551 2010-10-20 H.J. Lu <hongjiu.lu@intel.com>
1554 * config/i386/sse.md (reduc_splus_v8sf): Updated.
1555 (reduc_splus_v4df): Likewise.
1557 2010-10-20 Richard Guenther <rguenther@suse.de>
1559 PR tree-optimization/45860
1560 * tree-ssa-phiopt.c (cond_store_replacement): Do not do
1561 conditional store replacement for non-register type stores.
1563 2010-10-20 Eric Botcazou <ebotcazou@adacore.com>
1565 * stor-layout.c (skip_simple_constant_arithmetic): New function.
1566 (self_referential_size): Use it instead of skip_simple_arithmetic.
1568 2010-10-20 Olivier Hainque <hainque@adacore.com>
1570 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p):
1571 If the current function calls eh_return, claim live all registers
1572 that we need to check for liveness otherwise.
1574 2010-10-20 Nicola Pero <nicola.pero@meta-innovation.com>
1576 * c-decl.c (c_write_global_declarations): Call
1577 objc_write_global_declarations when compiling Objective-C.
1578 * c-lang.c (finish_file): Removed.
1580 2010-10-19 DJ Delorie <dj@redhat.com>
1582 * doc/tm.texi.in (TARGET_ASM_JUMP_ALIGN_MAX_SKIP): New.
1583 (TARGET_ASM_LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Change to hook.
1584 (TARGET_ASM_LOOP_ALIGN_MAX_SKIP): Likewise.
1585 (TARGET_ASM_LABEL_ALIGN_MAX_SKIP): Likewise.
1586 * doc/tm.texi: Regenerate.
1587 * targhooks.h (default_label_align_after_barrier_max_skip,
1588 default_loop_align_max_skip, default_label_align_max_skip,
1589 default_jump_align_max_skip): Declare.
1590 * target.def (label_align_after_barrier_max_skip): New.
1591 (loop_align_max_skip): New.
1592 (label_align_max_skip): New.
1593 (jump_align_max_skip): New.
1594 * system.h (poison): Add those macros to the list.
1595 * final.c (LABEL_ALIGN_MAX_SKIP): Remove.
1596 (LOOP_ALIGN_MAX_SKIP): Remove.
1597 (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Remove.
1598 (JUMP_ALIGN_MAX_SKIP): Remove.
1599 (default_label_align_after_barrier_max_skip): New.
1600 (default_loop_align_max_skip): New.
1601 (default_label_align_max_skip): New.
1602 (default_jump_align_max_skip): New.
1603 (compute_alignments): Use the new hooks.
1604 (shorten_branches): Likewise.
1606 2010-10-19 Richard Henderson <rth@redhat.com>
1608 * config/i386/i386.c (bdesc_multi_arg): Use fma4i_fmadd_<mode>.
1609 * config/i386/sse.md (fma<mode>4): Enable for FMA & SSE_MATH.
1610 (fma4i_fmadd_<mode>): New.
1611 (*split_fma, *split_fms, *split_fnma, *split_fnms): Rename from
1612 fma4_fm*_<mode> and adjust to be pre-reload splitters to the
1613 standard fma patterns.
1614 (fmaddsub_<mode>): Rename from fma4i_fmaddsub_<mode> and
1616 (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
1617 (*fma_fmadd_<mode>, *fma_fmsub_<mode>): New.
1618 (*fma_fmaddsub_<mode>, *fma_fmsubadd_<mode>): New.
1620 2010-10-19 Paul Koning <pkoning@equallogic.com>
1622 * lower-subreg.c (resolve_shift_zext): Delete conditional code for
1623 WORDS_BIG_ENDIAN != BYTES_BIG_ENDIAN.
1625 2010-10-19 Richard Henderson <rth@redhat.com>
1627 * config/ia64/ia64.md (fmasf4, *fmssf4, *nfmasf4): New.
1628 (fmadf4, *fmsdf4, *nfmadf4): New.
1629 (fmaxf4, *fmsxf4, *nfmaxf4): New.
1631 2010-10-19 Michael Eager <eager@eagercon.com>
1633 * config/microblaze/microblaze.c (TARGET_EXCEPT_UNWIND_INFO):
1634 Use sjlj unwind info for exceptions.
1636 2010-10-19 Francois-Xavier Coudert<fxcoudert@gcc.gnu.org>
1639 * dwarf2out.c (add_calling_convention_attribute): Flag main
1640 Fortran subroutine with DW_AT_main_subprogram.
1642 2010-10-19 Nick Clifton <nickc@redhat.com>
1644 * config/rx/rx.c (rx_function_value): Small integer types are
1646 (rx_promote_function_mode): New function.
1647 (TARGET_PROMOTE_FUNCTION_MODE): Define.
1649 2010-10-19 Nick Clifton <nickc@redhat.com>
1651 * config/mep/mep.c (mep_print_operand): Use
1652 targetm.strip_name_encoding.
1653 (mep_output_aligned_common): Likewise.
1655 2010-10-19 Basile Starynkevitch <basile@starynkevitch.net>
1657 * gengtype.c (new_structure): Remove ad-hoc "location_s" processing.
1659 2010-10-18 Richard Henderson <rth@redhat.com>
1661 * simplify-rtx.c (simplify_ternary_operation) [FMA]: Simplify
1662 (fma (neg a) (neg b) c) and (fma a (neg b) c).
1664 2010-10-18 Richard Henderson <rth@redhat.com>
1666 * config/i386/i386.c (IX86_BUILTIN_VFMSUBSS, IX86_BUILTIN_VFMSUBSD,
1667 IX86_BUILTIN_VFMSUBPS, IX86_BUILTIN_VFMSUBPD,
1668 IX86_BUILTIN_VFMSUBADDPS, IX86_BUILTIN_VFMSUBADDPD,
1669 IX86_BUILTIN_VFNMADDSS, IX86_BUILTIN_VFNMADDSD,
1670 IX86_BUILTIN_VFNMADDPS, IX86_BUILTIN_VFNMADDPD,
1671 IX86_BUILTIN_VFNMSUBSS, IX86_BUILTIN_VFNMSUBSD,
1672 IX86_BUILTIN_VFNMSUBPS, IX86_BUILTIN_VFNMSUBPD,
1673 IX86_BUILTIN_VFMSUBADDPS256, IX86_BUILTIN_VFMSUBADDPD256,
1674 IX86_BUILTIN_VFNMADDPS256, IX86_BUILTIN_VFNMADDPD256,
1675 IX86_BUILTIN_VFNMSUBPS256, IX86_BUILTIN_VFNMSUBPD256): Remove.
1676 (bdesc_multi_arg): Remove the corresponding builtins.
1677 * config/i386/i386.md (UNSPEC_FMA4_INTRINSIC): Remove.
1678 (UNSPEC_FMA4_FMSUBADD): Remove.
1679 (UNSPEC_FMADDSUB): Rename from UNSPEC_FMA4_FMADDSUB.
1680 * config/i386/sse.md (FMA4MODEF4): Remove.
1682 (fma<mode>4): New expander.
1683 (*fma4i_fmadd_<mode>): Macroize from fma4i_fmadd<mode>4 patterns,
1684 and use FMA rtx code instead of UNSPEC_FMA4_INTRINSIC.
1685 (*fma4i_fmsub_<mode>): Similarly.
1686 (*fma4i_fnmadd_<mode>): Similarly.
1687 (*fma4i_fnmsub_<mode>): Similarly.
1688 (fma4i_vmfmadd_<mode>): Scalar patterns zero-extend, not merge
1689 with the first operand.
1690 (fma4i_fmaddsub_<mode>): Represent with UNSPEC_FMADDSUB instead
1691 of explicit arithmetic. Macroize with AVXMODEF2P.
1692 (*fma4i_fmsubadd_<mode>): Represent with UNSPEC_FMADDSUB + NEG.
1693 (xop_frcz<mode>2): Macroize with FMAMODE.
1694 (xop_vmfrcz<mode>2): Scalar patterns zero-extend, not merge with
1696 * config/i386/fma4intrin.h (_mm_msub_ps): Use vfmadd intrinsic with
1698 (_mm_msub_pd, _mm_msub_ss, _mm_msub_sd): Likewise.
1699 (_mm_nmacc_ps, _mm_nmacc_pd, _mm_nmacc_ss, _mm_nmacc_sd): Likewise.
1700 (_mm_nmsub_ps, _mm_nmsub_pd, _mm_nmsub_ss, _mm_nmsub_sd): Likewise.
1701 (_mm256_msub_ps, _mm256_msub_pd): Likewise.
1702 (_mm256_nmacc_ps, _mm256_nmacc_pd): Likewise.
1703 (_mm256_nmsub_ps, _mm256_nmsub_pd): Likewise.
1704 (_mm_msubadd_ps): Use vfmaddsub intrinsic with extra negation.
1705 (_mm_msubadd_pd, _mm256_msubadd_ps, _mm256_msubadd_pd): Likewise.
1707 2010-10-18 Bernd Schmidt <bernds@codesourcery.com>
1709 PR rtl-optimization/45966
1710 * combine.c (try_combine): If added_sets_2, deal with the case
1711 where i0 feeds i1 and i1 feeds i2.
1713 2010-10-18 Jan Hubicka <jh@suse.cz>
1715 * ipa.c (cgraph_externally_visible_p): Handle externally visible and
1716 preserve flags before trying to guess on visibility.
1717 (varpool_externally_visible_p): New function.
1718 (function_and_variable_visibility): Use it.
1720 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
1722 Implemented parsing @synthesize and @dynamic for Objective-C.
1723 * c-parser.c (c_parser_external_declaration): Recognize
1724 RID_AT_SYNTHESIZE and RID_AT_DYNAMIC.
1725 (c_parser_objc_at_synthesize_declaration): New.
1726 (c_parser_objc_at_dynamic_declaration): New.
1728 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
1730 * c-parser.c (c_parser_objc_class_declaration): After finding an
1731 error, parse the whole declaration then reset parser->error.
1733 2010-10-18 Michael Meissner <meissner@linux.vnet.ibm.com>
1736 * tree.h (mode_has_fma): Delete, move to c-cppbuiltins.c.
1737 * builtins.c (mode_has_fma): Ditto.
1739 2010-10-18 Steve Ellcey <sje@cup.hp.com>
1743 * config/ia64/ia64.c (rws_access_regno): Remove predicate check.
1745 2010-10-18 Joseph Myers <joseph@codesourcery.com>
1747 * config/i386/i386.c (ix86_option_override_internal): Define and
1748 use USE_X86_64_FRAME_POINTER for 64-bit flag_omit_frame_pointer
1750 * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Remove.
1751 (USE_IX86_FRAME_POINTER, USE_X86_64_FRAME_POINTER): Define.
1753 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
1755 Merge from 'apple/trunk' branch on FSF servers.
1756 * c-parser.c (c_parser_objc_type_name): Adapted to new parser the
1757 following Objective-C change:
1759 2005-10-10 Fariborz Jahanian <fjahanian@apple.com>
1762 * c-parse.in (objc_quals): Build objc qualifier list same way
1765 2010-10-18 Jan Hubicka <jh@suse.cz>
1767 * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p,
1768 function_and_variable_visibility): Revert accidental commit.
1770 2010-10-18 Nicola Pero <nicola.pero@meta-innovation.com>
1772 Merge from 'apple/trunk' branch on FSF servers.
1773 * c-parser.c (c_parser_typeof_specifier): Adapted to new parser
1774 the following Objective-C change:
1776 2005-10-07 Fariborz Jahanian <fjahanian@apple.com>
1779 * c-parse.in (typespec_nonreserved_nonattr): Remove volatile from
1780 'volatilized' type used in a typeof operator.
1782 2010-10-18 Eric Botcazou <ebotcazou@adacore.com>
1784 * tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.
1785 * tree-cfg.c (gimple_purge_dead_abnormal_call_edges): Move around and
1786 rewrite modelled on gimple_purge_dead_eh_edges.
1787 (gimple_purge_all_dead_abnormal_call_edges): New function.
1788 * tree-inline.c (expand_call_inline): Call gimple_purge_dead_eh_edges
1789 directly instead of through gimple_purge_dead_abnormal_call_edges.
1790 * tree-ssa-pre.c (need_ab_cleanup): New static variable.
1791 (eliminate): Set bit in need_ab_cleanup for the basic block if we have
1792 removed AB side-effects from one of its statements.
1793 (init_pre): Initialize need_ab_cleanup.
1794 (fini_pre): Purge dead abnormal call edges and clean up the CFG if bits
1795 are set in need_ab_cleanup. Free need_ab_cleanup afterward.
1797 2010-10-18 Jakub Jelinek <jakub@redhat.com>
1800 * c-parser.c (c_parser_statement_after_labels): Call mark_exp_read
1801 on computed goto argument.
1803 2010-10-18 Richard Guenther <rguenther@suse.de>
1805 PR tree-optimization/45967
1806 * tree-ssa-structalias.c (type_could_have_pointers): Remove.
1807 (could_have_pointers): Likewise.
1808 (handle_rhs_call, handle_const_call, handle_pure_call,
1809 find_func_aliases, intra_create_variable_infos): Remove calls to them.
1810 (struct fieldoff): Add must_have_pointers field.
1811 (type_must_have_pointers): New function.
1812 (field_must_have_pointers): Likewise.
1813 (push_fields_onto_fieldstack): Remove must_have_pointers_p argument.
1814 Adjust field merging.
1815 (create_function_info_for): May-have-pointers of varinfo is
1817 (create_variable_info_for_1): Likewise.
1819 2010-10-18 Tejas Belagod <tejas.belagod@arm.com>
1821 * config/arm/neon.md (neon_move_hi_quad_<mode>): Fix the order
1822 of operands to vec_concat.
1824 2010-10-18 Richard Guenther <rguenther@suse.de>
1827 * tree.c (free_lang_data_in_decl): As we clear TYPE_METHODS
1828 also clear references to entries of it.
1830 2010-10-18 Andi Kleen <ak@linux.intel.com>
1833 * gccbug.in: Remove.
1834 * Makefile.in (GCCBUG_INSTALL_NAME, gccbug): Remove
1835 (doc, distclean, install-common): Remove reference to gccbug.
1836 * configure: Regenerate.
1837 * configure.ac (all_outputs): Remove gccbug.
1838 * doc/configfiles.texi: Remove references to gccbug.
1839 * doc/sourcebuild.texi: Dito.
1841 2010-10-18 Jakub Jelinek <jakub@redhat.com>
1844 * fold-const.c (fold_binary_loc): If integer_pow2p has
1845 TREE_INT_CST_LOW zero, look at TREE_INT_CST_HIGH.
1847 2010-10-18 Basile Starynkevitch <basile@starynkevitch.net>
1848 Jeremie Salvucci <jeremie.salvucci@free.fr>
1850 * gengtype.c (verbosity_level): Add variable.
1851 (set_gc_used): Count variables for verbosity.
1852 (close_output_files): Backing up files, counting written ones
1854 (write_types): Count emitted functions for verbosity. Added
1856 (write_enum_defn): Count structures for verbosity. Added debug
1858 (gengtype_long_options): Add "verbose" & "backupdir".
1859 (print_usage): Ditto.
1860 (main): Verbose display of parsed files.
1862 * gengtype.h (verbosity_level): Add declaration.
1864 2010-10-18 Basile Starynkevitch <basile@starynkevitch.net>
1866 * gengtype.c (parse_program_options): Add allocation of
1867 plugin_files, and correct test on nb_plugin_files.
1869 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
1871 Merge from 'apple/trunk' branch on FSF servers.
1873 2006-03-27 Fariborz Jahanian <fjahanian@apple.com>
1876 * c-decl.c (undeclared_variable): Issue diagnostic on
1877 private 'ivar' access.
1879 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
1882 * config/i386/sse.md (vec_interleave_highv4df): Fix third RTX of
1883 generated sequence to match *avx_vperm2f128<mode>_nozero.
1884 (vec_interleave_lowv4df): Ditto.
1885 (vec_interleave_highv8sf): Ditto.
1886 (vec_interleave_lowv8sf): Ditto.
1888 2010-10-17 Kai Tietz <kai.tietz@onevision.com>
1890 * libgcov.c (create_file_directory): Enable it for win32 case.
1891 (gcov_exit): De-couple GCOV_PREFIX and GCOV_PREFIX_STRIP.
1892 * doc/gcov.texi (GCOV_PREFIX): Adjusted.
1893 (GCOV_PREFIX_SKIP): Likewise.
1895 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
1897 * doc/objc.texi (GNU Objective-C runtime API): New section.
1898 (Modern GNU Objective-C runtime API): New section.
1899 (Traditional GNU Objective-C runtime API): New section.
1900 (Executing code before main): Mention that this section is
1901 specific to the GNU Objective-C runtime.
1902 (Garbage Collection): Same.
1904 2010-10-17 Uros Bizjak <ubizjak@gmail.com>
1906 * c-parser.c (c_parser_for_statement): Move initialization of
1907 cond and incr before if.
1909 2010-10-17 Anatoly Sokolov <aesok@post.ru>
1911 * target.def (preferred_output_reload_class): New hook.
1912 * doc/tm.texi.in (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Document.
1913 * doc/tm.texi: Regenerate.
1914 * targhooks.c (default_preferred_output_reload_class): New function.
1915 * targhooks.h (default_preferred_output_reload_class): Declare.
1916 * reload.c (find_dummy_reload): Change rclass argument type from
1917 enum reg_class to reg_class_t. Change this_alternative array type
1918 from enum reg_class to reg_class_t.
1919 Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
1920 (push_reload): Change preferred_class variable type to reg_class_t.
1921 Use TARGET_PREFERRED_OUTPUT_RELOAD_CLASS target hook.
1922 * recog.c (reg_fits_class_p): Change result type to bool. Change cl
1923 argument type from enum reg_class to reg_class_t. Use
1924 HARD_REGISTER_NUM_P predicate.
1925 * recog.h (reg_fits_class_p): Update prototype.
1927 * config/i386/i386.h (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
1928 * config/i386/i386-protos.h (ix86_preferred_output_reload_class):
1930 * config/i386/i386.c (ix86_preferred_output_reload_class): Make
1931 static. Change regclass argument and result types from enum reg_class
1933 (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
1935 2010-10-17 Iain Sandoe <iains@gcc.gnu.org>
1937 * c-parser.c (c_parser_objc_class_instance_variables): Update to use
1938 visibility enum, and handle @package.
1940 2010-10-17 Nicola Pero <nicola.pero@meta-innovation.com>
1942 * doc/objc.texi (What you can and what you cannot do in +load):
1943 Document that sending messages to constant string objects in +load
1944 is not guaranteed to work.
1946 2010-10-16 Jan Hubicka <jh@suse.cz>
1949 * ipa.c (cgraph_remove_unreachable_nodes): Cleanup; check
1950 existence of refrences before removing the function.
1952 2010-10-16 Jan Hubicka <jh@suse.cz>
1954 * cgraph.c (dump_cgraph_node): Dump same_comdat_group,
1955 only_called_at_startup and only_called_at_exit.
1956 (cgraph_propagate_frequency): Compute only_called_at_startup and
1957 only_called_at_exit.
1958 * cgraph.h (struct cgraph_node): New fileds only_called_at_startup and
1959 only_called_at_exit.
1960 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream the new
1962 * predict.c (compute_function_frequency): Initialize the new flags.
1964 2010-10-16 Eric Botcazou <ebotcazou@adacore.com>
1966 * gimplify.c (gimplify_type_sizes) <ARRAY_TYPE>: If the type is to be
1967 ignored for debug info purposes, do not clear the DECL_IGNORED_P flag
1968 on the bounds of its domain.
1969 * tree.h (DECL_IGNORED_P): Document effect on TYPE_DECL specifically.
1971 2010-10-16 Anatoly Sokolov <aesok@post.ru>
1973 * config/avr/avr.h (PREFERRED_RELOAD_CLASS): Remove.
1974 * config/avr/avr-protos.h (preferred_reload_class): Remove.
1975 * config/avr/avr.c (preferred_reload_class): Remove.
1976 * config/pa/pa.h (PREFERRED_RELOAD_CLASS): Remove.
1977 * config/pa/pa.c (emit_move_sequence): Update comment
1978 * config/arc/arc.h (PREFERRED_RELOAD_CLASS): Remove.
1979 * config/crx/crx.h (PREFERRED_RELOAD_CLASS): Remove.
1980 * config/fr30/fr30.h (PREFERRED_RELOAD_CLASS): Remove.
1981 * config/frv/frv.h (PREFERRED_RELOAD_CLASS): Remove.
1982 * config/h8300/h8300.h (PREFERRED_RELOAD_CLASS): Remove.
1983 * config/lm32/lm32.h (PREFERRED_RELOAD_CLASS): Remove.
1984 * config/m32r/m32r.h (PREFERRED_RELOAD_CLASS): Remove.
1985 * config/moxie/moxie.h (PREFERRED_RELOAD_CLASS): Remove.
1986 * config/picochip/picochip.h (PREFERRED_RELOAD_CLASS): Remove.
1987 * config/rx/rx.h (PREFERRED_RELOAD_CLASS): Remove.
1988 * config/spu/spu.h (PREFERRED_RELOAD_CLASS): Remove.
1989 * config/v850/v850.h (PREFERRED_RELOAD_CLASS): Remove.
1990 * config/vax/vax.h (PREFERRED_RELOAD_CLASS): Remove.
1992 2010-10-16 Joseph Myers <joseph@codesourcery.com>
1994 * opts.c (set_fast_math_flags,
1995 set_unsafe_math_optimizations_flags): Make static.
1996 * toplev.h (set_fast_math_flags,
1997 set_unsafe_math_optimizations_flags): Remove prototypes.
1999 2010-10-16 Joseph Myers <joseph@codesourcery.com>
2001 * config/arm/arm.c (arm_option_optimization): Set
2002 flag_section_anchors to 1 not 2.
2003 * config/i386/i386.c (ix86_option_override_internal): Check
2004 global_options_set.x_flag_zee and
2005 global_options_set.x_flag_omit_frame_pointer.
2006 (ix86_option_optimization): Don't set flag_omit_frame_pointer and
2008 * config/i386/sol2-10.h (SUBTARGET_OVERRIDE_OPTIONS): Check
2009 global_options_set.x_flag_omit_frame_pointer.
2010 * config/rs6000/rs6000.c (rs6000_option_init_struct): Set
2011 opts->x_flag_section_anchors to 1 not 2.
2012 * config/sh/sh.c (sh_option_optimization): Don't set
2013 flag_schedule_insns to 2.
2014 (sh_option_override): Check
2015 global_options_set.x_flag_schedule_insns.
2016 * opts.c (finish_options): Check opts_set->x_flag_section_anchors.
2018 2010-10-16 Kai Tietz <kai.tietz@onevision.com>
2020 * configure.ac: Make sure inhibit_libc remains false for mingw targets
2022 * configure: Regenerated.
2024 2010-10-15 Xinliang David Li <davidxl@google.com>
2026 * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths): New
2028 (use_pred_not_overlap_with_undef_path_pred): Outline phi arg pruning
2029 into a recursive function.
2031 2010-10-15 Uros Bizjak <ubizjak@gmail.com>
2033 * config/i386/i386.md (*movdfcc_1_rex64): Correct mode attribute.
2034 (*movdfcc_1): ditto.
2036 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2038 * target.def (target_option.init_struct): New hook.
2039 * doc/tm.texi.in (TARGET_OPTION_INIT_STRUCT): New @hook.
2040 * doc/tm.texi: Regenerate.
2041 * hooks.c (hook_void_gcc_optionsp): New.
2042 * hooks.h (hook_void_gcc_optionsp): Declare.
2043 * langhooks-def.h (lhd_init_options_struct): Remove.
2044 (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define to hook_void_gcc_optionsp.
2045 * langhooks.c (lhd_init_options_struct): Remove.
2046 * opts.c (init_options_struct): Also call
2047 targetm.target_option.init_struct.
2048 * config/i386/i386.c (ix86_option_init_struct,
2049 TARGET_OPTION_INIT_STRUCT): New.
2050 (ix86_option_optimization): Move some settings to
2051 ix86_option_init_struct.
2052 * config/pdp11/pdp11.c (pdp11_option_init_struct,
2053 TARGET_OPTION_INIT_STRUCT): New.
2054 (pdp11_option_optimization): Move some settings to
2055 pdp11_option_init_struct.
2056 * config/rs6000/rs6000.c (rs6000_option_optimization): Replace by
2057 rs6000_option_init_struct. Use options structure pointer.
2058 (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
2059 * config/s390/s390.c (s390_option_init_struct,
2060 TARGET_OPTION_INIT_STRUCT): New.
2061 (s390_option_optimization): Don't set
2062 flag_asynchronous_unwind_tables here.
2063 * config/sh/sh.c (sh_option_init_struct,
2064 TARGET_OPTION_INIT_STRUCT): New.
2065 (sh_option_optimization): Don't set flag_finite_math_only here.
2066 * config/spu/spu.c (spu_option_optimization): Replace by
2067 spu_option_optimization. Use options structure pointer.
2068 (TARGET_OPTION_OPTIMIZATION): Replace by TARGET_OPTION_INIT_STRUCT.
2070 2010-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
2072 * doc/md.texi (Standard Names): Add fma@var{m}4 documentation.
2074 * doc/rtl.texi (RTX_TERNARY): Document FMA is ternary. Add
2075 SIGN_EXTRACT and ZERO_EXTRACT which were missing.
2076 (Standard names): Document fma.
2078 * doc/cpp.texi (Common Predefined Macros): Document __FP_FAST_FMA,
2079 __FP_FAST_FMAF, __FP_FAST_FMAL.
2081 * builitns.c (expand_builtin_mathfn_ternary): New function for
2082 expanding ternary math functions, like fma.
2083 (expand_builtin): Call it for the fma builtins.
2085 * simplify-rtx.c (simplify_ternary_operation): Don't simplify FMA
2088 * tree-vect-stmts.c (vectorizable_call): Allow 3 argument
2089 vectorizable functions to support vectorizing fma.
2091 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
2092 Handle fma builtins.
2094 * config/rs6000/vsx.md (UNSPEC_VSX_MADD): Delete.
2095 (UNSPEC_VSX_MSUB): Ditto.
2096 (UNSPEC_VSX_NMADD): Ditto.
2097 (UNSPEC_VSX_NMSUB): Ditto.
2098 (vsx_fmadd<mode>4*): Rewrite to use FMA rtl in some cases instead
2099 of UNSPEC. Renumber combiner patterns.
2100 (vsx_fmsub<mode>4*): Ditto.
2101 (vsx_fnmadd<mode>4*): Ditto.
2102 (vsx_fnmsub<mode>4*): Ditto.
2104 * config/rs6000/altivec.md (UNSPEC_VNMSUBFP): Delete.
2105 (altivec_vmaddfp): Rewrite to use FMA rtl if no fused
2106 multiply/add. Rename combiner pattern, and add TARGET_FUSED_MADD test.
2107 (altivec_vmaddfp_1): Ditto.
2108 (altivec_vmaddfp_2): Ditto.
2109 (atlivec_mulv4sf3): Ditto.
2110 (altivec_vnmsubfp): Ditto.
2111 (altivec_vnmsubfp_1): Ditto.
2112 (altivec_vnmsubfp_2): Ditto.
2113 (altivec_vnmsubfp_3): Delete.
2115 * config/rs6000/rs6000.md (fmasf4): New insns for fma builtin support.
2116 (fmasf4_fpr): Ditto.
2117 (fmssf4_fpr): Ditto.
2118 (fnmasf4_fpr): Ditto.
2119 (fnmssf4_fpr): Ditto.
2121 (fmadf4_fpr): Ditto.
2122 (fmsdf4_fpr): Ditto.
2123 (fnmadf4_fpr): Ditto.
2124 (fnmsdf4_fpr): Ditto.
2126 * optabs.h (OTI_fma): Add fma optab.
2129 * genopinit.c (optabs): Set fma optab.
2131 * rtl.def (FMA): Add FMA rtl.
2133 * tree.h (mode_has_fma): New function to return if MODE supports a
2134 fast multiply and add instruction.
2135 * builtins.c (mode_has_fma): Ditto.
2137 2010-10-15 Jan Hubicka <jh@suse.cz>
2139 * lto-streamer-out.c (write_symbol): Use pointer set of seen
2140 objects instead of bitmap.
2141 (produce_symtab): Likewise; output defined symbols first.
2143 2010-10-15 Jie Zhang <jie@codesourcery.com>
2145 * doc/invoke.texi: Add -fstrict-volatile-bitfields to
2146 Option Summary and Index.
2148 2010-10-15 Richard Guenther <rguenther@suse.de>
2150 * tree.c (free_lang_data_in_decl): Clear DECL_INITIAL
2151 for automatic variables again.
2153 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2155 * doc/extend.texi (Variable Length): Don't refer to VLAs not
2158 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2160 * config/rx/rx.c (rx_option_optimization): Change to
2161 rx_override_options_after_change. Don't change
2162 flag_lto_compression_level. Don't check for changes to whether
2163 FPU instructions can be used. Check and set only
2164 flag_finite_math_only, not other fast-math flags.
2165 (rx_option_override): Call rx_override_options_after_change.
2166 (TARGET_OPTION_OPTIMIZATION): Remove.
2167 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.
2169 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2171 * config/rs6000/rs6000.c (rs6000_option_optimization): Don't
2172 disable section anchors for lang_hooks.name[4] != 'O'.
2174 2010-10-15 Joseph Myers <joseph@codesourcery.com>
2176 * config/frv/frv.c (frv_option_optimization,
2177 TARGET_OPTION_OPTIMIZATION): Remove.
2178 * config/frv/frv.h (RCSP_SOFTWARE_PIPELINING): Remove.
2180 2010-10-15 Michael Matz <matz@suse.de>
2182 * cgraphunit.c (clone_of_p): Define unconditionally.
2184 2010-10-15 Richard Guenther <rguenther@suse.de>
2187 * tree.c (free_lang_data_in_decl): Do not clear DECL_INITIAL of vars.
2189 2010-10-15 Chung-Lin Tang <cltang@codesourcery.com>
2191 * ifcvt.c (find_active_insn_before): New function.
2192 (find_active_insn_after): New function.
2193 (cond_exec_process_if_block): Use new functions to replace
2194 prev_active_insn() and next_active_insn().
2196 2010-10-14 Yao Qi <yao@codesourcery.com>
2199 * config/arm/arm.c (arm_build_builtin_va_list): Assign
2200 va_list_name to TYPE_STUB_DECL (va_list_type).
2202 2010-10-14 Jan Hubicka <jh@suse.cz>
2205 * cgraph.c (cgraph_update_edges_for_call_stmt_node): When new call is
2206 redirected to clone, be happy.
2207 * cgraph.h (cgraph node): Enable former_clone_of unconditinally.
2208 * cgraphunit.c (verify_cgraph_node, cgraph_materialize_clone): Handle
2209 former_clone_of unconditionally.
2211 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
2213 Merge from FSF apple 'trunk' branch.
2214 2006 Fariborz Jahanian <fjahanian@apple.com>
2216 Radars 4436866, 4505126, 4506903, 4517826
2217 * c-parser.c (c_parser, objc_property_attr_context) New flag.
2218 (c_lex_one_token): Handle property attributes.
2219 (c_parser_external_declaration): Handle @property.
2220 (c_parser_declaration_or_fndef): Warn on invalid attributes before
2221 @alias, @class, @end and @property objc keywords.
2222 (c_parser_objc_methodprotolist): Handle @property.
2223 (c_parser_objc_property_attrlist): New.
2224 (c_parser_objc_at_property): New.
2225 * c-typeck.c (build_component_ref): Handle CLASS.property syntax.
2226 (build_modify_expr): Likewise.
2228 2010-10-14 Jakub Jelinek <jakub@redhat.com>
2230 PR tree-optimization/46008
2231 * tree-if-conv.c (predicate_bbs): Try to canonicalize c2 if possible.
2233 2010-10-14 Richard Guenther <rguenther@suse.de>
2235 PR tree-optimization/44913
2236 * tree-data-ref.c (disjoint_objects_p): Remove.
2237 (dr_may_alias_p): Simplify. Only hand the base object to
2239 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
2240 some more trees, bail out instead of asserting.
2241 (ptr_derefs_may_alias_p): Likewise. Export.
2242 (refs_may_alias_p_1): Handle STRING_CSTs.
2243 * tree-ssa-alias.h (ptr_derefs_may_alias_p): Declare.
2245 2010-10-14 Joseph Myers <joseph@codesourcery.com>
2248 * c-typeck.c (build_binary_op): Don't try to compute a semantic
2249 type with excess precision for boolean operations.
2251 2010-10-14 Jeremie Salvucci <jeremie.salvucci@free.fr>
2252 Basile Starynkevitch <basile@starynkevitch.net>
2254 * gengtype.c: Include getopt.h and version.h.
2256 (lang_bitmap, struct outf, outf_p)
2257 (get_output_file_with_visibility, oprintf): Definitions moved to
2259 (output_files, header_file, srcdir, srcdir_len, this_file)
2260 (do_dump): No more static variables.
2262 (dbgprint_count_type_at): Added new function.
2263 (gengtype_long_options): New.
2264 (print_usage, print_version, parse_program_options): New.
2265 (main): Call parse_program_options, and removed old option
2266 handling code. Added some debug output.
2268 * gengtype.h: Updated copyright year.
2269 (lang_bitmap, struct outf, outf_p, header_file, oprintf)
2270 (get_output_file_with_visibility, srcdir, srcdir_len, do_dump):
2271 Moved from gengtype.c to here.
2272 (do_debug, read_state_filename, write_state_filename): New variables.
2273 (DBGPRINTF, DBGPRINT_COUNT_TYPE): New macros.
2276 (REVISION): Always defined.
2277 (version.o): Removed ifdef REVISION_c.
2278 (s-gtype): Pass arguments to build/gengtype program.
2279 (build/version.o): Added building rule.
2280 (build/gengtype$(build_exeext)): Added build/version.o.
2282 2010-10-14 Iain Sandoe <iains@gcc.gnu.org>
2284 Partial merge of 'ObjC GC' from FSF apple 'trunk' branch.
2285 * config/darwin-c.c (darwin_cpp_builtins): Define __weak and
2288 2010-10-14 Eric Botcazou <ebotcazou@adacore.com>
2290 * sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke
2291 may_trap_or_fault_p instead of may_trap_p predicate.
2292 * tree.c (substitute_in_expr): Propagate the TREE_THIS_NOTRAP flag.
2293 (substitute_placeholder_in_expr): Likewise.
2294 * tree-inline.c (remap_gimple_op_r): Propagate the TREE_THIS_NOTRAP
2295 flag on MEM_REF nodes.
2296 (copy_tree_body_r): Propagate the TREE_READONLY and TREE_THIS_NOTRAP
2297 flags on INDIRECT_REF nodes.
2299 2010-10-14 Nathan Froyd <froydnj@codesourcery.com>
2301 * config.gcc (arm*-*-linux-*eabi) <tm_file>: Add bpabi.h from libgcc.
2302 (arm*-*-uclinux*eabi) <tm_file>: Likewise.
2303 (arm*-*-eabi*) <tm_file>: Likewise.
2304 (frv-*-elf) <tm_file>: Add frv-abi.h from libgcc.
2305 (frv-*-*linux*) <tm_file>: Likewise.
2306 * config/arm/bpabi.h: Delete DECLARE_LIBRARY_RENAMES stanzas
2307 and associated helper macros.
2308 * config/frv/frv-abi.h: Delete.
2310 2010-10-14 Richard Guenther <rguenther@suse.de>
2313 * tree.def (NULLPTR_TYPE): New tree code.
2314 * dbxout.c (dbxout_type): Handle NULLPTR_TYPE.
2315 * dwarf2out.c (is_base_type): Likewise.
2316 (gen_type_die_with_usage): Likewise.
2317 * sdbout.c (plain_type_1): Likewise.
2318 * tree.c (build_int_cst_wide): Likewise.
2319 * gimple.c (gimple_types_compatible_p_1): NULLPTR_TYPE types are equal.
2321 2010-10-14 Joseph Myers <joseph@codesourcery.com>
2323 * params.c (params_finished): New.
2324 (add_params): Assert !params_finished.
2325 (finish_params): New.
2326 (set_param_value_internal): Take params and params_set
2327 parameters. Assert params_finished.
2328 (set_param_value, maybe_set_param_value): Take params and
2329 params_set parameters. Update calls to set_param_value_internal.
2330 (set_default_param_value): Assert !params_finished. Don't use
2331 set_param_value_internal.
2332 (default_param_value, init_param_values): New.
2333 * params.h (struct param_info): Change value to default_value.
2335 (set_param_value, maybe_set_param_value): Add params and
2336 params_set parameters.
2337 (PARAM_VALUE): Get parameters from global_options.
2338 (PARAM_SET_P): Remove.
2339 (finish_params, default_param_value, init_param_values): New.
2340 * common.opt (param_values): New Variable.
2341 * config/arm/arm.c (arm_option_override): Pass extra arguments to
2342 maybe_set_param_value.
2343 * config/i386/i386.c (ix86_option_override_internal): Pass extra
2344 arguments to maybe_set_param_value.
2345 * config/picochip/picochip.c (picochip_option_override): Pass
2346 extra arguments to maybe_set_param_value.
2347 * config/rs6000/rs6000.c (rs6000_option_override_internal): Pass
2348 extra arguments to maybe_set_param_value.
2349 * config/s390/s390.c (s390_option_override): Use
2350 maybe_set_param_value instead of set_param_value. Pass extra
2351 arguments to maybe_set_param_value.
2352 * config/sparc/sparc.c (sparc_option_override): Pass extra
2353 arguments to maybe_set_param_value.
2354 * config/spu/spu.c (spu_option_override): Pass extra arguments to
2355 maybe_set_param_value.
2356 * opts.c (handle_param): Take opts and opts_set parameters.
2357 Update call to set_param_value.
2358 (initial_min_crossjump_insns, initial_max_fields_for_field_sensitive,
2359 initial_loop_invariant_max_bbs_in_loop): Remove.
2360 (init_options_once): Don't set them.
2361 (init_options_struct): Initialize parameters structures.
2362 (default_options_optimization): Use default_param_value when
2363 restoring defaults. Update calls to maybe_set_param_value.
2364 (finish_options): Update calls to maybe_set_param_value.
2365 (common_handle_option): Update calls to handle_param and
2367 * toplev.c (DEFPARAM): Update definition for changes to param_info.
2368 (general_init): Call finish_params.
2370 2010-10-14 Nick Clifton <nickc@redhat.com>
2372 * config/mn10300/mn10300.h (CONSTANT_ALIGNMENT): Define.
2373 (DATA_ALIGNMENT, LOCAL_ALIGNMENT): Define.
2374 (FIRST_PSEUDO_REGISTER): Increase by one.
2375 (FIXED_REGISTERS, CALL_USED_REGISTERS): Update with CC_REG.
2376 (HARD_REGNO_MODE_OK): Call mn10300_hard_regno_mode_ok.
2377 (MODES_TIEABLE): Call mn10300_modes_tieable.
2378 (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add CC_REGS.
2379 (LEGITIMATE_CONSTANT_P): Call mn10300_legitimate_constant_p.
2380 (CC_OVERFLOW_UNUSABLE, CC_NO_CARRY, NOTICE_UPDATE_CC)
2381 (SELECT_CC_MODE, REVERSIBLE_CC_MODE): Delete.
2382 (REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): Add CC register.
2383 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
2384 (mn10300_cc_status_mdep): Delete.
2385 (CC_STATUS_MDEP, CC_STATUS_MDEP_INIT): Delete.
2386 * config/mn10300/mn10300 (mn10300_option_override): Stop disabling
2387 the combine-stack-adjust pass.
2388 (print_operand): Use the mode of the comparison operation to
2389 select the comparison suffix.
2390 (notice_update_cc): Delete.
2391 (mn10300_secondary_reload_class): Remove test for stack pointer
2393 (output_tst): Rename to mn10300_output_cmp.
2394 (impossible_plus_operand): Move into predicates.md.
2395 (mn10300_legitimize_address): Make static.
2396 (mn10300_legitimate_address_p): Make static. Only allow SI sized
2397 constant pic operands.
2398 (mn10300_legitimate_constant_p): New function.
2399 (mn10300_case_values_threshold): Make static.
2400 (mn10300_hard_regno_mode_ok): New function.
2401 (mn10300_modes_tieable): New function.
2402 (mn10300_select_cc_mode): New function.
2403 * config/mn10300/predicates.md (impossible_plus_operand): Define.
2404 * config/mn10300/mn10300-protos.h: Tidy.
2405 (mn10300_legitimate_constant_p, mn10300_modes_tieable)
2406 (mn10300_hard_regno_mode_ok, mn10300_select_cc_mode): Prototype.
2407 * config/mn10300/mn10300.md (cc attribute): Delete. Replace
2408 with clobbers or sets of CC_REG.
2410 (mov*): Remove use of CLR instruction.
2411 (cbranch_si4_<code>): New pattern/split.
2412 (integer_conditional_branch): New pattern.
2413 (cbranch_sf4_<code>): New pattern/split.
2414 (float_conditional_branch): New pattern.
2415 (casesi): Use addsi3 pattern instead of movsi pattern to add and
2416 move a value at the same time.
2417 (cc0 peepholes): Remove.
2419 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
2421 * sel-sched-ir.c (init_global_and_expr_for_insn): Set CANT_MOVE
2422 on RTX_FRAME_RELATED_P insns and the insn to which
2423 NOTE_INSN_EPILOGUE_BEG is attached.
2424 * sched-vis.c (print_value): Allow NULL value.
2426 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
2428 PR rtl-optimization/45570
2429 * sel-sched-ir.c (cfg_preds_1): When walking out of the region,
2430 assert that we are pipelining outer loops. Allow returning
2433 2010-10-14 Andrey Belevantsev <abel@ispras.ru>
2435 * sel-sched-ir.c (maybe_tidy_empty_bb): Simplify comment.
2436 (tidy_control_flow): Tidy vertical space.
2437 (sel_remove_bb): New variable idx. Use it to remember the basic
2438 block index before deleting the block.
2439 (sel_remove_empty_bb): Remove dead code, simplify and insert to ...
2440 (sel_merge_blocks): ... here.
2441 * sel-sched-ir.h (sel_remove_empty_bb): Remove prototype.
2443 2010-10-14 Jakub Jelinek <jakub@redhat.com>
2445 * cse.c (is_dead_reg): Change into inline function that is not
2446 called through for_each_rtx.
2447 (set_live_p): Adjust caller.
2448 (insn_live_p): Don't reset DEBUG_INSNs here.
2449 (struct dead_debug_insn_data): New data.
2450 (count_stores, is_dead_debug_insn, replace_dead_reg): New functions.
2451 (delete_trivially_dead_insns): If there is just one setter for the
2452 dead reg that is referenced by some DEBUG_INSNs, create a DEBUG_EXPR
2453 and add DEBUG_INSN for it right before the removed setter and
2454 use the DEBUG_EXPR instead of the dead pseudo.
2456 2010-10-14 Zdenek Dvorak <rakdver@kam.uniff.cz>
2458 * et-forest.c (et_nca): Return NULL immediately when
2459 the dominance forest has disjoint components.
2461 2010-10-13 Vladimir Makarov <vmakarov@redhat.com>
2463 * ira.c (setup_class_hard_regs): Fix typo in indexing
2464 ira_non_ordered_class_hard_regs and ira_class_hard_reg_index.
2466 2010-10-14 Tijs Wiebe Lefering <twlevo@gmail.com>
2468 * graph.c (inbb): New variable.
2469 (start_bb): Set inbb to 1 if output is inside of a building block.
2470 (end_bb): Check if output is inside of a building block.
2472 2010-10-13 Eric Botcazou <ebotcazou@adacore.com>
2474 PR rtl-optimization/45912
2475 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Test the
2476 regno of registers instead of their index to compute the alignment.
2478 2010-10-13 H.J. Lu <hongjiu.lu@intel.com>
2480 * config/i386/i386.c (ix86_build_const_vector): Check vector
2481 mode instead of scalar mode.
2482 (ix86_build_signbit_mask): Likewise.
2483 (ix86_expand_fp_absneg_operator): Updated.
2484 (ix86_expand_copysign): Likewise.
2485 (ix86_expand_int_vcond): Likewise.
2486 (ix86_emit_swdivsf): Likewise.
2487 (ix86_sse_copysign_to_positive): Likewise.
2488 (ix86_expand_sse_fabs): Likewise.
2489 * config/i386/i386.md (fixuns_trunc<mode>si2): Likewise.
2490 * config/i386/sse.md (copysign<mode>3): Likewise.
2491 (sse2_cvtudq2ps): Likewise.
2492 (vec_unpacku_float_hi_v4si): Likewise.
2493 (vec_unpacku_float_lo_v4si): Likewise.
2495 * config/i386/i386.c (ix86_builtins): Add
2496 IX86_BUILTIN_CPYSGNPS256 and IX86_BUILTIN_CPYSGNPD256.
2497 (bdesc_args): Likewise.
2498 (ix86_builtin_vectorized_function): Support
2499 IX86_BUILTIN_CPYSGNPS256, IX86_BUILTIN_CPYSGNPD256,
2500 IX86_BUILTIN_SQRTPD256, IX86_BUILTIN_SQRTPS_NR256,
2501 and IX86_BUILTIN_CVTPS2DQ256.
2502 (ix86_builtin_reciprocal): Support IX86_BUILTIN_SQRTPS_NR256.
2504 * config/i386/sse.md (STORENT_MODE): New.
2505 (VEC_FLOAT_MODE): Likewise.
2506 (VEC_EXTRACT_MODE): Likewise.
2507 (*avx_cvtdq2pd256_2): Likewise.
2508 (vec_pack_trunc_v4df): Likewise.
2509 (vec_interleave_highv8sf): Likewise.
2510 (vec_interleave_lowv8sf): Likewise.
2511 (storent<mode>): Macroized.
2512 (<code><mode>2: absneg): Likewise.
2513 (copysign<mode>3): Likewise.
2514 (vec_extract<mode>): Likewise.
2517 * config/i386/i386.c (expand_vec_perm_even_odd_1): Rewritten
2520 2010-10-13 Richard Guenther <rguenther@suse.de>
2521 H.J. Lu <hongjiu.lu@intel.com>
2523 * config/i386/sse.md (reduc_splus_v8sf): Add.
2524 (reduc_splus_v4df): Likewise.
2525 (vec_unpacks_hi_v8sf): Likewise.
2526 (vec_unpacks_lo_v8sf): Likewise.
2527 (*avx_cvtps2pd256_2): Likewise.
2528 (vec_unpacks_float_hi_v8si): Likewise.
2529 (vec_unpacks_float_lo_v8si): Likewise.
2530 (vec_interleave_highv4df): Likewise.
2531 (vec_interleave_lowv4df): Likewise.
2533 2010-10-13 Richard Guenther <rguenther@suse.de>
2536 * gimple-fold.c (gimple_fold_obj_type_ref): Leave OBJ_TYPE_REFs
2537 alone if there are no virtual methods.
2539 2010-10-13 Richard Henderson <rth@redhat.com>
2541 * expr.c (build_personality_function): Take parameter LANG instead
2542 of parameter NAME. Build the name based on the lang prefix and the
2543 unwind method in use.
2544 * tree.c (lhd_gcc_personality): Update call to
2545 build_personality_function.
2547 2010-10-13 Richard Guenther <rguenther@suse.de>
2550 * tree-ssa-ccpc (ccp_fold_stmt): Use gimple_fold_obj_type_ref.
2552 2010-10-13 Eric Botcazou <ebotcazou@adacore.com>
2554 * cse.c (cse_insn): Fix thinko in the canonicalization of USE insns.
2555 Canonicalize input operands of ASM_OPERANDS insns.
2557 2010-10-13 Richard Guenther <rguenther@suse.de>
2559 PR tree-optimization/45788
2560 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Delay
2561 EH update until fixup-cfg.
2563 2010-10-13 Julian Brown <julian@codesourcery.com>
2565 * config/arm/arm.h (REG_CLASS_CONTENTS): Remove soft frame pointer
2566 from CORE_REGS and GENERAL_REGS classes.
2567 * config/arm/arm.md (*thumb1_movsi_insn): Ignore all parts of
2568 final constraint for register preferencing.
2570 2010-10-13 Richard Guenther <rguenther@suse.de>
2572 PR tree-optimization/45970
2573 * tree-ssa-alias.h (stmt_kills_ref_p): Declare.
2574 * tree-ssa-alias.c (stmt_kills_ref_p_1): New function.
2575 (stmt_kills_ref_p): Likewise.
2576 * tree-ssa-dse.c (dse_optimize_stmt): Use it.
2578 2010-10-13 Richard Guenther <rguenther@suse.de>
2580 PR tree-optimization/45982
2581 * tree-ssa-structalias.c (make_constraints_to): New function.
2582 (make_constraint_to): Implement in terms of make_constraints_to.
2583 (find_func_aliases): Properly make return values of pure/const
2584 functions escape if they assign to sth that is not a pointer.
2586 2010-10-13 Richard Guenther <rguenther@suse.de>
2589 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
2590 Fixup the CFG when EH was fixed up.
2592 2010-10-13 Ira Rosen <irar@il.ibm.com>
2594 * tree-vect-slp.c (vect_get_constant_vectors): Fix comment.
2595 Use operand's type for POINTER_PLUS_EXPR.
2597 2010-10-13 Alexandre Oliva <aoliva@redhat.com>
2599 * c-parser.c (c_parser_for_statement): Initialize incr.
2601 2010-10-12 Xinliang David Li <davidxl@google.com>
2603 PR tree-optimization/45972
2604 * tree-ssa-uninit.c (compute_uninit_opnds_pos): Skip phis
2605 with too many arguments.
2607 2010-10-12 Jakub Jelinek <jakub@redhat.com>
2610 * tree-ssa-forwprop.c: Include expr.h.
2611 (constant_pointer_difference, simplify_builtin_call): New functions.
2612 (tree_ssa_forward_propagate_single_use_vars): Call
2613 simplify_builtin_call on builtin calls.
2615 2010-10-12 Eric Botcazou <ebotcazou@adacore.com>
2617 * config/sparc/sparc.md (*adddi3_insn_sp32): Rename.
2618 (*adddi3_extend_sp32): Likewise.
2619 (*subdi3_insn_sp32): Likewise.
2620 (*subdi3_extend_sp32): Likewise.
2621 (*negdi2_sp32): Use negative test for consistency.
2623 2010-10-12 Nathan Froyd <froydnj@codesourcery.com>
2625 * libgcc2.h: Use __SIZEOF_DOUBLE__ instead of LIBGCC2_DOUBLE_TYPE_SIZE.
2626 (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
2627 * config/fixed-bit.h: Likewise.
2628 * config/rx/rx.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
2629 * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Delete.
2630 * system.h (LIBGCC2_DOUBLE_TYPE_SIZE): Poison.
2631 * doc/tm.texi.in (LIBGCC2_HAS_DF_MODE): Use DOUBLE_TYPE_SIZE.
2632 (DF_SIZE): Likewise.
2633 * doc/tm.texi: Regenerate.
2635 2010-10-12 Nathan Froyd <froydnj@codesourcery.com>
2637 * config/rs6000/predicates.md (scc_rev_comparison_operator): New.
2638 * config/rs6000/rs6000.md (*isel_reversed_signed_<mode>): New.
2639 (*isel_reversed_unsigned_<mode>): New.
2640 * config/rs6000/rs6000.c (output_isel): Accept GE/GEU/LE/LEU/NE
2641 as valid comparisons and adjust operands and output appropriately.
2642 (rs6000_rtx_costs) <CONST_INT>: Accept NE as a cost-0 outer_code.
2644 2010-10-12 Chung-Lin Tang <cltang@codesourcery.com>
2646 * config/arm/arm.h (ARM_EXPAND_ALIGNMENT): Rename from
2647 DATA_ALIGNMENT and add COND parameter. Update comments above.
2648 (DATA_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !optimize_size.
2649 (LOCAL_ALIGNMENT): Use ARM_EXPAND_ALIGNMENT, with !flag_conserve_stack.
2651 2010-10-12 H.J. Lu <hongjiu.lu@intel.com>
2654 * exec-tool.in: Support '-plugin' as the second option to the linker.
2656 2010-10-12 Richard Henderson <rth@redhat.com>
2659 * cfgexpand.c (add_stack_var): Ensure every variable has 1 byte.
2660 (expand_stack_vars): Assert large base allocated when used.
2662 2010-10-12 Richard Guenther <rguenther@suse.de>
2664 * tree-ssa-structalias.c (get_constraint_for_1): Constants
2665 only point to nonlocal, not anything.
2667 2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
2669 * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Use sjlj
2670 unwind info for exceptions.
2672 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2675 * doc/sourcebuild.texi (LTO Testing, dg-extra-ld-options):
2676 Document optional target selector.
2678 2010-10-12 Joseph Myers <joseph@codesourcery.com>
2680 * flag-types.h: New.
2681 * Makefile.in (TH_H): Include $(OPTIONS_H) instead of $(FLAGS_H).
2682 (FLAGS_H): Include flag-types.h. Include $(OPTIONS_H) instead of
2684 (OPTIONS_H): Define.
2685 (c-family/c-opts.o, lto-opts.o, opts.o): Use $(OPTIONS_H) instead
2687 * configure.ac (tm_include_list): Include options.h not flags.h.
2688 * configure: Regenerate.
2689 * flags.h: Include flag-types.h. Include options.h at top of file
2691 (enum debug_info_type, enum debug_info_level, enum
2692 debug_info_usage, enum symbol_visibility, struct visibility_flags,
2693 enum ira_algorithm, enum ira_region, enum excess_precision, enum
2694 graph_dump_types, enum stack_check_type,
2695 enum warn_strict_overflow_code): Move to flag-types.h
2696 * opth-gen.awk: Include flag-types.h in options.h.
2698 2010-10-12 Jakub Jelinek <jakub@redhat.com>
2700 * expr.c (store_expr): Share code for STRING_CST and
2701 MEM_REF of &STRING_CST cases. Don't require BLKmode, instead
2702 check if target is a MEM.
2704 * rtl.h: Include hashtab.h.
2705 (iterative_hash_rtx): New prototype.
2706 * rtl.c (iterative_hash_rtx): New function.
2707 * dwarf2out.c (dw_loc_list_node): Add hash and emitted fields.
2708 (output_loc_list): Return immediately if emitted is set, set it.
2709 (hash_loc_operands, hash_locs, hash_loc_list,
2710 compare_loc_operands, compare_locs, loc_list_hash, loc_list_eq,
2711 optimize_location_lists_1, optimize_location_lists): New function.
2712 (dwarf2out_finish): Call optimize_location_lists.
2713 * Makefile.in (RTL_BASE_H): Depend on $(HASHTAB_H).
2715 2010-10-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2719 * Makefile.in ($(lang_checks_parallel))
2720 ($(lang_checks_parallelized)): Use single quotes for
2721 $(RUNTESTFLAGS), to allow passing quoted content.
2723 2010-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2725 * config/pa/linux-atomic.c (__sync_val_compare_and_swap_4): Return
2726 actual_oldval. Use __builtin_expect.
2727 (SUBWORD_VAL_CAS): Likewise.
2729 2010-10-11 Nathan Froyd <froydnj@codesourcery.com>
2731 * recog.c (nonmemory_operand): Call immediate_operand for
2732 CONSTANT_P operands.
2734 2010-10-11 Uros Bizjak <ubizjak@gmail.com>
2736 * config/i386/i386.md (movmem<mode>): Macroize expander from
2737 movmem{si,di} using SWI48 mode iterator.
2738 (*strmovsi_1): Macroize insn pattern from *strmovsi_1 and
2739 *strmovsi_rex_1 using P mode iterator.
2740 (*strmovhi_1): Ditto from *strmovhi_1 and *strmovhi_rex_1.
2741 (*strmovqi_1): Ditto from *strmovqi_1 and *strmovqi_rex_1.
2742 (*rep_movsi): Ditto from *rep_movsi and *rep_movsi_rex64.
2743 (*rep_movqi): Ditto from *rep_movqi and *rep_movqi_rex64.
2744 (setmem<mode>): Macroize expander from setmem{si,di} using
2745 SWI48 mode iterator.
2746 (*strsetsi_1): Macroize insn pattern from *strsetsi_1 and
2747 *strsetsi_rex_1 using P mode iterator.
2748 (*strsethi_1): Ditto from *strsethi_1 and *strsethi_rex_1.
2749 (*strsetqi_1): Ditto from *strsetqi_1 and *strsetqi_rex_1.
2750 (*rep_stossi): Ditto from *rep_stossi and *rep_stossi_rex64.
2751 (*rep_stosqi): Ditto from *rep_stosqi and *rep_stosqi_rex64.
2752 (*cmpstrnqi_nz_1): Ditto from *cmpstrnqi_nz_1 and *cmpstrnqi_nz_rex_1.
2753 (*cmpstrnqi_1): Ditto from *cmpstrnqi_1 and *cmpstrnqi_rex_1.
2754 (strlen<mode>): Macroize expander from strlen{si,di} using SWI48x
2756 (*strlenqi_1): Macroize insn pattern from *strlenqi_1 and
2757 *strlenqi_rex_1 using P mode iterator.
2759 2010-10-11 Bernd Schmidt <bernds@codesourcery.com>
2762 * ira-lives.c (mark_pseudo_reg_live, mark_pseudo_reg_dead): New
2764 (mark_ref_live, mark_ref_dead): Use them.
2765 (make_pseudo_conflict): New arg ORIG_DREG. All callers changed.
2766 Save the original reg, and use the new functions.
2767 (check_and_make_def_use_conflict): New arg ORIG_DREG. All callers
2769 (check_and_make_def_conflict): Save the original reg.
2771 2010-10-11 Martin Jambor <mjambor@suse.cz>
2774 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Choose among
2777 2010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2779 * Makefile.in ($(lang_checks_parallel))
2780 ($(lang_checks_parallelized)): Use single quotes for
2781 $(RUNTESTFLAGS), to allow passing quoted content.
2784 * opt-functions.awk (BEGIN): New section.
2785 (lower, upper, digit, alnum): New variables.
2786 (static_var, opt_sanitized_name): Use alnum instead of character
2787 classes, for non-C locale.
2788 * optc-gen.awk: Likewise.
2789 * opth-gen.awk: Likewise.
2791 2010-10-11 Anatoly Sokolov <aesok@post.ru>
2793 * target.def (preferred_reload_class): New hook.
2794 * doc/tm.texi.in (TARGET_PREFERRED_RELOAD_CLASS): Document.
2795 * doc/tm.texi: Regenerate.
2796 * targhooks.c (default_preferred_reload_class): New function.
2797 * targhooks.h (default_preferred_reload_class): Declare.
2798 * reload.c (find_dummy_reload): Change preferred_class variable type
2799 from enum reg_class to reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS
2801 (find_reloads): Change goal_alternative array type from int to
2802 reg_class_t. Use TARGET_PREFERRED_RELOAD_CLASS target hook.
2803 (push_reload, find_reloads_address_part): Use
2804 TARGET_PREFERRED_RELOAD_CLASS target hook.
2805 * reload1.c (emit_input_reload_insns): Ditto.
2806 * ira-costs.c (copy_cost): Use TARGET_PREFERRED_RELOAD_CLASS target
2807 hook. Change rclass argument and secondary_class variable types from
2808 'enum reg_class' to reg_class_t.
2810 * config/i386/i386.h (PREFERRED_RELOAD_CLASS): Remove.
2811 * config/i386/i386-protos (ix86_preferred_reload_class): Remove.
2812 * config/i386/i386.c (ix86_preferred_reload_class): Make static.
2813 Change regclass argument and result types from enum reg_class to
2815 (TARGET_PREFERRED_RELOAD_CLASS): Define.
2817 2010-10-11 Eric Botcazou <ebotcazou@adacore.com>
2819 * simplify-rtx.c (simplify_unary_operation_1): Use unsigned arithmetics
2820 in masking operations.
2821 (simplify_const_unary_operation): Likewise.
2822 (simplify_binary_operation_1): Likewise.
2823 (simplify_const_binary_operation): Likewise.
2824 (simplify_const_relational_operation): Likewise.
2825 (simplify_ternary_operation): Likewise.
2826 (simplify_immed_subreg): Likewise.
2828 2010-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2831 * doc/tm.texi.in (SUPPORTS_WEAK): Update.
2832 (TARGET_SUPPORTS_WEAK): New.
2833 * doc/tm.texi: Regenerate.
2834 * defaults.h (SUPPORTS_WEAK): Update comment.
2835 (TARGET_SUPPORTS_WEAK): New.
2836 * dwarf2asm.c (USE_LINKONCE_INDIRECT): Update define.
2837 * varasm.c (assemble_external): Use TARGET_SUPPORTS_WEAK instead of
2839 (merge_weak, declare_weak, do_assemble_alias, supports_one_only,
2840 make_decl_one_only): Likewise.
2841 * config/pa/som.h (SUPPORTS_WEAK): Rename defines to
2842 TARGET_SUPPORTS_WEAK.
2843 (SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY): Use TARGET_SUPPORTS_WEAK
2844 instead of SUPPORTS_WEAK.
2846 2010-10-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2848 * config/sparc/gmon-sol2.c: Don't include coretypes.h, tm.h.
2850 2010-10-11 Nathan Froyd <froydnj@codesourcery.com>
2852 * vec.h (VEC_qsort): Define.
2853 * dbxout.c (output_used_types): Use it.
2854 * df-scan.c (df_sort_and_compress_refs): Likewise.
2855 (df_sort_and_compress_mws): Likewise.
2856 * genautomata.c (uniq_sort_alt_states): Likewise.
2857 (evaluate_equiv_classes): Likewise.
2858 (output_trans_table): Likewise.
2859 (output_state): Likewise.
2860 * gimplify.c (compare_case_labels): Likewise.
2861 * graphite-sese-to-poly.c (graphite_sort_dominated_info): Likewise.
2862 * ipa.c (build_cdtor_fns): Likewise.
2863 * lto.c (lto_wpa_write_files): Likewise.
2864 * sel-sched.c (fill_vec_av_set): Likewise.
2865 * tree-predcom.c (determine_roots_comp): Likewise.
2866 * tree-sra.c (sort_and_spliace_var_accesses): Likewise.
2867 (splice_param_accesses): Likewise.
2868 * tree-ssa-live.c (dump_enumerated_decls): Likewise.
2869 * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
2870 (reassociate_bb): Likewise.
2871 * tree-ssa-sccvn.c (sort_scc): Likewise.
2872 * tree-ssa-structalias.c (sort_fieldstack): Likewise.
2874 2010-10-11 Ian Lance Taylor <iant@google.com>
2876 * tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
2877 * emit-rtl.c (set_mem_attributes_minus_bitpos): Only check
2878 TREE_THIS_NOTRAP when appropriate.
2879 (get_spill_slot_decl): Don't set TREE_THIS_NOTRAP on the new VAR_DECL.
2880 * gimplify.c (gimplify_expr): Copy NOTRAP from INDIRECT_REF to
2881 newly created MEM_REF.
2883 2010-10-11 Hariharan Sandanagobalane <hariharan@picochip.com>
2885 Nathan Froyds patch to hooks FUNCTION_ARG etc.
2886 * config/picochip/picochip-protos.h (picochip_function_arg): Delete.
2887 (picochip_incoming_function_arg): Delete.
2888 (picochip_arg_advance): Delete.
2889 * config/picochip/picochip.h (FUNCTION_ARG): Delete.
2890 (FUNCTION_INCOMING_ARG): Delete.
2891 (FUNCTION_ARG_ADVANCE): Delete.
2892 * config/picochip/picochip.c (picochip_function_arg): Take a
2893 const_tree and a bool.
2894 (picochip_incoming_function_arg): Likewise.
2895 (picochip_arg_advance): Likewise.
2896 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
2897 (TARGET_FUNCTION_ARG_ADVANCE): Define.
2899 2010-10-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2902 * ipa.c (build_cdtor): Delete endless loop.
2904 2010-10-07 Andi Kleen <ak@linux.intel.com>
2906 * Makefile.in (MOSTLYCLEANFILES): Remove cc1*dummy, add
2908 (checksum-options): Add.
2909 (cc1-dummy): Remove.
2910 (cc1-checksum): Change to run checksum over object files
2912 * dummy-checksum.c: Remove.
2913 * genchecksum.c: Update copyright.
2914 (usage): Allow multiple arguments.
2916 (dosum): Change for incremental checksum. Remove C output.
2917 (main): Iterate over all argument files. Add C output.
2919 2010-10-11 Joseph Myers <joseph@codesourcery.com>
2921 * params.c (set_param_value_internal): New.
2922 (set_param_value): Use set_param_value_internal.
2923 (maybe_set_param_value, set_default_param_value): New.
2924 * params.h (PARAM_VALUE, PARAM_SET_P): Make into rvalues.
2925 (maybe_set_param_value, set_default_param_value): Declare.
2926 * config/arm/arm.c (arm_option_override): Use maybe_set_param_value.
2927 * config/i386/i386.c (ix86_option_override_internal): Use
2928 maybe_set_param_value.
2929 * config/ia64/ia64.c (ia64_option_default_params,
2930 TARGET_OPTION_DEFAULT_PARAMS): New.
2931 (ia64_option_optimization): Move some code to
2932 ia64_option_default_params.
2933 * config/picochip/picochip.c (picochip_option_override): Use
2934 maybe_set_param_value.
2935 * config/rs6000/rs6000.c (rs6000_option_default_params,
2936 TARGET_OPTION_DEFAULT_PARAMS): New.
2937 (rs6000_option_override_internal): Use maybe_set_param_value.
2938 (rs6000_option_optimization): Move some code to
2939 rs6000_option_default_params.
2940 * config/s390/s390.c (s390_option_override): Use maybe_set_param_value.
2941 * config/sh/sh.c (sh_option_default_params,
2942 TARGET_OPTION_DEFAULT_PARAMS): New.
2943 (sh_option_optimization): Move some code to sh_option_default_params.
2944 * config/sparc/sparc.c (sparc_option_override): Use
2945 maybe_set_param_value.
2946 * config/spu/spu.c (spu_option_default_params,
2947 TARGET_OPTION_DEFAULT_PARAMS): New.
2948 (spu_option_optimization): Move some code to spu_option_default_params.
2949 (spu_option_override): Use maybe_set_param_value.
2950 * doc/tm.texi.in (TARGET_OPTION_DEFAULT_PARAMS): New @hook.
2951 * doc/tm.texi: Regenerate.
2952 * ggc-common.c (init_ggc_heuristics): Use set_default_param_value.
2953 * opts.c (init_options_once): Use PARAM_VALUE not direct access to
2955 (default_options_optimization): Use maybe_set_param_value.
2956 (finish_options): Use maybe_set_param_value.
2957 * target.def (target_option.default_params): New hook.
2958 * toplev.c (general_init): Call targetm.target_option.default_params.
2960 2010-10-11 Ira Rosen <irar@il.ibm.com>
2962 PR tree-optimization/45902
2963 * tree-vect-slp.c (vect_get_constant_vectors): Use statement's
2964 vector type for constants, unless it's a pointer.
2966 2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2968 * config/s390/s390.md (*mov<mode>cc): lgoc -> locg and stgoc -> stocg.
2970 2010-10-11 Jakub Jelinek <jakub@redhat.com>
2973 * config/i386/i386.c (ix86_delegitimize_tls_address): New function.
2974 (ix86_delegitimize_address): Use it.
2976 2010-10-10 Eric Botcazou <ebotcazou@adacore.com>
2978 * opt-functions.awk (opt_sanitized_name): Remove gdwarf+ handling.
2980 2010-10-10 Uros Bizjak <ubizjak@gmail.com>
2982 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Pass pointer
2983 to cum struct in the call to function_arg_advance.
2984 (alpha_function_arg_advance): Mark named as unused.
2986 2010-10-10 Richard Sandiford <rdsandiford@googlemail.com>
2988 * config/mips/mips.c (mips_handle_option): Make "value" with
2991 2010-10-09 Richard Henderson <rth@redhat.com>
2994 * explow.c (allocate_dynamic_stack_space): Add REQUIRED_ALIGN parm,
2995 remove TARGET parm, convert KNOWN_ALIGN parm to SIZE_ALIGN. Honor
2996 required_align, tidy the code a bit. Emit split_stack code in the
2997 right place. Mark the return value with the alignment properly.
2998 * expr.h (allocate_dynamic_stack_space): Update decl.
2999 * builtins.c (expand_builtin_apply): Update call to
3000 allocate_dynamic_stack_space.
3001 (expand_builtin_alloca): Likewise. Remove TARGET parameter.
3002 * calls.c (initialize_argument_information): Update call to
3003 allocate_dynamic_stack_space.
3004 (expand_call): Likewise.
3006 * cfgexpand.c (get_decl_align_unit): Don't limit alignment.
3007 Don't update_stack_alignment here.
3008 (alloc_stack_frame_space): Make ALIGN unsigned.
3009 (stack_var_cmp): Sort by alignment too.
3010 (partition_stack_vars): Don't merge large and small alignment vars.
3011 (expand_one_stack_var_at): Add BASE and BASE_ALIGN parameters.
3012 Take care when BASE is not virtual_stack_vars_rtx.
3013 (expand_stack_vars): Allocate dynamic stack space for large
3014 alignment variables.
3015 (expand_one_stack_var): Update all to expand_one_stack_var_at.
3016 (defer_stack_allocation): True for large alignment vars.
3017 (update_stack_alignment): Merge into ...
3018 (expand_one_var): ... here.
3019 (gimple_expand_cfg): Place code from expand_stack_vars.
3021 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3023 * config/pdp11/pdp11.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3024 * config/pdp11/pdp11.c (pdp11_function_arg): New function.
3025 (pdp11_function_arg_advance): New function.
3026 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3028 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3030 * libgcc2.h: Use __SIZEOF_LONG_LONG__ instead of LONG_LONG_TYPE_SIZE.
3031 * libgcc2.c: Likewise.
3033 2010-10-09 Richard Guenther <rguenther@suse.de>
3036 * lto-streamer-in.c (lto_register_var_decl_in_symtab):
3037 Properly check if a decl is an automatic var.
3039 2010-10-09 Richard Guenther <rguenther@suse.de>
3042 * tree.c (free_lang_data_in_cgraph): Properly walk the varpool.
3044 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3046 * config/mmix/mmix-protos.h (mmix_function_arg): Delete.
3047 * config/mmix/mmix.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3048 * config/mmix/mmix.c (mmix_function_arg): Rename to...
3049 (mmix_function_arg_1): ...this. Make static. Take a const_tree and
3051 (mmix_function_arg): New function.
3052 (mmix_function_incoming_arg): New function.
3053 (mmix_function_arg_advance): New function.
3054 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define.
3055 (TARGET_FUNCTION_ARG_ADVANCE): Define.
3057 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3059 * config/vax/vax.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3060 * config/vax/vax.c (vax_function_arg): New function.
3061 (vax_function_arg_advance): New function.
3062 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3064 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3066 * config/pa/pa-protos.h (function_arg): Delete.
3067 * config/pa/pa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3068 * config/pa/pa.c (function_arg): Rename to...
3069 (pa_function_arg): ...this. Make static. Take a const_tree and
3071 (pa_function_arg_advance): New function.
3072 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3074 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3076 * config/m68k/m68k.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3077 * config/m68k/m68k.c (m68k_function_arg): New function.
3078 (m68k_function_arg_advance): New function.
3079 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3081 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3083 * config/avr/avr-protos.h (function_arg): Delete.
3084 (function_arg_advance): Delete.
3085 * config/avr/avr.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3086 * config/avr/avr.c (function_arg): Rename to...
3087 (avr_function_arg): ...this. Make static. Take a const_tree and
3089 (function_arg_advance): Rename to...
3090 (avr_function_arg_advance): ...this. Make static. Take a
3091 const_tree and a bool.
3092 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3094 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3096 * config/alpha/alpha-protos.h (function_arg): Delete.
3097 * config/alpha/alpha.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3098 * config/alpha/vms.h (FUNCTION_ARG_ADVANCE): Delete.
3099 * config/alpha/alpha.c (function_arg): Rename to...
3100 (alpha_function_arg): ...this. Make static. Take a const_tree and
3101 a bool. Delete TARGET_ABI_UNICOSMK code.
3102 (alpha_function_arg_advance): New function.
3103 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3105 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3107 * config/mep/mep-protos.h (mep_function_arg): Delete.
3108 (mep_function_arg_advance): Delete.
3109 * config/mep/mep.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3110 * config/mep/mep.c (mep_function_arg): Make static. Take a
3111 const_tree and a bool.
3112 (mep_function_arg_advance): Likewise.
3113 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3115 2010-10-09 Richard Guenther <rguenther@suse.de>
3117 PR tree-optimization/45945
3118 * tree-ssa.c (execute_update_addresses_taken): Fixup LHS scanning.
3120 2010-10-09 Eric Botcazou <ebotcazou@adacore.com>
3122 PR tree-optimization/45612
3123 * ipa-split.c (test_nonssa_use): Remove bogus ATTRIBUTE_UNUSED.
3124 Test LABEL_DECLs as well. Fix formatting issues.
3125 (verify_non_ssa_vars): Return false for a GIMPLE_LABEL statement
3126 whose label is present in NON_SSA_VARS.
3127 (mark_nonssa_use): Remove bogus ATTRIBUTE_UNUSED. Handle LABEL_DECLs
3128 as well. Fix formatting issues.
3129 (visit_bb): Fix typos and formatting issue.
3131 2010-10-09 Nathan Froyd <froydnj@codesourcery.com>
3133 PR tree-optimization/45950
3134 * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): Consult length
3135 before initializing vno->op.
3137 2010-10-09 Ralf Corsépius <ralf.corsepius@rtems.org>
3139 * config.gcc (bfin*-rtems*): Add newlib-stdint.h.
3140 * config.gcc (lm32*-rtems*): Add newlib-stdint.h.
3142 2010-10-08 H.J. Lu <hongjiu.lu@intel.com>
3145 * config/i386/i386.c (ix86_binary_operator_ok): Support
3146 "andhi/andsi/anddi" as a zero-extending move.
3148 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3150 * builtins.c (fold_call_stmt): Don't copy gimple call arguments
3151 into a temporary array.
3153 2010-10-08 Jakub Jelinek <jakub@redhat.com>
3155 PR tree-optimization/45903
3156 * simplify-rtx.c (simplify_subreg): Optimize lowpart SUBREG
3157 of {A,L}SHIFTRT of MEM.
3159 2010-10-08 Richard Guenther <rguenther@suse.de>
3161 * lto-streamer-in.c (lto_input_ts_decl_minimal_tree_pointers):
3162 Re-construct BLOCK_VARS.
3163 (lto_input_ts_block_tree_pointers): Do not stream BLOCK_VARS.
3164 * lto-streamer-out.c (lto_output_ts_block_tree_pointers): Likewise.
3165 * tree.c (free_lang_data_in_block): Remove.
3166 (free_lang_data_in_decl): Do not touch DECL_CONTEXT of non-PARM_DECLs.
3167 Do not touch the BLOCK tree.
3168 * expr.c (expand_expr_real_1): Allow externals.
3170 2010-10-08 Richard Guenther <rguenther@suse.de>
3172 * lto-streamer-out.c (lto_output_ts_block_tree_pointers):
3173 Do not output BLOCK_SUBBLOCKS.
3174 * lto-streamer-in.c (lto_input_ts_block_tree_pointers):
3175 Reserve exact space needed for BLOCK_NONLOCALIZED_VARS.
3176 Re-construct BLOCK_SUBBLOCKS of parent block.
3177 (lto_input_ts_binfo_tree_pointers): Reserve exact space needed
3178 for BINFO_BASE_ACCESSES.
3180 2010-10-08 Joseph Myers <joseph@codesourcery.com>
3182 * Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
3183 (TREE_H): Include $(FLAGS_H) instead of options.h.
3184 (opts-common.o): Depend on $(FLAGS_H) instead of options.h.
3185 * c-objc-common.h (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
3186 * common.opt (flag_complex_method, flag_evaluation_order,
3187 flag_ira_algorithm, flag_ira_region, flag_warn_unused_result): New
3188 Variable declarations.
3189 * configure.ac (tm_include_list): Include flags.h instead of options.h.
3190 * configure: Regenerate.
3191 * flags.h: Condition out contents for target libraries. Include
3192 options.h at end of file.
3193 (flag_complex_method, flag_ira_algorithm, flag_ira_region,
3194 flag_evaluation_order, flag_warn_unused_result): Remove.
3195 * gcc.c (main): Intialize global_options with global_options_init.
3196 * langhooks-def.h (lhd_init_options_struct): Declare.
3197 (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
3198 (LANG_HOOKS_INITIALIZER): Include LANG_HOOKS_INIT_OPTIONS_STRUCT.
3199 * langhooks.c (lhd_init_options_struct): New.
3200 * langhooks.h (struct lang_hooks): Add init_options_struct.
3201 Update comment on init_options.
3202 * optc-gen.awk: Generate initializer for global_options_init, not
3204 * opth-gen.awk: Condition out structure declarations for target
3205 libraries. Declare global_options_init.
3206 * opts-common.c: Include flags.h instead of options.h.
3207 * opts.c (flag_warn_unused_result): Remove.
3208 (read_cmdline_options): Take gcc_options parameters. Pass them to
3209 read_cmdline_option.
3210 (initial_lang_mask, initial_min_crossjump_insns,
3211 initial_max_fields_for_field_sensitive,
3212 initial_loop_invariant_max_bbs_in_loop): Define at file scope.
3213 (init_options_once): New. Split out of decode_options.
3214 (init_options_struct): New. Split out of decode_options.
3215 (decode_cmdline_options_to_array_default_mask): New.
3216 (default_options_optimization): New. Split out of decode_options.
3217 (decode_options): Move most code to other functions. Update call
3218 to read_cmdline_options.
3219 (finish_options): New. Split out of decode_options.
3220 * opts.h (decode_options): Add gcc_options parameters.
3221 (init_options_once, init_options_struct,
3222 decode_cmdline_options_to_array_default_mask): New.
3223 * toplev.c (flag_complex_method, flag_ira_algorithm,
3224 flag_ira_region, flag_evaluation_order): Remove.
3225 (general_init): Use global_options_init for initial flag values
3227 (toplev_main): Call init_options_once, init_options_struct,
3228 lang_hooks.init_options_struct,
3229 decode_cmdline_options_to_array_default_mask and
3230 lang_hooks.init_option before decode_options. Update arguments to
3232 * tree.h: Include flags.h instead of options.h.
3234 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3236 * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3238 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3240 * config/sparc/sparc-protos.h (function_arg_advance, function-arg):
3242 * config/sparc/sparc.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
3243 (FUNCTION_INCOMING_ARG): Delete.
3244 * config/sparc/sparc.c (scan_record_type): Const-ify tree argument.
3245 (function_arg_slotno): Likewise. Take bool arguments.
3246 (sparc_arg_partial_bytes): Update call to it.
3247 (function_arg): Rename to...
3248 (sparc_function_arg_1): ...this. Take bool arguments.
3249 (sparc_function_arg, sparc_function_incoming_arg): New functions.
3250 (function_arg_advance): Rename to...
3251 (sparc_function_arg_advance): ...this. Take bool argument.
3252 (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG): Define.
3253 (TARGET_FUNCTION_INCOMING_ARG): Define.
3255 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3257 * config/bfin/bfin-protos.h (function_arg, function_arg_advance):
3259 * config/bfin/bfin.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3260 * config/bfin/bfin.c (function_arg_advance): Rename to...
3261 (bfin_function_arg_advance): ...this. Make static. Take const_tree
3263 (function_arg): Rename to...
3264 (bfin_function_arg): ...this. Make static. Take const_tree and bool
3266 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3268 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3270 * config/score/score-protos.h (score_function_arg): Delete.
3271 (score_function_arg_advance): Delete.
3272 * config/score/score3.h (score3_function_arg_advance): Take a
3273 const_tree and a bool.
3274 (score3_function_arg): Likewise.
3275 * config/score/score7.h (score7_function_arg_advance): Likewise.
3276 (score7_function_arg): Likewise.
3277 * config/score/score3.c (score3_classify_arg): Likewise.
3278 (score3_function_arg_advance, score3_function_arg): Likewise.
3279 * config/score/score7.c (score7_classify_arg): Likewise.
3280 (score7_function_arg_advance, score7_function_arg): Likewise.
3281 * config/score/score.c (score_function_arg_advance): Likewise.
3282 (score_function_arg): Likewise. De-const-ify `cum' argument.
3283 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3285 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3287 * config/s390/s390-protos.h (s390_function_arg_advance): Delete.
3288 (s390_function_arg): Delete.
3289 * config/s390/s390.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
3290 * config/s390/s390.c (s390_function_arg_float): Take a const_tree.
3291 (s390_function_arg_integer): Likewise.
3292 (s390_function_arg_advance): Make static. Take a const_tree and
3294 (s390_function_arg): Likewise.
3295 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3297 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3299 * config/spu/spu-protos.h (spu_function_arg): Delete.
3300 * config/spu/spu.h (FUNCTION_ARG): Delete.
3301 (FUNCTION_ARG_ADVANCE): Move code to ...
3302 * config/spu/spu.c (spu_function_arg_advance): New function.
3303 (spu_function_arg): Make static. Take a const_tree and a bool.
3304 (spu_setup_incoming_varargs): Call spu_function_arg_advance.
3305 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
3307 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3309 * config/rx/rx.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3311 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3313 * tree-ssa-sccvn.c (init_vn_nary_op_from_pieces): New function.
3314 (init_vn_nary_op_from_op): New function.
3315 (init_vn_nary_op_from_stmt): New function.
3316 (vn_nary_op_lookup_1): New function.
3317 (sizeof_vn_nary_op): New function.
3318 (alloc_vn_nary_op_noinit): New function.
3319 (alloc_vn_nary_op): New function.
3320 (vn_nary_op_insert_into): New function.
3321 (vn_nary_op_lookup_pieces): Rewrite to use new helper functions.
3322 (vn_nary_op_lookup): Likewise.
3323 (vn_nary_op_lookup_stmt): Likewise.
3324 (vn_nary_op_insert_pieces): Likewise.
3325 (vn_nary_op_insert): Likewise.
3326 (vn_nary_op_insert_stmt): Likewise.
3327 (copy_nary): Likewise.
3328 (set_value_id_for_result): New function.
3329 (set_hashtable_value_ids): Call it.
3331 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3333 * config/fr30/fr30.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3334 * config/fr30/fr30.md (leave_func): Rewrite without post_inc.
3336 2010-10-08 Nathan Froyd <froydnj@codesourcery.com>
3338 * config/mcore/mcore.h (INCOMING_RETURN_ADDR_RTX): Define.
3339 * config/mcore/mcore.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3341 2010-10-08 Alexandre Oliva <aoliva@redhat.com>
3344 * cse.c (cse_extended_basic_block): Preserve cc0 info across
3345 debug isnsn. Skip them when searching for cc0 setter.
3346 (set_live_p): Skip debug insns when searching for cc0 user.
3348 2010-10-08 Alexandre Oliva <aoliva@redhat.com>
3354 * tree-pretty-print.c (dump_generic_node): Explicitly dump the
3355 type of MEM_REFs to INTEGER_CSTs.
3357 2010-10-07 Nathan Froyd <froydnj@codesourcery.com>
3359 * config/m68hc11/m68hc11.c (m68hc11_print_operand): Call
3360 m68hc11_print_operand_address.
3362 2010-10-07 Nathan Froyd <froydnj@codesourcery.com>
3364 * builtins.c (rewrite_call_expr): Move code to...
3365 (rewrite_call_expr_valist): ...here. Call build_call_expr_loc_array.
3366 (rewrite_call_expr_array): New function.
3367 (fold_builtin_sprintf_chk_1): New function.
3368 (fold_builtin_sprintf_chk): Call it.
3369 (gimple_fold_builtin_sprintf_chk): Likewise.
3370 (fold_builtin_snprintf_chk_1): New function.
3371 (fold_builtin_snprintf_chk): Call it.
3372 (gimple_fold_builtin_snprintf_chk): Likewise.
3373 (gimple_rewrite_call_expr): Delete.
3375 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3377 * config.host: Update copyright year.
3379 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3381 * config.host (host_lto_plugin_soname): New shell variable.
3382 * configure.ac (LTOPLUGINSONAME): Add an AC_DEFINE for the above.
3383 * config.in: Regenerate.
3384 * configure: Regenerate.
3385 * gcc.c (main): Use LTOPLUGINSONAME instead of hard-coding name of
3386 LTO plugin shared library.
3388 2010-10-07 Richard Henderson <rth@redhat.com>
3390 * target.h (enum unwind_info_type): Move ...
3391 * coretypes.h: ... here.
3393 2010-10-07 Nicola Pero <nicola.pero@meta-innovation.com>
3395 * doc/objc.texi (Fast enumeration protocol): Mention that
3396 'unsigned int' can also be used instead of 'unsigned long' in
3397 countByEnumeratingWithState:objects:count:.
3399 2010-10-07 Martin Jambor <mjambor@suse.cz>
3401 * tree-sra.c (struct access): New field grp_assignment_write.
3402 (dump_access): Dump grp_assignment_write.
3403 (build_accesses_from_assign): Set grp_assignment_write.
3404 (sort_and_splice_var_accesses): Aggregate grp_assignment_write.
3405 (mark_read_status): Renamed to mark_rw_status, individual values
3407 (analyze_access_subtree): Changed type of mark_write to
3408 mark_read_status. Fixed propagating of mark_read and
3409 mark_write. Changed benefit estimate. Updated comment.
3411 2010-10-07 Tejas Belagod <tejas.belagod@arm.com>
3414 * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Add NULL
3415 check for vectype_out returned by get_vectype_for_scalar_type().
3417 2010-10-07 Tejas Belagod <tejas.belagod@arm.com>
3420 * config/arm/neon.md (neon_unpack<US>_<mode>): Add 'w' to
3421 constraint, add register specifier in instruction template.
3422 (neon_vec_pack_trunc_<mode>): Likewise.
3423 (neon_vec_<US>mult_<mode>): Add register specifier to
3424 instruction template.
3426 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3428 * config.gcc (c_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add
3430 (cxx_target_objs)[i?86-*-pe|i?86-*-cygwin*]: Likewise.
3431 (extra_gcc_objs)[i?86-*-pe|i?86-*-cygwin*]: Don't add cygwin1.o.
3432 * config/i386/t-cygwin (cygwin1.o): Delete build rule.
3433 (cygwin2.o): Likewise.
3434 * config/i386/cygwin1.c: Delete file.
3435 * config/i386/cygwin2.c: Likewise.
3436 * config/i386/cygwin.h (CPP_SPEC): Remove all %{mno-cygwin} specs and
3437 make all {%!mno-cygwin} ones unconditional.
3438 (STARTFILE_SPEC): Likewise.
3439 (REAL_LIBGCC_SPEC): Likewise.
3440 (LIB_SPEC): Likewise.
3441 (CXX_WRAP_SPEC): Likewise.
3442 (LINK_SPEC): Likewise.
3443 (CYGWIN_MINGW_SUBDIR): Delete now-unused macro definition.
3444 (CYGWIN_MINGW_SUBDIR_LEN): Likewise.
3445 (cygwin_gplusplus_include_dir): Delete now-unused array.
3446 (GPLUSPLUS_INCLUDE_DIR): Don't redefine to point to it.
3447 (cygwin_gplusplus_tool_include_dir): Delete now-unused array.
3448 (GPLUSPLUS_TOOL_INCLUDE_DIR): Don't redefine to point to it.
3449 (cygwin_gplusplus_backward_include_dir): Delete now-unused array.
3450 (GPLUSPLUS_BACKWARD_INCLUDE_DIR): Don't redefine to point to it.
3451 (cygwin_local_include_dir): Delete now-unused array.
3452 (LOCAL_INCLUDE_DIR): Don't redefine to point to it.
3453 (cygwin_cross_include_dir): Delete now-unused array.
3454 (CROSS_INCLUDE_DIR): Don't redefine to point to it.
3455 (cygwin_tool_include_dir): Delete now-unused array.
3456 (TOOL_INCLUDE_DIR): Don't redefine to point to it.
3457 (cygwin_standard_include_dir): Delete now-unused array.
3458 (STANDARD_INCLUDE_DIR): Don't redefine to point to it.
3459 (GEN_CVT_ARRAY): Delete now-unused macro definition.
3460 (cvt_to_mingw): Delete now-unused array.
3461 (mingw_scan): Remove prototype of deleted function.
3462 (GCC_DRIVER_HOST_INITIALIZATION): Don't define now-unused target macro.
3463 * config/i386/cygming.opt (mcygwin): Delete target-specific option.
3464 * doc/invoke.texi (-mcygwin): Don't document removed option.
3465 (-mno-cygwin): Likewise.
3467 2010-10-07 Richard Guenther <rguenther@suse.de>
3469 * machmode.h (mode_for_vector): Declare.
3470 * stor-layout.c (mode_for_vector): New function, split out from ...
3471 (layout_type): ... here.
3472 * tree-vectorizer.h (current_vector_size): Declare.
3473 * tree-vect-stmts.c (perm_mask_for_reverse): Check if the
3474 mask vector type is available.
3475 (get_vectype_for_scalar_type): Rename to ...
3476 (get_vectype_for_scalar_type_and_size): ... this. Get a vector
3478 (get_vectype_for_scalar_type): New wrapper around
3479 get_vectype_for_scalar_type_and_size using current_vector_size.
3480 (get_same_sized_vectype): Use get_vectype_for_scalar_type_and_size.
3481 * tree-vect-loop.c (vect_analyze_loop_2): Split out core part
3482 of vect_analyze_loop here.
3483 (vect_analyze_loop): Loop over vector sizes calling vect_analyze_loop_3.
3484 * tree-vect-slp.c (vect_slp_analyze_bb): Set current_vector_size
3486 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Fix
3487 V8SF to V8SI conversion builtin.
3489 2010-10-07 Richard Guenther <rguenther@suse.de>
3491 * target.def (autovectorize_vector_sizes): New target hook.
3492 * targhooks.c (default_autovectorize_vector_sizes): New function.
3493 * targhooks.h (default_autovectorize_vector_sizes): Declare.
3494 * doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
3496 * doc/tm.texi: Update.
3497 * config/i386/i386.c (ix86_autovectorize_vector_sizes): New function.
3498 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
3500 2010-10-07 Richard Guenther <rguenther@suse.de>
3502 * target.def (units_per_simd_word): Rename to ...
3503 (preferred_simd_mode): ... this. Return mode instead of size.
3504 * targhooks.c (default_units_per_simd_word): Rename to ...
3505 (default_preferred_simd_mode): ... this. Return word_mode.
3506 * targhooks.h (default_preferred_simd_mode): Declare.
3507 * config/arm/arm.c (arm_units_per_simd_word): Rename to ...
3508 (arm_preferred_simd_mode): ... this. Re-implement.
3509 * config/i386/i386.c (ix86_units_per_simd_word): Rename to ...
3510 (ix86_preferred_simd_mode): ... this. Re-implement.
3511 * config/sparc/sparc.c (sparc_units_per_simd_word): Rename to ...
3512 (sparc_preferred_simd_mode): ... this. Re-implement.
3513 * config/mips/mips.c (mips_units_per_simd_word): Rename to ...
3514 (mips_preferred_simd_mode): ... this. Re-implement.
3515 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Rename to ...
3516 (rs6000_preferred_simd_mode): ... this. Re-implement.
3517 * tree-vect-stmts.c (get_vectype_for_scalar_type): Adjust.
3518 * doc/tm.texi.in (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Remove.
3519 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Document.
3520 * doc/tm.texi: Update.
3522 2010-10-07 Richard Guenther <rguenther@suse.de>
3525 * tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts
3528 2010-10-07 Alan Modra <amodra@gmail.com>
3530 * config/rs6000/rs6000.c (rs6000_emit_prologue): Use gen_int_mode
3531 rather than sign extension by hand.
3533 2010-10-07 Jan Hubicka <jh@suse.cz>
3536 * ipa.c (cgraph_remove_unreachable_nodes): Revert my previous patch.
3538 2010-10-07 Richard Guenther <rguenther@suse.de>
3541 * configure.ac: Fix typo.
3542 * configure: Regenerated.
3544 2010-10-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3546 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Don't use
3547 define_builtin_std where it's unnecessary.
3548 * config/i386/nto.h (TARGET_OS_CPP_BUILTINS): Likewise.
3550 2010-10-06 Anatoly Sokolov <aesok@post.ru>
3552 * doc/tm.texi.in (CLASS_LIKELY_SPILLED_P): Remove documentation.
3553 * doc/tm.texi.in: Regenerate.
3554 * system.h (CLASS_LIKELY_SPILLED_P): Poison.
3555 * targhooks.c (default_class_likely_spilled_p): Don't use the
3556 CLASS_LIKELY_SPILLED_P macro.
3558 * config/arm/arm.md: Update comment.
3560 2010-10-06 Jan Hubicka <jh@suse.cz>
3562 * ipa.c (cgraph_remove_unreachable_nodes): External references can
3564 (cgraph_externally_visible_p): We can not bring local comdats that
3565 are known to linker; fix handling of internal visibility.
3566 (function_and_variable_visibility): Likewise.
3568 2010-10-06 Eric Botcazou <ebotcazou@adacore.com>
3570 PR rtl-optimization/45394
3571 * combine.c (cleanup_auto_inc_dec): Remove AFTER parameter and adjust.
3572 (struct rtx_subst_pair): Remove AFTER field.
3573 (propagate_for_debug_subst): Adjust call to cleanup_auto_inc_dec.
3574 (propagate_for_debug): Remove MOVE parameter and adjust.
3575 (try_combine): In the special case where I2 is a PARALLEL, combine only
3576 destinations of SETs and set I2SRC to the I2 source.
3577 Adjust calls to propagate_for_debug throughout.
3578 * reload1.c (eliminate_regs_1) <ASM_OPERANDS>: Do not abort for debug
3581 2010-10-06 Olivier Hainque <hainque@adacore.com>
3583 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Rewrite
3584 switch on insn codes as sequence of ifs.
3586 2010-10-06 Hariharan Sandanagobalane <hariharan@picochip.com>
3588 * config/picochip/picochip.c (TARGET_EXCEPT_UNWIND_INFO): Define it to
3589 be UI_NONE for picochip.
3590 (picochip_option_override): Do not disable exception flags.
3591 * config/picochip/picochip-protos.h (picochip_except_unwind_info):
3594 2010-10-06 Richard Guenther <rguenther@suse.de>
3596 * Makefile.in (regmove.o): Depend on $(TARGET_H).
3598 2010-10-06 Nicola Pero <nicola.pero@meta-innovation.com>
3600 Implemented fast enumeration for Objective-C.
3601 * c-parser.c (objc_could_be_foreach_context): New.
3602 (c_lex_one_token): Recognize RID_IN keyword in a potential
3603 Objective-C foreach context.
3604 (c_parser_declaration_or_fndef): Added parameter. Accept
3605 Objective-C RID_IN keyword as terminating a declaration; in that
3606 case, return the declaration in the new parameter.
3607 (c_parser_extenral_declaration): Updated calls to
3608 c_parser_declaration_or_fndef.
3609 (c_parser_declaration_or_fndef): Same change.
3610 (c_parser_compound_statement_nostart): Same change.
3611 (c_parser_label): Same change.
3612 (c_parser_objc_methodprotolist): Same change.
3613 (c_parser_omp_for_loop): Same change.
3614 (c_parser_for_statement): Detect and parse Objective-C foreach
3616 (c_parser_omp_for_loop): Updated call to check_for_loop_decls().
3617 * c-decl.c (check_for_loop_decls): Added parameter to allow ObjC
3618 fast enumeration parsing code to turn off the c99 error but still
3619 perform checks on the loop declarations.
3620 * c-tree.h (check_for_loop_decls): Updated declaration.
3621 * doc/objc.texi: Document fast enumeration.
3623 2010-10-06 Nick Clifton <nickc@redhat.com>
3625 * config/mn10300/mn10300.h (FIRST_PSEUDO_REGISTER): Increment by one.
3626 (MDR_REGNUM): Define.
3627 (FIXED_REGISTERS, CALL_USED_REGISTERS): Add MDR as a fixed register.
3628 (REG_CLASS_CONTENTS): Add MDR to ALL_REGS.
3629 (INCOMING_RETURN_ADDR_RTX): Define in terms of MDR.
3630 (REGISTER_NAMES): Add MDR.
3631 (DWARF2_DEBUGGING_INFO): Define to 1.
3632 * config/mn10300/mn10300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
3633 (F): New function. Sets RTX_FRAME_RELATED_P.
3634 (mn10300_gen_multiple_store): Use F.
3635 (expand_prologue): Use F. Use gen_movsf() to push floating
3637 (expand_epilogue): Use gen_movsf() to pop floating point registers.
3638 (mn10300_option_override): Disable combine stack adjust pass.
3640 2010-10-06 Thomas Schwinge <thomas@schwinge.name>
3643 * config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
3644 LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.
3646 2010-10-06 Jakub Jelinek <jakub@redhat.com>
3648 * builtins.def (BUILT_IN_CALLOC, BUILT_IN_REALLOC,
3649 BUILT_IN_ISALNUM, BUILT_IN_ISALPHA, BUILT_IN_ISASCII,
3650 BUILT_IN_ISBLANK, BUILT_IN_ISCNTRL, BUILT_IN_ISDIGIT,
3651 BUILT_IN_ISGRAPH, BUILT_IN_ISLOWER, BUILT_IN_ISPRINT,
3652 BUILT_IN_ISPUNCT, BUILT_IN_ISSPACE, BUILT_IN_ISUPPER,
3653 BUILT_IN_ISXDIGIT, BUILT_IN_TOASCII, BUILT_IN_TOLOWER,
3654 BUILT_IN_TOUPPER): Mark as leaf.
3657 * omp-builtins.def (BUILT_IN_GOMP_PARALLEL_LOOP_STATIC_START,
3658 BUILT_IN_GOMP_PARALLEL_LOOP_DYNAMIC_START,
3659 BUILT_IN_GOMP_PARALLEL_LOOP_GUIDED_START,
3660 BUILT_IN_GOMP_PARALLEL_LOOP_RUNTIME_START,
3661 BUILT_IN_GOMP_PARALLEL_START, BUILT_IN_GOMP_TASK,
3662 BUILT_IN_GOMP_PARALLEL_SECTIONS_START): Use
3663 Revert back to ATTR_NOTHROW_LIST instead of ATTR_NOTHROW_LEAF_LIST.
3665 2010-10-05 Anatoly Sokolov <aesok@post.ru>
3667 * config/m68hc11/m68hc11.h (CLASS_LIKELY_SPILLED_P): Remove.
3668 * config/m68hc11/m68hc11.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
3669 (m68hc11_class_likely_spilled_p): New function.
3671 2010-10-05 Nicola Pero <nicola.pero@meta-innovation.com>
3673 * c-parser.c (c_parser_objc_method_definition): Updated comment.
3675 2010-10-05 Jan Hubicka <jh@suse.cz>
3677 * doc/invoke.texi (-flto-partition, lto-partitions, lto-minpartition):
3679 * opts.c (decode_options): Handle lto partitions.
3680 * common.opt (flto-partition=1to1, flto-partition=balanced): New.
3681 * params.def (PARAM_LTO_PARTITIONS, MIN_PARTITION_SIZE): New.
3683 2010-10-05 Jan Hubicka <jh@suse.cz>
3685 * cgraphunit.c (assemble_function): Output thunks and aliases before
3686 the function itself.
3688 2010-09-29 Hariharan Sandanagobalane <hariharan@picochip.com>
3690 * config/picochip/picochip.c (picochip_option_override): Disable
3691 exception flags for picochip.
3693 2010-10-05 Joseph Myers <joseph@codesourcery.com>
3695 * opts-common.c (handle_option, handle_generated_option,
3696 read_cmdline_option, set_option): Add diagnostic_context
3697 parameter. Update calls among these functions.
3698 (set_option): Don't use global_dc.
3699 * opts.c (read_cmdline_options): Pass global_dc to read_cmdline_option.
3700 (decode_options): Pass global_dc to enable_warning_as_error.
3701 (common_handle_option): Pass global_dc to enable_warning_as_error.
3702 (enable_warning_as_error): Add diagnostic_context parameter.
3703 Document parameters. Don't use global_dc. Pass
3704 diagnostic_context parameter to handle_generated_option.
3705 * opts.h (set_option, handle_option, handle_generated_option,
3706 read_cmdline_option, enable_warning_as_error): Add
3707 diagnostic_context parameter.
3708 * Makefile.in (lto-opts.o): Update dependencies.
3709 * coretypes.h (struct diagnostic_context, diagnostic_context):
3711 * diagnostic.h (diagnostic_context): Don't declare typedef here.
3712 * gcc.c (process_command): Pass global_dc to read_cmdline_option.
3713 * langhooks-def.h (struct diagnostic_context): Don't declare here.
3714 (lhd_print_error_function, lhd_initialize_diagnostics): Declare
3715 using diagnostic_context typedef.
3716 * langhooks.c (lhd_initialize_diagnostics): Declare using
3717 diagnostic_context typedef.
3718 * langhooks.h (struct diagnostic_context): Don't declare here.
3719 (initialize_diagnostics, print_error_function): Declare using
3720 diagnostic_context typedef.
3721 * lto-opts.c: Include diagnostic.h.
3722 (lto_reissue_options): Pass global_dc to set_option. Pass
3723 DK_UNSPECIFIED not 0.
3724 * plugin.c (plugins_internal_error_function): Declare using
3725 diagnostic_context typedef.
3726 * plugin.h (struct diagnostic_context): Don't declare here.
3727 (plugins_internal_error_function): Declare using
3728 diagnostic_context typedef.
3730 2010-10-05 Olivier Hainque <hainque@adacore.com>
3731 Nicolas Roche <roche@adacore.com>
3733 * config/vxworksae.h: Add missing VXWORKS_OS_CPP_BUILTINS.
3734 * config/rs6000/vxworks.h: Remove redundant CPP builtin definitions.
3736 2010-10-05 Ira Rosen <irar@il.ibm.com>
3738 PR tree-optimization/45752
3739 * tree-vect-slp.c (vect_get_mask_element): Remove static
3740 variables, make them function arguments.
3741 (vect_transform_slp_perm_load): Pass new arguments to
3742 vect_get_mask_element.
3744 2010-10-05 Richard Guenther <rguenther@suse.de>
3746 * value-prof.c (gimple_divmod_fixed_value): Work on SSA form.
3747 (gimple_mod_pow2): Likewise.
3748 (gimple_mod_subtract): Likewise.
3749 (gimple_ic): Likewise.
3750 (gimple_stringop_fixed_value): Likewise.
3751 * tree-profile.c (tree_init_edge_profiler): Mark profile
3752 functions nothrow and leaf.
3753 (add_abnormal_goto_call_edges): Remove.
3754 (tree_gen_edge_profiler): Work on SSA form.
3755 (tree_gen_ic_profiler): Likewise. Simplify.
3756 (do_tree_profiling): Update SSA form.
3757 (pass_tree_profile): Remove.
3758 (do_tree_profiling): Likewise.
3759 (gate_tree_profile_ipa): New function.
3760 (pass_ipa_tree_profile): New.
3761 (tree_profiling): Re-write as IPA pass. Properly drop const/pure
3762 state of instrumented functions.
3763 * passes.c (init_optimization_passes): Remove early non-SSA
3764 inlining. Move profiling after early optimizations.
3765 * ipa-inline.c (cgraph_gate_ipa_early_inlining): Remove.
3766 (pass_ipa_early_inline): Likewise.
3767 * tree-pass.h (pass_ipa_early_inline): Remove.
3768 (pass_tree_profile): Likewise.
3769 (pass_ipa_tree_profile): Declare.
3771 2010-10-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3772 Christian Borntraeger <Christian.Borntraeger@de.ibm.com>
3774 * gcc/config/s390/s390.c (z196_cost): New.
3775 (s390_handle_arch_option): Add -march=z196.
3776 (s390_option_override): Use the new cost function and use the z10
3777 defaults also for z196.
3778 (legitimate_reload_constant_p): Adjust comment.
3779 (legitimate_reload_fp_constant_p): New function.
3780 (s390_preferred_reload_class): Distingiush between FP and Int constants.
3781 (preferred_la_operand_p): Avoid la with index on z196.
3782 (s390_adjust_priority): Trigger also for z196.
3783 (s390_issue_rate): Issue rate for z196 is 3.
3784 (s390_z10_fix_long_loop_prediction): Rename to ...
3785 (s390_fix_long_loop_prediction): ... this.
3786 (s390_reorg): Apply the z10 adjustments also for z196.
3787 (s390_loop_unroll_adjust): Do this also for z196.
3788 * gcc/config/s390/s390.h (enum processor_type): Add PROCESSOR_2817_Z196.
3789 (enum processor_flags): Add PF_Z196.
3790 (TARGET_AVOID_CMP_AND_BRANCH): New macro.
3791 (TARGET_CPU_Z196, TARGET_Z196): New macros.
3792 * gcc/config.gcc: Enable z196 for --with-arch.
3793 * gcc/config/s390/2817.md: New file.
3794 * gcc/config/s390/2084.md: New type for multiply and add.
3795 * gcc/config/s390/2097.md: Likewise.
3796 * gcc/config/s390/s390.md (UNSPEC_POPCNT, UNSPEC_COPYSIGN)
3797 (UNSPECV_ATOMIC_OP): New constants.
3798 (fmadddf, fmaddsf): New values for type attribute.
3799 (z196prop): New insn attribute.
3800 (cpu, cpu_facility): Add z196.
3801 (ATOMIC_Z196): New code iterator.
3802 (noxa): New code attribute.
3803 (gk): New mode attribute.
3804 (*mov<mode>_64, *mov<mode>_31, *mov<mode>_64dfp, mov<mode>):
3805 Support load zero for fp constants.
3806 (fixuns_truncdddi2, fixuns_trunctddi2)
3807 (fixuns_trunc<BFP:mode><GPR:mode>2): Use the standard rtx pattern
3809 (fixuns_trunc<mode>si2, mov<mode>cc, popcountdi2, popcountsi2)
3810 (popcounthi2, popcountqi2): New expander.
3811 (*fixuns_trunc<FP:mode><GPR:mode>2_z196, floatsi<mode>2)
3812 (floatuns<GPR:mode><FP:mode>2, *mov<mode>cc, sync_<atomic><mode>)
3813 (sync_old_<atomic><mode>, *popcount<mode>, copysign<mode>3): New
3815 (add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry1_cconly)
3816 (*add<mode>3_carry2_cc, *add<mode>3_carry2_cconly, *add<mode>3_cc)
3817 (*add<mode>3_cconly, *add<mode>3_cconly2, *add<mode>3_imm_cc)
3818 (*sub<mode>3, *sub<mode>3_borrow_cc, *sub<mode>3_borrow_cconly)
3819 (*sub<mode>3_cc, *sub<mode>3_cc2, *sub<mode>3_cconly)
3820 (*sub<mode>3_cconly2, *anddi3_cc, *anddi3_cconly, *anddi3, *andsi3_cc)
3821 (*andsi3_cconly, *andsi3_zarch, *andsi3_esa, *andhi3_zarch
3822 (*andqi3_zarch, *iordi3_cc, *iordi3_cconly, *iordi3, *iorsi3_cc)
3823 (*iorsi3_cconly, *iorsi3_zarch, *iorhi3_zarch, *iorqi3_zarch)
3824 (*xordi3_cc, *xordi3_cconly, *xordi3, *xorsi3_cc, *xorsi3_cconly)
3825 (*xorsi3, *xorhi3, *xorqi3, *<shift><mode>3, *<shift><mode>3_and)
3826 (*ashr<mode>3_cc, *ashr<mode>3_cconly, *ashr<mode>3)
3827 (*ashr<mode>3_cc_and, *ashr<mode>3_cconly_and, *ashr<mode>3_and):
3828 Support new z196 instructions.
3830 2010-10-05 Richard Guenther <rguenther@suse.de>
3833 * gimple-fold.c (gimplify_and_update_call_from_tree): Handle
3834 case where gimplification optimizes away the stmt.
3836 2010-10-04 Jakub Jelinek <jakub@redhat.com>
3839 * var-tracking.c (strip_pointer_flags): New function.
3840 (emit_note_insn_var_location): If rtx_equal_p check failed,
3841 retry on locations simplified with simplify_replace_fn_rtx
3842 and strip_pointer_flags as its callback.
3844 2010-10-04 Jan Hubicka <jh@suse.cz>
3846 * gimple-fold.c (static_object_in_other_unit_p): Rename to...
3847 (can_refer_decl_in_current_unit_p): ... this one; reverse return
3848 value; handle comdats too.
3849 (canonicalize_constructor_val): Use it; handle function_decls
3851 (gimple_fold_obj_type_ref_known_binfo): Likewise.
3852 * gimple.c (get_base_address): Accept all kinds of decls.
3854 2010-10-04 Joseph Myers <joseph@codesourcery.com>
3856 * flags.h (g_switch_value, g_switch_set): Remove.
3857 * opts.c (g_switch_value, g_switch_set): Remove.
3858 * config/g.opt (G): Add Var(g_switch_value).
3859 * config/alpha/alpha.c (alpha_handle_option): Don't handle -G here.
3860 (alpha_option_override): Check global_options_set.x_g_switch_value
3861 instead of g_switch_set.
3862 (alpha_in_small_data_p): Remove cast in comparison with
3864 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
3865 g_switch_value to unsigned HOST_WIDE_INT.
3866 * config/frv/frv.c (frv_const_unspec_p): Remove cast in comparison
3867 with g_switch_value.
3868 (frv_handle_option): Don't handle -G here.
3869 (frv_option_override): Check global_options_set.x_g_switch_value
3870 instead of g_switch_set. Don't modify g_switch_set.
3871 (frv_in_small_data_p): Remove cast in comparison with g_switch_value.
3872 * config/frv/frv.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Cast
3873 g_switch_value to unsigned HOST_WIDE_INT.
3874 * config/ia64/ia64.c (ia64_handle_option): Don't handle -G here.
3875 (ia64_option_override): Check global_options_set.x_g_switch_value
3876 instead of g_switch_set.
3877 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION):
3879 (lm32_in_small_data_p): Remove cast in comparison with
3881 * config/lm32/lm32.h (ASM_OUTPUT_ALIGNED_LOCAL,
3882 ASM_OUTPUT_ALIGNED_COMMON): Cast g_switch_value to unsigned
3884 * config/m32r/m32r.c (m32r_handle_option): Don't handle -G here.
3885 (m32r_init): Check global_options_set.x_g_switch_value instead of
3887 (m32r_in_small_data_p): Remove cast in comparison with
3889 (m32r_file_start): Format g_switch_value with %d.
3890 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_COMMON,
3891 ASM_OUTPUT_ALIGNED_BSS): Cast g_switch_value to unsigned HOST_WIDE_INT.
3892 * config/microblaze/microblaze.c (microblaze_handle_option): Don't
3894 (microblaze_option_override): Check
3895 global_options_set.x_g_switch_value instead of g_switch_set.
3896 * config/mips/mips.c (mips_handle_option): Don't handle -G here.
3897 (mips_option_override): Check global_options_set.x_g_switch_value
3898 instead of g_switch_set.
3899 * config/rs6000/rs6000.c (rs6000_handle_option): Don't handle -G here.
3900 (rs6000_file_start): Format g_switch_value with %d.
3901 (small_data_operand, rs6000_elf_in_small_data_p): Remove casts in
3902 comparisons with g_switch_value.
3903 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Check
3904 global_options_set.x_g_switch_value instead of g_switch_set.
3905 * config/rs6000/vxworks.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Check
3906 global_options_set.x_g_switch_value instead of g_switch_set.
3907 * config/score/score.c (score_handle_option): Don't handle -G here.
3908 * config/score/score3.c (score3_option_override): Check
3909 global_options_set.x_g_switch_value instead of g_switch_set.
3910 * config/score/score7.c (score7_option_override): Check
3911 global_options_set.x_g_switch_value instead of g_switch_set.
3913 2010-10-04 Vladimir Makarov <vmakarov@redhat.com>
3915 * common.opt (fira-coalesce): Remove.
3917 * doc/invoke.texi (flag_ira_coalesce): Remove.
3919 * ira-color.c (allocno_coalesced_p): Move before
3920 copy_freq_compare_func.
3921 processed_coalesced_allocno_bitmap): Ditto.
3922 (update_conflict_hard_regno_costs): Don't use
3923 ALLOCNO_FIRST_COALESCED_ALLOCNO.
3924 (allocno_cost_compare_func, print_coalesced_allocno): Remove.
3925 (assign_hard_reg): Assume no coalesced allocnos.
3926 (get_coalesced_allocnos_attributes): Remove.
3927 (bucket_allocno_compare_func): Assume no coalesced allocnos.
3928 (push_allocno_to_stack): Ditto.
3929 (remove_allocno_from_bucket_and_push): Use
3930 ira_print_expanded_allocno instead of print_coalesced_allocno.
3931 (push_allocnos_to_stack): Assume uncoalesced allocnos.
3932 (all_conflicting_hard_regs_coalesced): Ditto. Rename to
3933 all_conflicting_hard_regs.
3934 (setup_allocno_available_regs_num): Assume uncoalesced allocnos.
3935 (setup_allocno_left_conflicts_size): Ditto.
3936 (put_allocno_into_bucket): Ditto.
3937 (copy_freq_compare_func): Remove.
3938 (copy_freq_compare_func, merge_allocnos): Move before
3939 coalesced_pseudo_reg_freq_compare.
3940 coalesced_allocno_conflict_p): Ditto.
3941 (coalesced_allocno_conflict_p, coalesce_allocnos): Ditto. Remove
3942 parameter. Assume it true.
3943 (color_allocnos): Assume uncoalesced allocnos. Use
3944 ira_print_expanded_allocno instead of print_coalesced_allocno.
3945 (ira_sort_regnos_for_alter_reg): Call coalesce_allocnos without
3948 * ira.c: Remove comment about coalescing.
3950 2010-10-04 Joseph Myers <joseph@codesourcery.com>
3952 * config/mips/mips.h (target_flags_explicit): Declare for
3955 2010-10-04 Andi Kleen <ak@linux.intel.com>
3957 * Makefile.in (xgcc, cpp, cc1, collect2, lto-wrapper, gcov,
3958 gcov-dump, cc1-dummy, genprog, build/gcov-iov): Add + to build rule.
3960 2010-10-04 Matthias Klose <doko@ubuntu.com>
3962 * config/sparc/t-linux64 (MULTILIB_OSDIRNAMES): Use ../lib32 as the
3963 multilib osdirname if it exists.
3964 * config/s390/t-linux64 (MULTILIB_OSDIRNAMES): Likewise.
3966 2010-10-04 Jakub Jelinek <jakub@redhat.com>
3969 * fold-const.c (fold_binary_loc) <case BIT_AND_EXPR>: Use
3970 arg0's type or its unsigned counterpart as utype. Convert
3971 arg1 to utype unconditionally.
3973 2010-10-04 Julian Brown <julian@codesourcery.com>
3975 * expr.c (expand_assignment): Add assertion to prevent emitting
3976 null rtx for movmisalign pattern.
3977 (expand_expr_real_1): Likewise.
3978 * config/arm/arm.c (arm_builtin_support_vector_misalignment): New.
3979 (TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT): New. Use above.
3980 (arm_vector_alignment_reachable): New.
3981 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): New. Use above.
3982 (neon_vector_mem_operand): Disallow PRE_DEC for misaligned loads.
3983 (arm_print_operand): Include alignment qualifier in %A.
3984 * config/arm/neon.md (UNSPEC_MISALIGNED_ACCESS): New constant.
3985 (movmisalign<mode>): New expander.
3986 (movmisalign<mode>_neon_store, movmisalign<mode>_neon_load): New
3989 2010-10-04 Joseph Myers <joseph@codesourcery.com>
3991 * optc-gen.awk: Define global_options_set. Don't define
3992 target_flags_explicit.
3993 * opth-gen.awk: Declare global_options_set. Define
3994 target_flags_explicit as macro.
3995 * opts-common.c (handle_option): Take opts_set and generated_p
3997 (handle_generated_option, read_cmdline_option, set_option): Take
3999 (set_option): Use opts_set instead of hardcoding target_flags and
4000 target_flags_explicit.
4001 * opts.c (sel_sched_switch_set, profile_arc_flag_set,
4002 flag_profile_values_set, flag_unroll_loops_set, flag_tracer_set,
4003 flag_value_profile_transformations_set, flag_peel_loops_set,
4004 flag_branch_probabilities_set, flag_inline_functions_set,
4005 flag_ipa_cp_set, flag_ipa_cp_clone_set,
4006 flag_predictive_commoning_set, flag_unswitch_loops_set,
4007 flag_gcse_after_reload_set): Remove.
4008 (common_handle_option, lang_handle_option, target_handle_option):
4009 Take opts_set parameter. Assert that it is &global_options_set.
4010 (common_handle_option): Don't set _set variables. Check opts_set
4011 instead of such variables.
4012 (enable_warning_as_error): Pass &global_options_set to
4013 handle_generated_option.
4014 * opts.h (cl_option_handler_func.handler, set_option,
4015 handle_option, handle_generated_option, read_cmdline_option): Add
4016 opts_set parameters.
4017 (handle_option): Add generated_p parameter.
4018 * config/i386/i386.c (ix86_function_specific_save,
4019 ix86_function_specific_restore): Updat for renaming of
4020 target_flags_explicit field.
4021 * config/i386/i386.opt (target_flags_explicit): Rename to
4022 ix86_target_flags_explicit.
4023 * config/ia64/ia64.c (ia64_override_options_after_change): Check
4024 global_options_set.x_flag_selective_scheduling and
4025 global_options_set.x_flag_selective_scheduling2, not
4026 sel_sched_switch_set.
4027 * flags.h (sel_sched_switch_set,
4028 flag_speculative_prefetching_set): Remove.
4029 * gcc.c (driver_handle_option): Take opts_set parameter. Assert
4030 that it is &global_options_set.
4031 (process_command): Pass &global_options_set to read_cmdline_option.
4032 * lto-opts.c (lto_reissue_options): Pass &global_options_set to
4034 * toplev.c (target_flags_explicit): Remove.
4036 2010-10-04 Jan Hubicka <jh@suse.cz>
4039 * tree-ssa-ccp.c (get_base_constructor): Take HOST_WIDE_INT offset;
4040 use get_ref_base_and_offset to handle references.
4041 (fold_const_aggregate_ref): Update.
4043 2010-10-04 Martin Jambor <mjambor@suse.cz>
4045 PR tree-optimization/45572
4046 * ipa-prop.c (ipa_make_edge_direct_to_target): Call
4047 ipa_check_create_node_params.
4048 * ipa-inline.c (add_new_edges_to_heap): Do not insert inlined edges.
4050 2010-10-04 Yao Qi <yao@codesourcery.com>
4052 * doc/passes.texi: Clean up.
4054 2010-10-03 Ian Lance Taylor <iant@google.com>
4056 * c-typeck.c (lookup_field): If -fplan9-extensions, permit
4057 referring to a field using a typedef name.
4058 (find_anonymous_field_with_type): New static function.
4059 (convert_to_anonymous_field): New static function.
4060 (convert_for_assignment): If -fplan9-extensions, permit converting
4061 pointer to struct to pointer to anonymous field.
4062 * c-decl.c (grokfield): If -fplan9-extensions, permit anonymous fields.
4063 (is_duplicate_field): New static function.
4064 (detect_field_duplicates_hash): If -fplan9-extensions, check for
4065 typedef names duplicating field names.
4066 (detect_field_duplicates): Likewise.
4067 * doc/invoke.texi (Option Summary): Mention -fplan9-extensions.
4068 (C Dialect Options): Document -fplan9-extensions.
4069 * doc/extend.texi (Unnamed Fields): Document -fplan9-extensions.
4071 2010-10-03 H.J. Lu <hongjiu.lu@intel.com>
4073 * tree-vect-data-refs.c (vect_analyze_data_ref_access): Revert
4075 (vect_create_data_ref_ptr): Likewise.
4076 * tree-vect-stmts.c (vectorizable_store): Likewise.
4077 (perm_mask_for_reverse): Likewise.
4078 (reverse_vec_elements): Likewise.
4079 (vectorizable_load): Likewise.
4081 2010-10-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4083 * cppbuiltin.c: New file.
4084 * cppbuiltin.h: New file.
4085 * Makefile.in: Take into account cppbuiltin.{h,c}.
4087 2010-10-03 Andi Kleen <ak@linux.intel.com>
4089 * lto-cgraph.c (input_cgraph): Check for missing sections.
4091 2010-10-03 Uros Bizjak <ubizjak@gmail.com>
4093 * config/i386/i386.md (*ashl<mode>3_mask): Change operand 2 predicate
4094 to nonimmediate_operand. Force operand 2 to register when allowed.
4095 (*<shiftrt_insn><mode>3_mask): Ditto.
4096 (*<rotate_insn><mode>3_mask): Ditto.
4098 2010-10-02 H.J. Lu <hongjiu.lu@intel.com>
4100 PR tree-optimization/45720
4101 PR tree-optimization/45764
4102 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
4103 Don't accept backwards consecutive accesses.
4104 (vect_create_data_ref_ptr): Disallow negative steps.
4106 * tree-vect-stmts.c (vectorizable_store): Allow negative steps.
4107 (perm_mask_for_reverse): Removed.
4108 (reverse_vec_elements): Likewise.
4109 (vectorizable_load): Don't handle negative steps.
4111 2010-10-02 Jan Hubicka <jh@suse.cz>
4113 * tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when
4114 call destination is known.
4116 2010-10-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4119 * config/pa/pa.c (pa_secondary_reload): Handle symbolic operands
4122 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4124 * doc/install.texi (Configuration): Document build_configargs,
4125 host_configargs, target_configargs.
4127 2010-10-01 Uros Bizjak <ubizjak@gmail.com>
4129 * config/i386/i386.md (*ashl<mode>3_mask): New insn_and_split pattern.
4130 (*<shiftrt_insn><mode>3_mask): Ditto.
4131 (*<rotate_insn><mode>3_mask): Ditto.
4133 2010-10-01 Steve Ellcey <sje@cup.hp.com>
4135 PR tree-optimization/44716
4136 * config/ia64/hpux.h (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
4137 (HOT_TEXT_SECTION_NAME): Define.
4139 2010-10-01 Nick Clifton <nickc@redhat.com>
4141 * common.opt: Add -fcombine-stack-adjustments.
4142 * opts.c (decode_options): Enable -fcombine-stack-adjustments at -O1.
4143 * combine-stack-adj.c (gate_handle_stack_adjustments): Check
4144 flag_combine_stack_adjustments.
4145 * doc/invoke.texi: Document the new option.
4147 2010-10-01 Richard Guenther <rguenther@suse.de>
4149 PR tree-optimization/45854
4150 * tree-eh.c (cleanup_empty_eh): Avoid degenerate case.
4152 2010-10-01 Anthony Green <green@moxielogic.com>
4154 * config.gcc: Fix moxie-*-rtems* configuration.
4156 2010-10-01 Richard Guenther <rguenther@suse.de>
4158 * dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.
4159 (gen_decl_die): Likewise.
4161 2010-10-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4163 * config/spu/spu.c (spu_init_builtins): No longer add END_BUILTINS
4164 to the function code for SPU MD builtins.
4165 (spu_expand_builtin): Update.
4166 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Update.
4168 2010-10-01 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4170 * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
4171 sjlj_except_unwind_info.
4173 2010-10-01 Tristan Gingold <gingold@adacore.com>
4175 * configure.ac: Define the nop insn for avr*-*-*
4176 * configure: Regenerate.
4178 2010-10-01 Alan Modra <amodra@gmail.com>
4181 * config/rs6000/rs6000.c (rs6000_emit_prologue): Properly sign
4182 extend toc_restore_insn.
4184 2010-09-30 Richard Guenther <rguenther@suse.de>
4186 PR tree-optimization/43959
4187 * function.c (gimplify_parameters): Use create_tmp_reg instead of
4190 2010-09-30 Kaz Kojima <kkojima@gcc.gnu.org>
4192 * config/sh/sh.c (sh_expand_prologue): Set
4193 current_function_static_stack_size.
4195 2010-09-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4197 * configure.ac: Check for Solaris 8 ld with .hidden support.
4198 * configure: Regenerate.
4200 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4203 * graphite.c (graphite_initialize): Call scev_reset.
4205 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4207 * sese.h (scev_analyzable_p): Return false for real or floating
4208 point. Only handle INTEGRAL_TYPE_P and POINTER_TYPE_P.
4210 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4212 * graphite-clast-to-gimple.c (compute_bounds_for_level): Free le
4214 * graphite-poly.c (pbb_number_of_iterations_at_time): Free le and
4216 * graphite-sese-to-poly.c (add_upper_bounds_from_estimated_nit):
4217 Do not allocate ub_expr, it is passed in initialized.
4219 2010-09-30 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4221 * graphite-clast-to-gimple.c (init_cloog_input_file): New.
4222 (build_cloog_prog): Dump CLooG input file when
4223 flag_graphite_dump_cloog is set. This is disabled on trunk.
4224 * graphite-cloog-compat.h (cloog_program_dump_cloog): New.
4226 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4228 * graphite-clast-to-gimple.c (graphite_verify): Remove call to
4229 verify_dominators for CDI_POST_DOMINATORS.
4230 * sese.h: Remove comment about CDI_POST_DOMINATORS.
4231 (recompute_all_dominators): Remove call to free_dominance_info
4232 for CDI_POST_DOMINATORS. Remove call to calculate_dominance_info
4233 for CDI_POST_DOMINATORS.
4235 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4237 * graphite-poly.c (pbb_number_of_iterations_at_time): Only iterate
4238 over pbb_dim_iter_domain.
4240 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4242 * graphite-flattening.c: Fix comments.
4244 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4246 * Makefile.in (OBJS-common): Add graphite-flattening.o.
4247 (graphite-flattening.o): New rule.
4248 * common.opt (floop-flatten): New flag.
4249 * doc/invoke.texi (-floop-flatten): Documented.
4250 * graphite-flattening.c: New.
4251 * graphite-poly.c (apply_poly_transforms): Call flatten_all_loops.
4252 * graphite-poly.h (flatten_all_loops): Declared.
4253 (lst_remove_loop_and_inline_stmts_in_loop_father): New.
4254 * tree-ssa-loop.c (gate_graphite_transforms): When flag_loop_flatten
4255 is set, also set flag_graphite.
4257 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4259 * graphite-poly.c (cloog_checksum): New.
4260 * graphite-poly.h (cloog_checksum): Declared.
4262 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4264 * graphite-poly.c (pbb_number_of_iterations): Removed.
4265 (pbb_number_of_iterations_at_time): Correctly compute the number
4266 of iterations in the transformed loop.
4267 * graphite-poly.h (pbb_number_of_iterations): Removed.
4269 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4271 * graphite-poly.h (lst_update_scattering_seq): Removed.
4272 (lst_update_scattering): Correctly handle outermost loop dewey
4275 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4277 * graphite-blocking.c (pbb_strip_mine_profitable_p): Renamed
4278 lst_strip_mine_profitable_p. Call lst_niter_for_loop.
4279 * graphite-poly.h (lst_niter_for_loop): New.
4281 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4283 * graphite-poly.c (apply_poly_transforms): Do not abort when the
4284 transform read from disk is not legal. Call fatal_error instead.
4286 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4288 * graphite-poly.c (print_pbb_body): Add missing closing parenthesis.
4289 (print_scop_header): Removed. Inlined in the only call place...
4290 (print_scop): ... here.
4292 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4294 * graphite-poly.h (lst_dewey_number): Use FOR_EACH_VEC_ELT.
4296 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4298 * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning.
4300 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4302 * graphite-dependences.c (dot_deps): Avoid set but not used warning.
4303 (dot_deps_stmt): Same.
4304 * graphite-poly.c (dot_lst): Same.
4306 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4308 * graphite-blocking.c (scop_do_strip_mine): Do not call
4309 graphite_legal_transform.
4310 (scop_do_block): Same.
4312 2010-09-30 Vladimir Kargov <kargov@gmail.com>
4314 * graphite-scop-detection.c (graphite_can_represent_loop): Correct the
4317 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4319 * tree-scalar-evolution.c (instantiate_array_ref): New.
4320 (instantiate_scev_r): Also handle ARRAY_REFs.
4322 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4324 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
4325 Do not check for VAR_DECL, PARM_DECL, FUNCTION_DECL, LABEL_DECL,
4326 RESULT_DECL, and FIELD_DECL. Return false for an
4327 SSA_NAME_IS_DEFAULT_DEF.
4328 (compute_scalar_evolution_in_loop): Do not further analyze the
4329 scalar evolution when no_evolution_in_loop_p returns true.
4331 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4333 * tree-chrec.h (evolution_function_is_affine_p): Do not check
4334 whether CHREC_LEFT is invariant. A function is affine when
4335 CHREC_RIGHT is invariant.
4337 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4339 * graphite-sese-to-poly.c (reduction_phi_p): Remove check for
4341 (rewrite_degenerate_phi): Same.
4342 (rewrite_reductions_out_of_ssa): Add check for is_gimple_reg.
4344 2010-09-30 Vladimir Kargov <kargov@gmail.com>
4346 * graphite-scop-detection.c (graphite_can_represent_scev,
4347 graphite_can_represent_expr, stmt_has_simple_data_refs_p,
4348 graphite_can_represent_loop): Remove outermost_loop.
4350 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4353 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Do not
4354 handle GIMPLE_CALLs with no LHS.
4356 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4358 * graphite-poly.c (init_graphite_out_file): New.
4359 (init_graphite_in_file): New.
4360 (apply_poly_transforms): Updated to enable reading and writing of
4361 multiple scop files.
4363 2010-09-30 Tobias Grosser <grosser@fim.uni-passau.de>
4365 * graphite-scop-detection.c (graphite_can_represent_scev): Remove
4368 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4370 * graphite-clast-to-gimple.c (precision_for_value): Adjust
4371 computation of precision by 1.
4373 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4375 * graphite-cloog-util.c (openscop_read_cloog_matrix): New.
4376 (openscop_read_polyhedron_matrix): New.
4377 * graphite-cloog-util.h (openscop_read_polyhedron_matrix): Declared.
4378 (openscop_read_N_int): Same.
4379 * graphite-poly.c (openscop_read_N_int): New.
4380 (openscop_read_one_int): New.
4381 (openscop_read_N_string): New.
4382 (openscop_read_one_string): New.
4383 (openscop_read_powerset_matrix): New.
4384 (graphite_read_transforms): Remove.
4385 (graphite_read_scatt): New.
4386 (graphite_read_scop_file): New.
4387 (apply_poly_transforms): Updated to call graphite_read_scop_file.
4389 2010-09-30 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4391 * graphite-poly.c: Change include order.
4393 2010-09-30 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4395 * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
4396 (cloog_matrix_nrows): New.
4398 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4400 * graphite-cloog-util.c (openscop_print_cloog_matrix): Remove spaces
4402 * graphite-poly.c (openscop_print_scattering_function_1): Same.
4403 (print_scattering_function_1): Same.
4404 (openscop_print_pbb_domain): Same.
4405 (openscop_print_scop_context): Same.
4406 (print_scop_context): Same.
4408 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4410 * graphite-poly.c (openscop_print_pdr_polyhedron): Fix indentation.
4411 (openscop_print_pdr_polyhedron): Print pph.
4413 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4415 * graphite-clast-to-gimple.c (gcc_type_for_interval): Generate in
4416 priority signed types.
4418 2010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4420 * graphite-clast-to-gimple.c (max_signed_precision_type): Remove
4421 the call to lang_hooks.types.type_for_size. Call
4422 build_nonstandard_integer_type.
4424 2010-09-30 Riyadh Baghdadi <baghdadi.mr@gmail.com>
4426 * graphite-cloog-util.c (openscop_print_cloog_matrix): New.
4427 (openscop_print_polyhedron_matrix): New.
4428 * graphite-cloog-util.h (openscop_print_polyhedron_matrix): Declared.
4429 * graphite-poly.c (openscop_print_pdr_polyhedron): Same.
4430 (openscop_print_pdr_powerset): New.
4431 (openscop_print_powerset_matrix): New.
4432 (openscop_print_scattering_function_1): New.
4433 (print_scattering_function): Add support for scattering names and
4435 (graphite_write_transforms): Remove.
4436 (print_pdr_access_layout): Updated to support OpenScop format.
4438 (openscop_print_pbb_domain): New.
4439 (print_pbb_body): Added a parameter to allow indicating that pbb_body
4441 (print_pbb): Updated to call the new print_pbb_body.
4442 (openscop_print_scop_context): New.
4443 (print_scop_header): New.
4444 (print_scop): Updated to call print_scop_header.
4445 * graphite-poly.h: Document OpenScop format.
4447 2010-09-30 Anatoly Sokolov <aesok@post.ru>
4449 * config/cris/m32c.c (cris_memory_move_cost): New.
4450 (cris_register_move_cost): Make static. Change arguments type from
4451 enum reg_class to reg_class_t.
4452 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
4453 * config/cris/cris.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
4454 * config/cris/cris-protos.h (cris_register_move_cost): Remove.
4456 2010-09-30 Jakub Jelinek <jakub@redhat.com>
4459 * config/i386/i386.c (ix86_gimplify_va_arg): Use
4460 INTVAL (XEXP (slot, 1)) as prev_size.
4462 2010-09-30 Michael Meissner <meissner@linux.vnet.ibm.com>
4465 * config/rs6000/aix.h (TARGET_AIX_OS): Define to be 1.
4466 * config/rs6000/rs6000.h (TARGET_AIX_OS): Define to be 0 if not
4468 * config/rs6000/option-defaults.h (toplevel): Change #if
4469 TARGET_AIX to TARGET_AIX_OS to allow compiler to build after
4470 global option changes.
4472 2010-09-30 Jakub Jelinek <jakub@redhat.com>
4474 * dwarf2out.c (mem_loc_descriptor): Handle IF_THEN_ELSE.
4476 PR tree-optimization/31261
4477 * fold-const.c (fold_binary): Optimize ((A & N) + B) & M
4478 for constants M and N, M == (1LL << cst) - 1 && (N & M) == M.
4480 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4483 * Makefile.in (build/gen%$(build_exeext)): Move rule after all
4484 special-casing for generators and turn into ...
4485 ((genprog:%=build/gen%$(build_exeext))): ... this static pattern
4486 rule, for better error messages in case of toplevel dependency errors.
4487 (genprog): Add hooks, rename to ...
4488 (genprogerr): ... this, and let genprog also contain check,
4490 ((genprog:%=build/gen%$(build_exeext))): Rename to ...
4491 ((genprogerr:%=build/gen%$(build_exeext))): ... this.
4492 (build/genhooks$(build_exeext)): Remove now-unneeded dependency.
4494 2010-09-30 Jonathan Wakely <jwakely.gcc@gmail.com>
4495 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4497 * doc/install.texi: Suggest using LD_LIBRARY_PATH to find libs
4498 for GMP, MPFR and MPC.
4500 2010-09-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4502 * config/sparc/sparc.opt (mimpure-text): Move ...
4503 * config/sol2.opt: ... here. Correct description.
4504 * config.gcc (*-*-solaris2*): Add sol2.opt to extra_options.
4505 * doc/invoke.texi (Option Summary, SPARC Options): Move
4506 -mimpure-text, -mno-impure-text, -threads, -pthreads, -pthread ...
4507 (Option Summary, Solaris 2 Options): ... here.
4508 (Submodel Options, Solaris 2 Options): New menu entry.
4509 (SPARC Options): Move -mimpure-text, -threads, -pthreads, -pthread ...
4510 (Solaris 2 Options): ... here.
4512 2010-09-30 Michael Eager <eager@eagercon.com>
4514 * extend.texi (interrupt_handler): Add MicroBlaze to list.
4515 (save_volatiles): Describe option for MicroBlaze.
4516 * invoke.texi: Add MicroBlaze Options.
4517 * contrib.texi: Add acknowledgment.
4518 * md.texi: Add MicroBlaze d and z constraints.
4519 * install.texi: Add microblaze-*-elf.
4520 * configure.ac: Add microblaze-*-* to target list.
4521 * configure: Regenerate.
4522 * config.gcc: Add microblaze*-*-*, microblaze*-linux*.
4523 * config/microblaze/microblaze-protos.h: New.
4524 * config/microblaze/crti.s: New.
4525 * config/microblaze/predicates.md: New.
4526 * config/microblaze/linux.h: New.
4527 * config/microblaze/microblaze.md: New.
4528 * config/microblaze/constraints.md: New.
4529 * config/microblaze/crtn.s: New.
4530 * config/microblaze/microblaze.opt: New.
4531 * config/microblaze/microblaze-c.c: New.
4532 * config/microblaze/t-microblaze: New.
4533 * config/microblaze/microblaze.c: New.
4534 * config/microblaze/microblaze.h: New.
4536 2010-09-30 Iain Sandoe <iains@gcc.gnu.org>
4538 * c-parser.c (c_parser_objc_methodprotolist): Amend preceding comment,
4539 parse @optional/@required and set the flags as appropriate.
4541 2010-09-30 Nathan Froyd <froydnj@codesourcery.com>
4543 * config/iq2000/t-iq2000 (TARGET_LIBGCC2_CFLAGS): Delete.
4545 2010-09-30 Joseph Myers <joseph@codesourcery.com>
4547 * opt-functions.awk (static_var): Update comment.
4548 (var_ref): Return offsetof expression or -1, not variable address.
4549 * optc-gen.awk: Generate structure field initializers instead of
4550 static variables. Expect -1 for missing variables instead of null
4551 pointer. Add gcc_options parameters to generated functions.
4552 * opth-gen.awk: Generate structure fields for static variables.
4553 Add gcc_options parameters to generated functions.
4554 * common.opt (optimize, optimize_size): Add variables.
4555 * config/i386/i386-c.c (ix86_pragma_target_parse): Pass
4556 &global_options to cl_target_option_restore.
4557 * config/i386/i386.c (ix86_valid_target_attribute_p): Pass
4558 &global_options to cl_optimization_restore, cl_target_option_save
4559 and cl_target_option_restore.
4560 (ix86_set_current_function): Pass &global_options to
4561 cl_target_option_restore.
4562 * config/pdp11/pdp11.h (optimize): Remove.
4563 * config/rs6000/rs6000.h (optimize): Remove.
4564 * config/sh/sh.h (optimize): Remove.
4565 * config/xtensa/xtensa.h (optimize): Remove.
4566 * coretypes.h (struct gcc_options): Declare.
4567 * diagnostic.c (diagnostic_initialize): Initialize
4568 context->option_state.
4569 (diagnostic_report_diagnostic): Pass option_state to
4570 option_enabled hook.
4571 * diagnostic.h (diagnostic_context.option_enabled): Add void *
4573 (diagnostic_context.option_state): New field.
4574 * final.c (final_start_function, final, final_scan_insn): Rename
4575 optimize parameter to optimize_p.
4576 * flags.h (optimize, optimize_size): Remove.
4577 * function.c (invoke_set_current_function_hook): Pass
4578 &global_options to cl_optimization_restore.
4579 * gcc.c (driver_handle_option): Take gcc_options parameter.
4580 Assert that it is &global_options.
4581 (process_command): Pass &global_options to read_cmdline_option.
4582 * ipa-pure-const.c (suggest_attribute): Pass &global_options to
4584 * lto-opts.c (lto_reissue_options): Use option_flag_var. Pass
4585 &global_options to set_option.
4586 * opts-common.c (handle_option, handle_generated_option,
4587 read_cmdline_option, set_option): Take explicit gcc_options
4588 parameters. Use option_flag_var.
4589 (option_flag_var): New.
4590 * opts.c (common_handle_option, lang_handle_option,
4591 target_handle_option): Take gcc_options parameter. Assert that it
4593 (read_cmdline_options): Pass &global_options to read_cmdline_option.
4594 (print_filtered_help): Use option_flag_var. Pass &global_options
4596 (common_handle_option): Use option_flag_var.
4597 (option_enabled): Take opts parameter. Use option_flag_var.
4598 (get_option_state): Take gcc_options parameter. Use
4599 option_flag_var. Pass gcc_options parameter to option_enabled.
4600 (enable_warning_as_error): Pass &global_options to
4601 handle_generated_option.
4602 * opts.h (struct cl_option): Change flag_var to flag_var_offset.
4603 (cl_option_handler_func.handler): Take gcc_options parameter.
4604 (option_enabled, get_option_state, set_option, handle_option,
4605 handle_generated_option, read_cmdline_option): Take gcc_options
4607 * toplev.c (optimize, optimize_size): Remove.
4608 (print_switch_values): Pass &global_options to option_enabled.
4609 (option_affects_pch_p): Use option_flag_var. Pass &global_options
4610 to get_option_state.
4611 (general_init): Initialize global_dc->option_state.
4612 * tree.c (build_optimization_node): Pass &global_options to
4613 cl_optimization_save.
4614 (build_target_option_node): Pass &global_options to
4615 cl_target_option_save.
4617 2010-09-30 Martin Jambor <mjambor@suse.cz>
4619 * tree-sra.c (type_consists_of_records_p): Do not check for trailing
4620 zero sized bit-fields.
4622 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
4624 * c-parser.c (c_lex_one_token): When finding a CPP_AT_NAME
4625 Objective-C token, map RID_CLASS to RID_AT_CLASS and similar.
4626 (c_parser_external_declaration): Use RID_AT_CLASS instead of RID_CLASS.
4627 (c_parser_objc_class_declaration): Same change.
4628 (c_parser_objc_try_catch_statement): Use RID_AT_TRY instead of
4629 RID_TRY and RID_AT_CATCH instead of RID_CATCH.
4630 (c_parser_objc_class_instance_variables): Use RID_AT_PRIVATE
4631 instead of RID_PRIVATE, RID_AT_PROTECTED instead of RID_PROTECTED
4632 and RID_AT_PUBLIC instead of RID_PUBLIC.
4633 (c_parser_statement_after_labels): Use RID_AT_TRY instead of
4634 RID_TRY and RID_AT_CATCH instead of RID_CATCH.
4636 2010-09-30 Tom G. Christensen <tgc@jupiterrise.com>
4638 * doc/install.texi (Binaries): Update link to HP-UX porting centre.
4639 Add links to current providers of packages for Solaris and IRIX.
4641 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
4643 Merge from 'apple/trunk' branch on FSF servers.
4644 * c-parser.c: Applied change originally in c-parse.in.
4646 2005-10-04 Fariborz Jahanian <fjahanian@apple.com>
4649 * c-decl.c (start_decl): Check for redeclaration of class name.
4650 * c-parse.in (after_type_declarator): Recognize CLASSNAME.
4652 2010-09-29 Steve Ellcey <sje@cup.hp.com>
4654 * config/ia64/ia64.c (ia64_builtin_decl): New.
4655 (TARGET_BUILTIN_DECL): Define.
4656 (ia64_builtins): New.
4657 (ia64_init_builtins): Save decls in ia64_builtins.
4659 2010-09-29 Bernd Schmidt <bernds@codesourcery.com>
4662 * postreload.c (move2add_use_add2_insn): Use full_costs for comparison.
4663 (move2add_use_add3_insn): Likewise.
4664 (reload_cse_move2add): Likewise.
4665 * rtlanal.c (get_full_rtx_cost): New function.
4666 * rtl.h (struct full_rtx_costs): New.
4667 (init_costs_to_max, init_costs_to_zero, costs_lt_p,
4668 costs_add_n_insns): New inline functions.
4669 (get_full_rtx_cost): Declare.
4672 * reload1.c (replace_pseudos_in): Use eliminate_regs_1, allowing
4673 invariants. Check for reg_equiv_invariant.
4674 (reload): Assert that spilled_pseudos is empty when returning.
4676 2010-09-29 Kai Tietz <kai.tietz@onevision.com>
4678 * config/i386/mingw32.h (TARGET_64BIT): replaced by
4679 TARGET_64BIT_DEFAULT in #if check.
4681 2010-09-29 Jack Howarth <howarth@bromo.med.uc.edu>
4683 * varasm.c (assemble_alias): Add error message for unsupported ifunc.
4685 2010-09-29 Mike Stump <mikestump@comcast.net>
4687 * config/darwin.h (flag_mkernel): Remove.
4688 (flag_apple_kext): Likewise.
4690 2010-09-29 Joseph Myers <joseph@codesourcery.com>
4691 Jack Howarth <howarth@bromo.med.uc.edu>
4693 * config/darwin.opt (undefined): Add.
4695 2010-09-29 Nathan Sidwell <nathan@codesourcery.com>
4698 * configure.ac: Add --enable-indirect-function option.
4699 * config.gcc: Add default_gnu_indirect_function.
4700 * config.in (HAVE_GAS_INDIRECT_FUNCTION): Rename to ...
4701 (HAVE_GNU_INDIRECT_FUNCTION): ... this.
4702 * varasm.c (do_assemble_alias): Adjust for macro name change.
4703 * configure: Rebuilt.
4704 * doc/install.texi: Document --enable-indirect-function.
4706 2010-09-29 Joseph Myers <joseph@codesourcery.com>
4708 * doc/options.texi (Variable, Var, Init): Update documentation
4709 without reference to VarExists.
4710 (VarExists): Remove.
4711 * common.opt, config/i386/i386.opt, config/linux.opt,
4712 config/rs6000/rs6000.opt, config/sh/sh.opt, config/spu/spu.opt:
4713 Don't use VarExists.
4715 2010-09-29 Joseph Myers <joseph@codesourcery.com>
4717 * optc-gen.awk: Generate global_options initializer instead of
4718 individual variables. Add x_ prefix to names of structure members.
4719 * opth-gen.awk: Generate gcc_options structure. Add x_ prefix to
4720 names of structure members.
4721 * doc/tm.texi.in (HARD_FRAME_POINTER_IS_FRAME_POINTER,
4722 HARD_FRAME_POINTER_IS_ARG_POINTER): Document.
4723 * doc/tm.texi: Regenerate.
4724 * alias.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
4725 * builtins.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
4726 * c-parser.c (disable_extension_diagnostics,
4727 restore_extension_diagnostics): Update names of cpp_options members.
4728 * combine.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
4729 * common.opt (fcompare-debug-second): Don't use Var.
4730 * config/alpha/alpha.h (target_flags): Remove.
4731 * config/arm/arm.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
4732 HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
4733 * config/bfin/bfin.h (target_flags): Remove.
4734 * config/cris/cris.h (target_flags): Remove.
4735 * config/i386/i386-c.c (ix86_pragma_target_parse): Update names of
4736 cl_target_option members.
4737 * config/i386/i386.c (ix86_force_align_arg_pointer): Remove.
4738 (ix86_function_specific_print, ix86_valid_target_attribute_tree,
4739 ix86_can_inline_p): Update names of cl_target_option members.
4740 * config/i386/i386.h (ix86_isa_flags): Remove.
4741 * config/lm32/lm32.h (target_flags): Remove.
4742 * config/mcore/mcore.h (mcore_stack_increment): Remove.
4743 * config/mcore/mcore.md (addsi3): Remove extern declaration of
4744 flag_omit_frame_pointer.
4745 * config/mep/mep.h (target_flags): Remove.
4746 * config/mips/mips.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
4747 HARD_FRAME_POINTER_IS_ARG_POINTER): Define.
4748 * config/mmix/mmix.h (target_flags): Remove.
4749 * config/rs6000/rs6000.h (rs6000_xilinx_fpu, flag_pic,
4750 flag_expensive_optimizations): Remove.
4751 * config/s390/s390.h (flag_pic): Remove.
4752 * config/score/score-conv.h (target_flags): Remove.
4753 * config/sh/sh.h (sh_fixed_range_str): Remove.
4754 * config/spu/spu.h (target_flags, spu_fixed_range_string): Remove.
4755 * dbxout.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
4756 * df-scan.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
4757 * diagnostic.c (diagnostic_initialize): Update names of
4758 diagnostic_context members.
4759 * diagnostic.h (diagnostic_context): Rename inhibit_warnings and
4760 warn_system_headers.
4761 (diagnostic_report_warnings_p): Update for new names.
4762 * dwarf2out.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER
4763 * emit-rtl.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER and
4764 HARD_FRAME_POINTER_IS_ARG_POINTER.
4765 * flags.h (flag_compare_debug): Declare.
4766 * ira.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
4767 * opts.c (flag_compare_debug): Define.
4768 (common_handle_option): Update names of diagnostic_context
4769 members. Handle -fcompare-debug-second.
4770 (fast_math_flags_struct_set_p): Update names of cl_optimization
4772 * reginfo.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
4773 * regrename.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
4774 * reload.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
4775 * reload1.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
4776 * resource.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER.
4777 * rtl.h (HARD_FRAME_POINTER_IS_FRAME_POINTER,
4778 HARD_FRAME_POINTER_IS_ARG_POINTER): Define and use.
4779 * sel-sched.c: Use HARD_FRAME_POINTER_IS_FRAME_POINTER
4780 * stmt.c: Use HARD_FRAME_POINTER_IS_ARG_POINTER.
4782 2010-09-29 Hariharan Sandanagobalane <hariharan@picochip.com>
4784 * config/picochip/picochip.c (picochip_output_internal_label):
4785 This function can now be called for debug CFI labels, which can come
4786 in the middle of a vliw instruction. Postpone until end of vliw.
4788 2010-09-29 Richard Guenther <rguenther@suse.de>
4790 * tree.h (SCOPE_FILE_SCOPE_P): New macro.
4791 (DECL_FILE_SCOPE_P): Use it.
4792 (TYPE_FILE_SCOPE_P): New macro.
4794 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
4796 * c-parser.c (c_lex_one_token): In Objective-C, when dealing with
4797 a CPP_NAME which is a reserved word, clearly separate cases for
4798 OBJC_IS_PQ_KEYWORD, OBJC_IS_AT_KEYWORD and OBJC_IS_CXX_KEYWORD.
4800 2010-09-29 Nicola Pero <nicola.pero@meta-innovation.com>
4802 * c-parser.c (c_lex_one_token): In Objective-C, do not replace
4803 token->value with the canonical spelling. Do exactly like C and
4804 C++ and leave it as it is.
4806 2010-09-28 Richard Henderson <rth@redhat.com>
4808 * config/alpha/alpha.c (alpha_builtins): New.
4809 (alpha_builtin_decl, TARGET_BUILTIN_DECL): New.
4810 (alpha_builtin_function): New.
4811 (alpha_add_builtins, alpha_init_builtins): Use it.
4813 2010-09-28 Nicola Pero <nicola.pero@meta-innovation.com>
4815 * doc/standards.texi (Standards): Expanded the section on
4816 Objective-C and Objective-C++.
4818 2010-09-28 DJ Delorie <dj@redhat.com>
4821 * config/m32c/m32c.c (m32c_subreg): Force adjustment of subregs of
4824 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
4826 * c-parser.c (c_parser_declaration_or_fndef): Diagnose incorrect prefix
4827 attributes on methods.
4828 (c_parser_objc_method_definition): Handle attributes.
4829 (c_parser_objc_methodproto): Likewise.
4830 (c_parser_objc_maybe_method_attributes): New.
4831 (c_parser_objc_method_decl): Handle attributes, add a diagnostic for a
4832 missing definition, similar to that in ObjC++.
4834 2010-09-28 Richard Henderson <rth@redhat.com>
4836 * defaults.h (DWARF2_UNWIND_INFO): Don't depend on TARGET_UNWIND_INFO.
4837 (MUST_USE_SJLJ_EXCEPTIONS): Remove.
4838 (CONFIG_SJLJ_EXCEPTIONS): Remove.
4839 (STACK_OLD_CHECK_PROTECT): Use targetm.except_unwind_info.
4840 (STACK_CHECK_PROTECT): Likewise.
4841 * dwarf2out.c (DWARF2_UNWIND_INFO, DWARF2_FRAME_INFO): Poison.
4842 (dwarf2out_do_frame): Use debug_unwind_info and except_unwind_info.
4843 (dwarf2out_do_cfi_asm, dwarf2out_begin_prologue): Likewise.
4844 (dwarf2out_frame_init, dwarf2out_frame_finish): Likewise.
4845 (dwarf2out_assembly_start): Likewise.
4846 * except.c (init_eh): Use targetm.except_unwind_info.
4847 (finish_eh_generation, gate_convert_to_eh_region_ranges): Likewise.
4848 (output_one_function_exception_table): Likewise.
4849 * final.c: Unconditionally include dwarf2out.h.
4850 (final_start_function): Unconditionally call dwarf2out routines.
4851 (final_end_function, final_scan_insn): Likewise.
4852 * function.c (expand_function_end): Use targetm.except_unwind_info.
4853 * opts.c (decode_options): Use targetm.except_unwind_info.
4854 * system.h (USING_SJLJ_EXCEPTIONS, TARGET_UNWIND_INFO): Poison.
4855 * target.def (debug_unwind_info, except_unwind_info): New.
4856 * target.h (enum unwind_info_type): New.
4857 * targhooks.c (default_debug_unwind_info): New.
4858 (default_except_unwind_info): New.
4859 (dwarf2_except_unwind_info, sjlj_except_unwind_info): New.
4860 * targhooks.h: Declare them.
4861 * tree-tailcall.c: Include "target.h"
4862 (suitable_for_tail_call_opt_p): Use targetm.except_unwind_info.
4863 * Makefile.in (tree-tailcall.o): Update.
4864 * tree.c (build_common_builtin_nodes): Use targetm.except_unwind_info.
4865 (lhd_gcc_personality): Likewise.
4867 * doc/tm.texi.in (TARGET_UNWIND_INFO): Remove.
4868 (TARGET_EXCEPT_UNWIND_INFO): New.
4869 (DWARF2_UNWIND_INFO): Update.
4870 (TARGET_DEBUG_UNWIND_INFO): New.
4871 * doc/tm.texi: Rebuild.
4873 * c-family/c-cppbuiltin.c (c_cpp_builtins): Use
4874 targetm.except_unwind_info.
4876 * config/arm/arm.c (TARGET_EXCEPT_UNWIND_INFO): New.
4877 (arm_except_unwind_info): New.
4878 (arm_compute_func_type): Use it.
4879 (arm_expand_prologue, thumb_pushpop): Likewise.
4880 (thumb1_expand_prologue, thumb1_output_function_prologue): Likewise.
4881 (arm_unwind_emit, arm_output_fn_unwind): Likewise.
4882 * config/arm/bpabi.h (ARM_UNWIND_INFO): Rename from TARGET_UNWIND_INFO.
4883 * config/arm/arm.h (ARM_UNWIND_INFO): Likewise.
4884 (DWARF2_UNWIND_INFO): Remove.
4885 (MUST_USE_SJLJ_EXCEPTIONS): Remove.
4886 (ARM_EABI_UNWIND_TABLES): Remove.
4888 * config/ia64/ia64.c (ia64_debug_unwind_info): New.
4889 (TARGET_DEBUG_UNWIND_INFO, TARGET_EXCEPT_UNWIND_INFO): New.
4890 (ia64_except_unwind_info): New.
4891 (ia64_output_function_prologue): Use it.
4892 (ia64_add_bundle_selector_before): Likewise.
4893 (ia64_reorg, ia64_asm_unwind_emit): Likewise.
4894 * config/ia64/ia64.h (DWARF2_FRAME_INFO): Remove.
4895 (TARGET_UNWIND_INFO): Remove.
4897 * config/pa/pa.c (pa_option_override): Use targetm.except_unwind_info.
4899 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
4901 * c-parser.c (c_parser_objc_class_definition): Adjust prototype.
4902 (c_parser_objc_protocol_definition): Likewise.
4903 (c_parser_external_declaration): Provide dummy attribute arguments.
4904 (c_parser_declaration_or_fndef): Parse prefix attributes for ObjC.
4905 (c_parser_objc_class_definition): Handle attributes.
4906 (c_parser_objc_protocol_definition): Likewise.
4908 2010-09-28 Tobias Burnus <burnus@net-b.de>
4912 * toplev.h (save_decoded_options, save_decoded_options_count):
4913 New global variables.
4914 * toplev.c (save_decoded_options, save_decoded_options_count):
4917 2010-09-28 Ian Lance Taylor <iant@google.com>
4919 * config/i386/i386.c (ix86_supports_split_stack): Test
4920 HAVE_GAS_CFI_PERSONALITY_DIRECTIVE rather than dwarf2out_do_cfi_asm.
4922 2010-09-28 Ian Lance Taylor <iant@google.com>
4925 * opts.c (decode_options): Don't test whether the target supports
4926 split stack if flag_split_stack == 0.
4928 2010-09-28 Jan Hubicka <jh@suse.cz>
4930 * builtin-attrs.def (ATTR_LEAF): New attribute.
4931 (ATTR_NOVOPS_LEAF_LIST, ATTR_LEAF_LIST, ATTR_NOTHROW_LEAF_LIST,
4932 ATTR_CONST_NOTHROW_LEAF_LIST, ATTR_PURE_NOTHROW_LEAF_LIST,
4933 ATTR_PURE_NOTHROW_NOVOPS_LEAF_LIST, ATTR_NORETURN_NOTHROW_LEAF_LIST,
4934 ATTR_MALLOC_NOTHROW_LEAF_LIST, ATTR_SENTINEL_NOTHROW_LEAF_LIST,
4935 ATTR_NOTHROW_NONNULL_LEAF, ATTR_CONST_NOTHROW_NONNULL_LEAF,
4936 ATTR_CONST_NOTHROW_TYPEGENERIC_LEAF, ATTR_PURE_NOTHROW_NONNULL_LEAF,
4937 ATTR_MALLOC_NOTHROW_NONNULL_LEAF): New attribute lists.
4938 * sync-builtins.def: Annotate all builtins by leaf.
4939 * omp-builtins.def: Annotate all builtins by leaf.
4940 * builtins.def: Annotate relevant builtins with leaf attribute.
4941 (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
4942 ATTR_MATHFN_FPROUNDING_ERRNO, ATTR_MATHFN_FPROUNDING_STORE): Make
4945 2010-09-28 Jan Hubicka <jh@suse.cz>
4947 * tree-ssa-ccp.c (fold_ctor_reference): New function.
4948 (fold_const_aggregate_ref): Use it.
4949 * fold-const.c (canonicalize_constructor_val): Check that we don't fold
4950 into external static.
4952 2010-09-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4955 * config/i386/i386.opt (mvect8-ret-in-mem): Define.
4956 * config/i386/i386.c (ix86_target_string): Handle -mvect8-ret-in-mem.
4957 (ix86_solaris_return_in_memory): Remove.
4958 * config/i386/i386-protos.h (ix86_solaris_return_in_memory): Remove.
4959 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
4960 (TARGET_SUBTARGET_DEFAULT): Redefine.
4961 * config/i386/sol2-10.h (TARGET_SUBTARGET_DEFAULT): Update comment.
4962 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Remove.
4963 (TARGET_SUBTARGET_DEFAULT): Redefine.
4964 * doc/invoke.texi (Option Summary, i386 and x86-64 Options): Add
4966 (i386 and x86-64 Options): Document -mvect8-ret-in-mem.
4968 2010-09-29 Alan Modra <amodra@gmail.com>
4971 * config/rs6000/aix.h (SETUP_FRAME_ADDRESSES): Delete.
4972 * config/rs6000/linux64.h (SETUP_FRAME_ADDRESSES): Delete.
4973 * config/rs6000/rs6000-protos.h (rs6000_aix_emit_builtin_unwind_init):
4975 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init): Delete.
4976 (rs6000_emit_prologue): Don't just create frame save info for r2,
4979 2010-09-28 Richard Henderson <rth@redhat.com>
4981 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Output 8 bytes
4982 when 8 bytes are requested.
4984 2010-09-28 Tristan Gingold <gingold@adacore.com>
4986 * config/avr/avr.c (expand_prologue): Set
4987 current_function_static_stack_size.
4989 2010-09-28 Tristan Gingold <gingold@adacore.com>
4991 * config/alpha/alpha.md: Change the initial condition of the
4994 2010-09-28 Uros Bizjak <ubizjak@gmail.com>
4996 * config/i386/sse.md (*avx_<umaxmin:code><mode>3):
4997 Split from *avx_<maxmin:code><mode>3.
4998 (*avx_<smaxmin:code><mode>3): Ditto.
4999 * config/i386/i386.md (maxmin): Remove code iterator.
5001 2010-09-27 Ian Lance Taylor <iant@google.com>
5003 * config/i386/i386.c (ix86_supports_split_stack): -fsplit-stack
5004 requires assembler support for CFI directives.
5006 2010-09-27 Richard Henderson <rth@redhat.com>
5008 * dwarf2out.c (dwarf2out_cfi_label): Use ASM_OUTPUT_DEBUG_LABEL.
5010 2010-09-27 Hans-Peter Nilsson <hp@axis.com>
5012 * emit-rtl.c (reorder_insns_nobb) [ENABLE_CHECKING]: Sanity-check
5013 that AFTER is not in the range FROM..TO, inclusive.
5015 2010-09-27 Hans-Peter Nilsson <hp@axis.com>
5016 Bernd Schmidt <bernds@codesourcery.com>
5018 PR rtl-optimization/45792
5019 * cfgcleanup.c (try_head_merge_bb): New rtx vector nextptr.
5020 If not all insns are to be merged, for each edge, stash the
5021 next candidate after the to-be-merged insns before doing the
5022 merge, and use them for the retry at the new insertion point.
5023 Handle CC0 targets when retrying.
5025 2010-09-27 Ian Lance Taylor <iant@google.com>
5027 * common.opt (fsplit-stack): New option.
5028 * opts.c (decode_options): Set flag_split_stack to final value.
5029 * target.def (supports_split_stack): New hook.
5030 * gcc.c (STACK_SPLIT_SPEC): Define.
5031 (LINK_COMMAND_SPEC): Use STACK_SPLIT_SPEC.
5032 * doc/invoke.texi (Option Summary): Mention -fsplit-stack.
5033 (Code Gen Options): Document -fsplit-stack.
5034 * doc/extend.texi (Function Attributes): Mention no_split_stack.
5035 (Function Attributes): Document no_split_stack.
5036 * doc/tm.texi.in (Stack Smashing Protection): Add @hook
5037 TARGET_SUPPORTS_SPLIT_STACK.
5038 * doc/tm.texi: Rebuild.
5039 * function.c (thread_prologue_and_epilogue_insns): If
5040 flag_split_stack, add split stack prologue.
5041 * explow.c (allocate_dynamic_stack_space): Support -fsplit-stack.
5042 * varasm.c (saw_no_split_stack): New static variable.
5043 (assemble_start_function): Set saw_no_split_stack if the function
5044 has the no_split_stack attribute.
5045 (file_end_indicate_split_stack): New function.
5046 * output.h (file_end_indicate_split_stack): Declare.
5047 * libgcc-std.ver (GCC_4.6.0): Add -fsplit-stack support variables
5049 * doc/libgcc.texi (Miscellaneous routines): Document -fsplit-stack
5051 * config/i386/i386.c (ix86_option_override_internal): Don't set
5052 expand_builtin_va_start to NULL if -fsplit-stack.
5053 (ix86_function_regparm): Reduce local regparm by 1 for 32-bit
5055 (ix86_va_start): If -fsplit-stack, get overflow pointer from
5056 scratch register set by prologue.
5057 (ix86_code_end): If -fsplit-stack, call
5058 file_end_indicate_split_stack.
5059 (ix86_supports_split_stack): New static function.
5060 (SPLIT_STACK_AVAILABLE): Define.
5061 (split_stack_prologue_scratch_regno): New static function.
5062 (split_stack_fn): New static variable.
5063 (ix86_expand_split_stack_prologue): New function.
5064 (ix86_live_on_entry): New static function.
5065 (ix86_legitimate_address_p): Handle UNSPEC_STACK_CHECK.
5066 (output_pic_addr_const): Likewise.
5067 (i386_asm_output_addr_const_extra): Likewise.
5068 (ix86_expand_call): Change return type to rtx. Return the new
5070 (TARGET_SUPPORTS_SPLIT_STACK): Define.
5071 (TARGET_EXTRA_LIVE_ON_ENTRY): Define.
5072 * config/i386/i386.md (UNSPEC_STACK_CHECK): Define.
5073 (split_stack_prologue, split_stack_return): New insns.
5074 (split_stack_space_check): New insn.
5075 * config/i386/i386.h (struct machine_function): Add
5076 split_stack_varargs_pointer field.
5077 * config/i386/linux.h (TARGET_CAN_SPLIT_STACK): Define.
5078 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
5079 * config/i386/linux64.h (TARGET_CAN_SPLIT_STACK): Define.
5080 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
5081 * config/i386/i386-protos.h (ix86_expand_split_stack_prologue):
5083 (ix86_expand_call): Update declaration.
5085 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
5087 * doc/objc.texi (Type encoding): Added the new 'long double' (D)
5088 code. Added byref, which was missing in the list of codes.
5089 Explain that enumeration values are encoded as the integer type
5090 that the compiler uses to store them. Explain and make examples
5091 of how 'const' interacts with pointers, and the complication of
5092 the encoding of 'const char *'.
5093 (Legacy type encoding): New subsection, explaining that GCC emits
5094 incorrect type encodings for the NeXT runtime for compatibility
5096 (@@encode): New subsection, explaining @encode and particularly
5097 that protocol qualifiers are not recognized inside an @encode()
5099 (Method signatures): New subsection, explaining how method
5100 signatures are encoded.
5102 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
5104 Merge from 'apple/trunk' branch on FSF servers. Removed small
5105 change in build_conditional_expr that had been added when fixing
5106 PR objc/27377 and which did the same check in a less complete way.
5108 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
5111 * c-typeck.c (build_conditional_expr): Call objc_have_common_type when
5112 looking for objective-c common pointer types.
5114 2005-06-22 Ziemowit Laski <zlaski@apple.com>
5117 * c-typeck.c (build_conditional_expr): For two ObjC pointer types,
5118 use their ObjC common type.
5120 2010-09-27 Richard Guenther <rguenther@suse.de>
5122 * dbxout.c (dbxout_symbol): Use DECL_FILE_SCOPE_P.
5124 2010-09-27 Jie Zhang <jie@codesourcery.com>
5126 * print-tree.c (print_node): Print in-constant-pool.
5128 2010-09-27 Uros Bizjak <ubizjak@gmail.com>
5130 * config/i386/i386.h (CLASS_MAX_NREGS): Also handle XCmode.
5131 (UNITS_PER_WORD): Define only when IN_LIBGCC2 is undefined.
5132 (MOVE_MAX_PIECES): Redefine using UNITS_PER_WORD.
5133 (ASM_OUTPUT_AVX_PREFIX): Simplify pointer addition.
5135 2010-09-26 Uros Bizjak <ubizjak@gmail.com>
5137 * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_add): Merge
5138 from pro_epilogue_adjust_stack_<mode>_{1,2}.
5139 (pro_epilogue_adjust_stack_<mode>_add): Rename from
5140 pro_epilogue_adjust_stack_<mode>_3.
5141 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for
5142 renamed pro_epilogue_adjust_stack_{si,di}_add.
5143 (ix86_expand_prologue): Use indirect functions. Update for renamed
5144 pro_epilogue_adjust_stack_{si,di}_sub.
5146 2010-09-26 Uros Bizjak <ubizjak@gmail.com>
5148 * config/i386/i386.md (movmsk_df): New insn.
5149 (signbitdf): Split out of signbit<mode>2. Generate movmsk_df
5150 sequence for TARGET_SSE_MATH.
5152 2010-09-26 Richard Sandiford <rdsandiford@googlemail.com>
5154 * config/mips/mips.c (mips_builtin_decls): Declare.
5155 (mips_init_builtins): Store function declarations in
5157 (mips_builtin_decl): New function.
5158 (TARGET_BUILTIN_DECL): Define.
5160 2010-09-25 Kai Tietz <kai.tietz@onevision.com>
5161 Richard Henderson <rth@redhat.com>
5163 * config/i386/cygwin.asm: Include auto-host.h.
5164 (cfi_startproc, cfi_endproc, cfi_adjust_cfa_offset,
5165 cfi_def_cfa_register, cfi_register, cfi_push, cfi_pop): New macros.
5166 (__chkstk, __alloca): Annotate for dwarf2 unwind info. Drop
5167 alignment code from the 64-bit path. Use gas local labels.
5168 * config/i386/i386.md (pro_epilogue_adjust_stack_<mode>_2): Macroize
5169 from _di_2. Remove the useless constant integer argument.
5170 (pro_epilogue_adjust_stack_<mode>_3): New.
5171 (allocate_stack_worker_probe_<mode>): Macroize from
5172 allocate_stack_worker_{32,64}. Use __chkstk_ms. Update all users.
5173 * config/i386/i386.c (ix86_expand_prologue): Use __chkstk_ms;
5174 use gen_pro_epilogue_adjust_stack_*_3 and annotate it.
5175 (__chkstk_ms): New function.
5176 * config/i386/t-cygming (LIB1ASMFUNCS): Add _chkstk_ms.
5177 * gcc/config/i386/t-interix: Likewise.
5178 * configure.ac (HAVE_GAS_CFI_DIRECTIVE): Export for target.
5179 (HAVE_GAS_CFI_PERSONALITY_DIRECTIVE): Likewise.
5180 (HAVE_GAS_CFI_SECTIONS_DIRECTIVE): Likewise.
5181 * configure, config.in: Rebuild.
5183 2010-09-25 Eric Botcazou <ebotcazou@adacore.com>
5185 * tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new
5186 statements because of the return slot optimization.
5188 2010-09-25 Anatoly Sokolov <aesok@post.ru>
5190 * config/avr/avr.h (CLASS_LIKELY_SPILLED_P): Remove.
5191 * config/avr/avr-protos.h (class_likely_spilled_p): Remove.
5192 * config/avr/avr.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
5193 (class_likely_spilled_p): Rename to...
5194 (avr_class_likely_spilled_p): ...this. Make static. Change argument
5195 type to reg_class_t.
5197 2010-09-24 Jan Hubicka <jh@suse.cz>
5199 * lto-symtab.c (lto_symtab_entry_def): Add guessed field.
5200 (lto_symtab_resolve_symbols): Set it.
5201 (lto_symtab_merge_decls_1): Do not compute used_from_object_file;
5202 store resolution field in cgraph/varpool.
5203 * cgraph.c (cgraph_same_body_alias, cgraph_add_thunk): Return node.
5204 (cgraph_get_node_or_alias, cgraph_get_node_or_alias): Constify.
5205 (cgraph_dump_node): Drop used_from_object_file.
5206 (cgraph_clone_node, cgraph_create_virtual_clone): Likewise.
5207 (cgraph_function_body_availability): Use decl_replaceable_p.
5208 (cgraph_make_node_local): Set resolution to LDPR_PREVAILING_DEF_IRONLY.
5209 (cgraph_can_remove_if_no_direct_calls_and_refs): Use
5210 cgraph_used_from_object_file_p.
5211 (cgraph_will_be_removed_from_program_if_no_direct_calls): Use
5212 cgraph_used_from_object_file_p.
5213 (resolution_used_from_other_file_p): New functoin.
5214 (cgraph_used_from_object_file_p): New predicate.
5215 * cgraph.h: Include plugin-api.h
5216 (struct cgraph_local_info): Remove used_from_object_file.
5217 (struct cgraph_node): Add resolution field.
5218 (struct varpool_node): Likewise; remove used_from_object_file;
5219 reove const_value_known.
5220 (cgraph_get_node, cgraph_get_node_or_alias, cgraph_node,
5221 cgraph_same_body_alias, cgraph_add_thunk): Update prototypes.
5222 (resolution_used_from_other_file_p, cgraph_used_from_object_file_p,
5223 varpool_used_from_object_file_p): Declare.
5224 (varpool_get_node, varpool_extra_name_alias): Update prototype.
5225 * tree.h (DECL_REPLACEABLE_P): Remove.
5226 (decl_replaceable_p, decl_binds_to_current_def_p): Declare.
5227 * final.c (rest_of_clean_state): Use decl_binds_to_current_def_p.
5228 * lto-cgraph.c (lto_output_node, lto_output_varpool_node,
5229 input_overwrite_node, input_node, input_varpool_node): Stream
5231 * expr.c (expand_expr_real_1): Use const_value_known_p
5232 * ipa.c (ipa_discover_readonly_nonaddressable_var): Do not set
5234 (cgraph_externally_visible_p): Use cgraph_used_from_object_file_p.
5235 (function_and_variable_visibility): Set resolution for local vars
5236 and functions; use varpool_used_from_object_file_p.
5237 * varasm.c (resolution_to_local_definition_p, resolution_local_p): New
5239 (default_binds_local_p_1): Use resolutoin info.
5240 (decl_binds_to_current_def_p, decl_replaceable_p): New functions.
5241 * varpool.c (varpool_get_node): Constify.
5242 (const_value_known_p): Do not use vnode->const_value_known;
5243 use decl_replaceable_p.
5244 (varpool_finalize_decl): Do not set const_value_known.
5245 (cgraph_variable_initializer_availability): Use decl_replaceable_p
5246 (varpool_extra_name_alias): Return new node.
5247 (varpool_used_from_object_file_p): New function.
5249 2010-09-24 Richard Henderson <rth@redhat.com>
5251 * config/ia64/ia64.c (ia64_dwarf_handle_frame_unspec): New.
5252 (TARGET_DWARF_HANDLE_FRAME_UNSPEC): New.
5253 (do_spill): Use REG_CFA_OFFSET.
5254 (ia64_expand_prologue): Use REG_CFA_ADJUST_CFA and REG_CFA_REGISTER
5256 (ia64_expand_epilogue): Likewise.
5257 (process_set): Split into ...
5258 (process_cfa_adjust_cfa): this,
5259 (process_cfa_register): this,
5260 (process_cfa_offset): and this new function.
5261 (ia64_asm_unwind_emit): Use them. Expect REG_CFA_* notes
5262 instead of REG_FRAME_RELATED_EXPR.
5264 2010-09-24 Olivier Hainque <hainque@adacore.com>
5266 * config/i386/vx-common.h (DBX_REGISTER_NUMBER): Reinstate.
5268 2010-09-24 Jan Hubicka <jh@suse.cz>
5270 * doc/extend.texi: (attribute leaf): Document.
5271 * tree.c (local_define_builtin): Handle ECF_LEAF.
5272 (build_common_builtin_nodes): Set ECF_LEAF where needed.
5273 * tree.h (ECF_LEAF): New.
5274 * ipa-reference.c (propagate_bits): For leaf calls propagate ever
5275 overwrittable and unavailable functions.
5276 (ipa_init): Put all_module_statics into optimization_summary_obstack.
5277 (copy_global_bitmap): Do not copy all_module_statics.
5278 (read_write_all_from_decl): Use cgraph_node argument; handle ECF_LEAF.
5279 (propagate): Handle overwritable and unavailable leaf functions;
5280 initialize global info for overwritable and unavailable leaf functions;
5281 do not free all module statics.
5282 (ipa_reference_get_not_{read,written}_global): Leaf calls don't clobber
5284 * calls.c (flags_from_decl_or_type): Handle leaf.
5285 * tree-cfg.c (stmt_can_make_abnormal_goto): Leaf functions can't do
5288 2010-09-24 Basile Starynkevitch <basile@starynkevitch.net>
5290 * gengtype.c: Reindented.
5291 * gengtype.h: Reindented.
5292 * gengtype-parse.c: Reindented.
5294 2010-09-24 Jan Hubicka <jh@suse.cz>
5296 PR tree-optimization/45738
5297 PR tree-optimization/45741
5298 * expr.c (string_constant): Allow CONST_DECL too;
5299 check that DECL_INITIAL is set.
5300 * varpool.c (const_value_known_p): Only look into VAR_DECL
5303 2010-09-24 Joseph Myers <joseph@codesourcery.com>
5305 * common.opt (undef): New.
5307 2010-09-24 Jakub Jelinek <jakub@redhat.com>
5310 * rtl.h (enum global_rtl_index): Add
5311 GR_VIRTUAL_PREFERRED_STACK_BOUNDARY.
5312 (LAST_VIRTUAL_POINTER_REGISTER): Define.
5313 (virtual_preferred_stack_boundary_rtx,
5314 VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM): Define.
5315 (LAST_VIRTUAL_REGISTER): Increase by one.
5316 (REGNO_PTR_FRAME_P): Use LAST_VIRTUAL_POINTER_REGISTER
5317 instead of LAST_VIRTUAL_REGISTER.
5318 * function.c (instantiate_new_reg): Handle
5319 virtual_preferred_stack_boundary_rtx.
5320 * emit-rtl.c (init_virtual_regs): Handle
5321 VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
5322 (init_emit_regs): Initialize virtual_preferred_stack_boundary_rtx.
5323 * explow.c (round_push): If crtl->preferred_stack_boundary
5324 is smaller than MAX_SUPPORTED_STACK_ALIGNMENT, use
5325 virtual_preferred_stack_boundary_rtx alignment instead of
5326 crtl->preferred_stack_boundary alignment.
5327 (allocate_dynamic_stack_space): Use CONST_INT_P and REG_P
5328 macros. Never decrease crtl->preferred_stack_boundary,
5329 use crtl->preferred_stack_boundary or MAX_SUPPORTED_STACK_ALIGNMENT
5330 instead of PREFERRED_STACK_BOUNDARY. Don't modify
5331 stack_pointer_delta in dynamic allocation, even when size
5333 (probe_stack_range, anti_adjust_stack_and_probe): Use CONST_INT_P
5335 * print-rtl.c (print_rtx): Handle
5336 VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM.
5337 * config/alpha/alpha.h (NONSTRICT_REG_OK_FP_BASE_P): Use
5338 LAST_VIRTUAL_POINTER_REGISTER instead of LAST_VIRTUAL_REGISTER.
5339 * config/frv/frv.c (frv_emit_movsi): Likewise.
5340 * config/arm/arm.c (thumb1_legitimate_address_p): Likewise.
5341 * config/rs6000/rs6000.c (virtual_stack_registers_memory_p):
5345 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
5348 * calls.c (expand_call): Make sure that all variable sized
5349 adjustments are multiple of preferred stack boundary after
5352 2010-09-24 Iain Sandoe <iains@gcc.gnu.org>
5353 Dominique Dhumieres <dominiq@lps.ens.fr>
5356 * gcc/config/darwin-driver.c (darwin_default_min_version):
5357 Adjust size passed to memcpy in two places.
5359 2010-09-24 Richard Guenther <rguenther@suse.de>
5361 * c-decl.c (pop_scope): Always set file-scope DECL_CONTEXT.
5362 Make sure to not call set_type_context with error_mark_node.
5363 * langhooks.c (lhd_set_decl_assembler_name): Use DECL_FILE_SCOPE_P.
5365 2010-09-24 Richard Guenther <rguenther@suse.de>
5367 * Makefile.in (OBJS-onestep): Remove.
5368 (ALL_HOST_BACKEND_OBJS): Remove libbackend.o.
5369 (libbackend.a): Remove onestep support.
5370 (libbackend.o): Remove.
5371 * configure.ac (--enable-intermodule): Remove.
5372 * configure: Regenerate.
5374 2010-09-24 Bernd Schmidt <bernds@codesourcery.com>
5376 * cfgcleanup.c (flow_find_head_matching_sequence): Terminate when
5377 reaching the end of a block if it occurs at a DEBUG_INSN.
5379 2010-09-09 Tristan Gingold <gingold@adacore.com>
5382 * config/vms/vms-crt0-64.c: Removed.
5383 * config/vms/vms-crt0.c: Removed.
5384 * config/vms/vms-psxcrt0-64.c: Removed.
5385 * config/vms/vms-psxcrt0.c: Removed.
5386 * config/vms/vms-ucrt0.c: New file.
5387 * config/vms/t-vms64: Removed.
5388 * config/vms/t-vms (VMS_EXTRA_PARTS): Uncomment it. Remove DECC.
5389 Use $(GCC_FOR_TARGET) to build pcrt0.o and vcrt0.o
5390 * config.gcc (alpha-dec-vms): Use t-vms.
5392 2010-09-24 Nicola Pero <nicola.pero@meta-innovation.com>
5394 * doc/invoke.texi (-fno-nil-receivers): Tidied up line to remove
5395 underfull hbox in DVI output.
5396 (-fobjc-class-cxx-cdtors): Same change.
5397 (-fobjc-exceptions): Tidied up documentation. Explain what the
5398 option does, but moved the (lenghty) description of the exception
5399 syntax into objc.texi.
5400 (-fobjc-gc): Explain that the option is not useful with the GNU
5402 (-fzero-link): Explain that the GNU runtime always works in
5404 * doc/objc.texi: All sections: simplified @node declarations
5405 removing specification of next, previous, up node.
5406 (Objective-C): Updated introduction.
5407 (Garbage Collection): Updated. The bohem-gc library is now
5408 included in gcc itself. Mention that this section only applies to
5409 the GNU Objective-C runtime.
5410 (compatibility_alias): Small tidy up.
5411 (Exceptions): New section mostly containing text previously in the
5412 description of the -fobjc-exception command-line option.
5413 (Synchronization): Same.
5415 2010-09-24 Uros Bizjak <ubizjak@gmail.com>
5417 * config/i386/i386.md (ix86_code_end): Move the initialization of
5418 xops array near the consumer. Use AX_REG and SP_REG instead of
5419 numerical constants.
5421 2010-09-24 Nicola Pero <nicola.pero@meta-innovation.com>
5423 * c-typeck.c (convert_arguments): Use warning 'too many arguments to
5424 method [methodname]' for an Objective-C method instead of the less
5425 satisfactory 'too many arguments to function' (with no method name).
5427 2010-09-23 Eric Botcazou <ebotcazou@adacore.com>
5429 * tree-flow.h (execute_update_addresses_taken): Remove parameter.
5430 * tree-ssa.c (maybe_optimize_var): Tweak comment and dump messages.
5431 (execute_update_addresses_taken): Remove parameter. Execute the
5432 optimization unconditionally.
5433 * passes.c (execute_function_todo): Call execute_update_addresses_taken
5434 unconditionally if TODO_rebuild_alias is set, else only when optimizing
5435 if TODO_update_address_taken is set.
5437 2010-09-23 Anatoly Sokolov <aesok@post.ru>
5439 * config/arm/arm.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
5440 * config/arm/arm-protos.h (arm_output_addr_const_extra): Remove.
5441 * config/arm/arm.c (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
5442 (arm_output_addr_const_extra): Make static.
5444 2010-09-23 Uros Bizjak <ubizjak@gmail.com>
5446 * config/i386/i386.md (UNSPECV_NOPS): Rename from UNSPEC_NOPS and
5447 define as unspec_volatile.
5448 ("nops"): Define as unspec_volatile. Use fputs to write to
5449 asm_out_file directly. Output NOPs on separate lines using while loop.
5450 * config/i386/i386.c (ix86_code_end): Use fputs to write to
5451 asm_out_file directly. Output NOPs on separate lines using while loop.
5453 2010-09-23 Richard Guenther <rguenther@suse.de>
5455 PR tree-optimization/45565
5456 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee):
5457 Make sure to adjust the fndecl before replacing the stmt.
5459 2010-09-23 Richard Guenther <rguenther@suse.de>
5462 * gimplify.c (gimplify_expr): Properly pass on GS_ERROR when
5463 gimplifying MEM_REF.
5465 2010-09-23 Alan Modra <amodra@gmail.com>
5467 * config/rs6000/rs6000.c (toc_relative_ok): Delete.
5468 (rs6000_emit_move): Use SYMBOL_REF_LOCAL_P instead.
5470 2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
5472 PR rtl-optimization/44374
5473 * basic-block.h (enum bb_flags): Add BB_MODIFIED.
5474 * df-core.c (df_set_bb_dirty): Set it.
5475 * ifcvt.c (find_memory): Remove function.
5476 (dead_or_predicable): Use can_move_insns_across.
5477 * df.h (can_move_insns_across): Declare function.
5478 * cfgcleanup.c (block_was_dirty): New static variable.
5479 (try_crossjump_bb, try_forward_edges): Test BB_MODIFIED flag rather
5480 than df_get_bb_dirty.
5481 (try_head_merge_bb): New static function.
5482 (try_optimize_cfg): Call it. Call df_analyze if block_was_dirty
5484 * df-problems.c: Include "target.h"
5485 (df_simulate_find_uses): New static function.
5486 (MEMREF_NORMAL, MEMREF_VOLATILE): New macros.
5487 (find_memory, find_memory_store): New static functions.
5488 (can_move_insns_across): New function.
5489 * Makefile.in (df-problems.o): Update dependencies.
5491 2010-09-22 Eric Botcazou <ebotcazou@adacore.com>
5494 * config/sparc/linux.h (ASM_SPEC): Pass -K PIC if -findirect-dispatch
5495 is specified and the suffix of the file isn't ".c".
5496 * config/sparc/linux64.h (ASM_SPEC): Likewise.
5498 2010-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5500 * doc/contrib.texi (Contributors): Allow URL to wrap in PDF output.
5501 * doc/cppopts.texi: Fix markup of index entry.
5502 * doc/extend.texi (Constructing Calls): Fix markup of
5503 __builtin_va_arg_pack and __builtin_va_arg_pack_len definition.
5504 (Conditionals, C++ Comments, Pragmas, Unnamed Fields, Thread-Local)
5505 (Vague Linkage, C++ Attributes): Fix markup of index entries and
5507 * doc/invoke.texi (Option Summary): Fix spacing. Rewrap to
5509 (C Dialect Options, C++ Dialect Options, Warning Options)
5510 (Debugging Options, Spec Files, Darwin Options)
5511 (i386 and x86-64 Options, MIPS Options)
5512 (RS/6000 and PowerPC Options, Code Gen Options): Fix markup of
5513 index entries, avoid abbreviations, allow URLs to wrap, avoid
5514 long lines, avoid overlong pages from long @itemx lists.
5515 * doc/objc.texi (Garbage Collection): Allow URLs to wrap.
5516 * doc/standards.texi (Standards): Likewise.
5517 * doc/trouble.texi (Incompatibilities): Fix markup of index entry.
5519 2010-09-22 Joseph Myers <joseph@codesourcery.com>
5521 * opts-common.c (prune_options): Make static. Work with decoded
5523 (decode_cmdline_options_to_array): Call prune_options. Don't
5524 resize option array here.
5525 * opts.h (prune_options): Remove prototype.
5526 * gcc.c (process_command): Take decoded options; don't call
5527 decode_cmdline_options_to_array here. Use decoded options for argv[0].
5528 (main): Call decode_cmdline_options_to_array here instead of
5529 prune_options. Update call to process_command.
5530 * config/darwin-driver.c: Include opts.h.
5531 (darwin_default_min_version): Work with decoded options. Don't
5532 handle -b or -V here.
5533 * config/darwin.h (darwin_default_min_version): Update prototype.
5534 (GCC_DRIVER_HOST_INITIALIZATION): Update call to
5535 darwin_default_min_version.
5536 * config/i386/cygwin.h (mingw_scan): Update prototype.
5537 (GCC_DRIVER_HOST_INITIALIZATION): Update call to mingw_scan.
5538 * config/i386/cygwin1.c: Include opts.h.
5539 (mingw_scan): Work with decoded options.
5540 * config/i386/t-cygwin (cygwin1.o): Update dependencies.
5541 * config/t-darwin (darwin-driver.o): Update dependencies.
5543 2010-09-22 Joseph Myers <joseph@codesourcery.com>
5545 * common.opt (-assemble, -compile, -coverage, -debug, -dump,
5546 -dump=, -dumpbase, -dumpdir, -entry, -entry=, -extra-warnings,
5547 -for-assembler, -for-assembler=, -for-linker, -for-linker=,
5548 -force-link, -force-link=, -language, -language=,
5549 -library-directory, -library-directory=, -no-canonical-prefixes,
5550 -no-standard-libraries, -no-warnings, -optimize, -output,
5551 -output=, -pass-exit-codes, -pedantic, -pedantic-errors, -pie,
5552 -pipe, -prefix, -prefix=, -preprocess, -print-file-name,
5553 -print-file-name=, -print-libgcc-file-name,
5554 -print-multi-directory, -print-multi-lib,
5555 -print-multi-os-directory, -print-prog-name, -print-prog-name=,
5556 -print-search-dirs, -print-sysroot, -print-sysroot-headers-suffix,
5557 -profile, -save-temps, -shared, -specs, -specs=, -static,
5558 -symbolic, -time, -verbose, -param=, -sysroot, coverage, e, u,
5560 (fhelp, fhelp=, ftarget-help, fversion): Make into aliases.
5561 * gcc.c (A Short Introduction to Adding a Command-Line Option):
5563 (cc1_options): Correct specs for passing down --help,
5564 --target-help and --help=*. Add spec for passing down --version.
5565 (struct option_map, option_map, target_option_translations,
5566 translate_options): Remove.
5567 (driver_handle_option): Handle OPT__version, OPT__help, OPT__help_
5568 and OPT__target_help instead of OPT_fversion, OPT_fhelp,
5569 OPT_fhelp_ and OPT_ftarget_help.
5570 (process_command): Don't call translate_options. Call
5571 decode_cmdline_options_to_array before checking for
5572 -no-canonical-prefixes using decoded options.
5573 * opts-common.c (tm.h): Update comment on #include.
5574 (find_opt): Allow abbreviations of long options.
5575 (struct option_map, option_map): New.
5576 (decode_cmdline_option): Use them instead of hardcoding -Wno, -fno
5578 (target_option_translations): New.
5579 (decode_cmdline_options_to_array): Handle
5580 TARGET_OPTION_TRANSLATE_TABLE in driver.
5581 * opts.c (common_handle_option): Don't handle OPT_fhelp,
5582 OPT_ftarget_help, OPT_fhelp_ or OPT_fversion.
5584 2010-09-22 Richard Guenther <rguenther@suse.de>
5586 * tree-inline.c (optimize_inline_calls): Schedule cleanups
5587 only if we inlined something. Block compaction and conditional
5588 folding are done by cfg cleanup. Schedule update-address-taken.
5589 (tree_function_versioning): Remove redundant call to number_blocks.
5590 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): Conditional
5591 folding is done by cfg cleanup.
5592 * passes.c (init_optimization_passes): Remove update-address-taken
5593 pass after IPA inlining.
5595 2010-09-22 Chung-Lin Tang <cltang@codesourcery.com>
5597 * postreload.c (move2add_note_store): Add reg_symbol_ref[] checks
5598 to update conditions. Fix reg_mode[] check.
5600 2010-09-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5602 * config/picochip/picochip.md (movhicc): Use expand to check whether
5603 movhicc is available and split it after reload.
5605 2010-09-22 Richard Guenther <rguenther@suse.de>
5607 * tree-ssanames.c (release_dead_ssa_names): Do not remove
5609 * passes.c (init_optimization_passes): Remove early CFG cleanup.
5610 * tree-optimize.c (execute_cleanup_cfg_pre_ipa): Remove.
5611 (pass_cleanup_cfg): Likewise.
5612 (execute_fixup_cfg): Cleanup.
5613 * tree-pass.h (pass_cleanup_cfg): Remove.
5615 2010-09-22 Martin Jambor <mjambor@suse.cz>
5617 * gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
5618 builtins if it is true.
5619 (fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
5622 2010-09-22 Martin Jambor <mjambor@suse.cz>
5624 * tree-sra.c (struct access): New field grp_no_warning.
5625 (create_access_replacement): Set TREE_NO_WARNING according to
5627 (create_artificial_child_access): Use build_ref_for_model and set
5628 grp_no_warning if build_user_friendly_ref_for_offset fails.
5629 (propagate_subaccesses_across_link): Likewise.
5631 2010-09-22 Eric Botcazou <ebotcazou@adacore.com>
5634 * config/sparc/constraints.md ('e'): Return NO_REGS if !TARGET_FPU.
5637 2010-09-22 Tristan Gingold <gingold@adacore.com>
5639 * config/alpha/alpha.c (alpha_use_linkage): Initialize target field.
5641 2010-09-22 Uros Bizjak <ubizjak@gmail.com>
5643 * config/i386/i386.h (MAX_STRINGOP_ALGS): Fix typo in the name.
5644 * config/i386/i386.c (decide_alg): Update for rename.
5646 2010-09-22 Jakub Jelinek <jakub@redhat.com>
5648 PR rtl-optimization/45739
5649 * simplify-rtx.c (simplify_binary_operation_1): Optimize even
5650 vector mode | CONST0_RTX (mode) and ^ CONST0_RTX (mode).
5652 2010-09-21 Anatoly Sokolov <aesok@post.ru>
5654 * config/rs6000/rs6000.h (OUTPUT_ADDR_CONST_EXTRA): Remove macros.
5655 * config/rs6000/rs6000-protos.h (rs6000_output_addr_const_extra):
5657 * config/rs6000/rs6000.c (rs6000_output_addr_const_extra): Make static.
5658 (TTARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
5660 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
5663 * c-parser.c (c_parser_objc_method_definition): Check the return
5664 value of objc_start_method_definition and if false is returned,
5665 parse the method definition but emit no code.
5667 2010-09-21 Nicola Pero <nicola.pero@meta-innovation.com>
5670 * c-decl.c (detect_field_duplicates): If compiling Objective-C,
5671 call objc_get_interface_ivars ().
5673 2010-09-21 Kai Tietz <kai.tietz@onevision.com>
5676 * config/i386/i386.c (ix86_expand_prologue): Save r10 in case that
5677 static chain-register is used for 64-bit.
5679 2010-09-21 Richard Guenther <rguenther@suse.de>
5681 * dwarf2out.c (is_cu_die): New function.
5682 (add_pubtype): Use it.
5683 (gen_subprogram_die): Likewise.
5684 (gen_struct_or_union_type_die): Likewise.
5685 (dwarf2out_finish): Likewise.
5686 (comp_unit_die): Rename to ...
5687 (single_comp_unit_die): ... this.
5688 (comp_unit_die): New function lazily constructing and
5689 returning single_comp_unit_die.
5690 (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
5691 base_type_die, subrange_type_die, modified_type_die,
5692 lower_bound_default, add_bound_info, add_prototyped_attribute,
5693 dwarf2out_vms_debug_main_pointer, scope_die_for, retry_incomplete_types,
5694 dwarf2out_abstract_function, gen_type_die_with_usage, get_context_die,
5695 force_decl_die, gen_namespace_die, dwarf2out_decl,
5696 dwarf2out_start_source_file, dwarf2out_end_source_file,
5697 prune_unused_types, dwarf2out_finish): Use it.
5698 (gen_compile_unit_die): For GNU GIMPLE derive DW_AT_language from
5699 the global list of translation-unit decls.
5700 (dwarf2out_init): Do not create single_comp_unit_die here.
5701 (force_decl_die): Handle TRANSLATION_UNIT_DECL.
5703 2010-09-21 Richard Guenther <rguenther@suse.de>
5705 * dwarf2out.c (dwarf2out_decl): Do not always generate a DIE
5708 2010-09-21 Bernd Schmidt <bernds@codesourcery.com>
5710 * config/arm/iterators.md (qhs_extenddi_op): New mode_attr.
5711 (qhs_extenddi_cstr): Likewise.
5712 * config/arm/arm.md (zero_extend<mode>di2, extend<mode>di2): Use
5713 them for the source operand.
5715 2010-09-21 Uros Bizjak <ubizjak@gmail.com>
5717 * config/i386/i386.c (ix86_split_ashl): Rename single_width variable
5718 to half_width. Use GET_MODE_BITSIZE to calculate mode size.
5719 (ix86_split_ashr): Ditto.
5720 (ix86_split_lshr): Ditto.
5722 2010-09-21 Richard Guenther <rguenther@suse.de>
5724 PR tree-optimization/45580
5725 * tree-ssa-propagate.c (substitute_and_fold): Always replace
5727 * gimple-fold.c (gimple_fold_obj_type_ref): For a BINFO without
5728 virtuals fold the call into a regular indirect one.
5730 2010-09-20 Eric Botcazou <ebotcazou@adacore.com>
5732 PR rtl-optimization/42775
5733 * cfgrtl.c (rest_of_pass_free_cfg): Recompute notes if delay slot
5734 scheduling is enabled.
5736 2010-09-20 Jakub Jelinek <jakub@redhat.com>
5738 PR rtl-optimization/45728
5739 * expr.c (expand_expr_real_1): If op0 isn't REG or MEM, try
5740 gen_lowpart_common first and if that fails, force_reg first
5741 before calling gen_lowpart.
5744 * cfgexpand.c (expand_one_stack_var_at): Use
5745 crtl->max_used_stack_slot_alignment as max_align, instead
5746 of maximum of that and PREFERRED_STACK_BOUNDARY.
5747 Don't call update_stack_alignment.
5749 2010-09-20 Eric Botcazou <ebotcazou@adacore.com>
5751 * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
5752 * langhooks-def.h (LANG_HOOKS_HASH_TYPES): Delete.
5753 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Remove LANG_HOOKS_HASH_TYPES.
5754 * system.h (LANG_HOOKS_HASH_TYPES): Poison.
5755 * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
5756 (build_nonstandard_integer_type): Likewise.
5757 (build_range_type_1): New function, built from...
5758 (build_range_type): ...this. Call build_range_type_1.
5759 (build_nonshared_range_type): New function.
5760 (build_array_type_1): New function, built from...
5761 (build_array_type: ...this. Call build_array_type_1.
5762 (build_nonshared_array_type): New function.
5763 * tree.h (build_nonshared_range_type): Declare.
5764 (build_nonshared_array_type): Likewise.
5766 2010-09-20 Anatoly Sokolov <aesok@post.ru>
5768 * config/arm/arm.h (CLASS_LIKELY_SPILLED_P): Remove.
5769 * config/arm/arm.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
5770 (arm_class_likely_spilled_p): New function.
5772 2010-09-20 Uros Bizjak <ubizjak@gmail.com>
5774 * config/i386/i386.c (ix86_expand_ashl_const): Rewrite using
5776 (ix86_split_ashl): Ditto.
5777 (ix86_split_ashr): Ditto.
5778 (ix86_split_lshr): Ditto.
5779 (ix86_adjust_counter): Ditto.
5781 2010-09-20 Nicola Pero <nicola.pero@meta-innovation.com>
5783 * c-family/c-common.h (constant_string_class): Documented with
5784 comment identical to the one already in c-common.c.
5786 2010-09-20 Jakub Jelinek <jakub@redhat.com>
5788 * dwarf2out.c (any_cfis_emitted): New static variable.
5789 (add_fde_cfi): Set it.
5790 (dwarf2out_frame_debug): Clear it before processing,
5791 if it is set afterwards, flush any queued reg saves.
5794 * dwarf2out.c (add_accessibility_attribute): Assume
5795 DW_ACCESS_private as the default for dwarf_version > 2
5796 and DW_TAG_class_type parent.
5797 (gen_inheritance_die): Assume DW_ACCESS_public as the default
5798 for dwarf_version > 2 and parent other than DW_TAG_class_type.
5800 2010-09-20 Rafael Carre <rafael.carre@gmail.com>
5803 * arm.md (arm_movt): Only enable on machines with MOVT.
5805 2010-09-20 Jie Zhang <jie@codesourcery.com>
5807 * config/arm/arm.c (arm_address_offset_is_imm): New.
5808 (arm_early_store_addr_dep): New.
5809 (arm_early_load_addr_dep): New.
5810 * config/arm/arm-protos.h (arm_early_store_addr_dep): Declare.
5811 (arm_early_load_addr_dep): Declare.
5812 (arm_address_offset_is_imm): Declare.
5813 * config/arm/cortex-m4.md: New file.
5814 * config/arm/cortex-m4-fpu.md: New file.
5815 * config/arm/arm.md: Include cortex-m4.md and cortex-m4-fpu.md.
5816 (attr generic_sched): Exclude cortexm4.
5817 (attr generic_vfp): Exclude cortexm4.
5819 2010-09-20 Richard Guenther <rguenther@suse.de>
5822 * gimplify.c (gimplify_modify_expr_rhs): Preserve volatileness.
5824 2010-09-20 Jan Hubicka <jh@suse.cz>
5826 PR tree-optimize/45605
5827 * cgraph.h (const_value_known_p): Declare.
5828 (varpool_decide_const_value_known): Remove.
5829 * tree-ssa-ccp.c (get_base_constructor): Use it.
5830 * lto-cgraph.c (compute_ltrans_boundary): Likewise.
5831 * expr.c (string_constant): Likewise.
5832 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Likewise.
5833 * ipa.c (ipa_discover_readonly_nonaddressable_var,
5834 function_and_variable_visibility): Likewise.
5835 * gimplify.c (gimplify_call_expr): Likewise.
5836 * gimple-fold.c (get_symbol_constant_value): Likewise.
5837 * varpool.c (varpool_decide_const_value_known): Replace by...
5838 (const_value_known_p): ... this one; handle other kinds of DECLs
5839 too and work for automatic vars.
5840 (varpool_finalize_decl): Use const_value_known_p.
5842 2010-09-20 Rafael Carre <rafael.carre@gmail.com>
5845 * arm.md (arm_movtas_ze): Only enable on machine with MOVT.
5847 2010-09-20 Richard Guenther <rguenther@suse.de>
5849 PR tree-optimization/45705
5850 * tree-ssa-dom.c (optimize_stmt): Perform redundant store elimination.
5852 2010-09-20 Jakub Jelinek <jakub@redhat.com>
5854 PR rtl-optimization/45695
5855 * combine.c (try_combine): When splitting a two set pattern,
5856 make sure the pattern which will be put into i2 doesn't use REGs
5857 or MEMs set by insns in between i2 and i3.
5859 2010-09-19 Jan Hubicka <jh@suse.cz>
5862 * lto-cgraph.c (input_cgraph_1, input_varpool_1): Avoid
5863 processing same node twice.
5865 2010-09-19 Anatoly Sokolov <aesok@post.ru>
5867 * config/bfin/bfin.h (CLASS_LIKELY_SPILLED_P): Remove.
5868 * config/bfin/bfin.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
5869 (bfin_class_likely_spilled_p): New function
5871 2010-09-19 Ira Rosen <irar@il.ibm.com>
5873 PR tree-optimization/45714
5874 * tree-vect-stmts.c (vect_transform_stmt): Use a dummy statement
5875 created in vectorizable_call instead of the original statement in
5878 2010-09-19 Uros Bizjak <ubizjak@gmail.com>
5880 * config/i386/i386-protos.h (split_double_mode): New prototype.
5881 (split_di, split_ti): Remove prototypes.
5882 * config/i386/i386.c (split_double_mode): New function.
5883 (split_di, split_ti): Remove.
5884 (ix86_expand_branch): Use split_double_mode.
5885 (ix86_split_to_parts): Ditto.
5886 (ix86_split_ashl): Ditto.
5887 (ix86_split_ashr): Ditto.
5888 (ix86_split_lshr): Ditto.
5889 (ix86_force_to_memory): Ditto.
5890 * config/i386/i386.md: Use split_double_mode in double-mode splitters.
5892 2010-09-18 Jan Hubicka <jh@suse.cz>
5894 PR tree-optimization/45453
5895 * cgraphunit.c (cgraph_finalize_function): Consider comdat & external
5896 virtual functions are reachable.
5897 * ipa-inline.c (cgraph_clone_inlined_nodes): Likewise.
5898 * ipa.c (cgraph_remove_unreachable_nodes): Likewise.
5899 * ipa-prop.c (ipa_modify_formal_parameters): Clear DECL_VIRTUAL_P
5900 when modifying function.
5902 2010-09-18 Jan Hubicka <jh@suse.cz>
5904 PR tree-optimization/45605
5905 * cgraphunit.c (cgraph_analyze_functions): Allocate bitmap obstack.
5906 * gimple-fold.c (static_object_in_other_unit_p): New function.
5907 (canonicalize_constructor_val): Use it.
5908 (get_symbol_constant_value): Be reaqdy for canonicalize_constructor_val
5910 (gimple_fold_obj_type_ref_known_binfo): Use
5911 static_object_in_other_unit_p.
5913 2010-09-18 Richard Guenther <rguenther@suse.de>
5915 PR tree-optimization/45709
5916 * tree-inline.c (copy_phis_for_bb): Delay commit of edge
5917 insertions until after all PHI nodes of the block are processed.
5919 2010-09-18 Tijl Coosemans <tijl@coosemans.org>
5921 * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
5923 2010-09-18 Kai Tietz <kai.tietz@onevision.com>
5925 * config.gcc (*-w64-mingw*): Correct typo about t-dfprules.
5927 2010-09-18 Richard Guenther <rguenther@suse.de>
5929 PR tree-optimization/45709
5930 * tree-inline.c (copy_phis_for_bb): Fixup new_edge when we splitted it.
5932 2010-09-17 Sebastian Pop <sebastian.pop@amd.com>
5934 * graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
5935 (dot_deps_stmt): Same.
5936 * graphite-poly.c (dot_lst): Same.
5937 * graphite-scop-detection.c (dot_all_scops): Same.
5940 2010-09-17 Sebastian Pop <sebastian.pop@amd.com>
5943 2009-12-16 Ben Elliston <bje@au.ibm.com>
5945 * tree-data-ref.c (dot_rdg_1): Added back.
5946 (dot_rdg): Same. Added "#if 0" around system call.
5948 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
5949 Richard Henderson <rth@redhat.com>
5951 * config/i386/i386.c (initial_ix86_tune_features): Add
5952 X86_TUNE_PAD_SHORT_FUNCTION.
5953 (ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
5954 (ix86_count_insn): New.
5955 (ix86_pad_short_function): Likewise.
5956 (ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
5958 * config/i386/i386.h (ix86_tune_indices): Add
5959 X86_TUNE_PAD_SHORT_FUNCTION.
5960 (TARGET_PAD_SHORT_FUNCTION): New.
5962 * config/i386/i386.md (UNSPEC_NOPS): New.
5965 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
5968 * calls.c (expand_call): Make sure that all variable sized
5969 adjustments are multiple of preferred stack boundary after
5972 2010-09-17 DJ Delorie <dj@redhat.com>
5974 * config/rx/rx.c (rx_print_operand): If __builtin_rx_setpsw() is
5975 passed an invalid value, print an error instead of ICEing.
5976 (valid_psw_flag): New.
5977 (rx_expand_builtin): Call it for setpsw/clrpsw.
5978 (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an RTX.
5980 * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
5981 (bitclr_in_memory): Likewise.
5982 (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
5984 2010-09-17 H.J. Lu <hongjiu.lu@intel.com>
5987 * cfgexpand.c (update_stack_alignment): New.
5988 (get_decl_align_unit): Use it.
5989 (expand_one_stack_var_at): Call update_stack_alignment.
5991 2010-09-17 Richard Guenther <rguenther@suse.de>
5993 * lto-streamer-in.c (lto_input_ts_translation_unit_decl_tree_pointers):
5994 Properly copy the read string.
5996 2010-09-17 Joseph Myers <joseph@codesourcery.com>
5998 * doc/options.texi (Variable): Document.
5999 * optc-gen.awk, opth-gen.awk: Handle Variable records. Don't
6000 generate target_flags declarations explicitly. Don't define
6001 VarExists variables for the driver.
6002 * common.opt (target_flags): New Variable record.
6003 (flag_dump_unnumbered, flag_dump_unnumbered_links,
6004 flag_var_tracking, flag_var_tracking_assignments,
6005 flag_var_tracking_assignments_toggle): Don't mark variables with
6007 * config/i386/i386.c (ix86_isa_flags): Don't define here.
6008 * config/i386/i386.opt (ix86_isa_flags): Define here.
6009 * config/mcore/mcore.c (mcore_stack_increment): Don't define here.
6010 * config/mcore/mcore.opt (mcore_stack_increment): Don't mark with
6012 * flags.h (flag_dump_unnumbered, flag_var_tracking): Remove.
6013 * print-rtl.c (flag_dump_unnumbered, flag_dump_unnumbered_links):
6014 Only define for generator programs.
6015 * rtlanal.c (target_flags): Remove.
6016 * toplev.c (flag_var_tracking, flag_var_tracking_assignments,
6017 flag_var_tracking_assignments_toggle): Remove.
6019 2010-09-17 Michael Matz <matz@suse.de>
6021 PR tree-optimization/43432
6022 * tree-vect-data-refs.c (vect_analyze_data_ref_access):
6023 Accept backwards consecutive accesses.
6024 (vect_create_data_ref_ptr): If step is negative generate
6026 * tree-vect-stmts.c (vectorizable_store): Reject negative steps.
6027 (perm_mask_for_reverse, reverse_vec_elements): New functions.
6028 (vectorizable_load): Handle loads with negative steps when easily
6031 2010-09-03 Jan Hubicka <jh@suse.cz>
6033 * lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.
6035 2010-09-03 Naveen H.S <naveen.S@kpitcummins.com>
6037 * config/v850/v850.c (v850_function_value_regno_p): Make static.
6038 Adjust comments. Declare.
6039 (TARGET_FUNCTION_VALUE_REGNO_P): Define.
6040 * config/v850/v850.h (FUNCTION_VALUE_REGNO_P): Delete.
6042 2010-09-17 Richard Guenther <rguenther@suse.de>
6044 * common.opt (combine): Remove.
6045 * gcc.c (default_compilers): Remove specs testing combine.
6046 The C compilers no longer can combine.
6047 (option_map): Remove -combine.
6048 (display_help): Remove -combine.
6049 (driver_handle_option): Remove OPT_combine handling.
6050 (compile_input_file_p): Remove.
6051 (do_spec): Remove code concerning combine.
6053 * doc/invoke.texi: Remove traces of -combine.
6054 * lto-wrapper.c (run_gcc): Do not pass -combine to the compiler driver.
6056 2010-09-17 Richard Guenther <rguenther@suse.de>
6059 * builtins.c (fold_builtin_memory_op): Always properly adjust
6060 alignment of memory accesses.
6062 2010-09-16 Jan Hubicka <jh@suse.cz>
6064 * lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when
6067 2010-09-16 H.J. Lu <hongjiu.lu@intel.com>
6069 * config/i386/i386-protos.h (ix86_split_idivmod): New prototype.
6071 * config/i386/i386.c (predict_jump): Add prototype.
6072 (flag_opts): Add -m8bit-idiv.
6073 (ix86_split_idivmod): New.
6075 * config/i386/i386.md (UNSPEC_DIV_ALREADY_SPLIT): New.
6076 Add 2 splitters for SI/DI mode divide.
6077 (divmod<mode>4_1): New pattern.
6078 (udivmod<mode>4_1): Likewise.
6079 (testdi_ccno_1): Likewise.
6081 * config/i386/i386.opt (m8bit-idiv): New.
6083 * doc/invoke.texi: Document -m8bit-idiv.
6085 2010-09-16 Reza Yazdani <reza.yazdani@amd.com>
6088 * config/i386/i386.c (min_insn_size): Moved out of the
6089 ASM_OUTPUT_MAX_SKIP_PAD ifdef.
6091 2010-09-16 Jan Hubicka <jh@suse.cz>
6093 * lto-cgraph.c (lto_output_node): Fix handling of clones.
6094 * ipa.c (cgraph_remove_unreachabloe_nodes): Fix handling of
6095 unreachable clones with reachable clones.
6096 * tree-inline.c (copy_bb): Fix sanity checking when producing
6099 2010-09-16 Anatoly Sokolov <aesok@post.ru>
6101 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Remove.
6102 (TARGET_MEMORY_MOVE_COST): Define.
6103 (m32r_function_arg): Annotate argument 'type' with ATTRIBUTE_UNUSED.
6105 2010-09-16 Alexander Monakov <amonakov@ispras.ru>
6107 * sel-sched.c (move_cond_jump): Use tidy_control_flow instead of
6108 maybe_tidy_empty_bb.
6111 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
6112 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
6114 2010-09-16 Joseph Myers <joseph@codesourcery.com>
6116 * target.def (target_option.optimization): New hook.
6117 * doc/tm.texi.in (OPTIMIZATION_OPTIONS): Change to
6118 TARGET_OPTION_OPTIMIZATION hook.
6119 * doc/tm.texi: Regenerate.
6120 * hooks.c (hook_void_int_int): New.
6121 * hooks.h (hook_void_int_int): Declare.
6122 * opts.c: Don't include tm_p.h.
6123 (decode_options): Use targetm.target_option.optimization instead
6124 of OPTIMIZATION_OPTIONS.
6125 * system.h (OPTIMIZATION_OPTIONS): Poison.
6126 * config/arm/arm-protos.h (arm_optimization_options): Remove.
6127 * config/arm/arm.c (TARGET_OPTION_OPTIMIZATION): Define.
6128 (arm_optimization_options): Rename to arm_option_optimization.
6130 * config/arm/arm.h (OPTIMIZATION_OPTIONS): Remove.
6131 * config/cris/cris.c (TARGET_OPTION_OPTIMIZATION): Define.
6132 (cris_option_optimization): New.
6133 * config/cris/cris.h (OPTIMIZATION_OPTIONS): Remove.
6134 * config/crx/crx.c (TARGET_OPTION_OPTIMIZATION): Define.
6135 (crx_option_optimization): New.
6136 * config/crx/crx.h (OPTIMIZATION_OPTIONS): Remove.
6137 * config/frv/frv-protos.h (frv_optimization_options): Remove.
6138 * config/frv/frv.c (TARGET_OPTION_OPTIMIZATION): Define.
6139 (frv_optimization_options): Rename to frv_option_optimization.
6141 * config/frv/frv.h (OPTIMIZATION_OPTIONS): Remove.
6142 * config/h8300/h8300.c (h8300_option_optimization): New.
6143 (TARGET_OPTION_OPTIMIZATION): Define.
6144 * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): Remove.
6145 * config/i386/i386-protos.h (optimization_options): Remove.
6146 * config/i386/i386.c (optimization_options): Rename to
6147 ix86_option_optimization. Make static.
6148 (TARGET_OPTION_OPTIMIZATION): Define.
6149 * config/i386/i386.h (OPTIMIZATION_OPTIONS): Remove.
6150 * config/ia64/ia64-protos.h (ia64_optimization_options): Remove.
6151 * config/ia64/ia64.c (TARGET_OPTION_OPTIMIZATION): Define.
6152 (ia64_optimization_options): Rename to ia64_option_optimization.
6153 Make static. Call SUBTARGET_OPTIMIZATION_OPTIONS.
6154 * config/ia64/ia64.h (OPTIMIZATION_OPTIONS): Remove. Remove
6155 commented-out definition.
6156 * config/ia64/vms.h (SUBTARGET_OPTIMIZATION_OPTIONS): Define
6157 instead of OPTIMIZATION_OPTIONS.
6158 * config/m32r/m32r.c (TARGET_OPTION_OPTIMIZATION): Define.
6159 (m32r_option_optimization): New.
6160 * config/m32r/m32r.h (OPTIMIZATION_OPTIONS): Remove.
6161 * config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
6163 * config/mcore/mcore.c (TARGET_OPTION_OPTIMIZATION): Define.
6164 (mcore_option_optimization): New.
6165 * config/mcore/mcore.h (OPTIMIZATION_OPTIONS): Remove.
6166 * config/mep/mep-protos.h (mep_optimization_options): Remove.
6167 * config/mep/mep.c (TARGET_OPTION_OPTIMIZATION): Define.
6168 (mep_optimization_options): Rename to mep_option_optimization.
6169 Make static. Take unused level and size parameters.
6170 * config/mep/mep.h (OPTIMIZATION_OPTIONS): Remove.
6171 * config/mmix/mmix.c (TARGET_OPTION_OPTIMIZATION): Define.
6172 (mmix_option_optimization): New.
6173 * config/mmix/mmix.h (OPTIMIZATION_OPTIONS): Remove.
6174 * config/pdp11/pdp11.c (TARGET_OPTION_OPTIMIZATION): Define.
6175 (pdp11_option_optimization): New.
6176 * config/pdp11/pdp11.h (OPTIMIZATION_OPTIONS): Remove.
6177 * config/rs6000/rs6000-protos.h (optimization_options): Remove.
6178 * config/rs6000/rs6000.c (TARGET_OPTION_OPTIMIZATION): Define.
6179 (optimization_options): Rename to rs6000_option_optimization.
6181 * config/rs6000/rs6000.h (OPTIMIZATION_OPTIONS): Remove.
6182 * config/rx/rx-protos.h (rx_set_optimization_options): Remove.
6183 * config/rx/rx.c (rx_set_optimization_options): Rename to
6184 rx_option_optimization. Make static. Take unused level and size
6186 (TARGET_OPTION_OPTIMIZATION): Define.
6187 * config/rx/rx.h (OPTIMIZATION_OPTIONS): Remove.
6188 * config/s390/s390-protos.h (optimization_options): Remove.
6189 * config/s390/s390.c (optimization_options): Rename to
6190 s390_option_optimization. Make static. Don't mark size parameter
6192 (TARGET_OPTION_OPTIMIZATION): Define.
6193 * config/s390/s390.h (OPTIMIZATION_OPTIONS): Remove.
6194 * config/sh/sh-protos.h (sh_optimization_options): Remove.
6195 * config/sh/sh.c (TARGET_OPTION_OPTIMIZATION): Define.
6196 (sh_optimization_options): Rename to sh_option_optimization. Make
6197 static. Don't mark parameters unused.
6198 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Remove.
6199 * config/spu/spu-protos.h (spu_optimization_options): Remove.
6200 * config/spu/spu.c (TARGET_OPTION_OPTIMIZATION): Define.
6201 (spu_optimization_options): Rename to spu_option_optimization.
6203 * config/spu/spu.h (OPTIMIZATION_OPTIONS): Remove.
6204 * config/v850/v850.c (TARGET_OPTION_OPTIMIZATION): Define.
6205 (v850_option_optimization): New.
6206 * config/v850/v850.h (OPTIMIZATION_OPTIONS): Remove.
6207 * config/xtensa/xtensa.c (TARGET_OPTION_OPTIMIZATION): Define.
6208 (xtensa_option_optimization): New.
6209 * config/xtensa/xtensa.h (OPTIMIZATION_OPTIONS): Remove.
6211 2010-09-16 Joseph Myers <joseph@codesourcery.com>
6213 * doc/tm.texi.in (OVERRIDE_OPTIONS): Remove documentation.
6214 (C_COMMON_OVERRIDE_OPTIONS): Don't refer to OVERRIDE_OPTIONS.
6215 * doc/tm.texi: Regenerate.
6216 * system.h (OVERRIDE_OPTIONS): Poison.
6217 * target.def (override): Default to hook_void_void.
6218 * targhooks.c (default_target_option_override): Remove.
6219 * genmodes.c, machmode.def: Update comments mentioning
6221 * config/alpha/alpha-modes.def: Update comment mentioning
6222 alpha_override_options.
6223 * config/alpha/alpha-protos.h (override_options): Remove.
6224 * config/alpha/alpha.c (override_options): Rename to
6225 alpha_option_override. Call SUBTARGET_OVERRIDE_OPTIONS. Make static.
6226 (TARGET_OPTION_OVERRIDE): Define.
6227 * config/alpha/alpha.h (OVERRIDE_OPTIONS): Remove.
6228 * config/alpha/vms.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead
6229 of OVERRIDE_OPTIONS.
6230 * config/arc/arc-protos.h (arc_init): Remove.
6231 * config/arc/arc.c (TARGET_OPTION_OVERRIDE): Define.
6232 (arc_init): Rename to arc_option_override. Make static.
6233 * config/arc/arc.h (ARC_EXTENSION_CPU): Correct comment.
6234 (OVERRIDE_OPTIONS): Remove.
6235 * config/arm/arm-protos.h (arm_override_options): Remove.
6236 * config/arm/arm.c (TARGET_OPTION_OVERRIDE): Define.
6237 (arm_override_options): Rename to arm_option_override. Make
6238 static. Call SUBTARGET_OVERRIDE_OPTIONS.
6239 * config/arm/arm.h (OVERRIDE_OPTIONS): Remove.
6240 * config/arm/arm.md: Update comment referring to arm_override_options.
6241 * config/arm/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
6242 instead of OVERRIDE_OPTIONS.
6243 * config/avr/avr-protos.h (avr_override_options): Remove.
6244 * config/avr/avr.c (TARGET_OPTION_OVERRIDE): Define.
6245 (avr_override_options): Rename to avr_option_override. Make static.
6246 * config/avr/avr.h (OVERRIDE_OPTIONS): Remove.
6247 * config/bfin/bfin-protos.h (override_options): Remove (twice).
6248 * config/bfin/bfin.c (override_options): Rename to
6249 bfin_option_override. Make static.
6250 (TARGET_OPTION_OVERRIDE): Define.
6251 * config/bfin/bfin.h (OVERRIDE_OPTIONS): Remove.
6252 * config/cris/cris-protos.h (cris_override_options): Remove.
6253 * config/cris/cris.c (TARGET_OPTION_OVERRIDE): Define.
6254 (cris_override_options): Rename to cris_option_override. Make static.
6255 * config/cris/cris.h (OVERRIDE_OPTIONS): Remove.
6256 * config/frv/frv-protos.h (frv_override_options): Remove.
6257 * config/frv/frv.c (TARGET_OPTION_OVERRIDE): Define.
6258 (frv_override_options): Rename to frv_option_override. Make static.
6259 * config/frv/frv.h (OVERRIDE_OPTIONS): Remove.
6260 * config/h8300/h8300-protos.h (h8300_init_once): Remove.
6261 * config/h8300/h8300.c (h8300_init_once): Rename to
6262 h8300_option_override. Make static.
6263 (TARGET_OPTION_OVERRIDE): Define.
6264 * config/h8300/h8300.h (OVERRIDE_OPTIONS): Remove.
6265 * config/i386/i386-protos.h (override_options): Remove.
6266 * config/i386/i386.c (override_options): Rename to
6267 ix86_option_override_internal. Make static. Comments referring
6268 to this function and callers changed.
6269 (ix86_option_override): New.
6270 (TARGET_OPTION_OVERRIDE): Define.
6271 * config/i386/i386.h (OVERRIDE_OPTION): Remove.
6272 * config/i386/linux64.h (DEFAULT_PCC_STRUCT_RETURN): Update comment.
6273 * config/ia64/ia64.c (ia64_file_start): Update comment referring
6274 to ia64_override_options.
6275 * config/iq2000/iq2000-protos.h (override_options): Remove.
6276 * config/iq2000/iq2000.c (TARGET_OPTION_OVERRIDE): Define.
6277 (override_options): Rename to iq2000_option_override. Make static.
6278 * config/iq2000/iq2000.h (OVERRIDE_OPTIONS): Remove.
6279 * config/lm32/lm32-protos.h (lm32_override_options): Remove.
6280 * config/lm32/lm32.c (TARGET_OPTION_OVERRIDE): Define.
6281 (lm32_override_options): Rename to lm32_option_override. Make static.
6282 * config/lm32/lm32.h (OVERRIDE_OPTIONS): Remove.
6283 * config/m32r/m32r.c (TARGET_OPTION_OVERRIDE): Define.
6284 (m32r_option_override): New.
6285 (m32r_init): Update comment.
6286 * config/m32r/m32r.h (OVERRIDE_OPTIONS): Remove.
6287 * config/m68hc11/m68hc11-protos.h (m68hc11_override_options): Remove.
6288 * config/m68hc11/m68hc11.c (TARGET_OPTION_OVERRIDE): Define.
6289 (m68hc11_override_options): Rename to m68hc11_option_override.
6290 Make static. Return void.
6291 * config/m68hc11/m68hc11.h (OVERRIDE_OPTIONS): Remove.
6292 * config/m68k/m68k-protos.h (override_options): Remove.
6293 * config/m68k/m68k.c (TARGET_OPTION_OVERRIDE): Define.
6294 (override_options): Rename to m68k_option_override. Make static.
6295 * config/m68k/m68k.h (OVERRIDE_OPTIONS): Remove.
6296 * config/mcore/mcore-protos.h (mcore_override_options): Remove.
6297 * config/mcore/mcore.c (TARGET_OPTION_OVERRIDE): Define.
6298 (mcore_override_options): Rename to mcore_option_override. Make
6300 * config/mcore/mcore.h (OVERRIDE_OPTIONS): Remove.
6301 * config/mep/mep-protos.h (mep_override_options): Remove.
6302 * config/mep/mep.c (TARGET_OPTION_OVERRIDE): Define.
6303 (mep_override_options): Rename to mep_option_override. Make static.
6304 * config/mep/mep.h (OVERRIDE_OPTIONS): Remove.
6305 * config/mmix/mmix-protos.h (mmix_override_options): Remove.
6306 * config/mmix/mmix.c (TARGET_OPTION_OVERRIDE): Define.
6307 (mmix_override_options): Rename to mmix_option_override. Make static.
6308 * config/mmix/mmix.h (OVERRIDE_OPTIONS): Remove.
6309 * config/mn10300/mn10300-protos.h (mn10300_override_options): Remove.
6310 * config/mn10300/mn10300.c (TARGET_OPTION_OVERRIDE): Define.
6311 (mn10300_override_options): Rename to mn10300_option_override.
6313 * config/mn10300/mn10300.h (OVERRIDE_OPTIONS): Remove.
6314 * config/moxie/moxie-protos.h (moxie_override_options): Remove.
6315 * config/moxie/moxie.c (moxie_override_options): Rename to
6316 moxie_option_override. Make static.
6317 (TARGET_OPTION_OVERRIDE): Define.
6318 * config/moxie/moxie.h (OVERRIDE_OPTIONS): Remove.
6319 * config/picochip/picochip-protos.h (picochip_override_options):
6320 Remove. Update comment referring to picochip_override_options.
6321 * config/picochip/picochip.c (TARGET_OPTION_OVERRIDE): Define.
6322 (picochip_override_options): Rename to picochip_option_override.
6323 Make static. Update comment and definition of
6324 TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE.
6325 * config/picochip/picochip.h (OVERRIDE_OPTIONS): Remove.
6326 * config/rs6000/aix43.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6327 * config/rs6000/aix51.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6328 * config/rs6000/aix52.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6329 * config/rs6000/aix53.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6330 * config/rs6000/aix61.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6331 * config/rs6000/linux64.h (OPTION_TARGET_CPU_DEFAULT): Define
6332 instead of OVERRIDE_OPTIONS.
6333 * config/rs6000/rs6000-modes.def: Update comment referring to
6334 rs6000_override_options.
6335 * config/rs6000/rs6000-protos.h (rs6000_override_options): Remove.
6336 * config/rs6000/rs6000.c (TARGET_OPTION_OVERRIDE): Define.
6337 (rs6000_override_options): Rename to
6338 rs6000_option_override_internal. Make static. Commented
6339 referring to rs6000_override_options and OVERRIDE_OPTIONS updated.
6340 (rs6000_option_override): New.
6341 * config/rs6000/rs6000.h (OPTION_TARGET_CPU_DEFAULT): Define
6342 instead of OVERRIDE_OPTIONS.
6343 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Update comment.
6344 * config/s390/s390-protos.h (override_options): Remove.
6345 * config/s390/s390.c (override_options): Rename to
6346 s390_option_override. Make static.
6347 (TARGET_OPTION_OVERRIDE): Define.
6348 * config/s390/s390.h (OVERRIDE_OPTIONS): Remove.
6349 * config/score/score-protos.h (score_override_options): Remove.
6350 * config/score/score.c (TARGET_OPTION_OVERRIDE): Define.
6351 (score_override_options): Rename to score_option_override. Make
6353 * config/score/score.h (OVERRIDE_OPTIONS): Remove.
6354 Update comment referring to override_options.
6355 * config/score/score3.c (score3_override_options): Rename to
6356 score3_option_override.
6357 * config/score/score3.h (score3_override_options): Rename to
6358 score3_option_override.
6359 * config/score/score7.c (score7_override_options): Rename to
6360 score7_option_override.
6361 * config/score/score7.h (score7_override_options): Rename to
6362 score7_option_override.
6363 * config/sh/sh.c: Update comments referring to OVERRIDE_OPTIONS.
6364 * config/sparc/sparc.c (TARGET_OPTION_OVERRIDE): Define.
6365 (sparc_override_options): Rename to sparc_option_override. Make
6366 static. Call SUBTARGET_OVERRIDE_OPTIONS.
6367 * config/sparc/sparc.h (OVERRIDE_OPTIONS): Remove.
6368 * config/sparc/vxworks.h (SUBTARGET_OVERRIDE_OPTIONS): Define
6369 instead of OVERRIDE_OPTIONS.
6370 * config/spu/spu-protos.h (spu_override_options): Remove.
6371 * config/spu/spu.c (TARGET_OPTION_OVERRIDE): Define.
6372 (spu_override_options): Rename to spu_option_override. Make
6374 * config/spu/spu.h (OVERRIDE_OPTIONS): Remove.
6375 * config/vax/elf.h (SUBTARGET_OVERRIDE_OPTIONS): Define instead of
6377 * config/vax/vax-protos.h (override_options): Remove.
6378 * config/vax/vax.c (TARGET_OPTION_OVERRIDE): Define.
6379 (override_options): Rename to vax_option_override. Make static.
6380 Call SUBTARGET_OVERRIDE_OPTIONS.
6381 * config/vax/vax.h (OVERRIDE_OPTIONS): Remove.
6382 * config/vxworks.c: Update comment referring to OVERRIDE_OPTIONS.
6383 * config/vxworks.h: Update comment referring to OVERRIDE_OPTIONS.
6384 * config/xtensa/xtensa-protos.h (override_options): Remove.
6385 * config/xtensa/xtensa.c (TARGET_OPTION_OVERRIDE): Define.
6386 (override_options): Rename to xtensa_option_override. Make static.
6387 * config/xtensa/xtensa.h (OVERRIDE_OPTIONS): Remove.
6389 2010-09-16 Richard Guenther <rguenther@suse.de>
6391 PR tree-optimization/45623
6392 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Adjust.
6393 (get_constraint_for_component_ref): If computing a constraint
6394 for the rhs handle type punning through unions.
6395 (get_constraint_for_address_of): Adjust.
6396 (get_constraint_for_1): Likewise.
6397 (get_constraint_for): Likewise.
6398 (get_constraint_for_rhs): New function.
6399 (do_structure_copy): Adjust.
6400 (make_constraint_to): Likewise.
6401 (handle_const_call): Likewise.
6402 (find_func_aliases): Likewise.
6403 (process_ipa_clobber): Likewise.
6404 (create_variable_info_for): Likewise.
6406 2010-09-16 Ira Rosen <irar@il.ibm.com>
6408 * tree-vectorizer.c: Fix documentation.
6409 * tree-vectorizer.h (vinfo_for_stmt): Add documentation.
6410 (set_vinfo_for_stmt, get_earlier_stmt, get_later_stmt,
6411 is_pattern_stmt_p, is_loop_header_bb_p,
6412 stmt_vinfo_set_inside_of_loop_cost,
6413 stmt_vinfo_set_outside_of_loop_cost, vect_pow2, aligned_access_p,
6414 known_alignment_for_access_p): Likewise.
6415 * tree-vect-loop.c: Fix documentation.
6416 (vect_get_cost): Start function name from new line.
6417 * tree-vect-data-refs.c: Fix documentation.
6418 * tree-vect_stmts.c: Likewise.
6419 (vect_create_vectorized_promotion_stmts): Always free vec_tmp.
6420 (vectorizable_store): Free vec_oprnds if allocated.
6421 (vectorizable_condition): Initialize several variables to avoid
6423 * tree-vect-slp.c: Fix documentation.
6425 2010-09-16 Richard Guenther <rguenther@suse.de>
6427 * tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL
6428 is TS_TRANSLATION_UNIT_DECL.
6429 (initialize_tree_contains_struct): Adjust.
6430 (all_translation_units): New global vector.
6431 (build_translation_unit_decl): New function.
6432 * tree.h (TRANSLATION_UNIT_LANGUAGE): New macro.
6433 (struct tree_translation_unit_decl): New.
6434 (all_translation_units): Declare.
6435 (union tree_node): Add translation_unit_decl member.
6436 (build_translation_unit_decl): Declare.
6437 * treestruct.def (TS_TRANSLATION_UNIT_DECL): New.
6438 * lto-streamer-out.c (pack_ts_translation_unit_decl_value_fields):
6440 (pack_value_fields): Call it.
6441 (lto_output_tree_ref): Handle references to TRANSLATION_UNIT_DECL.
6442 (lto_output_ts_translation_unit_decl_tree_pointers): New function.
6443 (lto_output_tree_pointers): Call it.
6444 * lto-streamer-in.c (lto_input_tree_ref): Handle references
6445 to TRANSLATION_UNIT_DECL.
6446 (unpack_ts_translation_unit_decl_value_fields): New function.
6447 (unpack_value_fields): Call it.
6448 (lto_input_ts_translation_unit_decl_tree_pointers): New function.
6449 (lto_input_tree_pointers): Call it.
6450 * lto-streamer.c (check_handled_ts_structures): Adjust.
6451 * lto-streamer.h (enum LTO_tags): Add LTO_translation_unit_decl_ref.
6452 * c-decl.c (all_translation_units): Remove.
6453 (pop_scope): Use build_translation_unit_decl.
6454 (collect_all_refs): Adjust.
6455 (for_each_global_decl): Likewise.
6456 (c_write_global_declarations): Likewise.
6458 2010-09-16 Jakub Jelinek <jakub@redhat.com>
6461 * fold-const.c (fold_checksum_tree): Change slot from const void **
6462 to void **, use CONST_CAST_TREE to store into *slot.
6464 2010-09-16 Uros Bizjak <ubizjak@gmail.com>
6466 * config/i386/i386.md: Remove unneeded empty conditions and
6467 preparation statements from expanders.
6468 * config/i386/mmx.md: Ditto.
6469 * config/i386/sse.md: Ditto.
6471 2010-09-16 Uros Bizjak <ubizjak@gmail.com>
6473 * config/i386/i386.h (PUSH_ROUNDING): Redefine using UNITS_PER_WORD.
6475 2010-09-15 Eric Botcazou <ebotcazou@adacore.com>
6477 PR rtl-optimization/45593
6478 * reorg.c (relax_delay_slots): Use emit_copy_of_insn_after to re-emit
6479 insns that were in delay slots as stand-alone insns.
6481 2010-09-15 Ian Lance Taylor <iant@google.com>
6483 * incpath.c (remove_duplicates): If name is not a directory, issue
6484 a warning rather than an error.
6486 2010-09-15 Martin Jambor <mjambor@suse.cz>
6489 * tree-sra.c (create_access): Check for bit-fields directly.
6491 2010-09-15 Jakub Jelinek <jakub@redhat.com>
6493 PR tree-optimization/45633
6494 * tree-cfg.c (verify_gimple_assign_binary): Allow
6495 MINUS_EXPR with lhs and rhs1 pointer vector and
6496 rhs2 sizetype vector.
6497 * expr.c (expand_expr_real_2) <case PLUS_EXPR>: For pointer
6498 or vector pointer use TER to optimize pointer subtraction.
6500 2010-09-15 Jie Zhang <jie@codesourcery.com>
6502 * config/arm/vfp.md (cmpsf_trap_vfp): Change type from
6505 2010-09-15 Ian Lance Taylor <iant@google.com>
6507 * config/i386/i386.md (truncxf<mode>2): Fix indentation.
6509 2010-09-15 Ian Lance Taylor <iant@google.com>
6511 * function.c (get_arg_pointer_save_area): Set
6512 arg_pointer_save_area_init to true.
6514 2010-09-15 Martin Jambor <mjambor@suse.cz>
6516 * tree-sra.c (generate_subtree_copies): Updated comment.
6517 (handle_unscalarized_data_in_subtree): Removed parameter lhs which is
6518 obtained from the statement iterator instead.
6519 (load_assign_lhs_subreplacements): Removed parameters lhs and
6520 right_offset, which is obtained from top_racc instead. Parameter lacc
6521 is now expected to be the root of the processed tree rather than root's
6522 first child. Updated all callers.
6524 2010-09-15 Joseph Myers <joseph@codesourcery.com>
6526 * config/pdp11/pdp11.c (register_move_cost): Rename to
6527 pdp11_register_move_cost.
6528 * config/pdp11/pdp11-protos.h (register_move_cost): Rename to
6529 pdp11_register_move_cost.
6530 * config/pdp11/pdp11.h (REGISTER_MOVE_COST): Call
6531 pdp11_register_move_cost instead of register_move_cost.
6533 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6535 * config/arm/neon.md (vec_pack_trunc_<mode>): Instruction
6536 pattern for vmovn. Expansion in case of non
6537 -mvectorize-with-neon-quad.
6538 (neon_vec_pack_trunc_<mode>): Instruction pattern for vmovn for
6539 non- -mvectorize-with-neon-quad case.
6540 (move_lo_quad_<mode>): New expansion to vmov into low part.
6541 (move_hi_quad_<mode>): New expansion to vmov into high part.
6542 (move_lo_quad_v4si): Refactor to move_lo_quad_<mode> expansion.
6543 (move_lo_quad_v4sf): Likewise.
6544 (move_lo_quad_v8hi): Likewise.
6545 (neon_move_lo_quad_<mode>): Instruction pattern for vmov into
6547 (neon_move_hi_quad_<mode>): Instruction pattern for vmov into
6549 * config/arm/iterators.md (ANY128): New mode iterator.
6550 (V_narrow_pack): New mode attribute.
6551 (V_HALF): Add attribute.
6552 (V_DOUBLE): Add attribute.
6553 (V_mode_nunits): Add attribute.
6555 2010-09-15 Eric Botcazou <ebotcazou@adacore.com>
6557 * config/alpha/alpha.c (alpha_expand_prologue): If stack checking
6558 is enabled, probe up to frame_size + STACK_CHECK_PROTECT bytes.
6560 2010-09-15 Olivier Hainque <hainque@adacore.com>
6561 Jose Ruiz <ruiz@adacore.com>
6563 * config/alpha/osf5.h (MD_UNWIND_SUPPORT): Define.
6564 * config/alpha/osf5-unwind.h: New file.
6566 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
6569 * config/mips/mips.c (mips_units_per_simd_word): Correct return type.
6570 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
6571 * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
6573 2010-09-15 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6575 * c-lang.h (struct lang_type): Add variable_size GTY option.
6577 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
6580 * config/rs6000/rs6000.c (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
6582 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
6584 * config/i386/i386.c (ix86_lea_for_add_ok): Return false if
6585 result isn't used in memory address.
6587 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
6589 * defaults.h (UNITS_PER_SIMD_WORD): Removed.
6590 * config/arm/arm.h (UNITS_PER_SIMD_WORD): Likewise.
6591 * config/i386/i386.h (UNITS_PER_SIMD_WORD): Likewise.
6592 * config/mips/mips.h (UNITS_PER_SIMD_WORD): Likewise.
6593 * config/rs6000/rs6000.h (UNITS_PER_SIMD_WORD): Likewise.
6594 * config/sparc/sparc.h (UNITS_PER_SIMD_WORD): Likewise.
6596 * target.def: Add units_per_simd_word to vectorize.
6598 * targhooks.c (default_units_per_simd_word): New.
6599 * targhooks.h (default_units_per_simd_word): Likewise.
6600 * config/arm/arm.c (arm_units_per_simd_word): Likewise.
6601 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
6602 * config/mips/mips.c (mips_units_per_simd_word): Likewise.
6603 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
6604 * config/rs6000/rs6000.c (rs6000_units_per_simd_word): Likewise.
6605 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
6606 * config/sparc/sparc.c (sparc_units_per_simd_word): Likewise.
6607 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): Likewise.
6609 * tree-vect-loop.c: Replace UNITS_PER_SIMD_WORD with
6610 TARGET_VECTORIZE_UNITS_PER_SIMD_WORD in comments.
6612 * tree-vect-stmts.c: Don't include "tm_p.h".
6613 (get_vectype_for_scalar_type): Replace UNITS_PER_SIMD_WORD
6614 with targetm.vectorize.units_per_simd_word.
6616 * system.h (UNITS_PER_SIMD_WORD): Poisoned.
6618 * config/i386/i386-protos.h (ix86_units_per_simd_word): Removed.
6620 * config/i386/i386.c (ix86_units_per_simd_word): Make it static.
6621 (TARGET_VECTORIZE_UNITS_PER_SIMD_WORD): New.
6623 * doc/tm.texi.in: Remove UNITS_PER_SIMD_WORD. Add
6624 TARGET_VECTORIZE_UNITS_PER_SIMD_WORD.
6626 * doc/tm.texi: Regenerated.
6628 2010-09-14 H.J. Lu <hongjiu.lu@intel.com>
6630 * tree-vect-stmts.c: Include "tm_p.h".
6632 * config/i386/i386-protos.h (ix86_units_per_simd_word): Moved
6635 2010-09-14 Martin Jambor <mjambor@suse.cz>
6637 * tree-sra.c (build_ref_for_offset): Loc made a parameter. Set the
6638 location of generated statement. Changed all callers.
6639 (build_ref_for_model): New parameter loc which used to set location of
6640 all generated expressions. Changed all callers.
6641 (generate_subtree_copies): Likewise.
6642 (init_subtree_with_zero): Likewise.
6643 (sra_modify_expr): Set locations of all generated statements and
6644 expressions to the location the original statement.
6645 (handle_unscalarized_data_in_subtree): Likewise.
6646 (load_assign_lhs_subreplacements): Likewise.
6647 (sra_modify_constructor_assign): Likewise.
6648 (sra_modify_assign): Likewise.
6650 2010-09-14 Eric Botcazou <ebotcazou@adacore.com>
6655 * doc/install.texi (sparc*-*-*): New section.
6656 (sparc-sun-solaris2*): Mention MPC alongside GMP and MPFR.
6658 2010-09-14 Jakub Jelinek <jakub@redhat.com>
6661 * builtins.c (expand_builtin_interclass_mathfn, expand_builtin_cexpi,
6662 expand_builtin_powi): Remove subtarget argument, pass NULL_RTX instead.
6663 (expand_builtin): Adjust caller.
6664 (expand_builtin_unop): Only use subtarget if it has the right mode.
6666 2010-09-14 Tristan Gingold <gingold@adacore.com>
6668 * configure.ac (plugins): Fix typos.
6669 * configure: Regenerate.
6671 2010-09-14 Jakub Jelinek <jakub@redhat.com>
6674 * dwarf2out.c (gen_decl_die): Call gen_type_die for origin before
6675 gen_type_die for function/method return type.
6677 2010-09-14 Ira Rosen <irar@il.ibm.com>
6679 PR tree-optimization/45470
6680 * tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
6681 can throw an exception.
6682 * tree-vect-stmts.c (vectorizable_call): Likewise.
6684 2010-09-14 DJ Delorie <dj@redhat.com>
6687 * config/mep/mep-protos.h (mep_save_register_info,
6688 mep_reinit_regs, mep_init_regs): Declare.
6690 * config/mep/mep.c: Move all target definitions to the end of the
6691 file to avoid the need for duplicate declarations.
6692 (mep_save_register_info, mep_reinit_regs, mep_init_regs): New.
6693 (mep_reorg_erepeat): Remove unused variables.
6694 (mep_expand_builtin): Likewise.
6696 * config/mep/mep-pragma.c: Don't include rtl.h.
6697 (INVALID_REGNUM): New.
6698 (mep_pragma_coprocessor_which): Call mep-specific rtl-layer bridge
6700 (mep_pragma_coprocessor_subclass): Rename "class" to "rclass".
6701 Avoid enum/integer math.
6703 2010-09-13 Joseph Myers <joseph@codesourcery.com>
6706 * config/mep/t-mep (GTM_H): Add insn-constants.h.
6707 * config/mep/mep.c (mep_conditional_register_usage): Take no
6709 * config/mep/mep-protos.h (mep_conditional_register_usage): Update
6711 * config/mep/mep-pragma.c (CONDITIONAL_REGISTER_USAGE): Update
6712 call to mep_conditional_register_usage.
6714 2010-09-13 Eric Botcazou <ebotcazou@adacore.com>
6717 * varasm.c (output_constant_def_contents): Set TREE_ASM_WRITTEN on
6720 2010-09-13 Jakub Jelinek <jakub@redhat.com>
6722 PR rtl-optimization/45617
6723 * combine.c (simplify_comparison): Optimize (X >> N) {>,>=,<,<=} C
6724 even if low N bits of X aren't known to be zero.
6726 2010-09-13 H.J. Lu <hongjiu.lu@intel.com>
6728 * config/i386/i386-protos.h (ix86_units_per_simd_word): New.
6730 * config/i386/i386.c (initial_ix86_tune_features): Add
6731 X86_TUNE_VECTORIZE_DOUBLE.
6732 (ix86_units_per_simd_word): New.
6734 * config/i386/i386.h (ix86_tune_indices): Add
6735 X86_TUNE_VECTORIZE_DOUBLE.
6736 (TARGET_VECTORIZE_DOUBLE): New.
6737 (UNITS_PER_SIMD_WORD): Defined with ix86_units_per_simd_word.
6739 2010-09-13 Pat Haugen <pthaugen@us.ibm.com>
6741 * tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
6742 (new_temp_expr_table): Allocate call_cnt vector.
6743 (free_temp_expr_table): Free it.
6744 (process_replaceable): Add call_cnt parm and set in vector.
6745 (find_replaceable_in_bb): Skip replacement if def/use span a call.
6746 (debug_ter): Dump call_cnt value, remove stderr uses.
6748 2010-09-13 Jan Hubicka <jh@suse.cz>
6750 * tree.c (build_zero_cst): New.
6751 * tree.h (build_zero_cst): Declare.
6752 * tree-ssa-ccp.c (get_constant_value): Accept general operands.
6753 (get_base_constructor): Break out from ...
6754 (fold_const_aggregate_ref): Here; handle empty constructors.
6756 2010-09-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
6758 * config/arm/arm.md: (define_attr "conds"): Update comment.
6759 * config/arm/sync.md (arm_sync_compare_and_swapsi): Change
6760 conds attribute to clob.
6761 (arm_sync_compare_and_swapsi): Likewise.
6762 (arm_sync_compare_and_swap<mode>): Likewise.
6763 (arm_sync_lock_test_and_setsi): Likewise.
6764 (arm_sync_lock_test_and_set<mode>): Likewise.
6765 (arm_sync_new_<sync_optab>si): Likewise.
6766 (arm_sync_new_nandsi): Likewise.
6767 (arm_sync_new_<sync_optab><mode>): Likewise.
6768 (arm_sync_new_nand<mode>): Likewise.
6769 (arm_sync_old_<sync_optab>si): Likewise.
6770 (arm_sync_old_nandsi): Likewise.
6771 (arm_sync_old_<sync_optab><mode>): Likewise.
6772 (arm_sync_old_nand<mode>): Likewise.
6774 2010-09-13 Olivier Hainque <hainque@adacore.com>
6776 * fwprop.c (forward_propagate_and_simplify): Only attach a
6777 REG_EQUAL note to an insn if the destination is a register.
6778 * gcse.c (try_replace_reg): Likewise.
6780 2010-09-13 Richard Guenther <rguenther@suse.de>
6782 PR tree-optimization/45611
6783 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Fix typo.
6784 (copy_ref_info): Likewise.
6786 2010-09-13 Alexandre Oliva <aoliva@redhat.com>
6791 * tree-pretty-print.c (dump_generic_node): Disregard top-level
6792 types of MEM_REF pointer types to the same type.
6794 2010-09-13 Hans-Peter Nilsson <hp@axis.com>
6796 PR rtl-optimization/41087
6797 * ifcvt.c (noce_get_condition): Don't allow conditions with
6800 2010-09-12 Anatoly Sokolov <aesok@post.ru>
6802 * config/frv/frv.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
6803 * config/frv/frv-protos.h (frv_register_move_cost): Remove.
6804 * config/frv/frv.c (frv_register_move_cost): Make static. Change
6805 arguments type to reg_class_t. Add mode argument.
6806 (frv_memory_move_cost): New.
6807 (TARGET_REGISTER_MOVE_COSTS, TARGET_MEMORY_MOVE_COSTS): Define.
6809 2010-09-12 Bernd Schmidt <bernds@codesourcery.com>
6811 * config/arm/arm.md (arm_ashldi3_1bit, arm_ashrdi3_1bit,
6812 arm_lshrdi3_1bit): Put earlyclobber on the right alternative.
6814 2010-09-10 Jan Hubicka <jh@suse.cz>
6816 * tree-ssa-ccp.c (fold_const_aggregate_ref): Do not check STATIC flag.
6818 2010-09-10 Richard Guenther <rguenther@suse.de>
6820 * tree.c (make_vector_type): Do not set TYPE_DEBUG_REPRESENTATION_TYPE.
6821 * tree.h (TYPE_DEBUG_REPRESENTATION_TYPE): Remove.
6822 * lto-streamer-out.c (lto_output_ts_type_tree_pointers): Do
6823 not stream TYPE_DEBUG_REPRESENTATION_TYPE.
6824 * lto-streamer-in.c (lto_input_ts_type_tree_pointers): Likewise.
6826 2010-09-10 Richard Guenther <rguenther@suse.de>
6828 * dwarf2out.c (gen_array_type_die): Output DW_TAG_subrange_type
6829 for VECTOR_TYPEs using TYPE_VECTOR_SUBPARTS.
6830 * dbxout.c (dbxout_type): Manually deal with VECTOR_TYPE
6831 using TYPE_VECTOR_SUBPARTS, not TYPE_DEBUG_REPRESENTATION_TYPE.
6833 2010-09-10 H.J. Lu <hongjiu.lu@intel.com>
6836 * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result
6837 of string folding is of integral type.
6839 2010-09-10 Ryan Mansfield <rmansfield@qnx.com>
6841 * doc/invoke.texi (-x): Fix typo.
6843 2010-09-10 Richard Guenther <rguenther@suse.de>
6846 * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
6847 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
6848 Output DECL_DEBUG_EXPR.
6849 * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
6850 Input DECL_DEBUG_EXPR.
6852 2010-09-10 Richard Guenther <rguenther@suse.de>
6854 * tree.c (type_hash_eq): For ARRAY_TYPEs also compare TYPE_SIZE.
6855 (build_index_type): Implement in terms of build_range_type.
6856 (build_range_type): Do not allow NULL_TREE type, improve
6857 hashing to cover more cases. Set TYPE_STRUCTURAL_EQUALITY_P
6859 * c-decl.c (grokdeclarator): When modifying TYPE_SIZE manually
6860 create a distinct copy of the type.
6862 2010-09-10 Kai Tietz <kai.tietz@onevision.com>
6864 * configure: Regenerated.
6865 * config.gcc: Add for x86_64 and i?86 mingw t-dfprule.
6867 2010-09-10 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6869 * config/arm/neon-schedgen.ml (allCores): Add support for Cortex-A9.
6870 * config/arm/cortex-a9-neon.md: New and partially generated.
6871 * config/arm/cortex-a9.md (cortex_a9_dp): Adjust for Neon.
6873 2010-09-10 Richard Guenther <rguenther@suse.de>
6875 * tree.h (build_index_2_type): Remove.
6876 * tree.c (build_index_2_type): Remove.
6878 2010-09-10 Jakub Jelinek <jakub@redhat.com>
6881 * dwarf2out.c (get_ref_die_offset_label): Use %ld instead of
6882 HOST_WIDE_INT_PRINT_DEC to print ref->die_offset.
6883 (implicit_ptr_descriptor): Return NULL if dwarf_strict.
6885 2010-09-10 Martin Jambor <mjambor@suse.cz>
6887 PR tree-optimization/44972
6888 * tree-sra.c: Include toplev.h.
6889 (build_ref_for_offset): Entirely reimplemented.
6890 (build_ref_for_model): New function.
6891 (build_user_friendly_ref_for_offset): New function.
6892 (analyze_access_subtree): Removed build_ref_for_offset check.
6893 (propagate_subaccesses_across_link): Likewise.
6894 (create_artificial_child_access): Use
6895 build_user_friendly_ref_for_offset.
6896 (propagate_subaccesses_across_link): Likewise.
6897 (ref_expr_for_all_replacements_p): Removed.
6898 (generate_subtree_copies): Updated comment. Use build_ref_for_model.
6899 (sra_modify_expr): Use build_ref_for_model.
6900 (load_assign_lhs_subreplacements): Likewise.
6901 (sra_modify_assign): Removed ref_expr_for_all_replacements_p checks,
6902 checks for return values of build_ref_for_offset.
6903 * ipa-cp.c (ipcp_lattice_from_jfunc): No need to check return value of
6904 build_ref_for_offset.
6905 * ipa-prop.h: Include gimple.h
6906 * ipa-prop.c (ipa_compute_jump_functions): Update to look for MEM_REFs.
6907 (ipa_analyze_indirect_call_uses): Update comment.
6908 * Makefile.in (tree-sra.o): Add $(GIMPLE_H) to dependencies.
6909 (IPA_PROP_H): Likewise.
6911 2010-09-10 Martin Jambor <mjambor@suse.cz>
6913 PR tree-optimization/44972
6914 * ipa-prop.c (ipa_modify_call_arguments): Build MEM_REF instead of
6915 calling build_ref_for_offset.
6917 2010-09-09 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6919 * config/arm/bpabi.h (BE8_LINK_SPEC): Handle Cortex-a15.
6920 * config/arm/arm-cores.def (cortex-a15): New core. Treat it as a v7-a.
6921 * config/arm/arm-tune.md: Regenerate.
6922 * doc/invoke.texi (ARM Options): Document it.
6924 2010-09-09 Reza Yazdani <reza.yazdani@amd.com>
6926 * config/i386/i386.c: Include sched-int.h.
6927 (TARGET_SCHED_DISPATCH): Defined.
6928 (TARGET_SCHED_DISPATCH_DO): Defined.
6929 (DISPATCH_WINDOW_SIZE): Defined.
6930 (MAX_DISPATCH_WINDOWS): Defined.
6931 (MAX_INSN): Defined.
6933 (MAX_IMM_SIZE): Defined.
6934 (MAX_IMM_32): Defined.
6935 (MAX_IMM_64): Defined.
6936 (MAX_LOAD): Defined.
6937 (MAX_STORE): Defined.
6939 (dispatch_group): New.
6940 (num_allowable_groups): New.
6942 (sched_insn_info_s): New.
6943 (dispatch_windows_s): New.
6945 (dispatch_window_list): New.
6946 (dispatch_window_list1): New.
6947 (get_mem_group): New.
6949 (dispatch_violation): New.
6953 (allocate_window): New.
6954 (init_dispatch_sched): New.
6955 (is_end_basic_block): New.
6956 (process_end_window): New.
6957 (allocate_next_window): New.
6958 (find_constant_1): New.
6959 (find_constant): New.
6960 (get_num_immediates): New.
6961 (has_immediate): New.
6962 (get_insn_path): New.
6963 (get_insn_group): New.
6964 (count_num_restricted): New.
6965 (fits_dispatch_window): New.
6966 (add_insn_window): New.
6967 (add_to_dispatch_window): New.
6968 (debug_dispatch_window_file): New.
6969 (debug_dispatch_window): New.
6970 (debug_insn_dispatch_info_file): New.
6971 (debug_ready_dispatch): New.
6973 (has_dispatch): New.
6974 * config/i386/i386.h (debug_ready_dispatch): Declared.
6975 (debug_dispatch_window): Declared.
6976 * config/i386/i386.opt (mdispatch-scheduler): New flag.
6977 * doc/tm.texi.in (TARGET_SCHED_DISPATCH): New.
6978 (TARGET_SCHED_DISPATCH_DO): New.
6979 * doc/tm.texi: Regererated.
6980 * haifa-sched.c (choose_ready): Call targetm.sched.dispatch and
6981 ready_remove_first_dispatch
6982 (schedule_block): Call targetm.sched.dispatch and
6983 targetm.sched.dispatch_do.
6984 (sched_init): Call targetm.sched.dispatch and
6985 targetm.sched.dispatch_do.
6986 (ready_remove_first_dispatch): New.
6987 (number_in_ready): New.
6988 (get_ready_element): New.
6989 * hooks.c (hook_bool_rtx_int_false): New.
6990 (hook_void_rtx_int): New.
6991 * hooks.h (hook_bool_rtx_int_false): Declared.
6992 (hook_void_rtx_int): Declared.
6993 * sched-int.h (IS_DISPATCH_ON): Defined.
6995 (DISPATCH_VIOLATION): Defined.
6996 (FITS_DISPATCH_WINDOW): Defined.
6997 (DISPATCH_INIT): Defined.
6998 (ADD_TO_DISPATCH_WINDOW): Defined.
6999 (get_ready_element): Declared.
7000 (number_in_ready): Declared.
7001 * target.def (dispatch): Defined.
7002 (dispatch_do): Defined.
7004 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
7007 * reload1.c (merge_assigned_reloads): Remove.
7008 (reload_as_needed): Don't call it.
7010 2010-09-09 Anatoly Sokolov <aesok@post.ru>
7012 * config/m32r/m32r.c (m32r_mode_dependent_address_p): New functions.
7013 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
7014 * config/m32r/m32r.h: (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
7016 2010-09-09 Matthias Klose <doko@ubuntu.com>
7019 * configure.ac (--enable-plugin): Enhance for cross builds.
7020 * configure: Regenerate.
7022 2010-09-09 Jan Hubicka <jh@suse.cz>
7024 PR tree-optimization/45598
7025 * tree-ssa-ccp.c (fold_const_aggregate_ref): Check that result of
7026 string folding is of integral type.
7028 2010-09-09 Nathan Sidwell <nathan@codesourcery.com>
7030 * configure.ac (gnu_indirect_function): New test.
7031 * configure: Rebuilt.
7032 * config.in (HAVE_GAS_INDIRECT_FUNCTION): New.
7033 * defaults.h (IFUNC_ASM_TYPE): Provide default.
7035 * doc/extend.texi (Function Attributes): Document ifunc.
7036 * varasm.c (do_assemble_alias): Deal with ifuncs too.
7038 2010-09-09 Hariharan Sandanagobalane <hariharan@picochip.com>
7040 * config/picochip/picochip.c (picochip_reorg): Check for note_p for
7041 epilogue instruction move.
7043 2010-09-09 Jan Hubicka <jh@suse.cz>
7045 * collect2.c (maybe_run_lto_and_relink): Rewrite code producing ld
7046 command line to allow more partitions than input files.
7048 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
7051 * ira.c (ira): Switch off sharing spill slots if setjmp is called.
7053 2010-09-09 Vladimir Makarov <vmakarov@redhat.com>
7056 * ira.c (pseudo_for_reload_consideration_p): Don't use
7057 flag_ira_share_spill_slots.
7059 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7061 * config/s390/s390.c (legitimate_reload_constant_p): Accept floating-
7062 point zero operands that fit into a single GPR.
7063 (s390_preferred_reload_class): Ensure we only return general-purpose
7065 * config/s390/s390.md ("*mov<mode>_64dfp"): Use lghi to load
7066 floating-point zero operands into GPRs.
7067 ("*mov<mode>_64"): Likewise.
7068 ("mov<mode>"): Likewise using lhi.
7070 2010-09-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7072 * config/s390/s390.c (s390_symref_operand_p): Return false for
7073 literal pool references.
7074 (s390_check_qrst_address): Update caller.
7076 2010-09-09 Uros Bizjak <ubizjak@gmail.com>
7078 * config/i386/predicates.md (ext_register_operand): Check that
7079 SUBREG_REG is really a register before looking for REGNO.
7080 (reg_not_xmm0_operand): Handle SUBREGs correctly.
7081 (nonimm_not_xmm0_operand): Call reg_not_xmm0_operand.
7083 2010-09-09 Jakub Jelinek <jakub@redhat.com>
7085 * rtl.def (DEBUG_IMPLICIT_PTR): New rtl code.
7086 * rtl.h (DEBUG_IMPLICIT_PTR_DECL): Define.
7087 * rtl.c (rtx_equal_p_cb, rtx_equal_p): Handle DEBUG_IMPLICIT_PTR.
7088 * print-rtl.c (print_rtx): Likewise.
7089 * cselib.c (rtx_equal_for_cselib_p, cselib_hash_rtx): Likewise.
7090 * cfgexpand.c (expand_debug_expr): Generate DEBUG_IMPLICIT_PTR
7091 for ADDR_EXPR with non-addressable object.
7092 * dwarf2out.c (enum dw_val_class): Add dw_val_class_decl_ref.
7093 (struct dw_val_struct): Add v.val_decl_ref.
7094 (dwarf_stack_op_name, output_loc_operands, output_loc_operands_raw):
7095 Handle DW_OP_GNU_implicit_pointer.
7096 (size_of_loc_descr): Likewise. Fix up DW_OP_call_ref size.
7097 (get_ref_die_offset_label): New function.
7098 (implicit_ptr_descriptor): New function.
7099 (mem_loc_descriptor): Handle DEBUG_IMPLICIT_PTR.
7100 (loc_descriptor): Likewise.
7101 (gen_variable_die): Put even definitions into decl_die_table.
7102 (resolve_addr_in_expr): Resolve still unresolved
7103 DW_OP_GNU_implicit_pointer operands, if it can't be resolved
7105 (dwarf2out_finish): Call output_location_lists after outputting
7106 .debug_info and .debug_abbrev instead of before.
7108 2010-09-09 Roland McGrath <roland@redhat.com>
7110 * dwarf2out.c (DWARF_REF_SIZE): Define.
7111 (size_of_loc_descr): Use it for DW_OP_call_ref.
7113 2010-09-09 Alan Modra <amodra@gmail.com>
7115 * doc/invoke.text: Reinstate mcmodel=medium.
7116 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
7117 CMODEL_MEDIUM as default.
7118 * config/rs6000/rs6000.h (enum rs6000_cmodel): Add CMODEL_MEDIUM.
7119 * config/rs6000/rs6000.c (rs6000_handle_option): Add mcmodel=medium.
7120 (toc_relative_ok, offsettable_ok_by_alignment): New functions.
7121 (rs6000_emit_move): Reinstate mcmodel=medium optimization.
7123 2010-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7126 * config/pa/pa.md (nonlocal_goto): Restore hard frame pointer using
7127 hard_frame_pointer_rtx instead of virtual_stack_vars_rtx.
7128 (builtin_longjmp): Likewise.
7129 (allocate_stack): Use hard_frame_pointer_rtx instead of
7131 * config/pa/pa-protos.h (pa_initial_elimination_offset): Declare.
7132 * config/pa/pa.c (pa_internal_arg_pointer): Declare.
7133 (pa_can_eliminate): Likewise.
7134 (TARGET_INTERNAL_ARG_POINTER): Define.
7135 (TARGET_CAN_ELIMINATE): Define.
7136 (hppa_expand_prologue): Use hard frame pointer instead of soft frame
7138 (hppa_expand_epilogue, pa_eh_return_handler_rtx): Likewise.
7139 (pa_internal_arg_pointer, pa_can_eliminate,
7140 pa_initial_elimination_offset): New.
7141 * config/pa/pa.h (FRAME_POINTER_REGNUM): Set to new general register.
7142 (HARD_FRAME_POINTER_REGNUM): Set to register three.
7143 (INITIAL_FRAME_POINTER_OFFSET): Delete.
7144 (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET, DWARF_FRAME_REGISTERS):
7146 (DWARF_ALT_FRAME_RETURN_COLUMN, REGNO_OK_FOR_INDEX_P,
7147 REGNO_OK_FOR_BASE_P): Update to include soft frame pointer.
7148 * config/pa/pa32-regs.h (FIRST_PSEUDO_REGISTER): Increase by one.
7149 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
7150 REG_CLASS_CONTENTS, REGNO_REG_CLASS, REGISTER_NAMES): Update to include
7151 new soft frame pointer.
7152 * config/pa/pa64-regs.h: Likewise.
7154 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
7156 * config/i386/i386.h (EH_RETURN_DATA_REGNO) Use DX_REG instead of
7158 (EH_RETURN_STACKADJ_RTX): Use CX_REG insted of numerical constant.
7160 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
7163 * cfglayout.c (fixup_reorder_chain): Skip debug insns.
7165 2010-09-08 Alexandre Oliva <aoliva@redhat.com>
7169 * tree-pretty-print.c (dump_generic_node): Disregard top-level
7170 qualifiers in otherwise equal MEM_REF pointer types.
7171 * fold-const.c (operand_equal_p): Compare pointer type of MEM_REFs.
7172 * tree.c (iterative_hash_expr): Hash the pointer type of MEM_REFs.
7174 2010-09-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7177 * config/arm/arm.md (bswapsi2): Handle condition correctly
7178 for armv6 and optimize_size.
7180 2010-09-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7183 * doc/cppopts.texi (-isysroot): Document Darwin behaviour.
7185 2010-09-08 Uros Bizjak <ubizjak@gmail.com>
7187 * config/i386/i386-protos.h (ix86_can_use_return_insn_p,
7188 symbolic_reference_mentioned_p, ix86_expand_movmem, ix86_expand_setmem,
7189 ix86_expand_strlen, legitimate_pic_address_disp_p,
7190 ix86_binary_operator_ok, ix86_unary_operator_ok, ix86_match_ccmode,
7191 ix86_expand_int_movcc, ix86_expand_fp_movcc, ix86_expand_int_addcc,
7192 ix86_check_movabs, ix86_secondary_memory_needed): Change function
7194 * config/i386/i386.c (return_in_memory_32, return_in_memory_64,
7195 return_in_memory_ms_64, ix86_check_movabs,
7196 symbolic_reference_mentioned_p, ix86_can_use_return_insn_p,
7197 legitimate_pic_address_disp_p, ix86_binary_operator_ok,
7198 ix86_unary_operator_ok, ix86_match_ccmode, ix86_expand_int_movcc,
7199 ix86_expand_fp_movcc, ix86_expand_int_addcc, ix86_expand_movmem,
7200 ix86_expand_setmem, ix86_expand_strlen, inline_secondary_memory_needed,
7201 ix86_secondary_memory_needed): Change to bool. Return
7202 "true" and "false" values.
7203 * config/i386/i386.md: Return "true" and "false" values.
7205 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7207 * doc/sourcebuild.texi (Effective-Target Keywords): Document
7208 run_expensive_tests.
7210 2010-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7212 * toplev.c (output_stack_usage): Use lbasename instead of basename.
7214 2010-09-08 Martin Jambor <mjambor@suse.cz>
7217 * doc/invoke.texi: Add -fipa-cp-clone to list of switches turned on
7220 2010-09-08 Richard Guenther <rguenther@suse.de>
7222 * gimple.c (gimple_types, type_hash_cache): Move to GC memory.
7224 (iterative_hash_gimple_type): Likewise.
7225 (gimple_type_hash): Likewise.
7226 (gimple_register_type): Likewise.
7227 (print_gimple_types_stats): Likewise.
7228 (free_gimple_type_tables): Likewise.
7230 2010-09-08 Michael Matz <matz@suse.de>
7232 PR tree-optimization/43430
7233 * tree-vect-stmts.c (vectorizable_condition): Support multiple
7234 copies for conditional statements if it's not part of a reduction.
7236 2010-09-08 Michael Matz <matz@suse.de>
7238 PR tree-optimization/33244
7239 * tree-ssa-sink.c (statement_sink_location): Don't sink into
7242 2010-09-08 Richard Guenther <rguenther@suse.de>
7244 PR tree-optimization/45578
7245 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr):
7246 Be more careful when transfering alignment information to
7247 the new induction variable.
7248 (copy_ref_info): Likewise.
7250 2010-09-08 Richard Guenther <rguenther@suse.de>
7252 * tree.h (TYPE_ORIG_SIZE_TYPE): Remove.
7253 * c-typeck.c (comptypes_internal): Remove TYPE_ORIG_SIZE_TYPE checks.
7255 2010-09-08 Arnaud Charlet <charlet@adacore.com>
7257 * c-tree.h, c-decl.c (build_enumerator): Add location parameter.
7258 * c-parser.c (c_parser_enum_specifier): Adjust call to build_enumerator.
7260 2010-09-08 Kenneth Zadeck <zadeck@naturalbridge.com>
7263 * doc/md.texi: Fixed modes on several standard pattern names.
7265 2010-09-08 Mingjie Xing <mingjie.xing@gmail.com>
7267 * config/mips/loongson.md (loongson_psll<V_suffix>): Rename to...
7268 (ashl<mode>3): ...this.
7269 (loongson_psra<V_suffix>): Rename to...
7270 (ashr<mode>3): ...this.
7271 (loongson_psrl<V_suffix>): Rename to...
7272 (lshr<mode>3): ...this.
7273 * config/mips/mips.c (CODE_FOR_loongson_psllh): Define.
7274 (CODE_FOR_loongson_psllw): Define.
7275 (CODE_FOR_loongson_psrlh): Define.
7276 (CODE_FOR_loongson_psrlw): Define.
7277 (CODE_FOR_loongson_psrah): Define.
7278 (CODE_FOR_loongson_psraw): Define.
7280 2010-09-07 Richard Henderson <rth@redhat.com>
7282 * tree-vect-data-refs.c: Include tm_p.h.
7283 * Makefile.in (tree-vect-data-refs.o): Update deps.
7284 * config/i386/i386-protos.h (ix86_cfun_abi, ix86_function_type_abi):
7285 Move delarations outside #ifdef RTX_CODE.
7287 2010-09-07 Richard Henderson <rth@redhat.com>
7289 * final.c (rest_of_handle_final): Unconditionally do
7290 output_function_exception_table before assemble_end_function.
7292 2010-09-07 Jan Hubicka <jh@suse.cz>
7294 * tree-inline.c (tree_inlinable_function_p): Do not test
7296 * ipa-inline.c (cgraph_default_inline_p, update_caller_keys,
7297 update_callee_keys, cgraph_decide_inlining): Test function availability.
7298 * cif-code.def (OVERWRITABLE): New code.
7300 2010-09-07 H.J. Lu <hjl.tools@gmail.com>
7301 Jack Howarth <howarth@bromo.med.uc.edu>
7306 * config/i386/darwin.h (STACK_BOUNDARY): Redefine as 128 for
7307 profiling or 64-bit MS_ABI and as BITS_PER_WORD otherwise.
7308 (PREFERRED_STACK_BOUNDARY): Replace STACK_BOUNDARY with 128 in
7311 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
7313 * unwind-dw2-fde-glibc.c: Include <elf.h> for DT_CONFIG.
7314 Include <link.h> only if USE_PT_GNU_EH_FRAME is defined.
7316 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
7318 * config.gcc: Don't append t-android for Android targets.
7320 * config/t-android: Removed.
7322 2010-09-07 Richard Henderson <rth@redhat.com>
7324 * target.def (TARGET_ASM_EMIT_EXCEPT_PERSONALITY): New hook.
7325 * doc/tm.texi.in: Add doc marker.
7326 * doc/tm.texi: Rebuild.
7327 * except.c (switch_to_exception_section): Always build.
7328 (output_one_function_exception_table): Move section switch,
7329 personality output, and label output ...
7330 (output_function_exception_table): ... here. Use the new
7333 * config/ia64/ia64.c (ia64_asm_emit_except_personality,
7334 ia64_asm_init_sections, TARGET_ASM_EMIT_EXCEPT_PERSONALITY,
7335 TARGET_ASM_INIT_SECTIONS): New.
7336 (ia64_asm_unwind_emit): Rename from process_for_unwind_directive,
7338 (TARGET_ASM_UNWIND_EMIT): Update to match.
7339 * config/ia64/ia64-protos.h (process_for_unwind_directive): Remove.
7341 * config/arm/arm.c (arm_asm_emit_except_personality): New.
7342 (arm_asm_init_sections): New.
7343 (TARGET_ASM_EMIT_EXCEPT_PERSONALITY, TARGET_ASM_INIT_SECTIONS): New.
7345 2010-09-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7347 * config/arm/arm.md: Remove unused variable.
7349 2010-09-07 Anatoly Sokolov <aesok@post.ru>
7351 * config/m32r/m32r.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
7352 * config/m32r/m32r.c (TARGET_MEMORY_MOVE_COSTS): Define.
7353 (m32r_memory_move_cost): New function.
7355 2010-09-07 H.J. Lu <hongjiu.lu@intel.com>
7357 * config.gcc: Append t-android for Android targets.
7359 * config/t-android: New.
7361 2010-09-07 Richard Henderson <rth@redhat.com>
7363 * target.def (unwind_emit_before_insn): New hook.
7364 * doc/tm.texi.in: Add @hook marker for it.
7365 * doc/tm.texi: Rebuild.
7366 * final.c (final_scan_insn): Respect unwind_emit_before_insn.
7368 2010-09-07 Martin Jambor <mjambor@suse.cz>
7371 * ipa-cp.c (ipcp_versionable_function_p): Return false if there
7372 are any type attributes.
7374 2010-09-07 Jan Hubicka <jh@suse.cz>
7376 * tree-ssa-ccp.c (fold_const_aggregate_ref): Fix handling of
7377 array_ref_low_bound in string access folding.
7379 2010-09-07 Uros Bizjak <ubizjak@gmail.com>
7382 * config/i386/i386.c (ix86_expand_epilogue): Mark SP as valid after
7383 eh_return fixup sequence.
7385 2010-09-07 Jan Hubicka <jh@suse.cz>
7387 * gimple-fold.c (maybe_fold_reference): Verify that operand is
7388 gimple_min_invariant.
7390 2010-09-07 Richard Guenther <rguenther@suse.de>
7393 * tree-eh.c (operation_could_trap_helper_p): Neither COMPLEX_EXPR
7394 nor CONSTRUCTOR can trap.
7395 * tree-complex.c (update_complex_assignment): Update EH info.
7397 2010-09-07 Richard Guenther <rguenther@suse.de>
7400 * tree-cfg.c (build_gimple_cfg): Remove redundant stmt verification.
7401 * passes.c (execute_function_todo): Do not verify anything if
7404 2010-09-07 Richard Guenther <rguenther@suse.de>
7406 * tree-pretty-print.c (dump_generic_node): Dump void types as void.
7408 2010-09-07 Bernd Schmidt <bernds@codesourcery.com>
7411 * config/arm/iterators.md (qhs_zextenddi_cond, qhs_sextenddi_cond):
7412 New define_mode_attrs.
7413 * config/arm/arm.md (zero_extendsidi2, arm_zero_extendsidi2,
7414 arm_exxtendsidi2, arm_extendsidi2): Delete patterns.
7415 (zero_extend<mode>di2, extend<mode>di2 and related splits): New.
7416 (thumb1_zero_extendhisi2): Remove code to handle LABEL_REFs.
7417 Remove pool_range attribute.
7418 (arm_zero_extendhisi2, arm_zero_extendhisi2_v6, arm_zero_extendqisi2,
7419 arm_zero_extendqisi2_v6, thumb1_zero_extendqisi2_v6): Remove
7420 pool_range and neg_pool_range attributes.
7421 * config/arm/thumb2.md (thumb2_zero_extendsidi2,
7422 thumb2_zero_extendhidi2, thumb2_zero_extendqidi2, thumb2_extendsidi2,
7423 thumb2_extendhidi2, thumb2_extendqidi2): Delete.
7425 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
7427 * config/i386/linux-unwind.h (x86_fallback_frame_state): Properly
7430 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
7433 * config/i386/mmx.md (*mov<mode>_internal_rex64,
7434 *mov<mode>_internal_avx, *mov<mode>_internal,
7435 *movv2sf_internal_rex64_avx, *movv2sf_internal_rex64,
7436 *movv2sf_internal_avx, *movv2sf_internal): Split out !y-!y alternative.
7438 2010-09-06 Mark Mitchell <mark@codesourcery.com>
7440 * c-typeck.c (do_warn_double_promotion): Remove.
7441 * doc/invoke.texi (-Wdouble-promotion): Note available for C++ and
7444 2010-09-06 Anatoly Sokolov <aesok@post.ru>
7446 * config/frv/frv.h (CLASS_LIKELY_SPILLED_P): Remove.
7447 * config/frv/frv-protos.h (frv_class_likely_spilled_p): Remove.
7448 * config/frv/frv.c (frv_class_likely_spilled_p): Make static. Change
7449 argument type to reg_class_t. Change result type to bool.
7450 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
7452 2010-09-06 Nicola Pero <nicola.pero@meta-innovation.com>
7455 * gthr-posix.h (__gthread_objc_thread_detach): Use
7456 _objc_thread_attribs when detaching a thread.
7457 * gthr-posix95.h (__gthread_objc_thread_detach): Same change.
7459 2010-09-06 H.J. Lu <hongjiu.lu@intel.com>
7462 * configure.ac (enable_decimal_float): Set to $default_decimal_float.
7463 * configure: Regenerated.
7465 2010-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7467 * combine.c (try_combine): Set subst_low_luid to i0.
7469 2010-09-06 Richard Guenther <rguenther@suse.de>
7471 * tree.def (MISALIGNED_INDIRECT_REF): Remove.
7472 * tree.h (INDIRECT_REF_P): Only check for INDIRECT_REF.
7473 (build_aligned_type): Declare.
7474 * tree.c (check_qualified_type): Also compare TYPE_ALIGN.
7475 (check_aligned_type): New function.
7476 (build_aligned_type): Likewise.
7477 * expr.c (expand_assignment): Handle misaligned stores via
7478 TARGET_MEM_REF and MEM_REF using movmisalign_optab.
7479 (expand_expr_real_1): Likewise.
7480 (safe_from_p): Remove MISALIGNED_INDIRECT_REF handling.
7481 * tree-vect-stmts.c (vectorizable_store): Do not build
7482 MISALIGNED_INDIRECT_REF but initialize alignment information.
7483 (vectorizable_load): Likewise.
7484 * builtins.c (get_object_alignment): Remove MISALIGNED_INDIRECT_REF
7486 * cfgexpand.c (expand_debug_expr): Likewise.
7487 * dwarf2out.c (loc_list_from_tree): Likewise.
7488 * fold-const.c (maybe_lvalue_p): Likewise.
7489 (operand_equal_p): Likewise.
7490 (build_fold_addr_expr_with_type_loc): Likewise.
7491 * gimplify.c (gimplify_addr_expr): Likewise.
7492 (gimplify_expr): Likewise.
7493 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
7494 (verify_gimple_assign_single): Likewise.
7495 * tree-dump.c (dequeue_and_dump): Likewise.
7496 (tree_could_trap_p): Likewise.
7497 * tree-predcom.c (ref_at_iteration): Likewise.
7498 * tree-pretty-print.c (dump_generic_node): Likewise.
7499 (op_code_prio): Likewise.
7500 (op_symbol_code): Likewise.
7501 * tree-ssa-ccp.c (get_value_from_alignment): Likewise.
7502 * tree-ssa-loop-im.c (for_each_index): Likewise.
7503 (gen_lsm_tmp_name): Likewise.
7504 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
7505 (find_interesting_uses_address): Likewise.
7506 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
7507 * tree-ssa-operands.c (get_expr_operands): Likewise.
7508 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
7509 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
7510 (ao_ref_init_from_vn_reference): Likewise.
7511 * tree.c (staticp): Likewise.
7512 (build1_stat): Likewise.
7513 (reference_alias_ptr_type): Likewise.
7514 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
7515 * config/rs6000/rs6000.c (rs6000_check_sdmode): Remove
7516 MISALIGNED_INDIRECT_REF handling.
7518 2010-09-06 Richard Guenther <rguenther@suse.de>
7520 PR tree-optimization/45534
7521 * tree-ssa-address.c (create_mem_ref_raw): Add verify parameter.
7522 (create_mem_ref): Do verify the created TARGET_MEM_REF is valid
7524 (maybe_fold_tmr): Do not verify the created TARGET_MEM_REF is
7525 valid on the target.
7527 2010-09-06 Andreas Schwab <schwab@redhat.com>
7529 * configure.ac: Quote argument of AC_MSG_WARN.
7530 * configure: Regenerate.
7532 2010-09-06 Alexander Monakov <amonakov@ispras.ru>
7534 * sel-sched.c (move_cond_jump): Correct arguments to
7535 maybe_tidy_empty_bb.
7536 * sel-sched-ir.c (maybe_tidy_empty_bb): Export.
7538 2010-09-06 Andrey Belevantsev <abel@ispras.ru>
7540 PR rtl-optimization/44919
7541 * sel-sched.c (move_cond_jump): Remove assert, check that
7542 the several blocks case can only happen with mutually exclusive
7543 insns instead. Rewrite the movement code to support moving through
7544 several basic blocks.
7546 2010-09-06 Uros Bizjak <ubizjak@gmail.com>
7548 * config/i386/i386.md (iptrsize): New mode attribute.
7550 (*load_tp_<mode>): Macroize insn from *load_tp_{si,di} using P
7552 (*add_tp_<mode>): Ditto from *add_tp_{si,di}.
7553 (stack_protect_set_<mode>): Ditto from stack_protect_set_{si,di}.
7554 (stack_protect_test_<mode>): Ditto from stack_protect_test_{si,di}.
7555 (stack_tls_protect_set_<mode>): Ditto from
7556 stack_tls_protect_set_{si,di}. Use %@ to output segment register
7557 of thread base pointer load.
7558 (stack_tls_protect_test_<mode>): Ditto from
7559 stack_tls_protect_test_{si,di}. Use %@ to output segment register
7560 of thread base pointer load.
7561 (stack_protect_set): Rewrite using indirect functions.
7562 (stack_protect_test): Ditto.
7563 * config/i386/i386.c (ix86_print_operand_punct_valid): Add '@'.
7564 (ix86_print_operand): Handle '@'.
7566 2010-09-05 Giuseppe Scrivano <gscrivano@gnu.org>
7568 * tree-tailcall.c (process_assignment): Handle NEGATE_EXPR and
7571 2010-09-05 Mark Mitchell <mark@codesourcery.com>
7573 * doc/invoke.texi: Document -Wdouble-promotion.
7574 * c-typeck.c (convert_arguments): Check for implicit conversions
7575 from float to double.
7576 (do_warn_double_promotion): New function.
7577 (build_conditional_expr): Use it.
7578 (build_binary_op): Likewise.
7580 2010-09-05 Richard Guenther <rguenther@suse.de>
7582 PR tree-optimization/45535
7583 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Properly
7584 handle TMR_INDEX2. Make sure TMR_INDEX is not NULL before
7586 (indirect_refs_may_alias_p): Likewise.
7588 2010-09-05 Naveen H.S <naveen.S@kpitcummins.com>
7590 * config/sh/sh.c (sh_option_override): Make static.
7591 Adjust comments. Declare.
7592 (sh_function_value_regno_p): Likewise.
7593 (sh_register_move_cost): Modify the arguments, make static.
7594 Adjust comments. Declare.
7595 (TARGET_OPTION_OVERRIDE, TARGET_REGISTER_MOVE_COST
7596 TARGET_FUNCTION_VALUE_REGNO_P): Define.
7597 * config/sh/sh.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P
7598 REGISTER_MOVE_COST): Delete.
7599 * config/sh/sh-protos.h (sh_override_options): Delete.
7600 (sh_register_move_cost): Delete.
7601 (sh_function_value_regno_p): Delete.
7603 2010-09-04 Anatoly Sokolov <aesok@post.ru>
7605 * config/m32r/m32r.c (m32r_function_value, m32r_libcall_value,
7606 m32r_function_value_regno_p): New functions.
7607 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
7608 TARGET_FUNCTION_VALUE_REGNO_P): Declare.
7609 * config/m32r/m32r.h: (FUNCTION_VALUE, LIBCALL_VALUE,
7610 FUNCTION_VALUE_REGNO_P): Remove.
7612 2010-09-04 Jan Hubicka <jh@suse.cz>
7614 * gimple-fold.c (maybe_fold_reference): Use fold_const_aggregate_ref.
7615 * tree-ssa-ccp.c (fold_const_aggregate_ref): Use
7616 fold_read_from_constant_string.
7618 * gimple.h (canonicalize_constructor_val): Declare.
7619 * gimple-fold.c (canonicalize_constructor_val): New function.
7620 (get_symbol_constant_value):Use it.
7621 * tree-ssa-ccp.c (fold_const_aggregate_ref): Likewise.
7623 2010-09-04 Jan Hubicka <jh@suse.cz>
7625 * tree-switch-conversion.c (build_one_array): Set constructor to be
7627 * varpool.c (varpool_finalize_decl): Compute const_value_known.
7629 2010-09-04 Richard Guenther <rguenther@suse.de>
7632 * tree-flow.h (force_gimple_operand_1): Declare.
7633 (force_gimple_operand_gsi_1): Likewise.
7634 * gimplify.c (force_gimple_operand_1): New worker taking a
7635 gimple predicate for ...
7636 (force_gimple_operand): ... which now wraps it.
7637 (force_gimple_operand_gsi_1, force_gimple_operand_gsi): Likewise.
7638 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Revert
7640 * tree-ssa-address.c (gimplify_mem_ref_parts): Use
7641 force_gimple_operand_gsi_1 with is_gimple_mem_ref_addr.
7642 (create_mem_ref): Likewise.
7644 2010-09-04 Uros Bizjak <ubizjak@gmail.com>
7646 * config/i386/predicates.md (sse_reg_operand): New predicate.
7647 * config/i386/i386.md (TFmode push splitter): Use sse_reg_operand
7648 predicate for operand 1.
7649 (XFmode push splitter): Use fp_register_operand predicate
7651 (*dummy_extendsfdf2, *dummy_extendsfxf2): Remove disabled patterns.
7652 (SF-DF float_extend push splitter): Add reload_completed insn
7654 ({SF,DF}-XF float_extend_push splitter): Macroize splitter using
7655 MODEF mode macro. Add reload_completed insn predicate.
7657 2010-09-04 Paolo Bonzini <bonzini@gnu.org>
7659 * df.h (enum df_ref_class): Remove DF_REF_EXTRACT.
7660 (struct df_extract_ref): Remove.
7661 (union df_ref_d): Remove extract_ref member.
7662 (df_ref_create): Remove last three arguments.
7663 (DF_REF_LOC): Remove DF_REF_EXTRACT case.
7664 * df-scan.c (df_ref_record): Remove last three arguments, do not
7665 pass them to df_ref_create_structure.
7666 (df_uses_record): Remove first and last three arguments. Replace
7667 first argument with DF_REF_REGULAR, adjust calls to remove the
7668 width, offset and mode. Always call recursively on the second
7669 and third argument of ZERO_EXTRACT and SIGN_EXTRACT.
7670 (df_ref_create_structure): Remove first argument.
7671 (struct df_scan_problem_data): Remove ref_extract_pool.
7672 (df_scan_free_internal): Do not free it.
7673 (df_scan_alloc): Do not allocate it.
7674 (df_ref_create): Remove last three arguments, do not pass them to
7675 df_ref_create_structure.
7676 (df_free_ref): Remove DF_REF_EXTRACT case.
7677 (df_notes_rescan): Adjust call to df_uses_record.
7678 (df_ref_equal_p, df_ref_compare, df_ref_create_structure):
7679 Remove DF_REF_EXTRACT case.
7680 (df_def_record_1): Do not special case class for a ZERO_EXTRACT lhs.
7681 Adjust calls to df_ref_record, using DF_REF_REGULAR for all REG
7682 and SUBREG definitions.
7683 (df_get_conditional_uses): Remove references to width/offset/mode,
7684 adjust call to df_ref_create_structure.
7685 (df_get_call_refs, df_insn_refs_collect, df_bb_refs_collect,
7686 df_entry_block_defs_collect, df_exit_block_uses_collect): Adjust
7687 calls to df_uses_record and df_ref_record.
7688 * fwprop.c (update_df): Remove references to width/offset/mode,
7689 adjust call to df_ref_create.
7691 2010-09-03 Jan Hubicka <jh@suse.cz>
7693 * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
7694 (build_cdtor_fns): Update use of build_cdtor.
7696 2010-09-03 Joseph Myers <joseph@codesourcery.com>
7698 * doc/options.texi (SeparateAlias): Document.
7699 * opt-functions.awk (switch_flags): Handle SeparateAlias.
7700 * opth-gen.awk: Generate enumeration names for options marked
7701 SeparateAlias, but not for those marked Ignore.
7702 * opts-common.c (generate_canonical_option): Don't output separate
7703 argument for options marked CL_SEPARATE_ALIAS.
7704 (decode_cmdline_option): Handle CL_SEPARATE_ALIAS.
7705 * opts.h (CL_SEPARATE_ALIAS): New.
7706 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
7707 CL_COMMON): Adjust definitions.
7708 * config/i386/darwin.opt, config/mips/sde.opt: New.
7709 * common.opt (fdump-final-insns): New.
7710 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
7712 (mips*-sde-elf*): Add mips/sde.opt.
7713 * config/mips/sde.h (DRIVER_SELF_SPECS): Don't handle
7714 -mno-data-in-code and -mcode-xonly here.
7715 * defaults.h (DEFAULT_SWITCH_TAKES_ARG): Add 'd'.
7716 * gcc.c (option_map): Add "j" to --dump entry.
7717 (translate_options): Don't translate -d to -foutput-class-dir= here.
7719 2010-09-03 Sebastian Pop <sebastian.pop@amd.com>
7721 * tree-data-ref.c (dr_may_alias_p): Replace !DR_IS_READ with
7723 (compute_all_dependences): Same.
7724 (create_rdg_edge_for_ddr): Same.
7725 * tree-data-ref.h (DR_IS_WRITE): New.
7726 (ddr_is_anti_dependent): Replace !DR_IS_READ with DR_IS_WRITE.
7727 * tree-if-conv.c (write_memrefs_written_at_least_once): Same.
7728 (write_memrefs_written_at_least_once): Same.
7729 * tree-predcom.c (suitable_component_p): Same.
7730 (determine_roots_comp): Same.
7731 (execute_load_motion): Same.
7732 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Same.
7733 (vect_enhance_data_refs_alignment): Same.
7734 (vect_analyze_group_access): Same.
7736 2010-09-03 Joern Rennecke <joern.rennecke@embecosm.com>
7739 * Makefile.in (PLUGINCC): Define in terms of @CC@ / @CXX@
7740 (PLUGINCFLAGS): Define in terms of @CFLAGS@ / @CXXFLAGS@
7742 2010-09-03 Marcin Baczynski <marbacz@gmail.com>
7744 * dwarf2out.c (file scope): Remove #if0'd code.
7745 (gen_subprogram_die): Same.
7747 2010-09-03 Jakub Jelinek <jakub@redhat.com>
7750 * dwarf2out.c (flush_queued_reg_saves): Rename to...
7751 (dwarf2out_flush_queued_reg_saves): ... this. No longer static.
7752 (dwarf2out_frame_debug_expr, dwarf2out_frame_debug): Adjust callers.
7753 * dwarf2out.h (dwarf2out_flush_queued_reg_saves): New prototype.
7754 * config/i386/i386.c (output_set_got): Call it.
7756 2010-09-03 Michael Matz <matz@suse.de>
7759 * tree-sra.c (sra_modify_assign): If we modify the statement,
7762 * tree-ssa.c (verify_ssa): Check number of operands and links
7763 per statement to agree.
7765 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
7766 Iain Sandoe <iains@gcc.gnu.org>
7769 * config/i386/t-darwin (LIB2FUNCS_EXCLUDE): New.
7770 * config/i386/darwin.h (LIBGCC2_HAS_TF_MODE,
7771 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
7773 2010-09-03 Richard Guenther <rguenther@suse.de>
7775 * lto-streamer-out.c (output_function): Output function
7777 * lto-streamer-in.c (input_function): Input function start
7780 2010-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7782 * configure.ac: Use the GCC_AC_ENABLE_DECIMAL_FLOAT macro.
7783 * Makefile.in: Add aclocal.m4 dependency to dfp.m4.
7784 * configure: Regenerate.
7785 * aclocal.m4: Regenerate.
7787 2010-09-03 Jan Hubicka <jh@suse.cz>
7790 * lto-cgraph.c (intput_node, input_varpool_node): Set DECL_EXTERNAL
7791 on functions/variables in other partition.
7793 2010-09-03 Jan Hubicka <jh@suse.cz>
7795 * cgraph.h (struct varpool_node): Add const_value_known.
7796 (varpool_decide_const_value_known): Declare.
7797 * tree-ssa-ccp.c (fold_const_aggregate_ref): Update initializer folding.
7798 * lto-cgraph.c (lto_output_varpool_node): Store const_value_known.
7799 (input_varpool_node): Restore const_value_known.
7800 * tree-ssa-loop-ivcanon (constant_after_peeling): Check varpool for
7801 initializer folding.
7802 * ipa.c (ipa_discover_readonly_nonaddressable_var,
7803 function_and_variable_visibility): Compute const_value_known.
7804 * gimple-fold.c (get_symbol_constant_value): Use varpool for
7805 initializer folding.
7806 * varpool.c (varpool_decide_const_value_known): New function.
7808 2010-09-03 Uros Bizjak <ubizjak@gmail.com>
7810 * config/i386/i386.md: Remove empty preparation statements
7813 2010-09-03 Jan Hubicka <jh@suse.cz>
7815 * passes.c (rest_of_decl_compilation): Do not add local vars into
7817 * varpool.c (varpool_get_node, varpool_node): Sanity check that only
7818 static or extern vars are in varpool.
7819 (varpool_finalize_decl): Sanity check that only static vars are
7822 2010-09-03 Jakub Jelinek <jakub@redhat.com>
7825 * dwarf2out.c (rtl_for_decl_init): Give up for all generic vectors,
7826 not just generic vectors with BLKmode.
7828 2010-09-03 Richard Guenther <rguenther@suse.de>
7830 * tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.
7831 Move TMR_OFFSET to second operand. Add TMR_INDEX2.
7832 * tree.h (TMR_SYMBOL): Remove.
7833 (TMR_BASE, TMR_OFFSET): Adjust.
7835 * alias.c (ao_ref_from_mem): Use TMR_BASE.
7836 * builtins.c (get_object_alignment): Merge TMR_BASE and
7837 TMR_SYMBOL handling.
7838 * cfgexpand.c (expand_debug_expr): Use TMR_BASE.
7839 * gimple.c (get_base_address): Merge MEM_REF and TARGET_MEM_REF
7840 handling. Also allow TARGET_MEM_REF as base address.
7841 (walk_stmt_load_store_addr_ops): TMR_BASE is always non-NULL.
7842 * gimplify.c (gimplify_expr): Gimplify TMR_BASE like MEM_REF
7843 base. Gimplify TMR_INDEX2.
7844 * tree-cfg.c (verify_types_in_gimple_reference): Adjust.
7845 * tree-dfa.c (get_ref_base_and_extent): Likewise.
7846 (get_addr_base_and_unit_offset): Likewise.
7847 * tree-eh.c (tree_could_trap_p): Likewise.
7848 * tree-pretty-print.c (dump_generic_node): Likewise.
7849 * tree-ssa-address.c (tree_mem_ref_addr): Simplify. Handle TMR_INDEX2.
7850 (create_mem_ref_raw): Merge symbol and base. Move 2ndary
7852 (get_address_description): Reconstruct addres description
7853 from merged TMR_BASE and TMR_INDEX2.
7854 (maybe_fold_tmr): Fold propagated addresses.
7855 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Merge
7856 MEM_REF and TARGET_MEM_REF paths.
7857 (indirect_refs_may_alias_p): Likewise.
7858 * tree-ssa-live.c (mark_all_vars_used_1): Handle TMR_INDEX2
7859 instead of TMR_SYMBOL.
7860 * tree-ssa-operands.c (get_tmr_operands): Simplify.
7861 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Adjust
7862 according to changes ...
7863 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): ... here.
7864 Split TARGET_MEM_REF into two fields plus the base.
7865 * tree.c (mem_ref_offset): Simplify.
7866 * tree-ssa-loop-im.c (for_each_index): Handle TMR_INDEX2.
7867 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Likewise.
7868 Strip NOPs when folding MEM_REF addresses.
7869 * tree-ssa-sink.c (is_hidden_global_store): Handle TARGET_MEM_REF.
7870 * gimple-fold.c (maybe_fold_reference): Fold TARGET_MEM_REF here ...
7871 (fold_gimple_assign): ... not here.
7873 2010-09-03 Mingjie Xing <mingjie.xing@gmail.com>
7875 * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change the definition.
7876 * config/mips/mips.c (mips_shift_truncation_mask): New function.
7877 (TARGET_SHIFT_TRUNCATION_MASK): Define.
7879 2010-09-02 Richard Henderson <rth@redhat.com>
7881 * configure.ac (gcc_cv_as_cfi_advance_working): Use objdump
7882 instead of readelf in the test.
7883 (gcc_cv_as_cfi_sections_directive): Check for correct relocation
7884 in the .debug_frame section for coff targets.
7885 * configure: Rebuild.
7887 2010-09-02 Anatoly Sokolov <aesok@post.ru>
7889 * config/m32c/m32c.h (CLASS_LIKELY_SPILLED_P): Remove.
7890 * config/m32c/m32c-protos.h (m32c_class_likely_spilled_p): Remove.
7891 * config/m32c/m32c.c (TARGET_CLASS_LIKELY_SPILLED_P): Define.
7892 (m32c_class_likely_spilled_p): Make static. Change argument type to
7893 reg_class_t. Change result type to bool.
7895 2010-09-02 Michael Meissner <meissner@linux.vnet.ibm.com>
7897 * config/rs6000/rs6000.opt (-mfriz): New switch to control whether
7898 to convert (double)(long) into a single FRIZ instruction or not
7899 when -ffast-math is used.
7901 * config/rs6000/vsx.md (VSX_DF): New iterator for DF/V2DF modes.
7902 (vsx_float_fix_<mode>2): Optimize (double)(long) into X{S,V}RDPIZ
7903 or FRIZ instruction if -ffast-math.
7904 * config/rs6000/rs6000.md (friz): Ditto.
7906 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mfriz.
7908 2010-09-02 Joseph Myers <joseph@codesourcery.com>
7910 * opth-gen.awk (quote, comma): Remove unused variables.
7912 2010-09-02 Ryan Mansfield <rmansfield@qnx.com>
7914 * arm.c (arm_override_options): Correct fall-back code to use
7915 SUBTARGET_CPU_DEFAULT.
7917 2010-09-02 Julian Brown <julian@codesourcery.com>
7919 * config/arm/neon.md (UNSPEC_VCLE, UNSPEC_VCLT): New constants for
7921 (vcond<mode>, vcondu<mode>): New expanders.
7922 (neon_vceq<mode>, neon_vcge<mode>, neon_vcgt<mode>): Support
7923 comparisons with zero.
7924 (neon_vcle<mode>, neon_vclt<mode>): New patterns.
7925 * config/arm/constraints.md (Dz): New constraint.
7927 2010-09-02 Anatoly Sokolov <aesok@post.ru>
7929 * target.def (class_likely_spilled_p): New hook.
7930 * doc/tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Document.
7931 * doc/tm.texi: Regenerate.
7932 * targhooks.c (default_class_likely_spilled_p): New function.
7933 * targhooks.h (default_class_likely_spilled_p): Declare.
7934 * regs.h (CLASS_LIKELY_SPILLED_P): Remove.
7935 * combine.c (cant_combine_insn_p, likely_spilled_retval_p): Use
7936 TARGET_CLASS_LIKELY_SPILLED_P target hook. Use HARD_REGISTER_P macro.
7937 Use fixed_reg_set instead of fixed_regs.
7938 * cse.c (hash_rtx_cb): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
7939 * calls.c (avoid_likely_spilled_reg): Ditto.
7940 * ira-conflicts.c (ira_build_conflicts): Ditto.
7941 * ira.c (update_equiv_regs): Ditto.
7942 * mode-switching.c (create_pre_exit): Ditto.
7943 * regmove.c (find_matches): Ditto.
7944 (regclass_compatible_p): Use TARGET_CLASS_LIKELY_SPILLED_P target hook.
7945 * reload.c (SMALL_REGISTER_CLASS_P): Remove macro.
7946 (small_register_class_p): New inline function.
7947 (push_secondary_reload, find_reusable_reload, find_reloads): Use
7948 small_register_class_p instead of SMALL_REGISTER_CLASS_P.
7950 * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Remove.
7951 * config/i386/i386.c (ix86_class_likely_spilled_p): New.
7952 (TARGET_CLASS_LIKELY_SPILLED_P): Define.
7954 2010-09-02 Richard Guenther <rguenther@suse.de>
7956 PR tree-optimization/44937
7957 PR tree-optimization/45412
7958 * ipa-split.c (split_function): Properly remove PHI nodes.
7960 2010-09-02 Joseph Myers <joseph@codesourcery.com>
7962 * opts.h (struct cl_option): Add warn_message field.
7963 (struct cl_decoded_option): Add warn_message field.
7964 * doc/options.texi (Ignore, Warn): Document.
7965 * opt-functions.awk (needs_state_p): Don't consider aliases or
7966 ignored options to need state saved.
7967 * optc-gen.awk: Handle Warn and Ignore.
7968 * opth-gen.awk: Output OPT_SPECIAL_ignore.
7969 * opts-common.c (decode_cmdline_option): Set warn_message field.
7970 Handle ignored options.
7971 (decode_cmdline_options_to_array, generate_option,
7972 generate_option_input_file): Set warn_message field.
7973 (read_cmdline_option): Generate warnings from warn_message field.
7974 Handle ignored options.
7975 * common.opt (Wunreachable-code, fargument-alias,
7976 fargument-noalias, fargument-noalias-global,
7977 fargument-noalias-anything, fcse-skip-blocks, fforce-addr,
7978 floop-optimize, frerun-loop-opt, fsched2-use-traces, fsee,
7979 fstrength-reduce, ftree-store-ccp, ftree-store-copy-prop,
7980 ftree-salias): Mark Ignore.
7981 * config/i386/i386.h (CC1_CPU_SPEC_1): Don't handle -mcpu,
7982 -mintel-syntax and -mno-intel-syntax here.
7983 * config/i386/i386.opt (mcpu=, mintel-syntax): Define as aliases
7985 * opts.c (common_handle_option): Don't handle options marked as
7987 (enable_warning_as_error): Handle ignored options.
7989 2010-09-02 Joseph Myers <joseph@codesourcery.com>
7992 * opts.h (struct cl_option): Add alias_arg, neg_alias_arg and
7993 alias_target fields.
7994 * opt-functions.awk (opt_sanitized_name): Don't handle
7995 finline-limit=, Wlarger-than= and ftemplate-depth= specially.
7996 * optc-gen.awk: Generate alias fields.
7997 * opth-gen.awk: Explicitly give values for OPT_* enum constants.
7998 Don't generate such constants for aliases.
7999 * opts-common.c (generate_canonical_option): New.
8000 (decode_cmdline_option): Handle aliases. Use
8001 generate_canonical_option for known options instead of copying the
8003 * doc/options.texi (Alias): Document.
8004 * common.opt (W, Wlarger-than-, aux-info=, finline-limit-,
8005 fstack-check, specs): Mark as aliases.
8006 * gcc.c (driver_handle_option): Canonicalize -L options to joined
8008 (driver_handle_option): Don't handle OPT_specs.
8009 * opts.c (common_handle_option): Don't handle options marked as
8011 (enable_warning_as_error): Handle aliases.
8012 * stor-layout.c (layout_decl): Use OPT_Wlarger_than_ instead of
8013 OPT_Wlarger_than_eq.
8014 * tree-optimize.c (tree_rest_of_compilation): Use
8015 OPT_Wlarger_than_ instead of OPT_Wlarger_than_eq.
8017 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
8019 * config/i386/i386.md (nonmemory_operand): New mode attribute.
8020 (push memory peephole2): Macroize peepholes using SWI mode iterator.
8021 (move immediate to memory peephole2): Macroize peepholes using
8022 SWI124 mode iterator.
8023 (non-pairable NOT peephole2): Macroize peepholes using SWI124
8025 (simple lea add peephole2): Macroize peepholes using SWI48
8027 (simple lea mult peephole2): Ditto.
8028 (imul by 3,5,9 to lea peephole2): Ditto.
8029 (mov $-1, reg peephole2): Macroize peepholes using SWI248
8031 (imul $32bit_imm,mem,reg peephole2): Ditto.
8032 (imul $8/16bit_imm,regmem,reg peephole2): Ditto.
8034 2010-09-02 Ian Bolton <ian.bolton@arm.com>
8036 * tree-ssa-loop-prefetch.c: Fix comment at head of file.
8038 2010-09-02 Olivier Hainque <hainque@adacore.com>
8041 * ira-color.c (SORTGT): New macro, helper for qsort callbacks.
8042 (allocno_priority_compare_func): Use it instead of a straight
8043 difference computation over priorities.
8045 2010-09-02 Andi Kleen <ak@linux.intel.com>
8047 * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
8049 2010-09-02 Ira Rosen <irar@il.ibm.com>
8051 * tree-vectorizer.h (get_later_stmt): New function.
8052 (vect_analyze_data_ref_dependences): Add argument.
8053 * tree-vect-loop.c (vect_analyze_loop): Update call to
8054 vect_analyze_data_ref_dependences.
8055 * tree-vect-data-refs.c (vect_drs_dependent_in_basic_block):
8057 (vect_analyze_data_ref_dependence): Add argument for basic block
8058 dependencies. Check dependencies in basic block vectorization.
8059 (vect_analyze_data_ref_dependences): Add argument and update call to
8060 vect_analyze_data_ref_dependences.
8061 * tree-vect-slp.c (vect_find_last_store_in_slp_instance): New.
8062 (vect_bb_vectorizable_with_dependencies): New.
8063 (vect_slp_analyze_bb): Check dependencies in basic block.
8064 (vect_schedule_slp_instance): Insert stores before the last store in
8067 2010-09-02 Uros Bizjak <ubizjak@gmail.com>
8070 * config/i386/freebsd.h (LIBGCC2_HAS_TF_MODE,
8071 LIBGCC2_TF_CEXT, TF_SIZE): New defines.
8073 2010-09-01 Jakub Jelinek <jakub@redhat.com>
8076 * bb-reorder.c (add_labels_and_missing_jumps): Treat
8077 bbs ending with throwing insns like blocks ending with a call.
8078 (fix_up_fall_thru_edges): Likewise.
8080 2010-09-01 Nathan Froyd <froydnj@codesourcery.com>
8082 * config/m32c/m32c-protos.h (m32c_function_arg): Delete.
8083 (m32c_function_arg_advance): Delete.
8084 * config/m32c/m32c.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8085 * config/m32c/m32c.c (m32c_function_arg): Make static. Adjust
8086 comments. Take a const_tree and a bool. Declare.
8087 (m32c_function_arg_advance): Likewise.
8088 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8090 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
8093 * config/i386/cygming.h (LIBGCC2_HAS_TF_MODE,
8094 LIBGCC2_TF_CEXT, TF_SIZE): Move from ...
8095 * config/i386/mingw32.h: ... here.
8097 2010-09-01 Andi Kleen <ak@linux.intel.com>
8100 * lto-streamer-in.c (lto_input_ts_target_option): Add.
8101 (lto_input_tree_pointers): Call lto_input_ts_target_option.
8102 * lto-streamer-out (lto_output_ts_target_option): Add.
8103 (lto_output_tree_pointers): Call lto_output_ts_target_option.
8105 2010-09-01 Kai Tietz <kai.tietz@onevision.com>
8108 * config/i386/cygwin.h: Change order of specified import libraries.
8109 * config/i386/mingw32.h: Likewise.
8110 * config/i386/t-cygwin: Likewise.
8111 * config/i386/t-mingw32: Likewise.
8112 * config/i386/t-mingw-w32: Likewise.
8113 * config/i386/t-mingw-w64: Likewise.
8115 2010-09-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8117 * config/arm/neon-schedgen.ml (core): New type.
8118 (allCores): List of supported cores.
8119 (availability_table): Add supported cores.
8120 (collate_bypasses): Accept core as a parameter.
8121 (worst_case_latencies_and_bypasses): Accept core as a parameter.
8122 (emit_insn_reservations): Accept core as a parameter. Use tuneStr
8123 and coreStr to get tune attribute and prefix for functional units.
8124 (emit_bypasses): Accept core name and use it.
8125 (calculate_per_core_availability_table): New.
8127 (calculate_core_availability_table): New.
8128 (main): Use calculate_core_availablity_table.
8129 * config/arm/cortex-a8-neon.md: Update copyright year.
8130 Regenerated from ml file and merged in.
8131 (neon_mrrc, neon_mrc): Rename to cortex_a8_neon_mrrc and
8134 2010-09-01 Ian Bolton <ian.bolton@arm.com>
8136 * Makefile.in (tree-switch-conversion.o): Update dependencies.
8138 2010-09-01 Richard Guenther <rguenther@suse.de>
8140 * alias.c (ao_ref_from_mem): Adjust.
8141 * builtins.c (get_object_alignment): Likewise.
8142 * cfgexpand.c (expand_debug_expr): Likewise.
8143 * gimple.c (get_base_address): Likewise.
8144 * tree-dfa.c (get_ref_base_and_extent): Likewise.
8145 (get_addr_base_and_unit_offset): Likewise. Fix for
8146 both TMR_SYMBOL and TMR_BASE being set.
8147 * tree-eh.c (tree_could_trap_p): Likewise.
8148 * gimplify.c (gimplify_expr): Do not attempt to gimplify
8149 TMR_SYMBOL. Always gimplify TMR_BASE.
8150 * tree-cfg.c (verify_types_in_gimple_reference): Verify
8151 TMR_BASE if there is a TMR_SYMBOL.
8152 * tree-pretty-print.c (dump_generic_node): Adjust.
8153 * tree-ssa-address.c (addr_for_mem_ref): Likewise.
8154 (tree_mem_ref_addr): Likewise.
8155 (create_mem_ref_raw): Likewise.
8156 (move_fixed_address_to_symbol): Likewise.
8157 (create_mem_ref): Likewise.
8158 (dump_mem_address): Likewise.
8159 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Adjust.
8160 Fix for both TMR_SYMBOL and TMR_BASE being set.
8161 (indirect_refs_may_alias_p): Likewise.
8162 * tree-ssa-operands.c (get_tmr_operands): Adjust.
8163 * tree.def (TARGET_MEM_REF): Adjust documentation.
8165 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
8167 * config/i386/i386.h (enum ix86_tune_indices) <X86_TUNE_SINGLE_POP>:
8168 Rename from X86_TUNE_ADD_ESP_4.
8169 <IX86_TUNE_DOUBLE_POP>: Rename from X86_TUNE_ADD_ESP_8.
8170 <IX86_TUNE_SINGLE_PUSH>: Rename from X86_TUNE_SUB_ESP_4.
8171 <IX86_TUNE_DOUBLE_PUSH>: Rename from X86_TUNE_SUB_ESP_8.
8172 (TARGET_SINGLE_POP): Rename from TARGET_ADD_ESP_4.
8173 (TARGET_DOUBLE_POP): Rename from TARGET_ADD_ESP_8.
8174 (TARGET_SINGLE_PUSH): Rename from TARGET_SUB_ESP_4.
8175 (TARGET_DOUBLE_POP): Rename from TARGET_SUB_ESP_8.
8176 * config/i386/i386.c (initial_ix86_tune_features)
8177 <X86_TUNE_SINGLE_POP>: Invert members.
8178 <X86_TUNE_DOUBLE_POP>: Ditto.
8179 <X86_TUNE_SINGLE_PUSH>: Ditto.
8180 <X86_TUNE_DOUBLE_PUSH>: Ditto.
8181 * config/i386/i386.md (*pop<mode>1): Rename from pop<mode>1.
8183 (push peephole2 patterns): Macroize peepholes using P mode iterator.
8184 Adjust for renamed TARGET_{SINGLE,DOUBLE}_PUSH defines.
8185 (pop peephole2 patterns): Macroize peepholes using P mode iterator.
8186 Adjust for renamed TARGET_{SINGLE,DOUBLE}_POP defines.
8188 2010-09-01 Eric Botcazou <ebotcazou@adacore.com>
8190 * gimplify.c (gimplify_init_constructor): Do not create a temporary for
8191 a volatile LHS if the constructor has only one element.
8193 2010-09-01 Mikael Pettersson <mikpe@it.uu.se>
8196 * tree.c (stdarg_p): Make fntype parameter const.
8197 * tree.h (stdarg_p): Likewise.
8198 (function_args_iterator): Remove unused fntype field.
8199 (function_args_iter_init): Do not initialize fntype
8200 field. Make fntype parameter const.
8202 2010-09-01 Richard Guenther <rguenther@suse.de>
8204 * tree-vrp.c (adjust_range_with_scev): Use number of iteration
8206 (vrp_visit_phi_node): Delay using SCEV till we balloon the range.
8207 (execute_vrp): Compute number of iteration estimates.
8208 * cfgloop.h (estimate_numbers_of_iterations_loop): Adjust prototype.
8209 * tree-flow.h (estimate_numbers_of_iterations): Likewise.
8210 * tree-data-ref.c (estimated_loop_iterations): Adjust.
8211 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8212 Infer loop bounds from undefined behavior based on a new parameter.
8213 (estimate_numbers_of_iterations): Likewise.
8214 (scev_probably_wraps_p): Adjust.
8215 * tree-ssa-loop.c (tree_ssa_loop_bounds): Likewise.
8217 2010-09-01 Nick Clifton <nickc@redhat.com>
8219 * config/stormy16/stormy16.c: Use REG_P, MEM_P and CONST_INT_P
8221 (xstormy16_legitimate_address_p): Use true and false instead of 1
8223 (xstormy16_expand_prologue): Delete unused local variable 'insn'.
8224 (xstormy16_function_arg): Use FIRST_ARGUMENT_REGNUM in place of
8226 (xstormy16_expand_call): Fix comment at start of function.
8228 2010-09-01 Nick Clifton <nickc@redhat.com>
8230 * config/rx/rx.c (rx_expand_prologue): Do not adjust frame size
8231 when pushing accumulator register.
8232 (rx_get_stack_layout): Always save call clobbered registers inside
8234 * config/rx/rx-modes.def: Fix descriptive comment at start of file.
8236 2010-09-01 Uros Bizjak <ubizjak@gmail.com>
8238 * config.gcc (i[34567]86-*-freebsd*, x86_64-*-freebsd*): Add
8239 i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
8241 * libgcc-std.ver (GCC_4.6.0): Define version.
8243 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
8245 * tree-nested.c (convert_all_function_calls): Iterate until after the
8246 sum of static chains in the nest doesn't change.
8248 2010-08-31 Anatoly Sokolov <aesok@post.ru>
8250 * config/m32c/m32c.c (classes_intersect): Remove.
8251 (m32c_preferred_reload_class, m32c_secondary_reload_class): Use
8252 reg_classes_intersect_p instead of classes_intersect.
8253 (class_can_hold_mode): Change arguments type from enum reg_class to
8254 reg_class_t. Use reg_class_contents instead of class_contents.
8255 (m32c_register_move_cost): Make static. Change arguments type from
8256 enum reg_class to reg_class_t. Use reg_classes_intersect_p instead of
8257 classes_intersect. Use reg_class_contents instead of class_contents.
8258 (m32c_memory_move_cost): Make static. Change arguments type from
8259 enum reg_class to reg_class_t.
8260 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
8261 * config/m32c/m32c.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST): Remove.
8262 * config/m32c/m32c-protos.h (m32c_register_move_cost,
8263 m32c_memory_move_cost): Remove.
8265 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8267 * config/arm/arm-protos.h (arm_function_arg_advance): Delete.
8268 (arm_function_arg): Delete.
8269 (arm_needs_doubleword_align): Take a const_tree.
8270 * config/arm/arm.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8271 * config/arm/arm.c (aapcs_select_call_coproc): Take a const_tree.
8272 (aapcs_layout_arg, arm_needs_doubleword_align): Likewise.
8273 (arm_function_arg): Make static. Take a const_tree and a bool.
8274 (arm_function_arg_advance): Likewise.
8275 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8277 2010-08-31 Andi Kleen <ak@linux.intel.com>
8279 * common.opt (fwhopr=): Update for -fwhopr=jobserver
8280 * doc/invoke.texi (fwhopr): Document -fwhopr=jobserver.
8281 * lto-wrapper.c (run_gcc): Add jobserver mode.
8282 * opts.c (common_handle_option): Fix OPT_fwhopr for non numeric
8285 2010-08-31 Uros Bizjak <ubizjak@gmail.com>
8287 * config/i386/i386.md (popdi1): Rewrite using POST_INC memory operand.
8289 (*popdi1_epilogue): Ditto.
8290 (*popsi1_epilogue): Ditto.
8291 (popsi, popdi peephole2 patterns): Update peepholes for changed
8292 pop{si,di}1 and *pop{si,di}1_epilogue patterns.
8294 (pop<mode>1): Macroize insn from pop{si,di}1 using P code iterator.
8295 (*pop<mode>1_epilogue): Ditto from *pop{si,di}1_epilogue.
8297 * config/i386/i386.c (*ix86_gen_pop1): Remove indirect function.
8298 (override_options): Do not initialize removed ix86_gen_pop1.
8299 (gen_pop): New static function.
8300 (ix86_expand_prologue): Use gen_pop instead of ix86_gen_pop1.
8301 (release_scratch_register_on_entry): Ditto.
8302 (ix86_restore_reg_using_pop): Ditto.
8303 (ix86_expand_epilogue): Ditto.
8305 2010-08-31 Jakub Jelinek <jakub@redhat.com>
8308 * builtins.c (dummy_object): Return a MEM_REF instead of INDIRECT_REF.
8310 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8312 * config/fr30/fr30.c (fr30_move_double): Delete `dregno' and extra
8315 2010-08-31 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8317 * doc/extend.texi: Fix documentation of the return value of
8318 __builtin_choose_expr.
8320 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8322 * config/v850/v850-protos.h (function_arg): Delete.
8323 * config/v850/v850.h (FUNCTION_ARG): Delete.
8324 (FUNCTION_ARG_ADVANCE): Move code to...
8325 * config/v850/v850.c (v850_function_arg_advance): ...here.
8326 (v850_function_arg): Make static. Take a const_tree and a bool.
8327 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8329 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8331 * config/m32r/m32r.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Move
8333 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
8335 * config/m32r/m32r.c (m32r_function_arg, m32r_function_arg_advance):
8337 (ROUND_ADVANCE, ROUND_ADVANCE_ARG, ROUND_ADVANCE_CUM, PASS_IN_REG_P):
8339 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8341 2010-08-31 Nathan Froyd <froydnj@codesourcery.com>
8343 * config/rx/rx-protos.h (rx_function_arg, rx_function_arg_size):
8345 * config/rx/rx.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8346 * config/rx/rx.c (rx_function_arg_size): Make static.
8347 (rx_function_arg): Likewise.
8348 (rx_function_arg_advance): New function.
8349 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8351 2010-08-31 John Tytgat <John.Tytgat@aaug.net>
8353 * config/arm/arm.c (arm_override_options): Remove superfluous test.
8356 2010-08-31 Eric Botcazou <ebotcazou@adacore.com>
8358 * dwarf2out.c (gen_decl_die) <CONST_DECL>: Do not skip in Ada.
8359 (dwarf2out_decl) <CONST_DECL>: Likewise.
8361 2010-08-30 Eric Botcazou <ebotcazou@adacore.com>
8364 * common.opt (-fstack-usage): New option.
8365 * doc/invoke.texi (Debugging options): Document it.
8366 * builtins.c (expand_builtin_apply): Pass TRUE as 4th argument to
8367 allocate_dynamic_stack_space.
8368 (expand_builtin_alloca): Add 4th bool parameter CANNOT_ACCUMULATE
8369 and propagate it to allocate_dynamic_stack_space.
8370 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust for above change.
8371 * calls.c (initialize_argument_information): Pass TRUE as 4th
8372 argument to allocate_dynamic_stack_space.
8373 (expand_call): Set current_function_has_unbounded_dynamic_stack_size
8374 to 1 when pushing a variable-sized argument onto the stack. Pass
8375 TRUE as 4th argument to allocate_dynamic_stack_space.
8376 Update current_function_pushed_stack_size.
8377 (emit_library_call_value_1): Likewise.
8378 * explow.c (allocate_dynamic_stack_space): Add 4th bool parameter
8379 CANNOT_ACCUMULATE. If flag_stack_usage, look into the size and
8380 attempt to find an upper bound. Remove redundant code for the
8381 SETJMP_VIA_SAVE_AREA case.
8382 * expr.h (allocate_dynamic_stack_space): Add 4th bool parameter.
8383 * function.h (struct stack_usage): New structure.
8384 (current_function_static_stack_size): New macro.
8385 (current_function_dynamic_stack_size): Likewise.
8386 (current_function_pushed_stack_size): Likewise.
8387 (current_function_dynamic_alloc_count): Likewise.
8388 (current_function_has_unbounded_dynamic_stack_size): Likewise.
8389 (current_function_allocates_dynamic_stack_space): Likewise.
8390 (struct function): Add new field 'su'.
8391 * function.c (instantiate_virtual_regs): If SETJMP_VIA_SAVE_AREA,
8392 add the value of the dynamic offset to the dynamic stack usage.
8393 (gimplify_parameters): Set ALLOCA_FOR_VAR_P on call to BUILT_IN_ALLOCA
8394 for variable-sized objects.
8395 (prepare_function_start): Allocate cfun->su if flag_stack_usage.
8396 (rest_of_handle_thread_prologue_and_epilogue): Call output_stack_usage.
8397 * gimplify.c (gimplify_decl_expr): Set ALLOCA_FOR_VAR_P on call to
8398 BUILT_IN_ALLOCA for variable-sized objects.
8399 * output.h (output_stack_usage): Declare.
8400 * toplev.c (stack_usage_file): New file pointer.
8401 (output_stack_usage): New function.
8402 (open_auxiliary_file): Likewise.
8403 (lang_dependent_init): Open file if flag_stack_usage is set.
8404 (finalize): Close file if stack_usage_file is not null.
8405 * tree.h (ALLOCA_FOR_VAR_P): New macro.
8406 * config/alpha/alpha.c (compute_frame_size): New function.
8407 (alpha_expand_prologue): Use it.
8408 (alpha_start_function): Likewise.
8409 (alpha_expand_epilogue): Likewise. Set stack usage info.
8410 * config/i386/i386.c (ix86_expand_prologue): Likewise.
8411 * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
8412 * config/mips/mips.c (mips_expand_prologue): Likewise.
8413 * config/pa/pa.c (hppa_expand_prologue): Likewise.
8414 * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
8415 * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
8417 2010-08-30 Zdenek Dvorak <ook@ucw.cz>
8419 PR tree-optimization/45427
8420 * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Rewritten.
8421 Handle the case that the exit is never taken correctly.
8422 (number_of_iterations_ne): Pass exit_must_be_taken to
8423 number_of_iterations_ne_max.
8425 2010-08-30 Catherine Moore <clm@codesourcery.com>
8427 * config/mips/mips.h (BASE_DRIVER_SELF_SPECS):
8428 Infer -mdspr2 for the the 74K.
8430 2010-08-30 Jakub Jelinek <jakub@redhat.com>
8433 * tree-ssa-live.c (dump_enumerated_decls): Clear the whole wi variable.
8436 * gimplify.c (goa_stabilize_expr): Handle TRUTH_NOT_EXPR
8437 and TRUTH_{AND,OR,XOR}_EXPR.
8438 * c-parser.c (c_parser_omp_atomic): Handle boolean
8439 {PRE,POST}_{INC,DEC}REMENT.
8441 2010-08-30 Nathan Froyd <froydnj@codesourcery.com>
8443 * config/xtensa/xtensa-protos.h (function_arg_advance): Delete.
8444 (function_arg): Delete.
8445 * config/xtensa/xtensa.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8446 (FUNCTION_INCOMING_ARG): Delete.
8447 * config/xtensa/xtensa.c (function_arg_advance): Rename to...
8448 (xtensa_function_arg_advance): ...this. Make static. Take a const_tree
8450 (function_arg): Rename to...
8451 (xtensa_function_arg_1): ...this. Make static. Take a const_tree and
8453 (xtensa_function_arg, xtensa_function_incoming_arg): Nex functions.
8454 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8455 (TARGET_FUNCTION_INCOMING_ARG): Define.
8457 2010-08-30 Richard Guenther <rguenther@suse.de>
8459 PR tree-optimization/21602
8460 * builtins.c (fold_builtin_memory_op): Fold memmove to memcpy
8461 using points-to information.
8463 2010-08-30 H.J. Lu <hongjiu.lu@intel.com>
8465 * config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
8467 2010-08-30 Richard Guenther <rguenther@suse.de>
8469 PR tree-optimization/45449
8470 * tree-ssa-live.c (remove_unused_locals): Also remove address-taken
8473 2010-08-30 Joseph Myers <joseph@codesourcery.com>
8475 * opts.h (CL_ERR_NEGATIVE): Define.
8476 * opts.c (unknown_option_callback): Don't postpone warnings for
8477 options marked with CL_ERR_NEGATIVE.
8478 * opts-common.c (decode_cmdline_option): Set CL_ERR_NEGATIVE error
8479 for negative versions of CL_REJECT_NEGATIVE options.
8481 2010-08-30 Uros Bizjak <ubizjak@gmail.com>
8483 * config/i386/i386.md (zero_extendsidi2_1): Rename from
8484 zero_extendsidi2_32.
8485 (zero_extend<mode>di2): Macroize insn from zero_extend{qi,hi}di2
8486 using SWI12 mode iterator.
8487 (zero_extendhisi2_and): Merge insn pattern and corresponding spliter
8488 to define_insn_and_split pattern.
8489 (zero_extendqi<mode>2): Macroize expander from zero_extendqi{hi,si}2
8490 using SWI24 mode iterator.
8491 (*zero_extendqi<mode>2_and): Macroize insn from
8492 *zero_extendqi{hi,si}2_and using SWI24 mode iterator.
8493 (*zero_extendqi<mode>2_movzbl_and): Macroize insn from
8494 *zero_extendqihi2_movzbw_and and *zero_extendqisi2_movzbl_and using
8495 SWI24 mode iterator.
8496 (*zero_extendqi<mode>2_movzbl): Ditto from
8497 *zero_extendqi{hi,si}2_movzbl.
8498 (extendsidi2_1): Rename from extendsidi2_32.
8499 (extend<mode>di2): Macroize insn from extend{qi,hi}di2 using
8500 SWI12 mode iterator.
8502 2010-08-29 Eric Botcazou <ebotcazou@adacore.com>
8504 * config/ia64/ia64.h (HARD_REGNO_NREGS): Return 1 for CCImode in
8505 general purpose registers.
8506 (HARD_REGNO_MODE_OK): Accept CCImode in general purpose registers.
8507 * config/ia64/ia64.md (*movcci): Change to named pattern. Deal
8508 with general purpose registers and memory operands. Add associated
8509 CCImode post-reload splitter.
8510 * config/ia64/div.md: Change BImode to CCImode throughout.
8512 2010-08-28 Eric Botcazou <ebotcazou@adacore.com>
8514 * config/ia64/ia64.md (cstorebi4): Fix thinko.
8516 2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
8518 * config/picochip/picochip.c (reorder_var_tracking_notes): This
8519 function was dropping debug insns which caused PR45299.
8521 2010-08-28 Uros Bizjak <ubizjak@gmail.com>
8523 * config/i386/sse.md (extsuffix): New code attribute.
8524 (sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
8525 and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
8526 (sse4_1_<code>v4qiv4si2): Ditto from sse4_1_extendv4qiv4si2
8527 and sse4_1_zero_extendv4qiv4si2.
8528 (sse4_1_<code>v2qiv2di2): Ditto from sse4_1_extendv2qiv2di2
8529 and sse4_1_zero_extendv2qiv2di2.
8530 (sse4_1_<code>v4hiv4si2): Ditto from sse4_1_extendv4hiv4si2
8531 and sse4_1_zero_extendv4hiv4si2.
8532 (sse4_1_<code>v2hiv2di2): Ditto from sse4_1_extendv2hiv2di2
8533 and sse4_1_zero_extendv2hiv2di2.
8534 (sse4_1_extendv2siv2di2): Ditto from sse4_1_extendv2siv2di2
8535 and sse4_1_zero_extendv2siv2di2
8537 (<s>mulv8hi3_highpart): Macroize expander from {u,s}mulv8hi3_highpart
8538 using any_extend code iterator.
8539 (*avx_<s>mulv8hi3_highpart): Macroize insn from
8540 *avx_{u,s}mulv8hi3_highpart using any_extend code iterator.
8541 (*<s>mulv8hi3_highpart): Ditto from *{u,s}mulv8hi3_highpart.
8543 * config/i386/i386.c (ix86_expand_sse4_unpack): Update for renamed
8544 gen_sse4_1_sign_extend* functions.
8545 (struct builtin_description bdesc_args): Ditto.
8547 2010-08-27 Xinliang David Li <davidxl@google.com>
8550 * tree-ssa-loop-ivopts.c (iv_ca_get_num_inv_exprs): Remove.
8551 (iv_ca_set_no_cp): Update used inv expr count.
8552 (iv_ca_set_cp): Ditto.
8553 (iv_ca_new): Initialize new member.
8554 (iv_ca_free): Free memory.
8556 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
8558 * config/sh/sh-protos.h (sh_function_arg): Delete.
8559 (sh_function_arg_advance): Delete.
8560 * config/sh/sh.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8561 (PASS_IN_REG_P): Eliminate cast.
8562 * config/sh/sh.c (sh_function_arg_advance): Make static. Take a
8563 const_tree and a bool.
8564 (sh_function_arg): Likewise.
8565 (sh_output_mi_thunk): Call sh_function_arg_advance) and
8567 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8569 2010-08-27 Naveen H.S <naveen.S@kpitcummins.com>
8570 Kaz Kojima <kkojima@gcc.gnu.org>
8572 * config/sh/sh.c (push_regs): Emit movml for interrupt handler
8574 (sh_expand_epilogue): Likewise.
8575 * config/sh/sh.md (movml_push_banked): New insn.
8576 (movml_pop_banked): Likewise.
8578 2010-08-28 Bernd Schmidt <bernds@codesourcery.com>
8580 * genautomata.c (gen_regexp_repeat, gen_regexp_allof,
8581 gen_regexp_oneof, gen_regexp_sequence): Use the string found
8582 in vector element 0 rather than the original string when there's
8584 (gen_regexp): Remove extra semicolon.
8586 * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp, movsf_vfp,
8587 thumb2_movsf_vfp): Set attribute "insn".
8588 * config/arm/arm.md (arm_ashrdi3_1bit, arm_lshrdi3_1bit, not_shiftsi,
8589 not_shiftsi_compare0, not_shiftsi_compare0_scratch, arm_one_cmplsi2,
8590 thumb1_one_cmplsi2, notsi_compare0, notsi_compare0_scratch,
8591 arm_zero_extendsidi2, arm_extendsidi2, thumb1_movdi_insn,
8592 arm_movsi_insn, movhi_insn_arch4, movhi_bytes, arm_movqi_insn,
8593 thumb1_movqi_insn arm32_movhf, thumb1_movhf, arm_movsf_soft_insn,
8594 thumb1_movsf_insn, thumb_movdf_insn, mov_scc, mov_negscc, mov_notscc,
8595 movsicc_insn, movsfcc_soft_insn, and_scc, cond_move, if_move_not,
8596 if_not_move, if_shift_move, if_move_shift, if_shift_shift,
8597 if_not_arith, if_arith_not, cond_move_not): Likewise.
8599 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
8601 * config/rs6000/rs6000-protos.h (rs6000_address_for_fpconvert):
8603 (rs6000_allocate_stack_temp): Ditto.
8604 (rs6000_expand_convert_si_to_sfdf): Ditto.
8606 * config/rs6000/rs6000.c (rs6000_override_options): Adjust long
8607 line. Update the options set if power6 or power7 server/embedded
8608 type options are used. If we give a warning for no vsx under
8609 -mcpu=power7 -mno-altivec, mark -mvsx as an explicit option.
8610 (rs6000_allocate_stack_temp): New function to allocate a stack
8611 tempoary and adjust the address so it meets either REG+OFFSET or
8612 REG+REG addressing requirements.
8613 (rs6000_address_for_fpconvert): Adjust REG+OFFSET addresses so
8614 that they can be used with the LFIWAX/LFIWZX instrucitons.
8615 (rs6000_expand_convert_si_to_sfdf): New helper funciton for
8616 converting signed/unsigned SImode to either SFmode/DFmode.
8618 * config/rs6000/rs6000.h (TARGET_FCFID): New macros to determine
8619 whether certain instructions can be generated.
8620 (TARGET_FCTIDZ): Ditto.
8621 (TARGET_STFIWX): Ditto.
8622 (TARGET_LFIWAX): Ditto.
8623 (TARGET_LFIWZX): Ditto.
8624 (TARGET_FCFIDS): Ditto.
8625 (TARGET_FCFIDU): Ditto.
8626 (TARGET_FCFIDUS): Ditto.
8627 (TARGET_FCTIDUZ): Ditto.
8628 (TARGET_FCTIWUZ): Ditto.
8630 * config/rs6000/rs6000.md (UNSPEC_FCTIW): New unspec constants.
8631 (UNSPEC_FCTID): Ditto.
8632 (UNSPEC_LFIWAX): Ditto.
8633 (UNSPEC_LFIWZX): Ditto.
8634 (UNSPEC_FCTIWUZ): Ditto.
8635 (rreg): Use correct constraints.
8636 (SI_CONVERT_FP): New mode attribute for floating point conversion
8638 (E500_CONVERT): Ditto.
8639 (lfiwax): New insns for converting from integer to floating point
8640 utilizing newer instructions. Attempt to optimize conversions
8641 that come from memory so that we don't load the value into a GPR,
8642 spill it to the stack and reload it into a FPR.
8643 (floatsi<mode>2_lfiwax): Ditto.
8644 (floatsi<mode>2_lfiwax_mem): Ditto.
8645 (floatsi<mode>2_lfiwax_mem2): Ditto.
8647 (floatunssi<mode>2_lfiwzx): Ditto.
8648 (floatunssi<mode>2_lfiwzx_mem): Ditto.
8649 (floatunssi<mode>2_lfiwzx_mem2): Ditto.
8650 (floatdidf2_mem): Ditto.
8651 (floatunsdidf2_fcfidu): Ditto.
8652 (floatunsdidf2_mem): Ditto.
8653 (floatunsdisf2): Ditto.
8654 (floatunsdisf2_fcfidus): Ditto.
8655 (floatunsdisf2_mem): Ditto.
8656 (floatsidf2): Add support for LFIWAX/LFIWZX/FCFIDS/FCFIDU/FCFIDUS.
8657 Use FCFID on 32-bit hosts that support it.
8658 (floatsidf2_internal): Ditto.
8659 (floatunssisf2): Ditto.
8660 (floatunssidf2): Ditto.
8661 (floatunssidf2_internal): Ditto.
8662 (floatsisf2): Ditto.
8663 (floatdidf2): Ditto.
8664 (floatdidf2_fpr): Ditto.
8665 (floatunsdidf2): Ditto.
8666 (floatdisf2): Ditto.
8667 (floatdisf2_fcfids): Ditto.
8668 (floatdisf2_internal1): Ditto.
8669 (fixuns_truncsfsi2): Delete, merge into common pattern for both
8670 SF/DF. Add power7 support.
8671 (fix_truncsfsi2): Ditto.
8672 (fixuns_truncdfsi2): Ditto.
8673 (fixuns_truncdfdi2): Ditto.
8674 (fix_truncdfsi2): Ditto.
8675 (fix_truncdfsi2_internal): Ditto.
8676 (fix_truncdfsi2_internal_gfxopt): Ditto.
8677 (fix_truncdfsi2_mfpgpr): Ditto.
8680 (btruncdf2_fpr): Ditto.
8683 (ceildf2_fpr): Ditto.
8686 (floordf2_fpr): Ditto.
8689 (rounddf2_fpr): Ditto.
8691 (fix_trunc<mode>si2): Combine SF/DF conversion into one insn.
8692 (fix_trunc<mode>di2): Ditto.
8693 (fixuns_trunc<mode>si2): Ditto.
8694 (fixuns_trunc<mode>di2): Ditto.
8695 (fctiwz_<mode>): Ditto.
8696 (btrunc<mode>2): Ditto.
8697 (btrunc<mode>2_fpr): Ditto.
8698 (ceil<mode>2): Ditto.
8699 (ceil<mode>2_fpr): Ditto.
8700 (floor<mode>2): Ditto.
8701 (float<mode>2_fpr): Ditto.
8702 (round<mode>2): Ditto.
8703 (round<mode>2_fpr): Ditto.
8704 (fix_trunc<mode>si2_stfiwx): New insn for machines with STFIWX.
8705 (fixuns_trunc<mode>si2_stfiwx): Ditto.
8706 (fix_truncdfsi2_internal): Ditto.
8707 (fix_trunc<mode>si2_mem): Combiner pattern to eliminate storing
8708 converted value on stack, loaded into GPR, and then stored into
8709 the final destination.
8710 (fix_trunc<mode>di2_fctidz): New pattern for targets supporting
8712 (lrint<mode>di2): New insn, provide the lrint builtin functions.
8713 (ftruncdf2): Delete, unused.
8714 (fix_trunctfsi2_internal): Use gen_fctiwz_df, not gen_fctiwz.
8716 * config/rs6000/vsx.md (toplevel): Update copyright year.
8717 (VSr2): Use "ws" contraint for DFmode, not "!r#r".
8720 2010-08-27 Basile Starynkevitch <basile@starynkevitch.net>
8721 Jeremie Salvucci <jeremie.salvucci@free.fr>
8723 * gengtype.c (output_type_enum): Test the right union member.
8725 2010-08-27 Uros Bizjak <ubizjak@gmail.com>
8728 * config/i386/sse.md (sse4_1_extendv8qiv8hi2): Also accept memory
8729 operands for operand 1.
8730 (sse4_1_extendv4qiv4si2): Ditto.
8731 (sse4_1_extendv2qiv2di2): Ditto.
8732 (sse4_1_extendv4hiv4si2): Ditto.
8733 (sse4_1_extendv2hiv2di2): Ditto.
8734 (sse4_1_extendv2siv2di2): Ditto.
8735 (sse4_1_zero_extendv8qiv8hi2): Ditto.
8736 (sse4_1_zero_extendv4qiv4si2): Ditto.
8737 (sse4_1_zero_extendv2qiv2di2): Ditto.
8738 (sse4_1_zero_extendv4hiv4si2): Ditto.
8739 (sse4_1_zero_extendv2hiv2di2): Ditto.
8740 (sse4_1_zero_extendv2siv2di2): Ditto.
8741 (*sse4_1_extendv8qiv8hi2): Remove insn pattern.
8742 (*sse4_1_extendv4qiv4si2): Ditto.
8743 (*sse4_1_extendv2qiv2di2): Ditto.
8744 (*sse4_1_extendv4hiv4si2): Ditto.
8745 (*sse4_1_extendv2hiv2di2): Ditto.
8746 (*sse4_1_extendv2siv2di2): Ditto.
8747 (*sse4_1_zero_extendv8qiv8hi2): Ditto.
8748 (*sse4_1_zero_extendv4qiv4si2): Ditto.
8749 (*sse4_1_zero_extendv2qiv2di2): Ditto.
8750 (*sse4_1_zero_extendv4hiv4si2): Ditto.
8751 (*sse4_1_zero_extendv2hiv2di2): Ditto.
8752 (*sse4_1_zero_extendv2siv2di2): Ditto.
8754 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
8756 * config/mips/mips-protos.h (mips_function_arg_advance): Delete
8757 (mips_function_arg): Delete.
8758 (mips_function_arg_boundary): Take a const_tree.
8759 * config/mips/mips.c (mips_function_arg_boundary): Likewise.
8760 (mips_arg_info): Likewise.
8761 (mips_setup_incoming_varargs): Call mips_function_arg_advance
8762 instead of FUNCTION_ARG_ADVANCE.
8763 (mips_function_arg_advance): Adjust prototype. Make static.
8764 (mips_function_arg): Likewise.
8765 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8766 * config/mips/mips.h (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Delete.
8768 2010-08-27 Nathan Froyd <froydnj@codesourcery.com>
8770 * config/rs6000/rs6000.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
8771 * config/rs6000/rs6000-protos.h (function_arg_advance): Delete.
8772 (function_arg): Delete.
8773 (function_arg_boundary): Take a const_tree.
8774 * config/rs6000/rs6000.c (function_arg_boundary): Likewise.
8775 (rs6000_spe_function_arg): Likewise.
8776 (rs6000_parm_start): Likewise.
8777 (rs6000_arg_size): Likewise.
8778 (rs6000_darwin64_record_arg_advance_recurse): Likewise.
8779 (rs6000_darwin64_record_arg): Likewise. Take a bool instead of an int.
8780 (rs6000_mixed_function_arg): Likewise.
8781 (function_arg): Rename to...
8782 (rs6000_function_arg): ...this.
8783 (function_arg_advance): Rename to...
8784 (rs6000_function_arg_advance_1): ...this
8785 (rs6000_function_arg_advance): New function. Call it.
8786 (setup_incoming_varargs): Call rs6000_function_arg_advance_1.
8787 (rs6000_return_in_memory): Adjust call to rs6000_darwin64_record_arg.
8788 (rs6000_function_value): Likewise.
8789 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_ARG_ADVANCE): Define.
8791 2010-08-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8793 * config/arm/arm.md (enabled): Test the value of arch_enabled
8794 rather than just using it.
8796 2010-08-27 Olivier Hainque <hainque@adacore.com>
8797 Eric Botcazou <ebotcazou@adacore.com>
8799 * dse.c (group_info.base_mem, get_group_info): Use BLKmode to
8800 cover all the possible offsets from this base.
8801 (scan_reads_nospill): Pass base_mem's mode to canon_true_dependence.
8803 2010-08-26 Jakub Jelinek <jakub@redhat.com>
8805 PR tree-optimization/44485
8806 * calls.c (flags_from_decl_or_type): For const or pure
8807 noreturn functions return ECF_LOOPING_CONST_OR_PURE|ECF_NORETURN
8808 together with ECF_CONST resp. ECF_PURE.
8809 * builtins.c (expand_builtin): Use flags_from_decl_or_type
8810 instead of querying flags directly.
8811 * tree-ssa-loop-niter.c (finite_loop_p): Likewise.
8812 * tree-ssa-dce.c (find_obviously_necessary_stmts): Likewise.
8814 2010-08-26 Richard Guenther <rguenther@suse.de>
8816 PR tree-optimization/45255
8817 * tree.c (decl_address_invariant_p): DECL_DLLIMPORT_P statics
8818 and externals are also invariant.
8820 2010-08-25 Jakub Jelinek <jakub@redhat.com>
8822 PR rtl-optimization/44858
8823 * combine.c (try_combine): If recog_for_combine added CLOBBERs to
8824 newi2pat, make sure they don't affect newpat.
8826 PR rtl-optimization/45400
8827 * combine.c (simplify_shift_const_1) <case SUBREG>: Only use
8828 SUBREG_REG if both modes are of MODE_INT class.
8830 2010-08-25 Julian Brown <julian@codesourcery.com>
8832 * config/arm/arm.c (arm_issue_rate): Return 2 for Cortex-A5.
8833 * config/arm/arm.md (generic_sched): No for Cortex-A5.
8834 (generic_vfp): Likewise.
8835 (cortex-a5.md): Include.
8836 * config/arm/cortex-a5.md: New.
8838 2010-08-25 Richard Guenther <rguenther@suse.de>
8840 * alias.c (get_alias_set): Assign a single alias-set to all pointers.
8841 * gimple.c (gimple_get_alias_set): Remove special handling
8844 2010-08-25 Bernd Schmidt <bernds@codesourcery.com>
8847 * combine.c (try_combine): Use reg_overlap_mentioned_p rather than
8848 dead_or_set_p when computing i0_feeds_i2_n.
8850 * combine.c (find_split_point): Undo canonicalization of multiply-add
8851 to (minus x (mult)) when it seems likely that this will increase the
8854 2010-08-25 Richard Guenther <rguenther@suse.de>
8857 * lto-streamer.c (lto_record_common_node): Do not mess with
8858 TYPE_CANONICAL when not in lto.
8859 * gimple.c (gimple_register_type): Likewise.
8861 2010-08-25 Richard Guenther <rguenther@suse.de>
8863 PR tree-optimization/45316
8864 * tree-ssa-pre.c (eliminate): Properly clean EH info.
8866 2010-08-25 Richard Guenther <rguenther@suse.de>
8868 PR tree-optimization/45393
8869 * tree-ssa-math-opts.c (execute_cse_sincos_1): Properly transfer
8870 and clean EH info. Avoid SSA update.
8871 (execute_cse_sincos): Cleanup the CFG if it has changed.
8873 2010-08-25 Richard Guenther <rguenther@suse.de>
8876 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle
8877 TARGET_MEM_REF in alignment computation.
8879 2010-08-25 Jakub Jelinek <jakub@redhat.com>
8881 PR tree-optimization/45059
8882 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Strip useless
8883 type conversions from newop{1,2}. Assert t is a comparison and
8884 newop{1,2} after the stripping are gimple vals.
8886 2010-08-25 Tejas Belagod <tejas.belagod@arm.com>
8888 * config/arm/iterators.md (VU, SE, V_widen_l): New.
8889 (V_unpack, US): New.
8890 * config/arm/neon.md (vec_unpack<US>_hi_<mode>): Expansion for vmovl.
8891 (vec_unpack<US>_lo_<mode>): Likewise.
8892 (neon_vec_unpack<US>_hi_<mode>): Instruction pattern for vmovl.
8893 (neon_vec_unpack<US>_lo_<mode>): Likewise.
8894 (vec_widen_<US>mult_lo_<mode>): Expansion for vmull.
8895 (vec_widen_<US>mult_hi_<mode>): Likewise.
8896 (neon_vec_<US>mult_lo_<mode>"): Instruction pattern for vmull.
8897 (neon_vec_<US>mult_hi_<mode>"): Likewise.
8898 (neon_unpack<US>_<mode>): Widening move intermediate step for
8899 vectorizing without -mvectorize-with-neon-quad.
8900 (neon_vec_<US>mult_<mode>): Widening multiply intermediate step
8901 for vectorizing without -mvectorize-with-neon-quad.
8902 * config/arm/predicates.md (vect_par_constant_high): Check for
8903 high-half lanes of a vector.
8904 (vect_par_constant_low): Check for low-half lanes of a vector.
8906 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
8908 * tree-if-conv.c (struct ifc_dr): New.
8910 (DR_WRITTEN_AT_LEAST_ONCE): New.
8911 (DR_RW_UNCONDITIONALLY): New.
8912 (memref_read_or_written_unconditionally): Use the cached values
8914 (write_memref_written_at_least_once): Same.
8915 (if_convertible_loop_p): Initialize and free DR->aux fields.
8917 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
8919 * gimple.c (gimple_could_trap_p_1): Not static anymore.
8920 Pass an extra bool parameter include_mem.
8921 (gimple_could_trap_p): Adjust call to gimple_could_trap_p_1.
8922 (gimple_assign_rhs_could_trap_p): Same.
8923 * gimple.h (gimple_could_trap_p_1): Declared.
8924 * tree-data-ref.h (same_data_refs_base_objects): New.
8925 (same_data_refs): New.
8926 * tree-if-conv.c (memrefs_read_or_written_unconditionally): New.
8927 (write_memrefs_written_at_least_once): New.
8928 (ifcvt_memrefs_wont_trap): New.
8929 (operations_could_trap): New.
8930 (ifcvt_could_trap_p): New.
8931 (if_convertible_gimple_assign_stmt_p): Call ifcvt_could_trap_p.
8932 Gets a vector of data refs.
8933 (if_convertible_stmt_p): Same.
8934 (if_convertible_loop_p_1): New.
8935 (if_convertible_loop_p): Call if_convertible_loop_p_1.
8937 2010-08-24 Sebastian Pop <sebastian.pop@amd.com>
8939 * common.opt (ftree-loop-if-convert-stores): New flag.
8940 * doc/invoke.texi (ftree-loop-if-convert-stores): Documented.
8941 * tree-if-conv.c (ifc_temp_var): Pass an extra parameter GSI. Insert
8942 the created statement before GSI.
8943 (if_convertible_phi_p): Allow virtual phi nodes when
8944 flag_loop_if_convert_stores is set.
8945 (if_convertible_gimple_assign_stmt_p): Allow memory reads and writes
8946 Do not handle types that do not match is_gimple_reg_type.
8947 Remove loop and bb parameters. Call gimple_could_trap_p instead of
8948 when flag_loop_if_convert_stores is set, as LHS can contain
8950 (if_convertible_stmt_p): Remove loop and bb parameters. Update calls
8951 to if_convertible_gimple_assign_stmt_p.
8952 (if_convertible_loop_p): Update call to if_convertible_stmt_p.
8953 (replace_phi_with_cond_gimple_assign_stmt): Renamed
8954 predicate_scalar_phi. Do not handle virtual phi nodes.
8955 (ifconvert_phi_nodes): Renamed predicate_all_scalar_phis.
8956 Call predicate_scalar_phi.
8957 (insert_gimplified_predicates): Insert the gimplified predicate of a BB
8958 just after the labels for flag_loop_if_convert_stores, otherwise
8959 insert the predicate in the end of the BB.
8960 (predicate_mem_writes): New.
8961 (combine_blocks): Call predicate_all_scalar_phis. When
8962 flag_loop_if_convert_stores is set, call predicate_mem_writes.
8963 (tree_if_conversion): Call mark_sym_for_renaming when
8964 flag_loop_if_convert_stores is set.
8965 (main_tree_if_conversion): Return TODO_update_ssa_only_virtuals when
8966 flag_loop_if_convert_stores is set.
8968 2010-08-24 Anatoly Sokolov <aesok@post.ru>
8970 * config/pa/pa.c (hppa_register_move_cost, pa_libcall_value,
8971 pa_function_value_regno_p, pa_print_operand_punct_valid_p): New.
8972 (pa_function_value): Make static.
8973 (override_options): Rename to...
8974 (pa_option_override): ...this. Make static.
8975 (TARGET_PRINT_OPERAND_PUNCT_VALID_P, TARGET_REGISTER_MOVE_COST,
8976 TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P,
8977 TARGET_OPTION_OVERRIDE): Define.
8978 * config/pa/pa.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P,
8979 LIBCALL_VALUE, REGISTER_MOVE_COST, PRINT_OPERAND_PUNCT_VALID_P):
8981 * config/pa/pa-protos.h (override_options): Remove.
8983 2010-08-24 Richard Guenther <rguenther@suse.de>
8986 * tree-ssa-address.c (create_mem_ref_raw): Drop to MEM_REF
8987 if addr->index is NULL or zero.
8988 * tree-ssa-alias.c (indirect_refs_may_alias_p): Handle
8989 TARGET_MEM_REF more properly.
8990 (indirect_ref_may_alias_decl_p): Likewise.
8991 * emit-rtl.c (set_mem_attributes_minus_bitpos): Keep TARGET_MEM_REFs.
8992 * alias.c (ao_ref_from_mem): Handle TARGET_MEM_REF more properly.
8994 2010-08-23 Anatoly Sokolov <aesok@post.ru>
8996 * config/m32c/m32c.c (m32c_function_value_regno_p): Make static.
8997 (m32c_override_options): Rename to...
8998 (m32c_option_override): ...this. Make static.
8999 (TARGET_FUNCTION_VALUE_REGNO_P, TARGET_OPTION_OVERRIDE): Define.
9000 * config/m32c/m32c.h (OVERRIDE_OPTIONS, FUNCTION_VALUE_REGNO_P):
9002 * config/m32c/m32c-protos.h (m32c_override_options,
9003 m32c_function_value_regno_p): Remove.
9005 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
9007 * tree-ssa-loop-prefetch.c (gather_memory_references_ref) :
9008 Fix a typo in a previous commit.
9010 2010-08-23 Kai Tietz <kai.tietz@onevision.com>
9012 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost):
9013 Pre-initialize innerloop_iters to one.
9015 2010-08-23 Changpeng Fang <changpeng.fang@amd.com>
9017 * tree-flow.h (may_be_nonaddressable_p): New definition. Make the
9018 existing static function global.
9020 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): This function
9021 is changed to global.
9023 * tree-ssa-loop-prefetch.c (gather_memory_references_ref): Call
9024 may_be_nonaddressable_p on base, and don't collect this reference
9025 if the address of the base could not be taken.
9027 2010-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
9029 * config/rs6000/rs6000.opt (-mveclibabi=mass): New option to
9030 enable the compiler to autovectorize mathmetical functions for
9031 power7 using the Mathematical Acceleration Subsystem library.
9033 * config/rs6000/rs6000.c (rs6000_veclib_handler): New variable to
9034 handle which vector math library we have.
9035 (rs6000_override_options): Add -mveclibabi=mass support.
9036 (rs6000_builtin_vectorized_libmass): New function to handle auto
9037 vectorizing math functions that are in the MASS library.
9038 (rs6000_builtin_vectorized_function): Call it.
9040 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
9043 2010-08-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9046 * gthr-posix.h (__gthread_active_init): Delete.
9047 (__gthread_active_p): Do activity check here.
9048 Don't include errno.h on hppa-hpux. Update comment.
9049 * gthr-posix95.h (__gthread_active_init): Delete.
9050 (__gthread_active_p): Do activity check here.
9051 Don't include errno.h on hppa-hpux. Update comment.
9052 * config.gcc (hppa[12]*-*-hpux11*): Define extra_parts.
9053 * config/pa/pa64-hpux.h (LIB_SPEC): When -static is specified, only
9054 add -lpthread when -mt or -pthread is specified.
9055 * config/pa/pa-hpux11.h (LIB_SPEC): likewise.
9056 (LINK_GCC_C_SEQUENCE_SPEC): Define.
9057 * config/pa/t-pa-hpux11 (LIBGCCSTUB_OBJS): Define.
9058 (stublib.c, pthread_default_stacksize_np-stub.o,
9059 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o,
9060 $(T)libgcc_stub.a): Add methods.
9061 * config/pa/t-pa64 (LIBGCCSTUB_OBJS): Add pthread stubs.
9062 (stublib.c, pthread_default_stacksize_np-stub.o,
9063 pthread_mutex_lock-stub.o, pthread_mutex_unlock-stub.o): Add methods.
9064 * config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
9065 pthread_mutex_unlock): New stubs.
9067 2010-08-22 Joseph Myers <joseph@codesourcery.com>
9069 * Makefile.in (gccspec.o, cppspec.o): Update dependencies.
9070 * common.opt (L, nodefaultlibs, nostdlib, pg, static): New
9072 * config/avr/avr.h (LIBSTDCXX): Remove initial "-l".
9073 * config/freebsd.h (MATH_LIBRARY_PROFILE): Remove initial "-l".
9074 * config/i386/djgpp.h (LIBSTDCXX): Remove initial "-l".
9075 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove initial "-l".
9076 * config/s390/tpf.h (MATH_LIBRARY, LIBSTDCXX): Remove initial
9078 * cppspec.c: Include opts.h.
9079 (lang_specific_driver): Use cl_decoded_option structures.
9080 * doc/tm.texi.in (MATH_LIBRARY): Update documentation.
9081 * doc/tm.texi: Regenerate.
9082 * gcc.c (translate_options): Translate -d to -foutput-class-dir=.
9083 (driver_handle_option): Allow driver options needing no special
9085 (process_command): Decode options before call to
9086 lang_specific_driver. Pass decoded options to
9087 lang_specific_driver.
9088 * gcc.h (lang_specific_driver): Update prototype.
9089 * gccspec.c: Include opts.h.
9090 (lang_specific_driver): Use cl_decoded_option structures.
9091 * opts-common.c (option_ok_for_language, generate_option,
9092 generate_option_input_file): New.
9093 (decode_cmdline_option): Use option_ok_for_language.
9094 (decode_cmdline_options_to_array): Use generate_option_input_file.
9095 (handle_generated_option): Use generate_option.
9096 * opts.h (generate_option, generate_option_input_file): Declare.
9098 2010-08-22 Anatoly Sokolov <aesok@post.ru>
9100 * config/mips/mips.c (mips_override_options): Rename to...
9101 (mips_option_override): ...this. Make static.
9102 (TARGET_OPTION_OVERRIDE): Define.
9103 (mips_in_small_data_p): Update comment.
9104 * config/mips/mips.h (OVERRIDE_OPTIONS): Remove.
9105 (FIXED_REGISTERS): Update comment.
9106 * config/mips/mips-protos.h (mips_override_options): Remove.
9108 2010-08-21 Olivier Hainque <hainque@adacore.com>
9110 * config/rs6000/vxworks.h (TARGET_OS_CPP_BUILTINS): Define __PPC__.
9112 2010-08-21 Olivier Hainque <hainque@adacore.com>
9114 * config/rs6000/vxworks.h (PREFERRED_STACK_BOUNDARY,
9115 ABI_STACK_BOUNDARY): Ensure STACK_BOUNDARY is honored despite EABI.
9117 2010-08-20 Jan Hubicka <jh@suse.cz>
9119 * tree-pass.h (pass_ipa_cdtor_merge): New function.
9120 * cgraphunit.c (static_ctors, static_dtors): Move to ipa.c; make
9122 (record_cdtor_fn): Move to ipa.c; do not test for
9124 (build_cdtor): Move to ipa.c; add code avoiding construction
9125 when target have ctors/dtors and there is only one ctor/dtor at given
9127 (compare_ctor, compare_dtor): Move to ipa.c; use DECL_UID to stabilize
9128 sort; reverse order of constructors.
9129 (cgraph_build_cdtor_fns): Move to ipa.c; rename to build_cdtor_fns.
9130 (cgraph_finalize_function): Do not call record_cdtor_fn.
9131 (cgraph_finalize_compilation_unit): Do not call cgraph_build_cdtor_fns.
9132 (cgraph_build_static_cdtor): Move to ipa.c.
9133 * ipa.c: Include target.h and tree-iterator.h.
9134 (cgraph_build_static_cdtor, static_ctors, static_dtors,
9135 record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
9136 build_cdtor_fns, ipa_cdtor_merge, gate_ipa_cdtor_merge,
9137 pass_ipa_cdtor_merge): New.
9138 * passes.c (init_optimization_passes): Enqueue pass_ipa_cdtor_merge.
9139 * ipa-prop.c (update_indirect_edges_after_inlining): Avoid out of
9142 2010-08-20 Jan Hubicka <jh@suse.cz>
9146 * cgraph.h (cgraph_only_called_directly_p,
9147 cgraph_can_remove_if_no_direct_calls_and_refs_p): Handle
9149 * cgraphunit.c (cgraph_decide_is_function_needed): Static cdtors
9151 (cgraph_finalize_function): Static cdtors are reachable.
9152 (cgraph_mark_functions_to_output): Use cgraph_only_called_directly_p.
9154 2010-08-20 Jan Hubicka <jh@suse.cz>
9156 * lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of
9158 * lto-streamer-out.c (lto_output): Likewise.
9159 * passes.c (ipa_write_optimization_summaries): Initialize statement
9162 2010-08-20 Olivier Hainque <hainque@adacore.com>
9164 * tree.h (alias_diag_flags): New enum.
9165 (alias_pair): Add an 'emitted_diags' field.
9166 * varasm.c (finish_aliases_1): Honor and update p->emitted_diags.
9167 (assemble_alias): Initialize emitted_diags of new pairs.
9169 2010-08-20 Eric Botcazou <ebotcazou@adacore.com>
9171 * config/rs6000/aix.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
9172 * config/rs6000/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9173 * config/rs6000/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
9174 (STACK_CHECK_PROTECT): Define.
9175 * config/rs6000/rs6000.c (rs6000_emit_probe_stack_range): New function.
9176 (output_probe_stack_range): Likewise.
9177 (rs6000_emit_prologue): Invoke rs6000_emit_probe_stack_range if static
9178 builtin stack checking is enabled.
9179 * config/rs6000/rs6000-protos.h (output_probe_stack_range): Declare.
9180 * config/rs6000/rs6000.md (UNSPECV_PROBE_STACK_RANGE): New constant.
9181 (probe_stack_range): New insn.
9183 2010-08-20 H.J. Lu <hongjiu.lu@intel.com>
9186 * config/i386/emmintrin.h (_mm_extract_epi16): Cast to unsigned
9189 * config/i386/smmintrin.h (_mm_extract_epi8): Cast to unsigned
9192 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9195 * config/i386/sse.md (*sse4_1_pextrb): Add SWI48 mode iterator
9196 to cover zero extension into 64-bit register.
9197 (*sse2_pextrw): Likewise.
9198 (*sse4_1_pextrd_zext): New insn.
9200 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
9202 revert r163410, partially revert r163267.
9203 * config/rs6000/darwin.h (LIB_SPEC): Remove.
9204 * config/darwin.h (REAL_LIBGCC_SPEC): Link lgcc for all
9207 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9210 * builtins.c (expand_builtin): Don't optimize away
9211 calls to DECL_LOOPING_CONST_OR_PURE_P builtins.
9213 2010-08-20 Uros Bizjak <ubizjak@gmail.com>
9215 * config/i386/i386.md (ashift %rsp splitter): Remove splitter.
9216 (pro_epilogue_adjust_stack_di_2): Use "l" constraint for
9217 alternative 1 of operand 2.
9219 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9220 Paolo Bonzini <bonzini@gnu.org>
9222 * simplify-rtx.c (simplify_unary_operation_1): Optimize
9223 (sign_extend (zero_extend (...)) and
9224 ({sign,zero}_extend (lshiftrt (ashift X (const_int I)) (const_int I))).
9226 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9228 PR rtl-optimization/45353
9229 * sel-sched-ir.c (sel_bb_head): Return NULL even if next_nonnote_insn
9230 after bb_note is a BARRIER.
9232 2010-08-20 Iain Sandoe <iains@gcc.gnu.org>
9234 * config/rs6000/darwin.h (LIB_SPEC): New. Provide saveFP/restFP by
9237 2010-08-20 Jakub Jelinek <jakub@redhat.com>
9238 Michael Matz <matz@suse.de>
9240 * tree-ssa-address.c (tree_mem_ref_addr): Convert offset to sizetype.
9242 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
9244 * ggc-common.c (ggc_mark_root_tab): New function, split out from...
9245 (ggc_mark_roots): ...here.
9247 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
9249 * vec.h (FOR_EACH_VEC_ELT): Define.
9251 * cfgloop.c: Likewise.
9252 * cfgloopmanip.c: Likewise.
9253 * cgraph.c: Likewise.
9254 * cgraphunit.c: Likewise.
9255 * combine.c: Likewise.
9256 * config/bfin/bfin.c: Likewise.
9257 * config/mips/mips.c: Likewise.
9258 * config/rs6000/rs6000.c: Likewise.
9259 * dbxout.c: Likewise.
9260 * df-scan.c: Likewise.
9261 * dominance.c: Likewise.
9263 * dwarf2out.c: Likewise.
9264 * except.c: Likewise.
9266 * function.c: Likewise.
9268 * genattr.c: Likewise.
9269 * ggc-common.c: Likewise.
9270 * gimplify.c: Likewise.
9271 * graphite-blocking.c: Likewise.
9272 * graphite-clast-to-gimple.c: Likewise.
9273 * graphite-dependences.c: Likewise.
9274 * graphite-interchange.c: Likewise.
9275 * graphite-poly.c: Likewise.
9276 * graphite-scop-detection.c: Likewise.
9277 * graphite-sese-to-poly.c: Likewise.
9278 * graphite.c: Likewise.
9279 * haifa-sched.c: Likewise.
9280 * ifcvt.c: Likewise.
9281 * implicit-zee.c: Likewise.
9282 * ipa-prop.c: Likewise.
9283 * ipa-struct-reorg.c: Likewise.
9285 * ira-build.c: Likewise.
9286 * ira-color.c: Likewise.
9287 * ira-emit.c: Likewise.
9288 * lambda-code.c: Likewise.
9289 * loop-invariant.c: Likewise.
9290 * loop-unroll.c: Likewise.
9291 * lower-subreg.c: Likewise.
9292 * lto-cgraph.c: Likewise.
9293 * lto-opts.c: Likewise.
9294 * lto-streamer-in.c: Likewise.
9295 * lto-streamer-out.c: Likewise.
9296 * lto-streamer.c: Likewise.
9297 * lto-symtab.c: Likewise.
9298 * matrix-reorg.c: Likewise.
9300 * predict.c: Likewise.
9301 * print-tree.c: Likewise.
9302 * sdbout.c: Likewise.
9303 * sel-sched-dump.c: Likewise.
9304 * sel-sched-ir.c: Likewise.
9305 * sel-sched.c: Likewise.
9307 * stor-layout.c: Likewise.
9308 * tree-cfg.c: Likewise.
9309 * tree-cfgcleanup.c: Likewise.
9310 * tree-chrec.c: Likewise.
9311 * tree-data-ref.c: Likewise.
9312 * tree-emutls.c: Likewise.
9313 * tree-inline.c: Likewise.
9314 * tree-into-ssa.c: Likewise.
9315 * tree-loop-distribution.c: Likewise.
9316 * tree-loop-linear.c: Likewise.
9317 * tree-mudflap.c: Likewise.
9318 * tree-outof-ssa.c: Likewise.
9319 * tree-parloops.c: Likewise.
9320 * tree-predcom.c: Likewise.
9321 * tree-pretty-print.c: Likewise.
9322 * tree-scalar-evolution.c: Likewise.
9323 * tree-ssa-live.c: Likewise.
9324 * tree-ssa-loop-im.c: Likewise.
9325 * tree-ssa-loop-ivcanon.c: Likewise.
9326 * tree-ssa-loop-ivopts.c: Likewise.
9327 * tree-ssa-loop-manip.c: Likewise.
9328 * tree-ssa-loop-niter.c: Likewise.
9329 * tree-ssa-loop-prefetch.c: Likewise.
9330 * tree-ssa-phiprop.c: Likewise.
9331 * tree-ssa-pre.c: Likewise.
9332 * tree-ssa-reassoc.c: Likewise.
9333 * tree-ssa-sccvn.c: Likewise.
9334 * tree-ssa-structalias.c: Likewise.
9335 * tree-ssa.c: Likewise.
9336 * tree-vect-data-refs.c: Likewise.
9337 * tree-vect-loop-manip.c: Likewise.
9338 * tree-vect-loop.c: Likewise.
9339 * tree-vect-patterns.c: Likewise.
9340 * tree-vect-slp.c: Likewise.
9341 * tree-vect-stmts.c: Likewise.
9342 * tree-vrp.c: Likewise.
9344 * value-prof.c: Likewise.
9345 * var-tracking.c: Likewise.
9346 * varasm.c: Likewise.
9347 * vmsdbgout.c: Likewise.
9349 2010-08-19 Nathan Sidwell <nathan@codesourcery.com>
9350 Richard Guenther <richard.guenther@gmail.com>
9352 * gimplify.c (gimplify_modify_expr): When assigning to volatiles,
9353 copy the src value and return a copy.
9354 * doc/extend.texi (Volatiles): Move from C++ to C and expand.
9355 (C++ Volatiles): Adjust to describe C++ semantics only.
9357 2010-08-20 Joseph Myers <joseph@codesourcery.com>
9359 * doc/tm.texi.in (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Document to
9361 * doc/tm.texi: Regenerate.
9362 * defaults.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define.
9363 * df-scan.c (df_get_exit_block_use_set), reginfo.c
9364 (init_reg_sets_1), rtlanal.c (rtx_unstable_p, rtx_varies_p):
9365 Handle new PIC_OFFSET_TABLE_REG_CALL_CLOBBERED semantics.
9366 * config/ia64/ia64.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED): Define
9369 2010-08-20 Olivier Hainque <hainque@adacore.com>
9371 * config/sparc/sparc.c (sparc_asm_function_epilogue): Don't output
9372 an extra nop past a sibling call at the very end.
9374 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
9377 * combine.c (try_combine): Initialize i1_is_used and i2_is_used. Fix
9380 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
9382 * target.def (function_arg, function_incoming_arg): Remove const
9383 qualifier on CUMULATIVE_ARGS parameter.
9384 * targhooks.h (default_function_arg, default_function_incoming_arg):
9386 * targhooks.c (default_function_arg, default_function_incoming_arg):
9388 * config/i386/i386.c (ix86_function_arg): Likewise.
9390 2010-08-19 Jakub Jelinek <jakub@redhat.com>
9393 * simplify-rtx.c (simplify_unary_operation_1): Optimize nested
9394 SIGN_EXTENDs or ZERO_EXTENDs.
9396 2010-08-19 Bernd Schmidt <bernds@codesourcery.com>
9399 * combine.c (combine_validate_cost): New arg I0. All callers changed.
9400 Take its cost into account if nonnull.
9401 (insn_a_feeds_b): New static function.
9402 (combine_instructions): Look for four-insn combinations.
9403 (can_combine_p): New args PRED2, SUCC2. All callers changed. Take
9404 them into account when computing all_adjacent and looking for other
9406 (combinable_i3pat): New args I0DEST, I0_NOT_IN_SRC. All callers
9407 changed. Treat them like I1DEST and I1_NOT_IN_SRC.
9408 (try_combine): New arg I0. Handle four-insn combinations.
9409 (distribute_notes): New arg ELIM_I0. All callers changed. Treat it
9412 2010-08-19 Jason Merrill <jason@redhat.com>
9415 * gimplify.c (gimplify_init_constructor): Just return GS_UNHANDLED
9417 (gimplify_modify_expr_rhs): Adjust.
9419 2010-08-19 Nathan Froyd <froydnj@codesourcery.com>
9421 * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to
9423 * config/bfin/bifn.c (bfin_discover_loop): Likewise.
9424 * dominance.c (iterate_fix_dominators): Likewise.
9425 * dse.c (set_usage_bits): Likewise.
9426 (set_position_unneeded, record_store): Likewise.
9427 * gimple-fold.c (get_maxval_strlen): Likewise.
9428 * haifa-sched.c (fix_inter_tick, fix_recovery_deps): Likewise.
9429 * ipa-inline.c (update_caller_keys): Likewise.
9430 * ipa-split.c (verify_non_ssa_vars): Likewise.
9431 * ipa-type-escape.c (mark_type, close_type_seen): Likewise.
9432 (close_type_exposed_parameter, close_type_full_escape): Likewise.
9433 (close_addressof_down): Likewise.
9434 * ira-color.c (assign_hard_reg, push_allocno_to_stack): Likewise.
9435 (setup_allocno_left_conflicts_size): Likewise.
9436 (ira_reassign_conflict_allocnos): Likewise.
9437 (ira_reassign_pseudos): Likewise.
9438 * ira-emit.c (change_loop): Likewise.
9439 * loop-invariant.c (mark_regno_live, mark_regno_death): Likewise.
9440 * lto-streamer-out.c (write_symbol): Likewise.
9441 * predict.c (expr_expected_value_1): Likewise.
9442 * regstat.c (regstat_bb_compute_ri): Likewise.
9443 * sel-sched.c (create_block_for_bookkeeping): Likewise.
9444 (track_scheduled_insns_and_blocks, sel_sched_region_1): Likewise.
9445 * stmt.c (expand_case): Likewise.
9446 * tree-eh.c (emit_eh_dispatch): Likewise.
9447 * tree-into-ssa.c (prune_unused_phi_nodes): Likewise.
9448 * tree-loop-distribution.c (make_nodes_having_upstream_mem_writes):
9450 (rdg_flag_vertex, rdg_flag_loop_exits): Likewise.
9451 (rdg_build_components): Likewise.
9452 * tree-object-size.c (collect_object_sizes_for): Likewise.
9453 * tree-sra.c (convert_callers): Likewise.
9454 * tree-ssa-coalesce.c (live_track_add_partition): Likewise.
9455 * tree-ssa-live.c (mark_all_vars_used_1): Likewise.
9456 * tree-ssa-pre.c (bitmap_set_replace_value): Likewise.
9458 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
9460 * config/i386/i386.md (*lea_1): Use P mode iterator.
9461 (lea add splitter): Also handle DImode operands.
9462 (DImode lea add splitter): Use x86_64_immediate_operand for operand 2
9463 predicate. Do not use ix86_lea_for_add_ok.
9464 (zext DImode lea add splitter): Use ix86_lea_for_add_ok.
9465 (lea ashift splitter): Also handle DImode operands.
9466 (DImode lea ashift splitter): Remove splitter.
9468 2010-08-19 Uros Bizjak <ubizjak@gmail.com>
9470 * config/i386/i386.md (*add<SWI:mode>3_cconly_overflow): Do not use
9471 ix86_binary_operator_ok.
9473 2010-08-19 Andrey Belevantsev <abel@ispras.ru>
9475 PR rtl-optimization/44691
9476 * sel-sched.c (count_occurrences_1): Also punt when SUBREG_REG
9479 2010-08-19 Ian Bolton <ian.bolton@arm.com>
9482 * config/arm/arm.c (arm_output_epilogue): Ensure that return
9483 value of size 1-3 is handled correctly.
9485 2010-08-19 Ian Bolton <ian.bolton@arm.com>
9487 * tree-switch-conversion.c (gen_inbound_check): Ensure that the
9488 type for the conditional has wide enough range.
9490 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
9493 * config/i386/i386.md (<any_or:code><SWI:mode>_3): Do not use
9494 ix86_binary_operator_ok.
9496 2010-08-18 Uros Bizjak <ubizjak@gmail.com>
9498 * config/i386/i386.md (*add<mode>_1) <TYPE_LEA>: Split insn to lea.
9499 <default>: Swap operands 1 and 2 for alternative 2 to use existing
9500 code to output insn mnemonic. Fix comment.
9501 (*addsi_1_zext): Add r-r-0 alternative 1.
9502 <TYPE_LEA>: Split insn to lea.
9503 <default>: Handle alternative 1.
9504 (*addhi_1_lea): Add r-r-0 alternative 2. Use cond RTX instead of
9505 multi-level if_then_else RTX to set "type" attribute.
9506 <default>: Handle alternative 2.
9507 (*addqi_1_lea): Add q-q-0 alternative 2 and r-r-0 alternative 4.
9508 Use cond RTX instead of multi-level if_then_else RTX to set
9510 <default>: Handle alternatives 2 and 4.
9511 (lea splitters): Update calls to ix86_lea_for_add_ok.
9513 * config/i386/i386.c (ix86_lea_for_add_ok): Remove unused "code"
9515 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Update prototype.
9517 2010-08-18 Richard Guenther <rguenther@suse.de>
9519 * tree-ssa-uninit.c (find_uninit_use): Disregard debug stmts,
9520 use operand helpers.
9522 2010-08-18 Paolo Bonzini <bonzini@gnu.org>
9525 * optabs.c (expand_bool_compare_and_swap): Expand pending
9526 pops before trying the optab.
9528 2010-08-18 Yao Qi <yao@codesourcery.com>
9531 * config/arm/arm.c (output_move_double): Fix typo generating
9532 instructions ('ldr'->'str').
9534 2010-08-18 Maxim Kuvyrkov <maxim@codesourcery.com>
9536 PR rtl-optimization/42575
9537 * optabs.c (expand_doubleword_mult): Generate new pseudos to shorten
9540 2010-08-18 Marcus Shawcroft <marcus.shawcroft@arm.com>
9542 * config/arm/arm-protos.h (arm_expand_sync): New.
9543 (arm_output_memory_barrier, arm_output_sync_insn): New.
9544 (arm_sync_loop_insns): New.
9545 * config/arm/arm.c (FL_ARCH7): New.
9546 (FL_FOR_ARCH7): Include FL_ARCH7.
9548 (arm_print_operand): Support %C markup.
9549 (arm_legitimize_sync_memory): New.
9550 (arm_emit, arm_insn_count, arm_count, arm_output_asm_insn): New.
9551 (arm_process_output_memory_barrier, arm_output_memory_barrier): New.
9552 (arm_ldrex_suffix, arm_output_ldrex, arm_output_strex): New.
9553 (arm_output_op2, arm_output_op3, arm_output_sync_loop): New.
9554 (arm_get_sync_operand, FETCH_SYNC_OPERAND): New.
9555 (arm_process_output_sync_insn, arm_output_sync_insn): New.
9556 (arm_sync_loop_insns,arm_call_generator, arm_expand_sync): New.
9557 * config/arm/arm.h (struct arm_sync_generator): New.
9558 (TARGET_HAVE_DMB, TARGET_HAVE_DMB_MCR): New.
9559 (TARGET_HAVE_MEMORY_BARRIER): New.
9560 (TARGET_HAVE_LDREX, TARGET_HAVE_LDREXBHD): New.
9561 * config/arm/arm.md: Include sync.md.
9562 (UNSPEC_MEMORY_BARRIER): New.
9563 (VUNSPEC_SYNC_COMPARE_AND_SWAP, VUNSPEC_SYNC_LOCK): New.
9564 (VUNSPEC_SYNC_OP):New.
9565 (VUNSPEC_SYNC_NEW_OP, VUNSPEC_SYNC_OLD_OP): New.
9566 (sync_result, sync_memory, sync_required_value): New attributes.
9567 (sync_new_value, sync_t1, sync_t2): Likewise.
9568 (sync_release_barrier, sync_op): Likewise.
9569 (length): Add logic to length attribute defintion to call
9570 arm_sync_loop_insns when appropriate.
9571 * config/arm/sync.md: New file.
9573 2010-08-17 Jakub Jelinek <jakub@redhat.com>
9575 * tree.h (host_integerp): Add ATTRIBUTE_PURE when not
9576 ENABLE_TREE_CHECKING.
9577 (tree_low_cst): Add inline version for !ENABLE_TREE_CHECKING
9580 2010-08-17 H.J. Lu <hongjiu.lu@intel.com>
9582 * config/i386/i386.c (ix86_lea_for_add_ok): For !TARGET_OPT_AGU
9583 or optimizing for size, always avoid lea if possible.
9585 * config/i386/i386.md (*add<mode>_1): Always avoid lea if possible.
9587 2010-08-17 Iain Sandoe <iains@gcc.gnu.org>
9589 * unwind-dw2-fde-darwin.c (_darwin10_Unwind_FindEnclosingFunction):
9590 Dunmmy function with NULL return unless the target is
9591 OSX >= 10.6 (Darwin10).
9593 2010-08-17 Jack Howarth <howarth@bromo.med.uc.edu>
9595 * gcc.c (spec_function): Add remove-outfile.
9596 (remove_outfile_spec_function): New function.
9597 * config/darwin.h (LINK_SPEC): Add removal of -ldl, -lm and -lpthread.
9598 * invoke.texi (replace-outfile): Document.
9600 2010-08-17 Uros Bizjak <ubizjak@gmail.com>
9603 * reginfo.c (globalize_reg): Reject stack registers.
9605 2010-08-17 Richard Guenther <rguenther@suse.de>
9607 * tree-ssa-dom.c (struct edge_info): Use a VEC for the
9608 list of conditional equivalences.
9609 (free_all_edge_infos): Adjust.
9610 (record_equivalences_from_incoming_edge): Likewise.
9611 (record_cond): Likewise.
9612 (build_and_record_new_cond): Likewise.
9613 (record_conditions): Likewise.
9614 (dom_opt_leave_block): Likewise.
9616 2010-08-17 Kai Tietz <kai.tietz@onevision.com>
9618 * doc/invoke.texi (ms-extension): Add documentation.
9620 2010-08-17 Richard Guenther <rguenther@suse.de>
9622 * fold-const.c (fold_comparison): Strip nops inside POINTER_PLUS_EXPR.
9624 2010-08-17 Shujing Zhao <pearly.zhao@oracle.com>
9627 * c-decl.c (diagnose_uninitialized_cst_member): New function.
9628 (finish_decl): Use it to issue a -Wc++-compat warning about
9629 uninitialized const field in struct or union.
9631 (finish_struct): Use strip_array_types.
9633 2010-08-17 Jakub Jelinek <jakub@redhat.com>
9635 * function.c (block_fragments_nreverse, blocks_nreverse_all): New
9637 (reorder_blocks): Use blocks_nreverse_all instead of blocks_nreverse.
9638 (reorder_blocks_1): Assert BLOCK_FRAGMENT_ORIGIN is NULL. Don't
9639 call block_nreverse here.
9640 (blocks_nreverse): Rename decl temporary to block.
9642 2010-08-16 Bernd Schmidt <bernds@codesourcery.com>
9644 * config/arm/thumb2.md (thumb2_notsi_shiftsi,
9645 thumbsi_notsi_shiftsi_compare0, thumb2_not_shiftsi_compare0_scratch,
9646 thumb2_cmpsi_shiftsi, thumb2_cmpsi_shiftsi_swp, thumb2_arith_shiftsi,
9647 thumb2_arith_shiftsi splitter, thumb2_arith_shiftsi_compare0,
9648 thumb2_arith_shiftsi_compare0_scratch, thumb2_sub_shiftsi,
9649 thumb2_sub_shiftsi_compare0, thumb2_sub_shiftsi_compare0_scratch,
9650 thumb2_iorsi3): Delete.
9651 (orsi_notsi_si): No longer a named pattern.
9652 (orsi_not_shiftsi_si): Renamed from thumb_orsi_not_shiftsi_si.
9653 * config/arm/predicates.md (shift_amount_operand): New.
9654 (mult_operator): New.
9655 * config/arm/arm.md (attr arch, attr arch_enabled, attr insn_enabled,
9657 (iorsi3_insn): Renamed from arm_iorsi3. Handle a new alternative if
9659 (not_shiftsi): Renamed from arm_notsi_shiftsi. Handle Thumb2 variant.
9660 (not_shiftsi_compare0): Likewise, renamed from
9661 arm_notsi_shiftsi_compare0.
9662 (not_shiftsi_compare0_scratch): Likweise, renamed from
9663 arm_notsi_shiftsi_compare0_scratch.
9664 (cmpsi_shiftsi): Likewise, renamed from arm_cmpsi_shiftsi.
9665 (cmpsi_shiftsi_swp): Likewise, renamed from arm_cmpsi_shiftsi_swp.
9666 (arith_shiftsi): Handle Thumb2 variant. Set insn_enabled attribute
9667 so that the register alternative is disabled when the shift_operator
9668 is MULT. Use "M" as the constraint for constants.
9669 (arith_shiftsi splitter): Enable for TARGET_32BIT.
9670 (arith_shiftsi_compare0): Handle Thumb2 variant. Use "M" as the
9671 constraint for constants.
9672 (arith_shiftsi_compare0_scratch): Likewise.
9673 (sub_shiftsi, sub_shiftsi_compare0, sub_shiftsi_compare0_scratch):
9674 Handle Thumb2 alternative.
9676 2010-08-16 Joseph Myers <joseph@codesourcery.com>
9678 * doc/options.texi (NoDriverArg): Document.
9679 * gcc.c (cpp_unique_options): Generate -MD and -MMD instead of
9681 * opt-functions.awk (switch_flags): Handle NoDriverArg.
9682 * opts-common.c (decode_cmdline_option): Ignore CL_SEPARATE
9683 marking for CL_NO_DRIVER_ARG options when in the driver.
9684 * opts.h (CL_NO_DRIVER_ARG): Define.
9685 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_DRIVER, CL_TARGET,
9686 CL_COMMON): Update values.
9688 2010-08-16 Joseph Myers <joseph@codesourcery.com>
9690 * common.opt: Add driver options.
9691 (auxbase, auxbase-strip, quiet, version): Mark RejectDriver.
9692 * doc/options.texi (Driver, RejectDriver): Document.
9693 * gcc.c (pass_exit_codes, print_search_dirs, print_file_name,
9694 print_prog_name, print_multi_directory, print_sysroot,
9695 print_multi_os_directory, print_multi_lib,
9696 print_sysroot_headers_suffix, report_times, combine_flag,
9697 use_pipes, wrapper_string): Remove.
9698 (save_switch, driver_unknown_option_callback,
9699 driver_wrong_lang_callback, driver_post_handling_callback,
9700 driver_handle_option): New.
9701 (spec_lang, last_language_n_infiles): Make file-scope static
9702 instead of local to process_command.
9703 (process_command): Use decode_cmdline_options_to_array and
9704 read_cmdline_option for option processing. Compute have_c in
9705 prescan of decoded options.
9706 * opt-functions.awk (switch_flags): Handle Driver and
9708 (var_type, var_type_struct): Handle Separate options as generating
9709 const char * variables.
9710 * opts-common.c (decode_cmdline_option): Expect CL_COMMON and
9711 CL_TARGET to be passed by caller if required.
9712 (decode_cmdline_options_to_array): Update comment.
9713 * opts.c (complain_wrong_lang): Handle options only valid for the
9715 (decode_options): Update call to decode_cmdline_options_to_array.
9716 (print_filtered_help): Ignore driver-only options.
9717 (print_specific_help): Ignore CL_DRIVER.
9718 (common_handle_option): Don't call print_specific_help for CL_DRIVER.
9719 * opts.h (CL_DRIVER, CL_REJECT_DRIVER): Define.
9720 (CL_PARAMS, CL_WARNING, CL_OPTIMIZATION, CL_TARGET, CL_COMMON):
9723 2010-08-16 Richard Guenther <rguenther@suse.de>
9725 * tree-cfg.c (verify_types_in_gimple_reference): Verify
9726 TARGET_MEM_REF a bit.
9727 * tree-ssa-address.c (addr_for_mem_ref): Adjust.
9728 (create_mem_ref_raw): Always create TMR_OFFSET, store the
9729 alias pointer type via it.
9730 (copy_mem_ref_info): Adjust.
9731 (maybe_fold_tmr): Likewise.
9732 * tree.c (mem_ref_offset): Also handle TARGET_MEM_REF.
9733 (reference_alias_ptr_type): Likewise.
9734 * tree.def (TARGET_MEM_REF): Remove TMR_ORIGINAL operand,
9735 adjust documentation of TMR_OFFSET operand.
9736 * alias.c (get_alias_set): Do not look at TMR_ORIGINAL but
9737 use the alias pointer type.
9738 * expr.c (expand_expr_real_1): Do not use TMR_ORIGINAL to
9739 initialize mem attrs but the TMR itself.
9740 * tree-eh.c (tree_could_trap_p): Handle TARGET_MEM_REF
9742 * tree-pretty-print.c (dump_generic_node): Do not dump TMR_ORIGINAL.
9743 * tree-ssa-loop-ivopts.c (idx_remove_ssa_names): Remove.
9744 (unshare_and_remove_ssa_names): Likewise.
9745 (copy_ref_info): Adjust.
9746 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Simplify
9747 TARGET_MEM_REF case.
9748 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Do not look
9750 * tree.h (TMR_ORIGINAL): Remove.
9751 * gimple.c (get_base_address): For TARGET_MEM_REF with a
9753 * tree-dfa.c (get_ref_base_and_extent): Handle TARGET_MEM_REF
9755 (get_addr_base_and_unit_offset): Likewise.
9756 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Handle
9758 (indirect_ref_may_alias_decl_p): Likewise.
9759 (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
9761 2010-08-15 Uros Bizjak <ubizjak@gmail.com>
9763 * doc/invoke.texi (-fomit-frame-pointer): Document that starting
9764 with GCC version 4.6, the default setting (when not optimizing
9765 for size) for 32-bit Linux x86 and 32-bit Darwin x86 targets has
9766 been changed to -fomit-frame-pointer.
9768 2010-08-15 Iain Sandoe <iains@gcc.gnu.org>
9770 * config/darwin.h (REAL_LIBGCC_SPEC): Remove libgcc_s.10.5 stub for
9771 Darwin10. Do not link libgcc.a for Darwin >= 9.
9773 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
9775 * doc/invoke.texi (Warning Options): Fix terminology and markup
9776 in the description of how unknown warning options are handled.
9778 2010-08-15 Ira Rosen <irar@il.ibm.com>
9780 * tree-vect-data-refs.c (vect_setup_realignment): Support realignment
9782 (vect_supportable_dr_alignment): Check alignment for basic blocks.
9783 * tree-vect-slp.c (vect_build_slp_tree): Allow different codes for
9785 (vect_bb_vectorization_profitable_p): New function.
9786 (vect_slp_analyze_bb): Call vect_bb_vectorization_profitable_p() to
9787 check if it's worthwhile to vectorize the basic block.
9789 2010-08-14 Anatoly Sokolov <aesok@post.ru>
9791 * reload.h (register_move_cost, memory_move_secondary_cost,
9792 secondary_reload_class): Adjust prototype.
9793 * rtl.h (reg_class_subset_p): Adjust prototype.
9794 * reload.c (secondary_reload_class): Change arguments type from
9795 enum reg_class to reg_class_t. Change result type to reg_class_t.
9796 * reginfo.c (register_move_cost, reg_class_subset_p): Change
9797 arguments type from enum reg_class to reg_class_t.
9798 (memory_move_secondary_cost): Change arguments type from
9799 enum reg_class to reg_class_t. Change type of saved_flags to
9802 * config/mips/mips.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
9804 (mips_cost): Remove.
9805 (struct mips_rtx_cost_data): Moved to mips.c.
9806 * config/mips/mips-protos.h (mips_register_move_cost): Remove.
9807 * config/mips/mips.c (struct mips_rtx_cost_data): Moved from mips.h.
9808 (mips_cost): Make static.
9809 (mips_canonicalize_move_class): Change argument type to reg_class_t.
9810 Change result type to reg_class_t.
9811 (mips_move_to_gpr_cost, mips_move_from_gpr_cost): Change arguments
9812 type from enum reg_class to reg_class_t.
9813 (mips_register_move_cost): Make static. Change arguments
9814 type from enum reg_class to reg_class_t.
9815 (mips_memory_move_cost): New function.
9816 (TARGET_REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Define.
9818 2010-08-14 Richard Sandiford <rdsandiford@googlemail.com>
9820 PR rtl-optimization/43358
9821 * ira-lives.c (process_single_reg_class_operands): Adjust the costs
9822 of a single hard register, using simplify_subreg_regno to decide
9823 what that register should be.
9825 2010-08-14 Mingjie Xing <mingjie.xing@gmail.com>
9827 * config/mips/mips.c (CODE_FOR_loongson_pmullh): Define.
9828 * config/mips/loongson.md (UNSPEC_LOONGSON_PMULL): Delete.
9829 (loongson_pmull<V_suffix>): Rename to...
9830 (mul<mode>3): ...this and use MULT instead of an UNSPEC.
9832 2010-08-13 Jack Howarth <howarth@bromo.med.uc.edu>
9834 * configure.ac: Enable -fomit-frame-pointer on darwin
9835 which support dwarf2.
9836 * config/i386/i386.c (override_options): Same.
9838 2010-08-13 Jie Zhang <jie@codesourcery.com>
9840 * config/arm/arm.md (cstoredf4): Only valid when !TARGET_VFP_SINGLE.
9842 2010-08-12 Joseph Myers <joseph@codesourcery.com>
9844 * gcc.c (cpp_unique_options): Generate -MDX and -MMDX from -MD and
9847 2010-08-12 Changpeng Fang <changpeng.fang@amd.com>
9849 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Give
9850 up dot_prod pattern searching if a stmt is outside the loop.
9852 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
9853 Uros Bizjak <ubizjak@gmail.com>
9855 * config.gcc: Handle --enable-frame-pointer.
9857 * configure.ac: Add --enable-frame-pointer.
9858 * configure: Regenerated.
9860 * config/i386/i386.c (USE_IX86_FRAME_POINTER): Default to 0.
9861 (override_options): If not configured with --enable-frame-pointer,
9862 enable -fomit-frame-pointer (but not for TARGET_MACHO or when
9863 optimizing for size), -fasynchronous-unwind-tables and
9864 -maccumulate-outgoing-args by default.
9866 2010-08-12 Jakub Jelinek <jakub@redhat.com>
9868 * builtins.c (fold_builtin_memory_op): Avoid -Wsign-compare warning.
9871 * fold-const.c (make_range) <case NEGATE_EXPR>: Punt if
9872 -a overflows. Normalize the range.
9874 2010-08-12 Richard Guenther <rguenther@suse.de>
9876 PR tree-optimization/45232
9877 * tree-ssa-reassoc.c (can_reassociate_p): Disable re-association
9878 for types with undefined overflow.
9879 (reassociate_bb): Allow re-associating of bit and min/max
9880 operations for types with undefined overflow.
9881 * tree-ssa-forwprop.c (associate_plusminus): New function.
9882 (tree_ssa_forward_propagate_single_use_vars): Call it.
9884 2010-08-12 Richard Guenther <rguenther@suse.de>
9886 * tree-flow.h (struct ptr_info_def): Add align and misalign fields.
9887 * tree-ssa-alias.c (get_ptr_info): Move ...
9888 * tree-ssanames.c (get_ptr_info): ... here. Initialize
9889 align and misalign fields conservatively.
9890 * tree-ssa-ccp.c (ccp_finalize): From partially constant pointers
9891 derive alignment information.
9892 (evaluate_stmt): Derive alignment information from memory
9893 allocation functions.
9894 * tree.h (get_pointer_alignment): Make unsigned.
9895 * builtins.c (get_object_alignment): Use alignment information we
9896 have computed for pointers.
9897 (get_pointer_alignment): Likewise. Make conservative, return
9899 (expand_builtin_strlen): Adjust.
9900 (expand_builtin_memcmp): Likewise.
9901 (expand_builtin_strcmp): Likewise.
9902 (expand_builtin_strncmp): Likewise.
9903 (get_builtin_sync_mem): Use at least mode alignment.
9904 (fold_builtin_memset): Adjust.
9905 (fold_builtin_memory_op): Likewise.
9906 * gimple-pretty-print.c (dump_gimple_phi): Alongside alias
9907 information also dump pointer alignment knowledge.
9908 (dump_gimple_stmt): Likewise.
9910 2010-08-12 Uros Bizjak <ubizjak@gmail.com>
9912 * config/i386/i386.c (LONG_TYPE_SIZE): Remove.
9913 (EMPTY_FIELD_BOUNDARY): Remove.
9914 * config/i386/i386-interix.h (PCC_BITFIELD_TYPE_MATTERS): Remove.
9916 2010-08-12 Jakub Jelinek <jakub@redhat.com>
9919 * caller-save.c (save_call_clobbered_regs): Only swap notes with
9920 DEBUG_INSNs if n_regs_saved.
9922 2010-08-12 Wei Guozhi <carrot@google.com>
9925 * config/arm/arm.md (andsi3): Change to zero extension if possible.
9926 * config/arm/thumb2.md (thumb2_zero_extendqisi2_v6): Change the name.
9928 2010-08-11 Vladimir Makarov <vmakarov@redhat.com>
9930 * ira-int.h (ira_remove_allocno_copy_from_list): Remove.
9932 * ira-build.c (ira_remove_allocno_copy_from_list): Remove.
9934 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
9936 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add back
9937 the case removed in the previous patch, when the only phi argument
9938 is defined in the same loop as the phi node itself. Handle it
9939 separately from the invariant case by both propagating it outside
9940 the region and replacing the phi node with an assign.
9942 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
9944 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): The only
9945 constant phi nodes with one argument are is_gimple_min_invariant
9946 and SSA_NAME_IS_DEFAULT_DEF.
9948 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
9950 * graphite-cloog-util.c (oppose_constraint):
9951 Extend loop counter's value range (CLOOG_ORG).
9952 (cloog_matrix_to_ppl_constraint): Same.
9953 (new_Constraint_System_from_Cloog_matrix): Same.
9954 * graphite-cloog-compat.h (matrix_num_type): New.
9956 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
9958 * graphite.c (graphite_initialize): Do not initialize
9959 CLooG and initialize the Parma Polyhedra Library
9960 manually when using CLOOG_ORG.
9961 (graphite_finalize): Do not finalize CLooG and finalize
9962 the Parma Polyhedra Library manually when using CLOOG_ORG.
9963 * graphite-cloog-compat.h (cloog_initialize): Hide function
9964 when using CLOOG_ORG.
9965 (cloog_finalize): Same.
9967 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
9969 * graphite-clast-to-gimple.c (free_scattering): Change
9970 CloogDomainList/CloogDomain to CloogScatteringList/CloogScattering
9972 (build_cloog_prog): Same.
9973 * graphite-cloog-compat.h (cloog_domain): Removed.
9974 (cloog_scattering): New.
9975 (cloog_set_domain): Removed.
9976 (cloog_set_scattering): New.
9977 (cloog_next_domain): Removed.
9978 (cloog_next_scattering): New.
9979 (cloog_set_next_domain): Removed.
9980 (cloog_set_next_scattering): New.
9981 (CloogScatteringList): New.
9982 (CloogScattering): New.
9983 (cloog_scattering_free): New.
9984 (new_Cloog_Scattering_from_ppl_Polyhedron): New.
9985 * graphite-cloog-util.c (new_Cloog_Scattering_from_ppl_Polyhedron):
9988 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
9990 * graphite-clast-to-gimple.c (build_cloog_prog): Extend with
9992 (set_cloog_options): Same.
9993 (print_clast_stmt): Same.
9994 (scop_to_clast): Same.
9995 (print_generated_program): Same.
9997 * graphite-clast-to-gimple.h: Include graphite-cloog-util.h.
9998 (scop_to_clast): Extend with CloogState.
9999 * graphite-cloog-util.c: Include graphite-cloog-compat.h
10000 (new_Cloog_Domain_from_ppl_Polyhedron):
10001 Extend with CloogState. Use cloog_domain_from_cloog_matrix (CLOOG_ORG).
10002 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Extend with CloogState.
10003 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10004 * graphite-cloog-util.h (build_cloog_prog): Same.
10005 * graphite-cloog-copat.h (build_cloog_prog): New.
10007 (cloog_state_malloc): New.
10008 (cloog_state_free): New.
10009 (cloog_loop_malloc): New.
10010 (cloog_options_malloc): New.
10011 (cloog_statement_alloc): New.
10012 (cloog_domain_from_cloog_matrix): New.
10013 (new_Cloog_Domain_from_ppl_Pointset_Powerset): New.
10014 (new_Cloog_Domain_from_ppl_Polyhedron): New.
10016 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10018 * graphite-clast-to-gimple.c (clast_name_to_gcc): Parameter
10019 type of NAME now depends on used CLooG version.
10020 (clast_to_gcc_expression): Replace expr_* with clast_expr_*.
10021 (gcc_type_for_clast_expr): Same.
10022 (print_clast_stmt): Replace pprint with clast_pprint.
10023 * graphite-cloog-compat.h: Provide compatibility macros for
10025 (clast_name_p): New.
10026 (clast_expr_term): New.
10027 (clast_expr_red): New.
10028 (clast_expr_bin): New.
10029 (clast_pprint): New.
10031 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10033 * graphite-clast-to-gimple.c (set_cloog_options): Make CLooG options
10034 compatible to newer CLooG releases (CLOOG_ORG).
10035 (build_cloog_prog): Pass CloogOptions to more functions (CLOOG_ORG).
10036 (scop_to_clast): Pass CloogOptions to build_cloog_prog (CLOOG_ORG).
10037 * graphite-cloog-compat.h: Add compatibility macros for CLooG Legacy.
10038 (build_cloog_prog) : New.
10039 (cloog_program_extract_scalars): New.
10040 (cloog_program_scatter): New.
10042 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10044 * graphite-clast-to-gimple.c: Include graphite-cloog-compat.h
10045 conditionally (CLOOG_ORG).
10046 * graphite-cloog-compat.h: New. Include graphite-cloog-compat.h.
10047 (cloog_statement_usr): New.
10048 (cloog_domain): Same.
10049 (cloog_set_domain): Same.
10050 (cloog_next_domain): Same.
10051 (cloog_set_next_domain): Same.
10052 (cloog_program_nb_scattdims): Same.
10053 (cloog_program_set_nb_scattdims): Same.
10054 (cloog_program_names): Same.
10055 (cloog_program_set_names): Same.
10056 (cloog_program_set_context): Same.
10057 (cloog_program_set_loop): Same.
10058 (cloog_program_blocklist): Same.
10059 (cloog_program_set_blocklist): Same.
10060 (cloog_program_scaldims): Same.
10061 (cloog_program_set_scaldims): Same.
10062 (cloog_names_nb_parameters): Same.
10063 (cloog_names_set_nb_parameters): Same.
10064 (cloog_names_parameters): Same.
10065 (cloog_names_set_parameters): Same.
10066 (cloog_names_set_nb_iterators): Same.
10067 (cloog_names_set_iterators): Same.
10068 (cloog_names_set_nb_scattering): Same.
10069 (cloog_names_set_scattering): Same.
10070 (cloog_statement_set_usr): Same.
10071 (cloog_loop_set_next): Same.
10072 (cloog_loop_set_domain): Same.
10073 (cloog_loop_set_block): Same.
10074 (cloog_block_list_next): Same.
10075 (cloog_block_list_set_next):
10076 (cloog_block_list_set_block): Same.
10078 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10080 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Returns
10082 (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
10083 (rewrite_commutative_reductions_out_of_ssa_loop): Same.
10084 (rewrite_cross_bb_scalar_deps_out_of_ssa): Call scev_reset_htab
10085 when something has been changed.
10086 (rewrite_commutative_reductions_out_of_ssa): Same.
10088 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10090 * graphite-sese-to-poly.c (propagate_expr_outside_region): Also
10091 handle the case when def is in the sese region.
10092 (rewrite_close_phi_out_of_ssa): Call propagate_expr_outside_region
10093 for invariant expressions.
10094 (rewrite_cross_bb_phi_deps): Removed.
10095 (rewrite_cross_bb_scalar_deps): Also handle GIMPLE_PHI nodes.
10096 (rewrite_cross_bb_scalar_deps_out_of_ssa): Do not call
10097 rewrite_cross_bb_phi_deps.
10099 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10101 * graphite-sese-to-poly.c
10102 (rewrite_commutative_reductions_out_of_ssa_loop): Call
10103 scev_analyzable_p only on is_gimple_reg
10105 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10107 * graphite-sese-to-poly.c (propagate_expr_outside_region): New.
10108 (rewrite_close_phi_out_of_ssa): Propagate constant values or
10109 parametric expressions outside the scop region.
10110 (rewrite_cross_bb_scalar_deps): Same.
10111 * sese.c (rename_uses): Use NULL_TREE instead of NULL for trees.
10113 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10115 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Use
10116 SSA_NAME_DEF_STMT only on SSA_NAMEs.
10118 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10120 * tree-scalar-evolution.c (instantiate_scev_name): Do not
10121 instantiate default definitions.
10123 2010-08-11 Vladimir Kargov <kargov@gmail.com>
10124 Sebastian Pop <sebastian.pop@amd.com>
10126 * cfgloop.c (is_loop_exit): Renamed loop_exits_to_bb_p.
10127 (loop_exits_from_bb_p): New.
10128 * cfgloop.h (is_loop_exit): Renamed loop_exits_to_bb_p.
10129 (loop_exits_from_bb_p): Declared.
10130 * graphite-scop-detection.c (scopdet_basic_block_info): Call
10131 loop_exits_to_bb_p.
10133 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10135 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Add an
10136 extra parameter for the region. Call scev_analyzable_p.
10137 (rewrite_reductions_out_of_ssa): Update call to
10138 rewrite_close_phi_out_of_ssa.
10139 (rewrite_cross_bb_phi_deps): Same.
10140 (rewrite_commutative_reductions_out_of_ssa_loop): Add an extra
10141 parameter for the region. Call scev_analyzable_p.
10142 (rewrite_commutative_reductions_out_of_ssa): Update call to
10143 rewrite_commutative_reductions_out_of_ssa_loop.
10145 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10147 * sese.c (rename_uses): Call unshare_expr before force_gimple_operand.
10149 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10151 * graphite-sese-to-poly.c (reduction_phi_p): Do not rewrite out of
10152 SSA scalar phi nodes that can be scev_analyzable_p.
10154 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10156 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Correctly
10157 handle SSA_NAME_IS_DEFAULT_DEF.
10159 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10161 * sese.c (rename_uses): Handl unconditionally gimple_debug statements.
10163 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10165 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Special
10166 case non close-phi nodes with one argument.
10168 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10170 * sese.h (scev_analyzable_p): Scevs could be expressions without
10171 chrecs and still be scev_analyzable_p.
10173 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10175 * params.def (PARAM_SCEV_MAX_EXPR_SIZE): Bump the value to 100.
10177 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10179 * cfgloop.c (alloc_loop): Remove initialization of loop->single_iv.
10180 * cfgloop.h (struct loop): Remove single_iv field.
10181 * graphite-sese-to-poly.c (graphite_loop_normal_form): Removed.
10182 (scop_canonicalize_loops): Removed.
10183 (scop_ivs_can_be_represented): Do not use loop->single_iv. Iterate
10184 over all the loop phi nodes in loop->header.
10185 (build_poly_scop): Remove use of scop_canonicalize_loops.
10187 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10189 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Also
10190 handle GIMPLE_CALL.
10192 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10194 * tree-chrec.c (chrec_apply): Should only apply to the specified
10195 variable. Also handle multivariate chains of recurrences that
10196 satisfy evolution_function_is_affine_p. Also handle CASE_CONVERT.
10198 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10200 * graphite-clast-to-gimple.c (debug_clast_name_index): Removed.
10201 (debug_clast_name_indexes_1): Removed.
10202 (debug_clast_name_indexes): Removed.
10203 (pbb_to_depth_to_oldiv): Removed.
10204 (build_iv_mapping): Replace the use of rename_map with iv_map.
10205 (translate_clast_user): Remove uses of rename_map. Allocate and
10207 (translate_clast_for_loop): Remove uses of rename_map.
10208 (translate_clast_for): Same.
10209 (translate_clast_guard): Same.
10210 (translate_clast): Same.
10212 * graphite-clast-to-gimple.h (debug_clast_name_indexes): Removed.
10213 * graphite-sese-to-poly.c (scev_analyzable_p): Moved...
10214 * sese.c (set_rename): Now static.
10215 (rename_variables_in_stmt): Removed.
10216 (rename_uses): New.
10217 (is_parameter): Removed.
10219 (expand_scalar_variables_call): Removed.
10220 (expand_scalar_variables_ssa_name): Removed.
10221 (expand_scalar_variables_expr): Removed.
10222 (expand_scalar_variables_stmt): Removed.
10223 (expand_scalar_variables): Removed.
10224 (rename_variables): Removed.
10225 (remove_condition): Removed.
10226 (get_true_edge_from_guard_bb): Removed.
10227 (get_false_edge_from_guard_bb): Removed.
10228 (struct igp): Removed.
10229 (default_before_guard): Removed.
10230 (convert_for_phi_arg): Removed.
10231 (add_guard_exit_phis): Removed.
10232 (insert_guard_phis): Removed.
10233 (graphite_copy_stmts_from_block): Now also uses iv_map and a
10234 region. Do not copy conditions. Do not copy induction variables.
10236 (copy_bb_and_scalar_dependences): Allocate a local rename_map for
10237 the translated statement. Use the iv_map for the induction
10239 * sese.h (copy_bb_and_scalar_dependences): Update declaration.
10240 (set_rename): Removed declaration.
10241 (scev_analyzable_p): ...here.
10242 * tree-chrec.c (chrec_apply_map): New.
10243 * tree-chrec.h (chrec_apply_map): Declared.
10245 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10247 * graphite-clast-to-gimple.c (translate_clast_for_loop): Do not call
10248 insert_loop_close_phis.
10249 * sese.c (name_defined_in_loop_p): Removed.
10250 (expr_defined_in_loop_p): Removed.
10251 (alive_after_loop): Removed.
10252 (close_phi_not_yet_inserted_p): Removed.
10253 (struct alep): Removed.
10254 (add_loop_exit_phis): Removed.
10255 (insert_loop_close_phis): Removed.
10257 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10259 * graphite-cloog-util.c
10260 (cloog_matrix_to_ppl_constraint): Fix flipped condition.
10262 (psct_scattering_dim_for_loop_depth): Same.
10264 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10266 * graphite-cloog-util.h: Added cloog.h.
10267 * graphite-blocking.c: Removed cloog.h.
10268 * graphite-dependences.c: Same.
10269 * graphite-interchange.c: Same.
10270 * graphite-poly.c: Same.
10271 * graphite-ppl.c: Same.
10272 * graphite-scop-detection.c: Same.
10273 * graphite-sese-to-poly.c:
10275 Removed graphite-clast-to-gimple.h.
10276 (check_poly_representation): Removed (unused).
10277 * graphite-sese-to-poly.h
10278 (check_poly_representation): Removed (unused).
10280 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10282 * Makefile.in (OBJS-common): Added graphite-cloog-util.o.
10283 (graphite-clast-to-gimple.o): Added graphite-cloog-util.h.
10284 (graphite-cloog-util.o): New.
10285 (graphite-ppl.o): Added graphite-cloog-util.h.
10286 * graphite-clast-to-gimple.c:
10287 Added graphite-cloog-util.h to include statements.
10288 * graphite-cloog-util.c: New.
10289 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.c.
10290 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10291 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10292 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10293 (insert_constraint_into_matrix): Same.
10294 (ppl_Constrain_System_number_of_constraints): Same.
10295 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
10296 (oppose_constraint): Same.
10297 (cloog_matrix_to_ppl_constraint): Same.
10298 (new_Constraint_System_from_Cloog_Matrix): Same.
10299 * graphite-cloog-util.h: New.
10300 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved from graphite-ppl.h.
10301 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10302 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10303 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10304 (insert_constraint_into_matrix): Same.
10306 Added graphite-cloog-util.h to include statements.
10307 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to graphite-cloog-util.c.
10308 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10309 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10310 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10311 (insert_constraint_into_matrix): Same.
10312 (ppl_Constrain_System_number_of_constraints): Same.
10313 (new_Cloog_Matrix_from_ppl_Constraint_System): Same.
10314 (oppose_constraint): Same.
10315 (cloog_matrix_to_ppl_constraint): Same.
10316 (new_Constraint_System_from_Cloog_Matrix): Same.
10318 (new_Cloog_Matrix_from_ppl_Polyhedron): Moved to
10319 graphite-cloog-util.h.
10320 (new_Cloog_Domain_from_ppl_Polyhedron): Same.
10321 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
10322 (new_C_Polyhedron_from_Cloog_Matrix): Same.
10323 (insert_constraint_into_matrix): Same.
10325 2010-08-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
10327 * graphite-clast-to-gimple.c
10328 (precision_for_value): Resolve value_* calls to matching mpz_* calls.
10329 (precision_for_interval): Same.
10330 (gcc_type_for_interval): Same.
10331 (compute_type_for_level): Same.
10332 * graphite-interchange.c
10333 (lst_interchange_profitable_p): Same.
10335 (psct_scattering_dim_for_loop_depth): Same.
10337 (ppl_max_for_le_pointset): Same.
10338 (ppl_min_for_le_pointset): Same.
10340 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10342 * graphite-sese-to-poly.c (rewrite_degenerate_phi): New.
10343 (rewrite_reductions_out_of_ssa): Call it for degenerate_phi_result.
10345 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10347 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Call
10348 rewrite_close_phi_out_of_ssa.
10350 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10352 * graphite-sese-to-poly.c (rewrite_cross_bb_phi_deps): Remove dead code.
10354 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10356 * graphite-clast-to-gimple.c (build_iv_mapping): Rename map with
10358 * sese.c (debug_rename_map): Same.
10359 (get_rename): Same.
10360 (set_rename): Same.
10361 (rename_variables_in_stmt): Same.
10362 (expand_scalar_variables_call): Same.
10363 (expand_scalar_variables_ssa_name): Same.
10364 (expand_scalar_variables_expr): Same.
10365 (expand_scalar_variables_stmt): Same.
10366 (expand_scalar_variables): Same.
10367 (rename_variables): Same.
10368 (graphite_copy_stmts_from_block): Same.
10369 (copy_bb_and_scalar_dependences): Same.
10371 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10373 * graphite-clast-to-gimple.c (copy_renames): Removed.
10374 (translate_clast_for): Do not call copy_renames.
10375 (translate_clast_guard): Same.
10377 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10379 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Moved up.
10380 (rewrite_cross_bb_phi_deps): Split out of rewrite_cross_bb_scalar_deps.
10381 (rewrite_cross_bb_scalar_deps_out_of_ssa): Run rewrite_cross_bb_phi_deps
10382 before rewrite_cross_bb_scalar_deps.
10384 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10386 * graphite-sese-to-poly.c (rewrite_commutative_reductions_out_of_ssa):
10387 Early return in when flag_associative_math is not set.
10389 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10391 * graphite-sese-to-poly.c (rewrite_phi_out_of_ssa): Always insert out
10392 of SSA copies on edges except for loop->latch.
10394 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10396 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps_out_of_ssa):
10397 Split out of rewrite_reductions_out_of_ssa.
10398 * graphite-sese-to-poly.h (rewrite_cross_bb_scalar_deps_out_of_ssa):
10400 * graphite.c (graphite_transform_loops): Call it.
10402 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10404 * graphite.c (graphite_transform_loops): Add two more dbg_cnt calls.
10406 2010-08-11 Alexander Monakov <amonakov@ispras.ru>
10408 * dbgcnt.def (graphite_scop): New counter.
10409 * graphite.c: Include dbgcnt.h.
10410 (graphite_transform_loops): Use new counter to limit transformations.
10411 * Makefile.in (graphite.o): Depend on DBGCNT_H.
10413 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10415 * passes.c (init_optimization_passes): Add pass_graphite.
10416 Schedule a pass_copy_prop before pass_graphite_transforms.
10417 * timevar.def (TV_GRAPHITE): Declared.
10418 * tree-pass.h (pass_graphite): Declared.
10419 * tree-ssa-loop.c (pass_graphite): New.
10421 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10423 * graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
10424 Remove calls to rename_nb_iterations and rename_sese_parameters.
10425 * graphite-clast-to-gimple.h (gloog): Update declaration.
10426 * graphite.c (graphite_transform_loops): Update call to gloog.
10427 * sese.c (rename_variables_in_expr): Removed.
10428 (rename_nb_iterations): Removed.
10429 (rename_sese_parameters): Removed.
10430 * sese.h (rename_nb_iterations): Removed.
10431 (rename_sese_parameters): Removed.
10433 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10435 * graphite-clast-to-gimple.c (gloog): Remove call to
10436 sese_adjust_liveout_phis.
10437 * graphite-sese-to-poly.c (scev_analyzable_p): When scev returns an
10438 SSA_NAME, allow it to be handled by rewrite_cross_bb_scalar_deps.
10439 (rewrite_cross_bb_scalar_deps): Handle GIMPLE_PHI nodes: call
10440 rewrite_phi_out_of_ssa.
10441 * sese.c (get_vdef_before_sese): Removed.
10442 (sese_adjust_vphi): Removed.
10443 (sese_adjust_liveout_phis): Removed.
10444 * sese.h (sese_adjust_liveout_phis): Removed.
10446 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10448 * graphite-sese-to-poly.c (insert_out_of_ssa_copy): Pass an extra
10449 argument for the place after which to insert the out of SSA copy.
10450 (rewrite_close_phi_out_of_ssa): Update calls to insert_out_of_ssa_copy.
10451 (rewrite_phi_out_of_ssa): Same.
10452 (rewrite_cross_bb_scalar_deps): Same.
10453 (insert_copyout): Removed.
10454 (insert_copyin): Removed.
10455 (translate_scalar_reduction_to_array): Call insert_out_of_ssa_copy and
10456 insert_out_of_ssa_copy_on_edge instead of insert_copyout and
10459 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10461 * graphite-sese-to-poly.c (build_scop_bbs): Not static anymore.
10462 (rewrite_reductions_out_of_ssa): Same.
10463 (rewrite_commutative_reductions_out_of_ssa): Same.
10464 (build_poly_scop): Do not call these functions.
10465 * graphite-sese-to-poly.h (build_poly_scop): Declared.
10466 (rewrite_reductions_out_of_ssa): Declared.
10467 (rewrite_commutative_reductions_out_of_ssa): Declared.
10468 * graphite.c (graphite_transform_loops): Call on every scop
10469 rewrite_commutative_reductions_out_of_ssa before calling
10470 rewrite_reductions_out_of_ssa and build_scop_bbs.
10472 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10474 * graphite-dependences.c (dot_deps): Make system call to dotty run
10476 (dot_deps_stmt): Same.
10477 * graphite-poly.c (dot_lst): Same.
10479 2010-08-11 Sebastian Pop <sebastian.pop@amd.com>
10481 * graphite-sese-to-poly.c (loop_entry_phi_arg): Renamed
10482 phi_arg_in_outermost_loop.
10483 (remove_simple_copy_phi): Call phi_arg_in_outermost_loop.
10484 (remove_invariant_phi): Same.
10486 2010-08-11 Anatoly Sokolov <aesok@post.ru>
10488 * target.def (output_addr_const_extra): New hook.
10489 * doc/tm.texi.in (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Document.
10490 * doc/tm.texi: Regenerate.
10491 * targhooks.c (default_asm_output_addr_const_extra): New function.
10492 * targhooks.h (default_asm_output_addr_const_extra): Declare.
10493 * final.c (output_addr_const): Use TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA
10496 * config/i386/i386.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
10497 * config/i386/i386-protos.h (output_addr_const_extra): Remove.
10498 * config/i386/i386.h (output_addr_const_extra): Rename to...
10499 (i386_asm_output_addr_const_extra): ...this. Make static.
10500 (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
10502 2010-08-11 Richard Henderson <rth@redhat.com>
10504 * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): New.
10506 2010-08-11 Nick Clifton <nickc@redhat.com>
10508 * config/stormy16/stormy16-lib2.c (__cmpsi2): New function.
10509 * config/stormy16/stormy16-lib2-cmpsi2.c: New file.
10510 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
10511 stormy16-lib2-cmpsi.c.
10513 * config/stormy16/t-stormy16 (TARGET_LIBGCC2_CFLAGS): Change to
10516 2010-08-11 Joseph Myers <joseph@codesourcery.com>
10518 * opts.h (struct cl_option_handler_func): Make handler take
10519 cl_decoded_option structure as parameter, not individual elements.
10520 (struct cl_option_handlers): Make callbacks take cl_decoded_option
10521 structure as parameter, not individual elements.
10522 (handle_option): Take cl_decoded_option structure as parameter,
10523 not individual elements.
10524 (handle_generated_option): Declare.
10525 * opts-common.c (handle_option): Take cl_decoded_option structure
10526 as parameter, not individual elements. Update calls to callback
10527 and handler functions.
10528 (handle_generated_option): New.
10529 (read_cmdline_option): Update calls to callback functions and
10531 * opts.c (common_handle_option, complain_wrong_lang,
10532 unknown_option_callback, post_handling_callback,
10533 lang_handle_option, target_handle_option): Take cl_decoded_option
10534 structure as parameter, not individual elements.
10535 (lang_handle_option, target_handle_option, common_handle_option):
10536 Assert option has at most one argument.
10537 (enable_warning_as_error): Call handle_generated_option instead of
10538 handle_option. Do not pass -Werror argument as argument of
10541 2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10543 * config/pa/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
10544 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
10545 (SUBWORD_BOOL_CAS): Likewise.
10546 (SUBWORD_SYNC_OP): Likewise.
10547 (SUBWORD_TEST_AND_SET): Likewise.
10548 (FETCH_AND_OP_WORD): Parenthesise INF_OP
10549 (SUBWORD_SYNC_OP): Likewise.
10550 (OP_AND_FETCH_WORD): Likewise.
10552 2010-08-10 Xinliang David Li <davidxl@google.com>
10554 * tree-ssa-loop-ivopts.c (get_address_cost): Properly
10555 compute max/min offset in address.
10557 2010-08-10 Vladimir Makarov <vmakarov@redhat.com>
10559 * ira-live.c: Include sbitmap.h.
10560 (remove_some_program_points_and_update_live_ranges): Use sbitmaps.
10561 Compress live ranges even more.
10563 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
10565 * coverage.c (ctr_labels): Delete.
10567 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
10570 * config/arm/arm.c (multiple_operation_profitable_p): Move xscale
10571 test here from arm_gen_load_multiple_1.
10572 (arm_gen_load_multiple_1, arm_gen_store_multiple_1): Use
10573 multiple_operation_profitable_p.
10575 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
10577 * tree-ssa-pre.c (init_pre): Call alloc_aux_for_blocks.
10578 (fini_pre): Call free_aux_for_blocks. Delete unused bb variable.
10580 2010-08-10 Richard Henderson <rth@redhat.com>
10582 * config/i386/i386.c (ix86_compute_frame_layout): Re-align stack
10583 after saving registers. Assert that SSE registers are only saved
10584 with a sufficiently aligned frame.
10585 (ix86_emit_save_reg_using_mov): Assert realigned only with DRAP;
10586 remove stack_realign_fp handling.
10587 (ix86_expand_prologue): Save int registers before stack_realign_fp,
10588 and do not mark the stack alignment as frame related.
10589 (ix86_expand_epilogue): SP is now invalid with stack_realign_fp.
10591 * dwarf2out.c (dwarf2out_frame_debug_expr): Flush queued register
10592 saves when re-aligning the stack.
10594 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
10596 * basic-block.h (alloc_aux_for_block, alloc_aux_for_edge): Delete.
10597 * cfg.c (alloc_aux_for_block, alloc_aux_for_edge): Make static.
10598 (alloc_aux_for_blocks, clear_aux_for_blocks): Use FOR_ALL_BB.
10600 2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
10602 * dwarf2out.c (struct die_struct): Move die_tag to the end.
10604 2010-08-09 Sofiane Naci <sofiane.naci@arm.com>
10606 * config/arm/iterators.md: New file.
10607 * config/arm/arm.md: Include iterators.md.
10608 (QHSI): Move to new file.
10609 (LTUGEU, cnb, optab, ior_xor): Likewise.
10610 * config/arm/iwmmxt.md (VMMX): Move to new file.
10611 (VSHFT, MMX_char): Likewise.
10612 * config/arm/neon.md (VD): Move to new file.
10613 (VDX, VDI, VQ, VQX, VQI, VQXMOV, VSTRUCT, VTAB, V_TAB_n, VW): Likewise.
10614 (VN, VDQ, VDQW, VDQIW, VCVTF, VCVTI, VMD, VMQ, VMDQ, VMDI): Likewise.
10615 (VMDQI, VX, VE, V64, V32, V_CVTTO, V_elem, V_ext): Likewise.
10616 (V_two_elem, V_three_elem, V_four_elem, V_req, V_widen): Likewise.
10617 (V_narrow, V_HALF, V_half,V_DOUBLE, V_double): Likewise.
10618 (V_double_width, V_cmp_result, V_if_elem, V_s_elem): Likewise.
10619 (V_u_elem, V_uf_sclr, V_sz_elem, VD_dup): Likewise.
10620 (V_PAIR, vqh_ops, vqhs_ops, VQH_mnem, VQH_sign, V_suf64): Likewise.
10621 (scalar_mul_constraint,Is_float_mode, Scalar_mul_8_16): Likewise.
10622 (Is_d_reg, V_mode_nunits): Likewise.
10623 * config/arm/vec-common.md (VALL): Move to new file.
10624 (VALLW, VINT, VINTW): Likewise.
10626 2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
10628 PR middle-end/45182
10629 * combine.c (make_compound_operation): Don't try to convert
10630 shifts into multiplications for modes that aren't SCALAR_INT_MODE_P.
10632 2010-08-10 Richard Guenther <rguenther@suse.de>
10634 * tree.h (get_object_alignment): Adjust prototype.
10635 * builtins.c (get_object_alignment): Return unsigned int,
10636 drop the align parameter. Handle MEM_REF, MISALIGNED_INDIRECT_REF
10637 and TARGET_MEM_REF properly.
10638 (get_pointer_alignment): Adjust.
10639 * emit-rtl.c (get_mem_align_offset): Adjust comment.
10640 (set_mem_attributes_minus_bitpos): Adjust.
10641 * tree-ssa-ccp.c (get_value_from_alignment): Adjust.
10643 2010-08-10 Richard Guenther <rguenther@suse.de>
10645 * tree-ssa-copy.c (set_copy_of_val): Use operand_equal_p.
10646 (copy_prop_visit_assignment): Simplify.
10647 (copy_prop_visit_stmt): Also visit assignments from
10649 (copy_prop_visit_phi_node): Use operand_equal_p.
10651 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
10653 * ipa-split.c (find_split_points): Free stack.
10655 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
10657 * tree.h (tree_node_kind) [perm_list_kind,temp_list_kind]: Delete.
10658 * tree.c (tree_node_kind): Delete corresponding entries.
10660 2010-08-09 H.J. Lu <hongjiu.lu@intel.com>
10662 * alias.c (may_alias_p): Remove unused ret.
10664 2010-08-09 Bingfeng Mei <bmei@broadcom.com>
10666 * ddg.c (walk_mems_2): Moved from alias.c, use may_alias_p instead of
10667 alias_sets_conflict_p.
10668 (walk_mems_1): Moved from alias.c.
10669 (insns_may_alias_p): New function, originally insn_alias_sets_conflict_p
10671 (add_inter_loop_mem_dep): Use insns_may_alias_p now.
10672 * cse.c (cse_insn): New argument in calling nonoverlapping_memrefs_p.
10673 * alias.c (walk_mems_2): Moved to ddg.c.
10674 (walk_mems_1): Ditto.
10675 (insn_alias_sets_conflict_p): Renamed to insns_may_alias_p and moved
10677 (nonoverlapping_memrefs_p): Add flag to guard offset-based memory
10679 *(may_alias_p): New function to check whether two memory expression
10680 may alias or not. Currently used in buidling inter-iteration memory
10682 *alias.h (nonoverlapping_memrefs_p): New flag as third argument.
10683 (insn_alias_sets_conflict_p): Removed
10684 *rtl.h (may_alias_p): New function prototype.
10686 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
10688 * tree.c (nreverse): Assert that we don't have a BLOCK.
10690 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
10692 * builtins.c (fold_builtin_next_arg): Use stdarg_p.
10693 * config/arm/arm.c (arm_get_pcs_model): Likewise.
10694 * config/avr/avr.c (init_cumulative_args): Likewise.
10695 * config/iq2000/iq2000.c (iq2000_expand_prologue): Likewise.
10696 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
10697 * config/m68k/m68k.c (m68k_return_pops_args): Likewise.
10698 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
10699 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
10700 * config/pa/som.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
10701 * config/rs6000/rs6000.c (init_cumulative_args): Likewise.
10702 * dwarf2out.c (gen_subprogram_die): Likewise.
10703 * function.c (allocate_struct_function): Likewise.
10704 * c-aux-info.c (gen_formal_list_for_func_dec): Likewise.
10705 (deserves_ellipsis): Delete.
10707 2010-08-09 Richard Guenther <rguenther@suse.de>
10709 * tree-ssa-copy.c (cached_last_copy_of): Remove.
10710 (valueize_val): New function.
10711 (get_last_copy_of): Remove.
10712 (set_copy_of_val): Simplify.
10713 (dump_copy_of): Likewise.
10714 (copy_prop_visit_cond_stmt): Use valueize_val.
10715 (copy_prop_visit_phi_node): Properly handle unvisited names.
10716 Drop code managing copy-of chains.
10717 (init_copy_prop): Adjust.
10718 (fini_copy_prop): Likewise.
10719 (execute_copy_prop): Remove obsolete comment.
10721 2010-08-09 Richard Guenther <rguenther@suse.de>
10723 PR middle-end/44632
10724 * function.c (gimplify_parameters): Do not clear addressable
10725 bit of the original parameter.
10727 2010-08-09 Richard Guenther <rguenther@suse.de>
10729 PR middle-end/45212
10730 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust
10731 alignment from MEM_REF offset only if we took it from the
10734 2010-08-09 Eric Fisher <joefoxreal@gmail.com>
10736 * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
10738 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
10740 * c-tree.h (build_arg_info): Declare.
10741 * c-decl.c (build_arg_info): Define.
10742 (get_parm_info): Call it. Delete initialization code.
10743 * c-parser.c (c_parser_parms_declarator): Likewise.
10744 (c_parser_parms_list_declaractor): Likewise.
10746 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
10748 * c-tree.h (c_arg_tag): Define. Define a VEC containing it.
10749 (struct c_arg_info): Change type of tags field.
10750 * c-decl.c (grokdeclarator): Update for changed type of tags field.
10751 (get_parm_info): Likewise.
10752 (store_parm_decls_newstyle): Likewise.
10754 2010-08-08 Nathan Froyd <froydnj@codesourcery.com>
10756 * config/rs6000/rs6000.c (branch_island): Define. Define a VEC of it.
10757 (branch_island_list): Delete.
10758 (branch_islands): Declare.
10759 (add_compiler_branch_island): Adjust for branch_islands instead of
10760 branch_island_list.
10761 (macho_branch_islands): Likewise.
10762 (no_previous_def): Likewise.
10763 (get_prev_label): Likewise.
10765 2010-08-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10768 * gthr-posix.h (__gthread_start): Delete.
10769 (__gthread_active_init): Use pthread_default_stacksize_np instead of
10770 pthread_create to determine if hpux pthreads are active.
10771 * gthr-posix95.h (__gthread_start): Delete.
10772 (__gthread_active_init): Likewise use pthread_default_stacksize_np.
10774 2010-08-08 Kai Tietz <kai.tietz@onevision.com>
10776 * config/i386/mingw32.h ((EXTRA_OS_CPP_BUILTINS): Define
10777 _WIN64 not expanded.
10779 2010-08-07 Uros Bizjak <ubizjak@gmail.com>
10780 H.J. Lu <hongjiu.lu@intel.com>
10783 * config/i386/i386.c (ix86_print_operand): Handle 'q' operand modifier
10784 to output 32bit SFmode immediate as 8 byte sign extended value.
10786 2010-08-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10788 * config/arm/linux-atomic.c (SUBWORD_VAL_CAS): Instantiate with
10789 'unsigned short' and 'unsigned char' instead of 'short' and 'char'.
10790 (SUBWORD_BOOL_CAS): Likewise.
10791 (SUBWORD_SYNC_OP): Likewise.
10792 (SUBWORD_TEST_AND_SET): Likewise.
10793 (FETCH_AND_OP_WORD): Parenthesise INF_OP
10794 (SUBWORD_SYNC_OP): Likewise.
10795 (OP_AND_FETCH_WORD): Likewise.
10797 2010-08-07 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10799 * config/arm/cortex-a9.md: Rewrite VFP Pipeline description.
10800 * config/arm/arm.c (arm_xscale_tune): Initialize sched_adjust_cost.
10801 (arm_fastmul_tune,arm_slowmul_tune, arm_9e_tune): Likewise.
10802 (arm_adjust_cost): Split into xscale_sched_adjust_cost and a
10804 (cortex_a9_sched_adjust_cost): New function.
10805 (xscale_sched_adjust_cost): New function.
10806 * config/arm/arm-protos.h (struct tune_params): New field
10808 * config/arm/arm-cores.def: Adjust costs for cortex-a9.
10810 2010-08-06 Eric Botcazou <ebotcazou@adacore.com>
10813 * config/sparc/sparc.c (function_arg_advance): Always take into account
10814 the padding, if any.
10816 2010-08-06 Richard Guenther <rguenther@suse.de>
10818 * tree-ssa-ccp.c (struct prop_value_d): Add mask member.
10819 (dump_lattice_value): Dump it.
10820 (get_default_value): Adjust.
10821 (get_constant_value): Likewise.
10822 (set_value_varying): Likewise.
10823 (set_lattice_value): Make sure to not go up the lattice
10824 with bitwise constant values.
10825 (get_value_for_expr): Handle ADDR_EXPRs.
10826 (value_to_double_int): New function.
10827 (get_value_from_alignment): Likewise.
10828 (do_dbg_cnt): Adjust.
10829 (ccp_lattice_meet): Handle partially constant values.
10830 (bit_value_unop_1): New function.
10831 (bit_value_binop_1): Likewise.
10832 (bit_value_unop): Likewise.
10833 (bit_value_binop): Likewise.
10834 (evaluate_stmt): Track partially constant values if
10835 flag_tree_bit_ccp is set.
10836 (ccp_fold_stmt): Dump if we folded a predicate.
10837 (ccp_visit_stmt): Adjust.
10838 * common.opt (ftree-bit-ccp): New flag.
10839 * doc/invoke.texi (ftree-bit-ccp): Document.
10840 * opts.c (decode_options): Enable bit-CCP at -O1.
10842 2010-08-06 Alan Modra <amodra@gmail.com>
10844 * doc/invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable
10845 and -mrelocatable-lib description.
10847 2010-08-05 Bernd Schmidt <bernds@codesourcery.com>
10849 From Martin Thuresson <martint@google.com>
10850 * postreload.c (reload_cse_simplify_operands): Use
10851 SET_REGNO_RAW instead of SET_REGNO.
10852 * caller-save.c (reg_save_code): Use SET_REGNO_RAW instead of
10854 * ira.c (setup_prohibited_mode_move_regs): Use SET_REGNO_RAW
10855 instead of SET_REGNO.
10856 * rtl.h (SET_REGNO_RAW): New macro.
10858 2010-08-05 Eric Botcazou <ebotcazou@adacore.com>
10860 * rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask
10861 computations. Fix formatting issues.
10862 (num_sign_bit_copies1): Likewise.
10863 (canonicalize_condition): Likewise.
10865 2010-08-05 Richard Henderson <rth@redhat.com>
10867 * toplev.h (ctz_hwi, clz_hwi, ffs_hwi): New.
10868 (floor_log2): Use clz_hwi.
10869 (exact_log2): Use ctz_hwi.
10870 * toplev.c (ctz_hwi, clz_hwi, ffs_hwi): New.
10871 * builtins.c (fold_builtin_bitop): Use them.
10872 * simplify-rtx.c (simplify_const_unary_operation): Likewise.
10873 * combine.c (get_pos_from_mask): Use ctz_hwi.
10874 * double-int.c (double_int_ctz): Likewise.
10875 * explow.c (force_reg): Likewise.
10876 * tree.h (SET_DECL_OFFSET_ALIGN): Use ffs_hwi.
10878 2010-08-05 Richard Henderson <rth@redhat.com>
10881 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Make sure
10882 the alignment constant is properly sign-extended.
10884 2010-08-05 Richard Guenther <rguenther@suse.de>
10886 * expr.c (store_expr): Use emit_block_move only if both
10887 source and target are MEMs. Use store_bit_field if only
10888 the target is a MEM.
10890 2010-08-05 Richard Henderson <rth@redhat.com>
10893 * dwarf2out.c (DWARF2_UNWIND_INFO): Provide default definition.
10894 (INCOMING_RETURN_ADDR_RTX): Likewise.
10895 (dwarf2out_do_frame): Remove conditional compilation.
10896 (dwarf2out_frame_init): Likewise.
10898 2010-08-05 Nicolas Setton <setton@adacore.com>
10900 * gcov.c (flag_display_progress): New static variable.
10901 (main): Display progress info on standard output if requested.
10902 (options): Add -d/--display-progress.
10903 (print_usage): Print them.
10904 (process_args): Handle them.
10905 * doc/gcov.texi: Document them.
10907 2010-08-05 Martin Jambor <mjambor@suse.cz>
10909 * ipa-cp.c (ipcp_discover_new_direct_edges): New function.
10910 (ipcp_insert_stage): Redirect only edges not flagged with
10911 indirect_inlining_edge. Call ipcp_discover_new_direct_edges for all
10912 discovered constants.
10914 2010-08-05 Martin Jambor <mjambor@suse.cz>
10916 * ipa-prop.h (enum ipa_lattice_type): Changed comments.
10917 (struct ipa_param_descriptor): New fields types and
10918 cannot_devirtualize.
10919 (ipa_param_cannot_devirtualize_p): New function.
10920 (ipa_param_types_vec_empty): Likewise.
10921 (ipa_make_edge_direct_to_target): Declare.
10922 * ipa-cp.c: Fixed first stage driver name in initial comment,
10923 described devirtualization there too.
10924 (ipcp_analyze_node): Call ipa_analyze_params_uses.
10925 (ipcp_print_all_lattices): Print devirtualization info.
10926 (ipa_set_param_cannot_devirtualize): New function.
10927 (ipcp_initialize_node_lattices): Set cannot_devirtualize when setting
10929 (ipcp_init_stage): Merged into...
10930 (ipcp_generate_summary): ...its caller.
10931 (ipcp_change_tops_to_bottom): Also process type lists.
10932 (ipcp_add_param_type): New function.
10933 (ipcp_copy_types): Likewise.
10934 (ipcp_propagate_types): Likewise.
10935 (ipcp_propagate_stage): Also propagate types.
10936 (ipcp_need_redirect_p): Variable jump_func moved to its scope block.
10937 Also return true if propagated types require it.
10938 (ipcp_update_callgraph): Dump redirection info.
10939 (ipcp_process_devirtualization_opportunities): New function.
10940 (ipcp_const_param_count): Include known type information.
10941 (ipcp_insert_stage): Call ipcp_process_devirtualization_opportunities
10942 on new node. Fixed formatting.
10943 * ipa-prop.c (make_edge_direct_to_target): Renamed to
10944 ipa_make_edge_direct_to_target and changed all callers. Made
10945 externally visible.
10946 (ipa_node_duplication_hook): Duplicate types vector.
10947 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Also try to
10948 redirect outgoing calls for which we can't get a decl from the
10949 statement. Check that we can get a decl from the call statement.
10950 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
10951 ipa_analyze_params_uses only when ipa-cp is disabled.
10952 * tree-inline.c (get_indirect_callee_fndecl): Removed.
10953 (expand_call_inline): Do not call get_indirect_callee_fndecl.
10954 * params.def (PARAM_DEVIRT_TYPE_LIST_SIZE): New parameter.
10955 * Makefile.in (ipa-cp.o): Add gimple.h to dependencies.
10957 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
10959 * expmed.c (expand_mult_const) <case alg_shift>: Expand shift into
10960 temporary. Emit move from temporary to accum, so REG_EQUAL note will
10961 be attached to this insn in correct mode.
10963 2010-08-05 Uros Bizjak <ubizjak@gmail.com>
10965 * config/i386/i386.c (ix86_decompose_address): Check for SI_REG
10966 using REGNO of base_reg directly.
10968 2010-08-05 Jie Zhang <jie@codesourcery.com>
10970 PR tree-optimization/45144
10971 * tree-sra.c (type_consists_of_records_p): Return false
10972 if the record contains bit-field.
10974 2010-08-04 Richard Henderson <rth@redhat.com>
10976 * config/i386/i386.c (struct ix86_frame): Remove padding and
10977 to_allocate members.
10978 (ix86_compute_frame_layout): Don't store them.
10979 (ix86_can_use_return_insn_p): Use a more direct and more obviously
10980 correct condition for the position of the stack pointer.
10981 (ix86_expand_prologue): Compute remaining stack allocation based
10982 on the ultimate stack pointer offset.
10983 (ix86_expand_epilogue): Use more obvious expressions testing for
10984 the stack pointer already pointing to the saved registers.
10986 * config/i386/i386.c (ix86_expand_epilogue): Eliminate code
10987 duplication deconstructing the frame pointer. Simplify
10988 deallocation of the local stack frame.
10990 * reg-notes.def (CFA_EXPRESSION): New.
10991 * dwarf2out.c (dwarf2out_frame_debug): Handle it.
10992 (dwarf2out_frame_debug_cfa_expression): New.
10993 (dwarf2out_frame_debug_def_cfa): Handle simple MEMs.
10995 * config/i386/i386.h (struct machine_frame_state): Add realigned flag.
10996 * config/i386/i386.c (ix86_expand_prologue): Set it.
10997 (ix86_expand_epilogue): Clear it.
10998 (ix86_emit_save_reg_using_mov): For registers saved in a realigned
10999 context, add REG_CFA_EXPRESSION notes.
11001 * config/i386/i386.h (struct machine_frame_state): Rename from
11002 machine_cfa_state. Add members tracking SP and FP regardless
11003 of the current CFA register.
11004 (ix86_cfa_state): Remove.
11005 * config/i386/i386.c (struct ix86_frame): Add reg_save_offset
11006 and sse_reg_save_offset members.
11007 (ix86_compute_frame_layout): Set them.
11008 (gen_push): Increment sp_offset too.
11009 (choose_baseaddr_len, choose_baseaddr): New.
11010 (ix86_emit_save_reg_using_mov): New.
11011 (ix86_emit_save_regs_using_mov): Use it.
11012 (ix86_emit_save_sse_regs_using_mov): Likewise.
11013 (ix86_add_cfa_restore_note): Take cfa_offset not red_offset argument;
11014 compare vs the saved red_zone_offset.
11015 (pro_epilogue_adjust_stack): Adjust sp_offset.
11016 (ix86_adjust_stack_and_probe): Likewise.
11017 (ix86_expand_prologue): Set up, use, and validate the new
11018 frame_state_info members. Use gen_frame_mem.
11019 (ix86_emit_restore_regs_using_pop): Remove red_offset parameter.
11020 (ix86_emit_restore_reg_using_pop): Likewise. Use and update the
11021 new frame_state_info members.
11022 (ix86_emit_leave): Likewise.
11023 (ix86_emit_restore_regs_using_mov): Likewise. Don't check for
11024 out-of-range stack pointer offsets here.
11025 (ix86_emit_restore_sse_regs_using_mov): Likewise.
11026 (ix86_expand_epilogue): Use and validate the new frame_state_info
11027 members. Break up and simplify the logic selecting the
11028 restore_regs_via_mov code path. Ensure that there will be no
11029 out-of-range stack pointer offsets.
11031 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Remove.
11033 * config/i386/i386.c (ix86_function_ms_hook_prologue): Fix
11034 argument name to reflect the expected tree; fix indentation.
11035 (ix86_asm_output_function_label): Output the entire 32-bit
11036 ms_hook here as bytes ...
11037 (ix86_expand_prologue): ... not here as insns. Attach the
11038 unwind info for the ms_hook to a blockage insn.
11039 (ix86_handle_fndecl_attribute): Don't check HAVE_AS_IX86_SWAP.
11040 (ix86_ms_bitfield_layout_p): Fix indentation.
11041 * config/i386/i386.md (UNSPECV_VSWAPMOV, vswapmov): Remove.
11043 * config/i386/i386.c (ix86_using_red_zone): New.
11044 (ix86_compute_frame_layout, ix86_add_cfa_restore_note,
11045 ix86_expand_prologue, ix86_force_to_memory): Use it.
11047 * config/i386/i386.c (ix86_expand_prologue): Simplify logic
11048 saving the int registers.
11050 * dwarf2out.c: Remove most of the DWARF2_DEBUGGING_INFO
11051 and DWARF2_UNWIND_INFO conditional compilation.
11053 2010-08-04 Richard Henderson <rth@redhat.com>
11056 * dwarf2out.c (gen_typedef_die): Don't re-generate the die of
11057 an is_naming_typedef_decl.
11059 2010-08-04 Bernd Schmidt <bernds@codesourcery.com>
11061 PR rtl-optimization/45162
11062 * df-problems.c (df_word_lr_bb_local_compute): Ignore DEBUG_INSNs.
11063 * dce.c (word_dce_process_block): Likewise.
11065 2010-08-04 Steve Ellcey <sje@cup.hp.com>
11068 * config/ia64/constraints.md (Z): New.
11069 * config/ia64/predicates.md (fr_reg_or_signed_fp01_operand): New.
11070 (xfreg_or_signed_fp01_operand): New.
11071 * config/ia64/ia64.md (addsf3): Replace fr_reg_or_fp01_operand
11072 with fr_reg_or_signed_fp01_operand and constraint G with Z.
11077 (adddf3_trunc): Ditto.
11079 (*subdf3_trunc): Ditto.
11081 (*madddf4_trunc): Ditto.
11083 (*msubdf4_trunc): Ditto.
11084 (addxf3): Replace xfreg_or_fp01_operand with
11085 xfreg_or_signed_fp01_operand and constraint G with Z.
11086 (*addxf3_truncsf): Ditto.
11087 (*addxf3_truncdf): Ditto.
11089 (*subxf3_truncsf): Ditto.
11090 (*subxf3_truncdf): Ditto.
11092 (*maddxf4_truncsf): Ditto.
11093 (*maddxf4_truncdf): Ditto.
11095 (*msubxf4_truncsf): Ditto.
11096 (*msubxf4_truncdf): Ditto.
11098 2010-08-04 Richard Guenther <rguenther@suse.de>
11100 * alias.c (rtx_refs_may_alias_p): Do not resort to TBAA
11101 if either alias-set is zero.
11103 2010-08-04 Richard Guenther <rguenther@suse.de>
11105 * tree-ssa-propagate.h (struct prop_value_d, prop_value_t): Move ...
11106 * tree-ssa-ccp.c: ... here.
11107 * tree-ssa-copy.c: ... and here.
11108 * tree-ssa-propagate.h (enum value_range_type, struct value_range_d,
11109 value_range_t): Move ...
11110 * tree-vrp.c: ... here.
11111 * tree-ssa-propagate.h (ssa_prop_get_value_fn): New typedef.
11112 (substitute_and_fold): Adjust prototype.
11113 * tree-ssa-propagate.c (replace_uses_in): Adjust.
11114 (replace_phi_args_in): Likewise.
11115 (substitute_and_fold): Take callback to query lattice instead
11116 of pointer to lattice. Replace SSA name defs with lattice
11118 * tree-ssa-ccp.c (ccp_finalize): Adjust.
11119 * tree-ssa-copy.c (copy_prop_visit_phi_node): Adjust.
11120 (get_value): New function.
11121 (fini_copy_prop): Adjust.
11122 * tree-vrp.c (vrp_finalize): Adjust.
11124 2010-08-04 Richard Guenther <rguenther@suse.de>
11126 PR middle-end/45176
11127 * expr.c (expand_expr_real_1): Also preserve TARGET_MEM_REF
11128 points-to set for original MEM_REF.
11130 2010-08-04 Richard Guenther <rguenther@suse.de>
11132 * tree-ssa-ccp.c (get_constant_value): New function.
11133 (get_rhs_assign_op_for_ccp): Remove.
11134 (valueize_op): New function.
11135 (ccp_fold): Use get_constant_value and valueize_op.
11136 (fold_const_aggregate_ref): Likewise.
11137 (ccp_fold_stmt): Likewise.
11138 (visit_assignment): Simplify.
11140 2010-08-04 Richard Guenther <rguenther@suse.de>
11142 * Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.
11143 * double-int.h (double_int_ctz): Declare.
11144 * double-int.c (double_int_ctz): New function.
11146 2010-08-04 Hariharan Sandanagobalane <hariharan@picochip.com>
11148 * config/picochip/picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE):
11150 picochip_expand_movmemhi : Expand movmem pattern.
11151 * config/picochip/picochip-protos.h (picochip_expand_movmemhi) :
11153 * config/picochip/picochip.md (movmemhi) : New pattern.
11155 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
11157 * config/i386/unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.
11159 2010-08-03 Bernd Schmidt <bernds@codesourcery.com>
11161 * simplify-rtx.c (simplify_binary_operation_1): Try to simplify away
11162 NEG as operand of a MULT by merging it with the other operand.
11163 * combine.c (make_compound_operation): Use trunc_int_for_mode when
11164 generating a MULT with constant. Canonicalize PLUS and MINUS involving
11166 * config/arm/constraints.md (M): Examine only 32 bits of a
11168 * config/arm/predicates.md (power_of_two_operand): Likewise.
11170 2010-08-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11172 * config/spu/spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of
11175 2010-08-03 Jan Hubicka <jh@suse.cz>
11177 * ipa-split.c (struct split_point): Add split_part_set_retval.
11178 (find_retval): Forward declare.
11179 (test_nonssa_use, mark_nonssa_use): Special case return by reference.
11180 (consider_split): Compute current->split_part_set_retval.
11181 (visit_bb): Do not look into return value.
11182 (split_function): Handle !split_part_set_retval
11184 2010-08-03 Martin Jambor <mjambor@suse.cz>
11186 * tree-sra.c (completely_scalarize_record): New parameter REF, create
11187 its own access->expr intead of using build_ref_for_offset.
11189 2010-08-03 Joseph Myers <joseph@codesourcery.com>
11191 * config/alpha/alpha.h (SWITCH_TAKES_ARG): Define.
11192 * config/alpha/osf5.h (LIB_SPEC): Don't handle -a.
11193 * config/bfin/bfin.h (ASM_SPEC, LINK_SPEC): Don't pass -G* options.
11194 * config/darwin.h (WORD_SWITCH_TAKES_ARG): Handle -iframework.
11195 * config/ia64/ia64.h (SWITCH_TAKES_ARG): Define.
11196 * config/iq2000/iq2000.h (SWITCH_TAKES_ARG): Remove.
11197 * config/rs6000/sysv4.h (SWITCH_TAKES_ARG): Define using
11198 DEFAULT_SWITCH_TAKES_ARG.
11199 * config/rx/rx.opt (-patch=): Remove option.
11200 * config/rx/rx.c (rx_handle_option): Don't handle OPT_patch_.
11201 * defaults.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Handle -imultilib.
11202 * doc/invoke.texi (RX Options): Remove -patch=.
11203 * gcc.c (cc1_options): Pass -aux-info* instead of -a* options.
11204 (option_map): Remove --profile-blocks, --quiet and --silent.
11206 2010-08-03 Uros Bizjak <ubizjak@gmail.com>
11208 * config/i386/i386.h (ix86_compare_op0, ix86_compare_op1): Remove.
11209 * config/i386/i386.c (ix86_compare_op0, ix86_compare_op1): Remove.
11210 (ix86_expand_branch): Add op0 and op1 arguments. Do not access
11211 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
11212 Update calls to ix86_expand_compare and ix86_expand_branch.
11213 (ix86_expand_setcc): Add op0 and op1 arguments. Update calls to
11214 ix86_expand_compare.
11215 (ix86_expand_compare): Add op0 and op1 arguments. Do not access
11216 ix86_compare_op0 and ix86_compare_op1, use op0 and op1 instead.
11218 (ix86_expand_carry_flag_compare): Do not set ix86_compare_op0
11219 and ix86_compare_op1. Update calls to ix86_expand_compare.
11220 (ix86_expand_int_movcc): Ditto.
11221 (ix86_expand_fp_movcc): Ditto. Update calls to ix86_expand_setcc.
11222 * config/i386/i386-protos.h (ix86_expand_branch): Update prototype.
11223 (ix86_expand_setcc): Ditto.
11224 (ix86_expand_compare): Remove prototype.
11225 * config/i386/i386.md (cbranch<SDWIM:mode>4): Do not set
11226 ix86_compare_op0 and ix86_compare_op1. Update calls
11227 to ix86_expand_branch to directly pass operands[1] and operands[2].
11228 (cbranchxf4): Ditto.
11229 (cbranch<MODEF:mode>4): Ditto.
11230 (cbranchcc4): Ditto.
11231 (cstore<SWIM:mode>4): Do not set ix86_compare_op0 and ix86_compare_op1.
11232 Update calls to ix86_expand_setcc to directly pass operands[2] and
11234 (cstorexf4): Ditto.
11235 (cstore<MODEF:mode>4): Ditto.
11236 (cstorecc4): Ditto.
11238 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
11241 * caller-save.c (save_call_clobbered_regs): Remove regs from
11242 hard_regs_saved when they are set.
11244 2010-08-02 Uros Bizjak <ubizjak@gmail.com>
11247 * config/alpha/alpha.c (alpha_build_builtin_va_list): Mark __offset
11250 2010-08-02 Sebastian Pop <sebastian.pop@amd.com>
11252 * common.opt (ftree-loop-distribute-patterns): New.
11253 * invoke.texi (-ftree-loop-distribute-patterns): Documented.
11254 * opts.c (decode_options): Enable flag_tree_loop_distribute_patterns
11256 * tree-data-ref.c (stores_zero_from_loop): New.
11257 * tree-data-ref.h (stores_zero_from_loop): Declared.
11258 * tree-loop-distribution.c (tree_loop_distribution): Call
11259 stores_zero_from_loop.
11260 (tree_loop_distribution): Check flag_tree_loop_distribute_patterns.
11262 2010-08-02 Bernd Schmidt <bernds@codesourcery.com>
11264 * postreload.c (reload_cse_simplify_operands): Take attribute enabled
11267 * final.c (final_scan_insn): Call CC_STATUS_INIT unconditionally.
11268 * config/arm/arm.c (thumb1_code): New variable.
11269 (arm_override_options): Set it.
11270 (thumb1_final_prescan_insn): Keep track of condition code status.
11271 (arm_adjust_cost): For Thumb, try to keep cc-setting insns next to
11272 jumps that depend on them.
11273 * config/arm/arm.h (thumb1_code): Declare variable.
11274 (struct machine_function): Guard with #ifndef GENERATOR_FILE. Add
11275 members thumb1_cc_insn, thumb1_cc_op0, thumb1_cc_op1 and
11277 (CC_STATUS_INIT): New macro.
11278 * config/arm/constraints.md (Pd): New constraint.
11279 * config/arm/predicates.md (noov_comparison_operator): New predicate.
11280 * config/arm/arm.md (is_thumb1): New define_attr.
11281 (conds): Set default to "clob" when generating Thumb1 code.
11282 (thumb1_bicsi3): Renamed from bicsi3. All uses changed. Condition
11283 code are set. Use two-operand assembly syntax.
11284 (thumb1_subsi3_insn): Condition codes are set. Now a properly named
11286 (thumb1_andsi3_insn, thumb1_iorsi3_insn, thumb1_xorsi3_insn): Condition
11287 codes are set. Use two-operand assembly syntax.
11288 (zero_extendhisi splitter): Remove constraints.
11289 (thumb1_movsi_insn, thumb1_movhi_insn, thumb1_movqi_insn, thumb1_movhf,
11290 thumb1_movsf_insn): Set conds attribute as appropriate.
11291 (cbranchsi4_insn): Use condition code status from struct
11292 machine_function to determine whether the comparison can be eliminated.
11293 Discourage the alternative using high registers.
11294 (movsi_cbranchsi4, andsi3_cbranch, orrsi3_cbranch_scratch,
11295 orrsi3_cbranch, xorsi3_cbranch_scratch, xorsi3_cbranch,
11296 bicsi3_cbranch_scratch, bicsi3_cbranch, subsi3_cbranch_scratch,
11297 subsi3_cbranch): Delete.
11298 (movsi_cbranchsi4 peepholes): Rewrite to generate a sequence of
11299 one subtract and one cbranch insn.
11301 * config/arm/thumb2.md (thumb2_movdi, thumb2_movsf_soft_insn,
11302 thumb2_movdf_soft_insn): Delete patterns.
11303 * config/arm/arm.md (arm_pool_range, thumb2_pool_range,
11304 arm_neg_pool_range, thumb2_neg_pool_range): New attributes.
11305 (pool_range, neg_pool_range): Use them to define defaults.
11306 (movdi, arm_movsf_soft_insn, arm_movdf_soft_insn): Define them
11307 and allow for TARGET_32BIT.
11310 * config/arm/arm.h (arm_regs_in_sequence): Declare.
11311 * config/arm/arm-protos.h (emit_ldm_seq, emit_stm_seq,
11312 load_multiple_sequence, store_multiple_sequence): Delete
11314 (arm_gen_load_multiple, arm_gen_store_multiple): Adjust
11316 * config/arm/ldmstm.md: New file.
11317 * config/arm/arm.c (arm_regs_in_sequence): New array.
11318 (load_multiple_sequence): Now static. New args SAVED_ORDER,
11319 CHECK_REGS. All callers changed.
11320 If SAVED_ORDER is nonnull, copy the computed order into it.
11321 If CHECK_REGS is false, don't sort REGS. Handle Thumb mode.
11322 (store_multiple_sequence): Now static. New args NOPS_TOTAL,
11323 SAVED_ORDER, REG_RTXS and CHECK_REGS. All callers changed.
11324 If SAVED_ORDER is nonnull, copy the computed order into it.
11325 If CHECK_REGS is false, don't sort REGS. Set up REG_RTXS just
11326 like REGS. Handle Thumb mode.
11327 (arm_gen_load_multiple_1): New function, broken out of
11328 arm_gen_load_multiple.
11329 (arm_gen_store_multiple_1): New function, broken out of
11330 arm_gen_store_multiple.
11331 (arm_gen_multiple_op): New function, with code from
11332 arm_gen_load_multiple and arm_gen_store_multiple moved here.
11333 (arm_gen_load_multiple, arm_gen_store_multiple): Now just
11334 wrappers around arm_gen_multiple_op. Remove argument UP, all callers
11336 (gen_ldm_seq, gen_stm_seq, gen_const_stm_seq): New functions.
11337 * config/arm/predicates.md (commutative_binary_operator): New.
11338 (load_multiple_operation, store_multiple_operation): Handle more
11339 variants of these patterns with different starting offsets. Handle
11341 * config/arm/arm.md: Include "ldmstm.md".
11342 (ldmsi_postinc4, ldmsi_postinc4_thumb1, ldmsi_postinc3, ldmsi_postinc2,
11343 ldmsi4, ldmsi3, ldmsi2, stmsi_postinc4, stmsi_postinc4_thumb1,
11344 stmsi_postinc3, stmsi_postinc2, stmsi4, stmsi3, stmsi2 and related
11345 peepholes): Delete.
11346 * config/arm/ldmstm.md: New file.
11347 * config/arm/arm-ldmstm.ml: New file.
11349 * config/arm/arm.c (arm_rtx_costs_1): Remove second clause from the
11350 if statement which adds extra costs to frame-related expressions.
11352 2010-08-02 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11354 * config/arm/arm.c (COSTS_N_INSNS): Remove definition.
11356 2010-08-01 Uros Bizjak <ubizjak@gmail.com>
11359 * config/i386/sse.md (vec_set<mode>_0): Do not set mode attribute for
11361 (vec_set<mode>_0 splitter): Use SSEMODE4S mode iterator to also
11362 split V4SI operands.
11364 2010-08-01 Anatoly Sokolov <aesok@post.ru>
11366 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
11367 * config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
11368 * config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
11369 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
11371 2010-07-31 Kai Tietz <kai.tietz@onevision.com>
11373 * cppdefault.c (cpp_include_defaults): Move GCC_INCLUDE_DIR before
11376 2010-07-31 Richard Sandiford <rdsandiford@googlemail.com>
11378 * tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
11379 used in the call to optab_for_tree_code. Fix the second
11380 is_widening_mult_p call. Check that both unwidened operands
11381 have the same sign.
11383 2010-07-31 John Tytgat <John.Tytgat@aaug.net>
11385 * config/arm/arm.c (arm_function_arg): Remove superfluous test.
11387 2010-07-31 Anatoly Sokolov <aesok@post.ru>
11389 * config/spu/spu.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
11391 2010-07-30 DJ Delorie <dj@redhat.com>
11393 * config/rx/predicates.md (rx_constshift_operand): New.
11394 * config/rx/rx.md (zs_cond): New.
11395 (cbranchsi4): Remove mode.
11396 (*cbranchsi4_<code>): Likewise.
11397 (*tstbranchsi4_<code>): New.
11398 (*tstbranchsi4r_<code>): New.
11399 (*tstbranchsi4m_eq): New.
11400 (*tstbranchsi4m_ne): New.
11401 (cbranchsf4): Remove mode.
11402 (*cbranchsf4_<code>): Likewise.
11404 2010-07-30 Bernd Schmidt <bernds@codesourcery.com>
11406 * rtlanal.c (simplify_subreg_regno): Don't treat
11407 HARD_FRAME_POINTER_REGNUM specially.
11409 2010-07-30 Joseph Myers <joseph@codesourcery.com>
11411 * common.opt (-G): Don't define option here.
11412 * config/g.opt: New.
11413 * config.gcc: Use g.opt for alpha, frv, ia64, lm32, m32r, mips,
11414 rs6000/powerpc and score targets.
11415 * opts.c (common_handle_option): Don't handle -G here.
11416 * config/alpha/alpha.c (alpha_handle_option): Handle -G.
11417 * config/frv/frv.c (frv_handle_option): Handle -G.
11418 * config/ia64/ia64.c (ia64_handle_option): Handle -G.
11419 * config/lm32/lm32.c (lm32_handle_option, TARGET_HANDLE_OPTION): New.
11420 * config/m32r/m32r.c (m32r_handle_option): Handle -G.
11421 * config/mips/mips.c (mips_handle_option): Handle -G.
11422 * config/rs6000/rs6000.c (rs6000_handle_option) Handle -G.
11423 * config/score/score.c (score_handle_option): Handle -G.
11425 2010-07-30 Anatoly Sokolov <aesok@post.ru>
11427 * config/mmix/mmix.c: Include basic-block.h.
11429 2010-07-30 Jakub Jelinek <jakub@redhat.com>
11432 PR rtl-optimization/45137
11433 * rtl.h (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn): New
11435 * emit-rtl.c (prev_nonnote_nondebug_insn, next_nonnote_nondebug_insn):
11437 * combine.c (next_nonnote_nondebug_insn): Removed.
11438 * ifcvt.c (noce_process_if_block): Use prev_nonnote_nondebug_insn.
11439 * haifa-sched.c (queue_to_ready): Use next_nonnote_nondebug_insn.
11440 * sched-deps.c (sched_analyze_insn): Likewise.
11441 (fixup_sched_groups, deps_start_bb): Use prev_nonnote_nondebug_insn.
11442 * rtlanal.c (canonicalize_condition): Likewise.
11443 * postreload.c (reload_combine_recognize_pattern): Likewise.
11444 (reload_cse_move2add): Use next_nonnote_nondebug_insn.
11446 2010-07-29 Uros Bizjak <ubizjak@gmail.com>
11448 * config/i386/i386.md (int_cond): Remove code iterator.
11450 (cbranch<mode>4): Use ordered_comparison_operator predicate
11452 (cstore<mode>4): Ditto for operator1.
11453 (mov<SWIM:mode>cc and corresponding splitter): Ditto.
11454 (add<mode>cc): ditto.
11456 2010-07-30 Richard Guenther <rguenther@suse.de>
11458 PR middle-end/45141
11459 * expr.c (expand_expr_real_1): Check for not handled base address.
11461 2010-07-30 Richard Guenther <rguenther@suse.de>
11463 * ipa-prop.c (ipa_modify_formal_parameters): Use
11464 build_distinct_type_copy.
11466 2010-07-30 Anthony Green <green@moxielogic.com>
11468 * config/moxie/rtems.h: New file.
11469 * config.gcc: Add moxie-rtems support.
11471 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
11473 * dce.c (run_word_dce): Take flag_dce into account. Clear and restore
11474 df flags as in run_fast_df_dce.
11476 2010-07-29 Jakub Jelinek <jakub@redhat.com>
11479 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
11481 * rtl.def (NOTE): Swap operands 4 and 5.
11482 * rtl.h (NOTE_DATA, NOTE_DELETED_LABEL_NAME, NOTE_BLOCK,
11483 NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION, NOTE_KIND):
11484 Adjust accordingly.
11485 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of NOTEs.
11487 2010-07-29 Jakub Jelinek <jakub@redhat.com>
11490 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_object_pointer.
11491 (gen_formal_types_die): Add DW_AT_object_pointer in methods.
11492 (gen_subprogram_die): Likewise. Remove it when removing declaration's
11494 (gen_decl_die): Change return type to dw_die_ref, return what
11495 gen_formal_parameter_die returned.
11497 2010-07-29 Martin Jambor <mjambor@suse.cz>
11499 * dbgcnt.def (eipa_sra): New counter.
11500 * tree-sra.c (ipa_early_sra_gate): Also check eipa_sra debug counter.
11502 2010-07-29 Xinliang David Li <davidxl@google.com>
11505 * tree-ssa-loop-ivopts.c (get_address_cost): Revert change
11506 in revision 162652.
11508 2010-07-29 Richard Guenther <rguenther@suse.de>
11510 * timevar.def (TV_TREE_STORE_COPY_PROP): Remove.
11511 (TV_TREE_STORE_CCP): Likewise.
11512 (TV_TREE_REDPHI): Likewise.
11514 2010-07-29 Richard Guenther <rguenther@suse.de>
11516 * double-int.h (double_int_and_not): New function.
11517 * combine.c (try_combine): Use it.
11518 * tree-vrp.c (simplify_bit_ops_using_ranges): Likewise.
11520 2010-07-29 Bernd Schmidt <bernds@codesourcery.com>
11522 PR rtl-optimization/42575
11523 * dce.c (word_dce_process_block): Renamed from byte_dce_process_block.
11524 Argument AU removed. All callers changed. Ignore artificial refs.
11525 Use return value of df_word_lr_simulate_defs to decide whether an insn
11527 (fast_dce): Rename arg to WORD_LEVEL.
11528 (run_word_dce): Renamed from rest_of_handle_fast_byte_dce. No longer
11530 (pass_fast_rtl_byte_dce): Delete.
11531 * dce.h (run_word_dce): Declare.
11532 * df-core.c (df_print_word_regset): Renamed from df_print_byteregset.
11533 All callers changed. Simplify code to only deal with two-word regs.
11534 * df.h (DF_WORD_LR): Renamed from DF_BYTE_LR.
11535 (DF_WORD_LR_BB_INFO): Renamed from DF_BYTE_LR_BB_INFO.
11536 (DF_WORD_LR_IN): Renamed from DF_BYTE_LR_IN.
11537 (DF_WORD_LR_OUT): Renamed from DF_BYTE_LR_OUT.
11538 (struct df_word_lr_bb_info): Renamed from df_byte_lr_bb_info.
11539 (df_word_lr_mark_ref): Declare.
11540 (df_word_lr_add_problem, df_word_lr_mark_ref, df_word_lr_simulate_defs,
11541 df_word_lr_simulate_uses): Declare or rename from byte variants.
11542 (df_byte_lr_simulate_artificial_refs_at_top,
11543 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
11544 df_byte_lr_get_regno_len, df_compute_accessed_bytes): Delete
11546 (df_word_lr_get_bb_info): Rename from df_byte_lr_get_bb_info.
11547 (enum df_mm): Delete.
11548 * df-byte-scan.c: Delete file.
11549 * df-problems.c (df_word_lr_problem_data): Renamed from
11550 df_byte_lr_problem_data, all members deleted except for
11551 WORD_LR_BITMAPS, which is renamed from BYTE_LR_BITMAPS. Uses changed.
11552 (df_word_lr_expand_bitmap, df_byte_lr_simulate_artificial_refs_at_top,
11553 df_byte_lr_simulate_artificial_refs_at_end, df_byte_lr_get_regno_start,
11554 df_byte_lr_get_regno_len, df_byte_lr_check_regs,
11555 df_byte_lr_confluence_0): Delete functions.
11556 (df_word_lr_free_bb_info): Renamed from df_byte_lr_free_bb_info; all
11558 (df_word_lr_alloc): Renamed from df_byte_lr_alloc; all callers changed.
11559 Don't initialize members that were deleted, don't try to discover data
11560 about registers. Ignore hard regs.
11561 (df_word_lr_reset): Renamed from df_byte_lr_reset; all callers changed.
11562 (df_word_lr_mark_ref): New function.
11563 (df_word_lr_bb_local_compute): Renamed from
11564 df_byte_bb_lr_local_compute; all callers changed. Use
11565 df_word_lr_mark_ref. Assert that artificial refs don't include
11566 pseudos. Ignore hard registers.
11567 (df_word_lr_local_compute): Renamed from df_byte_lr_local_compute.
11568 Assert that exit block uses don't contain pseudos.
11569 (df_word_lr_init): Renamed from df_byte_lr_init; all callers changed.
11570 (df_word_lr_confluence_n): Renamed from df_byte_lr_confluence_n; all
11571 callers changed. Ignore hard regs.
11572 (df_word_lr_transfer_function): Renamed from
11573 df_byte_lr_transfer_function; all callers changed.
11574 (df_word_lr_free): Renamed from df_byte_lr_free; all callers changed.
11575 (df_word_lr_top_dump): Renamed from df_byte_lr_top_dump; all callers
11577 (df_word_lr_bottom_dump): Renamed from df_byte_lr_bottom_dump; all
11579 (problem_WORD_LR): Renamed from problem_BYTE_LR; uses changed;
11580 confluence operator 0 set to NULL.
11581 (df_word_lr_add_problem): Renamed from df_byte_lr_add_problem; all
11583 (df_word_lr_simulate_defs): Renamed from df_byte_lr_simulate_defs.
11584 Return bool, true if bitmap changed or insn otherwise necessary.
11585 All callers changed. Simplify using df_word_lr_mark_ref.
11586 (df_word_lr_simulate_uses): Renamed from df_byte_lr_simulate_uses;
11587 all callers changed. Simplify using df_word_lr_mark_ref.
11588 * lower-subreg.c: Include "dce.h"
11589 (decompose_multiword_subregs): Call run_word_dce if df available.
11590 * Makefile.in (lower-subreg.o): Adjust dependencies.
11591 (df-byte-scan.o): Delete.
11592 * timevar.def (TV_DF_WORD_LR): Renamed from TV_DF_BYTE_LR.
11594 2010-07-29 Richard Guenther <rguenther@suse.de>
11596 * tree.c (build_vector): Assert that the vector constant
11597 has enough elements.
11598 (build_vector_from_ctor): Pad with trailing zeros.
11600 2010-07-29 Richard Guenther <rguenther@suse.de>
11602 PR tree-optimization/45120
11603 * tree-ssa-structalias.c (get_constraint_for_component_ref):
11604 Handle offset in DEREFs properly.
11605 (get_constraint_for_1): Handle MEM_REF offset properly.
11607 2010-07-29 Richard Guenther <rguenther@suse.de>
11609 PR middle-end/45034
11610 * convert.c (convert_to_integer): Always use an unsigned
11611 type for narrowed negate and bitwise not.
11613 2010-07-29 Ira Rosen <irar@il.ibm.com>
11615 * tree-vect-loop.c (vect_create_epilog_for_reduction): Switch
11616 to outer loop when creating reduction epilogue for double reduction,
11617 and switch back to the inner loop when updating the phi nodes.
11618 Update uses of outer loop exit phi nodes in double reduction (instead
11619 of uses of reduction).
11621 2010-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
11623 * config/rs6000/rs6000.c (rs6000_rtx_costs): Update costs for
11624 popcount on power7 and parity on power6 systems.
11625 (rs6000_emit_popcount): Rename gen_popcntwsi2 to gen_popcntddi2.
11626 (rs6000_emit_parity): Add support for power6 prtyd/prtyw
11629 * config/rs6000/rs6000.md (UNSPEC_COPYSIGN): New unspec.
11630 (UNSPEC_PARITY): Ditto.
11631 (SFDF): New iterator for SF/DF.
11632 (rreg2): New mode attribute for floating register constraint.
11633 (TARGET_FLOAT): New mode attribute for whether single/double float
11635 (popcntd<mode>2): Combine popcntwsi2 and popcntddi2 into one
11637 (parity<mode>2_cmpb): New insn for parity on power6 and newer
11639 (copysign<mode>3): Combine copysignsf3, copysigndf3 into one
11640 pattern. Add support for fcpsgn instruction added in power6.
11641 (copysignsf3): Delete.
11642 (copysigndf3): Delete.
11643 (copysign<mode>3_fcpsgn): New insn to generate fcpsgn. Use UNSPEC
11644 instead of if_then_else in RTL to avoid problems with -0.
11646 * config/rs6000/vsx.md (vsx_copysign<mode>3): Use UNSPEC instead
11647 of if_then_else to mirror scalar code.
11648 (vsx_copysignsf3): Delete, use copysign<mode>3_fcpsgn in
11651 * config/rs6000/vector.md (vector_copysign<mode>3): Use UNSPEC
11652 instead of if_then_else.
11654 2010-07-28 Xinliang David Li <davidxl@google.com>
11656 * tree-ssa-loop-ivopts.c (avg_loop_niter): New function.
11657 (dump_cand): Dump var_before/after.
11658 (htab_inv_expr_eq): New function.
11659 (htab_inv_expr_hash): New function.
11660 (tree_ssa_iv_optimize_init): Support pseudo invariants.
11661 (add_candidate_1): consider base type precision.
11662 (set_use_iv_cost): New parameter.
11663 (adjust_setup_cost): Use profile information.
11664 (get_address_cost): Do not hard code width in computing address
11666 (compare_aff_trees): New function.
11667 (get_loop_invariant_expr_id): New function.
11668 (get_computation_cost_at): New parameter and use profile information.
11669 (get_computation_cost): New parameter.
11670 (determine_use_iv_cost_generic): Pass new parameter.
11671 (determine_use_iv_cost_address): Ditto.
11672 (determine_use_iv_cost_condition): Ditto.
11673 (autoinc_possible_for_pair): Ditto.
11674 (determine_use_iv_costs): More dumps.
11675 (iv_ca_get_num_inv_exprs): New function.
11676 (iv_ca_recount_cost): Consider loop invariants in register pressure
11678 (iv_ca_add_use): New parameter.
11679 (iv_ca_dump): Better dumping.
11680 (iv_ca_extend): New parameter.
11681 (try_add_cand_for): Attempt to get better partial solution.
11682 (try_improve_iv_set): Pass new parameter to iv_ca_extend.
11683 (create_new-ivs): More dumps.
11684 (rewrite_use_compare): Ditto.
11685 (free_loop_data): More cleanup.
11686 (treee_ssa_iv_optimize_finalize): Ditto.
11688 2010-07-28 Kai Tietz <kai.tietz@onevision.com>
11690 * config/i386/i386.h (MCOUNT_NAME_BEFORE_PROLOGUE): New.
11691 * config/i386/i386.c (ix86_profile_before_prologue): New.
11692 (override_options): Add special handling for -mfentry.
11693 (ix86_function_regparm): Likewise.
11694 (ix86_function_sseregparm): Likewise.
11695 (ix86_frame_pointer_required): Likewise.
11696 (ix86_expand_prologue): Check for ms_hook_prologue.
11697 (x86_function_profiler): Adjust mcount output.
11698 (TARGET_PROFILE_BEFORE_PROLOGUE): Define hook.
11699 * config/i386/i386.opt (mfentry): New.
11700 * doc/invoke.texi (mfentry): Add documentation.
11701 * doc/tm.texi: Regenerated..
11702 * doc/tm.texi.in (TARGET_PROFILE_BEFORE_PROLOGUE): New.
11703 * final.c (final_start_function): Replace macro
11704 PROFILE_BEFORE_PROLOGUE by target hook.
11705 * function.c (thread_prologue_and_epilogue_insns): Likewise.
11706 * target.def (profile_before_prologue): New hook.
11707 * targhooks.c (default_profile_before_prologue): New.
11708 * targhooks.h (default_profile_before_prologue): New.
11710 2010-07-28 Jakub Jelinek <jakub@redhat.com>
11713 * gcse.c (hoist_code): Use FOR_BB_INSNS macro.
11716 * dwarf2out.c (dwarf2out_var_location): Always consider
11717 NOTE_DURING_CALL_P notes, even when not followed by real instructions.
11719 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
11721 PR rtl-optimization/45107
11722 * gcse.c (hash_scan_set): Use max_distance for gcse-las.
11724 2010-07-28 Richard Guenther <rguenther@suse.de>
11726 * tree-ssa-ccp.c: Remove comment regarding STORE-CCP.
11727 (set_lattice_value): Do not query an old default value.
11728 (get_value_for_expr): New function. Properly canonicalize
11730 (ccp_visit_phi_node): Use it.
11732 2010-07-28 Chung-Lin Tang <cltang@codesourcery.com>
11734 * config/arm/arm.c (arm_pcs_default): Remove static.
11735 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_PCS or
11736 __ARM_PCS_VFP to indicate soft/hard-float calling convention.
11737 (arm_pcs_default): Declare.
11739 2010-07-28 Iain Sandoe <iains@gcc.gnu.org>
11741 * config/rs6000/rs6000.c (rs6000_override_options):
11742 Use TARGET_MACHO inline, move darwin_one_byte_bool from here...
11743 ... to darwin_rs6000_override_options.
11744 (rs6000_return_in_memory): Update preceding comment for darwin
11745 64 bit ABI. Use TARGET_MACHO inline.
11746 (rs6000_darwin64_struct_check_p): New.
11747 (function_arg_advance): Use rs6000_darwin64_struct_check_p.
11748 (function_arg): Likewise.
11749 (rs6000_arg_partial_bytes): Likewise.
11750 (rs6000_function_value): Likewise.
11752 2010-07-28 Andi Kleen <ak@linux.intel.com>
11754 * lto-opts.c (lto_file_read_options): Add loop over all inputs.
11756 2010-07-28 Richard Guenther <rguenther@suse.de>
11758 PR middle-end/44903
11759 * builtins.c (fold_builtin_memory_op): On STRICT_ALIGNMENT
11760 targets try harder to not generate unaligned accesses.
11762 2010-07-28 Maxim Kuvyrkov <maxim@codesourcery.com>
11764 PR rtl-optimization/45101
11765 * gcse.c (hash_scan_set): Fix argument ordering of insert_expr_in_table
11768 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
11770 PR tree-optimization/44885
11771 * tree-sra.c (find_param_candidates): Skip pointer types to arrays
11772 with non-aliased component.
11774 2010-07-28 Joseph Myers <joseph@codesourcery.com>
11776 * config/darwin-driver.c (SWITCH_TAKES_ARG,
11777 WORD_SWITCH_TAKES_ARG): Remove.
11778 * cppspec.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Remove.
11779 * defaults.h (DEFAULT_SWITCH_TAKES_ARG,
11780 DEFAULT_WORD_SWITCH_TAKES_ARG): Move from gcc.h.
11781 (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move default
11782 definitions from gcc.c.
11783 * gcc.c (SWITCH_TAKES_ARG, WORD_SWITCH_TAKES_ARG): Move to
11785 * gcc.h (DEFAULT_SWITCH_TAKES_ARG, DEFAULT_WORD_SWITCH_TAKES_ARG):
11786 Move to defaults.h.
11787 * opts-common.c: Include tm.h.
11788 (decode_cmdline_option): Use SWITCH_TAKES_ARG and
11789 WORD_SWITCH_TAKES_ARG to count arguments to unknown options.
11790 Handle more than one argument. Set canonical_option_num_elements.
11791 (decode_cmdline_options_to_array): Set
11792 canonical_option_num_elements and trailing elements of
11794 * opts.h (struct cl_decoded_option): Allow four elements in
11795 canonical_option. Add field canonical_option_num_elements.
11796 * Makefile.in (opts-common.o): Update dependencies.
11798 2010-07-28 Eric Botcazou <ebotcazou@adacore.com>
11800 PR middle-end/44790
11801 PR middle-end/44993
11802 * expr.c (expand_expr_real_1) <MEM_REF>: Revert latest change. Make
11803 sure the base has address_mode before adding the offset.
11805 2010-07-27 Xinliang David Li <davidxl@google.com>
11807 * tree-flow.h (create_mem_ref): Add one new parameter.
11808 * tree-ssa-address.c (create_mem_ref): New parameter.
11809 (addr_to_parts): Ditto.
11810 (move_variant_to_index): New function.
11811 * tree-ssa-loop-ivopts.c (rewrite_use_address): Pass new argument.
11813 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
11815 * rtl.def (DEBUG_INSN, INSN, JUMP_INSN, CALL_INSN, NOTE): Swap operands
11817 * rtl.h (PATTERN, INSN_LOCATOR, NOTE_DATA, NOTE_DELETED_LABEL_NAME,
11818 NOTE_BLOCK, NOTE_EH_HANDLER, NOTE_BASIC_BLOCK, NOTE_VAR_LOCATION,
11819 NOTE_KIND, LABEL_NUSES, LABEL_REFS): Adjust accordingly.
11820 * gengtype.c (adjust_field_rtx_def): Swap operands 4 and 5 of
11821 CODE_LABELs and NOTEs.
11822 * caller-save.c (init_caller_save): Fix up gen_rtx_INSN call.
11823 * combine.c (try_combine): Likewise.
11824 * ira.c (setup_prohibited_mode_move_regs): Likewise.
11825 * print-rtl.c (print_rtx): Start REG_NOTES on a new line.
11827 2010-07-27 Joseph Myers <joseph@codesourcery.com>
11829 * coretypes.h (struct cl_option_handlers): Declare.
11830 * hooks.c (hook_int_size_t_constcharptr_int_0): Remove.
11831 * hooks.h (hook_int_size_t_constcharptr_int_0): Remove.
11832 * langhooks-def.h (lhd_handle_option): Declare.
11833 (LANG_HOOKS_HANDLE_OPTION): Use lhd_handle_option.
11834 * langhooks.c (lhd_handle_option): New.
11835 * langhooks.h (struct lang_hooks): Update prototype and return
11836 value type of handle_option hook.
11837 * optc-gen.awk: Generate target_flags_explicit definition for the
11839 * opts-common.c: Include diagnostic.h.
11840 (handle_option): Move from opts.c. Update prototype and return
11841 value type. Use handlers structure.
11842 (read_cmdline_option): Move from opts.c. Update prototype. Use
11843 handlers structure.
11844 (set_option): Move from opts.c.
11845 * opts.c (common_handle_option): Update prototype and return value
11846 type. Update calls to handle_option and enable_warning_as_error.
11847 (unknown_option_callback, post_handling_callback,
11848 lang_handle_option, target_handle_option): New.
11849 (handle_option, read_cmdline_option): Move to opts-common.c.
11850 (read_cmdline_options): Update prototype. Update call to
11851 read_cmdline_option.
11852 (decode_options): Initialize and use handlers structure.
11853 (set_option): Move to opts-common.c.
11854 (enable_warning_as_error): Update prototype. Update call to
11856 * opts.h (struct cl_option_handler_func, struct
11857 cl_option_handlers): New.
11858 (handle_option, enable_warning_as_error): Update prototypes.
11859 (read_cmdline_option): Declare.
11860 * Makefile.in (opts-common.o): Update dependencies.
11862 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11864 * config/arm/arm.c (params.h): Include.
11865 (arm_override_options): Tune gcse-unrestricted-cost.
11866 * config/arm/t-arm (arm.o): Define dependencies.
11868 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11871 PR middle-end/42574
11872 * basic-block.h (get_dominated_to_depth): Declare.
11873 * dominance.c (get_dominated_to_depth): New function, use
11874 get_all_dominated_blocks as a base.
11875 (get_all_dominated_blocks): Use get_dominated_to_depth.
11877 * gcse.c (occr_t, VEC (occr_t, heap)): Define.
11878 (hoist_exprs): Remove.
11879 (alloc_code_hoist_mem, free_code_hoist_mem): Update.
11880 (compute_code_hoist_vbeinout): Add debug print outs.
11881 (hoist_code): Partially rewrite, simplify. Use get_dominated_to_depth.
11883 * params.def (PARAM_MAX_HOIST_DEPTH): New parameter to avoid
11884 quadratic behavior.
11885 * params.h (MAX_HOIST_DEPTH): New macro.
11886 * doc/invoke.texi (max-hoist-depth): Document.
11888 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11890 PR rtl-optimization/40956
11891 * config/arm/arm.c (thumb1_size_rtx_costs): Fix cost of simple
11894 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11897 PR middle-end/42574
11898 * config/arm/arm.c (legitimize_pic_address): Use
11899 gen_calculate_pic_address pattern to emit calculation of PIC address.
11900 (will_be_in_index_register): New function.
11901 (arm_legitimate_address_outer_p, thumb2_legitimate_address_p,)
11902 (thumb1_legitimate_address_p): Use it provided !strict_p.
11903 * config/arm/arm.md (calculate_pic_address): New expand and split.
11905 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11908 PR middle-end/42574
11909 * config/arm/arm.c (thumb1_size_rtx_costs): Add cost for "J" constants.
11910 * config/arm/arm.md (define_split "J", define_split "K"): Make
11911 IRA/reload friendly.
11913 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11915 * gcse.c (insert_insn_end_basic_block): Update signature, remove
11917 (pre_edge_insert, hoist_code): Update.
11919 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11922 PR middle-end/42574
11923 * gcse.c (hoist_expr_reaches_here_p): Remove excessive check.
11925 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11927 * gcse.c (hoist_code): Generate new pseudo for every new set insn.
11929 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11931 PR rtl-optimization/40956
11933 PR middle-end/42574
11934 * gcse.c (compute_code_hoist_vbeinout): Consider more expressions
11936 (hoist_code): Count occurences in current block too.
11938 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11940 * gcse.c (struct expr:max_distance): New field.
11941 (doing_code_hoisting_p): New static variable.
11942 (want_to_gcse_p): Change signature. Allow constrained hoisting of
11943 simple expressions, don't change behavior for PRE. Set max_distance.
11944 (insert_expr_in_table): Set new max_distance field.
11945 (hash_scan_set): Update.
11946 (hoist_expr_reaches_here_p): Stop search after max_distance
11948 (find_occr_in_bb): New static function. Use it in ...
11949 (hoist_code): Calculate sizes of basic block before any changes are
11950 done. Pass max_distance to hoist_expr_reaches_here_p.
11951 (one_code_hoisting_pass): Set doing_code_hoisting_p.
11953 * params.def (PARAM_GCSE_COST_DISTANCE_RATIO,)
11954 (PARAM_GCSE_UNRESTRICTED_COST): New parameters.
11955 * params.h (GCSE_COST_DISTANCE_RATIO, GCSE_UNRESTRICTED_COST): New
11957 * doc/invoke.texi (gcse-cost-distance-ratio, gcse-unrestricted-cost):
11960 2010-07-27 Jeff Law <law@redhat.com>
11961 Maxim Kuvyrkov <maxim@codesourcery.com>
11963 * gcse.c (compute_transpout, transpout): Remove, move logic
11964 to prune_expressions.
11965 (compute_pre_data): Move pruning of trapping expressions ...
11966 (prune_expressions): ... here. New static function.
11967 (compute_code_hoist_data): Use it.
11968 (alloc_code_hoist_mem, free_code_hoist_mem, hoist_code): Update.
11970 2010-07-27 Xinliang David Li <davidxl@google.com>
11972 * tree-ssa-loop-ivopts.c (adjust_iv_update_pos): New function.
11973 (rewrite_use_address): Adjust iv update position when needed.
11975 2010-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
11977 * dbgcnt.def (hoist_insn): New debug counter.
11978 * gcse.c (hoist_code): Use it.
11980 2010-07-27 Xinliang David Li <davidxl@google.com>
11982 * tree-ssa-loop-ivopts.c (niter_for_exit): New parameter.
11983 (niter_for_single_dom_exit): Passes additional parameter.
11984 (iv_period): Fix comments.
11985 (may_eliminate_iv): Handles multiple exit loops properly.
11986 (free_tree_niter_desc): New function.
11987 (free_loop_data): Frees up loop iteration descriptors.
11989 2010-07-27 Jakub Jelinek <jakub@redhat.com>
11992 * cfgexpand.c (expand_one_stack_var_at): Limit align to maximum
11993 of max_used_stack_slot_alignment and PREFERRED_STACK_BOUNDARY
11994 instead of MAX_SUPPORTED_STACK_ALIGNMENT.
11995 (expand_one_var): Don't consider DECL_ALIGN for variables for
11996 which expand_one_stack_var_at has been already called.
11999 * doc/md.texi: Clarify m and es constraints on PowerPC and m and S
12000 constraints on IA-64.
12002 2010-07-27 Jie Zhang <jie@codesourcery.com>
12006 2010-07-23 Jie Zhang <jie@codesourcery.com>
12008 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
12009 false if ! tree_versionable_function_p.
12011 2010-07-27 Jakub Jelinek <jakub@redhat.com>
12013 * dwarf2out.c (add_data_member_location_attribute): Use
12014 add_AT_unsigned instead of add_AT_int if offset is non-negative.
12016 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
12018 * postreload.c (try_replace_in_use): New static function.
12019 (reload_combine_recognize_const_pattern): Use it here. Allow
12020 substituting into a final add insn, and substituting into a memory
12021 reference in an insn that sets the reg.
12023 2010-07-27 Joseph Myers <joseph@codesourcery.com>
12025 * common.opt (o): Add MissingArgError.
12026 * doc/options.texi (MissingArgError): Document.
12027 * hooks.c (hook_bool_constcharptr_size_t_false): Remove.
12028 * hooks.h (hook_bool_constcharptr_size_t_false): Remove.
12029 * langhooks-def.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
12030 (LANG_HOOKS_INITIALIZER): Remove missing_argument hook initializer.
12031 * langhooks.h (struct lang_hooks): Remove missing_argument.
12032 * optc-gen.awk: Handle MissingArgError and output new structure
12033 field initializers.
12034 * opts.c (read_cmdline_option): Use missing_argument_error field
12035 instead of missing_argument langhook.
12036 * opts.h (struct cl_option): Add missing_argument_error field.
12037 * system.h (LANG_HOOKS_MISSING_ARGUMENT): Poison.
12039 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
12042 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Special-case the
12043 Darwin64 ABI, for zero-sized objects.
12045 2010-07-27 Iain Sandoe <iains@gcc.gnu.org>
12050 Merge from Apple local 4.2.1.
12051 2005-05-11 Stan Shebs <shebs@apple.com>
12052 Fix 64-bit varargs for Darwin (Radar 4028089).
12053 * config/rs6000/rs6000.h (rs6000_args): New field floats_in_gpr.
12054 * config/rs6000/rs6000.c (rs6000_darwin64_record_arg_advance_flush):
12055 Add argument, add case for 8-byte register half-filled with a float.
12056 (rs6000_darwin64_record_arg_advance_recurse): Detect and handle
12057 single-precision floats specially.
12059 2010-07-27 Ira Rosen <irar@il.ibm.com>
12061 PR tree-optimization/44152
12062 * tree-vect-slp.c (vect_build_slp_tree): Collect nodes with
12063 complex numbers for further check.
12064 (vect_supported_load_permutation_p): Check nodes with
12067 2010-07-27 Joseph Myers <joseph@codesourcery.com>
12069 * langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
12070 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): New.
12071 (LANG_HOOKS_INIT_OPTIONS): Update default definition.
12072 (LANG_HOOKS_INITIALIZER): Add new hooks.
12073 * langhooks.c (lhd_init_options, lhd_complain_wrong_lang_p): New.
12074 * langhooks.h (struct lang_hooks): Add new hooks option_lang_mask
12075 and complain_wrong_lang_p. Update init_options prototype.
12076 * c-objc-common.c (c_initialize_diagnostics): First call
12077 c_common_initialize_diagnostics.
12078 * c-objc-common.h (LANG_HOOKS_OPTION_LANG_MASK,
12079 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
12080 * coretypes.h (struct cl_option, struct cl_decoded_option): Declare.
12081 * hooks.c (hook_uint_uint_constcharptrptr_0): Remove.
12082 (hook_uint_void_0): New.
12083 * hooks.h (hook_uint_uint_constcharptrptr_0): Remove.
12084 (hook_uint_void_0): New.
12085 * opts-common.c (decode_cmdline_option,
12086 decode_cmdline_options_to_array): Also fill in canonical_option field.
12087 * opts.c (complain_wrong_lang): Use langhook to determine whether
12088 to complain instead of special-casing LTO.
12089 (decode_options): Separate lang_mask determination with
12090 option_lang_mask hook from call of init_options hook.
12091 * opts.h (struct cl_decoded_option): Add canonical_option.
12093 2010-07-27 Jakub Jelinek <jakub@redhat.com>
12095 PR tree-optimization/45083
12096 * tree-inline.c (add_local_variables): Also remap DECL_DEBUG_EXPR.
12098 2010-07-27 Bernd Schmidt <bernds@codesourcery.com>
12100 * postreload.c (reload_combine_recognize_const_pattern): Move test
12101 for limiting the insn movement to the right scope.
12103 PR rtl-optimization/45051
12104 * reload1.c (delete_output_reload): Use refers_to_regno_p rather
12105 than reg_mentioned_p.
12107 2010-07-26 Richard Henderson <rth@redhat.com>
12110 * tree-emutls.c: New file.
12111 * Makefile.in (OBJS-common): Add it.
12112 * tree-pass.h (pass_ipa_lower_emutls): Declare.
12113 * passes.c (init_optimization_passes): Add it.
12115 * dwarf2out.c (loc_list_from_tree): If emutls.debug_form_tls_address,
12116 pull the control variable from DECL_VALUE_EXPR, not emutls_decl.
12117 * expr.c (emutls_var_address): Delete.
12118 (expand_expr_addr_expr_1, expand_expr_real_1): Don't use it.
12119 * output.h (SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL): Delete.
12120 (emutls_finish): Delete.
12121 * toplev.c (compile_file): Don't call it.
12122 * tree.h (emutls_decl): Delete.
12123 * varasm.c (emutls_htab, DECL_EMUTLS_VAR_P): Delete.
12124 (emutls_finish, emutls_finalize_control_var): Delete.
12125 (emutls_object_type): Move to tree-emutls.c.
12126 (EMUTLS_SEPARATOR, prefix_name, get_emutls_object_name,
12127 default_emutls_var_fields, get_emutls_object_type,
12128 get_emutls_init_templ_addr, emutls_decl, emutls_common_1
12129 default_emutls_var_init): Likewise.
12130 (get_variable_section): Don't special case emutls.
12131 (assemble_variable, do_assemble_alias, categorize_decl_for_section,
12132 default_elf_select_section, default_unique_section,
12133 default_encode_section_info): Likewise.
12134 * varpool.c (decide_is_variable_needed): Likewise.
12135 * gimple-iterator.c (update_call_edge_frequencies): New
12136 (gsi_insert_on_edge_immediate): Use it.
12137 (gsi_insert_seq_on_edge_immediate): Likewise.
12138 (gsi_commit_one_edge_insert): Likewise.
12140 * config/i386/i386.c (x86_64_elf_select_section): Don't handle
12141 SECCAT_EMUTLS_VAR, SECCAT_EMUTLS_TMPL.
12142 (x86_64_elf_unique_section): Likewise.
12144 2010-07-26 Jan Hubicka <jh@suse.cz>
12146 * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
12149 2010-07-26 Anatoly Sokolov <aesok@post.ru>
12151 * target.def (output_source_filename): New hook.
12152 * doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
12153 * doc/tm.texi: Regenerate.
12154 * toplev.c (output_file_directive) Remove function.
12155 * toplev.h (output_file_directive) Remove.
12156 * output.h (default_asm_output_source_filename,
12157 output_file_directive): Declare.
12158 * varasm.h (default_asm_output_source_filename,
12159 output_file_directive): New functions.
12161 * config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
12162 * config/mips/mips-protos.h (mips_output_filename): Remove.
12163 * config/mips/mips.c (mips_output_filename): Make Static.
12164 (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
12166 2010-07-26 Richard Guenther <rguenther@suse.de>
12168 PR tree-optimization/43784
12169 * tree-nrv.c (dest_safe_for_nrv_p): It's not safe to NRV
12170 if the destination is used by the call.
12172 2010-07-26 Richard Guenther <rguenther@suse.de>
12174 PR middle-end/45073
12175 * gimple-fold.c (gimplify_and_update_call_from_tree): Conditionalize
12176 SSA updating on being in SSA form.
12178 2010-07-26 Richard Guenther <rguenther@suse.de>
12180 PR middle-end/45056
12181 * gimple-fold.c (fold_stmt_1): Also fold references in debug stmts.
12183 2010-07-26 Richard Guenther <rguenther@suse.de>
12185 PR tree-optimization/45071
12186 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Always
12189 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
12191 * config/v850/lib1funcs.asm (save_r2_r31, return_r2_r31,
12192 save_r20_r31, return_r20_r31, save_r21_r31, return_r21_r31,
12193 save_r22_r31, return_r22_r31, save_r23_r31, return_r23_r31,
12194 save_r24_r31, return_r24_r31, save_r25_r31, return_r25_r31,
12195 save_r26_r31, return_r26_r31, save_r27_r31, return_r27_r31,
12196 save_r28_r31, return_r28_r31, save_r29_r31, return_r29_r31,
12197 save_r31, return_r31, save_interrupt, return_interrupt,
12198 save_all_interrupt, return_all_interrupt, L_save_r2_r31,
12199 L_return_interrupt, callt_return_interrupt, L_restore_all_interrupt,
12200 L_save_##START##_r31c, L_callt_save_r31c): Updated as per the
12201 new ABI requirements.
12202 (save_r6_r9, L_callt_save_r6_r9): Remove.
12203 * config/v850/predicates.md (even_reg_operand, disp23_operand,
12204 const_float_1_operand const_float_0_operand): New Predicates.
12205 (pattern_is_ok_for_prepare, pattern_is_ok_for_prologue,
12206 pattern_is_ok_for_epilogue): Update as per the ABI requirements.
12207 * config/v850/t-v850: Update multilibs for new target variants.
12208 (save_varargs, callt_save_varargs, callt_save_r6_r9): Remove.
12209 * config/v850/t-v850e: Likewise.
12210 * config/v850/v850.c (v850_issue_rate): New.
12211 (v850_strict_argument_naming): New.
12212 (function_arg): Modify to generate a different ABI.
12213 (print_operand): Update case 'z' to support float modes.
12214 (output_move_single): Modify to generate appropriate and better
12216 (v850_float_z_comparison_operator, v850_select_cc_mode,
12217 v850_float_nz_comparison_operator, v850_gen_float_compare,
12218 v850_gen_compare): New functions to support comparison of float values.
12219 (ep_memory_offset): Add support for V850E2 targets.
12220 (INTERRUPT_FIXED_NUM, INTERRUPT_ALL_SAVE_NUM): Update.
12221 (INTERRUPT_REGPARM_NUM): Remove.
12222 (compute_register_save_size): Add extra case to save/restore long call.
12223 (use_prolog_function): New function to support prologue.
12224 (expand_prologue): Add support for V850E2 targets and modified
12225 as per the current ABI requirements.
12226 (expand_epilogue): Likewise.
12227 (construct_restore_jr): Modify based on TARGET_LONG_CALLS.
12228 (construct_save_jarl): Likewise.
12229 (construct_dispose_instruction): Update as per the current ABI
12231 (construct_prepare_instruction): Likewise.
12232 * config/v850/v850.h (TARGET_CPU_DEFAULT): Add target predefines.
12233 (TARGET_CPU_v850e2, TARGET_CPU_v850e2v3): Define
12234 (CPP_SPEC): Updated to support v850e2 targets.
12235 (STRICT_ALIGNMENT): Modified.
12236 (FIRST_PSEUDO_REGISTER): Updated to add even registers.
12237 (FIXED_REGISTERS): Likewise.
12238 (CALL_USED_REGISTERS): Likewise.
12239 (CONDITIONAL_REGISTER_USAGE): Updated.
12240 (HARD_REGNO_MODE_OK): Updated.
12241 (reg_class): Updated to add even registers.
12242 (REG_CLASS_NAMES): Likewise.
12243 (REG_CLASS_CONTENTS): Likewise.
12244 (REGNO_REG_CLASS): Updated for CC registers.
12245 (REG_CLASS_FROM_LETTER): Added support for even registers.
12246 (REGNO_OK_FOR_BASE_P): Updated for CC registers.
12247 (STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM, LINK_POINTER_REGNUM,
12248 ARG_POINTER_REGNUM): Updated.
12249 (FUNCTION_ARG_ADVANCE): Define.
12250 (REG_PARM_STACK_SPACE): Update as per the current ABI requirements.
12251 (OUTGOING_REG_PARM_STACK_SPACE): Remove.
12252 (EXTRA_CONSTRAINT): Add new constraint 'W' for 23-bit displacement.
12253 (GO_IF_LEGITIMATE_ADDRESS): Updated.
12254 (SELECT_CC_MODE): Define.
12255 (REGISTER_NAMES): Updated to add psw and fcc registers.
12256 (ADDITIONAL_REGISTER_NAMES): Updated.
12257 (ASM_OUTPUT_ADDR_DIFF_ELT): Updated to support new targets.
12258 (JUMP_TABLES_IN_TEXT_SECTION): Updated.
12259 * config/v850/v850.md (define_constants): Define new constants.
12260 (type): Update store,bit1,macc,div,fpu and single attributes.
12261 (cpu): New attribute.
12262 (cc): Add set_z attribute.
12263 (unsign23byte_load, sign23byte_load, unsign23hword_load,
12264 sign23hword_load, 23word_load, 23byte_store, 23hword_store,
12265 23word_store): New instructions for 23-bit displacement load and store.
12266 (movqi_internal, movhi_internal): Update the attributes.
12267 (movsi, movsi_internal_v850e): Updated to support v850e2 targets.
12268 (movsi_internal_v850e, movsi_internal, movsf_internal): Update
12270 (v850_tst1): Modified using CC_REGNUM.
12272 (cmpsi): Modified as define_expand from define_insn.
12273 (cmpsi_insn, cmpsf, cmpdf): New instructions.
12274 (addsi3, subsi3, negsi2, divmodsi4, udivmodsi4, divmodhi4,
12275 udivmodhi4, v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3,
12276 v850_set1_1, v850_set1_3, iorsi3, v850_not1_1, v850_not1_3, xorsi3,
12277 one_cmplsi2): Clobber the CC_REGNUM register.
12278 (v850_clr1_1, v850_clr1_2, v850_clr1_3, andsi3, v850_set1_1,
12279 v850_set1_2, v850_set1_3, iorsi3, v850_not1_1, v850_not1_2,
12280 v850_not1_3, xorsi3, one_cmplsi2): Update the attributes accordingly.
12281 (setf_insn, set_z_insn, set_nz_insn): New instructions for
12283 (movsicc_normal_cc, movsicc_reversed_cc): New instructions.
12284 (movsicc, movsicc_normal, movsicc_reversed): Add support for V850E2
12286 (sasf_1, sasf_2): Remove.
12287 (sasf): New instruction.
12288 (rotlhi3, rotlhi3_8, rotlsi3, rotlsi3_16): Update to support V850E2
12289 targets. CC_REGNUM register is clobbered and attributes are
12291 (branch_z_normal, branch_z_invert, branch_nz_normal,
12292 branch_nz_invert): New branch related instructions.
12293 (jump): Updated the attributes.
12294 (switch): Update to support new targets. CC_REGNUM register is
12295 clobbered and attributes are updated.
12296 (call_internal_short, call_internal_long, call_value_internal_short,
12297 call_value_internal_long): Updated the attributes.
12298 (zero_extendhisi2, zero_extendqisi2): CC_REGNUM register is
12299 clobbered and attributes are updated.
12300 (extendhisi_insn, extendhisi2, extendqisi_insn, extendqisi2):
12301 Update to support new targets. CC_REGNUM register is clobbered.
12302 (ashlsi3_v850e2, lshrsi3_v850e2, ashrsi3_v850e2): New shift
12304 (lshrsi3, ashrsi3): CC_REGNUM register is clobbered and attributes
12306 (ffssi2, addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, divsf3,
12307 divdf3, minsf3, mindf3, maxsf3, maxdf3, abssf2, absdf2, negsf2,
12308 negdf2, sqrtsf2, sqrtdf2, truncsfsi2, truncdfsi2, floatsisf2,
12309 floatsidf2, extendsfdf2, extenddfsf2, recipsf2, recipdf2,
12310 rsqrtsf2, rsqrtdf2, maddsf4, msubsf4, nmaddsf4, nmsubsf4,
12311 cmpsf_le_insn, cmpsf_lt_insn, cmpsf_ge_insn, cmpsf_gt_insn,
12312 cmpsf_eq_insn, cmpsf_ne_insn, cmpdf_le_insn, cmpdf_lt_insn,
12313 cmpdf_ge_insn, cmpdf_gt_insn, cmpdf_eq_insn, cmpdf_ne_insn, trfsr,
12314 movsfcc, movdfcc, movsfcc_z_insn, movsfcc_nz_insn, movdfcc_z_insn,
12315 movdfcc_nz_insn, movedfcc_z_zero, movedfcc_nz_zero): New floating
12316 point instructions defined for V850e2v3 target.
12317 (callt_save_interrupt, callt_return_interrupt, return_interrupt):
12318 Add support for V850E2 targets and CC_REGNUM register is clobbered.
12319 (callt_save_all_interrupt, callt_restore_all_interrupt): Add
12320 support for new targets.
12321 * config/v850/v850-modes.def: New file.
12322 * config/v850/v850.opt(mstrict-align): Remove.
12323 (mno-strict-align, mjump-tables-in-data-section, mv850e2,
12324 mv850e2v3): New command line options for V850.
12325 * config.gcc: Update the newly added files.
12326 * doc/invoke.texi: Update the newly added command line options for
12329 2010-07-26 Richard Guenther <rguenther@suse.de>
12331 PR tree-optimization/45052
12332 * ipa-pure-const.c (check_stmt): Check volatileness.
12334 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
12337 * config/sparc/sparc-protos.h (sparc_legitimize_reload_address): New.
12338 * config/sparc/sparc.c: Include reload.h.
12339 (legitimize_tls_address): Rename into...
12340 (sparc_legitimize_tls_address): ...this.
12341 (legitimize_pic_address): Rename into...
12342 (sparc_legitimize_pic_address): ...this.
12343 (sparc_expand_move): Adjust to above renaming.
12344 (sparc_tls_referenced_p): Likewise.
12345 (sparc_legitimize_tls_address): Likewise.
12346 (sparc_legitimize_pic_address): Likewise.
12347 (sparc_legitimize_address): Likewise.
12348 (sparc_output_mi_thunk): Likewise.
12349 (sparc_legitimize_reload_address): New global function. Recognize
12350 (lo_sum (high ...) ...) patterns generated by earlier passes.
12351 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Use above function.
12353 2010-07-25 Eric Botcazou <ebotcazou@adacore.com>
12356 * config/sparc/predicates.md (memory_reg_operand): Delete.
12357 * config/sparc/sync.md (sync_compare_and_swap): Minor tweaks.
12358 (*sync_compare_and_swap): Encode the address form in the pattern.
12359 (*sync_compare_and_swapdi_v8plus): Likewise.
12361 2010-07-24 Gerald Pfeifer <gerald@pfeifer.com>
12363 * doc/install.texi (Specific, *-*-freebsd*): Adjust to recent changes.
12364 Streamline paragraph on compatibility with the system compiler.
12366 2010-07-24 Steven Bosscher <steven@gcc.gnu.org>
12368 PR middle-end/45035
12369 * alias.c (true_dependence_1): Fix thinko in merge of old
12370 true_dependence and canon_true_dependence.
12372 2010-07-23 Jan Hubicka <jh@suse.cz>
12374 * lto-streamer-out.c (write_symbol): Fix visibilities of external
12377 2010-07-23 Le-Chun Wu <lcwu@google.com>
12379 * omega.c (omega_eliminate_redundant): Remove a self-assign statement.
12380 * tree-ssa-ccp.c (ccp_lattice_meet): Remove a self-assign statement
12381 and an unnecessary assignment.
12382 * dbxout.c (DEBUGGER_ARG_OFFSET): Change OFFSET to OFFSET+0 to avoid
12383 self-assign warning.
12384 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Remove
12385 unnecessary self-init.
12387 2010-07-23 Richard Guenther <rguenther@suse.de>
12390 * gcc.c (LINK_COMMAND_SPEC): Filter out -fcompare-debug
12391 for -flto and -fwhopr.
12393 2010-07-23 Kai Tietz <kai.tietz@onevision.com>
12396 * Makefile.in (USER_H_INC_NEXT_PRE, USER_H_INC_NEXT_POST): New.
12397 (stmp-int-hdrs): Prefix/postfix headers by include_next.
12398 * config.gcc (user_headers_inc_next_pre): New.
12399 (user_headers_inc_next_post): Likewise.
12400 (*-w64-mingw*): Use for float.h post-fixing, and for
12401 stddef.h/stdarg.h pre-fixing by include_next.
12402 * configure.ac (user_headers_inc_next_post): New.
12403 (user_headers_inc_next_pre): New.
12404 * configure: Regenerated.
12406 2010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12408 * configure.ac: Don't disable TLS on Solaris 8/9 by default
12409 Set tga_func for Solaris 2/x86 resp. SPARC.
12410 Remove duplicate parts of sparc*-sun-solaris2.* TLS check.
12411 (LIB_THREAD_LDFLAGS_SPEC): Define.
12412 (LIB_TLS_SPEC): Define. Check for required Sun ld version.
12413 * configure: Regenerate.
12414 * config.in: Regenerate.
12415 * config/sol2.h (LIB_SPEC): Use LIB_THREAD_LDFLAGS_SPEC with
12416 -pthread, -threads, LIB_TLS_SPEC with -pthread.
12417 * doc/install.texi (Specific, *-*-solaris2*): Document use of
12418 alternate thread libraries on Solaris 8.
12419 Document TLS patch requirements.
12420 * doc/sourcebuild.texi (Add Options): Sort alphabetically.
12424 * config/sol2.h (LIB_SPEC): Link with thread libraries even with
12427 2010-07-23 Jakub Jelinek <jakub@redhat.com>
12429 * tree.h (struct tree_base): Add nameless_flag bitfield.
12430 (TYPE_NAMELESS, DECL_NAMELESS): Define.
12431 * omp-low.c (create_omp_child_function, scan_omp_parallel,
12432 scan_omp_task, lower_omp_taskreg): Set DECL_NAMELESS and/or
12433 DECL_ARTIFICIAL where needed.
12434 * dwarf2out.c (dwarf2_name): Return NULL if DECL_NAMELESS.
12435 (type_tag): Return NULL if TYPE_NAMELESS or if TYPE_DECL
12436 has DECL_NAMELESS set.
12438 2010-07-23 Martin Jambor <mjambor@suse.cz>
12440 PR tree-optimization/44915
12441 * ipa-cp.c (cgraph_gate_cp): Also check that optimize is true.
12442 * ipa-inline.c (cgraph_mark_inline_edge): Likewise.
12443 (analyze_function): Likewise.
12445 2010-07-23 Martin Jambor <mjambor@suse.cz>
12447 PR tree-optimization/44914
12448 * tree-sra.c (sra_modify_function_body): Return true if CFG was
12449 changed, add purging dead eh edges.
12450 (ipa_sra_modify_function_body): Return true if CFG was changed,
12451 simplify purging dead eh edges.
12452 (modify_function): Return true if CFG was changed.
12453 (perform_intra_sra): Add TODO_cleanup_cfg to the return value if CFG
12455 (ipa_early_sra): Likewise.
12457 2010-07-23 Jie Zhang <jie@codesourcery.com>
12460 * attribs.c (decl_attributes): Insert "noinline" and "noclone"
12462 * tree-sra.c (ipa_sra_preliminary_function_checks): Return
12463 false if ! tree_versionable_function_p.
12465 2010-07-23 Nathan Froyd <froydnj@codesourcery.com>
12467 * builtins.def (BUILT_IN_ARGS_INFO): Remove.
12468 * ipa-pure-const.c (special_builtlin_state): Remove
12469 BUILT_IN_ARGS_INFO case.
12470 * tree-stdarg.c (execute_optimize_stdarg): Likewise.
12471 * builtins.c (expand_builtin): Likewise.
12472 (expand_builtin_args_info): Remove.
12473 * doc/tm.texi (__builtin_args_info): Remove.
12474 (__builtin_next_arg): Adjust to not refer to __builtin_args_info.
12475 * doc/tm.text.in: Likewise.
12477 2010-07-23 Richard Guenther <rguenther@suse.de>
12479 * lto-symtab.c (lto_symtab_merge): Use gtc_mode enum values.
12480 (lto_symtab_merge_decls_2): Likewise.
12481 * tree-ssa.c (useless_type_conversion_p): Likewise.
12482 * lto-streamer-in.c (input_gimple_stmt): Likewise.
12483 * gimple.c (gtc_visited2, gtc_ob2): Remove.
12484 (struct type_pair_d): Make same_p an array indexed by mode.
12486 (lookup_type_pair): Update initialization.
12487 (struct sccs): Adjust same_p type.
12488 (gimple_types_compatible_p_1, gtc_visit, gimple_types_compatible_p):
12490 (print_gimple_types_stats): Likewise.
12491 * gimple.h (enum gtc_mode): New.
12492 (gimple_types_compatible_p): Adjust prototype.
12494 2010-07-23 Daniel Jacobowitz <dan@codesourcery.com>
12496 * dwarf2out.c (dwarf2out_frame_debug): Check for queued saves
12497 again after processing insn.
12499 2010-07-23 Jie Zhang <jie@codesourcery.com>
12501 * tree-sra.c (ipa_sra_preliminary_function_checks): Dump
12502 proper words when !tree_versionable_function_p.
12504 2010-07-23 Richard Guenther <rguenther@suse.de>
12506 PR tree-optimization/45037
12507 * tree-ssa-loop-ivopts.c (copy_ref_info): Handle NULL base.
12509 2010-07-23 Jie Zhang <jie@codesourcery.com>
12511 * doc/extend.texi: Remove IP2K from the description of naked attribute.
12514 2010-07-10 Andi Kleen <ak@linux.intel.com>
12517 * lto-opts.c (lto_write_options): Add NULL file_data argument to
12518 lto_get_section_name.
12519 * lto-section-out.c (lto_destroy_simple_output_block): Likewise.
12520 * lto-streamer-out.c (produce_asm): Likewise.
12521 (copy_function): Likewise.
12522 (produce_symtab): Likewise.
12523 (produce_asm_for_decls): Likewise.
12524 * lto-streamer.c (lto_get_section_name): Add file_data argument.
12525 Rewrite to add random postfix to LTO sections.
12526 * lto-streamer.h (lto_file_decl_data): Add next, id, resolutions.
12527 (lto_get_section_name): Add file_data argument to prototype.
12529 2010-07-10 Andi Kleen <ak@linux.intel.com>
12531 * lto-section-in.c (lto_section_name): Synchronize names
12532 with lto_get_section_name.
12534 2010-07-10 Andi Kleen <ak@linux.intel.com>
12536 * lto-opts.c (lto_read_file_options): Check for missing section.
12538 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
12540 * ira.c (check_allocation): Correctly handle the case where an allocno
12541 with two objects was allocated to a single reg.
12543 2010-07-22 Richard Sandiford <rdsandiford@googlemail.com>
12545 * tree-ssa-math-opts.c (is_widening_mult_rhs_p): New function.
12546 (is_widening_mult_p): Likewise.
12547 (convert_to_widen): Use them.
12548 (convert_plusminus_to_widen): Likewise. Handle fixed-point types as
12549 well as integer ones.
12551 2010-07-22 Steven Bosscher <steven@gcc.gnu.org>
12553 * alias.c (true_dependence_1): New function, merged version of
12554 true_dependence and canon_true_dependence.
12555 (true_dependence): Simplify.
12556 (canon_true_dependence): Simplify.
12558 2010-07-22 Richard Henderson <rth@redhat.com>
12561 * config/i386/i386.c (setup_incoming_varargs_64): Force the use
12562 of V4SFmode for the SSE saves; increase stack alignment if needed.
12563 (ix86_gimplify_va_arg): Don't increase stack alignment here.
12565 2010-07-22 Jakub Jelinek <jakub@redhat.com>
12568 * recgprop.c (copyprop_hardreg_forward_1): If changed is true,
12569 call cprop_find_used_regs again via note_uses.
12571 2010-07-22 Eric Botcazou <ebotcazou@adacore.com>
12573 * alias.c (get_alias_set): Fix formatting issues.
12575 2010-07-22 Steve Ellcey <sje@cup.hp.com>
12577 PR middle-end/44878
12578 * stmt.c (expand_value_return): Call promote_function_mode with
12579 a for_return argument of 2 when returning by reference.
12581 2010-07-22 Dodji Seketeli <dodji@redhat.com>
12584 * dwarf2out.c (scope_die_for): Don't fall back to the compilation
12585 unit DIE if we can find the scope DIE.
12587 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
12589 * ira-build.c (ira_create_object): New arg SUBWORD; all callers
12590 changed. Initialize OBJECT_SUBWORD.
12591 (ira_create_allocno): Clear ALLOCNO_NUM_OBJECTS.
12592 (ira_create_allocno_objects): Renamed from ira_create_allocno_object;
12593 all callers changed.
12594 (merge_hard_reg_conflicts): Iterate over allocno subobjects.
12595 (finish_allocno): Likewise.
12596 (move_allocno_live_ranges, copy_allocno_live_ranges): Likewise.
12597 (remove_low_level_allocnos): Likewise.
12598 (update_bad_spill_attribute): Likewise.
12599 (setup_min_max_allocno_live_range_point): Likewise.
12600 (sort_conflict_id_map): Likewise.
12601 (ira_flattening): Likewise. Use ior_hard_reg_conflicts.
12602 (ior_hard_reg_conflicts): New function.
12603 (ior_allocate_object_conflicts): Renamed first argument to OBJ.
12604 (compress_conflict_vecs): Iterate over objects, not allocnos.
12605 (ira_add_live_range_to_object): New function.
12606 (object_range_compare_func): Renamed from allocno_range_compare_func.
12607 All callers changed.
12608 (setup_min_max_conflict_allocno_ids): For allocnos with multiple
12609 subobjects, widen the min/max range of the lowest-order object to
12610 potentially include all other such low-order objects.
12611 * ira.c (ira_bad_reload_regno_1): Iterate over allocno subobjects.
12612 (check_allocation): Likewise. Use more fine-grained tests for register
12614 * ira-color.c (allocnos_have_intersected_live_ranges_p): Iterate over
12615 allocno subobjects.
12616 (assign_hard_reg): Keep multiple sets of conflicts. Make finer-grained
12617 choices about which bits to set in each set. Don't use
12618 ira_hard_reg_not_in_set_p, perform a more elaborate test for conflicts
12619 using the multiple sets we computed.
12620 (push_allocno_to_stack): Iterate over allocno subobjects.
12621 (all_conflicting_hard_regs_coalesced): New static function.
12622 (setup_allocno_available_regs_num): Use it.
12623 (setup_allocno_left_conflicts_size): Likewise. Iterate over allocno
12625 (coalesced_allocno_conflict): Test subobject 0 in each allocno.
12626 (setup_allocno_priorities): Divide ALLOCNO_EXCESS_PRESSURE_POINTS_NUM
12627 by ALLOCNO_NUM_OBJECTS.
12628 (calculate_spill_cost): Likewise.
12629 (color_pass): Express if statement in a more normal way.
12630 (ira_reassign_conflict_allocnos): Iterate over allocno subobjects.
12631 (slot_coalesced_allocno_live_ranges_intersect_p): Likewise.
12632 (setup_slot_coalesced_allocno_live_ranges): Likewise.
12633 (allocno_reload_assign): Likewise.
12634 (ira_reassign_pseudos): Likewise.
12635 (fast_allocation): Likewise.
12636 * ira-conflicts.c (build_conflict_bit_table): Likewise.
12637 (print_allocno_conflicts): Likewise.
12638 (ira_build_conflicts): Likewise.
12639 (allocnos_conflict_for_copy_p): Renamed from allocnos_conflict_p. All
12640 callers changed. Test subword 0 of each allocno for conflicts.
12641 (build_object_conflicts): Renamed from build_allocno_conflicts. All
12642 callers changed. Iterate over allocno subobjects.
12643 * ira-emit.c (modify_move_list): Iterate over allocno subobjects.
12644 * ira-int.h (struct ira_allocno): New member: num_objects.
12645 Rename object to objects and change it into an array.
12646 (ALLOCNO_OBJECT): Add new argument N.
12647 (ALLOCNO_NUM_OBJECTS, OBJECT_SUBWORD): New macros.
12648 (ira_create_allocno_objects): Renamed from ira_create_allocno_object.
12649 (ior_hard_reg_conflicts): Declare.
12650 (ira_add_live_range_to_object): Declare.
12651 (ira_allocno_object_iterator): New.
12652 (ira_allocno_object_iter_init, ira_allocno_object_iter_cond): New.
12653 (FOR_EACH_ALLOCNO_OBJECT): New macro.
12654 * ira-lives.c (objects_live): Renamed from allocnos_live; all
12656 (allocnos_processed): New sparseset.
12657 (make_object_born): Renamed from make_allocno_born; take an
12658 ira_object_t argument. All callers changed.
12659 (make_object_dead): Renamed from make_allocno_dead; take an
12660 ira_object_t argument. All callers changed.
12661 (update_allocno_pressure_excess_length): Take an ira_obejct_t argument.
12662 All callers changed.
12663 (mark_pseudo_regno_live): Iterate over allocno subobjects.
12664 (mark_pseudo_regno_dead): Likewise.
12665 (mark_pseudo_regno_subword_live, mark_pseudo_regno_subword_dead): New
12667 (mark_ref_live): Detect subword accesses and call
12668 mark_pseudo_regno_subword_live as appropriate.
12669 (mark_ref_dead): Likewise for mark_pseudo_regno_subword_dead.
12670 (process_bb_nodes_live): Deal with object-related updates first; set
12671 and test bits in allocnos_processed to avoid computing allocno
12672 statistics more than once.
12673 (create_start_finish_chains): Iterate over objects, not allocnos.
12674 (print_object_live_ranges): New function.
12675 (print_allocno_live_ranges): Use it.
12676 (ira_create_allocno_live_ranges): Allocate and free allocnos_processed
12679 2010-07-22 Richard Guenther <rguenther@suse.de>
12682 * gimple.c (gtc_next_dfs_num): New global.
12683 (struct sccs): Make value a union, add integer same_p member.
12684 (gtc_visit): New function.
12685 (gimple_types_compatible_p_1): New function, split out from ...
12686 (gimple_types_compatible_p): ... here. Start a DFS walk here.
12687 (iterative_hash_gimple_type): Adjust for sccs change.
12689 2010-07-22 Martin Jambor <mjambor@suse.cz>
12691 PR tree-optimization/44891
12692 * tree-sra.c: Include gimple-pretty-print.h.
12693 (replace_uses_with_default_def_ssa_name): Renamed to
12694 get_repl_default_def_ssa_name, return the new SSA name instead of
12695 replacing the old one.
12696 (sra_modify_assign): Dump a message when removing a load, if the LHS
12697 is an SSA_NAME, do not do any propagation, just set the RHS to a
12698 default definition SSA NAME, type convert if necessary.
12699 * Makefile.in (tree-sra.o): Add gimple-pretty-print.h to dependencies.
12701 2010-07-22 Richard Guenther <rguenther@suse.de>
12703 PR tree-optimization/45017
12704 * tree-ssa-sccvn.c (vn_reference_eq): Make sure we honor
12705 TYPE_PRECISION of integral types in addition to size.
12707 2010-07-22 Maxim Kuvyrkov <maxim@codesourcery.com>
12709 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Default to GLIBC
12710 when no C library is specified.
12712 2010-07-22 Martin Jambor <mjambor@suse.cz>
12714 * ipa-prop.h (struct ipa_node_params): Updated comment.
12715 (struct ipa_edge_args): Likewise.
12716 * Makefile.in (ipa-prop.o): Remove bogus $(GIMPLE_FOLD_H) dependency.
12718 2010-07-22 Martin Jambor <mjambor@suse.cz>
12720 * cgraphunit.c (verify_edge_count_and_frequency): New function.
12721 (verify_cgraph_node): Verify frequencies of indirect edges.
12722 * tree-inline.c (tree_function_versioning): Update frequencies of
12725 2010-07-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
12728 * config/arm/arm.md: Split arm_rev into *arm_rev and *thumb1_rev.
12729 Set *arm_rev to be predicable.
12731 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
12733 * config/darwin.h (LINK_COMMAND_SPEC): Split into...
12734 (LINK_COMMAND_SPEC_A): New.
12736 (DSYMUTIL_SPEC): New.
12737 * config/darwin9.h (LINK_COMMAND_SPEC): Remove.
12738 (DSYMUTIL_SPEC): Update for darwin >= 9 requirements.
12740 2010-07-22 Iain Sandoe <iains@gcc.gnu.org>
12742 * calls.c (load_register_parameters): Move check for zero
12743 sized items so that only the call to
12744 mem_overlaps_already_clobbered_arg_p () is protected.
12746 2010-07-22 Jan Hubicka <jh@suse.cz>
12748 * ipa-pure-const.c (varying_state): Break out from ...
12749 (get_function_state): ... here; always return varying_state
12750 when state would be NULL otherwise.
12751 (remove_node_data): Do not free varying state.
12753 2010-07-22 Bernd Schmidt <bernds@codesourcery.com>
12756 PR middle-end/45009
12757 * postreload.c: Include "target.h".
12758 (reload_combine_closest_single_use): Don't take DEBUG_INSNs
12760 (fixup_debug_insns): Don't copy the rtx.
12761 (reload_combine_recognize_const_pattern): DEBUG_INSNs can't have uses.
12762 Don't copy when replacing. Call fixup_debug_insns in the case where
12763 we merged one add with another.
12764 (reload_combine_recognize_pattern): Fail if there aren't any uses.
12765 Try harder to determine whether we're picking a valid index register.
12766 Don't set store_ruid for an insn we're going to scan in the
12768 (reload_combine): Remove unused code.
12769 (reload_combine_note_use): When updating use information for
12770 an old insn, ignore a use that occurs after store_ruid.
12771 * Makefile.in (postreload.o): Update dependencies.
12773 * function.c (record_hard_reg_sets): Restrict the previous change
12774 to cases where the incoming nominal mode is the same as the
12775 incoming promoted mode and everything happens in MODE_INT.
12777 2010-07-21 Jakub Jelinek <jakub@redhat.com>
12780 * var-tracking.c (adjust_mems): Ignore ASM_OPERANDS with non-zero
12781 ASM_OPERANDS_OUTPUT_IDX.
12782 (adjust_insn): For inline asm with multiple sets ensure first
12783 ASM_OPERANDS vectors are used by all following ASM_OPERANDS in
12786 2010-07-21 Richard Henderson <rth@redhat.com>
12788 * config/i386/i386.c (setup_incoming_varargs_64): Emit a simple
12789 comparison for avoiding xmm register saves. Emit the xmm register
12791 * config/i386/i386.md (UNSPEC_SSE_PROLOGUE_SAVE): Remove.
12792 (UNSPEC_SSE_PROLOGUE_SAVE_LOW): Remove.
12793 (sse_prologue_save, sse_prologue_save_insn1, sse_prologue_save_insn):
12794 Remove patterns and the associated splitters.
12796 2010-07-21 Changpeng Fang <changpeng.fang@amd.com>
12798 * tree-ssa-loop-prefetch.c (analyze_ref): Strip off the real
12799 and imagine parts of a complex, so that they can have the same
12800 base and fall into the same group.
12802 2010-07-21 Richard Guenther <rguenther@suse.de>
12805 * tree.c (find_decls_types_r): Do not follow TREE_CHAIN
12806 of TYPE_DECLs. Do not follow TYPE_NEXT_VARIANT,
12807 TYPE_NEXT_PTR_TO, nor TYPE_NEXT_REF_TO or TYPE_CANONICAL.
12809 2010-07-21 Martin Jambor <mjambor@suse.cz>
12811 PR tree-optimization/44900
12812 * tree-sra.c (load_assign_lhs_subreplacements): Updated comments.
12813 (sra_modify_assign): Move gsi to the next statmenent unconditionally.
12815 2010-07-21 Bernd Schmidt <bernds@codesourcery.com>
12817 PR middle-end/44738
12818 * tree-ssa.c (warn_uninit): Avoid emitting an unnecessary message.
12820 2010-07-21 Richard Guenther <rguenther@suse.de>
12822 PR middle-end/45013
12823 * tree-ssa.c (useless_type_conversion_p): Dispatch to
12824 gimple_types_compatible_p only when in lto.
12825 * gimple.c (gimple_types_compatible_p): Use canonical types
12826 to speed up comparison.
12828 2010-07-21 Richard Guenther <rguenther@suse.de>
12830 * tree-flow.h (referenced_var): Move define ...
12831 * tree-flow-inline.h (referenced_var): ... here as an inline
12832 function. Assert here ...
12833 * tree-dfa.c (referenced_var_lookup): ... instead of here.
12834 * tree-ssa.c (maybe_optimize_var): Check if the variable
12835 is in referenced vars.
12836 (execute_update_addresses_taken): Remove old broken check.
12837 * gimple-pretty-print.c (pp_points_to_solution): Use
12838 referenced_var_lookup.
12839 * tree-into-ssa.c (dump_decl_set): Likewise.
12841 2010-07-21 Jakub Jelinek <jakub@redhat.com>
12844 * var-tracking.c (reverse_op): Also handle {SIGN,ZERO}_EXTEND of a MEM.
12845 * dwarf2out.c (loc_descriptor): Don't handle SIGN_EXTEND nor
12848 2010-07-20 Richard Henderson <rth@redhat.com>
12850 * vxworks.c (vxworks_emutls_var_fields): Pass locus to build_decls.
12852 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
12854 * config/arm/arm.md (thumb1_addsi3): Add alternative and split for
12855 computing the sum of the stack pointer and a large constant.
12856 * config/arm/constraints.md (M): Remove superfluous parentheses.
12857 (Pc): New constraint.
12859 2010-07-20 Jakub Jelinek <jakub@redhat.com>
12862 * cfgexpand.c (expand_debug_expr): Only look at TYPE_UNSIGNED of
12863 operand's type if exp is tcc_unary class tree.
12865 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
12867 * config/rs6000/rs6000.md (abs<mode>2_isel, nabs<mode>2_isel):
12868 Reverse sense of if_then_else condition.
12870 2010-07-20 Nathan Froyd <froydnj@codesourcery.com>
12872 * config/rs6000/rs6000.opt (mblock-move-inline-limit): New option.
12873 * config/rs6000/rs6000.c (rs6000_override_options): Set
12874 rs6000_block_move_inline_limit appropriately.
12875 (expand_block_move): Use rs6000_block_move_inline_limit.
12876 * doc/invoke.texi (mblock-move-inline-limit): Document.
12878 2010-07-20 Bernd Schmidt <bernds@codesourcery.com>
12880 * postreload.c (fixup_debug_insns): Remove arg REGNO. New args
12881 FROM and TO. All callers changed. Don't look for tracked uses,
12882 just scan the RTL for DEBUG_INSNs and substitute.
12883 (reload_combine_recognize_pattern): Call fixup_debug_insns.
12884 (reload_combine): Ignore DEBUG_INSNs.
12886 2010-07-20 Jakub Jelinek <jakub@redhat.com>
12888 * var-tracking.c (vt_expand_loc, vt_expand_loc_dummy): Bump maximum
12892 * cfgexpand.c (expand_debug_expr) <case NOP_EXPR>: Use ZERO_EXTEND
12893 or SIGN_EXTEND depending on TYPE_UNSIGNED of the operand's type
12894 instead of the result's type.
12896 2010-07-20 Richard Guenther <rguenther@suse.de>
12898 PR tree-optimization/44977
12899 * tree-ssa-dom.c (propagate_rhs_into_lhs): Do not create invalid
12902 2010-07-20 Richard Guenther <rguenther@suse.de>
12904 * lto-symtab.c (lto_symtab_merge): Use gimple_types_compatible_p.
12905 (lto_symtab_merge_decls_2): Likewise.
12906 * gimple.h (gimple_types_compatible_p): Declare.
12907 * gimple.c (gimple_queue_type_fixup): Remove.
12908 (gimple_fixup_complete_and_incomplete_subtype_p): Likewise.
12909 (gimple_compatible_complete_and_incomplete_type_p): New function.
12910 (gimple_types_compatible_p): Adjust.
12911 (gimple_register_type): Remove type fixup code.
12912 (print_gimple_types_stats): Adjust.
12913 (free_gimple_type_tables): Likewise.
12914 * lto-streamer-in.c (input_gimple_stmt): Use gimple_types_compatible_p.
12915 * tree-ssa.c (useless_type_conversion_p): Likewise.
12917 2010-07-20 Richard Guenther <rguenther@suse.de>
12919 PR middle-end/44971
12920 PR middle-end/44988
12921 * tree-ssa.c (maybe_optimize_var): New function split out from ...
12922 (execute_update_addresses_taken): ... here.
12923 (non_rewritable_mem_ref_base): Likewise.
12924 (execute_update_addresses_taken): Do not iterate over all referenced
12925 vars but just all local decls and parms.
12926 Properly check call and asm arguments and rewrite call arguments.
12928 2010-07-20 Maxim Kuvyrkov <maxim@codesourcery.com>
12930 * config.gcc (LIBC_GLIBC, LIBC_UCLIBC, LIBC_BIONIC): Move constants
12932 * config/linux.h (LINUX_TARGET_OS_CPP_BUILTINS): Move Android-specific
12934 * config/linux-android.h (ANDROID_TARGET_OS_CPP_BUILTINS): ... here.
12936 * config/arm/linux-eabi.h (TARGET_OS_CPP_BUILTINS): Use it.
12938 2010-07-19 Richard Sandiford <rdsandiford@googlemail.com>
12940 * gengtype.c (start_root_entry): New function, split out from
12941 write_root. Check whether V is null and raise an error if so.
12942 (write_field_root): Check for V being null. Don't raise an error here;
12943 set V to null instead.
12944 (write_root): Update comment above function. Use start_root_entry.
12946 2010-07-19 Xinliang David Li <davidxl@google.com>
12949 * tree-ssa-uninit.c (collect_phi_def_edges): Fix bug collecting
12951 (find_uninit_use): Add dump.
12952 (is_use_properly_guarded): Ditto.
12953 (warn_uninitialized_phi): Ditto.
12954 (execute_late_warn_uninitialized): Ditto.
12956 2010-07-19 Richard Guenther <rguenther@suse.de>
12958 PR middle-end/44941
12959 * expr.c (emit_block_move_hints): Move zero size check first.
12960 Move asserts to more useful places.
12961 * calls.c (load_register_parameters): Check for zero size.
12963 2010-07-19 Richard Henderson <rth@redhat.com>
12965 * tree-optimize.c (execute_all_early_local_passes): New. Change
12966 cgraph_state here ...
12967 (execute_early_local_optimizations): ... not here. Remove.
12968 (pass_early_local_passes, pass_all_early_optimizations): Update.
12970 2010-07-19 Bernd Schmidt <bernds@codesourcery.com>
12972 * postreload.c (reload_combine_closest_single_use): Ignore the
12973 number of uses for DEBUG_INSNs.
12974 (fixup_debug_insns): New static function.
12975 (reload_combine_recognize_const_pattern): Use it. Don't let the
12976 main loop be affected by DEBUG_INSNs.
12977 Really disallow moving adds past a jump insn.
12978 (reload_combine_recognize_pattern): Don't update use_ruid here.
12979 (reload_combine_note_use): Do it here.
12980 (reload_combine): Use control_flow_insn_p rather than JUMP_P.
12982 2010-07-19 Bingfeng Mei <bmei@broadcom.com>
12984 * ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes
12986 * loop-doloop.c (doloop_condition_get): Skip possible debug_insn.
12988 2010-07-19 Iain Sandoe <iains@gcc.gnu.org>
12990 * config/i386/darwin.h: Define darwin_emit_branch_islands.
12991 (TARGET_MACHO_BRANCH_ISLANDS): New.
12992 (FUNCTION_PROFILER): Use TARGET_MACHO_BRANCH_ISLANDS.
12993 * config/i386/i386.h (TARGET_MACHO_BRANCH_ISLANDS): Define a
12995 * config/i386/i386.c (output_pic_addr_const): Do not emit
12996 branch islands unless TARGET_MACHO_BRANCH_ISLANDS is set.
12997 (x86_output_mi_thunk): Adjust symbol creation.
12998 * config/rs6000/darwin.h: Define darwin_emit_branch_islands.
12999 Remove out of date comment.
13000 * config/rs6000/rs6000.c (print_operand): Adjust symbol.
13001 (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
13002 (DARWIN_GENERATE_ISLANDS): Ditto.
13003 (output_call): Do not emit branch islands unless
13004 darwin_emit_branch_islands is set.
13005 * config/darwin.c: Declare darwin_emit_branch_islands.
13006 (machopic_indirect_data_reference): Do not emit unless
13007 darwin_emit_branch_islands is set.
13008 (darwin_override_options): Set darwin_emit_branch_islands
13009 where it is needed.
13010 * config/darwin9.h (DARWIN_LINKER_GENERATES_ISLANDS): Remove.
13012 2010-07-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13014 * doc/sourcebuild.texi (Effective-Target Keywords): Document
13015 sse_runtime, sse2_runtime.
13017 2010-07-18 Richard Sandiford <rdsandiford@googlemail.com>
13019 * config/mips/mips.c (mips16_build_call_stub): Zero-extend the
13020 low half of a single-register SCmode return value before ORing
13021 it with the high half.
13022 * config/mips/mips16.S (MERGE_GPRf): Likewise.
13024 2010-07-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13027 * config/pa/pa.h (CONSTANT_ALIGNMENT): Align strings to BITS_PER_WORD
13030 2010-07-17 Bernd Schmidt <bernds@codesourcery.com>
13033 * postreload.c (reload_cse_move2add): Return bool, true if anything.
13034 changed. All callers changed.
13035 (move2add_use_add2_insn): Likewise.
13036 (move2add_use_add3_insn): Likewise.
13037 (reload_cse_regs): If reload_cse_move2add changed anything, rerun
13039 (RELOAD_COMBINE_MAX_USES): Bump to 16.
13040 (last_jump_ruid): New static variable.
13041 (struct reg_use): New members CONTAINING_MEM and RUID.
13042 (reg_state): New members ALL_OFFSETS_MATCH and REAL_STORE_RUID.
13043 (reload_combine_split_one_ruid, reload_combine_split_ruids,
13044 reload_combine_purge_insn_uses, reload_combine_closest_single_use
13045 reload_combine_purge_reg_uses_after_ruid,
13046 reload_combine_recognize_const_pattern): New static functions.
13047 (reload_combine_recognize_pattern): Verify that ALL_OFFSETS_MATCH
13048 is true for our reg and that we have available index regs.
13049 (reload_combine_note_use): New args RUID and CONTAINING_MEM. All
13050 callers changed. Use them to initialize fields in struct reg_use.
13051 (reload_combine): Initialize last_jump_ruid. Be careful when to
13052 take PREV_INSN of the scanned insn. Update REAL_STORE_RUID fields.
13053 Call reload_combine_recognize_const_pattern.
13054 (reload_combine_note_store): Update REAL_STORE_RUID field.
13056 2010-07-16 Jason Merrill <jason@redhat.com>
13058 * Makefile.in (opts-common.o): Depend on options.h.
13060 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
13062 * tree.c (build_common_builtin_nodes): Use build_function_type_list
13063 instead of build_function_type.
13064 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Likewise.
13065 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
13067 2010-07-16 Nathan Froyd <froydnj@codesourcery.com>
13069 * config/rs6000/rs6000.c (rs6000_emit_sISEL): Let rs6000_emit_int_cmove
13071 (rs6000_emit_int_cmove): Use function pointers for insn generation.
13072 Don't force values into registers unnecessarily.
13073 (output_isel): Assert that we're not given conditions we can't handle.
13074 Delete corresponding code.
13075 * config/rs6000/rs6000.md (isel_signed_<mode>): Use
13076 scc_comparison_operator constraint. Permit 0 for the consequent
13077 operand. Permit any GPR for the alternative operand.
13078 (isel_unsigned_<mode>): Likewise.
13080 2010-07-16 Jakub Jelinek <jakub@redhat.com>
13083 * config/i386/i386-protos.h (ix86_function_arg_boundary): Change second
13084 argument to const_tree.
13085 * config/i386/i386.c (function_arg_advance): If padding needs to be
13086 inserted before argument, increment cum->words by number of padding
13088 (contains_aligned_value_p): Change argument to const_tree.
13089 (ix86_function_arg_boundary): Change second argument to const_tree.
13091 2010-07-16 Bernd Schmidt <bernds@codesourcery.com>
13094 * function.c (record_hard_reg_sets): New static function.
13095 (assign_parm_setup_reg): If an optab for extending exists and the
13096 generated code clobbbers no hard regs, emit the insn directly and
13097 create a REG_EQUIV note.
13099 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
13101 * c-decl.c (detect_field_duplicates): Use DECL_CHAIN insted of
13103 * c-typeck.c (push_init_level): Likewise.
13104 (process_init_element): Likewise.
13106 2010-07-15 Anatoly Sokolov <aesok@post.ru>
13108 * tree.h (enum tree_index): Add TI_INTEGER_THREE.
13109 (integer_three_node): Add.
13110 * tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
13111 NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
13112 * builtins.c (expand_builtin_prefetch): Use common tree nodes instead
13113 of call build_int_cst.
13114 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
13115 * tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
13116 (find_interesting_uses_address): Ditto.
13117 * tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
13118 * tree-eh.c (lower_eh_constructs_2): Ditto.
13119 * tree-vect-loop.c (get_initial_def_for_induction): Ditto.
13120 * c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
13121 * expmed.c (expand_divmod): Ditto.
13122 * tree-mudflap.c (mx_register_decls): Ditto.
13123 * varasm.c (array_size_for_constructor): Ditto.
13124 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
13125 * c-parser.c (c_parser_postfix_expression): Ditto.
13127 2010-07-15 Bernd Schmidt <bernds@codesourcery.com>
13129 * postreload.c (last_label_ruid, first_index_reg, last_index_reg):
13130 New static variables.
13131 (reload_combine_recognize_pattern): New static function, broken out
13133 (reload_combine): Use it. Only initialize first_index_reg and
13134 last_index_reg once.
13136 2010-07-15 Richard Henderson <rth@redhat.com>
13138 * cgraphunit.c (cgraph_build_static_cdtor): Clear current_function_decl
13141 2010-07-15 Jan Hubicka <jh@suse.cz>
13143 * lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling
13144 comdats for broken gold.
13145 (lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.
13147 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
13149 * tree.h (TREE_RTL_OPERAND_CHECK): Delete.
13151 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
13153 * tree.h (DECL_CHAIN): Define.
13154 * alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
13155 * c-decl.c: Likewise.
13156 * c-parser.c: Likewise.
13157 * c-typeck.c: Likewise.
13158 * cfgexpand.c: Likewise.
13159 * cgraph.c: Likewise.
13160 * cgraphunit.c: Likewise.
13161 * combine.c: Likewise.
13162 * config/alpha/alpha.c: Likewise.
13163 * config/arm/arm.c: Likewise.
13164 * config/frv/frv.c: Likewise.
13165 * config/i386/i386.c: Likewise.
13166 * config/i386/winnt-cxx.c: Likewise.
13167 * config/ia64/ia64.c: Likewise.
13168 * config/iq2000/iq2000.c: Likewise.
13169 * config/mep/mep.c: Likewise.
13170 * config/mips/mips.c: Likewise.
13171 * config/pa/som.h: Likewise.
13172 * config/rs6000/rs6000.c: Likewise.
13173 * config/s390/s390.c: Likewise.
13174 * config/sh/sh.c: Likewise.
13175 * config/sh/symbian-cxx.c: Likewise.
13176 * config/sparc/sparc.c: Likewise.
13177 * config/spu/spu.c: Likewise.
13178 * config/stormy16/stormy16.c: Likewise.
13179 * config/vxworks.c: Likewise.
13180 * config/xtensa/xtensa.c: Likewise.
13181 * coverage.c: Likewise.
13182 * dbxout.c: Likewise.
13183 * dwarf2out.c: Likewise.
13184 * emit-rtl.c: Likewise.
13185 * expr.c: Likewise.
13186 * function.c: Likewise.
13187 * gimple-low.c: Likewise.
13188 * gimple-pretty-print.c: Likewise.
13189 * gimplify.c: Likewise.
13190 * integrate.c: Likewise.
13191 * ipa-inline.c: Likewise.
13192 * ipa-prop.c: Likewise.
13193 * ipa-split.c: Likewise.
13194 * ipa-struct-reorg.c: Likewise.
13195 * ipa-type-escape.c: Likewise.
13196 * langhooks.c: Likewise.
13197 * lto-cgraph.c: Likewise.
13198 * omp-low.c: Likewise.
13199 * stor-layout.c: Likewise.
13200 * tree-cfg.c: Likewise.
13201 * tree-complex.c: Likewise.
13202 * tree-dfa.c: Likewise.
13203 * tree-dump.c: Likewise.
13204 * tree-inline.c: Likewise.
13205 * tree-mudflap.c: Likewise.
13206 * tree-nested.c: Likewise.
13207 * tree-object-size.c: Likewise.
13208 * tree-pretty-print.c: Likewise.
13209 * tree-sra.c: Likewise.
13210 * tree-ssa-live.c: Likewise.
13211 * tree-ssa-loop-niter.c: Likewise.
13212 * tree-ssa-math-opts.c: Likewise.
13213 * tree-ssa-reassoc.c: Likewise.
13214 * tree-ssa-sccvn.c: Likewise.
13215 * tree-ssa-structalias.c: Likewise.
13216 * tree-tailcall.c: Likewise.
13217 * tree-vrp.c: Likewise.
13218 * tree.c: Likewise.
13219 * var-tracking.c: Likewise.
13220 * varasm.c: Likewise.
13222 2010-07-15 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13225 * config/spu/spu.c (spu_expand_builtin_1): Allow references
13226 (as well as pointers) as argument to mask_for_load builtins.
13228 2010-07-15 Richard Guenther <rguenther@suse.de>
13230 PR tree-optimization/44946
13231 * tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
13232 with accessing only padding properly.
13234 2010-07-15 Jan Hubicka <jh@suse.cz>
13236 * ipa.c (function_and_variable_visibility): Variables marked as used
13237 should not be localized.
13239 2010-07-15 Jan Hubicka <jh@suse.cz>
13241 * cgraph.c: Include lto-streamer.h
13242 (change_decl_assembler_name): Work when assembler name hash is at place.
13243 (cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage,
13244 be sure to rename it to avoid name clash.
13245 * ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
13246 Localize hidden symbols only when locally defined.
13248 2010-07-15 Uros Bizjak <ubizjak@gmail.com>
13250 * config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
13252 2010-07-15 Magnus Granberg <zorry@gentoo.org>
13253 Kevin F. Quinn <kevquinn@gentoo.org>
13255 * builtins.c (expand_builtin_init_trampoline): Warn for -Wtrampolines.
13256 * common.opt: Add -Wtrampolines.
13257 * doc/invoke.texi: Add -Wtrampolines.
13259 2010-07-15 Jie Zhang <jie@codesourcery.com>
13261 * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
13262 cortex_a8_issue_ls.
13264 2010-07-15 Dave Korn <dave.korn.cygwin@gmail.com>
13266 * config/i386/cygwin.h (LIBGCJ_SONAME): Update.
13267 * config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.
13269 2010-07-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13271 * config/spu/spu.c (reg_names): Remove prototype.
13272 (call_used_regs): Likewise.
13274 2010-07-14 Dave Korn <dave.korn.cygwin@gmail.com>
13276 * config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
13277 "unused" with attribute "used".
13278 (__JCR_END__): Likewise.
13279 * config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
13281 (__JCR_LIST__): Replace attribute "unused" with attribute "used".
13283 2010-07-14 Richard Guenther <rguenther@suse.de>
13285 * lto-streamer-in.c (maybe_fixup_handled_component): Remove.
13286 (maybe_fixup_decls): Likewise.
13287 (input_gimple_stmt): Do not fixup anything.
13288 * lto-streamer-out.c (output_gimple_stmt): Make sure all
13289 non-automatic variable uses are wrapped inside a MEM_REF.
13291 2010-07-14 Richard Henderson <rth@redhat.com>
13293 * passes.c (rest_of_decl_compilation): Do not call assemble_variable
13295 * varasm.c (assemble_variable): Remove early exit for functions;
13296 assert that we're given a variable.
13298 2010-07-14 Jie Zhang <jie@codesourcery.com>
13300 * config/arm/cortex-a8.md (cortex_a8_alu): Don't use
13301 cortex_a8_default when neon_type is not none.
13303 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
13305 * lower-subreg.c (subreg_context): New static bitmap.
13306 (decompose_multiword_subregs): Allocate and free it.
13307 (find_decomposable_subregs): Set a bit in it for a register that
13308 occurs in a subreg that changes mode but not size.
13309 (can_decompose_p): Test it instead of non_decomposable_context.
13311 2010-07-14 Richard Guenther <rguenther@suse.de>
13313 PR tree-optimization/44824
13314 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
13315 is_gimple_mem_ref_addr.
13316 (tree_ssa_forward_propagate_single_use_vars): Do not propagate
13317 non-decl_address_invariant_p addresses.
13319 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
13321 * reload.c (find_reloads): Revert code to penalize small register
13322 classes that was brought in with the IRA merge.
13324 2010-07-14 Richard Guenther <rguenther@suse.de>
13326 * tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
13327 as base of ARRAY_REFs.
13329 2010-07-14 Richard Guenther <rguenther@suse.de>
13331 PR middle-end/44930
13332 * tree-pretty-print.c (do_niy): Do not print a newline.
13334 2010-07-14 Bernd Schmidt <bernds@codesourcery.com>
13336 * ira-int.h (struct ira_object): New.
13337 (ira_object_t): New typedef. Add DEF_VEC_P and DEF_VEC_ALLOC_P for it.
13338 (struct ira_allocno): Remove members min, max,
13339 conflict_allocno_array, conflict_id, conflict_allocno_array_size,
13340 conflict_allocnos_num and conflict_vec_p. Add new member object.
13341 (OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
13342 OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
13343 OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
13344 OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
13345 ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
13346 ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
13347 ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
13348 ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
13349 an ira_object_t rather than ira_allocno_t. All uses changed.
13350 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
13351 contains a vector of ira_object_t; all uses changed.
13352 (ira_objects_num): Declare variable.
13353 (ira_create_allocno_object): Declare function.
13354 (ira_conflict_vector_profitable_p): Adjust prototype.
13355 (ira_allocate_conflict_vec): Renamed from
13356 ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
13357 (ira_allocate_object_conflicts): Renamed from
13358 ira_allocate_allocno_conflicts; first arg now ira_object_t.
13359 (struct ira_object_iterator): New.
13360 (ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
13361 (ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
13362 to conflict_vec_p. All uses changed.
13363 (ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
13364 Changed to take into account that conflicts are now tracked for
13366 * ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from CONFLICT_ALLOCNO_P.
13367 Args changed to accept ira_object_t. All uses changed.
13368 (allocnos_conflict_p): New static function.
13369 (collected_conflict_objects): Renamed from collected_allocno_objects;
13370 now a vector of ira_object_t. All uses changed.
13371 (build_conflict_bit_table): Changed to take into account that
13372 conflicts are now tracked for objects.
13373 (process_regs_for_copy, propagate_copies, build_allocno_conflicts)
13374 (print_allocno_conflicts, ira_build_conflicts): Likewise.
13375 * ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
13376 setup_allocno_left_conflicts_size, allocno_reload_assign,
13377 fast_allocation): Likewise.
13378 * ira-lives.c (make_hard_regno_born, make_allocno_born)
13379 process_single_reg_class_operands, process_bb_node_lives): Likewise.
13380 * ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
13382 * ira-build.c (ira_objects_num): New variable.
13383 (ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
13384 contains a vector of ira_object_t; all uses changed.
13385 (ira_object_id_map_vec): Corresponding change.
13386 (object_pool): New static variable.
13387 (initiate_allocnos): Initialize it.
13388 (finish_allocnos): Free it.
13389 (ira_create_object, ira_create_allocno_object, create_allocno_objects):
13391 (ira_create_allocno): Don't set members that were removed.
13392 (ira_set_allocno_cover_class): Don't change conflict hard regs.
13393 (merge_hard_reg_conflicts): Changed to take into account that
13394 conflicts are now tracked for objects.
13395 (ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
13396 allocate_conflict_bit_vec, ira_allocate_object_conflicts,
13397 compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
13398 setup_min_max_allocno_live_range_point, allocno_range_compare_func,
13399 setup_min_max_conflict_allocno_ids, ): Likewise.
13400 (add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
13401 to ira_object_t; all callers changed.
13402 (ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
13403 to ira_object_t, all callers changed.
13404 (clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
13405 to ira_object_t, all callers changed.
13406 (conflict_check, curr_conflict_check_tick): Renamed from
13407 allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
13409 (compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
13410 arg changed to ira_object_t, all callers changed.
13411 (create_cap_allocno): Call ira_create_allocno_object.
13412 (finish_allocno): Free the corresponding object.
13413 (sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
13414 callers changed. Adjusted for dealing with objects.
13415 (ira_build): Call create_allocno_objects after ira_costs. Adjusted for
13416 dealing with objects.
13417 * ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.
13419 * ira-int.h (struct live_range): Rename allocno member to object
13420 and change type to ira_object_t.
13421 (struct ira_object): New member live_ranges.
13422 (struct ira_allocno): Remove member live_ranges.
13423 (ALLOCNO_LIVE_RANGES): Remove.
13424 (OBJECT_LIVE_RANGES): New macro.
13425 (ira_create_live_range, ira_copy_live_range_list,
13426 ira_merge_live_range_list, ira_live_ranges_intersect_p,
13427 ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
13428 * ira-build.c (ira_create_object): Initialize live ranges here.
13429 (ira_create_allocno): Not here.
13430 (ira_create_live_range): Rename from ira_create_allocno_live_range, arg
13431 changed to ira_object_t, all callers changed.
13432 (copy_live_range): Rename from copy_allocno_live_range, all callers
13434 (ira_copy_live_range_list): Rename from
13435 ira_copy_allocno_live_range_list, all callers changed.
13436 (ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
13437 all callers changed.
13438 (ira_live_ranges_intersect_p): Rename from
13439 ira_allocno_live_ranges_intersect_p, all callers changed.
13440 (ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
13442 (ira_finish_live_range_list): Rename from
13443 ira_finish_allocno_live_range_list, all callers changed.
13444 (change_object_in_range_list): Rename from change_allocno_in_range_list,
13445 last arg changed to ira_object_t, all callers changed.
13446 (finish_allocno): Changed to expect live ranges in the allocno's object.
13447 (move_allocno_live_ranges, copy_allocno_live_ranges,
13448 update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
13449 ira_flattening, ira_build): Likewise.
13450 * ira-color.c (allocnos_have_intersected_live_ranges_p,
13451 slot_coalesced_allocno_live_ranges_intersect,
13452 setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
13453 * ira-conflicts.c (build_conflict_bit_table): Likewise.
13454 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
13455 * ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
13456 make_allocno_dead, create_start_finish_chains,
13457 remove_some_program_points_and_update_live_ranges,
13458 ira_debug_live_range_list): Likewise.
13460 * ira-int.h (ira_object_conflict_iterator): Rename from
13461 ira_allocno_conflict_iterator.
13462 (ira_object_conflict_iter_init): Rename from
13463 ira_allocno_conflict_iter_init, second arg changed to
13464 * ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
13465 FOR_EACH_ALLOCNO_CONFLICT.
13466 * ira-color.c (assign_hard_reg, push_allocno_to_stack)
13467 setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
13468 ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
13469 * ira-conflicts.c (print_allocno_conflicts): Likewise.
13471 2010-07-13 Joern Rennecke <joern.rennecke@embecosm.com>
13474 * tree-dump.c (dump_options): Add enumerate_locals entry.
13475 Add TDF_NOID exclusion to all entry.
13476 * tree-dump.h (dump_enumerated_decls): Declare.
13477 * tree-pretty-print.c (dump_generic_node): For TDF_NOID,
13478 Don't display type uid.
13479 (print_declaration): Don't crash on TREE_TYPE (t) == 0.
13480 * tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
13481 * tree-ssa-live.c: Include gimple.h.
13482 (numbered_tree_d): New struct.
13483 (numbered_tree): New typedef.
13484 (DEF_VEC_O (numbered_tree): New.
13485 (DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
13486 (compare_decls_by_uid, dump_enumerated_decls_push): New functions.
13487 (dump_enumerated_decls): Likewise.
13488 * tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
13489 debug info and flag_dump_final_insns, call dump_enumerated_decls.
13490 * tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
13491 * Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
13493 2010-07-13 Richard Sandiford <rdsandiford@googlemail.com>
13495 * expmed.h (MAX_BITS_PER_WORD): Move to...
13496 * defaults.h (MAX_BITS_PER_WORD): ...here.
13498 2010-07-13 DJ Delorie <dj@redhat.com>
13500 * config/h8300/h8300.c (h8300_init_once): Default to
13501 -fstrict_volatile_bitfields.
13503 * config/sh/sh.c (sh_override_options): Default to
13504 -fstrict_volatile_bitfields.
13506 * config/rx/rx.c (rx_option_override): New.
13508 * config/m32c/m32c.c (m32c_override_options): Default to
13509 -fstrict_volatile_bitfields.
13511 2010-07-13 Nathan Froyd <froydnj@codesourcery.com>
13513 * tree.h (build_function_call_expr): Delete.
13514 (build_call_expr_loc_array): New function.
13515 (build_call_expr_loc_vec): New function.
13516 * tree-flow.h (struct omp_region): Change type of ws_args field
13518 * builtins.c (build_function_call_expr): Delete.
13519 (build_call_expr_loc_array): New function.
13520 (build_call_expr_loc): Call it. Use XALLOCAVEC.
13521 (build_call_expr): Likewise.
13522 (build_call_expr_loc_vec): New function.
13523 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
13524 build_function_call_expr.
13525 * expr.c (emutls_var_address): Likewise.
13526 * varasm.c (emutls_common_1): Likewise.
13527 * omp-low.c (expand_omp_atomic_mutex): Likewise.
13528 (expand_omp_taskreg): Adjust for new type of region->ws_args.
13529 (get_ws_args_for): Return a VEC instead of a tree.
13530 (expand_parallel_call): Call build_call_expr_loc_vec instead of
13531 build_function_call_expr.
13532 * stor-layout.c (self_referential_size): Likewise.
13534 2010-07-13 Jakub Jelinek <jakub@redhat.com>
13537 * recog.c (constrain_operands): Allow side-effects in memory
13538 operands if either < or > constraint is used, rather than if
13539 both < and > is used.
13541 2010-07-13 Richard Guenther <rguenther@suse.de>
13543 PR middle-end/44911
13544 * tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
13545 MEM_REF pointer type dumping. Avoid recursing for TYPE_DECLs
13548 2010-07-13 Kaz Kojima <kkojima@gcc.gnu.org>
13551 * mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
13552 to variable emited.
13553 * config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
13554 * config/sh/sh.md (symGOT_load): Likewise.
13555 (symDTPOFF2reg): Likewise.
13556 (symTPOFF2reg): Likewise.
13558 2010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13560 * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
13561 * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c.
13563 2010-07-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13565 * config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
13567 Find ucontext_t * on Solaris 11.
13568 (x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
13569 Handle new Solaris 11 __sighndlr patterns.
13571 2010-07-13 Jakub Jelinek <jakub@redhat.com>
13574 * vec.h (VEC_block_remove): Fix comment.
13575 * tree-ssa-live.c (remove_unused_locals): Don't use
13576 VEC_unordered_remove on local_decls, instead replace a single
13577 vector element in each iteration if at least one element had
13578 to be removed and VEC_truncate at the end.
13579 * omp-low.c (expand_omp_taskreg): Likewise.
13581 2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
13583 * c-decl.c (finish_function): Fix typo in comment.
13585 2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
13588 * postreload.c (move2add_use_add3_insn): Silence gcc warning
13591 2010-07-12 Jakub Jelinek <jakub@redhat.com>
13593 * tree-vrp.c (simplify_bit_ops_using_ranges): New function.
13594 (simplify_stmt_using_ranges): Use it.
13596 2010-07-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13598 * config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
13599 member. Do not mark as GTY(()).
13600 * config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
13601 (spu_builtin_decls): New static variable.
13602 (spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
13603 (spu_init_builtins): Likewise.
13604 (spu_builtin_mul_widen_even): Likewise.
13605 (spu_builtin_mul_widen_odd): Likewise.
13606 (spu_builtin_mask_for_load): Likewise.
13607 (spu_builtin_vec_perm): Likewise.
13608 * config/spu/spu-c.c: Include "target.h".
13609 (spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
13610 of using spu_builtins[].fndecl.
13612 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13614 * config/mips/mips.c (mips_override_options): Make -mflip-mips16
13615 imply -minterlink-mips16.
13617 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13619 * config/mips/mips.h (mips16_globals): Declare.
13620 (SWITCHABLE_TARGET): Define.
13621 * config/mips/mips.c: Include target-globals.h.
13622 (mips16_globals): New variable.
13623 (mips_set_mips16_mode): Use save_target_globals and
13624 restore_target_globals instead of target_reinit.
13626 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13628 * reginfo.c (init_reg_sets): Don't zero globals here. Update comment
13629 to say that the function can be called more than once.
13630 * target-globals.c (save_target_globals): Call init_reg_sets.
13632 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13634 * Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
13635 * bb-reorder.h: New file.
13636 * bb-reorder.c (default_target_bb_reorder): New variable.
13637 (this_target_bb_reorder): New conditional variable.
13638 (uncond_jump_length): Redefine as a macro.
13639 * target-globals.h (this_target_bb_reorder): Declare.
13640 (target_globals): Add a bb_reorder field.
13641 (restore_target_globals): Copy the bb_reorder field to
13642 this_target_bb-reorder.
13643 * target-globals.c: Include bb-reorder.h.
13644 (default_target_globals): Initialize the bb_reorder field.
13645 (save_target_globals): Likewise.
13647 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13649 * Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
13650 * gcse.h: New file.
13651 * gcse.c: Include gcse.h.
13652 (default_target_gcse): New variable.
13653 (this_target_gcse): New conditional variable.
13654 (can_copy): Redefine as a macro.
13655 (can_copy_init_p): New macro.
13656 (can_copy_p): Remove can_copy_init_p.
13657 * target-globals.h (this_target_gcse): Declare.
13658 (target_globals): Add a gcse field.
13659 (restore_target_globals): Copy the gcse field to this_target_gcse.
13660 * target-globals.c: Include gcse.h.
13661 (default_target_globals): Initialize the gcse field.
13662 (save_target_globals): Likewise.
13664 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13666 * ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
13667 and x_ira_prohibited_mode_move_regs_initialized_p.
13668 (ira_prohibited_mode_move_regs): Redefine as a macro.
13669 * ira.c (ira_prohibited_mode_move_regs): Delete.
13670 (ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.
13672 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13674 * reload.h (target_reload): Add x_cached_reg_save_code and
13675 x_cached_reg_restore_code.
13676 * caller-save.c (cached_reg_save_code, cached_reg_restore_code):
13677 Redefine as macros.
13679 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13681 * Makefile.in (target-globals.o): Depend on builtins.h.
13682 * builtins.h: New file.
13683 * builtins.c: Include builtins.h.
13684 (default_target_builtins): New variable.
13685 (this_target_builtins): New conditional variable.
13686 (apply_args_mode, apply_result_mode): Redefine as macros.
13687 * target-globals.h (this_target_builtins): Declare.
13688 (target_globals): Add a builtins field.
13689 (restore_target_globals): Copy the builtins field to
13690 this_target_builtins.
13691 * target-globals.c: Include builtins.h.
13692 (default_target_globals): Initialize the builtins field.
13693 (save_target_globals): Likewise.
13695 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13697 * expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
13698 (algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
13700 (target_expmed): Add x_alg_hash and x_alg_hash_used_p.
13701 (alg_hash, alg_hash_used_p): New macros.
13702 * expmed.c (init_expmed): Clear alg_hash if reinitializing.
13703 (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
13704 (alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.
13706 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13708 * ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
13709 x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
13710 * ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
13711 (this_op_costs, costs_classes): Redefine as macros.
13712 (record_reg_classes): Don't take op_costs as a parameter.
13713 (record_operand_costs): Likewise. Update calls to record_reg_classes.
13714 (scan_one_insn): Update call to record_operand_costs.
13716 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13718 * Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
13719 * ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
13720 (target_ira_int): New structure.
13721 (default_target_ira_int): Declare.
13722 (this_target_ira_int): Declare as a variable or define as a macro.
13723 (ira_reg_mode_hard_regset, ira_register_move_cost)
13724 (ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
13725 (ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
13726 (prohibited_class_mode_regs, ira_important_classes_num)
13727 (ira_important_classes, ira_reg_class_intersect)
13728 (ira_reg_classes_intersect_p, ira_reg_class_super_classes)
13729 (ira_reg_class_union): Redefine as macros.
13730 * ira.h (target_ira): New structure.
13731 (default_target_ira): Declare.
13732 (this_target_ira): Declare as a variable or define as a macro.
13733 (ira_available_class_regs, ira_hard_regno_cover_class)
13734 (ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
13735 (ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
13736 (ira_class_hard_regs_num): Redefine as macros.
13737 * ira.c (default_target_ira, default_target_ira_int): New variables.
13738 (this_target_ira, this_target_ira_int): New conditional variables.
13739 (ira_reg_mode_hard_regset, ira_memory_move_cost)
13740 (ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
13741 (ira_class_subset_p): Delete.
13742 (no_unit_alloc_regs): Redefine as a macro.
13743 (ira_class_hard_regs, ira_non_ordered_class_hard_regs)
13744 (ira_class_hard_regs_num, ira_class_hard_reg_index)
13745 (ira_available_class_regs): Delete.
13746 (alloc_reg_class_subclasses): Redefine as a macro.
13747 (ira_reg_class_cover_size, ira_reg_class_cover)
13748 (ira_important_classes_num, ira_important_classes)
13749 (ira_important_class_nums, ira_class_translate): Delete.
13750 (cover_class_order): Document the variable's lifetime.
13751 (reorder_important_classes): Don't set ira_important_class_nums.
13752 (ira_reg_class_intersect, ira_reg_classes_intersect_p)
13753 (ira_reg_class_super_classes, ira_reg_class_union)
13754 (ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
13756 (setup_reg_class_nregs): Don't set ira_max_regs.
13757 (prohibited_class_mode_regs): Delete.
13758 * target-globals.h (this_target_ira, this_target_ira_int): Declare.
13759 (target_globals): Add ira and ira_int fields.
13760 (restore_target_globals): Copy the ira field to this_target_ira
13761 and the ira_int field to this_target_ira_int.
13762 * target-globals.c: Include ira-int.h.
13763 (default_target_globals): Initialize the ira and ira_int fields.
13764 (save_target_globals): Likewise.
13766 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13768 * Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
13769 * cfgloop.h (target_cfgloop): New structure.
13770 (default_target_cfgloop): Declare.
13771 (this_target_cfgloop): Declare as a variable or define as a macro.
13772 (target_avail_regs, target_clobbered_regs, target_res_regs)
13773 (target_reg_cost, target_spill_cost): Redefine as macros.
13774 * cfgloopanal.c (default_target_cfgloop): New variable.
13775 (this_target_cfgloop): New conditional variable.
13776 (target_avail_regs, target_clobbered_regs, target_res_regs)
13777 (target_reg_cost, target_spill_cost): Delete.
13778 * target-globals.h (this_target_cfgloop): Declare.
13779 (target_globals): Add a cfgloop field.
13780 (restore_target_globals): Copy the cfgloop field to
13781 this_target_cfgloop.
13782 * target-globals.c: Include cfgloop.h.
13783 (default_target_globals): Initialize the cfgloop field.
13784 (save_target_globals): Likewise.
13786 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13788 * regs.h (target_regs): Add x_direct_load, x_direct_store and
13789 x_float_extend_from_mem.
13790 (direct_load, direct_store, float_extend_from_mem): New macros.
13791 * expr.c (direct_load, direct_store, float_extend_from_mem): Delete.
13793 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13795 * Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
13796 (target-globals.o): Depend on $(LIBFUNCS_H).
13797 * libfuncs.h: Include hashtab.h.
13798 (libfunc_entry): Moved from optabs.c.
13799 (target_libfuncs): New structure.
13800 (default_target_libfuncs): Declare.
13801 (this_target_libfuncs): Declare as a variable or define as a macro.
13802 (libfunc_table): Redefine as a macro.
13803 * optabs.c (default_target_libfuncs): New variable.
13804 (this_target_libfuncs): New conditional variable.
13805 (libfunc_table): Delete.
13806 (libfunc_entry): Moved to optabs.h.
13807 (libfunc_hash): Redefine as a macro.
13808 (hash_libfunc, eq_libfunc): Fix comments.
13809 (init_optabs): Use libfunc_hash to detect cases where the function
13810 has already been called. Clear the hash table instead of
13812 * target-globals.h (this_target_libfuncs): Declare.
13813 (target_globals): Add a libfuncs field.
13814 (restore_target_globals): Copy the libfuncs field to
13815 this_target_libfuncs.
13816 * target-globals.c: Include libfuncs.h.
13817 (default_target_globals): Initialize the libfuncs field.
13818 (save_target_globals): Likewise.
13820 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13822 * Makefile.in (LIBFUNCS_H): New variable. Use instead of libfuncs.h
13823 in all dependency lists.
13825 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13827 * Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
13828 * optabs.h (target_optabs): New structure.
13829 (default_target_optabs): Declare.
13830 (this_target_optabs): Declare as a variable or define as a macro.
13831 (optab_table, convert_optab_table, direct_optab_table): Redefine
13833 * optabs.c (default_target_optabs): New variable.
13834 (this_target_optabs): New conditional variable.
13835 (optab_table, convert_optab_table, direct_optab_table): Delete.
13836 * target-globals.h (this_target_optabs): Declare.
13837 (target_globals): Add a optabs field.
13838 (restore_target_globals): Copy the optabs field to
13839 this_target_optabs.
13840 * target-globals.c: Include expr.h and optabs.h.
13841 (default_target_globals): Initialize the optabs field.
13842 (save_target_globals): Likewise.
13844 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13846 * flags.h (target_flagstate): Add x_flag_excess_precision.
13847 (flag_excess_precision): Redefine as a macro.
13848 * toplev.c (flag_excess_precision): Delete.
13850 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13852 * defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
13853 * libgcc2.c (MIN_UNITS_PER_WORD): Delete.
13854 * hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
13855 (no_caller_save_reg_set): Redefine as a macro.
13856 * reload.h (target_reload): Add x_caller_save_initialized_p and
13858 (caller_save_initialized_p): Redefine as a macro.
13859 * caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
13860 (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
13861 (regno_save_mode): Redefine as a macro.
13863 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13865 * Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
13866 * expmed.h: New file.
13867 * expmed.c (default_target_costs): New variable.
13868 (this_target_costs): New conditional variable.
13869 (sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
13870 (shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
13871 (sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
13872 * target-globals.h (this_target_expmed): Declare.
13873 (target_globals): Add a expmed field.
13874 (restore_target_globals): Copy the expmed field to
13875 this_target_expmed.
13876 * target-globals.c: Include expmed.h.
13877 (default_target_globals): Initialize the expmed field.
13878 (save_target_globals): Likewise.
13880 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13882 * Makefile.in (target-globals.o): Depend on reload.h.
13883 * reload.h (target_reload): New structure.
13884 (default_target_reload): Declare.
13885 (this_target_reload): Declare as a variable or define as a macro.
13886 (indirect_symref_ok, double_reg_address_ok): Redefine as macros.
13887 * reload1.c (default_target_reload): New variable
13888 (this_target_reload): New conditional variable.
13889 (indirect_symref_ok, double_reg_address_ok): Delete.
13890 (spill_indirect_levels): Redefine as a macro.
13891 * target-globals.h (this_target_reload): Declare.
13892 (target_globals): Add a reload field.
13893 (restore_target_globals): Copy the reload field to
13894 this_target_reload.
13895 * target-globals.c: Include hard-reg-set.h.
13896 (default_target_globals): Initialize the reload field.
13897 (save_target_globals): Likewise.
13899 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13901 * rtl.h (target_rtl): Add x_static_reg_base_value.
13902 * alias.c (static_reg_base_value): Redefine as a macro.
13904 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13906 * Makefile.in (reginfo.o): Don't depend on $(GGC_H) or gt-reginfo.h.
13907 (GTFILES): Remove reginfo.c.
13908 * rtl.h (target_rtl): Add x_top_of_stack.
13909 (top_of_stack): New macro.
13910 * reginfo.c: Don't include ggc.h or gt-reginfo.h.
13911 (top_of_stack): Delete.
13913 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13915 * regs.h (target_regs): Add x_hard_regs_of_mode,
13916 x_contains_reg_of_mode, x_move_cost, x_may_move_in_cost,
13917 x_may_move_out_cost and x_last_mode_for_init_move_cost.
13918 (have_regs_of_mode, contains_reg_of_mode, move_cost)
13919 (may_move_in_cost, may_move_out_cost): Redefine as macros.
13920 * reginfo.c (have_regs_of_mode, contains_reg_of_mode, move_cost)
13921 (may_move_in_cost, may_move_out_cost): Delete.
13922 (last_mode_for_init_move_cost): Redefine as a macro.
13924 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13926 * hard-reg-set.h (target_hard_regs): New structure.
13927 (default_target_hard_regs): Declare.
13928 (this_target_hard_regs): Declare as a variable or define as a macro.
13929 (fixed_regs, fixed_reg_set, call_used_regs, call_really_used_regs)
13930 (call_used_reg_set, call_fixed_reg_set, regs_invalidated_by_call)
13931 (reg_alloc_order, inv_reg_alloc_order, reg_class_contents)
13932 (reg_class_size, reg_class_subclasses, reg_class_subunion)
13933 (reg_class_superunion, reg_names): Redefine as macros.
13934 * reginfo.c (fixed_regs, fixed_reg_set, call_used_regs)
13935 (call_used_reg_set, call_really_used_regs, call_fixed_reg_set)
13936 (regs_invalidated_by_call, reg_alloc_order, inv_reg_alloc_order)
13937 (reg_class_contents, reg_class_size, reg_class_subclasses)
13938 (reg_class_subunion, reg_class_superunion, reg_names): Delete.
13939 (default_target_hard_regs): New variable
13940 (this_target_hard_regs, initial_call_really_used_regs)
13941 (initial_reg_alloc_order): New conditional variables.
13942 (initial_reg_names): New variable.
13943 (init_reg_sets): Assert that initial_call_really_used_regs,
13944 initial_reg_alloc_order and initial_reg_names
13945 are all the same size as their variable counterparts. Use them to
13946 initialize those counterparts.
13947 * target-globals.h (this_target_hard_regs): Declare.
13948 (target_globals): Add a hard_regs field.
13949 (restore_target_globals): Copy the hard_regs field to
13950 this_target_hard_regs.
13951 * target-globals.c: Include hard-reg-set.h.
13952 (default_target_globals): Initialize the hard_regs field.
13953 (save_target_globals): Likewise.
13955 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13957 * Makefile.in (target-globals.o): Depend on $(RTL_H).
13958 * rtl.h (target_rtl): New structure.
13959 (default_target_rtl): Declare.
13960 (this_target_rtl): Declare as a variable or define as a macro.
13961 (global_rtl, pic_offset_table_rtx, return_address_pointer_rtx):
13962 Redefine as macros.
13963 * emit-rtl.c (default_target_rtl): New variable.
13964 (this_target_rtl): New conditional variable.
13965 (global_rtl, static_regno_reg_rtx, pic_offset_table_rtx)
13966 (return_address_pointer_rtx): Delete.
13967 (initial_regno_reg_rtx): New macro.
13968 (init_emit): Use initial_regno_reg_rtx instead of static_regno_reg_rtx.
13969 (init_emit_regs): Likewise.
13970 * target-globals.h (this_target_rtl): Declare.
13971 (target_globals): Add a rtl field.
13972 (restore_target_globals): Copy the rtl field to this_target_rtl.
13973 * target-globals.c: Include rtl.h.
13974 (default_target_globals): Initialize the rtl field.
13975 (save_target_globals): Likewise.
13977 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13979 * Makefile.in (target-globals.o): Depend on $(REGS_H).
13980 * regs.h (target_reg_modes): New structure.
13981 (default_target_reg_modes): Declare.
13982 (this_target_reg_modes): Declare as a variable or define as a macro.
13983 (hard_regno_nregs, reg_raw_mode): Redefine as macros.
13984 * reginfo.c (default_target_reg_modes): New variable.
13985 (this_target_reg_modes): New conditional variable.
13986 (hard_regno_nregs, reg_raw_mode): Delete.
13987 * target-globals.h (this_target_regs): Declare.
13988 (target_globals): Add a regs field.
13989 (restore_target_globals): Copy the regs field to this_target_regs.
13990 * target-globals.c: Include regs.h.
13991 (default_target_globals): Initialize the regs field.
13992 (save_target_globals): Likewise.
13994 2010-07-12 Richard Sandiford <rdsandiford@googlemail.com>
13996 * doc/tm.texi.in (SWITCHABLE_TARGET): Document.
13997 * doc/tm.texi: Regenerate.
13998 * Makefile.in (OBJS-common): Add target-globals.o.
13999 (gtype-desc.o): Depend on $(IPA_PROP_H), $(LTO_STREAMER_H)
14000 and target-globals.h.
14001 (target-globals.o): New rule.
14002 (GTFILES): Include $(srcdir)/target-globals.h.
14003 * defaults.h (SWITCHABLE_TARGET): Define.
14004 * gengtype.c (open_base_files): Add target-globals.h to the
14006 * target-globals.h: New file.
14007 * target-globals.c: Likewise.
14009 * Makefile.in (target-globals.o): Depend on $(FLAGS_H).
14010 * flags.h (target_flag_state): New structure.
14011 (default_target_flag_state): Declare.
14012 (this_target_flag_state): Declare as a variable or define as a macro.
14013 (align_loops_log): Redefine as a macro.
14014 (align_loops_max_skip, align_jumps_log): Likewise.
14015 (align_jumps_max_skip, align_labels_log): Likewise.
14016 (align_labels_max_skip, align_functions_log): Likewise.
14017 * toplev.c (default_target_flag_state): New variable.
14018 (this_target_flag_state): New conditional variable.
14019 (align_loops_log): Delete.
14020 (align_loops_max_skip, align_jumps_log): Likewise.
14021 (align_jumps_max_skip, align_labels_log): Likewise.
14022 (align_labels_max_skip, align_functions_log): Likewise.
14023 * target-globals.h (this_target_flag_state): Declare.
14024 (target_globals): Add a flag_state field.
14025 (restore_target_globals): Copy the flag_state field to
14026 this_target_flag_state.
14027 * target-globals.c: Include flags.h.
14028 (default_target_globals): Initialize the flag_state field.
14029 (save_target_globals): Likewise.
14031 2010-07-12 Jie Zhang <jie@codesourcery.com>
14033 * postreload.c (reg_symbol_ref[]): New.
14034 (move2add_use_add2_insn): New.
14035 (move2add_use_add3_insn): New.
14036 (reload_cse_move2add): Handle SYMBOL + OFFSET case.
14037 (move2add_note_store): Likewise.
14039 2010-07-12 Joern Rennecke <joern.rennecke@embecosm.com>
14041 PR rtl-optimization/44752
14042 * genautomata.c (main): Don't emit an empty file even if there
14045 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14047 * config/i386/i386.c (ix86_sol10_return_in_memory): Rename to
14048 ix86_solaris_return_in_memory.
14049 * config/i386-protos.h: Reflect this.
14050 * config/i386/vx-common.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
14051 * config/i386/sol2-10.h (SUBTARGET_RETURN_IN_MEMORY): Likewise.
14053 * config/i386/sol2.h (SUBTARGET_RETURN_IN_MEMORY): ... here.
14055 2010-07-12 Jie Zhang <jie@codesourcery.com>
14057 * config/arm/arm.c (arm_get_frame_offsets): Don't use r3 to
14058 align the stack when it's going to be saved.
14060 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14063 * config/host-solaris.c (mmap_fixed): New function.
14064 (sol_gt_pch_get_address): Use it.
14065 (sol_gt_pch_use_address): Likewise.
14067 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
14069 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
14070 pentiumpro on Solaris 8 and 9/x86.
14071 * doc/install.texi (Specific, i?86-*-solaris2.[89]): Recommend GNU as.
14072 Document SSE/SSE2 support.
14073 * doc/sourcebuild.texi (Effective-Target Keywords): Document sse.
14075 2010-07-12 Andi Kleen <ak@linux.intel.com>
14077 * lto-symtab.c (lto_symtab_merge_decls_1): Use fatal_error
14078 instead of gcc_assert to print better error message for multiple
14081 2010-07-12 Uros Bizjak <ubizjak@gmail.com>
14083 * config/i386/i386.c (ix86_asm_output_function_label): Change format
14084 string placeholder from 0x%x to %#x.
14085 (ix86_code_end): Use putc to output '\n'.
14086 (ix86_print_operand) <case ';'>: Use putc to output ';'.
14088 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
14090 * config/i386/winnt.c (i386_pe_file_end): Quote symbol name
14091 in directive -export.
14093 2010-07-10 Anatoly Sokolov <aesok@post.ru>
14095 * reginfo.h (reg_classes_intersect_p): Change arguments type to
14097 * rtl.h (reg_classes_intersect_p): Adjust prototype.
14099 * config/rs6000/rs6000.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
14101 * config/rs6000/rs6000-protos.h (rs6000_register_move_cost,
14102 rs6000_memory_move_cost): Remove
14103 * config/rs6000/rs6000.c (TARGET_REGISTER_MOVE_COST,
14104 TARGET_MEMORY_MOVE_COST): Define.
14105 (rs6000_register_move_cost): Make static. Change arguments type from
14106 enum reg_class to reg_class_t. Adjust rs6000_memory_move_cost calls.
14107 (rs6000_memory_move_cost): Make static. Change arguments type from
14108 'enum reg_class' to reg_class_t.
14110 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>
14112 PR middle-end/42505
14113 * tree-inline.c (estimate_num_insns): Refactor builtin complexity
14114 lookup code into....
14115 * builtins.c (is_simple_builtin, is_inexpensive_builtin): ...these
14117 * tree.h (is_simple_builtin, is_inexpensive_builtin): Declare.
14118 * cfgloopanal.c (target_clobbered_regs): Define.
14119 (init_set_costs): Initialize target_clobbered_regs.
14120 (estimate_reg_pressure_cost): Add call_p argument. When true,
14121 adjust the number of available registers to exclude the
14122 call-clobbered registers.
14123 * cfgloop.h (target_clobbered_regs): Declare.
14124 (estimate_reg_pressure_cost): Adjust declaration.
14125 * tree-ssa-loop-ivopts.c (struct ivopts_data): Add body_includes_call.
14126 (ivopts_global_cost_for_size): Pass it to estimate_reg_pressure_cost.
14127 (determine_set_costs): Dump target_clobbered_regs.
14128 (loop_body_includes_call): New function.
14129 (tree_ssa_iv_optimize_loop): Use it to initialize new field.
14130 * loop-invariant.c (gain_for_invariant): Adjust arguments to pass
14131 call_p flag through.
14132 (best_gain_for_invariant): Likewise.
14133 (find_invariants_to_move): Likewise.
14134 (move_single_loop_invariants): Likewise, using already-computed
14137 2010-07-10 Richard Guenther <rguenther@suse.de>
14138 Joern Rennecke <joern.rennecke@embecosm.com>
14141 * tree-ssa-live.c (mark_all_vars_used_1): Set TREE_USED for LABEL_DECL.
14142 (remove_unused_scope_block_p): Don't drop TREE_USED LABEL_DECLs
14143 unless they have DECL_IGNORED_P set.
14145 2010-07-10 Richard Guenther <rguenther@suse.de>
14148 * gimple.c (gimple_fixup_complete_and_incomplete_subtype_p): New
14150 (gimple_types_compatible_p): Similar to pointed-to
14151 types allow and merge a mix of complete and incomplete aggregate.
14152 Use gimple_fixup_complete_and_incomplete_subtype_p for that.
14153 (iterative_hash_gimple_type): Adjust for that.
14155 2010-07-10 Richard Sandiford <r.sandiford@uk.ibm.com>
14157 * tree.h (DECL_REPLACEABLE_P): Strengthen check for weak symbols.
14159 2010-07-10 Iain Sandoe <iains@gcc.gnu.org>
14162 * config/darwin.c (output_objc_section_asm_op): Save and restore
14163 section when outputting ObjC section list.
14165 2010-07-09 Jan Hubicka <jh@suse.cz>
14167 * lto-streamer-out.c (produce_symtab): Do not write alias
14168 cgraph/varpool nodes.
14170 2010-07-09 Jan Hubicka <jh@suse.cz>
14172 * tree-inline.c (declare_return_variable): Fix ICE while
14173 inlining DECL_BY_VALUE function not in SSA form
14175 2010-07-09 Changpeng Fang <changpeng.fang@amd.com>
14177 PR tree-optimization/44576
14178 * tree-ssa-loop-prefetch.c (trip_count_to_ahead_ratio_too_small_p):
14179 New. Pull out from is_loop_prefetching_profitable to implement
14180 the trip count to ahead ratio heuristic.
14181 (mem_ref_count_reasonable_p): New. Pull out from
14182 is_loop_prefetching_profitable to implement the instruction to
14183 memory reference ratio heuristic. Also consider not reasonable if
14184 the memory reference count is above a threshold (to avoid
14185 explosive compilation time.
14186 (insn_to_prefetch_ratio_too_small_p): New. Pull out from
14187 is_loop_prefetching_profitable to implement the instruction to
14188 prefetch ratio heuristic.
14189 (is_loop_prefetching_profitable): Removed.
14190 (loop_prefetch_arrays): Distribute the cost analysis across the
14191 function to allow early exit of the prefetch analysis.
14192 is_loop_prefetching_profitable is splitted into three functions,
14193 with each one called as early as possible.
14194 (PREFETCH_MAX_MEM_REFS_PER_LOOP): New. Threshold above which the
14195 number of memory references in a loop is considered too many.
14197 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
14199 * reload.c (find_reloads): Don't clear badop if we have a winreg
14200 alternative, but not win, and the class only has fixed regs.
14201 * hard-reg-set.h (class_only_fixed_regs): Declare.
14202 * reginfo.c (class_only_fixed_regs): New array.
14203 (init_reg_sets_1): Initialize it.
14204 * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn): Don't
14205 discourage alternatives using the stack pointer.
14207 * config/arm/arm.md (addsi3_cbranch): Switch alternatives 0 and 1.
14209 * config/arm/arm.md (Thumb-1 ldrsb peephole): New.
14211 * config/arm/arm.md (cbranchqi4): Fix array size.
14212 (addsi3_cbranch): Also andle alternative 2 like alternative 3 when
14213 calculating length.
14215 2010-07-09 Richard Guenther <rguenther@suse.de>
14217 * gimple.c (struct type_fixup_s): New struct and VEC type.
14218 (gimple_register_type_fixups): New static global.
14219 (gimple_queue_type_fixup): New function.
14220 (gimple_types_compatible_p): Queue type fixups instead of
14221 applying them here.
14222 (gimple_register_type): Apply queued fixups for the
14223 canonical type. Empty the type fixup queue.
14225 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
14227 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Fix test.
14228 * configure: Regenerate.
14229 * config.in: Ditto.
14231 2010-07-09 Jakub Jelinek <jakub@redhat.com>
14232 Denys Vlasenko <dvlasenk@redhat.com>
14233 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
14235 PR tree-optimization/28632
14236 * tree-vrp.c (zero_nonzero_bits_from_vr): New function.
14237 (extract_range_from_binary_expr): Further optimize
14238 BIT_AND_EXPR and BIT_IOR_EXPR.
14240 2010-07-09 Sebastian Pop <sebastian.pop@amd.com>
14242 * tree-if-conv.c (fold_or_predicates): New.
14243 (add_to_predicate_list): Call it.
14245 2010-07-09 Richard Guenther <rguenther@suse.de>
14247 PR middle-end/44890
14248 * tree-ssa-address.c (create_mem_ref_raw): Only build a MEM_REF
14249 if base is a pointer.
14250 * tree-cfg.c (verify_expr): Update MEM_REF checking.
14252 2010-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
14255 * config/rs6000/rs6000.c (rs6000_expand_builtin): Use
14256 POINTER_TYPE_P instead of checking only for POINTER_TYPE for the
14257 builtin mask for load/store builtins.
14259 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
14261 * configure.ac (gcc_cv_as_ix86_rep_lock_prefix): Also check
14263 * configure: Regenerate.
14264 * config/i386/i386.c (ix86_print_operand) <case ';'>:
14265 Remove TARGET_MACHO.
14267 2010-07-09 Peter Bergner <bergner@vnet.ibm.com>
14269 * config/rs6000/rs6000.c (rs6000_override_options): Fix setting of
14271 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -mvsx.
14273 2010-07-09 Tom de Vries <tjvries@xs4all.nl>
14275 * tree.c (type_hash_if_marked_p): Removed non-ggc_marked_p clause.
14277 2010-07-09 Hariharan Sandanagobalane <hariharan@picochip.com>
14279 * config/picochip/picochip.md (commsTestPort): Emit more
14280 efficient sequence for tstport instruction.
14282 2010-07-09 Uros Bizjak <ubizjak@gmail.com>
14284 * config/i386/i386.c (ix86_veclib_handler): Make static.
14286 2010-07-09 Richard Guenther <rguenther@suse.de>
14288 PR tree-optimization/44852
14289 * tree-ssa-alias.c: Include toplev.h for exact_log2.
14290 (indirect_ref_may_alias_decl_p): Properly handle negative offsets
14292 (indirect_refs_may_alias_p): Likewise.
14293 * Makefile.in (tree-ssa-alias.o): Add $(TOPLEV_H).
14295 2010-07-09 Richard Guenther <rguenther@suse.de>
14297 PR tree-optimization/44882
14298 * tree-vect-stmts.c (vectorizable_store): Do not assert alias
14300 (vectorizable_load): Likewise.
14302 2010-07-09 Bernd Schmidt <bernds@codesourcery.com>
14305 * config/arm/arm.c (thumb1_extra_regs_pushed): New arg FOR_PROLOGUE.
14306 All callers changed.
14307 Handle the case when we're called for the epilogue.
14308 (thumb_unexpanded_epilogue): Use it.
14309 (thumb1_expand_epilogue): Likewise.
14311 2010-07-09 Jakub Jelinek <jakub@redhat.com>
14313 * tree-vrp.c (extract_range_from_binary_expr) <BIT_AND_EXPR>: If
14314 both ranges are range_int_cst_p with non-negative minimum,
14315 try harder to derive smaller range.
14317 2010-07-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
14319 * genrecog.c: Include diagnostic-core.h before toplev.h.
14320 * genoutput.c: Likewise.
14321 * genextract.c: Likewise.
14322 * genautomata.c: Likewise.
14323 * genemit.c: Likewise.
14324 * genpeep.c: Likewise.
14325 * genattrtab.c: Likewise.
14326 * genconditions.c: Likewise.
14327 * genpreds.c: Likewise.
14329 2010-07-08 Andi Kleen <ak@linux.intel.com>
14331 * lto-section-in.c (lto_section_name): Add missing comma.
14333 2010-07-08 Anatoly Sokolov <aesok@post.ru>
14335 * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
14336 * config/ia64/ia64-protos.h (ia64_override_options): Remove.
14337 * config/ia64/ia64.c (TARGET_OPTION_OVERRIDE): Define.
14338 (ia64_override_options): Rename to...
14339 (ia64_option_override): ... this one. Make static.
14341 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14343 PR middle-end/44843
14344 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not rely on the
14345 pointed-to type of the offset in a MEM_REF to compute the alignment.
14347 2010-07-08 Kai Tietz <kai.tietz@onevision.com>
14349 * final.c (final_scan_insn): Replace
14350 TARGET_UNWIND_INFO macro check by unwind_emit
14352 * targhooks.c (default_unwind_emit): Removed.
14353 * targhooks.h (default_unwind_emit): Likewise.
14354 * target.def (unwind_emit): Set default value to NULL.
14356 * config/i386/i386-protos.h (ix86_asm_output_function_label):
14358 * config/i386/i386.c (ix86_function_ms_hook_prologue): Check
14359 for NULL fntype argument and allow 64-bit targets.
14360 (ix86_asm_output_function_label): New function.
14361 (ix86_expand_prologue): Handle 64-bit ms hook prologue.
14362 (ix86_handle_fndecl_attribute): Likewise.
14363 * doc/extend.texi (ms_hook_prologue): Adjust documentation.
14364 * doc/doc/tm.texi: Regenerated.
14365 * doc/doc/doc/tm.texi.in (ASM_OUTPUT_FUNCTION_LABEL): New.
14366 (ASM_DECLARE_FUNCTION_NAME): Adjust documentation.
14367 * defaults.h (ASM_OUTPUT_FUNCTION_LABEL): New macro.
14368 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use
14369 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
14370 * config/elfos.h: Likewise.
14371 * config/i386/cygming.h: Likewise.
14372 * config/netbsd-aout.h: Likewise.
14373 * config/openbsd.h: Likewise.
14374 * config/i386/i386.h (ASM_OUTPUT_FUNCTION_LABEL): Override
14375 by ix86_asm_output_function_label function call.
14376 * varasm.c (assemble_start_function): Use
14377 ASM_OUTPUT_FUNCTION_LABEL instead of ASM_OUTPUT_LABEL.
14379 2010-07-08 Jan Hubicka <jh@suse.cz>
14381 * cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls):
14383 * cgraph.h (cgraph_will_be_removed_from_program_if_no_direct_calls):
14385 * ipa-cp.c (ipcp_estimate_growth): Use it.
14386 * ipa-inline.c (cgraph_estimate_growth, cgraph_decide_inlining):
14389 2010-07-08 Jan Hubicka <jh@suse.cz>
14391 * tree-inline.c (declare_return_variable): Allocate annotation for new
14394 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
14396 PR tree-optimization/44710
14397 * tree-if-conv.c (parse_predicate): New.
14398 (add_to_predicate_list): Call it, call maybe_fold_or_comparisons.
14399 Make sure that the predicates are either SSA_NAMEs or gimple_condexpr.
14401 2010-07-08 Sebastian Pop <sebastian.pop@amd.com>
14403 * common.opt (ftree-loop-if-convert): New flag.
14404 * doc/invoke.texi (ftree-loop-if-convert): Documented.
14405 * tree-if-conv.c (gate_tree_if_conversion): Enable if-conversion
14406 when flag_tree_loop_if_convert is set.
14408 2010-07-08 Uros Bizjak <ubizjak@gmail.com>
14410 * config/i386/i386.c: Use short syntax for function calls
14411 through function pointers.
14412 * config/i386/i386.md: Ditto.
14414 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14416 * emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
14418 2010-07-08 Richard Guenther <rguenther@suse.de>
14420 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Fix
14421 stmt check for POINTER_PLUS_EXPRs, fix the pointer assignment.
14423 2010-07-08 Jakub Jelinek <jakub@redhat.com>
14425 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_const[48]u
14426 instead of DW_OP_addr for DW_OP_GNU_push_tls_address operand.
14427 (loc_list_from_tree): Likewise.
14428 (output_loc_operands): Handle outputting DW_OP_const[48]u
14429 with loc->dtprel set.
14430 (resolve_addr_in_expr): Handle loc->dtprel like DW_OP_addr.
14432 2010-07-08 Jan Hubicka <jh@suse.cz>
14434 * ipa.c: Include pointer-set.h
14435 (cgraph_externally_visible_p): New attribute ALIASED;
14436 when in LTO, hidden symbols are local unless they are aliased.
14437 (function_and_variable_visibility): Compute aliased nodes;
14438 handle LTO and hidden symbol on functions and vars.
14439 * cgraph.c (cgraph_make_decl_local): Clear NAMED_SECTION
14440 for COMDAT symbols; handle COMDAT_GROUPS also at vars.
14442 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14444 * config/i386/cygming.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
14445 * config/i386/freebsd.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14446 * config/i386/linux.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14447 * config/i386/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14448 * config/i386/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
14449 * config/i386/i386.c (ix86_gen_adjust_stack_and_probe): New variable.
14450 (ix86_gen_probe_stack_range): Likewise.
14451 (override_options): Set them.
14452 (ix86_target_stack_probe): New function.
14453 (ix86_compute_frame_layout): Force use of push instructions to
14454 save registers if stack checking with probes is enabled.
14455 (get_scratch_register_on_entry): New function.
14456 (release_scratch_register_on_entry): Likewise.
14457 (ix86_adjust_stack_and_probe): Likewise.
14458 (output_adjust_stack_and_probe): Likewise.
14459 (ix86_emit_probe_stack_range): Likewise.
14460 (output_probe_stack_range): Likewise.
14461 (ix86_expand_prologue): Emit stack checking code if static built-in
14462 stack checking is enabled.
14463 Test ix86_target_stack_probe instead of TARGET_STACK_PROBE.
14464 * config/i386/i386-protos.h (ix86_target_stack_probe): Declare.
14465 (output_adjust_stack_and_probe): Likewise.
14466 (output_probe_stack_range): Likewise.
14467 * config/i386/i386.md (UNSPECV_PROBE_STACK_RANGE): New constant.
14468 (allocate_stack_worker_32): Test ix86_target_stack_probe instead of
14469 TARGET_STACK_PROBE.
14470 (allocate_stack_worker_64): Likewise.
14471 (allocate_stack): Likewise.
14472 (adjust_stack_and_probe): New insn.
14473 (probe_stack_range): Likewise.
14475 2010-07-08 Richard Guenther <rguenther@suse.de>
14477 PR tree-optimization/44831
14478 * tree-ssa-phiprop.c (phiprop_insert_phi): Properly build
14479 a MEM_REF preserving TBAA info of the original dereference.
14480 Dereference the original pointer if the address is not invariant.
14481 (propagate_with_phi): Fixup type checks wrt MEM_REFs. Require
14482 at least one invariant address that we are going to dereference.
14484 2010-07-08 Richard Guenther <rguenther@suse.de>
14486 PR tree-optimization/44861
14487 * tree-vect-stmts.c (vectorizable_store): Preserve TBAA
14488 information when building MEM_REFs.
14489 (vectorizable_load): Likewise.
14490 * tree-vect-data-refs.c (vect_setup_realignment): Likewise.
14492 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14494 * config/sol2-c.c: Do not include diagnostic-core.h.
14496 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14499 * cfgexpand.c (estimated_stack_frame_size): Make self-contained
14500 with respect to current_function_decl. Pass decl of the function.
14501 * tree-inline.h (estimated_stack_frame_size): Adjust prototype.
14502 * ipa-inline.c (compute_inline_parameters): Pass decl to
14503 estimated_stack_frame_size.
14505 2010-07-08 Richard Guenther <rguenther@suse.de>
14507 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
14509 (valueize_refs): Call it.
14511 2010-07-08 Richard Guenther <rguenther@suse.de>
14513 PR rtl-optimization/44838
14514 * tree-ssa-alias.c (indirect_refs_may_alias_p): When not in
14515 SSA form do not use pointer equivalence.
14517 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
14519 * dwarf2out.c (AT_linkage_name): Delete.
14520 (add_linkage_attr): New function.
14521 (add_linkage_name): Call it to emit the linkage attribute.
14522 (dwarf2out_finish): Likewise.
14523 (move_linkage_attr): Explicitly accept both attribute variants.
14525 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
14527 * toplev.h: Do not include diagnostic-core.h.
14528 Include diagnostic-core.h in every file that includes toplev.h.
14529 * c-tree.h: Do not include toplev.h.
14530 * pretty-print.h: Update comment.
14531 * Makefile.in: Update dependencies.
14532 * alias.c: Include diagnostic-core.h in every file that includes
14534 * attribs.c: Likewise.
14535 * auto-inc-dec.c: Likewise.
14536 * bb-reorder.c: Likewise.
14537 * bt-load.c: Likewise.
14538 * caller-save.c: Likewise.
14539 * calls.c: Likewise.
14541 * cfganal.c: Likewise.
14542 * cfgbuild.c: Likewise.
14543 * cfgcleanup.c: Likewise.
14544 * cfghooks.c: Likewise.
14545 * cfgloop.c: Likewise.
14546 * combine.c: Likewise.
14547 * config/alpha/alpha.c: Likewise.
14548 * config/arc/arc.c: Likewise.
14549 * config/arm/arm.c: Likewise.
14550 * config/arm/pe.c: Likewise.
14551 * config/avr/avr.c: Likewise.
14552 * config/bfin/bfin.c: Likewise.
14553 * config/cris/cris.c: Likewise.
14554 * config/crx/crx.c: Likewise.
14555 * config/darwin-c.c: Likewise.
14556 * config/darwin.c: Likewise.
14557 * config/fr30/fr30.c: Likewise.
14558 * config/frv/frv.c: Likewise.
14559 * config/h8300/h8300.c: Likewise.
14560 * config/host-darwin.c: Likewise.
14561 * config/i386/i386.c: Likewise.
14562 * config/i386/netware.c: Likewise.
14563 * config/i386/nwld.c: Likewise.
14564 * config/i386/winnt-cxx.c: Likewise.
14565 * config/i386/winnt-stubs.c: Likewise.
14566 * config/i386/winnt.c: Likewise.
14567 * config/ia64/ia64-c.c: Likewise.
14568 * config/ia64/ia64.c: Likewise.
14569 * config/iq2000/iq2000.c: Likewise.
14570 * config/lm32/lm32.c: Likewise.
14571 * config/m32c/m32c-pragma.c: Likewise.
14572 * config/m32c/m32c.c: Likewise.
14573 * config/m32r/m32r.c: Likewise.
14574 * config/m68hc11/m68hc11.c: Likewise.
14575 * config/m68k/m68k.c: Likewise.
14576 * config/mcore/mcore.c: Likewise.
14577 * config/mep/mep-pragma.c: Likewise.
14578 * config/mep/mep.c: Likewise.
14579 * config/mmix/mmix.c: Likewise.
14580 * config/mn10300/mn10300.c: Likewise.
14581 * config/moxie/moxie.c: Likewise.
14582 * config/pa/pa.c: Likewise.
14583 * config/pdp11/pdp11.c: Likewise.
14584 * config/picochip/picochip.c: Likewise.
14585 * config/rs6000/rs6000-c.c: Likewise.
14586 * config/rs6000/rs6000.c: Likewise.
14587 * config/rx/rx.c: Likewise.
14588 * config/s390/s390.c: Likewise.
14589 * config/score/score.c: Likewise.
14590 * config/score/score3.c: Likewise.
14591 * config/score/score7.c: Likewise.
14592 * config/sh/sh.c: Likewise.
14593 * config/sh/symbian-base.c: Likewise.
14594 * config/sh/symbian-c.c: Likewise.
14595 * config/sh/symbian-cxx.c: Likewise.
14596 * config/sol2-c.c: Likewise.
14597 * config/sol2.c: Likewise.
14598 * config/sparc/sparc.c: Likewise.
14599 * config/spu/spu.c: Likewise.
14600 * config/stormy16/stormy16.c: Likewise.
14601 * config/v850/v850-c.c: Likewise.
14602 * config/v850/v850.c: Likewise.
14603 * config/vax/vax.c: Likewise.
14604 * config/vxworks.c: Likewise.
14605 * config/xtensa/xtensa.c: Likewise.
14606 * convert.c: Likewise.
14608 * cselib.c: Likewise.
14609 * dbgcnt.c: Likewise.
14610 * dbxout.c: Likewise.
14612 * dominance.c: Likewise.
14613 * emit-rtl.c: Likewise.
14614 * explow.c: Likewise.
14615 * expmed.c: Likewise.
14616 * fixed-value.c: Likewise.
14617 * fold-const.c: Likewise.
14618 * fwprop.c: Likewise.
14619 * gcse.c: Likewise.
14620 * ggc-common.c: Likewise.
14621 * ggc-page.c: Likewise.
14622 * ggc-zone.c: Likewise.
14623 * gimple-low.c: Likewise.
14624 * gimplify.c: Likewise.
14625 * graph.c: Likewise.
14626 * haifa-sched.c: Likewise.
14627 * ifcvt.c: Likewise.
14628 * implicit-zee.c: Likewise.
14629 * integrate.c: Likewise.
14630 * ira-build.c: Likewise.
14631 * ira-color.c: Likewise.
14632 * ira-conflicts.c: Likewise.
14633 * ira-costs.c: Likewise.
14634 * ira-lives.c: Likewise.
14636 * lists.c: Likewise.
14637 * loop-doloop.c: Likewise.
14638 * loop-iv.c: Likewise.
14639 * lto-opts.c: Likewise.
14640 * lto-symtab.c: Likewise.
14641 * main.c: Likewise.
14642 * modulo-sched.c: Likewise.
14643 * optabs.c: Likewise.
14644 * params.c: Likewise.
14645 * plugin.c: Likewise.
14646 * postreload-gcse.c: Likewise.
14647 * postreload.c: Likewise.
14648 * predict.c: Likewise.
14649 * profile.c: Likewise.
14650 * real.c: Likewise.
14651 * regcprop.c: Likewise.
14652 * reginfo.c: Likewise.
14653 * regmove.c: Likewise.
14654 * reorg.c: Likewise.
14655 * resource.c: Likewise.
14657 * rtlanal.c: Likewise.
14658 * sched-deps.c: Likewise.
14659 * sched-ebb.c: Likewise.
14660 * sched-rgn.c: Likewise.
14661 * sdbout.c: Likewise.
14662 * sel-sched-dump.c: Likewise.
14663 * sel-sched-ir.c: Likewise.
14664 * simplify-rtx.c: Likewise.
14665 * stmt.c: Likewise.
14666 * stor-layout.c: Likewise.
14667 * store-motion.c: Likewise.
14668 * targhooks.c: Likewise.
14669 * tree-cfg.c: Likewise.
14670 * tree-cfgcleanup.c: Likewise.
14671 * tree-dump.c: Likewise.
14672 * tree-eh.c: Likewise.
14673 * tree-inline.c: Likewise.
14674 * tree-nomudflap.c: Likewise.
14675 * tree-object-size.c: Likewise.
14676 * tree-optimize.c: Likewise.
14677 * tree-outof-ssa.c: Likewise.
14678 * tree-phinodes.c: Likewise.
14679 * tree-profile.c: Likewise.
14680 * tree-ssa-ccp.c: Likewise.
14681 * tree-ssa-coalesce.c: Likewise.
14682 * tree-ssa-live.c: Likewise.
14683 * tree-ssa-loop-niter.c: Likewise.
14684 * tree-ssa-loop-prefetch.c: Likewise.
14685 * tree-ssa-loop.c: Likewise.
14686 * tree-ssa-structalias.c: Likewise.
14687 * tree-ssa-uninit.c: Likewise.
14688 * tree-ssa.c: Likewise.
14689 * tree-vect-data-refs.c: Likewise.
14690 * tree-vect-loop-manip.c: Likewise.
14691 * tree-vect-loop.c: Likewise.
14692 * tree-vect-patterns.c: Likewise.
14693 * tree-vect-stmts.c: Likewise.
14694 * tree-vrp.c: Likewise.
14695 * varasm.c: Likewise.
14698 * xcoffout.c: Likewise.
14700 2010-07-07 Richard Sandiford <rdsandiford@googlemail.com>
14702 * gengtype.c (write_field_root): New function.
14703 (write_root): Use it.
14705 2010-07-07 Wei Guozhi <carrot@google.com>
14707 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
14708 of lowest bits to lshift/compare): Add a missing line.
14710 2010-07-07 Wei Guozhi <carrot@google.com>
14712 * config/arm/thumb2.md (peephole2 to convert zero_extract/compare
14713 of lowest bits to lshift/compare): New.
14715 2010-07-07 Tom Tromey <tromey@redhat.com>
14717 * doc/tm.texi: Update.
14718 * doc/tm.texi.in (SDB and DWARF) <TARGET_WANT_DEBUG_PUB_SECTIONS>:
14720 * target.def (want_debug_pub_sections): New hook.
14721 * config/darwin.h (TARGET_WANT_DEBUG_PUB_SECTIONS): Define.
14722 * dwarf2out.c (add_pubname_string): Check
14723 targetm.want_debug_pub_sections.
14724 (add_pubname): Likewise.
14725 (add_pubtype): Likewise.
14727 2010-07-07 Jie Zhang <jie@codesourcery.com>
14729 * genautomata.c (output_automata_list_min_issue_delay_code):
14730 Correctly decompress min_issue_delay.
14732 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
14734 PR rtl-optimization/44404
14735 * auto-inc-dec.c (find_inc): Avoid calling count_occurrences if
14736 possible, use reg_overlap_mentioned_p instead.
14738 2010-07-07 Duncan Sands <baldrick@free.fr>
14740 PR middle-end/41355
14741 * tree.c (build_function_type_skip_args): Copy the original type using
14742 build_distinct_type_copy rather than copy_node.
14744 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
14747 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert
14749 (ix86_expand_prologue): Likewise.
14750 (ix86_handle_fndecl_attribute): Likewise.
14751 (ix86_asm_declare_function_name): Likewise.
14752 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
14753 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
14754 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise.
14755 * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise.
14756 * doc/extend.texi: Likewise.
14758 2010-07-07 H.J. Lu <hongjiu.lu@intel.com>
14761 * config/i386/i386.md (rdrand<mode>): Changed to expand to
14762 retry if the carry flag isn't valid.
14763 (rdrand<mode>_1): New.
14765 2010-07-07 Richard Guenther <rguenther@suse.de>
14767 PR middle-end/44790
14768 * expr.c (expand_expr_real_1): Go the POINTER_PLUS_EXPR path
14769 for expanding the constant offset for MEM_REFs.
14771 2010-07-07 Richard Guenther <rguenther@suse.de>
14773 * tree-ssa-propagate.h (valid_gimple_call_p): Remove.
14774 * tree-ssa-propagate.c (valid_gimple_call_p): Make static. Fix.
14775 * gimple.h (is_gimple_operand): Remove.
14776 * gimple.c (is_gimple_operand): Likewise.
14777 (walk_gimple_op): Fix wi->val_only setting for calls.
14778 * tree-cfg.c (verify_gimple_call): Fix argument validation.
14779 * tree-profile.c (tree_gen_ic_func_profiler): Do not create
14780 invalid gimple calls.
14782 2010-07-06 Jan Hubicka <jh@suse.cz>
14784 * lto-cgraph.c (output_cgraph): Add missing declaration.
14786 2010-07-06 Jan Hubicka <jh@suse.cz>
14788 * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
14791 2010-07-06 Alexandre Oliva <aoliva@redhat.com>
14793 * doc/gimple.texi (GIMPLE_DEBUG): Document.
14794 * doc/rtl.texi (Debug Information): New node.
14795 (NOTE_INSN_VAR_LOCATION): Document.
14796 (debug_insn): Likewise.
14797 * doc/generic.texi (DEBUG_EXPR_DECL): Document.
14799 2010-07-07 Jan Hubicka <jh@suse.cz>
14801 With parts by Richard Guenther.
14803 PR middle-end/44813
14804 * tree-ssa-uninit.c (ssa_undefined_value_p): Result decl is defined
14805 for functions passed by reference.
14806 * tree.c (needs_to_live_in_memory): RESULT_DECL don't need to live
14807 in memory when passed by reference.
14808 * tree-ssa-ccp.c (get_default_value): Only VAR_DECL is undefined at
14810 * ipa-split.c (split_function): Cleanup way return value is passed;
14811 handle SSA DECL_BY_REFERENCE retvals.
14812 * tree-ssa.c (verify_def): Verify that RESULT_DECL is read only when
14813 DECL_BY_REFERENCE is set.
14814 * tree-ssa-structalias.c (get_constraint_for_ssa_var, get_fi_for_callee,
14815 find_what_p_points_to): Handle RESULT_DECL.
14816 * tree-inline.c (declare_return_variable): Get new entry_block argument;
14817 when passing by reference ensure that RESULT_DECL is gimple_val.
14818 (remap_gimple_op_r): Remap RESULT_DECL ssa name.
14819 (remap_gimple_stmt): Handle SSA DECL_BY_REFERENCE returns.
14821 2010-07-07 Bernd Schmidt <bernds@codesourcery.com>
14823 PR rtl-optimization/44787
14824 * config/arm/arm.md (arith_shiftsi): Allow stack pointer in operand 2.
14825 * config/arm/thumb2.md (thumb2_arith_shiftsi): Likewise.
14827 2010-07-06 Jan Hubicka <jh@suse.cz>
14829 * lto-symtab.c (lto_cgraph_replace_node): Handle aliases.
14830 (lto_symtab_resolve_can_prevail_p): Also alias of cgraph node
14831 with body can prevail.
14832 (lto_symtab_resolve_symbols): Use cgraph_get_node_or_alias.
14833 (lto_symtab_merge_cgraph_nodes_1): Do not remove nodes from aliases.
14834 * cgraph.c (cgraph_get_node_or_alias): New function.
14835 * cgraph.h (cgraph_get_node_or_alias): Declare.
14837 2010-07-06 Kai Tietz <kai.tietz@onevision.com>
14839 * config/i386/i386.c (ix86_function_ms_hook_prologue): Enable x64
14841 (ix86_expand_prologue): Likewise.
14842 (ix86_handle_fndecl_attribute): Likewise.
14843 (ix86_asm_declare_function_name): New function for
14844 ASM_DECLARE_FUNCTION_NAME.
14845 * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): New macro.
14846 * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Removed.
14847 (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): New macro.
14848 * config/i386/i386-protos.h (ix86_asm_declare_function_name): New.
14849 * doc/extend.texi: Adjust documentation about ms_hook_prologue
14852 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
14854 * config/i386/i386.md (immediate_operand): New mode attribute.
14856 (pro_epilogue_adjust_stack_<mode>_1): Macroize insn from
14857 pro_epilogue_adjust_stack and pro_epilogue_adjust_stack_rex64
14858 using P mode iterator.
14859 (pro_epilogue_adjust_stack_di_2): Rename from
14860 pro_epilogue_adjust_stack_rex64_2.
14862 * config/i386/i386.c (pro_epilogue_adjust_stack): Update for rename.
14864 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
14866 * config/i386/i386.md (insv): Call gen_movdi_insv1 or gen_movsi_insv1
14867 through gen_mov_insv_1 function pointer.
14868 (fmod<mode>3): Call gen_truncxf<mode>2_i387_noop_unspec or
14869 gen_truncxf<mode>2 through gen_truncxf function pointer.
14870 (remainder<mode>3): Ditto.
14871 (cmpstrnsi): Rename cmp_insn function pointer to gen_cmp.
14872 (allocate_stack): Call gen_allocate_stack_worker_64 or
14873 gen_allocate_stack_worker_32 through gen_allocate_stack_worker
14875 (probe_stack): Call gen_iordi3 or gen_iorsi3 through gen_ior3
14878 2010-07-06 Uros Bizjak <ubizjak@gmail.com>
14880 * config/i386/i386.md (*add<mode>3_cconly_overflow): Use <g>
14881 operand constraint instead of <r><i>m.
14883 2010-07-06 Richard Guenther <rguenther@suse.de>
14885 PR middle-end/44828
14886 * convert.c (convert_to_integer): Watch out for overflowing
14889 2010-07-05 Jan Hubicka <jh@suse.cz>
14891 * lto-streamer.c (write_symbol_vec): Rename to ...
14892 (write_symbol) ... this one; write only symbol given and when
14893 present in cache. Sanity check that what is defined is present
14894 in cgraph/varpool with body/finalized decl.
14895 (write_symbols_of_kind): Remove.
14896 (produce_symtab): Take outputblock and sets; use cgraph/varpool/alias
14897 pairs to produce symtab.
14898 (produce_asm_for_decls): Update call of produce_symtab; don't do so
14899 when doing WPA streaming.
14901 2010-07-05 Jan Hubicka <jh@suse.cz>
14903 * gimple-fold.c (gimple_fold_obj_type_ref_known_binfo): Check that
14904 function is still available to fold into.
14906 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
14908 * vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
14909 * function.h (struct_function): Change type of local_decls field
14911 (add_local_decl): New function.
14912 (FOR_EACH_LOCAL_DECL): New macro.
14913 * cfgexpand.c (init_vars_expansion): Adjust for new type of
14915 (estimated_stack_frame_size): Likewise.
14916 (expand_used_vars): Likewise.
14917 * cgraphbuild.c (build_cgraph_edges): Likewise.
14918 * function.c (instantiate_decls_1): Likewise.
14919 * ipa-struct-reorg.c (build_data_structure): Likewise.
14920 * ipa-type-escape.c (analyze_function): Likewise.
14921 * lto-streamer-in.c (input_function): Likewise.
14922 * lto-streamer-out.c (output_function): Likewise.
14923 * tree-ssa-live.c (remove_unused_locals): Likewise.
14924 * tree.c (free_lang_data_in_decl): Likewise.
14925 (find_decls_types_in_node): Likewise.
14926 * omp-low.c (remove_exit_barrier): Likewise.
14927 (expand_omp_taskreg): Likewise.
14928 (list2chain): Rename to...
14929 (vec2chain): ...this. Adjust.
14930 * cgraphunit.c (assemble_thunk): Call add_local_decl.
14931 * tree-cfg.c (replace_by_duplicate_decl): Likewise.
14932 * gimple-low.c (record_vars_into): Likewise.
14933 * tree-inline.c (remap_decls): Likewise.
14934 (declare_return_variable): Likewise.
14935 (declare_inline_vars): Likewise.
14936 (copy_forbidden): Adjust for new type of cfun->local_decls.
14937 (add_local_variables): New function.
14938 (expand_call_inline): Call it.
14939 (tree_function_versioning): Likewise.
14941 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
14943 AVX Programming Reference (June, 2010)
14944 * config/i386/cpuid.h (bit_F16C): New.
14945 (bit_RDRND): Likewise.
14946 (bit_FSGSBASE): Likewise.
14948 * config/i386/i386-builtin-types.def: Add
14949 "DEF_FUNCTION_TYPE (UINT16)", function types for
14950 float16 <-> float conversions and
14951 "DEF_FUNCTION_TYPE (VOID, UINT64)".
14953 * config/i386/i386-c.c (ix86_target_macros_internal): Support
14954 OPTION_MASK_ISA_FSGSBASE, OPTION_MASK_ISA_RDRND and
14955 OPTION_MASK_ISA_F16C.
14957 * config/i386/i386.c (OPTION_MASK_ISA_FSGSBASE_SET): New.
14958 (OPTION_MASK_ISA_RDRND_SET): Likewise.
14959 (OPTION_MASK_ISA_F16C_SET): Likewise.
14960 (OPTION_MASK_ISA_FSGSBASE_UNSET): Likewise.
14961 (OPTION_MASK_ISA_RDRND_UNSET): Likewise.
14962 (OPTION_MASK_ISA_F16C_UNSET): Likewise.
14963 (OPTION_MASK_ISA_AVX_UNSET): Add OPTION_MASK_ISA_F16C_UNSET.
14964 (ix86_handle_option): Handle OPT_mfsgsbase, OPT_mrdrnd and OPT_mf16c.
14965 (ix86_target_string): Support -mfsgsbase, -mrdrnd and -mf16c.
14966 (pta_flags): Add PTA_FSGSBASE, PTA_RDRND and PTA_F16C.
14967 (override_options): Handle them.
14968 (ix86_valid_target_attribute_inner_p): Handle fsgsbase, rdrnd and f16c.
14969 (ix86_builtins): Add IX86_BUILTIN_RDFSBASE32,
14970 IX86_BUILTIN_RDFSBASE64, IX86_BUILTIN_RDGSBASE32,
14971 IX86_BUILTIN_RDGSBASE64, IX86_BUILTIN_WRFSBASE32,
14972 IX86_BUILTIN_WRFSBASE64, IX86_BUILTIN_WRGSBASE32,
14973 IX86_BUILTIN_WRGSBASE64, IX86_BUILTIN_RDRAND16,
14974 IX86_BUILTIN_RDRAND32, IX86_BUILTIN_RDRAND64,
14975 IX86_BUILTIN_CVTPH2PS, IX86_BUILTIN_CVTPH2PS256,
14976 IX86_BUILTIN_CVTPS2PH and IX86_BUILTIN_CVTPS2PH256.
14977 (bdesc_args): Likewise.
14978 (ix86_expand_args_builtin): Handle V8SF_FTYPE_V8HI,
14979 V4SF_FTYPE_V8HI, V8HI_FTYPE_V8SF_INT and V8HI_FTYPE_V4SF_INT.
14980 (ix86_expand_special_args_builtin): Handle VOID_FTYPE_UINT64,
14981 VOID_FTYPE_UNSIGNED, UNSIGNED_FTYPE_VOID and UINT16_FTYPE_VOID.
14982 Handle non-memory store.
14984 * config/i386/i386.h (TARGET_FSGSBASE): New.
14985 (TARGET_RDRND): Likewise.
14986 (TARGET_F12C): Likewise.
14988 * config/i386/i386.md (UNSPEC_VCVTPH2PS): New.
14989 (UNSPEC_VCVTPS2PH): Likewise.
14990 (UNSPECV_RDFSBASE): Likewise.
14991 (UNSPECV_RDGSBASE): Likewise.
14992 (UNSPECV_WRFSBASE): Likewise.
14993 (UNSPECV_WRGSBASE): Likewise.
14994 (UNSPECV_RDRAND): Likewise.
14995 (rdfsbase<mode>): Likewise.
14996 (rdgsbase<mode>): Likewise.
14997 (wrfsbase<mode>): Likewise.
14998 (wrgsbase<mode>): Likewise.
14999 (rdrand<mode>): Likewise.
15001 * config/i386/i386.opt: Add -mfsgsbase, -mrdrnd and -mf16c.
15003 * config/i386/immintrin.h (_rdrand_u16): New.
15004 (_rdrand_u32): Likewise.
15005 (_readfsbase_u32): Likewise.
15006 (_readfsbase_u64): Likewise.
15007 (_readgsbase_u32): Likewise.
15008 (_readgsbase_u64): Likewise.
15009 (_writefsbase_u32): Likewise.
15010 (_writefsbase_u64): Likewise.
15011 (_writegsbase_u32): Likewise.
15012 (_writegsbase_u64): Likewise.
15013 (_rdrand_u64): Likewise.
15014 (_cvtsh_ss): Likewise.
15015 (_mm_cvtph_ps): Likewise.
15016 (_mm256_cvtph_ps): Likewise.
15017 (_cvtss_sh): Likewise.
15018 (_mm_cvtps_ph): Likewise.
15019 (_mm256_cvtps_ph): Likewise.
15021 * config/i386/sse.md (vcvtph2ps): New.
15022 (*vcvtph2ps_load): Likewise.
15023 (vcvtph2ps256): Likewise.
15024 (vcvtps2ph): Likewise.
15025 (*vcvtps2ph): Likewise.
15026 (*vcvtps2ph_store): Likewise.
15027 (vcvtps2ph256): Likewise.
15029 * doc/extend.texi: Document FSGSBASE and RDRND built-in functions.
15031 * doc/invoke.texi: Document -mfsgsbase, -mrdrnd and -mf16c.
15033 2010-07-05 Joern Rennecke <joern.rennecke@embecosm.com>
15036 * genenums.c (main): Output include of insn-constants.h
15037 * Makefile.in (insn-enums.o): Depend on insn-constants.h.
15039 2010-07-05 Uros Bizjak <ubizjak@gmail.com>
15041 * config/i386/i386.c (ix86_gen_allocate_stack_worker): New.
15042 (override_options): Initialize it.
15043 (ix86_expand_prologue): Use it.
15045 2010-07-05 Jakub Jelinek <jakub@redhat.com>
15047 * tree-nrv.c (tree_nrv): Set DECL_VALUE_EXPR on found to result.
15049 2010-07-05 Anatoly Sokolov <aesok@post.ru>
15051 * double-int.h (fit_double_type): Remove declaration.
15052 * double-int.c (fit_double_type): Remove function.
15053 * tree.h (int_fits_type_p): Adjust prototype.
15054 * tree.c (int_fits_type_p): Return bool. Use double_int_fits_to_tree_p
15055 instead of fit_double_type.
15056 (build_int_cst_type): Use double_int_to_tree and shwi_to_double_int
15057 instead of fit_double_type and build_int_cst_wide.
15058 * builtins.c (): Use double_int_fits_to_tree_p and double_int_to_tree
15059 instead of fit_double_type and build_int_cst_wide.
15060 (fold_builtin_object_size): Use double_int_fits_to_tree_p instead
15061 of fit_double_type.
15063 2010-07-05 Jan Hubicka <jh@suse.cz>
15065 * cgraph.h (cgraph_node, cgraph_varpool_node): Update docmentation of
15066 in_other_partition.
15067 * lto-cgraph.c (referenced_from_other_partition_p,
15068 reachable_from_other_partition_p): Use in_other_partition flags.
15069 (output_node, output_varpool_node): COMDAT nodes always have private
15070 copies and thus are never used from other partition.
15072 2010-07-05 Anatoly Sokolov <aesok@post.ru>
15074 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
15075 * config/ia64/t-ia64 (ia64.o): Depend on reload.h.
15076 * config/ia64/ia64.c Include reload.h.
15077 (ia64_memory_move_cost): New function.
15078 (TARGET_MEMORY_MOVE_COST): Define.
15079 (ia64_register_move_cost): Replace MEMORY_MOVE_COST with
15082 2010-07-05 Sandra Loosemore <sandra@codesourcery.com>
15084 PR middle-end/42505
15085 * tree-ssa-loop-ivopts.c (determine_set_costs): Delete obsolete
15086 comments about cost model.
15087 (try_add_cand_for): Add second strategy for choosing initial set
15088 based on original IVs, controlled by ORIGINALP argument.
15089 (get_initial_solution): Add ORIGINALP argument.
15090 (find_optimal_iv_set_1): New function, split from find_optimal_iv_set.
15091 (find_optimal_iv_set): Try two different strategies for choosing
15092 the IV set, and return the one with lower cost.
15094 2010-07-05 Richard Guenther <rguenther@suse.de>
15096 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Copy alias info.
15098 2010-07-05 Richard Guenther <rguenther@suse.de>
15100 * tree.c (reference_alias_ptr_type): New function.
15101 * tree.h (reference_alias_ptr_type): Declare.
15102 * tree-ssa-loop-ivopts.c (copy_ref_info): Restructure to
15103 allow non-TARGET_MEM_REF new refs.
15104 (rewrite_use_address): Pass old alias pointer type to create_mem_ref.
15105 * tree-ssa-address.c (create_mem_ref_raw): Get alias pointer type.
15106 Build a MEM_REF instead of a TARGET_MEM_REF if possible.
15107 (create_mem_ref): Get alias pointer type. Adjust calls to
15108 create_mem_ref_raw.
15109 (maybe_fold_tmr): Likewise.
15110 * tree-flow.h (create_mem_ref): Adjust prototype.
15112 2010-07-05 Jakub Jelinek <jakub@redhat.com>
15115 * gimplify.c (gimplify_modify_expr): Only SET_DECL_DEBUG_EXPR if
15116 *from_p is VAR_DECL.
15118 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
15120 * tree.h (build_call_list): Remove.
15121 * tree.c (build_call_list): Remove.
15123 2010-07-05 Richard Guenther <rguenther@suse.de>
15125 * double-int.h (double_int_sub): Declare.
15126 * double-int.c (double_int_sub): New function.
15127 * dwarf2out.c (field_byte_offset): Use it.
15128 * fixed-value.c (do_fixed_add): Likewise.
15129 (do_fixed_multiply): Likewise.
15130 (do_fixed_divide): Likewise.
15131 * tree-predcom.c (add_ref_to_chain): Likewise.
15132 (determine_roots_comp): Likewise.
15133 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Likewise.
15135 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
15137 * vec.h (VEC_splice, VEC_safe_splice): New macros. Add function
15140 2010-07-05 Bernd Schmidt <bernds@codesourcery.com>
15142 * config/arm/arm.c (get_arm_condition_code): Remove CC_NOTBmode case.
15143 * arm-modes.def (CC_NOTB): Don't define.
15144 * config/arm/arm.md (arm_adddi3): Generate canonical RTL.
15145 (adddi_sesidi_di, adddi_zesidi_di): Likewise.
15146 (LTUGEU): New code_iterator.
15147 (cnb, optab): New corresponding code_attrs.
15148 (addsi3_carryin_<optab>): Renamed from addsi3_carryin. Change pattern
15149 to canonical form. Operands 1 and 2 are commutative. Parametrize
15151 (addsi3_carryin_shift_<optab>): Likewise.
15152 (addsi3_carryin_alt2_<optab>): Renamed from addsi3_carryin_alt2.
15153 Operands 1 and 2 are commutative. Parametrize using LTUGEU.
15154 (addsi3_carryin_alt1, addsi3_carryin_alt3): Remove.
15155 (subsi3_compare): Renamed from subsi3_compare0_c.
15156 Change CC_NOTB to CC.
15157 (arm_subsi3_insn): Allow constants for operand 0.
15158 (compare_scc peephole for eq case): New.
15159 (compare_scc splitters): Change CC_NOTB to CC.
15161 2010-07-05 Richard Guenther <rguenther@suse.de>
15163 * tree-ssa-loop-im.c (for_each_index): Do not handle
15164 ALIGN_INDIRECT_REF.
15165 (gen_lsm_tmp_name): Likewise.
15166 * tree-dump.c (dequeue_and_dump): Likewise.
15167 * tree-pretty-print.c (dump_generic_node): Likewise.
15168 (op_code_prio): Likewise.
15169 (op_symbol_code): Likewise.
15170 * tree.c (staticp): Likewise.
15171 (build1_stat): Likewise.
15172 * tree.h (INDIRECT_REF_P): Likewise.
15173 * fold-const.c (maybe_lvalue_p): Likewise.
15174 (operand_equal_p): Likewise.
15175 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
15176 (ao_ref_init_from_vn_reference): Likewise.
15177 * tree-ssa-loop-ivopts.c (idx_find_step): Likewise.
15178 (find_interesting_uses_address): Likewise.
15179 * dwarf2out.c (loc_list_from_tree): Likewise.
15180 * gimplify.c (gimplify_expr): Likewise.
15181 * tree-eh.c (tree_could_trap_p): Likewise.
15182 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
15183 * cfgexpand.c (expand_debug_expr): Likewise.
15184 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
15185 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Likewise.
15186 * tree-cfg.c (verify_types_in_gimple_min_lval): Likewise.
15187 * config/rs6000/rs6000 (rs6000_check_sdmode): Likewise.
15188 * tree-ssa-operands.c (get_expr_operands): Likewise.
15189 * expr.c (safe_from_p): Likewise.
15190 (expand_expr_real_1): Likewise. TER BIT_AND_EXPRs into MEM_REFs.
15191 * tree-vect-data-refs.c (vect_setup_realignment): Build
15192 BIT_AND_EXPR and MEM_REF instead of ALIGN_INDIRECT_REF.
15193 * tree-vect-stmts.c (vectorizable_load): Likewise.
15194 * tree.def (ALIGN_INDIRECT_REF): Remove.
15196 2010-07-05 Richard Guenther <rguenther@suse.de>
15198 PR tree-optimization/44784
15199 * tree-ssa-pre.c (bitmap_find_leader): Fix dominance check
15200 for inserted stmts.
15201 (find_or_generate_expression): Fix SCCVN insertion check.
15203 2010-07-05 Nathan Sidwell <nathan@codesourcery.com>
15205 * config/rs6000/e500crtsavg64gprctr.asm: Correct done label name.
15206 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
15207 * config/rs6000/e500crtres64gprctr.asm: Likewise. Add FUNC_END
15210 2010-07-05 Ira Rosen <irar@il.ibm.com>
15212 * tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip
15213 statements that are not vectorized.
15214 * tree-vect-stmts.c (vect_get_load_cost): Update the value stored
15217 2010-07-05 Mikael Pettersson <mikpe@it.uu.se>
15220 * config/arm/arm.c (arm_attr_length_move_neon): Delete regno.
15222 2010-07-05 Richard Guenther <rguenther@suse.de>
15224 * tree-cfg.c (verify_gimple_return): Handle DECL_BY_REFERENCE
15225 RESULT_DECLs properly.
15227 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
15229 PR rtl-optimization/44695
15230 * config/i386/i386.md (extract_code): Removed.
15231 (<u>divmodqi4): Likewise.
15233 (udivmodqi4): Likewise.
15234 (divmodhiqi3): Change div/mod to HImode and extend operand 2 to HImode.
15235 (udivmodhiqi3): Likewise.
15237 2010-07-04 Jan Hubicka <jh@suse.cz>
15239 * lto-cgraph.c (input_edge): Do not care about resolution decisions.
15241 2010-07-04 Jan Hubicka <jh@suse.cz>
15243 * cgraphunit.c (init_cgraph): Only initialize dump file if it
15244 is not already initialized.
15246 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
15248 * optabs.h (reload_in_optab, reload_out_optab, code_to_optab)
15249 (vcond_gen_code, vcondu_gen_code, movmem_optab, setmem_optab)
15250 (cmpstr_optab, cmpstrn_optab, cmpmem_optab, sync_add_optab)
15251 (sync_sub_optab, sync_ior_optab, sync_and_optab, sync_xor_optab)
15252 (sync_nand_optab, sync_old_add_optab, sync_old_sub_optab)
15253 (sync_old_ior_optab, sync_old_and_optab, sync_old_xor_optab)
15254 (sync_old_nand_optab, sync_new_add_optab, sync_new_sub_optab)
15255 (sync_new_ior_optab, sync_new_and_optab, sync_new_xor_optab)
15256 (sync_new_nand_optab): Redefine as macros.
15257 (sync_compare_and_swap, sync_lock_test_and_set, sync_lock_release):
15259 (direct_optab_index): New enum.
15260 (direct_optab_d): New structure.
15261 (direct_optab): New typedef.
15262 (direct_optab_table): Declare.
15263 (direct_optab_handler, set_direct_optab_handler): New functions.
15264 (sync_compare_and_swap_optab, sync_lock_test_and_set_optab)
15265 (sync_lock_release_optab): New macros.
15266 * optabs.c (direct_optab_table): New variable.
15267 (movcc_gen_code, vcond_gen_code, vcondu_gen_code): Delete.
15268 (prepare_cmp_insn): Use direct_optab_handler for cmpmem_optab,
15269 cmpstr_optab and cmpstrn_optab.
15270 (emit_conditional_move): Likewise for movcc_optab.
15271 (can_conditionally_move_p): Likewise for movcc_gen_code.
15272 (init_insn_codes): Clear direct_optab_table.
15273 (init_optabs): Don't initialize the new "direct optabs" here.
15274 (get_vcond_icode): Use direct_optab_handler for vcondu_gen_code and
15276 (expand_val_compare_and_swap): Likewise sync_compare_and_swap_optab.
15277 (expand_bool_compare_and_swap): Likewise sync_compare_and_swap_optab.
15278 (expand_compare_and_swap_loop): Likewise sync_compare_and_swap_optab.
15279 (expand_sync_operation): Likewise other sync_*_optabs.
15280 (expand_sync_fetch_operation): Likewise. Rename sync_compare_and_swap
15281 to sync_compare_and_swap_optab.
15282 (expand_sync_lock_test_and_set): Use direct_optab_handler for
15283 sync_lock_test_and_set and sync_compare_and_swap, adding "_optab"
15284 to the names of both.
15285 * builtins.c (expand_builtin_strcmp): Use direct_optab_handler for
15286 cmpstr_optab and cmpstrn_optab.
15287 (expand_builtin_lock_release): Likewise sync_lock_release.
15288 * expr.c (movmem_optab, setmem_optab, cmpstr_optab, cmpstrn_optab)
15289 (cmpmem_optab, sync_add_optab, sync_sub_optab, sync_ior_optab)
15290 (sync_and_optab, sync_xor_optab, sync_nand_optab, sync_old_add_optab)
15291 (sync_old_sub_optab, sync_old_ior_optab, sync_old_and_optab)
15292 (sync_old_xor_optab, sync_old_nand_optab, sync_new_add_optab)
15293 (sync_new_sub_optab, sync_new_ior_optab, sync_new_and_optab)
15294 (sync_new_xor_optab, sync_new_nand_optab, sync_compare_and_swap)
15295 (sync_lock_test_and_set, sync_lock_release): Delete.
15296 (emit_block_move_via_movmem): Use direct_optab_handler for movmem_optab.
15297 (emit_block_move_via_setmem): Use direct_optab_handler for setmem_optab.
15298 * genopinit.c (optabs): Use set_direct_optab_handler for the new
15300 * omp-low.c (expand_omp_atomic_fetch_op): Update the type of
15301 the "optab" local variable. Use direct_optab_handler for optab and
15302 sync_compare_and_swap_optab.
15303 * reload1.c (reload_in_optab, reload_out_optab): Delete.
15304 * targhooks.c (default_secondary_reload): Use direct_optab_handler for
15305 reload_in_optab and reload_out_optab.
15306 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
15307 * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
15308 * config/pa/pa.c (pa_secondary_reload): Likewise.
15309 * java/builtins.c (compareAndSwapInt_builtin): Use direct_optab_handler
15310 for sync_compare_and_swap, renaming it to sync_compare_and_swap_optab.
15311 (compareAndSwapLong_builtin, compareAndSwapObject_builtin): Likewise.
15312 (VMSupportsCS8_builtin): Likewise.
15314 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
15316 * optabs.h (optab_handlers): Change type of insn_code to int.
15317 (optab_handler, set_optab_handler, convert_optab_handler)
15318 (set_convert_optab_handler): Treat the insn_code field as "insn_code -
15320 * optabs.c (optab_table, convert_optab_table): Always zero-initialize.
15321 (init_insn_codes): Zero both the above arrays.
15322 (init_optabs): Never call init_insn_codes first time around.
15324 2010-07-04 Richard Sandiford <rdsandiford@googlemail.com>
15326 * optabs.h (optab_handler, convert_optab_handler): Turn into
15327 inline functions that return an insn code.
15328 (set_optab_handler, set_convert_optab_handler): New functions.
15329 * builtins.c: Replace optab_handler(X)->insn_code with
15330 optab_handler or set_optab_handler thoughout. Likewise
15331 convert_optab_handler(X)->insn_code with convert_optab_handler
15332 and set_convert_optab_handler.
15333 * expmed.c, expr.c, genopinit.c, ifcvt.c, optabs.c, reload.c,
15334 reload1.c, stmt.c, targhooks.c, tree-ssa-loop-prefetch.c,
15335 tree-ssa-math-opts.c, tree-vect-data-refs.c, tree-vect-generic.c,
15336 tree-vect-loop.c, tree-vect-patterns.c, tree-vect-slp.c,
15337 tree-vect-stmts.c, config/m32c/m32c.c, config/rs6000/rs6000.c,
15338 config/spu/spu.c: Likewise.
15340 2010-07-04 Kaz Kojima <kkojima@gcc.gnu.org>
15343 * config.gcc (sh*-*-*): Use regular expressions instead of
15344 the 'i' modifier for sed substitutions.
15346 2010-07-04 Jeremie Salvucci <jeremie.salvucci@free.fr>
15348 * gimple.c (gimple_body): Comments added.
15350 2010-07-04 Richard Guenther <rguenther@suse.de>
15352 PR middle-end/44809
15353 * gimplify.c (gimplify_expr): Properly build a MEM_REF instead
15354 of an INDIRECT_REF.
15356 2010-07-04 Richard Guenther <rguenther@suse.de>
15358 PR tree-optimization/44479
15359 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Avoid
15360 extra SSA name copy statements which preserves points-to
15362 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
15363 Copy points-to information for all pointers. Properly handle
15365 (vect_create_data_ref_ptr): Likewise. Avoid extra SSA name
15367 * Makefile.in (tree-ssa-loop-ivopts.o): Add tree-ssa-propagate.h
15370 2010-07-04 Richard Guenther <rguenther@suse.de>
15372 PR middle-end/44785
15373 * tree-inline.c (initialize_inlined_parameters): Do not
15374 re-use pointer-map slot over remap_type call.
15376 2010-07-04 Richard Guenther <rguenther@suse.de>
15378 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix last commit.
15380 2010-07-04 Richard Guenther <rguenther@suse.de>
15382 PR tree-optimization/44656
15383 * tree-ssa-sccvn.c (vn_reference_lookup_3): Try disambiguation
15384 again after value-replacing in the defintions lhs.
15386 2010-07-04 Ira Rosen <irar@il.ibm.com>
15387 Revital Eres <eres@il.ibm.com>
15389 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST):
15390 Document new arguments.
15391 * doc/tm.texi: Regenerate.
15392 * targhooks.c (default_builtin_vectorization_cost): Add new arguments.
15393 Handle unaligned store.
15394 * targhooks.h (default_builtin_vectorization_cost): Add new arguments.
15395 * target.def (builtin_vectorization_cost): Add new arguments.
15396 * target.h (enum vect_cost_for_stmt): Add unaligned_store.
15397 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Take number
15398 of iterations of prolog loop directly from LOOP_PEELING_FOR_ALIGNMENT.
15399 (vect_vfa_segment_size): Fix indentation.
15400 * tree-vectorizer.h (struct _vect_peel_info): New.
15401 (struct _vect_peel_extended_info): New.
15402 (struct _loop_vec_info): Add new field for peeling hash table and a
15403 macro for its access.
15404 (VECT_MAX_COST): Define.
15405 (vect_get_load_cost): Declare.
15406 (vect_get_store_cost, vect_get_known_peeling_cost,
15407 vect_get_single_scalar_iteraion_cost): Likewise.
15408 (vect_supportable_dr_alignment): Add new argument.
15409 * tree-vect-loop.c (new_loop_vec_info): Initialize peeling hash table
15411 (destroy_loop_vec_info): Free peeling hash table.
15412 (vect_analyze_loop_form): Update call to builtin_vectorization_cost.
15413 (vect_analyze_loop): Move vect_enhance_data_refs_alignment before
15414 vect_analyze_slp. Fix indentation.
15415 (vect_get_single_scalar_iteraion_cost): New function.
15416 (vect_get_known_peeling_cost): Likewise.
15417 (vect_estimate_min_profitable_iters): Rename byte_misalign to npeel.
15418 Call vect_get_single_scalar_iteraion_cost instead of cost_for_stmt per
15419 statement. Move outside cost calculation inside unknown peeling case.
15420 Call vect_get_known_peeling_cost for known amount of peeling.
15421 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Add data
15422 reference to the print message of forced alignment.
15423 (vect_verify_datarefs_alignment): Update call to
15424 vect_supportable_dr_alignment.
15425 (vect_get_data_access_cost): New function.
15426 (vect_peeling_hash, vect_peeling_hash_eq, vect_peeling_hash_insert,
15427 vect_peeling_hash_get_most_frequent, vect_peeling_hash_get_lowest_cost,
15428 vect_peeling_hash_choose_best_peeling): Likewise.
15429 (vect_enhance_data_refs_alignment): Fix documentation. Use hash table
15430 to store all the accesses in the loop and find best possible access to
15431 align using peeling for known alignment case. For unknown alignment
15432 check if stores are preferred or if peeling is worthy.
15433 (vect_find_same_alignment_drs): Analyze pairs of loads too.
15434 (vect_supportable_dr_alignment): Add new argument and check aligned
15435 accesses according to it.
15436 * tree-vect-stmts.c (vect_get_stmt_cost): New function.
15437 (cost_for_stmt): Call vect_get_stmt_cost.
15438 (vect_model_simple_cost): Likewise.
15439 (vect_model_store_cost): Call vect_get_stmt_cost. Call
15440 vect_get_store_cost to calculate the cost of the statement.
15441 (vect_get_store_cost): New function.
15442 (vect_model_load_cost): Call vect_get_stmt_cost. Call
15443 vect_get_load_cost to calculate the cost of the statement.
15444 (vect_get_load_cost): New function.
15445 (vectorizable_store): Update call to vect_supportable_dr_alignment.
15446 (vectorizable_load): Likewise.
15447 * config/spu/spu.c (spu_builtin_vectorization_cost): Add new arguments.
15448 * config/i386/i386.c (ix86_builtin_vectorization_cost): Add new
15449 arguments. Handle unaligned store.
15450 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): New.
15451 (rs6000_builtin_support_vector_misalignment): Return true for word and
15452 double word alignments for VSX.
15453 * tree-vect-slp.c (vect_build_slp_tree): Update calls to
15454 vect_supportable_dr_alignment and builtin_vectorization_cost.
15456 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15459 * config/pa/predicates.md (prefetch_cc_operand): Remove.
15460 (prefetch_nocc_operand): Likewise.
15461 * config/pa/pa.md (prefetch): Revise expander to use prefetch_20.
15462 (prefetch_20): New insn.
15463 (prefetch_cc): Remove.
15464 (prefetch_nocc): Likewise.
15466 2010-07-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
15468 * expr.c (vector_mode_valid_p): Move to c-common.c.
15469 * expr.h (vector_mode_valid_p): Do not declare here.
15470 * system.h: Poison GCC_EXPR_H in front-ends.
15471 * Makefile.in: Update dependencies.
15473 2010-07-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15476 * config/pa/pa.h (GO_IF_LEGITIMATE_ADDRESS): Reject LABEL_REF.
15478 2010-07-03 Jan Hubicka <jh@suse.cz>
15480 * timevar.def (TV_OUT_OF_SSA, TV_VAR_EXPAND, TV_POST_EXPAND,
15481 TV_VAR_TRACKING_DATAFLOW, TV_VAR_TRACKING_EMIT): New timevars.
15482 * cfgexpand.c (gimple_expand_cfg): Use new timevars.
15483 * var-tracking.c (vt_find_locations, variable_tracking_main_1):
15486 * lto-stramer-out.c (pass_ipa_lto_gimple_out, pass_ipa_lto_finish_out):
15488 * timevar.def (TV_IPA_LTO_GIMPLE_IO, TV_IPA_LTO_DECL_IO): Remove.
15489 (TV_IPA_LTO_GIMPLE_IN, TV_IPA_LTO_GIMPLE_OUT, TV_IPA_LTO_DECL_IN,
15490 TV_IPA_LTO_DECL_OUT): New.
15491 * lto.c (read_cgraph_and_symbols, materialize_cgraph): Update timevars.
15493 2010-07-03 Jan Hubicka <jh@suse.cz>
15495 * ipa-inline.c (update_edge_key): Break out from ...
15496 update_callers_keys): ... here;
15497 (update_callee_keys): Update only the edges from caller to callee.
15498 (update_all_calle_keys): Do what update_calle_keys did.
15499 (decide_inlining_of_small_functions): Avoid recomputing of all
15500 callees when badness increase.
15502 2010-07-03 Jie Zhang <jie@codesourcery.com>
15504 * config/arm/arm.c (arm_attr_length_move_neon): New.
15505 * config/arm/arm-protos.h (arm_attr_length_move_neon): Declare.
15506 * config/arm/neon.md (define_mode_attr V_slen): Remove.
15507 (neon_mov<mode> for VSTRUCT): Use arm_attr_length_move_neon
15508 to compute length attribute.
15510 2010-07-03 Jie Zhang <jie@codesourcery.com>
15512 * config/arm/vfp.md (*push_multi_vfp): Use vfp_register_operand
15513 as predicate for operand 1 and remove its constraint.
15514 * config/arm/predicates.md (vfp_register_operand): New.
15515 * config/arm/arm.md (*push_multi): Remove the constraint of operand 1.
15516 (*push_fp_multi): Likewise.
15518 2010-07-03 Eric Botcazou <ebotcazou@adacore.com>
15520 * gimplify.c (mostly_copy_tree_r): Deal with BIND_EXPR.
15522 2010-07-03 Jan Hubicka <jh@suse.cz>
15524 * config/i386/i386.c (override_options): Revert accidental commit.
15526 2010-07-02 Le-Chun Wu <lcwu@google.com>
15529 * doc/invoke.texi: Update documentation of -Wshadow.
15531 2010-07-02 Daniel Jacobowitz <dan@codesourcery.com>
15532 Julian Brown <julian@codesourcery.com>
15533 Sandra Loosemore <sandra@codesourcery.com>
15535 * config/arm/arm.c (arm_canonicalize_comparison): Canonicalize DImode
15536 comparisons. Adjust to take both operands.
15537 (arm_select_cc_mode): Handle DImode comparisons.
15538 (arm_gen_compare_reg): Generate a scratch register for DImode
15539 comparisons which require one. Use xor for Thumb equality checks.
15540 (arm_const_double_by_immediates): New.
15541 (arm_print_operand): Allow 'Q' and 'R' for constants.
15542 (get_arm_condition_code): Handle new CC_CZmode and CC_NCVmode.
15543 * config/arm/arm.h (CANONICALIZE_COMPARISON): Always use
15544 arm_canonicalize_comparison.
15545 * config/arm/arm-modes.def: Add CC_CZmode and CC_NCVmode.
15546 * config/arm/arm-protos.h (arm_canonicalize_comparison): Update
15548 (arm_const_double_by_immediates): Declare.
15549 * config/arm/constraints.md (Di): New constraint.
15550 * config/arm/predicates.md (arm_immediate_di_operand)
15551 (arm_di_operand, cmpdi_operand): New.
15552 * config/arm/arm.md (cbranchdi4): Handle non-Cirrus also.
15553 (*arm_cmpdi_insn, *arm_cmpdi_unsigned)
15554 (*arm_cmpdi_zero, *thumb_cmpdi_zero): New insns.
15555 (cstoredi4): Handle non-Cirrus also.
15557 2010-07-02 Julian Brown <julian@codesourcery.com>
15558 Sandra Loosemore <sandra@codesourcery.com>
15561 * config/arm/vec-common.md (add<mode>3, sub<mode>3, smin<mode>3)
15562 (smax<mode>3): Disable for NEON float modes when
15563 flag_unsafe_math_optimizations is false.
15564 * config/arm/neon.md (*add<mode>3_neon, *sub<mode>3_neon)
15566 (mul<mode>3add<mode>_neon, mul<mode>3neg<mode>add<mode>_neon)
15567 (reduc_splus_<mode>, reduc_smin_<mode>, reduc_smax_<mode>): Disable
15568 for NEON float modes when flag_unsafe_math_optimizations is false.
15569 (quad_halves_<code>v4sf): Only enable if
15570 flag_unsafe_math_optimizations is true.
15571 * doc/invoke.texi (ARM Options): Add note about floating point
15572 vectorization requiring -funsafe-math-optimizations.
15574 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
15575 Julian Brown <julian@codesourcery.com>
15577 * config/arm/neon.md (UNSPEC_VABA): Delete.
15578 (UNSPEC_VABAL): Delete.
15579 (UNSPEC_VABS): Delete.
15580 (UNSPEC_VMUL_N): Delete.
15581 (adddi3_neon): New.
15582 (subdi3_neon): New.
15583 (mul<mode>3add<mode>_neon): Make the pattern named.
15584 (mul<mode>3neg<mode>add<mode>_neon): Likewise.
15585 (neon_vadd<mode>): Replace with define_expand, and move the remaining
15587 (neon_vadd<mode>_unspec): ...to this.
15588 (neon_vmla<mode>, neon_vmla<mode>_unspec): Likewise.
15589 (neon_vlms<mode>, neon_vmls<mode>_unspec): Likewise.
15590 (neon_vsub<mode>, neon_vsub<mode>_unspec): Likewise.
15591 (neon_vaba<mode>): Rewrite in terms of vabd.
15592 (neon_vabal<mode>): Rewrite in terms of vabdl.
15593 (neon_vabs<mode>): Rewrite without unspec.
15594 * config/arm/arm.md (*arm_adddi3): Disable for TARGET_NEON.
15595 (*arm_subdi3): Likewise.
15596 * config/arm/neon.ml (Vadd, Vsub): Split out 64-bit variants and add
15597 No_op attribute to disable assembly output checks.
15598 * config/arm/arm_neon.h: Regenerated.
15599 * doc/arm-neon-intrinsics.texi: Regenerated.
15601 2010-07-02 Jan Hubicka <jh@suse.cz>
15603 * ipa-split.c (split_function): For aggregate values, set the return
15604 slot optimization bit. When passing DECL_BY_REFERENCE, produce
15605 *<retval> = fncall.part ().
15606 (execute_split_functions): Do not care about DECL_BY_REFERENCE.
15608 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
15610 * config/arm/neon.md (UNSPEC_VAND): Delete.
15611 (UNSPEC_VBIC): Delete.
15612 (UNSPEC_VCLZ): Delete.
15613 (UNSPEC_VCNT): Delete.
15614 (UNSPEC_VEOR): Delete.
15615 (UNSPEC_VORN): Delete.
15616 (UNSPEC_VORR): Delete.
15617 (iordi3_neon): Rewrite RTL without unspec. Add alternatives to handle
15618 core registers too.
15619 (anddi3_neon): Likewise.
15620 (orndi3_neon): Likewise.
15621 (bicdi3_neon): Likewise.
15622 (xordi3_neon): Likewise.
15623 (neon_vclz<mode>): Rewrite as define_expand and clz<mode>2 to get
15624 rid of unspec and handle unused operand.
15625 (neon_vcnt<mode>): Similarly, with popcount<mode>2.
15626 * config/arm/predicates.md (imm_for_neon_logic_operand):
15627 Require TARGET_NEON.
15628 (imm_for_neon_inv_logic_operand): Likewise.
15629 * config/arm/arm.md (define_split for logical_binary_operator):
15630 Disable for NEON registers.
15631 (anddi3): Add new define_expand, and rename the insn. Disable
15632 this insn for NEON, where anddi3_neon now applies.
15633 (*anddi_notdi_di): Disable for TARGET_NEON, where bicdi3_neon applies.
15634 (iordi3): As for anddi3.
15635 (xordi3): Likewise.
15636 * config/arm/neon.ml (Vand): Split DImode variants and mark them
15637 as No_op to disable testing for exact instruction match.
15642 * config/arm/arm_neon.h: Regenerated.
15643 * doc/arm-neon-intrinsics.texi: Regenerated.
15645 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
15647 * expr.h (emit_stack_probe): Declare.
15648 * explow.c (emit_stack_probe): Make global.
15649 (anti_adjust_stack_and_probe): Fix comments.
15650 * config/sparc/linux.h (STACK_CHECK_STATIC_BUILTIN): Define to 1.
15651 * config/sparc/linux64.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
15652 * config/sparc/sol2.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
15653 * config/sparc/sparc.c: Include except.h.
15654 (sparc_emit_probe_stack_range): New function.
15655 (output_probe_stack_range): Likewise.
15656 (sparc_expand_prologue): Invoke sparc_emit_probe_stack_range if static
15657 built-in stack checking is enabled.
15658 * config/sparc/sparc-protos.h (output_probe_stack_range): Declare.
15659 * config/sparc/sparc.md (UNSPECV_PROBE_STACK_RANGE): New constant.
15660 (probe_stack_range): New insn.
15662 2010-07-02 Richard Guenther <rguenther@suse.de>
15665 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Use pointer arithmetic
15666 for argument alignment.
15668 2010-07-02 Jan Hubicka <jh@suse.cz>
15670 * ipa-split.c (verify_non_ssa_vars): Break out from ...; perform DFS
15671 walk backwards from entry_bb to check only those basic block of header
15672 that might lead to execution of split part.
15673 (consider_split) ... here.
15674 (find_return_bb): Allow assignment in return BB.
15675 (find_retval): New.
15676 (split_function): Fix name of cloned function; take care of updating
15677 return value in return_bb containing move.
15679 2010-07-02 Andreas Schwab <schwab@linux-m68k.org>
15682 * config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
15683 used variable insn.
15685 2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
15687 * implicit-zee.c (combine_reaching_defs): Fix long lines.
15688 (is_set_with_extension_DI): Delete.
15689 (struct zero_extend_info): New structure.
15690 (add_removable_zero_extend): New function.
15691 (find_removable_zero_extends): Use note_stores to find SETs.
15692 (find_and_remove_ze): Fix long line, remove superfluous parentheses.
15694 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
15696 * tree-ssa-loop-prefetch.c (compute_miss_rate): Rename to
15697 is_miss_rate_acceptable. Pull total_positions computation
15698 out of the loops. Early return if miss_positions exceeds
15699 the acceptable threshold.
15700 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Call
15701 is_miss_rate_acceptable after renaming of compute_miss_rate.
15703 2010-07-02 Changpeng Fang <changpeng.fang@amd.com>
15705 PR middle-end/44576
15706 * tree-ssa-loop-prefetch.c (compute_miss_rate): Return 1000 (out
15707 of 1000) for miss rate if the address diference is greater than or
15708 equal to the cache line size (the two reference will never hit the
15711 2010-07-02 Bernd Schmidt <bernds@codesourcery.com>
15714 * config/arm/arm-modes.def (CC_NOTB): New mode.
15715 * config/arm/arm.c (get_arm_condition_code): Handle it.
15716 * config/arm/thumb2.md (thumb2_compare_scc): Delete pattern.
15717 * config/arm/arm.md (subsi3_compare0_c): New pattern.
15718 (compare_scc): Now a define_and_split. Add a number of extra
15719 splitters before it.
15722 * config/arm/arm.c (thumb1_rtx_costs): Improve support for SIGN_EXTEND
15724 (arm_rtx_costs_1): Likewise.
15725 (arm_size_rtx_costs): Use arm_rtx_costs_1 for these codes.
15726 * config/arm/arm.md (is_arch6): New attribute.
15727 (zero_extendhisi2, zero_extendqisi2, extendhisi2,
15728 extendqisi2): Tighten the code somewhat, avoiding invalid
15729 RTL to occur in the expander patterns.
15730 (thumb1_zero_extendhisi2): Merge with thumb1_zero_extendhisi2_v6.
15731 (thumb1_zero_extendhisi2_v6): Delete.
15732 (thumb1_extendhisi2): Merge with thumb1_extendhisi2_v6.
15733 (thumb1_extendhisi2_v6): Delete.
15734 (thumb1_extendqisi2): Merge with thumb1_extendhisi2_v6.
15735 (thumb1_extendqisi2_v6): Delete.
15736 (zero_extendhisi2 for register input splitter): New.
15737 (zero_extendqisi2 for register input splitter): New.
15738 (thumb1_extendhisi2 for register input splitter): New.
15739 (extendhisi2 for register input splitter): New.
15740 (extendqisi2 for register input splitter): New.
15741 (TARGET_THUMB1 extendqisi2 for memory input splitter): New.
15742 (arm_zero_extendhisi2): Allow nonimmediate_operand for operand 1,
15743 and add support for a register alternative requiring a split.
15744 (thumb1_zero_extendqisi2): Likewise.
15745 (arm_zero_extendqisi2): Likewise.
15746 (arm_extendhisi2): Likewise.
15747 (arm_extendqisi2): Likewise.
15749 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
15751 * config/arm/arm.c (neon_vdup_constant): Expand into canonical RTL
15752 instead of an unspec.
15753 (neon_expand_vector_init): Likewise.
15754 * config/arm/neon.md (UNSPEC_VCOMBINE): Delete.
15755 (UNSPEC_VDUP_LANE): Delete.
15756 (UNSPEC VDUP_N): Delete.
15757 (UNSPEC_VGET_HIGH): Delete.
15758 (UNSPEC_VGET_LANE): Delete.
15759 (UNSPEC_VGET_LOW): Delete.
15760 (UNSPEC_VMVN): Delete.
15761 (UNSPEC_VSET_LANE): Delete.
15762 (V_double_vector_mode): New.
15763 (vec_set<mode>_internal): Make code emitted match that for the
15764 corresponding intrinsics.
15765 (vec_setv2di_internal): Likewise.
15766 (neon_vget_lanedi): Rewrite to expand into emit_move_insn.
15767 (neon_vget_lanev2di): Rewrite to expand into vec_extractv2di.
15768 (neon_vset_lane<mode>): Combine double and quad patterns and
15769 expand into vec_set<mode>_internal instead of UNSPEC_VSET_LANE.
15770 (neon_vset_lanedi): Rewrite to expand into emit_move_insn.
15771 (neon_vdup_n<mode>): Rewrite RTL without unspec.
15772 (neon_vdup_ndi): Rewrite as define_expand and use emit_move_insn.
15773 (neon_vdup_nv2di): Rewrite RTL without unspec and merge with
15774 with neon_vdup_lanev2di, adjusting the pattern from the latter
15775 to be predicable for consistency.
15776 (neon_vdup_lane<mode>_internal): New.
15777 (neon_vdup_lane<mode>): Turn into a define_expand and rewrite
15778 to avoid using an unspec.
15779 (neon_vdup_lanedi): Rewrite RTL pattern to avoid unspec.
15780 (neon_vdup_lanev2di): Turn into a define_expand.
15781 (neon_vcombine): Rewrite pattern to eliminate UNPSEC_VCOMBINE.
15782 (neon_vget_high<mode>): Replace with....
15783 (neon_vget_highv16qi): New pattern using canonical RTL.
15784 (neon_vget_highv8hi): Likewise.
15785 (neon_vget_highv4si): Likewise.
15786 (neon_vget_highv4sf): Likewise.
15787 (neon_vget_highv2di): Likewise.
15788 (neon_vget_low<mode>): Replace with....
15789 (neon_vget_lowv16qi): New pattern using canonical RTL.
15790 (neon_vget_lowv8hi): Likewise.
15791 (neon_vget_lowv4si): Likewise.
15792 (neon_vget_lowv4sf): Likewise.
15793 (neon_vget_lowv2di): Likewise.
15795 * config/arm/neon.ml (Vget_lane): Add No_op attribute to suppress
15796 test for this emitting vmov.
15797 (Vset_lane): Likewise.
15798 (Vdup_n): Likewise.
15799 (Vmov_n): Likewise.
15801 * doc/arm-neon-intrinsics.texi: Regenerated.
15803 2010-07-02 Sandra Loosemore <sandra@codesourcery.com>
15805 * config/arm/neon.md (vec_extractv2di): Correct error in register
15806 numbering to reconcile with neon_vget_lanev2di.
15808 2010-07-02 Richard Guenther <rguenther@suse.de>
15810 * tree-ssa-structalias.c (pt_solution_set_var): New function.
15811 * tree-ssa-alias.h (pt_solution_set_var): Declare.
15812 * tree-ssa-loop-ivopts.c (copy_ref_info): Also copy or create
15813 points-to information.
15815 2010-07-02 Christian Borntraeger <borntraeger@de.ibm.com>
15817 * config/s390/s390.c (override_options): Adopt prefetching
15818 at -O3 to handle flag_prefetch_loop_arrays as a tristate.
15820 2010-07-02 Jan Hubicka <jh@suse.cz>
15822 * df-problems.c (df_kill_notes): Do not collect dead notes.
15823 (df_set_note): Just call add_reg_note.
15824 (df_set_unused_notes_for_mw, df_set_dead_notes_for_mw,
15825 df_create_unused_note): Do not deal with lists of old notes.
15826 (df_note_bb_compute): Likewise.
15828 2010-07-02 Richard Guenther <rguenther@suse.de>
15830 * tree-ssa-structalias.c (find_func_aliases): Handle
15831 pointer alignment via BIT_AND_EXPR.
15832 * tree-vrp.c (extract_range_from_binary_expr): Likewise.
15834 2010-07-02 Richard Guenther <rguenther@suse.de>
15836 * tree-data-ref.c (initialize_data_dependence_relation): Handle
15837 mismatching number of dimensions properly.
15839 2010-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15842 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Recognize
15843 (lo_sum (high ...) ...) patterns generated by earlier passes.
15845 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
15847 * doc/install.texi (Prerequisites): Document Perl requirement on
15849 (Specific, *-*-solaris2*): Document GNU c++filt requirement.
15851 2010-07-02 Richard Guenther <rguenther@suse.de>
15853 PR middle-end/44777
15854 * tree-cfg.c (gimple_block_ends_with_call_p): Handle empty BBs.
15856 2010-07-02 Jan Hubicka <jh@suse.cz>
15858 PR middle-end/44706
15859 * predict.c (predict_paths_for_bb): Handle case when control dependence
15860 BB has only abnormal edges.
15862 2010-07-02 Richard Guenther <rguenther@suse.de>
15864 PR tree-optimization/44748
15865 * tree-ssa-ccp.c (fold_const_aggregate_ref): Properly handle
15866 the embedded conversion in MEM_REFs.
15868 2010-07-01 López-Ibáñez <manu@gcc.gnu.org>
15870 * reload.c: Include toplev.h.
15871 * recog.c: Likewise.
15872 * Makefile.in: Adjust dependencies.
15874 2010-07-01 Jakub Jelinek <jakub@redhat.com>
15877 * dwarf2out.c (reg_loc_descriptor): For eliminated arg_pointer_rtx
15878 or frame_pointer_rtx use DW_OP_fbreg offset DW_OP_stack_value.
15880 2010-07-01 Richard Guenther <rguenther@suse.de>
15882 * emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned
15885 2010-07-01 Joern Rennecke <joern.rennecke@embecosm.com>
15888 * config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.
15889 Fix argument types.
15891 2010-07-01 Bernd Schmidt <bernds@codesourcery.com>
15894 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
15895 Make sure operand 0 dies.
15897 2010-07-01 Richard Guenther <rguenther@suse.de>
15899 PR middle-end/42834
15900 PR middle-end/44468
15901 * doc/gimple.texi (is_gimple_mem_ref_addr): Document.
15902 * doc/generic.texi (References to storage): Document MEM_REF.
15903 * tree-pretty-print.c (dump_generic_node): Handle MEM_REF.
15904 (print_call_name): Likewise.
15905 * tree.c (recompute_tree_invariant_for_addr_expr): Handle MEM_REF.
15906 (build_simple_mem_ref_loc): New function.
15907 (mem_ref_offset): Likewise.
15908 * tree.h (build_simple_mem_ref_loc): Declare.
15909 (build_simple_mem_ref): Define.
15910 (mem_ref_offset): Declare.
15911 * fold-const.c: Include tree-flow.h.
15912 (operand_equal_p): Handle MEM_REF.
15913 (build_fold_addr_expr_with_type_loc): Likewise.
15914 (fold_comparison): Likewise.
15915 (fold_unary_loc): Fold
15916 VIEW_CONVERT_EXPR <T1, MEM_REF <T2, ...>> to MEM_REF <T1, ...>.
15917 (fold_binary_loc): Fold MEM[&MEM[p, CST1], CST2] to MEM[p, CST1 + CST2],
15918 fold MEM[&a.b, CST2] to MEM[&a, offsetof (a, b) + CST2].
15919 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF.
15920 (ptr_deref_may_alias_ref_p_1): Likewise.
15921 (ao_ref_base_alias_set): Properly differentiate base object for
15923 (ao_ref_init_from_ptr_and_size): Use MEM_REF.
15924 (indirect_ref_may_alias_decl_p): Handle MEM_REFs properly.
15925 (indirect_refs_may_alias_p): Likewise.
15926 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
15928 (ref_maybe_used_by_call_p_1): Handle MEM_REF.
15929 (call_may_clobber_ref_p_1): Likewise.
15930 * dwarf2out.c (loc_list_from_tree): Handle MEM_REF.
15931 * expr.c (expand_assignment): Handle MEM_REF.
15932 (store_expr): Handle MEM_REFs from STRING_CSTs.
15933 (store_field): If expanding a MEM_REF of a non-addressable
15934 decl use bitfield operations.
15935 (get_inner_reference): Handle MEM_REF.
15936 (expand_expr_addr_expr_1): Likewise.
15937 (expand_expr_real_1): Likewise.
15938 * tree-eh.c (tree_could_trap_p): Handle MEM_REF.
15939 * alias.c (ao_ref_from_mem): Handle MEM_REF.
15940 (get_alias_set): Likewise. Properly handle VIEW_CONVERT_EXPRs.
15941 * tree-data-ref.c (dr_analyze_innermost): Handle MEM_REF.
15942 (dr_analyze_indices): Likewise.
15943 (dr_analyze_alias): Likewise.
15944 (object_address_invariant_in_loop_p): Likewise.
15945 * gimplify.c (mark_addressable): Handle MEM_REF.
15946 (gimplify_cond_expr): Build MEM_REFs.
15947 (gimplify_modify_expr_to_memcpy): Likewise.
15948 (gimplify_init_ctor_preeval_1): Handle MEM_REF.
15949 (gimple_fold_indirect_ref): Adjust.
15950 (gimplify_expr): Handle MEM_REF. Gimplify INDIRECT_REF to MEM_REF.
15951 * tree.def (MEM_REF): New tree code.
15952 * tree-dfa.c: Include toplev.h.
15953 (get_ref_base_and_extent): Handle MEM_REF.
15954 (get_addr_base_and_unit_offset): New function.
15955 * emit-rtl.c (set_mem_attributes_minus_bitpos): Handle MEM_REF.
15956 * gimple-fold.c (may_propagate_address_into_dereference): Handle
15958 (maybe_fold_offset_to_array_ref): Allow possibly out-of bounds
15959 accesses if the array has just one dimension. Remove always true
15960 parameter. Do not require type compatibility here.
15961 (maybe_fold_offset_to_component_ref): Remove.
15962 (maybe_fold_stmt_indirect): Remove.
15963 (maybe_fold_reference): Remove INDIRECT_REF handling.
15964 Fold back to non-MEM_REF.
15965 (maybe_fold_offset_to_address): Simplify. Deal with type
15967 (maybe_fold_reference): Likewise.
15968 (maybe_fold_stmt_addition): Likewise. Also handle
15969 &ARRAY + I in addition to &ARRAY[0] + I.
15970 (fold_gimple_assign): Handle ADDR_EXPR of MEM_REFs.
15971 (gimple_get_relevant_ref_binfo): Handle MEM_REF.
15972 * cfgexpand.c (expand_debug_expr): Handle MEM_REF.
15973 * tree-ssa.c (useless_type_conversion_p): Make most pointer
15974 conversions useless.
15975 (warn_uninitialized_var): Handle MEM_REF.
15976 (maybe_rewrite_mem_ref_base): New function.
15977 (execute_update_addresses_taken): Implement re-writing of MEM_REFs
15979 * tree-inline.c (remap_gimple_op_r): Handle MEM_REF, remove
15980 INDIRECT_REF handling.
15981 (copy_tree_body_r): Handle MEM_REF.
15982 * gimple.c (is_gimple_addressable): Adjust.
15983 (is_gimple_address): Likewise.
15984 (is_gimple_invariant_address): ADDR_EXPRs of MEM_REFs with
15985 invariant base are invariant.
15986 (is_gimple_min_lval): Adjust.
15987 (is_gimple_mem_ref_addr): New function.
15988 (get_base_address): Handle MEM_REF.
15989 (count_ptr_derefs): Likewise.
15990 (get_base_loadstore): Likewise.
15991 * gimple.h (is_gimple_mem_ref_addr): Declare.
15992 (gimple_call_fndecl): Handle invariant MEM_REF addresses.
15993 * tree-cfg.c (verify_address): New function, split out from ...
15994 (verify_expr): ... here. Use for verifying ADDR_EXPRs and
15995 the address operand of MEM_REFs. Verify MEM_REFs. Reject
15997 (verify_types_in_gimple_min_lval): Handle MEM_REF. Disallow
15998 INDIRECT_REF. Allow conversions.
15999 (verify_types_in_gimple_reference): Verify VIEW_CONVERT_EXPR of
16000 a register does not change its size.
16001 (verify_types_in_gimple_reference): Verify MEM_REF.
16002 (verify_gimple_assign_single): Disallow INDIRECT_REF.
16004 * tree-ssa-operands.c (opf_non_addressable, opf_not_non_addressable):
16006 (mark_address_taken): Handle MEM_REF.
16007 (get_indirect_ref_operands): Pass through opf_not_non_addressable.
16008 (get_asm_expr_operands): Pass opf_not_non_addressable.
16009 (get_expr_operands): Handle opf_[not_]non_addressable.
16010 Handle MEM_REF. Remove INDIRECT_REF handling.
16011 * tree-vrp.c (check_array_ref): Handle MEM_REF.
16012 (search_for_addr_array): Likewise.
16013 (check_array_bounds): Likewise.
16014 (vrp_stmt_computes_nonzero): Adjust for MEM_REF.
16015 * tree-ssa-loop-im.c (for_each_index): Handle MEM_REF.
16016 (ref_always_accessed_p): Likewise.
16017 (gen_lsm_tmp_name): Likewise. Handle ADDR_EXPR.
16018 * tree-complex.c (extract_component): Do not handle INDIRECT_REF.
16020 * cgraphbuild.c (mark_load): Properly check for NULL result
16021 from get_base_address.
16022 (mark_store): Likewise.
16023 * tree-ssa-loop-niter.c (array_at_struct_end_p): Handle MEM_REF.
16024 * tree-loop-distribution.c (generate_builtin): Exchange INDIRECT_REF
16025 handling for MEM_REF.
16026 * tree-scalar-evolution.c (follow_ssa_edge_expr): Handle
16027 &MEM[ptr + CST] similar to POINTER_PLUS_EXPR.
16028 * builtins.c (stabilize_va_list_loc): Use the function ABI
16029 valist type if we couldn't canonicalize the argument type.
16030 Always dereference with the canonical va-list type.
16031 (maybe_emit_free_warning): Handle MEM_REF.
16032 (fold_builtin_memory_op): Simplify and handle MEM_REFs in folding
16034 * builtins.c (fold_builtin_memory_op): Use ref-all types
16035 for all memcpy foldings.
16036 * omp-low.c (build_receiver_ref): Adjust for MEM_REF.
16037 (build_outer_var_ref): Likewise.
16038 (scan_omp_1_op): Likewise.
16039 (lower_rec_input_clauses): Likewise.
16040 (lower_lastprivate_clauses): Likewise.
16041 (lower_reduction_clauses): Likewise.
16042 (lower_copyprivate_clauses): Likewise.
16043 (expand_omp_atomic_pipeline): Likewise.
16044 (expand_omp_atomic_mutex): Likewise.
16045 (create_task_copyfn): Likewise.
16046 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle MEM_REF.
16047 Remove old union trick. Initialize constant offsets.
16048 (ao_ref_init_from_vn_reference): Likewise. Do not handle
16049 INDIRECT_REF. Init base_alias_set properly.
16050 (vn_reference_lookup_3): Replace INDIRECT_REF handling with MEM_REF.
16051 (vn_reference_fold_indirect): Adjust for MEM_REFs.
16052 (valueize_refs): Fold MEM_REFs. Re-evaluate constant offset
16054 (may_insert): Remove.
16055 (visit_reference_op_load): Do not test may_insert.
16056 (run_scc_vn): Remove parameter, do not fiddle with may_insert.
16057 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
16058 a field to store the constant offset this op applies.
16059 (run_scc_vn): Adjust prototype.
16060 * cgraphunit.c (thunk_adjust): Adjust for MEM_REF.
16061 * tree-ssa-ccp.c (ccp_fold): Replace INDIRECT_REF folding with
16062 MEM_REF. Propagate &foo + CST as &MEM[&foo, CST]. Do not
16063 bother about volatile qualifiers on pointers.
16064 (fold_const_aggregate_ref): Handle MEM_REF, do not handle INDIRECT_REF.
16065 * tree-ssa-loop-ivopts.c
16066 * tree-ssa-loop-ivopts.c (determine_base_object): Adjust for MEM_REF.
16067 (strip_offset_1): Likewise.
16068 (find_interesting_uses_address): Replace INDIRECT_REF handling with
16070 (get_computation_cost_at): Likewise.
16071 * ipa-pure-const.c (check_op): Handle MEM_REF.
16072 * tree-stdarg.c (check_all_va_list_escapes): Adjust for MEM_REF.
16073 * tree-ssa-sink.c (is_hidden_global_store): Handle MEM_REF
16075 * ipa-inline.c (likely_eliminated_by_inlining_p): Handle MEM_REF.
16076 * tree-parloops.c (take_address_of): Adjust for MEM_REF.
16077 (eliminate_local_variables_1): Likewise.
16078 (create_call_for_reduction_1): Likewise.
16079 (create_loads_for_reductions): Likewise.
16080 (create_loads_and_stores_for_name): Likewise.
16081 * matrix-reorg.c (may_flatten_matrices_1): Sanitize.
16082 (ssa_accessed_in_tree): Handle MEM_REF.
16083 (ssa_accessed_in_assign_rhs): Likewise.
16084 (update_type_size): Likewise.
16085 (analyze_accesses_for_call_stmt): Likewise.
16086 (analyze_accesses_for_assign_stmt): Likewise.
16087 (transform_access_sites): Likewise.
16088 (transform_allocation_sites): Likewise.
16089 * tree-affine.c (tree_to_aff_combination): Handle MEM_REF.
16090 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref): Do
16091 not handle INDIRECT_REF.
16092 * tree-ssa-phiopt.c (add_or_mark_expr): Handle MEM_REF.
16093 (cond_store_replacement): Likewise.
16094 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
16095 MEM_REF, no not handle INDIRECT_REFs.
16096 (insert_into_preds_of_block): Properly initialize avail.
16097 (phi_translate_1): Fold MEM_REFs. Re-evaluate constant offset
16098 for ARRAY_REFs. Properly handle reference lookups that
16099 require a bit re-interpretation.
16100 (can_PRE_operation): Do not handle INDIRECT_REF. Handle MEM_REF.
16101 * tree-sra.c (build_access_from_expr_1): Handle MEM_REF.
16102 (build_ref_for_offset_1): Remove.
16103 (build_ref_for_offset): Build MEM_REFs.
16104 (gate_intra_sra): Disable for now.
16105 (sra_ipa_modify_expr): Handle MEM_REF.
16106 (ipa_early_sra_gate): Disable for now.
16107 * tree-sra.c (create_access): Swap INDIRECT_REF handling for
16109 (disqualify_base_of_expr): Likewise.
16110 (ptr_parm_has_direct_uses): Swap INDIRECT_REF handling for
16112 (sra_ipa_modify_expr): Remove INDIRECT_REF handling.
16113 Use mem_ref_offset. Remove bogus folding.
16114 (build_access_from_expr_1): Properly handle MEM_REF for non IPA-SRA.
16115 (make_fancy_name_1): Add support for MEM_REF.
16116 * tree-predcom.c (ref_at_iteration): Handle MEM_REFs.
16117 * tree-mudflap.c (mf_xform_derefs_1): Adjust for MEM_REF.
16118 * ipa-prop.c (compute_complex_assign_jump_func): Handle MEM_REF.
16119 (compute_complex_ancestor_jump_func): Likewise.
16120 (ipa_analyze_virtual_call_uses): Likewise.
16121 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Replace
16122 INDIRECT_REF folding with more generalized MEM_REF folding.
16123 (tree_ssa_forward_propagate_single_use_vars): Adjust accordingly.
16124 (forward_propagate_addr_into_variable_array_index): Also handle
16125 &ARRAY + I in addition to &ARRAY[0] + I.
16126 * tree-ssa-dce.c (ref_may_be_aliased): Handle MEM_REF.
16127 * tree-ssa-ter.c (find_replaceable_in_bb): Avoid TER if that
16128 creates assignments with overlap.
16129 * tree-nested.c (get_static_chain): Adjust for MEM_REF.
16130 (get_frame_field): Likewise.
16131 (get_nonlocal_debug_decl): Likewise.
16132 (convert_nonlocal_reference_op): Likewise.
16133 (struct nesting_info): Add mem_refs pointer-set.
16134 (create_nesting_tree): Allocate it.
16135 (convert_local_reference_op): Insert to be folded mem-refs.
16136 (fold_mem_refs): New function.
16137 (finalize_nesting_tree_1): Perform defered folding of mem-refs
16138 (free_nesting_tree): Free the pointer-set.
16139 * tree-vect-stmts.c (vectorizable_store): Adjust for MEM_REF.
16140 (vectorizable_load): Likewise.
16141 * tree-ssa-phiprop.c (phiprop_insert_phi): Adjust for MEM_REF.
16142 (propagate_with_phi): Likewise.
16143 * tree-object-size.c (addr_object_size): Handle MEM_REFs
16144 instead of INDIRECT_REFs.
16145 (compute_object_offset): Handle MEM_REF.
16146 (plus_stmt_object_size): Handle MEM_REF.
16147 (collect_object_sizes_for): Dispatch to plus_stmt_object_size
16149 * tree-flow.h (get_addr_base_and_unit_offset): Declare.
16150 (symbol_marked_for_renaming): Likewise.
16151 * Makefile.in (tree-dfa.o): Add $(TOPLEV_H).
16152 (fold-const.o): Add $(TREE_FLOW_H).
16153 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
16154 (find_func_clobbers): Likewise.
16155 * ipa-struct-reorg.c (decompose_indirect_ref_acc): Handle MEM_REF.
16156 (decompose_access): Likewise.
16157 (replace_field_acc): Likewise.
16158 (replace_field_access_stmt): Likewise.
16159 (insert_new_var_in_stmt): Likewise.
16160 (get_stmt_accesses): Likewise.
16161 (reorg_structs_drive): Disable.
16162 * config/i386/i386.c (ix86_va_start): Adjust for MEM_REF.
16163 (ix86_canonical_va_list_type): Likewise.
16165 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
16168 * coretypes.h [!USED_FOR_TARGET] (reg_class_t): Define.
16169 * target.def (struct gcc_target): Replace enum reg_class with
16170 reg_class_t in hook argument / return types.
16171 * doc/tm.texi.in (TARGET_SECONDARY_RELOAD): Likewise.
16172 (TARGET_IRA_COVER_CLASSES, TARGET_MEMORY_MOVE_COST): Likewise.
16173 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
16174 * targhooks.h (default_branch_target_register_class): Likewise.
16175 (default_ira_cover_classes, default_secondary_reload): Likewise.
16176 (default_memory_move_cost, default_register_move_cost): Likewise.
16177 * targhooks.c (default_branch_target_register_class): Likewise.
16178 (default_ira_cover_classes, default_secondary_reload): Likewise.
16179 (default_memory_move_cost, default_register_move_cost): Likewise.
16180 * reload.c (push_secondary_reload, secondary_reload_class): Likewise.
16181 * bt-load.c (branch_target_load_optimize): Likewise.
16182 * ira.c (setup_cover_and_important_classes): Likewise.
16183 * ira-costs.c (copy_cost): Likewise.
16184 * reload1.c (emit_input_reload_insns): Likewise.
16185 * config/alpha/alpha.c (alpha_secondary_reload): Likewise.
16186 * config/frv/frv.c (frv_secondary_reload): Likewise.
16187 * config/s390/s390.c (s390_secondary_reload): Likewise.
16188 * config/i386/i386.c (i386_ira_cover_classes): Likewise.
16189 (ix86_secondary_reload, ix86_memory_move_cost): Likewise.
16190 (ix86_register_move_cost): Likewise.
16191 * config/sh/sh-protos.h (sh_secondary_reload): Likewise.
16192 * config/sh/sh.c (sh_target_reg_class, sh_secondary_reload): Likewise.
16193 * config/xtensa/xtensa.c (xtensa_secondary_reload): Likewise.
16194 * config/xtensa/xtensa-protos.h (xtensa_secondary_reload): Likewise.
16195 * config/rs6000/rs6000.c (rs6000_secondary_reload): Likewise.
16196 (rs6000_ira_cover_classes): Likewise.
16197 * config/picochip/picochip.c (picochip_secondary_reload): Likewise.
16198 * config/picochip/picochip-protos.h (picochip_secondary_reload):
16200 * config/pa/pa.c (pa_secondary_reload): Likewise.
16201 * config/mips/mips.c (mips_ira_cover_classes): Likewise.
16202 * config/bfin/bfin.c (bfin_secondary_reload): Likewise.
16203 * config/ia64/ia64.c (ia64_register_move_cost): Likewise.
16204 * doc/tm.texi: Regenerate.
16206 2010-06-30 Sebastian Pop <sebastian.pop@amd.com>
16208 PR bootstrrap/44726
16209 * graphite-sese-to-poly.c (build_poly_dr): Avoid uninitialized
16211 (build_alias_set_optimal_p): Likewise.
16212 (build_base_obj_set_for_drs): Likewise.
16214 2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
16216 * target.def: Remove comment about licensing problems of function
16219 * target.def (declare_constant_name): Change exp to expr. Use DEFHOOK.
16220 * doc/tm.texi.in (TARGET_ASM_DECLARE_CONSTANT_NAME): Use @hook.
16221 * doc/tm.texi: Regenerate.
16223 * target.def (builtin_reciprocal): Change tm_fn to md_fn. Use DEFHOOK.
16224 * doc/tm.texi.in (TARGET_BUILTIN_RECIPROCAL): Use @hook.
16226 * target.def (enum_va_list_p): Use DEFHOOK.
16227 * doc/tm.texi.in (TARGET_ENUM_VA_LIST_P): Use @hook.
16228 Rename ptype to ptree.
16229 * doc/tm.texi: Regenerate.
16231 * target.def (fold_builtin): Rename nargs to n_args. Use DEFHOOK.
16232 * doc/tm.texi.in (TARGET_FOLD_BUILTIN): Use @hook.
16233 * doc/tm.texi: Regenerate.
16235 * target.def (memory_move_cost): Use DEFHOOK.
16236 * doc/tm.texi.in (TARGET_MEMORY_MOVE_COST): Use @hook.
16237 Rename regclass AKA class to rclass.
16238 * doc/tm.texi: Regenerate.
16240 * target.def (pragma_parse): Use DEFHOOK.
16241 * doc/tm.texi.in (TARGET_OPTION_PRAGMA_PARSE): Use @hook.
16242 s/TARGET_VALID_OPTION_ATTRIBUTE_P/TARGET_OPTION_VALID_ATRIBUTE_P/ .
16243 * doc/tm.texi: Regenerate.
16245 * target.def (pass_by_reference): Use DEFHOOK.
16246 * doc/tm.texi.in (TARGET_PASS_BY_REFERENCE): Use @hook.
16247 * doc/tm.texi: Regenerate.
16249 * target.def (resolve_overloaded_builtin): Rename params to arglist.
16251 * doc/tm.texi.in (TARGET_RESOLVE_OVERLOADED_BUILTIN): Use @hook.
16252 * doc/tm.texi: Regenerate.
16254 * target.def (return_pops_args): Use DEFHOOK.
16255 * doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
16256 Rename stack-size to size.
16257 * doc/tm.texi: Regenerate.
16259 * target.def (dfa_new_cycle): Use DEFHOOK. Rename dump_file to dump,
16260 last-sched_cycle to last_clock, cur_cycle to clock.
16261 * doc/tm.texi.in: Use @hook.
16262 * doc/tm.texi: Regenerate.
16264 * target.def (print_operand, print_operand_address): Update comment.
16265 (print_operand_punct_valid_p): Likewise.
16267 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
16269 * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
16271 (error_for_asm, warning_for_asm): Move declarations to rtl-error.h.
16272 * rtl.h (_fatal_insn_not_found, _fatal_insn): Move declarations here.
16273 * rtl-error.h: New.
16274 * regrename.c: Do not include toplev.h. Include rtl-error.h.
16275 * rtl-error.c: Likewise.
16276 * reload.c: Likewise.
16277 * recog.c: Likewise.
16278 * sel-sched.c: Likewise.
16279 * function.c: Likewise.
16280 * reg-stack.c: Likewise.
16281 * cfgrtl.c: Likewise.
16282 * reload1.c: Likewise.
16283 * final.c: Include rtl-error.
16284 * Makefile.in: Adjust dependencies.
16286 2010-06-30 Jan Hubicka <jh@suse.cz>
16288 PR middle-end/PR44706
16289 * ipa-split (split_function): Refine conditions when to use DECL_RESULT
16290 to return the value.
16292 2010-06-30 Michael Matz <matz@suse.de>
16295 * tree-vrp.c (vrp_finalize): Deal with changing num_ssa_names.
16296 * gimple-fold.c (gimplify_and_update_call_from_tree): If LHS is
16297 a gimple reg, attach the original VDEF to the last store in the
16300 2010-06-30 Iain Sandoe <iains@gcc.gnu.org>
16303 * config/darwin.c (darwin_override_options): Use renamed
16304 targetm.asm_out.emit_unwind_label.
16306 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
16308 PR tree-optimization/39799
16309 * tree-inline.c (remap_ssa_name): Initialize variable only if
16310 SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
16312 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
16314 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
16316 2010-06-30 Richard Guenther <rguenther@suse.de>
16319 * config/i386/i386.md (peephole2 for fix:SSEMODEI24): Guard
16320 against oscillation with reverse peephole2.
16322 2010-06-30 H.J. Lu <hongjiu.lu@intel.com>
16325 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
16328 2010-06-30 Nick Clifton <nickc@redhat.com>
16330 * config/rx/rx-modes.def: New file.
16331 * config/rx/rx.h (FIRST_PSEUDO_REGISTER): Increase to 17.
16332 (CC_REGNUM): Define.
16333 (FIXED_REGISTERS, CALL_USED_REGISTERS, REGISTER_NAMES): Add cc
16335 (CC_NO_CARRY, NOTICE_UPDATE_CC): Delete.
16336 (SELECT_CC_MODE): Define.
16337 * config/rx/rx.md (CC_REG): Define. Update all patterns to use
16338 (reg:CC CC_REG) instead of (cc0).
16339 (attr "cc"): Delete.
16340 (cbranchsi4): Do not split compare and branch here. Instead move
16342 (cbranchsi4_<code>): ... here. New patterns.
16343 (cmpsi): Call rx-compare_redundant to find out if it is necessary
16344 to emit the compare instruction.
16345 * config/rx/rx.c (rx_gen-cond_branch_template): Remove tests of
16347 (rx_get_stack_layout): Iterate up to before CC_REGNUM not
16348 FIRST_PSEUDO_REGNUM.
16349 (rx_expand_prologue, rx_expand_epilogue): Likewise.
16350 (rx_notice_update_cc): Delete.
16351 (rx_cc_modes_compatible): New function.
16352 (flags_needed_for_conditional): New function.
16353 (flags_from_mode): New function.
16354 (rx_compare_redundant): New function - scans backwards through
16355 insn list to find out if condition flags are already set correctly.
16356 (TARGET_CC_MODES_COMPATIBLE): Define.
16357 * config/rx/rx-protos.h (rx_compare_redundant): Prototype.
16359 * config/rx/rx.h (BRANCH_COST): Define.
16360 (REGISTER_MOVE_COST): Define.
16361 * config/rx/predicates (rx_source_operand): Allow all constant types.
16362 * config/rx/rx.md (addsi3): Add alternative for swapped operands.
16363 (tstsi4): New pattern.
16364 * config/rx/rx.c (rx_memory_move_cost): Define.
16365 (TARGET_MEMORY_MOVE_COST): Define.
16367 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
16369 * tree.h (block_may_fallthru): Declare here.
16370 * tree-flow.h (block_may_fallthru): Do not declare here.
16371 * c-typeck.c: Do not include tree-flow.h. Include gimple.h and
16373 * Makefile.in (c-typeck.o): Update dependencies.
16375 2010-06-30 Jakub Jelinek <jakub@redhat.com>
16378 * cselib.h (cselib_preserve_cfa_base_value): Add regno argument.
16379 * cselib.c (cfa_base_preserved_regno): New static variable.
16380 (cselib_reset_table): Don't reset cfa_base_preserved_regno instead
16381 of REGNO (cfa_base_preserved_val->locs->loc).
16382 (cselib_preserve_cfa_base_value): Add regno argument, set
16383 cfa_base_preserved_regno to it.
16384 (cselib_invalidate_regno): Allow removal of registers other than
16385 cfa_base_preserved_regno from cfa_base_preserved_val.
16386 (cselib_finish): Set cfa_base_preserved_regno to INVALID_REGNUM.
16387 * var-tracking.c (adjust_mems): Replace sp or hfp even outside
16388 of MEM addresses, if not on LHS.
16389 (reverse_op): Don't add reverse ops for cfa_base_rtx.
16390 (vt_init_cfa_base): Adjust cselib_preserve_cfa_base_value caller.
16392 2010-06-30 Bernd Schmidt <bernds@codesourcery.com>
16394 * recog.c (peep2_do_rebuild_jump_labels, peep2_do_cleanup_cfg): New
16396 (peep2_buf_position): New static function.
16397 (peep2_regno_dead_p, peep2_reg_dead_p, peep2_find_free_register,
16398 peephole2_optimize): Use it.
16399 (peep2_attempt, peep2_update_life): New static functions, broken out
16400 of peephole2_optimize.
16401 (peep2_fill_buffer): New static function.
16402 (peephole2_optimize): Change the main loop to try to fill the buffer
16403 with the maximum number of insns before matching them against
16404 peepholes. Use a forward scan. Remove special case for targets with
16405 conditional execution.
16406 * genrecog.c (change_state): Delete dead code.
16407 * config/i386/i386.md (peephole2 for arithmetic ops with memory):
16408 Rewrite so as not to expect the second insn to have had a peephole
16411 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
16413 * genhooks.c (emit_findices): Cast field precision to int.
16414 (emit_documentation): Likewise.
16416 2010-06-29 Jakub Jelinek <jakub@redhat.com>
16418 PR tree-optimization/43801
16419 * cgraph.c (cgraph_create_virtual_clone): Clear DECL_SECTION_NAME
16420 if old_decl was DECL_ONE_ONLY.
16423 * dwarf2out.c (add_accessibility_attribute): New function.
16424 (gen_subprogram_die, gen_variable_die, gen_field_die): Use it
16425 instead of adding DW_AT_accessibility manually.
16426 (gen_enumeration_type_die, gen_struct_or_union_type_die,
16427 gen_typedef_die): Use it.
16429 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16431 * vmsdbgout.c (full_name): Just output the file name if not native.
16433 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16435 * vmsdbgout.c (func_table): Replace with VEC func{nam,num}_tables.
16436 (funcnam_table): New static table.
16437 (funcnum_table): New static table.
16438 (write_rtnbeg): Write value saved in funcnum_table.
16439 (write_rtnend): Write value saved in funcnum_table.
16440 (vmsdbgout_begin_function): Save current function info in
16441 (vmsdbgout_init): Initialize func{nam,num}_tables. Minor reformatting.
16442 (vmsdbgout_finish): Iterate over funcnum_table.
16444 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16446 * vmsdbgout.c (vmsdbgout_begin_epilogue): Declare
16447 (vmsdbgout_type_decl): Declare
16448 (vmsdbg_debug_hooks): Add entry for type_decl and begin_epilogue.
16449 (FUNC_EPILOGUE_LABEL): New macro
16450 (vmsdbgout_begin_epilogue): New function.
16451 (vmsdbgout_type_decl): New function.
16453 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16455 * vmsdbg.h: Update copyright.
16457 2010-06-29 Douglas B Rupp <rupp@gnat.com>
16459 * vmsdbg.h (DST_K_TBG): New DST constant.
16460 * vmsdbgout.c (addr_const_to_string): Removed, not referenced.
16461 (write_modbeg): Cast module_language to avoid warning.
16462 (write_rtnbeg): Use DST_K_TBG vice magic mystery number.
16464 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
16467 * target.def, doc/tm.texi.in, genhooks.c: New files.
16468 * target.h: Instead of defining individual hook members,
16469 define DEFHOOKPOD / DEFHOOK / DEFHOOK_UNDOC / HOOKSTRUCT and
16470 include target.def.
16471 * target-def.h: Instead of defining individual hook initializers,
16472 include target-hooks-def.h.
16473 * df-scan.c, haifa-sched.c, sel-sched.c: Rename targetm members:
16474 targetm.live_on_entry -> targetm.extra_live_on_entry
16475 targetm.sched.md_finish ->targetm.sched.finish
16476 targetm.sched.md_init -> targetm.sched.init
16477 targetm.sched.md_init_global -> targetm.sched.init_global
16478 targetm.asm_out.unwind_label -> targetm.asm_out.emit_unwind_label
16479 targetm.asm_out.except_table_label ->
16480 targetm.asm_out.emit_except_table_label
16481 targetm.asm_out.visibility -> targetm.asm_out.assemble_visibility
16482 targetm.target_help -> targetm.help
16483 targetm.vectorize.builtin_support_vector_misalignment ->
16484 targetm.vectorize.support_vector_misalignment
16485 targetm.file_start_app_off -> targetm.asm_file_start_app_off
16486 targetm.file_start_file_directive ->
16487 targetm.asm_file_start_file_directive
16488 * dwarf2out.c, opts.c, tree-vect-data-refs.c, except.c: Likewise.
16489 * varasm.c, config/alpha/alpha.c, config/cris/cris.c: Likewise.
16490 * config/spu/spu.c, config/ia64/ia64.c: Rename target macros:
16491 TARGET_VECTOR_ALIGNMENT_REACHABLE ->
16492 TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE
16493 TARGET_SUPPORT_VECTOR_MISALIGNMENT ->
16494 TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT
16495 TARGET_UNWIND_EMIT -> TARGET_ASM_UNWIND_EMIT
16496 * config/rs6000/rs6000.c, config/arm/arm.c: Likewise.
16497 * Makefile.in (TARGET_H): Depend on target.def.
16498 (TARGET_DEF_H): Depend on target-hooks-def.h.
16499 (target-hooks-def.h, tm.texi, s-target-hooks-def-h): New rules.
16500 (s-tm-texi, build/genhooks.o, build/genhooks): Likewise.
16501 * doc/tm.texi: Regenerate.
16503 * Makefile.in (s-tm-texi): Remove stray tab / rule.
16505 * config/m68k/m68k.c (targetm.sched.init_global): Update comment.
16506 (targetm.sched.init): Likewise.
16508 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
16511 * config/i386/i386.c (type_natural_mode): Const-ify CUM parameter.
16512 (function_arg_advance_32): Const-ify TYPE parameter.
16513 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
16514 (ix86_function_arg_advance): Change type of NAMED to bool.
16515 (function_arg_32): Const-ify CUM and TYPE parameters.
16516 (function_arg_64): Likewise. Change type of NAMED to bool.
16517 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
16519 (ix86_function_arg): Change type of NAMED to bool.
16520 (ix86_setup_incoming_varargs): Call ix86_function_arg_advance. Pass
16521 last argument as a bool.
16523 2010-06-29 Joern Rennecke <joern.rennecke@embecosm.com>
16525 * doc/tm.texi (TARGET_OPTION_OVERRIDE): Document.
16526 (OVERRIDE_OPTIONS): Add note of obsolescence.
16527 Replace references with references to TARGET_OPTION_OVERRIDE.
16528 (Except for C_COMMON_OVERRIDE_OPTIONS, which remains similar to
16530 * targhooks.c (default_target_option_override): New function.
16531 * targhooks.h (default_target_option_override): Declare.
16532 * target.h (struct gcc_target): Add override member to
16533 target_option member.
16534 * toplev.c (process_options): Replace OVERRIDE_OPTIONS use with
16535 targetm.target_option.override call.
16536 * target-def.h (TARGET_OPTION_OVERRIDE): Define.
16537 (TARGET_OPTION_HOOKS): Add TARGET_OPTION_OVERRIDE.
16539 2010-06-29 Jan Hubicka <jh@suse.cz>
16541 * tree-inline.c: Replace incomming by incomin and clonning by cloning.
16543 2010-06-29 Jan Hubicka <jh@suse.cz>
16545 * predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is
16547 (rebuild_frequencies): New function.
16548 * predict.h (rebuild_frequencies): Declare.
16549 * tree-inline.c (copy_cfg_body): Compute properly count & frequency of
16550 entry block and edge reaching new_entry.
16551 (tree_function_versioning): When doing partial cloning, rebuild
16552 frequencies when done.
16553 * passes.c (execute_function_todo): Use rebild_frequencies.
16555 2010-06-29 Richard Guenther <rguenther@suse.de>
16557 * tree-dfa.c (dump_variable): Remove noalias_state dumping.
16558 * tree-flow.h (enum noalias_state): Remove.
16559 (struct var_ann_d): Remove noalias_state member.
16561 2010-06-29 Bernd Schmidt <bernds@codesourcery.com>
16564 * config/arm/arm.md (maddsidi4, umaddsidi4): New expanders.
16565 (maddhisi4): Renamed from mulhisi3addsi. Operands renumbered.
16566 (maddhidi4): Likewise.
16568 Revert parts of the change for PR25130.
16569 * cse.c (exp_equiv_p): For MEMs, if for_gcse, only compare
16572 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
16574 * calls.c, dse.c, expr.c, function.c: Call targetm.calls.function_arg,
16575 targetm.calls.function_incoming_arg, and
16576 targetm.calls.function_arg_advance instead of FUNCTION_ARG,
16577 FUNCTION_INCOMING_ARG, and FUNCTION_ARG_ADVANCE, respectively.
16578 * target.h (struct gcc_target): Add function_arg_advance,
16579 function_arg, and function_incoming_arg fields.
16580 * target-def.h (TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG):
16581 (TARGET_FUNCTION_INCOMING_ARG): Define.
16582 (TARGET_CALLS): Add TARGET_FUNCTION_ARG_ADVANCE, TARGET_FUNCTION_ARG,
16583 and TARGET_FUNCTION_INCOMING_ARG.
16584 * targhooks.h (default_function_arg_advance): Declare.
16585 (default_function_arg, default_function_incoming_arg): Declare.
16586 * targhooks.c (default_function_arg_advance): New function.
16587 (default_function_arg, default_function_incoming_arg): New function.
16588 * config/i386/i386.c (function_arg_advance): Rename to...
16589 (ix86_function_arg_advance): ...this. Make static.
16590 (function_arg): Rename to...
16591 (ix86_function_arg): ...this. Make static.
16592 (TARGET_FUNCTION_ARG_ADVANCE): Define.
16593 (TARGET_FUNCTION_ARG): Define.
16594 * config/i386/i386.h (FUNCTION_ARG_ADVANCE): Delete.
16595 (FUNCTION_ARG): Delete.
16596 * config/i386/i386-protos.h (function_arg_advance): Delete prototype.
16597 (function_arg): Delete prototype.
16599 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
16601 * reginfo.c (init_reg_sets_1): Adjust comments.
16602 * combine-stack-adj.c (rest_of_handle_stack_adjustments): Likewise.
16603 * calls.c (prepare_call_address): Likewise.
16604 (emit_call_1): Use targetm.calls.return_pops_args.
16605 (expand_call): Likewise.
16606 * function.c (assign_parms): Likewise.
16607 * system.h (RETURN_POPS_ARGS): Add to #pragma poison list.
16608 * target.h (struct gcc_target) [struct calls]: Add
16609 return_pops_args field.
16610 * targhooks.h (default_return_pops_args): Declare.
16611 * targhooks.c (default_return_pops_args): Define.
16612 * target-def.h (TARGET_RETURN_POPS_ARGS): Define.
16613 (TARGET_CALLS): Add TARGET_RETURN_POPS_ARGS.
16614 * doc/tm.texi (RETURN_POPS_ARGS): Rename to...
16615 (TARGET_RETURN_POPS_ARGS): ...this. Use deftypefn. Adjust
16617 * config/alpha/alpha.h (RETURN_POPS_ARGS): Delete.
16618 * config/arc/arc.h (RETURN_POPS_ARGS): Likewise.
16619 * config/arm/arm.h (RETURN_POPS_ARGS): Likewise.
16620 * config/avr/avr.h (RETURN_POPS_ARGS): Likewise.
16621 * config/bfin/bfin.h (RETURN_POPS_ARGS): Likewise.
16622 * config/cris/cris.h (RETURN_POPS_ARGS): Likewise.
16623 * config/crx/crx.h (RETURN_POPS_ARGS): Likewise.
16624 * config/fr30/fr30.h (RETURN_POPS_ARGS): Likewise.
16625 * config/frv/frv.h (RETURN_POPS_ARGS): Likewise.
16626 * config/h8300/h8300.h (RETURN_POPS_ARGS): Likewise.
16627 * config/ia64/ia64.h (RETURN_POPS_ARGS): Likewise.
16628 * config/iq2000/iq2000.h (RETURN_POPS_ARGS): Likewise.
16629 * config/lm32/lm32.h (RETURN_POPS_ARGS): Likewise.
16630 * config/m32c/m32c.h (RETURN_POPS_ARGS): Likewise.
16631 * config/m32r/m32r.h (RETURN_POPS_ARGS): Likewise.
16632 * config/m68hc11/m68hc11.h (RETURN_POPS_ARGS): Likewise.
16633 * config/mcore/mcore.h (RETURN_POPS_ARGS): Likewise.
16634 * config/mep/mep.h (RETURN_POPS_ARGS): Likewise.
16635 * config/mips/mips.h (RETURN_POPS_ARGS): Likewise.
16636 * config/mmix/mmix.h (RETURN_POPS_ARGS): Likewise.
16637 * config/mn10300/mn10300.h (RETURN_POPS_ARGS): Likewise.
16638 * config/moxie/moxie.h (RETURN_POPS_ARGS): Likewise.
16639 * config/pa/pa.h (RETURN_POPS_ARGS): Likewise.
16640 * config/pdp11/pdp11.h (RETURN_POPS_ARGS): Likewise.
16641 * config/picochip/picochip.h (RETURN_POPS_ARGS): Likewise.
16642 * config/rs6000/rs6000.h (RETURN_POPS_ARGS): Likewise.
16643 * config/rx/rx.h (RETURN_POPS_ARGS): Likewise.
16644 * config/s390/s390.h (RETURN_POPS_ARGS): Likewise.
16645 * config/score/score.h (RETURN_POPS_ARGS): Likewise.
16646 * config/sh/sh.h (RETURN_POPS_ARGS): Likewise.
16647 * config/sparc/sparc.h (RETURN_POPS_ARGS): Likewise.
16648 * config/spu/spu.h (RETURN_POPS_ARGS): Likewise.
16649 * config/stormy16/stormy16.h (RETURN_POPS_ARGS): Likewise.
16650 * config/v850/v850.h (RETURN_POPS_ARGS): Likewise.
16651 * config/xtensa/xtensa.h (RETURN_POPS_ARGS): Likewise.
16652 * config/i386/i386-protos.h (ix86_return_pops_args): Delete.
16653 * config/i386/i386.h (RETURN_POPS_ARGS): Delete.
16654 * config/i386/i386.c (ix86_return_pops_args): Make static.
16655 Constify arguments.
16656 (TARGET_RETURN_POPS_ARGS): Define.
16657 * config/m68k/m68k.h (RETURN_POPS_ARGS): Move to...
16658 * config/m68k/m68k.c (m68k_return_pops_args): ...here. New function.
16659 (TARGET_RETURN_POPS_ARGS): Define.
16660 * config/vax/vax.h (RETURN_POPS_ARGS): Move to...
16661 * config/vax/vax.c (vax_return_pops_args): ...here. New function.
16662 (TARGET_RETURN_POPS_ARGS): Define.
16664 2010-06-29 Richard Guenther <rguenther@suse.de>
16666 PR middle-end/44667
16667 * tree-inline.c (initialize_inlined_parameters): Make sure
16668 to remap the inlined parameter variable substitutions types.
16670 2010-06-29 Eric Botcazou <ebotcazou@adacore.com>
16672 PR rtl-optimization/44659
16673 * combine.c (make_compound_operation) <SUBREG>: Do not return the
16674 result of force_to_mode if it partially re-expanded the compound.
16676 2010-06-28 Jan Hubicka <jh@suse.cz>
16678 PR middle-end/44671
16679 * ipa-split.c (test_nonssa_use, mark_nonssa_use): Check also uses of
16682 2010-06-28 Anatoly Sokolov <aesok@post.ru>
16684 * double-int.h (force_fit_type_double): Remove declaration.
16685 * double-int.c (force_fit_type_double): Move to tree.c.
16686 * tree.h (force_fit_type_double): Declare.
16687 * tree.h (force_fit_type_double): Moved from double-int.c. Use
16688 double_int type for 'cst' argument. Use double_int_fits_to_tree_p and
16689 double_int_to_tree instead of fit_double_type and build_int_cst_wide.
16690 * convert.c (convert_to_pointer): Adjust call to
16691 force_fit_type_double.
16692 * tree-vrp.c (extract_range_from_assert,
16693 extract_range_from_unary_expr): Adjust call to force_fit_type_double.
16694 * fold-const.c: Update comment.
16695 (int_const_binop, fold_convert_const_int_from_int,
16696 fold_convert_const_int_from_real, fold_convert_const_int_from_fixed,
16697 extract_muldiv_1, fold_div_compare, fold_sign_changed_comparison,
16698 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
16699 round_up_loc): Adjust call to force_fit_type_double.
16701 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
16703 * config/rs6000/rs6000.h (PROCESSOR_TITAN): Declare.
16705 2010-06-28 Martin Jambor <mjambor@suse.cz>
16707 * tree-sra.c (convert_callers): New parameter, change fndecls of
16709 (modify_function): Pass the old decl to convert_callers.
16711 2010-06-28 Martin Jambor <mjambor@suse.cz>
16713 * ipa-cp.c (ipcp_init_cloned_node): Replace calls to
16714 ipa_check_create_node_params and ipa_initialize_node_params with
16715 checking asserts they are not necessary.
16717 2010-06-28 Jan Hubicka <jh@suse.cz>
16719 PR tree-optimization/44687
16720 * ipa-split.c (split_function): Use DECL_RESULT to store return value.
16722 2010-06-28 Martin Jambor <mjambor@suse.cz>
16725 * gimple-fold.c (get_first_base_binfo_with_virtuals): New function.
16726 (gimple_get_relevant_ref_binfo): Use get_first_base_binfo_with_virtuals
16727 instead of BINFO_BASE_BINFO.
16729 2010-06-28 Michael Matz <matz@suse.de>
16731 PR middle-end/44592
16732 * gimple-fold.c (gimplify_and_update_call_from_tree): Maintain
16733 proper VDEF chain for intermediate stores in the sequence.
16735 2010-06-28 Jan Hubicka <jh@suse.cz>
16737 PR tree-optimization/44357
16738 * ipa-inline.c (add_new_edges_to_heap): Do not add edges to
16739 uninlinable functions.
16741 2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
16743 * config.gcc (powerpc*-*-*): Handle titan.
16744 * config/rs6000/rs6000.c (titan_cost): New costs.
16745 (rs6000_override_options): Add "titan" to processor_target_table.
16746 Add Titan to branch alignment logic.
16747 Correctly set rs6000_cost for titan.
16748 * config/rs6000/rs6000.md (cpu): Add titan. Include "titan.md".
16749 * config/rs6000/titan.md: New file.
16750 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.
16752 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
16754 * tree-browser.c (TB_history_stack): Convert to a VEC.
16755 (TB_SET_HEAD): Adjust for new type of TB_history_stack.
16756 (TB_history_prev): Likewise.
16758 2010-06-28 Nathan Froyd <froydnj@codesourcery.com>
16760 * vec.h (vec_heap_free): Add parentheses around free.
16762 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
16764 * system.h: Poison GCC_EXCEPT_H for front-end files.
16766 * langhooks.h (struct lang_hooks): Add eh_protect_cleanup_actions
16768 * langhooks-def.h (LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS) New.
16769 Define to NULL by default.
16770 * except.h: Define GCC_EXCEPT_H.
16771 (doing_eh): Remove prototype.
16772 (init_eh, init_eh_for_function): Move prototypes to toplev.h.
16773 (lang_protect_cleanup_actions): Remove.
16774 * except.c (lang_protect_cleanup_actions): Remove.
16775 (doing_eh): Remove.
16776 (gen_eh_region): Don't check doing_eh here.
16777 * toplev.h (init_eh, init_eh_for_function_): Moved from except.h.
16778 * tree-eh.c (honor_protect_cleanup_actions): Use new langhook
16779 instead of lang_protect_cleanup_actions.
16780 * omp-low.c (maybe_catch_exception): Likewise.
16781 * Makefile.in: Update dependencies.
16783 2010-06-28 Bingfeng Mei <bmei@broadcom.com>
16785 * cgraph.h (struct varpool_node): new used_from_object_file flag.
16786 (struct cgraph_local_info): new used_from_object_file flag.
16787 * cgraph.c (dump_cgraph_node): dump used_from_object_file flag.
16788 (cgraph_clone_node): initialize used_from_object_file.
16789 (cgraph_create_virtual_clone): initialize used_from_object_file.
16790 * lto-symbtab.c (lto_symtab_merge_decls_1): Set
16791 used_from_object_file flags for symbols of LDPR_PREVAILING_DEF
16792 when compiling with -fwhole-program.
16793 (lto_symtab_resolve_symbols) Use LDPR_PREVAILING_DEF_IRONLY for
16795 * ipa.c (function_and_variable_visibility): Set externally_visible
16796 flag of varpool_node if used_from_object_file flag is set.
16797 (cgraph_externally_visible_p): check used_from_object_file flag.
16798 * doc/invoke.texi (-fwhole-program option): Change description of
16799 externally_visible attribute accordingly.
16800 * doc/extend.texi (externally_visible): Ditto.
16802 2010-06-27 Jan Hubicka <jh@suse.cz>
16804 * params.def (max-inline-insns-auto): Default to 40.
16805 * doc/invoke.texi (max-inline-insns-auto): Document the change.
16807 2010-06-27 Jan Hubicka <jh@suse.cz>
16809 PR middle-end/44671
16810 PR middle-end/44686
16811 * tree.c (build_function_decl_skip_args): Clear DECL_BUILT_IN on
16813 * ipa-split.c (split_function): Always clear DECL_BUILT_IN.
16814 * ipa-prop.c (ipa_modify_formal_parameters): Likewise.
16816 2010-06-27 Anatoly Sokolov <aesok@post.ru>
16818 * target.h (struct gcc_target): Add register_move_cost field.
16819 * target-def.h (TARGET_REGISTER_MOVE_COST): New.
16820 (TARGET_INITIALIZER): Use TARGET_REGISTER_MOVE_COST.
16821 * targhooks.c (default_register_move_cost): New function.
16822 * targhooks.h (default_register_move_cost): Declare function.
16823 * defaults.h (REGISTER_MOVE_COST): Delete.
16824 * ira-int.h (ira_register_move_cost): Update comment.
16825 * ira.c (ira_register_move_cost): Update comment.
16826 * reload.h (register_move_cost): Declare.
16827 * reginfo.c (register_move_cost): New function.
16828 (move_cost): Update comment.
16829 (init_move_cost, memory_move_secondary_cost): Replace
16830 REGISTER_MOVE_COST with register_move_cost.
16831 * postreload.c (reload_cse_simplify_set): (Ditto.).
16832 * reload.c (find_valid_class, find_reloads): (Ditto.).
16833 * reload1.c (choose_reload_regs): (Ditto.).
16834 * doc/tm.texi (TARGET_REGISTER_MOVE_COST): New.
16835 (REGISTER_MOVE_COST, TARGET_MEMORY_MOVE_COST): Update documentation.
16836 * doc/md.texi (can_create_pseudo_p): Update documentation.
16838 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
16839 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
16840 * config/i386/i386.h (ix86_memory_move_cost): Make static.
16841 (TARGET_MEMORY_MOVE_COST): Define.
16843 * config/ia64/ia64.h (MEMORY_MOVE_COST): Remove macro.
16844 * config/ia64/ia64-protos.h (int ia64_memory_move_cost): Remove.
16845 * config/ia64/ia64.h (ia64_memory_move_cost): Make static.
16846 (TARGET_MEMORY_MOVE_COST): Define.
16848 2010-06-27 Richard Guenther <rguenther@suse.de>
16850 PR tree-optimization/44683
16851 * tree-ssa-dom.c (record_edge_info): Record equivalences for the
16852 false edge from the inverted condition.
16854 2010-06-27 Richard Guenther <rguenther@suse.de>
16856 PR middle-end/44684
16857 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
16858 (stmt_may_clobber_ref_p_1): Do not bother to call the oracle
16859 for register LHS. Or non-store assignments.
16861 2010-06-26 Eric Botcazou <ebotcazou@adacore.com>
16863 * config/sparc/sparc.c (sparc_emit_set_const32): Make static.
16864 (sparc_emit_set_const64): Likewise. Remove disabled code.
16865 * config/sparc/sparc-protos.h (sparc_emit_set_const32): Delete.
16866 (sparc_emit_set_const64): Likewise.
16868 2010-06-26 Catherine Moore <clm@codesourcery.com>
16870 * config/mips/mips.md (alu_type): New attribute.
16871 (type): Infer type from alu_type.
16872 (*add<mode>3, *add<mode>3_mips16, *addsi3_extended,
16873 *baddu_si_eb, *baddu_si_el, *baddu_di, sub<mode>3,
16874 *subsi3_extended, negsi2, negdi2, *low<mode>,
16875 *low<mode>_mips16, *ior<mode>3, *ior<mode>3_mips16,
16876 xor<mode>3, *nor<mode>3,
16877 *zero_extend<GPR:mode>_trunc<SHORT:mode>,
16878 *zero_extendhi_truncqi): Set alu_type instead of type.
16880 2010-06-26 Douglas B Rupp <rupp@gnat.com>
16882 * config/alpha/alpha.c (alpha_need_linkage): Adjust
16883 splay_tree_new_ggc call.
16884 (alpha_use_linkage): Likewise.
16886 2010-06-26 Joseph Myers <joseph@codesourcery.com>
16888 * collect2.c (main): Remove SWITCHES_NEED_SPACES conditional.
16889 * doc/tm.texi (SWITCHES_NEED_SPACES): Don't document.
16890 * gcc.c (SWITCHES_NEED_SPACES, switches_need_spaces): Remove.
16891 (static_specs): Remove switches_need_spaces.
16892 (process_command, do_self_spec): Hardcode handling "-o" instead of
16893 checking switches_need_spaces.
16894 * system.h (SWITCHES_NEED_SPACES): Poison.
16896 2010-06-26 Richard Guenther <rguenther@suse.de>
16898 PR tree-optimization/44393
16899 * tree-loop-distribution.c (generate_loops_for_partition): Fix
16900 stmt removal and VOP renaming.
16901 (generate_memset_zero): Remove redundant stmt updating.
16902 * tree-flow.h (mark_virtual_ops_in_bb): Remove.
16903 * tree-cfg.c (mark_virtual_ops_in_bb): Likewise.
16905 2010-06-26 Jan Hubicka <jh@suse.cz>
16907 * ipa-split.c (consider_split): PHI in entry block is OK as long as all
16908 edges comming from header are equivalent.
16909 (visit_bb): Handle PHIs correctly.
16910 * tree-inline.c (copy_phis_for_bb): Be able to copy
16911 PHI from entry edge.
16912 (copy_cfg_body): Produce edge from entry BB before copying PHIs.
16914 2010-06-26 Richard Guenther <rguenther@suse.de>
16916 PR middle-end/44674
16917 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
16918 decls. Handle LABEL_DECLs like FUNCTION_DECLs.
16920 2010-06-26 Joseph Myers <joseph@codesourcery.com>
16922 * gcc.c (n_switches_alloc, n_infiles_alloc, alloc_infile,
16923 add_infile, alloc_switch): New.
16924 (process_command): Remove variable lang_n_infiles. Process
16925 options in a single pass. Use new functions for allocating
16926 infiles and switches arrays. Properly skip operands of
16927 -Xpreprocessor and -Xassembler.
16929 2010-06-26 Jan Hubicka <jh@suse.cz>
16931 PR middle-end/44671
16932 * cgraphunit.c (cgraph_function_versioning): Remove wrong
16933 cgraph_make_decl_local call; fix typo copying RTL data.
16935 2010-06-25 DJ Delorie <dj@redhat.com>
16937 * config/m32c/m32c-protos.h (m32c_note_pragma_address): Declare.
16938 (m32c_output_aligned_common): Likewise.
16939 * config/m32c/m32c.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): New.
16940 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): New.
16941 * config/m32c/m32c-pragma.c (m32c_pragma_address): New.
16942 (m32c_register_pragmas): Register it.
16943 * config/m32c/m32c.c (m32c_get_pragma_address): New.
16944 (m32c_insert_attributes): Set #pragma address decls volatile.
16945 (pragma_entry_eq): New.
16946 (pragma_entry_hash): New.
16947 (m32c_note_pragma_address): New.
16948 (m32c_get_pragma_address): New.
16949 (m32c_output_aligned_common): New.
16950 * doc/extend.texi: Document the new pragma.
16952 * config/m32c/m32c.c (m32c_illegal_subreg_p): Reject illegal MEMs
16954 * config/m32c/predicates.md (m32c_any_operand): Check the code
16955 instead of memory_operand so as to allow matching volatile MEMs.
16956 (m32c_nonimmediate_operand): Likewise.
16957 (mra_operand): Allow volatiles.
16959 2010-06-25 Alexandre Oliva <aoliva@redhat.com>
16962 * simplify-rtx.c (delegitimize_mem_from_attrs): Don't use a base
16963 address if the offset is unknown.
16965 2010-06-25 Douglas B Rupp <rupp@gnat.com>
16967 * dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function.
16968 * dwarf2out.h (dwarf2out_vms_debug_main_pointer): Declare new function.
16969 * config/ia64/ia64-protos.h (ia64_start_function): Declare.
16970 * config/ia64/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Move contents
16971 to ia64_start_function. Invoke it.
16972 * config/ia64/ia64.c (ia64_start_function): Call new function
16973 dwarf2out_vms_debug_main_pointer.
16975 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
16977 * tree-if-conv.c (insert_gimplified_predicates): Do not insert
16978 statements computing the true predicate.
16980 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
16982 * tree-if-conv.c (init_bb_predicate): Initialize the predicate
16983 to boolean_true_node.
16984 (reset_bb_predicate): New.
16985 (predicate_bbs): Call reset_bb_predicate.
16987 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
16989 * tree-if-conv.c (combine_blocks): Remove FIXME comment.
16990 (tree_if_conversion): Returns true when something has been changed.
16991 (main_tree_if_conversion): Return TODO_cleanup_cfg when if-conversion
16994 2010-06-25 Sebastian Pop <sebastian.pop@amd.com>
16996 * Makefile.in (tree-if-conv.o): Depends on DBGCNT_H.
16997 * dbgcnt.def (if_conversion_tree): New DEBUG_COUNTER.
16998 * tree-if-conv.c: Include dbgcnt.h.
16999 (tree_if_conversion): Use if_conversion_tree to count the number of
17000 if-convertible loops.
17002 2010-06-25 Changpeng Fang <changpeng.fang@amd.com>
17004 * common.opt (fprefetch-loop-arrays): Re-define
17005 -fprefetch-loop-arrays as a tri-state option with the initial
17007 * tree-ssa-loop.c (gate_tree_ssa_loop_prefetch): Invoke prefetch
17008 pass only when flag_prefetch_loop_arrays > 0.
17009 * toplev.c (process_options): Note that, with tri-states,
17010 flag_prefetch_loop_arrays>0 means prefetching is enabled.
17011 * config/i386/i386.c (override_options): Enable prefetching at -O3
17012 for a set of CPUs that sw prefetching is helpful.
17013 (software_prefetching_beneficial_p): New. Return TRUE if software
17014 prefetching is beneficial for the given CPU.
17016 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
17018 PR rtl-optimization/44326
17019 * implicit-zee.c (find_removable_zero_extends): Replace
17020 INSN_P with NONDEBUG_INSN_P.
17022 2010-06-25 Martin Jambor <mjambor@suse.cz>
17024 * ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.
17025 (struct ipa_node_params): Removed the modification_analysis_done flag.
17026 (ipa_is_param_modified): Removed.
17027 (ipa_analyze_node): Declare.
17028 (ipa_compute_jump_functions): Remove declaration.
17029 (ipa_count_arguments): Likewise.
17030 (ipa_detect_param_modifications): Likewise.
17031 (ipa_analyze_params_uses): Likewise.
17032 * ipa-prop.c (struct param_analysis_info): New type.
17033 (visit_store_addr_for_mod_analysis): Removed.
17034 (visit_load_for_mod_analysis): Renamed to visit_ref_for_mod_analysis,
17035 moved down in the file.
17036 (ipa_detect_param_modifications): Merged into ipa_analyze_params_uses.
17037 (ipa_count_arguments): Made static.
17038 (mark_modified): New function.
17039 (is_parm_modified_before_call): New function.
17040 (compute_pass_through_member_ptrs): New parameter parms_info, call
17041 is_parm_modified_before_call instead of ipa_is_param_modified.
17042 (ipa_compute_jump_functions_for_edge): New parameter parms_info, pass
17043 it to compute_pass_through_member_ptrs.
17044 (ipa_compute_jump_functions): New parameter parms_info, pass it to
17045 ipa_compute_jump_functions_for_edge. Call ipa_initialize_node_params
17046 on the callee if it is analyzed. Made static.
17047 (ipa_analyze_indirect_call_uses): New parameter parms_info, call
17048 is_parm_modified_before_call instead of ipa_is_param_modified.
17049 (ipa_analyze_call_uses): New parameter parms_info, pass it to
17050 ipa_analyze_indirect_call_uses.
17051 (ipa_analyze_stmt_uses): New parameter parms_info, pass it to
17052 ipa_analyze_call_uses.
17053 (ipa_analyze_params_uses): New parameter parms_info, pass it to
17054 ipa_analyze_stmt_uses. Also perform the used analysis. Made static.
17055 (ipa_analyze_node): New function.
17056 (ipa_print_node_params): Do not dump the modified flag.
17057 (ipa_write_node_info): Assert uses_analysis_done rather than streaming
17058 it. Do not stream the modified parameter flag.
17059 (ipa_read_node_info): Set uses_analysis_done to 1 instead of streaming
17060 it. Do not stream the modified parameter flag.
17061 * ipa-cp.c (ipcp_analyze_node): Removed.
17062 (ipcp_init_stage): Iterate only once over the nodes, analyze each one
17063 with only a call to ipa_analyze_node.
17064 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Analyze the
17065 node with only a call to ipa_analyze_node.
17067 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
17069 * doc/invoke.texi (-Wsuggest-attribute): Add item for noreturn.
17071 2010-06-25 Jan Hubicka <jh@suse.cz>
17073 * tree-pass.h (pass_split_functions): Declare.
17074 * opts.c (decode_options): Enable function splitting at -O2
17075 * timevar.def (TV_IPA_FNSPLIT): New macro.
17076 * ipa-split.c: New file.
17077 * common.opt (-fpartial-inlining): New flag.
17078 * Makefile.in (ipa-split.o): New object file.
17079 * passes.c (init_optimization_passes): Add ipa-split.
17080 * params.def (partial-inlining-entry-probability): New parameters.
17081 * doc/invoke.texi (-fpartial-inlining): New.
17083 2010-06-25 Manuel López-Ibáñez <manu@gcc.gnu.org>
17086 * tree-inline.c (gimple_expand_calls_inline): Fix typo in comment.
17087 * gimplify.c (is_gimple_reg_rhs_or_call): Likewise.
17088 (gimplify_expr): Likewise.
17090 2010-06-25 Martin Jambor <mjambor@suse.cz>
17092 * ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering
17093 statements instead of bailing out on them.
17094 (ipa_analyze_indirect_call_uses): Do not require that loads from the
17095 parameter are in the same BB as the condition. Update comments.
17097 2010-06-25 Jakub Jelinek <jakub@redhat.com>
17099 PR middle-end/43866
17100 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): If stmt is always
17101 true or always false, return NULL_TREE.
17102 (tree_unswitch_single_loop): Optimize conditions even when reaching
17103 max-unswitch-level parameter. If num > 0, optimize first all conditions
17104 using entry checks, then do still reachable block discovery and consider
17105 only conditions in still reachable basic blocks in the loop.
17107 PR tree-optimization/44539
17108 * tree-cfgcleanup.c (fixup_noreturn_call): Call update_stmt even when
17109 the call doesn't have LHS, but has VDEF.
17111 2010-06-25 Joseph Myers <joseph@codesourcery.com>
17113 * config/pa/pa.h (MODIFY_TARGET_NAME): Remove.
17114 * doc/tm.texi (MODIFY_TARGET_NAME): Don't document.
17115 * gcc.c (enum add_del, struct modify_target, modify_target): Remove.
17116 (process_command): Remove code conditional on MODIFY_TARGET_NAME.
17117 * system.h (MODIFY_TARGET_NAME): Poison.
17119 2010-06-25 Alan Modra <amodra@gmail.com>
17121 * doc/invoke.texi: Delete mcmodel=medium from powerpc options.
17122 * config/rs6000/rs6000.h (enum rs6000_cmodel): Delete CMODEL_MEDIUM.
17123 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
17124 CMODEL_LARGE as default.
17125 * config/rs6000/rs6000.c (rs6000_handle_option): Remove mcmodel=medium.
17126 (offsettable_ok_by_alignment): Delete.
17127 (rs6000_emit_move): Remove mcmodel=medium optimization.
17129 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
17131 With large parts from Jim Wilson:
17133 * tree-pretty-print.c (dump_generic_node, op_code_prio): Add
17134 WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
17135 * optabs.c (optab_for_tree_code): Likewise.
17136 (expand_widen_pattern_expr): Likewise.
17137 * tree-ssa-math-opts.c (convert_mult_to_widen): New function, broken
17138 out of execute_optimize_widening_mul.
17139 (convert_plusminus_to_widen): New function.
17140 (execute_optimize_widening_mul): Use the two new functions.
17141 * expr.c (expand_expr_real_2): Add support for GIMPLE_TERNARY_RHS.
17142 Remove code to generate widening multiply-accumulate. Add support
17143 for WIDEN_MULT_PLUS_EXPR and WIDEN_MULT_MINUS_EXPR.
17144 * gimple-pretty-print.c (dump_ternary_rhs): New function.
17145 (dump_gimple_assign): Call it when appropriate.
17146 * tree.def (WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR): New codes.
17147 * cfgexpand.c (gimple_assign_rhs_to_tree): Likewise.
17148 (expand_gimple_stmt_1): Likewise.
17149 (expand_debug_expr): Support WIDEN_MULT_PLUS_EXPR and
17150 WIDEN_MULT_MINUS_EXPR.
17151 * tree-ssa-operands.c (get_expr_operands): Likewise.
17152 * tree-inline.c (estimate_operator_cost): Likewise.
17153 * gimple.c (extract_ops_from_tree_1): Renamed from
17154 extract_ops_from_tree. Add new arg for a third operand; fill it.
17155 (gimple_build_assign_stat): Support operations with three operands.
17156 (gimple_build_assign_with_ops_stat): Likewise.
17157 (gimple_assign_set_rhs_from_tree): Likewise.
17158 (gimple_assign_set_rhs_with_ops_1): Renamed from
17159 gimple_assign_set_rhs_with_ops. Add new arg for a third operand.
17160 (get_gimple_rhs_num_ops): Support GIMPLE_TERNARY_RHS.
17161 (get_gimple_rhs_num_ops): Handle WIDEN_MULT_PLUS_EXPR and
17162 WIDEN_MULT_MINUS_EXPR.
17163 * gimple.h (enum gimple_rhs_class): Add GIMPLE_TERNARY_RHS.
17164 (extract_ops_from_tree_1): Adjust declaration.
17165 (gimple_assign_set_rhs_with_ops_1): Likewise.
17166 (gimple_build_assign_with_ops): Pass NULL for last operand.
17167 (gimple_build_assign_with_ops3): New macro.
17168 (gimple_assign_rhs3, gimple_assign_rhs3_ptr, gimple_assign_set_rhs3,
17169 gimple_assign_set_rhs_with_ops, extract_ops_from_tree): New inline
17171 * tree-cfg.c (verify_gimple_assign_ternary): New static function.
17172 (verify_gimple_assign): Call it.
17173 * doc/gimple.texi (Manipulating operands): Document GIMPLE_TERNARY_RHS.
17174 (Tuple specific accessors, subsection GIMPLE_ASSIGN): Document new
17175 functions for dealing with three-operand statements.
17176 * tree.c (commutative_ternary_tree_code): New function.
17177 * tree.h (commutative_ternary_tree_code): Declare it.
17178 * tree-vrp.c (gimple_assign_nonnegative_warnv_p): Return false for
17179 ternary statements.
17180 (gimple_assign_nonzero_warnv_p): Likewise.
17181 * tree-ssa-sccvn.c (stmt_has_constants): Handle GIMPLE_TERNARY_RHS.
17182 * tree-ssa-ccp.c (get_rhs_assign_op_for_ccp): New static function.
17183 (ccp_fold): Use it. Handle GIMPLE_TERNARY_RHS.
17184 * tree-ssa-dom.c (enum expr_kind): Add EXPR_TERNARY.
17185 (struct hashtable_expr): New member ternary in the union.
17186 (initialize_hash_element): Handle GIMPLE_TERNARY_RHS.
17187 (hashable_expr_equal_p): Fix indentation. Handle EXPR_TERNARY.
17188 (iterative_hash_hashable_expr): Likewise.
17189 (print_expr_hash_elt): Handle EXPR_TERNARY.
17190 * gimple-fold.c (fold_gimple_assign): Handle GIMPLE_TERNARY_RHS.
17191 * tree-ssa-threadedge.c (fold_assignment_stmt): Remove useless break
17192 statements. Handle GIMPLE_TERNARY_RHS.
17194 2010-06-25 Jan Hubicka <jh@suse.cz>
17196 * doc/invoke.texi (-Wsuggest-attribute): Add noreturn.
17198 2010-06-25 Shujing Zhao <pearly.zhao@oracle.com>
17201 * c-parser.c (c_parser_parms_list_declarator): Return NULL if one of
17202 parameters are not good.
17203 (c_parser_parameter_declaration): Error unknown type name if the type
17204 name can't start declaration specifiers.
17206 2010-06-25 Joseph Myers <joseph@codesourcery.com>
17208 * gcc.c (translate_options): Don't mention +e in comment.
17209 (process_command): Don't handle +e specially.
17211 2010-06-25 Bernd Schmidt <bernds@codesourcery.com>
17213 * ira.c (allocno_pool, copy_pool, allocno_live_range_pool): Delete.
17215 * ira-build.c (merge_hard_reg_conflicts): New function.
17216 (create_cap_allocno, copy_info_to_removed_store_destinations,
17217 propagate_some_info_from_allocno, propagate_allocno_info): Use it.
17218 (move_allocno_live_ranges, copy_allocno_live_ranges): New functions.
17219 (remove_unnecessary_allocnos, remove_low_level_allocnos)
17220 copy_nifo_to_removed_store_destination): Use them.
17221 * ira-lives.c (make_hard_regno_born): New function, split out of
17223 (make_allocno_born): Likewise.
17224 (make_hard_regno_dead): New function, split out of make_regno_dead.
17225 (make_allocno_dead): Likewise.
17226 (inc_register_pressure): New function, split out of set_allocno_live.
17227 (dec_register_pressure): New function, split out of clear_allocno_live.
17228 (mark_pseudo_regno_live): New function, split out of mark_reg_live.
17229 (mark_hard_reg_live): Likewise. Use inc_register_pressure.
17230 (mark_pseudo_regno_dead): New function, split out of mark_reg_dead.
17231 (mark_hard_reg_dead): Likewise. Use dec_register_pressure.
17232 (make_pseudo_conflict): Use mark_pseudo_regno_dead and
17233 mark_pseudo_regno_live.
17234 (process_bb_node_lives): Use mark_pseudo_regno_live,
17235 make_hard_regno_born and make_allocno_dead.
17236 (make_regno_born, make_regno_dead, mark_reg_live, mark_reg_dead,
17237 set_allocno_live, clear_allocno_live): Delete functions.
17239 * ira-int.h (ira_parent_allocno, ira_parent_or_cap_allocno): Declare.
17240 * ira-build.c (ira_parent_allocno, ira_parent_or_cap_allocno): New
17242 (ira_flattening): Use ira_parent_allocno.
17243 * ira-conflicts.c (process_regs_for_copy, propagate_copies)
17244 build_allocno_conflicts): Use ira_parent_or_cap_allocno.
17246 * ira-color.c (assign_hard_reg): Improve formatting of multi-line for
17249 * ira-int.h (SET_MINMAX_SET_BIT, CLEAR_MINMAX_SET_BIT,
17250 TEST_MINMAX_SET_BIT, minmax_set_iterator, minmax_set_iter_init,
17251 minmax_set_iter_cond, minmax_set_iter_next,
17252 FOR_EACH_BIT_IN_MINMAX_SET): Renamed from SET_ALLOCNO_SET_BIT,
17253 CLEAR_ALLOCNO_SET_BIT, TEST_ALLOCNO_SET_BIT, ira_allocno_set_iterator,
17254 ira_allocno_set_iter_init, ira_allocno_set_iter_cond,
17255 ira_allocno_set_iter_Next and FOR_EACH_ALLOCNO_IN_ALLOCNO_SET. All
17258 * ira-int.h (struct live_range, live_range_t): Renamed from struct
17259 ira_allocno_live_range and allocno_live_range_t; all uses changed.
17260 * ira-build.c (live_range_pool): Renamed from allocno_live_range_pool.
17263 2010-06-24 Richard Earnshaw <rearnsha@arm.com>
17265 * thumb2.md (thumb2_tlobits_cbranch): Delete.
17266 (peephole2 to convert zero_extract/compare of single bit to
17267 lshift/compare): New.
17269 2010-06-24 Anatoly Sokolov <aesok@post.ru>
17271 * fold-const.c (const_binop): Remove 'notrunc' argement. Adjust
17272 recursive call and call to 'int_const_binop'.
17273 (build_range_check, fold_cond_expr_with_comparison, unextend,
17274 fold_truthop, extract_muldiv_1, fold_comparison, fold_binary_loc,
17275 multiple_of_p): Adjust call to const_binop.
17277 2010-06-24 Uros Bizjak <ubizjak@gmail.com>
17279 * config/i386/i386.md (XFmode push splitter): Use GET_MODE_SIZE to
17280 determine size of XFmode operand.
17281 (XFmode extended DFmode push splitter): Ditto.
17282 (XFmode extended SFmode push splitter): Ditto.
17284 2010-06-24 H.J. Lu <hongjiu.lu@intel.com>
17287 * config/i386/i386.md (extract_code): New.
17288 (<u>divmodqi4): Likewise.
17289 (divmodhiqi3): Likewise.
17290 (udivmodhiqi3): Likewise.
17291 (<u>divqi3): Remvoved.
17293 2010-06-24 Jakub Jelinek <jakub@redhat.com>
17295 PR middle-end/44492
17296 * recog.h (struct recog_data): Add is_asm field.
17297 * recog.c (asm_operand_ok, constrain_operands): If neither < nor > is
17298 present in constraints of inline-asm operand and memory operand
17299 contains {PRE,POST}_{INC,DEC,MODIFY}, return 0.
17300 (extract_insn): Initialize recog_data.is_asm.
17301 * doc/md.texi (Constraints): Document operand side-effect rules.
17303 2010-06-24 Andi Kleen <ak@linux.intel.com>
17305 * c-parser.c (c_parser_conditional_expression): Call
17306 warn_for_omitted_condop.
17307 * doc/invoke.texi: Document omitted condop warning.
17309 2010-06-24 Nick Clifton<nickc@redhat.com>
17311 * loop-unswitch.c (compare_and_jump_seq): Assert that the last
17312 insn in the sequence is a jump insn before setting its label.
17314 2010-06-24 Alan Modra <amodra@gmail.com>
17316 * collect2.c (main): Match exactly --version and --help.
17318 2010-06-24 DJ Delorie <dj@redhat.com>
17320 * config/m32c/m32c-pragma.c: Don't include rtl.h.
17322 2010-06-23 Uros Bizjak <ubizjak@gmail.com>
17324 * config/i386/i386.md (mov<mode>): Macroize expander from mov{sf,df,xf}
17325 using X87MODEF mode iterator.
17326 (pushsf splitter): Macroize splitter using P mode iterator.
17327 (*swap<mode>): Macroize insn from *swap{sf,df} using MODEF
17330 (*movxf_internal): Rename from *movxf_integer.
17331 (*movxf_internal_nointeger): Rename from *movxf_nointeger.
17332 (*movdf_internal_rex64): Rename from *movdf_integer_rex64.
17333 (*movdf_internal): Rename from *movdf_integer.
17334 (*movdf_internal_nointeger): Rename from *movdf_nointeger.
17335 (*movsf_internal): Rename from *movdf_1.
17337 2010-06-23 Basile Starynkevitch <basile@starynkevitch.net>
17339 * coretypes.h (gimple_seq_node_d, gimple_seq_node)
17340 (const_gimple_seq_node): Removed typedefs.
17342 * gimple.h (gimple_seq_node_d, gimple_seq_node)
17343 (const_gimple_seq_node): Added typedefs moved from coretypes.h.
17345 2010-06-23 H.J. Lu <hongjiu.lu@intel.com>
17347 * config/i386/i386.c (bdesc_args): Replace CODE_FOR_avx_si_si256,
17348 CODE_FOR_avx_ps_ps256 and CODE_FOR_avx_pd_pd256 with
17349 CODE_FOR_vec_extract_lo_v8si, CODE_FOR_vec_extract_lo_v8sf
17350 and CODE_FOR_vec_extract_lo_v4df.
17352 * config/i386/sse.md (vec_extract_lo_<AVX256MODE4P:mode>):
17353 Changed to define_insn_and_split.
17354 (vec_extract_lo_<AVX256MODE8P:mode>): Likewise.
17355 (vec_extract_lo_v16hi): Likewise.
17356 (vec_extract_lo_v32qi): Likewise.
17357 (avx_<avxmodesuffixp><avxmodesuffix>_<avxmodesuffixp>): Likewise.
17358 (avx_<avxmodesuffixp>_<avxmodesuffixp><avxmodesuffix>): Removed.
17360 2010-06-23 Joern Rennecke <joern.rennecke@embecosm.com>
17363 * config/spu/spu-protos.h (spu_expand_epilogue) Use bool.
17364 * config/spu/spu.c (spu_scalar_mode_supported_p): Declare with bool.
17365 (spu_vector_mode_supported_p, spu_handle_fndecl_attribute): Likewise.
17366 (spu_handle_vector_attribute, spu_pass_by_reference): Likewise.
17367 (spu_rtx_costs, spu_function_ok_for_sibcall): Likewise.
17370 * config/spu/spu.c (ea_load_store_inline): Use add_reg_note.
17373 * df-core.c (struct df): Rename to df_d.
17374 * df.h (struct df): Likewise.
17375 * dse.h (struct df): Remove forward declaration.
17376 * recog.h (struct insn_data): Rename to:
17377 (struct_insn_data_d). Adjusted all users.
17379 2010-06-23 Arnaud Charlet <charlet@adacore.com
17382 * doc/install.texi: Update requirements to build GNAT.
17384 2010-06-22 Andreas Schwab <schwab@linux-m68k.org>
17386 * config/m68k/m68k.c (m68k_output_addr_const_extra): Add cast to
17388 (m68k_sched_attr_opx_type): Remove unreachable return.
17389 (m68k_sched_attr_opy_type): Likewise.
17390 (m68k_sched_attr_size): Likewise.
17391 (sched_get_opxy_mem_type): Likewise.
17392 (m68k_sched_attr_op_mem): Likewise.
17394 2010-06-22 Eric Botcazou <ebotcazou@adacore.com>
17396 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the
17397 new statement and adjust VDEF only if necessary. Remove superfluous
17398 call to maybe_clean_or_replace_eh_stmt.
17399 * gimple.c (gimple_call_copy_skip_args): Use gimple_call_copy_flags to
17401 * gimple-iterator.c (gsi_replace): Clear BB of old statement here...
17402 * tree-inline.c (copy_bb): ...and not there.
17404 2010-06-22 Cary Coutant <ccoutant@google.com>
17406 * dwarf2out.c (is_nested_in_subprogram): New function.
17407 (should_move_die_to_comdat): Use it.
17408 (copy_ancestor_tree): Don't mark DIEs here.
17409 (copy_decls_walk): Start walk from root of newly-added tree;
17410 mark DIEs here instead.
17412 2010-06-22 H.J. Lu <hongjiu.lu@intel.com>
17414 * config/i386/i386.md (unit): Also check sseishft1.
17416 2010-06-22 Jan Hubicka <jh@suse.cz>
17418 * gimple.h (gimple_expr_code): Do checking on when gimple checking is
17421 2010-06-22 Jan Hubicka <jh@suse.cz>
17423 * df-problems.c (df_rd_confluence_n, df_lr_confluence_n,
17424 df_live_confluence_n, df_byte_lr_confluence_n, df_md_confluence_n):
17425 Return true if something changed.
17426 * df.h (df_confluence_function_n): Return bool.
17427 * df-core.c (df_worklist_propagate_forward,
17428 df_worklist_propagate_backward): Track changes and ages.
17429 (df_worklist_dataflow_doublequeue): Use bitmap iterator for main walk;
17431 * dse.c (dse_confluence_n): Return always true.
17433 2010-06-22 Jan Hubicka <jh@suse.cz>
17435 * bitmap.c (bitmap_clear_bit): Micro optimize.
17437 2010-06-22 Uros Bizjak <ubizjak@gmail.com>
17439 * config/i386/i386.md (SWI1248x): New mode iterator.
17444 (mov<mode>): Macroize expander from mov{qi,hi,si,di} using
17445 SWI1248x mode iterator.
17446 (*push<mode>2_rex64): Macroize insn from *push{qi,hi,si}_rex64
17447 using SWI124 mode iterator.
17448 (*push<mode>2): Macroize insn from *push{qi,hi} using SWI12
17450 (*push<mode>2_prologue): Macroize insn from *pushsi2_prologue and
17451 *pushdi2_prologue_rex64 using P mode iterator.
17452 (*mov<mode>_xor): Macroize insn from *movsi_xor and *movdi_xor_rex64
17453 using SWI48 mode iterator.
17454 (*mov<mode>_or): Ditto from *movsi_or and *movdi_or_rex64.
17455 (*movabs<mode>_1): Macroize insn from *movabs{qi,hi,si,di}_1_rex64
17456 using SWI1248x mode iterator.
17457 (*movabs<mode>_2): Ditto from *movabs{qi,hi,si,di}_1_rex64.
17458 (*swap<mode>): Macroize insn from *swapsi and *swapdi_rex64 using
17459 SWI48 mode iterator.
17460 (*swap<mode>_1): Macroize insn from *swap{qi,hi}_1 using SWI12 mode
17462 (*swap<mode>_2): Ditto from *swap{qi,hi}_2.
17463 (movstrict<mode>): Macroize expander from movstrict{qi,hi} using
17464 SWI12 mode iterator.
17465 (*movstrict<mode>_1): Macroize insn from *movstrict{qi,hi}_1 using
17466 SWI12 mode iterator.
17467 (*movstrict<mode>_xor): Ditto from *movstrict{qi,hi}_xor.
17468 (*mov<mode>_extv_1): Macroize insn from *mov{hi,si}_extv_1 using
17469 SWI24 mode iterator.
17470 (*mov<mode>_extzv_1): Macroize insn from *mov{si,di}_extzv_1 using
17471 SWI48 mode iterator.
17472 (mov<mode>_insn_1): New expander.
17473 (*mov<mode>_insv_1_rex64): Macroize insn from *mov{si,di}_insv_1_rex64
17474 using SWI48x mode iterator.
17476 (*movoi_internal_avx): Rename from *movoi_internal.
17477 (*movti_internal_rex64): Rename from *movti_rex64.
17478 (*movti_internal_sse): Rename from *movti_sse.
17479 (*movdi_internal_rex64): Rename from *movdi_1_rex64.
17480 (*movdi_internal): Rename from *movdi_2.
17481 (*movsi_internal): Rename from *movsi_1.
17482 (*movhi_internal): Rename from *movhi_1.
17483 (*movqi_internal): Rename from *movqi_1.
17485 (insv): Update the call to gen_movsi_insv_1 for rename.
17486 * config/i386/i386.c (promote_duplicated_reg): Ditto.
17488 2010-06-22 Jan Hubicka <jh@suse.cz>
17490 * passes.c (execute_function_todo): Move call of statistics_fini_pass
17492 (execute_todo) ... this one.
17494 2010-06-22 Alan Modra <amodra@gmail.com>
17497 * config/rs6000/e500.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
17498 * caller-save.c (insert_restore, insert_save): Use non-validate
17499 form of adjust_address.
17501 2010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17504 * config/pa/pa.c (override_options): Disable
17505 -freorder-blocks-and-partition.
17507 2010-06-21 H.J. Lu <hongjiu.lu@intel.com>
17510 * config/i386/atom.md (atom_sseishft_2): Also check sseishft1.
17512 * config/i386/i386.md (type): Add sseishft1
17514 * config/i386/ppro_insn (ppro_insn): Also check sseishft1.
17515 (ppro_insn_load): Likewise.
17516 (ppro_insn_store): Likewise.
17517 (ppro_insn_both): Likewise.
17519 * config/i386/sse.md (sse2_lshrv1ti3): Add atom_unit.
17520 (*vec_extractv2di_1_rex64_avx): Replace sseishft with sseishft1
17522 (*vec_extractv2di_1_avx): Likewise.
17523 (*vec_extractv2di_1_rex64): Replace sseishft with sseishft1 for
17524 type. Remove atom_unit.
17525 (*vec_extractv2di_1_sse2): Likewise.
17527 2010-06-21 DJ Delorie <dj@redhat.com>
17529 * diagnostic.h (diagnostic_classification_change_t): New.
17530 (diagnostic_context): Add history and push/pop list.
17531 (diagnostic_push_diagnostics): Declare.
17532 (diagnostic_pop_diagnostics): Declare.
17533 * diagnostic.c (diagnostic_classify_diagnostic): Store changes
17534 from pragmas in a history chain instead of the global table.
17535 (diagnostic_push_diagnostics): New.
17536 (diagnostic_pop_diagnostics): New.
17537 (diagnostic_report_diagnostic): Scan history chain to find state
17538 of diagnostics as of the diagnostic location.
17539 * opts.c (set_option): Pass UNKNOWN_LOCATION to
17540 diagnostic_classify_diagnostic.
17541 (enable_warning_as_error): Likewise.
17542 * diagnostic-core.h (DK_POP): Add after "real" diagnostics, for
17543 use in the history chain.
17544 * doc/extend.texi: Document pragma GCC diagnostic changes.
17546 2010-06-21 Jakub Jelinek <jakub@redhat.com>
17548 * dwarf2out.c (add_linkage_name): New function. Don't add
17549 anything to DW_TAG_member DIEs.
17550 (add_name_and_src_coords_attributes): Use it.
17551 (gen_variable_die): Call it for C++ static data members if
17552 specification is DW_TAG_member.
17554 * dwarf2out.c (base_type_die): Use DW_ATE_UTF for
17555 C++ char16_t and char32_t.
17557 * Makefile.in (build/genattrtab.o): Depend on vecprim.h.
17558 * genattrtab.c: Include vecprim.h.
17559 (cached_attrs, cached_attr_count, attrs_seen_once,
17560 attrs_seen_more_than_once, attrs_to_cache, attrs_cached_inside,
17561 attrs_cached_after): New variables.
17562 (find_attrs_to_cache): New function.
17563 (FLG_BITWISE, FLG_AFTER, FLG_INSIDE, FLG_OUTSIDE_AND): Define.
17564 (write_test_expr): Add attrs_cached argument, return it too,
17565 attempt to cache non-const attributes used more than once in
17566 a single case handling.
17567 (write_attr_get): Use find_attrs_to_cache, for caching candidates
17568 emit cached_* variables. Adjust write_attr_set callers.
17569 (write_attr_set): Add attrs_cached attribute, use find_attrs_to_cache
17570 to find attributes that should be cached in this block. Adjust
17571 write_test_expr callers.
17572 (write_attr_case): Clear attrs_to_cache. Adjust write_attr_set
17574 (make_automaton_attrs): Adjust write_test_expr caller.
17576 * Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H).
17577 * genattrtab.c (check_tune_attr, find_tune_attr): New functions.
17578 (make_automaton_attrs): If find_tune_attr returns non-NULL,
17579 write separate internal_dfa_insn_code_* and insn_default_latency_*
17580 functions for each attribute's value and emit init_sched_attrs
17581 function and function pointers.
17582 * genattr.c (const_attrs, reservations): New variables.
17583 (gen_attr): Add const attributes to const_attrs vector.
17584 (check_tune_attr, find_tune_attr): New functions.
17585 (main): Add reservations to reservations vector. If find_tune_attr
17586 returns true, add prototype for init_sched_attrs and make
17587 internal_dfa_insn_code and insn_default_latency function pointers,
17588 otherwise define init_sched_attrs as dummy macro.
17589 * cfgexpand.c: Include insn-attr.h.
17590 (gimple_expand_cfg): Call init_sched_attrs.
17592 * stmt.c (resolve_asm_operand_names): Fix handling of %%.
17595 * config/i386/i386.c (ix86_gimplify_va_arg): When copying
17596 va_arg from a set of register save slots into a temporary,
17597 if the container is bigger than type size, do the copying
17598 using smaller mode or using memcpy.
17601 * sel-sched-dump.h (sel_prepare_string_for_dot_label): Remove
17603 (sel_print_to_dot): Remove macro.
17604 (sel_print): Likewise. New prototype.
17605 * sel-sched-dump.c (sel_prepare_string_for_dot_label): Make static.
17606 (sel_print): New function.
17608 2010-06-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17610 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define
17611 __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++.
17613 2010-06-21 Nick Clifton <nickc@redhat.com>
17615 * config/rx/rx.h (PTRDIFF_TYPE): Define.
17616 (SMALL_REGISTER_CLASS): Define (to zero).
17617 (PRINT_OPERAND): Delete.
17618 (PRINT_OPERAND_ADDRESS): Delete.
17619 * config/rx/rx-protos.h (rx_print_operand): Delete prototype.
17620 (rx_print_operand_address): Delete prototype.
17621 * config/rx/rx.c (rx_print_operand): Make static.
17622 Allow %H and %L to handle CONST_DOUBLEs.
17623 (rx_print_operand_address): Make static.
17624 (rx_gen_move_template): Rename local variable 'template' to
17626 (rx_function_arg): Do not pass unknown sized objects in registers.
17627 (TARGET_PRINT_OPERAND): Define.
17628 (TARGET_PRINT_OPERAND_ADDRESS): Define.
17630 2010-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17632 * Makefile.in (POD2MAN): Provide --date from $(DATESTAMP).
17634 2010-06-21 Kai Tietz <kai.tietz@onevision.com>
17636 * config/i386/i386.c (ix86_compute_frame_layout): Avoid
17637 stack-alignment for simple leaf-functions.
17639 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
17641 * doc/install.texi: Document bootstrap-lto.
17643 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
17646 * lto-streamer-in.c (input_bb): Leave debug stmts alone.
17647 (input_function): Drop them here, if VTA is disabled.
17649 2010-06-20 Uros Bizjak <ubizjak@gmail.com>
17652 * config/i386/predicates.md (ix86_swapped_fp_comparsion_operator):
17654 * config/i386/i386.md (*fp_jcc_8<mode>_387 and splitters): Use
17655 ix86_swapped_fp_comparsion_operator instead of
17656 ix86_fp_comparison_operator.
17658 (*fp_jcc_1_387): Rename from *fp_jcc_3_387.
17659 (*fp_jcc_1r_387): Rename from *fp_jcc_4_387.
17660 (*fp_jcc_2_387): Rename from *fp_jcc_5_387.
17661 (*fp_jcc_2r_387): Rename from *fp_jcc_6_387.
17662 (*fp_jcc_3_387): Rename from *fp_jcc_7_387.
17663 (*fp_jcc_4_<mode>_387): Rename from *fp_jcc_8<mode>_387.
17665 2010-06-20 Joseph Myers <joseph@codesourcery.com>
17668 * opth-gen.awk: Generate definitions of OPT_SPECIAL_unknown,
17669 OPT_SPECIAL_program_name and OPT_SPECIAL_input_file.
17670 * opts-common.c (find_opt): Return OPT_SPECIAL_unknown on failure.
17671 (decode_cmdline_option): Update for this return value. Set
17672 orig_option_with_args_text field. Set arg field for unknown
17673 options. Make static.
17674 (decode_cmdline_options_to_array): New.
17675 (prune_options): Update handling of find_opt return value.
17676 * opts.c (read_cmdline_option): Take decoded option. Return void.
17677 (read_cmdline_options): Take decoded options.
17678 (decode_options): Add parameters for decoded options. Use
17679 decode_cmdline_options_to_array. Use decoded options for -O
17680 scan. Use integral_argument for -O parameters. Update call to
17681 read_cmdline_options.
17682 (enable_warning_as_error): Update handling of find_opt return value.
17683 * opts.h: Update comment on unknown options.
17684 (struct cl_decoded_option): Update comments on opt_index and arg.
17685 Add orig_option_with_args_text.
17686 (decode_cmdline_option): Remove.
17687 (decode_cmdline_options_to_array): Declare.
17688 (decode_options): Update prototype.
17689 * toplev.c (save_argv): Remove.
17690 (save_decoded_options, save_decoded_options_count): New.
17691 (read_integral_parameter): Remove.
17692 (print_switch_values): Use decoded options.
17693 (toplev_main): Don't set save_argv. Update call to decode_options.
17694 * toplev.h (read_integral_parameter): Remove.
17695 * varasm.c (elf_record_gcc_switches): Don't handle holding back names.
17697 2010-06-19 Richard Earnshaw <rearnsha@arm.com>
17700 * arm.md (cmpsi2_addneg): Prefer emitting adds to subs with a negative
17702 * constraints.md (Pw, Px): New constraints.
17703 * thumb2.md (cmpsi2_addneg peephole2): New peepholes.
17705 2010-06-19 H.J. Lu <hongjiu.lu@intel.com>
17707 * config/i386/sse.md (fma4modesuffixf4): Removed.
17708 (ssemodesuffixf2s): Likewise.
17709 (ssemodesuffixf4): Likewise.
17710 (ssemodesuffixf2c): Likewise.
17711 (ssescalarmodesuffix2s): Likewise.
17712 (avxmodesuffixf2c): Likewise.
17713 (ssemodesuffix): New.
17714 (ssescalarmodesuffix): Likewise.
17715 Update patterns with ssemodesuffix and ssescalarmodesuffix.
17717 2010-06-19 Philip Herron <herron.philip@googlemail.com>
17719 * c-decl.c (c_write_global_declarations): Don't check flag_syntax_only.
17721 2010-06-18 H.J. Lu <hongjiu.lu@intel.com>
17723 * stor-layout.c (debug_rli): Remove unused local variables.
17725 2010-06-18 Eric Botcazou <ebotcazou@adacore.com>
17727 PR rtl-optimization/40900
17728 * expr.c (expand_expr_real_1) <SSA_NAME>: Fix long line. Save the
17729 original expression for later reuse.
17730 <expand_decl_rtl>: Use promote_function_mode to compute the signedness
17731 of the promoted RTL for a SSA_NAME on the LHS of a call statement.
17733 2010-06-18 Anatoly Sokolov <aesok@post.ru>
17735 * double-int.h (double_int_to_shwi, double_int_to_uhwi,
17736 double_int_fits_in_uhwi_p): Implement as static inline.
17737 (double_int_xor): New inline function.
17738 (double_int_lrotate, double_int_rrotate, double_int_max,
17739 double_int_umax, double_int_smax, double_int_min, double_int_umin,
17740 double_int_smin): Declare.
17741 (lrotate_double, rrotate_double): Remove declaration.
17742 * double-int.c (double_int_fits_in_uhwi_p, double_int_to_shwi,
17743 double_int_to_uhwi, lrotate_double, rrotate_double): Remove function.
17744 (double_int_lrotate, double_int_rrotate, double_int_max,
17745 double_int_umax, double_int_smax, double_int_min, double_int_umin,
17746 double_int_smin): New function.
17747 * fold-const.c (int_const_binop): Clean up, use double_int_*
17749 * simplify-rtx.c (simplify_const_binary_operation): Clean up, use
17750 double_int_* and immed_double_int_const functions.
17752 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
17754 * function.h (types_used_by_cur_var_decl): Change type to a VEC.
17755 * function.c (types_used_by_cur_var_decl): Likewise.
17756 (used_types_insert): Adjust for new type of types_used_by_cur_var_decl.
17758 2010-06-18 Nathan Froyd <froydnj@codesourcery.com>
17760 * tree.h (record_layout_info): Change type of pending_statics field
17762 * stor-layout.c (start_record_layout): Store NULL into
17764 (debug_rli): Call debug_vec_tree instead of debug_tree.
17765 (place_field): Likewise.
17766 (finish_record_layout): Likewise.
17768 2010-06-18 Alan Modra <amodra@gmail.com>
17770 * config/rs6000/linux64.h (SET_CMODEL): Don't expand to empty.
17772 2010-06-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17775 * config/pa/pa.c (emit_move_sequence): Don't infer REG_POINTER flag
17776 for SET source operand from SET destination operand.
17778 2010-06-17 Bernd Schmidt <bernds@codesourcery.com>
17780 PR rtl-optimization/39871
17781 * reload1.c (init_eliminable_invariants): For flag_pic, disable
17782 equivalences only for constants that aren't LEGITIMATE_PIC_OPERAND_P.
17783 (function_invariant_p): Rule out a plus of frame or arg pointer with
17785 * ira.c (find_reg_equiv_invariant_const): Likewise.
17787 2010-06-17 Gunther Nikl <gnikl@users.sourceforge.net>
17789 * config/rs6000/rs6000.c (print_operand) <'K'>: Also use
17790 print_operand_address and puts to output the operand for CONST.
17792 2010-06-17 Jakub Jelinek <jakub@redhat.com>
17795 * dwarf2out.c (dwarf2out_debug_hooks): Add entry for begin_epilogue
17798 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17800 * v850-protos.h (print_operand): Delete.
17801 (print_operand_address): Delete.
17802 * v850.h (PRINT_OPERAND): Delete.
17803 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17804 (PRINT_OPERAND_ADDRESS): Delete.
17805 * v850.c (print_operand_address): Rename to...
17806 (v850_print_operand_address): ...this. Make static. Call
17807 v850_print_operand.
17808 (print_operand): Rename to...
17809 (v850_print_operand): ...this. Make static. Call
17810 v850_print_operand_address.
17811 (v850_print_operand_punct_valid_p): New function.
17812 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
17813 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
17815 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17817 * config/sh/sh-protos.h (print_operand): Delete.
17818 (print_operand_address): Delete.
17819 * config/sh/sh.h (PRINT_OPERAND): Delete.
17820 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17821 (PRINT_OPERAND_ADDRESS): Delete.
17822 * config/sh/sh.c (sh_print_operand_address): Make static.
17823 (sh_print_operand): Make static. Call sh_print_operand_address
17824 and sh_print_operand.
17825 (sh_print_operand_punct_valid_p): New function.
17826 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
17827 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
17829 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17831 * config/mcore/mcore-protos.h (mcore_print_operand): Delete.
17832 (mcore_print_operand_address): Delete.
17833 * config/mcore/mcore.h (PRINT_OPERAND): Delete.
17834 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17835 (PRINT_OPERAND_ADDRESS): Delete.
17836 * config/mcore/mcore.c (mcore_print_operand_address): Make static.
17837 (mcore_print_operand): Make static.
17838 (mcore_print_operand_punct_valid_p): New function.
17839 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define
17840 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
17842 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17844 * config/m68hc11/m68hc11-protos.h (print_operand): Delete.
17845 (print_operand_address): Delete.
17846 * config/m68hc11/m68hc11.h (PRINT_OPERAND): Delete.
17847 (PRINT_OPERAND_ADDRESS): Delete.
17848 * config/m68hc11/m68hc11.c (m68hc11_print_operand_address): Make
17850 (m68hc11_print_operand): Make static.
17851 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
17853 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17855 * config/m32r/m32r-protos.h (m32r_print_operand): Delete.
17856 (m32r_print_operand_address): Delete.
17857 * config/m32r/m32r.h (m32r_punct_chars): Delete.
17858 (PRINT_OPERAND): Delete.
17859 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17860 (PRINT_OPERAND_ADDRESS): Delete.
17861 * config/m32r/m32r.c (m32r_punct_chars): Make static.
17862 (m32r_print_operand_address): Make static.
17863 (m32r_print_operand): Make static.
17864 (m32r_print_operand_punct_valid_p): New function.
17865 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
17866 (TARGET_PRINT_OPERAND_ADDRESS): Define.
17868 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17870 * config/iq2000/iq2000-protos.h (print_operand): Delete.
17871 (print_operand_address): Delete.
17872 * config/iq2000/iq2000.h (PRINT_OPERAND): Delete.
17873 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17874 (PRINT_OPERAND_ADDRESS): Delete.
17875 (iq2000_print_operand_punct): Delete.
17876 * config/iq2000/iq2000.c (iq2000_print_operand_punct): Make static.
17877 (iq2000_print_operand_address): Make static.
17878 (iq2000_print_operand): Make static.
17879 (iq2000_print_operand_punct_valid_p): New function.
17880 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
17881 (TARGET_PRINT_OPERAND_ADDRESS): Define.
17883 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17885 * config/frv/frv-protos.h (frv_print_operand): Delete.
17886 (frv_print_operand_address): Delete.
17887 * config/frv/frv.h (PRINT_OPERAND): Delete.
17888 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17889 (PRINT_OPERAND_ADDRESS): Delete.
17890 * config/frv/frv.c (frv_print_operand_address): Make static.
17891 (frv_print_operand): Make static.
17892 (frv_print_operand_punct_valid_p): New function.
17893 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
17894 (TARGET_PRINT_OPERAND_ADDRESS): Define.
17896 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
17898 * tree.h (vec_member): Declare.
17899 * tree.c (vec_member): Define.
17901 2010-06-17 Richard Guenther <rguenther@suse.de>
17903 * tree-flow-inline.h (array_ref_contains_indirect_ref): Remove.
17904 * tree-flow.h (array_ref_contains_indirect_ref): Likewise.
17906 2010-06-17 Richard Guenther <rguenther@suse.de>
17908 * tree-inline.c (declare_return_variable): Remove bogus code.
17910 2010-06-17 Richard Guenther <rguenther@suse.de>
17912 * gimplify.c (gimplify_bind_expr): Always promote complex
17913 and vector variables to registers if possible.
17915 2010-06-17 Richard Guenther <rguenther@suse.de>
17917 * expr.c (get_inner_reference): Use double_int for bit_offset
17920 2010-06-16 DJ Delorie <dj@redhat.com>
17922 * common.opt (-fstrict-volatile-bitfields): new.
17923 * doc/invoke.texi: Document it.
17924 * fold-const.c (optimize_bit_field_compare): For volatile
17925 bitfields, use the field's type to determine the mode, not the
17927 * expr.c (expand_assignment): Likewise.
17928 (get_inner_reference): Likewise.
17929 (expand_expr_real_1): Likewise.
17930 * expmed.c (store_fixed_bit_field): Likewise.
17931 (extract_bit_field_1): Likewise.
17932 (extract_fixed_bit_field): Likewise.
17934 2010-06-16 Richard Guenther <rguenther@suse.de>
17936 * tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r.
17938 2010-06-16 Douglas B Rupp <rupp@gnat.com>
17940 * config/ia64/vms.h (ASM_OUTPUT_DWARF_DELTA_UNITS): Remove.
17941 (ASM_OUTPUT_DWARF_VMS_DELTA: Define new macro.
17942 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue.
17943 * debug.c: Likewise.
17944 * sdbout.c: Likewise.
17945 * vmsdbgout.c: Likewise.
17946 * debug.h: Likewise. (dwarf2out_vms_{begin,end}_prologue): Declare.
17947 * doc/tm.texi (ASM_OUTPUT_DWARF_VMS_DELTA): Document.
17948 * dwarf2asm.c (dw2_asm_output_vms_delta): New function.
17949 (ASM_OUTPUT_DWARF_VMS_DELTA): Call it.
17950 * dwarf2asm.h (dw2_asm_output_vms_delta): Declare.
17951 * dwarf2out.c (dw_fde_struct): New fields
17952 dw_fde_vms_{end,begin}_prologue.
17953 (PROLOGUE_END_LABEL, EPILOGUE_BEGIN_LABEL): New macros.
17954 (dwarf2out_begin_prologue): Set dw_fde_struct defaults for above.
17955 (dwarf2out_vms_end_prologue): New function.
17956 (dwarf2out_vms_begin_epilogue): New function.
17957 (dw_val_struct): New value dw_val_class_vms_delta.
17958 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
17959 begin_epilogue for VMS.
17960 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): Declare
17961 new static functions.
17962 (dwarf_attr_name): New cases DW_AT_HP_{prologue,epilogue}.
17963 (AT_vms_delta1, AT_vms_delta2, add_AT_vms_delta): New
17965 (print_die): New case dw_val_class_vms_delta.
17966 (attr_checksum): Likewise.
17967 (same_dw_val_p: Likewise.
17968 (size_of_die): Likewise.
17969 (value_format): Likewise.
17970 (output_die): Likewise.
17971 (gen_subprogram_die): Call add_AT_vms_delta on VMS.
17972 (dwarf2out_begin_epilogue): Rename to dwarf2out_cfi_begin_epilogue
17973 * dwarf2out.h (dwarf2out_begin_epilogue): Rename to
17974 dwarf2out_cfi_begin_epilogue
17975 * final.c (final_scan_insn): Likewise. Call begin_epilogue.
17977 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
17979 * config/cris/cris-protos.h (cris_print_operand): Delete.
17980 (cris_print_operand_address): Delete.
17981 * config/cris/cris.h (PRINT_OPERAND): Delete.
17982 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17983 (PRINT_OPERAND_ADDRESS): Delete.
17984 * config/cris/cris.c (cris_print_operand_address): Make static.
17985 (cris_print_operand): Make static.
17986 (cris_print_operand_punct_valid_p): New function.
17987 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
17988 (TARGET_PRINT_OPERAND_ADDRESS): Define.
17990 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
17992 * config/arm/arm-protos.h (arm_print_operand): Delete.
17993 (arm_print_operand_address): Delete.
17994 * config/arm/arm.h (PRINT_OPERAND): Delete.
17995 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
17996 (PRINT_OPERAND_ADDRESS, ARM_PRINT_OPERAND_ADDRESS):
17997 (THUMB_PRINT_OPERAND_ADDRESS): Delete and move code to...
17998 * config/arm/arm.c (arm_print_operand_address): ...here. New function.
17999 (arm_print_operand): Make static.
18000 (arm_print_operand_punct_valid_p): New function.
18001 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS):
18002 (TARGET_PRINT_OPERAND_ADDRESS): Define.
18004 2010-06-16 Nick Clifton <nickc@redhat.com>
18006 * config/rx/constraints.md (NEGint4): New constraint.
18007 * config/rx/rx.md (attr cc): Add set_zsc.
18008 (cbranchsf4): Only test for -fnon-call-exceptions if cfun has been
18011 (call_internal): Clobber the cc0 register.
18012 (call_value_internal): Likewise.
18013 (cstoresi4): Likewise.
18014 (movsieq): Likewise.
18015 (movsine): Likewise.
18016 (addsi3): Add alternative to handle small negative constants.
18017 (sunsi3): Likewise.
18018 (addsi3): Do not set the O bit in the cc0 register.
18019 (adddi3): Likewise.
18020 (subsi3): Likewise.
18021 (subdi3): Likewise.
18022 (andsi3): Reorder alternatives to prefer shorter forms.
18023 (mulsi3): Likewise.
18024 (iorsi3): Likewise.
18025 (negsi2): Note that the cc0 flags are set.
18026 (rotlsi3): Note that only the Z and S bits are set in cc0.
18027 (lshrsi3): Likewise.
18028 (ashlsi3): Likewise.
18029 (subsf3): Use %Q for the MEM operand.
18030 (fix_truncsfsi2): Likewise.
18031 (floatsisf2): Likewise.
18032 (bitset): Remove early clobber from destination.
18033 (bitset_in_memory): Likewise.
18034 (lrintsf2): Clobber the cc0 register.
18035 * config/rx/rx.c (rx_notice_update_cc): Handle CC_SET_ZSC.
18036 (rx_print_operand): Handle %N.
18038 2010-06-16 Jan Hubicka <jh@suse.cz>
18040 * df-core.c (df_compact_blocks): Free problem_temps vector.
18042 2010-06-16 Martin Jambor <mjambor@suse.cz>
18044 PR tree-optimization/43905
18045 * tree-sra.c: Include tree-inline.h.
18046 (create_abstract_origin): Removed.
18047 (modify_function): Version the call graph node instead of creating
18048 abstract origins and dealing with same_body aliases.
18049 * tree-sra.c (ipa_sra_preliminary_function_checks): Check whether the
18050 function is versionable.
18051 * Makefile.in (tree-sra.o): Add TREE_INLINE_H to dependencies.
18053 2010-06-16 Maxim Kuvyrkov <maxim@codesourcery.com>
18055 * config/mips/linux64.h (BIONIC_DYNAMIC_LINKERN32): Define.
18056 (CHOOSE_DYNAMIC_LINKER): Update.
18058 2010-06-15 Uros Bizjak <ubizjak@gmail.com>
18060 * config/i386/i386.c (*prefetch_sse_<mode>): Macroize insn from
18061 *prefetch_sse and *prefetch_sse_rex using P mode iterator.
18062 (*prefetch_3dnow_<mode>): Ditto from *prefetch_3dnow and
18063 *prefetch_3dnow_rex.
18065 2010-06-15 Anatoly Sokolov <aesok@post.ru>
18067 * target.h (struct asm_out):Add declare_constant_name field.
18068 * target-def.h (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
18069 (TARGET_INITIALIZER): Use TARGET_ASM_DECLARE_CONSTANT_NAME.
18070 * output.h (default_asm_declare_constant_name): Declare.
18071 (assemble_label): Update prototype.
18072 * varasm.c (assemble_constant_contents): Use
18073 targetm.asm_out.declare_constant_name target hook.
18074 (assemble_label): Add 'file' argument.
18075 (default_asm_declare_constant_name): New function.
18076 * system.h (ASM_DECLARE_CONSTANT_NAME): Poison.
18077 * doc/tm.texi (ASM_DECLARE_CONSTANT_NAME): Remove.
18078 (TARGET_ASM_DECLARE_CONSTANT_NAME): Document it.
18080 * config/darwin-protos.h (darwin_asm_declare_constant_name): Declare.
18081 * config/darwin.c (darwin_asm_declare_constant_name): New function.
18082 (machopic_output_indirection): Update assemble_label argument list.
18083 * config/darwin.h (ASM_DECLARE_CONSTANT_NAME): Remove.
18084 (TARGET_ASM_DECLARE_CONSTANT_NAME): Define.
18086 2010-06-15 Sebastian Pop <sebastian.pop@amd.com>
18088 PR middle-end/44391
18089 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
18090 size_one_node for pointer types. Do not call gmp_cst_to_tree.
18092 2010-06-15 Richard Guenther <rguenther@suse.de>
18094 * tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.
18096 2010-06-15 Paul Brook <paul@codesourcery.com>
18098 * config/arm/arm.c (use_vfp_abi): Add sorry() for Thumb-1
18101 2010-06-15 Alexandre Oliva <aoliva@redhat.com>
18103 * tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we
18104 don't get a vector type for output.
18106 2010-06-15 Jakub Jelinek <jakub@redhat.com>
18109 * langhooks.h (struct lang_hooks_for_decls): Add omp_report_decl.
18110 * langhooks-def.h (LANG_HOOKS_OMP_REPORT_DECL): Define.
18111 (LANG_HOOKS_DECLS): Add it.
18112 * gimplify.c (omp_notice_variable): Call
18113 lang_hooks.decls.omp_report_decl.
18115 2010-06-15 Martin Jambor <mjambor@suse.cz>
18118 * tree-sra.c (replace_removed_params_ssa_names): Call release_ssa_name
18119 on the newly dead SSA name.
18121 2010-06-15 Alan Modra <amodra@gmail.com>
18123 * doc/invoke.texi: Add mcmodel to powerpc options.
18124 * configure.ac: Add HAVE_LD_LARGE_TOC test.
18125 * configure: Regenerate.
18126 * config.in: Regenerate.
18127 * config/rs6000/linux64.opt (mcmodel): New.
18128 * config/rs6000/linux64.h (TARGET_USES_LINUX64_OPT): Define.
18129 (TARGET_CMODEL, SET_CMODEL): Define.
18130 (SUBSUBTARGET_OVERRIDE_OPTIONS): Check user -mcmodel choice,
18131 select CMODEL_MEDIUM default.
18132 * config/rs6000/rs6000.h (enum rs6000_cmodel): New.
18133 (TARGET_CMODEL): Define default.
18134 * config/rs6000/rs6000.c (cmodel): New variable.
18135 (rs6000_explicit_options): Add cmodel field.
18136 (rs6000_handle_option): Handle -mcmodel.
18137 (create_TOC_reference): Add largetoc_reg param. Generate high,
18138 lo_sum rtl for CMODEL_MEDIUM and CMODEL_LARGE. Update all callers.
18139 (rs6000_delegitimize_address): Recognise new toc reference rtl
18140 and minimal-toc rtl.
18141 (rs6000_legitimize_reload_address): Handle new toc references.
18142 (print_operand_address): Handle legitimate_constant_pool_address_p
18143 match before lo_sum.
18144 (rs6000_eliminate_indexed_memrefs): Tidy.
18145 (rs6000_emit_move): Tweak threshold for inlining constants.
18146 Keep rs6000_emit_allocate_stack large stack frame offsets
18147 loaded into r0 inline.
18148 (rs6000_generate_compare <cmptf_internal2>): One more clobber.
18149 (tocrel_base, tocrel_offset): New variables.
18150 (toc_relative_expr_p): Set them here.
18151 (print_operand_address): Skip over any offset on constant pool address.
18152 (rs6000_output_addr_const_extra): Print tocrel_offset before @toc.
18153 (rs6000_mode_dependent_address <LO_SUM>): False for new toc refs.
18154 (offsettable_ok_by_alignment): New function.
18155 (rs6000_emit_move): Address suitably aligned local symbol_refs
18156 relative to the toc pointer for -mcmodel=medium.
18157 (legitimate_constant_pool_address_p): Make param const_rtx. Add
18158 strict param. Allow lo_sum version of addressing. Verify reg
18159 used for -mminimal-toc and -mcmodel != small. Update all callers.
18160 * config/rs6000/constraints.md: Update for above change.
18161 * config/rs6000/predicates.md: Likewise.
18162 * config/rs6000/rs6000.md (tls_gd_aix): Generate -mcmodel=medium/large
18164 (tls_gd): Split for -mcmodel=medium/large.
18165 (tls_gd_high, tls_gd_low): New.
18166 (tls_ld_aix, tls_ld, tls_ld_high, tls_ld_low): Similarly.
18167 (tls_got_dtprel, tls_got_dtprel_high, tls_got_dtprel_low): Similarly.
18168 (tls_got_tprel, tls_got_tprel_high, tls_got_tprel_low): Similarly.
18169 (largetoc_high, largetoc_low): New.
18170 (cmptf_internal2): Add clobber.
18171 * config/rs6000/rs6000-protos.h: Update.
18173 2010-06-14 Changpeng Fang <changpeng.fang@amd.com>
18175 * tree-ssa-loop-prefetch.c (nothing_to_prefetch_p): New. Return
18176 true if no prefetch is going to be generated for a given group.
18177 (estimate_prefetch_count): Use prefetch_mod and unroll_factor to
18178 estimate the prefetch_count.
18179 (loop_prefetch_arrays): Call nothing_to_prefetch_p; estimate the
18180 prefetch count by considering the unroll_factor and prefetch_mod
18181 for is_loop_prefetching_profitable.
18183 2010-06-14 Andreas Schwab <schwab@linux-m68k.org>
18185 * config/m68k/m68k.c (m68k_delegitimize_address): Don't do
18186 anything if the argument is not a MEM.
18188 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
18193 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Skip
18195 (canonicalize_loop_ivs): Likewise.
18197 2010-06-14 Alexandre Oliva <aoliva@redhat.com>
18200 * haifa-sched.c (setup_insn_reg_pressure_info,
18201 update_register_pressure): Reject debug insns.
18202 (ready_sort): Don't setup reg pressure for debug insns.
18203 (schedule_insn): Don't update reg pressure for debug insns.
18205 2010-06-14 Richard Guenther <rguenther@suse.de>
18207 * lto-streamer.c (cached_bp): Remove.
18208 (bitpack_delete): Likewise.
18209 (bitpack_create): Likewise.
18210 (bp_get_next_word): Likewise.
18211 (bp_pack_value, bp_unpack_value): Move ...
18212 * lto-streamer.h (bp_pack_value, bp_unpack_value): ... here.
18214 (struct bitpack_d): Likewise.
18215 (bitpack_create, lto_output_bitpack, lto_input_bitpack):
18216 New inline functions.
18217 * lto-streamer-out.c (lto_output_bitpack): Remove.
18218 (pack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
18219 (pack_value_fields): Adjust.
18220 (lto_write_tree): Likewise.
18221 (output_gimple_stmt): Likewise.
18222 (output_function): Likewise.
18223 * lto-streamer-in.c (input_gimple_stmt): Adjust.
18224 (input_function): Likewise.
18225 (unpack_ts_base_value_fields): Adjust. Avoid conditional bitpacking.
18226 (lto_input_bitpack): Remove.
18227 (lto_materialize_tree): Adjust.
18228 * Makefile.in (ipa-prop.o): Add $(LTO_STREAMER_H) dependency.
18229 * lto-cgraph.c (lto_output_edge): Adjust.
18230 (lto_output_node): Likewise.
18231 (lto_output_varpool_node): Likewise.
18232 (lto_output_ref): Likewise.
18233 (input_node): Likewise.
18234 (input_varpool_node): Likewise.
18235 (input_ref): Likewise.
18236 (input_edge): Likewise.
18237 (output_node_opt_summary): Likewise.
18238 (input_node_opt_summary): Likewise.
18239 * ipa-pure-const.c (pure_const_write_summary): Likewise.
18240 (pure_const_read_summary): Likewise.
18241 * ipa-prop.c (ipa_write_indirect_edge_info): Likewise.
18242 (ipa_read_indirect_edge_info): Likewise.
18243 (ipa_write_node_info): Likewise.
18244 (ipa_read_node_info): Likewise.
18246 2010-06-14 H.J. Lu <hongjiu.lu@intel.com>
18249 * config/i386/sse.md (vec_extract_lo_<mode>): Replace 0x1 with 0x0.
18250 (vec_extract_lo_v16hi): Likewise.
18251 (vec_extract_lo_v32qi): Likewise.
18253 2010-06-14 Jakub Jelinek <jakub@redhat.com>
18256 * tree.h (build_call_expr): Don't define as vararg macro, instead
18258 * builtins.c (build_call_nofold): Remove.
18259 (expand_builtin_int_roundingfn, expand_builtin_pow,
18260 expand_builtin_mempcpy_args, expand_builtin_stpcpy,
18261 expand_builtin_memset_args, expand_builtin_strcmp,
18262 expand_builtin_strncmp, expand_builtin_memory_chk): Use
18263 build_call_nofold_loc instead of build_call_nofold.
18264 (build_call_expr): New function.
18266 PR tree-optimization/44508
18267 * tree-ssa-propagate.h (substitute_and_fold): Add DO_DCE argument.
18268 * tree-ssa-propagate.c (substitute_and_fold): If !DO_DCE,
18269 don't eliminate trivially dead stmts.
18270 * tree-vrp.c (vrp_finalize): Pass false as last argument
18271 to substitute_and_fold.
18272 * tree-ssa-copy.c (fini_copy_prop): Pass true as last argument
18273 to substitute_and_fold.
18274 * tree-ssa-ccp.c (ccp_finalize): Likewise.
18277 * c-config-lang.in (gtfiles): Add c-family/c-cppbuiltin.c.
18279 2010-06-14 Ira Rosen <irar@il.ibm.com>
18281 PR tree-optimization/44507
18282 * tree-vect-loop.c (get_initial_def_for_reduction): Use -1
18283 to build initial vector for BIT_AND_EXPR.
18284 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
18286 2010-06-14 Jakub Jelinek <jakub@redhat.com>
18288 * config/s390/s390.md (*mov<mode>_64 DD_DF, mov<mode>): Properly
18289 adjust z10prop set_attr.
18291 2010-06-13 Jan Hubicka <jh@suse.cz>
18293 * bitmap.c (bitmap_and, bitmap_and_into, bitmap_and_compl,
18294 bitmap_and_compl_into, bitmap_compl_and_into, bitmap_ior,
18295 bitmap_ior_into, bitmap_xor, bitmap_xor_into,
18296 bitmap_ior_and_compl, bitmap_ior_and_compl): Turn internal
18297 datastructure checks into checking asserts.
18298 * rtlanal.c (find_reg_note): Use gcc_checking_assert.
18299 * tree-ssa-sccvn.c (VN_INFO): Likewise.
18300 * df-scan.c (df_reorganize_refs_by_reg_by_reg, df_install_ref,
18301 df_ref_create_structure): Likewise.
18302 * alloc-pool.c (create_alloc_pool, empty_alloc_pool, pool_alloc,
18303 pool_free): Use gcc_checking_assert.
18304 * alias.c (get_alias_set): Likewise.
18305 * var-tracking.c (variable_htab_free, shared_hash_copy,
18306 canonicalize_values_mark, variable_merge_over_cur): Likewise.
18307 * lto-streamer.c (bp_unpack_value): Likewise.
18309 2010-06-13 Richard Guenther <rguenther@suse.de>
18311 * lto-streamer-in.c (lto_input_ts_type_tree_pointers):
18312 Do not stream but initialize TYPE_CANONICAL to NULL.
18313 (lto_output_ts_type_tree_pointers): Do not stream TYPE_CANONICAL.
18314 * gimple.c (gimple_types_compatible_p): Disregard
18315 TYPE_STRUCTURAL_EQUALITY_P.
18316 (gimple_register_type): Use TYPE_CANONICAL as cache.
18317 * lto-streamer.c (lto_record_common_node): Zero TYPE_CANONICAL
18318 before registering common types.
18319 * config/i386/i386.c (ix86_function_arg_boundary): Do not
18320 use TYPE_CANONICAL, instead use TYPE_MAIN_VARIANT.
18321 * tree.h (TYPE_CANONICAL): Clarify documentation.
18323 2010-06-13 Anatoly Sokolov <aesok@post.ru>
18325 * config/ia64/ia64.h (FUNCTION_VALUE_REGNO_P, FUNCTION_VALUE,
18326 LIBCALL_VALUE): Remove macros.
18327 * config/ia64/ia64-protos.h (ia64_function_value): Remove.
18328 * config/ia64/ia64.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
18329 TARGET_FUNCTION_VALUE_REGNO_P): Define.
18330 (ia64_libcall_value, ia64_function_value_regno_p): New functions.
18331 (ia64_function_value): Make static. Handle receiving the function
18332 type in 'fn_decl_or_type' argunent. Add 'outgoing' argument.
18334 2010-06-12 Jan Hubicka <jh@suse.cz>
18336 * cse.c (cse_extended_basic_block): Move optimize_bb_for_speed_p
18339 2010-06-12 Bernd Schmidt <bernds@codesourcery.com>
18341 * config/arm/arm.c (thumb2_reorg): Fix errors in previous change.
18343 2010-06-12 Jan Hubicka <jh@suse.cz>
18345 * df-core.c (df_clear_bb_info): New function.
18346 (df_set_blocks): bb_info is always allocated.
18347 (df_get_bb_info): Use block_info_elt_size.
18348 (df_set_bb_info): Likewise.
18349 (df_compact_blocks): Update for new block_info.
18350 (grow_bb_info): New function.
18351 * df-problems.c (df_grow_bb_info): Move to df-core.c
18352 (df_rd_set_bb_info): Remove.
18353 (df_rd_free_bb_info): Do not free block pool.
18354 (df_rd_alloc): Do not create pool, use check for
18355 obstack presence instead of NULL pointer for new blocks.
18356 (df_rd_free): DO not free alloc pool; clear block_info.
18357 (problem_RD): Add size of block info structure.
18358 (df_lr_set_bb_info): Remove.
18359 (df_lr_free_bb_info): Do not free block pool.
18360 (df_lr_alloc): Do not create pool, use check for
18361 obstack presence instead of NULL pointer for new blocks.
18362 (df_lr_free): DO not free alloc pool; clear block_info.
18363 (problem_LR): Add size of block info structure.
18364 (df_live_set_bb_info): Remove.
18365 (df_live_free_bb_info): Do not free block pool.
18366 (df_live_alloc): Do not create pool, use check for
18367 obstack presence instead of NULL pointer for new blocks.
18368 (df_live_free): DO not free alloc pool; clear block_info.
18369 (problem_LIVE): Add size of block info structure.
18370 (problem_CHAIN): Add size of block info structure.
18371 (df_byte_lr_set_bb_info): Remove.
18372 (df_byte_lr_free_bb_info): Do not free block pool.
18373 (df_byte_lr_alloc): Do not create pool, use check for
18374 obstack presence instead of NULL pointer for new blocks.
18375 (df_byte_lr_free): DO not free alloc pool; clear block_info.
18376 (problem_BYTE_LR): Add size of block info structure.
18377 (problem_NOTE): Add size of block info structure.
18378 (df_byte_MD_set_bb_info): Remove.
18379 (df_byte_MD_free_bb_info): Do not free block pool.
18380 (df_byte_MD_alloc): Do not create pool, use check for
18381 obstack presence instead of NULL pointer for new blocks.
18382 (df_byte_MD_free): DO not free alloc pool; clear block_info.
18383 (problem_BD): Add size of block info structure.
18384 * df-scan.c (df_scan_free_internal): Free block pool.
18385 (df_scan_set_bb_info): Remove.
18386 (df_scan_free_bb_info): Check for artificial_defs instead
18387 of bb_info being non-NULL.
18388 (df_scan_alloc): DO not create df_scan_block pool.
18389 (problem_SCAN): Set size of block info.
18390 (df_bb_refs_record): Do not allocate bb_info.
18391 * df.h (df_problem): Add block_info_elt_size.
18392 (struct dataflow): Change block_info to void *.
18393 (df_scan_get_bb_info, df_rd_get_bb_info, df_lr_get_bb_info,
18394 df_md_get_bb_info, df_live_get_bb_info, df_byte_lr_get_bb_info): Return
18395 in-line structures.
18397 2010-06-12 Jan Hubicka <jh@suse.cz>
18399 PR tree-optimize/44485
18400 * tree-cfgcleanup.c (fixup_noreturn_call): Remove basic blocks
18401 containing use of return value of noreturn function.
18403 2010-06-12 Anatoly Sokolov <aesok@post.ru>
18405 * targhooks.c (default_function_value): Don't use
18406 FUNCTION_OUTGOING_VALUE.
18407 * system.h (FUNCTION_OUTGOING_VALUE): Poison.
18408 * doc/tm.texi (FUNCTION_OUTGOING_VALUE): Removed.
18410 2010-06-12 Kazu Hirata <kazu@codesourcery.com>
18412 * config.gcc (mips64*-*-linux*, mipsisa64*-*-linux*, mips*-*-linux*):
18413 Add crtfastmath.o to extra_parts.
18414 * config/mips/crtfastmath.c: New.
18415 * config/mips/linux.h (ENDFILE_SPEC): New.
18417 2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
18419 * graphite-clast-to-gimple.c (gcc_type_for_interval): Do not pass
18420 old_type in parameter.
18421 (gcc_type_for_value): Update call to gcc_type_for_interval.
18422 (compute_type_for_level_1): Renamed compute_type_for_level.
18423 Update call to gcc_type_for_interval.
18425 2010-06-11 Joseph Myers <joseph@codesourcery.com>
18427 * common.opt (Wstrict-aliasing=, Wstrict-overflow=, fabi-version=,
18428 flto-compression-level=, ftree-parallelize-loops=): Add RejectNegative.
18430 2010-06-11 Joseph Myers <joseph@codesourcery.com>
18432 * opts-common.c: Include options.h.
18433 (integral_argument): Move from opts.c.
18434 (decode_cmdline_option): New. Based on read_cmdline_option.
18435 * opts.c (integral_argument): Move to opts-common.c.
18436 (read_cmdline_option): Move most contents to
18437 decode_cmdline_option. Use %qs in diagnostics.
18438 * opts.h (CL_ERR_DISABLED, CL_ERR_MISSING_ARG, CL_ERR_WRONG_LANG,
18439 CL_ERR_UINT_ARG, struct cl_decoded_option, integral_argument,
18440 decode_cmdline_option): New.
18442 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
18445 * config/i386/i386.md (UNSPEC_PARITY): New unspec.
18446 (paritydi2_cmp): Use UNSPEC_PARITY unspec instead of parity RTX.
18447 (partiysi2_cmp): Ditto.
18448 (*partiyhi2_cmp): Ditto.
18449 (*parityqi2_cmp): Remove.
18451 2010-06-11 Jan Hubicka <jh@suse.cz>
18453 * bitmap.h (bmp_iter_next_bit): New.
18454 (bmp_iter_set, bmp_iter_and, bmp_iter_and_compl): Use it.
18456 2010-06-11 Sandra Loosemore <sandra@codesourcery.com>
18457 Eric Botcazou <ebotcazou@adacore.com>
18459 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Return again the
18462 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
18464 * config/i386/i386.md (unspec): New define_c_enum.
18467 2010-06-10 Jakub Jelinek <jakub@redhat.com>
18469 * Makefile.in (c-family/c-cppbuiltin.o): Depend on $(CPP_ID_DATA_H).
18471 2010-06-11 Sebastian Pop <sebastian.pop@amd.com>
18473 PR middle-end/44483
18474 * tree-if-conv.c (bb_predicate_s): New struct.
18475 (bb_predicate_p): New.
18476 (bb_has_predicate): New.
18477 (bb_predicate): New.
18478 (set_bb_predicate): New.
18479 (bb_predicate_gimplified_stmts): New.
18480 (set_bb_predicate_gimplified_stmts): New.
18481 (add_bb_predicate_gimplified_stmts): New.
18482 (init_bb_predicate): New.
18483 (free_bb_predicate): New.
18484 (is_predicated): Use bb_predicate.
18485 (add_to_predicate_list): Use bb_predicate and set_bb_predicate.
18486 (predicate_bbs): Same. Gimplify the condition of the basic blocks
18487 before processing their successors.
18488 (clean_predicate_lists): Removed.
18489 (find_phi_replacement_condition): Use bb_predicate.
18490 (process_phi_nodes): Renamed ifconvert_phi_nodes. Avoid useless
18492 (insert_gimplified_predicates): New.
18493 (combine_blocks): Call insert_gimplified_predicates.
18494 (tree_if_conversion): Call free_bb_predicate instead of
18495 clean_predicate_lists.
18497 2010-10-11 Paul Brook <paul@codesourcery.com>
18499 * doc/invoke.texi: Document ARM -mcpu=cortex-m4.
18500 * config/arm/arm.c (all_architectures): Change v7e-m default to
18502 * config/arm/arm-cores.def: Add cortex-m4.
18503 * config/arm/arm-tune.md: Regenerate.
18505 2010-06-11 Jan Hubicka <jh@suse.cz>
18507 * ipa-pure-const.c (special_builtlin_state): New function.
18508 (check_call): Use it instead of special casign BUILT_IN_RETURN.
18509 (propagate_pure_const): Use it.
18511 2010-06-11 Jan Hubicka <jh@suse.cz>
18513 * df-problems.c (df_live_scratch): Convert to bitmap_head.
18514 (df_live_alloc): Initialize df_live_scratch when initializing
18516 (df_live_transfer_function): Update uses of df_live_scratch.
18517 (df_live_free): Free problem_data; clear df_live_scratch before
18518 releasing the obstack.
18519 (df_md_free): Free problem data.
18521 2010-06-11 Jan Hubicka <jh@suse.cz>
18523 * doc/invoke.texi (Wsuggest-attribute): Document.
18524 (Wmissing-noreturn): Remove.
18525 * ipa-pure-const.c (warn_function_noreturn): New function.
18526 * opts.c (decode_options): Set warn_suggest_attribute_noreturn on
18527 warn_missing_noreturn.
18528 * common.opt (Wsuggest-attribute=noreturn): New.
18529 * tree-flow.h (warn_function_noreturn): Declare.
18530 * tree-cfg.c (execute_warn_function_noreturn): Use
18531 warn_function_noreturn.
18532 (gate_warn_function_noreturn): New.
18533 (pass_warn_function_noreturn): Update.
18535 2010-06-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
18537 * c-typeck.c (handle_warn_cast_qual): Add loc
18538 parameter. Improve warning message.
18539 (build_c_cast): Pass location to handle_warn_cast_qual.
18541 2010-06-11 Uros Bizjak <ubizjak@gmail.com>
18543 * config/i386/i386.md (pro_epilogue_adjust_stack_1) <TYPE_ALU>: Assert
18544 that operand 0 == operand 1. Use x86_maybe_negate_const_int to output
18546 (pro_epilogue_adjust_stack_rex64) <TYPE_ALU>: Ditto.
18548 2010-06-10 Dodji Seketeli <dodji@redhat.com>
18550 Fix bootstap on mips
18551 * dwarf2out.c (is_naming_typedef_dec): Built-in TYPE_DECLs cannot
18552 be naming typedefs.
18554 2010-06-11 Kai Tietz <kai.tietz@onevision.com>
18556 * system.h (helper_const_non_const_cast): New inline for
18557 gcc version <= 4.0.
18558 (CONST_CAST2): For gcc version <= 4.0 use
18559 new helper to do const/non-const casting.
18561 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18563 * doc/md.texi: Document the "unspec" and "unspecv" enum names.
18564 * Makefile.in (OBJS-common): Include insn-enums.o.
18565 (insn-enums.o): New rule.
18566 (simple_generated_c): Add insn-enums.c.
18567 (build/genenums.o): New rule.
18568 (genprogmd): Add "enums".
18569 * genconstants.c (print_enum_type): Declare a C string array
18571 * genenums.c: New file.
18572 * print-rtl.c (print_rtx): If defined, use the "unspecv" enum
18573 for UNSPEC_VOLATILE. If defined, use the "unspec" enum for both
18574 UNSPEC and (as a fallback) for UNSPEC_VOLATILE.
18576 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18578 * doc/md.texi (define_enum_attr): Document.
18579 * rtl.def (DEFINE_ENUM_ATTR): New rtx.
18580 * read-md.h (lookup_enum_type): Declare.
18581 * read-md.c (lookup_enum_type): New function.
18582 * genattr.c (gen_attr, main): Handle DEFINE_ENUM_ATTR.
18583 * genattrtab.c (attr_desc): Add an enum_name field.
18584 (evaluate_eq_attr): Take the associated attribute as argument.
18585 Get the enum prefix from the enum_name field, if defined.
18586 Use ACONCAT rather than a fixed-length buffer. Update recursive calls.
18587 (simplify_test_exp): Pass attr to evaluate_eq_attr.
18588 (add_attr_value): New function, split out from...
18589 (gen_attr): ...here. Handle DEFINE_ENUM_ATTR.
18590 (write_test_expr): Pass attr to evaluate_eq_attr.
18591 (write_attr_get): Use the enum_name as the enum tag, if defined.
18592 (write_attr_valueq): Use the enum_name as a prefix, if defined.
18593 (find_attr): Initialize enum_name.
18594 (main): Handle DEFINE_ENUM_ATTR.
18595 * gensupport.c (process_rtx): Likewise.
18596 * config/mips/mips.h (mips_tune_attr): Delete.
18597 * config/mips/mips.md (cpu): Use define_attr_enum.
18599 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18601 * doc/md.texi (define_c_enum, define_enum): Document.
18602 * read-md.h (md_constant): Add a parent_enum field.
18603 (enum_value, enum_type): New structures.
18604 (upcase_string, traverse_enum_types): Declare.
18605 * read-md.c (enum_types): New variable.
18606 (upcase_string, add_constant): New functions.
18607 (handle_constants): Don't create the hash table here.
18609 (traverse_md_constants): Don't check for a null md_constants.
18610 (decimal_string, handle_enum, traverse_enum_types): New functions.
18611 (read_md_files): Initialize md_constants and md_enums.
18612 * genconstants.c (print_md_constant): Ignore info argument.
18613 Only print constants that belong to no enum.
18614 (print_enum_type): New function.
18615 (main): Don't pass stdout to print_md_constant. Call print_enum_type
18616 for each defined enum type.
18617 * config/mips/mips.md (processor): New define_enum.
18618 (unspec): New define_c_enum.
18619 (UNSPEC_COMPARE_AND_SWAP, UNSPEC_COMPARE_AND_SWAP_12)
18620 (UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP, UNSPEC_SYNC_NEW_OP_12)
18621 (UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE, UNSPEC_SYNC_EXCHANGE_12)
18622 (UNSPEC_MEMORY_BARRIER): Moved to sync.md.
18623 (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ, UNSPEC_SUBQ_S, UNSPEC_ADDSC)
18624 (UNSPEC_ADDWC, UNSPEC_MODSUB, UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S)
18625 (UNSPEC_PRECRQ_QB_PH, UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W)
18626 (UNSPEC_PRECRQU_S_QB_PH, UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR)
18627 (UNSPEC_PRECEQU_PH_QBL, UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA)
18628 (UNSPEC_PRECEQU_PH_QBRA, UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR)
18629 (UNSPEC_PRECEU_PH_QBLA, UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL)
18630 (UNSPEC_SHLL_S, UNSPEC_SHRL_QB, UNSPEC_SHRA_PH, UNSPEC_SHRA_R)
18631 (UNSPEC_MULEU_S_PH_QBL, UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH)
18632 (UNSPEC_MULEQ_S_W_PHL, UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL)
18633 (UNSPEC_DPAU_H_QBR, UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR)
18634 (UNSPEC_DPAQ_S_W_PH, UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH)
18635 (UNSPEC_DPAQ_SA_L_W, UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL)
18636 (UNSPEC_MAQ_S_W_PHR, UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR)
18637 (UNSPEC_BITREV, UNSPEC_INSV, UNSPEC_REPL_QB, UNSPEC_REPL_PH)
18638 (UNSPEC_CMP_EQ, UNSPEC_CMP_LT, UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB)
18639 (UNSPEC_CMPGU_LT_QB, UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH)
18640 (UNSPEC_EXTR_W, UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H)
18641 (UNSPEC_EXTP, UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
18642 (UNSPEC_RDDSP): Move to mips-dsp.md.
18643 (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH, UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB)
18644 (UNSPEC_ADDUH_R_QB, UNSPEC_APPEND, UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB)
18645 (UNSPEC_CMPGDU_LT_QB, UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH)
18646 (UNSPEC_DPS_W_PH, UNSPEC_MADD, UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU)
18647 (UNSPEC_MUL_PH, UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH)
18648 (UNSPEC_MULQ_S_W, UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU)
18649 (UNSPEC_PRECR_QB_PH, UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W)
18650 (UNSPEC_PREPEND, UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH)
18651 (UNSPEC_SUBU_PH, UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB)
18652 (UNSPEC_ADDQH_PH, UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W)
18653 (UNSPEC_SUBQH_PH, UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W)
18654 (UNSPEC_DPAX_W_PH, UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH)
18655 (UNSPEC_DPAQX_SA_W_PH, UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH):
18656 Moved to mips-dspr2.md.
18657 (UNSPEC_MOVE_TF_PS, UNSPEC_C, UNSPEC_ALNV_PS, UNSPEC_CABS)
18658 (UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS, UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS)
18659 (UNSPEC_ABS_PS, UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1)
18660 (UNSPEC_RECIP2, UNSPEC_SINGLE_CC, UNSPEC_SCC): Move from mips-ps-3d.md.
18661 (UNSPEC_LOONGSON_PAVG, UNSPEC_LOONGSON_PCMPEQ, UNSPEC_LOONGSON_PCMPGT)
18662 (UNSPEC_LOONGSON_PEXTR, UNSPEC_LOONGSON_PINSR_0)
18663 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
18664 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
18665 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
18666 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
18667 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
18668 UNSPEC_LOONGSON_PSADBH)
18669 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
18670 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
18671 (UNSPEC_LOONGSON_PSUBD): Move to mips-loongson.md.
18672 (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
18673 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
18674 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
18675 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Move to mips-loongson2ef.md.
18676 (cpu): Update comment.
18677 * config/mips/sync.md (UNSPEC_COMPARE_AND_SWAP)
18678 (UNSPEC_COMPARE_AND_SWAP_12, UNSPEC_SYNC_OLD_OP, UNSPEC_SYNC_NEW_OP)
18679 (UNSPEC_SYNC_NEW_OP_12, UNSPEC_SYNC_OLD_OP_12, UNSPEC_SYNC_EXCHANGE)
18680 (UNSPEC_SYNC_EXCHANGE_12, UNSPEC_MEMORY_BARRIER): Moved from mips.md.
18681 * config/mips/loongson.md (UNSPEC_LOONGSON_PAVG,
18682 UNSPEC_LOONGSON_PCMPEQ)
18683 (UNSPEC_LOONGSON_PCMPGT, UNSPEC_LOONGSON_PEXTR,
18684 UNSPEC_LOONGSON_PINSR_0)
18685 (UNSPEC_LOONGSON_PINSR_1, UNSPEC_LOONGSON_PINSR_2)
18686 (UNSPEC_LOONGSON_PINSR_3, UNSPEC_LOONGSON_PMADD)
18687 (UNSPEC_LOONGSON_PMOVMSK, UNSPEC_LOONGSON_PMULHU)
18688 (UNSPEC_LOONGSON_PMULH, UNSPEC_LOONGSON_PMULL, UNSPEC_LOONGSON_PMULU)
18689 (UNSPEC_LOONGSON_PASUBUB, UNSPEC_LOONGSON_BIADD,
18690 UNSPEC_LOONGSON_PSADBH)
18691 (UNSPEC_LOONGSON_PSHUFH, UNSPEC_LOONGSON_PUNPCKH)
18692 (UNSPEC_LOONGSON_PUNPCKL, UNSPEC_LOONGSON_PADDD)
18693 (UNSPEC_LOONGSON_PSUBD): Moved from mips.md
18694 * config/mips/loongson2ef.md (UNSPEC_LOONGSON_ALU1_TURN_ENABLED_INSN)
18695 (UNSPEC_LOONGSON_ALU2_TURN_ENABLED_INSN)
18696 (UNSPEC_LOONGSON_FALU1_TURN_ENABLED_INSN)
18697 (UNSPEC_LOONGSON_FALU2_TURN_ENABLED_INSN): Moved from mips.md
18698 * config/mips/mips-dsp.md (UNSPEC_ADDQ, UNSPEC_ADDQ_S, UNSPEC_SUBQ)
18699 (UNSPEC_SUBQ_S, UNSPEC_ADDSC, UNSPEC_ADDWC, UNSPEC_MODSUB)
18700 (UNSPEC_RADDU_W_QB, UNSPEC_ABSQ_S, UNSPEC_PRECRQ_QB_PH)
18701 (UNSPEC_PRECRQ_PH_W, UNSPEC_PRECRQ_RS_PH_W, UNSPEC_PRECRQU_S_QB_PH)
18702 (UNSPEC_PRECEQ_W_PHL, UNSPEC_PRECEQ_W_PHR, UNSPEC_PRECEQU_PH_QBL)
18703 (UNSPEC_PRECEQU_PH_QBR, UNSPEC_PRECEQU_PH_QBLA, UNSPEC_PRECEQU_PH_QBRA)
18704 (UNSPEC_PRECEU_PH_QBL, UNSPEC_PRECEU_PH_QBR, UNSPEC_PRECEU_PH_QBLA)
18705 (UNSPEC_PRECEU_PH_QBRA, UNSPEC_SHLL, UNSPEC_SHLL_S, UNSPEC_SHRL_QB)
18706 (UNSPEC_SHRA_PH, UNSPEC_SHRA_R, UNSPEC_MULEU_S_PH_QBL)
18707 (UNSPEC_MULEU_S_PH_QBR, UNSPEC_MULQ_RS_PH, UNSPEC_MULEQ_S_W_PHL)
18708 (UNSPEC_MULEQ_S_W_PHR, UNSPEC_DPAU_H_QBL, UNSPEC_DPAU_H_QBR)
18709 (UNSPEC_DPSU_H_QBL, UNSPEC_DPSU_H_QBR, UNSPEC_DPAQ_S_W_PH)
18710 (UNSPEC_DPSQ_S_W_PH, UNSPEC_MULSAQ_S_W_PH, UNSPEC_DPAQ_SA_L_W)
18711 (UNSPEC_DPSQ_SA_L_W, UNSPEC_MAQ_S_W_PHL, UNSPEC_MAQ_S_W_PHR)
18712 (UNSPEC_MAQ_SA_W_PHL, UNSPEC_MAQ_SA_W_PHR, UNSPEC_BITREV, UNSPEC_INSV)
18713 (UNSPEC_REPL_QB, UNSPEC_REPL_PH, UNSPEC_CMP_EQ, UNSPEC_CMP_LT)
18714 (UNSPEC_CMP_LE, UNSPEC_CMPGU_EQ_QB, UNSPEC_CMPGU_LT_QB)
18715 (UNSPEC_CMPGU_LE_QB, UNSPEC_PICK, UNSPEC_PACKRL_PH, UNSPEC_EXTR_W)
18716 (UNSPEC_EXTR_R_W, UNSPEC_EXTR_RS_W, UNSPEC_EXTR_S_H, UNSPEC_EXTP)
18717 (UNSPEC_EXTPDP, UNSPEC_SHILO, UNSPEC_MTHLIP, UNSPEC_WRDSP)
18718 (UNSPEC_RDDSP): Moved from mips.md.
18719 * config/mips/mips-dspr2.md (UNSPEC_ABSQ_S_QB, UNSPEC_ADDU_PH)
18720 (UNSPEC_ADDU_S_PH, UNSPEC_ADDUH_QB, UNSPEC_ADDUH_R_QB, UNSPEC_APPEND)
18721 (UNSPEC_BALIGN, UNSPEC_CMPGDU_EQ_QB, UNSPEC_CMPGDU_LT_QB)
18722 (UNSPEC_CMPGDU_LE_QB, UNSPEC_DPA_W_PH, UNSPEC_DPS_W_PH, UNSPEC_MADD)
18723 (UNSPEC_MADDU, UNSPEC_MSUB, UNSPEC_MSUBU, UNSPEC_MUL_PH)
18724 (UNSPEC_MUL_S_PH, UNSPEC_MULQ_RS_W, UNSPEC_MULQ_S_PH, UNSPEC_MULQ_S_W)
18725 (UNSPEC_MULSA_W_PH, UNSPEC_MULT, UNSPEC_MULTU, UNSPEC_PRECR_QB_PH)
18726 (UNSPEC_PRECR_SRA_PH_W, UNSPEC_PRECR_SRA_R_PH_W, UNSPEC_PREPEND)
18727 (UNSPEC_SHRA_QB, UNSPEC_SHRA_R_QB, UNSPEC_SHRL_PH, UNSPEC_SUBU_PH)
18728 (UNSPEC_SUBU_S_PH, UNSPEC_SUBUH_QB, UNSPEC_SUBUH_R_QB, UNSPEC_ADDQH_PH)
18729 (UNSPEC_ADDQH_R_PH, UNSPEC_ADDQH_W, UNSPEC_ADDQH_R_W, UNSPEC_SUBQH_PH)
18730 (UNSPEC_SUBQH_R_PH, UNSPEC_SUBQH_W, UNSPEC_SUBQH_R_W, UNSPEC_DPAX_W_PH)
18731 (UNSPEC_DPSX_W_PH, UNSPEC_DPAQX_S_W_PH, UNSPEC_DPAQX_SA_W_PH)
18732 (UNSPEC_DPSQX_S_W_PH, UNSPEC_DPSQX_SA_W_PH): Moved from mips.md.
18733 * config/mips/mips-ps-3d.md (UNSPEC_MOVE_TF_PS, UNSPEC_C)
18734 (UNSPEC_ALNV_PS, UNSPEC_CABS, UNSPEC_ADDR_PS, UNSPEC_CVT_PW_PS)
18735 (UNSPEC_CVT_PS_PW, UNSPEC_MULR_PS, UNSPEC_ABS_PS, UNSPEC_RSQRT1)
18736 (UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2, UNSPEC_SINGLE_CC)
18737 (UNSPEC_SCC): Moved from mips.md.
18738 * config/mips/mips.c (mips_arch, mips_tune): Change enum from
18739 "processor_type" to "processor".
18740 (mips_rtx_cost_data): Replace PROCESSOR_MAX with NUM_PROCESSOR_VALUES.
18741 * config/mips/mips.h (processor_type): Delete.
18742 (mips_cpu_info.cpu, mips_arch, mips_tune): Change enum from
18743 "processor_type" to "processor".
18745 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18747 * configure.ac (tm_include_list): Add insn-constants.h.
18748 * configure: Regenerate.
18749 * Makefile.in (GTM_H): Move insn-constants.h here from...
18751 * mkconfig.sh: Remove special handling for insn-constants.h.
18753 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18755 * Makefile.in (BUILD_RTL): Move build/read-md.o to...
18756 (BUILD_MD): ...this new variable.
18757 (simple_generated_rtl_h, simple_generated_rtl_c): New variables
18758 that include the old contents of simple_generated_h and
18759 simple_generated_c.
18760 (simple_generated_h, simple_generated_c): Include them. Add
18762 (s-%): Make simple_generated_{h,c} stamps depend on $(MD_DEPS)
18763 and simple_generated_rtl_{h,c} stamps depend on insn-conditions.md.
18764 Remove these dependencies from the main rule and include
18765 insn-conditions.md in the command line only if it appears
18766 in the dependency list.
18767 (insn-constants.h, s-constants): Delete.
18768 (build/genconstants.o): Don't depend on $(RTL_BASE_H), $(GTM_H)
18770 (build/genmddeps.o): Likewise.
18771 (genprogrtl): New variable that contains everything from genprogmd
18772 except mddeps and constants.
18773 (genprogmd): Redefine in terms of genprogrtl. Make these programs
18774 depend on $(BUILD_MD)
18775 (genprog): New variable. Make these programs depend on
18777 * genmddeps.c: Don't include tm.h, rtl.h or gensupport.h.
18778 (main): Use read_md_files instead of init_rtx_reader_args.
18779 * genconstants.c: As for genmddeps.c.
18780 * read-md.h (read_skip_construct): Declare.
18781 * read-md.c (read_skip_construct): New function.
18782 (handle_file): Allow a null handle_directive, skipping the
18784 (parse_include): Update the comment accordingly.
18786 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18788 * Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).
18789 * genmddeps.c: Include read-md.h.
18790 (main): Call init_rtx_reader_args instead of init_md_reader_args.
18791 * genattr.c (main): Likewise.
18792 * genattrtab.c (main): Likewise.
18793 * genautomata.c (main): Likewise.
18794 * gencodes.c (main): Likewise.
18795 * genconditions.c (main): Likewise.
18796 * genconfig.c (main): Likewise.
18797 * genconstants.c (main): Likewise.
18798 * genemit.c (main): Likewise.
18799 * genextract.c (main): Likewise.
18800 * genflags.c (main): Likewise.
18801 * genopinit.c (main): Likewise.
18802 * genoutput.c (main): Likewise.
18803 * genpeep.c (main): Likewise.
18804 * genrecog.c (main): Likewise.
18805 * genpreds.c (main): Likewise.
18806 * gensupport.h (in_fname): Move to read-md.h.
18807 (init_md_reader_args_cb): Rename to...
18808 (init_rtx_reader_args_cb): ...this and return a bool.
18809 (init_md_reader_args): Rename to...
18810 (init_rtx_reader_args): ...this and return a bool.
18811 (include_callback): Move to read-md.h.
18812 * gensupport.c (in_fname, include_callback, base_dir, max_include_len)
18813 (file_name_list, first_dir_md_include): Move to read-md.c
18814 (first_bracket_include): Delete unused variable.
18815 (last_dir_md_include): Move to read-md.c.
18816 (process_include): Delete, moving code to read-md.c:handle_include.
18817 (process_rtx): Don't handle INCLUDE.
18818 (save_string): Delete.
18819 (rtx_handle_directive): New function.
18820 (init_md_reader_args_cb): Rename to...
18821 (init_rtx_reader_args_cb): ...this and return a boolean success value.
18823 (init_md_reader_args): Rename to...
18824 (init_rtx_reader_args): ...this and return a boolean success value.
18825 * rtl.def (INCLUDE): Delete.
18826 * rtl.h (read_rtx): Remove "int *" argument. Add "const char *"
18828 * read-rtl.c (read_conditions): Don't gobble ')' here.
18829 (read_mapping): Likewise.
18830 (read_rtx): Remove LINENO argument. Add RTX_NAME argument.
18831 Handle top-level non-rtx constructs here rather than in read_rtx_1.
18832 Store the whole queue in *X. Remove call to init_md_reader.
18833 (read_rtx_1): Rename to...
18834 (read_rtx_code): ...this. Call read_nested_rtx to read subrtxes.
18835 Don't handle top-level non-rtx constructs here. Don't handle (nil)
18837 (read_nested_rtx): New function. Handle (nil) here rather than
18839 (read_rtx_variadic): Call read_nested_rtx to read subrtxes. Don't
18841 * read-md.h (directive_handler_t): New type.
18842 (in_fname, include_callback): Moved from read-md.h.
18843 (read_constants, init_md_reader): Delete.
18844 (read_md_files): Declare.
18845 * read-md.c (file_name_list, in_fname, base_dir, first_dir_md_include)
18846 (last_dir_md_include_ptr, include_callback, max_include_len): Moved
18848 (read_constants): Rename to...
18849 (handle_constants): ...this. Don't gobble ')' here.
18850 (handle_include, handle_file, handle_toplevel_file)
18851 (parse_include): New functions, mostly taken from gensupport.c.
18852 (init_md_reader): Subsume into...
18853 (read_md_files): ...this new function.
18855 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18857 * read-md.h (read_char): Increment read_md_lineno after reading '\n'.
18858 (unread_char): Decrement read_md_lineno after putting back '\n'.
18859 * read-md.c (fatal_with_file_and_line): Push back any characters
18860 that we decide not to add to the context.
18861 (read_skip_spaces): Don't increment read_md_lineno here. Avoid using
18862 fatal_expected_char in cases where '/' ends a line (for example).
18863 (read_name): Don't increment read_md_lineno here.
18864 (read_escape): Likewise.
18865 (read_quoted_string): Likewise.
18866 (read_braced_string): Likewise.
18868 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18870 * Makefile.in (READ_MD_H): Add $(HASHTAB_H).
18871 (build/genconstants.o): Depend on $(READ_MD_H) gensupport.h.
18872 * genconstants.c: Include read-md.h.
18873 * read-rtl.c (md_constants): Move to read-md.c.
18874 (md_name): Move to read-md.h.
18875 (initialize_iterators): Use leading_string_hash instead of def_hash
18876 and leading_string_eq_p instead of def_name_eq_p.
18877 (read_name): Move to read-md.c.
18878 (def_hash, def_name_eq_p): Delete.
18879 (read_constants, traverse_md_constants): Move to read-md.c.
18880 * rtl.h (md_constant, traverse_md_constants): Move to read-md.h.
18881 * read-md.h: Include hashtab.h.
18882 (md_name): Moved from read-rtl.c.
18883 (md_constant): Moved from read-md.h.
18884 (leading_string_hash, leading_string_eq_p, read_name)
18885 (read_constants, traverse_md_constants): Declare.
18886 * read-md.c (md_constants): Moved from read-rtl.c.
18887 (leading_string_hash, leading_string_eq_p): New functions.
18888 (read_name, read_constants, traverse_md_constants): Moved from
18891 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18893 * read-rtl.c (md_name): New structure.
18894 (read_name): Take an md_name instead of a buffer pointer.
18895 Use the "string" field instead of strcpy when expanding constants.
18896 (read_constants): Remove the tmp_char argument. Update the calls
18897 to read_name, using two local name buffers instead of the tmp_char
18898 argument. Merge the constant-creation code.
18899 (read_conditions): Remove the tmp_char argument. Update the calls
18900 to read_name, using a local name buffer instead of the tmp_char
18902 (read_mapping): Replace tmp_char variable with a local name buffer.
18903 Update the calls to read_name.
18904 (read_rtx_1): Likewise. Update the calls to read_constants and
18907 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18909 * Makefile.in (build/read-md.o): Depend on errors.h.
18910 * read-md.h (error_with_line): Declare.
18911 * read-md.c: Include errors.h.
18912 (message_with_line_1): New function, extracted from...
18913 (message_with_line): ...here.
18914 (error_with_line): New function.
18915 * genattrtab.c: If a call to message_with_line is followed by
18916 "have_error = 1;", replace both statements with a call to
18918 * genoutput.c: Likewise.
18919 * genpreds.c: Likewise.
18920 * genrecog.c: If a call to message_with_line is followed by
18921 "error_count++;", replace both statements with a call to
18923 (errorcount): Delete.
18924 (main): Don't check it.
18925 * gensupport.c: If a call to message_with_line is followed by
18926 "errors = 1;", replace both statements with a call to error_with_line.
18928 (process_define_cond_exec): Check have_error instead of errors.
18929 (init_md_reader_args_cb): Likewise. Don't set errors.
18931 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18933 * read-md.h (read_md_file): Declare.
18934 (read_char, unread_char): New functions.
18935 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
18936 (read_quoted_string, read_string): Remove FILE * argument.
18937 * read-md.c (read_md_file): New variable.
18938 (read_md_filename, read_md_lineno): Update comments and remove
18939 unnecessary initialization.
18940 (fatal_with_file_and_line, fatal_expected_char, read_skip_spaces)
18941 (read_escape, read_quoted_string, read_braced_string, read_string):
18942 Remove FILE * argument. Update calls accordingly, using read_char
18943 and unread_char instead of getc and ungetc.
18944 * rtl.h (read_rtx): Remove FILE * argument.
18945 * read-rtl.c (iterator_group): Remove FILE * argument from
18947 (iterator_traverse_data): Remove "infile" field.
18948 (find_mode, find_code, apply_mode_maps, apply_iterator_to_rtx)
18949 (add_mapping, read_name, read_constants, read_conditions)
18950 (validate_const_int, find_iterator, read_mapping, check_code_iterator)
18951 (read_rtx, read_rtx_1, read_rtx_variadic): Remove FILE * argument.
18952 Remove file arguments from all calls, using read_char and unread_char
18953 instead of getc and ungetc.
18954 * gensupport.c (process_include): Preserve read_md_file around
18955 the include. Set read_md_file to the handle of the included file.
18956 Update call to read_rtx.
18957 (init_md_reader_args_cb): Set read_md_file to the handle of the file
18958 and remove local FILE *. Update calls to read_rtx.
18960 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18962 * read-md.h (read_rtx_lineno): Rename to...
18963 (read_md_lineno): ...this.
18964 (read_rtx_filename): Rename to...
18965 (read_md_filename): ...this.
18966 (copy_rtx_ptr_loc): Rename to...
18967 (copy_md_ptr_loc): ...this.
18968 (print_rtx_ptr_loc): Rename to...
18969 (print_md_ptr_loc): ...this.
18970 * read-md.c: Likewise. Update references after renaming.
18971 (string_obstack): Replace RTL with MD in comment.
18972 (set_rtx_ptr_loc): Rename to...
18973 (set_md_ptr_loc): ...this.
18974 (get_rtx_ptr_loc): Rename to...
18975 (get_md_ptr_loc): ...this.
18976 * genconditions.c: Update references after renaming.
18977 * genemit.c: Likewise.
18978 * genoutput.c: Likewise.
18979 * genpreds.c: Likewise.
18980 * gensupport.c: Likewise.
18981 * read-rtl.c: Likewise.
18983 2010-06-10 Richard Sandiford <rdsandiford@googlemail.com>
18985 * Makefile.in (READ_MD_H): New variable.
18986 (BUILD_RTL): Add build/read-md.o.
18987 (lto-wrapper.o): Depend on coretypes.h instead of defaults.h.
18988 (build/gensupport.o, build/read-rtl.o, build/genattr.o)
18989 (build/genattrtab.o, build/genconditions.o build/genemit.o)
18990 (build/genextract.o, build/genflags.o, build/genoutput.o)
18991 (build/genpreds.o, build/genrecog.o): Depend on $(READ_MD_H).
18992 (build/read-md.o): New rule.
18993 * defaults.h (obstack_chunk_alloc, obstack_chunk_free)
18994 (OBSTACK_CHUNK_SIZE, gcc_obstack_init): Move to...
18995 * coretypes.h: ...here.
18996 * lto-wrapper.c: Include coretypes.h instead of defaults.h.
18997 * pretty-print.c (obstack_chunk_alloc, obstack_chunk_free): Delete.
18998 * genattr.c: Include read-md.h.
18999 * genattrtab.c: Likewise.
19000 * genconditions.c: Likewise.
19001 * genemit.c: Likewise.
19002 * genextract.c: Likewise.
19003 * genflags.c: Likewise.
19004 * genoutput.c: Likewise.
19005 * genpreds.c: Likewise.
19006 * genrecog.c: Likewise.
19007 * rtl.h (read_skip_spaces, copy_rtx_ptr_loc, print_rtx_ptr_loc)
19008 (join_c_conditions, print_c_condition, read_rtx_filename)
19009 (read_rtx_lineno): Move to read-md.h.
19010 * read-rtl.c: Include read-md.h.
19011 (ptr_loc, string_obstack, ptr_locs, ptr_loc_obstack)
19012 (joined_conditions, joined_conditions_obstack, read_rtx_lineno)
19013 (read_rtx_filename, fatal_with_file_and_line, fatal_expected_char)
19014 (leading_ptr_hash, leading_ptr_eq_p, set_rtx_ptr_loc, get_rtx_ptr_loc)
19015 (copy_rtx_ptr_loc, print_rtx_ptr_loc, join_c_conditions)
19016 (print_c_condition, read_skip_spaces, read_escape, read_quoted_string)
19017 (read_braced_string, read_string): Move to read-md.c.
19018 (read_rtx): Move some initialization to init_md_reader and call
19019 init_md_reader here.
19020 * gensupport.h (message_with_line, n_comma_elts, scan_comma_elt):
19022 * gensupport.c: Include read-md.h.
19023 (message_with_line, n_comma_elts, scan_comma_elt): Move to read-md.c.
19024 * read-md.h, read-md.c: New files.
19026 2010-06-10 Anatoly Sokolov <aesok@post.ru>
19028 * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
19029 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
19030 * config/moxie/moxie-protos.h (moxie_function_value): Remove.
19031 * config/moxie/moxie.c (moxie_function_value): Make static.
19032 (moxie_libcall_value, moxie_function_value_regno_p): New functions.
19033 (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.
19035 2010-06-10 Martin Jambor <mjambor@suse.cz>
19037 * Makefile.in (tree-sra.o): Add DBGCNT_H to dependencies.
19038 * dbgcnt.def (tree_sra): New counter.
19039 * tree-sra.c: Include dbgcnt.h.
19040 (gate_intra_sra): Check tree_sra debug counter.
19042 2010-06-10 Martin Jambor <mjambor@suse.cz>
19044 PR tree-optimization/44258
19045 * tree-sra.c (build_access_subtree): Return false iff there is a
19047 (build_access_trees): Likewise.
19048 (analyze_all_variable_accesses): Disqualify candidates if
19049 build_access_trees returns true for them.
19051 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
19054 * var-tracking.c (find_loc_in_1pdv): Remove recursion, only
19055 tail-recurse into canonical node. Fast-forward over
19056 non-canonical VALUEs.
19058 2010-06-10 H.J. Lu <hongjiu.lu@intel.com>
19061 * config/i386/i386.md (*add<mode>_1): Revert revision 160394.
19062 (*addsi_1_zext) <TYPE_LEA>: Likewise.
19063 (add lea splitter): Likewise.
19064 (add_zext lea splitter): Likewise.
19066 2010-06-10 Joseph Myers <joseph@codesourcery.com>
19068 * common.opt (fshow-column): Don't mark as C ObjC C++ ObjC++.
19070 2010-06-10 Jan Hubicka <jh@suse.cz>
19072 * df-problems.c (df_live_problem_data): Add live_bitmaps.
19073 (df_live_alloc): Initialize problem data and live_osbtacks.
19074 (df_live_finalize): Remove obstack, problem data; do not
19076 (df_live_top_dump, df_live_bottom_dump): Do not dump old
19077 data when not allocated.
19078 (df_live_verify_solution_start): Do not allocate problem data.
19079 (df_live_verify_solution_end): Check if out is allocated.
19080 (struct df_md_problem_data): New structure.
19081 (df_md_alloc): Allocate problem data.
19082 (df_md_free): Free problem data; do not clear bitmaps.
19084 2010-06-10 Jan Beulich <jbeulich@novell.com>
19087 * configure.ac: Replace $() with ${} when intending to expand
19088 variables rather than invoking commands.
19089 * configure: Re-generate.
19091 2010-06-10 Jan Hubicka <jh@suse.cz>
19093 PR rtl-optimization/44460
19094 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove
19095 TYPE_NEEDS_CONSTRUCTING sanity check.
19097 2010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
19099 * doc/include/fdl.texi: Move to GFDL version 1.3.
19101 * doc/cpp.texi: Move to GFDL version 1.3.
19102 * doc/gcc.texi: Move to GFDL version 1.3. Fix copyright years.
19103 * doc/gccint.texi: Move to GFDL version 1.3.
19104 * doc/gcov.texi: Move to GFDL version 1.3. Update copyright years.
19105 * doc/install.texi: Move to GFDL version 1.3. Fix copyright years.
19106 * doc/invoke.texi: Move to GFDL version 1.3.
19108 2010-06-09 Jan Hubicka <jh@suse.cz>
19110 * ipa-pure-const.c (propagate_pure_const, propagate_noreturn):
19112 (propagate) ... here; swap the order.
19114 2010-06-09 Jan Hubicka <jh@suse.cz>
19116 * bitmap.c (bitmap_elt_insert_after, bitmap_first_set_bit,
19117 bitmap_first_set_bit, bitmap_last_set_bit, bitmap_last_set_bit,
19118 bitmap_and_into, bitmap_and_compl_into, bitmap_set_range,
19119 bitmap_compl_and_into, bitmap_elt_ior): Use checking asserts.
19121 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
19123 * tree-ssa-loop-prefetch.c (gather_memory_references_ref):
19124 Do not the gather memory reference in the outer loop if the step
19127 2010-06-09 Changpeng Fang <changpeng.fang@amd.com>
19129 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO) :
19130 Change the PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO threshold value from
19131 8 to 4. Minor change of the related comments.
19133 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
19135 * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
19136 the scev analysis when the variable is not used outside the loop
19137 in a close phi node: call compute_overall_effect_of_inner_loop.
19139 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
19141 * graphite-sese-to-poly.c (single_pred_cond): Renamed
19142 single_pred_cond_non_loop_exit. Return NULL for loop exit edges.
19143 (build_sese_conditions_before): Renamed call to single_pred_cond.
19144 (build_sese_conditions_after): Same.
19146 2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
19148 * graphite-poly.h: Fix comments and indentation.
19149 * graphite-sese-to-poly.c: Same.
19150 (build_sese_conditions_before): Compute stmt and gbb only when needed.
19151 * tree-chrec.c: Fix comments and indentation.
19152 (tree-ssa-loop-niter.c): Same.
19154 2010-06-09 Eric Botcazou <ebotcazou@adacore.com>
19156 PR rtl-optimization/42461
19157 * dce.c (deletable_insn_p): Return true for const or pure calls again.
19158 * except.c (insn_could_throw_p): Return false if !flag_exceptions.
19160 2010-06-09 Jan Hubicka <jh@suse.cz>
19162 * bitmap.c (bitmap_and): Walk array forward.
19163 (bitmap_and_compl_into): Likewise.
19164 (bitmap_xor): Likewise.
19165 (bitmap_xor_into): Likewise.
19166 (bitmap_equal_p): Likewise.
19167 (bitmap_intersect_p): Likewise.
19168 (bitmap_intersect_compl_p): Likewise.
19169 (bitmap_ior_and_into): Likewise.
19170 (bitmap_elt_copy): Likewise.
19171 (bitmap_and_compl): Likewise.
19172 (bitmap_elt_ior): Likewise.
19174 2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
19176 * opts-common.c (prune_options): Ensure replacement argv array
19177 is correctly terminated by a NULL entry.
19179 2010-06-09 Jan Hubicka <jh@suse.cz>
19181 * cgraph.h (varpool_first_static_initializer,
19182 varpool_next_static_initializer): Make checking only when
19184 * tree-vectorizer.h (vinfo_for_stmt): Remove check.
19185 (set_vinfo_for_stmt, get_earlier_stmt, is_loop_header_bb_p): Change
19186 gcc_assert to gcc_checking_assert.
19187 * tree-flow-inline.h (gimple_vop, get_var_ann, relink_imm_use,
19188 phi_nodes, set_phi_nodes, phi_arg_index_from_use, op_iter_next_use,
19189 op_iter_next_def, op_iter_next_tree, op_iter_init, op_iter_init_use,
19190 op_iter_init_phiuse, op_iter_init_phidef,
19191 array_ref_contains_indirect_ref, ref_contains_array_ref): Use
19192 gcc_checking_assert.
19193 * emit-rtl.h (set_first_insn, set_last_insn): Likewise.
19194 * tree-ssa-live.h (var_to_partition, var_to_partition_to_var,
19195 partition_is_global, live_on_entry, live_on_exit,
19196 live_merge_and_clear): Likewise.
19197 * system.h (gcc_checking_assert): New macro.
19198 * gimple.h (set_bb_seq): Use gcc_checking_assert.
19200 2010-06-09 Jason Merrill <jason@redhat.com>
19202 * Makefile.in (TAGS): Collect tags info from c-family.
19204 2010-06-09 Jan Hubicka <jh@suse.cz>
19206 * gimple.h (gcc_gimple_checking_assert): New macro.
19207 (gimple_set_def_ops, gimple_set_use_ops,
19208 gimple_set_vuse, gimple_set_vdef,
19209 gimple_omp_subcode, gimple_omp_set_subcode, gimple_ops, gimple_op,
19210 gimple_op_ptr, gimple_op_ptr, gimple_set_op, gimple_bind_set_block,
19211 gimple_asm_input_op, gimple_asm_input_op_ptr, gimple_asm_set_input_op,
19212 gimple_asm_output_op, gimple_asm_output_op_ptr,
19213 gimple_asm_set_output_op, gimple_asm_clobber_op,
19214 gimple_asm_set_clobber_op, gimple_asm_label_op,
19215 gimple_asm_set_label_op, gimple_try_set_kind,
19216 gimple_try_catch_is_cleanup, gimple_try_set_catch_is_cleanup,
19217 gimple_phi_arg, gimple_switch_num_labels, gimple_switch_set_index,
19218 gimple_switch_label, gimple_switch_set_label, gimple_omp_for_index,
19219 gimple_omp_for_index_ptr, gimple_omp_for_set_index,
19220 gimple_omp_for_initial, gimple_omp_for_initial_ptr,
19221 gimple_omp_for_set_initial, gimple_omp_for_final,
19222 gimple_omp_for_final_ptr, gimple_omp_for_set_final,
19223 gimple_omp_for_incr, gimple_omp_for_incr_ptr, gimple_omp_for_set_incr,
19224 gimple_omp_for_set_cond, gimple_omp_for_cond): Make checking
19225 conditional with ENABLE_GIMPLE_CHECKING.
19226 (gimple_phi_set_arg): Likewise; replace memcpy by assignment.
19228 2010-06-09 Sandra Loosemore <sandra@codesourcery.com>
19230 * tree-ssa-loop-ivopts.c (adjust_setup_cost): New function.
19231 (get_computation_cost_at): Use it.
19232 (determine_use_iv_cost_condition): Likewise.
19233 (determine_iv_cost): Likewise.
19235 2010-06-09 Richard Guenther <rguenther@suse.de>
19237 * tree-ssa-loop-niter.c (simplify_replace_tree): Do not
19240 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
19242 * c-objc-common.c (c_tree_printer): Pre-intialize t by NULL_TREE.
19244 2010-06-09 Martin Jambor <mjambor@suse.cz>
19246 PR tree-optimization/44423
19247 * tree-sra.c (dump_access): Dump also grp_assignment_read.
19248 (analyze_access_subtree): Pass negative allow_replacements to children
19249 if the current type is scalar.
19251 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
19254 * gcc-plugin.h (int plugin_is_GPL_compatible): Declare as extern "C".
19255 * doc/plugins.texi (Plugin license check): Update information
19256 on type of plugin_is_GPL_compatible.
19257 * Makefile.in (PLUGINCC): Define as $(COMPILER).
19258 (PLUGINCFLAGS): Define as $(COMPILER_FLAGS).
19260 2010-06-09 Bernd Schmidt <bernds@codesourcery.com>
19262 * config/arm/arm.c (thumb2_reorg): New function.
19263 (arm_reorg): Call it.
19264 * config/arm/thumb2.md (define_peephole2 for flag clobbering
19265 arithmetic operations): Delete.
19267 2010-06-09 Edmar Wienskoski <edmar@freescale.com>
19270 * config/rs6000/rs6000.md (DIFD): Do not split dpfp values for
19273 2010-06-09 Joern Rennecke <joern.rennecke@embecosm.com>
19276 * gcc-plugin.h: Encapsulate all declarations in extern "C".
19278 2010-06-08 Jan Hubicka <jh@suse.cz>
19280 * basic-block.h (single_succ_edge, single_pred_edge, ei_container,
19281 ei_next, ei_prev): Do sanity checking with ENABLE_CHECKING only.
19283 2010-06-08 Sandra Loosemore <sandra@codesourcery.com>
19285 PR tree-optimization/39874
19286 PR middle-end/28685
19287 * gimple.h (maybe_fold_and_comparisons, maybe_fold_or_comparisons):
19289 * gimple-fold.c (canonicalize_bool, same_bool_comparison_p,
19290 same_bool_result_p): New.
19291 (and_var_with_comparison, and_var_with_comparison_1,
19292 and_comparisons_1, and_comparisons, maybe_fold_and_comparisons): New.
19293 (or_var_with_comparison, or_var_with_comparison_1,
19294 or_comparisons_1, or_comparisons, maybe_fold_or_comparisons): New.
19295 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Use
19296 maybe_fold_and_comparisons or maybe_fold_or_comparisons instead
19297 of combine_comparisons.
19298 * tree-ssa-ifcombine.c (ifcombine_ifandif, ifcombine_iforif): Likewise.
19300 2010-06-08 Anatoly Sokolov <aesok@post.ru>
19302 * config/pdp11/pdp11.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
19303 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
19304 * config/pdp11/pdp11.c (pdp11_function_value, pdp11_libcall_value,
19305 pdp11_function_value_regno_p): New functions.
19306 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
19307 TARGET_FUNCTION_VALUE_REGNO_P): Define.
19309 2010-06-08 Kazu Hirata <kazu@codesourcery.com>
19311 * config/arm/arm.c (arm_rtx_costs_1): Don't special case for
19312 Thumb-2 in the MINUS case.
19314 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
19316 * doc/tm.texi (Per-Function Data): Do not reference ggc_alloc.
19318 * doc/gty.texi (GTY Options): Document typed GC allocation and
19319 variable_size GTY option.
19321 * ggc-internal.h: New.
19323 * ggc.h: Update copyright year.
19324 (digit_string): Move to stringpool.c.
19325 (ggc_mark_stringpool, ggc_purge_stringpool, ggc_mark_roots)
19326 (gt_pch_save_stringpool, gt_pch_fixup_stringpool)
19327 (gt_pach_restore_stringpool, gt_pch_p_S, gt_pch_note_object)
19328 (init_ggc_pch, ggc_pch_count_object, ggc_pch_total_size)
19329 (ggc_pch_this_base, ggc_pch_alloc_object, ggc_pch_prepare_write)
19330 (ggc_pch_write_object, ggc_pch_finish, ggc_pch_read)
19331 (ggc_force_collect, ggc_get_size, ggc_statistics)
19332 (ggc_print_common_statistics): Move to ggc-internal.h.
19333 (digit_vector, new_ggc_zone, destroy_ggc_zone, ggc_alloc_stat)
19334 (ggc_alloc, ggc_alloc_cleared, ggc_realloc, ggc_calloc, GGC_NEW)
19335 (GGC_CNEW, GGC_NEWVEC, GGC_CNEWVEC, GGC_NEWVAR, ggc_alloc_rtvec)
19336 (ggc_alloc_tree, gt_pch_save, ggc_min_expand_heuristic)
19337 (ggc_min_heapsize_heuristic, ggc_alloc_zone)
19338 (ggc_alloc_zone_pass_stat): Remove.
19339 (ggc_internal_alloc_stat, ggc_internal_alloc)
19340 (ggc_internal_cleared_alloc_stat): New.
19341 (GGC_RESIZEVEC, GGC_RESIZEVAR): Redefine.
19342 (ggc_internal_vec_alloc_stat)
19343 (ggc_internal_cleared_vec_alloc_stat)
19344 (ggc_internal_vec_alloc_stat, ggc_internal_cleared_vec_alloc)
19345 (ggc_alloc_atomic_stat, ggc_alloc_atomic)
19346 (ggc_alloc_cleared_atomic, ggc_cleared_alloc_htab_ignore_args)
19347 (ggc_cleared_alloc_ptr_array_two_args): New.
19348 (htab_create_ggc, splay_tree_new_ggc): Redefine.
19349 (ggc_splay_alloc): Change the type of the first argument to
19350 enum gt_types_enum.
19351 (ggc_alloc_string): Make macro.
19352 (ggc_alloc_string_stat): New.
19353 (ggc_strdup): Redefine.
19354 (rtl_zone, tree_zone, tree_id_zone): Declare unconditionally.
19355 (ggc_alloc_rtvec_sized): New.
19356 (ggc_alloc_zone_stat): Rename to ggc_internal_alloc_zone_stat.
19357 (ggc_internal_alloc_zone_pass_stat, ggc_internal_alloc_zone_stat)
19358 (ggc_internal_cleared_alloc_zone_stat)
19359 (ggc_internal_zone_alloc_stat)
19360 (ggc_internal_zone_cleared_alloc_stat)
19361 (ggc_internal_zone_vec_alloc_stat)
19362 (ggc_alloc_zone_rtx_def_stat)
19363 (ggc_alloc_zone_tree_node_stat)
19364 (ggc_alloc_zone_cleared_tree_node_stat)
19365 (ggc_alloc_cleared_gimple_statement_d_stat): New.
19367 * ggc-common.c: Include ggc-internal.h.
19368 (ggc_internal_cleared_alloc_stat): Rename from
19369 ggc_alloc_cleared_stat.
19370 (ggc_realloc_stat): Use ggc_internal_alloc_stat.
19371 (ggc_calloc): Remove.
19372 (ggc_cleared_alloc_htab_ignore_args): New.
19373 (ggc_cleared_alloc_ptr_array_two_args): New.
19374 (ggc_splay_alloc): Add obj_type parameter.
19375 (init_ggc_heuristics): Formatting fixes.
19377 * ggc-none.c: Update copyright year.
19378 (ggc_alloc_stat): Rename to ggc_alloc_stat.
19379 (ggc_alloc_cleared_stat): Rename to
19380 ggc_internal_cleared_alloc_stat.
19381 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
19383 * ggc-page.c: Update copyright year. Include ggc-internal.h.
19384 Remove references to ggc_alloc in comments.
19385 (ggc_alloc_typed_stat): Call ggc_internal_alloc_stat.
19386 (ggc_alloc_stat): Rename to ggc_internal_alloc_stat.
19387 (new_ggc_zone, destroy_ggc_zone): Remove.
19388 (struct alloc_zone, rtl_zone, tree_zone, tree_id_zone): New.
19390 * ggc-zone.c: Include ggc-internal.h. Remove references to
19391 ggc_alloc in comments.
19392 (ggc_alloc_zone_stat): ggc_internal_alloc_zone_stat.
19393 (ggc_internal_alloc_zone_pass_stat): New.
19394 (ggc_internal_cleared_alloc_zone_stat): New.
19395 (ggc_alloc_typed_stat): Use ggc_internal_alloc_zone_pass_stat.
19396 (ggc_alloc_stat): Rename ggc_internal_alloc_stat.
19397 (new_ggc_zone, destroy_ggc_zone): Remove.
19399 * stringpool.c: Update copyright year. Include ggc-internal.h
19400 (digit_vector): Make static.
19401 (digit_string): Moved from ggc.h.
19402 (stringpool_ggc_alloc): Use ggc_alloc_atomic.
19403 (ggc_alloc_string): Rename to ggc_alloc_string_stat.
19405 * Makefile.in (GGC_INTERNAL_H): New.
19406 (ggc_common.o, ggc-page.o, ggc-zone.o, stringpool.o): Add
19407 $(GGC_INTERNAL_H) to dependencies.
19409 * gentype.c: Update copyright year.
19410 (walk_type): Accept variable_size GTY option.
19411 (USED_BY_TYPED_GC_P): New macro.
19412 (write_enum_defn): Use USED_BY_TYPED_GC_P. Do not output
19413 whitespace at the end of strings.
19414 (get_type_specifier, variable_size_p): New functions.
19415 (alloc_quantity, alloc_zone): New enums.
19416 (write_typed_alloc_def): New function.
19417 (write_typed_struct_alloc_def): Likewise.
19418 (write_typed_typed_typedef_alloc_def): Likewise.
19419 (write_typed_alloc_defns): Likewise.
19420 (output_typename, write_splay_tree_allocator_def): Likewise.
19421 (write_splay_tree_allocators): Likewise.
19422 (main): Call write_typed_alloc_defns and
19423 write_splay_tree_allocators.
19425 * lto-streamer.h (lto_file_decl_data_ptr): New.
19427 * passes.c (order): Define using cgraph_node_ptr.
19429 * strinpool.c (struct string_pool_data): Declare nested_ptr using
19432 * gimple.h (union gimple_statement_d): Likewise.
19434 * rtl.h (struct rtx_def): Likewise.
19435 (struct rtvec_def): Likewise.
19437 * tree.h (union tree_node): Likewise.
19439 * tree-ssa-operands.h (struct ssa_operand_memory_d): Likewise.
19441 * cfgloop.c (record_loop_exits): Use htab_create_ggc.
19443 * tree-scalar-evolution.c (scev_initialize): Likewise.
19445 * alias.c (record_alias_subset): Update splay_tree_new_ggc call.
19447 * dwarf2asm.c (dw2_force_const_mem): Likewise.
19449 * omp-low.c (lower_omp_critical): Likewise.
19451 * bitmap.h (struct bitmap_head_def): Update comment to not
19452 reference ggc_alloc.
19454 * config/pa/pa.c (get_deferred_label): Use GGC_RESIZEVEC.
19456 * ira.c (fix_reg_equiv_init): Use GGC_RESIZEVEC.
19458 * ipa-prop.c (duplicate_ggc_array): Rename to
19459 duplicate_ipa_jump_func_array. Use typed GC allocation.
19460 (ipa_edge_duplication_hook): Call duplicate_ipa_jump_func_array.
19462 * gimple.c (gimple_alloc_stat): Use
19463 ggc_alloc_cleared_gimple_statement_d_stat.
19465 * varasm.c (create_block_symbol): Use ggc_alloc_zone_rtx_def.
19467 * tree.c (make_node_stat): Use
19468 ggc_alloc_zone_cleared_tree_node_stat.
19469 (make_tree_vec_stat): Likewise.
19470 (build_vl_exp_stat): Likewise.
19471 (copy_node_stat): Use ggc_alloc_zone_tree_node_stat.
19472 (make_tree_binfo_stat): Likewise.
19473 (tree_cons_stat): Likewise.
19475 * rtl.c (rtx_alloc_stat): Use ggc_alloc_zone_rtx_def_stat.
19476 (shallow_copy_rtx_stat): Likewise.
19477 (make_node_stat): Likewise.
19479 * lto-symtab.c: Fix comment.
19481 * tree-cfg.c (create_bb): Update comment to not reference
19483 * tree-ssa-structalias.c (struct heapvar_for_stmt): Fix param_is value.
19485 * varpool.c (varpool_node): Use typed GC allocation.
19486 (varpool_extra_name_alias): Likewise.
19488 * varasm.c (emutls_decl): Likewise.
19489 (get_unnamed_section): Likewise.
19490 (get_noswitch_section): Likewise.
19491 (get_section): Likewise.
19492 (get_block_for_section): Likewise.
19493 (build_constant_desc): Likewise.
19494 (create_constant_pool): Likewise.
19495 (force_const_mem): Likewise.
19497 * tree.c (build_vl_exp_stat): Likewise.
19498 (build_real): Likewise.
19499 (build_string): Likewise.
19500 (decl_debug_expr_insert): Likewise.
19501 (decl_value_expr_insert): Likewise.
19502 (type_hash_add): Likewise.
19503 (build_omp_clause): Likewise.
19505 * tree-ssanames.c (duplicate_ssa_name_ptr_info): Likewise.
19507 * tree-ssa.c (init_tree_ssa): Likewise.
19509 * tree-ssa-structalias.c (heapvar_insert): Likewise.
19511 * tree-ssa-operands.c (ssa_operand_alloc): Likewise.
19513 * tree-ssa-loop-niter.c (record_estimate): Likewise.
19515 * tree-ssa-alias.c (get_ptr_info): Likewise.
19517 * tree-scalar-evolution.c (new_scev_info_str): Likewise.
19519 * tree-phinodes.c (allocate_phi_node): Likewise.
19521 * tree-iterator.c (tsi_link_before): Likewise.
19522 (tsi_link_after): Likewise.
19524 * tree-eh.c (add_stmt_to_eh_lp_fn): Likewise.
19526 * tree-dfa.c (create_var_ann): Likewise.
19528 * tree-cfg.c (create_bb): Likewise.
19530 * toplev.c (alloc_for_identifier_to_locale): Likewise.
19531 (general_init): Likewise.
19533 * stringpool.c (stringpool_ggc_alloc): Likewise.
19534 (gt_pch_save_stringpool): Likewise.
19536 * sese.c (if_region_set_false_region): Likewise.
19538 * passes.c (do_per_function_toporder): Likewise.
19540 * optabs.c (set_optab_libfunc): Likewise.
19541 (set_conv_libfunc): Likewise.
19543 * lto-symtab.c (lto_symtab_register_decl): Likewise.
19545 * lto-streamer-in.c (lto_input_eh_catch_list): Likewise.
19546 (input_eh_region): Likewise.
19547 (input_eh_lp): Likewise.
19548 (make_new_block): Likewise.
19549 (unpack_ts_real_cst_value_fields): Likewise.
19551 * lto-section-in.c (lto_new_in_decl_state): Likewise.
19553 * lto-cgraph.c (input_node_opt_summary): Likewise.
19555 * loop-init.c (loop_optimizer_init): Likewise.
19557 * lambda.h (lambda_vector_new): Likewise.
19559 * lambda-code.c (replace_uses_equiv_to_x_with_y): Likewise.
19561 * ira.c (update_equiv_regs): Likewise.
19563 * ipa.c (cgraph_node_set_new): Likewise.
19564 (cgraph_node_set_add): Likewise.
19565 (varpool_node_set_new): Likewise.
19566 (varpool_node_set_add): Likewise.
19568 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Likewise.
19569 (duplicate_ipa_jump_func_array): Likewise.
19570 (ipa_read_node_info): Likewise.
19572 * ipa-cp.c (ipcp_create_replace_map): Likewise.
19574 * integrate.c (get_hard_reg_initial_val): Likewise.
19576 * gimple.c (gimple_alloc_stat): Likewise.
19577 (gimple_build_omp_for): Likewise.
19578 (gimple_seq_alloc): Likewise.
19579 (gimple_copy): Likewise.
19581 * gimple-iterator.c (gsi_insert_before_without_update): Likewise.
19582 (gsi_insert_after_without_update): Likewise.
19584 * function.c (add_frame_space): Likewise.
19585 (insert_temp_slot_address): Likewise.
19586 (assign_stack_temp_for_type): Likewise.
19587 (allocate_struct_function): Likewise.
19588 (types_used_by_var_decl_insert): Likewise.
19590 * except.c (init_eh_for_function): Likewise.
19591 (gen_eh_region): Likewise.
19592 (gen_eh_region_catch): Likewise.
19593 (gen_eh_landing_pad): Likewise.
19594 (add_call_site): Likewise.
19596 * emit-rtl.c (get_mem_attrs): Likewise.
19597 (get_reg_attrs): Likewise.
19598 (start_sequence): Likewise.
19599 (init_emit): Likewise.
19601 * dwarf2out.c (new_cfi): Likewise.
19602 (queue_reg_save): Likewise.
19603 (dwarf2out_frame_init): Likewise.
19604 (new_loc_descr): Likewise.
19605 (find_AT_string): Likewise.
19606 (new_die): Likewise.
19607 (add_var_loc_to_decl): Likewise.
19608 (clone_die): Likewise.
19609 (clone_as_declaration): Likewise.
19610 (break_out_comdat_types): Likewise.
19611 (new_loc_list): Likewise.
19612 (loc_descriptor): Likewise.
19613 (add_loc_descr_to_each): Likewise.
19614 (add_const_value_attribute): Likewise.
19615 (tree_add_const_value_attribute): Likewise.
19616 (add_comp_dir_attribute): Likewise.
19617 (add_name_and_src_coords_attributes): Likewise.
19618 (lookup_filename): Likewise.
19619 (store_vcall_insn): Likewise.
19620 (dwarf2out_init): Likewise.
19622 * dbxout.c (dbxout_init): Likewise.
19624 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
19626 * config/sparc/sparc.c (sparc_init_machine_status): Likewise.
19628 * config/score/score7.c (score7_output_external): Likewise.
19630 * config/score/score3.c (score3_output_external): Likewise.
19632 * config/s390/s390.c (s390_init_machine_status): Likewise.
19634 * config/rs6000/rs6000.c (builtin_function_type): Likewise.
19635 (rs6000_init_machine_status): Likewise.
19636 (output_toc): Likewise.
19638 * config/pa/pa.c (pa_init_machine_status): Likewise.
19639 (get_deferred_plabel): Likewise.
19641 * config/moxie/moxie.c (moxie_init_machine_status): Likewise.
19643 * config/mmix/mmix.c (mmix_init_machine_status): Likewise.
19645 * config/mips/mips.c (mflip_mips16_use_mips16_p): Likewise.
19647 * config/mep/mep.c (mep_init_machine_status): Likewise.
19648 (mep_note_pragma_flag): Likewise.
19650 * config/m32c/m32c.c (m32c_init_machine_status): Likewise.
19652 * config/iq2000/iq2000.c (iq2000_init_machine_status): Likewise.
19654 * config/ia64/ia64.c (ia64_init_machine_status): Likewise.
19656 * config/i386/winnt.c (i386_pe_record_external_function): Likewise.
19657 (i386_pe_maybe_record_exported_symbol): Likewise.
19659 * config/i386/i386.c (get_dllimport_decl): Likewise.
19660 (ix86_init_machine_status): Likewise.
19661 (assign_386_stack_local): Likewise.
19663 * config/frv/frv.c (frv_init_machine_status): Likewise.
19665 * config/darwin.c (machopic_indirection_name): Likewise.
19667 * config/cris/cris.c (cris_init_machine_status): Likewise.
19669 * config/bfin/bfin.c (bfin_init_machine_status): Likewise.
19671 * config/avr/avr.c (avr_init_machine_status): Likewise.
19673 * config/arm/arm.c (arm_init_machine_status): Likewise.
19675 * config/alpha/alpha.c (alpha_init_machine_status): Likewise.
19676 (alpha_need_linkage): Likewise.
19677 (alpha_use_linkage): Likewise.
19679 * cgraph.c (cgraph_allocate_node): Likewise.
19680 (cgraph_create_edge_1): Likewise.
19681 (cgraph_create_indirect_edge): Likewise.
19682 (cgraph_add_asm_node): Likewise.
19684 * cfgrtl.c (init_rtl_bb_info): Likewise.
19686 * cfgloop.c (alloc_loop): Likewise.
19687 (rescan_loop_exit): Likewise.
19689 * cfg.c (init_flow): Likewise.
19690 (alloc_block): Likewise.
19691 (unchecked_make_edge): Likewise.
19693 * c-parser.c (c_parse_init): Likewise.
19694 (c_parse_file): Likewise.
19696 * c-decl.c (bind): Likewise.
19697 (record_inline_static): Likewise.
19698 (push_scope): Likewise.
19699 (make_label): Likewise.
19700 (lookup_label_for_goto): Likewise.
19701 (finish_struct): Likewise.
19702 (finish_enum): Likewise.
19703 (c_push_function_context): Likewise.
19705 * bitmap.c (bitmap_element_allocate): Likewise.
19706 (bitmap_gc_alloc_stat): Likewise.
19708 * alias.c (record_alias_subset): Likewise.
19709 (init_alias_analysis): Likewise.
19711 2010-06-08 Shujing Zhao <pearly.zhao@oracle.com>
19713 * fold-const.c (fold_comparison): Remove redundant parenthesis.
19714 * tree-inline.c (expand_call_inline): Pass translated return value of
19715 cgraph_inline_failed_string to diagnostic function.
19717 2010-06-08 Andrew Pinski <pinskia@gmail.com>
19718 Shujing Zhao <pearly.zhao@oracle.com>
19721 * c-typeck.c (convert_for_assignment): Call pedwarn_init if the
19722 implicit bad conversions is initialization.
19723 (error_init): Use gmsgid instead of msgid for argument name and change
19724 the call for error.
19725 (pedwarn_init): Use gmsgid instead of msgid for argument name and
19726 change the call for pedwarn.
19727 (warning_init): Use gmsgid instead of msgid for argument name and
19728 change the call for warning.
19730 2010-06-07 Nathan Froyd <froydnj@codesourcery.com>
19732 * config/mips/mips-protos.h (mips_print_operand): Delete.
19733 (mips_print_operand_address): Delete.
19734 * config/mips/mips.h (mips_print_operand_punct): Delete.
19735 (PRINT_OPERAND): Delete.
19736 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
19737 (PRINT_OPERAND_ADDRESS): Delete.
19738 * config/mips/mips.c (mips_print_operand_punct): Make static.
19739 (mips_print_operand_address): Make static.
19740 (mips_print_operand): Make static. Call
19741 mips_print_operand_punct_valid_p.
19742 (mips_print_operand_punct_valid_p): New function.
19743 (TARGET_PRINT_OPERAND, TARGET_PRINT_OPERAND_ADDRESS): Define.
19744 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
19746 2010-06-07 Jan Hubicka <jh@suse.cz>
19748 PR middle-end/44454
19749 (df_lr_top_dump, df_lr_bottom_dump): Check that in/out bitmaps
19752 2010-06-07 Kaz Kojima <kkojima@gcc.gnu.org>
19754 * config/sh/sh.c (sh_build_builtin_va_list): Set tree type
19757 2010-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
19759 * doc/sourcebuild.texi (Effective-Target Keywords, Other
19760 attributes): Document gas.
19762 2010-06-07 Uros Bizjak <ubizjak@gmail.com>
19764 * config/i386/i386.md (*add<mode>_1): Remove alternative 2.
19765 <TYPE_LEA>: Split instruction.
19766 <default>: Remove alternative 2 handling.
19767 (*addsi_1_zext) <TYPE_LEA>: Split instruction.
19768 (add lea splitter): Generate SImode lea for mode sizes <= SImode.
19769 (add_zext lea splitter): Use ix86_lea_for_add_ok in insn predicate.
19771 (*movsi_1) <TYPE_LEA>: Use %a modifier to output operand 1.
19772 (ashift_zext lea splitter): Use DImode for multiplication.
19774 * config/i386/i386.c (ix86_expand_epilogue): Do not use ix86_gen_add
19775 to generate addition.
19777 2010-06-07 Joseph Myers <joseph@codesourcery.com>
19779 * common.opt (fira-verbose): Use Var.
19780 (fpcc-struct-return): Use Init instead of VarExists.
19781 * defaults.h (DEFAULT_PCC_STRUCT_RETURN): Move definition from
19783 * flags.h (flag_signed_char, flag_short_enums,
19784 flag_pcc_struct_return, flag_ira_verbose,
19785 flag_detailed_statistics, flag_remove_unreachable_functions): Remove.
19786 * toplev.c (flag_detailed_statistics, flag_signed_char,
19787 flag_short_enums, flag_pcc_struct_return, flag_ira_verbose): Remove.
19788 (DEFAULT_PCC_STRUCT_RETURN): Move definition to defaults.h.
19789 * toplev.h (flag_crossjumping, flag_if_conversion,
19790 flag_if_conversion2, flag_keep_static_consts, flag_peel_loops,
19791 flag_rerun_cse_after_loop, flag_thread_jumps, flag_tracer,
19792 flag_unroll_loops, flag_unroll_all_loops, flag_unswitch_loops,
19793 flag_cprop_registers, time_report, flag_ira_loop_pressure,
19794 flag_ira_coalesce, flag_ira_move_spills,
19795 flag_ira_share_save_slots, flag_ira_share_spill_slots): Remove.
19797 2010-06-07 Jan Hubicka <jh@suse.cz>
19799 * df-core.c (df_analyze_problem): Do verification after allocation.
19801 * df-problems.c (df_lr_problem_data): Add lr_bitmaps.
19802 (df_lr_alloc): Initialize problem data; move bitmaps to
19803 lr_bitmaps obstack.
19804 (df_lr_finalize): Free problem data; do not bother to free bitmaps.
19805 (df_lr_verify_solution_start): Do not initialize problem data;
19806 allocate bitmaps in lr_bitmaps.
19807 (df_lr_verify_solution_end): Do not free problem data.
19809 2010-06-07 Jan Hubicka <jh@suse.cz>
19811 * cgraph.c (cgraph_edge_cannot_lead_to_return): Also check
19812 if caller is noreturn.
19813 * ipa-reference.c (analyze_function): Use ipa_ref_cannot_lead_to_return
19814 * ipa-ref.h (ipa_ref_cannot_lead_to_return): New function.
19815 * ipa-ref.c (ipa_ref_cannot_lead_to_return): New function.
19816 * ipa-pure-const.c (check_decl): Add IPA parameter.
19817 (state_from_flags): New function.
19818 (better_state, worse_state): New functions.
19819 (check_call): When in IPA mode, do not care about callees.
19820 (check_load, check_store): Update.
19821 (check_ipa_load, check_ipa_store): New.
19822 (check_stmt): When in IPA mode, use IPA checkers.
19823 (analyze_function): Use state_from_flags.
19824 (propagate): Check indirect edges and references.
19826 2010-06-07 Kazu Hirata <kazu@codesourcery.com>
19828 PR rtl-optimization/44404
19829 * auto-inc-dec.c (find_inc): Use reg_overlap_mentioned_p instead
19830 of count_occurrences to see if it's safe to modify mem_insn.
19832 2010-06-07 Richard Guenther <rguenther@suse.de>
19834 * gimplify.c (gimplify_cleanup_point_expr): For empty body
19835 and EH-only cleanup drop the cleanup instead of inserting it
19838 2010-06-07 Ira Rosen <irar@il.ibm.com>
19840 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update
19842 * targhooks.c (default_builtin_vectorization_cost): New function.
19843 * targhooks.h (default_builtin_vectorization_cost): Declare.
19844 * target.h (enum vect_cost_for_stmt): Define.
19845 (builtin_vectorization_cost): Change argument and comment.
19846 * tree-vectorizer.h: Remove cost model macros.
19847 * tree-vect-loop.c: Include target.h.
19848 (vect_get_cost): New function.
19849 (vect_estimate_min_profitable_iters): Replace cost model macros with
19850 calls to vect_get_cost.
19851 (vect_model_reduction_cost, vect_model_induction_cost): Likewise.
19852 * target-def.h (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Add
19853 default implementation.
19854 * tree-vect-stmts.c (cost_for_stmt): Replace cost model macros with
19855 calls to target hook builtin_vectorization_cost.
19856 (vect_model_simple_cost, vect_model_store_cost, vect_model_load_cost):
19858 * Makefile.in (tree-vect-loop.o): Add dependency on TARGET_H.
19859 * config/spu/spu.c (spu_builtin_vectorization_cost): Replace with new
19860 implementation to return costs.
19861 * config/i386/i386.c (ix86_builtin_vectorization_cost): Likewise.
19862 * config/spu/spu.h: Remove vectorizer cost model macros.
19863 * config/i386/i386.h: Likewise.
19864 * tree-vect-slp.c (vect_build_slp_tree): Replace cost model macro with
19865 a call to target hook builtin_vectorization_cost.
19867 2010-06-06 Sriraman Tallam <tmsriram@google.com>
19870 * config/i386/i386.c (override_options): Turn zee pass on for level 2
19871 and above and defer till target is known.
19872 (optimization_options): Turn on zee pass if TARGET_64BIT is set and
19873 turn off otherwise.
19875 2010-05-25 Jan Hubicka <jh@suse.cz>
19877 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.
19878 (df_compact_blocks): Likewise.
19879 * df.h (struct df): Turn hardware_regs_used,
19880 regular_block_artificial_uses, eh_block_artificial_uses,
19881 insns_to_delete, insns_to_rescan, insns_to_notes_rescan into
19883 * df-problems.c (df_lr_local_compute, df_lr_confluence_0,
19884 df_byte_lr_alloc, df_simulate_fixup_sets): Update.
19885 * df-scan.c (df_scan_free_internal, df_scan_alloc, df_scan_start_dump,
19886 df_scan_blocks, df_insn_delete, df_insn_rescan,
19887 df_insn_rescan_debug_internal, df_insn_rescan_all,
19888 df_process_deferred_rescans, df_process_deferred_rescans,
19889 df_notes_rescan, df_get_call_refs, df_get_call_refs,
19890 regs_invalidated_by_call_regset, df_get_call_refs, df_bb_refs_collect,
19891 df_record_entry_block_defs, df_record_exit_block_uses,
19892 df_update_exit_block_uses, df_bb_verify, df_entry_block_bitmap_verify,
19893 df_scan_verify): Update.
19895 2010-05-25 Dodji Seketeli <dodji@redhat.com>
19898 * c-common.c (is_typedef_decl): Move this definition ...
19899 * tree.c (is_typedef_decl): ... here.
19900 (typdef_variant_p): Move definition here from cp/tree.c.
19901 * c-common.h (is_typedef_decl): Move this declaration ...
19902 * tree.h (is_typedef_decl): ... here.
19903 (typedef_variant_p): Move declaration here from cp/cp-tree.h
19904 * dwarf2out.c (is_naming_typedef_decl): New function.
19905 (gen_tagged_type_die): Split out of ...
19906 (gen_type_die_with_usage): ... this function. When an anonymous
19907 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
19908 is emitted for the typedef.
19909 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
19910 anonymous tagged types.
19912 2010-06-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
19915 * c-decl.c (grokdeclarator): Delete warning.
19917 2010-06-06 Eric Botcazou <ebotcazou@adacore.com>
19919 * stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
19920 newly built CALL_EXPR.
19921 * tree-profile.c (tree_profiling): Don't profile functions produced
19922 for built-in stuff.
19924 2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>
19928 * genautomata.c (SET_BIT, CLEAR_BIT, TEST_BIT): Make these macros
19929 endianness-independent.
19931 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
19933 * c-common.c: Move to c-family/.
19934 * c-common.def: Likewise.
19935 * c-common.h: Likewise.
19936 * c-cppbuiltin.c: Likewise.
19937 * c-dump.c: Likewise.
19938 * c-format.c: Likewise.
19939 * c-format.h : Likewise.
19940 * c-gimplify.c: Likewise.
19941 * c-lex.c: Likewise.
19942 * c-omp.c: Likewise.
19944 * c-opts.c: Likewise.
19945 * c-pch.c: Likewise.
19946 * c-ppoutput.c: Likewise.
19947 * c-pragma.c: Likewise.
19948 * c-pragma.h: Likewise.
19949 * c-pretty-print.c: Likewise.
19950 * c-pretty-print.h: Likewise.
19951 * c-semantics.c: Likewise.
19952 * stub-objc.c: Likewise.
19954 * gengtype.c (get_file_langdir): Special-case files in c-family/.
19955 (get_output_file_with_visibility): Fix name for c-common.h.
19956 * c-config-lang.in: Update paths in gtfiles for files in c-family/.
19958 * c-tree.h: Update include path for moved files.
19959 * c-lang.c: Likewise.
19960 * c-lang.h: Likewise.
19961 * c-parser.c: Likewise.
19962 * c-convert.c: Likewise.
19963 * c-decl.c: Likewise.
19964 * c-objc-common.c: Likewise.
19965 * configure.ac: Make sure c-family/ exists in the build directory.
19966 * configure: Regenerate.
19967 * Makefile.in: Update paths for moved files. Regroup files per
19968 location and update dependencies. Move generated_files down after
19971 * config/spu/spu-c.c: Update paths for moved files.
19972 * config/mep/mep-pragma.c: Likewise.
19973 * config/darwin-c.c: Likewise.
19974 * config/i386/msformat-c.c: Likewise.
19975 * config/i386/i386-c.c: Likewise.
19976 * config/avr/avr-c.c: Likewise.
19977 * config/sol2-c.c: Likewise.
19978 * config/ia64/ia64-c.c: Likewise.
19979 * config/rs6000/rs6000-c.c: Likewise.
19980 * config/arm/arm.c: Likewise.
19981 * config/arm/arm-c.c: Likewise.
19982 * config/h8300/h8300.c: Likewise.
19983 * config/v850/v850-c.c: Likewise.
19985 * config/t-darwin: Fix dependencies for moved files.
19986 * config/t-sol2: Fix dependencies for moved files.
19987 * config/mep/t-mep: Fix dependencies for moved files.
19988 * config/ia64/t-ia64: Fix dependencies for moved files.
19989 * config/rs6000/t-rs6000: Fix dependencies for moved files.
19990 * config/v850/t-v850: Fix dependencies for moved files.
19991 * config/v850/t-v850e: Fix dependencies for moved files.
19993 * config/m32c/m32c-pragma.c
19995 * po/exgettext: Look in c-family/ also.
19997 2010-06-05 Eric Botcazou <ebotcazou@adacore.com>
19999 * tree-ssa-dce.c (mark_last_stmt_necessary): New function.
20000 (mark_control_dependent_edges_necessary): Call it instead of marking
20001 the last statement manually.
20002 (propagate_necessity): Likewise.
20004 2010-06-05 Jan Hubicka <jh@suse.cz>
20006 * basic-block.h (compute_dominance_frontiers): Updated.
20007 (compute_idf): Likewise.
20009 * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
20010 for dominance frontiers.
20011 (rewrite_into_ssa): Update for bitmap heads in dominance frontiers.
20012 (insert_updated_phi_nodes_for): Likewise.
20013 (update_ssa): Likewise.
20014 * cfganal.c (compute_dominance_frontiers_1): Likewise.
20015 (compute_dominance_frontiers): Likewise.
20016 (compute_idf): Likewise.
20017 * df-problems.c (df_md_local_compute): Likewise.
20019 2010-06-05 Anatoly Sokolov <aesok@post.ru>
20021 * target.h (struct gcc_target): Add memory_move_cost field.
20022 * target-def.h (TARGET_MEMORY_MOVE_COST): New.
20023 (TARGET_INITIALIZER): Use TARGET_MEMORY_MOVE_COST.
20024 * targhooks.c (default_memory_move_cost): New function.
20025 * targhooks.h (default_memory_move_cost): Declare function.
20026 * reload.h (memory_move_cost): Declare.
20027 (memory_move_secondary_cost): Change type of 'in' argument to bool.
20028 * reginfo.c (memory_move_cost): New function.
20029 (memory_move_secondary_cost): Change type of 'in' argument to bool.
20030 * ira.h (ira_memory_move_cost): Update comment.
20031 * ira.c (ira_memory_move_cost): Update comment.
20032 (setup_class_subset_and_memory_move_costs): Replace MEMORY_MOVE_COST
20033 with memory_move_cost.
20034 * postreload.c (reload_cse_simplify_set): (Ditto.).
20035 * reload1.c (choose_reload_regs): (Ditto.).
20036 * doc/tm.texi (TARGET_MEMORY_MOVE_COST): New.
20037 (MEMORY_MOVE_COST): Revise documentation.
20039 * config/i386/i386.h (MEMORY_MOVE_COST): Remove macro.
20040 * config/i386/i386-protos.h (int ix86_memory_move_cost): Remove.
20041 * config/i386/i386.h (ix86_memory_move_cost): Make static. Change
20042 type of 'in' argument to bool.
20043 (TARGET_MEMORY_MOVE_COST): Define.
20045 2010-06-05 Jan Hubicka <jh@suse.cz>
20047 * ipa-pure-const.c (propagate): Fix typo in handling of functions
20048 that cannot return. Be more careful when merging the results with
20049 previously known ones.
20051 2010-06-05 Matthias Klose <doko@ubuntu.com>
20053 * gcc.c (cc1_options, cpp_unique_options): Use find-plugindir spec
20054 function to add the -iplugindir option.
20055 (find_plugindir_spec_function): Add new declaration and function.
20056 (static_spec_func): Use it for "find-plugindir".
20058 2010-06-05 Jakub Jelinek <jakub@redhat.com>
20061 * c-typeck.c (mark_exp_read): Handle C_MAYBE_CONST_EXPR.
20062 * c-parser.c (c_parser_postfix_expression): Call mark_exp_read on
20063 statement expression.
20065 2010-06-05 Jan Hubicka <jh@suse.cz>
20067 * df-problems.c (seen_in_block, seen_in_insn): Convert to bitmap_head.
20068 (df_rd_problem_data): Convert sparse_invalidated_by_call,
20069 dense_invalidated_by_call to bitmap head.
20070 (df_rd_alloc, df_rd_bb_local_compute_process_def,
20071 df_rd_bb_local_compute, df_rd_confluence_n, df_rd_transfer_function,
20072 df_rd_start_dump, df_lr_verify_transfer_functions,
20073 df_live_verify_transfer_functions, df_chain_create_bb,
20074 df_chain_add_problem, df_byte_lr_check_regs, df_byte_lr_alloc,
20075 df_byte_lr_confluence_0, df_byte_lr_confluence_n, df_note_compute,
20076 df_simulate_one_insn_forwards, df_md_alloc,
20077 df_md_bb_local_compute_process_def,
20078 df_md_bb_local_compute_process_def, df_md_local_compute,
20079 df_md_transfer_function df_md_free): Update.
20081 2010-06-05 Joseph Myers <joseph@codesourcery.com>
20084 * c-typeck.c (build_unary_op): Merge qualifiers into pointer
20085 target type for ADDR_EXPR; require no changes to qualifiers except
20086 for function types.
20087 * c-tree.h (c_build_type_variant): Remove.
20089 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
20091 * genautomata.c (get_excl_set): Do work per element, not per char.
20092 (check_presence_pattern_sets): Similar.
20093 (check_absence_pattern_sets): Similar.
20095 2010-06-05 Segher Boessenkool <segher@kernel.crashing.org>
20097 * genautomata.c (curr_state_pass_num): Delete.
20098 (min_issue_delay_pass_states): Delete.
20099 (min_issue_delay): Delete.
20100 (initiate_min_issue_delay_pass_states): Delete.
20101 (output_min_issue_delay_table): Compute min_issue_delay_vect
20102 using a breadth-first search variant.
20103 (output_tables): Don't call initiate_min_issue_delay_pass_states.
20105 2010-06-04 H.J. Lu <hongjiu.lu@intel.com>
20108 * df-problems.c (df_lr_bb_local_compute): Updated for embedded bitmaps.
20109 (df_byte_lr_bb_local_compute): Likewise.
20111 2010-06-03 Jason Merrill <jason@redhat.com>
20113 Implement noexcept operator (5.3.7)
20114 * c-common.c (c_common_reswords): Add noexcept.
20115 * c-common.h (enum rid): Add RID_NOEXCEPT.
20117 2010-06-04 Joseph Myers <joseph@codesourcery.com>
20119 * config/darwin-driver.c (darwin_default_min_version): Use
20120 GCC-specific formats in diagnostics.
20121 * cppspec.c (lang_specific_driver): Use GCC-specific formats in
20123 * gcc.c (translate_options, read_specs, add_sysrooted_prefix,
20124 execute, process_command, end_going_arg, do_self_spec, do_spec_1,
20125 eval_spec_function, handle_braces, process_brace_body, main,
20126 perror_with_name, used_arg, set_multilib_dir, print_multilib_info,
20127 getenv_spec_function, compare_version_strings,
20128 version_compare_spec_function): Use GCC-specific formats in
20131 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
20133 * config/i386/i386.md (*addhi_1_lea) <TYPE_INCDEC, default>: Assert
20134 that operand 0 and operand 1 are equal.
20135 (*addqi_1_lea) <TYPE_INCDEC, default>: Ditto.
20136 (*add<mode>_2) <TYPE_INCDEC>: Remove assert that operand 0
20137 and operand 1 are equal.
20138 <default>: Ditto. Remove ??? comment.
20139 (*add<mode>_3) <TYPE_INCDEC>: Remove assert that operand 0
20140 and operand 1 are equal.
20141 <default>: Ditto. Remove ??? comment.
20142 (*adddi_4) <default>: Remove assert that operand 0 and operand 1
20144 (*add<mode>_4) <default>: Ditto.
20145 (*add<mode>_5) <TYPE_INCDEC, default>: Ditto.
20147 2010-06-04 Nathan Froyd <froydnj@codesourcery.com>
20149 * config/i386/i386-protos.h (ix86_print_operand): Declare.
20150 * config/i386/i386.c (ix86_print_operand): Make non-static.
20151 * config/i386/sol2.h (ASM_OUTPUT_CALL): Call ix86_print_operand.
20152 * output.h (output_operand): Declare.
20153 * final.c (output_operand): Make non-static.
20155 2010-06-04 Alexandre Oliva <aoliva@redhat.com>
20157 PR rtl-optimization/44013
20158 * sched-deps.c (add_dependence_list_and_free): Don't free lists
20159 when processing debug insns.
20162 * var-tracking.c (find_loc_in_1pdv): Mark initial value before
20163 recursing. Check that recursion is bounded. Rename inner var
20164 to avoid hiding incoming argument.
20166 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
20168 * config/i386/i386.md (*addqi_2) <TYPE_INCDEC>: Do not assert that
20169 operands[2] == 255.
20173 (*addqi_ext_1_rex64): Ditto.
20174 (*addqi_ext_1): Ditto.
20176 (*addqi_4): Check for incdec_operand in QImode.
20178 (*add<mode>_2): Macroize insn from *add<mode>_2 and *add{qi,hi}_2
20179 using SWI mode iterator.
20180 (*add<mode>_3): Ditto from *add<mode>_3 and *add{qi,hi}_3.
20181 (*add<mode>_4): Macroize insn from *add{qi,hi,si}_4 using SWI124
20183 (*add<mode>_5): Macroize insn from *add<mode>_5 and *add{qi,hi}_5
20184 using SWI mode iterator.
20186 2010-06-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
20189 * c-objc-common.c (c_tree_printer): Handle %V, %v and %#v.
20190 * c-format.c (gcc_diag_flag_specs): Add hash.
20191 (gcc_cxxdiag_flag_specs): Use gcc_diag_flag_specs directly.
20192 (gcc_tdiag_char_table,gcc_cdiag_char_table): Handle %V and %v.
20193 * c-pretty-print.c (pp_c_cv_qualifier): Rename as
20194 pp_c_cv_qualifiers. Handle qualifiers spelling here.
20195 (pp_c_type_qualifier_list): Call the function above.
20196 * c-pretty-print.h (pp_c_cv_qualifiers): Declare.
20197 * c-typeck.c (handle_warn_cast_qual): Print qualifiers.
20198 (WARN_FOR_QUALIFIERS): New macro.
20199 (convert_for_assignment): Use it.
20201 2010-06-04 Kai Tietz <kai.tietz@onevision.com>
20203 * config/i386/cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.
20205 2010-06-04 Jan Hubicka <jh@suse.cz>
20207 * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,
20208 df_byte_lr_bb_info): Embedd bitmap_head into the structure.
20209 (DF_LIVE_IN, DF_LIVE_OUT, DF_LR_IN, DF_LR_OUT, DF_BYTE_LR_IN,
20210 DF_BYTE_LR_OUT): Update for embedded bitmaps.
20211 * fwprop.c (single_def_use_enter_block): Likewise.
20212 * ddg.c (create_ddg_dep_from_intra_loop_link,
20213 add_cross_iteration_register_deps, build_inter_loop_deps): Likewise.
20214 * loop-iv.c (latch_dominating_def): Likewise.
20215 * df-problems.c (df_rd_free_bb_info, df_rd_alloc,
20216 df_rd_bb_local_compute_process_def, df_rd_bb_local_compute_process_def,
20217 df_rd_init_solution, df_rd_init_solution, df_rd_transfer_function,
20218 df_rd_transfer_function, df_rd_top_dump,
20219 df_rd_bottom_dump): Update.
20220 (df_lr_free_bb_info, df_lr_alloc, df_lr_reset, df_lr_bb_local_compute,
20221 df_lr_bb_local_compute, df_lr_bb_local_compute, df_lr_bb_local_compute,
20222 df_lr_bb_local_compute, df_lr_local_compute, df_lr_init, df_lr_init,
20223 df_lr_confluence_0, df_lr_free, df_lr_top_dump, df_lr_bottom_dump,
20224 df_lr_verify_solution_start, df_lr_verify_solution_end,
20225 df_lr_verify_transfer_functions, df_lr_verify_transfer_functions,
20226 df_live_free_bb_info, df_live_alloc, df_live_reset,
20227 df_live_bb_local_compute, df_live_init, df_live_transfer_function,
20228 df_live_finalize, df_live_free, df_live_top_dump, df_live_bottom_dump,
20229 df_live_verify_solution_start, df_live_verify_solution_end,
20230 df_live_verify_transfer_functions, df_chain_create_bb,
20231 df_byte_lr_free_bb_info, df_byte_lr_alloc, df_byte_lr_reset,
20232 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
20233 df_byte_lr_bb_local_compute, df_byte_lr_bb_local_compute,
20234 df_byte_lr_bb_local_compute, df_byte_lr_local_compute, df_byte_lr_init,
20235 df_byte_lr_confluence_0, df_byte_lr_confluence_n,
20236 df_byte_lr_transfer_function, df_byte_lr_top_dump,
20237 df_byte_lr_bottom_dump, df_create_unused_note,
20238 df_note_bb_compute, df_md_free_bb_info, df_md_alloc,
20239 df_md_bb_local_compute_process_def, df_md_local_compute, df_md_reset,
20240 df_md_transfer_function, df_md_init, df_md_confluence_0,
20241 df_md_confluence_n,
20242 df_md_top_dump, df_md_bottom_dump): Update.
20243 (struct df_lr_problem_data): Embedd bitmap headers.
20245 2010-06-04 Jan Hubicka <jh@suse.cz>
20247 * dce.c (dce_process_block): Do not re-scan already marked
20250 2010-06-04 Bernd Schmidt <bernds@codesourcery.com>
20252 PR rtl-optimization/39871
20253 PR rtl-optimization/40615
20254 PR rtl-optimization/42500
20255 PR rtl-optimization/42502
20256 * ira.c (init_reg_equiv_memory_loc: New function.
20257 (ira): Call it twice.
20258 * reload.h (calculate_elim_costs_all_insns): Declare.
20259 * ira-costs.c: Include "reload.h".
20260 (regno_equiv_gains): New static variable.
20261 (init_costs): Allocate it.
20262 (finish_costs): Free it.
20263 (ira_costs): Call calculate_elim_costs_all_insns.
20264 (find_costs_and_classes): Take estimated elimination costs
20266 (ira_adjust_equiv_reg_cost): New function.
20267 * ira.h (ira_adjust_equiv_reg_cost): Declare it.
20268 * reload1.c (init_eliminable_invariants, free_reg_equiv,
20269 elimination_costs_in_insn, note_reg_elim_costly): New static functions.
20270 (elim_bb): New static variable.
20271 (reload): Move code out of here into init_eliminable_invariants and
20272 free_reg_equiv. Call them.
20273 (calculate_elim_costs_all_insns): New function.
20274 (eliminate_regs_1): Declare. Add extra arg FOR_COSTS;
20275 all callers changed. If FOR_COSTS is true, don't call alter_reg,
20276 but call note_reg_elim_costly if we turned a valid memory address
20277 into an invalid one.
20278 * Makefile.in (ira-costs.o): Depend on reload.h.
20280 2010-06-04 Julian Brown <julian@codesourcery.com>
20282 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
20285 2010-06-04 Richard Guenther <rguenther@suse.de>
20288 * cgraph.h (struct varpool_node): Add lto_file_data field.
20289 * lto-cgraph.c (input_varpool_node): Initialize it.
20291 2010-06-04 Uros Bizjak <ubizjak@gmail.com>
20293 * config/i386/predicates.md (pic_symbolic_operand): Remove predicate.
20294 * config/i386/i386.md (*add<mode>_1): Do not use pic_symbolic_operand
20295 predicate in "type" attribute calculation.
20296 (*addsi_1_zext): Ditto.
20297 (*add<mode>_2): Do not use pic_symbolic_operand in insn predicate.
20298 (*addsi_2_zext): Ditto.
20299 (*add<mode>_3): Ditto.
20300 (*addsi_3_zext): Ditto.
20301 (*add<mode>_5): Ditto.
20303 2010-06-03 Jan Hubicka <jh@suse.cz>
20305 * tree-into-ssa.c (mark_block_for_update): Avoid redundant call
20307 * cfganal.c (compute_dominance_frontiers_1): Likewise.
20309 2010-06-03 Jan Hubicka <jh@suse.cz>
20311 * df-problems.c (df_create_unused_note, df_note_bb_compute):
20312 micro-optimize the checks when to add new note.
20314 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
20316 * final.c (output_asm_insn): Call
20317 targetm.asm_out.print_operand_punct_valid_p. Update comments.
20318 (output_operand): Call targetm.asm_out.print_operand. Update comments.
20319 (output_address): Call targetm.asm_out.print_operand_address.
20321 * target.h (struct gcc_target): Add print_operand,
20322 print_operand_address, and print_operand_punct_valid_p fields.
20323 * targhooks.h (default_print_operand): Declare.
20324 (default_print_operand_address): Declare.
20325 (default_print_operand_punct_valid_p): Declare.
20326 * targhooks.c (default_print_operand): Define.
20327 (default_print_operand_address): Define.
20328 (default_print_operand_punct_valid_p): Define.
20329 * target-def.h (TARGET_PRINT_OPERAND): Define if not defined.
20330 (TARGET_PRINT_OPERAND_ADDRESS): Likewise.
20331 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Likewise.
20332 (TARGET_ASM_OUT): Add TARGET_PRINT_OPERAND,
20333 TARGET_PRINT_OPERAND_ADDRESS, and TARGET_PRINT_OPERAND_PUNCT_VALID_P.
20334 * vmsdbgout.c (addr_const_to_string): Update comment.
20335 * config/i386/i386.c (print_operand): Rename to...
20336 (ix86_print_operand): ...this. Make static.
20337 (print_operand_address): Rename to...
20338 (ix86_print_operand_address): ...this. Make static. Call
20339 ix86_print_operand instead of PRINT_OPERAND.
20340 (ix86_print_operand_punct_valid_p): New function.
20341 (TARGET_PRINT_OPERAND): Define.
20342 (TARGET_PRINT_OPERAND_ADDRESS): Define.
20343 (TARGET_PRINT_OPERAND_PUNCT_VALID_P): Define.
20344 * config/i386/i386.h (HI_REGISTER_NAMES): Update comment.
20345 (PRINT_OPERAND_PUNCT_VALID_P): Delete.
20346 (PRINT_OPERAND): Delete.
20347 (PRINT_OPERAND_ADDRESS): Delete.
20348 * config/i386/i386-protos.h (print_operand): Delete prototype.
20349 (print_operand_address): Delete prototype.
20351 2010-06-03 Richard Guenther <rguenther@suse.de>
20353 PR tree-optimization/44403
20354 * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
20355 Preserve pointer qualifiers.
20356 (vect_create_data_ref_ptr): Likewise.
20358 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
20361 * defaults.h (MAX_FIXED_MODE_SIZE): New.
20363 * stor-layout.c (MAX_FIXED_MODE_SIZE): Removed.
20365 2010-06-03 Jakub Jelinek <jakub@redhat.com>
20368 * tree-cfg.c (gimple_can_merge_blocks_p): For -O0
20369 return false if merging the bbs would lead to goto_locus
20370 location being lost from the IL.
20372 2010-06-03 Jan Hubicka <jh@suse.cz>
20373 Jakub Jelinek <jakub@redhat.com>
20375 * var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if
20376 set->regs[i] is NULL or has just one entry.
20378 2010-06-03 Jan Hubicka <jh@suse.cz>
20380 * lto-cgraph.c (lto_varpool_encoder_size): Remove.
20381 * lto-streamer.h (lto_varpool_encoder_size): New inline function.
20383 2010-06-03 Paul Brook <paul@codesourcery.com>
20385 * config/arm/arm.c (FL_TUNE): Define.
20386 (arm_default_cpu, arm_cpu_select): Remove.
20387 (all_cores): Populate core field.
20388 (arm_selected_arch, arm_selected_cpu, arm_selected_tune): New.
20389 (arm_find_cpu): New function.
20390 (arm_handle_option): Lookup cpu/architecture names.
20391 (arm_override_options): Cleanup mcpu/march/mtune handling.
20392 (arm_file_start): Ditto.
20394 2010-06-03 Alan Modra <amodra@gmail.com>
20397 * config/rs6000/rs6000.md (load_toc_v4_PIC_1b): Add label operand.
20398 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Pass label
20399 rtx to gen_load_toc_v4_PIC_1b. Tidy.
20400 (rs6000_emit_load_toc_table): Likewise.
20402 2010-06-02 Jan Hubicka <jh@suse.cz>
20404 * passes.c (init_optimization_passes): Put ipa reference
20405 after ipa pure-const.
20407 2010-06-02 Jan Hubicka <jh@suse.cz>
20409 * ipa-reference.c (ipa_reference_local_vars_info_d): Remove
20410 calls_read_all and calls_write_all.
20411 (get_reference_optimization_summary): Fix formatting.
20412 (is_proper_for_analysis): Check that decl is not readonly.
20413 (propagate_bits): Check CONST/PURE/noreturn flags.
20414 (ipa_init): Move all_module_statics to optimization_summary_obstack.
20415 (analyze_function): Ignore indirect edges.
20416 (copy_global_bitmap): For all module statics, do nothing.
20417 (generate_summary): Do not print calls_read_all/calls_write_all.
20418 (read_write_all_from_decl): Take node as argument; check
20419 cgraph_node_cannot_return.
20420 (propagate): Reorganize read_all/write_all computation;
20421 check indirect edges; check ecf flags; use all_module_statics
20422 in the results; do not free all_module_statics.
20423 (stream_out_bitmap): Handle all_module_statics.
20424 (ipa_reference_write_optimization_summary): Likewise; use
20425 varpool/cgraph encoders to get boundaries.
20426 (ipa_reference_read_optimization_summary): Read in all_module_statics;
20427 use it when possible.
20429 2010-06-02 Michael Meissner <meissner@linux.vnet.ibm.com>
20432 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete obsolete
20433 -mswdiv option. Add -mrecip, -mrecip=<xxx>, -mrecip-precision options.
20435 * doc/extend.texi (powerpc builtins): Document vec_recip,
20436 vec_rsqrt, vec_rsqrte altivec/vsx builtins.
20438 * config/rs6000/rs60000-protos.h (rs6000_emit_swdiv): New function.
20439 (rs6000_emit_swrsqrt): Ditto.
20440 (rs6000_emit_swdivsf): Delete.
20441 (rs6000_emit_swdivdf): Ditto.
20442 (rs6000_emit_swrsqrtsf): Ditto.
20444 * config/rs6000/rs6000.c (rs6000_recip_bits): New global to
20445 describe the reciprocal estimate support for each type.
20446 (recip_options): Map -mrecip=<opt> into option bits.
20447 (gen_2arg_fn_t): New typedef for binary rtx gen function.
20448 (rs6000_debug_reg_global): If -mdebug=reg, print the state of the
20449 reciprocal estimate instructions.
20450 (rs6000_init_hard_regno_mode_ok): Key ws constraint off of the
20451 debug -mvsx-scalar-memory switch instead of -mvsx-scalar-double.
20452 Set up rs6000_recip_bits based on the -mrecip* options. Print the
20453 cost information if -mdebug=cost or -mdebug=reg.
20454 (rs6000_override_options): Set -mrecip-precision for power6, and
20455 power7 machines. If -mvsx or -mdfp, enable various options that
20456 came in previous instruction set ISAs, unless the option was
20457 explicitly disabled by the command line option. Parse
20458 -mrecip=<opt> options.
20459 (rs6000_builtin_vectorized_function): Add support for vectorizing
20460 the reciprocal estimate builtins and expansions.
20461 (rs6000_handle_option): Add -mrecip, -mrecip=<opt> support.
20462 (bdesc_2arg): Add reciprocal estimate builtins.
20463 (bdesc_1arg): Add reciprocal square root estimate builtins.
20464 (rs6000_expand_builtin): Rewrite to use a switch statement,
20465 instead of multiple if/then/elses. Add reciprocal estimate builtins.
20466 (rs6000_init_builtins): Create declarations for reciprocal
20468 (rs6000_preferred_reload_class): Simplify VSX preferences, if scalar
20469 sized, prefer traditional floating point registers, if integer
20470 vector types, prefer altivec registers. Don't actually look at
20471 the memory address any more.
20472 (rs6000_builtin_reciprocal): Add new builtin reciprocal estimate
20474 (rs6000_load_constant_and_splat): New helper function to load up
20475 the constant for reciprocal estimate instructions.
20476 (rs6000_emit_madd): New helper function for generating
20477 multiply/add type instructions, based on the current switches.
20478 (rs6000_emit_msub): Ditto.
20479 (rs6000_emit_mnsub): Ditto.
20480 (rs6000_emit_swdiv_high_precision): Replace rs6000_emit_swdivsf to
20481 replace a divide with a reciprocal estimate and fixup, adding
20482 support for machines with high precision and vectors.
20483 (rs6000_emit_swdiv_low_precision): Rewrite rs6000_emit_swdivdf for
20484 low precision machines.
20485 (rs6000_emit_swdiv): New common function to be called to replace a
20486 division with reciprocal estimate and fixup.
20487 (rs6000_emit_swrsqrt): Replace rs6000_emit_swrsqrtsf. Add support
20488 for double and vector types. Add support for high precision machines.
20490 * config/rs6000/rs6000.h (TARGET_FRES): New macro to say whether
20491 the reciprocal estimate instructions can be generated.
20492 (TARGET_FRE): Ditto.
20493 (TARGET_FRSQRTES): Ditto.
20494 (TARGET_FRSQRTE): Ditto.
20495 (RS6000_RECIP_*): New macros for reciprocal estimate support.
20497 * config/rs6000/vector.md (rsqrte<mode>2): New insn for reciprocal
20498 square root estimate on vectors.
20499 (re<mode>2): New insn for reciprocal division estimate on vectors.
20501 * config/rs6000/rs6000-buitlins.def (ALTIVEC_BUILTIN_VRSQRTFP):
20503 (ALTIVEC_BUILTIN_VRECIPFP): Ditto.
20504 (ALTIVEC_BUITLIN_VEC_RE): Ditto.
20505 (ALTIVEC_BUILTIN_VEC_RSQRT): Ditto.
20506 (VSX_BUILTIN_RSQRT_V4SF): Ditto.
20507 (VSX_BUITLIN_RSQRT_V2DF): Ditto.
20508 (RS6000_BUILTIN_RSQRT): Ditto.
20509 (ALTIVEC_BUILTIN_VEC_RSQRTE): Denote that the builtin is a
20510 floating point builtin.
20512 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
20513 macros __RECIP__, __RECIPF__, __RSQRTE__, __RSQRTEF__,
20514 __RECIP_PRECISION__ based on the command line switches.
20515 (altivec_overloaded_builtins): Add reciprocal estimate builtins.
20517 * config/rs6000/rs6000.opt (-mrecip): Document add support for
20518 replacing division instructions with reciprocal estimate and fixup.
20519 (-mrecip=<opt>): New option.
20520 (-mrecip-precision): Ditto.
20522 * config/rs6000/vsx.md (UNSPEC_VSX_RSQRTE): Delete.
20523 (vsx_rsqrte<mode>2): Use UNSPEC_RSQRT not UNSPEC_VSX_RSQRTE.
20524 (vsx_copysignsf3): If -mvsx, use double precision cpsign on single
20527 * config/rs6000/altivec.md (UNSPEC_RSQRTEFP): Delete.
20528 (UNSPEC_VREFP): Ditto.
20529 (altivec_vnmsubfp*): Make altivec nmsub mirror the scalar and VSX
20530 conterparts with regard to support of -mno-fused-madd and -ffast-math.
20531 (altivec_vrsqrtefp): Use common UNSPEC to allow scalar/vector
20532 reciprocal estimate instructions to be generated.
20533 (altivec_vrefp): Ditto.
20535 * config/rs6000/rs6000.md (RECIPF): New iterator for reciprocal
20537 (rreg): New mode attribute for reciprocal estimate support.
20538 (recip<mode>3): New insn for division using reciprocal estimate
20539 and fixup builtins.
20540 (divide define_split): New define_split to convert floating point
20541 division to use reciprocal estimate if the user used the
20542 appropriate options and the split is run when we can add new
20543 pseudo registers for the fixup.
20544 (rsqrt<mode>2): New insn for reciprocal square root support.
20545 (recipsf3): Move into recip<mode>3.
20547 (fres): Use TARGET_FRES.
20548 (rsqrtsf2): Move into rsqrt<mode>2.
20549 (rsqrtsf_internal1): Use TARGET_FRSQRTSES.
20550 (copysignsf3): Add support for VSX.
20551 (fred): Use TARGET_FRE.
20553 (rsqrtdf_internal1): New function for frsqrte instruciton.
20555 * config/rs6000/altivec.h (vec_recipdiv): Define new vector builtin.
20556 (vec_rsqrt): Ditto.
20558 2010-06-03 Richard Guenther <rguenther@suse.de>
20560 PR middle-end/44291
20561 * optabs.c (init_one_libfunc): Use IDENTIFIER_HASH_VALUE.
20562 (set_user_assembler_libfunc): Likewise.
20564 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
20566 * mkconfig.sh: Include insn-flags.h and insn-constants.h before
20568 * except.h: Move MUST_USE_SJLJ_EXCEPTIONS and USING_SJLJ_EXCEPTIONS
20570 * expr.h (BRANCH_COST, MOVE_RATIO, CLEAR_RATIO, SET_RATIO,
20571 DEFAULT_FUNCTION_ARG_PADDING, FUNCTION_ARG_PADDING,
20572 FUNCTION_ARG_BOUNDARY, STACK_SAVEAREA_MODE, STACK_SIZE_MODE,
20573 STACK_CHECK_BUILTIN, STACK_CHECK_STATIC_BUILTIN,
20574 STACK_CHECK_PROBE_INTERVAL_EXP, STACK_CHECK_MOVING_SP,
20575 STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT,
20576 STACK_CHECK_MAX_FRAME_SIZE, STACK_CHECK_FIXED_FRAME_SIZE,
20577 STACK_CHECK_MAX_VAR_SIZE): Move target macro defaults to defaults.h.
20578 * defaults.h: Updated for above mentioned changes.
20580 2010-06-02 Kai Tietz <kai.tietz@onevision.com>
20582 * c-common.c: Remove header include of tm_p.h.
20583 * Makefile.in (c-common.o): Remove TM_P_H dependency.
20585 2010-06-02 Jakub Jelinek <jakub@redhat.com>
20587 * tree.h (struct tree_decl_map): New type.
20588 (tree_decl_map_eq, tree_decl_map_marked_p): Define.
20589 (tree_decl_map_hash): New prototype.
20590 (debug_expr_for_decl, value_expr_for_decl): Change into
20591 tree_decl_map hashtab from tree_map.
20592 (init_ttree): Adjust initialization.
20593 (tree_decl_map_hash): New function.
20594 (decl_debug_expr_lookup, decl_debug_expr_insert,
20595 decl_value_expr_lookup, decl_value_expr_insert): Adjust.
20597 2010-06-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
20599 * configure.ac (gcc_cv_ld_sol2_emulation): Test for GNU ld *_sol2
20601 * configure: Regenerate.
20602 * config.in: Regenerate.
20604 * config/i386/sol2-10.h [TARGET_GNU_LD] (I386_EMULATION): Define.
20605 (X86_64_EMULATION): Define.
20606 (TARGET_LD_EMULATION): Use them.
20608 * config/sparc/sol2-gld-bi.h (SPARC32_EMULATION): Define.
20609 (SPARC64_EMULATION): Define.
20610 (LINK_ARCH_SPEC): Use them.
20612 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
20614 * graphite-clast-to-gimple.c (gcc_type_for_interval): Use
20615 smallest_mode_for_size for computing the precision types of new
20616 graphite IVs. Do not call lang_hooks.types.type_for_size.
20618 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
20620 * tree-if-conv.c (predicate_bbs): Do not reset the GIMPLE_DEBUG
20622 (remove_conditions_and_labels): Reset the GIMPLE_DEBUG information.
20624 2010-06-02 Sebastian Pop <sebastian.pop@amd.com>
20626 PR middle-end/44363
20627 * tree-if-conv.c (predicate_bbs): Do not call gcc_unreachable,
20628 return false instead.
20630 2010-06-02 Jan Hubicka <jh@suse.cz>
20632 PR middle-end/44295
20633 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Do not
20634 create new cgraph node to check callee.
20636 2010-06-02 Richard Guenther <rguenther@suse.de>
20638 * lto-streamer-in.c (input_gimple_stmt): Fix typo.
20640 2010-06-02 Richard Guenther <rguenther@suse.de>
20642 * lto-wrapper.c (lto_wrapper_exit): Rename to ...
20643 (lto_wrapper_cleanup): ... this. Do not exit.
20644 (fatal): Adjust. Exit here.
20645 (fatal_perror): Likewise.
20646 (fatal_signal): New function.
20647 (main): Set up signal handlers to cleanup temporary files.
20648 * Makefile.in (lto-wrapper.o): Adjust dependencies.
20650 2010-06-02 Richard Guenther <rguenther@suse.de>
20652 PR tree-optimization/44377
20653 * tree-ssa-structalias.c (find_func_aliases): Fix typo.
20655 2010-06-02 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20657 * config/s390/2097.md (z10_fhex): Remove insn reservation.
20658 * config/s390/s390.md (UNSPEC_COPYSIGN): Remove unused constant.
20659 (*mov<mode>_64 TD_TF, *mov<mode>_31 TD_TF, *mov<mode>_64dfp DD_DF,
20660 *mov<mode>_64 DD_DF, *mov<mode>_31, mov<mode>): Remove load zero
20662 * config/s390/s390.c: Don't accept fp zeros as valid constants anymore.
20664 2010-06-02 Jan Hubicka <jh@suse.cz>
20666 * bitmap.c (bitmap_descriptor): Add search_iter.
20667 (bitmap_find_bit): Increment it.
20668 (print_statistics): Print it.
20670 2010-06-02 Nathan Froyd <froydnj@codesourcery.com>
20672 * tree-vect-slp.c (vect_create_mask_and_perm): Use gimple_build_call
20673 instead of gimple_build_call_vec. Delete unnecessary local variable.
20675 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
20677 * gimplify.c (gimplify_body): Revert "Do not initialize RTL profiling"
20678 change from yesterday.
20680 2010-06-02 Steven Bosscher <steven@gcc.gnu.org>
20682 * c-ada-spec.c: Clean up redundant includes.
20684 2010-06-01 Steven Bosscher <steven@gcc.gnu.org>
20686 * gimplify.c: Do not include except.h and optabs.h.
20687 (gimplify_body): Do not initialize RTL profiling.
20688 * gimple-low.c: Do not include rtl.h, diagnostic.h, langhooks.h,
20689 langhooks-def.h, timevar.h, except.h, hashtab.h, and expr.h.
20690 * gimple-fold.c: Do not include rtl.h, tm_p.h, ggc.h, basic-block.h,
20691 output.h, expr.h, diagnostic.h, timevar.h, value-prof.h, and
20694 * tree-pretty-print.h: Include pretty-print.h.
20695 * gimple-pretty-print.h: Include pretty-print.h.
20697 * tree-pretty-print.c: Do not include diagnostic.h.
20698 * tree-vrp.c: Likewise.
20699 * tree-tailcall.c: Likewise
20700 * tree-scalar-evolution.c: Likewise
20701 * tree-ssa-dse.c: Likewise
20702 * tree-chrec.c: Likewise
20703 * tree-ssa-sccvn.c: Likewise
20704 * tree-ssa-copyrename.c: Likewise
20705 * tree-nomudflap.c: Likewise
20706 * tree-call-cdce.c: Likewise
20707 * tree-stdarg.c: Likewise
20708 * tree-ssa-math-opts.c: Likewise
20709 * tree-nrv.c: Likewise
20710 * tree-ssa-sink.c: Likewise
20711 * tree-browser.c: Likewise
20712 * tree-ssa-loop-ivcanon.c: Likewise
20713 * tree-ssa-loop.c: Likewise
20714 * tree-parloops.c: Likewise
20715 * tree-ssa-address.c: Likewise
20716 * tree-ssa-ifcombine.c: Likewise
20717 * tree-if-conv.c: Likewise
20718 * tree-data-ref.c: Likewise
20719 * tree-affine.c: Likewise
20720 * tree-ssa-phiopt.c: Likewise
20721 * tree-ssa-coalesce.c: Likewise
20722 * tree-ssa-pre.c: Likewise
20723 * tree-ssa-live.c: Likewise
20724 * tree-predcom.c: Likewise
20725 * tree-ssa-forwprop.c: Likewise
20726 * tree-ssa-dce.c: Likewise
20727 * tree-ssa-ter.c: Likewise
20728 * tree-ssa-loop-prefetch.c: Likewise
20729 * tree-optimize.c: Likewise
20730 * tree-ssa-phiprop.c: Likewise
20731 * tree-object-size.c: Likewise
20732 * tree-outof-ssa.c: Likewise
20733 * tree-ssa-structalias.c: Likewise
20734 * tree-switch-conversion.c: Likewise
20735 * tree-ssa-reassoc.c: Likewise
20736 * tree-ssa-operands.c: Likewise
20737 * tree-vectorizer.c: Likewise
20738 * tree-vect-data-refs.c: Likewise
20739 * tree-vect-generic.c: Likewise
20740 * tree-vect-stmts.c: Likewise
20741 * tree-vect-patterns.c: Likewise
20742 * tree-vect-slp.c: Likewise
20743 * tree-vect-loop.c: Likewise
20744 * tree-ssa-loop-ivopts.c: Likewise
20745 * tree-ssa-loop-im.c: Likewise
20746 * tree-ssa-loop-niter.c: Likewise
20747 * tree-ssa-loop-unswitch.c: Likewise
20748 * tree-ssa-loop-manip.c: Likewise
20749 * tree-ssa-loop-ch.c: Likewise
20750 * tree-dump.c: Likewise
20751 * tree-complex.c: Likewise
20753 * tree-into-ssa.c: Do not include diagnostic.h and expr.h.
20754 * tree-ssa-uninit.c: Likewise
20755 * tree-ssa-threadupdate.c: Likewise
20756 * tree-ssa-uncprop.c: Likewise
20757 * tree-ssa-ccp.c: Likewise
20758 * tree-ssa-dom.c: Likewise
20759 * tree-ssa-propagate.c: Likewise
20760 * tree-ssa-alias.c: Likewise
20761 * tree-dfa.c: Likewise
20762 * tree-cfgcleanup.c: Likewise
20763 * tree-sra.c: Likewise
20764 * tree-ssa-copy.c: Likewise
20765 * tree-ssa.c: Likewise
20766 * tree-profile.c: Likewise
20767 * tree-cfg.c: Likewise
20768 * tree-ssa-threadedge.c: Likewise
20769 * tree-vect-loop-manip.c: Likewise
20771 * tree-inline.c: Do not include diagnostic.h and expr.h.
20773 (copy_decl_for_dup_finish): Do not use NULL_RTX.
20775 * tree-loop-linear.c: Do not include diagnostic.h, expr.h and optabs.h.
20776 * tree-loop-distribution.c: Likewise.
20778 2010-06-01 Jan Hubicka <jh@suse.cz>
20780 * ipa-pure-const.c (local_pure_const): Do NORETURN discovery.
20782 2010-06-01 Jan Hubicka <jh@suse.cz>
20784 * tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...;
20785 remove return value.
20786 (split_bbs_on_noreturn_calls) .... here.
20787 * tree-optimize.c (execute_fixup_cfg): Fixup noreturn calls too.
20788 * tree-flow.h (fixup_noreturn_call): New.
20790 2010-06-01 Jan Hubicka <jh@suse.cz>
20792 * emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
20794 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
20796 * tree.h (build_nt_call_list): Delete.
20797 * tree.c (build_nt_call_list): Delete.
20799 2010-06-01 Jan Hubicka <jh@suse.cz>
20801 * fwprop.c: Make emit-rtl.h include last.
20802 * rtlanal.c: Include emit-rtl.h.
20803 * genautomata.c: Output emit-rtl include into insn-automata.c
20804 * df-scan.c: Include emit-rtl.h.
20805 * haifa-sched.c: Indlude emit-rtl.h.
20806 * mode-switching.c: Indlude emit-rtl.h.
20807 * graph.c: Indlude emit-rtl.h.
20808 * sel-sched.c: Include emit-rtl.h.
20809 * sel-sched-ir.c: Include emit-rtl.h.
20810 * ira-build.c: Include emit-rtl.h.
20811 * emit-rtl.c (first_insn, last_insn): Remove defines.
20812 (get_insns, set_first_insn, get_last_insn, set_last_insn, get_max_uid):
20813 Move to emit-rtl.h.
20814 (set_new_first_and_last_insn, get_last_insn_anywhere,
20815 get_first_nonnote_insn, get_last_nonnote_insn, try_split,
20816 make_call_insn_raw, add_insn_after, add_insn_before, remove_insn,
20817 delete_insns_since, reorder_insns_nobb, emit_insn_after_1,
20818 emit_debug_insn_before, emit_insn, start_sequence, push_to_sequence,
20819 push_to_sequence2, push_topmost_sequence, end_sequence, copy_insn):
20820 Use accessor functions.
20821 * emit-rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
20822 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
20823 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
20824 mem_expr_equal_p): Move here from rtl.h.
20825 (get_insns, set_first-insn, get_last_insn, set_last_insn, get_max_uid):
20826 Move here from emit-rtl.c; make inline.
20827 * cfglayout.h: Include emit-rtl.h.
20828 * rtl.h (gen_blockage, gen_rtvec, copy_insn_1, copy_insn,
20829 gen_int_mode, emit_copy_of_insn_after, set_reg_attrs_from_value,
20830 set_reg_attrs_for_parm, set_reg_attrs_for_decl_rtl, adjust_reg_mode,
20831 mem_expr_equal_p, get_insns, set_first-insn,
20832 get_last_insn, set_last_insn, get_max_uid): Move to emit-rtl.h.
20833 * reg-stack.c: Include emit-rtl.h.
20836 2010-06-01 Jan Hubicka <jh@suse.cz>
20838 * cgraph.h (tree_function_versioning): Update prototype.
20839 (cgraph_function_versioning): Update prototype.
20840 * cgraphunit.c (cgraph_copy_node_for_versioning): Accept bbs_to_copy
20842 (cgraph_function_versioning): Accept new_entry_block and bbs_to_copy.
20843 (cgraph_materialize_clone, save_inline_function_body): Update use of
20844 tree_function_versioning.
20845 * tree-inline.c (copy_bb): Look for previous copied block to link
20846 after; fix debug output.
20847 (copy_cfg_body): Accept new_entry_block and bbs_to_copy.
20848 (copy_body): Likewise.
20849 (expand_call_inline): Update use of copy_body.
20850 (tree_function_versioning): Update use of copy body; accept
20851 blocks_to_copy and new_entry.
20853 2010-06-01 Jan Hubicka <jh@suse.cz>
20855 * gegenrtl.c: Remove unnecesary prototypes.
20857 (gendef): Produce static inline.
20859 (main): Do not decode parameters; generate header only.
20860 * Makefile.in (genrtl.c): Remove.
20862 2010-06-01 Jan Hubicka <jh@suse.cz>
20864 * tree-switch-conversion.c (build_one_array): Make it readonly.
20866 2010-06-01 Richard Guenther <rguenther@suse.de>
20868 * optabs.c (init_optabs): Guard all accesses to reinit.
20869 * ipa-pure-const.c (propagate): Fix another typo.
20870 * opts.c (common_handle_option): Split assignment to bool.
20871 * c-opts.c (c_common_handle_option): Likewise.
20873 2010-06-01 Arnaud Charlet <charlet@adacore.com>
20874 Matthew Gingell <gingell@adacore.com>
20876 * doc/invoke.texi: Mention -fdump-ada-spec.
20877 * tree-dump.c (dump_files): Add ada-spec.
20878 (FIRST_AUTO_NUMBERED_DUMP): Bump to 8.
20879 * tree-pass.h (tree_dump_index): Add TDI_ada.
20880 * gcc.c: Add support for -C without -E and for -fdump-ada-spec.
20881 (cpp_unique_options): Do not reject -C or -CC when -E isn't present.
20882 (default_compilers) <@c-header>: Allow -fdump-ada-spec on header files.
20883 * c-decl.c: Include c-ada-spec.h.
20884 (collect_source_ref_cb, collect_all_refs, for_each_global_decl): New
20886 (c_write_global_declarations): Add handling of -fdump-ada-spec.
20887 * c-lex.c (c_lex_with_flags): Add handling of CPP_COMMENT.
20888 * Makefile.in (C_AND_OBJC_OBJS): Add c-ada-spec.o.
20889 * c-ada-spec.h, c-ada-spec.c: New files.
20891 2010-06-01 Richard Guenther <rguenther@suse.de>
20894 * ipa-pure-const.c (get_function_state): Hand back varying state
20895 if we do not have one.
20896 (has_function_state): New function.
20897 (duplicate_node_data): Adjust.
20898 (remove_node_data): Likewise.
20899 (pure_const_write_summary): Likewise.
20900 (propagate): Likewise. Fix typo.
20902 2010-06-01 Jan Hubicka <jh@suse.cz>
20904 * tree-cfg.c (verify_stmt): Do not skip could_throw test.
20905 * passes.c (execute_function_todo): Do not make implicit verify_ssa.
20906 (execute_all_ipa_transforms): Do not play with the states.
20908 2010-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
20910 * config/arm/t-linux-androideabi: New.
20911 * config.gcc (arm*-*-linux-androideabi): Include multilib config.
20913 2010-06-01 Jan Hubicka <jh@suse.cz>
20915 * tree-inline.c (estimate_num_insns): For stdarg functions look
20916 into call statement to count cost of argument passing.
20918 2010-06-01 Kai Tietz <kai.tietz@onevision.com>
20920 * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
20921 argument for fprintf.
20922 (ix86_output_addr_diff_elt): Likewise.
20923 (x86_function_profiler): Likewise.
20924 * config/cygming.h (LOCAL_LABEL_PREFIX): Fix for x64 no-underscore.
20925 (LPREFIX): Likewise.
20926 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
20928 2010-05-31 Jakub Jelinek <jakub@redhat.com>
20931 * config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
20932 fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
20933 fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
20934 fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
20935 fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
20936 fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
20937 fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
20938 Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
20941 2010-05-31 Jan Hubicka <jh@suse.cz>
20943 * tree.h (tree_range_check_failed): Declare noreturn.
20945 2010-05-31 Jan Hubicka <jh@suse.cz>
20947 * gimple.c (gimple_call_builtin_p): New function.
20948 * gimple.h (gimple_call_builtin_p): Declare.
20949 * tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
20951 (execute_warn_function_return): BUILT_IN_RETURN is return.
20952 (split_critical_edges): Return edges are not critical.
20953 (is_ctrl_altering_stmt): Builtin_in_return is altering.
20954 (gimple_verify_flow_info): Handle built_in_return.
20955 (execute_warn_function_return): Handle built_in_return.
20956 * ipa-pure-const.c (check_call): Ignore builtin_return.
20958 2010-05-31 Jakub Jelinek <jakub@redhat.com>
20960 PR middle-end/44337
20961 * expr.c (expand_assignment): Don't store anything for out-of-bounds
20962 array accesses with non-MEM.
20964 PR tree-optimization/44182
20965 * tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
20966 newly needs to end a bb is followed by debug stmts, instead return
20967 true from the function at the end.
20968 (maybe_move_debug_stmts_to_successors): New function.
20969 (copy_cfg_body): Call it if copy_edges_for_bb returned true.
20971 2010-05-31 Kai Tietz <kai.tietz@onevision.com>
20974 * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle flag_pic.
20976 2010-05-31 Eric Botcazou <ebotcazou@adacore.com>
20978 * cgraphunit.c (cgraph_decide_is_function_needed): Really return false
20979 for nested functions in non-optimized compilation.
20981 2010-05-31 Richard Guenther <rguenther@suse.de>
20983 * tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
20985 2010-05-30 Jan Hubicka <jh@suse.cz>
20987 * predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
20989 2010-05-30 Richard Guenther <rguenther@suse.de>
20992 * tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
20993 (execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
20996 2010-05-30 Iain Sandoe <iains@gcc.gnu.org>
20998 * config/darwin.c (output_objc_section_asm_op): Add comment.
20999 (name_needs_quotes): Add '_' to list of valid comment chars.
21000 (machopic_output_function_base_name): Remove unneeded quotes.
21001 (darwin_encode_section_info): Adjust asm whitespace.
21002 * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
21003 (ASM_OUTPUT_LOCAL): Ditto.
21004 * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
21005 * config/darwin.h (GLOBAL_ASM_OP): Ditto.
21006 * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.
21008 2010-05-30 Eric Botcazou <ebotcazou@adacore.com>
21010 * config/rs6000/rs6000.c (rs6000_output_function_entry): Use
21011 RS6000_OUTPUT_BASENAME unconditionally.
21012 (rs6000_output_function_epilogue): Likewise.
21014 2010-05-30 Jan Hubicka <jh@suse.cz>
21016 * toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
21019 2010-05-30 Richard Guenther <rguenther@suse.de>
21021 * tree-cfg.c (verify_gimple_assign_single): Implement
21022 verification for COND_EXPR rhs.
21024 2010-05-30 Jan Hubicka <jh@suse.cz>
21026 * cgraph.h (cgraph_dump_file): Declare.
21027 * cgraphunit.c (cgraph_dump_file): Export.
21028 * ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less verbose.
21030 2010-05-30 Jan Hubicka <jh@suse.cz>
21032 * dwarf2out.c (reference_to_unused,
21033 premark_types_used_by_global_vars_helper): Avoid creation of new
21036 2010-05-30 Jan Hubicka <jh@suse.cz>
21038 * cgraph.h (cgraph_node_cannot_return,
21039 cgraph_edge_cannot_lead_to_return): New functions.
21040 * cgraph.c (cgraph_node_cannot_return,
21041 cgraph_edge_cannot_lead_to_return): Use them.
21042 * ipa-pure-const.c (pure_const_names): New static var.
21043 (check_call): Handle calls not leading to return.
21044 (pure_const_read_summary): Dump info read.
21045 (propagate): Dump info about propagation process; ignore side effects
21046 of functions not leading to exit; fix handling of pure functions.
21048 2010-05-30 Jan Hubicka <jh@suse.cz>
21050 * config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
21051 for tail call epilogues.
21053 2010-05-30 Jan Hubicka <jh@suse.cz>
21055 * passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
21056 ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initialize
21059 2010-05-29 Jan Hubicka <jh@suse.cz>
21061 * ipa.c (cgraph_remove_unreachable_node): Walk references of correct
21062 node; remove references in node we no longer keep in cgrpah but need
21065 2010-05-29 Jan Hubicka <jh@suse.cz>
21067 * cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
21069 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21072 * config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.
21074 2010-05-29 Jan Hubicka <jh@suse.cz>
21076 * tree-vrp.c (debug_value_range, debug_all_value_ranges,
21077 debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
21078 * tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
21079 debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
21080 debug_names_replaced_by, debug_update_ssa): Likewise.
21081 * sbitmap.c (debug_sbitmap): Likewise.
21082 * genrecog.c (debug_decision, debug_decision_list): Likewise.
21083 * tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
21084 debug_tree_chain): Likewise.
21085 * tree-loop-distribution.c (debug_rdg_partitions): Likewise.
21086 * cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
21087 * optabs.c (debug_optab_libfuncs): Likewise.
21088 (verify_loop_closed_ssa): Likewise.
21089 * value-prof.c (verify_histograms): Likewise.
21090 * reload.c (debug_reload_to_stream, debug_reload): Likewise.
21091 * bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
21092 * cfghooks.c (verify_flow_info): Likewise.
21093 * fold-const.c (debug_fold_checksum): Likewise.
21094 * omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
21095 * cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
21097 * omega.c (debug_omega_problem): Likewise.
21098 * cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
21099 * tree-ssa-ccp.c (debug_lattice_value): Likewise.
21100 * dominance.c (verify_dominators, debug_dominance_info,
21101 debug_dominance_tree): Likewise.
21102 * df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
21103 * df_regno_debug, df_ref_debug,
21104 debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
21105 debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
21106 * tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
21107 * sel-sched.c (debug_state): Likewise.
21108 * tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for):
21110 * cfganal.c (print_edge_list, verify_edge_list): Likewise.
21111 * dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
21112 * tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
21113 * gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq):
21115 * c-pretty-print.c (debug_c_tree): Likewise.
21116 * sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
21117 debug_av_set, debug_lv_set, debug_ilist, debug_blist,
21118 debug_insn_vector, debug_hard_reg_set, debug_mem_addr_value): Likewise.
21119 * ebitmap.c (debug_ebitmap): Likewise.
21120 * function.c (debug_find_var_in_block_tree): Likewise.
21121 * print-rtl.c (debug_rtx): Likewise.
21122 (debug_rtx_count): Likewise.
21123 (debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
21124 * stor-layout.c (debug_rli): Likewise.
21125 * ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
21126 * tree-data-ref.c (debug_data_references,
21127 debug_data_dependence_relations, debug_data_reference,
21128 debug_data_dependence_relation, debug_rdg_vertex,
21129 debug_rdg_component, debug_rdg): Likewise.
21130 * tree-affine.c (debug_aff): Likewise.
21131 * tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats):
21133 * except.c (debug_eh_tree, verify_eh_tree): Likewise.
21134 * emit-rtl.c (verify_rtl_sharing): Likewise.
21135 * tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
21136 debug_value_expressions): Likewise.
21137 * tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
21138 * sese.c (debug_rename_map, debug_ivtype_map): Likewise.
21139 * print-tree.c (debug_tree, debug_vec_tree): Likewise.
21140 * cfglayout.c (verify_insn_chain): Likewise.
21141 * graphite-clast-to-gimple.c (debug_clast_name_indexes,
21142 debug_clast_stmt, debug_generated_program): Likewise.
21143 * ggc-page.c (debug_print_page_list): Likewise.
21144 * tree-ssa-ter.c (debug_ter): Likewise.
21145 * graphite-dependences.c (debug_pddr): Likewise.
21146 * sched-deps.c (debug_ds): Likewise.
21147 * tree-ssa.c (verify_ssa): Likewise.
21148 * graphite-poly.c (debug_scattering_function, debug_iteration_domain,
21149 debug_scattering_functions, debug_iteration_domains, debug_pdr,
21150 debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context,
21151 debug_scop, debug_cloog, debug_scop_params, debug_lst): Likewise.
21152 * tree-inline.c (debug_find_tree): Likewise.
21153 * graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
21154 debug_ppl_powerset_matrix): Likewise.
21155 * var-tracking.c (debug_dv): Likewise.
21156 * system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
21157 * cfgloop.c (verify_loop_structure): Likewise.
21158 * plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
21159 * c-common.c (verify_sequence_points): Likewise.
21160 * sched-rgn.c (debug_regions, debug_region, debug_candidate,
21161 debug_candidates, debug_rgn_dependencies): Likewise.
21162 * tree-ssa-structalias.c (debug_constraint, debug_constraints,
21163 * debug_constraint_graph, debug_solution_for_var,
21164 debug_sa_points_to_info): Likewise.
21165 * sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
21167 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
21168 debug_loops, debug_loop, debug_loop_num): Likewise.
21169 * passes.c (debug_pass): Likewise.
21170 (dump_properties): Likewise; add cfglayout property.
21171 (debug_properties): Likewise.
21172 * tree-ssa-reassoc.c (debug_ops_vector): Likewise.
21173 * varpool.c (debug_varpool): Likewise.
21174 * regcprop.c (debug_value_data): Likewise.
21175 * tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
21176 debug_immediate_uses_for): Likewise.
21178 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
21181 * Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
21182 Filter out insn-flags.h.
21184 2010-05-29 Jan Hubicka <jh@suse.cz>
21186 * cgraph.h (struct varpool_node_set_def,
21187 struct cgraph_node_set_def): Remove unused AUX pointer.
21188 (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
21191 2010-05-29 Jan Hubicka <jh@suse.cz>
21193 PR middle-end/44324
21194 * ipa-cp.c (ipcp_insert_stage): Replace "clone" by "constprop".
21196 2010-05-29 Richard Guenther <rguenther@suse.de>
21198 * lto-streamer.c (cached_bp): New global variable.
21199 (bitpack_create): Return the cached bitpack, if available.
21200 (bitpack_delete): Clear and cache the bitpack, if appropriate.
21201 (bp_pack_value): Remove redundant asserts.
21203 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
21205 PR middle-end/44306
21206 * tree-if-conv.c (is_true_predicate): New.
21207 (is_predicated): Use is_true_predicate.
21208 (add_to_predicate_list): Same. Do not use unshare_expr.
21209 (add_to_dst_predicate_list): Same.
21211 2010-05-29 Sebastian Pop <sebastian.pop@amd.com>
21213 * tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
21215 (predicate_bbs): Same.
21216 (clean_predicate_lists): Same.
21217 (find_phi_replacement_condition): Do not AND the predicate from
21220 2010-05-29 H.J. Lu <hongjiu.lu@intel.com>
21223 * Makefile.in (build/gencondmd.o): Add a missing `\'.
21225 2010-05-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
21228 config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
21229 (negdf2): Adjust expander pattern and use negdf2_slow.
21230 (negsf2): Likewise.
21232 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
21234 * basic-block.h (struct control_flow_graph): Move last_label_uid field
21236 * df.h (struct df_base_ref): Move regno field up.
21237 * dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
21238 * expr.h (struct separate_ops): Move location field up.
21239 * optabs.h (struct optab_d): Move libcall_basename field down.
21240 * config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
21241 * config/i386/i386.h (struct machine_function): Convert call_abi field
21242 into a bitfield. Move cfa field to the end of the structure.
21244 2010-05-29 Jan Hubicka <jh@suse.cz>
21246 * varpool.c (varpool_get_node): Fix lookup.
21248 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21250 * config/spu/spu-protos.h: Do not include rtl.h. Protect
21251 RTL specific prototypes with #ifdef RTX_CODE.
21252 * config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
21253 * config/spu/t-spu-elf: Fix dependencies.
21255 * config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
21257 2010-05-29 Mike Stump <mikestump@comcast.net>
21260 * Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
21261 TM_H when building to avoid dependency loops.
21263 2010-05-29 Jan Hubicka <jh@suse.cz>
21265 * cgraphunit.c (cgraph_materialize_clone): Only remove calles,
21266 refs and body; not the whole node for masters of materialized clones.
21268 2010-05-29 Mike Stump <mikestump@comcast.net>
21270 * config/rs6000/rs6000-c.c: Remove c-tree.h include.
21272 2010-05-29 Jan Hubicka <jh@suse.cz>
21274 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
21275 (cgraph_create_virtual_clone): Take SUFFIX argument; udpate
21276 use of clone_function_name.
21277 * cgraph.h (cgraph_create_virtual_clone,
21278 cgraph_function_versioning): update prototypes.
21279 (clone_function_name): Declare.
21280 * ipa-cp.c (ipcp_insert_stage): Update call of
21281 cgraph_create_virtual_clone.
21282 * omp-low.c (create_omp_child_function_name): Use
21283 cgraph_create_virtual_clone.
21284 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
21285 (cgraph_function_versioning): Take SUFFIX argument; produce new name
21286 and make decl local.
21288 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21290 * vec.h: Include statistics.h
21291 * Makefile.in: Introduce VEC_H. Replace all vec.h dependencies
21294 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21296 * c-lex.c: Do not include c-tree.h.
21297 * c-pretty-print.c: Likewise.
21298 * c-opts.c: Likewise.
21299 * c-gimplify.c: Likewise.
21300 * c-common.c: Likewise.
21301 * c-dump.c: Likewise. Include c-common.h.
21303 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21305 * c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
21306 before including diagnostic-core.h.
21307 (c_cpp_error): New prototype moved from c-tree.h.
21308 Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
21309 * c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
21310 (pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
21311 (c_cpp_error): Prototype moved to c-common.h.
21312 * Makefile.in: Update dependency for C_COMMON_H.
21314 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
21316 * c-common.h: Add FIXME for awkward split of c_register_addr_space.
21317 * c-common.c (c_register_addr_space): Remove here.
21318 * c-decl.c (c_register_addr_space): Re-add here.
21320 2010-05-28 Mike Stump <mikestump@comcast.net>
21322 * config/darwin-c.c: Remove c-tree.h include.
21324 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21326 * gcc.c: Include diagnostic.h.
21327 (error_count): Remove. All users changed to use errorcount.
21328 (programname): Remove. All users changed to use progname.
21329 (fancy_abort, internal_error, fatal_error, error, warning, inform,
21331 (execute): Don't include "Internal error" and bug reporting
21332 information in argument of internal_error call.
21333 (process_command): Don't increment error_count after calling
21335 (input_filename): Rename to gcc_input_filename. All users
21337 (main): Call diagnostic_initialize. Register delete_temp_files
21338 with atexit. Use seen_error to test for errors.
21339 * gcc.h: Include diagnostic-core.h.
21340 (fatal_error, error, warning): Remove.
21341 * Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
21342 (GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
21343 (gcc.o): Update dependencies.
21345 2010-05-28 Jeff Law <law@redhat.com>
21347 * ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New
21349 * ira.h (ira_bad_reload_regno): Declare
21350 * reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.
21352 * ira-color.c (update_curr_costs): Free updated hard reg costs.
21353 (ira_reassign_conflict_allocnos): Remove bogus asserts.
21354 (allocno_reload_assign): Likewise.
21356 2010-05-28 Nathan Froyd <froydnj@codesourcery.com>
21358 * tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
21361 2010-05-28 Richard Guenther <rguenther@suse.de>
21364 * lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
21365 Stream fixed-point constants mode.
21366 (unpack_ts_type_value_fields): Fix width of TYPE_MODE
21367 and TYPE_PRECISION.
21368 * lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
21369 Stream fixed-point constants mode.
21370 (pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
21371 and TYPE_PRECISION.
21373 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
21375 * tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
21376 only place it was called from.
21377 (number_of_latch_executions): Do not return chrec_dont_know when the
21378 may_be_zero is a runtime condition: instead, return a COND_EXPR
21379 including the may_be_zero condition.
21380 * cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
21382 * tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
21385 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
21387 * tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
21388 generate COND_EXPRs for degenerate_phi_result.
21390 2010-05-28 Sebastian Pop <sebastian.pop@amd.com>
21392 PR middle-end/44293
21393 * tree-if-conv.c (if_convertible_loop_p): Check the
21394 if-convertibility of phi nodes in non predicated BBs.
21396 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21398 * gcc.c (error, warning, inform): Remove duplicate ": " in output.
21400 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21403 * gcc.c (inform, warning, inform): New functions.
21404 (fatal_ice): Rename to internal_error; change cmsgid parameter to
21405 gmsgid. All callers changed.
21406 (notice): Rename to fnotice; add parameter fp. All callers changed.
21407 (fatal_error): Rename to fatal_signal. All users changed.
21408 (fatal): Rename to fatal_error; change cmsgid parameter to
21409 gmsgid. All callers changed.
21410 (process_command): Use warning instead of error for warnings.
21411 (end_going_arg): Don't use _() around argument of error.
21412 (do_spec_1): Use inform for message from %n specs. Use warning
21413 instead of error for warnings.
21414 (main): Use inform for comparison messages. Use warning for
21415 message about unused linker input.
21416 (error): Increment error_count. Print "error: ".
21417 * gcc.h (fatal): Change to fatal_error.
21418 (warning): Declare.
21419 * config/darwin-driver.c (darwin_default_min_version): Use warning
21420 instead of fprintf for warnings.
21421 * cppspec.c (lang_specific_driver): Use fatal_error instead of fatal.
21423 2010-05-28 Julian Brown <julian@codesourcery.com>
21425 * config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
21426 (*thumb2_addsi3_compare0_scratch): New.
21427 * config/arm/constraints.md (Pv): New.
21428 * config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
21430 (*addsi3_compare0_scratch): Likewise.
21432 2010-05-28 Jan Hubicka <jh@suse.cz>
21434 * ipa-reference.c (add_static_var): Remove redundant all_module_statics
21436 (ipa_reference_write_optimization_summary): Call is_proper_for_analysis
21437 only on local statics.
21439 2010-05-28 Iain Sandoe <iains@gcc.gnu.org>
21441 * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
21443 2010-05-28 Maxim Kuvyrkov <maxim@codesourcery.com>
21446 * config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
21447 (OPTION_GLIBC): Define.
21449 2010-05-28 Jakub Jelinek <jakub@redhat.com>
21452 * dwarf2out.c (double_int_type_size_in_bits): New function.
21453 (round_up_to_align): Change first argument and return value to
21455 (field_byte_offset): Work internally on double_ints.
21458 * builtins.c (expand_movstr): Use a temporary pseudo instead
21459 of target even when target is not NULL and not const0_rtx, but
21460 fails movstr predicate.
21461 * config/m32c/blkmov.md (movstr): Add predicate to first operand.
21463 2010-05-28 Joseph Myers <joseph@codesourcery.com>
21465 * final.c (rest_of_clean_state): Use %m in errors instead of
21467 * gengtype.c (read_input_list, close_output_files): Use xstrerror
21468 instead of strerror.
21469 * toplev.c (process_options): Use %m in errors instead of strerror
21471 * tree-dump.c (dump_begin): Use %m in errors instead of strerror
21474 2010-05-28 Uros Bizjak <ubizjak@gmail.com>
21476 * config/i386/i386.c (ix86_fn_abi_va_list): Make static.
21477 (ix86_canonical_va_list_type): Make static. Add declaration.
21478 (ix86_enum_va_list): Make static. Reindent.
21479 * config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
21480 (ix86_canonical_va_list_type): Ditto.
21481 (ix86_enum_va_list): Ditto.
21483 2010-05-28 Richard Guenther <rguenther@suse.de>
21485 * lto-wrapper.c (run_gcc): With -save-temps generate a
21486 user-visible ltrans filename. Fixup ltrans unit numbering.
21488 2010-05-28 Kai Tietz <kai.tietz@onevision.com>
21490 * c-common.c (c_common_nodes_and_builtins): Replace use
21491 of TARGET_ENUM_VA_LIST by target hook enum_va_list.
21492 * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
21493 to ix86_enum_va_list.
21494 * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
21495 * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
21496 (TARGET_ENUM_VA_LIST_P): Add hook description.
21497 * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
21498 * target.h (gcc_target): Add enum_va_list hook.
21501 * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
21502 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
21503 * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.
21505 2010-05-28 Alan Modra <amodra@gmail.com>
21508 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
21509 emit_library_call machinery to set up __tls_get_addr calls.
21511 2010-05-28 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21513 * config/s390/s390.md (movqi): Fix typo ('*' -> '#').
21515 2010-05-28 Dodji Seketeli <dodji@redhat.com>
21517 Revert fix for PR c++/44188
21518 * c-common.c (is_typedef_decl): Revert the moving of this
21520 * tree.c (is_typedef_decl): ... here.
21521 (typdef_variant_p): Revert the moving of this definition
21522 here from cp/tree.c.
21523 * c-common.h (is_typedef_decl): Revert the moving of this
21525 * tree.h (is_typedef_decl): ... here.
21526 (typedef_variant_p): Revert the moving of this declaration here
21528 * dwarf2out.c (is_naming_typedef_decl): Revert this new function.
21529 (gen_tagged_type_die): Revert the splitting out of ...
21530 (gen_type_die_with_usage): ... this function. Revert the anonymous
21531 tagged type handling.
21532 (gen_typedef_die): Revert emitting DW_TAG_typedef for
21533 typedefs naming anonymous tagged types.
21535 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
21537 * config/rs6000/rs6000-modes.def (PSImode): Delete.
21539 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
21541 * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
21542 * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
21544 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Change
21546 Change XER_REGNO_P to CA_REGNO_P, XER_REGNO to CA_REGNO, and
21547 XER_REGS to CA_REGS throughout.
21548 * config/rs6000/rs6000.h: Same.
21549 (ADDITIONAL_REGISTER_NAMES): Add "xer".
21550 * config/rs6000/rs6000.md: Change XER_REGNO to CA_REGNO. Document
21551 that mode_iterator "P" is the size for arithmetic carries as well.
21552 * doc/md.texi (rs6000 section, "z" constraint): Fix documentation.
21554 2010-05-28 Jakub Jelinek <jakub@redhat.com>
21557 * combine.c (struct rtx_subst_pair): Define unconditionally.
21558 (propagate_for_debug_subst): Likewise. If not AUTO_INC_DEC,
21559 copy_rtx pair->to instead of cleanup_auto_inc_dec it.
21560 Call make_compound_operation on pair->to.
21561 (propagate_for_debug): Don't call make_compound_operation here.
21562 Always use simplify_replace_fn_rtx.
21564 2010-05-27 Sterling Augustine <sterling@tensilica.com>
21566 * doc/invoke.texi (xtensa options): Add -mforce-no-pic.
21567 * config/xtensa/xtensa.c (override_options): Check
21568 TARGET_FORCE_NO_PIC and set flag_pic.
21569 * config/xtensa/xtensa.opt: Document -mforce-no-pic
21571 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
21574 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine.
21575 * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise.
21577 2010-05-27 Joseph Myers <joseph@codesourcery.com>
21579 * diagnostic-core.h: New. Contents moved from diagnostic.h and
21581 * diagnostic.c: Don't include toplev.h.
21582 (progname): Define. Moved from toplev.c.
21583 (seen_error): New function.
21584 * diagnostic.h: Include diagnostic-core.h.
21585 (diagnostic_t, emit_diagnostic): Don't declare here.
21586 * toplev.c (progname): Move to toplev.c.
21587 (emit_debug_global_declarations, compile_file, finalize,
21588 do_compile, toplev_main): Use seen_error.
21589 * toplev.h: Include diagnostic-core.h.
21590 (trim_filename, GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG,
21591 internal_error, warning, warning_at, error, error_n, error_at,
21592 fatal_error, pedwarn, permerror, sorry, inform, inform_n,
21593 verbatim, fnotice, progname): Move to diagnostic-core.h.
21594 * builtins.c: Include diagnostic-core.h instead of diagnostic.h.
21595 (expand_builtin_expect): Use seen_error.
21596 * c-decl.c: Include diagnostic-core.h instead of diagnostic.h.
21597 (c_make_fname_decl, c_write_global_declarations): Use seen_error.
21598 * c-format.c: Include diagnostic-core.h instead of diagnostic.h.
21599 * c-gimplify.c: Include diagnostic-core.h instead of diagnostic.h.
21600 * c-lang.c: Include diagnostic-core.h instead of diagnostic.h.
21601 * c-lex.c (c_lex_with_flags, interpret_float): Don't increment
21602 errorcount for errors.
21603 * c-opts.c (c_common_finish): Use seen_error.
21604 * cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
21605 * cgraphunit.c (verify_cgraph_node, verify_cgraph,
21606 cgraph_output_pending_asms, cgraph_optimize): Use seen_error.
21607 * coverage.c: Include diagnostic-core.h instead of diagnostic.h.
21608 (get_coverage_counts): Use seen_error.
21609 * dwarf2out.c (dwarf2out_finish): Use seen_error.
21610 * gimplify.c (gimplify_var_or_parm_decl, gimple_push_cleanup,
21611 gimplify_body): Use seen_error.
21612 * ipa-inline.c (cgraph_early_inlining): Use seen_error.
21613 * ipa-pure-const.c (gate_pure_const): Use seen_error.
21614 * ipa-reference.c (gate_reference): Use seen_error.
21615 * jump.c: Include diagnostic-core.h instead of diagnostic.h.
21616 * lambda-code.c: Include diagnostic-core.h instead of
21618 * lto-cgraph.c: Include diagnostic-core.h instead of diagnostic.h.
21619 * lto-compress.c: Include diagnostic-core.h instead of
21621 * lto-section-in.c: Include diagnostic-core.h instead of
21623 * lto-streamer-out.c: Include diagnostic-core.h instead of
21625 * lto-streamer.c: Include diagnostic-core.h instead of
21627 (gate_lto_out): Use seen_error.
21628 * matrix-reorg.c: Include diagnostic-core.h instead of
21630 * omega.c: Include diagnostic-core.h instead of diagnostic.h.
21631 * omp-low.c: Include diagnostic-core.h instead of diagnostic.h.
21632 (gate_expand_omp, lower_omp_1): Use seen_error.
21633 * passes.c: Include diagnostic-core.h instead of diagnostic.h.
21634 (rest_of_decl_compilation, rest_of_type_compilation,
21635 gate_rest_of_compilation, ipa_write_summaries): Use seen_error.
21636 * tree-cfg.c (label_to_block_fn): Use seen_error.
21637 * tree-inline.c (optimize_inline_calls): Use seen_error.
21638 * tree-mudflap.c (mudflap_finish_file): Use
21640 * tree-optimize.c (gate_all_optimizations,
21641 gate_all_early_local_passes, gate_all_early_optimizations): Use
21643 * tree-ssa-structalias.c (gate_ipa_pta): Use seen_error.
21644 * varpool.c: Include diagnostic-core.h instead of diagnostic.h.
21645 (varpool_remove_unreferenced_decls,
21646 varpool_assemble_pending_decls): Use seen_error.
21647 * Makefile.in (DIAGNOSTIC_CORE_H): Define.
21648 (TOPLEV_H, DIAGNOSTIC_H): Update.
21649 (c-decl.o, c-lang.o, c-format.o, lto-compress.o, lto-cgraph.o,
21650 lto-streamer-out.o, lto-section-in.o, lto-streamer.o,
21651 c-gimplify.o, omp-low.o, omega.o, diagnostic.o, passes.o,
21652 builtins.o, jump.o, cgraph.o, varpool.o, matrix-reorg.o,
21653 coverage.o, lambda-code.o): Update dependencies.
21655 2010-05-25 Dodji Seketeli <dodji@redhat.com>
21658 * c-common.c (is_typedef_decl): Move this definition ...
21659 * tree.c (is_typedef_decl): ... here.
21660 (typdef_variant_p): Move definition here from cp/tree.c.
21661 * c-common.h (is_typedef_decl): Move this declaration ...
21662 * tree.h (is_typedef_decl): ... here.
21663 (typedef_variant_p): Move declaration here from cp/cp-tree.h
21664 * dwarf2out.c (is_naming_typedef_decl): New function.
21665 (gen_tagged_type_die): Split out of ...
21666 (gen_type_die_with_usage): ... this function. When an anonymous
21667 tagged type is named by a typedef, make sure a DW_TAG_typedef DIE
21668 is emitted for the typedef.
21669 (gen_typedef_die): Emit DW_TAG_typedef also for typedefs naming
21670 anonymous tagged types.
21672 2010-05-27 Jason Merrill <jason@redhat.com>
21674 * print-tree.c (debug_vec_tree): New fn.
21675 (print_vec_tree): New fn.
21676 * tree.h: Declare them.
21677 * gdbinit.in (pvt): New command.
21679 * print-tree.c (print_node) [TREE_VEC]: Print elements normally.
21681 * gdbinit.in (pdd): New command.
21683 2010-05-27 Jan Hubicka <jh@suse.cz>
21685 * ipa-inline.c (cgraph_estimate_size_after_inlining): Make inline.
21686 (update_caller_keys): Return early if there are no callers;
21687 only update fibheap when decresing the key.
21688 (update_callee_keys): Avoid recursion.
21689 (decide_inlining_of_small_functions): When badness does not match;
21690 re-insert into fibheap.
21692 2010-05-27 Steven Bosscher <steven@gcc.gnu.org>
21694 * Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.
21695 (ALL_HOST_FRONTEND_OBJS): New, for all front-end specific objects.
21696 (ALL_HOST_BACKEND_OBJS): New, for all backend and target objects.
21697 (ALL_HOST_OBJS): Now a union of the above two.
21698 <section "Language makefile fragments">: Add -DIN_GCC_FRONTEND for
21699 all files in ALL_HOST_FRONTEND_OBJS.
21700 * system.h: Poison GCC_RTL_H if IN_GCC_FRONTEND is defined.
21702 * c-common.c: Pretend to be a backend file by undefining
21703 IN_GCC_FRONTEND (still need rtl.h here).
21705 2010-05-27 Jan Hubicka <jh@suse.cz>
21707 * cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).
21708 * cgraphunit.c (clone_of_p): Compile only when checking is enabled.
21710 2010-05-27 Jan Hubicka <jh@suse.cz>
21712 * sched-ebb.c: Rename struct deps to struct deps_desc.
21714 * sel-sched-ir.c: Likewise.
21715 * sched-deps.c: Likewise.
21716 * sched-int.h: Likewise.
21717 * sched-rgn.c: Likewise.
21719 2010-05-27 Jon Beniston <jon@beniston.com>
21722 * config/lm32/lm32.h: Remove definition of
21723 GO_IF_MODE_DEPENDENT_ADDRESS. Update copyright year.
21725 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
21728 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message.
21730 2010-05-27 Richard Guenther <rguenther@suse.de>
21732 PR tree-optimization/44284
21733 * tree-vect-stmts.c (vectorizable_assignment): Handle
21734 sign-changing conversions as simple copy.
21736 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
21738 * gthr-posix.h (pthread_cancel): Don't declare if compiling against
21740 (__gthread_active_p): Check for pthread_create if compiling against
21743 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
21745 Support compilation for Android platform. Reimplement -mandroid.
21747 * config.gcc (*linux*): Include linux-android.h and linux-android.opt.
21748 (*android*): Set ANDROID_DEFAULT.
21749 (arm*-*-linux*): Include linux-android.h.
21750 (arm*-*-eabi*): Don't include previous -mandroid implementation.
21751 * config/arm/eabi.h: Remove, move Android-specific parts ...
21752 * config/linux-android.h: ... here. New file.
21753 * config/arm/eabi.opt: Rename to ...
21754 * config/linux-android.opt: ... this.
21755 (mandroid): Allow -mno-android option. Initialize based on
21757 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, CC1_SPEC, LIB_SPEC):
21758 Move logic to corresponding LINUX_TARGET_* macros.
21759 (TARGET_OS_CPP_BUILTINS): Define __ANDROID__, when appropriate.
21760 * config/linux-eabi.h (LINK_SPEC, CC1_SPEC, CC1PLUS_SPEC, LIB_SPEC,)
21761 (STARTFILE_SPEC, ENDFILE_SPEC): Define to choose between Linux and
21762 Android definitions.
21763 (LINUX_TARGET_OS_CPP_BUILTINS): Define __ANDROID__ if TARGET_ANDROID.
21764 * doc/invoke.texi (-mandroid, -tno-android-cc, -tno-android-ld):
21767 2010-05-27 Maxim Kuvyrkov <maxim@codesourcery.com>
21769 Add support for Bionic C library
21771 * config.gcc (LIBC_GLIBC, LIBC_BIONIC, LIBC_UCLIBC): New tm_define
21773 (DEFAULT_LIBC): New tm_define macro set to one of LIBC_*.
21774 (bfin*-uclinux, moxie-*-uclinux*, m68k-*-uclinux*): Update.
21776 * config/linux.h (OPTION_GLIBC, OPTION_UCLIBC, OPTION_BIONIC): Define.
21777 (LINUX_TARGET_OS_CPP_BUILTINS): Define __gnu_linux__ only for GLIBC.
21778 (CHOOSE_DYNAMIC_LINKER1, CHOOSE_DYNAMIC_LINKER): Make it easier
21779 to support multiple C libraries. Handle Bionic.
21780 (BIONIC_DYNAMIC_LINKER, BIONIC_DYNAMIC_LINKER32,)
21781 (BIONIC_DYNAMIC_LINKER64): Define.
21782 (LINUX_DYNAMIC_LINKER, LINUX_DYNAMIC_LINKER32, LINUX_DYNAMIC_LINKER64):
21784 (TARGET_HAS_SINCOS): Enable for Bionic.
21786 * config/linux.opt: Rewrite to handle more than 2 C libraries. Make
21787 the last option specified on command line take effect.
21788 (linux_uclibc): Rename to linux_libc, initialize using DEFAULT_LIBC.
21790 (mglibc, muclibc): Update.
21792 * config/alpha/linux-elf.h, config/rs6000/linux64.h,
21793 * config/rs6000/sysv4.h (CHOOSE_DYNAMIC_LINKER): Update to use
21796 * doc/invoke.texi (-mglibc, -muclibc): Update.
21797 (-mbionic): Document.
21799 2010-05-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21801 * c-common.h (c_register_addr_space): Add prototype.
21802 (ADDR_SPACE_KEYWORD): Remove.
21803 * c-common.c (c_register_addr_space): New function.
21804 (c_addr_space_name): Reimplement.
21805 (c_common_reswords): Do not include TARGET_ADDR_SPACE_KEYWORDS.
21807 * config/spu/spu.h (TARGET_ADDR_SPACE_KEYWORDS): Remove.
21808 (REGISTER_TARGET_PRAGMAS): Call c_register_addr_space.
21810 * doc/tm.texi (Named Address Spaces): Mention c_register_addr_space.
21811 Remove TARGET_ADDR_SPACE_KEYWORDS.
21813 2010-05-27 Joseph Myers <joseph@codesourcery.com>
21815 * input.c: New file.
21816 * input.h (main_input_filename): Move declaration to toplev.h.
21817 * toplev.c (input_location, line_table): Move to input.c
21818 * toplev.h (main_input_filename): Move declaration from input.h.
21819 * tree.c (expand_location): Move to input.c.
21820 * Makefile.in (OBJS-common): Add input.o.
21821 (input.o): Add dependencies.
21823 2010-05-27 Richard Guenther <rguenther@suse.de>
21825 * lto-wrapper.c (maybe_unlink_file): Ignore unlink failure
21826 for non-existant files.
21827 (fork_execute): Mark args_name file as deleted.
21829 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
21832 * c-lex.c (narrowest_unsigned_type): Check for NULL_TREE.
21833 (narrow_signed_type): Likewise.
21835 2010-05-26 Jan Hubicka <jh@suse.cz>
21837 * cgraphunit.c (verify_cgraph_node): Do checking that DECL match
21838 edge only when checking is enabled; check using former_clone_of;
21839 check inline clones too.
21840 (cgraph_materialize_clone): Record former_clone_of pointer.
21841 (cgraph_redirect_edge_call_stmt_to_callee): Assert that we are not
21842 combining redirections; dump args_to_skip bitmap
21843 (cgraph_materialize_all_clones): Do no redirection here.
21844 * ipa-inline.c (inline_transform): Do redirection here.
21845 * cgraph.h (struct cgraph_node): Add former_clone_of filed (enabled
21848 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
21850 * config/avr/avr-c.c: Do not include regs.h.
21851 Include cpplib.h for cpp_define and tree.h for c-common.h.
21852 * config/avr/avr-devices.c (avr_mcu_types): Fix initializer.
21853 * config/avr/t-avr: Fix dependencies for avr-c.o.
21855 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
21857 * explow.c (set_stack_check_libfunc): Adjust to accept name as a
21858 string instead of SYMBOL_REF rtx.
21859 * rtl.h (set_stack_check_libfunc): Move prototype from here...
21860 * libfuncs.h: ...to here. Adjust for explow.c change.
21862 2010-05-26 Joseph Myers <joseph@codesourcery.com>
21864 * pretty-print.c: Don't include ggc.h.
21865 (identifier_to_locale_alloc, identifier_to_locale_free): Define.
21866 (identifier_to_locale): Use them for allocation.
21867 * pretty-print.h (identifier_to_locale_alloc,
21868 identifier_to_locale_free): Declare.
21869 * toplev.c (alloc_for_identifier_to_locale): New.
21870 (general_init): Set identifier_to_locale_alloc and
21871 identifier_to_locale_free.
21872 * Makefile.in (pretty-print.o): Update dependencies.
21874 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
21876 * gimple.c (gimple_types_compatible_p): Return 0 for aggregate and
21877 pointer types if they have different alignment or mode.
21879 2010-05-26 Anatoly Sokolov <aesok@post.ru>
21881 * config/sparc/sparc.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
21882 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
21883 * config/sparc/sparc-protos.h (function_value): Remove declaration.
21884 * config/sparc/sparc.c (sparc_function_value, sparc_libcall_value,
21885 sparc_function_value_regno_p): New functions.
21886 (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
21887 TARGET_FUNCTION_VALUE_REGNO_P): Define.
21888 (function_value): Rename to...
21889 (sparc_function_value_1): ... this. Make static. Change 'incoming_p'
21890 argument to 'outgoing'.
21891 (function_arg_record_value, function_arg_union_value,
21892 function_arg_vector_value): Update comment.
21894 2010-05-26 Eric Botcazou <ebotcazou@adacore.com>
21896 * dwarf2out.c (struct dw_fde_struct): Reorder flags.
21897 (fde_needed_for_eh_p): New predicate.
21898 (output_call_frame_info): Use it throughout to decide whether FDEs
21899 are needed for EH purpose.
21900 (dwarf2out_begin_prologue): Reorder assignments.
21902 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21904 * tree-if-conv.c (if_convertible_gimple_assign_stmt_p): Do not
21905 special case loop->header.
21906 (is_predicated): New.
21907 (if_convertible_loop_p): Call it.
21909 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21911 * tree-if-conv.c (add_to_dst_predicate_list): Do not pass a statemet
21912 iterator in parameter. Do not generate code during the analysis.
21913 (tree_if_convert_cond_stmt): Removed.
21914 (tree_if_convert_stmt): Removed.
21915 (predicate_bbs): New.
21916 (if_convertible_loop_p): Call predicate_bbs.
21917 (tree_if_conversion): Simplify the top-level logic as predicate_bbs
21918 now contains all the analysis part.
21920 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21922 * tree-if-conv.c (tree_if_convert_cond_stmt): Do not remove
21923 statements in the analysis part.
21924 (tree_if_convert_stmt): Update comment.
21925 (remove_conditions_and_labels): New.
21926 (combine_blocks): Call remove_conditions_and_labels.
21927 (tree_if_conversion): Update comment.
21929 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21931 * tree-if-conv.c (if_convertible_bb_p): Don't handle BBs with more
21932 than 2 predecessors or more than 2 successors.
21934 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21936 * tree-if-conv.c (if_convertible_loop_p): Avoid if-conversion
21937 of loops in which the data dependence analysis fails.
21939 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21941 * tree-if-conv.c (if_convertible_loop_p): Do not compute/free
21942 CDI_POST_DOMINATORS.
21943 (tree_if_conversion): Same.
21945 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21947 * tree-if-conv.c (tree_if_conversion): Do not return a bool.
21949 2010-05-26 Sebastian Pop <sebastian.pop@amd.com>
21951 * tree-if-conv.c: Update copyright years. Fix comments.
21954 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
21956 * builtin-types.def (BT_INT128): New primitive type.
21957 (BT_UINT128): Likewise.
21958 * c-common.c (c_common_r): Add __int128 keyword.
21959 (c_common_type_for_size): Handle __int128.
21960 (c_common_type_for_mode): Likewise.
21961 (c_common_signed_or_unsigned_type): Likewise.
21962 (c_common_nodes_and_builtins): Add builtin type
21963 if target supports 128-bit integer scalar.
21964 * c-common.h (enum rid): Add RID_INT128.
21965 * c-cppbuiltin.c (c_cpp_builtins): Define __SIZEOF_INT128__
21966 if target supports 128-bit integer scalar.
21967 * c-decl.c (declspecs_add_type): Handle new keyword __int128.
21968 (finish_declspecs): Likewise.
21969 * c-parser.c (c_token_starts_typename): Handle RID_INT128.
21970 (c_token_starts_declspecs): Likewise.
21971 (c_parser_declspecs): Likewise.
21972 (c_parser_attributes): Likewise.
21973 (c_parser_objc_selector): Likewise.
21974 * c-pretty-print.c (pp_c_integer_constant): Handle __int128.
21975 * c-tree.h (enum c_typespec_keyword): Add cts_int128.
21976 * gimple.c (gimple_signed_or_unsigned_type): Handle int128 types.
21977 * tree.c (make_or_reuse_type): Likewise.
21978 (make_unsigned_type): Likewise.
21979 (build_common_tree_nodes_2): Likewise.
21980 * tree.h (enum integer_type_kind): Add itk_int128 and
21981 itk_unsigned_int128.
21982 (int128_integer_type_node): New define.
21983 (int128_unsigned_type_node): New define.
21984 * doc/extend.texi: Add documentation about __int128 type.
21986 2010-05-26 Richard Guenther <rguenther@suse.de>
21988 * tree-ssa-sccvn.c (copy_nary): Adjust.
21989 (copy_phis): Rename to ...
21990 (copy_phi): ... this. Adjust.
21991 (copy_references): Rename to ...
21992 (copy_reference): ... this. Adjust.
21993 (process_scc): Use HTAB_FOR_EACH_ELEMENT to insert the
21994 result into the valid table.
21996 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
21998 * config/spu/spu-c.c: Do not include function.h, rtl.h, expr.h,
21999 insn-config.h, insn-codes.h, recog.h, and optabs.h.
22001 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22003 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Remove.
22005 2010-05-26 Richard Guenther <rguenther@suse.de>
22007 * opts.c (common_handle_option): Handle OPT_Ofast.
22009 2010-05-26 Joseph Myers <joseph@codesourcery.com>
22011 * diagnostic.c: Don't include opts.h.
22012 (permissive_error_option): Define.
22013 (diagnostic_initialize): Take n_opts parameter. Allocate memory
22014 for classify_diagnostic. Don't use memset for
22015 classify_diagnostic. Initialize new and recently added fields.
22016 (diagnostic_classify_diagnostic): Use context->n_opts instead of
22018 (diagnostic_report_diagnostic): Pass context parameter to
22019 diagnostic_report_warnings_p. Use option_enabled and option_name
22020 hooks from context.
22021 (emit_diagnostic): Use permissive_error_option.
22022 (permerror): Likewise.
22023 * diagnostic.h: Don't include options.h.
22024 (struct diagnostic_context): Add n_opts, opt_permissive,
22025 inhibit_warnings, warn_system_headers, option_enabled and
22026 option_name fields. Change classify_diagnostic to a pointer.
22027 * opts-diagnostic.h: New file.
22028 * opts.c: Include opts-diagnostic.h.
22029 (common_handle_option): Set global_dc fields for -Wfatal-errors,
22030 -Wsystem-headers, -fshow-column, -pedantic-errors and -w.
22031 (option_name): New function.
22032 * c-opts.c (c_common_init_options): Set global_dc->opt_permissive.
22033 (c_common_handle_option): Set global_dc->permissive for
22035 * c-common.c (c_cpp_error): Save and restore
22036 global_dc->warn_system_headers, not variable warn_system_headers.
22037 * toplev.c: Include opts-diagnostic.h.
22038 (general_init): Update call to diagnostic_initialize. Set
22039 global_dc->show_column, global_dc->option_enabled and
22040 global_dc->option_name.
22041 (process_options): Don't set global_dc fields here.
22042 * Makefile.in (DIAGNOSTIC_H): Remove options.h.
22043 (diagnostic.o, opts.o, toplev.o): Update dependencies.
22045 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
22047 * config/picochip/picochip.md (movsi): Split a movsi from a
22048 const after reload.
22050 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22052 * ggc-zone.c: Update copyright year.
22053 (poison_region): Mark memory for Valgrind as undefined before
22054 memset () call and inaccessible afterwards.
22055 (ggc_pch_total_size): Change type of i to int.
22057 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22059 * ggc-common.c (ggc_free_overhead): Allow empty slot.
22061 2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
22063 * ggc-common.c: Update copyright year.
22064 (ggc_rlimit_bound): Remove prototype. Compile only if
22065 !ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
22066 (ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
22067 && !ENABLE_GC_ALWAYS_COLLECT. Make static.
22068 (ggc_min_heapsize_heuristic): Likewise.
22070 2010-05-26 Richard Guenther <rguenther@suse.de>
22072 PR rtl-optimization/44164
22073 * tree-ssa-alias.c (aliasing_component_refs_p): Fix the
22074 no-common access-path disambiguation.
22075 (indirect_ref_may_alias_decl_p): Adjust.
22076 (indirect_refs_may_alias_p): Likewise.
22077 (refs_may_alias_p_1): Likewise.
22079 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
22081 * c-typeck.c: Do not include expr.h.
22083 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
22085 * rtl.h (decl_default_tls_model): Move prototype from here...
22086 * output.h: ...to here.
22087 * c-decl.c: Do not include rtl.h.
22088 * c-pragma.c: Likewise.
22089 * c-parser.c: Likewise.
22090 * c-gimplify.c: Likewise. And also not hard-reg-set.
22091 * c-common.c: Do not include rtl.h. Include tm_p.h and add a
22092 FIXME note for it. Add a FIXME note for expr.h.
22093 * config/i386/i386-protos.h (ix86_enum_va_list, ix86_fn_abi_va_list,
22094 ix86_canonical_va_list_type): Make visible even if RTX_CODE is not
22097 2010-05-26 Jakub Jelinek <jakub@redhat.com>
22100 * config/rs6000/rs6000.c (rs6000_emit_epilogue): If cfun->calls_alloca
22101 or total_size is larger than red zone size for non-V4 ABI, emit a
22102 stack_tie resp. frame_tie insn before stack pointer restore.
22103 * config/rs6000/rs6000.md (frame_tie): New insn.
22105 2010-05-25 Eric Botcazou <ebotcazou@adacore.com>
22107 * function.h (struct function): Add can_throw_non_call_exceptions bit.
22108 * lto-streamer-in.c (input_function): Stream it in.
22109 * lto-streamer-out.c (output_function): Stream it out.
22110 * function.c (allocate_struct_function): Set it.
22111 (expand_function_end): Substitute cfun->can_throw_non_call_exceptions
22112 for flag_non_call_exceptions.
22113 * cfgbuild.c (control_flow_insn_p): Likewise.
22114 (make_edges): Likewise.
22115 * cfgexpand.c (expand_stack_alignment): Likewise.
22116 * combine.c (distribute_notes): Likewise.
22117 * cse.c (cse_extended_basic_block): Likewise.
22118 * except.c (insn_could_throw_p): Likewise.
22119 * gcse.c (simple_mem): Likewise.
22120 * ipa-pure-const.c (check_call): Likewise.
22121 (check_stmt ): Likewise.
22122 * lower-subreg.c (lower-subreg.c): Likewise.
22123 * optabs.c (emit_libcall_block): Likewise.
22124 (prepare_cmp_insn): Likewise.
22125 * postreload-gcse.c (eliminate_partially_redundant_loads): Likewise.
22126 * postreload.c (rest_of_handle_postreload): Likewise.
22127 * reload1.c (reload_as_needed): Likewise.
22128 (emit_input_reload_insns): Likewise.
22129 (emit_output_reload_insns): Likewise.
22130 (fixup_abnormal_edges): Likewise.
22131 * sel-sched-ir.c (init_global_and_expr_for_insn): Likewise.
22132 * store-motion.c (find_moveable_store): Likewise.
22133 * tree-eh.c (stmt_could_throw_p): Likewise.
22134 (tree_could_throw_p): Likewise.
22135 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
22136 * config/arm/arm.c (arm_expand_prologue): Likewise.
22137 (thumb1_expand_prologue): Likewise.
22138 * config/rx/rx.md (cbranchsf4): Likewise.
22140 * config/s390/s390.c (s390_emit_prologue): Likewise.
22141 * tree-inline.c (initialize_cfun): Copy can_throw_non_call_exceptions.
22142 (inline_forbidden_into_p): New predicate.
22143 (expand_call_inline): Use it to forbid inlining.
22144 (tree_can_inline_p): Likewise.
22146 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
22148 * config/i386/i386-c.c: Do not include rtl.h.
22149 * config/i386/t-i386: Update dependencies.
22151 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
22153 * attribs.c: Do not include rtl.h.
22154 * Makefile.in: Update dependencies.
22156 2010-05-25 Anatoly Sokolov <aesok@post.ru>
22158 * double-int.h (double_int_and): New.
22159 * combine.c (try_combine): Clean up, use double_int_* and
22160 immed_double_int_const functions.
22162 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22164 * configure.ac (gcc_cv_as_ld_jalr_reloc): Redirect grep stdout,
22165 stderr to /dev/null instead of grep -q.
22166 * configure: Regenerate.
22168 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
22170 * Makefile.in (EXCEPT_H): Fix typo.
22172 2010-05-25 Vladimir Makarov <vmakarov@redhat.com>
22174 * ira-build.c (update_conflict_hard_reg_costs): New.
22175 (ira_build): Call update_conflict_hard_reg_costs.
22177 2010-05-25 Jakub Jelinek <jakub@redhat.com>
22180 * var-tracking.c (find_loc_in_1pdv): Guard asserts with
22182 (intersect_loc_chains): Walk the s2var's loc_chain together
22183 with s1node chain as long as the locations are equal, don't
22184 call find_loc_in_1pdv in that case.
22187 * tree-inline.c (remap_decls): Remap DECL_VALUE_EXPR here...
22188 (copy_bind_expr): ... instead of here.
22189 (copy_tree_body_r): If id->remapping_type_depth clear TREE_BLOCK
22190 if the block hasn't been remapped.
22191 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die): When
22192 emitting concrete instance of abstract VLA, add DW_AT_type attribute.
22194 2010-05-25 Richard Guenther <rguenther@suse.de>
22196 PR middle-end/44069
22197 * gimple-fold.c (maybe_fold_stmt_addition): Avoid generating
22198 out-of-bounds array accesses.
22200 2010-05-25 Richard Guenther <rguenther@suse.de>
22202 * lto-wrapper.c (nr, input_names, output_names, makefile): Globalize.
22203 (lto_wrapper_exit): Unlink all LTRANS temporary files on error.
22204 (run_gcc): Re-organize to make cleanup easier.
22206 2010-05-25 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22208 * config/s390/s390.c (optimization_options): Fix and move the
22209 flag_prefetch_loop_arrays override ...
22210 (override_options): ... here.
22212 2010-05-25 Joseph Myers <joseph@codesourcery.com>
22214 * diagnostic.c: Don't include plugin.h.
22215 (diagnostic_report_diagnostic): Don't handle plugins specially
22216 here. Pass context to internal_error callback.
22217 * diagnostic.h (struct diagnostic_context): Add context parameter
22218 to internal_error callback.
22219 * plugin.c (warn_if_plugins, plugins_internal_error_function): New.
22220 * plugin.h (struct diagnostic_context): Declare.
22221 (warn_if_plugins, plugins_internal_error_function): Declare.
22222 * toplev.c (general_init): Set global_dc->internal_error.
22223 * Makefile.in (diagnostic.o): Update dependencies.
22225 2010-05-25 Iain Sandoe <iains@gcc.gnu.org>
22227 * config/rs6000/darwin64.h: Update DARWIN_ARCH_SPEC.
22228 * config/rs6000/t-darwin64: New.
22229 * config.gcc (powerpc64-*-darwin*): Use darwin.opts, t-darwin64,
22232 2010-05-25 Christian Borntraeger <borntraeger@de.ibm.com>
22235 * tree-ssa-loop-prefetch.c: Fix logic for step calculation to
22236 match the original (and intended) behaviour before r159557. This
22237 changeset changed a=a+b*c to a=(a+b)*b which was obviously wrong
22240 2010-05-25 Richard Guenther <rguenther@suse.de>
22242 * doc/invoke.texi: Document -Ofast.
22243 * target.h (struct gcc_target): Add handle_ofast.
22244 * target-def.h (TARGET_HANDLE_OFAST): Add.
22245 (TARGET_INITIALIZER): Adjust.
22246 * opts.c (decode_options): Handle -Ofast. Enable -ffast-math with it.
22247 * common.opt (Ofast): Add.
22249 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
22251 * doc/tm.texi (STORE_FLAG_VALUE): Do not refer to sCC patterns.
22252 * doc/md.texi (cstoreXX4): Update for cond-optab changes.
22254 2010-05-25 Paolo Bonzini <bonzini@gnu.org>
22257 * optabs.c (prepare_float_lib_cmp): Allow reversing the comparison
22258 even if !FLOAT_LIB_COMPARE_RETURNS_BOOL. Always compute true_rtx and
22259 false_rtx. Use false_rtx to compute the correct *ptest for reversed
22260 comparisons for which !FLOAT_LIB_COMPARE_RETURNS_BOOL.
22262 2010-05-25 Jakub Jelinek <jakub@redhat.com>
22264 * dwarf2out.c (loc_descr_plus_const): When offset is negative, use
22265 DW_OP_minus with negated offset instead of DW_OP_plus.
22266 (loc_list_from_tree): Don't test whether second operand is INTEGER_CST.
22268 2010-05-25 Wei Guozhi <carrot@google.com>
22270 * config/arm/thumb2.md (thumb2_tlobits_cbranch): Add constraint to
22271 tst instruction and a new alternative.
22272 * config/arm/constraints.md (Pu): New constraint.
22274 2010-05-24 Sebastian Pop <sebastian.pop@amd.com>
22276 * function.c (assign_stack_local_1): Initialize variable
22277 to avoid warning when bootstrapping at -O3.
22279 2010-05-24 Steven Bosscher <steven@gcc.gnu.org>
22281 * configure.ac (all_lang_makefiles): Remove everything related to it.
22282 * configure: Regenerate.
22283 * Makefile.in: Fix reference to ada Make-lang.in.
22284 Remove support for LANG_MAKEFILES.
22286 2010-05-24 Daniel Jacobowitz <dan@codesourcery.com>
22287 Sandra Loosemore <sandra@codesourcery.com>
22289 * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
22290 * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
22291 description. Add arm_neon_fp16_ok.
22292 (Add Options): Add arm_neon and arm_neon_fp16.
22294 2010-05-24 Joseph Myers <joseph@codesourcery.com>
22296 * diagnostic.c: Don't include flags.h.
22297 (pedantic_warning_kind, permissive_error_kind): Take diagnostic
22298 context parameters. Check flags in the context passed as a parameter.
22299 (diagnostic_build_prefix): Add context parameter. Check
22300 show_column flag in context.
22301 (diagnostic_action_after_output): Check fatal_errors flag in context.
22302 (diagnostic_report_current_module): Check show_column flag in context.
22303 (default_diagnostic_starter): Update call to
22304 diagnostic_build_prefix.
22305 (diagnostic_report_diagnostic): Pass context to pedantic_warning_kind.
22306 (emit_diagnostic): Pass context to permissive_error_kind.
22307 (permerror): Pass context to permissive_error_kind.
22308 * diagnostic.h (struct diagnostic_context): Add show_column,
22309 pedantic_errors, permissive and fatal_errors fields.
22310 (diagnostic_build_prefix): Update prototype.
22312 * toplev.c (process_options): Set flags in global_dc from
22313 flag_show_column, flag_pedantic_errors, flag_permissive,
22315 * tree-diagnostic.c (default_tree_diagnostic_starter): Update call
22316 to diagnostic_build_prefix.
22317 * Makefile.in (diagnostic.o): Update dependencies.
22319 2010-05-24 H.J. Lu <hongjiu.lu@intel.com>
22321 * config/i386/ia32intrin.h (__crc32q): Define only if
22322 __SSE4_2__ is defined.
22324 2010-05-24 Iain Sandoe <iains@gcc.gnu.org>
22327 PR middle-end/43602
22328 * varasm.c (get_emutls_init_templ_addr): Copy DECL_PRESERVE_P,
22329 DECL_VISIBILITY_SPECIFIED.
22330 (emutls_decl): Set DECL_PRESERVE_P and copy
22331 DECL_VISIBILITY_SPECIFIED, DECL_RESTRICTED_P.
22332 (emutls_finalize_control_var): New callback.
22333 (emutls_finish): Finalize emutls control variables.
22334 * toplev.c (compile_file): Move the call to emutls_finish ()
22335 before varpool_assemble_pending_decls ().
22337 2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
22339 * config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
22340 added to the preprocessor condition.
22342 2010-05-24 Paul Brook <paul@codesourcery.com>
22344 * gengtype-lex.l: Add HARD_REG_SET.
22345 * expr.c (expand_expr_real_1): Record writes to hard registers.
22346 * function.c (rtl_data): Add asm_clobbers.
22347 * ira.c (compute_regs_asm_clobbered): Use crtl->asm_clobbers.
22348 (ira_setup_eliminable_regset): Remove regs_asm_clobbered.
22349 Use crtl->asm_clobbers.
22351 2010-05-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22353 * doc/makefile.texi (Makefile): Mention stages 'profile'
22354 and 'feedback' for profiledbootstrap.
22356 2010-05-23 H.J. Lu <hongjiu.lu@intel.com>
22359 * config/i386/i386.c (def_builtin): Properly check
22360 OPTION_MASK_ISA_64BIT.
22362 2010-05-23 Joseph Myers <joseph@codesourcery.com>
22364 * c-decl.c (diagnose_mismatched_decls): Give error for duplicate
22365 typedefs with different but compatible types. Allow duplicate
22366 typedefs with the same type except for pedantic non-C1X, but give
22367 warning for variably modified types.
22368 * c-typeck.c (tagged_types_tu_compatible_p,
22369 function_types_compatible_p, type_lists_compatible_p,
22370 comptypes_internal): Add parameter different_types_p; set
22371 *different_types_p for different but compatible types. All
22373 (comptypes_check_different_types): New.
22374 * c-tree.h (comptypes_check_different_types): Declare.
22376 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
22378 * regs.h: Do not include obstack.h, basic-block.h. Include machmode.h.
22379 * jump.c: Include basic-block.h.
22380 * profile.c: Likewise.
22381 * tree-profile.c: Likewise.
22382 * coverage.c: Likewise.
22383 * basic-block.h (optimize_function_for_size_p): Move to function.h.
22384 (optimize_function_for_speed_p): Likewise.
22385 * function.h (optimize_function_for_size_p,
22386 optimize_function_for_speed_p): Moved here from basic-block.h.
22387 * Makefile.in: Update dependencies.
22389 2010-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
22391 * lto-wrapper.c (run_gcc): Unset MAKEFLAGS and MFLAGS
22392 before calling make; allow override through $MAKE.
22393 * doc/invoke.texi (Optimize Options): Document override.
22395 2010-05-23 Anatoly Sokolov <aesok@post.ru>
22397 * config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
22398 (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
22399 (rs6000_mode_dependent_address_ptr): Make static.
22400 * config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
22401 * config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
22404 2010-05-23 Maarten Lankhorst <mlankhorst@codeweavers.com>
22407 * config/i386/i386.c: Make sure that the correct regparm is passed.
22409 2010-05-23 Steven Bosscher <steven@gcc.gnu.org>
22411 * sbitmap.h (sbitmap_ptr, const_sbitmap_ptr): Move from here...
22412 * sbitmap.c: ...to here to internalize sbitmap element access.
22413 Do not include tm.h, rtl.h, flags.h, hard-reg-set.h, and obstack.h.
22414 Explain why basic-block.h is included.
22415 * function.h: Include tm.h for CUMULATIVE_ARGS.
22416 * Makefile.in: Update dependencies.
22418 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
22420 * coretypes.h (struct simple_bitmap_def, sbitmap, const_sbitmap):
22422 * sbitmap.h (struct sbitmap_def): Do not typedef here.
22423 * sbitmap.c: Include sbitmap.h.
22424 * basic-block.h: Do not include bitmap.h, sbitmap.h, partition.h,
22425 hard-reg-set.h. Split everything related to regsets out from here...
22426 * regset.h: ...to here. New file.
22427 * df.h: Include regset.h and sbitmap.h.
22428 * tree-flow.h: Likewise.
22429 * cfgloop.h: Likewise.
22430 * except.h: Do not include sbitmap.h. Include hashtab.h.
22431 * cgraph.h: Include vec.h and function.h.
22432 * reload.h (struct insn_chain): Change types of live_throughout
22433 and dead_or_set from regset_head to bitmap_head.
22434 (compute_use_by_pseudos): Be defined also if regset.h is not included.
22435 * ira-int.h (struct ira_spilled_reg_stack_slot): Change type of
22436 spilled_regs from regset_head to bitmap_head to avoid dependency
22438 * sel-sched-ir.h: Include regset.h.
22439 * reload.c: Include df.h before reload.h.
22440 * caller-save.c: Likewise.
22441 * reload1.c: Likewise.
22443 (mark_elimination): Update type of r to bitmap, consistent with
22445 * dominance.c: Include bitmap.h.
22446 * modulo-sched.c: Include df.h.
22447 * cfganal.c: Include bitmap.h and sbitmap.h.
22448 * cfgbuild.c: Include sbitmap.h.
22449 * lcm.c: Include sbitmap.h.
22450 * gcse.c (alloc_gcse_mem): Allocate regset with ALLOC_REG_SET.
22451 * domwalk.c: Include sbitmap.h, exclude ggc.h.
22452 * cfgexpand.c: Inlcude bitmap.h and sbitmap.h.
22453 * cselib.c: Include bitmap.h.
22454 * tree-optimize.c: Include regset.h.
22455 * stmt.c: Include bitmap.h.
22456 * Makefile.in: Update dependencies.
22458 2010-05-22 Jan Hubicka <jh@suse.cz>
22460 * cgraph.h (struct varpool_node): Add same_comdat_group.
22461 * lto-cgrpah.c (lto_output_varpool_node): Output same_comdat_group
22463 (output_varpool): Update call of lto_output_varpool_node.
22464 (input_varpool): Read same_comdat_group pointer.
22465 (input_varpool_1): Fixup same_comdat_group pointer.
22466 * ipa.c (cgraph_remove_unreachable_nodes): WHen one of same comdat
22467 group is needed, all are.
22468 * varpool.c (varpool_remove_node): Remove node from same comdat group
22470 (varpool_analyze_pending_decls): Walk same comdat groups.
22472 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
22474 * rtl.h (union rtunion_def): Remove rt_bit member.
22475 (XBITMAP, X0BITMAP, XCBITMAP): Remove.
22476 * print-rtl (print_rtx): Do not print the member.
22477 * gengtype.c (adjust_field_rtx_def): Do not handle it.
22478 * gengenrtl.c (type_from_format): Likewise.
22479 (accessor_from_format): Likewise.
22481 2010-05-22 Joseph Myers <joseph@codesourcery.com>
22483 * dbgcnt.c: Include toplev.h instead of errors.h.
22484 * ira-emit.c: Don't include errors.h.
22485 * ira.c: Include toplev.h instead of errors.h.
22486 * lto-compress.c: Include toplev.h instead of errors.h.
22487 * Makefile.in (lto-compress.o, lto-streamer-out.o, ira-emit.o,
22488 ira.o, dbgcnt.o): Update dependencies.
22490 2010-05-22 Richard Guenther <rguenther@suse.de>
22492 * gimple.c (gimple_types_compatible_p): Check type qualifications
22493 before merging pointer to complete and pointer to incomplete type.
22494 * lto-symtab.c (lto_symtab_resolve_symbols): For commons make sure
22495 we use our own resolution algorithm. The gold linker plugin
22496 doesn't do the job we want it to do here.
22498 2010-05-22 Anatoly Sokolov <aesok@post.ru>
22500 * config/sparc/sparc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
22501 * config/sparc/sparc.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
22502 (sparc_mode_dependent_address_p): New function.
22504 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
22506 * Makefile.in: Fix c-pch.o and ggc-common.o dependencies on timevars.
22508 * timevar.c: Do not include any core headers.
22509 (timevar_print): De-i18n-ize.
22510 (print_time): Likewise.
22511 * timevar.h (timevar_push, timevar_pop): Make inline functions.
22513 2010-05-21 Joseph Myers <joseph@codesourcery.com>
22515 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or
22517 (diagnostic_initialize): Initialize x_data not last_function.
22518 (diagnostic_report_current_function): Move to tree-diagnostic.c.
22519 (default_diagnostic_starter): Call
22520 diagnostic_report_current_module not
22521 diagnostic_report_current_function.
22522 (diagnostic_report_diagnostic): Initialize x_data not
22524 (verbatim): Likewise.
22525 * diagnostic.h (struct diagnostic_info): Change abstract_origin to
22527 (struct diagnostic_context): Change last_function to x_data.
22528 (diagnostic_auxiliary_data): Replace with
22529 diagnostic_context_auxiliary_data and
22530 diagnostic_info_auxiliary_data.
22531 (diagnostic_last_function_changed, diagnostic_set_last_function,
22532 diagnostic_report_current_function): Move to tree-diagnostic.h.
22533 (print_declaration, dump_generic_node, print_generic_stmt,
22534 print_generic_stmt_indented, print_generic_expr,
22535 print_generic_decl, debug_c_tree, dump_omp_clauses,
22536 print_call_name, debug_generic_expr, debug_generic_stmt,
22537 debug_tree_chain, default_tree_printer): Move to
22538 tree-pretty-print.h.
22539 (debug_gimple_stmt, debug_gimple_seq, print_gimple_seq,
22540 print_gimple_stmt, print_gimple_expr, dump_gimple_stmt): Move to
22541 gimple-pretty-print.h.
22542 * pretty-print.c: Don't include tree.h
22543 (pp_base_format): Don't handle %K here.
22544 (pp_base_tree_identifier): Move to tree-pretty-print.c.
22545 * pretty-print.h (text_info): Change abstract_origin to x_data.
22546 (pp_tree_identifier, pp_unsupported_tree,
22547 pp_base_tree_identifier): Move to tree-pretty-print.h.
22548 * gimple-pretty-print.h, tree-diagnostic.c, tree-diagnostic.h,
22549 tree-pretty-print.h: New files.
22550 * tree-pretty-print.c: Include tree-pretty-print.h.
22551 (percent_K_format): New. Moved from pretty-print.c.
22552 (pp_base_tree_identifier): Move from pretty-print.c.
22553 * c-objc-common.c: Include tree-pretty-print.h.
22554 (c_tree_printer): Handle %K here.
22555 * langhooks.c: Include tree-diagnostic.h.
22556 (lhd_print_error_function): Use diagnostic_abstract_origin macro.
22557 * toplev.c: Include tree-diagnostic.h and tree-pretty-print.h.
22558 (default_tree_printer): Handle %K using percent_K_format.
22559 (general_init): Use default_tree_diagnostic_starter.
22560 * tree.c: Include tree-diagnostic.h and tree-pretty-print.h.
22561 (free_lang_data): Use default_tree_diagnostic_starter.
22562 * c-pretty-print.c: Include tree-pretty-print.h.
22563 * cfgexpand.c: Include tree-pretty-print.h and gimple-pretty-print.h.
22564 * cgraphunit.c: Include tree-pretty-print.h and gimple-pretty-print.h.
22565 * dwarf2out.c: Include tree-pretty-print.h.
22566 * except.c: Include tree-pretty-print.h.
22567 * gimple-pretty-print.c: Include tree-pretty-print.h and
22568 gimple-pretty-print.h.
22569 * gimplify.c: Include tree-pretty-print.h.
22570 * graphite-poly.c: Include tree-pretty-print.h and
22571 gimple-pretty-print.h.
22572 * ipa-cp.c: Include tree-pretty-print.h.
22573 * ipa-inline.c: Include gimple-pretty-print.h.
22574 * ipa-prop.c: Include tree-pretty-print.h and gimple-pretty-print.h.
22575 * ipa-pure-const.c: Include gimple-pretty-print.h.
22576 * ipa-struct-reorg.c: Include tree-pretty-print.h and
22577 gimple-pretty-print.h.
22578 * ipa-type-escape.c: Include tree-pretty-print.h.
22579 * print-rtl.c: Include tree-pretty-print.h.
22580 * print-tree.c: Include gimple-pretty-print.h.
22581 * sese.c: Include tree-pretty-print.h.
22582 * tree-affine.c: Include tree-pretty-print.h.
22583 * tree-browser.c: Include tree-pretty-print.h.
22584 * tree-call-cdce.c: Include gimple-pretty-print.h.
22585 * tree-cfg.c: Include tree-pretty-print.h and gimple-pretty-print.h.
22586 * tree-chrec.c: Include tree-pretty-print.h.
22587 * tree-data-ref.c: Include tree-pretty-print.h and
22588 gimple-pretty-print.h.
22589 * tree-dfa.c: Include tree-pretty-print.h.
22590 * tree-if-conv.c: Include tree-pretty-print.h and
22591 gimple-pretty-print.h.
22592 * tree-inline.c: Include tree-pretty-print.h.
22593 * tree-into-ssa.c: Include tree-pretty-print.h and
22594 gimple-pretty-print.h.
22595 * tree-nrv.c: Include tree-pretty-print.h.
22596 * tree-object-size.c: Include tree-pretty-print.h and
22597 gimple-pretty-print.h.
22598 * tree-outof-ssa.c: Include tree-pretty-print.h and
22599 gimple-pretty-print.h.
22600 * tree-parloops.c: Include tree-pretty-print.h and
22601 gimple-pretty-print.h.
22602 * tree-predcom.c: Include tree-pretty-print.h and
22603 gimple-pretty-print.h.
22604 * tree-scalar-evolution.c: Include tree-pretty-print.h and
22605 gimple-pretty-print.h.
22606 * tree-sra.c: Include tree-pretty-print.h.
22607 * tree-ssa-address.c: Include tree-pretty-print.h.
22608 * tree-ssa-alias.c: Include tree-pretty-print.h.
22609 * tree-ssa-ccp.c: Include tree-pretty-print.h and
22610 gimple-pretty-print.h.
22611 * tree-ssa-coalesce.c: Include tree-pretty-print.h.
22612 * tree-ssa-copy.c: Include tree-pretty-print.h and
22613 gimple-pretty-print.h.
22614 * tree-ssa-copyrename.c: Include tree-pretty-print.h.
22615 * tree-ssa-dce.c: Include tree-pretty-print.h and
22616 gimple-pretty-print.h.
22617 * tree-ssa-dom.c: Include tree-pretty-print.h and
22618 gimple-pretty-print.h.
22619 * tree-ssa-dse.c: Include gimple-pretty-print.h.
22620 * tree-ssa-forwprop.c: Include tree-pretty-print.h.
22621 * tree-ssa-ifcombine.c: Include tree-pretty-print.h.
22622 * tree-ssa-live.c: Include tree-pretty-print.h and
22623 gimple-pretty-print.h.
22624 * tree-ssa-loop-im.c: Include tree-pretty-print.h and
22625 gimple-pretty-print.h.
22626 * tree-ssa-loop-ivcanon.c: Include tree-pretty-print.h and
22627 gimple-pretty-print.h.
22628 * tree-ssa-loop-ivopts.c: Include tree-pretty-print.h and
22629 gimple-pretty-print.h.
22630 * tree-ssa-loop-niter.c: Include tree-pretty-print.h and
22631 gimple-pretty-print.h.
22632 * tree-ssa-loop-prefetch.c: Include tree-pretty-print.h.
22633 * tree-ssa-math-opts.c: Include gimple-pretty-print.h.
22634 * tree-ssa-operands.c: Include tree-pretty-print.h and
22635 gimple-pretty-print.h.
22636 * tree-ssa-phiprop.c: Include tree-pretty-print.h and
22637 gimple-pretty-print.h.
22638 * tree-ssa-pre.c: Include tree-pretty-print.h and
22639 gimple-pretty-print.h.
22640 * tree-ssa-propagate.c: Include gimple-pretty-print.h.
22641 * tree-ssa-reassoc.c: Include tree-pretty-print.h and
22642 gimple-pretty-print.h.
22643 * tree-ssa-sccvn.c: Include tree-pretty-print.h and
22644 gimple-pretty-print.h.
22645 * tree-ssa-sink.c: Include gimple-pretty-print.h.
22646 * tree-ssa-ter.c: Include tree-pretty-print.h and
22647 gimple-pretty-print.h.
22648 * tree-ssa-uninit.c: Include gimple-pretty-print.h.
22649 * tree-ssa.c: Include tree-pretty-print.h and
22650 gimple-pretty-print.h.
22651 * tree-stdarg.c: Include gimple-pretty-print.h.
22652 * tree-switch-conversion.c: Include gimple-pretty-print.h.
22653 * tree-tailcall.c: Include tree-pretty-print.h and
22654 gimple-pretty-print.h.
22655 * tree-vect-data-refs.c: Include tree-pretty-print.h and
22656 gimple-pretty-print.h.
22657 * tree-vect-loop-manip.c: Include tree-pretty-print.h and
22658 gimple-pretty-print.h.
22659 * tree-vect-loop.c: Include tree-pretty-print.h and
22660 gimple-pretty-print.h.
22661 * tree-vect-patterns.c: Include gimple-pretty-print.h.
22662 * tree-vect-slp.c: Include tree-pretty-print.h and
22663 gimple-pretty-print.h.
22664 * tree-vect-stmts.c: Include tree-pretty-print.h and
22665 gimple-pretty-print.h.
22666 * tree-vectorizer.c: Include tree-pretty-print.h.
22667 * tree-vrp.c: Include tree-pretty-print.h and
22668 gimple-pretty-print.h.
22669 * value-prof.c: Include tree-pretty-print.h and
22670 gimple-pretty-print.h.
22671 * var-tracking.c: Include tree-pretty-print.h.
22672 * Makefile.in (OBJS-common): Add tree-diagnostic.o.
22673 (tree-diagnostic.o): New dependencies.
22674 (c-objc-common.o, c-pretty-print.o, langhooks.o, tree.o,
22675 tree-inline.o, print-tree.o, stor-layout.o, tree-ssa-uninit.o,
22676 tree-ssa.o, tree-into-ssa.o, tree-ssa-ter.o, tree-ssa-coalesce.o,
22677 tree-outof-ssa.o, tree-ssa-forwprop.o, tree-ssa-phiprop.o,
22678 tree-ssa-ifcombine.o, tree-nrv.o, tree-ssa-copy.o,
22679 tree-ssa-propagate.o, tree-ssa-dom.o, tree-ssa-uncprop.o,
22680 tree-ssa-live.o, tree-ssa-copyrename.o, tree-ssa-pre.o,
22681 tree-ssa-sccvn.o, tree-vrp.o, tree-cfg.o, tree-tailcall.o,
22682 tree-ssa-sink.o, tree-if-conv.o, tree-dfa.o, tree-ssa-operands.o,
22683 tree-ssa-address.o, tree-ssa-loop-niter.o,
22684 tree-ssa-loop-ivcanon.o, tree-ssa-loop-prefetch.o, tree-predcom.o,
22685 tree-ssa-loop-ivopts.o, tree-affine.o, tree-ssa-loop-im.o,
22686 tree-ssa-math-opts.o, tree-ssa-alias.o, tree-ssa-reassoc.o,
22687 gimplify.o, tree-browser.o, tree-chrec.o, tree-scalar-evolution.o,
22688 tree-data-ref.o, sese.o, graphite-poly.o, tree-vect-loop.o,
22689 tree-vect-loop-manip.o, tree-vect-patterns.o, tree-vect-slp.o,
22690 tree-vect-stmts.o, tree-vect-data-refs.o, tree-vectorizer.o,
22691 tree-parloops.o, tree-stdarg.o, tree-object-size.o,
22692 gimple-pretty-print.o, tree-pretty-print.o, diagnostic.o,
22693 toplev.o, print-rtl.o, except.o, dwarf2out.o, cgraphunit.o,
22694 ipa-prop.o, ipa-cp.o, ipa-inline.o, ipa-pure-const.o,
22695 ipa-type-escape.o, ipa-struct-reorg.o, tree-ssa-dce.o,
22696 tree-call-cdce.o, tree-ssa-ccp.o, tree-sra.o,
22697 tree-switch-conversion.o, var-tracking.o, value-prof.o,
22698 cfgexpand.o, pretty-print.o): Update dependencies.
22700 2010-05-22 Andreas Tobler <andreast@fgznet.ch>
22702 * tree-ssa-structalias.c: Remove tm_p.h from include.
22704 2010-05-21 Jeff Law <law@redhat.com>
22706 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Fix typo.
22708 2010-05-21 Jason Merrill <jason@redhat.com>
22710 * tree-eh.c (cleanup_is_dead_in): New.
22711 (lower_try_finally): Don't generate a dead cleanup region.
22712 (lower_cleanup): Likewise.
22714 2010-05-21 Jakub Jelinek <jakub@redhat.com>
22717 * haifa-sched.c (schedule_insn): When freeing INSN_REG_USE_LIST,
22718 unchain each use from the cyclic next_regno_use chain first.
22720 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
22722 * real: Do not include gmp.h, mpfr.h, and mpc.h.
22723 (REAL_VALUE_NEGATE, REAL_VALUE_ABS, real_arithmetic2): Remove.
22724 (real_value_negate, real_value_abs): New prototypes.
22725 (do_mpc_arg2, real_from_mpfr, mpfr_from_real): Move from here...
22726 * realmpfr.h (do_mpc_arg2, real_from_mpfr, mpfr_from_real): ...to here,
22727 new include file for interface between MPFR and REAL_VALUE_TYPE.
22728 * real.c: Include realmpfr.h.
22729 (real_arithmetic2): Remove legacy function.
22730 (real_value_negate): New.
22731 (real_value_abs): New.
22732 (mfpr_from_real, real_from_mpfr): Move from here...
22733 * realmpfr.c (mpfr_from_real, real_from_mpfr): ...to here, new file.
22734 * builtins.c: Include realmpfr.h.
22735 * fold-const.c: Include realmpfr.h.
22736 (fold_comparison): Use real_value_negate instead of REAL_VALUE_NEGATE.
22737 (fold_negate_const): Likewise.
22738 (fold_abs_const): Use real_value_abs instead of REAL_VALUE_ABS.
22739 * toplev.c: Include realmpfr.h.
22740 * simplify-rtx.c (simplify_const_unary_operation): Use real_value_abs
22741 and real_value_negate.
22742 * fixed-value.c (check_real_for_fixed_mode): Likewise.
22743 * config/arm/arm.c (neg_const_double_rtx_ok_for_fpa): Likewise.
22744 (vfp3_const_double_index): Likewise.
22745 (arm_print_operand): Likewise.
22746 * Makefile.in: Update dependencies.
22748 2010-05-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22750 * config/s390/s390.c (override_options): Increase the default
22751 of max-completely-peel-times.
22753 2010-05-21 Julian Brown <julian@codesourcery.com>
22754 Mark Mitchell <mark@codesourcery.com>
22756 * config/arm/arm.c (arm_function_ok_for_sibcall): Only forbid
22757 sibling calls for Thumb-1.
22758 * config/arm/arm.h (USE_RETURN_INSN): Enable for Thumb-2.
22759 * config/arm/arm.md (*call_symbol, *call_value_symbol): Use for
22761 (*call_insn, *call_value_insn): Don't use for Thumb-2.
22762 (sibcall, sibcall_value, *sibcall_insn, *sibcall_value_insn): Use
22764 (return): New expander.
22765 (*arm_return): New name for ARM return insn.
22766 * config/arm/thumb2.md (*thumb2_return): New insn pattern.
22768 2010-05-19 Joel Sherrill <joel.sherrill@oarcorp.com>
22770 * config.gcc (sparc64-*-rtems*): New target.
22772 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
22774 * tree.c (build_function_decl_skip_args): Fix grammar.
22775 (build_function_type_list_1): Fix typos, adjust formatting.
22777 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
22779 * tree.h: Include real.h and fixed-value.h as basic datatypes.
22780 * dfp.c, convert.c, reload1.c, reginfo.c, tree-flow.h,
22781 tree-ssa-threadedge.c, tree-ssanames.c, tree-loop-linear.c,
22782 tree-into-ssa.c, tree-vect-generic.c, tree-ssa-structalias.c,
22783 tree-ssa-loop-im.c, tree-dump.c, tree-complex.c, tree-ssa-uninit.c,
22784 genrecog.c, tree-ssa-threadupdate.c, tree-ssa-loop-niter.c,
22785 tree-pretty-print.c, tree-loop-distribution.c,
22786 tree-ssa-loop-unswitch.c, c-lex.c, optabs.c, postreload-gcse.c,
22787 tree-ssa-loop-manip.c, postreload.c, tree-ssa-loop-ch.c,
22788 tree-tailcall.c, tree.c, reload.c, tree-scalar-evolution.c, rtlanal.c,
22789 tree-phinodes.c, builtins.c, final.c, genoutput.c, fold-const.c,
22790 tree-ssa-dse.c, genautomata.c, tree-ssa-uncprop.c, toplev.c,
22791 tree-chrec.c, genemit.c, c-cppbuiltin.c, tree-ssa-sccvn.c,
22792 tree-ssa-ccp.c, tree-ssa-loop-ivopts.c, mode-switching.c,
22793 tree-call-cdce.c, cse.c, genpeep.c, tree-ssa-math-opts.c,
22794 tree-ssa-dom.c, tree-nrv.c, tree-ssa-propagate.c, tree-ssa-alias.c,
22795 tree-ssa-sink.c, jump.c, ifcvt.c, dwarf2out.c, expr.c, genattrtab.c,
22796 genconditions.c, tree-ssa-loop-ivcanon.c, tree-ssa-loop.c,
22797 tree-parloops.c, recog.c, tree-ssa-address.c, lcm.c, tree-eh.c,
22798 gimple-pretty-print.c, c-pretty-print.c, print-rtl.c, gcse.c,
22799 tree-if-conv.c, tree-data-ref.c, tree-affine.c, gimplify.c,
22800 tree-ssa-phiopt.c, implicit-zee.c, expmed.c, tree-dfa.c, emit-rtl.c,
22801 store-motion.c, cselib.c, tree-cfgcleanup.c, simplify-rtx.c,
22802 tree-ssa-pre.c, genpreds.c, tree-mudflap.c, print-tree.c,
22803 tree-ssa-copy.c, tree-ssa-forwprop.c, tree-ssa-dce.c, varasm.c,
22804 tree-nested.c, tree-ssa.c, tree-ssa-loop-prefetch.c, rtl.c,
22805 tree-inline.c, integrate.c, tree-optimize.c, tree-ssa-phiprop.c,
22806 fixed-value.c, combine.c, tree-profile.c, c-common.c, sched-vis.c,
22807 tree-cfg.c, passes.c, tree-ssa-reassoc.c, config/alpha/alpha.c,
22808 config/frv/frv.c, config/s390/s390.c, config/m32c/m32c.c,
22809 config/spu/spu.c, config/sparc/sparc.c, config/mep/mep.c,
22810 config/m32r/m32r.c, config/rx/rx.c, config/i386/i386.c,
22811 config/sh/sh.c, config/pdp11/pdp11.c, config/avr/avr.c,
22812 config/crx/crx.c, config/xtensa/xtensa.c, config/stormy16/stormy16.c,
22813 config/fr30/fr30.c, config/lm32/lm32.c, config/moxie/moxie.c,
22814 config/m68hc11/m68hc11.c, config/cris/cris.c, config/iq2000/iq2000.c,
22815 config/mn10300/mn10300.c, config/ia64/ia64.c, config/m68k/m68k.c,
22816 config/rs6000/rs6000.c, config/picochip/picochip.c, config/darwin.c,
22817 config/arc/arc.c, config/mcore/mcore.c, config/score/score3.c,
22818 config/score/score7.c, config/score/score.c, config/arm/arm.c,
22819 config/pa/pa.c, config/mips/mips.c, config/vax/vax.c,
22820 config/h8300/h8300.c, config/v850/v850.c, config/mmix/mmix.c,
22821 config/bfin/bfin.c: Clean up redundant includes.
22822 * Makefile.in: Update accordingly.
22824 2010-05-21 Nathan Froyd <froydnj@codesourcery.com>
22826 PR middle-end/44204
22827 * builtins.c (fold_call_stmt): Pass &error_mark_node if the call
22828 statement has no arguments.
22830 2010-05-21 Kai Tietz <kai.tietz@onevision.com>
22833 * varasm.c (emutls_decl): Merge attributes to new decl.
22835 2010-05-21 Eric Botcazou <ebotcazou@adacore.com>
22837 PR middle-end/44101
22838 * gimplify.c (gimplify_init_constructor): Build a VIEW_CONVERT_EXPR
22839 around the uniquized constructor if its type requires a conversion.
22841 2010-05-21 Jakub Jelinek <jakub@redhat.com>
22844 * tree-cfgcleanup.c (tree_forwarder_block_p): Return false if
22845 at -O0 goto_locus of any of the incoming edges differs from
22846 goto_locus of outgoing edge, or gimple_location of any of the
22849 2009-09-14 Vladimir Makarov <vmakarov@redhat.com>
22851 * ira.c (ira_non_ordered_class_hard_regs): Define.
22852 (setup_class_hard_regs): Initialize ira_non_ordered_class_hard_regs.
22853 * ira-int.h (ira_non_ordered_class_hard_regs): Declare.
22854 * ira-costs.c (ira_tune_allocno_costs_and_cover_classes): Increase
22855 cost of unaligned hard regs when allocating multi-reg pseudos.
22857 2010-05-20 Richard Sandiford <rdsandiford@googlemail.com>
22859 * config.gcc (mips*-sde-elf*): Don't use sdemtk.opt.
22860 * config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_no_float
22861 for TARGET_NO_FLOAT.
22862 * config/mips/mips.c (mips_file_start): Expand conditional expression
22863 into "if" statements. Use .gnu_attribute 4,0 for TARGET_NO_FLOAT.
22864 (mips_override_options): Move -mno-float override -msoft-float and
22866 * config/mips/mips.opt (mno-float): Move from sdemtk.opt, but add
22867 Condition(TARGET_SUPPORTS_NO_FLOAT).
22868 * config/mips/sdemtk.h (TARGET_OS_CPP_BUILTINS): Don't set
22869 __mips_no_float here.
22870 (SUBTARGET_OVERRIDE_OPTIONS): Delete.
22871 (TARGET_SUPPORTS_NO_FLOAT): Define.
22872 * config/mips/sdemtk.opt: Delete.
22874 2010-05-20 Segher Boessenkool <segher@kernel.crashing.org>
22876 * ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.
22878 2010-05-20 Uros Bizjak <ubizjak@gmail.com>
22881 * configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
22882 * configure: Regenerate.
22883 * config.in: Regenerate.
22884 * config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
22885 instead of sahf only for 64bit targets.
22887 2010-05-20 Jakub Jelinek <jakub@redhat.com>
22890 * haifa-sched.c (initiate_bb_reg_pressure_info): Do not call
22891 setup_ref_regs for DEBUG_INSNs.
22893 2010-05-20 Jan Hubicka <jh@suse.cz>
22895 PR middle-end/44197
22896 * varpool.c (varpool_remove_node): Handle in-varpool aliases.
22898 2010-05-20 Kenneth Zadeck <zadeck@naturalbridge.com>
22901 * df-scan.c (df_ref_compare): Stabilize sort.
22903 2010-05-20 Jakub Jelinek <jakub@redhat.com>
22905 * dwarf2out.c (new_loc_descr_op_bit_piece): Add offset
22906 argument. Don't use DW_OP_piece if offset is non-zero,
22907 put offset into second DW_OP_bit_piece argument.
22908 (dw_sra_loc_expr): Adjust callers. For memory expressions
22911 2010-05-20 Hans-Peter Nilsson <hp@axis.com>
22914 * config/cris/cris.md ("*addsi3_v32"): Correct "cc"
22915 settings for 16-bit-constant "addo" alternative.
22917 2010-05-19 James E. Wilson <wilson@codesourcery.com>
22919 * config/mips/mips-dsp.md (add<DSPV:mode>3,
22920 mips_add<DSP:dspfmt1>_s_<DSP:dspfmt2>): Add ISA_HAS_DSP condition.
22923 * mips.c (mips_call_expr_from_insn): New arg second_call. Set it.
22924 (mips_annotate_pic_calls): Pass new arg to mips_call_expr_from_insn.
22927 2010-05-19 Joseph Myers <joseph@codesourcery.com>
22929 * diagnostic.c (FLOAT, FFS): Don't undefine.
22930 * passes.c, pretty-print.c, rtl-error.c, toplev.c: Likewise.
22931 * cse.c, regmove.c: Remove comments about stdio.h and rtl.h
22934 2010-05-19 Richard Sandiford <rdsandiford@googlemail.com>
22936 * combine.c (propagate_for_debug): Call make_compound_operation
22937 on the source value.
22938 (try_combine): When implementing a split chosen by find_split_point,
22939 either copy i2src or set it to null. Assert that i2src is not null
22940 before substituting into CALL_INSN_FUNCTION_USAGE.
22942 2010-05-19 Anatoly Sokolov <aesok@post.ru>
22944 * double-int.h (double_int_ior): New function.
22945 * tree.h (build_int_cst_wide_type): Remove.
22946 * tree.c (build_int_cst_wide_type): Remove.
22947 * fold-const.c (native_interpret_int): Use double_int_to_tree instead
22948 of build_int_cst_wide_type.
22949 * stor-layout.c (set_sizetype): (Ditto.).
22950 * dojump.c (do_jump): Use build_int_cstu instead of
22951 build_int_cst_wide_type.
22953 2010-05-19 Eric Botcazou <ebotcazou@adacore.com>
22955 * langhooks.h (struct lang_hooks): Add new field deep_unsharing.
22956 * langhooks-def.h (LANG_HOOKS_DEEP_UNSHARING): New macro.
22957 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_DEEP_UNSHARING.
22958 * gimplify.c (mostly_copy_tree_r): Copy trees under SAVE_EXPR and
22959 TARGET_EXPR nodes, but only once, if instructed to do so. Do not
22960 propagate the 'data' argument to copy_tree_r.
22961 (copy_if_shared_r): Remove bogus ATTRIBUTE_UNUSED marker.
22962 Propagate 'data' argument to walk_tree.
22963 (copy_if_shared): New function.
22964 (unmark_visited_r): Remove bogus ATTRIBUTE_UNUSED marker.
22965 (unmark_visited): New function.
22966 (unshare_body): Call copy_if_shared instead of doing it manually.
22967 (unvisit_body): Call unmark_visited instead of doing it manually.
22969 2010-05-19 Nathan Froyd <froydnj@codesourcery.com>
22971 * hooks.h (hook_tree_tree_tree_bool_null): Rename to...
22972 (hook_tree_tree_int_treep_bool_null): ...this. Update signature.
22973 * hooks.c: Likewise.
22974 * target-def.h (TARGET_FOLD_BUILTIN): Define to
22975 hook_tree_tree_int_treep_bool_null.
22976 * target.h (struct gcc_target): Update signature of fold_builtin
22978 * doc/tm.texi (TARGET_FOLD_BUILTIN): Update description and signature.
22979 * builtins.c (fold_call_expr): Pass call_expr_nargs and CALL_EXPR_ARGP
22980 instead of the call expression.
22981 (fold_builtin_call_array): Pass n and argarray directly.
22982 (fold_call_stmt): Pass nargs and gimple_call_arg_ptr instead of
22984 * config/alpha/alpha.c (alpha_fold_builtin): Update signature. Lift
22985 MAX_ARGS check out of the loop. Delete declaration of `arity', declare
22986 `i' and use it in place of `arity'.
22987 * config/sparc/sparc.c (sparc_fold_builtin): Update signature.
22988 Dereference `args' directly.
22989 * config/xtensa/xtensa (xtensa_fold_builtin): Likewise.
22991 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22993 * doc/sourcebuild.texi (Effective-Target Keywords): Document
22995 (Directives): Document optional dg-require-effective-target
22998 2010-05-19 Richard Guenther <rguenther@suse.de>
23001 * tree.c (find_decls_types_r): Walk BLOCKs and its vars.
23003 2010-05-19 Richard Guenther <rguenther@suse.de>
23005 * doc/invoke.texi (-fwhopr): Document new optional jobs argument.
23006 * common.opt (fwhopr=): New.
23007 * opts.c (common_handle_option): Handle OPT_fwhopr.
23008 * gcc.c (LINK_COMMAND_SPEC): Pass fwhopr*.
23009 * collect2.c (main): Match -fwhopr*.
23010 * lto-wrapper.c (run_gcc): Handle jobs argument of -fwhopr.
23011 Execute ltrans stage in parallel when jobs is bigger than 1.
23013 2010-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23015 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to
23016 pentiumpro on Solaris 8/x86 with Sun as.
23017 * configure.ac (gcc_cv_as_hidden): Check for Solaris 9/x86 as
23019 (gcc_cv_as_ix86_quad): Check for .quad directive.
23020 * configure: Regenerate.
23021 * config.in: Regenerate.
23022 * config/i386/sol2.h (ASM_QUAD): Change guard to !HAVE_AS_IX86_QUAD.
23024 2010-05-19 Martin Jambor <mjambor@suse.cz>
23026 * ipa-prop.c (ipa_print_node_jump_functions): Print jump functions
23027 also for indirect edges. Actual printing moved...
23028 (ipa_print_node_jump_functions_for_edge): ...here.
23029 (ipa_compute_jump_functions): Renamed to
23030 ipa_compute_jump_functions_for_edge and made static.
23031 (ipa_compute_jump_functions): New function.
23032 (make_edge_direct_to_target): Check if the number of arguments on
23033 the newly direct edge is the same as the number of parametrs of
23035 * ipa-cp.c (ipcp_init_stage): Most functionality moved to new
23036 ipa_compute_jump_functions. Call ipa_analyze_params_uses.
23037 * ipa-inline.c (inline_indirect_intraprocedural_analysis): Call
23038 analysis functions unconditionally, call the new
23039 ipa_analyze_params_uses on the node instead of every edge.
23041 2010-05-19 Christian Borntraeger <borntraeger@de.ibm.com>
23043 * tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step
23045 (dump_mem_ref): Adopt debug code to handle a tree as step. This
23046 also checks for a constant int vs. non-constant but
23047 loop-invariant steps.
23048 (find_or_create_group): Change the sort algorithm to only consider
23049 steps that are constant ints.
23050 (idx_analyze_ref): Adopt code to handle a tree instead of a
23051 HOST_WIDE_INT for step.
23052 (gather_memory_references_ref): Handle tree instead of int and be
23053 prepared to see a NULL_TREE.
23054 (prune_ref_by_self_reuse, prune_ref_by_group_reuse): Do not prune
23055 prefetches if the step cannot be calculated at compile time.
23056 (issue_prefetch_ref): Issue prefetches for non-constant but
23057 loop-invariant steps.
23059 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
23062 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
23064 * tree.h (build_call_list): Remove.
23065 * tree.c (build_call_list): Remove.
23067 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
23069 * tree.h (build_call_list): Remove.
23070 * tree.c (build_call_list): Remove.
23072 2010-05-18 Jan Hubicka <jh@suse.cz>
23074 * ipa-reference.c (propagate): Walk all nodes in the cleanup stage.
23076 2010-05-18 Vladimir Makarov <vmakarov@redhat.com>
23078 PR rtl-optimization/43332
23079 * haifa-sched.c (setup_insn_max_reg_pressure): Check barrier.
23081 2010-05-18 Anatoly Sokolov <aesok@post.ru>
23083 * tree.h (build_int_cstu): Implement as static inline.
23084 * tree.c (build_int_cstu): Remove function.
23085 (double_int_to_tree, double_int_fits_to_tree_p): Handle size types as
23088 2010-05-18 Richard Guenther <rguenther@suse.de>
23091 * lto-wrapper.c (verbose): New variable. Initialize from -v.
23092 (debug): Initialize from -save-temps.
23093 (collect_execute): Print command-line when verbose.
23094 (run_gcc): Always use COLLECT_GCC_OPTIONS. Use fork_execute
23095 for ltrans invocation. Produce -dumpbase flag again.
23096 (process_args): Remove.
23098 * collect2.c (maybe_run_lto_and_relink): Only pass object
23099 files to lto-wrapper.
23100 * gcc.c (LINK_COMMAND_SPEC): Likewise.
23102 2010-05-18 Jan Hubicka <jh@suse.cz>
23104 * opts.c (decode_options): Do not disable whopr at ipa_cp.
23105 * ipa-prop.c (ipa_detect_param_modifications): Walk PHI nodes too.
23107 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
23110 * lto-streamer-out.c (output_gimple_stmt): Output number of labels
23112 * lto-streamer-in.c (input_gimple_stmt): Read number of labels
23115 2010-05-18 Jakub Jelinek <jakub@redhat.com>
23118 * var-tracking.c (find_loc_in_1pdv): Add a few checks from
23119 rtx_equal_p inline.
23121 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
23123 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Add
23124 lto-macho as lto_binary_reader.
23126 * darwin.c (darwin_asm_named_section): Do not add assembler comment
23127 after .section directive; just print it before the directive instead.
23129 2010-05-17 Jan Hubicka <jh@suse.cz>
23131 * cgraph.c (cgraph_create_virtual_clone): Only check
23132 versionable_function_p when not in wpa and checking is enabled.
23133 * cgraphunit.c (cgraph_materialize_all_clones): Stabilize after
23134 there are no more functions to materialize.
23136 2010-05-17 Jan Hubicka <jh@suse.cz>
23138 * cgraph.h (struct ipa_replace_map): Add parm_num parameter.
23139 * lto-cgraph.c (output_cgraph_opt_summary, input_cgraph_opt_summary):
23141 (output_cgraph): Call output_cgraph_opt_summary.
23142 (input_cgrpah): Call input_cgraph_opt_summary.
23143 (output_cgraph_opt_summary_p, output_node_opt_summary,
23144 input_node_opt_summary, input_cgraph_opt_section): New functions.
23145 * lto-section-in.c (lto_section_name): Add cgraphopt.
23146 * tree-inline.c (tree_function_versioning): Handle parm_num.
23147 * lto-streamer.c (lto_get_section_name): Handle cgraphopt.
23148 * lto-streamer.h (lto_section_type): Add LTO_section_cgraph_opt_sum.
23150 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
23152 * doc/invoke.texi: Update documentation for min-insn-to-prefetch-ratio.
23153 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Also apply
23154 the insn to prefetch ratio heuristic to loops with known trip count.
23156 2010-05-17 Changpeng Fang <changpeng.fang@amd.com>
23158 * tree-ssa-loop-prefetch.c (PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO): New.
23159 (schedule_prefetches): Do not generate a prefetch if the unroll factor
23160 is far from what is required by the prefetch.
23162 2010-05-17 Jan Hubicka <jh@suse.cz>
23164 * ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.
23165 (ipcp_estimate_growth): Likewise.
23166 (ipcp_const_param_count): Likewise.
23167 (ipcp_insert_stage): Likewise.
23168 * ipa-prop.c (visit_load_for_mod_analysis): New function.
23169 (visit_store_addr_for_mod_analysis): Set used flag.
23170 (ipa_detect_param_modifications): Set used flag for SSE params;
23171 update use of walk_stmt_load_store_addr_ops.
23172 (ipa_print_node_params): Print used flag.
23173 (ipa_write_node_info): Stream used flag.
23174 (ipa_read_node_info): Likewise.
23175 * ipa-prop.h (struct ipa_param_descriptor): Add used field.
23176 (ipa_is_param_used): New function.
23177 (lto_ipa_fixup_call_notes): Remove unused declaration.
23179 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23182 * configure.ac (HAVE_AS_IX86_REP_LOCK_PREFIX): New test.
23183 * configure: Regenerate.
23184 * config.in: Regenerate.
23185 * config/i386/i386.c (print_operand) <case ;>: Also print ";" if
23186 !HAVE_AS_IX86_REP_LOCK_PREFIX.
23187 Don't emit whitespace.
23188 * config/i386/i386.md (*rep_movdi_rex64): Use {%;} after rep.
23189 (*rep_movsi): Likewise.
23190 (*rep_movsi_rex64): Likewise.
23191 (*rep_movqi): Likewise.
23192 (*rep_movqi_rex64): Likewise.
23193 (*rep_stosdi_rex64): Likewise.
23194 (*rep_stossi): Likewise.
23195 (*rep_stossi_rex64): Likewise.
23196 (*rep_stosqi): Likewise.
23197 (*rep_stosqi_rex64): Likewise.
23198 (*cmpstrnqi_nz_1): Use {%;} after repz.
23199 (*cmpstrnqi_nz_rex_1): Likewise.
23200 (*cmpstrnqi_1): Likewise.
23201 (*cmpstrnqi_rex_1): Likewise.
23202 (*strlenqi_1): Use {%;} after repnz.
23203 (*strlenqi_rex_1): Likewise.
23204 * config/i386/sync.md (memory_barrier_nosse): Replace {%;| } by {%;} .
23205 (*sync_compare_and_swap<mode>): Likewise.
23206 (sync_double_compare_and_swap<mode>): Likewise.
23207 (*sync_double_compare_and_swapdi_pic): Likewise.
23208 (sync_old_add<mode>): Likewise.
23209 (sync_add<mode>): Likewise.
23210 (sync_sub<mode>): Likewise.
23211 (sync_<code><mode>): Likewise.
23213 2010-05-17 Martin Jambor <mjambor@suse.cz>
23215 * cgraph.h (cgraph_indirect_call_info): New fields anc_offset,
23216 otr_token and polymorphic.
23217 * cgraph.c (cgraph_create_indirect_edge): Inilialize the above fields.
23218 (cgraph_clone_edge): Copy the above fields.
23219 * tree.c (get_binfo_at_offset): New function.
23220 * tree.h (get_binfo_at_offset): Declare.
23221 * ipa-prop.h (enum jump_func_type): Added known_type jump function
23222 type, reordered items, updated comments.
23223 (union jump_func_value): Added base_type field, reordered fields.
23224 (enum ipa_lattice_type): Moved down in the file.
23225 (struct ipa_param_descriptor): New field polymorphic.
23226 (ipa_is_param_polymorphic): New function.
23227 * ipa-prop.c: Include gimple.h and gimple-fold.h.
23228 (ipa_print_node_jump_functions): Print known type jump functions.
23229 (compute_complex_pass_through): Renamed to...
23230 (compute_complex_assign_jump_func): this.
23231 (compute_complex_ancestor_jump_func): New function.
23232 (compute_known_type_jump_func): Likewise.
23233 (compute_scalar_jump_functions): Create known type and complex ancestor
23235 (ipa_note_param_call): New parameter polymorphic, set the corresponding
23236 flag in the call note accordingly.
23237 (ipa_analyze_call_uses): Renamed to...
23238 (ipa_analyze_indirect_call_uses): this. New parameter target, define
23239 variable var only in the block where it is used.
23240 (ipa_analyze_virtual_call_uses): New function.
23241 (ipa_analyze_call_uses): Likewise.
23242 (combine_known_type_and_ancestor_jfs): Likewise.
23243 (update_jump_functions_after_inlining): Implemented handling of a
23244 number of new jump function types combination.
23245 (print_edge_addition_message): Removed.
23246 (make_edge_direct_to_target): New function.
23247 (try_make_edge_direct_simple_call): Likewise.
23248 (try_make_edge_direct_virtual_call): Likewise.
23249 (update_call_notes_after_inlining): Renamed to...
23250 (update_indirect_edges_after_inlining): this. Moved edge creation for
23251 indirect calls to try_make_edge_direct_simple_call, also calls
23252 try_make_edge_direct_virtual_call for virtual calls.
23253 (ipa_print_node_params): Changed the header message.
23254 (ipa_write_jump_function): Stream also known type jump functions.
23255 (ipa_read_jump_function): Likewise.
23256 (ipa_write_indirect_edge_info): Stream new fields in
23257 cgraph_indirect_call_info.
23258 (ipa_read_indirect_edge_info): Likewise.
23259 * Makefile.in (ipa-prop.o): Add dependency to GIMPLE_H and
23262 2010-05-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23264 * config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.
23266 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
23268 * tree.h (CALL_EXPR_ARGS): Delete.
23269 (call_expr_arglist): Delete.
23270 * tree.c (call_expr_arglist): Delete.
23271 * builtins.c (fold_call_expr): Pass the whole CALL_EXPR to
23272 targetm.fold_builtin.
23273 * config/alpha/alpha.c (alpha_fold_builtin): Rename arglist parameter.
23274 Rewrite iteration to work on call_expr_nargs rather than TREE_CHAIN.
23275 * config/picochip/picochip.c (picochip_expand_builtin_2op): Rename
23276 arglist parameter. Use CALL_EXPR_ARG.
23277 (picochip_expand_builtin_3op): Likewise.
23278 (picochip_expand_builtin_2opvoid): Likewise.
23279 (picochip_expand_array_get): Likewise.
23280 (picochip_expand_array_put): Likewise.
23281 (picochip_expand_array_testport): Likewise.
23282 (picochip_expand_builtin): Don't call CALL_EXPR_ARGS. Pass exp
23283 rather than arglist.
23284 * config/rx/rx.c (rx_expand_builtin): Call call_expr_nargs instead of
23286 * config/sparc/sparc.c (sparc_fold_builtin): Use CALL_EXPR_ARG rather
23287 than TREE_VALUE and TREE_CHAIN.
23288 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
23289 * doc/tm.texi (TARGET_FOLD_BUILTIN): Pass CALL_EXPR tree instead of
23292 2010-05-17 Jakub Jelinek <jakub@redhat.com>
23295 * cfglayout.c (fixup_reorder_chain): Allow returnjump_p
23296 to have no fallthru edge.
23298 PR middle-end/44102
23299 * cfgcleanup.c (try_optimize_cfg): When removing trivially empty
23300 bb with no successors, move footer whenever in IR_RTL_CFGLAYOUT
23301 mode, not just when CLEANUP_CFGLAYOUT, and when in IR_RTL_CFGRTL
23302 add BARRIER after previous bb if needed.
23304 2010-05-17 Nathan Froyd <froydnj@codesourcery.com>
23306 * tree.c (build_function_type_list_1): Remove bogus assert condition.
23308 2010-05-17 Alan Modra <amodra@gmail.com>
23310 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Delete
23311 unnecessary prototype. Replace copy_r12 and copy_r11 flag params
23312 with copy_reg rtx param.
23313 (rs6000_emit_prologue): Update rs6000_emit_allocate_stack calls.
23314 Correct cases where code for ABI_V4 did not initialise the reg
23315 used to access frame. Also leave frame_reg_rtx as sp for large
23316 frames that save no regs.
23318 2010-05-17 Martin Jambor <mjambor@suse.cz>
23320 PR middle-end/44133
23321 * tree-sra.c (create_access_replacement): New parameter rename, mark
23322 the replaement for renaming only when it is true.
23323 (get_access_replacement): Pass true in the rename parameter of
23324 create_access_replacement.
23325 (get_unrenamed_access_replacement): New function.
23326 (replace_uses_with_default_def_ssa_name): New parameter racc, get the
23327 replacement declaration from it.
23329 2010-05-17 Bernd Schmidt <bernds@codesourcery.com>
23331 * function.c (try_fit_stack_local, add_frame_space): New static
23333 (assign_stack_local_1): Use them. Look for opportunities to use
23334 space previously wasted on alignment.
23335 * function.h (struct frame_space): New.
23336 (struct rtl_data): Add FRAME_SPACE_LIST member.
23337 * reload1.c (something_was_spilled): New static variable.
23338 (alter_reg): Set it.
23339 (reload): Test it in addition to testing if the frame size changed.
23341 2010-05-17 Christian Borntraeger <borntraeger@de.ibm.com>
23343 * config/s390/s390.c: Define sane prefetch settings and activate
23344 flag_prefetch_loop_arrays on -O3.
23345 * config/s390/s390.h: Declare that read can use write prefetch.
23347 2010-05-17 Jakub Jelinek <jakub@redhat.com>
23349 * lto-streamer-out.c (lto_output): Fix --enable-checking=release
23352 2010-05-16 Jan Hubicka <jh@suse.cz>
23354 * ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of
23355 function body; do not check stdarg field of struct function.
23357 2010-05-16 Jan Hubicka <jh@suse.cz>
23359 * cgraph.c (dump_cgraph_node): Dump versionable flag.
23360 * cgraph.h (cgraph_local_info): Add versionable flag.
23361 * ipa-cp.c (ipcp_analyze_node): Set versionable flag.
23362 (ipcp_versionable_function_p): Use it.
23363 * lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
23366 2010-05-16 Jan Hubicka <jh@suse.cz>
23368 * cgraph.c (cgraph_clone_node): Take decl argument and insert
23369 clone into hash when it is different from orig.
23370 (cgraph_create_virtual_clone): Update use of cgraph_clone_node.
23371 * cgraph.h (cgraph_clone_node): Update prototype.
23372 * lto-cgrpah.c (lto_cgraph_encoder_new): Create body map.
23373 (lto_cgraph_encoder_delete): Delete body map.
23374 (lto_cgraph_encoder_size): Move to header.
23375 (lto_cgraph_encoder_encode_body_p,
23376 lto_set_cgraph_encoder_encode_body): New.
23377 (lto_output_node): Do not take written_decls argument; output clone_of
23379 (add_node_to): Add include_body_argument; call
23380 lto_set_cgraph_encoder_encode_body on master of the clone.
23381 (add_references): Update use of add_node_to.
23382 (compute_ltrans_boundary): Likewise.
23383 (output_cgraph): Do not create written_decls bitmap.
23384 (input_node): Take nodes argument; stream in clone_of correctly.
23385 (input_cgraph_1): Update use of input_node.
23386 * lto-streamer-out.c (lto_output): Use encoder info to decide
23387 what bodies to output.
23388 * ipa-inline.c (cgraph_clone_inlined_nodes,
23389 cgraph_decide_recursive_inlining): Update call of cgraph_clone_node.
23390 * lto-streamer.h (lto_cgraph_encoder_d): Add body.
23391 (lto_cgraph_encoder_size): Define here.
23392 (lto_cgraph_encoder_encode_body_p, lto_varpool_encoder_encode_body_p):
23395 2010-05-16 Richard Guenther <rguenther@suse.de>
23397 * doc/invoke.texi (-fipa-struct-reorg): Do not mention
23399 * ipa-type-escape.c (gate_type_escape_vars): Run when
23400 -fipa-struct-reorg runs.
23401 * opts.c (decode_options): Do not unset flag_ipa_type_escape.
23402 * common.opt (fipa-type-escape): Remove.
23404 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
23406 * opts.c (handle_option): Call into LTO streamer only if ENABLE_LTO.
23407 (decode_options): Likewise.
23408 * Makefile.in (opts.o): Add dependency on LTO_STREAMER_H.
23410 2010-05-16 Jan Hubicka <jh@suse.cz>
23412 * ipa.c (function_and_variable_visibility): Also bring local all
23415 2010-05-16 Richard Guenther <rguenther@suse.de>
23417 * alias.c (nonoverlapping_memrefs_p): Remove use of
23418 IPA type-escape information.
23420 2010-05-16 Joseph Myers <joseph@codesourcery.com>
23422 * c-common.c (c_common_reswords): Add _Static_assert for C.
23423 * c-parser.c (c_token_starts_declaration,
23424 c_parser_next_token_starts_declaration,
23425 c_parser_static_assert_declaration_no_semi,
23426 c_parser_static_assert_declaration): New.
23427 (c_parser_declaration_or_fndef): Add parameter static_assert_ok.
23428 Handle static assertions if static_assert_ok.
23429 (c_parser_external_declaration, c_parser_declaration_or_fndef,
23430 c_parser_compound_statement_nostart, c_parser_label,
23431 c_parser_for_statement, c_parser_objc_methodprotolist,
23432 c_parser_omp_for_loop): All callers of
23433 c_parser_declaration_or_fndef changed.
23434 (c_parser_struct_declaration): Handle static assertions.
23435 (c_parser_compound_statement_nostart): Use
23436 c_parser_next_token_starts_declaration and
23437 c_token_starts_declaration to detect start of declarations.
23438 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
23441 2010-05-16 Anatoly Sokolov <aesok@post.ru>
23443 * config/mmix/mmix.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
23444 LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
23445 * config/mmix/mmix.c (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
23446 TARGET_FUNCTION_VALUE_REGNO_P): Define.
23447 (mmix_function_outgoing_value): Rename to...
23448 (mmix_function_value): ...this. Make static. Add 'outgoing' argument.
23449 (mmix_function_value_regno_p): Make static.
23450 (mmix_libcall_value): New function.
23451 * config/mmix/mmix-protos.h (mmix_function_outgoing_value,
23452 mmix_function_value_regno_p): Remove declaration.
23454 2010-05-16 Eric Botcazou <ebotcazou@adacore.com>
23456 * tree.c (build_common_builtin_nodes): Always clear TREE_NOTHROW on
23457 BUILT_IN_ALLOCA if stack checking is enabled.
23459 2010-05-16 Richard Guenther <rguenther@suse.de>
23461 * var-tracking.c (vars_copy_1): Inline ...
23462 (vars_copy): ... here. Use FOR_EACH_HTAB_ELEMENT.
23463 (variable_union): Use FOR_EACH_HTAB_ELEMENT. Merge asserts.
23464 (variable_merge_over_cur): Adjust. Merge asserts.
23465 (variable_merge_over_src): Likewise.
23466 (dataflow_set_merge): Use FOR_EACH_HTAB_ELEMENT.
23467 (variable_post_merge_new_vals): Merge asserts.
23468 (variable_post_merge_perm_vals): Likewise.
23469 (find_mem_expr_in_1pdv): Likewise.
23470 (dataflow_set_different_value): Remove.
23471 (onepart_variable_different_p): Merge asserts.
23472 (variable_different_p): Likewise.
23473 (dataflow_set_different_1): Inline ...
23474 (dataflow_set_different): ... here. Use FOR_EACH_HTAB_ELEMENT.
23475 (emit_notes_for_differences_1): Merge asserts.
23477 2010-05-16 Richard Guenther <rguenther@suse.de>
23479 * lto-symtab.c (lto_symtab_entry_hash): Use IDENTIFIER_HASH_VALUE.
23480 * optabs.c (libfunc_decl_hash): Likewise.
23481 * varasm.c (emutls_decl): Likewise.
23483 2010-05-16 Steven Bosscher <steven@gcc.gnu.org>
23485 * c-decl.c: Don't include gimple.h.
23486 (merge_decls): Do not copy gimple_body.
23488 2010-05-15 Jason Merrill <jason@redhat.com>
23490 * c.opt: Add -fnothrow-opt.
23492 2010-05-15 Jan Hubicka <jh@suse.cz>
23494 * ipa-prop.c (ipa_prop_read_section): Add sanity check that node is
23496 * passes.c (ipa_write_summaries): Write all analyzed nodes.
23498 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
23500 * vecir.h: New file with VEC primitives for tree, gimple, and rtl.
23501 * Makefile.in: Add it.
23502 Fix all other Makefile dependencies for changes below.
23503 * tree.h: Include it instead of defining VEC primitives here.
23504 * gimple.h: Likewise.
23506 * tree-inline.h: Inlclude vecir.h instead of gimple.h.
23507 * except.h: Include vecir.h, break dependence on tree.h.
23509 * gimplify.c (append_to_statement_list_1, append_to_statement_list):
23511 * tree-iterator.c: ...to here.
23512 * tree-iterator.h: Fix file introduction comment. Add extern markers.
23514 * c-lex.c: Include fixed-value.h instead of rtl.h. Do not include
23516 * c-cppbuiltin.c: Explain why debug.h and tm_p.h are included.
23517 * c-objc-common.h: Do not include tm.h, rtl.h, insn-config.h,
23518 integrate.h, function.h, toplev.h, tree-inline.h, ggc.h,
23519 tree-mudflap.h, and target.h.
23520 * c-semantics.c: Do not include except.h, ggc.h, rtl.h, timevar.h,
23521 predict.h, tree-inline.h, gimple.h, and langhooks.h.
23522 * c-decl.c: Do not include expr.h, ggc.h, libfuncs.h, except.h.
23523 Add FIXME for why gimple.h is still included (should be unnecessary
23524 since GCC 4.5 gimplification unit-at-a-time).
23525 * c-typeck.c: Do not include rtl.h, tm_p.h, ggc.h, and gimple.h.
23526 * c-pragma.c: Add FIXME for why function.h needs to be included just
23527 for cfun, at front-end level.
23528 Add note that REGISTER_TARGET_PRAGMAS should probably be a target hook.
23529 Do not include ggc.h, but include vecprim.h for VEC(char).
23530 * c-opts.c: Do not include tm.h, tree-inline.h, and tm_p.h.
23531 Explain why target.h is included.
23532 * c-omp.h: Do not include tm.h, function.h, and bitmap.h.
23533 Explain why gimple.h is included.
23534 * c-ppoutput.c: Do not include tm.h.
23535 * c-common.c: Do not include gimple.h. Explain why expr.h is included.
23536 * c-parses.c: Explain why rtl.h is included, and that this (and only
23537 this) is also why tm.h must be included.
23538 Do not include except.h.
23539 * c-lang.c: Do not include ggc.h.
23541 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
23543 * targhooks.c (GO_IF_MODE_DEPENDENT_ADDRESS): Use CONST_CAST_RTX.
23545 2010-05-15 Joseph Myers <joseph@codesourcery.com>
23547 * c-decl.c (grokfield): Allow typedefs for anonymous structs and
23548 unions by default if those structs and unions have no tags. Do
23549 not condition anonymous struct and unions handling on flag_iso.
23550 Allow anonymous structs and unions for C1X.
23551 (finish_struct): Do not diagnose lack of named fields when
23552 anonymous structs and unions present for C1X. Accept flexible
23553 array members in structure with anonymous structs or unions but no
23554 directly named fields.
23555 * doc/extend.texi (Unnamed Fields): Update.
23557 2010-05-15 Eric Botcazou <ebotcazou@adacore.com>
23559 * gimple.h (compare_field_offset): Rename into...
23560 (gimple_compare_field_offset): ...this.
23561 * gimple.c (compare_field_offset): Rename into...
23562 (gimple_compare_field_offset): ...this. Compare the full access if
23563 the offset is self-referential.
23564 (gimple_types_compatible_p): Adjust for above renaming.
23565 * lto-streamer-in.c (input_gimple_stmt): Likewise. Also compare the
23566 DECL_NONADDRESSABLE_P flag of fields before merging them.
23568 2010-05-15 Nathan Froyd <froydnj@codesourcery.com>
23570 * tree.h (ctor_to_list): Delete.
23571 * tree.c (ctor_to_list): Delete.
23573 2010-05-15 Jan Hubicka <jh@suse.cz>
23575 * ipa-reference.c: Include toplev.h
23576 (is_proper_for_analysis): Only add to all_module_statics
23577 if it is allocated.
23578 (write_node_summary_p, stream_out_bitmap,
23579 ipa_reference_write_optimization_summary,
23580 ipa_reference_read_optimization_summary): New.
23581 (struct ipa_opt_pass_d pass_ipa_reference): Add
23582 optimization summary streaming.
23583 * lto-cgraph.c (referenced_from_this_partition_p,
23584 reachable_from_this_partition_p): New functions.
23585 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
23586 call_may_clobber_ref_p_1): Ask ipa-reference even for public vars.
23587 * opts.c (decode_options): Enable ipa_reference.
23588 * Makefile.in (ipa-reference.o): Add toplev.h dependency.
23589 * lto-streamer.h (referenced_from_this_partition_p,
23590 reachable_from_this_partition_p): Declare.
23592 2010-05-15 Richard Guenther <rguenther@suse.de>
23594 PR tree-optimization/44038
23595 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Avoid
23596 taking the address of a V_C_E of a constant.
23598 2010-05-14 Jan Hubicka <jh@suse.cz>
23600 * tree.h (memory_identifier_string): Remove.
23601 * ipa-reference.c: Update comment; do not include gt-ipa-reference.h
23602 (ipa_reference_global_vars_info_d): Remove statics_not_read and
23603 statics_not_written.
23604 (ipa_reference_optimization_summary_d): New structure.
23605 (ipa_reference_optimization_summary_t): New type and vector.
23606 (ipa_reference_vars_info_d): Embedd structures instead of using
23608 (reference_vars_to_consider): Remove out of GGC space.
23609 (module_statics_escape): Remove.
23610 (global_info_obstack): Rename to ...
23611 (optimization_summary_obstack): ... this one.
23612 (initialization_status_t): Remove.
23613 (memory_identifier_string): Remove.
23614 (get_reference_vars_info): Fix indenting.
23615 (set_reference_vars_info): Likewise.
23616 (get_reference_optimization_summary): New.
23617 (set_reference_optimization_summary): New.
23618 (get_global_reference_vars_info): Remove.
23619 (ipa_reference_get_read_global): Remove.
23620 (ipa_reference_get_written_global): Remove.
23621 (ipa_reference_get_not_read_global): Update.
23622 (ipa_reference_get_not_written_global): Update.
23623 (is_proper_for_analysis): Outlaw addressable.
23624 (propagate_bits): Update for new datastructures.
23625 (analyze_variable): Remove.
23626 (init_function_info): Update for new datastructures.
23627 (clean_function_local_data): Remove.
23628 (clean_function): Remove.
23629 (copy_global_bitmap): Use optimizations_summary_obstack.
23630 (duplicate_node_data): Duplicate optimization summary only.
23631 (remove_node_data): Remove optimization summary only.
23632 (generate_summary): Do not analyze variables; do not compute
23633 module_statics_escape; do not prune solutions by it.
23634 (read_write_all_from_decl): Fix typos in comments.
23635 (propagate): Doscover readonly and nonaddressable first;
23636 update for new datastructures; share global bitmaps.
23637 * ipa-reference.h (ipa_reference_get_read_global,
23638 ipa_reference_get_written_global): Remove.
23639 * ipa-pure-const.c (check_stmt): Do not use memory_identifier_string.
23640 * Makefile.in: Remove ipa-refereference from GT files.
23642 2010-05-14 Jakub Jelinek <jakub@redhat.com>
23645 * dwarf2out.c (resolve_one_addr): Check TREE_ASM_WRITTEN
23646 for all SYMBOL_REF_DECLs.
23648 2010-05-14 Jan Hubicka <jh@suse.cz>
23650 * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.
23651 (varpool_all_refs_explicit_p): New inline function.
23652 * ipa-reference.c: Update comment.
23653 (module_statics_written): Remove.
23654 (get_static_decl): Remove.
23655 (ipa_init): Do not initialize module_statics_written.
23656 (analyze_function): Likewise.
23657 (generate_summary): Likewise; do not compute module_statics_readonly
23658 and do not update variable flags.
23659 (propagate): Call ipa_discover_readonly_nonaddressable_vars.
23660 * ipa.c: Inlucde flags.h
23661 (cgraph_local_node_p): New.
23662 (cgraph_remove_unreachable_nodes): Return early when not optimizing;
23663 promote functions to local.
23664 (ipa_discover_readonly_nonaddressable_vars): New function.
23665 (function_and_variable_visibility): Use cgraph_local_node_p.
23666 * varpool.c (varpool_finalize_decl): Set force_output for
23667 DECL_PRESERVE_P vars.
23669 2010-05-14 Jan Hubicka <jh@suse.cz>
23671 * ipa.c (cgraph_remove_unreachable_nodes): Revert accidental commit.
23673 2010-05-14 Richard Guenther <rguenther@suse.de>
23675 PR tree-optimization/44119
23676 * tree-ssa-pre.c (eliminate): Properly mark replacement of
23677 a PHI node necessary.
23679 2010-05-14 Eric Botcazou <ebotcazou@adacore.com>
23681 * tree.h (TREE_ADDRESSABLE): Remove bogus usage for FIELD_DECL.
23683 2010-05-14 Jason Merrill <jason@redhat.com>
23686 * gimple.h (enum gf_mask): Add GF_CALL_NOTHROW.
23687 (gimple_call_set_nothrow): New.
23688 * gimple.c (gimple_build_call_from_tree): Call it.
23689 (gimple_call_flags): Set ECF_NOTHROW from GF_CALL_NOTHROW.
23692 * gimplify.c (gimplify_seq_add_stmt): No longer static.
23693 * gimple.h: Declare it.
23694 * gimple.c (gimple_build_eh_filter): No ops.
23696 2010-05-14 Jan Hubicka <jh@suse.cz>
23698 * ipa.c (enqueue_cgraph_node): Update comment; do not re-enqueue
23699 nodes already in queue.
23700 (cgraph_remove_unreachable_nodes): Cleanup; fix problem with
23701 re-enqueueing node.
23703 2010-05-14 Jakub Jelinek <jakub@redhat.com>
23706 * cfgexpand.c (expand_debug_expr): If non-memory op0
23707 has BLKmode, return NULL.
23709 2010-05-14 Harsha Jagasia <harsha.jagasia@amd.com>
23711 * config.gcc: Add support for --with-cpu option for bdver1.
23712 * config/i386/i386.h (TARGET_BDVER1): New macro.
23713 (ix86_tune_indices): Change SSE_UNALIGNED_MOVE_OPTIMAL
23714 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
23715 (ix86_tune_features) :Change SSE_UNALIGNED_MOVE_OPTIMAL
23716 to SSE_UNALIGNED_LOAD_OPTIMAL. Add SSE_UNALIGNED_STORE_OPTIMAL.
23717 Add SSE_PACKED_SINGLE_INSN_OPTIMAL.
23718 (TARGET_CPU_DEFAULT_NAMES): Add bdver1.
23719 (processor_type): Add PROCESSOR_BDVER1.
23720 * config/i386/i386.md: Add bdver1 as a new cpu attribute to match
23721 processor_type in config/i386/i386.h.
23722 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit
23723 movaps <reg, reg> instead of movapd <reg, reg> when replacing
23724 movsd <reg, reg> or movss <reg, reg> for SSE and AVX.
23725 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL
23726 to emit packed xor instead of packed double/packed integer
23727 xor for SSE and AVX when moving a zero value.
23728 * config/i386/sse.md: Add check for
23729 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movaps instead of
23730 movapd/movdqa for SSE and AVX.
23731 Add check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed
23732 single logical operations i.e and, or and xor instead of packed double
23733 logical operations for SSE and AVX.
23734 * config/i386/i386-c.c (ix86_target_macros_internal):
23735 Add PROCESSOR_BDVER1.
23736 * config/i386/driver-i386.c: Turn on -mtune=native for BDVER1.
23737 (has_fma4, has_xop): New.
23738 * config/i386/i386.c (bdver1_cost): New variable.
23739 (m_BDVER1): New macro.
23740 (m_AMD_MULTIPLE): Add m_BDVER1.
23741 (x86_tune_use_leave, x86_tune_push_memory, x86_tune_unroll_strlen,
23742 x86_tune_deep_branch_prediction, x86_tune_use_sahf, x86_tune_movx,
23743 x86_tune_use_simode_fiop, x86_tune_promote_qimode,
23744 x86_tune_add_esp_8, x86_tune_tune_sub_esp_4, x86_tune_sub_esp_8,
23745 x86_tune_integer_dfmode_moves, x86_tune_partial_reg_dependency,
23746 x86_tune_sse_partial_reg_dependency,
23747 x86_tune_sse_unaligned_load_optimal,
23748 x86_tune_sse_unaligned_store_optimal, x86_tune_sse_typeless_stores,
23749 x86_tune_memory_mismatch_stall, x86_tune_use_ffreep,
23750 x86_tune_inter_unit_moves, x86_tune_inter_unit_conversions,
23751 x86_tune_use_bt, x86_tune_pad_returns, x86_tune_slow_imul_imm32_mem,
23752 x86_tune_slow_imul_imm8, x86_tune_fuse_cmp_and_branch):
23753 Enable/disable for bdver1.
23754 (processor_target_table): Add bdver1_cost.
23755 (cpu_names): Add bdver1.
23756 (override_options): Set up PROCESSOR_BDVER1 for bdver1 entry in
23757 processor_alias_table.
23758 (ix86_expand_vector_move_misalign): Change.
23759 TARGET_SSE_UNALIGNED_MOVE_OPTIMAL to TARGET_SSE_UNALIGNED_LOAD_OPTIMAL.
23760 Check for TARGET_SSE_UNALIGNED_STORE_OPTIMAL.
23761 Check for TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit movups instead
23762 of movupd/movdqu for SSE and AVX.
23763 (ix86_tune_issue_rate): Add PROCESSOR_BDVER1.
23764 (ix86_tune_adjust_cost): Add code for bdver1.
23765 (standard_sse_constant_opcode): Add check for
23766 TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL to emit packed single xor instead
23767 of packed double xor for SSE and AVX.
23769 2010-05-14 Pat Haugen <pthaugen@us.ibm.com>
23771 * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs()
23772 result to unsigned.
23774 2010-05-14 Tristan Gingold <gingold@adacore.com>
23776 * toplev.c (default_debug_hooks): Remove this variable.
23777 (process_options): Remove assignments to default_debug_hooks.
23779 2010-05-14 Martin Jambor <mjambor@suse.cz>
23781 * langhooks-def.h (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove.
23782 (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_FOLD_OBJ_TYPE_REF.
23783 * langhooks.h (struct lang_hooks_for_decls): Removed field
23785 * tree.c (free_lang_data): Remove assignment to
23786 lang_hooks.fold_obj_type_ref.
23787 * tree.def (OBJ_TYPE_REF): Update comment.
23789 2010-05-14 Richard Guenther <rguenther@suse.de>
23791 PR tree-optimization/44124
23792 * tree-ssa-sccvn.c (vn_nary_may_trap): Fix invalid memory access.
23794 2010-05-14 Alan Modra <amodra@gmail.com>
23797 * config/rs6000/rs6000.c (struct machine_function): Reorder
23798 fields for better packing. Add lr_save_state.
23799 (rs6000_ra_ever_killed): Return lr_save_state if set.
23800 (rs6000_emit_eh_reg_restore): Set lr_save_state.
23802 2010-05-13 Jan Hubicka <jh@suse.cz>
23804 * varpool.c (decide_is_variable_needed): Drop code checking
23805 TREE_SYMBOL_REFERENCED.
23807 2010-05-13 Jan Hubicka <jh@suse.cz>
23809 * final.c (output_addr_const): Do not call mark_decl_referenced.
23810 * cgraphunit.c (process_function_and_variable_attributes): Use
23811 mark_needed_node dirrectly.
23812 (assemble_thunk): Do not call mark_decl_referenced.
23814 2010-05-13 Anatoly Sokolov <aesok@post.ru>
23816 * targhooks.c (default_mode_dependent_address_p): Cast 'addr' to rtx.
23818 2010-05-13 Jeff Law <law@redhat.com>
23820 * ira-conflicts.c (print_allocno_conflicts): New function broken out
23822 (print_conflicts): Call print_allocno_conflicts.
23824 2010-05-13 Jakub Jelinek <jakub@redhat.com>
23827 * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
23830 2010-05-13 Kai Tietz <kai.tietz@onevision.com>
23832 * config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose
23833 t-mingw-w64 or t-mingw-w32 for multilib configuration.
23834 * config/i386/t-mingw-w32: New.
23835 * config/i386/t-mingw-w64 (MULTILIB_OSDIRNAMES): Change lib64 to lib.
23837 2010-05-13 Martin Jambor <mjambor@suse.cz>
23839 * gimple.c (gimple_fold_obj_type_ref): Removed (a replacement moved to
23841 * gimple-fold.c (get_base_binfo_for_type): New function.
23842 (gimple_get_relevant_ref_binfo): Likewise.
23843 (gimple_fold_obj_type_ref_known_binfo): Likewise.
23844 (gimple_fold_obj_type_ref): Likewise.
23845 (fold_gimple_call): Simplify condition for folding virtual calls
23846 and call gimple_fold_obj_type_ref.
23847 * gimple.h (gimple_get_relevant_ref_binfo): Declare.
23848 (gimple_fold_obj_type_ref_known_binfo): Likewise.
23850 2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
23852 * config/rs6000/rs6000-protos.h
23853 (rs6000_mode_dependent_address_ptr): Change argument to const_rtx.
23854 * config/rs6000/rs6000.c (rs6000_mode_dependent_address)
23855 (rs6000_debug_mode_dependent_address)
23856 (rs6000_mode_dependent_address_ptr): Likewise.
23858 2010-05-13 Jakub Jelinek <jakub@redhat.com>
23861 * var-tracking.c (track_expr_p): Allow tracking of variables optimized
23863 * Makefile.in (dwarf2out.o): Depend on $(TREE_FLOW_H).
23864 * tree-sra.c (create_access_replacement): Call unshare_expr before
23865 passing expr to SET_DECL_DEBUG_EXPR, and remove any SSA_NAMEs from it.
23866 * dwarf2out.c: Include tree-flow.h.
23867 (struct var_loc_node): Rename var_loc_note field to loc, add comment.
23868 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
23869 Handle DW_OP_bit_piece.
23870 (decl_piece_bitsize, decl_piece_varloc_ptr, decl_piece_node,
23871 construct_piece_list, adjust_piece_list): New functions.
23872 (add_var_loc_to_decl): Handle SRA optimized variables.
23873 Adjust for var_loc_note to loc field renaming.
23874 (dw_loc_list_1): For WANT_ADDRESS == 2 prefer DECL_MODE of decl
23875 in VAR_LOCATION note.
23876 (new_loc_descr_op_bit_piece): New function.
23877 (dw_sra_loc_expr): New function.
23878 (dw_loc_list): Use it. Don't handle the last range after the
23879 loop, handle it inside of the loop. Adjust for var_loc_note
23880 to loc field renaming.
23881 (add_location_or_const_value_attribute): Only special case
23882 single entry loc lists if loc is NOTE_P. Adjust for
23883 var_loc_note to loc field renaming.
23884 (dwarf2out_var_location): Don't set newloc->var_loc_note
23885 and newloc->next here.
23887 2010-05-12 Jan Hubicka <jh@suse.cz>
23889 * cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
23891 * cgraph.h (cgraph_only_called_directly_p,
23892 cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
23893 (cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
23894 * cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
23896 * ipa.c (cgraph_remove_unreachable_nodes): Use
23897 cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
23899 * tree-inline.c (copy_bb): Check address_taken flag.
23900 * tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
23901 externally_visible flag.
23903 2010-05-12 Jason Merrill <jason@redhat.com>
23907 * dbxout.c (dbxout_type): Remove NULLPTR_TYPE handling.
23908 * sdbout.c (plain_type_1): Likewise.
23909 * dwarf2out.c (is_base_type): Likewise.
23910 (gen_type_die_with_usage): Likewise. Generate
23911 DW_TAG_unspecified_type for any LANG_TYPE.
23913 2010-05-12 Jan Hubicka <jh@suse.cz>
23915 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Build
23917 * cgraph.c (cgraph_create_indirect_edge): Take ecf_flags argument.
23918 (cgraph_clone_edge): Update.
23919 (cgraph_node_remove_callees): Remove indirect calls too.
23920 * cgraph.h (cgraph_indirect_call_info): Add ecf_flags.
23921 (cgraph_create_indirect_edge): Update prototype.
23922 * ipa-reference.c (has_proper_scope_for_analysis): Rename to
23923 is_proper_for_analysis.
23924 (add_new_function, visited_nodes, function_insertion_hook_holder,
23925 get_local_reference_vars_info, mark_address_taken, mark_address,
23926 mark_load, mark_store, check_asm_memory_clobber, check_call,
23927 scan_stmt_for_static_refs, scan_initializer_for_static_refs): Remove.
23928 (ipa_init): Do not initialize visited_nodes;
23929 function_insertion_hook_holder.
23930 (analyze_variable): Rewrite.
23931 (analyze_function): Rewrite.
23932 (copy_local_bitmap): Remove.
23933 (duplicate_node_dat): Do not duplicate local info.
23934 (generate_summary): Simplify to only walk cgraph.
23935 (write_node_summary_p, ipa_reference_write_summary,
23936 ipa_reference_read_summary): Remove.
23937 (propagate): Do not remove function insertion;
23939 (pass_ipa_reference): NULLify summary handling fields.
23940 * lto-cgraph.c (lto_output_edge): Output ecf_flags.
23941 (input_edge): Input ecf_flags.
23942 * ipa-prop.c (ipa_note_parm_call): Expect edge to be around.
23943 (update_indirect_edges_after_inlining): Ignore edges with unknown
23946 2010-05-12 Sriraman Tallam <tmsriram@google.com>
23948 * implicit-zee.c: New file.
23949 * tree-pass.h (pass_implicit_zee): Declare.
23950 * passes.c (init_optimization_passes): Add zee pass.
23951 * common.opt (fzee): New flag.
23952 * timevar.def (TV_ZEE): Define.
23953 * config/i386/i386.c (optimization_options): Turn on ZEE for level 2
23955 * Makefile.in (implicit-zee.o): Add new build file.
23957 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
23958 Nathan Froyd <froydnj@codesourcery.com>
23960 * c-common.c (sync_resolve_params): Remove write-only variable.
23962 2010-05-12 Anatoly Sokolov <aesok@post.ru>
23964 * target.h (struct gcc_target): Add mode_dependent_address_p field.
23965 * target-def.h (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
23966 (TARGET_INITIALIZER): Use TARGET_MODE_DEPENDENT_ADDRESS_P.
23967 * targhooks.c (default_mode_dependent_address_p): New function.
23968 * targhooks.h (default_mode_dependent_address_p): Declare function.
23969 * doc/tm.texi (TARGET_MODE_DEPENDENT_ADDRESS_P): New.
23970 (GO_IF_MODE_DEPENDENT_ADDRESS): Update.
23971 * recog.c (mode_dependent_address_p): Call mode_dependent_address_p
23972 target hook. Change return type to bool.
23973 * recog.h (mode_dependent_address_p): Change return type to bool.
23975 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
23976 Nathan Froyd <froydnj@codesourcery.com>
23978 * tree-mudflap.c (build_function_type_0, build_function_type_1,
23979 build_function_type_2, build_function_type_3): Remove.
23980 (mudflap_init): Use build_function_type_list.
23982 2010-05-12 Kazu Hirata <kazu@codesourcery.com>
23983 Nathan Froyd <froydnj@codesourcery.com>
23985 * coverage.c (build_fn_info_value): Call build_constructor instead of
23986 build_constructor_from_list.
23987 (build_ctr_info_value): Likewise.
23988 (build_gcov_info): Likewise.
23990 2010-05-12 Nathan Froyd <froydnj@codesourcery.com>
23992 * tree.c (build_constructor): Compute TREE_CONSTANT for the
23993 resultant constructor.
23994 (build_constructor_single): Don't set TREE_CONSTANT.
23995 (build_constructor_from_list): Don't compute TREE_CONSTANT.
23997 2010-05-12 Jan Hubicka <jh@suse.cz>
23999 * cgraph.h (struct varpool_node): Add aux.
24000 * varasm.c (find_decl_and_mark_needed): Force output of varpool nodes.
24001 * varpool.c (varpool_remove_node): Do not remove initializer.
24002 (varpool_reset_queue): Export.
24003 (varpool_finalize_decl): Volatile vars are forced to be output.
24004 * lto-symtab.c (lto_varpool_replace_node): Clear out initializer of
24006 * ipa.c (enqueue_cgraph_node, enqueue_varpool_node,
24007 process_references, varpool_can_remove_if_no_refs): New functions.
24008 (cgraph_remove_unreachable_nodes): Handle variables too.
24010 2010-05-12 H.J. Lu <hongjiu.lu@intel.com>
24013 * config/i386/sse.md (*avx_vmmaskcmp<mode>3): New.
24015 2010-05-12 Jakub Jelinek <jakub@redhat.com>
24017 PR middle-end/44085
24018 * gimplify.c (enum omp_region_type): Add ORT_UNTIED_TASK,
24019 change value of ORT_TASK.
24020 (new_omp_context): Handle ORT_UNTIED_TASK like ORT_TASK.
24021 (omp_notice_threadprivate_variable): New function.
24022 (omp_notice_variable): Call it for threadprivate variables.
24023 If enclosing ctx is a task, print enclosing task rather than
24024 enclosing parallel. Handle ORT_UNTIED_TASK like ORT_TASK.
24025 (gimplify_omp_task): Pass ORT_UNTIED_TASK instead of ORT_TASK
24026 if task has untied clause.
24029 * dwarf2out.c (base_type_die): Don't add name attribute here.
24030 (modified_type_die): Instead of sizetype use
24031 its underlying original type. If a DW_TAG_base_type doesn't
24032 have name added, add __unknown__.
24033 (dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
24034 always call force_type_die instead.
24036 2010-05-12 Maxim Kuvyrkov <maxim@codesourcery.com>
24038 * targhooks.c (default_stack_protect_guard): Avoid sharing RTL
24039 for __stack_chk_guard.
24041 2010-05-11 Jakub Jelinek <jakub@redhat.com>
24043 * c-opts.c (c_common_parse_file): If start_end_main_source_file,
24044 don't call start_source_file debug hook here...
24045 (finish_options): ... but here, after outputting predefined and
24046 command line defines and undefs.
24048 PR middle-end/44071
24049 * cfglayout.c (fixup_reorder_chain): Allow asm goto to have
24051 * cfgcleanup.c (try_optimize_cfg): When in cfglayout mode
24052 optimizing away empty bb with no successors, move over its
24053 footer chain to fallthru predecessor.
24054 * cfgrtl.c (patch_jump_insn): Update also REG_LABEL_OPERAND.
24055 (rtl_split_edge): For asm goto call patch_jump_insn even if
24056 splitting fallthru edge.
24059 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use qnu_unique_object
24060 even for DECL_ONE_ONLY DECL_ARTIFICIAL !TREE_READONLY decls.
24061 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Likewise.
24062 * dwarf2asm.c (dw2_output_indirect_constant_1): Set TREE_READONLY
24066 * c-parser.c (c_parser_expression): Mark LHS of a comma
24067 expression as read if it is a decl, handled component or
24068 COMPOUND_EXPR with that on the RHS.
24069 * c-typeck.c (c_process_expr_stmt): Mark RHS of COMPOUND_EXPR
24070 if it is a decl or handled component.
24072 2010-05-11 Jan Hubicka <jh@suse.cz>
24074 * lto-symtab.c (lto_symtab_free): New function.
24075 * lto-streamer.h (lto_symtab_free): Declare.
24077 2010-05-11 Jan Hubicka <jh@suse.cz>
24079 * lto-cgraph.c (reachable_from_other_partition_p): Export; do not assume
24080 that if function is needed it is reachable.
24081 (lto_output_node): See if it the function is reachable or referenced.
24082 (output_cgraph): Update call of lto_output_node.
24083 * lto-streamer.h (reachable_from_other_partition_p): Declare.
24085 2010-05-11 Jan Hubicka <jh@suse.cz>
24087 * crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
24090 2010-05-11 Jan Hubicka <jh@suse.cz>
24092 PR tree-optimize/44063
24093 * ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
24095 (cgraph_decide_inlining_of_small_function): Skip check when disrgarding
24097 (estimate_function_body_sizes): Compute sizes even when disregarding.
24099 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
24101 * collect2.c (maybe_lto_object_file): Add x64-coff magic and check.
24103 2010-05-11 Jan Hubicka <jh@suse.cz>
24105 * lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes
24106 into every boundary.
24108 2010-05-11 Jan Hubicka <jh@suse.cz>
24110 * matrix-reorg.c (matrix_reorg): Rebuild edges.
24112 2010-05-11 Jan Hubicka <jh@suse.cz>
24114 * lto-streamer.c (lto_streamer_cache_add_to_node_array,
24115 lto_streamer_cache_delete): Put nodes into heap.
24116 * lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in
24119 2010-05-11 Jan Hubicka <jh@suse.cz>
24121 * cgraphbuild.c (cgraph_rebuild_references): New.
24122 * cgraph.c (cgraph_mark_reachable_node): Accept references to optimized
24123 out extern inlines.
24124 * cgraph.h (cgraph_rebuild_references): Declare.
24125 * tree-inline.c (tree_function_versioning): Use it.
24126 * ipa-struct-reorg.c (do_reorg_for_func): Likewise.
24128 2010-05-11 Jan Hubicka <jh@suse.cz>
24130 * cgraph.c: Include ipa-utils.h
24131 (cgraph_create_virtual_clone): Update references.
24132 * Makefile.in (cgraph.o): Add dependency at ipa-utils.h
24134 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
24136 * tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset
24137 prefetch_before to PREFETCH_ALL if to accesses "meet" beyond
24140 2010-05-11 Christian Borntraeger <borntraeger@de.ibm.com>
24142 * tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
24144 2010-05-11 Jakub Jelinek <jakub@redhat.com>
24146 * gcc.c (execute): For -### don't quote arguments that
24147 contain just alphanumerics and _/-. characters.
24148 * doc/invoke.texi: Document that change for -###.
24151 * df-problems.c (struct dead_debug): Add to_rescan field.
24152 (dead_debug_init): Clear to_rescan field.
24153 (dead_debug_finish): Rescan all debug insns in to_rescan
24154 bitmap and free the bitmap.
24155 (dead_debug_insert_before): Instead of rescanning debug insns
24156 immediately queue their rescanning until dead_debug_finish.
24157 (df_note_bb_compute): After dead_debug_add do continue instead
24160 2010-05-10 Jakub Jelinek <jakub@redhat.com>
24163 * haifa-sched.c (schedule_insn): When clearing INSN_VAR_LOCATION_LOC,
24164 clear also INSN_REG_USE_LIST.
24166 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24168 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.
24170 2010-05-10 Jan Hubicka <jh@suse.cz>
24172 * lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
24175 2010-05-10 Jan Hubicka <jh@suse.cz>
24177 * passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
24179 * lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
24180 * lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
24181 (lto_streamer_cache_create): Init alloc pool.
24182 (lto_streamer_cache_delete): Free alloc pool.
24183 * lto-streamer.h: Include alloc pool.
24184 (lto_streamer_cache_d): Use alloc pool.
24185 * lto-stramer-out.c (produce_asm_for_decls): Delete fn_out_states.
24187 2010-05-10 Jan Hubicka <jh@suse.cz>
24189 * Makefile.in (cgraphbuild.o): Add dependency on except.h.
24190 * cgraphbuild.c: Include except.h
24191 (record_type_list, record_eh_tables): New function.
24192 (build_cgraph_edges, rebuild_cgraph_edges): Use it.
24194 2010-05-10 Jan Hubicka <jh@suse.cz>
24196 * crtstuff.c (force_to_data, __do_global_dtors_aux_fini_array_entry,
24197 __frame_dummy_init_array_entry, force_to_data): Attribute as used
24198 rather than unused.
24200 2010-05-10 Michael Matz <matz@suse.de>
24202 * tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.
24203 (can_reassociate_p): Use FLOAT_TYPE_P.
24204 * tree-vectorizer.h (vect_is_simple_reduction): Rename to ...
24205 (vect_force_simple_reduction): ... this.
24206 * tree-parloops.c (gather_scalar_reductions): Use
24207 vect_force_simple_reduction.
24208 * tree-vect-loop.c (vect_is_simple_reduction_1): Rename from
24209 vect_is_simple_reduction, add modify argument, if true rewrite
24210 "a-b" into "a+(-b)".
24211 (vect_is_simple_reduction, vect_force_simple_reduction): New
24213 (vect_analyze_scalar_cycles_1): Use vect_force_simple_reduction.
24215 2010-05-10 H.J. Lu <hongjiu.lu@intel.com>
24216 Vladimir Makarov <vmakarov@redhat.com>
24218 PR rtl-optimization/44012
24219 * ira-build.c (remove_unnecessary_allocnos): Nullify
24220 regno_allocno_map of the removed allocno.
24222 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24224 * configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
24226 * configure: Regenerate.
24228 2010-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24230 * config/sol2.c (solaris_assemble_visibility): Declare decl, vis
24232 Define visibility_types, name, type inside HAVE_GAS_HIDDEN.
24233 * configure.ac (gcc_cv_ld_hidden): Explain stages of visibility
24235 * configure: Regenerate.
24237 2010-05-10 Richard Guenther <rguenther@suse.de>
24239 * lto-symtab.c (lto_symtab_entry_marked_p): Make entry
24240 marked if the entry identifier is marked.
24242 2010-05-10 Richard Guenther <rguenther@suse.de>
24244 * c-common.c (struct c_common_attributes): Add fnspec attribute.
24245 (handle_fnspec_attribute): New function.
24246 * gimple.h (gimple_call_return_flags): Declare.
24247 (gimple_call_arg_flags): Likewise.
24248 * gimple.c (gimple_call_arg_flags): New function.
24249 (gimple_call_return_flags): Likewise.
24250 * tree.h (EAF_DIRECT, EAF_NOCLOBBER, EAF_NOESCAPE, EAF_UNUSED):
24251 New argument flags.
24252 (ERF_RETURN_ARG_MASK, ERF_RETURNS_ARG, ERF_NOALIAS): New function
24253 return value flags.
24254 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Skip unused args.
24255 * tree-ssa-structalias.c (make_constraint_from_heapvar): Split
24257 (make_heapvar_for): ... this new function.
24258 (handle_rhs_call): Handle fnspec attribute argument specifiers.
24259 (handle_lhs_call): Likewise.
24260 (find_func_aliases): Adjust.
24262 2010-05-10 Richard Guenther <rguenther@suse.de>
24264 PR tree-optimization/44050
24265 * tree-inline.c (tree_function_versioning): Clone the ipa-pta flag.
24267 2010-05-10 Wei Guozhi <carrot@google.com>
24270 * config/arm/thumb2.md (thumb2_tlobits_cbranch): New insn pattern.
24272 2010-05-09 Joseph Myers <joseph@codesourcery.com>
24275 * c-typeck.c (lookup_field): Take a type directly. Update
24277 (build_component_ref): Update call to lookup_field.
24278 (set_init_label): Use lookup_field to find initialized field.
24279 Handle returned list of fields like a sequence of designators.
24281 2010-05-09 Richard Guenther <rguenther@suse.de>
24283 PR middle-end/44024
24284 * fold-const.c (tree_single_nonzero_warnv_p): Properly
24285 handle &FUNCTION_DECL.
24287 2010-05-09 Joseph Myers <joseph@codesourcery.com>
24290 * c-decl.c (detect_field_duplicates_hash): New. Handle anonymous
24291 structures and unions recursively.
24292 (detect_field_duplicates): Move duplicate detection with a hash to
24293 detect_field_duplicates_hash. Always use a hash if anonymous
24294 structures or unions are present.
24295 * doc/extend.texi (Unnamed Fields): Document that duplicate fields
24298 2010-05-09 H.J. Lu <hongjiu.lu@intel.com>
24301 * config/i386/driver-i386.c (host_detect_local_cpu): Properly
24302 detect Atom, Core 2 and Core i7.
24304 2010-05-09 Richard Guenther <rguenther@suse.de>
24306 * gcc.c (store_arg): Handle temporary file deletion for
24309 2010-05-09 Richard Guenther <rguenther@suse.de>
24311 PR middle-end/44043
24312 * ipa-inline.c (estimate_function_body_sizes): Return after
24313 disregarding inline limits.
24315 2010-05-09 Richard Guenther <rguenther@suse.de>
24317 * gcc.c (store_arg): Revert last change.
24319 2010-05-08 Sandra Loosemore <sandra@codesourcery.com>
24321 PR middle-end/28685
24322 * tree-ssa-reassoc.c (eliminate_redundant_comparison): New function.
24323 (optimize_ops_list): Call it.
24325 2010-05-08 Richard Guenther <rguenther@suse.de>
24327 PR tree-optimization/44030
24328 * tree-ssa-pre.c (eliminate): Copy NECESSARY flag. Set
24329 NECESSARY flag if we propagate from a inserted expression.
24331 2010-05-08 Eric Botcazou <ebotcazou@adacore.com>
24333 * gimple.c (gimple_types_compatible_p) <ARRAY_TYPE>: Treat bounds of
24334 domain types as equal if they are both PLACEHOLDER_EXPRs.
24336 2010-05-08 Richard Guenther <rguenther@suse.de>
24338 * lto-wrapper.c (run_gcc): Remove linker output from
24339 command line for LTRANS invocation.
24341 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
24343 * config.gcc (i[34567]86-*-darwin*, x86_64-*-darwin*): Add
24344 lto-macho as lto_binary_reader.
24345 * target.h (struct gcc_target): New hooks lto_start and lto_end.
24346 * target-def.h (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Define.
24347 * cgraphunit.c (ipa_passes): Wrap LTO assembler output generation
24348 in lto_start and lto_end calls.
24349 (is_elf_or_coff): Rename to maybe_lto_object_file. Add Mach-O
24351 (scan_prog_file): Update is_elf_or_coff call.
24352 * doc/tm.text (TARGET_ASM_LTO_START, TARGET_ASM_LTO_END): Document.
24354 * collect2.c (main): Fix enum comparison.
24356 * config/darwin-protos.h (darwin_asm_lto_start, darwin_asm_lto_end):
24358 * darwin9.h (LINK_COMMAND_SPEC): Pass -flto and -fwhopr to the linker.
24359 * darwin.h (LINK_COMMAND_SPEC): Likewise. Define TARGET_ASM_LTO_START
24360 and TARGET_ASM_LTO_END.
24361 * darwin.c: Include obstack.h and lto-streamer.h.
24362 (lto_section_names_offset, lto_section_names_obstack,
24363 lto_asm_out_file, lto_asm_out_name, saved_asm_out_file): New static
24365 (LTO_SEGMENT_NAME, LTO_NAMES_SECTION): New defines.
24366 (darwin_asm_lto_start): New function. Redirect output to asm_out_file
24367 to a temporary file.
24368 (darwin_asm_lto_end): New function. Restore asm_out_file.
24369 (darwin_asm_named_section): For LTO sections, replace the name with
24370 the offset of the section name in a string table, and build this
24372 (darwin_file_start): Initialize global vars for LTO support.
24373 (darwin_file_end): If output to asm_out_file was redirected, append it
24374 to the proper asm_out_file here. Add the section names section.
24376 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
24378 * c-pragma.c (pending_weak_d, pending_weak): New.
24379 (pending_weaks): Change the type to VEC((pending_weak,gc) *.
24380 (maybe_apply_pragma_weak, maybe_apply_pending_pragma_weaks,
24381 handle_pragma_weak): Update the uses of pending_weaks.
24383 2010-05-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
24385 PR documentation/44016
24386 * doc/standards.texi (Standards): Link to unversioned
24387 cxx0x_status.html page.
24389 2010-05-07 Iain Sandoe <iains@gcc.gnu.org>
24392 * config/darwin-c.c (darwin_pragma_unused): Set DECL_READ_P
24393 in addition to TREE_USED, to avoid "set but unused" warnings.
24395 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
24397 * tree-ssa-loop-prefetch.c (TRIP_COUNT_TO_AHEAD_RATIO): New.
24398 (is_loop_prefetching_profitable): Do not insert prefetches
24399 when the trip count is not at least TRIP_COUNT_TO_AHEAD_RATIO
24400 times the prefetch ahead distance.
24402 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
24404 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable):
24405 Account for loop unrolling in the insn-to-prefetch ratio heuristic.
24406 (loop_prefetch_arrays): Pass to is_loop_prefetching_profitable
24409 2010-05-07 Changpeng Fang <changpeng.fang@amd.com>
24411 * tree-ssa-loop-prefetch.c (is_loop_prefetching_profitable): Dump
24412 a diagnostic info when the insn-to-mem ratio is too small.
24414 2010-05-07 Richard Guenther <rguenther@suse.de>
24416 * gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
24418 (store_arg): Queue temp_filename for deletion instead of
24419 the whole argument.
24421 2010-05-07 Richard Guenther <rguenther@suse.de>
24423 * lto-wrapper.c (DUMPBASE_SUFFIX): Define.
24424 (run_gcc): Handle LTRANS phase invocation.
24425 * collect2.c (maybe_run_lto_and_relink): Do not set WPA_SAVE_LTRANS.
24427 2010-05-07 Jakub Jelinek <jakub@redhat.com>
24429 * tree.h (TREE_ADDRESSABLE): Adjust comment to say that
24430 this is also meaningful on PARM_DECLs and RESULT_DECLs.
24432 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24434 * config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.
24436 2010-05-07 Richard Guenther <rguenther@suse.de>
24438 PR tree-optimization/44020
24439 * tree-ssa-pre.c (execute_pre): Do not remove dead inserted
24440 code when PRE is not yet initialized.
24442 2010-05-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24444 * config/mips/dbxmdebug.h: Remove.
24445 * config.gcc (mips-sgi-irix6.5*): Remove mips/dbxmdebug.h.
24447 2010-05-07 Shujing Zhao <pearly.zhao@oracle.com>
24449 * c-typeck.c (build_binary_op): Warn ordered comparison of pointer
24450 with null pointer and also warn about ordered comparison of zero with
24451 pointer if -Wextra.
24453 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
24455 * graphite-blocking.c
24456 (pbb_strip_mine_profitable_p): Replace Value with mpz_t.
24457 * graphite-clast-to-gimple.c
24458 (clast_to_gcc_expression): Same.
24459 (precision_for_value): Same.
24460 (precision_for_interval): Same.
24461 (gcc_type_for_interval): Same.
24462 (graphite_create_new_guard): Same.
24463 (compute_bounds_for_level): Same.
24464 (graphite_create_new_loop_guard): Same.
24465 * graphite-interchange.c
24466 (build_linearized_memory_access): Same.
24467 (pdr_stride_in_loop): Same.
24468 (memory_strides_in_loop_1): Same.
24469 (memory_strides_in_loop): Same.
24470 (extend_scattering): Same.
24471 (psct_scattering_dim_for_loop_depth): Same.
24472 (pbb_number_of_iterations): Same.
24474 (debug_iteration_domains): Same.
24476 (new_Cloog_Domain_from_ppl_Pointset_Powerset): Same.
24477 (ppl_set_inhomogeneous_gmp): Same.
24478 (ppl_strip_loop): Same.
24479 (ppl_lexico_compare_linear_expressions): Same.
24480 (ppl_read_polyhedron_matrix): Same.
24481 (ppl_max_for_le_pointset): Same.
24483 (ppl_read_polyhedron_matrix): Same.
24484 (tree_int_to_gmp): Same.
24485 (gmp_cst_to_tree): Same.
24486 (ppl_set_inhomogeneous): Same.
24487 (ppl_set_inhomogeneous_tree): Same.
24488 (ppl_set_coef): Same.
24489 (ppl_set_coef_tree): Same.
24490 * graphite-sese-to-poly.c
24491 (build_pbb_scattering_polyhedrons): Same.
24492 (build_scop_scattering): Same.
24493 (scan_tree_for_params_right_scev): Same.
24494 (scan_tree_for_params): Same.
24495 (find_params_in_bb): Same.
24496 (find_scop_parameters): Same.
24497 (add_upper_bounds_from_estimated_nit): Same.
24498 (build_loop_iteration_domains): Same.
24499 (add_condition_to_domain): Same.
24500 (pdr_add_memory_accesses): Same.
24502 2010-05-05 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
24504 * graphite-blocking.c (pbb_strip_mine_profitable_p): Resolve
24505 CLooG's value_* macros to their respective mpz_* counterparts.
24506 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Same.
24507 (graphite_create_new_loop_guard): Same.
24508 * graphite-interchange.c (build_linearized_memory_access): Same.
24509 (pdr_stride_in_loop): Same.
24510 (memory_strides_in_loop_1): Same.
24511 (1st_interchange_profitable_p): Same.
24512 * graphite-poly.c (extend_scattering): Same.
24513 (psct_scattering_dim_for_loop_depth): Same.
24514 (pbb_number_of_iterations): Same.
24515 (pbb_number_of_iterations_at_time): Same.
24516 * graphite-poly.h (new_1st_loop): Same.
24517 * graphite-ppl.c (cloog_matrix_to_ppl_constraint): Same.
24518 (oppose_constraint): Same.
24519 (insert_constraint_into_matrix): Same.
24520 (ppl_set_inhomogeneous_gmp): Same.
24521 (ppl_set_coef_gmp): Same.
24522 (ppl_strip_loop): Same.
24523 (ppl_lexico_compare_linear_expressions): Same.
24524 (ppl_max_for_le_pointset): Same.
24525 (ppl_min_for_le_pointset): Same.
24526 (ppl_build_realtion): Same.
24527 * graphite-ppl.h (gmp_cst_to_tree): Same.
24528 (ppl_set_inhomogeneous): Same.
24529 (ppl_set_inhomogeneous_tree): Same.
24530 (ppl_set_coef): Same.
24531 (ppl_set_coef_tree): Same.
24532 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
24533 (build_scop_scattering): Same.
24534 (add_value_to_dim): Same.
24535 (scan_tree_for_params_right_scev): Same.
24536 (scan_tree_for_params_int): Same.
24537 (scan_tree_for_params): Same.
24538 (find_params_in_bb): Same.
24539 (find_scop_parameters): Same.
24540 (add_upper_bounds_from_estimated_nit): Same.
24541 (build_loop_iteration_domains): Same.
24542 (create_linear_expr_from_tree): Same.
24543 (add_condition_to_domain): Same.
24544 (pdr_add_memory_accesses): Same.
24546 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
24547 Jason Merrill <jason@redhat.com>
24549 * c-common.c (c_common_reswords): Add nullptr.
24550 * c-common.h: Add RID_NULLPTR. Reorganize C++0x rids.
24551 * dwarf2out.c (is_base_type): Handle NULLPTR_TYPE.
24552 (gen_type_die_with_usage): Likewise.
24553 * dbxout.c (dbxout_type): Likewise.
24554 * sdbout.c (plain_type_1): Likewise.
24556 2010-05-06 Jason Merrill <jason@redhat.com>
24558 * gimplify.c (gimplify_expr): Set GS_ALL_DONE when appropriate.
24559 Don't change GS_OK to GS_ALL_DONE. Make sure that all cases set
24561 (gimplify_compound_lval): Return GS_ALL_DONE as appropriate.
24563 * gimplify.c (gimplify_modify_expr_rhs): Don't return GS_OK for
24564 stripping WITH_SIZE_EXPR.
24565 (gimplify_expr) [MODIFY_EXPR]: Trust GS_OK even if the rhs didn't
24568 2010-05-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24570 * config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from
24571 list of obsolete configurations.
24572 Disabled check for obsolete configurations.
24573 (mips-sgi-irix[56]*): Restrict to mips-sgi-irix6.5*.
24574 Removed support for previous versions.
24575 * config/mips/iris.h: Removed.
24576 * config/mips/iris5.h: Removed.
24577 * config/mips/iris6.h: Merged old iris.h contents.
24578 (TARGET_IRIX): Removed.
24579 (DRIVER_SELF_SPECS): Removed mabi=32.
24580 (IDENT_ASM_OP): Removed undef.
24581 (STARTFILE_SPEC): Removed mabi=32.
24582 (ENDFILE_SPEC): Likewise.
24583 (IRIX_SUBTARGET_LINK_SPEC): Likewise.
24584 (MACHINE_TYPE): Update for IRIX 6.5.
24585 * config/mips/mips.c (mips_build_builtin_va_list): Replaced
24586 TARGET_IRIX by TARGET_IRIX6.
24587 (mips_file_start): Likewise.
24588 (mips_output_external): Remove IRIX 5/6 O32 support.
24589 (mips_output_function_prologue): Likewise.
24590 * config/mips/mips.h (TARGET_GPWORD): Replaced TARGET_IRIX by
24592 (TARGET_CPU_CPP_BUILTINS): Likewise.
24593 (TARGET_IRIX): Removed.
24594 * config/mips/t-iris6 (MULTILIB_OPTIONS): Removed mabi=32.
24595 (MULTILIB_DIRNAMES): Removed 32.
24596 (MULTILIB_OSDIRNAMES): Removed ../lib.
24597 * doc/install.texi (Prerequisites): Don't reference IRIX before 6.5.
24598 (Specific, mips-sgi-irix5): Document removal.
24599 (Specific, mips-sgi-irix6): Document IRIX 6.[0-4] and O32 ABI removal.
24600 Remove references to older IRIX 6 releases and the O32 ABI.
24602 2010-05-06 Jakub Jelinek <jakub@redhat.com>
24605 * df-problems.c (dead_debug_insert_before): Use *DF_REF_REAL_LOC
24606 instead of DF_REF_REAL_REG.
24608 2010-05-06 Dave Korn <dave.korn.cygwin@gmail.com>
24611 * config/i386/winnt.c (i386_pe_binds_local_p): Tweak weak symbol
24612 handling to still return true for x64 targets.
24614 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
24616 * config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.
24618 2010-05-06 Jan Hubicka <jh@suse.cz>
24620 PR tree-optimization/43791
24621 * ipa-inline.c (update_caller_keys): Remove bogus
24622 disregard_inline_limits check.
24624 2010-05-06 Michael Matz <matz@suse.de>
24626 PR tree-optimization/43984
24627 * tree-ssa-pre.c (inserted_phi_names): Remove.
24628 (inserted_exprs): Change to bitmap.
24629 (create_expression_by_pieces): Set bits, don't append to vector.
24630 (insert_into_preds_of_block): Don't handle inserted_phi_names.
24631 (eliminate): Don't look at inserted_phi_names, remove deleted
24632 insns from inserted_exprs.
24633 (remove_dead_inserted_code): Adjust to use bitmaps instead of vectors.
24634 (init_pre, fini_pre): Allocate and free bitmaps.
24635 (execute_pre): Insert insns on edges before elimination.
24637 2010-05-06 Maxim Kuvyrkov <maxim@codesourcery.com>
24639 * tree.c (initializer_zerop): Handle STRING_CST.
24641 2010-05-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
24644 * doc/invoke.texi (Wimplicit): Document as C only.
24645 * opts.c (common_handle_option): Add argument kind.
24646 (handle_option): Rename as read_cmdline_option. Factor out code to...
24647 (handle_option): ... here. New.
24648 (handle_options): Rename as read_cmdline_options.
24649 (decode_options): Update call.
24650 (set_option): Use option index instead of option pointer. Classify
24651 diagnostics correctly.
24652 (enable_warning_as_error): Call handle_option.
24653 * opts.h (set_option): Update declaration.
24654 (handle_option): Declare.
24655 * langhooks.h (struct lang_hooks): Add argument kind to handle_option.
24656 * c.opt (Wimplicit,Wimplicit-int): Initialize to -1.
24657 * c-opts.c (set_Wimplicit): Delete.
24658 (c_family_lang_mask): New static constant.
24659 (c_common_handle_option): Add argument kind. Use handle_option
24660 instead of set_Wimplicit.
24661 (c_common_post_options): warn_implicit and warn_implicit_int
24662 are disabled by default.
24663 * c-common.c (warn_implicit): Do not define here.
24664 * c-common.h (warn_implicit): Do not declare here.
24665 (c_common_handle_option): Update declaration.
24666 * lto-opts.c (lto_reissue_options): Update call to set_option.
24668 2010-05-06 Richard Guenther <rguenther@suse.de>
24670 PR tree-optimization/43571
24671 * domwalk.c (walk_dominator_tree): Walk the dominator
24672 sons in more optimal order.
24674 2010-05-06 Richard Guenther <rguenther@suse.de>
24676 PR tree-optimization/43934
24677 * tree-ssa-loop-im.c (movement_possibility): Handle PHI nodes.
24678 (stmt_cost): Likewise.
24679 (extract_true_false_args_from_phi): New helper.
24680 (determine_max_movement): For PHI nodes verify we can hoist them
24681 and compute their cost.
24682 (determine_invariantness_stmt): Handle PHI nodes.
24683 (move_computations_stmt): Likewise. Hoist PHI nodes in
24684 if-converted form using COND_EXPRs.
24685 (move_computations): Return TODO_cleanup_cfg if we hoisted PHI nodes.
24686 (tree_ssa_lim): Likewise.
24687 * tree-flow.h (tree_ssa_lim): Adjust prototype.
24688 * tree-ssa-loop.c (tree_ssa_loop_im): Return todo.
24690 2010-05-06 Richard Guenther <rguenther@suse.de>
24692 PR tree-optimization/43987
24693 * tree-ssa-structalias.c (could_have_pointers): For possibly
24694 address-taken variables force pointers to be recorded.
24695 (create_variable_info_for_1): Likewise.
24696 (push_fields_onto_fieldstack): Pass in wheter all fields
24697 must have pointers.
24698 (find_func_aliases): Query types instead of vars whether
24699 they contain pointers where appropriate.
24701 2010-05-06 Jan Hubicka <jh@suse.cz>
24703 * cgraphbuild.c (record_reference_ctx): Add varpool_node.
24704 (record_reference, mark_address, mark_load, mark_store): Record
24706 (record_references_in_initializer): Update call of record_references.
24707 (rebuild_cgraph_edges): Remove all references before rebuiding.
24708 * cgraph.c (cgraph_create_node): Clear ref list.
24709 (cgraph_remove_node): Remove references.
24710 (dump_cgraph_node): Dump references.
24711 (cgraph_clone_node): Clone references.
24712 * cgraph.h: Include ipa-ref.h and ipa-ref-inline.h
24713 (struct cgraph_node, varpool_node): Add ref_lst.
24714 * ipa-ref.c: New file.
24715 * ipa-ref.h: New file.
24716 * ipa-ref-inline.h: New file.
24717 * lto-cgraph.c (output_varpool): Take cgrag node set argument.
24718 (referenced_from_other_partition_p): New function.
24719 (lto_output_varpool_node): Take set arugment; call
24720 referenced_from_other_partition.
24721 (lto_output_ref): New.
24722 (add_references): New.
24723 (output_refs): New.
24724 (output_cgraph): Compute boundary based on references; output refs.
24725 (output_varpool): Accept cgraph_node_set argument.
24728 (input_cgraph): Call input_refs.
24729 * lto-section-in.c (lto_section_name): Add refs.
24730 * Makefile.in (cgraph.h): Include ipa-ref.h and ipa-ref-inline.h
24731 (ipa-ref.o): New file.
24732 * varpool.c (varpool_node): Clear ipa ref list.
24733 (varpool_remove_node): Remove references.
24734 (dump_varpool_node): Dump references.
24735 (varpool_assemble_decl): Only compile finalized ones.
24736 (varpool_extra_name_alias): Initialize ref list.
24737 * lto-streamer.c (lto-get_section_name): Add .refs section.
24738 * lto-streamer.h (lto_section_type): Add LTO_section_refs.
24739 (referenced_from_other_partition_p): Declared.
24741 2010-05-06 Ira Rosen <irar@il.ibm.com>
24743 PR tree-optimization/43901
24744 * tree-vect-stmts.c (vectorizable_call): Assert that vector
24745 type is not NULL if it's transformation phase, and return
24746 FALSE if it's analysis.
24747 (vectorizable_conversion, vectorizable_operation,
24748 vectorizable_type_demotion, vectorizable_type_promotion): Likewise.
24750 2010-05-05 Andrew Pinski <andrew.pinski@caviumnetworks.com>
24752 * config/mips/mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
24754 * config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P):
24756 * config/mips/mips-protos.h
24757 (mips_small_register_classes_for_mode_p): Delete prototype.
24759 2010-05-06 Bernd Schmidt <bernds@codesourcery.com>
24761 * config/arm/arm.h (MAX_LDM_STM_OPS): New macro.
24762 * config/arm/arm.c (multiple_operation_profitable_p,
24763 compute_offset_order): New static functions.
24764 (load_multiple_sequence, store_multiple_sequence): Use them.
24765 Replace constant 4 with MAX_LDM_STM_OPS. Compute order[0] from
24766 memory offsets, not register numbers.
24767 (emit_ldm_seq, emit_stm_seq): Replace constant 4 with MAX_LDM_STM_OPS.
24769 2010-05-05 Steven Bosscher <steven@gcc.gnu.org>
24771 * stor-layout.c (pending_sizes): Change the type to VEC(tree,gc) *.
24772 (get_pending_sizes, put_pending_size, put_pending_sizes):
24773 Update the uses of pending_sizes.
24774 * c-decl.c (store_parm_decls): Likewise.
24775 * c-tree.h (struct c_arg_info): Likewise.
24776 * tree.h: Update the prototype for get_pending_sizes and
24779 2010-05-05 Jason Merrill <jason@redhat.com>
24782 * c-common.c (handle_aligned_attribute): Respect
24783 ATTR_FLAG_TYPE_IN_PLACE.
24786 * target.h (struct gcc_target): Add attribute_takes_identifier_p.
24787 * target_def.h (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
24788 (TARGET_INITIALIZER): Use it.
24789 * c-common.c (attribute_takes_identifier_p): Call it.
24790 * c-common.h: Update prototype.
24791 * config/rs6000/rs6000.c (rs6000_attribute_takes_identifier_p): New.
24792 (TARGET_ATTRIBUTE_TAKES_IDENTIFIER_P): Define.
24794 2010-05-05 Jakub Jelinek <jakub@redhat.com>
24797 * dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
24798 DW_ID_down_case for Fortran compilation units.
24800 2010-05-05 Jan Hubicka <jh@suse.cz>
24802 * lto-cgraph.c (lto_output_varpool_node, input_varpool_node): Correctly
24805 2010-05-05 Eric Botcazou <ebotcazou@adacore.com>
24807 * gimplify.c (gimplify_return_expr): Gimplify the size expressions of
24808 a variable-sized RESULT_DECL.
24810 2010-05-05 Maxim Kuvyrkov <maxim@codesourcery.com>
24812 * doc/invoke.texi (-mfix-cortex-m3-ldrd): Move from ARC section to ARM.
24814 2010-05-05 Jason Merrill <jason@redhat.com>
24817 * gimplify.c (gimplify_expr): Keep working if gimplify_modify_expr
24819 (gimplify_modify_expr_rhs): Return GS_OK if anything changed.
24821 2010-05-05 Alexandre Oliva <aoliva@redhat.com>
24822 Jakub Jelinek <jakub@redhat.com>
24825 * df-problems.c (struct dead_debug_use, struct dead_debug): New.
24826 (dead_debug_init, dead_debug_finish): New functions.
24827 (dead_debug_add, dead_debug_insert_before): Likewise.
24828 (df_note_bb_compute): Initialize a dead_debug object, add dead
24829 debug uses to it, insert debug bind insns before death insns,
24830 reset debug insns that refer to pending uses at the end.
24831 * rtl.h (make_debug_expr_from_rtl): New prototype.
24832 * varasm.c (make_debug_expr_from_rtl): New function.
24834 2010-05-05 Jan Hubicka <jh@suse.cz>
24836 * lto-cgraph.c (output_varpool): Forward declare; work on encoder.
24837 (lto_varpool_encoder_new, lto_varpool_encoder_delete,
24838 lto_varpool_encoder_encode, lto_varpool_encoder_lookup,
24839 lto_varpool_encoder_deref, lto_varpool_encoder_size,
24840 lto_varpool_encoder_encode_initializer_p,
24841 lto_set_varpool_encoder_encode_initializer): New functions.
24842 (lto_output_cgraph): Take vset parameter too; compute varpool encoder;
24843 call output_varpool.
24844 (input_varpool_node): Do not always set analyzed.
24845 (input_cgraph_1): Return vector of cgraph nodes.
24846 (input_varpool_1): Return vector of varpools.
24847 (input_cgraph): Free the vectors.
24848 * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
24849 output only initializers needed.
24850 (lto_output): Only call output_cgraph.
24851 (produce_asm_for_decls): Call lto_varpool_encoder_delete.
24852 * lto-section-out.c (lto_new_out_decl_state): Initialize
24853 state->varpool_node_encoder.
24854 * lto-streamer.h (lto_varpool_encoder_d): New.
24855 (lto_out_decl_state, lto_file_decl_data): Add varpool_node_encoder.
24856 (lto_cgraph_encoder_delete, output_cgraph): Update prototype.
24857 (lto_varpool_encoder_deref, lto_varpool_encoder_lookup,
24858 lto_varpool_encoder_encode, lto_varpool_encoder_delete,
24859 lto_varpool_encoder_encode_initializer_p, lto_varpool_encoder_new):
24861 (output_varpool, input_varpool): Remove declarations.
24863 2010-05-05 Jan Hubicka <jh@suse.cz>
24865 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Alias of variable
24866 with body can prevail.
24868 2010-05-05 Jan Hubicka <jh@suse.cz>
24870 * lto-symtab.c (lto_symtab_merge_decls_1): Prefer declarations with
24873 2010-05-05 Laurynas Biveinis <laurynas.biveinis@gmail.com>
24875 * Makefile.in (build/gengtype.o): Add $(HASHTAB_H) to dependencies.
24877 * gengtype.h (erro_at_line): Constify pos argument.
24879 * gengtype.c: Include hashtab.h.
24880 (enum gc_used): Document GC_MAYBE_POINTED_TO.
24881 (error_at_line): Constify pos argument.
24882 (do_typedef): Initialize p->opt field.
24883 (get_file_gtfilename): Fix comment typo.
24884 (struct walk_type_data): Constify line field.
24885 (get_output_file_for_structure): New function.
24886 (write_local_func_for_structure): Constify orig_s argument.
24887 Use get_output_file_for_structure.
24888 (write_func_for_structure): Use get_output_file_for_structure.
24889 (INDENT): New define.
24890 (dump_pair, dump_type, dump_type_list, dump_typekind)
24891 (dump_gc_used, dump_options, dump_fileloc, dump_type_u_s)
24892 (dump_type_u_a, dump_type_u_param_struct, dump_everything): New
24894 (seen_types): New variable.
24895 (main): New variable do_dump. Process "-d" command line option.
24896 Call dump_everything if dump requested.
24898 2010-05-05 Jakub Jelinek <jakub@redhat.com>
24900 * var-tracking.c (var_debug_decl): Save DECL_DEBUG_EXPR value
24901 in a temporary instead of invoking the macro multiple times.
24902 (track_expr_p): Likewise.
24904 2010-05-04 Neil Vachharajani <nvachhar@google.com>
24906 * doc/invoke.texi (-Wcoverage-mismatch): Updated documentation as
24908 * opts.c (decode_options): Enable -Werror=coverage-mismatch.
24909 * coverage.c (get_coverage_counts): Always emit a warning. Adjust
24910 conditions for printing notes.
24911 * common.opt (-Wcoverage-mismatch): Allow negative, default to
24912 true, update documentation.
24913 * Makefile.in (coverage.o): Add dependence on DIAGNOSTIC_H and intl.h.
24915 2010-05-04 Jakub Jelinek <jakub@redhat.com>
24918 * c-parser.c (c_parser_direct_declarator_inner): Call mark_exp_read
24921 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
24924 * config/i386/i386.md (sse_prologue_save): Clobber CC register.
24925 (*sse_prologue_save_insn1): Likewise.
24926 (SSE prologue save splitter): Likewise.
24928 2010-05-04 Eric Botcazou <ebotcazou@adacore.com>
24930 * tree.c (free_lang_data_in_one_sizepos): New inline function.
24931 (free_lang_data_in_type): Call it on TYPE_{MIN|MAX}_VALUE of numerical
24932 types. Call it on TYPE_SIZE and TYPE_SIZE_UNIT of all types.
24933 (free_lang_data_in_decl): Call it on DECL_SIZE and DECL_SIZE_UNIT of
24934 all decls. Call it on DECL_FIELD_OFFSET of fields.
24935 (find_decls_types_r): Follow DECL_VALUE_EXPR.
24936 (iterative_hash_expr) <PLACEHOLDER_EXPR>: New case.
24938 2010-05-04 Martin Jambor <mjambor@suse.cz>
24940 * tree-sra.c (build_access_from_expr_1): The first parameter type
24941 changed to simple tree.
24942 (build_access_from_expr): Likewise, gsi parameter was eliminated.
24943 (scan_assign_result): Renamed to assignment_mod_result, enum elements
24945 (build_accesses_from_assign): Removed all parameters except for a
24946 simple gimple statement. Now returns a simple bool.
24947 (scan_function): All non-analysis parts moved to separate functions
24948 sra_modify_function_body and ipa_sra_modify_function_body. Removed all
24949 parameters and updated both callers.
24950 (sra_modify_expr): Removed parameter data.
24951 (sra_modify_function_body): New function.
24952 (perform_intra_sra): Call sra_modify_function_body to modify the
24954 (replace_removed_params_ssa_names): Parameter data changed into
24955 adjustments vector.
24956 (sra_ipa_modify_expr): Likewise. Also removed unused parameter gsi and
24957 changed the parameter dont_convert to convert with the opposite
24959 (sra_ipa_modify_assign): Parameter data changed into adjustments
24960 vector, return value changed to bool.
24961 (ipa_sra_modify_function_body): New function.
24962 (sra_ipa_reset_debug_stmts): Updated a comment.
24963 (modify_function): Use ipa_sra_modify_function_body to modify function
24966 2010-05-04 H.J. Lu <hongjiu.lu@intel.com>
24968 PR middle-end/43671
24969 * alias.c (true_dependence): Handle the same VALUE in x and mem.
24970 (canon_true_dependence): Likewise.
24971 (write_dependence_p): Likewise.
24973 2010-05-04 Jan Hubicka <jh@suse.cz>
24975 * Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
24976 * cgraphbuild.c: Include ipa-utils.h
24977 (record_reference_ctx): New struct.
24978 (record_reference): Simplify to work on initializers; not statements.
24979 (mark_address, mark_load, mark_store): New.
24980 (build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
24981 walk PHI nodes too.
24982 (record_references_in_initializer): Update use of record_reference.
24983 (rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
24984 walk PHI nodes too.
24986 2010-05-04 Jan Hubicka <jh@suse.cz>
24988 * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;
24989 node will be removed anyway.
24990 (lto_varpool_replace_node): Allow also unanalyzed nodes;
24991 relink aliases of node into prevailing node.
24992 * varpool.c (varpool_remove_node): Remove aliases properly;
24993 when removing node, remove all its aliases too; remove DECL_INITIAL
24994 of removed node; ggc_free the varpool node.
24996 2010-05-04 Richard Guenther <rguenther@suse.de>
24998 PR tree-optimization/43879
24999 * tree-ssa-structalias.c (alias_get_name): Use
25000 DECL_ASSEMBLER_NAME if available.
25001 (create_function_info_for): Return the varinfo node.
25002 (ipa_pta_execute): Associate same-body aliases and extra names
25003 with their origin nodes varinfo. Dump DECL_ASSEMBLER_NAME.
25005 2010-05-04 Kaz Kojima <kkojima@gcc.gnu.org>
25007 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Remove static.
25009 2010-05-04 Mikael Pettersson <mikpe@it.uu.se>
25012 * ira-color.c (assign_hard_reg): Declare rclass and add_cost
25013 only if HONOR_REG_ALLOC_ORDER is not defined.
25015 2010-05-04 Richard Guenther <rguenther@suse.de>
25017 PR tree-optimization/43949
25018 * tree-vrp.c (extract_range_from_binary_expr): Only handle
25021 2010-04-26 Jason Merrill <jason@redhat.com>
25023 * c.opt (-fstrict-enums): New.
25024 * doc/invoke.texi (C++ Dialect Options): Document -fstrict-enums.
25026 2010-05-03 David Ung <davidu@mips.com>
25027 James E. Wilson <wilson@codesourcery.com>
25029 * config/mips/mips.c (mips_output_division): If GENERATE_DIVIDE_TRAPS,
25030 emit the trap instruction before the divide for TUNE_74K.
25032 2010-05-03 Steven Bosscher <steven@gcc.gnu.org>
25034 * doc/tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.
25035 (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Add documentation,
25036 based on the above, for new target hook.
25038 * hooks.c (hook_bool_mode_true): New generic hook.
25039 * hooks.h (hook_bool_mode_true): Add prototype.
25041 * target.h (struct gcc_target): Add small_register_classes_for_mode_p
25043 * target-def.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): New default
25044 target hook, set to hook_bool_mode_false.
25045 * regs.h: Remove default definition of SMALL_REGISTER_CLASSES.
25046 * reload.c (push_secondary_reload): Replace SMALL_REGISTER_CLASSES
25047 with targetm.small_register_classes_for_mode_p.
25048 (find_reusable_reload): Likewise.
25049 (combine_reloads): Likewise.
25050 * reload1.c (reload_as_needed): Likewise.
25051 * cse.c (approx_reg_cost_1, hash_rtx_cb): Likewise.
25052 * ifcvt.c (noce_process_if_block, check_cond_move_block,
25053 dead_or_predicable): Likewise.
25054 * regmove.c (optimize_reg_copy_1): Likewise.
25055 * calls.c (prepare_call_address): Likewise.
25056 (precompute_register_parameters): Likewise.
25058 * config/sh/sh.h: Replace SMALL_REGISTER_CLASSES with new target
25060 * config/sh/sh.c (sh_small_register_classes_for_mode_p): Add
25061 implementation of the hook that considers all register classes
25062 small except for SH64.
25063 (sh_override_options): Use the new hook.
25064 * config/sh/sh-protos.h (sh_small_register_classes_for_mode_p):
25067 * config/arm/arm.h: Replace SMALL_REGISTER_CLASSES with new target
25069 * config/arm/arm.c (arm_small_register_classes_for_mode_p): Add
25070 implementation of the hook that considers all register classes
25072 * config/arm/arm-protos.h (arm_small_register_classes_for_mode_p):
25075 * config/mips/mips.h: Replace SMALL_REGISTER_CLASSES with new target
25077 * config/mips/mips.c (mips_small_register_classes_for_mode_p): Add
25078 implementation of the hook that considers all register classes
25080 * config/mips/mips-protos.h (mips_small_register_classes_for_mode_p):
25083 * config/i386/i386.h: Replace SMALL_REGISTER_CLASSES with new target
25085 * config/m32c/m32c.h: Likewise.
25086 * config/pdp11/pdp11.h: Likewise.
25087 * config/avr/avr.h: Likewise.
25088 * config/xtensa/xtensa.h: Likewise.
25089 * config/m68hc11/m68hc11.h: Likewise.
25090 * config/mn10300/mn10300.h: Likewise.
25091 * config/mcore/mcore.h: Likewise.
25092 * config/h8300/h8300.h: Likewise.
25093 * config/bfin/bfin.h: Likewise.
25095 * config/iq2000/iq2000.h: Remove SMALL_REGISTER_CLASSES definition.
25096 * config/rx/rx.h: Remove SMALL_REGISTER_CLASSES definition.
25098 2010-05-03 Anatoly Sokolov <aesok@post.ru>
25100 * double-int.h (tree_to_double_int): Remove macro.
25101 (double_int_to_tree, double_int_fits_to_tree_p): Move prototypes ...
25102 * tree.h (double_int_to_tree, double_int_fits_to_tree_p): ... here.
25103 (tree_to_double_int): New function.
25104 * double-int.c (double_int_to_tree, double_int_fits_to_tree_p):
25106 * tree.c (double_int_to_tree, double_int_fits_to_tree_p): ... here.
25108 2010-05-03 Richard Guenther <rguenther@suse.de>
25110 PR tree-optimization/43971
25111 * tree-ssa-structalias.c (get_constraint_for_1): Fix
25112 constraints in the !flag_delete_null_pointer_checks case.
25114 2010-05-03 Jakub Jelinek <jakub@redhat.com>
25117 * config/i386/i386.c (ix86_delegitimize_address): Make sure the
25118 result mode matches original rtl mode.
25120 2010-05-03 Dave Korn <dave.korn.cygwin@gmail.com>
25123 * config/i386/winnt.c (i386_pe_binds_local_p): Handle weak decls.
25125 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25127 * config/i386/i386.c (ix86_target_string): Output 'flags', not 'isa',
25128 when processing flag options.
25130 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25132 * gcov-iov.c (main): Change format string placeholder
25133 from %#08x to 0x%08x.
25134 * genchecksum.c (dosum): Change format string placeholder
25135 from %#02x to 0x%02x.
25137 2010-05-02 Richard Guenther <rguenther@suse.de>
25139 PR tree-optimization/43879
25140 * tree-tailcall.c (find_tail_calls): Clobbers also prevent tail calls.
25142 2010-05-02 Bruno Haible <bruno@clisp.org>
25144 * doc/extend.texi (Function Attributes): Fix a typo.
25146 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25149 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string
25150 placeholder from 0x%x to %#x.
25151 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
25152 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
25153 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
25154 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
25155 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
25156 * config/i386/i386.c (ix86_target_string): Ditto.
25157 * config/i386/i386.c (output_pic_addr_const): Ditto.
25158 (print_operand): Ditto.
25160 2010-05-02 Uros Bizjak <ubizjak@gmail.com>
25162 * vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string
25163 placeholder from 0x%x to %#x.
25164 (ASM_OUTPUT_DEBUG_DATA1): Ditto.
25165 (ASM_OUTPUT_DEBUG_DATA4): Ditto.
25166 (ASM_OUTPUT_DEBUG_DATA): Ditto.
25167 (ASM_OUTPUT_DEBUG_ADDR_DATA): Ditto.
25168 (ASM_OUTPUT_DEBUG_DATA8): Ditto.
25169 * optc-gen.awk: Ditto.
25170 * hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Ditto.
25171 (HOST_WIDE_INT_PRINT_HEX): Ditto.
25172 (HOST_WIDEST_INT_PRINT_HEX): Ditto.
25173 (HOST_WIDEST_INT_PRINT_DOUBLE_HEX): Ditto.
25175 2010-05-01 Anatoly Sokolov <aesok@post.ru>
25177 * target.h (struct calls): Add function_value_regno_p field.
25178 * target-def.h (TARGET_FUNCTION_VALUE_REGNO_P): Define.
25179 (TARGET_INITIALIZER): Use TARGET_FUNCTION_VALUE_REGNO_P.
25180 * targhooks.c (default_function_value_regno_p): New function.
25181 * targhooks.h (default_function_value_regno_p): Declare function.
25182 * rtlanal.c (keep_with_call_p): Use function_value_regno_p hook.
25183 * builtins.c. (apply_result_size): (Ditto.).
25184 * combine.c. (likely_spilled_retval_p): (Ditto.).
25185 * mode-switching.c. Include 'target.h'.
25186 (create_pre_exit): Use function_value_regno_p hook.
25187 * Makefile.in (mode-switching.o): Add dependency on TARGET_H.
25188 * doc/tm.texi (FUNCTION_VALUE_REGNO_P,
25189 TARGET_FUNCTION_VALUE_REGNO_P): Revise documentation.
25191 * config/i386/i386.h (TARGET_FUNCTION_VALUE_REGNO_P): Remove macro.
25192 * config/i386/i386.c (TARGET_FUNCTION_VALUE_REGNO_P): Define macro.
25193 (ix86_function_value_regno_p): Declare as static, change argument
25194 type to const unsigned int.
25195 * config/i386/i386-protos.h (ix86_function_value_regno_p): Remove.
25197 2010-05-01 Richard Guenther <rguenther@suse.de>
25199 PR tree-optimization/43949
25200 * tree-vrp.c (ssa_name_nonnegative_p): Return true for unsigned
25202 (extract_range_from_binary_expr): Handle *_MOD_EXPR.
25204 2010-05-01 Anatoly Sokolov <aesok@post.ru>
25206 * rtl.h (CONST_DOUBLE_P): Define.
25207 (rtx_to_double_int): Declare.
25208 * emit-rtl.c (rtx_to_double_int): New function.
25209 * dwarf2out.c (insert_double): New function.
25210 (loc_descriptor, add_const_value_attribute): Clean up, use
25211 rtx_to_double_int and insert_double functions.
25213 2010-05-01 Jonathan Wakely <jwakely.gcc@gmail.com>
25215 * doc/extend.texi (Inline): Add missing return keyword to examples.
25216 (Function Attributes, Variable Attributes, Pragmas): Hyphenate
25219 2010-04-30 Eric Botcazou <ebotcazou@adacore.com>
25221 * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check the alignment of
25222 the variable part of the offset as well. Use highest_pow2_factor for
25223 all alignment checks.
25225 2010-04-30 Richard Guenther <rguenther@suse.de>
25227 PR tree-optimization/43879
25228 * tree-ssa-structalias.c (type_could_have_pointers): Functions
25231 2010-04-30 Jan Hubicka <jh@suse.cz>
25233 * lto-symtab.c (lto_symtab_resolve_can_prevail_p): Chose var with
25235 (lto_symtab_merge_decls_1): Remove logic looking for an initializer.
25237 2010-04-30 Jan Hubicka <jh@suse.cz>
25239 * cgraph.h (cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p):
25241 * lto-cgraph.c (input_cgraph): Remove call to lto_mark_file_for_ltrans.
25242 * lto-streamer.h (lto_file_decl_data): Remove needs_ltrans_p.
25243 (lto_file_needs_ltrans_p, lto_mark_file_for_ltrans,
25244 cgraph_node_set_needs_ltrans_p): Remove.
25246 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
25248 * sdbout.c: Include vec.h, do not include varray.h.
25249 (deferred_global_decls, sdbout_global_decl,
25250 sdbout_finish, sdbout_init): Use VEC instead of VARRAY.
25251 * toplev.c: Do not include varray.h.
25252 (dump_memory_report): Do not dump VARRAY statistics.
25253 * gengtype.c (open_base_file): Ignore varray.h.
25254 * Makefile.in: Update for abovementioned changes.
25255 Remove all traces of varray.c and varray.h.
25256 * varray.c: Remove file.
25257 * varray.h: Remove file.
25259 2010-04-30 Jan Hubicka <jh@suse.cz>
25261 * lto-cgraph.c (lto_output_varpool_node): Always output constant pool
25264 2010-04-30 Jan Hubicka <jh@suse.cz>
25266 * tree-profile.c (tree_init_ic_make_global_vars): Mark new decls as
25269 2010-04-30 Richard Guenther <rguenther@suse.de>
25271 * tree-ssa-structalias.c (get_constraint_for_1): Generate
25272 constraints for CONSTRUCTOR.
25274 2010-04-30 Richard Guenther <rguenther@suse.de>
25277 * passes.c (init_optimization_passes): Move pass_ipa_free_lang_data
25278 first after all lowering passes.
25280 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
25282 * toplev.c: Include varray.h for statistics dumping.
25283 * tree.h: Do not declare varray_head_tag.
25284 * tree-into-ssa.c, tree-ssa-uninit.c, tree-phinodes.c, omega.c,
25285 regs.h, lto-cgraph.c, tree-ssa-loop-ivopts.c, tree-nomudflap.c,
25286 c-objc-common.c, lto-streamer-out.c, tree-ssa-propagate.c,
25287 gimple-low.c, c-semantics.c, dwarf2out.c, lto-streamer-in.c,
25288 lto-section-in.c, alias.c, tree-if-conv.c, gimplify.c, ggc-zone.c,
25289 tree-ssa.c, tree-ssa-loop-prefetch.c, integrate.h, c-gimplify.c,
25290 c-common.c, c-common.h, reg-stack.c, basic-block.h,
25291 tree-ssa-structalias.c, lto-section-out.c, tree-ssanames.c: Do not
25293 * Makefile.in: Update for abovementioned changes.
25295 2010-04-30 Jakub Jelinek <jakub@redhat.com>
25298 * tree.c (auto_var_in_fn_p): Return false for DECL_EXTERNAL vars.
25300 2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
25302 * config/picochip/picochip.c (picochip_legitimize_address): Define.
25303 Use this function to do machine-specific conversion.
25304 (picochip_legitimize_reload_address): Likewise.
25305 (picochip_legitimate_address_p): Check valid base register only if
25307 (picochip_check_conditional_copy): Check for modw only if opnd is
25309 * config/picochip/picochip.h (LEGITIMIZE_RELOAD_ADDRESS): Use this
25310 to call the function in c.
25311 * config/picochip/picochip-protos.h
25312 (picochip_legitimize_reload_address): Define.
25313 * config/picochip/picochip.md (supported_compare1): Define.
25315 2010-04-30 Jan Hubicka <jh@suse.cz>
25317 * cgraph.h (cgraph_local_info): Remove for_functions_valid.
25318 (cgraph_global_info): Remove inlined.
25319 (LTO_cgraph_tag_names): Remove.
25320 (LTO_cgraph_tags, LCC_NOT_FOUND): Move to ...
25321 * lto-cgraph.c (LTO_cgraph_tags, LCC_NOT_FOUND): ... here;
25322 simplify cgraph tags and document.
25323 (lto_output_node): Use only LTO_cgraph_unavail_node and
25324 LTO_cgraph_analyzed_node; Do not save analzed, reachable,
25325 for_functions_valid, global info, process and output flags.
25326 (input_overwrite_node): Initialize estimated stack size and
25327 estimated growth. Do not read flags we no longer store.
25328 (input_node): Likewise do not read info no longer stored.
25329 * ipa-inline.c (cgraph_mark_inline_edge): Do not set global.inlined
25332 2010-04-30 Richard Guenther <rguenther@suse.de>
25334 PR tree-optimization/43879
25335 * tree-ssa-structalias.c (get_constraint_for_1): Properly
25336 handle non-zero initializers.
25338 2010-04-30 Richard Guenther <rguenther@suse.de>
25340 * builtins.c (fold_builtin_1): Delete free (0).
25342 2010-04-29 Jan Hubicka <jh@suse.cz>
25344 * gengtype.c (open_base_files): Add lto-streamer.h
25345 * cgraph.h (cgraph_local_info): lto_file_data is now in GGC.
25346 (pass_ipa_cp): GGC collect.
25347 * toplev. (compile_file): Do not output symbols.
25348 * ipa-inline.c (pass_ipa_inline): Add ggc collect.
25349 * timevar.def (TV_VARPOOL, TV_IPA_LTO_DECL_INIT_IO,
25350 TV_IPA_LTO_DECL_MERGE, TV_IPA_LTO_CGRAPH_MERGE, TV_VAROUT): New.
25351 * lto-section-in.c: Include ggc.h
25352 (lto_new_in_decl_state): Alloc in GGC.
25353 (lto_delete_in_decl_state): Likewise.
25354 * ipa.c (pass_ipa_function_visibility, pass_ipa_whole_program):
25357 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
25360 * doc/tm.texi (ADJUST_REG_ALLOC_ORDER): Renamed from
25361 ORDER_REGS_FOR_LOCAL_ALLOC. All instances of this macro changed.
25362 (HONOR_REG_ALLOC_ORDER): Describe new macro.
25363 * ira.c (setup_alloc_regs): Use ADJUST_REG_ALLOC_ORDER if defined.
25364 * ira-color.c (assign_hard_reg): Take prologue/epilogue costs into
25365 account only if HONOR_REG_ALLOC_ORDER is not defined.
25366 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Define.
25367 * system.h (ORDER_REGS_FOR_LOCAL_ALLOC): Poison.
25369 2010-04-29 Jon Grant <04@jguk.org>
25371 * collect2.c (vflag): Change type from int to bool.
25373 (helpflag): New global bool.
25374 (main): Set vflag and debug with boolean, not integer truth values.
25375 Accept new "--help" option and output usage text if found.
25376 * collect2.h (vflag): Update prototype.
25379 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
25382 * plugin.h (flag_plugin_added): Moved out of invoke_plugin_callbacks.
25384 2010-04-29 Richard Guenther <rguenther@suse.de>
25387 * plugin.h (invoke_plugin_callbacks): Annotate arguments
25388 with ATTRIBUTE_UNUSED.
25390 2010-04-29 H.J. Lu <hongjiu.lu@intel.com>
25393 * config/i386/i386.c (get_some_local_dynamic_name): Replace
25394 INSN_P with NONDEBUG_INSN_P.
25395 (distance_non_agu_define): Likewise.
25396 (distance_agu_use): Likewise.
25398 2010-04-29 Bernd Schmidt <bernds@codesourcery.com>
25400 From Dominique d'Humieres <dominiq@lps.ens.fr>
25402 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs to compute
25405 2010-04-29 Brian Hackett <bhackett1024@gmail.com>
25407 * plugin.h (invoke_plugin_callbacks): New inline function.
25408 * plugin.c (flag_plugin_added): New global flag.
25409 (add_new_plugin): Initialize above flag.
25410 (invoke_plugin_callbacks): Rename to ...
25411 (invoke_plugin_callbacks_full): ... this.
25413 2010-04-28 Jan Hubicka <jh@suse.cz>
25415 * lto-symtab.c (lto_symtab_entry_def) Add vnode.
25416 (lto_varpool_replace_node): New.
25417 (lto_symtab_resolve_symbols): Resolve varpool nodes.
25418 (lto_symtab_merge_decls_1): Prefer decls with varpool node.
25419 (lto_symtab_merge_cgraph_nodes_1): Merge varpools.
25420 * cgraph.h (varpool_node_ptr): New type.
25421 (varpool_node_ptr): New vector.
25422 (varpool_node_set_def): New structure.
25423 (varpool_node_set): New type.
25424 (varpool_node_set): New vector.
25425 (varpool_node_set_element_def): New structure.
25426 (varpool_node_set_element, const_varpool_node_set_element): New types.
25427 (varpool_node_set_iterator): New type.
25428 (varpool_node): Add prev pointers, add used_from_other_partition,
25429 in_other_partition.
25430 (varpool_node_set_new, varpool_node_set_find, varpool_node_set_add,
25431 varpool_node_set_remove, dump_varpool_node_set, debug_varpool_node_set,
25432 varpool_get_node, varpool_remove_node): Declare.
25433 (vsi_end_p, vsi_next, vsi_node, vsi_start, varpool_node_in_set_p,
25434 varpool_node_set_size): New inlines.
25435 * cgraph.c (dump_cgraph_node): Dump asm names of aliases.
25436 * tree-pass.h (varpool_node_set_def): Forward declare.
25437 (ipa_opt_pass_d): Summary writting takes vnode sets too.
25438 (ipa_write_optimization_summaries): Update prototype.
25439 * ipa-cp.c (ipcp_write_summary): Update.
25440 * ipa-reference.c (ipa_reference_write_summary): Update.
25441 * lto-cgraph.c (lto_output_varpool_node): New static function.
25442 (output_varpool): New function.
25443 (input_varpool_node): New static function.
25444 (input_varpool_1): New function.
25445 (input_cgraph): Input varpool.
25446 * ipa-pure-const.c (pure_const_write_summary): Update.
25447 * lto-streamer-out.c (lto_output): Update, output varpool too.
25448 (write_global_stream): Kill WPA hack.
25449 (produce_asm_for_decls): Update.
25450 (output_alias_pair_p): Handle variables.
25451 (output_unreferenced_globals): Output only needed partition of varpool.
25452 * ipa-inline.c (inline_write_summary): Update.
25453 * lto-streamer-in.c (lto_input_tree_ref, lto_input_tree): Do not build
25455 * lto-section-in.c (lto_section_name): Add varpool and jump funcs.
25456 * ipa.c (hash_varpool_node_set_element, eq_varpool_node_set_element,
25457 varpool_node_set_new, varpool_node_set_add,
25458 varpool_node_set_remove, varpool_node_set_find, dump_varpool_node_set,
25459 debug_varpool_node_set): New functions.
25460 * passes.c (rest_of_decl_compilation): when in LTO do not finalize.
25461 (execute_one_pass): Process new decls too.
25462 (ipa_write_summaries_2): Pass around vsets.
25463 (ipa_write_summaries_1): Likewise.
25464 (ipa_write_summaries): Build vset; be more selective about cgraph nodes
25466 (ipa_write_optimization_summaries_1): Pass around vsets.
25467 (ipa_write_optimization_summaries): Likewise.
25468 * varpool.c (varpool_get_node): New.
25469 (varpool_node): Update doubly linked lists.
25470 (varpool_remove_node): New.
25471 (dump_varpool_node): More dumping.
25472 (varpool_enqueue_needed_node): Update doubly linked lists.
25473 (decide_is_variable_needed): Kill ltrans hack.
25474 (varpool_finalize_decl): Kill lto hack.
25475 (varpool_assemble_decl): Skip decls in other partitions.
25476 (varpool_assemble_pending_decls): Update doubly linkes lists.
25477 (varpool_empty_needed_queue): Likewise.
25478 (varpool_extra_name_alias): Likewise.
25479 * lto-streamer.c (lto_get_section_name): Add vars section.
25480 * lto-streamer.h (lto_section_type): Update.
25481 (output_varpool, input_varpool): Declare.
25483 2010-04-28 Mike Stump <mikestump@comcast.net>
25485 * config/i386/darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.
25487 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
25489 * lto-streamer-in.c (unpack_ts_type_value_fields): Replace test for
25490 record or union type with RECORD_OR_UNION_TYPE_P predicate.
25491 (lto_input_ts_type_tree_pointers): Likewise.
25492 * lto-streamer-out.c (pack_ts_type_value_fields): Likewise.
25493 (lto_output_ts_type_tree_pointers): Likewise.
25495 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
25497 Uniquization of constants at the Tree level
25498 * tree.h (DECL_IN_CONSTANT_POOL): New macro.
25499 (tree_decl_with_vis): Add in_constant_pool bit, move shadowed_for_var_p
25501 (tree_output_constant_def): Declare.
25502 * gimplify.c (gimplify_init_constructor): When using block copy, first
25503 uniquize the constant constructor on the RHS.
25504 * lto-streamer-in.c (unpack_ts_decl_with_vis_value_fields): Deal with
25505 DECL_IN_CONSTANT_POOL flag.
25506 * lto-streamer-out.c (pack_ts_decl_with_vis_value_fields): Likewise.
25507 * varasm.c (make_decl_rtl): Deal with variables belonging to the global
25509 (assemble_variable): Deal with symbols belonging to the tree constant
25511 (get_constant_section): Add ALIGN parameter and simplify.
25512 (build_constant_desc): Build a VAR_DECL and attach it to the symbol.
25513 (assemble_constant_contents): Use the expression of the VAR_DECL.
25514 (output_constant_def_contents): Use the alignment of the VAR_DECL.
25515 (tree_output_constant_def): New global function.
25516 (mark_constant): Use the expression of the VAR_DECL.
25517 (place_block_symbol): Use the alignment of the VAR_DECL and the size of
25519 (output_object_block): Likewise and assemble the expression.
25521 2010-04-28 Eric Botcazou <ebotcazou@adacore.com>
25523 * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
25524 hash_tree, eq_tree): New tree hash table.
25525 (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
25526 [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
25527 lto_orig_address_remove): Reimplement.
25529 2010-04-28 Xinliang David Li <davidxl@google.com>
25532 * tree-ssa-uninit.c (can_skip_redundant_opnd): New function.
25533 (compute_uninit_opnds_pos): New function.
25534 (is_non_loop_exit_postdominating): New function.
25535 (compute_control_dep_chain): New function.
25536 (find_pdom): New function.
25537 (convert_control_dep_chain_into_preds): New function.
25538 (find_predicates): New function.
25539 (find_control_equiv_block): New function.
25540 (collect_phi_def_edges): New function.
25541 (find_def_preds): New function.
25542 (find_dom): New function.
25543 (dump_predicates): New function.
25544 (get_cmp_code): New function.
25545 (is_value_included_in): New function.
25546 (find_matching_predicate_in_rest_chains): New function.
25547 (use_pred_not_overlap_with_undef_path_pred): New function.
25548 (is_use_properly_guarded): New function.
25549 (normalize_cond_1): New function.
25550 (is_and_or_or): New function.
25551 (normalize_cond): New function.
25552 (is_gcond_subset_of): New function.
25553 (is_subset_of_any): New function.
25554 (is_or_set_subset_of): New function.
25555 (is_and_set_subset_of): New function.
25556 (is_norm_cond_subset_of): New function.
25557 (is_pred_expr_subset_of): New function.
25558 (is_pred_chain_subset_of): New function.
25559 (is_included_in): New function.
25560 (is_superset_of): New function.
25561 (find_uninit_use): New function.
25562 (warn_uninitialized_phi): New function.
25563 (compute_possibly_undefined_names): New function.
25564 (ssa_undefined_value_p): New function.
25565 (execute_late_warn_uninitialized): New function.
25566 * tree-ssa.c (ssa_undefined_value_p): Removed.
25567 (warn_uninit): Changed to extern.
25568 (warn_uninitialized_phi): Removed.
25569 (warn_uninitialized_vars): Changed to extern.
25570 (execute_late_warn_uninitialized): Removed
25571 * tree-flow.h: Add new prototypes.
25572 * timevar.def: Add new time variable.
25573 * Makefile.in: Add new build file.
25575 2010-04-28 Uros Bizjak <ubizjak@gmail.com>
25577 * config/alpha/elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
25580 2010-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25583 * config/alpha/osf5.h (ASM_OUTPUT_LOCAL): Redefine.
25585 2010-04-28 Martin Jambor <mjambor@suse.cz>
25587 * cgraph.h (struct cgraph_node): New field indirect_calls.
25588 (struct cgraph_indirect_call_info): New type.
25589 (struct cgraph_edge): Removed field indirect_call. New fields
25590 indirect_info, indirect_inlining_edge and indirect_unknown_callee.
25591 (cgraph_create_indirect_edge): Declare.
25592 (cgraph_make_edge_direct): Likewise.
25593 (enum LTO_cgraph_tags): New item LTO_cgraph_indirect_edge.
25594 * ipa-prop.h (struct ipa_param_call_note): Removed.
25595 (struct ipa_node_params): Removed field param_calls.
25596 (ipa_create_all_structures_for_iinln): Declare.
25597 * cgraph.c: Described indirect edges and uids in initial comment.
25598 (cgraph_add_edge_to_call_site_hash): New function.
25599 (cgraph_edge): Search also among the indirect edges, use
25600 cgraph_add_edge_to_call_site_hash to add edges to the call site hash.
25601 (cgraph_set_call_stmt): Possibly turn an indirect edge into a direct
25602 one, use cgraph_add_edge_to_call_site_hash to add edges to the call
25604 (initialize_inline_failed): Assign a reason to indirect edges.
25605 (cgraph_create_edge_1): New function.
25606 (cgraph_create_edge): Moved some functionality to
25607 cgraph_create_edge_1.
25608 (cgraph_create_indirect_edge): New function.
25609 (cgraph_edge_remove_callee): Add an assert checking for
25611 (cgraph_edge_remove_caller): Special-case indirect edges.
25612 (cgraph_remove_edge): Likewise.
25613 (cgraph_set_edge_callee): New function.
25614 (cgraph_redirect_edge_callee): Use cgraph_set_edge_callee.
25615 (cgraph_make_edge_direct): New function.
25616 (cgraph_update_edges_for_call_stmt_node): Do nothing only when also
25617 the declaration of the call statement matches.
25618 (cgraph_node_remove_callees): Special-case indirect edges.
25619 (cgraph_clone_edge): Likewise.
25620 (cgraph_clone_node): Clone also the indirect edges.
25621 (dump_cgraph_node): Dump indirect_inlining_edge flag instead of
25622 indirect_call, dump count of indirect_calls edges.
25623 * ipa-prop.c (iinlining_processed_edges): New variable.
25624 (ipa_note_param_call): Create indirect edges instead of
25625 creating notes. New parameter node.
25626 (ipa_analyze_call_uses): New parameter node, pass it on to
25627 ipa_note_param_call.
25628 (ipa_analyze_stmt_uses): Likewise.
25629 (ipa_analyze_params_uses): Pass node to ipa_analyze_stmt_uses.
25630 (print_edge_addition_message): Work on edges rather than on notes.
25631 (update_call_notes_after_inlining): Likewise, renamed to
25632 update_indirect_edges_after_inlining.
25633 (ipa_create_all_structures_for_iinln): New function.
25634 (ipa_free_node_params_substructures): Do not free notes.
25635 (ipa_edge_duplication_hook): Propagate bits within
25636 iinlining_processed_edges bitmap.
25637 (ipa_node_duplication_hook): Do not duplicate notes.
25638 (free_all_ipa_structures_after_ipa_cp): Renamed to
25639 ipa_free_all_structures_after_ipa_cp.
25640 (free_all_ipa_structures_after_iinln): Renamed to
25641 ipa_free_all_structures_after_iinln.
25642 (ipa_write_param_call_note): Removed.
25643 (ipa_read_param_call_note): Removed.
25644 (ipa_write_indirect_edge_info): New function.
25645 (ipa_read_indirect_edge_info): Likewise.
25646 (ipa_write_node_info): Do not stream notes, do stream information
25648 (ipa_read_node_info): Likewise.
25649 (lto_ipa_fixup_call_notes): Removed.
25650 * ipa-cp.c (pass_ipa_cp): Set stmt_fixup to NULL.
25651 * ipa-inline.c (pass_ipa_inline): Likewise.
25652 * cgraphunit.c (verify_cgraph_node): Check also indirect edges.
25653 * cif-code.def (INDIRECT_UNKNOWN_CALL): New reason.
25654 * tree-inline.c (copy_bb): Removed an unnecessary double check for
25656 * tree-inline.c (get_indirect_callee_fndecl): Do not consider indirect
25658 * lto-cgraph.c (output_outgoing_cgraph_edges): New function.
25659 (output_cgraph): Stream also indirect edges.
25660 (lto_output_edge): Added capability to stream indirect edges.
25661 (input_edge): Likewise.
25662 (input_cgraph_1): Likewise.
25663 * lto-streamer-in.c (fixup_call_stmt_edges_1): Fixup also statements
25666 2010-04-28 Richard Guenther <rguenther@suse.de>
25668 PR tree-optimization/43879
25669 PR tree-optimization/43909
25670 * tree-ssa-structalias.c (struct variable_info): Add
25671 only_restrict_pointers flag.
25672 (new_var_info): Initialize it. Increment stats.total_vars here.
25673 (create_function_info_for): Do not increment stats.total_vars here.
25674 (get_function_part_constraint): Fix build with C++.
25675 (insert_into_field_list): Remove.
25676 (push_fields_onto_fieldstack): Properly merge fields.
25677 (create_variable_info_for): Split and simplify.
25678 (create_variable_info_for_1): New piece.
25679 (intra_create_variable_infos): Properly make restrict constraints
25682 2010-04-28 Richard Guenther <rguenther@suse.de>
25685 * tree-inline.c (copy_bind_expr): Also copy bind expr vars value-exprs.
25687 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org>
25688 Jan Hubicka <hubicka@ucw.cz>
25690 * doc/invoke.texi (-Wsuggest-attribute=const,
25691 -Wsuggest-attribute=pure): Document.
25692 * ipa-pure-const.c: Include toplev.h, intl.h and opts.h.
25693 (function_always_visible_to_compiler_p,
25694 suggest_attribute, warn_function_pure, warn_function_const):
25696 (check_call): Improve debug info.
25697 (analyze_function): Do not check availability.
25698 (add_new_function): Check availability.
25699 (propagate): Output warnings.
25700 (skip_function_for_local_pure_const): New function.
25701 (local_pure_const): Use it; output warnings.
25702 * common.opt (Wsuggest-attribute=const,
25703 Wsuggest-attribute=pure): New.
25705 2010-04-27 Jakub Jelinek <jakub@redhat.com>
25707 * dwarf2out.c (def_cfa_1): After DW_CFA_def_cfa_expression
25708 force using DW_CFA_def_cfa instead of DW_CFA_def_cfa_register
25709 or DW_CFA_def_cfa_offset{,_sf}.
25711 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
25713 * tree.h: Fix truncated long macros.
25715 2010-04-27 Kai Tietz <kai.tietz@onevision.com>
25717 * collect2.c (TARGET_64BIT): Redefine to target's default.
25718 * tlink.c: Likewise.
25719 * config/i386/cygming.h (USER_LABEL_PREFIX): Define
25720 dependent to TARGET_64BIT and USE_MINGW64_LEADING_UNDERSCORES.
25721 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): Use
25722 for underscoring __USER_LABEL_PREFIX__.
25723 * config/i386/mingw-w64.h (SUB_LINK_ENTRY): New macro.
25724 (SUB_LINK_ENTRY32): New.
25725 (SUB_LINK_ENTRY64): New.
25726 (LINK_SPEC): Replace entry point spec by SUB_LINK_ENTRY.
25727 * config/i386/mingw32 (SUB_LINK_ENTRY32): New.
25728 (SUB_LINK_ENTRY64): New.
25729 (SUB_LINK_ENTRY): New.
25730 (LINK_SPEC): Use SUB_LINK_ENTRY instead of hard-coded entry-point.
25731 (DWARF2_UNWIND_INFO): Error out for use of dw2 unwind when
25732 x64 target is choosen.
25733 * config.in (USE_MINGW64_LEADING_UNDERSCORES): New.
25734 * configure: Regenerated.
25735 * configure.ac (leading-mingw64-underscores): Option added.
25737 2010-04-27 Jan Hubicka <jh@suse.cz>
25739 * doc/invoke.texi (-fipa-profile): Document.
25740 * opts.c (decode_options): Enable ipa-profile at -O1.
25741 * timevar.def (TV_IPA_PROFILE): Define.
25742 * common.opt (fipa-profile): Add.
25743 * cgraph.c (cgraph_clone_node): Set local flag and clear vtable method
25745 (cgraph_propagate_frequency): Handle only local ones.
25746 * tree-pass.h (pass_ipa_profile): Declare.
25747 * ipa-profile.c (gate_profile): Use flag_ipa_profile.
25748 (pass_ipa_profile): Use TV_IPA_PROFILE.
25749 * ipa.c (ipa_profile): New function.
25750 (gate_ipa_profile): Likewise.
25751 (pass_ipa_profile): New global variable.
25752 * passes.c (pass_ipa_profile): New.
25754 2010-04-27 Nathan Froyd <froydnj@codesourcery.com>
25756 * config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.
25758 2010-04-27 Martin Jambor <mjambor@suse.cz>
25760 PR middle-end/43812
25761 * ipa.c (dissolve_same_comdat_group_list): New function.
25762 (function_and_variable_visibility): Call
25763 dissolve_same_comdat_group_list when comdat group contains external or
25765 * cgraphunit.c (verify_cgraph_node): Verify that same_comdat_group
25766 lists are circular and that they contain only DECL_ONE_ONLY nodes.
25768 2010-04-27 Eric Botcazou <ebotcazou@adacore.com>
25770 * varasm.c (decode_addr_const): Handle special case of INDIRECT_REF.
25771 (const_hash_1) <VECTOR_CST>: New case.
25772 (compare_constant) <VECTOR_CST>: Likewise.
25773 <ADDR_EXPR>: Deal with LABEL_REFs.
25774 (copy_constant) <VECTOR_CST>: New case.
25776 2010-04-27 Jan Hubicka <jh@suse.cz>
25778 * cgraph.c (cgraph_propagate_frequency): New function.
25779 * cgraph.h (cgraph_propagate_frequency): Declare.
25780 * ipa-inline.c (cgraph_clone_inlined_nodes): Call
25781 cgraph_propagate_frequency.
25783 2010-04-27 Jakub Jelinek <jakub@redhat.com>
25785 * unwind-dw2.c (_Unwind_DebugHook): Add used and noclone attributes.
25787 2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
25790 * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
25791 (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
25792 here to determine which regs to push and how much stack to reserve.
25794 2010-04-27 Jie Zhang <jie@codesourcery.com>
25796 * doc/gimple.texi (gimple_statement_with_ops): Remove
25797 addresses_taken field.
25798 (gimple_statement_with_memory_ops): Likewise.
25800 2010-04-27 Jan Hubicka <jh@suse.cz>
25802 * tree-inline.c (eni_inlining_weights): Remove.
25803 (estimate_num_insns): Special case more builtins.
25805 2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
25808 * c-typeck.c (build_binary_op): Move forward check for comparison
25809 pointer with null pointer constant and adjust the diagnostic message.
25811 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
25814 * configure.ac (gcc_cv_as_section_has_align): Set if installed
25815 binutils supports extended .section directive needed by LTO, or
25816 warn if older binutils found.
25817 (LTO_BINARY_READER): New AC_SUBST'd variable.
25818 (LTO_USE_LIBELF): Likewise.
25819 * config.gcc (lto_binary_reader): New target-specific configure
25821 * Makefile.in (LTO_BINARY_READER): Import AC_SUBST'd autoconf var.
25822 (LTO_USE_LIBELF): Likewise.
25823 * configure: Regenerate.
25825 * collect2.c (is_elf): Rename from this ...
25826 (is_elf_or_coff): ... to this, and recognize and allow i386 COFF
25827 object files in addition to ELF-formatted ones.
25828 (scan_prog_file): Caller updated. Also allow for LTO info marker
25829 symbol to be prefixed or not by an extra underscore.
25831 * config/i386/t-cygming (winnt.o): Also depend on LTO_STREAMER_H.
25832 * config/i386/winnt.c: Also #include lto-streamer.h
25833 (i386_pe_asm_named_section): Specify 1-byte section alignment for
25834 LTO named sections.
25835 (i386_pe_asm_output_aligned_decl_common): Add comment.
25836 (i386_pe_maybe_record_exported_symbol): Allow decl arg to be NULL.
25838 2010-04-27 Hans-Peter Nilsson <hp@bitrange.com>
25841 * config/mmix/mmix.md ("*divdi3_nonknuth", "*moddi3_nonknuth"):
25842 Add missing earlyclobber for second alternative.
25844 2010-04-26 Bernd Schmidt <bernds@codesourcery.com>
25846 * df-problems.c (df_simulate_initialize_forwards): Set, don't clear,
25847 bits for artificial defs at the top of the block.
25848 * fwprop.c (single_def_use_enter_block): Don't call it.
25850 2010-04-26 Jack Howarth <howarth@bromo.med.uc.edu>
25853 * configure.ac: Use "$gcc_cv_nm -g" on darwin
25854 instead of "$gcc_cv_objdump -T".
25855 Use "-undefined dynamic_lookup" on darwin.
25856 * configure: Regenerate.
25858 2010-04-26 Jakub Jelinek <jakub@redhat.com>
25861 * c-omp.c (c_finish_omp_for): Handle also EQ_EXPR.
25863 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
25865 * c-parser.c (struct c_token): Move location field up.
25866 * c-tree.h (struct c_typespec): Move expr_const_operands field up.
25867 (struct c_declspecs): Convert typespec_word, storage_class, and
25868 default_int_p into bitfields.
25869 (struct c_declarator): Move loc field up.
25871 2010-04-26 Nathan Froyd <froydnj@codesourcery.com>
25873 * cfgloop.h (struct loop): Move can_be_parallel field up.
25874 * ipa-prop.h (struct ip_node_params): Move bitfields up.
25875 * tree-ssa-loop-ivopts.c (struct version_info): Move inv_id field
25877 (struct iv_cand): Convert pos field into a bitfield.
25878 * tree-vectorizer.h (struct _loop_vec_info): Move loop_line_number
25880 (struct _stmt_vec_info): Shuffle fields for better packing.
25882 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
25884 * varasm.c (IN_NAMED_SECTION): Remove guard.
25885 * config/arm/unknown-elf.h (IN_NAMED_SECTION): Rename to...
25886 (IN_NAMED_SECTION_P): ...this.
25887 (ASM_OUTPUT_ALIGNED_BSS): Adjust for above renaming.
25888 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
25890 2010-04-26 Eric Botcazou <ebotcazou@adacore.com>
25892 * gimplify.c (gimplify_cond_expr): Use THEN_ and ELSE_ local variables.
25893 Use VOID_TYPE_P for all void type tests. Adjust TYPE variable instead
25894 of shadowing it. Fix comments.
25896 2010-04-26 Jan Hubicka <jh@suse.cz>
25898 * cgraph.c (cgraph_create_node): Set node frequency to normal.
25899 (cgraph_clone_node): Copy function frequency.
25900 * cgraph.h (node_frequency): New enum
25901 (struct cgraph_node): Add.
25902 * final.c (rest_of_clean_state): Update.
25903 * lto-cgraph.c (lto_output_node): Output node frequency.
25904 (input_overwrite_node): Input node frequency.
25905 * tre-ssa-loop-ivopts (computation_cost): Update.
25906 * lto-streamer-out.c (output_function): Do not output function
25908 * predict.c (maybe_hot_frequency_p): Update and handle functions
25910 (cgraph_maybe_hot_edge_p): Likewise; use cgraph frequency instead of
25912 (probably_never_executed_bb_p, optimize_function_for_size_p): Update.
25913 (compute_function_frequency): Set noreturn functions to be executed
25915 (choose_function_section): Update.
25916 * lto-streamer-in.c (input_function): Do not input function frequency.
25917 * function.c (allocate_struct_function): Do not initialize function
25919 * function.h (function_frequency): Remove.
25920 (struct function): Remove function frequency.
25921 * ipa-profile.c (CGRAPH_NODE_FREQUENCY): Remove.
25922 (try_update): Update.
25923 * tree-inline.c (initialize_cfun): Do not update function frequency.
25924 * passes.c (pass_init_dump_file): Update.
25925 * i386.c (ix86_compute_frame_layout): Update.
25926 (ix86_pad_returns): Update.
25928 2010-04-26 Jie Zhang <jie@codesourcery.com>
25930 PR tree-optimization/43833
25931 * tree-vrp.c (range_int_cst_p): New.
25932 (range_int_cst_singleton_p): New.
25933 (extract_range_from_binary_expr): Optimize BIT_AND_EXPR case
25934 when both operands are constants. Use range_int_cst_p in
25937 2010-04-26 Jan Hubicka <jh@suse.cz>
25939 * cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.
25941 2010-04-26 Richard Guenther <rguenther@suse.de>
25944 * gimple.c (gimple_decl_printable_name): Deal gracefully
25945 with a NULL DECL_NAME.
25947 2010-04-26 Richard Guenther <rguenther@suse.de>
25950 * tree.c (free_lang_data_in_type): Do not free TYPE_CONTEXT
25951 if emitting debug information and it is either a function
25952 or a namespace decl.
25954 2010-04-26 Ira Rosen <irar@il.ibm.com>
25956 * tree-vectorizer.h (struct _stmt_vec_info): Add new field to
25957 determine if the statement is vectorizable, and a macro to access it.
25958 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
25959 Skip statements that can't be vectorized. If the analysis fails,
25960 mark the statement as unvectorizable if vectorizing basic block.
25961 (vect_compute_data_refs_alignment): Likewise.
25962 (vect_verify_datarefs_alignment): Skip statements marked as
25963 unvectorizable. Add print.
25964 (vect_analyze_group_access): Skip statements that can't be
25965 vectorized. If the analysis fails, mark the statement as
25966 unvectorizable if vectorizing basic block.
25967 (vect_analyze_data_ref_accesses, vect_analyze_data_refs): Likewise.
25968 * tree-vect-stmts.c (vectorizable_store): Fix the number of
25969 generated stmts for SLP.
25970 (new_stmt_vec_info): Initialize the new field.
25971 * tree-vect-slp.c (vect_build_slp_tree): Fail to vectorize
25972 statements marked as unvectorizable.
25974 2010-04-25 Joseph Myers <joseph@codesourcery.com>
25976 * c-common.c (flag_isoc1x): New.
25977 (flag_isoc99): Update comment.
25978 * c-common.h (flag_isoc1x): New.
25979 (flag_isoc99): Update comment.
25980 * c-cppbuiltin.c (builtin_define_float_constants): Also define
25981 __<type>_DECIMAL_DIG__.
25982 * c-opts.c (set_std_c1x): New.
25983 (c_common_handle_option): Handle -std=c1x and -std=gnu1x.
25984 (set_std_c89, set_std_c99): Also set flag_isoc1x to 0.
25985 * c.opt (-std=c1x, -std=gnu1x): New options.
25986 * doc/cpp.texi: Mention -std=c1x.
25987 * doc/cppopts.texi (-std=c1x, -std=gnu1x): Document.
25988 * doc/extend.texi: Mention -std=c1x and -std=gnu1x.
25989 * doc/invoke.texi (-std=c1x, -std=gnu1x): Document.
25990 * doc/standards.texi: Mention C1X.
25991 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG,
25992 LDBL_DECIMAL_DIG, FLT_HAS_SUBNORM, DBL_HAS_SUBNORM,
25993 LDBL_HAS_SUBNORM, FLT_TRUE_MIN, DBL_TRUE_MIN, LDBL_TRUE_MIN):
25996 2010-04-25 Uros Bizjak <ubizjak@gmail.com>
25998 * config/i386/gmon-sol2.c (_mcleanup): Change format string
25999 placeholder from 0x%x to %#x.
26000 * config/i386/i386elf.h (ASM_OUTPUT_ASCII): Ditto.
26001 * config/i386/i386-interix.h (ASM_OUTPUT_ASCII): Ditto.
26002 * config/i386/att.h (ASM_OUTPUT_ASCII): Ditto.
26003 * config/i386/sysv4.h (ASM_OUTPUT_ASCII): Ditto.
26004 * config/i386/i386.c (ix86_target_string): Ditto.
26005 (output_pic_addr_const): Ditto.
26006 (print_operand): Ditto.
26008 2010-04-25 Paolo Bonzini <bonzini@gnu.org>
26010 * combine.c (find_split_point): Add third argument. Use it
26011 to find nested multiply-accumulate instructions. Adjust calls.
26012 (try_combine): Adjust call to find_split_point.
26014 2010-04-24 Gerald Pfeifer <gerald@pfeifer.com>
26016 * doc/contrib.texi (Contributors): Add Dodji Seketeli.
26018 2010-04-24 Bernd Schmidt <bernds@codesourcery.com>
26020 PR tree-optimization/41442
26021 * fold-const.c (merge_truthop_with_opposite_arm): New function.
26022 (fold_binary_loc): Call it.
26024 2010-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
26026 * toplev.c (general_init): Set default for fdiagnostics-show-option.
26027 * opts.c (common_handle_option): Allow disabling it.
26028 * common.opt (fdiagnostics-show-option): Add Var. Enabled by default.
26030 2010-04-23 Eric Botcazou <ebotcazou@adacore.com>
26032 * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Only use conversion
26033 between modes if both types are integral.
26035 2010-04-23 Richard Guenther <rguenther@suse.de>
26037 PR tree-optimization/43572
26038 * tree-tailcall.c (find_tail_calls): Allow PARM_DECL uses.
26040 2010-04-23 Richard Guenther <rguenther@suse.de>
26043 * tree-inline.c (tree_can_inline_p): Also check compatibility
26046 2010-04-23 Martin Jambor <mjambor@suse.cz>
26048 PR tree-optimization/43846
26049 * tree-sra.c (struct access): New flag grp_assignment_read.
26050 (build_accesses_from_assign): Set grp_assignment_read.
26051 (sort_and_splice_var_accesses): Propagate grp_assignment_read.
26052 (enum mark_read_status): New type.
26053 (analyze_access_subtree): Propagate grp_assignment_read, create
26054 accesses also if both direct_read and root->grp_assignment_read.
26056 2010-04-23 Martin Jambor <mjambor@suse.cz>
26058 PR middle-end/43835
26059 * tree-sra.c (ipa_sra_preliminary_function_checks): Check that the
26060 function does not have type attributes.
26062 2010-04-23 Richard Guenther <rguenther@suse.de>
26065 * tree.c (free_lang_data_in_decl): Do not reset DECL_CONTEXT
26068 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
26070 * sese.h (create_if_region_on_edge): Remove.
26072 * sese.c (create_if_region_on_edge): Make static.
26074 * tree-inline.c: Do not include ggc.h.
26076 * expr.c: Do not include ggc.h.
26078 * Makefile.in (tree-inline.o, expr.o): Remove $(GGC_H) from
26081 2010-04-22 Kaz Kojima <kkojima@gcc.gnu.org>
26084 * config/sh/sh.c (find_barrier): Don't emit a constant pool
26085 in the middle of insns for casesi_worker_2.
26087 2010-04-22 David Edelsohn <edelsohn@gnu.org>
26089 * config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.
26091 2010-04-22 Ira Rosen <irar@il.ibm.com>
26093 PR tree-optimization/43842
26094 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
26095 loop unrolling in update of exit phis. Fix comment.
26096 * tree-vect-slp.c (vect_analyze_slp): Check that there are at
26097 least two reduction statements in the loop before starting SLP
26100 2010-04-22 Nick Clifton <nickc@redhat.com>
26102 * config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.
26104 2010-04-22 Alexander Monakov <amonakov@ispras.ru>
26106 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Handle BIT_NOT_EXPR
26107 to simplify a + ~a.
26109 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
26111 * tree-parloops.c (loop_parallel_p): New argument
26112 parloop_obstack. Pass it down.
26113 (parallelize_loops): New variable parloop_obstack. Initialize it,
26114 pass it down, free it.
26116 * tree-loop-linear.c (linear_transform_loops): Pass down
26119 * tree-data-ref.h (lambda_compute_access_matrices): New argument
26120 of type struct obstack *.
26122 * tree-data-ref.c (analyze_subscript_affine_affine): New variable
26123 scratch_obstack. Initialize it, pass down, free it.
26125 * lambda.h (lambda_loop_new): Remove.
26126 (lambda_matrix_new, lambda_matrix_inverse)
26127 (lambda_trans_matrix_new, lambda_trans_matrix_inverse): New
26128 argument of type struct obstack *.
26130 * lambda-trans.c (lambda_trans_matrix_new): New argument
26131 lambda_obstack. Pass it down, use obstack allocation for ret.
26132 (lambda_trans_matrix_inverse): New argument lambda_obstack. Pass
26135 * lambda-mat.c (lambda_matrix_get_column)
26136 (lambda_matrix_project_to_null): Remove.
26137 (lambda_matrix_new): New argument lambda_obstack. Use obstack
26138 allocation for mat.
26139 (lambda_matrix_inverse_hard, lambda_matrix_inverse): New argument
26142 * lambda-code.c (lambda_loop_new): New function.
26143 (lambda_lattice_new, compute_nest_using_fourier_motzkin)
26144 (lambda_compute_auxillary_space, lambda_compute_target_space)
26145 (lambda_loopnest_transform, gcc_loop_to_lambda_loop)
26146 (lambda_loopnest_to_gcc_loopnest): Pass down lambda_obstack.
26147 (build_access_matrix): New argument lambda_obstack. Use obstack
26149 (lambda_compute_step_signs, lambda_compute_access_matrices): New
26150 argument lambda_obstack. Pass it down.
26152 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
26154 * optabs.h (expand_widening_mult): Declare.
26156 2010-04-22 Richard Guenther <rguenther@suse.de>
26158 PR tree-optimization/43845
26159 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Properly
26160 lookup the CALL_EXPR function and arguments.
26162 2010-04-22 Nick Clifton <nickc@redhat.com>
26164 * config/stormy16/stormy16.c
26165 (xstormy16_asm_output_aligned_common): Handle a NULL decl parameter.
26166 * config/stormy16/stormy16.h: Tidy up formatting.
26167 (DONT_USE_BUILTIN_SETJMP): Remove definition.
26168 * config/stormy16/stormy16.c (cbranchsi4): Delete pattern.
26169 (ineqbranchsi): Delete pattern.
26170 * config/stormy16/stormy16-lib2-ucmpsi2.c: New file.
26171 * config/stormy16/stormy16-lib2.c (__ucmpsi2): New function.
26172 * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Add
26173 stormy16-lib2-ucmpsi2.c.
26175 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
26177 * ifcvt.c (dead_or_predicable): Use df_simulate_find_defs and
26178 df_simulate_find_noclobber_defs as appropriate. Keep track of an
26179 extra set merge_set_noclobber, and use it to relax the final test
26181 * df.h (df_simulate_find_noclobber_defs): Declare.
26182 * df-problems.c (df_simulate_find_defs): Don't ignore partial or
26184 (df_simulate_find_noclobber_defs): New function.
26186 2010-04-22 Uros Bizjak <ubizjak@gmail.com>
26188 * config/i386/i386.md: Use {} around multi-line preparation statements.
26190 2010-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
26192 * c-tree.h (push_init_level, pop_init_level, set_init_index)
26193 (process_init_element): New argument of type struct obstack *.
26195 * c-typeck.c (push_init_level, pop_init_level, set_designator)
26196 (set_init_index, set_init_label, set_nonincremental_init)
26197 (set_nonincremental_init_from_string, find_init_member)
26198 (output_init_element, output_pending_init_elements)
26199 (process_init_element): New argument braced_init_obstack. Pass it
26201 (push_range_stack, add_pending_init): New argument
26202 braced_init_obstack. Use obstack allocation.
26204 * c-parser.c (c_parser_initelt, c_parser_initval): New argument
26205 braced_init_obstack. Pass it down.
26206 (c_parser_braced_init): New variables ret, braced_init_obstack.
26207 Initialize obstack, pass it down and finally free it.
26209 2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
26211 PR middle-end/29274
26212 * tree-pass.h (pass_optimize_widening_mul): Declare.
26213 * tree-ssa-math-opts.c (execute_optimize_widening_mul,
26214 gate_optimize_widening_mul): New static functions.
26215 (pass_optimize_widening_mul): New.
26216 * expr.c (expand_expr_real_2) <case WIDEN_MULT_EXPR>: New case.
26217 <case MULT_EXPR>: Remove support for widening multiplies.
26218 * tree.def (WIDEN_MULT_EXPR): Tweak comment.
26219 * cfgexpand.c (expand_debug_expr) <case WIDEN_MULT_EXPR>: Use
26220 simplify_gen_unary rather than directly building extensions.
26221 * tree-cfg.c (verify_gimple_assign_binary): Add tests for
26223 * expmed.c (expand_widening_mult): New function.
26224 * passes.c (init_optimization_passes): Add pass_optimize_widening_mul.
26226 2010-04-21 Jan Hubicka <jh@suse.cz>
26228 * timevar.def (TV_WHOPR_WPA_FIXUP): Remove.
26229 * lto-section-in.c (lto_section_name): Remove wpa_fixup.
26230 * lto-wpa-fixup.c: Remove.
26231 * Makefile.in (lto-wpa-fixup.o): Remove.
26232 * passes.c (init_optimization_passes): Remove pass_ipa_lto_wpa_fixup.
26233 (execute_all_ipa_transforms): Set cgraph_state to CGRAPH_STATE_IPA_SSA.
26234 * lto-streamer.c (lto_get_section_name): Remove wpa_fixup section.
26236 2010-04-21 Jan Hubicka <jh@suse.cz>
26238 * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary;
26239 add write_optimization_summary, read_optimization_summary.
26240 (ipa_write_summaries_of_cgraph_node_set): Remove.
26241 (ipa_write_optimization_summaries): Declare.
26242 (ipa_read_optimization_summaries): Declare.
26243 * ipa-cp.c (pass_ipa_cp): Update.
26244 * ipa-reference.c (pass_ipa_reference): Update.
26245 * ipa-pure-const.c (pass_ipa_pure_const): Update.
26246 * lto-streamer-out.c (pass_ipa_lto_gimple, pass_ipa_lto_finish):
26248 * ipa-inline.c (pass_ipa_inline): Update.
26249 * ipa.c (pass_ipa_whole_program): Update.
26250 * lto-wpa-fixup.c (pass_ipa_lto_wpa_fixup): Update.
26251 * passes.c (ipa_write_summaries_1): Do not test wpa.
26252 (ipa_write_optimization_summaries_1): New.
26253 (ipa_write_optimization_summaries): New.
26254 (ipa_read_summaries): Do not test ltrans.
26255 (ipa_read_optimization_summaries_1): New.
26256 (ipa_read_optimization_summaries): New.
26258 2010-04-21 Jan Hubicka <jh@suse.cz>
26260 * lto-cgraph.c (lto_output_node): Do not output comdat groups
26261 for boundary nodes.
26262 (output_cgraph): Do not arrange comdat groups for boundary nodes.
26264 2010-04-21 Jakub Jelinek <jakub@redhat.com>
26267 * dwarf2out.c (add_name_and_src_coords_attributes): Add
26268 DW_AT_{,MIPS_}linkage_name even for Fortran decls.
26270 2010-04-21 Jan Hubicka <jh@suse.cz>
26272 * ipa-prop.c (ipa_edge_removal_hook): Check for bounds.
26274 2010-04-21 Jan Hubicka <jh@suse.cz>
26276 * varpool.c (decide_is_variable_needed): Variable is always needed
26279 2010-04-21 Jan Hubicka <jh@suse.cz>
26281 * opts.c (decode_options): Enable pure-const pass for whopr.
26283 2010-04-21 Jan Hubicka <jh@suse.cz>
26285 * cgraph.c (dump_cgraph_node): Dump also assembler name.
26286 * ipa-inline.c (cgraph_decide_inlining_of_small_functions): Do not ice
26288 (cgraph_decide_inlining): Do not expect callee to be removed in all
26291 2010-04-21 Eric B. Weddington <eric.weddington@atmel.com>
26293 * config/avr/avr-devices.c (avr_mcu_types): Add missing comma.
26295 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
26297 * config/i386/i386.md (x86_shrd): Add athlon_decode and
26298 amdfam10_decode attributes.
26300 2010-04-21 Jakub Jelinek <jakub@redhat.com>
26302 PR middle-end/43570
26303 * omp-low.c (scan_sharing_clauses): Don't scan_omp_op
26304 OMP_CLAUSE_DECL for OMP_CLAUSE_COPYPRIVATE.
26305 (lower_copyprivate_clauses): Use private var in outer
26306 context instead of original var. Make sure the types
26307 are correct for VLAs.
26309 2010-04-21 Richard Guenther <rguenther@suse.de>
26311 * tree-ssa-structalias.c (do_ds_constraint): Avoid escaping
26312 to non-pointer objects.
26314 2010-04-21 Jakub Jelinek <jakub@redhat.com>
26316 * dwarf2out.c (add_var_loc_to_decl): Add LABEL argument. Drop
26317 last chain entry if it starts with the still current label.
26318 (add_location_or_const_value_attribute): Check that
26319 loc_list->first->next is NULL instead of comparing ->first with ->last.
26320 (dwarf2out_var_location): Pass last_label resp. last_postcall_label
26321 to add_var_loc_to_decl.
26323 * dwarf2out.c (output_call_frame_info): For dw_cie_version
26324 >= 4 add also address size and segment size fields into CIE header.
26326 * unwind-dw2.c (extract_cie_info): Handle CIE version 4, as
26327 long as address size is the same as sizeof (void *) and
26329 * unwind-dw2-fde.c (get_cie_encoding): Likewise. If
26330 address size or segment size is unexpected, return DW_EH_PE_omit.
26331 (classify_object_over_fdes): If get_cie_encoding returned
26332 DW_EH_PE_omit, return -1.
26333 (init_object): If classify_object_over_fdes returned -1,
26334 pretend there were no FDEs at all.
26336 2010-04-21 Uros Bizjak <ubizjak@gmail.com>
26338 * config/i386/i386.md (bswap<mode>2): Macroize expander from
26339 bswap{si,di}2 using SWI48 mode iterator.
26340 (*bswap<mode>2_movbe): Macroize insn from *bswap{si,di}_movbe using
26341 SWI48 mode iterator. Set type attribute of bswap insn to bitmanip,
26342 set modrm attribute of bswap insn to 0 and remove length attribute.
26343 (*bswap<mode>2_1): Macroize insn from *bswap{si,di}_1 using SWI48 mode
26344 iterator. Set type attribute to bitmanip, set modrm attribute to 0,
26345 set mode attribute to <MODE> and remove length attribute.
26347 2010-04-20 James E. Wilson <wilson@codesourcery.com>
26349 PR rtl-optimization/43520
26350 * ira-lives.c (ira_implicitly_set_insn_hard_regs): Exclude classes with
26351 zero available registers.
26353 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26355 * builtins.c (fold_builtin_cproj): Fold more cases.
26357 2010-04-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26359 * builtins.c (build_complex_cproj, fold_builtin_cproj): New.
26360 (fold_builtin_1): Fold builtin cproj.
26361 * builtins.def (BUILT_IN_CPROJ, BUILT_IN_CPROJF, BUILT_IN_CPROJL):
26362 Use ATTR_CONST_NOTHROW_LIST.
26364 2010-04-20 Uros Bizjak <ubizjak@gmail.com>
26366 * config/i386/i386.md (ffs<mode>2): Macroize expander from ffs_cmove
26367 and ffsdi2 using SWI48 mode iterator. Expand SImode insn through
26368 ffsi2_no_cmove for !TARGET_CMOVE.
26369 (ffssi2_no_cmove): Rename from *ffs_no_cmove. Make public.
26370 (ffssi2): Remove expander.
26371 (*ffs<mode>_1): Macroize insn from *ffs{si,di} using SWI48
26373 (ctz<mode>2): Ditto from ctz{si,di}2.
26374 (clz<mode>2): Macroize expander from ctz{hi,si,di}2 using SWI248
26376 (clz<mode>2_abm): Macroize insn from clz{hi,si,di}2_abm using SWI248
26379 2010-04-20 Jakub Jelinek <jakub@redhat.com>
26381 * dwarf2out.c (AT_linkage_name): Define.
26382 (clone_as_declaration): Handle DW_AT_linkage_name.
26383 (add_name_and_src_coords_attributes): Use AT_linkage_name instead
26384 of DW_AT_MIPS_linkage_name.
26385 (move_linkage_attr): Likewise.
26386 (dwarf2out_finish): Likewise.
26388 2010-04-20 Xinliang David Li <davidxl@gcc.gnu.org>
26390 PR middle-end/41952
26391 * fold-const.c (fold_comparison): New folding rule.
26393 2010-04-20 Anatoly Sokolov <aesok@post.ru>
26395 * double-int.h (double_int_setbit): Declare.
26396 * double-int.c (double_int_setbit): New function.
26397 * rtl.h (immed_double_int_const): Declare.
26398 * emit-rtl.c (immed_double_int_const): New function.
26399 * builtins.c (expand_builtin_signbit): Clean up, use double_int_*
26400 and immed_double_int_const functions.
26401 * optabs.c (expand_absneg_bit, expand_copysign_absneg,
26402 expand_copysign_bit): (Ditto.).
26403 * simplify-rtx.c (simplify_binary_operation_1): (Ditto.).
26404 * tree-ssa-address.c (addr_for_mem_ref): (Ditto.).
26405 * dojump.c (prefer_and_bit_test): (Ditto.).
26406 * expr.c (convert_modes, reduce_to_bit_field_precision,
26407 const_vector_from_tree): (Ditto.).
26408 * expmed.c (mask_rtx, lshift_value): (Ditto.).
26410 2010-04-20 Jan Hubicka <jh@suse.cz>
26412 * cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.
26413 (dump_cgraph_node): Dump new flags.
26414 * cgraph.h (struct cgraph_node): Add flags
26415 reachable_from_other_partition and in_other_partition.
26416 (cgraph_can_remove_if_no_direct_calls_p): Functions used by
26417 other partition can not be removed.
26418 * cgraphunit.c (cgraph_mark_functions_to_output): Functions used by
26419 the other partition must be output; silence sanity checking on
26420 leaking functions bodies from other paritition.
26421 * lto-cgraph.c (reachable_from_other_partition_p): New function.
26422 (lto_output_node): Output new flags; do not sanity check that inline
26423 clones are output; drop lto_forced_extern_inline_p code; do not mock
26424 visibility flags at partition boundaries.
26425 (add_node_to): New function.
26426 (output_cgraph): Use it to sort functions so masters appear before
26428 (input_overwrite_node): Input new flags.
26429 * passes.c (ipa_write_summaries): Do not call
26430 lto_new_extern_inline_states.
26431 * lto-section-out.c (forced_extern_inline,
26432 lto_new_extern_inline_states lto_delete_extern_inline_states,
26433 lto_force_functions_extern_inline, lto_forced_extern_inline_p): Kill.
26434 * lto-streamer.h (lto_new_extern_inline_states,
26435 * lto_delete_extern_inline_states, lto_force_functions_extern_inline,
26436 lto_forced_extern_inline_p): Kill.
26438 2010-04-20 Richard Guenther <rguenther@suse.de>
26440 * tree-ssa-structalias.c (do_sd_constraint): Add edges only
26441 from vars that can have pointers.
26442 (process_constraint): Dump useless constraints.
26444 2010-04-20 Richard Guenther <rguenther@suse.de>
26446 * tree-ssa-structalias.c (do_structure_copy): Properly handle DEREF.
26447 (dump_sa_points_to_info): Remove asserts.
26448 (init_base_vars): nothing_id isn't an escape point nor does it
26451 2010-04-20 Jakub Jelinek <jakub@redhat.com>
26453 * tree.h (TYPE_REF_IS_RVALUE): Define.
26454 * dwarf2out.c (attr_checksum_ordered, is_type_die, is_comdat_die,
26455 should_move_die_to_comdat, prune_unused_types_walk): Handle
26456 DW_TAG_rvalue_reference_type like DW_TAG_reference_type.
26457 (modified_type_die, gen_reference_type_die): Emit
26458 DW_TAG_rvalue_reference_type instead of DW_TAG_reference_type
26459 if TYPE_REF_IS_RVALUE and -gdwarf-4.
26461 2010-04-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26464 * config/s390/s390.c (s390_emit_call): Turn direct into indirect
26465 calls for -fpic -m31 if they have been sibcall optimized.
26467 2010-04-19 James E. Wilson <wilson@codesourcery.com>
26469 * config/ia64/ia64.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Make
26470 ar.lc fixed and call-used.
26472 * config/ia64/ia64.c (TARGET_INVALID_WITHIN_DOLOOP): Define.
26474 2010-04-19 Jan Hubicka <jh@suse.cz>
26476 * opts.c (decode_options): Disable whpr incompatible passes.
26477 * lto/lto.c (lto_1_to_1_map): Skip clones.
26478 (read_cgraph_and_symbols): Do not mark everything as needed.
26479 (do_whole_program_analysis): Do map only after optimizing;
26480 set proper cgraph_state; use passmanager.
26482 2010-04-19 DJ Delorie <dj@redhat.com>
26484 * cfgexpand.c (expand_debug_expr): Check for mismatched modes in
26485 POINTER_PLUS_EXPR and fix them.
26487 2010-04-19 Eric B. Weddington <eric.weddington@atmel.com>
26489 * config/avr/avr-devices.c (avr_mcu_types): Add support for new
26490 devices atmega644pa, attiny2313a, attiny24a, attiny261a, attiny4313,
26491 attiny44a, attiny861a, atmega16a, atmega168a, atmega164a, atmega165a,
26492 atmega169a, atmega169pa, atmega16hva2, atmega324a, atmega324pa,
26493 atmega325a, atmega3250a, atmega328, atmega329a, atmega329pa,
26494 atmega3290a, atmega48a, atmega644a, atmega645a, atmega645p,
26495 atmega6450a, atmega6450p, atmega649a, atmega649p, atmega6490a,
26496 atmega6490p, atmega64hve, atmega88a, atmega88pa, attiny461a, attiny84a,
26497 m3000. Remove support for devices atmega8m1, atmega8c1, atmega16c1,
26498 atmega4hvd, atmega8hvd, attiny327, m3000f, m3000s, m3001b.
26499 * config/avr/t-avr.c (MULTILIB_MATCHES): Same.
26501 2010-04-19 Eric Botcazou <ebotcazou@adacore.com>
26503 * ifcvt.c (noce_try_cmove_arith): Fix long lines.
26504 (check_cond_move_block): Likewise.
26505 (cond_move_process_if_block): Likewise.
26506 (noce_find_if_block): Improve formatting.
26507 (find_if_header): Pass 0 to memset and tweak conditions.
26508 (cond_exec_find_if_block): Fix long lines and tweak conditions.
26510 2010-04-19 Jakub Jelinek <jakub@redhat.com>
26512 * dwarf2out.c (lower_bound_default): For DW_LANG_Python return 0
26515 PR middle-end/43337
26516 * tree-nested.c (convert_nonlocal_omp_clauses): OMP_CLAUSE_PRIVATE
26517 with non-local decl doesn't need chain.
26519 2010-04-19 Vladimir Makarov <vmakarov@redhat.com>
26521 * ira-color.c (allocno_reload_assign): Avoid accumulating
26522 reload registers in ALLOCNO_TOTAL_CONFLICT_HARD_REGS.
26524 2010-04-19 Martin Jambor <mjambor@suse.cz>
26526 * gimple.h (create_tmp_reg): Declare.
26527 * gimplify.c (create_tmp_reg): New function.
26528 (gimplify_return_expr): Use create_tmp_reg.
26529 (gimplify_omp_atomic): Likewise.
26530 (gimple_regimplify_operands): Likewise.
26531 * tree-dfa.c (make_rename_temp): Likewise.
26532 * tree-predcom.c (predcom_tmp_var): Likewise.
26533 (reassociate_to_the_same_stmt): Likewise.
26534 * tree-sra.c (replace_uses_with_default_def_ssa_name): Likewise.
26535 (get_replaced_param_substitute): Likewise.
26536 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
26537 * tree-ssa-phiopt.c (cond_store_replacement): Likewise.
26538 * tree-ssa-pre.c (get_representative_for): Likewise.
26539 (create_expression_by_pieces): Likewise.
26540 * tree-tailcall.c (adjust_return_value_with_ops): Likewise.
26541 (create_tailcall_accumulator): Likewise.
26543 2010-04-19 Martin Jambor <mjambor@suse.cz>
26545 * cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update
26547 (cgraph_materialize_all_clones): Assert !need_ssa_update_p.
26549 2010-04-19 Richard Guenther <rguenther@suse.de>
26551 PR tree-optimization/43796
26552 * tree-vrp.c (adjust_range_with_scev): Lookup init and step
26553 from SCEV in the lattice.
26554 (vrp_visit_phi_node): Dump change.
26556 2010-04-19 Richard Guenther <rguenther@suse.de>
26558 * configure.ac: Fix quoting around elf_getshstrndx ABI check.
26559 * configure: Re-generated.
26561 2010-04-19 Richard Guenther <rguenther@suse.de>
26563 PR tree-optimization/43783
26564 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
26565 constant ARRAY_REF operands two and three if possible.
26567 2010-04-19 Uros Bizjak <ubizjak@gmail.com>
26570 * config/i386/i386.c (ix86_decompose_address): Handle ASHIFT addends.
26572 2010-04-19 Jie Zhang <jie@codesourcery.com>
26575 * reginfo.c (reinit_regs): Set caller_save_initialized_p to false.
26577 2010-04-19 Ira Rosen <irar@il.ibm.com>
26579 PR tree-optimization/37027
26580 * tree-vectorizer.h (struct _loop_vec_info): Add new field reductions
26581 and macro to access it.
26582 (vectorizable_reduction): Add argument.
26583 (vect_get_slp_defs): Likewise.
26584 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Collect reduction
26585 statements for possible use in SLP.
26586 (new_loop_vec_info): Initialize LOOP_VINFO_REDUCTIONS.
26587 (destroy_loop_vec_info): Free LOOP_VINFO_REDUCTIONS.
26588 (vect_create_epilog_for_reduction): Handle SLP. Modify documentation,
26590 (vectorizable_reduction): Likewise.
26591 * tree-vect-stmts.c (vect_get_vec_defs): Update call to
26593 (vectorizable_type_demotion, vectorizable_type_promotion,
26594 vectorizable_store): Likewise.
26595 (vect_analyze_stmt): Update call to vectorizable_reduction.
26596 (vect_transform_stmt): Likewise.
26597 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle reduction.
26598 (vect_build_slp_tree): Fix indentation. Check that there are no loads
26599 from different interleaving chains in same node.
26600 (vect_slp_rearrange_stmts): New function.
26601 (vect_supported_load_permutation_p): Allow load permutations for
26602 reductions. Call vect_slp_rearrange_stmts() to rearrange statements
26603 inside SLP nodes if necessary.
26604 (vect_analyze_slp_instance): Handle reductions.
26605 (vect_analyze_slp): Try to build SLP instances originating from groups
26607 (vect_detect_hybrid_slp_stmts): Skip reduction statements.
26608 (vect_get_constant_vectors): Create initial vectors for reductions
26609 according to reduction code. Add new argument.
26610 (vect_get_slp_defs): Add new argument, pass it to
26611 vect_get_constant_vectors.
26612 (vect_schedule_slp_instance): Remove SLP tree root statements.
26614 2010-04-19 Jakub Jelinek <jakub@redhat.com>
26616 * tree.h (ENUM_IS_SCOPED): Define.
26617 * dwarf2out.c (gen_enumeration_type_die): Add DW_AT_enum_class
26618 for ENUM_IS_SCOPED enums.
26620 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
26622 * fold-const.c (fold_comparison): Use ssizetype.
26623 * gimple-fold.c (maybe_fold_offset_to_array_ref): Likewise.
26624 * ipa-prop.c (ipa_modify_call_arguments): Use sizetype.
26625 * tree-loop-distribution.c (build_size_arg_loc): Likewise.
26626 * tree-object-size.c (compute_object_sizes): Use size_type_node.
26628 * tree.h (initialize_sizetypes): Remove parameter.
26629 (build_common_tree_nodes): Remove second parameter.
26630 * stor-layout.c (initialize_sizetypes): Remove parameter.
26631 Always create an unsigned type.
26632 (set_sizetype): Assert that the passed type is unsigned and simplify.
26633 * tree.c (build_common_tree_nodes): Remove second parameter.
26634 Adjust call to initialize_sizetypes.
26635 * c-decl.c (c_init_decl_processing): Remove second argument in call to
26636 build_common_tree_nodes.
26638 2010-04-18 Matthias Klose <doko@ubuntu.com>
26640 * gcc.c (main): Search for liblto_plugin.so with mode R_OK.
26642 2010-04-18 Ira Rosen <irar@il.ibm.com>
26644 PR tree-optimization/43771
26645 * tree-vect-slp.c (vect_supported_load_permutation_p): Check that
26646 load permutation doesn't have gaps.
26648 2010-04-18 Jan Hubicka <jh@suse.cz>
26650 * i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.
26651 (sse_prologue_save_insn expander): Use new pattern.
26652 (sse_prologue_save_insn1): New pattern and splitter.
26653 (sse_prologue_save_insn): Update to deal also with 64bit aligned
26655 * i386.c (setup_incoming_varargs_64): Do not compute jump
26657 (ix86_gimplify_va_arg): Update alignment needed.
26658 (ix86_local_alignment): Do not align all local arrays to 128bit.
26660 2010-04-17 Jan Hubicka <jh@suse.cz>
26662 * ipa-inline.c (cgraph_early_inlining): Handle flattening too.
26664 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
26666 * arm.md (negdi2): Remove redundant code to force values into a
26669 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
26671 * arm/bpabi.S: Add EABI alignment attributes to objects.
26672 * arm/bpabi-v6m.S: Likewise.
26673 * arm/crti.asm: Likewise.
26674 * arm/crtn.asm: Likewise.
26675 * arm/lib1funcs.asm: Likewise.
26676 * arm/libunwind.S: Likewise.
26678 2010-04-17 Richard Earnshaw <rearnsha@arm.com>
26680 * arm-protos.h (tune_params): New structure.
26681 * arm.c (current_tune): New variable.
26682 (arm_constant_limit): Delete.
26683 (struct processors): Add pointer to the tune parameters.
26684 (arm_slowmul_tune): New tuning option.
26685 (arm_fastmul_tune, arm_xscale_tune, arm_9e_tune): Likewise.
26686 (all_cores): Adjust to pick up the tuning model.
26687 (arm_constant_limit): New function.
26688 (arm_override_options): Select the appropriate tuning model. Delete
26689 initialization of arm_const_limit.
26690 (arm_split_constant): Use the new constant-limit model.
26691 (arm_rtx_costs): Pick up the current tuning model.
26692 * arm.md (is_strongarm, is_xscale): Delete.
26693 * arm-generic.md (load_ldsched_x, load_ldsched): Test explicitly
26694 for Xscale variant architectures.
26695 (mult_ldsched_strongarm, mult_ldsched): Similarly for StrongARM.
26697 2010-04-17 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
26699 * config/arm/arm.c (arm_gen_constant): Remove unused variable
26701 (arm_rtx_costs_1): Remove unused variable extra_cost.
26702 (arm_unwind_emit_set): Use variable offset.
26703 (thumb1_output_casesi): Remove unused variable flags.
26705 2010-04-16 Jeff Law <law@redhat.com>
26707 * ira-color.c (ira_reassign_pseudos): Collect and sort all the pseudos
26708 needing assignment rather than doing a two-phase assignment. Remove
26709 unused variable 'm'.
26711 2010-04-16 Jakub Jelinek <jakub@redhat.com>
26714 * alias.c (memrefs_conflict_p): Don't crash if CSELIB_VAL_PTR is NULL.
26716 2010-04-16 Doug Kwan <dougkwan@google.com>
26718 * tree-ssa-reassoc.c (struct operand_entry): Add new field ID.
26719 (next_operand_entry_id): New static variable.
26720 (sort_by_operand_rank): Stabilize qsort comparator by using unique IDs.
26721 (add_to_ops_vec): Assigned unique ID to operand entry.
26722 (struct oecount_s): New field ID.
26723 (oecount_cmp): Stabilize qsort comparotor by using unique IDs.
26724 (undistribute_ops_list): Assign unique IDs to oecounts.
26725 (init_reassoc): reset next_operand_entry_id.
26727 2010-04-16 Doug Kwan <dougkwan@google.com>
26729 * config/i386/i386.md (*jcc_bt<mode>): Fix build breakage by adding
26730 missing left parenthesis.
26732 2010-04-16 Uros Bizjak <ubizjak@gmail.com>
26734 * config/i386/i386.md (*bt<mode>): Macroize insn from *btsi and
26735 *btdi_rex64 using SWI48 mode iterator.
26736 (*jcc_bt<mode>): Ditto from *jcc_btsi and *jcc_btdi_rex64.
26737 (*jcc_bt<mode>_mask): Ditto from *jcc_btsi_mask and
26738 *jcc_btdi_mask_rex64.
26740 2010-04-16 Anatoly Sokolov <aesok@post.ru>
26742 * double-int.h (tree_to_double_int): Convert to macro.
26743 * double-int.c (tree_to_double_int): Remove.
26745 2010-04-16 Jakub Jelinek <jakub@redhat.com>
26748 * dwarf2out.c (add_bound_info): Always call loc_list_from_tree
26749 with want_address 2 and in case a single element list might be
26750 possible, call it again with want_address 0.
26752 2010-04-12 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
26754 * config/h8300/h8300.c (print_operand) : Modify case 'V' and
26755 case 'W' print operands for HI mode.
26756 * config/h8300/h8300.h (Y0, Y2) : New constraints.
26757 * config/h8300/h8300.md (bclrqi_msx, bclrhi_msx): New patterns
26758 (bsetqi_msx, bsethi_msx, bnotqi_msx, bnothi_msx): Likewise.
26759 * config/h8300/predicate.md (bit_register_indirect_operand): New.
26761 * config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
26763 * config/h8300/h8300.md (movqi_h8sx, movhi_h8sx, movsi_h8sx,
26764 cmphi_h8300hs_znvc, cmpsi, addhi3_h8sx) : Emit instructions in
26765 #xx:3 and #xx:4 mode.
26767 * config/h8300/h8300.md (inverted load with HImode dest): Add
26768 support for H8300SX.
26770 * config/h8300/predicate.md (bit_operand): Allow immediate values that
26771 satisfy 'U' constraint.
26773 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26775 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx flavor.
26776 * configure: Regenerate.
26777 * config.in: Regenerate.
26778 * doc/install.texi (Prerequisites): Document that Solaris 2 libelf
26781 2010-04-16 Richard Guenther <rguenther@suse.de>
26783 * tree.h (struct tree_decl_minimal): Move pt_uid ...
26784 (struct tree_decl_common): ... here.
26785 (DECL_PT_UID): Adjust.
26786 (SET_DECL_PT_UID): Likewise.
26787 (DECL_PT_UID_SET_P): Likewise.
26789 2010-04-16 Richard Guenther <rguenther@suse.de>
26791 PR tree-optimization/43572
26792 * tree-ssa-alias.h (call_may_clobber_ref_p): Declare.
26793 * tree-ssa-alias.c (call_may_clobber_ref_p): Export.
26794 * tree-flow.h (is_call_clobbered): Remove.
26795 * tree-flow-inline.h (is_call_clobbered): Likewise.
26796 * tree-dfa.c (dump_variable): Do not dump call clobber state.
26797 * tree-nrv.c (dest_safe_for_nrv_p): Use the alias oracle.
26798 (execute_return_slot_opt): Adjust.
26799 * tree-tailcall.c (suitable_for_tail_opt_p): Remove
26800 check for call clobbered vars here.
26801 (find_tail_calls): Move tailcall verification to the
26804 2010-04-16 Diego Novillo <dnovillo@google.com>
26806 * doc/invoke.texi: Explain how are unrecognized -Wno- warnings handled.
26808 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
26811 * config/arm/arm.md (cbranchqi4): New pattern.
26812 * config/arm/predicates.md (const0_operand,
26813 cbranchqi4_comparison_operator): New predicates.
26815 2010-04-16 Richard Guenther <rguenther@suse.de>
26817 * gimple-pretty-print.c (dump_gimple_phi): Dump alias info.
26818 (dump_gimple_stmt): Likewise.
26820 2010-04-16 Bernd Schmidt <bernds@codesourcery.com>
26822 * recog.h (struct recog_data): New field is_operator.
26823 (struct insn_operand_data): New field is_operator.
26824 * recog.c (extract_insn): Set recog_data.is_operator.
26825 * genoutput.c (output_operand_data): Emit code to set the
26827 * reload.c (find_reloads): Use it rather than testing for an
26828 empty constraint string.
26831 * config/arm/arm.md (cbranchsi4_insn): Renamed from "*cbranchsi4_insn".
26832 If the previous insn is a cbranchsi4_insn with the same arguments,
26833 omit the compare instruction.
26835 * config/arm/arm.md (addsi3_cbranch): If destination is a high
26836 register, inputs must be low registers and we need a low register
26837 scratch. Handle alternative 2 like alternative 3.
26839 2010-04-16 Jakub Jelinek <jakub@redhat.com>
26841 * alias.c (memrefs_conflict_p): If x and y are the same VALUE,
26842 don't call get_addr on both. If one expression is a VALUE and
26843 the other a REG, check VALUE's locs if the REG isn't among them.
26845 2010-04-16 Christian Bruel <christian.bruel@st.com>
26847 * config/sh/sh.h (sh_frame_pointer_required): New function.
26848 * config/sh/sh.h (TARGET_FRAME_POINTER_REQUIRED): New macro.
26849 (flag_omit_frame_pointer) Set.
26850 (MASK_ACCUMULATE_OUTGOING_ARGS) Define and Set.
26851 (rounded_frame_size): Adjust size with outgoing_args_size.
26852 (sh_set_return_address): Must return from stack pointer.
26853 * config/sh/sh.h (CAN_DEBUG_WITHOUT_FP): Define.
26854 (SUBTARGET_FRAME_POINTER_REQUIRED): Define.
26855 (ACCUMULATE_OUTGOING_ARGS): Define.
26856 * doc/invoke.texi (maccumulate-outgoing-args): Document for SH.
26857 * config/sh/sh.opt (maccumulate-outgoing-args): New option.
26859 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
26862 * config/sh/sh.c (sh_legitimize_reload_address): Use
26863 MAYBE_BASE_REGISTER_RTX_P instead of BASE_REGISTER_RTX_P.
26864 Remove a unneeded check for offset_base.
26866 2010-04-15 H.J. Lu <hongjiu.lu@intel.com>
26868 * configure: Regenerated.
26870 2010-04-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26872 * config/s390/s390.c (s390_call_save_register_used): Switch back
26873 to HARD_REGNO_NREGS.
26875 2010-04-15 Richard Guenther <rguenther@suse.de>
26877 * alias.c (alias_set_subset_of): Handle alias-set zero
26880 2010-04-15 Mark Shinwell <shinwell@codesourcery.com>
26881 Julian Brown <julian@codesourcery.com>
26883 * config/arm/thumb2.md (thumb2_movsi_insn): Split ldr and str
26884 alternatives according to use of high and low regs.
26885 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
26886 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Use high regs when
26887 optimizing for size on Thumb-2.
26889 2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
26891 * config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
26893 2010-04-15 Richard Guenther <rguenther@suse.de>
26895 * tree-ssa-structalias.c (struct variable_info): Add
26897 (new_var_info): Initialize it.
26898 (dump_constraints): Support printing last added constraints.
26899 (debug_constraints): Adjust.
26900 (dump_constraint_graph): Likewise.
26901 (make_heapvar_for): Check for NULL cfun.
26902 (get_function_part_constraint): New function.
26903 (get_fi_for_callee): Likewise.
26904 (find_func_aliases): Properly implement IPA PTA constraints.
26905 (process_ipa_clobber): New function.
26906 (find_func_clobbers): Likewise.
26907 (insert_into_field_list_sorted): Remove.
26908 (create_function_info_for): Properly allocate vars for IPA mode.
26909 Do not use insert_into_field_list_sorted.
26910 (create_variable_info_for): Properly generate constraints for
26911 global vars in IPA mode.
26912 (dump_solution_for_var): Always dump the solution.
26913 (set_uids_in_ptset): Initialize DECL_PT_UID if in ipa-mode.
26914 (find_what_var_points_to): Adjust.
26915 (pt_solution_set): Change.
26916 (pt_solution_ior_into): New function.
26917 (pt_solution_empty_p): Export.
26918 (pt_solution_includes_global): Adjust.
26919 (pt_solution_includes_1): Likewise.
26920 (pt_solutions_intersect_1): Likewise.
26921 (dump_sa_points_to_info): Check some invariants.
26922 (solve_constraints): Move constraint dumping ...
26923 (compute_points_to_sets): ... here.
26924 (ipa_pta_execute): ... and here.
26925 (compute_may_aliases): Do not re-compute points-to info
26926 locally if IPA info is available.
26927 (ipa_escaped_pt): New global var.
26928 (ipa_pta_execute): Properly implement IPA PTA.
26929 * tree-into-ssa.c (dump_decl_set): Support dumping
26930 decls not in referenced-vars.
26931 * tree-flow.h (struct gimple_df): Add ipa_pta flag.
26932 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Adjust.
26933 (dump_points_to_solution): Likewise.
26934 * tree-dfa.c (dump_variable): Also dump DECL_PT_UID.
26935 * tree-inline.c (remap_ssa_name): Copy IPA points-to solution.
26936 (remap_gimple_stmt): Reset call clobber/use information if necessary.
26937 (copy_decl_to_var): Copy DECL_PT_UID.
26938 (copy_result_decl_to_var): Likewise.
26939 * tree.c (make_node_stat): Initialize DECL_PT_UID.
26940 (copy_node_stat): Copy it.
26941 * tree.h (DECL_PT_UID): New macro.
26942 (SET_DECL_PT_UID): Likewise.
26943 (DECL_PT_UID_SET_P): Likewise.
26944 (struct tree_decl_minimal): Add pt_uid member.
26945 * tree-ssa-alias.h (struct pt_solution): Add ipa_escaped flag.
26946 (pt_solution_empty_p): Declare.
26947 (pt_solution_set): Adjust.
26948 (ipa_escaped_pt): Declare.
26949 * cfgexpand.c (update_alias_info_with_stack_vars): Adjust.
26950 * gimple-pretty-print.c (pp_points_to_solution): New function.
26951 (dump_gimple_call): Dump call clobber/use information.
26952 * tree-dump.c (dump_option_value_in): Add TDF_ALIAS entry.
26953 * tree-pass.h (TDF_ALIAS): New dump option.
26954 * tree-pretty-print.c (dump_decl_name): Dump DECL_PT_UID if asked to.
26955 * doc/invoke.texi (-fipa-pta): Update documentation.
26957 2010-04-15 Richard Guenther <rguenther@suse.de>
26959 * Makefile.in (OBJS-common): Add gimple-fold.o.
26960 (gimple-fold.o): New rule.
26961 * tree.h (maybe_fold_offset_to_reference,
26962 maybe_fold_offset_to_address, maybe_fold_stmt_addition): Move
26964 * gimple.h: ... here.
26965 * tree-flow.h (fold_stmt, fold_stmt_inplace, get_symbol_constant_value,
26966 may_propagate_address_into_dereference): Move prototypes ...
26967 * gimple.h: ... here.
26968 * tree-ssa-ccp.c (get_symbol_constant_value,
26969 may_propagate_address_into_dereference, maybe_fold_offset_to_array_ref,
26970 maybe_fold_offset_to_component_ref, maybe_fold_offset_to_reference,
26971 maybe_fold_offset_to_address, maybe_fold_stmt_indirect,
26972 maybe_fold_stmt_addition, maybe_fold_reference, get_maxval_strlen,
26973 ccp_fold_builtin, fold_gimple_assign, fold_gimple_cond,
26974 fold_gimple_call, fold_stmt_1, fold_stmt, fold_stmt_inplace,
26975 gimplify_and_update_call_from_tree): Move ...
26976 * gimple-fold.c: ... here. New file.
26977 (ccp_fold_builtin): Rename to ...
26978 (gimple_fold_builtin): ... this.
26979 * tree-ssa-ccp.c (execute_fold_all_builtins): Adjust.
26981 2010-04-15 Richard Guenther <rguenther@suse.de>
26983 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
26984 fit_double_type, force_fit_type_double, add_double_with_sign,
26985 neg_double, mul_double_with_sign, lshift_double, rshift_double,
26986 lrotate_double, rrotate_double, div_and_round_double): Move ...
26987 * double-int.c: ... here.
26988 * tree.h (force_fit_type_double, fit_double_type, add_double_with_sign,
26989 add_double, neg_double, mul_double_with_sign, mul_double,
26990 lshift_double, rshift_double, lrotate_double, rrotate_double,
26991 div_and_round_double): Move prototypes ...
26992 * double-int.h: ... here.
26994 2010-04-15 Bernd Schmidt <bernds@codesourcery.com>
26997 * config/sh/sh.md (doloop_end_split, dect): Undo previous patch. Use
26998 matching constraints to ensure inputs match the output.
27000 2010-04-15 Kaz Kojima <kkojima@gcc.gnu.org>
27003 * config/sh/sh.md (doloop_end_split): Remove "+r" constraint
27004 in an input-only operand.
27006 2010-04-15 Anatoly Sokolov <aesok@post.ru>
27008 * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
27009 (double_int_not, double_int_lshift, double_int_rshift): Declare.
27010 (double_int_negative_p): Convert to static inline function.
27011 * double-int.c (double_int_lshift, double_int_lshift): New functions.
27012 (double_int_negative_p): Remove.
27013 * tree.h (lshift_double, rshift_double):
27014 * tree.c (build_low_bits_mask): Clean up, use double_int_* functions.
27015 * fold-const.c (fold_convert_const_int_from_real,
27016 fold_convert_const_int_from_fixed, div_if_zero_remainder): (Ditto.).
27017 (lshift_double): Change type of arith argument to bool.
27018 (rshift_double): Change type of arith argument to bool. Correct
27020 * expmed.c (mask_rtx, lshift_value): (Ditto.).
27022 2010-04-14 Bernd Schmidt <bernds@codesourcery.com>
27025 * ifcvt.c (cond_exec_process_if_block): Look for identical sequences
27026 at the start and end of the then/else blocks, and omit them from the
27028 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE
27029 argument; all callers changed. Pass zero to old_insns_match_p instead.
27030 (flow_find_head_matching_sequence): New function.
27031 (old_insns_match_p): Check REG_EH_REGION notes for calls.
27032 * basic-block.h (flow_find_cross_jump,
27033 flow_find_head_matching_sequence): Declare functions.
27035 2010-04-14 Jason Merrill <jason@redhat.com>
27038 * c-common.c (attribute_takes_identifier_p): New fn.
27039 * c-common.h: Declare it.
27041 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27043 * config/i386/i386.md (*divmod<mode>4): Remove stray "&&" from
27044 splitter condition.
27045 (*udivmod<mode>4): Ditto.
27047 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27049 * config/i386/i386.md (maxmin_int): Rename code attribute from
27050 maxminiprefix and update all users.
27051 (maxmin_float): Ditto from maxminfprefix.
27052 (logic): Ditto from logicprefix.
27053 (absneg_mnemonic): Ditto from absnegprefix.
27054 * config/i386/mmx.md: Update all users of maxminiprefix,
27055 maxminfprefix and logicprefix for rename.
27056 * config/i386/sse.md: Ditto.
27057 * config/i386/sync.md (sync_<code><mode>): Update for
27058 logicprefix rename.
27060 2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
27063 * diagnostics.c (diagnostic_report_diagnostic): Mark specially
27064 warnings converted to errors.
27066 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27068 * config/alpha/alpha.c (alpha_adjust_cost): Remove set but not
27069 used insn_type variable.
27070 (function_value): Add ATTRIBUTE_UNUSED to dummy variable declaration
27071 to avoid set-but-not-used warning.
27073 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27075 * df-core.c (df_ref_debug): Change format string placeholder
27077 * dwarf2asm.c (dw2_asm_output_data_raw,
27078 dw2_asm_output_data_uleb128_raw, dw2_asm_output_data_uleb128,
27079 dw2_asm_output_data_sleb128_raw, dw2_asm_output_data_sleb128): Ditto.
27080 * dwarf2out.c (output_cfi, output_cfi_directive,
27081 dwarf2out_do_cfi_startproc, output_loc_sequence_raw,
27082 output_cfa_loc_raw, output_die, output_ranges, output_file_names):
27084 * genattrtab.c (write_test_expr, write_attr_valueq): Ditto.
27085 * print-rtl.c (print_rtx): Ditto.
27087 2010-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
27089 PR middle-end/42694
27090 * builtins.c (expand_builtin_pow_root): New function to expand pow
27091 calls with exponents 0.25, 0.50, 0.75, 1./3., and 1./6. into a
27092 series of sqrt and cbrt calls under -ffast-math.
27093 (expand_builtin_pow): Call it.
27095 2010-04-14 Michael Matz <matz@suse.de>
27097 PR tree-optimization/42963
27098 * tree-cfg.c (touched_switch_bbs): New static variable.
27099 (group_case_labels_stmt): New function broken out from ...
27100 (group_case_labels): ... here, use the above.
27101 (start_recording_case_labels): Allocate touched_switch_bbs.
27102 (end_recording_case_labels): Deallocate it, call
27103 group_case_labels_stmt.
27104 (gimple_redirect_edge_and_branch): Remember index of affected BB.
27106 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27108 * config/i386/i386.md (*popcountsi2_cmp_zext): Remove mode attribute
27109 from insn template.
27111 2010-04-14 Uros Bizjak <ubizjak@gmail.com>
27113 * config/i386/i386.md (*ashlqi3_1_slp): New insn pattern.
27115 2010-04-13 Jan Hubicka <jh@suse.cz>
27117 * ipa-inline.c (cgraph_mark_inline_edge): Avoid double accounting
27118 of optimized out static functions.
27119 (cgraph_edge_badness): Add DUMP parameter and dump reasons for the
27120 cost computation. Also sanity check for overflows.
27121 (update_caller_keys): Update cgraph_edge_badness call; properly
27122 update fibheap and sanity check that it is up to date.
27123 (add_new_edges_to_heap): Update cgraph_edge_badness.
27124 (cgraph_decide_inlining_of_small_function): Likewise;
27125 add sanity checking that badness in heap is up to date;
27126 improve dumping of reason; Update badness of calls to the
27127 offline copy of function currently inlined; dump badness
27128 of functions not inlined because of unit growth limits.
27130 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
27132 PR middle-end/32628
27133 * c-common.c (pointer_int_sum): Disregard overflow that occured only
27134 because of sign-extension change when converting to sizetype here...
27135 * fold-const.c (fold_convert_const_int_from_int): ...and not here.
27137 * fold-const.c (fold_binary_op_with_conditional_arg): Do not restrict
27138 the folding to constants. Remove redundant final conversion.
27139 (fold_binary) <associate>: Do not associate if the re-association of
27140 constants alone overflows.
27141 (fold_binary) <FLOOR_MOD_EXPR>: Move transformation into BIT_AND_EXPR
27142 to the end of the list.
27143 (multiple_of_p) <COND_EXPR>: New case.
27145 2010-04-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
27147 * opt-functions.awk (opt_sanitized_name): New.
27149 * optc-gen.awk: Use it
27150 * opth-gen.awk: Use it.
27152 2010-04-13 Martin Jambor <mjambor@suse.cz>
27154 * tree-sra.c (replace_uses_with_default_def_ssa_name): New function.
27155 (sra_modify_assign): Delete stmts loading dead data even if racc has no
27156 children. Call replace_uses_with_default_def_ssa_name to handle
27159 2010-04-13 Michael Matz <matz@suse.de>
27161 PR middle-end/43730
27162 * builtins.c (expand_builtin_interclass_mathfn): Also create
27163 a register if the predicate doesn't match.
27165 2010-04-13 Diego Novillo <dnovillo@google.com>
27167 * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
27168 * c-pch.c: Include timevar.h.
27169 (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
27170 (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE timers.
27171 * ggc-common.c: Include timevar.h.
27172 (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT timers.
27173 * timevar.def (TV_PCH_SAVE): Define.
27174 (TV_PCH_CPP_SAVE): Define.
27175 (TV_PCH_PTR_REALLOC): Define.
27176 (TV_PCH_PTR_SORT): Define.
27177 (TV_PCH_RESTORE): Define.
27178 (TV_PCH_CPP_RESTORE): Define.
27180 2010-04-13 Michael Matz <matz@suse.de>
27182 * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
27184 (can_reassociate_p): New function.
27185 (break_up_subtract_bb, reassociate_bb): Use it.
27187 2010-04-13 Richard Guenther <rguenther@suse.de>
27190 * builtins.c (c_readstr): Fix assert.
27192 2010-04-13 Uros Bizjak <ubizjak@gmail.com>
27194 * config/i386/i386.md (extendsidi2 splitter): Also check for DX_REG
27195 when generating cltd insn.
27197 (*ashl<mode>3_1): Remove special handling for register operand 2.
27198 (*ashlsi3_1_zext): Ditto.
27199 (*ashlhi3_1): Ditto.
27200 (*ashlhi3_1_lea): Ditto.
27201 (*ashlqi3_1): Ditto.
27202 (*ashlqi3_1_lea): Ditto.
27203 (*<shiftrt_insn><mode>3_1): Ditto.
27204 (*<shiftrt_insn>si3_1_zext): Ditto.
27205 (*<shiftrt_insn>qi3_1_slp): Ditto.
27206 (*<rotate_insn><mode>3_1): Ditto.
27207 (*<rotate_insn>si3_1_zext): Ditto.
27208 (*<rotate_insn>qi3_1_slp): Ditto.
27210 2010-04-13 Richard Guenther <rguenther@suse.de>
27212 * tree-ssa-structalias.c (callused_id): Remove.
27213 (call_stmt_vars): New.
27214 (get_call_vi): Likewise.
27215 (lookup_call_use_vi): Likewise.
27216 (lookup_call_clobber_vi): Likewise.
27217 (get_call_use_vi): Likewise.
27218 (get_call_clobber_vi): Likewise.
27219 (make_transitive_closure_constraints): Likewise.
27220 (handle_const_call): Adjust to do per-call call-used handling.
27221 (handle_pure_call): Likewise.
27222 (find_what_var_points_to): Remove general callused handling.
27223 (init_base_vars): Likewise.
27224 (init_alias_vars): Initialize call_stmt_vars.
27225 (compute_points_to_sets): Process call-used and call-clobbered
27226 vars for call statements.
27227 (delete_points_to_sets): Free call_stmt_vars.
27229 2010-04-13 Richard Guenther <rguenther@suse.de>
27231 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
27232 Only add RW dependence for dependence distance zero.
27233 Adjust maximal vectorization factor according to dependences.
27234 Move alignment handling ...
27235 (vect_find_same_alignment_drs): ... here. New function.
27236 (vect_analyze_data_ref_dependences): Adjust.
27237 (vect_analyze_data_refs_alignment): Call vect_find_same_alignment_drs.
27238 (vect_analyze_data_refs): Adjust minimal vectorization factor
27239 according to data references.
27240 * tree-vect-loop.c (vect_analyze_loop): Analyze data-ref
27241 dependences before determining the vectorization factor.
27242 Analyze alignment after determining the vectorization factor.
27243 * tree-vect-slp.c ((vect_slp_analyze_bb): Analyze data-ref
27244 dependences before alignment.
27245 * tree-vectorizer.h (vect_analyze_data_ref_dependences):
27247 (vect_analyze_data_refs): Likewise.
27248 (MAX_VECTORIZATION_FACTOR): New define.
27250 2010-04-13 Duncan Sands <baldrick@free.fr>
27252 * except.h (lang_eh_type_covers): Remove.
27253 * except.c (lang_eh_type_covers): Likewise.
27255 2010-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27256 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
27258 * config/s390/s390.md: Replace TARGET_64BIT with TARGET_ZARCH.
27259 * config/s390/s390.c: Replace UNTIS_PER_WORD with
27260 UNITS_PER_LONG where it is ABI relevant.
27261 (s390_return_addr_rtx): Likewise.
27262 (s390_back_chain_rtx): Likewise.
27263 (s390_frame_area): Likewise.
27264 (s390_frame_info): Likewise.
27265 (s390_initial_elimination_offset): Likewise.
27266 (save_gprs): Likewise.
27267 (s390_emit_prologue): Likewise.
27268 (s390_emit_epilogue): Likewise.
27269 (s390_function_arg_advance): Likewise.
27270 (s390_function_arg): Likewise.
27271 (s390_va_start): Likewise.
27272 (s390_gimplify_va_arg): Likewise.
27273 (s390_function_profiler): Likewise.
27274 (s390_optimize_prologue): Likewise.
27275 (s390_rtx_costs): Likewise.
27276 (s390_secondary_reload): Likewise.
27277 (s390_promote_function_mode): Likewise.
27278 (s390_hard_regno_mode_ok): Replace TARGET_64BIT with TARGET_ZARCH.
27279 (s390_scalar_mode_supported_p): Disallow TImode if no 64 bit
27280 registers available.
27281 (s390_unwind_word_mode): New function.
27282 (s390_function_value): Split 64 bit values into register pair if
27283 used as return value.
27284 (s390_call_saved_register_used): Don't use HARD_REGNO_NREGS for
27285 function call parameters. Handle parallels.
27286 (TARGET_SCALAR_MODE_SUPPORTED_P): New macro.
27287 (HARD_REGNO_CALL_PART_CLOBBERED): New macro.
27288 (DWARF_CIE_DATA_ALIGNMENT): New macro.
27289 (s390_expand_setmem): Remove unused variable src_addr.
27290 * longlong.h: Make smul_ppmm and sdiv_qrnnd inline asms to
27291 deal with 64 bit registers.
27292 * config/s390/s390.h: Define __zarch__ predefined macro.
27293 Replace UNITS_PER_WORD with UNITS_PER_LONG where it is ABI relevant.
27294 (UNITS_PER_LONG): New macro.
27295 * libjava/include/s390-signal.h: Define extended ucontext
27296 structure containing the upper halfs of the 64 bit registers.
27298 2010-04-13 Simon Baldwin <simonb@google.com>
27300 * cfgexpand.c (gimple_expand_cfg): Clarify warning message text.
27302 2010-04-13 Eric Botcazou <ebotcazou@adacore.com>
27304 * gimple.c (walk_gimple_op) <GIMPLE_ASSIGN>: Do not request a pure
27305 rvalue on the RHS if the LHS is of a non-renamable type.
27306 * tree-ssa-ccp.c (maybe_fold_offset_to_component_ref): Fold result.
27308 2010-04-13 Matthias Klose <doko@ubuntu.com>
27310 * gcc.c (cc1_options): Handle -iplugindir before processing
27311 the cc1 spec. Only add -iplugindir once.
27312 (cpp_unique_options): Add -iplugindir option if -fplugin* options
27314 * common.opt (iplugindir): Remove `Separate' property, initialize.
27315 * plugin.c (default_plugin_dir_name): Error with missing -iplugindir
27317 * Makefile.in (check-%, check-parallel-%): Create plugin dir.
27318 (distclean): Remove plugin dir.
27319 * doc/invoke.texi: Document -iplugindir.
27321 2010-04-13 Basile Starynkevitch <basile@starynkevitch.net>
27323 * doc/plugins.texi (Loading Plugins): Document short
27324 -fplugin=foo option.
27325 (Plugin API): Mention default_plugin_dir_name function.
27327 * gcc.c (find_file_spec_function): Add new declaration.
27328 (static_spec_func): Use it for "find-file".
27329 (find_file_spec_function): Add new function.
27330 (cc1_options): Add -iplugindir option if -fplugin* options found.
27332 * gcc-plugin.h (default_plugin_dir_name): Added new declaration.
27334 * plugin.c (add_new_plugin): Updated comment, and handle short
27336 (default_plugin_dir_name): Added new function.
27338 * common.opt (iplugindir): New option to set the plugin directory.
27340 2010-04-12 Uros Bizjak <ubizjak@gmail.com>
27342 * config/i386/i386.md (any_rotate): New code iterator.
27343 (rotate_insn): New code attribute.
27345 (SWIM124): New mode iterator.
27346 (<rotate_insn>ti3): New expander.
27347 (<rotate_insn>di3): Macroize expander from {rotl,rotr}di3 using
27348 any_rotate code iterator.
27349 (<rotate_insn><mode>3) Macroize expander from {rotl,rotr}{qi,hi,si}3
27350 using any_rotate code iterator and SWIM124 mode iterator.
27351 (ix86_rotlti3): New insn_and_split pattern.
27352 (ix86_rotrti3): Ditto.
27353 (ix86_rotl<dwi>3_doubleword): Macroize insn_and_split pattern from
27354 ix86_rotl{di,ti}3 patterns.
27355 (ix86_rotr<dwi>3_doubleword): Ditto from ix86_rotr{di,ti}3 patterns.
27356 (*<rotate_insn><mode>3_1): Merge with *{rotl,rotr}{qi,hi,si}3_1_one_bit
27357 and *{rotl,rotr}di3_1_one_bit_rex64. Macroize insn from
27358 *{rotl,rotr}{qi,hi,si}3_1 and *{rotl,rotr}di3_1_rex64 using any_rotate
27359 code iterator and SWI mode iterator.
27360 (*<rotate_insn>si3_1_zext): Merge with *{rotl,rotr}si3_1_one_bit_zext.
27361 Macroize insn from {rotl,rotr}si3_1_zext using any_rotate
27363 (*<rotate_insn>qi3_1_slp): Merge with *{rotl,rotr}qi3_1_one_bit_slp.
27364 Macroize insn from {rotl,rotr}qi3_1_slp using any_rotate code iterator.
27365 (bswap rotatert splitter): Add splitter.
27366 (bswap splitter): Macroize splitter using any_rotate code iterator.
27367 Add insn predicate to split only for TARGET_USE_XCHGB or when
27368 optimizing function for size.
27370 2010-04-12 Steve Ellcey <sje@cup.hp.com>
27372 * config/pa/pa.c (emit_move_sequence): Remove use of
27373 deleted variable flag_argument_noalias.
27375 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27377 * config.gcc: Removed *-*-solaris2.7* from list of obsolete
27379 Add to unsupported targets list.
27380 * configure.ac (gcc_cv_as_tls): Removed i[34567]86-*-solaris2.[567]*,
27381 sparc*-sun-solaris2.[567]* from target lists.
27382 * configure: Regenerate.
27383 * doc/install.texi (Specific, *-*-solaris2*): Document Solaris 7
27385 Remove Solaris 7 patch references.
27386 (Specific, sparc-sun-solaris2.7): Removed.
27387 (sparc-sun-solaris2*): Update Solaris 7 example.
27388 (sparc64-*-solaris2*): Likewise.
27390 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27392 * config.build (alpha*-dec-osf4*): Remove.
27393 * config.gcc: Remove alpha*-dec-osf4*, alpha-dec-osf5.0* from list
27394 of obsolete configurations.
27395 (alpha*-dec-osf[45]*): Remove alpha*-dec-osf4*, alpha-dec-osf5.0*
27397 * config/alpha/t-osf4: Renamed to ...
27398 * config/alpha/t-osf5: ... this.
27399 * config/alpha/osf.h: Renamed to ...
27400 * config/alpha/osf5.h: ... this.
27401 Merged old osf5.h contents.
27403 (ASM_SPEC): Use ASM_OLDAS_SPEC directly.
27404 (EXTRA_SPECS): Removed.
27405 * doc/install.texi (Specific, alpha*-dec-osf5.1): Renamed to
27406 reflect removal of Tru64 UNIX V4.0/V5.0 support.
27409 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27411 * doc/contrib.texi (Contributors, Rainer Orth): Update.
27413 2010-04-12 Kai Tietz <kai.tietz@onevision.com>
27416 * config/i386/i386.c (x86_this_parameter): Handle aggregate for
27417 __thiscall convention.
27419 2010-04-12 Steve Ellcey <sje@cup.hp.com>
27421 * config/pa/pa.c (hppa_legitimize_address): Remove unused variable
27423 * config/pa/pa.md (call, call_value): Remove unused variable call_insn.
27425 2010-04-12 Steve Ellcey <sje@cup.hp.com>
27427 * function.c (assign_parms_initialize_all): Add unused attribute
27430 2010-04-12 Richard Guenther <rguenther@suse.de>
27432 * gsstruct.def (GSS_CALL): New.
27433 * gimple.def (GIMPLE_CALL): Change to GSS_CALL.
27434 * gimple.h: Include tree-ssa-alias.h.
27435 (struct gimple_statement_call): New.
27436 (union gimple_statement_struct_d): Add gimple_call member.
27437 (gimple_call_reset_alias_info): Declare.
27438 (gimple_call_use_set): New function.
27439 (gimple_call_clobber_set): Likewise.
27440 * Makefile.in (GIMPLE_H): Add tree-ssa-alias.h.
27441 * gimple.c (gimple_call_reset_alias_info): New function.
27442 (gimple_build_call_1): Call it.
27443 * lto-streamer-in.c (input_gimple_stmt): Likewise.
27444 * tree-inline.c (remap_gimple_stmt): Likewise.
27445 (expand_call_inline): Remove callused handling.
27446 * cfgexpand.c (update_alias_info_with_stack_vars): Likewise.
27447 * tree-dfa.c (dump_variable): Likewise.
27448 * tree-parloops.c (parallelize_loops): Likewise.
27449 * tree-ssa.c (init_tree_ssa): Likewise.
27450 (delete_tree_ssa): Likewise.
27451 * tree-flow-inline.h (is_call_used): Remove.
27452 * tree-flow.h (struct gimple_df): Remove callused member.
27453 * tree-nrv.c (dest_safe_for_nrv_p): Adjust predicate.
27454 * tree-ssa-alias.c (dump_alias_info): Remove callused handling.
27455 (ref_maybe_used_by_call_p_1): Simplify.
27456 (call_may_clobber_ref_p_1): Likewise.
27457 * tree-ssa-structalias.c (compute_points_to_sets): Set
27458 the call stmt used and clobbered sets.
27459 * tree-tailcall.c (suitable_for_tail_opt_p): Adjust predicate.
27460 (find_tail_calls): Verify the tail call.
27462 2010-04-12 Richard Guenther <rguenther@suse.de>
27464 * ipa.c (cgraph_postorder): Adjust postorder to guarantee
27465 single-iteration always-inline inlining.
27466 * ipa-inline.c (cgraph_mark_inline): Do not return anything.
27467 (cgraph_decide_inlining): Do not handle always-inline specially.
27468 (try_inline): Remove always-inline cycle detection special case.
27469 Do not recurse on always-inlines.
27470 (cgraph_early_inlining): Do not iterate if not optimizing.
27471 (cgraph_gate_early_inlining): remove.
27472 (pass_early_inline): Run unconditionally.
27473 (gate_cgraph_decide_inlining): New function.
27474 (pass_ipa_inline): Use it. Do not run the IPA inliner if
27475 not inlining or optimizing.
27476 (cgraph_decide_inlining_of_small_functions): Also consider
27477 always-inline functions.
27478 (cgraph_default_inline_p): Return true for nodes which should
27479 disregard inline limits.
27480 (estimate_function_body_sizes): Assume zero size and time for
27481 nodes which are marked as disregarding inline limits.
27482 (cgraph_decide_recursive_inlining): Do not perform recursive
27483 inlining on always-inline nodes.
27485 2010-04-12 Jakub Jelinek <jakub@redhat.com>
27488 * c-typeck.c (c_process_expr_stmt): Call mark_exp_read even
27489 for exprs satisfying handled_component_p.
27491 2010-04-12 Eric Botcazou <ebotcazou@adacore.com>
27493 * expr.c (categorize_ctor_elements_1): Properly count sub-elements of
27494 non-constant aggregate elements.
27496 * gimplify.c (gimplify_init_constructor): Do not pre-evaluate if this
27497 is a real initialization.
27499 2010-04-12 Shujing Zhao <pearly.zhao@oracle.com>
27502 * c-decl.c (start_function): Move forward check for nested function.
27504 2010-04-11 Kaz Kojima <kkojima@gcc.gnu.org>
27506 * config/sh/sh-protos.h (sh_legitimize_reload_address): Declare.
27507 * config/sh/sh.c: Include reload.h.
27508 (sh_legitimize_reload_address): New.
27509 * config/sh/sh.h (LEGITIMIZE_RELOAD_ADDRESS): Use
27510 sh_legitimize_reload_address.
27512 2010-04-11 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
27514 * config/sh/sh.md (*movqi_pop): New insn pattern.
27515 * config/sh/predicates.md (sh_no_delay_pop_operand): New predicate.
27517 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
27519 * config/i386/i386.md (any_shiftrt): New code iterator.
27520 (shiftrt_insn): New code attribute.
27522 (<shiftrt_insn><mode>3): Macroize expander from {ashr,lshr}<mode>3
27523 using any_shiftrt code iterator.
27524 (*<shiftrt_insn><mode>3_doubleword): Macroize insn_and_split from
27525 *{ashr,lshr}<mode>3_doubleword using any_shiftrt code iterator.
27526 (*<shiftrt_insn><mode>3_doubleword peephole2): Macroize peephole2
27527 pattern from corresponding peephole2 patterns.
27528 (*<shiftrt_insn><mode>3_1): Macroize insn from *{ashr,lshr}<mode>3_1
27529 using any_shiftrt code iterator.
27530 (*<shiftrt_insn>si3_1_zext): Ditto from *{ashr,lshr}si3_1_zext.
27531 (*<shiftrt_insn>qi3_1_slp): Ditto from *{ashr,lshr}qi3_1_slp.
27532 (*<shiftrt_insn><mode>3_cmp): Ditto from *{ashr,lshr}<mode>3_cmp.
27533 (*<shiftrt_insn><mode>3_cmp_zext): Ditto from
27534 *{ashr,lshr}<mode>3_cmp_zext.
27535 (*<shiftrt_insn><mode>3_cconly): Ditto from *{ashr,lshr}<mode>3_cconly.
27537 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
27539 * config/i386/i386.md (*ashr<mode>3_cconly): Fix wrong mode of
27541 (*lshr<mode>3_cconly): Ditto.
27543 2010-04-11 Uros Bizjak <ubizjak@gmail.com>
27545 * config/i386/i386.md (lshr<mode>3): Macroize expander from
27546 lshr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
27547 (*lshr<mode>3_doubleword): New insn_and_split_pattern. Macroize
27548 pattern from *lshr{di,ti}3_1 and corresponding splitters using
27550 (*lshr<mode>3_doubleword peephole2): Macroize peephole2 pattern
27551 from corresponding peephole2 patterns.
27552 (*lshr<mode>3_1): Merge with *lshr{qi,hi,si}3_1_one_bit and
27553 *lshrdi3_1_one_bit_rex64. Macroize insn from *lshr{qi,hi,si}3_1
27554 and *lshrdi3_1_rex64 using SWI mode iterator.
27555 (*lshrsi3_1_zext): Merge with *lshrsi3_1_one_bit_zext.
27556 (*lshrqi3_1_slp): Merge with *lshrqi3_1_one_bit_slp.
27557 (*lshr<mode>3_cmp): Merge with *lshr{qi,hi,si}3_one_bit_cmp and
27558 *lshrdi3_one_bit_cmp_rex64. Macroize insn from *lshr{qi,hi,si}3_cmp
27559 and *lshrdi3_cmp_rex64 using SWI mode iterator.
27560 (*lshrsi3_cmp_zext): Merge with *lshrsi3_cmp_one_bit_zext.
27561 (*lshr<mode>3_cconly): Merge with *lshr{qi,hi,si}3_one_bit_cconly and
27562 *lshrdi3_one_bit_cconly_rex64. Macroize insn from
27563 *lshr{qi,hi,si}3_cconly and *lshrdi3_cconly_rex64 using
27566 2010-04-10 Uros Bizjak <ubizjak@gmail.com>
27568 * config/i386/i386.md (ashr<mode>3): Macroize expander from
27569 ashr{qi,hi,si,di,ti}3_1 using SDWIM mode iterator.
27570 (*ashr<mode>3_doubleword): New insn_and_split_pattern. Macroize
27571 pattern from *ashr{di,ti}3_1 and corresponding splitters using
27573 (*ashr<mode>3_doubleword peephole2): Macroize peephole2 pattern
27574 from corresponding peephole2 patterns.
27575 (ashrdi3_cvt): Rename from ashrdi3_63_rex64.
27576 (ashrsi3_cvt): Rename from ashrsi3_31.
27577 (*ashrsi3_cvt_zext): Rename from *ashrsi3_31_zext.
27578 (x86_shift<mode>_adj_3): Macroize expander from x86_shift_adj_3
27579 and x86_64_shift_adj_3 using SWI48 mode iterator.
27580 (*ashr<mode>3_1): Merge with *ashr{qi,hi,si}3_1_one_bit and
27581 *ashrdi3_1_one_bit_rex64. Macroize insn from *ashr{qi,hi,si}3_1
27582 and *ashrdi3_1_rex64 using SWI mode iterator.
27583 (*ashrsi3_1_zext): Merge with *ashrsi3_1_one_bit_zext.
27584 (*ashrqi3_1_slp): Merge with *ashrqi3_1_one_bit_slp.
27585 (*ashr<mode>3_cmp): Merge with *ashr{qi,hi,si}3_one_bit_cmp and
27586 *ashrdi3_one_bit_cmp_rex64. Macroize insn from *ashr{qi,hi,si}3_cmp
27587 and *ashrdi3_cmp_rex64 using SWI mode iterator.
27588 (*ashrsi3_cmp_zext): Merge with *ashrsi3_cmp_one_bit_zext.
27589 (*ashr<mode>3_cconly): Merge with *ashr{qi,hi,si}3_one_bit_cconly and
27590 *ashrdi3_one_bit_cconly_rex64. Macroize insn from
27591 *ashr{qi,hi,si}3_cconly and *ashrdi3_cconly_rex64 using
27593 (sign_extend splitters): Update for renamed ashr{di,si}3_cvt patterns.
27594 * config/i386/i386.c (ix86_split_ashr): Update for renamed
27595 x86_shift<mode>_adj_3 expanders.
27597 2010-04-10 Wei Guozhi <carrot@google.com>
27600 * config/arm/arm.c (arm_pic_static_addr): New function.
27601 (legitimize_pic_address): Call arm_pic_static_addr when it detects
27603 (arm_output_addr_const_extra): Output expression for new pattern.
27604 * config/arm/arm.md (UNSPEC_SYMBOL_OFFSET): New unspec symbol.
27606 2010-04-10 Bernd Schmidt <bernds@codesourcery.com>
27608 * ira-costs.c (record_reg_classes): Ignore alternatives that are
27611 * Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).
27612 * web.c: Include "insn-config.h" and "recog.h".
27613 (union_match_dups): New function.
27614 (web_main): Call it.
27615 (union_defs): Don't try to recognize match_dups.
27617 * reload1.c (eliminate_regs_in_insn): Don't restore an operand
27618 if doing so would replace the entire pattern.
27620 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
27624 * config/i386/i386.md (*ashl<mode>3_doubleword): Split to insn
27625 and splitter pattern. Change splitter operand 1 predicate to
27628 2010-04-09 Martin Jambor <mjambor@suse.cz>
27630 * ipa-cp.c (ipcp_lats_are_equal): Return true also if the two
27631 lattices are addresses of CONST_DECLs with the same initial value.
27632 (ipcp_print_all_lattices): Print values of CONST_DECLs.
27633 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
27635 2010-04-09 Eric Botcazou <ebotcazou@adacore.com>
27636 Bernd Schmidt <bernds@codesourcery.com>
27638 * loop-invariant.c (replace_uses): New static function.
27639 (move_invariant_reg): Use it to ensure we can replace the uses.
27641 2010-04-09 Hariharan Sandanagobalane <hariharan@picochip.com>
27643 * config/picochip/picochip.c (picochip_rtx_costs): Use correct
27645 (picochip_override_options): Enable section anchors only above -O1.
27646 (picochip_reorg): Fixed a couple of build warnings.
27648 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27650 * configure.ac (plugin -rdynamic test): Log result.
27651 * configure: Regenerate.
27652 * config/sol2.h (LINK_SPEC): Handle -rdynamic.
27653 (RDYNAMIC_SPEC): Define.
27654 * config/sol2-gld.h (RDYNAMIC_SPEC): Redefine.
27656 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27658 * configure.ac: Determine Sun ld version numbers.
27659 (comdat_group): Restrict GNU ld version checks to gld.
27660 (comdat_group, *-*-solaris2.1[1-9]*): Enable for Sun ld > 1.1688.
27661 (enable_comdat): Support --enable-comdat.
27662 * configure: Regenerate.
27663 * doc/install.texi (Configuration): Document --enable-comdat.
27665 2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27667 * config/sparc/sol2-gld.h: Remove SPARC reference. Rename ...
27668 * config/sol2-gld.h: ... here.
27669 * config.gcc (sparc*-*-solaris2*): Reflect this.
27670 (i[34567]86-*-solaris2*): Use it.
27672 2010-04-09 Steve Ellcey <sje@cup.hp.com>
27674 * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
27676 (final_emit_insn_group_barriers): Remove unused variable prev_insn.
27678 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
27681 * diagnostic.c (diagnostic_initialize): Initialize
27682 some_warnings_are_errors.
27683 (diagnostic_finish): New.
27684 (diagnostic_action_after_output): Call it before exiting.
27685 (diagnostic_report_diagnostic): Do not print message here. Set
27686 some_warnings_are_errors.
27687 * diagnostic.h (diagnostic_context): Delete
27688 issue_warnings_are_errors_message. Add some_warnings_are_errors.
27689 (diagnostic_finish): Declare.
27690 * toplev.c (toplev_main): Call it before exit.
27692 2010-04-09 Jason Merrill <jason@redhat.com>
27695 * c-common.c (c_sizeof_or_alignof_type): Return error_mark_node
27696 for incomplete type.
27699 * stor-layout.c (finalize_record_size): Don't change TYPE_PACKED
27700 based on a warning flag.
27702 2010-04-09 Richard Guenther <rguenther@suse.de>
27704 * tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.
27706 2010-04-09 Iain Sandoe <iains@gcc.gnu.org>
27709 * varasm.c (default_assemble_visibility): Wrap vars that are
27710 set, but unused, by targets without GAS.
27711 * config/rs6000/rs6000.c (paired_emit_vector_compare):
27712 Remove set, but unused, vars.
27713 (rs6000_legitimize_tls_address): Likewise.
27714 (altivec_expand_dst_builtin): Likewise.
27715 * config/darwin.c (machopic_classify_symbol): Likewise.
27716 (machopic_indirection_name): Likewise.
27718 2010-04-09 Uros Bizjak <ubizjak@gmail.com>
27720 * config/i386/i386.md (DWI): New mode iterator.
27721 (S): New mode attribute.
27722 (shift_operand): Ditto.
27723 (shift_immediate_operand): Ditto.
27724 (ashl_input_operand): Ditto.
27725 (ashl<mode>3): Macroize expander from ashl{qi,hi,si,di,ti}3_1
27726 using SDWIM mode iterator.
27727 (*ashl<mode>3_doubleword): New insn_and_split_pattern. Macroize
27728 pattern from *ashl{di,ti}3_1 and corresponding splitters using
27730 (*ashl<mode>3_doubleword peephole2): Macroize peephole2 pattern
27731 from corresponding peephole2 patterns.
27732 (x86_shift<mode>_adj_1): Macroize expander from x86_shift_adj_1
27733 and x86_64_shift_adj_1 using SWI48 mode iterator.
27734 (x86_shift<mode>_adj_2): Ditto.
27735 (*ashldi3_1_rex64): Split TYPE_LEA pattern.
27736 (*ashl<mode>3_1): Macroize insn from *ashlsi3_1 and *ashldi3_1_rex64
27737 using SWI48 mode iterator.
27738 (*ashl<mode>3_cmp): Macroize insn from *ashl{qi,hi,si}3_cmp and
27739 *ashldi3_cmp_rex64 using SWI mode iterator.
27740 (*ashl<mode>3_cconly): Macroize insn from *ashl{qi,hi,si}3_cconly and
27741 *ashldi3_cconly_rex64 using SWI mode iterator.
27742 * config/i386/i386.c (ix86_split_ashl): Update for renamed
27743 x86_shift<mode>_adj_{1,2}.
27744 (ix86_split_ashr): Ditto.
27745 (ix86_split_lshr): Ditto.
27747 2010-04-09 Richard Guenther <rguenther@suse.de>
27749 * target.h (builtin_conversion): Pass in input and output types.
27750 * targhooks.c (default_builtin_vectorized_conversion): Adjust.
27751 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
27752 * tree-vect-stmts.c (vectorizable_conversion): Adjust.
27753 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Adjust.
27755 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Adjust.
27757 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Adjust.
27759 2010-04-09 Richard Guenther <rguenther@suse.de>
27762 * config/i386/sse.md (vcond<mode>): Handle AVX modes as well.
27764 2010-04-09 Richard Guenther <rguenther@suse.de>
27766 * tree-vectorizer.h (struct _stmt_vec_info): Document
27767 that vectype is the type of the LHS.
27768 (supportable_widening_operation, supportable_narrowing_operation):
27769 Get both input and output vector types as arguments.
27770 (vect_is_simple_use_1): Declare.
27771 (get_same_sized_vectype): Likewise.
27772 * tree-vect-loop.c (vect_determine_vectorization_factor):
27773 Set STMT_VINFO_VECTYPE to the vector type of the def.
27774 (vectorizable_reduction): Adjust.
27775 * tree-vect-patterns.c (vect_recog_widen_mult_pattern):
27776 Adjust. Specify the output vector type.
27777 (vect_pattern_recog_1): Adjust.
27778 * tree-vect-stmts.c (get_same_sized_vectype): New function.
27779 (vectorizable_call): Adjust.
27780 (vectorizable_conversion): Likewise.
27781 (vectorizable_operation): Likewise.
27782 (vectorizable_type_demotion): Likewise.
27783 (vectorizable_type_promotion): Likewise.
27784 (vect_analyze_stmt): Set STMT_VINFO_VECTYPE to the vector type of
27786 (vect_is_simple_use_1): New function.
27787 (supportable_widening_operation): Get both input and output
27789 (supportable_narrowing_operation): Likewise.
27790 * tree-vect-slp.c (vect_schedule_slp_instance): Adjust.
27792 2010-04-09 Kai Tietz <kai.tietz@onevision.com>
27794 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Add
27795 __thiscall and _thiscall as predefined macros.
27796 * config/i386/i386.c (ix86_handle_cconv_attribute): Add
27797 thiscall attribute handling.
27798 (ix86_comp_type_attributes): Likewise.
27799 (ix86_function_regparm): Likewise.
27800 (ix86_return_pops_args): Likewise.
27801 (init_cumulative_args): Likewise.
27802 (find_drap_reg): Likewise.
27803 (ix86_static_chain): Likewise.
27804 (x86_this_parameter): Likewise.
27805 (x86_output_mi_thunk): Likewise.
27806 (ix86_attribute_table): Add description for thiscall attribute.
27807 * config/i386/i386.h (ix86_args): Adjust comment for member fastcall.
27808 * doc/extend.texi: Add documentation for thiscall.
27810 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
27813 * c.opt (Wint-to-pointer-cast): Available in C++.
27814 * doc/invoke.texi (Wint-to-pointer-cast): Available in C++.
27816 2010-04-08 Eric Botcazou <ebotcazou@adacore.com>
27818 * tree.h (TREE_ADDRESSABLE): Document its effect for function types.
27819 * calls.c (expand_call): Pass the function type to aggregate_value_p.
27820 * function.c (aggregate_value_p): Do not honor DECL_BY_REFERENCE on
27821 the target function of a CALL_EXPR. Honor TREE_ADDRESSABLE on the
27822 function type instead. Reorder and simplify checks.
27824 * gimplify.c (gimplify_modify_expr_rhs) <WITH_SIZE_EXPR>: New case.
27826 2010-04-08 Jing Yu <jingyu@google.com>
27827 Zdenek Dvorak <ook@ucw.cz>
27829 PR tree-optimization/42720
27830 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Move one-time
27831 loop unswitch conditions here from ...
27832 (tree_unswitch_single_loop): ... here.
27834 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
27836 * tree-if-conv.c: Fix comments and simplify logic.
27838 2010-04-08 Sebastian Pop <sebastian.pop@amd.com>
27840 * tree-if-conv.c (if_convertible_loop_p): Remove unused parameter.
27841 (tree_if_conversion): Same. Update call to if_convertible_loop_p.
27842 (main_tree_if_conversion): Update call to tree_if_conversion.
27844 2010-04-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
27847 * doc/invoke.texi (-b,-V): Delete.
27848 * doc/tm.texi: Do not mention -b.
27849 * gcc.c (display_help): Delete -b and -V.
27850 (process_command): Delete -b and -V.
27851 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Delete -b and -V.
27853 2010-04-08 Christian Borntraeger <borntraeger@de.ibm.com>
27854 Wolfgang Gellerich <gellerich@de.ibm.com>
27856 Implement target hook for loop unrolling
27857 * target.h (loop_unroll_adjust): Add a new target hook function.
27858 * target-def.h (TARGET_LOOP_UNROLL_ADJUST): Likewise.
27859 * doc/tm.texi (TARGET_LOOP_UNROLL_ADJUST): Document it.
27860 * config/s390/s390.c (TARGET_LOOP_UNROLL_ADJUST): Define it.
27861 (s390_loop_unroll_adjust): Implement the new target hook for s390.
27862 * loop-unroll.c (decide_unroll_runtime_iterations): Call loop unroll
27864 (decide_unroll_stupid): Likewise.
27866 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27869 * config/i386/gmon-sol2.c [__x86_64__]: Properly restore %rcx.
27871 2010-04-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27873 * doc/install.texi (Specific, i?86-*-solaris2.10): Fix grammar.
27874 (Specific, *-*-solaris2*): Likewise.
27875 Don't prefer Sun as over GNU as.
27877 2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
27879 * config/s390/s390.c (override_options): Adjust the z10 defaults
27880 for max-unroll-times, max-completely-peeled-insns
27881 and max-completely-peel-times.
27883 2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27885 * config/s390/s390.c (s390_expand_movmem): Issue prefetch
27886 instructions for z10.
27887 (s390_expand_setmem): Likewise.
27888 (s390_expand_cmpmem): Likewise.
27890 2010-04-08 Richard Guenther <rguenther@suse.de>
27892 PR tree-optimization/43679
27893 * tree-ssa-pre.c (eliminate): Only propagate copies.
27895 2010-04-08 Jakub Jelinek <jakub@redhat.com>
27898 * expr.c (block_move_libcall_safe_for_call_parm): Avoid
27899 set but not used variable warning.
27901 2010-04-08 Wei Guozhi <carrot@google.com>
27904 * config/arm/arm.c (thumb1_size_rtx_costs): New function.
27905 (arm_size_rtx_costs): Call the new function when optimized for size.
27907 2010-04-08 Jakub Jelinek <jakub@redhat.com>
27910 * cfgexpand.c (expand_debug_expr): If for non-NULL offset
27911 op0 is not a MEM, just return NULL instead of assertion
27913 (discover_nonconstant_array_refs): Don't walk debug stmts.
27915 2010-04-08 Doug Kwan <dougkwan@google.com>
27917 * configure.ac: Recognize gold and do not use its version number
27918 to test ld features.
27919 * configure: Regenerate.
27921 2010-04-08 Maxim Kuvyrkov <maxim@codesourcery.com>
27923 PR middle-end/40815
27924 * tree-ssa-reassoc.c (broken_up_substracts): Rename to plus_negates.
27925 (negate_value): Move code to push elements to broken_up_substracts ...
27926 (eliminate_plus_minus_pair): ... here. Push operands that have no
27927 negative pair to plus_negates.
27928 (repropagate_negates, init_reassoc, fini_reassoc): Update.
27930 2010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
27932 * doc/install.texi (Configuration): Move description of
27933 --enable-lto, --with-libelf*, --enable-gold from Java section to
27936 * doc/generic.texi (Working with declarations)
27937 (Function Properties, C and C++ Trees): Fix typos.
27938 * doc/sourcebuild.texi (Top Level): Likewise.
27940 2010-04-07 Jakub Jelinek <jakub@redhat.com>
27943 * tree.h (DECL_READ_P): Define.
27944 (struct tree_decl_common): Add decl_read_flag.
27945 * c-decl.c (pop_scope): If TREE_USED but !DECL_READ_P, issue
27946 a set but not used warning.
27947 (merge_decls): Merge DECL_READ_P flag.
27948 (finish_decl, build_compound_literal): Set DECL_READ_P flag.
27949 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
27950 * c-common.c (handle_used_attribute, handle_unused_attribute):
27952 * c-tree.h (default_function_array_read_conversion, mark_exp_read):
27954 * c-typeck.c (default_function_array_read_conversion, mark_exp_read):
27956 (default_conversion, c_process_expr_stmt): Call mark_exp_read.
27957 * c-parser.c (c_parser_initializer, c_parser_expr_no_commas,
27958 c_parser_binary_expression, c_parser_cast_expression,
27959 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
27960 Call default_function_array_read_conversion instead of
27961 default_function_array_conversion where needed.
27962 (c_parser_unary_expression, c_parser_conditional_expression,
27963 c_parser_postfix_expression_after_primary, c_parser_initelt):
27964 Likewise. Call mark_exp_read where needed.
27965 (c_parser_statement_after_labels, c_parser_asm_operands,
27966 c_parser_typeof_specifier, c_parser_sizeof_expression,
27967 c_parser_alignof_expression, c_parser_initval): Call mark_exp_read
27969 * common.opt (Wunused-but-set-variable, Wunused-but-set-parameter):
27971 * toplev.c (warn_unused_but_set_variable): Default to warn_unused.
27972 (warn_unused_but_set_parameter): Default to warn_unused
27974 * doc/invoke.texi: Document -Wunused-but-set-variable and
27975 -Wunused-but-set-parameter.
27977 * tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not
27978 used count variable.
27979 * genemit.c (gen_expand, gen_split): Avoid set but not used warnings
27980 when operandN variables aren't used in the body of the expander
27982 * tree-outof-ssa.c (FOR_EACH_ELIM_GRAPH_SUCC,
27983 FOR_EACH_ELIM_GRAPH_PRED): Avoid set but not used warnings.
27984 * tree-ssa-operands.h (FOR_EACH_SSA_TREE_OPERAND): Likewise.
27985 * tree-flow.h (FOR_EACH_IMM_USE_FAST, FOR_EACH_IMM_USE_STMT,
27986 FOR_EACH_IMM_USE_ON_STMT): Likewise.
27987 * tree.h (FOR_EACH_CONSTRUCTOR_ELT): Likewise.
27988 * tree.c (PROCESS_ARG): Likewise.
27990 2010-04-07 Simon Baldwin <simonb@google.com>
27992 * diagnostic.h (diagnostic_override_option_index): New macro to
27993 set a diagnostic's option_index.
27994 * c-tree.h (c_cpp_error): Add warning reason argument.
27995 * opts.c (_warning_as_error_callback): New.
27996 (register_warning_as_error_callback): Store callback for
27997 warnings enabled via enable_warning_as_error.
27998 (enable_warning_as_error): Call callback, minor code tidy.
27999 * opts.h (register_warning_as_error_callback): Declare.
28000 * c-opts.c (warning_as_error_callback): New, set cpp_opts flag in
28001 response to -Werror=.
28002 (c_common_init_options): Register warning_as_error_callback in opts.c.
28003 * common.opt: Add -Wno-cpp option.
28004 * c-common.c (struct reason_option_codes_t): Map cpp warning
28005 reason codes to gcc option indexes.
28006 * (c_option_controlling_cpp_error): New function, lookup the gcc
28007 option index for a cpp warning reason code.
28008 * (c_cpp_error): Add warning reason argument, call
28009 c_option_controlling_cpp_error for diagnostic_override_option_index.
28010 * doc/invoke.texi: Document -Wno-cpp.
28012 2010-04-07 Richard Guenther <rguenther@suse.de>
28014 * ipa-reference.c (mark_load): Use get_base_address.
28015 (mark_store): Likewise.
28017 * tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Avoid
28018 inserting GIMPLE_NOPs into the IL.
28019 * tree-ssa-structalias.c (get_constraint_for_component_ref):
28020 Explicitly strip handled components and indirect references.
28022 * fold-const.c (fold_unary_loc): Do not strip qualifiers when
28023 folding address expressions.
28024 * gimple.c (gimple_ior_addresses_taken_1): Use get_base_address.
28025 * tree-ssa-alias.c (decl_refs_may_alias_p): Do not use
28026 operand_equal_p to compare decls.
28027 (ptr_deref_may_alias_decl_p): Likewise.
28028 * tree-ssa-operands.c (get_asm_expr_operands): Simplify
28029 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond):
28030 Handle reversed comparison ops.
28031 * tree-sra.c (asm_visit_addr): Use get_base_address.
28032 * ipa-prop.c (visit_store_addr_for_mod_analysis): Use get_base_address.
28033 * ipa-reference.c (mark_address): Use get_base_address.
28035 2010-04-07 Richard Guenther <rguenther@suse.de>
28037 * tree-ssa-forwprop.c (forward_propagate_addr_expr):
28038 Propagate constants everywhere.
28040 2010-04-07 Jakub Jelinek <jakub@redhat.com>
28043 * tree.c (MAX_INT_CACHED_PREC): Define.
28044 (nonstandard_integer_type_cache): New array.
28045 (build_nonstandard_integer_type): Cache results for precision
28046 <= MAX_INT_CACHED_PREC.
28048 2010-04-07 Richard Guenther <rguenther@suse.de>
28050 * doc/invoke.texi (-fargument-alias, -fargument-noalias,
28051 -fargument-noalias-global, -fargument-noalias-anything): Remove.
28052 * common.opt: Likewise.
28053 * tree-ssa-structalias.c (intra_create_variable_infos): Adjust comment.
28054 * alias.c (base_alias_check): Remove flag_argument_noalias handling.
28055 (nonoverlapping_memrefs_p): Likewise.
28056 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
28057 * opts.c (common_handle_option): Handle OPT_fargument_alias,
28058 OPT_fargument_noalias, OPT_fargument_noalias_anything and
28059 OPT_fargument_noalias_global for backward compatibility.
28061 2010-04-07 Richard Guenther <rguenther@suse.de>
28063 PR tree-optimization/43270
28064 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
28065 * tree-ssa-sccvn.h (fully_constant_vn_reference_p): Declare.
28066 * tree-ssa-pre.c (phi_translate_1): Adjust.
28067 (fully_constant_expression): Split out vn_reference handling to ...
28068 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): ... here.
28069 Fold reads from constant strings.
28070 (vn_reference_lookup): Handle fully constant references.
28071 (vn_reference_lookup_pieces): Likewise.
28072 * Makefile.in (expmed.o-warn): Add -Wno-error.
28074 2010-04-07 Martin Jambor <mjambor@suse.cz>
28076 * tree-sra.c (find_param_candidates): Allow scalar va_list types.
28078 2010-04-07 Iain Sandoe <iains@gcc.gnu.org>
28081 * gcc.c: Add -static-libstdc++ to list of recognized options.
28083 2010-04-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28085 * config.gcc (i[34567]86-*-solaris2*): Default with_tune_32 to generic.
28087 2010-04-07 Richard Guenther <rguenther@suse.de>
28089 PR middle-end/42617
28090 * expr.c (expand_expr_real_1): For TARGET_MEM_REFs with pointer
28091 bases build simple mem attributes to retain points-to information.
28093 2010-04-07 Richard Guenther <rguenther@suse.de>
28095 PR middle-end/42617
28096 * alias.c (ao_ref_from_mem): Without MEM_OFFSET or MEM_SIZE
28097 preserve points-to related information.
28099 2010-04-07 Richard Guenther <rguenther@suse.de>
28101 PR middle-end/42617
28102 * emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
28103 discard plain indirect references.
28104 * fold-const.c (operand_equal_p): Guard against NULL_TREE type.
28105 * tree.c (tree_nop_conversion): Likewise.
28107 2010-04-07 Dodji Seketeli <dodji@redhat.com>
28110 * dwarf2out.c (modified_type_die): Ignore artificial typedefs.
28112 2010-04-06 Kai Tietz <kai.tietz@onevision.com>
28114 * config/i386/i386.c (ix86_handle_cconv_attribute): Ignore
28115 calling convention attributes on METHOD_TYPEs for w64 ABI, too.
28117 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
28119 * tree-if-conv.c: Fix indentation and comments.
28121 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
28123 * tree-if-conv.c: Sort static functions in topological order.
28125 2010-04-07 Sebastian Pop <sebastian.pop@amd.com>
28127 * tree-if-conv.c: Fix indentation and comments.
28129 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28131 PR middle-end/43519
28132 * graphite-clast-to-gimple.c (max_signed_precision_type): Use
28133 lang_hooks.types.type_for_size instead of
28134 build_nonstandard_integer_type.
28135 When converting an unsigned type to signed, double its precision.
28136 (gcc_type_for_interval): Use lang_hooks.types.type_for_size.
28137 (gcc_type_for_iv_of_clast_loop): Call max_signed_precision_type.
28138 (graphite_create_new_loop_guard): When ub + 1 wraps around,
28141 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28143 PR middle-end/43519
28144 * graphite-clast-to-gimple.c (graphite_create_new_loop_guard): Use
28145 POINTER_PLUS_EXPR for pointer types.
28147 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28149 PR middle-end/43519
28150 * Makefile.in (graphite-clast-to-gimple.o): Depends on langhooks.h.
28151 * graphite-clast-to-gimple.c: Include langhooks.h.
28152 (max_signed_precision_type): New.
28153 (max_precision_type): Takes two types as arguments.
28154 (precision_for_value): New.
28155 (precision_for_interval): New.
28156 (gcc_type_for_interval): New.
28157 (gcc_type_for_value): New.
28158 (gcc_type_for_clast_term): New.
28159 (gcc_type_for_clast_red): New.
28160 (gcc_type_for_clast_bin): New.
28161 (gcc_type_for_clast_expr): Split up into several functions.
28162 (gcc_type_for_clast_eq): Rewritten.
28163 (compute_bounds_for_level): New.
28164 (compute_type_for_level_1): New.
28165 (compute_type_for_level): New.
28166 (gcc_type_for_cloog_iv): Removed.
28167 (gcc_type_for_iv_of_clast_loop): Rewritten.
28168 (graphite_create_new_loop): Compute the lower and upper bound types
28169 with gcc_type_for_clast_expr.
28170 (graphite_create_new_loop_guard): Same.
28171 (find_cloog_iv_in_expr): Removed.
28172 (compute_cloog_iv_types_1): Removed.
28173 (compute_cloog_iv_types): Removed.
28174 (gloog): Do not call compute_cloog_iv_types.
28175 * graphite-sese-to-poly.c (new_gimple_bb): Do not initialize
28176 GBB_CLOOG_IV_TYPES.
28177 (free_data_refs_aux): Do not free GBB_CLOOG_IV_TYPES.
28178 * sese.h (struct gimple_bb): Removed field cloog_iv_types.
28179 (GBB_CLOOG_IV_TYPES): Removed.
28181 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28183 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Assert that
28184 gimple_phi_num_args of the loop close SSA phi node is equal to 1.
28185 (detect_commutative_reduction): Same.
28187 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28189 * graphite-clast-to-gimple.c (graphite_verify): Remove redundant
28190 call to verify_ssa. Invoke verify_loop_closed_ssa with an extra
28192 * graphite-scop-detection.c (canonicalize_loop_closed_ssa_form): Same.
28193 * graphite-sese-to-poly.c (rewrite_reductions_out_of_ssa): Same.
28194 (rewrite_commutative_reductions_out_of_ssa): Same.
28195 * passes.c (execute_function_todo): Call verify_ssa for every pass
28196 in the LNO. Invoke verify_loop_closed_ssa with an extra argument.
28197 * tree-flow.h (verify_loop_closed_ssa): Update declaration.
28198 * tree-parloops.c (parallelize_loops): Invoke verify_loop_closed_ssa
28199 with an extra argument.
28200 * tree-ssa-loop-manip.c (check_loop_closed_ssa_stmt): Same. Call
28201 verify_ssa only when the extra argument is true.
28202 (gimple_duplicate_loop_to_header_edge): Invoke verify_loop_closed_ssa
28203 with an extra argument.
28204 (tree_transform_and_unroll_loop): Same.
28206 2010-04-06 Sebastian Pop <sebastian.pop@amd.com>
28208 * passes.c (execute_function_todo): Call verify_loop_closed_ssa
28209 for all the passes of the LNO having LOOP_CLOSED_SSA.
28210 * tree-if-conv.c (pass_if_conversion): Remove TODO_verify_loops.
28211 * tree-loop-distribution.c (pass_loop_distribution): Same.
28212 * tree-pass.h (TODO_verify_loops): Removed.
28213 * tree-ssa-loop.c (pass_tree_loop_init): Same.
28215 (pass_tree_unswitch): Same.
28216 (pass_predcom): Same.
28217 (pass_vectorize): Same.
28218 (pass_linear_transform): Same.
28219 (pass_graphite_transforms): Same.
28220 (pass_iv_canon): Same.
28221 (pass_complete_unroll): Same.
28222 (pass_complete_unrolli): Same.
28223 (pass_parallelize_loops): Same.
28224 (pass_loop_prefetch): Same.
28225 (pass_iv_optimize): Same.
28227 2010-04-06 Changpeng Fang <changpeng.fang@amd.com>
28229 PR middle-end/32824
28230 * passes.c (init_optimization_passes): Move pass_lim before
28231 pass_copy_prop and pass_dce_loop.
28233 2010-04-06 Jakub Jelinek <jakub@redhat.com>
28236 * config/i386/i386.c (bdesc_multi_arg): Use OPTION_MASK_ISA_XOP
28237 instead of OPTION_MASK_ISA_AVX for __builtin_ia32_vpermil2p*.
28238 (ix86_expand_args_builtin): Use V*_FTYPE_* enum codes instead of
28239 MULTI_* defines for 4 argument vpermil2p* builtins.
28241 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
28243 * config/i386/i386-protos.h (x86_maybe_negate_const_int): Declare.
28244 * config/i386/i386.c (x86_maybe_negate_const_int): New.
28245 (x86_output_mi_thunk): Use x86_maybe_negate_const_int.
28246 * config/i386/i386.md (*add<mode>_1, *addsi_1_zext, *addhi_1,
28247 *addhi_1_lea, *addqi_1, *addqi_1_lea, *addqi_1_slp, *add<mode>_2,
28248 *addsi_2_zext, *addhi_2, *addqi_2, *add<mode>_3, *addsi_3_zext,
28249 *addhi_3, *addqi_3,*add<mode>_5, *addhi_5, *addqi_5):
28250 Use x86_maybe_negate_const_int to output insn mnemonic.
28251 (*adddi_4, *addsi_4, *addhi_4, *addqi_4): Ditto. Remove overflow
28252 check from instruction predicate. Update comments.
28253 * config/i386/sync.md (sync_add<mode>): Use
28254 x86_maybe_negate_const_int to output insn mnemonic.
28256 2010-04-06 Jan Hubicka <jh@suse.cz>
28258 PR tree-optimization/42906
28259 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Add
28260 IGNORE_SELF argument. Set visited_control_parents for fully
28262 (find_obviously_necessary_stmts): Update call of
28263 mark_control_dependent_edges_necessary.
28264 (propagate_necessity): Likewise. Handle PHI edges more curefully.
28266 2010-04-06 Uros Bizjak <ubizjak@gmail.com>
28268 * config/i386/i386.md: Remove comment about 'e' and 'E'
28271 2010-04-06 Richard Guenther <rguenther@suse.de>
28273 PR tree-optimization/43627
28274 * tree-vrp.c (extract_range_from_unary_expr): Widenings
28275 of [1, +INF(OVF)] go to [1, +INF(OVF)] of the wider type,
28278 2010-04-06 Jakub Jelinek <jakub@redhat.com>
28280 * BASE-VER: Change to 4.6.0.
28283 * config/i386/i386.c (print_operand): Remove 'e' and 'E' code
28286 2010-04-06 Richard Guenther <rguenther@suse.de>
28288 PR middle-end/43661
28289 * fold-const.c (fold_comparison): Handle X * 0 CMP 0.
28291 2010-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28293 * doc/invoke.texi (Optimize Options): Document that LTO
28294 won't remove object access purely due to incompatible
28297 2010-04-04 Matthias Klose <doko@ubuntu.com>
28299 * graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
28300 Initialize variable.
28302 2010-04-03 Richard Guenther <rguenther@suse.de>
28304 PR middle-end/42509
28305 * alias.c (nonoverlapping_memrefs_p): For spill-slot accesses
28306 require a non-NULL MEM_OFFSET.
28308 2010-04-02 Steven Bosscher <steven@gcc.gnu.org>
28310 * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c,
28311 basic-block.h, bb-reorder.c, calls.c, c-common.c, cgraph.h,
28312 collect2.h, config/alpha/alpha.c, config/alpha/alpha.md,
28313 config/alpha/predicates.md, config/arm/arm.md,
28314 config/arm/lib1funcs.asm, config/arm/neon-schedgen.ml,
28315 config/avr/avr.c, config/avr/avr.md, config/bfin/bfin.c,
28316 config/darwin9.h, config/darwin.c, config/darwin.h,
28317 config/h8300/h8300.c, config/i386/cpuid.h, config/i386/cygming.h,
28318 config/i386/cygwin.h, config/i386/mingw32.h, config/i386/msformat-c.c,
28319 config/i386/sol2-10.h, config/i386/xopintrin.h, config/ia64/ia64.c,
28320 config/ia64/ia64.md, config/ia64/sync.md, config/mep/mep.c,
28321 config/mips/mips.md, config/mn10300/mn10300.c,
28322 config/mn10300/mn10300.h, config/pa/pa.c, config/pa/pa.md,
28323 config/rs6000/aix.h, config/rs6000/dfp.md,
28324 config/rs6000/rs6000-builtin.def, config/rs6000/rs6000-c.c,
28325 config/rs6000/vector.md, config/rtems.h, config/rx/rx.md,
28326 config/s390/s390.md, config/sol2-c.c, config/sparc/sol2-bi.h,
28327 config/sparc/sol2-gas.h, config/sparc/sparc.h, config/sparc/sparc.md,
28328 config/sparc/sparc-protos.h, config/spu/spu.c, config/spu/spu-c.c,
28329 config/t-darwin, convert.c, c.opt, c-opts.c, cp/Make-lang.in,
28330 c-pretty-print.c, c-typeck.c, df-core.c, df-scan.c, diagnostic.c,
28331 diagnostic.h, doc/cppopts.texi, doc/cpp.texi, doc/extend.texi,
28332 doc/gimple.texi, doc/languages.texi, doc/plugins.texi, doc/rtl.texi,
28333 doc/standards.texi, doc/tree-ssa.texi, doc/trouble.texi, dominance.c,
28334 fold-const.c, fortran/Make-lang.in, fwprop.c, gcc-plugin.h,
28335 gensupport.c, gimple.h, gimple-iterator.c, graphite.c,
28336 graphite-clast-to-gimple.c, graphite-clast-to-gimple.h,
28337 graphite-dependences.c, graphite-poly.c, graphite-poly.h,
28338 graphite-ppl.c, graphite-ppl.h, graphite-scop-detection.c,
28339 graphite-sese-to-poly.c, graphite-sese-to-poly.h, ifcvt.c, intl.c,
28340 intl.h, ipa.c, ipa-cp.c, ipa-inline.c, ipa-prop.c, ipa-prop.h,
28341 ipa-pure-const.c, ipa-reference.c, ipa-type-escape.c, ira-color.c,
28342 ira-conflicts.c, ira-lives.c, java/Make-lang.in, lambda-code.c,
28343 loop-invariant.c, lto/Make-lang.in, lto-streamer.h, lto-streamer-in.c,
28344 objc/Make-lang.in, objcp/Make-lang.in, omp-low.c, optc-gen.awk,
28345 opt-functions.awk, opth-gen.awk, params.def, passes.c,
28346 postreload-gcse.c, print-tree.c, recog.c, regrename.c, reload.h,
28347 rtl.def, sched-int.h, sched-rgn.c, sel-sched-dump.c, sese.c, sese.h,
28348 store-motion.c, stor-layout.c, tree-cfgcleanup.c, tree-chrec.c,
28349 tree-complex.c, tree-data-ref.c, tree.def, tree-eh.c, tree-flow.h,
28350 tree-flow-inline.h, tree.h, tree-loop-distribution.c, tree-outof-ssa.c,
28351 tree-parloops.c, tree-pass.h, tree-predcom.c, tree-profile.c,
28352 tree-scalar-evolution.c, tree-ssa-address.c, tree-ssa-alias.c,
28353 tree-ssa-coalesce.c, tree-ssa-copy.c, tree-ssa-dce.c, tree-ssa-dom.c,
28354 tree-ssa-dse.c, tree-ssa-loop-im.c, tree-ssa-loop-ivcanon.c,
28355 tree-ssa-loop-manip.c, tree-ssa-math-opts.c, tree-ssa-operands.c,
28356 tree-ssa-pre.c, tree-ssa-sccvn.c, tree-ssa-structalias.c,
28357 tree-ssa-uncprop.c, tree-tailcall.c, tree-vect-data-refs.c,
28358 tree-vect-loop.c, tree-vectorizer.h, tree-vect-slp.c, tree-vrp.c,
28359 unwind-dw2-fde-darwin.c, varpool.c: Update copyright years.
28361 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28364 * doc/install.texi (Prerequisites): Bump Automake version to 1.11.1.
28365 * aclocal.m4: Regenerate.
28367 2010-04-02 Richard Guenther <rguenther@suse.de>
28369 PR tree-optimization/43629
28370 * tree-ssa-ccp.c (likely_value): Reset all_undefined_operands
28371 if we have seen a constant value.
28373 2010-04-02 Joseph Myers <joseph@codesourcery.com>
28375 * read-rtl.c (read_rtx_1): Give an error for EOF while looking for ']'.
28377 2010-04-02 Richard Earnshaw <rearnsha@arm.com>
28380 * arm.c (legitimize_tls_address): Adjust call to
28381 gen_tls_load_dot_plus_four.
28382 (arm_note_pic_base): New function.
28383 (arm_cannot_copy_insn_p): Use it.
28384 * thumb2.md (tls_load_dot_plus_four): Rework to avoid use of '+' in
28387 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28392 2009-09-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28394 * Makefile.in ($(out_object_file)): Depend on
28395 gt-$(basename $(notdir $(out_file))).h.
28397 2010-04-01 Ralf Corsépius <ralf.corsepius@rtems.org>
28399 * config.gcc (lm32-*-rtems*): Add t-lm32.
28401 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
28403 * config.gcc: Add lm32-*-rtems*.
28404 * config/lm32/rtems.h: New file.
28406 2010-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
28409 * config/i386/cygwin.h (CXX_WRAP_SPEC): Disable spec when -mno-cygwin.
28411 2010-04-01 Jakub Jelinek <jakub@redhat.com>
28413 * dwarf2out.c (output_compilation_unit_header): For
28414 -gdwarf-4 use version 4 instead of version 3.
28415 (output_line_info): For version 4 and above emit additional
28416 maximum ops per insn header field.
28417 (DWARF_LINE_DEFAULT_MAX_OPS_PER_INSN): Define.
28419 * dwarf2out.c (is_c_family, is_java): Remove.
28420 (lower_bound_default): New function.
28421 (add_bound_info, gen_descr_array_type_die): Use it.
28423 2010-04-01 Dodji Seketeli <dodji@redhat.com>
28426 * dwarf2out.c (gen_variable_die): Allow debug info for variable
28427 re-declaration when it happens in a function.
28429 2010-04-01 Aldy Hernandez <aldyh@redhat.com>
28431 * cgraph.c (cgraph_add_function_insertion_hook): Update comment.
28432 (cgraph_remove_function_insertion_hook): Same.
28433 (cgraph_call_function_insertion_hooks): Same.
28435 2010-04-01 Richard Guenther <rguenther@suse.de>
28437 PR middle-end/43614
28438 * tree-ssa-address.c (copy_mem_ref_info): Copy TREE_SIDE_EFFECTS
28439 and TREE_THIS_VOLATILE.
28440 (copy_ref_info): Likewise.
28441 * tree-ssa-operands.c (get_tmr_operands): Check TREE_THIS_VOLATILE.
28442 * tree.c (build6_stat): Ignore side-effects of all but arg5
28443 for TARGET_MEM_REF. Set TREE_THIS_VOLATILE from arg5 of
28446 2010-04-01 Richard Guenther <rguenther@suse.de>
28448 PR tree-optimization/43607
28449 * ipa-type-escape.c (check_call): Do not access non-existing
28452 2010-04-01 Richard Guenther <rguenther@suse.de>
28454 PR middle-end/43602
28456 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
28457 Jack Howarth <howarth@bromo.med.uc.edu>
28459 * tree-profile.c (tree_init_ic_make_global_vars): Make static
28462 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28464 * doc/install.texi (Prerequisites): Document libelf usability on
28465 IRIX 5/6 and Solaris 2.
28466 (Specific, i?86-*-solaris2.10): No 64-bit default configuration.
28467 Update GNU as, GNU ld requirements.
28468 (Specific, *-*-solaris2*): Document Solaris 7 obsoletion, removal.
28469 Document Sun Studio compiler download.
28470 Update and simplify as, ld recommendations.
28471 (Specific, *-*-solaris2.7): Note obsoletion, removal.
28473 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28475 * config.gcc (i[34567]86-*-solaris2*): Default with_arch_32,
28476 with_tune_32 to pentium4.
28478 2010-04-01 Uros Bizjak <ubizjak@gmail.com>
28480 * config/i386/cpuid.h (__get_cpuid_max): Move misplaced comment.
28482 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28484 * doc/install.texi (Specific, mips-sgi-irix5): Document IRIX 5
28485 obsoletion, removal.
28487 Document GNU as requirement.
28488 Update configure requirements.
28489 (Specific, mips-sgi-irix6): Document IRIX 6 < 6.5 obsoletion, removal.
28490 Recomment IRIX 6.5.18+.
28491 Document IDF/IDL requirement.
28492 Document GNU as requirement.
28493 Document GNU ld bootstrap failure.
28494 Remove freeware.sgi.com reference.
28496 2010-04-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28498 * doc/install.texi (Specific, alpha*-dec-osf*): Document Tru64
28499 UNIX V4.0, V5.0 obsoletion, removal.
28500 Remove --with-gc=simple reference.
28501 Update VM requirements during bootstrap.
28502 Remove -oldas bootstrap description.
28503 Update binutils reference.
28504 Remove comparison failure note.
28506 2010-03-31 Richard Guenther <rguenther@suse.de>
28507 Zdenek Dvorak <ook@ucw.cz>
28508 Sebastian Pop <sebastian.pop@amd.com>
28510 PR middle-end/43464
28511 * tree-ssa-copy.c (init_copy_prop): Handle loop close phi nodes
28512 with multiple arguments.
28513 (execute_copy_prop): Remove call to rewrite_into_loop_closed_ssa.
28515 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
28517 * graphite-dependences.c (print_pddr): Call print_pdr with an
28519 * graphite-poly.c (debug_pdr): Add an extra argument for the
28522 (print_pbb_domain): Same.
28524 (print_scop_context): Same.
28525 (print_scop): Same.
28526 (print_cloog): Same.
28527 (debug_pbb_domain): Same.
28529 (print_pdrs): Same.
28530 (debug_pdrs): Same.
28531 (debug_scop_context): Same.
28532 (debug_scop): Same.
28533 (debug_cloog): Same.
28534 (print_scop_params): Same.
28535 (debug_scop_params): Same.
28536 (print_iteration_domain): Same.
28537 (print_iteration_domains): Same.
28538 (debug_iteration_domain): Same.
28539 (debug_iteration_domains): Same.
28540 (print_scattering_function): Same.
28541 (print_scattering_functions): Same.
28542 (debug_scattering_function): Same.
28543 (debug_scattering_functions): Same.
28544 * graphite-poly.h (debug_pdr): Update declaration.
28546 (print_pbb_domain): Same.
28548 (print_scop_context): Same.
28549 (print_scop): Same.
28550 (print_cloog): Same.
28551 (debug_pbb_domain): Same.
28553 (print_pdrs): Same.
28554 (debug_pdrs): Same.
28555 (debug_scop_context): Same.
28556 (debug_scop): Same.
28557 (debug_cloog): Same.
28558 (print_scop_params): Same.
28559 (debug_scop_params): Same.
28560 (print_iteration_domain): Same.
28561 (print_iteration_domains): Same.
28562 (debug_iteration_domain): Same.
28563 (debug_iteration_domains): Same.
28564 (print_scattering_function): Same.
28565 (print_scattering_functions): Same.
28566 (debug_scattering_function): Same.
28567 (debug_scattering_functions): Same.
28569 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
28571 * graphite-poly.c (print_scattering_function_1): New.
28572 (print_scattering_function): Call it.
28573 (print_scop_params): Remove spaces at the end of lines.
28574 (print_cloog): New.
28575 (debug_cloog): New.
28576 * graphite-poly.h (print_cloog): Declared.
28577 (debug_cloog): Declared.
28579 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
28581 * graphite-sese-to-poly.c (graphite_loop_normal_form): Add the IV bump
28583 * tree-flow.h (canonicalize_loop_ivs): Updated declaration.
28584 * tree-parloops.c (gen_parallel_loop): Add the IV bump in loop->latch.
28585 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Add a new parameter
28586 to switch between adding the IV bump in loop->latch or in loop->header.
28588 2010-03-31 Sebastian Pop <sebastian.pop@amd.com>
28590 * graphite-poly.c (print_scattering_function): Pretty print following
28591 the scoplib format.
28593 (print_pbb_domain): Same.
28594 (dump_gbb_cases): Same.
28595 (dump_gbb_conditions): Same.
28596 (print_pdrs): Same.
28598 (print_scop_params): Same.
28599 (print_scop_context): Same.
28600 (print_scop): Same.
28601 (print_pbb_body): New.
28602 (lst_indent_to): New.
28603 (print_lst): Start new lines with a #.
28604 * graphite-poly.h (pbb_bb): New.
28605 (pbb_index): Use pbb_bb.
28606 * graphite-ppl.c (ppl_print_powerset_matrix): Print the number of
28608 * tree-data-ref.c (dump_data_reference): Start new lines with a #.
28610 2010-03-31 Jakub Jelinek <jakub@redhat.com>
28612 * dwarf2out.c (size_of_die): For -gdwarf-4 use
28613 uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
28614 and 0 instead of 1 for dw_val_class_flag.
28615 (value_format): For -gdwarf-4 use DW_FORM_sec_offset for
28616 dw_val_class_range_list, dw_val_class_loc_list,
28617 dw_val_class_lineptr and dw_val_class_macptr, use
28618 DW_FORM_flag_present for dw_val_class_flag and
28619 DW_FORM_exprloc for dw_val_class_loc.
28620 (output_die): For -gdwarf-4 print dw_val_class_loc
28621 size as uleb128 instead of 1 or 2 bytes and don't print
28622 anything for dw_val_class_flag.
28624 * var-tracking.c (vt_init_cfa_base): Use cselib_lookup_from_insn
28625 instead of cselib_lookup following by tweaking locs->setting_insn.
28628 * cselib.c (cselib_process_insn): Clear cselib_current_insn
28629 even before returning from label, setjmp call or volatile asm
28632 2010-03-31 Richard Guenther <rguenther@suse.de>
28634 PR middle-end/43600
28635 * cgraphunit.c (cgraph_output_in_order): Do not allocate
28636 temporary data on stack.
28638 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28640 * config/sparc/sysv4.h (PUSHSECTION_FORMAT): Remove undef.
28641 (PUSHSECTION_ASM_OP): Remove.
28642 (POPSECTION_ASM_OP): Remove.
28643 (PUSHSECTION_FORMAT): Remove.
28644 * config/sol2.h (PUSHSECTION_FORMAT): Define.
28645 * config/sparc/sol2.h [!USE_GAS] (PUSHSECTION_FORMAT): Redefine.
28646 * config/sol2.c (solaris_output_init_fini): Use it.
28648 2010-03-31 Jie Zhang <jie@codesourcery.com>
28651 * opt-functions.awk (var_type_struct): Use signed char type
28652 for simple variables.
28654 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28656 * config/sol2.c: Include output.h.
28657 (solaris_assemble_visibility): New function.
28658 * config/t-sol2 (sol2.o): Add output.h dependency.
28659 * config/sol2-protos.h (solaris_assemble_visibility): Declare.
28660 * config/sol2.h [!USE_GAS] (TARGET_ASM_ASSEMBLE_VISIBILITY):
28663 2010-03-31 Jakub Jelinek <jakub@redhat.com>
28666 * config/arm/arm.c (arm_save_coproc_regs): Use Pmode instead of
28667 V2SImode or XFmode on PRE_DEC.
28670 * cfgexpand.c (expand_debug_expr): Handle VOIDmode mode like
28673 2010-03-31 Jie Zhang <jie@codesourcery.com>
28676 * reload.h (caller_save_initialized_p): Declare.
28677 * toplev.c (backend_init_target): Don't call
28678 init_caller_save but set caller_save_initialized_p to false.
28679 * caller-save.c (caller_save_initialized_p): Define.
28680 (init_caller_save): Check caller_save_initialized_p.
28681 * ira.c (ira): Call init_caller_save if flag_caller_saves.
28683 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28686 * config.gcc (i[34567]86-*-solaris2*): Add i386/t-fprules-softfp
28687 and soft-fp/t-softfp to tmake_file.
28688 * config/i386/sol2.h (LIBGCC2_HAS_TF_MODE): Redefine.
28689 (LIBGCC2_TF_CEXT): Define.
28692 2010-03-30 Alexandre Oliva <aoliva@redhat.com>
28695 * cselib.c (n_useless_values): Document handling of debug locs.
28696 (n_useless_debug_values, n_debug_values): New variables.
28697 (new_elt_loc_list): Don't add to debug values, keep count.
28698 (promote_debug_loc): New.
28699 (cselib_reset_table): Zero new variables.
28700 (entry_and_rtx_equal_p): Promote debug locs.
28701 (discard_useless_locs): Increment n_useless_debug_values for
28703 (remove_useless_values): Adjust n_useless_values and n_debug_values
28704 with n_useless_debug_values.
28705 (add_mem_for_addr): Promote debug locs.
28706 (cselib_lookup_mem): Likewise.
28707 (cselib_lookup_addr): Renamed to...
28708 (cselib_lookup_addr_1): ... this. Promote debug locs. Don't call...
28709 (cselib_log_lookup): ... this. Turn into...
28710 (cselib_lookup_addr): ... new wrapper.
28711 (cselib_lookup_from_insn): New.
28712 (cselib_invalidate_regno): Increment n_useless_debug_values for
28714 (cselib_invalidate_mem): Likewise.
28715 (cselib_process_insn): Take n_deleted and n_debug_values into
28716 account to guard remove_useless_value call.
28717 (cselib_finish): Zero n_useless_debug_values.
28718 * cselib.h (cselib_lookup_from_insn): Declare.
28719 * sched-deps.c (sched_analyze_1): Use cselib_lookup_from_insn.
28720 (sched_analyze_2): Likewise.
28722 2010-03-30 Jakub Jelinek <jakub@redhat.com>
28724 * var-tracking.c (use_narrower_mode_test, use_narrower_mode): New
28726 (adjust_mems): Replace narrowing SUBREG of expression containing
28727 just PLUS, MINUS, MULT and ASHIFT of registers and constants
28728 with operations in the narrower mode.
28731 * var-tracking.c (dataflow_set_clear_at_call): Invalidate just
28732 regs_invalidated_by_call instead all call_used_reg_set registers.
28734 2010-03-30 Sebastian Pop <sebastian.pop@amd.com>
28736 PR middle-end/43430
28737 * tree-vect-slp.c (vect_get_and_check_slp_defs): Replace type
28738 pointer comparisons with types_compatible_p.
28739 * tree-vect-stmts.c (vectorizable_call): Same.
28740 (vectorizable_condition): Same.
28742 2010-03-30 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28744 * config/s390/s390.c (s390_emit_prologue): Omit issuing a dynamic
28745 stack check if the mask would be zero.
28747 2010-03-30 Seongbae Park <seongbae.park@gmail.com>
28748 Jack Howarth <howarth@bromo.med.uc.edu>
28750 * tree-profile.c (tree_init_ic_make_global_vars): Make static
28753 2010-03-30 Joseph Myers <joseph@codesourcery.com>
28756 * libgcc-std.ver (GCC_4.5.0): Define version. Include __unordxf2
28758 * config/bfin/libgcc-bfin.ver (GCC_4.5.0): Define version.
28759 Include ___unordxf2 and ___unordtf2.
28760 * config/i386/libgcc-glibc.ver: Do not define inheritance from
28763 2010-03-30 Tarik Graba <tarik.graba@telecom-paristech.fr>
28765 * config/lm32/t-lm32: New file.
28766 * config.gcc: Use the above file when targetting lm32.
28768 2010-03-28 Duncan Sands <baldrick@free.fr>
28770 * Makefile.in (PLUGIN_HEADERS): Add except.h.
28772 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
28774 PR middle-end/43431
28775 * tree-vect-loop.c (vect_estimate_min_profitable_iters):
28776 Improve vectorization cost model diagnostic.
28778 2010-03-29 Sebastian Pop <sebastian.pop@amd.com>
28780 PR middle-end/43436
28781 * tree-vect-data-refs.c (vect_analyze_data_refs): When
28782 compute_data_dependences_for_loop returns false, early exit
28783 and output an extra diagnostic for the failed data reference
28786 2010-03-29 Richard Guenther <rguenther@suse.de>
28788 PR tree-optimization/43560
28789 * tree-ssa-loop-im.c (ref_always_accessed_p): Add store_p parameter.
28790 (can_sm_ref_p): Treat stores to readonly locations as trapping.
28792 2010-03-29 Jie Zhang <jie@codesourcery.com>
28795 * toplev.c (process_options): Set optimization_default_node
28796 and optimization_current_node.
28797 * opts.c (decode_options): Don't set optimization_default_node
28798 and optimization_current_node.
28800 2010-03-29 Ralf Corsépius <ralf.corsepius@rtems.org>
28802 * config/rtems.h: Abandon -qrtems_debug.
28804 2010-03-28 Jan Hubicka <jh@suse.cz>
28806 PR tree-optimization/43505
28807 * cgraph.c (cgraph_clone_node): When clonning a clone, replacement
28808 map should not be copied.
28810 2010-03-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
28812 PR middle-end/41674
28813 * cgraphunit.c (cgraph_build_static_cdtor): If target doesn't have
28814 cdtors, set DECL_PRESERVE_P.
28815 * ipa.c (cgraph_externally_visible_p): Return true if declaration
28816 should be preseved.
28818 2010-03-27 Uros Bizjak <ubizjak@gmail.com>
28820 PR tree-optimization/43528
28821 * stor-layout.c (place_field): Check that constant fits into
28822 unsigned HWI when skipping calculation of MS bitfield layout.
28824 2010-03-27 Jan Hubicka <jh@suse.cz>
28826 PR middle-end/43391
28827 * varasm.c (make_decl_rtl): Deal with COMMON flag to make
28828 notice_global_symbol work.
28830 2010-03-27 Jakub Jelinek <jakub@redhat.com>
28832 * dwarf2out.c (dwarf2_debug_hooks): Use dwarf2out_function_decl
28833 instead of dwarf2out_decl.
28834 (struct var_loc_node): Remove section_label field.
28835 (dwarf2out_function_decl): New function.
28836 (dwarf2out_var_location): Don't set section_label field.
28837 (dwarf2out_begin_function): Don't empty decl_loc_table here.
28839 2010-03-26 Michael Meissner <meissner@linux.vnet.ibm.com>
28841 PR tree-optimization/43544
28842 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
28843 First argument for builtin vectorized function hook is now a
28844 tree to be able to distinguish between machine specific and
28846 * targhooks.c (default_builtin_vectorized_function): Ditto.
28847 * targhooks.h (default_builtin_vectorized_function): Ditto.
28848 * target.h (struct gcc_target): Ditto.
28849 * tree-vect-stmts.c (vectorizable_function): Ditto.
28850 * config/i386/i386.c (ix86_builtin_vectorized_function): Ditto.
28851 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
28854 2010-03-26 Joseph Myers <joseph@codesourcery.com>
28857 * c-decl.c (get_parm_info): Assert that decl going in OTHERS has a
28858 nested binding iff it is a FUNCTION_DECL.
28859 (store_parm_decls_newstyle): Pass nested=true to bind for
28860 FUNCTION_DECLs amongst parameters.
28862 2010-03-26 Jakub Jelinek <jakub@redhat.com>
28864 * var-tracking.c (vt_expand_loc_callback): Don't run
28865 cselib_expand_value_rtx_cb in dummy mode if
28866 cselib_dummy_expand_value_rtx_cb returned false.
28868 * var-tracking.c (emit_note_insn_var_location): For one part
28869 notes with offset 0, don't add EXPR_LIST around the location.
28870 * dwarf2out.c (loc_descriptor, dw_loc_list_1,
28871 add_location_or_const_value_attribute): Adjust for that change.
28874 * dwarf2out.c (reg_save): For DW_CFA_expression put regnum
28875 into first operand and location into second.
28876 (dw_cfi_oprnd1_desc): Return dw_cfi_oprnd_reg_num instead of
28877 dw_cfi_oprnd_loc for DW_CFA_expression.
28878 (dw_cfi_oprnd2_desc): Return dw_cfi_oprnd_loc for DW_CFA_expression.
28879 (output_cfa_loc, output_cfa_loc_raw): For DW_CFA_expression
28880 assume first argument is regnum and second argument is location.
28882 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
28885 * config/alpha/alpha.md (*cmp_sadd_si): Change mode
28886 of scratch register to DImode. Split to DImode comparison operator.
28887 Use SImode subreg of scratch register in the multiplication.
28888 (*cmp_sadd_sidi): Ditto.
28889 (*cmp_ssub_si): Ditto.
28890 (*cmp_ssub_sidi): Ditto.
28892 2010-03-26 Uros Bizjak <ubizjak@gmail.com>
28895 * config/i386/i386.c (ix86_expand_prologue) [TARGET_STACK_PROBE]:
28896 Remove invalid assert and wrong comment.
28898 2010-03-26 Jakub Jelinek <jakub@redhat.com>
28901 * flags.h (final_insns_dump_p): New extern.
28902 * final.c (final_insns_dump_p): New variable.
28903 (rest_of_clean_state): Set it before -fdump-final-insns=
28904 dumping, clear afterwards.
28905 * print-rtl.c (print_rtx): If final_insns_dump_p don't dump
28906 MEM_ALIAS_SET on MEMs.
28908 2010-03-26 David S. Miller <davem@davemloft.net>
28910 * configure.ac: Fix sparc GOTDATA_OP bug check.
28911 * configure: Rebuild.
28913 2010-03-26 Alan Modra <amodra@gmail.com>
28915 * config/rs6000/rs6000.md (cmptf_internal2): Correct comparison.
28917 2010-03-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28919 * doc/tm.texi (Sections): Document TLS_COMMON_ASM_OP,
28920 TLS_SECTION_ASM_FLAG.
28922 2010-03-25 Jakub Jelinek <jakub@redhat.com>
28925 * config/i386/i386.c (ix86_code_end): Set DECL_WEAK if TARGET_MACHO.
28926 Clear first_function_block_is_cold.
28929 * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
28930 argument if the argument is truth_value_p.
28932 2010-03-24 Michael Meissner <meissner@linux.vnet.ibm.com>
28934 * config/rs6000/constraints.md: Update copyright year for my changes.
28937 * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
28938 used in reg+reg addressing, swap registers.
28940 2010-03-24 Jakub Jelinek <jakub@redhat.com>
28943 * target.h (struct gcc_target): Add code_end hook.
28944 * target-def.h (TARGET_ASM_CODE_END): Define to hook_void_void
28945 if not yet defined.
28946 (TARGET_ASM_OUT): Add TARGET_ASM_CODE_END.
28947 * toplev.c (compile_file): Call targetm.asm_out.code_end
28948 hook before unwind info/debug info output.
28949 * config/i386/winnt.c (i386_pe_file_end): Don't call ix86_file_end.
28950 * config/i386/linux.h (NEED_INDICATE_EXEC_STACK): Don't define.
28951 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
28952 * config/i386/linux64.h (NEED_INDICATE_EXEC_STACK): Don't define.
28953 (TARGET_ASM_FILE_END): Define to file_end_indicate_exec_stack.
28954 * config/i386/i386.c (ix86_file_end): Renamed to...
28955 (ix86_code_end): ... this. Make static. Don't call
28956 file_end_indicate_exec_stack. Emit unwind info using
28957 final_start_function/final_end_function.
28958 (darwin_x86_file_end): Remove.
28959 (TARGET_ASM_CODE_END): Define.
28960 * config/i386/i386.h (TARGET_ASM_FILE_END,
28961 NEED_INDICATE_EXEC_STACK): Don't define.
28962 * config/i386/darwin.h (darwin_x86_file_end): Remove prototype.
28963 (TARGET_ASM_FILE_END): Define to darwin_file_end.
28964 * config/i386/i386-protos.h (ix86_file_end): Remove prototype.
28965 * doc/tm.texi (TARGET_ASM_CODE_END): Document.
28968 * config/i386/i386.c (x86_output_mi_thunk): Call final_start_function
28969 at the beginning and final_end_function at the end.
28970 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
28972 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28974 * configure.ac (i[34567]86-*-*): Handle Solaris 2/x86 TLS support
28975 and Sun as TLS syntax.
28976 (TLS_SECTION_ASM_FLAG) [on_solaris && !gas_flag]: Define.
28977 * configure: Regenerate.
28978 * config.in: Regenerate.
28979 * varasm.c (TLS_SECTION_ASM_FLAG): Define default.
28980 (default_elf_asm_named_section): Use it.
28981 * config/i386/i386.c (output_pic_addr_const): Lowercase @DTPOFF.
28982 (i386_output_dwarf_dtprel): Likewise.
28983 (output_addr_const_extra): Likewise.
28984 (output_pic_addr_const): Lowercase @GOTTPOFF.
28985 (output_addr_const_extra): Likewise.
28986 (output_pic_addr_const): Lowercase @GOTNTPOFF.
28987 (output_addr_const_extra): Likewise.
28988 (output_pic_addr_const): Lowercase @INDNTPOFF.
28989 (output_addr_const_extra): Likewise.
28990 (output_pic_addr_const): Lowercase @NTPOFF.
28991 (output_addr_const_extra): Likewise.
28992 (output_pic_addr_const): Lowercase @TPOFF.
28993 (output_addr_const_extra): Likewise.
28994 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Lowercase @TLSGD.
28995 (*tls_global_dynamic_64): Likewise.
28996 (*tls_local_dynamic_base_32_gnu): Lowercase @TLSLDM.
28997 (*tls_local_dynamic_base_64): Lowercase @TLSLD.
28999 * defaults.h (TLS_COMMON_ASM_OP): Provide default.
29000 (ASM_OUTPUT_TLS_COMMON): Use it.
29001 * config/i386/sol2-gas.h (TLS_COMMON_ASM_OP): Undef.
29004 * config.gcc (sparc*-*-solaris2*) [$gas=yes]: Add usegas.h to tm_file.
29005 * config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Move ...
29006 * config/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): ... here.
29007 * config/i386/sol2-10.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
29008 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
29009 (ASM_DECLARE_OBJECT_NAME) [!USE_GAS]: Redefine.
29011 2010-03-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29013 * config/i386/i386.c (override_options): Don't accept
29014 -mtls-dialect=sun any longer.
29015 * config/i386/i386.h (TARGET_SUN_TLS): Define as 0.
29016 * config/i386/i386.md (*tls_global_dynamic_32_sun): Remove.
29017 (*tls_local_dynamic_base_32_sun): Likewise.
29018 * config/i386/sol2.h (TARGET_SUN_TLS): Redefine.
29020 2010-03-24 Jakub Jelinek <jakub@redhat.com>
29023 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
29024 VEC_{MERGE,SELECT,CONCAT,DUPLICATE}.
29027 * ira.c (adjust_cleared_regs): New function.
29028 (update_equiv_regs): Adjust cleared_regs in DEBUG_INSNs.
29032 * cfgexpand.c (gimple_assign_rhs_to_tree): Also set TREE_BLOCK
29034 * expr.c (expand_expr_real): Restore previous
29035 curr_insn_source_location and curr_insn_block after
29036 expand_expr_real_1 call.
29037 (expand_expr_real_1) <case SSA_NAME>: Call expand_expr_real
29038 instead of expand_expr_real_1.
29040 2010-03-23 Vladimir Makarov <vmakarov@redhat.com>
29042 PR rtl-optimization/43413
29043 * ira-color.c (setup_allocno_available_regs_num): Count prohibited
29046 2010-03-22 James E. Wilson <wilson@codesourcery.com>
29049 * ia64.md (call_nogp, call_value_nogp, sibcall_nogp, call_gp,
29050 call_value_gp, sibcall_gp): Use 's' constraint not 'i'.
29052 2010-03-22 H.J. Lu <hongjiu.lu@intel.com>
29054 * config/i386/i386.c (ix86_target_string): Add -mfma.
29055 Fix a typo in comment.
29057 2010-03-22 Mike Stump <mikestump@comcast.net>
29060 * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
29061 Don't overly align based upon packed packed fields.
29063 2010-03-22 Jason Merrill <jason@redhat.com>
29065 * c-pretty-print.c (pp_c_specifier_qualifier_list) [VECTOR_TYPE]:
29066 Use () rather than [], and move before the element type.
29068 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29070 * doc/configfiles.texi (Configuration Files): Removed
29071 fixinc/Makefile*, intl/Makefile.*.
29072 * doc/makefile.texi: Fixed markup. Abstract from version
29073 control system used.
29074 (Makefile): Removed obsolete java/parse.y example.
29075 * doc/sourcebuild.texi: Likewise.
29076 (Top Level): Added config, gnattools, libdecnumber, libgcc,
29077 libgomp, libssp. Removed fastjar.
29078 (Miscellaneous Docs): Clarify location.
29079 Added COPYING3, COPYING3.LIB.
29080 (Front End Directory): Moved Make-lang.in entry to new subsubsection.
29082 2010-03-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29085 * config/i386/i386.c (x86_function_profiler)
29086 [!NO_PROFILE_COUNTERS]: Fix typo.
29087 * config/i386/gmon-sol2.c (_mcleanup) [__x86_64__]: Use call
29090 2010-03-22 Janis Johnson <janis187@us.ibm.com>
29091 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29093 * doc/sourcebuild.texi (Test Directives): Split into six
29094 subsections, with most of the current text in new subsections
29095 Directives, Selectors, and Final Actions.
29096 (Directives): Split list of test directives into multiple
29098 (Selectors): Describe use and syntax of selectors.
29099 (Effective-Target Keywords): Describe all existing keywords.
29100 (Add Options): Describe features for dg-add-options.
29101 (Require Support): Describe variants of dg-require-support.
29102 (Final Actions): Describe commands to use in dg-final.
29104 2010-03-22 Michael Matz <matz@suse.de>
29106 PR middle-end/43475
29107 * recog.c (validate_replace_rtx_group): Replace also in
29108 REG_EQUAL and REG_EQUIV notes.
29110 2010-03-22 Richard Guenther <rguenther@suse.de>
29112 PR tree-optimization/43390
29113 * tree-vect-stmts.c (get_vectype_for_scalar_type): Make
29114 sure vector extracts are type correct.
29116 2010-03-22 Richard Guenther <rguenther@suse.de>
29118 PR middle-end/40106
29119 * builtins.c (expand_builtin_pow): Expand pow (x, 1.5) as
29120 x * sqrt (x) even when optimizing for size if the target
29121 has native support for sqrt.
29123 2010-03-22 Jakub Jelinek <jakub@redhat.com>
29125 * varasm.c (make_decl_rtl_for_debug): Also clear
29126 flag_mudflap for the duration of make_decl_rtl call.
29129 * var-tracking.c (add_cselib_value_chains): Remove ASM_OPERANDS
29130 locs from preserved VALUEs.
29132 2010-03-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
29134 PR middle-end/42718
29135 * pa.md (movmemsi): Set align to one if zero.
29136 (movmemdi): Likewise.
29138 2010-03-21 Richard Earnshaw <rearnsha@arm.com>
29141 * arm.c (arm_output_epilogue): Correctly match VFP pop instructions
29142 with their corresponding prologue pushes.
29144 2010-03-20 Andrew Pinski <pinskia@gmail.com>
29147 * config/spu/spu.c (spu_expand_prologue): Don't emit NOTE_INSN_DELETED
29148 at the begining or end.
29149 (spu_expand_epilogue): Likewise.
29151 2010-03-20 Richard Guenther <rguenther@suse.de>
29153 PR rtl-optimization/43438
29154 * combine.c (make_extraction): Properly zero-/sign-extend an
29155 extraction of the low part of a CONST_INT. Also handle
29158 2010-03-19 Mike Stump <mikestump@comcast.net>
29160 * config/i386/darwin.h (SUBTARGET32_DEFAULT_CPU): Add.
29161 * config/i386/i386.c (SUBTARGET32_DEFAULT_CPU): Add.
29162 (override_options): Use SUBTARGET32_DEFAULT_CPU.
29164 2010-03-19 Andrew Pinski <andrew_pinski@caviumnetworks.com>
29167 * c-decl.c (grokparms): Set arg_types to NULL_TREE if there was
29170 2010-03-19 Bernd Schmidt <bernds@codesourcery.com>
29172 PR rtl-optimization/42258
29173 * ira-lives.c (check_and_make_def_conflict): Ignore conflict for a
29174 use that may match DEF.
29177 * optabs.c (avoid_expensive_constant): Use rtx_cost to find out
29178 the cost of loading the constant rather than assuming
29180 * config/arm/arm.c (thumb1_rtx_costs) <case CONST_INT>: If the
29181 outer code is AND, do the same tests as the andsi3 expander and
29182 return COSTS_N_INSNS (1) if and is cheap.
29184 * optabs.c (avoid_expensive_constant): Fix formatting.
29186 2010-03-19 Michael Matz <matz@suse.de>
29189 * attribs.c (decl_attributes): When rebuilding a function pointer
29190 type use the same qualifiers as the original pointer type.
29192 2010-03-19 Martin Jambor <mjambor@suse.cz>
29194 * doc/gimple.texi (Logical Operators): Describe is_gimple_ip_invariant
29195 and is_gimple_ip_invariant_address.
29197 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29200 2009-10-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29202 * config/arm/arm.c (arm_override_options): Turn off
29203 flag_dwarf2_cfi_asm for AAPCS variants.
29205 2010-03-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29208 * config/arm/arm.c (emit_multi_reg_push): Update comments.
29209 Use PRE_MODIFY instead of PRE_DEC.
29210 (emit_sfm): Use PRE_MODIFY instead of PRE_DEC.
29211 (vfp_emit_fstmd): Likewise.
29213 2010-03-19 Michael Matz <matz@suse.de>
29216 * builtins.c (expand_builtin_interclass_mathfn,
29217 expand_builtin_signbit): Use maybe_emit_unop_insn, emit libcalls
29220 2010-03-19 Richard Guenther <rguenther@suse.de>
29222 PR tree-optimization/43415
29223 * tree-ssa-pre.c (phi_translate): Split out worker to ...
29224 (phi_translate_1): ... this.
29225 (phi_translate): Move all caching here. Cache all NARY
29226 and REFERENCE translations.
29228 2010-03-19 David S. Miller <davem@davemloft.net>
29230 With help from Eric Botcazou.
29231 * config/sparc/sparc.c: Include dwarf2out.h.
29232 (emit_pic_helper): Delete.
29233 (pic_helper_symbol_name): Delete.
29234 (pic_helper_emitted_p): Delete.
29235 (pic_helper_needed): New.
29236 (USE_HIDDEN_LINKONCE): Define to '1' if HAVE_GAS_HIDDEN else '0'.
29237 (get_pc_thunk_name): New.
29238 (load_pic_register): Remove 'delay_pic_helper' arg. Use
29239 get_thunk_pc_name and ggc_strdup to generate PIC thunk symbol.
29240 Set pic_helper_needed to true. Don't call emit_pic_helper.
29241 (sparc_expand_prologue): Update load_pic_register call.
29242 (sparc_output_mi_thunk): Likewise.
29243 (sparc_file_end): Emit a hidden comdat symbol for the PIC
29244 thunk if possible. Output CFI information as needed.
29246 2010-03-18 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
29247 Jack Howarth <howarth@bromo.med.uc.edu>
29250 * config/i386/i386.h: Fix ABI on darwin x86-32.
29252 2010-03-18 Aldy Hernandez <aldyh@redhat.com>
29254 * tree.h: Declare make_decl_rtl_for_debug.
29255 * varasm.c (make_decl_rtl_for_debug): New.
29256 * dwarf2out.c (rtl_for_decl_location): Call it.
29257 * cfgexpand.c (expand_debug_expr): Call it.
29259 2010-03-18 Jakub Jelinek <jakub@redhat.com>
29262 * var-tracking.c (adjust_mems) <case POST_MODIFY>: Allow BLKmode
29266 * var-tracking.c (vt_init_cfa_base): Do nothing if
29267 cfa_base_rtx would be hard_frame_pointer_rtx or non-fixed register.
29269 2010-03-18 Alexandre Oliva <aoliva@redhat.com>
29272 * var-tracking.c (canonicalize_vars_star): New.
29273 (dataflow_post_merge_adjust): Use it.
29275 2010-03-18 Jakub Jelinek <jakub@redhat.com>
29278 * var-tracking.c (non_suitable_const): New function.
29279 (add_uses): For DEBUG_INSNs with constants, don't record any
29280 value, instead just the constant value itself.
29281 (compute_bb_dataflow) <case MO_VAL_LOC>: If PAT_VAR_LOCATION_LOC
29282 is not VAR_LOC_UNKNOWN_P, set var to the constant.
29283 (emit_notes_in_bb): Likewise.
29284 (emit_note_insn_var_location): For onepart variables if
29285 cur_loc is a VOIDmode constant, use DECL_MODE.
29287 2010-03-18 Martin Jambor <mjambor@suse.cz>
29289 PR middle-end/42450
29290 * cgraph.h (cgraph_redirect_edge_call_stmt_to_callee): Declare.
29291 * cgraphunit.c (cgraph_materialize_all_clones): Update calls in
29292 all non-clones. Moved call redirection...
29293 (cgraph_redirect_edge_call_stmt_to_callee): ...to this new function.
29294 (cgraph_materialize_all_clones): Dispose of all
29295 combined_args_to_skip bitmaps.
29296 (verify_cgraph_node): Do not check for edges pointing to wrong
29297 nodes in inline clones.
29298 * tree-inline.c (copy_bb): Call
29299 cgraph_redirect_edge_call_stmt_to_callee.
29300 * ipa.c (cgraph_remove_unreachable_nodes): Call
29301 cgraph_node_remove_callees even when there are used clones.
29303 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
29305 * config/i386/libgcc-glibc.ver: Make GCC_4.5.0 inherit GCC_4.4.0.
29307 2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
29310 * config/i386/libgcc-glibc.ver: Add __extendxftf2 to GCC_4.5.0
29313 2010-03-18 Michael Matz <matz@suse.de>
29315 PR middle-end/43419
29316 * builtins.c (expand_builtin_pow): Don't transform pow(x, 0.5)
29317 into sqrt(x) if we need to preserve signed zeros.
29319 2010-03-18 Steven Bosscher <steven@gcc.gnu.org>
29320 Eric Botcazou <ebotcazou@adacore.com>
29322 PR rtl-optimization/43360
29323 * loop-invariant.c (move_invariant_reg): Remove the REG_EQUAL
29324 note if we don't know its invariant status.
29326 2010-03-18 Michael Matz <matz@suse.de>
29328 PR tree-optimization/43402
29329 * tree-cfgcleanup.c (cleanup_control_expr_graph): Don't follow
29330 PHI chains of ssa names registered for update.
29332 2010-03-17 Peter Bergner <bergner@vnet.ibm.com>
29335 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Add support for
29336 non-offsettable and pre_modify update addressing.
29337 * config/rs6000/dfp.md (*movdd_hardfloat32): Make the "0", "1"
29338 and "2" alternatives "#".
29339 (*movdd_softfloat32): Make all alternatives "#";
29340 * config/rs6000/rs6000.md (DIFD): New define_mode_iterator.
29341 (*movdf_hardfloat32): Make the "0", "1" and "2" alternatives "#".
29342 (*movdf_softfloat32): Make all alternatives "#";
29343 (movdi): Use the new DIFD mode iterator to create a common splitter
29344 for movdi, movdf and movdd patterns.
29346 2010-03-18 Shujing Zhao <pearly.zhao@oracle.com>
29348 * common.opt (dumpdir): Remove redundant tab.
29350 2010-03-17 Martin Jambor <mjambor@suse.cz>
29352 PR tree-optimization/43347
29353 * tree-sra.c (create_access_replacement): Set TREE_NO_WARNING when the
29354 original base is DECL_ARTIFICIAL or DECL_IGNORED_P.
29356 2010-03-17 Bernd Schmidt <bernd.schmidt@analog.com>
29358 PR rtl-optimization/42216
29359 * regrename.c (create_new_chain): New function, broken out from...
29360 (scan_rtx_reg): ... here. Call it. Handle the case where we are
29361 appending a use to an empty chain.
29362 (build_def_use): Remove previous changes that convert OP_INOUT to
29363 OP_OUT operands; instead detect the case where an OP_INOUT operand
29364 uses a previously untracked register and create an empty chain for it.
29366 2010-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
29368 * doc/extend.texi (Function Attributes): Rewrite unfinished
29369 sentence in ms_abi documentation.
29371 2010-03-17 Alan Modra <amodra@gmail.com>
29373 * config/rs6000/linux64.opt (mprofile-kernel): Use profile_kernel var.
29374 * config/rs6000/linux64.h (TARGET_PROFILE_KERNEL): Define.
29375 (SUBSUBTARGET_OVERRIDE_OPTIONS): Don't use SET_PROFILE_KERNEL.
29376 * config/rs6000/rs6000.c (SET_PROFILE_KERNEL): Don't define.
29378 2010-03-16 Richard Henderson <rth@redhat.com>
29380 PR middle-end/43365
29381 * tree-eh.c (replace_goto_queue): Also replace in the eh_seq.
29382 (lower_try_finally): Save and restore eh_seq around the expansion
29383 of the try-finally.
29385 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
29387 * graphite-sese-to-poly.c (split_reduction_stmt): Skip debug
29388 statements before splitting block.
29390 2010-03-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
29392 * doc/sourcebuild.texi (Testsuites): Fix markup.
29393 Use pathnames relative to gcc/testsuite.
29394 (Test Directives): Move description of how timeout is determined.
29395 (Ada Tests): Favor gnat.exp over ada/acats/tests/gcc.
29396 (C Tests): Correct gcc.misc-tests directory.
29397 Framework tests now live in gcc.test-framework.
29399 2010-03-16 Richard Guenther <rguenther@suse.de>
29401 PR middle-end/43379
29402 * tree-cfg.c (gimple_merge_blocks): When propagating virtual PHI
29403 operands make sure to merge SSA_NAME_OCCURS_IN_ABNORMAL_PHI properly.
29405 2010-03-16 Aldy Hernandez <aldyh@redhat.com>
29406 Alexandre Oliva <aoliva@redhat.com>
29408 PR tree-optimization/42917
29409 * lambda-code.c (remove_iv): Skip debug statements.
29410 (lambda_loopnest_to_gcc_loopnest): Likewise.
29411 (not_interesting_stmt): Debug statements are not interesting.
29413 2010-03-16 Jakub Jelinek <jakub@redhat.com>
29417 * cselib.c (cselib_preserve_constants,
29418 cfa_base_preserved_val): New static variables.
29419 (preserve_only_constants): New function.
29420 (cselib_reset_table): If cfa_base_preserved_val is non-NULL, don't
29421 clear its REG_VALUES. If cselib_preserve_constants, don't
29422 empty the whole hash table, but preserve there VALUEs with constants,
29423 cfa_base_preserved_val and cfa_base_preserved_val plus constant.
29424 (cselib_preserve_cfa_base_value): New function.
29425 (cselib_invalidate_regno): Don't invalidate cfa_base_preserved_val.
29426 (cselib_init): Change argument to int bitfield. Set
29427 cselib_preserve_constants to whether CSELIB_PRESERVE_CONSTANTS
29429 (cselib_finish): Clear cselib_preserve_constants and
29430 cfa_base_preserved_val.
29431 * cselib.h (enum cselib_record_what): New enum.
29432 (cselib_init): Change argument to int.
29433 (cselib_preserve_cfa_base_value): New prototype.
29434 * postreload.c (reload_cse_regs_1): Adjust cselib_init caller.
29435 * dse.c (dse_step1): Likewise.
29436 * cfgcleanup.c (thread_jump): Likewise.
29437 * sched-deps.c (sched_analyze): Likewise.
29438 * gcse.c (local_cprop_pass): Likewise.
29439 * simplify-rtx.c (simplify_replace_fn_rtx): Add argument to callback.
29440 If FN is non-NULL, call the callback always and whenever it returns
29441 non-NULL just return that. Only do rtx_equal_p if FN is NULL.
29442 * rtl.h (simplify_replace_fn_rtx): Add argument to callback.
29443 * combine.c (propagate_for_debug_subst): Add old_rtx argument,
29444 compare from with old_rtx and if it isn't rtx_equal_p, return NULL.
29445 * Makefile.in (var-tracking.o): Depend on $(RECOG_H).
29446 * var-tracking.c: Include recog.h.
29447 (bb_stack_adjust_offset): Remove.
29448 (vt_stack_adjustments): Don't call it, instead just gather the
29449 adjustments using insn_stack_adjust_offset_pre_post on each bb insn.
29450 (adjust_stack_reference): Remove.
29451 (compute_cfa_pointer): New function.
29452 (hard_frame_pointer_adjustment, cfa_base_rtx): New static variables.
29453 (struct adjust_mem_data): New type.
29454 (adjust_mems, adjust_mem_uses, adjust_mem_stores, adjust_insn): New
29456 (get_address_mode): New function.
29457 (replace_expr_with_values): Use it.
29458 (use_type): Don't do cselib_lookup for VAR_LOC_UNKNOWN_P.
29459 Use get_address_mode. For cfa_base_rtx return MO_CLOBBER.
29460 (adjust_sets): Remove.
29461 (add_uses): Don't add extra MO_VAL_USE for cfa_base_rtx plus constant.
29462 Use get_address_mode.
29463 (get_adjusted_src): Remove.
29464 (add_stores): Don't call it. Never reuse expr SET. Don't add extra
29465 MO_VAL_USE for cfa_base_rtx plus constant. Use get_address_mode.
29466 (add_with_sets): Don't call adjust_sets.
29467 (fp_setter, vt_init_cfa_base): New functions.
29468 (vt_initialize): Change return type to bool. Move most of pool etc.
29469 initialization to the beginning of the function from end. Pass
29470 CSELIB_RECORD_MEMORY | CSELIB_PRESERVE_CONSTANTS to cselib_init.
29471 If !frame_pointer_needed, call vt_stack_adjustment before mos
29472 vector is filled, call vt_init_cfa_base if argp/framep has been
29473 eliminated to sp. If frame_pointer_needed and argp/framep has
29474 been eliminated to hard frame pointer, set
29475 hard_frame_pointer_adjustment and call vt_init_cfa_base after
29476 encountering fp setter in the prologue. For MO_ADJUST, call
29477 log_op_type before pusing the op into mos vector, not afterwards.
29478 Call adjust_insn before cselib_process_insn/add_with_sets,
29479 call cancel_changes (0) afterwards.
29480 (variable_tracking_main_1): Adjust for vt_initialize calling
29481 vt_stack_adjustments and returning whether it succeeded or not.
29483 2010-03-15 Aldy Hernandez <aldyh@redhat.com>
29485 * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip
29488 2010-03-15 Jakub Jelinek <jakub@redhat.com>
29490 * dwarf2out.c (dwarf2out_frame_debug): Don't assert drap_reg
29492 (based_loc_descr): Use DW_OP_fbreg for vdrap_reg even when
29493 drap_reg has not been set.
29495 2010-03-15 Michael Matz <matz@suse.de>
29497 PR middle-end/43300
29498 * tree-outof-ssa.c (emit_partition_copy): New argument sizeexp,
29499 use it to expand block copies.
29500 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
29501 insert_part_to_rtx_on_edge): Adjust callers of emit_partition_copy.
29502 (insert_value_copy_on_edge): Use store_expr for BLKmode values.
29504 2010-03-15 Richard Guenther <rguenther@suse.de>
29506 PR tree-optimization/43367
29507 * tree-cfg.c (gimple_can_merge_blocks_p): Simplify PHI
29510 2010-03-15 Richard Guenther <rguenther@suse.de>
29512 PR tree-optimization/43317
29513 * ipa-struct-reorg.c (create_new_general_access): Update stmt.
29515 2010-03-15 Martin Jambor <mjambor@suse.cz>
29517 PR tree-optimization/43141
29518 * tree-sra.c (create_abstract_origin): New function.
29519 (modify_function): Call create_abstract_origin.
29521 2010-03-15 Chris Demetriou <cgd@google.com>
29523 * Makefile.in (stmp-int-hdrs): Don't chmod include/stdint.h if it
29526 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29528 PR middle-end/43354
29529 * graphite-sese-to-poly.c (rewrite_close_phi_out_of_ssa): Do not
29530 call insert_out_of_ssa_copy for default definitions.
29532 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29534 * graphite-clast-to-gimple.c (my_long_long): Defined.
29535 (gcc_type_for_cloog_iv): Use it instead of long_long_integer_type_node.
29536 * graphite-sese-to-poly.c (my_long_long): Defined.
29537 (scop_ivs_can_be_represented): Use it.
29539 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29541 * doc/invoke.texi: Fix documentation of graphite-max-nb-scop-params,
29542 graphite-max-bbs-per-function, and loop-block-tile-size.
29543 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Replace "maximal"
29545 (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Same.
29547 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29549 * graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
29550 forward declaration.
29551 * graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
29552 (add_upper_bounds_from_estimated_nit): New.
29553 (build_loop_iteration_domains): Use it.
29555 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29557 * doc/invoke.texi (PARAM_LOOP_BLOCK_TILE_SIZE): Document.
29559 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29561 PR middle-end/43306
29562 * tree-chrec.c (evolution_function_right_is_integer_cst): CHREC_RIGHT
29563 should be an INTEGER_CST. Also handle CASE_CONVERT.
29565 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29567 * graphite.c (graphite_initialize): To bound the number of bbs per
29568 function, use PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
29569 * params.def (PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION): Declared.
29570 * doc/invoke.texi: Document it.
29572 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29574 * graphite-sese-to-poly.c (build_poly_scop): Do not return bool.
29575 * graphite-sese-to-poly.h (build_poly_scop): Same.
29577 2010-03-13 Sebastian Pop <sebastian.pop@amd.com>
29579 * graphite-sese-to-poly.c (build_poly_scop): Limit scops following
29580 the number of parameters in the scop. Use as an upper bound
29581 PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS.
29582 * params.def (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS): Declared.
29583 * doc/invoke.texi: Document it.
29585 2010-03-13 Jerry Quinn <jlquinn@optonline.net>
29587 * Makefile.in (TEXI_GCCINT_FILES): Remove c-tree.texi.
29588 * doc/c-tree.texi: Remove.
29589 * doc/generic.texi: Merge c-tree.texi here.
29590 * doc/gccint.texi (Trees): Remove menu entry.
29591 (c-tree.texi): Remove @include.
29592 * doc/rtl.texi (Reading RTL): Update pxref from Trees to GENERIC.
29593 * doc/languages.texi (Reading RTL): Ditto.
29595 2010-03-12 Steve Ellcey <sje@cup.hp.com>
29598 * config/ia64/sync.md (sync_compare_and_swap): Move memory fence.
29600 2010-03-12 Michael Meissner <meissner@linux.vnet.ibm.com>
29602 PR middle-end/42431
29603 * config/rs6000/rs6000.c (rs6000_emit_move): Delete band-aid
29604 code added to work around reload clobbering CONST insns.
29606 2010-03-12 Jakub Jelinek <jakub@redhat.com>
29608 * cselib.c (LONG_TERM_PRESERVED_VALUE_P): Remove.
29609 (cselib_preserve_definitely, cselib_clear_preserve): Remove.
29610 (cselib_preserve_only_values): Remove retain argument, don't
29611 traverse hash table with cselib_{preserve_definitely,clear_preserve}.
29612 * cselib.h (cselib_preserve_only_values): Remove retain argument.
29613 * var-tracking.c (micro_operation): Move insn field before union.
29614 Add DEF_VEC_O and DEF_VEC_ALLOC_O for this type.
29615 (struct variable_tracking_info_def): Remove n_mos field, change
29616 mos into a vector of micro_operations.
29617 (count_uses, count_uses_1, count_stores, count_with_sets): Remove.
29618 (bb_stack_adjust_offset, log_op_type, add_uses, add_stores,
29619 compute_bb_dataflow, emit_notes_in_bb): Adjust for VTI (bb)->mos
29620 changing into a vector.
29621 (add_with_sets): Likewise. Ensure MO_VAL_USE uops from add_stores
29622 come before all other uops generated by add_stores.
29623 (vt_add_function_parameters): Adjust for cselib_preserve_only_values
29625 (vt_initialize): Likewise. Adjust for VTI (bb)->mos changing into
29626 a vector. Run just one pass over the bbs instead of separate counting
29627 and computation phase.
29628 (vt_finalize): Free VTI (bb)->mos vector instead of array.
29631 * tree-inline.c (remap_decls): Put old_var rather than origin_var
29632 into *nonlocalized_list vector.
29633 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
29634 even if origin is non-NULL.
29635 (gen_variable_die): Likewise.
29636 (process_scope_var): Don't change origin.
29637 (gen_decl_die): Likewise.
29638 * tree-cfgcleanup.c (remove_forwarder_block): Check single_pred_p
29639 before adding new edges instead of after it, fix moving over
29642 2010-03-11 David S. Miller <davem@davemloft.net>
29644 * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple
29646 * configure: Rebuild.
29648 2010-03-11 Martin Jambor <mjambor@suse.cz>
29650 PR tree-optimization/43257
29651 * tree.c (assign_assembler_name_if_neeeded): New function.
29652 (free_lang_data_in_cgraph): Assembler name assignment moved to the
29653 above new function.
29654 * tree.h (assign_assembler_name_if_neeeded): Declare.
29655 * cgraphunit.c (cgraph_analyze_function): Create an assembler name for
29656 the function if needed.
29658 2010-03-11 Chris Demetriou <cgd@google.com>
29660 * Makefile.in (stmp-int-hdrs): Make include/unwind.h,
29661 include/stdint-gcc.h, and include/stdint.h world-readable.
29663 2010-03-11 Richard Guenther <rguenther@suse.de>
29665 PR tree-optimization/43255
29666 * tree-vrp.c (process_assert_insertions_for): Do not insert
29667 asserts for trivial conditions.
29669 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29671 PR tree-optimization/43280
29672 * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number
29673 generation. Move calculation of size out of the if branch.
29674 (find_bswap): Modify compare number generation.
29676 2010-03-11 Richard Guenther <rguenther@suse.de>
29679 * lto-streamer-in.c (maybe_fixup_decls): Simplify.
29680 (input_gimple_stmt): Fixup handled component types during
29681 operand read. Also fix up decls in ADDR_EXPRs.
29683 2010-03-10 Eric Botcazou <ebotcazou@adacore.com>
29685 * config/sparc/sol2-bi.h (CC1_SPEC): Default to -mcpu=v9 for -m32.
29686 * config/sparc/t-sol2-64 (MULTILIB_DIRNAMES): Use sparcv8plus.
29688 2010-03-10 Jan Hubicka <jh@suse.cz>
29691 * ipa.c (function_and_variable_visibility) Normalize COMMON bits.
29692 * varasm.c (get_variable_section): Don't do that here...
29693 (make_decl_rtl): ... and here.
29694 (do_assemble_alias): Produce decl RTL.
29695 (assemble_alias): Likewise.
29697 2010-03-10 Jakub Jelinek <jakub@redhat.com>
29700 * reg-notes.def (REG_CFA_SET_VDRAP): New note.
29701 * dwarf2out.c (dwarf2out_frame_debug_expr): Remove rule 20 - setting
29703 (dwarf2out_frame_debug): Handle REG_CFA_SET_VDRAP note.
29704 (based_loc_descr): Only express drap or vdrap regno based expressions
29705 using DW_OP_fbreg when not optimizing.
29706 * config/i386/i386.c (ix86_get_drap_rtx): When not optimizing,
29707 make the vDRAP = DRAP assignment RTX_FRAME_RELATED_P and add
29708 REG_CFA_SET_VDRAP note.
29710 2010-03-10 Alexander Monakov <amonakov@ispras.ru>
29712 PR tree-optimization/43236
29713 * tree-loop-distribution.c (generate_memset_zero): Fix off-by-one
29714 error in calculation of base address in reverse iteration case.
29715 (generate_builtin): Take number of latch executions if the statement
29718 2010-03-10 Andrey Belevantsev <abel@ispras.ru>
29720 PR middle-end/42859
29721 * tree-eh.c: Include pointer-set.h.
29722 (lower_eh_dispatch): Filter out duplicate case labels and
29723 remove the unneeded edge when the label is unused. Return
29724 true when some edges are removed.
29725 (execute_lower_eh_dispatch): When any lowering resulted in
29726 removing an edge, also delete unreachable blocks.
29728 2010-03-10 Jakub Jelinek <jakub@redhat.com>
29731 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Handle
29732 UNSPEC_MACHOPIC_OFFSET.
29734 2010-03-09 Andreas Schwab <schwab@linux-m68k.org>
29737 * config/m68k/m68k.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
29738 (m68k_delegitimize_address): New function.
29740 2010-03-09 Jakub Jelinek <jakub@redhat.com>
29743 * dwarf2out.c (const_ok_for_output_1): Return 1 for UNSPECs.
29746 * var-tracking.c (adjust_sets): New function.
29747 (count_with_sets, add_with_sets): Use it.
29748 (get_adjusted_src): New inline function.
29749 (add_stores): Use it.
29752 * var-tracking.c (vt_expand_loc_callback) <case SUBREG>: If dummy,
29753 call cselib_dummy_expand_value_rtx_cb instead of
29754 cselib_expand_value_rtx_cb.
29757 * config/i386/t-i386 (i386.o): Depend on debug.h and dwarf2out.h.
29758 * config/i386/i386.c: Include debug.h and dwarf2out.h.
29759 (ix86_file_end): If dwarf2out_do_cfi_asm (), emit .cfi_startproc
29760 and .cfi_endproc around the pic thunks.
29761 (output_set_got): For TARGET_DEEP_BRANCH_PREDICTION pic, ensure
29762 all queued unwind info register saves are saved before the call.
29763 For !TARGET_DEEP_BRANCH_PREDICTION pic, ensure the call is
29764 considered as sp-=4 for unwind info and the pop as sp+=4 which
29765 also clobbers dest, but doesn't actually restore it.
29768 * config/i386/i386.c (ix86_get_drap_rtx): Don't set
29769 RTX_FRAME_RELATED_P.
29771 2010-03-09 Jie Zhang <jie@codesourcery.com>
29773 * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
29774 whitespaces in output template.
29776 2010-03-09 Jie Zhang <jie@codesourcery.com>
29778 * ira-lives.c (check_and_make_def_use_conflict): Don't fall
29779 out array boundary.
29781 2010-03-08 Jakub Jelinek <jakub@redhat.com>
29783 * Makefile.in (check_gcc_parallelize): Run dg-torture.exp and
29784 builtins.exp in a separate job.
29786 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29788 * graphite-sese-to-poly.c (add_param_constraints): Use
29789 lower_bound_in_type and upper_bound_in_type.
29791 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29793 * graphite-sese-to-poly.c (add_param_constraints): Use sizetype
29794 instead of unsigned_type_node.
29796 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29797 Reza Yazdani <reza.yazdani@amd.com>
29799 PR middle-end/43065
29800 * graphite-sese-to-poly.c (add_param_constraints): Insert bounds
29801 on pointer type parameters.
29803 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
29805 PR middle-end/42644
29806 PR middle-end/42130
29807 * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
29808 handle conversions from pointer to integers.
29809 (gcc_type_for_cloog_iv): Choose the smalles signed integer as an
29810 induction variable, to be able to work with code generated by CLooG.
29811 * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
29812 (build_poly_scop): Bail out if we cannot codegen a loop.
29814 2010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
29816 * graphite-clast-to-gimple.c (translate_clast): Do not short-cut
29817 code generation with gloog_error.
29819 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29821 * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
29822 Call fold_convert on all the returned values.
29823 (expand_scalar_variables_expr): Pass to
29824 expand_scalar_variables_ssa_name the type of the resulting expression.
29826 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29828 * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
29829 ppl_min_for_le_pointset.
29830 Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
29831 * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.
29833 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29835 * graphite-dependences.c (map_into_dep_poly): Removed.
29836 (dependence_polyhedron_1): Use combine_context_id_scat.
29838 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29840 * graphite-poly.h (struct poly_scattering): Add layout documentation.
29841 (struct poly_bb): Same.
29842 (combine_context_id_scat): New.
29844 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29846 PR middle-end/42326
29847 * sese.c (name_defined_in_loop_p): Return false for default
29850 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29852 * graphite-clast-to-gimple.c (find_cloog_iv_in_expr): Simplify
29853 and clean up the logic.
29855 2010-03-08 Sebastian Pop <sebastian.pop@amd.com>
29857 * graphite-sese-to-poly.c (add_param_constraints): Enabled: remove
29860 2010-03-08 Jakub Jelinek <jakub@redhat.com>
29862 * var-tracking.c (remove_cselib_value_chains): Define only for
29864 (dataflow_set_preserve_mem_locs, dataflow_set_remove_mem_locs,
29865 delete_slot_part, emit_notes_for_differences_1): Don't call
29866 remove_cselib_value_chains here.
29867 (set_slot_part, emit_notes_for_differences_2): Don't call
29868 add_cselib_value_chains here.
29869 (preserved_values): New vector.
29870 (preserve_value): New function.
29871 (add_uses, add_stores, vt_add_function_parameters): Use it
29872 instead of cselib_preserve_value.
29873 (changed_values_stack): New vector.
29874 (check_changed_vars_0): New function.
29875 (check_changed_vars_1, check_changed_vars_2): Use it.
29876 (emit_notes_for_changes): Call set_dv_changed (*, false) on all
29877 changed_values_stack VALUEs.
29878 (vt_emit_notes): For all preserved_values call
29879 add_cselib_value_chains. If ENABLE_CHECKING call
29880 remove_cselib_value_chains before verifying value_chains is empty.
29881 Initialize and free changed_values_stack.
29882 (vt_initialize): Initialize preserved_values.
29883 (vt_finalize): Free preserved_values.
29885 2010-03-08 Richard Guenther <rguenther@suse.de>
29887 PR tree-optimization/43269
29888 * tree-ssa-dse.c (dse_possible_dead_store_p): Fix post-dom
29891 2010-03-08 Martin Jambor <mjambor@suse.cz>
29893 * ipa-prop.h (struct ipa_param_descriptor): Removed the called field.
29894 (ipa_is_param_called): Removed.
29895 * ipa-prop.c (ipa_note_param_call): Do not set the called flag.
29896 (ipa_print_node_params): Do not print the called flag.
29897 (ipa_write_node_info): Do not stream the called flag.
29898 (ipa_read_node_info): Likewise.
29900 2010-03-07 Jakub Jelinek <jakub@redhat.com>
29903 * Makefile.in (var-tracking.o): Depend on pointer-set.h.
29904 * cselib.c (struct expand_value_data): Add dummy field.
29905 (cselib_expand_value_rtx, cselib_expand_value_rtx_cb): Initialize
29907 (cselib_dummy_expand_value_rtx_cb): New function.
29908 (cselib_expand_value_rtx_1): If evd->dummy is true, don't allocate
29910 * cselib.h (cselib_dummy_expand_value_rtx_cb): New prototype.
29911 * var-tracking.c: Include pointer-set.h.
29912 (variable): Change n_var_parts to char from int. Add
29913 cur_loc_changed and in_changed_variables fields.
29914 (variable_canonicalize): Remove.
29915 (shared_var_p): New inline function.
29916 (unshare_variable): Maintain cur_loc_changed and
29917 in_changed_variables fields. If var was in changed_variables,
29918 replace it there with new_var. Just copy cur_loc instead of
29919 resetting it to something else.
29920 (variable_union): Don't recompute cur_loc. Use shared_var_p.
29921 (dataflow_set_union): Don't call variable_canonicalize.
29922 (loc_cmp): If both x and y are DEBUG_EXPRs, compare uids
29923 of their DEBUG_EXPR_TREE_DECLs.
29924 (canonicalize_loc_order_check): Verify that cur_loc is NULL
29925 and in_changed_variables and cur_loc_changed is false.
29926 (variable_merge_over_cur): Clear cur_loc, in_changed_variables
29927 and cur_loc_changed. Don't update cur_loc here.
29928 (variable_merge_over_src): Don't call variable_canonicalize.
29929 (dataflow_set_preserve_mem_locs): Use shared_var_p. When
29930 removing loc that is equal to cur_loc, clear cur_loc,
29931 set cur_loc_changed and ensure variable_was_changed is called.
29932 (dataflow_set_remove_mem_locs): Use shared_var_p. Only
29933 compare pointers in cur_loc check, if it is equal to loc,
29934 clear cur_loc and set cur_loc_changed. Don't recompute cur_loc here.
29935 (variable_different_p): Remove compare_current_location argument,
29936 don't compare cur_loc.
29937 (dataflow_set_different_1): Adjust variable_different_p caller.
29938 (variable_was_changed): If dv had some var in changed_variables
29939 already, reset in_changed_variables flag for it and propagate
29940 cur_loc_changed over to the new variable. On empty var
29941 always set cur_loc_changed. Set in_changed_variables on whatever
29942 var is added to changed_variables.
29943 (set_slot_part): Clear cur_loc_changed and in_changed_variables.
29944 Use shared_var_p. When removing loc that is equal to cur_loc,
29945 clear cur_loc and set cur_loc_changed. If cur_loc is NULL at the
29946 end, don't set it to something else, just call variable_was_changed.
29947 (delete_slot_part): Use shared_var_p. When cur_loc equals to
29948 loc being removed, clear cur_loc and set cur_loc_changed.
29949 Set cur_loc_changed if all locations have been removed.
29950 (struct expand_loc_callback_data): New type.
29951 (vt_expand_loc_callback): Add dummy mode in which no rtxes are
29952 allocated. Always create SUBREGs if simplify_subreg failed.
29953 Prefer to use cur_loc, when that fails and still in
29954 changed_variables (and seen first time) recompute it. Set
29955 cur_loc_changed of variables which had to change cur_loc and
29956 compute elcd->cur_loc_changed if any of the subexpressions used
29957 had to change cur_loc.
29958 (vt_expand_loc): Adjust to pass arguments in
29959 expand_loc_callback_data structure.
29960 (vt_expand_loc_dummy): New function.
29961 (emitted_notes): New variable.
29962 (emit_note_insn_var_location): For VALUEs and DEBUG_EXPR_DECLs
29963 that weren't used for any other decl in current
29964 emit_notes_for_changes call call vt_expand_loc_dummy to update
29965 cur_loc. For -fno-var-tracking-assignments, set cur_loc to
29966 first loc_chain location if NULL before. Always use just
29967 cur_loc instead of first loc_chain location. When cur_loc_changed
29968 is false, when not --enable-checking=rtl just don't emit any note.
29969 When rtl checking, compute the note and assert it is the same
29970 as previous note. Clear cur_loc_changed and in_changed_variables
29971 at the end before removing from changed_variables.
29972 (check_changed_vars_3): New function.
29973 (emit_notes_for_changes): Traverse changed_vars to call
29974 check_changed_vars_3 on each changed var.
29975 (emit_notes_for_differences_1): Clear cur_loc_changed and
29976 in_changed_variables. Recompute cur_loc of new_var.
29977 (emit_notes_for_differences_2): Clear cur_loc if new variable appears.
29978 (vt_emit_notes): Initialize and destroy emitted_notes.
29980 2010-03-07 Bernd Schmidt <bernd.schmidt@analog.com>
29982 PR rtl-optimization/42220
29983 * regrename.c (scan_rtx) <case STRICT_LOW_PART, ZERO_EXTRACT>:
29984 Use verify_reg_tracked to determine if we should use OP_OUT rather
29986 (build_def_use): If we see an in-out operand for a register that we
29987 know nothing about, treat is an output if possible, fail the block if
29990 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
29993 * gimple-iterator.c (gsi_remove): Propagate only PHI DEFs removed
29996 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
29999 * tree-vect-loop.c (vect_transform_loop): Kill out-of-loop debug
30000 uses of relevant DEFs that are dead outside the loop too.
30002 2010-03-06 Alexandre Oliva <aoliva@redhat.com>
30004 * var-tracking.c (dataflow_set_merge): Swap src and src2.
30006 2010-01-13 Jakub Jelinek <jakub@redhat.com>
30008 * var-tracking.c (values_to_unmark): New variable.
30009 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
30010 values_to_unmark vector. Moved body to...
30011 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
30012 instead queue it into values_to_unmark vector.
30013 (vt_find_locations): Free values_to_unmark vector.
30015 2010-03-05 Eric Botcazou <ebotcazou@adacore.com>
30017 * Makefile.in (PLUGINCC, PLUGINCFLAGS): New variables.
30018 (site.exp): Export them when plugins are enabled.
30020 2010-03-05 Sebastian Pop <sebastian.pop@amd.com>
30022 PR middle-end/42326
30023 * tree-chrec.c (chrec_fold_plus_1): Do not handle convert expressions
30024 that contain scevs.
30025 (chrec_fold_multiply): Same.
30027 2010-03-04 Andrew Pinski <andrew_pinski@caviumnetworks.com>
30030 * c-decl.c (build_compound_literal): Return early if init is
30031 an error_mark_node.
30033 2010-03-04 Martin Jambor <mjambor@suse.cz>
30035 PR tree-optimization/43164
30036 PR tree-optimization/43191
30037 * tree-sra.c (type_consists_of_records_p): Reject records with
30038 zero-size bit-fields at the end.
30040 2010-03-04 Mike Stump <mikestump@comcast.net>
30042 * Makefile.in (TAGS): Remove *.y.
30044 2010-03-04 Richard Guenther <rguenther@suse.de>
30046 PR tree-optimization/40761
30047 * tree-ssa-pre.c (compute_antic): Walk reverse postorder
30049 (my_rev_post_order_compute): New function.
30050 (init_pre): Call it.
30052 2010-03-04 Changpeng Fang <changpeng.fang@amd.com>
30054 PR middle-end/43209
30055 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Do not
30056 decrease the cost of an IV candidate when the cost is infinite.
30058 2010-03-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30060 * doc/extend.texi (Vector Extensions, X86 Built-in Functions):
30061 Use '3DNow!' for the extension of that name, ensure normal space
30063 * doc/invoke.texi (i386 and x86-64 Options): Likewise.
30065 2010-03-03 Jeff Law <law@redhat.com>
30067 * PR middle-end/32693
30068 * expmed.c (store_bit_field_1): Use gen_lowpart_SUBREG rather
30069 than gen_rtx_SUBREG.
30070 (extract_bit_field_1): Likewise.
30072 2010-03-03 Janis Johnson <janis187@us.ibm.com>
30074 * doc/sourcebuild.texi (Test directives): Document that arguments
30075 include-opts and exclude-opts are now optional for dg-skip-if,
30076 dg-xfail-if, dg-xfail-run-if, and dg-shouldfail.
30078 2010-03-03 Jason Merrill <jason@redhat.com>
30081 * cgraph.h (varpool_node): Add extra_name field.
30082 * varpool.c (varpool_extra_name_alias): New.
30083 (varpool_assemble_decl): Emit extra name aliases.
30084 (varpool_mark_needed_node): Look past an extra name alias.
30085 * lto-streamer.h (LTO_tags): Add LTO_var_decl_alias.
30086 * lto-streamer-in.c (lto_input_tree): Read it.
30087 * lto-streamer-out.c (output_unreferenced_globals): Write it.
30089 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
30091 * config.gcc (sparc64-*-solaris2*, sparc-*-solaris2*): Merge into...
30092 (sparc*-*-solaris2*): ...this.
30094 2010-03-03 Jakub Jelinek <jakub@redhat.com>
30097 * cfgexpand.c (expand_debug_expr): Handle DOT_PROD_EXPR,
30098 WIDEN_MULT_EXPR and WIDEN_SUM_EXPR. Return NULL without
30099 ICE for vector expressions, ADDR_SPACE_CONVERT_EXPR,
30100 FIXED_CONVERT_EXPR, OBJ_TYPE_REF and WITH_SIZE_EXPR.
30103 * dwarf2out.c (add_bound_info): If a decl bound doesn't have decl_die,
30104 fallthrough to default handling, just with want_address 0 instead of 2.
30105 For single element lists, add_AT_loc directly, otherwise create an
30106 artificial variable DIE and stick location list to it.
30109 * var-tracking.c (loc_cmp): Don't assert VALUEs have the same mode.
30110 (VAL_EXPR_HAS_REVERSE): Define.
30111 (reverse_op): New function.
30112 (add_stores): For reversible operations add an extra MO_VAL_USE.
30114 2010-03-02 Jason Merrill <jason@redhat.com>
30116 * c-pretty-print.c (pp_c_specifier_qualifier_list): Print vector size.
30118 2010-03-02 Eric Botcazou <ebotcazou@adacore.com>
30120 * config.gcc (sparc-*-linux*): Do not include sparc/gas.h.
30121 (sparc64-*-linux*): Likewise.
30122 (sparc64-*-solaris2*): Include assembler files before linker ones.
30123 (sparc-*-solaris2*): Simplify and reorder to match previous case.
30124 * config/sparc/gas.h: Delete.
30125 * config/sparc/sol2-64.h: Add copyright notice.
30126 * config/sparc/sol2-gas-bi.h: Likewise.
30127 * config/sparc/sol2-gld.h: Likewise.
30128 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Delete.
30129 * config/sparc/sol2.h (TARGET_ASM_NAMED_SECTION): Redefine.
30130 * config/sparc/sol2-gas.h (TARGET_ASM_NAMED_SECTION): Likewise.
30131 * config/sparc/sparc.c (TARGET_ASM_ALIGNED_SI_OP): Never redefine.
30132 (sparc_elf_asm_named_section): Rename into...
30133 (sparc_solaris_elf_asm_named_section): ...this. Always define.
30135 2010-03-02 Uros Bizjak <ubizjak@gmail.com>
30137 * config/alpha/alpha.c (override_options): Fix -mtune error message.
30139 2010-03-02 Jeff Law <law@redhat.com>
30141 PR middle-end/42431
30142 * reload1.c (rtx_p, substitute_stack): Declare.
30143 (substitute): Record addresses of changed rtxs.
30144 (gen_reload_chain_without_interm_reg_p): Don't use copy_rtx anymore.
30145 Restore the original rtx when complete.
30146 (reload): Free subsitute_stack when complete.
30148 2010-03-02 Janis Johnson <janis187@us.ibm.com>
30150 * doc/gccint.texi (menu): Add Testsuites as a chapter.
30151 * doc/sourcebuild.texi (Testsuites): Move up a level to be a
30153 (Test Idioms, Test Directives, Ada Tests, C Tests, libgcj Tests,
30154 LTO Testing, gcov Testing, profopt Testing, compat Testing,
30155 Torture Tests): Change from subsection to section.
30157 2010-03-02 Jakub Jelinek <jakub@redhat.com>
30158 Steven Bosscher <steven@gcc.gnu.org>
30160 * var-tracking.c (vt_initialize): Scan insns in ebb chunks
30163 2010-03-02 Reza Yazdani <reza.yazdani@amd.com>
30165 PR middle-end/42640
30166 * tree-loop-distribution.c (update_phis_for_loop_copy): Replaced
30167 the assignment from the new induction variable to the assignment
30168 of the value from the original loop PHI function.
30170 2010-03-01 Janis Johnson <janis187@us.ibm.com>
30171 Daniel Jacobowitz <dan@codesourcery.com>
30173 * doc/sourcebuild.texi (Test directives): Clarify options to
30176 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30178 * configure.ac (gcc_cv_as_cfi_directive) [i?86-*-solaris*]:
30179 Disable cfi directives unless GCC and gas agree on using read-only
30180 .eh_frame sections for 64-bit.
30181 * configure: Regenerate.
30183 2010-03-01 Richard Guenther <rguenther@suse.de>
30185 PR tree-optimization/43220
30186 * tree-ssa-ccp.c (optimize_stack_restore): Do not optimize
30187 BUILT_IN_STACK_{SAVE,RESTORE} around alloca.
30189 2010-03-01 Richard Guenther <rguenther@suse.de>
30190 Martin Jambor <mjambor@suse.cz>
30192 PR middle-end/41250
30193 * gimplify.c (gimplify_body): Unset DECL_HAS_VALUE_EXPR_P on
30194 gimplified parameters.
30196 2010-03-01 Christian Bruel <christian.bruel@st.com>
30198 * except.c (dw2_build_landing_pads): set LABEL_PRESERVE_P.
30200 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
30202 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
30204 2010-03-01 Richard Guenther <rguenther@suse.de>
30206 PR middle-end/43213
30207 * expr.c (expand_assignment): Use the alias-oracle to tell
30208 if the rhs aliases the result decl.
30210 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30213 * config/host-solaris.c (HOST_HOOKS_GT_PCH_GET_ADDRESS): Redefine
30214 to sol_gt_pch_get_address.
30215 (TRY_EMPTY_VM_SPACE): Define for all combinations of 32 and
30216 64-bit, SPARC and x86.
30217 (sol_gt_pch_get_address): New function.
30219 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
30221 * toplev.h (inform_n, error_n): Declare.
30222 * diagnostic.c (inform_n, error_n): New function.
30224 2010-03-01 Jakub Jelinek <jakub@redhat.com>
30226 * cfgexpand.c (expand_used_vars): If an artificial non-ignored var
30227 has no rtl yet when processing local_decls, queue it and recheck
30228 if deferred stack allocation hasn't assigned it rtl.
30230 2010-02-28 Kaz Kojima <kkojima@gcc.gnu.org>
30232 * config/sh/sh.c (unspec_bbr_uid): New.
30233 (gen_block_redirect): Use it instead of INSN_UID.
30234 (gen_far_branch): Likewise.
30236 2010-02-28 H.J. Lu <hongjiu.lu@intel.com>
30238 * config/i386/darwin.h (TARGET_SUBTARGET32_ISA_DEFAULT): Make
30239 it the same as TARGET_SUBTARGET64_ISA_DEFAULT.
30241 2010-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30243 * doc/invoke.texi (Warning Options, RX Options): Fix typos.
30244 (Warning Options): -Wno-conversion-null is valid for
30245 Objective-C++ as well.
30246 * doc/tm.texi (Named Address Spaces): Likewise.
30247 * doc/plugins.texi (Plugins): Replace TABs with spaces.
30248 * doc/tree-ssa.texi (Tree SSA): Likewise.
30250 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
30253 * config.gcc: Don't enable SSE math for i[34567]86-*-darwin*
30254 by default. Don't set the default arch for
30255 i[34567]86-*-darwin*|x86_64-*-darwin*.
30257 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
30260 * config.gcc: Enable SSE math for i[34567]86-*-darwin* by
30261 default. Set the default 32bit/64bit archs with $with_arch
30262 instead of $arch for i[34567]86-*-*|x86_64-*-* targets.
30264 2010-02-27 Richard Guenther <rguenther@suse.de>
30266 PR tree-optimization/43186
30267 * params.def (PARAM_MAX_UNROLL_ITERATIONS): New param.
30268 * doc/invoke.texi (max-completely-peel-loop-nest-depth): Document.
30269 * tree-ssa-loop-ivcanon.c (tree_unroll_loops_completely): Limit
30270 unroller iterations.
30272 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
30274 * config.gcc: Set the default 32bit/64bit archs if 64bit ISA is
30275 required and i[34567]86-*-* targets don't support 64bit ISA.
30277 2010-02-26 Eric Botcazou <ebotcazou@adacore.com>
30280 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
30281 the same alias set.
30283 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
30285 * config.gcc: Set the default arch at least to Prescott for
30286 i[34567]86-*-darwin* and Pentium 4 for i[34567]86-*-* targets
30287 if SSE math is enabled.
30289 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
30291 * diagnostic.c (diagnostic_initialize): Update.
30292 (diagnostic_report_diagnostic): Test inhibit_notes_p for
30294 * diagnostic.h (diagnostic_context): New bool inhibit_notes_p.
30295 (diagnostic_inhibit_notes): New.
30296 * toplev.c (process_options): inhibit notes with -fcompare-debug.
30298 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
30301 * doc/cpp.texi: Use c90 instead of c89 and gnu90 instead of gnu89.
30302 * doc/standards.texi: Likewise.
30303 * doc/extend.texi: Likewise.
30304 * doc/trouble.texi: Likewise.
30305 * doc/cppopts.texi: Likewise.
30306 * doc/install.texi: Likewise.
30307 * c.opt (std=c90,std=gnu90): New options.
30308 * c-opts.c (c_common_handle_option): Handle them.
30310 2010-02-26 Manuel López-Ibáñez <manu@gcc.gnu.org>
30313 * c-decl.c (undeclared_variable): Use an informative note.
30315 2010-02-26 Richard Guenther <rguenther@suse.de>
30317 PR tree-optimization/43186
30318 * gimple.h (gimple_fold): Remove.
30319 * gimple.c (gimple_fold): Remove. Inline into single user ...
30320 * tree-cfgcleanup.c (cleanup_control_expr_graph): ... here.
30321 Try harder for conditions.
30323 2010-02-26 Jakub Jelinek <jakub@redhat.com>
30326 * function.c (used_types_insert): Don't skip through named pointer
30327 types. Don't use TYPE_MAIN_VARIANT if the original type has a name
30328 and it is different from the main variant's type.
30330 2010-02-26 Nick Clifton <nickc@redhat.com>
30332 * config/rx/rx.md (sminsi3): Remove bogus alternative.
30334 2010-02-26 H.J. Lu <hongjiu.lu@intel.com>
30336 * config.gcc: Support --with-fpmath=sse for x86.
30338 * config/i386/ssemath.h: New.
30340 * doc/install.texi (--with-fpmath=sse): Documented.
30342 2010-02-26 Richard Guenther <rguenther@suse.de>
30344 PR tree-optimization/43188
30345 * tree-vect-stmts.c (get_vectype_for_scalar_type): Do not build
30346 vector types of over-aligned element type.
30348 2010-02-26 Uros Bizjak <ubizjak@gmail.com>
30351 * config/i386/i386.c (expand_vec_perm_blend): Use correct
30352 operands in V8HImode subregs. Fix operand order in VEC_MERGE rtx.
30354 2010-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
30356 * doc/invoke.texi (-fvar-tracking-assignments): Fix typo.
30358 2010-02-26 Jakub Jelinek <jakub@redhat.com>
30360 * Makefile.in (var-tracking.o): Depend on $(DIAGNOSTIC_H).
30361 * var-tracking.c: Include diagnostic.h.
30362 (debug_dv): New function.
30363 (dump_var): Print DEBUG_EXPR_DECLs as D#N instead of D.-N.
30366 * var-tracking.c (dv_onepart_p): Return true for DEBUG_EXPR_DECLs.
30367 (add_value_chain, add_value_chains, remove_value_chain,
30368 remove_value_chains): Handle DEBUG_EXPRs.
30369 (check_changed_vars_1, check_changed_vars_2): Handle DEBUG_EXPR_DECLs.
30372 * regcprop.c (struct queued_debug_insn_change): New type.
30373 (struct value_data_entry): Add debug_insn_changes field.
30374 (struct value_data): Add n_debug_insn_changes field.
30375 (debug_insn_changes_pool): New variable.
30376 (free_debug_insn_changes, apply_debug_insn_changes,
30377 cprop_find_used_regs_1, cprop_find_used_regs): New functions.
30378 (kill_value_one_regno): Call free_debug_insn_changes if needed.
30379 (init_value_data): Clear debug_insn_changes and n_debug_insn_changes
30381 (replace_oldest_value_reg): Don't change DEBUG_INSNs, instead queue
30383 (copyprop_hardreg_forward_1): Don't call apply_change_group for
30384 DEBUG_INSNs. For a real insn, if there are queued DEBUG_INSN
30385 changes, call cprop_find_used_regs via note_stores.
30386 (copyprop_hardreg_forward): When copying vd from predecessor
30387 which has any queued DEBUG_INSN changes, make sure the pointers are
30388 cleared. At the end call df_analyze and then if there are any
30389 DEBUG_INSN changes queued at the end of some basic block for still
30390 live registers, apply them.
30391 (pass_cprop_hardreg): Set TODO_df_finish in todo_flags_finish.
30393 2010-02-25 Uros Bizjak <ubizjak@gmail.com>
30395 * config.gcc (i[34567]86-*-* | x86_64-*-*): Split long line.
30398 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
30400 * config.gcc: Set arch/cpu for i[34567]86-*-*|x86_64-*-*
30401 targets. Set the default with_cpu/with_arch from arch/cpu.
30402 Allow x86-64 and native for with_cpu/with_arch.
30404 2010-02-25 Nicolas Benoit <nbenoit@tuxfamily.org>
30406 * ebitmap.c: Change calls to verify_popcount with calls to
30407 sbitmap_verify_popcount.
30408 (ebitmap_clear_bit): Fixed map->cacheindex test and
30409 map>cache update when bit clearing results in an empty
30412 2010-02-25 Michael Meissner <meissner@linux.vnet.ibm.com>
30415 * config/rs6000/vector.md (VEC_64): New iterator for V2DF, V2DI.
30416 (vec_interleave_high<mode>): Rename from vec_interleave_highv2df
30417 and support both V2DF and V2DI modes.
30418 (vec_interleave_low<mode>): Rename from vec_interleave_lowv2df and
30419 support both V2DF and V2DI modes.
30420 (general): Delete trailing whitespace from a few patterns.
30422 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
30423 V2DF/V2DI interleave high/low builtins.
30425 * config/rs6000/rs6000-builtin.def (VSX_BUILTIN_VEC_MERGE*): Add
30428 * config/rs6000/rs6000.c (bdesc_2arg): Add support for V2DF/V2DI
30429 interleave high/low functions.
30431 2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
30433 * doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
30434 #pragma extern_prefix.
30436 2010-02-25 Jakub Jelinek <jakub@redhat.com>
30439 * cfgexpand.c (expand_debug_expr) <case VAR_DECL>: If mode is
30440 BLKmode, assert op0 is a MEM and just adjust its mode.
30443 * cfgexpand.c (expand_debug_expr): Don't call simplify_gen_subreg
30444 if bitpos isn't multiple of mode's bitsize.
30446 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
30448 * c.opt (-ftemplate-depth=): New.
30449 (-ftemplate-depth-): Deprecate.
30450 * optc-gen.awk: Handle -ftemplate-depth=.
30451 * opth-gen.awk: Likewise.
30452 * c-opts.c (c_common_handle_option): Likewise.
30453 * doc/invoke.texi (-ftemplate-depth-): Replace with -ftemplate-depth=.
30455 2010-02-24 Jason Merrill <jason@redhat.com>
30457 * doc/invoke.texi: Improve -Wabi and -fabi-version docs.
30459 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30461 * cfg.c (alloc_aux_for_block): Remove inline.
30462 (alloc_aux_for_edge): Likewise.
30464 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30466 * config.gcc: Fix typo in mips-sgi-irix6.[0-4]* obsoletion.
30468 2010-02-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
30470 * config/i386/sol2.h (NO_DBX_BNSYM_ENSYM): Define.
30471 * config/i386/sol2-gas.h: New file.
30472 * config.gcc (i[34567]86-*-solaris2*): Use it.
30474 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
30477 * c-typeck.c (ep_convert_and_check): New.
30478 (build_conditional_expr): Use it.
30479 (build_binary_op): Likewise.
30481 2010-02-24 Jakub Jelinek <jakub@redhat.com>
30483 * regcprop.c (copyprop_hardreg_forward_1): Don't call df_insn_rescan.
30486 * gimplify.c (gimplify_type_sizes): Clear DECL_IGNORED_P for VLA
30487 bounds even for -O+.
30488 * var-tracking.c (track_expr_p): If !need_rtl, don't mandate
30489 expr needs to have DECL_NAME set.
30491 2010-02-24 Nick Clifton <nickc@redhat.com>
30493 * config/mep/mep.c: Include gimple.h.
30494 (mep_function_uses_sp): Delete unused function.
30495 (mep_gimplify_va_arg_expr): Change types of pre_p and post_p
30496 parameters. Use unsigned integers to count args. Return a
30497 NULL_RTX instead of an error_mark_node. Toidy up formatting.
30499 2010-02-23 Jakub Jelinek <jakub@redhat.com>
30502 * config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
30503 greater or equal to nelt instead of 2 * nelt.
30504 (expand_vec_perm_1): When op0 and op1 are equal, mask indexes
30507 2010-02-23 Jason Merrill <jason@redhat.com>
30510 * cfgexpand.c (expand_used_vars): Keep artificial non-ignored vars
30511 in cfun->local_decls even if they have register types.
30514 * stor-layout.c (place_field): Don't warn about unnecessary
30515 DECL_PACKED if the type is packed.
30517 2010-02-23 Jakub Jelinek <jakub@redhat.com>
30520 * config/i386/i386.c (ix86_delegitimize_address): Delegitimize all
30521 GOTOFF relocs, even when the base reg isn't pic pointer.
30523 2010-02-23 Michael Matz <matz@suse.de>
30526 * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
30527 (expand_gimple_basic_block): Generate and use debug temps if there
30528 are debug uses left after the last real use of TERed ssa names.
30529 Unlink debug immediate uses when they are expanded.
30531 2010-02-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
30534 * config/i386/i386.c (override_options): Reorganise to provide
30535 better error messages.
30537 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
30539 PR middle-end/43083
30540 * graphite-scop-detection.c (create_single_exit_edge): Move
30541 the call to find_single_exit_edge to....
30542 (create_sese_edges): ...here. Don't handle multiple edges
30543 exiting the function.
30544 (build_graphite_scops): Don't handle multiple edges
30545 exiting the function.
30547 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
30549 PR middle-end/43097
30550 * sese.c (get_rename): Assert that old_name is an SSA_NAME.
30551 (rename_variables_in_stmt): Continue when the use is not an SSA_NAME.
30553 2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
30555 PR middle-end/43026
30556 * sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
30558 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
30561 * c-typeck.c (convert_arguments): Print declaration location.
30562 * c-common.c (validate_nargs): Rename as
30563 builtin_function_validate_nargs.
30564 (check_builtin_function_arguments): Update.
30566 2010-02-22 Richard Guenther <rguenther@suse.de>
30569 * tree-inline.c (declare_return_variable): Use the type of
30570 the call stmt lhs if available.
30572 2010-02-22 Duncan Sands <baldrick@free.fr>
30574 * passes.c (register_pass): Always consider all pass lists when
30575 ref_pass_instance_number is zero.
30577 2010-02-22 Richard Guenther <rguenther@suse.de>
30579 PR tree-optimization/42749
30580 * tree-tailcall.c (adjust_return_value_with_ops): Drop update
30581 parameter. Do arithmetic in the original type.
30582 (update_accumulator_with_ops): Likewise.
30583 (adjust_accumulator_values): Adjust.
30585 2010-02-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30587 * config/s390/s390.md ("movqi"): Re-add the mem->mem alternative.
30588 (QI to BLKmode splitter): New splitter.
30590 2010-02-22 H.J. Lu <hongjiu.lu@intel.com>
30592 * config/i386/i386.c (initial_ix86_tune_features): Turn on
30593 X86_TUNE_INTER_UNIT_MOVES for m_ATOM.
30595 2010-02-22 Richard Guenther <rguenther@suse.de>
30597 * tree-vect-slp.c (vect_slp_analyze_bb): Fix typo.
30599 2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
30601 Migrate crti, crtn, crtbegin, crtend build rules to libgcc.
30602 * config/mmix/t-mmix (EXTRA_MULTILIB_PARTS): Don't set.
30603 ($(T)crti.o, $(T)crtn.o): Remove rules.
30605 2010-02-21 Tobias Burnus <burnus@net-b.de>
30608 * doc/invoke.texi (-fassociative-math): Document that this
30609 option is automatically enabled for Fortran.
30611 2010-02-20 David S. Miller <davem@davemloft.net>
30613 * configure.ac: Test if linker and assembler properly support
30614 GOTDATA_OP relocations.
30615 * configure: Rebuild.
30616 * config.in: Likewise.
30617 * config/sparc/sparc.md (UNSPEC_MOVE_GOTDATA): New.
30618 (movsi_lo_sum_pic): Use %gdop_*() relocs if available.
30619 (movsi_high_pic): Likewise.
30620 (movdi_lo_sum_pic): Likewise.
30621 (movdi_high_pic): Likewise.
30622 (movsi_pic_gotdata_op): New pattern.
30623 (movdi_pic_gotdata_op): Likewise.
30624 * config/sparc/sparc.c (legitimize_pic_address): If flag_pic is 2,
30625 emit gen_mov{si,di}_pic_gotdata_op for the GOT slot load.
30627 2010-02-20 Uros Bizjak <ubizjak@gmail.com>
30630 * config/i386/sse.md (xop_mulv2div2di3_low): Change type
30631 attribute to ssemul.
30632 (xop_mulv2div2di3_high): Ditto.
30634 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
30637 * c.opt (Wconversion-null): New option.
30638 * doc/invoke.texi (Wconversion-null): Document.
30640 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
30642 * common.opt (Wlarger-than-): Add Undocumented.
30644 2010-02-19 Mike Stump <mikestump@comcast.net>
30646 * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
30648 2010-02-19 Jason Merrill <jason@redhat.com>
30651 * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
30652 * configure: Likewise.
30654 2010-02-20 Alan Modra <amodra@gmail.com>
30656 PR middle-end/42344
30657 * cgraph.h (cgraph_make_decl_local): Declare.
30658 * cgraph.c (cgraph_make_decl_local): New function.
30659 (cgraph_make_node_local): Use it.
30660 * cgraphunit.c (cgraph_function_versioning): Likewise.
30661 * ipa.c (function_and_variable_visibility): Likewise.
30663 2010-02-19 Jakub Jelinek <jakub@redhat.com>
30666 * except.c (sjlj_emit_function_enter): Don't call
30667 add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
30669 * rtl.h (add_reg_br_prob_note): Remove prototype.
30671 2010-02-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
30674 * c-common.c (conversion_warning): Remove widening conversions
30675 before checking the conversion of integers to reals.
30677 2010-02-19 Mike Stump <mikestump@comcast.net>
30679 PR middle-end/43125
30680 * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
30683 * cgraphunit.c (process_function_and_variable_attributes): Check
30684 DECL_PRESERVE_P instead of looking up attribute "used".
30685 * ipa-pure-const.c (check_decl): Likewise.
30686 * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
30687 * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
30688 * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
30689 instead of attribute "used".
30690 * config/sol2-c.c (solaris_pragma_init): Likewise.
30691 (solaris_pragma_fini): Likewise.
30693 2010-02-19 Jakub Jelinek <jakub@redhat.com>
30695 * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
30696 Use XCNEW instead of xcalloc.
30697 (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
30698 XNEW instead of xmalloc.
30699 (get_fields): Use XNEWVEC instead of xmalloc.
30702 * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
30703 populate vars array.
30704 (create_new_general_access): For debug stmts just reset value.
30705 (get_stmt_accesses): For accesses within debug stmts just record them
30706 using add_access_to_acc_sites instead of preventing the peeling or
30707 counting them as accesses.
30709 PR middle-end/42233
30710 * dojump.c (do_jump) <case TRUTH_NOT_EXPR>: Invert priority.
30712 2010-02-19 Richard Guenther <rguenther@suse.de>
30714 PR tree-optimization/42916
30715 * tree-vect-slp.c (vect_slp_analyze_bb): Count only real
30718 2010-02-19 Andreas Schwab <schwab@linux-m68k.org>
30720 * configure.ac: Replace all uses of changequote in macro arguments
30721 with proper quoting.
30723 2010-02-19 Jakub Jelinek <jakub@redhat.com>
30725 PR middle-end/42233
30726 * loop-doloop.c (add_test): Adjust do_compare_rtx_and_jump caller.
30728 2010-02-19 Richard Guenther <rguenther@suse.de>
30730 PR tree-optimization/42944
30731 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Massage
30732 test for aliasing with errno.
30734 2010-02-19 Jakub Jelinek <jakub@redhat.com>
30736 PR middle-end/42233
30737 * expr.h (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump,
30738 do_jump_1, do_compare_rtx_and_jump): Add PROB argument.
30739 * dojump.c: Include output.h.
30740 (inv): New inline function.
30741 (jumpifnot, jumpifnot_1, jumpif, jumpif_1, do_jump_1, do_jump,
30742 do_jump_by_parts_greater_rtx, do_jump_by_parts_greater,
30743 do_jump_by_parts_zero_rtx, do_jump_by_parts_equality_rtx,
30744 do_jump_by_parts_equality, do_compare_and_jump): Add PROB
30745 argument, pass it down to other calls.
30746 (do_compare_rtx_and_jump): Likewise. If PROB is not -1,
30747 add REG_BR_PROB note to the conditional jump.
30748 * cfgexpand.c (add_reg_br_prob_note): Removed.
30749 (expand_gimple_cond): Don't call it, add the probability
30750 as last argument to jumpif_1/jumpifnot_1.
30751 * Makefile.in (dojump.o): Depend on output.h.
30752 * builtins.c (expand_errno_check): Adjust do_compare_rtx_and_jump
30754 * expmed.c (emit_store_flag_force, do_cmp_and_jump): Likewise.
30755 * stmt.c (do_jump_if_equal): Likewise.
30756 * cfgrtl.c (rtl_lv_add_condition_to_bb): Likewise.
30757 * loop-unswitch.c (compare_and_jump_seq): Likewise.
30758 * config/rs6000/rs6000.c (rs6000_aix_emit_builtin_unwind_init):
30760 * optabs.c (expand_doubleword_shift, expand_abs): Likewise.
30761 * expr.c (expand_expr_real_1): Adjust do_jump, jumpifnot and
30762 jumpifnot_1 callers.
30763 (expand_expr_real_2): Adjust jumpifnot_1 and do_compare_rtx_and_jump
30765 (store_expr): Adjust jumpifnot caller.
30766 (store_constructor): Adjust jumpif caller.
30768 PR middle-end/42233
30769 * gimplify.c (gimple_boolify): For __builtin_expect call
30770 gimple_boolify also on its first argument.
30772 2010-02-18 Uros Bizjak <ubizjak@gmail.com>
30774 * configure.ac (gnu-unique-object): Wrap regexps using [] in
30776 (__stack_chk_fail): Ditto. Remove quadrigraphs.
30777 * configure: Regenerated.
30779 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
30781 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Call
30782 lang_hooks.types_compatible_p instead of comptypes.
30784 2010-02-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
30786 * config/arm/lib1funcs.asm (__prefer_thumb__): New define.
30787 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Use Thumb-1 variant
30788 if __prefer_thumb__ is defined.
30790 2010-02-18 Martin Jambor <mjambor@suse.cz>
30792 PR tree-optimization/43066
30793 * tree-sra.c (build_ref_for_offset_1): Return false on encountering an
30794 array with zero-sized element type.
30796 2010-02-18 Jakub Jelinek <jakub@redhat.com>
30798 * dwarf2out.c (add_var_loc_to_decl): Change last argument to
30799 rtx, allocate struct var_loc_node here and return it to the
30800 caller, and only if it is actually needed.
30801 (dwarf2out_var_location): Adjust add_var_loc_to_decl caller,
30802 move it earlier and return immediately if it returns NULL.
30804 2010-02-17 Mikael Pettersson <mikpe@it.uu.se>
30806 * config/sparc/gas.h: New file. Restore
30807 TARGET_ASM_NAMED_SECTION to its ELF default.
30808 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Do not
30809 check !HAVE_GNU_AS.
30810 * config/sparc/sparc.c (sparc_elf_asm_named_section):
30811 Likewise. Add ATTRIBUTE_UNUSED to prototype.
30812 * config.gcc (sparc*-*-linux*): Include sparc/gas.h
30813 after sparc/sysv4.h.
30815 2010-02-17 Dave Korn <dave.korn.cygwin@gmail.com>
30817 * config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
30819 2010-02-17 Steven Bosscher <steven@gcc.gnu.org>
30821 * gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
30822 patterns from predicated pattern.
30824 2010-02-17 Uros Bizjak <ubizjak@gmail.com>
30827 * config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
30828 for insn mnemonic suffix.
30830 2010-02-17 Richard Guenther <rguenther@suse.de>
30832 * tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
30835 2010-02-17 Jakub Jelinek <jakub@redhat.com>
30838 * caller-save.c (save_call_clobbered_regs): If BB ends with
30839 a DEBUG_INSN, move any notes in between last real insn and the last
30840 DEBUG_INSN after the last DEBUG_INSN.
30842 2010-02-16 Joern Rennecke <joern.rennecke@embecosm.com>
30844 * tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
30845 Fix return type. Fix argument type. Explain meaning of return value.
30847 2010-02-16 Richard Guenther <rguenther@suse.de>
30849 PR tree-optimization/41043
30850 * tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for real loops.
30851 (vrp_visit_assignment_or_call): Do not ask SCEV for regular
30853 (vrp_visit_phi_node): ... but only for loop PHI nodes.
30855 2010-02-16 Ira Rosen <irar@il.ibm.com>
30857 PR tree-optimization/43074
30858 * tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
30859 * tree-vect-loop.c (vect_analyze_loop_operations): Add
30860 vectorizable cycles in hybrid SLP check.
30861 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
30863 2010-02-16 Richard Guenther <rguenther@suse.de>
30865 * alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
30866 (true_dependence): If memrefs_conflict_p computes must-alias
30867 trust it. Move TBAA check after offset-based disambiguation.
30868 (canon_true_dependence): Likewise.
30870 2010-02-16 Alexandre Oliva <aoliva@redhat.com>
30872 * params.def (PARAM_MAX_VARTRACK_SIZE): New.
30873 * doc/invoke.texi: Document it.
30874 * var-tracking.c: Include toplev.h and params.h.
30875 (vt_find_locations): Return bool indicating success. Compute
30876 hash sizes unconditionally. Check new parameter, report.
30877 (variable_tracking_main_1): Check vt_find_locations results and
30878 retry. Renamed from...
30879 (variable_tracking_main): ... this. New wrapper to preserve
30880 flag_var_tracking_assignments.
30881 * Makefile.in (var-tracking.o): Adjust dependencies.
30883 2010-02-16 Jack Howarth <howarth@bromo.med.uc.edu>
30884 Jakub Jelinek <jakub@redhat.com>
30887 * config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
30888 if weak_import attribute is present.
30889 * config/darwin.c (machopic_select_section): Likewise.
30891 2010-02-15 Joern Rennecke <joern.rennecke@embecosm.com>
30893 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
30894 (TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
30895 (TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
30896 (TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
30898 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument
30901 * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
30902 Fix argument types.
30904 * doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
30905 Rewrite text to refer to the names.
30907 2010-02-15 Sebastian Pop <sebastian.pop@amd.com>
30909 * config/i386/i386-builtin-types.def
30910 (V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
30911 (V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
30912 (V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
30913 (V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
30914 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
30915 IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
30916 IX86_BUILTIN_VPERMIL2PS256.
30917 (MULTI_ARG_4_DF2_DI_I): Defined.
30918 (MULTI_ARG_4_DF2_DI_I1): Defined.
30919 (MULTI_ARG_4_SF2_SI_I): Defined.
30920 (MULTI_ARG_4_SF2_SI_I1): Defined.
30921 (bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
30922 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
30923 __builtin_ia32_vpermil2ps256.
30924 (ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
30925 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
30926 MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
30927 (ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
30928 MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
30929 MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
30930 CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
30931 CODE_FOR_xop_vpermil2v8sf3.
30932 * config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
30933 * config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
30934 * config/i386/xopintrin.h (_mm_permute2_pd): New.
30935 (_mm256_permute2_pd): New.
30936 (_mm_permute2_ps): New.
30937 (_mm256_permute2_ps): New.
30939 2010-02-15 Nick Clifton <nickc@redhat.com>
30941 * config/h8300/h8300.c (h8300_push_pop): Use bool type for
30942 boolean parameters. Use emit_jump_insn when emitting a pop
30943 instruction containing a return insn.
30944 (push): Use 'true' rather than '1' as second parameter to F.
30945 (h8300_expand_prologue): Likewise.
30946 Use 'true' and 'false' for boolean parameters to h8300_push_pop.
30947 (h8300_expand_epilogue): Likewise.
30949 2010-02-15 Richard Guenther <rguenther@suse.de>
30951 PR middle-end/43068
30952 * cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
30955 2010-02-15 Nick Clifton <nickc@redhat.com>
30957 * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
30960 2010-02-14 Marco Poletti <poletti.marco@gmail.com>
30962 * intl.c (fake_ngettext): New function.
30963 * intl.h (fake_ngettext): Declare.
30964 (ngettext): Define macro.
30965 * collect2.c (notice_translated): New function.
30966 (main): Use notice_translated and ngettext.
30967 * collect2.h (notice_translated): Declare.
30969 2010-02-14 Steven Bosscher <steven@gcc.gnu.org>
30971 * reorg.c (delete_computation): Comment fixes.
30972 * caller-save.c (setup_save_areas): Idem.
30973 * sel-sched-dump.c (dump_lv_set): Idem.
30976 2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30978 * config/s390/s390.c (s390_sched_init): New function.
30979 (TARGET_SCHED_INIT): Target hook defined.
30981 2010-02-12 Dave Korn <dave.korn.cygwin@gmail.com>
30982 Jack Howarth <howarth@bromo.med.uc.edu>
30983 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
30986 Partial revert of unintended change in fix for PR41605.
30987 * config/darwin.h: Fix typo.
30988 * config/darwin9.h: Same.
30990 2010-02-11 Jakub Jelinek <jakub@redhat.com>
30992 * c-pch.c (pch_init): Clear v.
30994 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
30996 PR middle-end/42930
30997 * graphite-scop-detection.c (graphite_can_represent_scev): Call
30998 graphite_can_represent_init for MULT_EXPR.
31000 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
31002 PR middle-end/42914
31003 PR middle-end/42530
31004 * graphite-sese-to-poly.c (remove_phi): New.
31005 (translate_scalar_reduction_to_array): Call remove_phi.
31007 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
31009 PR middle-end/42771
31010 * graphite-clast-to-gimple.c (gloog): Call rename_sese_parameters.
31011 * graphite-clast-to-gimple.h (gloog): Update declaration.
31012 * graphite-poly.c (new_scop): Clear POLY_SCOP_P.
31013 * graphite-poly.h (struct poly_bb): Add missing comments.
31014 (struct scop): Add poly_scop_p field.
31015 (POLY_SCOP_P): New.
31016 * graphite-sese-to-poly.c (build_poly_scop): Set POLY_SCOP_P.
31017 * graphite.c (graphite_transform_loops): Build the polyhedral
31018 representation for each scop before code generation.
31019 * sese.c (rename_variables_in_operand): Removed.
31020 (rename_variables_in_expr): Return the renamed expression.
31021 (rename_sese_parameters): New.
31022 * sese.h (rename_sese_parameters): Declared.
31024 2010-02-11 Richard Guenther <rguenther@suse.de>
31026 PR tree-optimization/42998
31027 * tree-ssa-pre.c (create_expression_by_pieces): Treat
31028 POINTER_PLUS_EXPR properly.
31030 2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
31031 Changpeng Fang <changpeng.fang@amd.com>
31033 PR middle-end/40886
31034 * tree-ssa-loop-ivopts.c (determine_use_iv_cost_condition): Decrement
31035 the cost of an IV candidate when the IV is used in a test against zero.
31037 * gcc.dg/tree-ssa/ivopts-3.c: New.
31039 2010-02-11 Richard Guenther <rguenther@suse.de>
31042 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
31043 pointer-vs-decl case by swapping refs. Handle some cases
31044 of pointer-vs-decl disambiguations more conservatively.
31045 * cfgexpand.c (gimple_expand_cfg): Set gimple_df->in_ssa_p
31046 to false after expanding.
31048 2010-02-11 Richard Guenther <rguenther@suse.de>
31051 * gcc.c (process_command): Handle LTO file@offset case more
31054 2010-02-11 Jakub Jelinek <jakub@redhat.com>
31056 * reload1.c (eliminate_regs_1): If insn is DEBUG_INSN, avoid any
31057 modifications outside of the DEBUG_INSN. Accept CLOBBERs inside
31059 (eliminate_regs_in_insn): Eliminate regs even in DEBUG_INSNs.
31061 * dwarf2out.c (mem_loc_descriptor) <case MEM>: Use DW_OP_deref_size
31062 if MEM's mode size isn't DWARF2_ADDR_SIZE.
31063 (mem_loc_descriptor) <do_scompare>: Allow also VOIDmode arguments.
31064 Optimize eq/ne comparisons when both arguments are known to be
31066 (mem_loc_descriptor) <do_ucompare>: Allow also VOIDmode arguments.
31067 Don't mask operands unnecessarily if they are known to be already
31070 2010-02-10 Vladimir Makarov <vmakarov@redhat.com>
31072 * ira-conflicts.c (add_insn_allocno_copies): Use find_reg_note
31075 2010-02-10 Richard Guenther <rguenther@suse.de>
31077 PR tree-optimization/43017
31078 * tree-vrp.c (vrp_int_const_binop): Trust int_const_binop
31079 for wrapping signed arithmetic.
31081 2010-02-10 Jakub Jelinek <jakub@redhat.com>
31084 * dwarf2out.c (retry_incomplete_types): Don't call gen_type_die
31085 if no debug info should be emitted for it.
31087 2010-02-10 Kaz Kojima <kkojima@gcc.gnu.org>
31089 * config/sh/sh.c (find_barrier): Skip call insn with a REG_EH_REGION
31090 note when flag_exceptions is set.
31092 2010-02-10 Duncan Sands <baldrick@free.fr>
31094 * Makefile.in (PLUGIN_HEADERS): Add debug.h.
31096 2010-02-10 Richard Guenther <rguenther@suse.de>
31099 * tree.c (get_unwidened): Handle constants.
31100 * convert.c (convert_to_integer): Handle TRUNC_DIV_EXPR.
31102 2010-02-10 Martin Jambor <mjambor@suse.cz>
31105 * ipa-prop.c (ipa_update_after_lto_read): Count parameters and
31106 check for variable argument counts independently.
31108 2010-02-10 Christian Bruel <christian.bruel@st.com>
31111 * config/sh/sh.c (find_barrier): Increase length for non delayed
31112 conditional branches.
31114 2010-02-10 Christian Bruel <christian.bruel@st.com>
31116 * config/sh/sh.c (find_barrier): Don't emit a CP inside the GP setting.
31118 2010-02-10 Jakub Jelinek <jakub@redhat.com>
31120 * builtins.c (set_builtin_user_assembler_name): Also handle
31121 ffs if int is smaller than word.
31123 2010-02-09 Vladimir Makarov <vmakarov@redhat.com>
31125 PR middle-end/42973
31126 * ira-conflicts.c (get_dup): Remove.
31127 (process_reg_shuffles): Add new parameter. Use it as an
31128 additional guard for copy generation.
31129 (add_insn_allocno_copies): Rewrite.
31131 2010-02-09 Alexander Monakov <amonakov@ispras.ru>
31133 * common.opt (fsched2-use-traces): Preserved for backward
31135 * doc/invoke.texi: Remove the documentation about option
31136 -fsched2-use-traces.
31137 * sched-rgn.c (rest_of_handle_sched2): Remove usage of
31138 flag_sched2_use_traces.
31139 * opts.c (common_handle_option): Add OPT_fsched2_use_traces to
31140 the backward compatibility flag section.
31142 2010-02-09 Richard Guenther <rguenther@suse.de>
31144 PR tree-optimization/43008
31145 * tree-ssa-structalias.c (handle_lhs_call): Pass in the fndecl,
31146 make HEAP variables initialized from global memory if they
31147 are not known builtin functions.
31148 (find_func_aliases): Adjust.
31150 2010-02-09 Richard Guenther <rguenther@suse.de>
31152 PR tree-optimization/43000
31153 * tree-vrp.c (vrp_int_const_binop): Only handle unsigned
31154 arithmetic manually.
31156 2010-02-08 Jakub Jelinek <jakub@redhat.com>
31158 PR tree-optimization/42931
31159 * tree-loop-linear.c (try_interchange_loops): Don't call
31160 double_int_mul if estimated_loop_iterations failed.
31162 2010-02-08 Martin Jambor <mjambor@suse.cz>
31164 PR middle-end/42898
31165 * tree-sra.c (build_accesses_from_assign): Do not mark in
31166 should_scalarize_away_bitmap if stmt has volatile ops.
31167 (sra_modify_assign): Do not process assigns piecemeal if if stmt
31170 2010-02-08 Joern Rennecke <joern.rennecke@embecosm.com>
31172 * doc/tm.texi (TARGET_UNWIND_WORD_MODE): Document.
31174 2010-02-07 Adam Nemet <adambnmet@gmail.com>
31176 * config/mips/mips.md (*<optab>_trunc<mode>_exts): Fix comment
31177 before the pattern.
31179 2010-02-07 Andrew Pinski <pinskia@gmail.com>
31181 PR middle-end/42946
31182 * df-core.c (df_finish_pass): Change type of saved_flags to int.
31184 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
31186 PR middle-end/42988
31187 * graphite-dependences.c (dependence_polyhedron): Set PDDR_KIND
31188 to unknown_dependence.
31189 (graphite_legal_transform_dr): Handle the unknown_dependence.
31190 (graphite_carried_dependence_level_k): Same.
31192 2010-02-07 Sebastian Pop <sebastian.pop@amd.com>
31194 * ChangeLog.graphite: Remove testsuite/ or gcc/testsuite/.
31196 2010-02-07 Richard Guenther <rguenther@suse.de>
31198 PR middle-end/42991
31199 * expr.c (get_inner_reference): Always initialize *pbitsize.
31201 2010-02-07 Richard Guenther <rguenther@suse.de>
31203 PR middle-end/42956
31204 * gimplify.c (gimple_fold_indirect_ref): Avoid generating
31205 new ARRAY_REFs on variable size element or minimal index arrays.
31207 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Use
31208 gimple_fold_indirect_ref.
31210 2010-02-06 Richard Earnshaw <rearnsha@arm.com>
31213 * arm.c (arm_override_options): Just return if the user has specified
31214 an invalid fpu name.
31216 2010-02-03 Jason Merrill <jason@redhat.com>
31219 * config/i386/cygming.h (ASM_OUTPUT_DEF_FROM_DECLS): Call
31220 i386_pe_maybe_record_exported_symbol.
31222 2010-02-05 Steve Ellcey <sje@cup.hp.com>
31225 * config/pa/pa.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
31226 (pa_delegitimize_address): New function.
31228 2010-02-05 Ozkan Sezer <sezeroz@gmail.com>
31230 * config/i386/msformat-c.c (ms_printf_length_specs): Set the
31231 scalar_identity_flag for the size_t/ptrdiff_t %Id and %Iu specs.
31233 2010-02-05 Richard Guenther <rguenther@suse.de>
31236 * lto-streamer-in.c (get_resolution): Deal with references
31237 to undefined functions.
31239 2010-02-05 Richard Guenther <rguenther@suse.de>
31241 * tree-ssa-ccp.c (get_symbol_constant_value): Strip all conversions.
31242 (fold_const_aggregate_ref): Likewise.
31243 (ccp_fold_stmt): Substitute loads.
31244 (maybe_fold_reference): Verify types before substituting.
31246 (fold_gimple_assign): Unshare properly.
31247 (fold_stmt_1): Insert conversion if necessary before replacing the RHS.
31249 2010-02-05 Nathan Froyd <froydnj@codesourcery.com>
31251 * config/rs6000/rs6000.c (rs6000_override_options): Invert check
31252 for rs6000_gen_cell_microcode.
31254 2010-02-04 Richard Guenther <rguenther@suse.de>
31256 PR rtl-optimization/42952
31257 * dse.c (const_or_frame_p): Remove MEM handling.
31259 2010-02-04 Nick Clifton <nickc@redhat.com>
31261 * config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
31262 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
31263 (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
31264 (mn10300_asm_output_mi_thunk): New function.
31265 (mn10300_can_output_mu_thunk): New function.
31266 * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
31267 (FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
31268 (FUNCTION_ARG): Delete incorrect comment.
31270 2010-02-03 Jason Merrill <jason@redhat.com>
31273 * fold-const.c (operand_equal_p): Handle erroneous types.
31275 2010-02-03 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
31277 * config/h8300/h8300.md (can_delay): Fix attibute condition.
31279 2010-02-03 Vladimir Makarov <vmakarov@redhat.com>
31281 PR rtl-optimization/42941
31282 * sched-deps.c (setup_insn_reg_pressure_info): Use xcalloc instead
31285 2010-02-03 Jason Merrill <jason@redhat.com>
31288 * builtins.c (c_strlen): Use EXPR_LOCATION in diagnostics.
31290 2010-02-03 Alexandre Oliva <aoliva@redhat.com>
31293 * cselib.h (struct cselib_val_struct): Add uid. Rename value to hash.
31294 (cselib_reset_table): Renamed from...
31295 (cselib_reset_table_with_next_value): ... this.
31296 (cselib_get_next_uid): Renamed from...
31297 (cselib_get_next_unknown_value): ... this.
31298 * cselib.c (next_uid): Renamed from...
31299 (next_unknown_value): ... this.
31300 (cselib_clear_table): Adjust.
31301 (cselib_reset_table): Adjust. Renamed from...
31302 (cselib_reset_table_with_next_value): ... this.
31303 (cselib_get_next_uid): Adjust. Renamed from...
31304 (cselib_get_next_unknown_value): ... this.
31305 (get_value_hash): Use hash.
31306 (cselib_hash_rtx): Likewise.
31307 (new_cselib_val): Adjust. Set and dump uid.
31308 (cselib_lookup_mem): Pass next_uid as hash.
31309 (cselib_subst_to_values): Likewise.
31310 (cselib_log_lookup): Dump uid.
31311 (cselib_lookup): Pass next_uid as hash. Adjust.
31312 (cselib_process_insn): Adjust.
31313 (cselib_init): Initialize next_uid.
31314 (cselib_finish): Adjust.
31315 (dump_cselib_table): Likewise.
31316 * dse.c (canon_address): Dump value uid.
31317 * print-rtl.c (print_rtx): Print value uid.
31318 * var-tracking.c (VARIABLE_HASH_VAL): Dropped.
31320 (dv_uid): New function, sort of renamed from...
31321 (dv_htab_hash): ... this, reimplemented in terms of it and...
31322 (dv_uid2hash): ... this. New.
31323 (variable_htab_eq): Drop excess assertions.
31324 (tie_break_pointers): Removed.
31325 (canon_value_cmp): Compare uids.
31326 (variable_post_merge_New_vals): Print uids.
31327 (vt_add_function_parameters): Adjust.
31328 (vt_initialize): Reset table. Adjust.
31330 2010-02-03 Richard Guenther <rguenther@suse.de>
31332 PR tree-optimization/42944
31333 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Handle calloc.
31334 (call_may_clobber_ref_p_1): Likewise. Properly handle
31335 malloc and calloc clobbering errno.
31337 2010-02-03 Steven Bosscher <steven@gcc.gnu.org>
31339 * doc/invoke.texi: Fix name of sched1 dump.
31341 * opts.c (decode_options): Set flag_tree_switch_conversion
31342 only conditionally on optimize >= 2.
31344 * gcse.c: Assorted comment fixes in pass description.
31346 2010-02-03 Anthony Green <green@moxielogic.com>
31348 * config/moxie/moxie.c (moxie_asm_trampoline_template): Introduce
31349 nop padding in order to maintain alignment of storage location of
31350 target function address.
31351 (moxie_trampoline_init): Store target function address at newly
31353 * config/moxie/moxie.h (TRAMPOLINE_ALIGNMENT): Increase alignment
31355 (TRAMPOLINE_SIZE): Increase size by 2 bytes for alignment padding.
31357 2010-02-03 Richard Guenther <rguenther@suse.de>
31359 PR middle-end/42927
31360 * tree-cfg.c (verify_gimple_assign_binary): Fix shift verification.
31362 2010-02-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31364 * config.gcc: Reenable check for obsolete targets.
31365 Obsolete alpha*-dec-osf4*, alpha*-dec-osf5.0*, mips-sgi-irix5*,
31366 mips-sgi-irix6.[0-4]*.
31368 2010-02-02 Nick Clifton <nickc@redhat.com>
31370 * config/rx/rx.c (rx_is_legitimate_constant): Treat a maximum
31371 constant size of 4 as being the same as 0.
31372 * doc/invoke.texi (RX Options): Document that -mmax-constant-size
31373 can take values in the range 0..4.
31375 2010-02-02 Jack Howarth <howarth@bromo.med.uc.edu>
31378 * unwind-dw2-fde-darwin.c: Re-export _Unwind_FindEnclosingFunction()
31379 as _darwin10_Unwind_FindEnclosingFunction().
31380 * libgcc-libsystem.ver: New.
31382 2010-02-01 Vladimir Makarov <vmakarov@redhat.com>
31385 * sched-deps.c (sched_analyze_insn): Ignore fixed registers for
31386 implicitly set registers.
31388 2010-02-01 Richard Earnshaw <rearnsha@arm.com>
31390 * arm.c (FL_FOR_ARCH_7A): is also a superset of ARMv6K.
31391 (arm_override_options): Allow automatic selection of the thread
31392 pointer register if thumb2.
31393 (legitimize_pic_address): Improve code sequences for Thumb2.
31394 (arm_call_tls_get_addr): Likewise.
31395 (legitimize_tls_address): Likewise.
31396 * arm.md (pic_load_addr_arm): Delete. Replace with ...
31397 (pic_load_addr_32bit): ... this. New named pattern.
31398 * thumb2.md (pic_load_addr_thumb2): Delete.
31399 (pic_load_dot_plus_four): Delete.
31400 (tls_load_dot_plus_four): New named pattern.
31402 2010-02-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31405 * doc/install.texi (Specific): Add sparc-sun-solaris2.10 entry.
31406 Document fix for TLS bug.
31408 2010-01-31 Richard Guenther <rguenther@suse.de>
31410 * tree-sra.c (ptr_parm_has_direct_uses): Rewrite to be
31411 conservatively correct.
31413 2010-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
31417 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
31419 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
31421 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
31423 * doc/install.texi: Update recommended GMP/MPFR/MPC versions.
31425 2010-01-31 Kai Tietz <kai.tietz@onevision.com>
31427 * config.gcc: Adjust order of makefile fragments for mingw targets.
31429 2010-01-31 Richard Guenther <rguenther@suse.de>
31431 PR middle-end/42898
31432 * gimplify.c (gimplify_init_constructor): For volatile LHS
31433 initialize a temporary.
31435 2010-01-31 Matthias Klose <doko@ubuntu.com>
31437 * configure.ac: Fix __stack_chk_fail check for cross builds configured
31439 * configure: Regenerate.
31441 2010-01-29 Eric Botcazou <ebotcazou@adacore.com>
31443 * tree-ssa-alias.c (same_type_for_tbaa): Return -1 if the types have
31444 the same alias set and their sizes different constantness.
31445 (aliasing_component_refs_p): Revert 2009-10-24 change.
31447 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31449 * config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
31452 2010-01-29 Richard Guenther <rguenther@suse.de>
31454 * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
31455 Assert we successfully updated the call.
31457 2010-01-29 Jakub Jelinek <jakub@redhat.com>
31459 PR rtl-optimization/42889
31460 * df.h (df_set_bb_dirty_nonlr): New prototype.
31461 * df-core.c (df_set_bb_dirty_nonlr): New function.
31462 * df-scan.c (df_insn_rescan): Call it instead of
31463 df_set_bb_dirty for DEBUG_INSNs.
31465 2010-01-29 Richard Guenther <rguenther@suse.de>
31467 PR middle-end/37448
31468 * ipa-inline.c (cgraph_decide_inlining_incrementally): Avoid
31469 quadratic behavior in most cases.
31471 2010-01-28 Uros Bizjak <ubizjak@gmail.com>
31474 * config/i386/i386.c (ix86_expand_int_movcc): Convert tmp to SImode
31475 in the call to gen_x86_movsicc_0_m1.
31477 2010-01-28 Richard Guenther <rguenther@suse.de>
31479 PR tree-optimization/42871
31480 * tree-ssa-pre.c (phi_translate_set): Make sure to retain leaders.
31482 2010-01-28 Richard Guenther <rguenther@suse.de>
31484 * tree-ssa-ccp.c (ccp_fold_stmt): Fold calls and propagate
31485 into call arguments.
31487 2010-01-28 Richard Guenther <rguenther@suse.de>
31489 PR middle-end/42883
31490 * tree-cfgcleanup.c (remove_forwarder_block): Do not remove
31491 the forwarder if the destination is an EH landing pad.
31493 2010-01-28 Razya Ladelsky <razya@il.ibm.com>
31495 * tree-parloops.c (transform_to_exit_first_loop): Update the basic
31496 block list passed to gimple_duplicate_sese_tail.
31497 (parallelize_loops): Avoid parallelization when the function
31498 has_nonlocal_label.
31499 Avoid parallelization when the preheader is IRREDUCIBLE.
31500 Try to optimize when estimated_loop_iterations_int is unresolved.
31501 Add the loop's location to the dump file.
31502 * tree-cfg.c (add_phi_args_after_redirect): Remove.
31503 (gimple_duplicate_sese_tail): Remove the check for the latch.
31504 Redirect nexits to the exit block.
31505 Remove handling of the incoming edges to the latch.
31506 Redirect the backedge from the copied latch to the exit bb.
31508 2010-01-28 Michael Matz <matz@suse.de>
31511 * config/i386/i386.c (ix86_expand_vector_init_duplicate):
31512 Wrap force_reg into a sequence, emit it before user.
31514 2010-01-28 Stephen Thomas <stephen.thomas@arm.com>
31516 * config/arm/arm.md (bswapsi2): Add support for bswapsi2.
31518 (arm_legacy_rev): Likewise.
31519 (thumb_legacy_rev): Likewise.
31521 2010-01-27 Jakub Jelinek <jakub@redhat.com>
31523 * dwarf2out.c (mem_loc_descriptor): Remove special casing of
31524 CONSTANT_POOL_ADDRESS_P SYMBOL_REFs. If for MEM recursive call
31525 on MEM's address failed, try avoid_constant_pool_reference and
31526 recurse if it returned something different.
31527 (loc_descriptor): If for MEM mem_loc_descriptor failed on the
31528 address, try avoid_constant_pool_reference and recurse if it
31529 returned something different.
31530 (dw_loc_list_1): If for MEM mem_loc_descriptor failed on the
31531 address and avoid_constant_pool_reference returned something
31532 different, don't set have_address.
31534 2010-01-27 Alexandre Oliva <aoliva@redhat.com>
31537 * var-tracking.c (val_store): Add modified argument, obey it.
31539 (count_uses): Move down logging of main.
31540 (compute_bb_dataflow): Use val_store for MO_VAL_USEs that
31541 don't need resolution.
31542 (emit_notes_in_bb): Likewise.
31544 2010-01-27 Richard Guenther <rguenther@suse.de>
31546 PR middle-end/42878
31547 * tree-inline.c (remap_decl): Delay remapping of SSA name
31548 default definitions until we need them.
31550 2010-01-27 Jakub Jelinek <jakub@redhat.com>
31552 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Redefine.
31553 (rs6000_delegitimize_address): New function.
31555 * config/s390/s390.c (s390_delegitimize_address): Call
31556 delegitimize_mem_from_attrs.
31558 PR middle-end/42874
31559 * tree-inline.c (cannot_copy_type_1): Removed.
31560 (copy_forbidden): Don't forbid copying of functions containing
31561 records/unions with variable length fields.
31563 2010-01-27 Christian Bruel <christian.bruel@st.com>
31567 * config/sh/sh.c (find_barrier): Increase length for non delayed
31568 conditional branches.
31570 2010-01-27 Matthias Klose <doko@ubuntu.com>
31572 * configure.ac (gnu-unique-object): Fix ldd version check.
31573 * configure: Regenerate.
31575 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31577 * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
31579 * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
31580 Test for HAVE_GNU_AS value.
31582 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
31584 * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
31585 * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
31586 INT64_TYPE): Define.
31587 (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
31588 (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
31589 INT_LEAST64_TYPE): Define.
31590 (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
31591 UINT_LEAST64_TYPE): Define.
31592 (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
31593 INT_FAST64_TYPE): Define.
31594 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
31595 UINT_FAST64_TYPE): Define.
31596 (INTMAX_TYPE, UINTMAX_TYPE): Define.
31597 (INTPTR_TYPE, UINTPTR_TYPE): Define.
31598 (SIG_ATOMIC_TYPE): Define.
31600 2010-01-26 Richard Guenther <rguenther@suse.de>
31602 * df-scan.c (df_scan_set_bb_info): Remove assert.
31603 (df_insn_rescan_debug_internal): Merge asserts.
31604 (df_install_ref): Likewise.
31605 (df_mark_reg): Use bitmap_set_range.
31606 (df_hard_reg_used_p): Remove assert.
31607 (df_hard_reg_used_count): Likewise.
31609 2010-01-26 Richard Guenther <rguenther@suse.de>
31611 PR rtl-optimization/42685
31612 * web.c (web_main): Ignore DEBUG_INSNs.
31614 2010-01-26 Joern Rennecke <amylaar@spamcop.net>
31616 * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
31618 (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
31619 Fix types of fndecl and arglist parameters.
31621 2010-01-26 Richard Guenther <rguenther@suse.de>
31623 PR middle-end/42806
31624 * tree-eh.c (unsplit_eh): Skip debug insns.
31626 2010-01-26 Richard Guenther <rguenther@suse.de>
31628 PR tree-optimization/42250
31629 * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
31631 2010-01-26 Jakub Jelinek <jakub@redhat.com>
31634 * omp-low.c (expand_omp_sections): Only use single_pred if
31635 l2_bb is single_pred_p.
31637 2010-01-25 Christian Bruel <christian.bruel@st.com>
31640 * config/sh/sh.c (find_barrier): Increase length for non delayed
31641 conditional branches.
31642 (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
31644 2010-01-24 David S. Miller <davem@davemloft.net>
31646 * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
31647 define if not using GAS.
31648 * config/sparc/sparc.c (sparc_elf_asm_named_section):
31649 Likewise. Delete SECTION_MERGE code, which is only applicable
31652 2010-01-24 Mark Mitchell <mark@codesourcery.com>
31655 * config/arm/arm.c (arm_mangle_type): Do not warn about changes to
31656 mangling of va_list in system headers.
31658 2010-01-23 Toon Moene <toon@moene.org>
31660 * tree-predcom.c (combine_chains): Return NULL, not false.
31662 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
31664 * tree-loop-distribution.c (distribute_loop): Fix declaration and
31665 initialization of variable res to agree with return type.
31667 2010-01-22 Steve Ellcey <sje@cup.hp.com>
31669 * Makefile.in (tree-sra.o): Add $(EXPR_H) dependency.
31670 * tree-sra.c: Add include of expr.h.
31672 2010-01-22 Jakub Jelinek <jakub@redhat.com>
31674 * tree-into-ssa.c (maybe_register_def): If stmt ends the bb,
31675 insert the debug stmt on the single non-EH edge from the stmt.
31677 2010-01-22 Richard Henderson <rth@redhat.com>
31680 * tree-sra.c (sra_modify_assign): Delay re-gimplification of
31681 the RHS until after generate_subtree_copies has insertted its
31682 code before the current statement.
31684 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
31686 * doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
31688 * gcc-plugin.h (plugin_init): Use "C" likage for c++.
31690 2010-01-21 Martin Jambor <mjambor@suse.cz>
31692 PR tree-optimization/42585
31693 * tree-sra.c (struct access): New field grp_total_scalarization.
31694 (dump_access): Dump the new field.
31695 (should_scalarize_away_bitmap): New variable.
31696 (cannot_scalarize_away_bitmap): Likewise.
31697 (sra_initialize): Allocate new bitmaps.
31698 (sra_deinitialize): Free new bitmaps.
31699 (create_access_1): New function.
31700 (create_access): Parts moved to create_access_1.
31701 (type_consists_of_records_p): New function.
31702 (completely_scalarize_record): Likewise.
31703 (build_access_from_expr): Set bit in cannot_scalarize_away_bitmap.
31704 (build_accesses_from_assign): Set bits in should_scalarize_away_bitmap.
31705 (sort_and_splice_var_accesses): Hint groups with a total_scalarization
31707 (analyze_all_variable_accesses): Completely scalarize small eligible
31710 2010-01-21 Martin Jambor <mjambor@suse.cz>
31712 * tree-sra.c (build_ref_for_offset_1): Allow for zero size fields.
31714 2010-01-21 Andrew Haley <aph@redhat.com>
31716 * gcc.c (process_command): Move lang_specific_driver before
31717 setting cc_libexec_prefix.
31719 2010-01-21 Richard Guenther <rguenther@suse.de>
31721 PR middle-end/19988
31722 * fold-const.c (negate_expr_p): Pretend only negative
31723 real constants are easily negatable.
31725 2010-01-20 Janis Johnson <janis187@us.ibm.com>
31726 Jason Merrill <jason@redhat.com>
31728 * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
31729 (TYPE_TRANSPARENT_AGGR): this, for union and record.
31730 * calls.c (initialize argument_information): Handle it.
31731 * c-common.c (handle_transparent_union_attribute): Use new name.
31732 * c-decl.c (finish_struct): Ditto.
31733 * c-typeck.c (type_lists_compatible_p): Ditto.
31734 (convert_for_assignment): Use new name and also handle record.
31735 * function.c (aggregate_value_p): Handle it.
31736 (pass_by_reference): Ditto.
31737 (assign_parm_data_types): Ditto.
31738 * print-tree.c (print_node): Ditto.
31739 * lto-streamer-in.c (unpack_ts_type_value_fields): Ditto.
31740 * lto-streamer-out.c (pack_ts_type_value_fields): Ditto.
31741 * tree.c (first_field): New fn.
31743 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
31746 * config/i386/cygwin.h (CXX_WRAP_SPEC_LIST): Always apply wrappers,
31747 even when linking statically, for now.
31749 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
31752 * var-tracking.c (use_type): Choose MO_VAL_SET for REGs set
31753 without a cselib val.
31754 (count_uses): Accept MO_VAL_SET with no val on stores.
31755 (add_stores): Likewise.
31757 2010-01-20 Jakub Jelinek <jakub@redhat.com>
31759 * var-tracking.c (check_value_val): Add a compile time assertion.
31760 (dv_is_decl_p): Simplify.
31761 (dv_as_decl, dv_as_value, dv_from_decl, dv_from_value): Only use
31762 gcc_assert if ENABLE_CHECKING.
31764 2010-01-20 Alexandre Oliva <aoliva@redhat.com>
31767 * var-tracking.c: Include tree-flow.h.
31768 (mem_dies_at_call): New.
31769 (dataflow_set_preserve_mem_locs): Use it.
31770 (dataflow_set_remove_mem_locs): Likewise.
31771 (dump_var): Renamed from dump_variable. Adjust all callers.
31772 (dump_var_slot): Renamed from dump_variable_slot. Likewise.
31773 * Makefile.in (var-tracking.o): Adjust deps.
31775 2010-01-20 Joern Rennecke <amylaar@spamcop.net>
31777 * doc/tm.texi (TARGET_SCHED_SET_SCHED_FLAGS): Fix argument list.
31779 2010-01-20 Richard Guenther <rguenther@suse.de>
31781 PR tree-optimization/42717
31782 * tree-ssa-dce.c (get_live_post_dom): Remove.
31783 (forward_edge_to_pdom): Take an arbitrary edge to copy
31784 degenerate PHI args from.
31785 (remove_dead_stmt): Use the first post-dominator even if it
31786 does not contain live statements as redirection destination.
31788 2010-01-20 Richard Guenther <rguenther@suse.de>
31790 * tree-inline.c (estimate_num_insns): Handle EH builtins.
31792 2010-01-20 Jakub Jelinek <jakub@redhat.com>
31794 * sel-sched.c (create_speculation_check): Remove set but not used
31796 (try_transformation_cache): Remove set but not used variable ds.
31797 (calculate_privileged_insns): Remove set but not used variables
31798 cur_insn and min_spec_insn.
31799 (find_best_expr): Remove set but not used variable avail_n.
31800 * tree-predcom.c (base_names_in_chain_on): Remove set but not used
31802 * cgraphunit.c (assemble_thunk): Remove set but not used variable
31804 * haifa-sched.c (remove_notes): Remove set but not used variable prev.
31805 * graphite-clast-to-gimple.c (gloog): Remove set but not used variable
31806 new_scop_exit_edge.
31808 2010-01-20 Felyza Wishbringer <fwishbringer@gmail.com>
31811 * config.gcc (i[34567]86-*-*): Fix handling of athlon64 and athlon-fx
31812 cpu types. Add support for *-sse3 cpu types.
31813 (x86_64-*-*): Ditto.
31815 2010-01-20 Jakub Jelinek <jakub@redhat.com>
31817 PR middle-end/42803
31818 * varasm.c (narrowing_initializer_constant_valid_p): Add CACHE
31819 argument, call initializer_constant_valid_p_1 instead of
31820 initializer_constant_valid_p, pass CACHE to it, return NULL
31821 immediately if first call returns NULL.
31822 (initializer_constant_valid_p_1): New function.
31823 (initializer_constant_valid_p): Use it.
31825 2010-01-20 Thomas Quinot <quinot@adacore.com>
31827 * tree.def (PLACEHOLDER_EXPR): Fix comment.
31829 2010-01-20 Jakub Jelinek <jakub@redhat.com>
31831 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_mod for UMOD instead
31832 of MOD, handle MOD using DW_OP_{over,over,div,mul,minus}.
31833 (loc_list_from_tree): Don't handle unsigned division. Handle
31834 signed modulo using DW_OP_{over,over,div,mul,minus}.
31835 * unwind-dw2.c (execute_stack_op): Handle DW_OP_mod using unsigned
31836 modulo instead of signed.
31838 2010-01-20 DJ Delorie <dj@redhat.com>
31840 * config/h8300/h8300.c (F): Add "in_epilogue" flag.
31842 (h8300_emit_stack_adjustment): Propogate it.
31844 (h8300_expand_prologue): Likewise.
31845 (h8300_expand_epilogue): Likewise.
31847 2010-01-19 Michael Matz <matz@suse.de>
31849 PR tree-optimization/41783
31850 * tree-data-ref.c (toplevel): Include flags.h.
31851 (dump_data_dependence_relation): Also dump the inputs if the
31852 result will be unknown.
31853 (split_constant_offset_1): Look through some conversions.
31854 * tree-predcom.c (determine_roots_comp): Restart a new chain if
31855 the offset from last element is too large.
31856 (ref_at_iteration): Deal also with MISALIGNED_INDIRECT_REF.
31857 (reassociate_to_the_same_stmt): Handle vector registers.
31858 * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
31859 (e.g. conversions).
31860 * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
31861 wide_prolog_niters argument, emit widening instructions.
31862 (vect_do_peeling_for_alignment): Adjust caller, use widened
31863 variant of the iteration cound.
31864 * Makefile.in (tree-data-ref.o): Add $(FLAGS_H).
31866 2010-01-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
31869 * config/arm/neon-testgen.m (emit_automatics): New parameter
31870 features. Adjust for Fixed_return_reg feature.
31871 (test_intrinsic): Call emit_automatics with new feature.
31872 * config/arm/neon.ml: Update copyright years.
31873 (features): New Fixed_return_reg feature.
31874 (ops): Update feature for Vget_low.
31876 2010-01-19 Jakub Jelinek <jakub@redhat.com>
31878 PR tree-optimization/42719
31879 * tree-outof-ssa.c (trivially_conflicts_p): Don't consider debug
31883 * fwprop.c (all_uses_available_at): Return false if def_set dest
31884 is a REG that is used in def_insn.
31886 2010-01-19 Joern Rennecke <amylaar@spamcop.net>
31888 * doc/tm.texi (TARGET_FIXED_CONDITION_CODE_REGS): Add argument names.
31890 (TARGET_CC_MODES_COMPATIBLE): Put return value in braces.
31891 Add argument names.
31893 (TARGET_SCHED_INIT_SCHED_CONTEXT): Clarify language.
31895 * target.h (struct gcc_target) <secondary_reload>: Change type
31896 of last argument to secondary_reload_info *.
31898 2010-01-18 Uros Bizjak <ubizjak@gmail.com>
31901 * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
31902 memory references with unaligned offsets. Remove CQImode handling.
31903 (unaligned_memory_operand): Return 1 for memory references with
31904 unaligned offsets. Remove CQImode handling.
31906 2010-01-18 Richard Guenther <rguenther@suse.de>
31908 PR middle-end/39954
31909 * cfgexpand.c (expand_call_stmt): TER pointer arguments in
31912 2010-01-18 Richard Guenther <rguenther@suse.de>
31914 PR tree-optimization/42781
31915 * tree-ssa-structalias.c (find_what_var_points_to): Skip
31916 restrict processing only if the original variable was artificial.
31918 2010-01-18 Joern Rennecke <amylaar@spamcop.net>
31920 * doc/tm.texi (TARGET_ASM_FUNCTION_EPILOGUE): Update text on where to
31921 find number of popped argument bytes.
31923 (TARGET_INVALID_WITHIN_DOLOOP): Put return value in braces.
31924 Fix the text that describes the return value for invalid insns.
31926 (TARGET_SCHED_NEEDS_BLOCK_P): Fix return type. Fix argument list.
31928 (TARGET_SCHED_IS_COSTLY_DEPENDENCE): Fix argument types.
31929 Clarify what 'cost of the -dependence' is. Fix quoting.
31931 * toplev.c (default_get_pch_validity): Rename argument to "sz".
31932 * doc/tm.texi (TARGET_GET_PCH_VALIDITY): Likewise.
31934 2010-01-17 Jakub Jelinek <jakub@redhat.com>
31936 * dwarf2out.c (mem_loc_descriptor): Don't ICE on
31937 {S,U}S_{PLUS,MINUS,NEG,ABS,ASHIFT}.
31939 2010-01-17 Richard Guenther <rguenther@suse.de>
31941 PR middle-end/42248
31942 * function.c (split_complex_args): Take a VEC to modify.
31943 (assign_parms_augmented_arg_list): Build a VEC instead of
31944 a chain of PARM_DECLs.
31945 (assign_parms_unsplit_complex): Take a VEC of arguments.
31946 Do not fixup unmodified parms.
31947 (assign_parms): Deal with the VEC.
31948 (gimplify_parameters): Likewise.
31950 2010-01-17 Richard Guenther <rguenther@suse.de>
31952 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI
31953 node existence check.
31954 * tree-vect-loop.c (vect_analyze_loop_form): Likewise.
31955 * tree-cfgcleanup.c (merge_phi_nodes): Likewise.
31956 * tree-ssa-dce.c (forward_edge_to_pdom): Likewise.
31957 * tree-cfg.c (gimple_execute_on_growing_pred): Likewise.
31958 (gimple_execute_on_growing_pred): Likewise.
31960 2010-01-17 Richard Guenther <rguenther@suse.de>
31962 PR tree-optimization/42773
31963 * tree-ssa-pre.c (phi_translate_set): Fix check for PHI node existence.
31964 (compute_antic_aux): Likewise.
31965 (compute_partial_antic_aux): Likewise.
31967 2010-01-17 Jie Zhang <jie.zhang@analog.com>
31970 * dwarf2out.c (mem_loc_descriptor): Handle SS_TRUNCATE
31973 2010-01-17 Joern Rennecke <amylaar@spamcop.net>
31975 * doc/tm.texi (TARGET_INIT_LIBFUNCS): Put @findex entries in order of
31978 (TARGET_LEGITIMATE_ADDRESS_P): Add return type.
31979 Fix markup for strict argument.
31981 (TARGET_SCHED_REORDER2): Fix argument types.
31983 (TARGET_SCHED_DFA_PRE_CYCLE_INSN): Fix return type.
31984 (TARGET_SCHED_DFA_POST_CYCLE_INSN): Likewise.
31986 (TARGET_SCHED_DFA_PRE_ADVANCE_CYCLE): Fix name.
31987 (TARGET_SCHED_DFA_POST_ADVANCE_CYCLE): Likewise.
31989 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD):
31992 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Remove duplicate documentation.
31993 (TARGET_SCHED_INIT_SCHED_CONTEXT): Likewise.
31994 (TARGET_SCHED_SET_SCHED_CONTEXT): Likewise.
31995 (TARGET_SCHED_CLEAR_SCHED_CONTEXT): Likewise.
31996 (TARGET_SCHED_FREE_SCHED_CONTEXT): Likewise.
31998 (TARGET_SCHED_SET_SCHED_CONTEXT): Fix typo.
32000 (TARGET_SCHED_GEN_SPEC_CHECK): Fix name.
32002 (TARGET_ASM_RELOC_RW_MASK): Add return type.
32003 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Fix return type.
32005 (TARGET_STRIP_NAME_ENCODING): Fix markup of return type and parameter.
32007 (TARGET_ASM_FILE_START): Put @findex before paragraph start.
32010 (TARGET_ASM_NAMED_SECTION): Fix argument list.
32012 (TARGET_HAVE_NAMED_SECTIONS): Use @deftypevr.
32013 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Likewise.
32015 (TARGET_ASM_RECORD_GCC_SWITCHES_SECTION): Use @deftypevr.
32017 (TARGET_ASM_ASSEMBLE_VISIBILITY): Fix argument types.
32019 (TARGET_ASM_MARK_DECL_PRESERVED): Fix argument and markup
32020 referring to it. Fix language.
32022 (TARGET_HAVE_CTORS_DTORS): Use @deftypevr.
32024 (TARGET_ASM_FINAL_POSTSCAN_INSN): Adjust name of first argument.
32026 (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument types.
32028 (TARGET_ASM_EMIT_EXCEPT_TABLE_LABEL): Add type to argument.
32030 (TARGET_UNWIND_EMIT): Remove space between 'FILE *' and
32031 '@var{stream}. Remove stray 'and'.
32033 (TARGET_ARM_EABI_UNWINDER): Use @deftypevr.
32035 (TARGET_ASM_OUTPUT_DWARF_DTPREL): Adjust name of first argument.
32037 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
32039 (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
32040 misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
32042 (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.
32043 Fix description of return value.
32044 Rename argument "sz" to "len."
32046 (TARGET_CXX_GUARD_MASK_BIT): Add missing article.
32047 Clarify meaning of 'true' return value.
32049 (TARGET_SHIFT_TRUNCATION_MASK): Fix return type.
32051 (TARGET_MODE_REP_EXTENDED): Fix two inconsisent uses of
32052 rep_mode versus mode_rep.
32054 (TARGET_HANDLE_PRAGMA_EXTERN_PREFIX): Document.
32056 (TARGET_BUILTIN_DECL): Fix name.
32058 (TARGET_COMMUTATIVE_P): Fix type of first argument.
32060 (TARGET_SET_CURRENT_FUNCTION): Mention possibility of cfun being NULL.
32062 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Fix return type.
32064 (TARGET_USE_LOCAL_THUNK_ALIAS_P): Document as macro instead of hook.
32066 (TARGET_RELAXED_ORDERING): Use @deftypevr.
32068 (TARGET_GET_DRAP_RTX): Note that this is a hook.
32071 (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
32072 Rename argument tm_fn to md_fn.
32074 (TARGET_OPTION_PRINT): Fix argument list.
32076 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
32079 * config/i386/i386.c (ix86_fixup_binary_operands):
32080 Revert FMA4 fixup of operands.
32082 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32085 * Makefile.in (write_entries_to_file, install-plugin):
32086 Use \012 instead of \n with tr.
32088 2010-01-16 Richard Sandiford <r.sandiford@uk.ibm.com>
32090 * configure.ac (HAVE_AS_REF): New C macro.
32091 * configure: Regenerate.
32092 * config.in: Likewise.
32093 * collect2.c (main): Only postpone SCAN_DWEH to the second pass
32095 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Only define
32098 2010-01-16 Joern Rennecke <amylaar@spamcop.net>
32100 * doc/tm.texi (TARGET_USE_BLOCKS_FOR_CONSTANT_P): Fix argument types.
32102 (TARGET_SUPPORT_VECTOR_MISALIGNMENT): Fix argument types.
32104 (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Fix argument types.
32106 (TARGET_SCHED_ALLOC_SCHED_CONTEXT): Put 'void *' in braces.
32108 (TARGET_IN_SMALL_DATA_P): Fix argument type.
32110 (TARGET_BINDS_LOCAL_P): Fix argument type.
32112 (TARGET_ASM_FILE_END): Use prototype.
32114 (TARGET_ASM_RECORD_GCC_SWITCHES): Don't put 'int' in braces.
32116 (TARGET_DWARF_CALLING_CONVENTION): Fix argument type.
32118 (TARGET_COMP_TYPE_ATTRIBUTES): Fix argument types.
32120 (TARGET_VALID_DLLIMPORT_ATTRIBUTE_P): Fix argument type.
32122 (TARGET_EMUTLS_VAR_ALIGN_FIXED): Don't put 'bool' in braces.
32123 (TARGET_EMUTLS_DEBUG_FORM_TLS_ADDRESS): Likewise.
32125 (TARGET_PCH_VALID_P): Put 'const char *' in braces.
32126 (TARGET_CHECK_PCH_TARGET_FLAGS): Likewise.
32128 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Don't put 'bool' in braces.
32129 (TARGET_ADDR_SPACE_SUBSET_P): Likewise.
32130 (TARGET_ADDR_SPACE_LEGITIMIZE_ADDRESS): Don't put 'rtx' in braces.
32131 (TARGET_ADDR_SPACE_CONVERT): Likewise.
32133 (TARGET_CASE_VALUES_THRESHOLD): Put 'unsigned int' in braces.
32135 (TARGET_MACHINE_DEPENDENT_REORG: Use prototype.
32137 (TARGET_INIT_BUILTINS): Use prototype.
32139 (TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN):
32140 Put 'const char *' in braces. Fix parameter types.
32141 (TARGET_INVALID_CONVERSION): Fix parameter types.
32142 (TARGET_INVALID_UNARY_OP, TARGET_INVALID_BINARY_OP): Likewise.
32143 (TARGET_INVALID_PARAMETER_TYPE, TARGET_INVALID_RETURN_TYPE): Likewise.
32145 (TARGET_PROMOTED_TYPE): Remove braces around 'tree'.
32148 (TARGET_CONVERT_TO_TYPE): Remove braces around 'tree'.
32150 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Remove braces around 'bool'.
32152 2010-01-15 Joern Rennecke <amylaar@spamcop.net>
32154 * doc/tm.texi (TARGET_HELP): Fix return type.
32156 (TARGET_PROMOTE_FUNCTION_MODE): Put 'enum machine_mode'
32157 in braces. Fix argument types.
32159 (TARGET_LIBGCC_CMP_RETURN_MODE): Use prototype.
32161 (TARGET_LIBGCC_SHIFT_COUNT_MODE): Use prototype.
32163 (TARGET_MS_BITFIELD_LAYOUT_P): Fix argument type.
32165 (TARGET_DECIMAL_FLOAT_SUPPORTED_P): Don't put 'bool' in braces.
32166 (TARGET_FIXED_POINT_SUPPORTED_P): Likewise.
32168 (TARGET_MANGLE_TYPE): Fix argument types.
32170 (TARGET_IRA_COVER_CLASSES): Use prototype.
32172 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Fix return type. Use prototype.
32174 (TARGET_CAN_ELIMINATE): Use identifiers for argument names.
32176 (TARGET_PROMOTE_PROTOTYPES): Fix argument type.
32178 (TARGET_MUST_PASS_IN_STACK): Fix argument type.
32180 (TARGET_CALLEE_COPIES): Fix argument types.
32182 (TARGET_SPLIT_COMPLEX_ARG): Fix argument type.
32184 (TARGET_GIMPLIFY_VA_ARG_EXPR): Fix argument types.
32186 (TARGET_FUNCTION_VALUE): Fix argument types.
32188 (TARGET_RETURN_IN_MSB): Fix argument type.
32190 (TARGET_RETURN_IN_MEMORY): Fix argument types.
32192 (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Fix argument types.
32194 (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.
32196 (TARGET_STRICT_ARGUMENT_NAMING): Make literal in text
32197 agree with return type.
32199 (TARGET_PRETEND_OUTGOING_VARARGS_NAMED): Add Prototype.
32201 2010-01-15 Jing Yu <jingyu@google.com>
32203 PR rtl-optimization/42691
32204 * combine.c (try_combine): Set changed_i3_dest to 1 when I2 and I3 set
32205 a pseudo to a constant and are merged, and adjust comments.
32207 2010-01-15 Eric Botcazou <ebotcazou@adacore.com>
32209 * config/i386/sse.md (avx_vperm2f128<mode>3): Fix typo.
32211 2010-01-15 Richard Guenther <rguenther@suse.de>
32213 PR middle-end/42739
32214 * tree-cfgcleanup.c (remove_forwarder_block): Move destination
32215 labels of computed or non-local gotos to the destination.
32216 * tree-cfg.c (gimple_verify_flow_info): Verify that a EH
32217 landing pad label is the first label.
32219 2010-01-15 Richard Guenther <rguenther@suse.de>
32221 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru.
32223 2010-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
32226 * config/rs6000/rs6000.md (sqrtdf2): Split into expander and insn
32227 to allow generation of the xssqrtdp instruction on power7.
32228 (sqrtdf2_fpr): Ditto.
32230 2010-01-14 Jakub Jelinek <jakub@redhat.com>
32232 PR middle-end/42674
32233 * c-decl.c (finish_function): Don't emit -Wreturn-type warnings in
32234 functions with noreturn attribute.
32237 * varasm.c (declare_weak): Add weak attribute to decl if it
32238 doesn't have one already.
32239 (assemble_external): Only add decls to weak_decls if they also
32240 have weak attribute.
32242 2010-01-14 Alexandre Oliva <aoliva@redhat.com>
32244 * var-tracking.c (var_reg_delete): Don't delete the association
32245 between REGs and values or one-part variables if the register
32248 2010-01-14 Jakub Jelinek <jakub@redhat.com>
32251 * tree-inline.c (copy_debug_stmt): Don't reset debug stmt just
32252 because its first operand is a non-localized variable.
32254 2010-01-14 Martin Jambor <mjambor@suse.cz>
32256 PR tree-optimization/42706
32257 * tree-sra.c (encountered_recursive_call): New variable.
32258 (encountered_unchangable_recursive_call): Likewise.
32259 (sra_initialize): Initialize both new variables.
32260 (callsite_has_enough_arguments_p): New function.
32261 (scan_function): Call decl and flags check only for IPA-SRA, check
32262 whether there is a recursive call and whether it has enough arguments.
32263 (all_callers_have_enough_arguments_p): New function.
32264 (convert_callers): Look for recursive calls only when
32265 encountered_recursive_call is set.
32266 (ipa_early_sra): Bail out either if
32267 !all_callers_have_enough_arguments_p or
32268 encountered_unchangable_recursive_call.
32270 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32272 * sel-sched.c: Add 2010 to copyright years.
32273 * sel-sched-ir.c: Likewise.
32274 * sel-sched-ir.h: Likewise.
32276 2010-01-14 Martin Jambor <mjambor@suse.cz>
32278 PR tree-optimization/42714
32279 * tree-sra.c (sra_ipa_modify_assign): Handle incompatible-type
32280 constructors specially.
32282 2010-01-14 Andi Kleen <ak@linux.intel.com>
32284 * config/i386/drivers-i386.c (detect_caches_intel):
32285 Add l2sizekb parameter and fill in.
32286 (host_detect_local_cpu): Add l2sizekb, fill in.
32287 Add Atom small cache heuristic.
32289 2010-01-14 Andi Kleen <ak@linux.intel.com>
32291 * config/i386/drivers-i386.c (detect_caches_cpuid4):
32292 Add level3 parameter and fill in.
32293 (detect_caches_intel): Handle level3 cache.
32295 2010-01-14 Andi Kleen <ak@linux.intel.com>
32297 * config/i386/drivers-i386.c (host_detect_local_cpu):
32298 Fix core duo detection.
32300 2010-01-14 Andi Kleen <ak@linux.intel.com>
32302 * config/i386/drivers-i386.c (host_detect_local_cpu):
32303 Fix Atom detection.
32305 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32307 * config/rs6000/rs6000.c (rs6000_variable_issue): Rename to...
32308 (rs6000_variable_issue_1): this. Use...
32309 (rs6000_variable_issue): here. Reimplement. Print debug info.
32311 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32313 * sel-sched-ir.c (sel_restore_other_notes): Rename to
32314 sel_restore_notes. Update all callers. Call reemit_notes
32317 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32319 PR rtl-optimization/42246
32320 * sel-sched-ir.h (get_all_loop_exits): Include exits from inner
32323 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32325 * sel-sched.c (compute_av_set_at_bb_end): Do not test that number of
32326 all successors is the same as number of successors in current region.
32328 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32330 * sel-sched.c (maybe_emit_renaming_copy): Exit early when expression
32331 to rename is not separable. Otherwise check that its LHS is not NULL.
32333 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32335 * sel-sched.c (choose_best_reg_1): Loop over all regs for mode.
32337 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32339 * sel-sched.c (mark_unavailable_hard_regs): Do not try to search
32340 available registers when failed to discover LHS register class.
32341 Fix indentation. Update comment.
32343 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32344 Alexander Monakov <amonakov@ispras.ru>
32346 PR rtl-optimization/42389
32347 * sel-sched.c (advance_one_cycle): Set FENCE_ISSUE_MORE
32349 (advance_state_on_fence): Likewise.
32350 (sel_target_adjust_priority): Print debug output only when
32351 sched_verbose >= 4, not 2.
32352 (get_expr_cost): Do not issue all unique insns on the next cycle.
32353 (fill_insns): Initialize can_issue_more from the value saved
32355 * sel-sched-ir.c (flist_add): New parameter issue_more.
32356 Init FENCE_ISSUE_MORE with it.
32357 (merge_fences): Likewise.
32358 (init_fences): Update call to flist_add.
32359 (add_to_fences, add_clean_fence_to_fences)
32360 (add_dirty_fence_to_fences): Likewise.
32361 (move_fence_to_fences): Update call to merge_fences.
32362 (invoke_reorder_hooks): Do not reset can_issue_more on insns from
32364 * sel-sched-ir.h (struct _fence): New field issue_more.
32365 (FENCE_ISSUE_MORE): New accessor macro.
32367 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32369 PR rtl-optimization/42388
32370 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not delete empty blocks
32371 that have no predecessors nor successors. Do not call move_bb_info
32372 for empty blocks outside of current region.
32374 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32376 PR rtl-optimization/42294
32377 * sel-sched-ir.h (struct _sel_insn_data): Update comment.
32378 * sel-sched.c (move_exprs_to_boundary): Transitively add all
32379 originators' originators.
32381 2010-01-14 Alexander Monakov <amonakov@ispras.ru>
32383 PR rtl-optimization/39453
32384 PR rtl-optimization/42246
32385 * sel-sched-ir.c (considered_for_pipelining_p): Do not test
32387 (sel_add_loop_preheaders): Add preheader to last_added_blocks.
32389 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32390 Alexander Monakov <amonakov@ispras.ru>
32392 PR middle-end/42245
32393 * sel-sched-ir.c (sel_recompute_toporder): New. Use it...
32394 (maybe_tidy_empty_bb): ... here. Make static. Add new
32395 argument. Update all callers.
32396 (tidy_control_flow): ... and here. Recompute topological order
32397 of basic blocks in region if necessary.
32398 (sel_redirect_edge_and_branch): Change return type. Return true
32399 if topological order might have been invalidated.
32400 (purge_empty_blocks): Export and move from...
32401 * sel-sched.c (purge_empty_blocks): ... here.
32402 * sel-sched-ir.h (sel_redirect_edge_and_branch): Update prototype.
32403 (maybe_tidy_empty_bb): Delete prototype.
32404 (purge_empty_blocks): Declare.
32406 2010-01-14 Andrey Belevantsev <abel@ispras.ru>
32408 PR rtl-optimization/42249
32409 * sel-sched.c (try_replace_dest_reg): When chosen register
32410 and original register is the same, do not bail out early, but
32411 still check all original insns for validity of replacing destination
32412 register. Set EXPR_TARGET_AVAILABLE to 1 before leaving function
32415 2010-01-14 Jakub Jelinek <jakub@redhat.com>
32418 Port from no-undefined-overflow branch:
32419 2009-03-09 Richard Guenther <rguenther@suse.de>
32421 * fold-const.c (add_double_with_sign): Fix unsigned overflow detection.
32423 2010-01-14 Richard Guenther <rguenther@suse.de>
32426 * gimple.c (iterative_hash_gimple_type): Avoid hashing error_mark_node.
32428 2010-01-14 Ira Rosen <irar@il.ibm.com>
32430 PR tree-optimization/42709
32431 * tree-vect-slp.c (vect_get_constant_vectors): Use constant's type
32432 as scalar type in creation of constant vector operand.
32434 2010-01-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
32437 * Makefile.in ($(TESTSUITEDIR)/site.exp, check-%)
32438 (check-parallel-%): Match `testsuite' directory component only
32441 2010-01-14 Shujing Zhao <pearly.zhao@oracle.com>
32443 PR translation/39521
32444 * gcc.c (do_spec_1): Wrapped the error and notice messages of specs
32447 2010-01-13 Richard Guenther <rguenther@suse.de>
32449 PR tree-optimization/42730
32450 * tree-ssa-ccp.c (maybe_fold_stmt_indirect): Add shortcut for
32453 2010-01-13 Steve Ellcey <sje@cup.hp.com>
32456 * config/ia64/ia64.c (ia64_expand_vecint_compare): Convert GTU to GT
32457 for V2SI by subtracting (-(INT MAX) - 1) from both operands to make
32460 2010-01-13 Bernd Schmidt <bernd.schmidt@analog.com>
32462 * config/bfin/libgcc-bfin.ver: Regenerate based on current
32463 libgcc-std.ver. Add entries for ___smulsi3_highpart and
32464 ___umulsi3_highpart.
32466 * config/bfin/bfin.c (bfin_reorg): Call run_selective_scheduling
32467 rather than schedule_insns if the pass is enabled.
32469 2010-01-13 Martin Jambor <mjambor@suse.cz>
32471 PR tree-optimization/42704
32472 * tree-sra.c (sra_modify_assign): Do not delete assignments to
32475 2010-01-13 Martin Jambor <mjambor@suse.cz>
32477 PR tree-optimization/42703
32478 * tree-sra.c (analyze_access_subtree): Check that we can build a
32479 reference to the original data within the aggregate.
32481 2010-01-13 Richard Guenther <rguenther@suse.de>
32483 PR tree-optimization/42705
32484 * tree-ssa-reassoc.c (build_and_add_sum): Insert stmts after labels.
32486 2010-01-13 Richard Guenther <rguenther@suse.de>
32488 PR middle-end/42716
32489 * fold-const.c (fold_unary_loc): Fold INDIRECT_REFs.
32491 2010-01-13 Jakub Jelinek <jakub@redhat.com>
32494 * var-tracking.c (values_to_unmark): New variable.
32495 (find_loc_in_1pdv): Clear VALUE_RECURSED_INTO of values in
32496 values_to_unmark vector. Moved body to...
32497 (find_loc_in_1pdv_1): ... this. Don't clear VALUE_RECURSED_INTO,
32498 instead queue it into values_to_unmark vector.
32499 (vt_find_locations): Free values_to_unmark vector.
32501 2010-01-13 Wolfgang Gellerich <gellerich@de.ibm.com>
32503 * config/s390/s390.c (override_options): Set
32504 default of max-pending-list-length to 256
32506 2010-01-13 Richard Guenther <rguenther@suse.de>
32509 * tree-pass.h (PROP_gimple_lcx): New.
32510 * cfgexpand.c (pass_expand): Require PROP_gimple_lcx.
32511 * passes.c (init_optimization_passes): Move pass_lower_complex_O0
32512 before the final cleanup_eh.
32513 (dump_properties): Dump PROP_gimple_lcx.
32514 * tree-complex.c (pass_lower_complex): Provide PROP_gimple_lcx.
32515 (tree_lower_complex_O0): Remove.
32516 (gate_no_optimization): Run if PROP_gimple_lcx is not set.
32517 (pass_lower_complex_O0): Provide PROP_gimple_lcx. Run
32518 tree_lower_complex, schedule TODO_update_ssa.
32519 * lto-streamer-out.c (output_function): Stream the functions
32521 * lto-streamer-in.c (input_function): Likewise.
32522 (lto_read_body): Do not override them here.
32524 2010-01-12 Joseph Myers <joseph@codesourcery.com>
32527 * c-typeck.c (build_c_cast): Fold value cast to union type before
32528 wrapping it in a CONSTRUCTOR.
32530 2010-01-12 Jakub Jelinek <jakub@redhat.com>
32532 PR rtl-optimization/42699
32533 * cse.c (cse_insn): Optimize lhs ZERO_EXTRACT if only CONST_INTs are
32536 2010-01-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
32538 * config/mips/iris6.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
32539 SUBTARGET_WARN_UNUSED_SPEC): Move ...
32540 config/mips/iris.h (SUBTARGET_DONT_WARN_UNUSED_SPEC,
32541 SUBTARGET_WARN_UNUSED_SPEC): ... here
32542 * config/mips/iris5.h (LIBGCC_SPEC): Define.
32544 2010-01-12 Julian Brown <julian@codesourcery.com>
32546 * config/arm/neon-schedgen.ml (Utils): Don't try to
32547 open missing module.
32548 (find_with_result): New.
32550 2010-01-12 Jakub Jelinek <jakub@redhat.com>
32553 * simplify-rtx.c (simplify_relational_operation_1): Avoid invalid rtx
32554 sharing when canonicalizing ({lt,ge}u (plus a b) b).
32556 PR tree-optimization/42645
32557 * tree-inline.c (processing_debug_stmt): Move earlier. Make static.
32558 (remap_ssa_name): If processing_debug_stmt and name wasn't found in
32559 decl_map, set processing_debug_stmt to -1 and return name without
32562 2010-01-11 Dave Korn <dave.korn.cygwin@gmail.com>
32564 * doc/install.texi (Specific#x-x-cygwin): Document minimum required
32565 binutils version, and reword target configuration description.
32567 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
32569 * config/avr/avr.h (LINKER_NAME): Remove.
32571 2010-01-11 Janis Johnson <janis187@us.ibm.com>
32574 * config/rs6000/rs6000.c (rs6000_override_options): On targets
32575 that support VSX, warn for -mno-altivec if vsx is not disabled,
32578 2010-01-11 Joseph Myers <joseph@codesourcery.com>
32579 Shujing Zhao <pearly.zhao@oracle.com>
32581 PR translation/42469
32582 * common.opt (Wframe-larger-than=, fcompare-debug=, fdbg-cnt=,
32583 fira-verbose=, flto-compression-level=, fplugin-arg-): Use tab
32584 character between option name and help text.
32585 * c.opt (imultilib): Likewise.
32587 2010-01-10 Rafael Avila de Espindola <espindola@google.com>
32589 * lto-streamer-out.c (output_unreferenced_globals): Output static
32592 2010-01-10 Steven Bosscher <steven@gcc.gnu.org>
32594 PR rtl-optimization/42621
32595 * bb-reorder.c (gate_duplicated_computed_gotos): Only run if not
32596 optimizing for size.
32597 (duplicate_computed_gotos): Remove now-redundant check.
32599 2010-01-10 Steve Ellcey <sje@cup.hp.com>
32602 * configure.ac: Save and restore LDFLAGS and LIBS
32603 * configure: Regenerate.
32605 2010-01-10 Richard Guenther <rguenther@suse.de>
32607 PR middle-end/42667
32608 * builtins.c (fold_builtin_strlen): Add type argument and
32609 convert the resulting length to it.
32610 (fold_builtin_1): Adjust.
32612 2010-01-09 Jakub Jelinek <jakub@redhat.com>
32614 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Shorten
32615 sequence for DImode constants >= 0x80000000UL <= 0xFFFFFFFFUL by
32617 (num_insns_constant_wide): Adjust for that change.
32619 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
32622 * web.c (union_defs): Add used argument, to combine uses of
32623 uninitialized regs.
32624 (entry_register): Adjust type and tests of used argument.
32625 (web_main): Widen used for new use. Pass it to union_defs.
32626 * df.h (union_defs): Adjust prototype.
32628 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
32631 * loop-unroll.c (referenced_in_one_insn_in_loop_p): Count debug
32632 uses in new incoming argument. Free body.
32633 (reset_debug_uses_in_loop): New.
32634 (analyze_insn_to_expand_var): Call the latter if the former found
32635 anything. Fix whitespace. Reject invalid dest overlaps before
32636 going through all insns in the loop.
32638 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
32641 * haifa-sched.c (dying_use_p): Debug insns don't count.
32643 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
32645 PR middle-end/42363
32646 * gimplify.c (gimplify_modify_expr): Drop lhs on noreturn calls.
32647 * tree-cfg.c (is_ctrl_altering_stmt): Don't compute flags twice.
32648 (verify_gimple_call): Reject LHS in noreturn calls.
32650 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
32654 * tree-vect-loop-manip.c (adjust_info): New type.
32655 (adjust_vec): New pointer to vector.
32656 (adjust_debug_stmts_now, adjust_vec_debug_stmts): New.
32657 (adjust_debug_stmts, adjust_phi_and_debug_stmts): New.
32658 (slpeel_update_phis_for_duplicate_loop): Use them.
32659 (slpeel_update_phi_nodes_for_guard1): Likewise.
32660 (slpeel_update_phi_nodes_for_guard2): Likewise.
32661 (slpeel_tree_peel_loop_to_edge): Likewise.
32662 (vect_update_ivs_after_vectorizer): Likewise.
32664 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
32666 * vec.h (DEF_VEC_ALLOC_FUNC_O_STACK): Drop excess paren.
32667 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
32669 2010-01-09 Alexandre Oliva <aoliva@redhat.com>
32671 * config/i386/i386.c (ix86_vectorize_builtin_vec_perm): Silence
32672 bogus uninitialized warning.
32674 2010-01-09 Richard Guenther <rguenther@suse.de>
32676 PR middle-end/42512
32677 * tree-scalar-evolution.c (interpret_loop_phi): Make sure
32678 the evolution is compatible with the initial condition.
32680 2010-01-09 Jakub Jelinek <jakub@redhat.com>
32682 * gcc.c (process_command): Update copyright notice dates.
32683 * gcov.c (print_version): Likewise.
32684 * gcov-dump.c (print_version): Likewise.
32685 * mips-tfile.c (main): Likewise.
32686 * mips-tdump.c (main): Likewise.
32688 2010-01-08 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
32691 * config/avr/avr.md (rotlqi3): Add CONST_INT_P check.
32693 (rotlhi3_8): Delete.
32695 (rotlsi3_8): Delete.
32696 (rotlsi3_16): Delete.
32697 (rotlsi3_24): Delete.
32698 (rotl<mode>3): New.
32699 (*rotw<mode>3): New.
32700 (*rotb<mode>3): New.
32701 * config/avr/avr.c (avr_rotate_bytes): New function.
32702 * config/avr/avr-proto.h (avr_rotate_bytes): New function.
32704 2010-01-08 Steve Ellcey <sje@cup.hp.com>
32707 * configure.ac: Modify -rdynamic check.
32708 * configure: Regenerate.
32710 2010-01-08 DJ Delorie <dj@redhat.com>
32712 * config/sh/sh.c (sh_expand_epilogue): Fix interrupt handler
32713 register popping order.
32715 2010-01-08 Richard Guenther <rguenther@suse.de>
32718 * c.opt (fsigned-char): Also let LTO handle this option.
32719 (funsigned-char): Likewise.
32721 2010-01-07 Richard Guenther <rguenther@suse.de>
32723 * gimple.h (gss_for_code): Wrap gcc_assert in ENABLE_CHECKING.
32724 (gimple_op): Likewise.
32725 (gimple_op_ptr): Likewise.
32726 (gimple_assign_set_lhs): Remove gcc_assert.
32727 (gimple_assign_set_rhs1): Likewise.
32728 (gimple_assign_set_rhs2): Likewise.
32729 (gimple_call_set_lhs): Likewise.
32730 (gimple_call_set_fn): Likewise.
32731 (gimple_call_set_fndecl): Likewise.
32732 (gimple_call_fndecl): Likewise.
32733 (gimple_call_return_type): Likewise.
32734 (gimple_call_set_chain): Likewise.
32735 (gimple_call_num_args): Likewise.
32736 (gimple_call_set_arg): Likewise.
32737 (gimple_cond_set_code): Likewise.
32738 (gimple_cond_set_lhs): Likewise.
32739 (gimple_cond_set_rhs): Likewise.
32740 (gimple_cond_set_true_label): Likewise.
32741 (gimple_cond_set_false_label): Likewise.
32742 (gimple_label_set_label): Likewise.
32743 (gimple_goto_set_dest): Likewise.
32744 (gimple_debug_bind_get_var): Wrap gcc_assert in ENABLE_CHECKING.
32745 (gimple_debug_bind_get_value): Likewise.
32746 (gimple_debug_bind_get_value_ptr): Likewise.
32747 (gimple_debug_bind_set_var): Likewise.
32748 (gimple_debug_bind_set_value): Likewise.
32749 (gimple_debug_bind_reset_value): Likewise.
32750 (gimple_debug_bind_has_value_p): Likewise.
32751 (gimple_return_retval_ptr): Remove gcc_assert.
32752 (gimple_return_retval): Likewise.
32753 (gimple_return_set_retval): Likewise.
32754 * tree-flow.h (struct gimple_df): Remove nonlocal_all member.
32755 (safe_referenced_var_iterator): Remove.
32756 (FOR_EACH_REFERENCED_VAR_SAFE): Likewise.
32757 * tree-flow-inline.h (gimple_nonlocal_all): Remove.
32758 (fill_referenced_var_vec): Remove.
32759 (first_readonly_imm_use): Remove redundant gcc_assert.
32760 (phi_arg_index_from_use): Combine gcc_asserts.
32761 (move_use_after_head): Wrap gcc_assert in ENABLE_CHECKING.
32762 (first_imm_use_stmt): Remove redundant gcc_assert.
32763 * tree-cfg.c (verify_gimple_call): Verify function and chain
32764 operands. Verify arguments.
32765 (verify_types_in_gimple_stmt): Verify condition code and labels.
32767 2010-01-07 Richard Guenther <rguenther@suse.de>
32769 PR tree-optimization/42641
32770 * sese.c (rename_map_elt_info): Use the SSA name version, do
32773 2010-01-07 Jakub Jelinek <jakub@redhat.com>
32775 PR tree-optimization/42625
32776 * cgraph.c (cgraph_make_node_local): Clear DECL_COMDAT*,
32777 TREE_PUBLIC, DECL_WEAK and DECL_EXTERNAL also for same_body aliases.
32779 2010-01-07 Duncan Sands <baldrick@free.fr>
32781 * Makefile.in (PLUGIN_HEADERS): Add version.h.
32783 2010-01-07 Uros Bizjak <ubizjak@gmail.com>
32786 * ifcvt.c (dead_or_predicable): Also remove REG_EQUAL note when
32787 note itself is not function_invariant_p.
32789 2009-01-07 Steven Bosscher <steven@gcc.gnu.org>
32791 * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist):
32792 Do not add the DF_NOTE problem.
32793 * store-motion.c (execute_rtl_store_motion): Likewise.
32795 2010-01-07 Martin Jambor <mjambor@suse.cz>
32797 PR tree-optimization/42157
32798 * tree-sra.c (compare_access_positions): Stabilize sort if both
32799 accesses have integer types, return zero immediately if they are the
32802 2010-01-06 Richard Henderson <rth@redhat.com>
32804 PR middle-end/41883
32805 * haifa-sched.c (add_to_note_list): Merge into ...
32806 (concat_note_lists): ... here, and ...
32807 (unlink_other_notes, rm_other_notes): Merge into...
32808 (remove_notes): ... here. Create REG_SAVE_NOTEs for
32809 NOTE_INSN_EPILOGUE_BEG.
32811 2010-01-06 Richard Guenther <rguenther@suse.de>
32813 * ipa-inline.c (cgraph_decide_inlining_incrementally): Do
32814 not inline regular functions into always-inline functions.
32816 2010-01-06 Nick Clifton <nickc@redhat.com>
32818 * config/rx/rx.h (enum rx_cpu_type): Add RX200.
32819 (CC1_SPEC): Issue an error message if -mcpu=rx200 and -fpu are
32821 (OVERRIDE_OPTIONS): Delete.
32822 (OPTIMIZATION_OPTIONS): Define.
32823 (ALLOW_RX_FPU_INSNS): Define only in terms of -fpu option.
32824 * config/rx/rx.c (rx_handle_option): Issue an error message if
32825 -mcpu=rx200 and -fpu are used together.
32826 (rx_set_optimization_options): New function. Issue an error
32827 message if an optimization attribute attempts to reset the FPU/
32828 math optimization pairing.
32829 * config/rx/rx-protos.h (rx_set_optimization_options): Prototype.
32830 * config/rx/rx.opt: Set the default to 32-bit doubles.
32831 * config/rx/t-rx: Add multilibs for -nofpu option.
32832 * doc/invoke.texi: Update documentation of RX options.
32834 2010-01-06 Richard Guenther <rguenther@suse.de>
32836 * tree-ssa-pre.c (name_to_id): New global.
32837 (alloc_expression_id): Simplify SSA name handling.
32838 (lookup_expression_id): Likewise.
32839 (init_pre): Zero name_to_id.
32840 (fini_pre): Free it.
32842 2010-01-06 Uros Bizjak <ubizjak@gmail.com>
32844 * ifcvt.c (if_convert): Output slim multiple dumps with TDF_SLIM.
32846 2010-01-05 H.J. Lu <hongjiu.lu@intel.com>
32849 * config/i386/sse.md (smaxv2di3): New.
32850 (umaxv2di3): Likewise.
32851 (sminv2di3): Likewise.
32852 (uminv2di3): Likewise.
32854 2010-01-05 Eric Botcazou <ebotcazou@adacore.com>
32857 * config/sparc/sparc.h (SPARC_SYMBOL_REF_TLS_P): Delete.
32858 * config/sparc/sparc-protos.h (legitimize_pic_address): Likewise.
32859 (legitimize_tls_address): Likewise.
32860 (sparc_tls_referenced_p): Likewise.
32861 * config/sparc/sparc.c (sparc_expand_move): Use legitimize_tls_address
32862 and adjust calls to legitimize_pic_address.
32863 (legitimate_constant_p) Use sparc_tls_referenced_p.
32864 (legitimate_pic_operand_p): Likewise.
32865 (sparc_legitimate_address_p): Do not use SPARC_SYMBOL_REF_TLS_P.
32866 (sparc_tls_symbol_ref_1): Delete.
32867 (sparc_tls_referenced_p): Make static, recognize specific patterns.
32868 (legitimize_tls_address): Make static, handle CONST patterns.
32869 (legitimize_pic_address): Make static, remove unused parameter and
32870 adjust recursive calls.
32871 (sparc_legitimize_address): Make static, use sparc_tls_referenced_p
32872 and adjust call to legitimize_pic_address.
32873 (sparc_output_mi_thunk): Likewise.
32875 2010-01-05 Paolo Bonzini <bonzini@gnu.rg>
32876 H.J. Lu <hongjiu.lu@intel.com>
32879 * config/i386/i386.c (ix86_expand_int_vcond): Convert GTU to GT
32880 for V4SI and V2DI by subtracting (-(INT MAX) - 1) from both
32881 operands to make them signed.
32884 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
32887 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
32888 GTU to GT for V4SI and V2DI.
32890 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
32891 (umin<mode>3): Removed.
32893 (uminv4si3): Likewise.
32895 2010-01-05 Martin Jambor <mjambor@suse.cz>
32897 PR tree-optimization/42462
32898 * ipa-inline.c (compute_inline_parameters): Pass node->decl instead of
32899 current_function_decl to helper functions and macros.
32901 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
32904 * flags.h: Don't include real.h.
32905 (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS,
32906 HONOR_SIGN_DEPENDENT_ROUNDING): Move ...
32907 * real.h (HONOR_NANS, HONOR_SNANS, HONOR_INFINITIES,
32908 HONOR_SIGNED_ZEROS, HONOR_SIGN_DEPENDENT_ROUNDING): ... here.
32909 * dominance.c: Update copyright.
32910 * gimple.c (walk_gimple_op): Remove inline.
32911 * tree-ssa-reassoc.c: Include real.h.
32912 * Makefile.in (FLAGS_H): Remove $(REAL_H).
32913 (tree-ssa-reassoc.o): Depend on $(REAL_H).
32915 2010-01-05 Nick Clifton <nickc@redhat.com>
32917 * config/rx/rx.c (rx_get_stack_layout): Fix allocation of second
32918 register to push into the stack frame when the accumulator has to
32919 be saved during interrupts.
32921 2010-01-05 Eric Fisher <joefoxreal@gmail.com>
32923 * doc/invoke.texi: Remove the documentation about option
32924 -Wunreachable-code.
32925 * common.opt (Wunreachable-code): Preserved for backward
32927 * tree-cfg.c: Remove the implementation of -Wunreachable-code.
32928 * opts.c (common_handle_option): Add OPT_Wunreachable_code to
32929 the backward compatibility flag section.
32931 2010-01-05 Richard Guenther <rguenther@suse.de>
32933 * tree-ssa-pre.c (bitmap_value_insert_into_set): Optimize.
32935 2010-01-05 Jakub Jelinek <jakub@redhat.com>
32938 * cfgexpand.c (expand_one_var): Diagnose too large variables.
32940 PR tree-optimization/42508
32941 * tree-sra.c (convert_callers): Check for recursive call
32942 by comparing cgraph nodes instead of decls.
32943 (modify_function): Call ipa_modify_formal_parameters also
32944 on all same_body aliases.
32946 * cgraphunit.c (cgraph_materialize_all_clones): Compare
32947 cgraph nodes when checking for same_body aliases.
32949 2010-01-05 Richard Guenther <rguenther@suse.de>
32951 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Avoid redundant
32952 allocation and lookup.
32953 (get_or_alloc_expr_for_constant): Likewise.
32954 (phi_translate): Sink allocation.
32956 2010-01-04 Richard Guenther <rguenther@suse.de>
32958 * tree-ssa-sccvn.c (get_or_alloc_constant_value_id): Allocate
32959 a new entry only if needed.
32960 * tree-ssa-dom.c (lookup_avail_expr): Likewise.
32961 * tree-ssa-coalesce.c (find_coalesce_pair): Avoid one
32963 * tree-ssa-pre.c (sorted_array_from_bitmap_set): Pre-allocate
32965 (phi_translate): Handle CONSTANTs early.
32967 2010-01-04 Martin Jambor <mjambor@suse.cz>
32969 PR tree-optimization/42398
32970 * tree-sra.c (struct access): Removed flag grp_different_types.
32971 (dump_access): Do not dump the removed flag.
32972 (sort_and_splice_var_accesses): Do not set the removed flag.
32973 (sra_modify_expr): Check for type compatibility directly.
32975 2010-01-04 Martin Jambor <mjambor@suse.cz>
32977 PR tree-optimization/42366
32978 * ipa-cp.c (ipcp_init_stage): Always call ipa_compute_jump_functions on
32979 edges with variable number of parameters.
32980 * ipa-prop.c (ipa_write_node_info): Stream out uses_analysis_done
32981 flag instead of asserting it.
32982 (ipa_read_node_info): Read uses_analysis_done flag.
32984 2010-01-04 Richard Guenther <rguenther@suse.de>
32986 * tree-ssa-sccvn.c (vn_reference_op_compute_hash): Use
32987 iterative_hash_* as intended.
32988 (vn_reference_compute_hash): Likewise. Simplify hashing
32990 (vn_reference_lookup_2): Likewise.
32991 (vn_nary_op_compute_hash): Likewise.
32992 (vn_phi_compute_hash): Likewise.
32993 (expressions_equal_p): Remove strange code.
32994 * tree-ssa-pre.c (pre_expr_eq): Use gcc_unreachable ().
32995 (pre_expr_hash): Likewise. Simplify hashing SSA names.
32996 (bitmap_insert_into_set_1): Take value-id as parameter.
32997 (add_to_value): Pass it.
32998 (bitmap_insert_into_set): Likewise.
32999 (bitmap_value_insert_into_set): Likewise. Remove redundant check.
33001 2010-01-04 Jakub Jelinek <jakub@redhat.com>
33004 * gcc.c (SWITCH_IGNORE_PERMANENTLY): Define.
33005 (do_self_spec): For switches with SWITCH_IGNORE set set also
33006 SWITCH_IGNORE_PERMANENTLY.
33007 (check_live_switch): Check SWITCH_IGNORE_PERMANENTLY instead
33010 2010-01-04 Rafael Avila de Espindola <espindola@google.com>
33012 * lto-streamer-out.c (output_unreferenced_globals): Output the full
33013 tree of an unreferenced global var.
33015 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
33018 * config/i386/i386.c (ix86_expand_int_vcond): Don't convert
33019 GTU to GT for V4SI and V2DI.
33021 * config/i386/sse.md (umaxv4si3): Enabled for SSE4.1 and XOP.
33022 (umin<mode>3): Removed.
33024 (uminv4si3): Likewise.
33026 2010-01-04 H.J. Lu <hongjiu.lu@intel.com>
33029 * collect2.c (main): Turn on trace in collect2 if -v is passed
33032 2010-01-03 Jerry Quinn <jlquinn@optonline.net>
33034 * doc/c-tree.texi (RETURN_STMT): Change to RETURN_EXPR. Update
33035 description of expression operand.
33037 2010-01-03 Andrew Jenner <andrew@codesourcery.com>
33039 * configure.ac: Add install-html to target_list for Make-hooks.
33040 * configure: Regenerate.
33041 * fortran/Make-lang.in (F95_HTMLFILES): New.
33042 (fortran.html): Use it.
33043 (fortran.install-html): New.
33044 * Makefile.in (install-html): Add lang.install-html.
33045 * java/Make-lang.in (JAVA_HTMLFILES): New.
33046 (java.html): Use it.
33047 (java.install-html): New.
33048 * objc/Make-lang.in (objc.install-html): New.
33049 * objcp/Make-lang.in (obj-c++.install-html): New.
33050 * cp/Make-lang.in (c++.install-html): New.
33051 * ada/gcc-interface/Make-lang.in (ada.install-html): New.
33052 * lto/Make-lang.in (lto.install-html): New.
33054 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
33057 * gcc.c (LINK_COMMAND_SPEC): Pass -m* and -v to -plugin-opt.
33059 2009-01-03 Steven Bosscher <steven@gcc.gnu.org>
33061 PR rtl-optimization/41862
33062 * store-motion.c (store_killed_in_insn, compute_store_table,
33063 remove_reachable_equiv_notes, replace_store_insn,
33064 build_store_vectors): Ignore all DEBUG_INSNs.
33066 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
33069 * common.opt: Add dumpdir.
33071 * gcc.c (cc1_options): Add "-dumpbase %B" only if -dumpbase
33073 (option_map): Add --dumpdir.
33075 * gcc.h (DEFAULT_WORD_SWITCH_TAKES_ARG): Add dumpdir.
33077 * lto-wrapper.c (run_gcc): Add -dumpbase and -dumpdir for -o.
33079 * opts.c (decode_options): Try dump_dir_name first if
33080 dump_base_name isn't an absolute path.
33081 (common_handle_option): Handle OPT_dumpdir.
33083 * toplev.c (dump_dir_name): New.
33084 (print_switch_values): Also ignore -dumpdir.
33086 * toplev.h (dump_dir_name): New.
33088 2010-01-03 Richard Guenther <rguenther@suse.de>
33090 PR tree-optimization/42589
33091 * tree-ssa-math-opts.c (execute_optimize_bswap): Allow
33092 double-word expansion of bswap32.
33094 2010-01-03 Steven Bosscher <steven@gcc.gnu.org>
33096 * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM
33097 with BLOCK_FOR_INSN.
33098 * auto-inc-dec.c (attempt_change, get_next_ref, find_inc): Likewise.
33099 * ifcvt.c (noce_get_alt_condition, noce_try_abs,
33100 noce_process_if_block): Likewise.
33101 * gcse.c (compute_local_properties, insert_expr_in_table,
33102 insert_set_in_table, canon_list_insert, find_avail_set,
33103 pre_insert_copy_insn): Likewise.
33105 * basic-block.h (BLOCK_NUM): Move from here...
33106 * sched-int.h (BLOCK_NUM): ... to here to localize it in the scheduler.
33108 2010-01-03 Richard Guenther <rguenther@suse.de>
33110 PR tree-optimization/42438
33111 * tree-ssa-pre.c (struct bb_bitmap_sets): Add
33112 contains_may_not_return_call flag.
33113 (BB_MAY_NOTRETURN): New.
33114 (valid_in_sets): Trapping nary operations are not valid
33115 in blocks that may not return.
33116 (insert_into_preds_of_block): Remove check for trapping expressions.
33117 (compute_avail): Compute also BB_MAY_NOTRETURN.
33119 2010-01-03 Gerald Pfeifer <gerald@pfeifer.com>
33121 * doc/invoke.texi: Add 2010 to copyright years.
33123 2010-01-03 Eric Botcazou <ebotcazou@adacore.com>
33125 * config/sparc/sparc.c: Fix formatting nits.
33127 2010-01-02 Gerald Pfeifer <gerald@pfeifer.com>
33128 Alexander Monakov <amonakov@ispras.ru>
33130 * doc/invoke.texi (Optimize Options): Reword introduction a bit.
33132 2010-01-02 Richard Guenther <rguenther@suse.de>
33134 PR middle-end/42577
33135 * tree-vrp.c (check_all_array_refs): Skip non-excutable blocks.
33136 (simplify_switch_using_ranges): Mark to be removed edges
33139 2010-01-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
33141 * config/pa/t-slibgcc-dwarf-ver (SHLIB_SOVERSION): Bump by two.
33143 * collect2.c (scan_libraries): Add missing argument in call to
33146 2010-01-02 Uros Bizjak <ubizjak@gmail.com>
33149 * config/alpha/predicates.md (aligned_memory_operand): Return false
33151 (unaligned_memory_operand): Return true for CQImode.
33152 * config/alpha/alpha.c (get_aligned_mem): Assert that location
33153 doesn not cross aligned SImode word boundary.
33155 2010-01-02 Anatoly Sokolov <aesok@post.ru>
33157 * config/avr/avr.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, XEXP_):
33159 * config/avr/avr-protos.h (avr_init_once, avr_optimization_options,
33160 avr_change_section, avr_reg_class_from_letter) : Remove declaration.
33162 2010-01-02 Richard Guenther <rguenther@suse.de>
33165 * toplev.c (compile_file): Emit LTO marker properly. Change
33166 it to __gnu_lto_v1.
33167 * collect2.c (scan_prog_file): Adjust for changed LTO marker.
33169 2010-01-01 Richard Guenther <rguenther@suse.de>
33172 * tree-sra.c (analyze_all_variable_accesses): Work in DECL_UID order.
33174 2010-01-01 Richard Guenther <rguenther@suse.de>
33177 * c-decl.c (grokdeclarator): For zero-size arrays force
33178 structural equality checks as layout_type does.
33180 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
33182 * builtins.c: Update copyright to 2010.
33184 2010-01-01 H.J. Lu <hongjiu.lu@intel.com>
33187 * lto-streamer-out.c (produce_asm): Revert the last change.
33188 (copy_function): Likewise.
33190 * lto-streamer.c (lto_get_section_name): Skip any leading
33193 2010-01-01 Richard Guenther <rguenther@suse.de>
33195 PR middle-end/42559
33196 * builtins.c (get_object_alignment): Do not use DECL_ALIGN
33200 Copyright (C) 2010 Free Software Foundation, Inc.
33202 Copying and distribution of this file, with or without modification,
33203 are permitted in any medium without royalty provided the copyright
33204 notice and this notice are preserved.