]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ChangeLog
tree-ssa-sccvn.c (vn_reference_lookup_3): Don't assume there are more VR->OPERANDS...
[thirdparty/gcc.git] / gcc / ChangeLog
CommitLineData
6a57e634
AO
12009-09-08 Alexandre Oliva <aoliva@redhat.com>
2
3 * toplev.c (process_options): Choose default debugging type when
4 gtoggle enables debug info and type is unset.
5
da4a9479
AO
62009-09-08 Alexandre Oliva <aoliva@redhat.com>
7
8 PR debug/41276
9 PR debug/41307
10 * cselib.c (cselib_expand_value_rtx_1): Don't return copy of
11 invalid subreg.
12
713e2ea6
AO
132009-09-08 Alexandre Oliva <aoliva@redhat.com>
14
15 * configure: Rebuilt with modified libtool.m4.
16
91642126
AO
172009-09-08 Alexandre Oliva <aoliva@redhat.com>
18
19 PR debug/41229
20 PR debug/41291
21 PR debug/41300
22 * tree-ssa.c (execute_update_addresses_taken): Update debug insns.
23
ae0a4449
AO
242009-09-08 Alexandre Oliva <aoliva@redhat.com>
25
26 * tree-ssa-loop-ivopts.c (get_phi_with_result): Remove.
27 (remove_statement): Likewise.
28 (rewrite_use_nonlinear_expr): Adjust.
29 (remove_unused_ivs): Collect SSA NAMEs to remove and call...
30 * tree-ssa.c (release_defs_bitset): ... this. New.
31 * tree-flow.h (release_defs_bitset): Declare.
32
21719cea
AO
332009-09-08 Alexandre Oliva <aoliva@redhat.com>
34
35 PR debug/41232
36 * tree-ssa-phiopt.c (minmax_replacement): Skip debug stmts
37 in the middle block.
38
7c2a2dbf
KT
392009-09-08 Kai Tietz <kai.tietz@onevision.com>
40
34c6743c
KT
41 * tree-ssa-reassoc.c (find_operand_rank): Cast pointer
42 via intptr_t to long type.
43 (insert_operand_rank): Cast long type via intptr_t to
44 pointer type.
45 * genattrtab.c (RTL_HASH): Use intptr_t to cast from
46 pointer to scalar.
47 * c-pretty-print.c (pp_c_tree_decl_identifier): Cast
48 from pointer to unsigned via uintptr_t.
49
7c2a2dbf
KT
50 * configure.ac (GCC_STDINT_TYPES): Initialize intptr_t,
51 uintptr_t, HAVE_INTTYPES_H, HAVE_STDINT_H, HAVE_UINTPTR_T,
52 and HAVE_INTPTR_T.
53 * configure: Regenerated.
54 * config.in: Regenerated
55 * system.h (stdint.h): Add include.
56 (inttypes.h): Likewise.
57 * Makefile.in (aclocal): Add config/stdint.m4.
58 * aclocal.m4: Regenerated.
59
8472b255
BS
602009-09-08 Bernd Schmidt <bernd.schmidt@analog.com>
61
62 * config/bfin/bfin.c (np_check_regno, np_after_branch): New static
63 variables.
64 (note_np_check_stores): New function.
65 (harmless_null_pointer_p): New function.
66 (trapping_loads_p): New args NP_REG and AFTER_NP_BRANCH. Callers
67 changed. Take into account whether we're in the shadow of a condjump
68 that tested NP_REG for NULL.
69 Lose all code that tested for SEQUENCEs.
70 (workaround_speculation): Avoid inserting NOPs for loads that are
71 either always executed or a NULL pointer.
72
ac875c2e
JH
732009-09-08 Jan Hubicka <jh@suse.cz>
74
75 * doc/invoke.texi (early-inlining-insns): Reduce from 12 to 8.
76 * params.def (early-inlining-insns): Likewise.
77
1098d3a5
JJ
782009-09-08 Jakub Jelinek <jakub@redhat.com>
79
80 PR rtl-optimization/41239
81 * sched-int.h (struct deps): Add last_function_call_may_noreturn field.
82 * sched-rgn.c (deps_join): Join also last_function_call_may_noreturn
83 lists.
84 * sched-deps.c (sched_analyze_insn): Prevent moving trapping insns
85 across calls, as the calls might not always return normally.
86 (call_may_noreturn_p): New function.
87 (deps_analyze_insn): Update last_function_call_may_noreturn list.
88 (init_deps): Initialize it.
89 (remove_from_deps): Also remove calls from
90 last_function_call_may_noreturn list.
91
35ecd408
RH
922009-09-07 Richard Henderson <rth@redhat.com>
93
94 * tree-ssa-sccvn.c (vn_reference_lookup_3): Don't assume there are
95 more VR->OPERANDS than LHS operands. Free LHS before returning.
96
c7cb1555
BS
972009-09-07 Bernd Schmidt <bernd.schmidt@analog.com>
98
99 * config/bfin/bfin.md (UNSPEC_VOLATILE_STALL): New constant.
100 (attr "addrtype"): New member "spreg".
101 Use it if mem_spfp_address_operand is true for the address.
102 (attr "type"): New entry "stall".
103 (cpu_unit "load"): New.
104 (insn_reservations "load32", "loadp", "loadi"): Add reservation of
105 "load".
106 (insn_reservation "loadsp"): New.
107 (insn_reservation "load_stall1"): New.
108 (insn_reservation "load_stall3"): New.
109 (stall): New insn.
110 * config/bfin/predicates.md (const1_operand, const3_operand): New.
111 (mem_p_address_operand): Exclude stack and frame pointer based
112 addresses.
113 (mem_spfp_address_operand): New; match them here.
114 * config/bfin/bfin.c (add_sched_insns_for_speculation): New function.
115 (bfin_reorg): Call it if scheduling insns.
116 (bfin_gen_bundles): Remove dummy insns created by
117 add_sched_insns_for_speculation.
118
4dce27df
BS
119 From Jie Zhang <jie.zhang@analog.com>:
120 * config/bfin/bfin-protos.h (enum bfin_cpu_type, bfin_cpu_type,
121 bfin_si_revision, bfin_workarounds): Move these ...
122 * config/bfin/bfin.h: ... here.
123
5254cd50
BS
124 From Mike Frysinger <michael.frysinger@analog.com>
125 * config/bfin/bfin-protos.h (bfin_cpu_type): Add BFIN_CPU_BF542M,
126 BFIN_CPU_BF544M, BFIN_CPU_BF547M, BFIN_CPU_BF548M, and BFIN_CPU_BF549M.
127 * config/bfin/bfin.c (bfin_cpus[]): Add 0.3 for bf542m, bf544m, bf547m,
128 bf548m, and bf549m.
129 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define __ADSPBF542M__
130 for BFIN_CPU_BF542M, __ADSPBF544M__ for BFIN_CPU_BF544M, __ADSPBF547M__
131 for BFIN_CPU_BF547M, __ADSPBF548M__ for BFIN_CPU_BF548M, and
132 __ADSPBF549M__ for BFIN_CPU_BF549M.
133 * config/bfin/t-bfin-elf (MULTILIB_MATCHES): Select bf532-none for
134 bf542m-none, bf544m-none, bf547m-none, bf548m-none, and bf549m-none.
135 * config/bfin/t-bfin-linux (MULTILIB_MATCHES): Likewise.
136 * config/bfin/t-bfin-uclinux (MULTILIB_MATCHES): Likewise.
137 * doc/invoke.texi (Blackfin Options): Document that -mcpu now accepts
138 bf542m, bf544m, bf547m, bf548m, and bf549m.
139
b3187e24
BS
140 From Jie Zhang <jie.zhang@analog.com>:
141 * config/bfin/predicates.md (p_register_operand): New
142 predicate.
143 (dp_register_operand): New predicate.
144 * config/bfin/bfin-protos.h (WA_05000074): Define.
145 (ENABLE_WA_05000074): Define.
146 * config/bfin/bfin.c (bfin_cpus[]): Add WA_05000074 for
147 all cpus.
148 (bfin_gen_bundles): Put dsp32shiftimm instruction in slot[0].
149 * config/bfin/bfin.md (define_attr type): Add dsp32shiftimm.
150 (define_attr addrtype): Allow load/store register to be
151 P register.
152 (define_attr storereg): New.
153 (define_cpu_unit anomaly_05000074): New.
154 (define_insn_reservation dsp32shiftimm): New.
155 (define_insn_reservation dsp32shiftimm_anomaly_05000074): New.
156 (define_insn_reservation loadp): Cannot use slot2.
157 (define_insn_reservation loadsp): Cannot use slot2.
158 (define_insn_reservation storep): Cannot use slot2. Does not
159 apply when working around 05000074.
160 (define_insn_reservation storep_anomaly_05000074): New.
161 (define_insn_reservation storei): Does not apply when working
162 around 05000074.
163 (define_insn_reservation storei_anomaly_05000074): New.
164 (define_attr length): Add dsp32shiftimm case.
165 (define_insn movsi_insn32, movsi_insv, ashlsi3_insn, ashrsi3,
166 ror_one, rol_one, lshrsi3, lshrpdi3, ashrpdi3, movhiv2hi_low,
167 movhiv2hi_high, composev2hi, packv2hi, movv2hi_hi,
168 ssashiftv2hi3, ssashifthi3, ssashiftsi3, lshiftv2hi3, lshifthi3):
169 Set type as dsp32shiftimm for dsp32shiftimm alternatives.
170
4a50e99c
MJ
1712009-09-07 Martin Jambor <mjambor@suse.cz>
172
173 PR middle-end/41282
174 * tree-sra.c (create_artificial_child_access): Return NULL if
175 build_ref_for_offset fails.
176 (propagate_subacesses_accross_link): Allow build_ref_for_offset
177 and create_artificial_child_access to fail.
178
e5b258a4
DG
1792009-09-06 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
180
181 PR c++/41214
182 * unwind-dw2.c (uw_init_context_1): Mark noinline.
183 * config/ia64/unwind-ia64.c (uw_init_context_1): Likewise.
184 * config/xtensa/unwind-dw2-xtensa.c (uw_init_context_1): Likewise.
185
8ff7f824
BS
1862009-09-07 Bernd Schmidt <bernd.schmidt@analog.com>
187
188 * config/bfin/bfin.c (bfin_optimize_loop): When creating a new basic
189 block, ensure it has an exit edge. Emit a barrier after a jump.
190
3beb864c
NC
1912009-09-07 Nick Clifton <nickc@redhat.com>
192
193 * gcc.c (this_is_linker_script): New variable. Like
194 this_is_library_file but for the %T constructor.
195 (end_going_arg): If this_is_linker_script is set then locate the
196 script and insert a --script switch before it
197 (do_spec_2): Initialise this_is_linker_script.
198 (do_spec_1): Likewise. Handle %T construct.
199 (eval_spec_function): Preserve this_is_linker_script.
200 * doc/invoke.texi: Document %T construct in spec files.
201 * config/m32c/m32c.h (LIB_SPEC): Use it.
202
3fce100b
AK
2032009-09-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
204
205 * rtl.h (PREFETCH_SCHEDULE_BARRIER_P): New macro.
206 * sched-deps.c (sched_analyze_2): Make prefetches a hard barrier
207 when volatile flag is set.
208 * doc/rtl.texi (PREFETCH_SCHEDULE_BARRIER_P): Add documentation pieces.
209
1362aa31
EB
2102009-09-06 Eric Botcazou <ebotcazou@adacore.com>
211
212 PR bootstrap/41241
213 * combine-stack-adj.c (try_apply_stack_adjustment): Handle stores.
214 (combine_stack_adjustments_for_block): Allow insns between stack
7717df30
EB
215 adjustments and stores with corresponding pre-(dec|inc)rement or
216 pre-modify operation.
1362aa31 217
90588a10
JJ
2182009-09-06 Jakub Jelinek <jakub@redhat.com>
219
220 PR bootstrap/41241
221 * combine-stack-adj.c (struct csa_memlist): Rename to...
222 (struct csa_reflist): ... this. Rename mem field to ref.
223 (free_csa_memlist): Rename to...
224 (free_csa_reflist): ... this.
225 (record_one_stack_memref): Rename to...
226 (record_one_stack_ref): ... this. Handle also REG_P.
227 (try_apply_stack_adjustment): Handle also REG_P.
228 (struct record_stack_memrefs_data): Rename to...
229 (struct record_stack_refs_data): ... this. Rename memlist field to
230 reflist.
231 (record_stack_memrefs): Rename to...
232 (record_stack_refs): ... this. For DEBUG_INSNs keep traversing
233 subexpressions instead of failing when a MEM contains SP references.
234 For SP itself in DEBUG_INSNs queue it also onto reflist chain.
235 (combine_stack_adjustments_for_block): Adjust for mem to ref renaming.
236
3797a0ff
RG
2372009-09-06 Richard Guenther <rguenther@suse.de>
238
239 PR middle-end/41144
240 * tree.c (build_array_type): Do not record types marked
241 with structural equality in the canonical type hashtable.
242
3c45b96b
RG
2432009-09-06 Richard Guenther <rguenther@suse.de>
244
245 PR middle-end/41261
246 * tree-ssa-alias.c (refs_may_alias_p_1): Bail out for function decls.
247
6a129567
RG
2482009-09-05 Richard Guenther <rguenther@suse.de>
249
250 PR middle-end/41181
251 * tree-ssa-ccp.c (maybe_fold_stmt_addition): Use the correct type.
252
432b4b31
RG
2532009-09-05 Richard Guenther <rguenther@suse.de>
254
255 PR debug/41273
256 * tree-ssa-operands.c (get_tmr_operands): Pass through opf_no_vops.
257
575140c2
RG
2582009-09-05 Richard Guenther <rguenther@suse.de>
259
260 PR middle-end/41271
261 * tree-ssa.c (useless_type_conversion_p): Drop qualifiers
262 before comparing function argument types.
263
896237cd
FXC
2642009-09-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
265
266 PR target/41024
267 * config/i386/mingw-w64.h (ASM_SPEC): Pass -v instead of -V to
268 the assembler.
269
e139ab34
UB
2702009-09-04 Uros Bizjak <ubizjak@gmail.com>
271
272 Revert:
273 2009-08-18 Uros Bizjak <ubizjak@gmail.com>
274
275 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Allocate insn
276 locators before emit_insn is called.
277
1fe28116
VM
2782009-09-04 Vladimir Makarov <vmakarov@redhat.com>
279
280 PR bootstrap/41241
281 * ira.c (update_equiv_reg): Revert my previous patch for the PR.
282 * reginfo.c (resize_reg_info): Call allocate_reg_info if necessary.
283 (reginfo_init): Don't call allocate_reg_info.
284
14e58be0
UB
2852009-09-04 Uros Bizjak <ubizjak@gmail.com>
286
287 PR target/41262
288 * config/alpha/alpha.c (alpha_does_function_need_gp): Use
289 NONDEBUG_INSN_P instead of INSN_P.
290
3157b0c2
AO
2912009-09-04 Alexandre Oliva <aoliva@redhat.com>
292
293 PR debug/41225
294 * tree-vect-stmts.c (vect_stmt_relevant_p): Skip debug uses.
295
510bc854
AO
2962009-09-04 Alexandre Oliva <aoliva@redhat.com>
297
298 PR target/41252
299 * config/arm/vfp.md (*cmpdf_split_vfp): Fix src mode in the second
300 pattern of the split.
301
6751b6f6
AO
3022009-09-04 Alexandre Oliva <aoliva@redhat.com>
303
304 * toplev.c (process_options): Move setter of flag_var_tracking
305 before other tests that depend on it. Move down setter of
306 flag_rename_registers. Don't enable var-tracking-assignments
307 by default if selective scheduling is enabled. Warn if both
308 are enabled.
309
24277d34
AO
3102009-09-04 Alexandre Oliva <aoliva@redhat.com>
311
312 * var-tracking.c (dv_is_decl_p): Adjust NULL behavior to match
313 comment. Use switch statement to catch overlaps between rtx
314 and tree codes. Accept FUNCTION_DECLs in addition to those in...
315 (IS_DECL_CODE): ... here. Remove.
316 (check_value_is_not_decl): Remove.
317 (dv_from_decl, dv_from_value): Check after conversion.
318
5f1a9ebb
RG
3192009-09-04 Richard Guenther <rguenther@suse.de>
320
321 PR middle-end/41257
322 * (cgraph_finalize_compilation_unit): Move finalizing aliases
323 after emitting tunks. Move emitting thunks and ctors from ...
324 (cgraph_optimize): ... here. Remove redundant
325 cgraph_analyze_functions.
326 * varasm.c (find_decl_and_mark_needed): Remove no longer
327 necessary check.
328 (finish_aliases_1): Adjust check for thunk aliases.
329
8d142c15
DG
3302009-09-04 Daniel Gutson <dgutson@codesourcery.com>
331
332 * config/arm/arm.md (ctzsi2): Added braces
333 to avoid warning that broke booststrap.
334
22fc64b4
MJ
3352009-09-04 Martin Jambor <mjambor@suse.cz>
336
337 PR tree-optimization/41112
338 * tree-sra.c (build_ref_for_offset_1): Signal that we cannot
339 handle variable-bounded arrays.
340 (expr_with_var_bounded_array_refs_p): New function.
341 (analyze_access_subtree): Call expr_with_var_bounded_array_refs_p.
342
2cdece44
WG
3432009-09-04 Wolfgang Gellerich <gellerich@de.ibm.com>
344
345 * config/s390/2097.md: Removed two incorrect bypasses.
346 (z10_fsimpdf): Fixed latency.
347 (z10_fhex): New insn_reservation.
348 (z10_floaddf): Fixed latency.
349 (z10_floadsf): Fixed latency.
350 (z10_ftrunctf): Fixed latency.
351 (z10_ftruncdf): Fixed latency.
352 * config/s390/s390.c (z10_cost): Fixed values.
353 (s390_adjust_priority): Added z10 path.
354 * config/s390/s390.md (type): Added fhex.
355 (*mov<mode>_64dfp): Updated type attribute.
356 (*mov<mode>_64): Updated type attribute.
357 (*mov<mode>_31): Updated type attribute.
358 (*mov<mode>"): Likewise.
359 * config/s390/2084.md (x_fsimpdf): Updated condition.
360
b09062ee
AK
3612009-09-04 Andreas Krebbel <krebbel1@de.ibm.com>
362
363 * config/s390/s390.md ("*fmadd<mode>", "*fmsub<mode>"): Enable mem
364 RTXs in the predicate for operand 1.
365
ca96ed43
DG
3662009-09-03 Daniel Gutson <dgutson@codesourcery.com>
367
368 * config/arm/arm.md (UNSPEC_RBIT): New constant.
369 (rbitsi2): New insn.
370 (ctzsi2): New expand.
371 * config/arm/arm.h (CTZ_DEFINED_VALUE_AT_ZERO): New macro.
372
687b5078
MJ
3732009-09-03 Martin Jambor <mjambor@suse.cz>
374
375 * tree-sra.c (duplicate_expr_for_different_base): Removed.
376 (create_artificial_child_access): Use build_ref_for_offset instead
377 of duplicate_expr_for_different_base.
378 (propagate_subacesses_accross_link): Likewise.
14e58be0 379
006b29ab
RS
3802009-09-03 Richard Sandiford <rdsandiford@googlemail.com>
381
382 * config/mips/mips.c (USEFUL_INSN_P): Use NONDEBUG_INSN_P instead
383 of INSN_P.
384 (mips16e_collect_argument_saves): Skip debug instructions.
385 (mips_74k_agen_init): Use CALL_P || JUMP_P instead of !NONJUMP_INSN_P.
386 (mips16_lay_out_constants): Use USEFUL_INSN_P instead of INSN_P.
387 (r10k_insert_cache_barriers): Likewise.
388 (mips_reorg_process_insns): Likewise.
389
691571d2
VM
3902009-09-03 Vladimir Makarov <vmakarov@redhat.com>
391
392 PR bootstrap/41241
393 * ira.c (update_equiv_reg): Remove check on class likely spill.
394
08ab0acf
JJ
3952009-09-03 Jakub Jelinek <jakub@redhat.com>
396
7d4507cb
JJ
397 PR debug/41236
398 * dwarf2out.c (loc_descriptor): Don't use SUBREG_REG macro on
399 SIGN_EXTEND or ZERO_EXTEND. Don't assume there is a REG inside of
400 it or SUBREG.
401
08ab0acf
JJ
402 PR debug/41238
403 * function.c (assign_parm_find_stack_rtl): Don't set mem attributes on
404 the stack slot if it is passed by invisible reference.
755d55bb
EB
405 * var-tracking.c (vt_add_function_parameters): Handle arguments passed
406 by invisible reference.
08ab0acf 407
9840d30a
BS
4082009-09-03 Bernd Schmidt <bernd.schmidt@analog.com>
409
410 * config/bfin/linux.h (TARGET_SUPPORTS_SYNC_CALLS): Define to 1.
411 * config/bfin/uclinux.h (TARGET_SUPPORTS_SYNC_CALLS): Define to 1.
412 * config/bfin/bfin.h (TARGET_SUPPORTS_SYNC_CALLS): Provide default of
413 0.
414 * config/bfin/sync.md: New file.
415 * config/bfin/bfin.md: Include it.
416 (UNSPEC_ATOMIC): New.
417 (UNSPEC_ONES): Provide a unique number.
418
419 From Jie Zhang <jie.zhang@analog.com>:
420 * config/bfin/bfin.c (ret_regs): New.
421 (must_save_fp_p): Don't return true because of frame_pointer_needed.
422 (must_save_rets_p): New.
423 (n_regs_saved_by_prologue): Use must_save_rets_p instead of
424 current_function_is_leaf.
425 (do_link): Likewise.
426 (do_unlink): Likewise.
427 (expand_interrupt_handler_prologue): Use ret_regs array.
428 (expand_interrupt_handler_epilogue): Use ret_regs array and
429 pass return register to gen_return_internal.
430 (bfin_expand_epilogue): Pass return register to
431 gen_return_internal.
432 (bfin_expand_call): Explicitly clobber RETS.
433 * config/bfin/bfin.h (FUNCTION_RETURN_REGISTERS): Define.
434 * config/bfin/bfin.md (call_symbol_fdpic, call_value_symbol_fdpic,
435 call_insn_fdpic, call_value_insn_fdpic, call_symbol,
436 call_value_symbol, call_insn, call_value_insn): Explicitly clobber
437 RETS.
438 (return_internal): Take a reg rtx rather than the register number.
439
8e094aa2
L
4402009-09-03 H.J. Lu <hongjiu.lu@intel.com>
441
442 * tree-parloops.c (parallelize_loops): Cast to HOST_WIDE_INT
443 when comparing against estimated_loop_iterations_int return.
444
e20c9328
RG
4452009-09-03 Richard Guenther <rguenther@suse.de>
446
447 * dwarf2out.c (dwarf2out_do_cfi_asm): Remove check of
448 eh_personality_libfunc.
449
c9630c40
RL
4502009-09-03 Razya Ladelsky <razya@il.ibm.com>
451
452 * tree-parloops.c (separate_decls_in_region): Add space.
14e58be0 453
e7df16a5
RL
4542009-09-03 Razya Ladelsky <razya@il.ibm.com>
455
14e58be0 456 * tree-parloops.c (separate_decls_in_region): Change the condition
e7df16a5
RL
457 checking if there are reductions in the loop.
458
785aa2a7
RL
4592009-09-03 Razya Ladelsky <razya@il.ibm.com>
460
461 PR tree-optimization/38275
14e58be0 462 * tree-parloops.c (parallelize_loops): Replace profitability condition
785aa2a7
RL
463 for expected number of iterations.
464
e12c4094
AO
4652009-09-03 Alexandre Oliva <aoliva@redhat.com>
466
467 * doc/invoke.texi (BUILD_CONFIG): Document --with-build-config.
468 (bootstrap-debug): Explain conditions in which it becomes default.
469 (bootstrap-debug-big): Rather than duplicate bootstrap-debug,
470 make it add to it.
471
95da10ea
NK
4722009-09-03 Namhyung Kim <namhyung@gmail.com>
473
474 * doc/invoke.texi (Optimize Options): Move
475 -finline-small-functions to the -O2 list.
476
73d598d5
AO
4772009-09-03 Alexandre Oliva <aoliva@redhat.com>
478
479 * toplev.c (process_options): Enable var-tracking-assignments
480 by default if var-tracking is enabled.
481
896aa4ea
DD
4822009-09-02 David Daney <ddaney@caviumnetworks.com>
483
484 * cfgbuild.c (find_bb_boundaries): Split blocks containing a
485 barrier.
486 * emit-rtl.c (prev_nonnote_insn_bb): New function.
487 * rtl.h (prev_nonnote_insn_bb): Declare it.
488
4537ec0c
DN
4892009-09-03 Diego Novillo <dnovillo@google.com>
490
491 * cgraph.c (cgraph_node_for_decl): New.
492 * cgraph.h (cgraph_node_for_decl): Declare.
493 * tree.c (host_integerp): Return 0 if T is NULL.
494
4952009-09-03 Diego Novillo <dnovillo@google.com>
496
497 * tree.h (struct alias_pair): Move from varasm.c.
498 (alias_pairs): Likewise.
499 (TYPE_MAXVAL): Define.
500 (TYPE_MINVAL): Define.
501 (iterative_hash_host_wide_int): Declare.
502 (remove_unreachable_alias_pairs): Declare.
503 * tree-pass.h (pass_ipa_free_lang_data): Declare.
504 * diagnostic.c (default_diagnostic_starter): Make extern.
505 (default_diagnostic_finalizer): Make extern.
506 * diagnostic.h (default_diagnostic_starter): Declare.
507 (default_diagnostic_finalizer): Declare.
508 (default_tree_printer): Declare.
509 * toplev.c (default_tree_printer): Make extern.
510
5112009-09-03 Richard Guenther <rguenther@suse.de>
512 Diego Novillo <dnovillo@google.com>
513
514 * cgraph.c (cgraph_add_new_function): Remove gimplification.
515 * cgraphunit.c (cgraph_expand_function): Do not emit
516 associated thunks from here.
517 (cgraph_emit_thunks): New.
518 (cgraph_optimize): Call it.
519 Return if any IPA pass finds an error.
520 * varasm.c (finish_aliases_1): Ignore errorneous aliases used
521 by thunks.
522
5232009-09-03 Simon Baldwin <simonb@google.com>
524 Rafael Espindola <espindola@google.com>
525 Richard Guenther <rguenther@suse.de>
526 Doug Kwan <dougkwan@google.com>
527 Diego Novillo <dnovillo@google.com>
528
529 * tree.c: Include tree-pass.h, langhooks-def.h,
530 diagnostic.h, cgraph.h, timevar.h, except.h and debug.h.
531 (free_lang_data_in_type): New.
532 (need_assembler_name_p): New.
533 (free_lang_data_in_block): New.
534 (free_lang_data_in_decl): New.
535 (struct free_lang_data_d): New.
536 (add_tree_to_fld_list): New.
537 (find_decls_types_r): New.
538 (get_eh_types_for_runtime): New.
539 (find_decls_types_in_eh_region): New.
540 (find_decls_types_in_node): New.
541 (find_decls_types_in_var): New.
542 (free_lang_data_in_cgraph): New.
543 (free_lang_data): New.
544 (gate_free_lang_data): New.
545 (pass_ipa_free_lang_data): New.
546
5472009-09-03 Diego Novillo <dnovillo@google.com>
548
549 * timevar.def (TV_IPA_FREE_LANG_DATA): Define.
550 * langhooks.h (struct lang_hooks): Add field free_lang_data.
551 (lang_hooks): Remove const qualifier.
552 * ipa.c (cgraph_remove_unreachable_nodes): Call
553 remove_unreachable_alias_pairs.
554 * except.c (add_type_for_runtime): Check if TYPE has
555 already been converted.
556 (lookup_type_for_runtime): Likewise.
557 (check_handled): Handle converted types.
558 * varasm.c (remove_unreachable_alias_pairs): New.
559 * gimple.c: Include demangle.h.
560 (gimple_decl_printable_name): New.
561 (gimple_fold_obj_type_ref): New.
562 * gimple.h (gimple_decl_printable_name): Declare.
563 (gimple_fold_obj_type_ref): Declare.
564 * passes.c (init_optimization_passes): Add pass
565 pass_ipa_free_lang_data.
566 * langhooks-def.h (LANG_HOOKS_FREE_LANG_DATA): Define.
567 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_FREE_LANG_DATA.
568
5692009-09-03 Diego Novillo <dnovillo@google.com>
570
571 * c-lang.c (lang_hooks): Remove const qualifier.
572
02c8b4f8
LR
5732009-09-02 Loren James Rittle <ljrittle@acm.org>
574
575 * doc/install.texi (*-*-freebsd*): Update target information.
576
adee59ae
AS
5772009-09-02 Anatoly Sokolov <aesok@post.ru>
578
579 * hard-reg-set.h (call_fixed_regs): Remove.
580 * reginfo.c (call_fixed_regs): Remove.
581 (init_reg_sets_1): Remove initialization of call_fixed_regs.
582 (globalize_reg): Don't use call_fixed_regs.
583 * caller-save.c (init_caller_save): Use call_fixed_reg_set instead of
584 call_fixed_regs.
585
28ed065e
MM
5862009-09-01 Michael Matz <matz@suse.de>
587
588 * expr.h (emit_storent_insn, expand_expr_real_1,
589 expand_expr_real_2): Declare.
590 * expr.c (emit_storent_insn, expand_expr_real_1,
591 expand_expr_real_2): Export.
592 (store_expr): Setting and evaluating dont_return_target is
593 useless.
594 (expand_expr_real_1, <case GOTO_EXPR, RETURN_EXPR, SWITCH_EXPR,
595 LABEL_EXPR and ASM_EXPR>): Move to gcc_unreachable.
596 * except.c (expand_resx_expr): Rename to ...
597 (expand_resx_stmt): ... this. Rewrite to take gimple statement.
598 * except.h (expand_resx_stmt): Declare.
599 * stmt.c: Add include gimple.h
600 (expand_asm_expr): Rename to ...
601 (expand_asm_stmt): ... this. Rewrite to take gimple statement.
602 (expand_case): Rewrite to take gimple statement.
603 * tree.h (expand_asm_stmt): Declare.
604 (expand_case): Change prototype.
605 * Makefile.in (stmt.o): Depend on gimple.h.
606 * builtins.c (expand_builtin_synchronize): Build gimple asm
607 statement, not an ASM_EXPR.
608 * cfgexpand.c (gimple_cond_pred_to_tree, set_expr_location_r,
609 gimple_to_tree, release_stmt_tree): Remove.
610 (expand_gimple_cond): Don't call gimple_cond_pred_to_tree or
611 ggc_free, but hold comparison code and operands separately.
612 Call jumpif_1 and jumpifnot_1 instead of jumpif and jumpifnot.
613 (expand_call_stmt, expand_gimple_stmt_1,
614 expand_gimple_stmt): New helpers.
615 (expand_gimple_tailcall): Don't call gimple_to_tree, expand_expr_stmt,
616 release_stmt_tree. Call expand_gimple_stmt instead.
617 (expand_gimple_basic_block): Ditto.
618
619 * calls.c (emit_call_1): Don't look at EH regions here, make
620 fntree parameter useless.
621 (expand_call): New local rettype for TREE_TYPE(exp), use it
622 throughout. Remove local p, use addr instead.
623 Don't look at EH regions here.
624
ce18efcb
VM
6252009-09-02 Vladimir Makarov <vmakarov@redhat.com>
626
627 * doc/invoke.texi (-fsched-pressure): Document it.
628 (-fsched-reg-pressure-heuristic): Remove it.
14e58be0 629
ce18efcb
VM
630 * reload.c (ira.h): Include.
631 (find_reloads): Add choosing reload on number of small spilled
632 classes.
14e58be0 633
ce18efcb
VM
634 * haifa-sched.c (ira.h): Include.
635 (sched_pressure_p, sched_regno_cover_class, curr_reg_pressure,
636 saved_reg_pressure, curr_reg_live, saved_reg_live,
637 region_ref_regs): New variables.
638 (sched_init_region_reg_pressure_info, mark_regno_birth_or_death,
639 initiate_reg_pressure_info, setup_ref_regs,
640 initiate_bb_reg_pressure_info, save_reg_pressure,
641 restore_reg_pressure, dying_use_p, print_curr_reg_pressure): New
642 functions.
643 (setup_insn_reg_pressure_info): New function.
644 (rank_for_schedule): Add pressure checking and insn issue time.
645 Remove comparison of insn reg weights.
646 (ready_sort): Set insn reg pressure info.
647 (update_register_pressure, setup_insn_max_reg_pressure,
648 update_reg_and_insn_max_reg_pressure,
649 sched_setup_bb_reg_pressure_info): New functions.
650 (schedule_insn): Add code for printing and updating reg pressure
651 info.
652 (find_set_reg_weight, find_insn_reg_weight): Remove.
653 (ok_for_early_queue_removal): Do nothing if pressure_only_p.
654 (debug_ready_list): Print reg pressure info.
655 (schedule_block): Ditto. Check insn issue time.
656 (sched_init): Set up sched_pressure_p. Allocate and set up some
657 reg pressure related info.
658 (sched_finish): Free some reg pressure related info.
659 (fix_tick_ready): Make insn always ready if pressure_p.
660 (init_h_i_d): Don't call find_insn_reg_weight.
661 (haifa_finish_h_i_d): Free insn reg pressure info.
14e58be0 662
ce18efcb
VM
663 * ira-int.h (ira_hard_regno_cover_class, ira_reg_class_nregs,
664 ira_memory_move_cost, ira_class_hard_regs,
665 ira_class_hard_regs_num, ira_no_alloc_regs,
666 ira_available_class_regs, ira_reg_class_cover_size,
667 ira_reg_class_cover, ira_class_translate): Move to ira.h.
668
669 * ira-lives.c (single_reg_class): Check mode to find how many
670 registers are necessary for operand.
671 (ira_implicitly_set_insn_hard_regs): New.
672
673 * common.opt (fsched-pressure): New options.
674 (fsched-reg-pressure-heuristic): Remove.
675
676 * ira.c (setup_eliminable_regset): Rename to
677 ira_setup_eliminable_regset. Make it external.
678 (expand_reg_info): Pass cover class to setup_reg_classes.
679 (ira): Call resize_reg_info instead of allocate_reg_info.
680
681 * sched-deps.c: Include ira.h.
682 (implicit_reg_pending_clobbers, implicit_reg_pending_uses): New.
683 (create_insn_reg_use, create_insn_reg_set, setup_insn_reg_uses,
684 reg_pressure_info, insn_use_p, mark_insn_pseudo_birth,
685 mark_insn_hard_regno_birth, mark_insn_reg_birth,
686 mark_pseudo_death, mark_hard_regno_death, mark_reg_death,
687 mark_insn_reg_store, mark_insn_reg_clobber,
688 setup_insn_reg_pressure_info): New.
689 (sched_analyze_1): Update implicit_reg_pending_uses.
690 (sched_analyze_insn): Find implicit sets, uses, clobbers of regs.
691 Use them to create dependencies. Set insn reg uses and pressure
692 info. Process reg_pending_uses in one place.
693 (free_deps): Free implicit sets.
694 (remove_from_deps): Remove implicit sets if necessary. Check
695 implicit sets when clearing reg_last_in_use.
696 (init_deps_global): Clear implicit_reg_pending_clobbers and
697 implicit_reg_pending_uses.
14e58be0 698
ce18efcb
VM
699 * ira.h (ira_hard_regno_cover_class, ira_reg_class_nregs,
700 ira_memory_move_cost, ira_class_hard_regs,
701 ira_class_hard_regs_num, ira_no_alloc_regs,
702 ira_available_class_regs, ira_reg_class_cover_size,
703 ira_reg_class_cover, ira_class_translate): Move from ira-int.h.
704 (ira_setup_eliminable_regset, ira_set_pseudo_classes,
705 ira_implicitly_set_insn_hard_regs): New prototypes.
14e58be0 706
ce18efcb
VM
707 * ira-costs.c (pseudo_classes_defined_p, allocno_p,
708 cost_elements_num): New variables.
709 (allocno_costs, total_costs): Rename to costs and
710 total_allocno_costs.
711 (COSTS_OF_ALLOCNO): Rename to COSTS.
712 (allocno_pref): Rename to pref.
713 (allocno_pref_buffer): Rename to pref_buffer.
714 (common_classes): Rename to regno_cover_class.
715 (COST_INDEX): New.
716 (record_reg_classes): Set allocno attributes only if allocno_p.
717 (record_address_regs): Ditto. Use COST_INDEX instead of
718 ALLOCNO_NUM.
719 (scan_one_insn): Use COST_INDEX and COSTS instead of ALLOCNO_NUM
720 and COSTS_OF_ALLOCNO.
721 (print_costs): Rename to print_allocno_costs.
722 (print_pseudo_costs): New.
723 (process_bb_node_for_costs): Split into 2 functions with new
724 function process_bb_for_costs. Pass BB to process_bb_for_costs.
725 (find_allocno_class_costs): Rename to find_costs_and_classes. Add
726 new parameter dump_file. Use cost_elements_num instead of
727 ira_allocnos_num. Make one iteration if preferred classes were
728 already calculated for scheduler. Make 2 versions of code
729 depending on allocno_p.
730 (setup_allocno_cover_class_and_costs): Check allocno_p. Use
731 regno_cover_class and COSTS instead of common_classes and
732 COSTS_OF_ALLOCNO.
733 (init_costs, finish_costs): New.
734 (ira_costs): Set up allocno_p and cost_elements_num. Call
735 init_costs and finish_costs.
736 (ira_set_pseudo_classes): New.
737
738 * rtl.h (allocate_reg_info): Remove.
739 (resize_reg_info): Change return type.
740 (reg_cover_class): New.
741 (setup_reg_classes): Add new parameter.
14e58be0 742
ce18efcb
VM
743 * sched-int.h (struct deps_reg): New member implicit_sets.
744 (sched_pressure_p, sched_regno_cover_class): New external
745 definitions.
746 (INCREASE_BITS): New macro.
747 (struct reg_pressure_data, struct reg_use_data): New.
748 (struct _haifa_insn_data): Remove reg_weight. Add members
749 reg_pressure, reg_use_list, reg_set_list, and
750 reg_pressure_excess_cost_change.
751 (struct deps): New member implicit_sets.
752 (pressure_p): New variable.
753 (COVER_CLASS_BITS, INCREASE_BITS): New macros.
754 (struct reg_pressure_data, struct reg_use_data): New.
755 (INSN_REG_WEIGHT): Remove.
756 (INSN_REG_PRESSURE, INSN_MAX_REG_PRESSURE, INSN_REG_USE_LIST,
757 INSN_REG_SET_LIST, INSN_REG_PRESSURE_EXCESS_COST_CHANGE): New
758 macros.
759 (sched_init_region_reg_pressure_info,
760 sched_setup_bb_reg_pressure_info): New prototypes.
14e58be0
UB
761
762 * reginfo.c (struct reg_pref): New member coverclass.
ce18efcb
VM
763 (reg_cover_class): New function.
764 (reginfo_init, pass_reginfo_init): Move after free_reg_info.
765 (reg_info_size): New variable.
766 (allocate_reg_info): Make static. Setup reg_info_size.
767 (resize_reg_info): Use reg_info_size. Return flag of resizing.
768 (setup_reg_classes): Add a new parameter. Setup cover class too.
769
770 * Makefile.in (reload.o, haifa-sched.o, sched-deps.o): Add ira.h to the
771 dependencies.
772
773 * sched-rgn.c (deps_join): Set up implicit_sets.
774 (schedule_region): Set up region and basic blocks pressure
775 relative info.
14e58be0 776
ce18efcb
VM
777 * passes.c (init_optimization_passes): Move
778 pass_subregs_of_mode_init before pass_sched.
14e58be0 779
fef94f76
MJ
7802009-09-02 Martin Jambor <mjambor@suse.cz>
781
782 * tree-sra.c (struct access): New field grp_hint.
783 (dump_access): Dump grp_hint.
784 (sort_and_splice_var_accesses): Set grp_hint if a group is read
785 multiple times.
786 (analyze_access_subtree): Only scalarize accesses with grp_hint set or
787 those which have been specifically read and somehow written to.
788 (propagate_subacesses_accross_link): Set grp_hint of right child and
789 also possibly of the left child.
790
ded97380
JJ
7912009-09-02 Jakub Jelinek <jakub@redhat.com>
792
793 * tree-object-size.c (addr_object_size): Always use object_size_type
794 0 or 2 when determining the pointer pointed object size.
795
63838157
RG
7962009-09-02 Richard Guenther <rguenther@suse.de>
797
798 Revert
799 2009-08-31 Richard Guenther <rguenther@suse.de>
800
801 * builtins.c (fold_builtin_memory_op): Use the alias oracle
802 to query if the memory regions for memmove overlap.
803 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Relax the
804 asserts on pointers, instead deal with odd trees.
805 (ptr_derefs_may_alias_p): Likewise.
806 (refs_may_alias_p_1): Constructor bases also never alias.
807
c68e4eed
CB
8082009-08-01 Christian Bruel <christian.bruel@st.com>
809
810 Revert:
811 2009-07-31 Christian Bruel <christian.bruel@st.com>
812 * gcc/config.gcc (sh*-*-elf): test with_libgloss.
14e58be0 813
8fc68cba
AO
8142009-09-01 Alexandre Oliva <aoliva@redhat.com>
815
816 * doc/invoke.texi (-fvar-tracking-assignments): New.
817 (-fvar-tracking-assignments-toggle): New.
818 (-fdump-final-insns=file): Mark filename as optional.
819 (--param min-nondebug-insn-uid): New.
820 (-gdwarf-@{version}): Mention version 4.
821 * opts.c (common_handle_option): Accept it.
822 * tree-vrp.c (find_assert_locations_1): Skip debug stmts.
823 * regrename.c (regrename_optimize): Drop last. Don't count debug
824 insns as uses. Don't reject change because of debug insn.
825 (do_replace): Reject DEBUG_INSN as chain starter. Take base_regno
826 from the chain starter, and check for inexact matches in
827 DEBUG_INSNS.
828 (scan_rtx_reg): Accept inexact matches in DEBUG_INSNs.
829 (build_def_use): Simplify and fix the marking of DEBUG_INSNs.
830 * sched-ebb.c (schedule_ebbs): Skip boundary debug insns.
831 * fwprop.c (forward_propagate_and_simplify): ...into debug insns.
832 * doc/gimple.texi (is_gimple_debug): New.
833 (gimple_debug_bind_p): New.
834 (is_gimple_call, gimple_assign_cast_p): End sentence with period.
835 * doc/install.texi (bootstrap-debug): More details.
836 (bootstrap-debug-big, bootstrap-debug-lean): Document.
837 (bootstrap-debug-lib): More details.
838 (bootstrap-debug-ckovw): Update.
839 (bootstrap-time): New.
840 * tree-into-ssa.c (mark_def_sites): Skip debug stmts.
841 (insert_phi_nodes_for): Insert debug stmts.
842 (rewrite_stmt): Take iterator. Insert debug stmts.
843 (rewrite_enter_block): Adjust.
844 (maybe_replace_use_in_debug_stmt): New.
845 (rewrite_update_stmt): Use it.
846 (mark_use_interesting): Return early for debug stmts.
847 * tree-ssa-loop-im.c (rewrite_bittest): Propagate DEFs into debug
848 stmts before replacing stmt.
849 (move_computations_stmt): Likewise.
850 * ira-conflicts.c (add_copies): Skip debug insns.
851 * regstat.c (regstat_init_n_sets_and_refs): Discount debug insns.
852 (regstat_bb_compute_ri): Skip debug insns.
853 * tree-ssa-threadupdate.c (redirection_block_p): Skip debug stmts.
854 * tree-ssa-loop-manip.c (find_uses_to_rename_stmt,
855 check_loop_closed_ssa_stmt): Skip debug stmts.
856 * tree-tailcall.c (find_tail_calls): Likewise.
857 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Likewise.
858 * tree.h (MAY_HAVE_DEBUG_STMTS): New.
859 (build_var_debug_value_stat): Declare.
860 (build_var_debug_value): Define.
861 (target_for_debug_bind): Declare.
862 * reload.c (find_equiv_reg): Skip debug insns.
863 * rtlanal.c (reg_used_between_p): Skip debug insns.
864 (side_effects_p): Likewise.
865 (canonicalize_condition): Likewise.
14e58be0 866 * ddg.c (create_ddg_dep_from_intra_loop_link): Check that non-debug
8fc68cba
AO
867 insns never depend on debug insns.
868 (create_ddg_dep_no_link): Likewise.
869 (add_cross_iteration_register_deps): Use ANTI_DEP for debug insns.
870 Don't add inter-loop dependencies for debug insns.
871 (build_intra_loop_deps): Likewise.
872 (create_ddg): Count debug insns.
873 * ddg.h (struct ddg::num_debug): New.
874 (num_backargs): Pair up with previous int field.
875 * diagnostic.c (diagnostic_report_diagnostic): Skip notes on
876 -fcompare-debug-second.
877 * final.c (get_attr_length_1): Skip debug insns.
878 (rest_of_clean-state): Don't dump CFA_RESTORE_STATE.
879 * gcc.c (invoke_as): Call compare-debug-dump-opt.
880 (driver_self_specs): Map -fdump-final-insns to
881 -fdump-final-insns=..
882 (get_local_tick): New.
883 (compare_debug_dump_opt_spec_function): Test for . argument and
884 compute output name. Compute temp output spec without flag name.
885 Compute -frandom-seed.
886 (OPT): Undef after use.
887 * cfgloopanal.c (num_loop_insns): Skip debug insns.
888 (average_num_loop_insns): Likewise.
889 * params.h (MIN_NONDEBUG_INSN_UID): New.
890 * gimple.def (GIMPLE_DEBUG): New.
891 * ipa-reference.c (scan_stmt_for_static_refs): Skip debug stmts.
892 * auto-inc-dec.c (merge_in_block): Skip debug insns.
893 (merge_in_block): Fix whitespace.
894 * toplev.c (flag_var_tracking): Update comment.
895 (flag_var_tracking_assignments): New.
896 (flag_var_tracking_assignments_toggle): New.
897 (process_options): Don't open final insns dump file if we're not
898 going to write to it. Compute defaults for var_tracking.
899 * df-scan.c (df_insn_rescan_debug_internal): New.
900 (df_uses_record): Handle debug insns.
901 * haifa-sched.c (ready): Initialize n_debug.
902 (contributes_to_priority): Skip debug insns.
903 (dep_list_size): New.
904 (priority): Use it.
14e58be0 905 (rank_for_schedule): Likewise. Schedule debug insns as soon as
8fc68cba
AO
906 they're ready. Disregard previous debug insns to make decisions.
907 (queue_insn): Never queue debug insns.
908 (ready_add, ready_remove_first, ready_remove): Count debug insns.
909 (schedule_insn): Don't reject debug insns because of issue rate.
910 (get_ebb_head_tail, no_real_insns_p): Skip boundary debug insns.
911 (queue_to_ready): Skip and discount debug insns.
912 (choose_ready): Let debug insns through.
913 (schedule_block): Check boundary debug insns. Discount debug
914 insns, schedule them early. Adjust whitespace.
915 (set_priorities): Check for boundary debug insns.
916 (add_jump_dependencies): Use dep_list_size.
917 (prev_non_location_insn): New.
918 (check_cfg): Use it.
919 * tree-ssa-loop-ivopts.c (find-interesting_users): Skip debug
920 stmts.
921 (remove_unused_ivs): Reset debug stmts.
922 * modulo-sched.c (const_iteration_count): Skip debug insns.
923 (res_MII): Discount debug insns.
924 (loop_single_full_bb_p): Skip debug insns.
925 (sms_schedule): Likewise.
926 (sms_schedule_by_order): Likewise.
927 (ps_has_conflicts): Likewise.
928 * caller-save.c (refmarker_fn): New.
929 (save_call_clobbered_regs): Replace regs with saved mem in
930 debug insns.
931 (mark_referenced_regs): Take pointer, mark and arg. Adjust.
932 Call refmarker_fn mark for hardregnos.
933 (mark_reg_as_referenced): New.
934 (replace_reg_with_saved_mem): New.
935 * ipa-pure-const.c (check_stmt): Skip debug stmts.
936 * cse.c (cse_insn): Canonicalize debug insns. Skip them when
937 searching back.
938 (cse_extended_basic_block): Skip debug insns.
939 (count_reg_usage): Likewise.
940 (is_dead_reg): New, split out of...
941 (set_live_p): ... here.
942 (insn_live_p): Use it for debug insns.
943 * tree-stdarg.c (check_all_va_list_escapes): Skip debug stmts.
944 (execute_optimize_stdarg): Likewise.
945 * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
946 * tree-ssa-propagate.c (substitute_and_fold): Don't regard
947 changes in debug stmts as changes.
948 * sel-sched.c (moving_insn_creates_bookkeeping_block_p): New.
949 (moveup_expr): Don't move across debug insns. Don't move
950 debug insn if it would create a bookkeeping block.
951 (moveup_expr_cached): Don't use cache for debug insns that
952 are heads of blocks.
953 (compute_av_set_inside_bb): Skip debug insns.
954 (sel_rank_for_schedule): Schedule debug insns first. Remove
955 dead code.
956 (block_valid_for_bookkeeping_p); Support lax searches.
957 (create_block_for_bookkeeping): Adjust block numbers when
958 encountering debug-only blocks.
959 (find_place_for_bookkeeping): Deal with debug-only blocks.
960 (generate_bookkeeping_insn): Accept no place to insert.
961 (remove_temp_moveop_nops): New argument full_tidying.
962 (prepare_place_to_insert): Deal with debug insns.
963 (advance_state_on_fence): Debug insns don't start cycles.
964 (update_boundaries): Take fence as argument. Deal with
965 debug insns.
966 (schedule_expr_on_boundary): No full_tidying on debug insns.
967 (fill_insns): Deal with debug insns.
968 (track_scheduled_insns_and_blocks): Don't count debug insns.
969 (need_nop_to_preserve_insn_bb): New, split out of...
970 (remove_insn_from_stream): ... this.
971 (fur_orig_expr_not_found): Skip debug insns.
972 * rtl.def (VALUE): Move up.
973 (DEBUG_INSN): New.
974 * tree-ssa-sink.c (all_immediate_uses_same_place): Skip debug
975 stmts.
976 (nearest_common_dominator_of_uses): Take debug_stmts argument.
977 Set it if debug stmts are found.
978 (statement_sink_location): Skip debug stmts. Propagate
979 moving defs into debug stmts.
980 * ifcvt.c (first_active_insn): Skip debug insns.
981 (last_active_insns): Likewise.
982 (cond_exec_process_insns): Likewise.
983 (noce_process_if_block): Likewise.
984 (check_cond_move_block): Likewise.
985 (cond_move_convert_if_block): Likewise.
986 (block_jumps_and_fallthru_p): Likewise.
987 (dead_or_predicable): Likewise.
988 * dwarf2out.c (debug_str_hash_forced): New.
989 (find_AT_string): Add comment.
990 (gen_label_for_indirect_string): New.
991 (get_debug_string_label): New.
992 (AT_string_form): Use it.
993 (mem_loc_descriptor): Handle non-TLS symbols. Handle MINUS , DIV,
994 MOD, AND, IOR, XOR, NOT, ABS, NEG, and CONST_STRING. Accept but
995 discard COMPARE, IF_THEN_ELSE, ROTATE, ROTATERT, TRUNCATE and
996 several operations that cannot be represented with DWARF opcodes.
997 (loc_descriptor): Ignore SIGN_EXTEND and ZERO_EXTEND. Require
998 dwarf_version 4 for DW_OP_implicit_value and DW_OP_stack_value.
999 (dwarf2out_var_location): Take during-call mark into account.
1000 (output_indirect_string): Update comment. Output if there are
1001 label and references.
1002 (prune_indirect_string): New.
1003 (prune_unused_types): Call it if debug_str_hash_forced.
1004 More in dwarf2out.c, from Jakub Jelinek <jakub@redhat.com>:
1005 (dw_long_long_const): Remove.
1006 (struct dw_val_struct): Change val_long_long type to rtx.
1007 (print_die, attr_checksum, same_dw_val_p, loc_descriptor): Adjust for
1008 val_long_long change to CONST_DOUBLE rtx from a long hi/lo pair.
1009 (output_die): Likewise. Use HOST_BITS_PER_WIDE_INT size of each
1010 component instead of HOST_BITS_PER_LONG.
14e58be0 1011 (output_loc_operands): Likewise. For const8* assert
8fc68cba
AO
1012 HOST_BITS_PER_WIDE_INT rather than HOST_BITS_PER_LONG is >= 64.
1013 (output_loc_operands_raw): For const8* assert HOST_BITS_PER_WIDE_INT
1014 rather than HOST_BITS_PER_LONG is >= 64.
1015 (add_AT_long_long): Remove val_hi and val_lo arguments, add
1016 val_const_double.
1017 (size_of_die): Use HOST_BITS_PER_WIDE_INT size multiplier instead of
1018 HOST_BITS_PER_LONG for dw_val_class_long_long.
1019 (add_const_value_attribute): Adjust add_AT_long_long caller. Don't
1020 handle TLS SYMBOL_REFs. If CONST wraps a constant, tail recurse.
1021 (dwarf_stack_op_name): Handle DW_OP_implicit_value and
1022 DW_OP_stack_value.
1023 (size_of_loc_descr, output_loc_operands, output_loc_operands_raw):
1024 Handle DW_OP_implicit_value.
1025 (extract_int): Move prototype earlier.
1026 (mem_loc_descriptor): For SUBREG punt if inner
1027 mode size is wider than DWARF2_ADDR_SIZE. Handle SIGN_EXTEND
1028 and ZERO_EXTEND by DW_OP_shl and DW_OP_shr{a,}. Handle
1029 EQ, NE, GT, GE, LT, LE, GTU, GEU, LTU, LEU, SMIN, SMAX, UMIN,
1030 UMAX, SIGN_EXTRACT, ZERO_EXTRACT.
1031 (loc_descriptor): Compare mode size with DWARF2_ADDR_SIZE
1032 instead of Pmode size.
1033 (loc_descriptor): Add MODE argument. Handle CONST_INT, CONST_DOUBLE,
1034 CONST_VECTOR, CONST, LABEL_REF and SYMBOL_REF if mode != VOIDmode,
1035 attempt to handle other expressions. Don't handle TLS SYMBOL_REFs.
1036 (concat_loc_descriptor, concatn_loc_descriptor,
1037 loc_descriptor_from_tree_1): Adjust loc_descriptor callers.
1038 (add_location_or_const_value_attribute): Likewise. For single
1039 location loc_lists attempt to use add_const_value_attribute
1040 for constant decls. Add DW_AT_const_value even if
1041 NOTE_VAR_LOCATION is VAR_LOCATION with CONSTANT_P or CONST_STRING
1042 in its expression.
1043 * cfgbuild.c (inside_basic_block_p): Handle debug insns.
1044 (control_flow_insn_p): Likewise.
1045 * tree-parloops.c (eliminate_local_variables_stmt): Handle debug
1046 stmt.
1047 (separate_decls_in_region_debug_bind): New.
1048 (separate_decls_in_region): Process debug bind stmts afterwards.
1049 * recog.c (verify_changes): Handle debug insns.
1050 (extract_insn): Likewise.
1051 (peephole2_optimize): Skip debug insns.
1052 * dse.c (scan_insn): Skip debug insns.
1053 * sel-sched-ir.c (return_nop_to_pool): Take full_tidying argument.
1054 Pass it on.
1055 (setup_id_for_insn): Handle debug insns.
1056 (maybe_tidy_empty_bb): Adjust whitespace.
1057 (tidy_control_flow): Skip debug insns.
1058 (sel_remove_insn): Adjust for debug insns.
1059 (sel_estimate_number_of_insns): Skip debug insns.
1060 (create_insn_rtx_from_pattern): Handle debug insns.
1061 (create_copy_of_insn_rtx): Likewise.
1062 * sel-sched-.h (sel_bb_end): Declare.
1063 (sel_bb_empty_or_nop_p): New.
1064 (get_all_loop_exits): Use it.
1065 (_eligible_successor_edge_p): Likewise.
1066 (return_nop_to_pool): Adjust.
1067 * tree-eh.c (tre_empty_eh_handler_p): Skip debug stmts.
1068 * ira-lives.c (process_bb_node_lives): Skip debug insns.
1069 * gimple-pretty-print.c (dump_gimple_debug): New.
1070 (dump_gimple_stmt): Use it.
1071 (dump_bb_header): Skip gimple debug stmts.
1072 * regmove.c (optimize_reg_copy_1): Discount debug insns.
1073 (fixup_match_2): Likewise.
1074 (regmove_backward_pass): Likewise. Simplify combined
1075 replacement. Handle debug insns.
1076 * function.c (instantiate_virtual_regs): Handle debug insns.
1077 * function.h (struct emit_status): Add x_cur_debug_insn_uid.
1078 * print-rtl.h: Include cselib.h.
1079 (print_rtx): Print VALUEs. Split out and recurse for
1080 VAR_LOCATIONs.
1081 * df.h (df_inns_rescan_debug_internal): Declare.
1082 * gcse.c (alloc_hash_table): Estimate n_insns.
1083 (cprop_insn): Don't regard debug insns as changes.
1084 (bypass_conditional_jumps): Skip debug insns.
1085 (one_pre_gcse_pass): Adjust.
1086 (one_code_hoisting_pass): Likewise.
1087 (compute_ld_motion_mems): Skip debug insns.
1088 (one_cprop_pass): Adjust.
1089 * tree-if-conv.c (tree_if_convert_stmt): Reset debug stmts.
1090 (if_convertible_stmt_p): Handle debug stmts.
1091 * init-regs.c (initialize_uninitialized_regs): Skip debug insns.
1092 * tree-vect-loop.c (vect_is_simple_reduction): Skip debug stmts.
1093 * ira-build.c (create_bb_allocnos): Skip debug insns.
1094 * tree-flow-inline.h (has_zero_uses): Discount debug stmts.
1095 (has_single_use): Likewise.
1096 (single_imm_use): Likewise.
1097 (num_imm_uses): Likewise.
1098 * tree-ssa-phiopt.c (empty_block_p): Skip debug stmts.
1099 * tree-ssa-coalesce.c (build_ssa_conflict_graph): Skip debug stmts.
1100 (create_outofssa_var_map): Likewise.
1101 * lower-subreg.c (adjust_decomposed_uses): New.
1102 (resolve_debug): New.
1103 (decompose_multiword_subregs): Use it.
1104 * tree-dfa.c (find_referenced_vars): Skip debug stmts.
1105 * emit-rtl.c: Include params.h.
1106 (cur_debug_insn_uid): Define.
1107 (set_new_first_and_last_insn): Set cur_debug_insn_uid too.
1108 (copy_rtx_if_shared_1): Handle debug insns.
1109 (reset_used_flags): Likewise.
1110 (set_used_flags): LIkewise.
1111 (get_max_insn_count): New.
1112 (next_nondebug_insn): New.
1113 (prev_nondebug_insn): New.
1114 (make_debug_insn_raw): New.
1115 (emit_insn_before_noloc): Handle debug insns.
1116 (emit_jump_insn_before_noloc): Likewise.
1117 (emit_call_insn_before_noloc): Likewise.
1118 (emit_debug_insn_before_noloc): New.
1119 (emit_insn_after_noloc): Handle debug insns.
1120 (emit_jump_insn_after_noloc): Likewise.
1121 (emit_call_insn_after_noloc): Likewise.
1122 (emit_debug_insn_after_noloc): Likewise.
1123 (emit_insn_after): Take loc from earlier non-debug insn.
1124 (emit_jump_insn_after): Likewise.
1125 (emit_call_insn_after): Likewise.
1126 (emit_debug_insn_after_setloc): New.
1127 (emit_debug_insn_after): New.
1128 (emit_insn_before): Take loc from later non-debug insn.
1129 (emit_jump_insn_before): Likewise.
1130 (emit_call_insn_before): Likewise.
1131 (emit_debug_insn_before_setloc): New.
1132 (emit_debug_insn_before): New.
1133 (emit_insn): Handle debug insns.
1134 (emit_debug_insn): New.
1135 (emit_jump_insn): Handle debug insns.
1136 (emit_call_insn): Likewise.
1137 (emit): Likewise.
1138 (init_emit): Take min-nondebug-insn-uid into account.
1139 Initialize cur_debug_insn_uid.
1140 (emit_copy_of_insn_after): Handle debug insns.
1141 * cfgexpand.c (gimple_assign_rhs_to_tree): Do not overwrite
1142 location of single rhs in place.
1143 (maybe_dump_rtl_for_gimple_stmt): Dump lineno.
1144 (floor_sdiv_adjust): New.
1145 (cell_sdiv_adjust): New.
1146 (cell_udiv_adjust): New.
1147 (round_sdiv_adjust): New.
1148 (round_udiv_adjust): New.
1149 (wrap_constant): Moved from cselib.
1150 (unwrap_constant): New.
1151 (expand_debug_expr): New.
1152 (expand_debug_locations): New.
1153 (expand_gimple_basic_block): Drop hiding redeclaration. Expand
1154 debug bind stmts.
1155 (gimple_expand_cfg): Expand debug locations.
1156 * cselib.c: Include tree-pass.h.
1157 (struct expand_value_data): New.
1158 (cselib_record_sets_hook): New.
1159 (PRESERVED_VALUE_P, LONG_TERM_PRESERVED_VALUE_P): New.
1160 (cselib_clear_table): Move, and implemnet in terms of...
1161 (cselib_reset_table_with_next_value): ... this.
1162 (cselib_get_next_unknown_value): New.
1163 (discard_useless_locs): Don't discard preserved values.
1164 (cselib_preserve_value): New.
1165 (cselib_preserved_value_p): New.
1166 (cselib_preserve_definitely): New.
1167 (cselib_clear_preserve): New.
1168 (cselib_preserve_only_values): New.
1169 (new_cselib_val): Take rtx argument. Dump it in details.
1170 (cselib_lookup_mem): Adjust.
1171 (expand_loc): Take regs_active in struct. Adjust. Silence
1172 dumps unless details are requested.
1173 (cselib_expand_value_rtx_cb): New.
1174 (cselib_expand_value_rtx): Rename and reimplment in terms of...
1175 (cselib_expand_value_rtx_1): ... this. Adjust. Silence dumps
1176 without details. Copy more subregs. Try to resolve values
1177 using a callback. Wrap constants.
1178 (cselib_subst_to_values): Adjust.
1179 (cselib_log_lookup): New.
1180 (cselib_lookup): Call it.
1181 (cselib_invalidate_regno): Don't count preserved values as
1182 useless.
1183 (cselib_invalidate_mem): Likewise.
1184 (cselib_record_set): Likewise.
1185 (struct set): Renamed to cselib_set, moved to cselib.h.
1186 (cselib_record_sets): Adjust. Call hook.
1187 (cselib_process_insn): Reset table when it would be cleared.
1188 (dump_cselib_val): New.
1189 (dump_cselib_table): New.
1190 * tree-cfgcleanup.c (tree_forwarded_block_p): Skip debug stmts.
1191 (remove_forwarder_block): Support moving debug stmts.
1192 * cselib.h (cselib_record_sets_hook): Declare.
1193 (cselib_expand_callback): New type.
1194 (cselib_expand_value_rtx_cb): Declare.
1195 (cselib_reset_table_with_next_value): Declare.
1196 (cselib_get_next_unknown_value): Declare.
1197 (cselib_preserve_value): Declare.
1198 (cselib_preserved_value_p): Declare.
1199 (cselib_preserve_only_values): Declare.
1200 (dump_cselib_table): Declare.
1201 * cfgcleanup.c (flow_find_cross_jump): Skip debug insns.
1202 (try_crossjump_to_edge): Likewise.
1203 (delete_unreachable_blocks): Remove dominant GIMPLE blocks after
1204 dominated blocks when debug stmts are present.
1205 * simplify-rtx.c (delegitimize_mem_from_attrs): New.
1206 * tree-ssa-live.c (remove_unused_locals): Skip debug stmts.
1207 (set_var_live_on_entry): Likewise.
1208 * loop-invariant.c (find_invariants_bb): Skip debug insns.
1209 * cfglayout.c (curr_location, last_location): Make static.
1210 (set_curr_insn_source_location): Don't avoid bouncing.
1211 (get_curr_insn_source_location): New.
1212 (get_curr_insn_block): New.
1213 (duplicate_insn_chain): Handle debug insns.
1214 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Propagate
1215 into debug stmts.
1216 * common.opt (fcompare-debug): Move to sort order.
1217 (fdump-unnumbered-links): Likewise.
1218 (fvar-tracking-assignments): New.
1219 (fvar-tracking-assignments-toggle): New.
1220 * tree-ssa-dce.c (mark_stmt_necessary): Don't mark blocks
1221 because of debug stmts.
1222 (mark_stmt_if_obviously_necessary): Mark debug stmts.
1223 (eliminate_unnecessary_stmts): Walk dominated blocks before
1224 dominators.
1225 * tree-ssa-ter.c (find_replaceable_in_bb): Skip debug stmts.
1226 * ira.c (memref_used_between_p): Skip debug insns.
1227 (update_equiv_regs): Likewise.
1228 * sched-deps.c (sd_lists_size): Accept empty list.
1229 (sd_init_insn): Mark debug insns.
1230 (sd_finish_insn): Unmark them.
1231 (sd_add_dep): Reject non-debug deps on debug insns.
1232 (fixup_sched_groups): Give debug insns group treatment.
1233 Skip debug insns.
1234 (sched_analyze_reg): Don't mark debug insns for sched before call.
1235 (sched_analyze_2): Handle debug insns.
1236 (sched_analyze_insn): Compute next non-debug insn. Handle debug
1237 insns.
1238 (deps_analyze_insn): Handle debug insns.
1239 (deps_start_bb): Skip debug insns.
1240 (init_deps): Initialize last_debug_insn.
1241 * tree-ssa.c (target_for_debug_bind): New.
1242 (find_released_ssa_name): New.
1243 (propagate_var_def_into_debug_stmts): New.
1244 (propagate_defs_into_debug_stmts): New.
1245 (verify_ssa): Skip debug bind stmts without values.
1246 (warn_uninialized_vars): Skip debug stmts.
1247 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Set default.
1248 * rtl.c (rtx_equal_p_cb): Handle VALUEs.
1249 (rtx_equal_p): Likewise.
1250 * ira-costs.c (scan_one_insn): Skip debug insns.
1251 (process_bb_node_for_hard_reg_moves): Likewise.
1252 * rtl.h (DEBUG_INSN_P): New.
1253 (NONDEBUG_INSN_P): New.
1254 (MAY_HAVE_DEBUG_INSNS): New.
1255 (INSN_P): Accept debug insns.
1256 (RTX_FRAME_RELATED_P): Likewise.
1257 (INSN_DELETED_P): Likewise
1258 (PAT_VAR_LOCATION_DECL): New.
1259 (PAT_VAR_LOCATION_LOC): New.
1260 (PAT_VAR_OCATION_STATUS): New.
1261 (NOTE_VAR_LOCATION_DECL): Reimplement.
1262 (NOTE_VAR_LOCATION_LOC): Likewise.
1263 (NOTE_VAR_LOCATION_STATUS): Likewise.
1264 (INSN_VAR_LOCATION): New.
1265 (INSN_VAR_LOCATION_DECL): New.
1266 (INSN_VAR_LOCATION_LOC): New.
1267 (INSN_VAR_LOCATION_STATUS): New.
1268 (gen_rtx_UNKNOWN_VAR_LOC): New.
1269 (VAR_LOC_UNKNOWN_P): New.
1270 (NOTE_DURING_CALL_P): New.
1271 (SCHED_GROUP_P): Accept debug insns.
1272 (emit_debug_insn_before): Declare.
1273 (emit_debug_insn_before_noloc): Declare.
1274 (emit_debug_insn_beore_setloc): Declare.
1275 (emit_debug_insn_after): Declare.
1276 (emit_debug_insn_after_noloc): Declare.
1277 (emit_debug_insn_after_setloc): Declare.
1278 (emit_debug_insn): Declare.
1279 (make_debug_insn_raw): Declare.
1280 (prev_nondebug_insn): Declare.
1281 (next_nondebug_insn): Declare.
1282 (delegitimize_mem_from_attrs): Declare.
1283 (get_max_insn_count): Declare.
1284 (wrap_constant): Declare.
1285 (unwrap_constant): Declare.
1286 (get_curr_insn_source_location): Declare.
1287 (get_curr_insn_block): Declare.
1288 * tree-inline.c (insert_debug_decl_map): New.
1289 (processing_debug_stmt): New.
1290 (remap_decl): Don't create new mappings in debug stmts.
1291 (remap_gimple_op_r): Don't add references in debug stmts.
1292 (copy_tree_body_r): Likewise.
1293 (remap_gimple_stmt): Handle debug bind stmts.
1294 (copy_bb): Skip debug stmts.
1295 (copy_edges_for_bb): Likewise.
1296 (copy_debug_stmt): New.
1297 (copy_debug_stmts): New.
1298 (copy_body): Copy debug stmts at the end.
1299 (insert_init_debug_bind): New.
1300 (insert_init_stmt): Take id. Skip and emit debug stmts.
1301 (setup_one_parameter): Remap variable earlier, register debug
1302 mapping.
1303 (estimate_num_insns): Skip debug stmts.
1304 (expand_call_inline): Preserve debug_map.
1305 (optimize_inline_calls): Check for no debug_stmts left-overs.
1306 (unsave_expr_now): Preserve debug_map.
1307 (copy_gimple_seq_and_replace_locals): Likewise.
1308 (tree_function_versioning): Check for no debug_stmts left-overs.
1309 Init and destroy debug_map as needed. Split edges unconditionally.
1310 (build_duplicate_type): Init and destroy debug_map as needed.
1311 * tree-inline.h: Include gimple.h instead of pointer-set.h.
1312 (struct copy_body_data): Add debug_stmts and debug_map.
1313 * sched-int.h (struct ready_list): Add n_debug.
1314 (struct deps): Add last_debug_insn.
1315 (DEBUG_INSN_SCHED_P): New.
1316 (BOUNDARY_DEBUG_INSN_P): New.
1317 (SCHEDULE_DEBUG_INSN_P): New.
1318 (sd_iterator_cond): Accept empty list.
1319 * combine.c (create_log_links): Skip debug insns.
1320 (combine_instructions): Likewise.
1321 (cleanup_auto_inc_dec): New. From Jakub Jelinek: Make sure the
1322 return value is always unshared.
1323 (struct rtx_subst_pair): New.
1324 (auto_adjust_pair): New.
1325 (propagate_for_debug_subst): New.
1326 (propagate_for_debug): New.
1327 (try_combine): Skip debug insns. Propagate removed defs into
1328 debug insns.
1329 (next_nonnote_nondebug_insn): New.
1330 (distribute_notes): Use it. Skip debug insns.
1331 (distribute_links): Skip debug insns.
1332 * tree-outof-ssa.c (set_location_for_edge): Likewise.
1333 * resource.c (mark_target_live_regs): Likewise.
1334 * var-tracking.c: Include cselib.h and target.h.
1335 (enum micro_operation_type): Add MO_VAL_USE, MO_VAL_LOC, and
1336 MO_VAL_SET.
1337 (micro_operation_type_name): New.
1338 (enum emit_note_where): Add EMIT_NOTE_AFTER_CALL_INSN.
1339 (struct micro_operation_def): Update comments.
1340 (decl_or_value): New type. Use instead of decls.
1341 (struct emit_note_data_def): Add vars.
1342 (struct attrs_def): Use decl_or_value.
1343 (struct variable_tracking_info_def): Add permp, flooded.
1344 (struct location_chain_def): Update comment.
1345 (struct variable_part_def): Use decl_or_value.
1346 (struct variable_def): Make var_part a variable length array.
1347 (valvar_pool): New.
1348 (scratch_regs): New.
1349 (cselib_hook_called): New.
1350 (dv_is_decl_p): New.
1351 (dv_is_value_p): New.
1352 (dv_as_decl): New.
1353 (dv_as_value): New.
1354 (dv_as_opaque): New.
1355 (dv_onepart_p): New.
1356 (dv_pool): New.
1357 (IS_DECL_CODE): New.
1358 (check_value_is_not_decl): New.
1359 (dv_from_decl): New.
1360 (dv_from_value): New.
1361 (dv_htab_hash): New.
1362 (variable_htab_hash): Use it.
1363 (variable_htab_eq): Support values.
1364 (variable_htab_free): Free from the right pool.
1365 (attrs_list_member, attrs_list_insert): Use decl_or_value.
1366 (attrs_list_union): Adjust.
1367 (attrs_list_mpdv_union): New.
1368 (tie_break_pointers): New.
1369 (canon_value_cmp): New.
1370 (unshare_variable): Return possibly-modified slot.
1371 (vars_copy_1): Adjust.
1372 (var_reg_decl_set): Adjust. Split out of...
1373 (var_reg_set): ... this.
1374 (get_init_value): Adjust.
1375 (var_reg_delete_and_set): Adjust.
1376 (var_reg_delete): Adjust.
1377 (var_regno_delete): Adjust.
1378 (var_mem_decl_set): Split out of...
1379 (var_mem_set): ... this.
1380 (var_mem_delete_and_set): Adjust.
1381 (var_mem_delete): Adjust.
1382 (val_store): New.
1383 (val_reset): New.
1384 (val_resolve): New.
1385 (variable_union): Adjust. Speed up merge of 1-part vars.
1386 (variable_canonicalize): Use unshared slot.
1387 (VALUED_RECURSED_INTO): New.
1388 (find_loc_in_1pdv): New.
1389 (struct dfset_merge): New.
1390 (insert_into_intersection): New.
1391 (intersect_loc_chains): New.
1392 (loc_cmp): New.
1393 (canonicalize_loc_order_check): New.
1394 (canonicalize_values_mark): New.
1395 (canonicalize_values_star): New.
1396 (variable_merge_over_cur): New.
1397 (variable_merge_over_src): New.
1398 (dataflow_set_merge): New.
1399 (dataflow_set_equiv_regs): New.
1400 (remove_duplicate_values): New.
1401 (struct dfset_post_merge): New.
1402 (variable_post_merge_new_vals): New.
1403 (variable_post_merge_perm_vals): New.
1404 (dataflow_post_merge_adjust): New.
1405 (find_mem_expr_in_1pdv): New.
1406 (dataflow_set_preserve_mem_locs): New.
1407 (dataflow_set_remove_mem_locs): New.
1408 (dataflow_set_clear_at_call): New.
1409 (onepart_variable_different_p): New.
1410 (variable_different_p): Use it.
1411 (dataflow_set_different_1): Adjust. Make detailed dump
1412 more verbose.
1413 (track_expr_p): Add need_rtl parameter. Don't generate rtl
1414 if not needed.
1415 (track_loc_p): Pass it true.
1416 (struct count_use_info): New.
1417 (find_use_val): New.
1418 (replace_expr_with_values): New.
1419 (log_op_type): New.
1420 (use_type): New, partially split out of...
1421 (count_uses): ... this. Count new micro-ops.
1422 (count_uses_1): Adjust.
1423 (count_stores): Adjust.
1424 (count_with_sets): New.
1425 (VAL_NEEDS_RESOLUTION): New.
1426 (VAL_HOLDS_TRACK_EXPR): New.
1427 (VAL_EXPR_IS_COPIED): New.
1428 (VAL_EXPR_IS_CLOBBERED): New.
1429 (add_uses): Adjust. Generate new micro-ops.
1430 (add_uses_1): Adjust.
1431 (add_stores): Generate new micro-ops.
1432 (add_with_sets): New.
1433 (find_src_status): Adjust.
1434 (find_src_set_src): Adjust.
1435 (compute_bb_dataflow): Use dataflow_set_clear_at_call.
1436 Handle new micro-ops. Canonicalize value equivalances.
1437 (vt_find_locations): Compute total size of hash tables for
1438 dumping. Perform merge for var-tracking-assignments. Don't
1439 disregard single-block loops.
1440 (dump_attrs_list): Handle decl_or_value.
1441 (dump_variable): Take variable. Deal with decl_or_value.
1442 (dump_variable_slot): New.
1443 (dump_vars): Use it.
1444 (dump_dataflow_sets): Adjust.
1445 (set_slot_part): New, extended to support one-part variables
1446 after splitting out of...
1447 (set_variable_part): ... this.
1448 (clobber_slot_part): New, split out of...
1449 (clobber_variable_part): ... this.
1450 (delete_slot_part): New, split out of...
1451 (delete_variable_part): .... this.
1452 (check_wrap_constant): New.
1453 (vt_expand_loc_callback): New.
1454 (vt_expand_loc): New.
1455 (emit_note_insn_var_location): Adjust. Handle values. Handle
1456 EMIT_NOTE_AFTER_CALL_INSN.
1457 (emit_notes_for_differences_1): Adjust. Handle values.
1458 (emit_notes_for_differences_2): Likewise.
1459 (emit_notes_for_differences): Adjust.
1460 (emit_notes_in_bb): Take pointer to set. Emit AFTER_CALL_INSN
1461 notes. Adjust. Handle new micro-ops.
1462 (vt_add_function_parameters): Adjust. Create and bind values.
1463 (vt_initialize): Adjust. Initialize scratch_regs and
1464 valvar_pool, flooded and perm.. Initialize and use cselib. Log
1465 operations. Move some code to count_with_sets and add_with_sets.
1466 (delete_debug_insns): New.
1467 (vt_debug_insns_local): New.
1468 (vt_finalize): Release permp, valvar_pool, scratch_regs. Finish
1469 cselib.
1470 (var_tracking_main): If var-tracking-assignments is enabled
1471 but var-tracking isn't, delete debug insns and leave. Likewise
1472 if we exceed limits or fail the stack adjustments tests, and
1473 after all var-tracking processing.
1474 More in var-tracking, from Jakub Jelinek <jakub@redhat.com>:
1475 (dataflow_set): Add traversed_vars.
1476 (value_chain, const_value_chain): New typedefs.
1477 (value_chain_pool, value_chains): New variables.
1478 (value_chain_htab_hash, value_chain_htab_eq, add_value_chain,
1479 add_value_chains, add_cselib_value_chains, remove_value_chain,
1480 remove_value_chains, remove_cselib_value_chains): New functions.
1481 (shared_hash_find_slot_unshare_1, shared_hash_find_slot_1,
1482 shared_hash_find_slot_noinsert_1, shared_hash_find_1): New
1483 static inlines.
1484 (shared_hash_find_slot_unshare, shared_hash_find_slot,
1485 shared_hash_find_slot_noinsert, shared_hash_find): Update.
1486 (dst_can_be_shared): New variable.
1487 (unshare_variable): Unshare set->vars if shared, use shared_hash_*.
1488 Clear dst_can_be_shared. If set->traversed_vars is non-NULL and
1489 different from set->vars, look up slot again instead of using the
1490 passed in slot.
1491 (dataflow_set_init): Initialize traversed_vars.
1492 (variable_union): Use shared_hash_*. Use initially NO_INSERT
1493 lookup if set->vars is shared. Don't keep slot cleared before
1494 calling unshare_variable. Unshare set->vars if needed. Adjust
1495 unshare_variable callers. Clear dst_can_be_shared if needed.
1496 Even ->refcount == 1 vars must be unshared if set->vars is shared
1497 and var needs to be modified.
1498 (dataflow_set_union): Set traversed_vars during canonicalization.
1499 (VALUE_CHANGED, DECL_CHANGED): Define.
14e58be0 1500 (set_dv_changed, dv_changed_p): New static inlines.
8fc68cba
AO
1501 (track_expr_p): Clear DECL_CHANGED.
1502 (dump_dataflow_sets): Set it.
1503 (variable_was_changed): Call set_dv_changed.
1504 (emit_note_insn_var_location): Likewise.
1505 (changed_variables_stack): New variable.
1506 (check_changed_vars_1, check_changed_vars_2): New functions.
1507 (emit_notes_for_changes): Do nothing if changed_variables is
1508 empty. Traverse changed_variables with check_changed_vars_1,
1509 call check_changed_vars_2 on each changed_variables_stack entry.
1510 (emit_notes_in_bb): Add SET argument. Just clear it at the
1511 beginning, use it instead of local &set, don't destroy it at the
1512 end.
1513 (vt_emit_notes): Call dataflow_set_clear early on all
1514 VTI(bb)->out sets, never use them, instead use emit_notes_in_bb
1515 computed set, dataflow_set_clear also VTI(bb)->in when we are
1516 done with the basic block. Initialize changed_variables_stack,
1517 free it afterwards. If ENABLE_CHECKING verify that after noting
1518 differences to an empty set value_chains hash table is empty.
1519 (vt_initialize): Initialize value_chains and value_chain_pool.
1520 (vt_finalize): Delete value_chains htab, free value_chain_pool.
1521 (variable_tracking_main): Call dump_dataflow_sets before calling
1522 vt_emit_notes, not after it.
1523 * tree-flow.h (propagate_defs_into_debug_stmts): Declare.
1524 (propagate_var_def_into_debug_stmts): Declare.
1525 * df-problems.c (df_lr_bb_local_compute): Skip debug insns.
1526 (df_set_note): Reject debug insns.
1527 (df_whole_mw_reg_dead_p): Take added_notes_p argument. Don't
1528 add notes to debug insns.
1529 (df_note_bb_compute): Adjust. Likewise.
1530 (df_simulate_uses): Skip debug insns.
1531 (df_simulate_initialize_backwards): Likewise.
1532 * reg-stack.c (subst_stack_regs_in_debug_insn): New.
1533 (subst_stack_regs_pat): Reject debug insns.
1534 (convert_regs_1): Handle debug insns.
1535 * Makefile.in (TREE_INLINE_H): Take pointer-set.h from GIMPLE_H.
1536 (print-rtl.o): Depend on cselib.h.
1537 (cselib.o): Depend on TREE_PASS_H.
1538 (var-tracking.o): Depend on cselib.h and TARGET_H.
1539 * sched-rgn.c (rgn_estimate_number_of_insns): Discount
1540 debug insns.
1541 (init_ready_list): Skip boundary debug insns.
1542 (add_branch_dependences): Skip debug insns.
1543 (free_block_dependencies): Check for blocks with only debug
1544 insns.
1545 (compute_priorities): Likewise.
1546 * gimple.c (gss_for_code): Handle GIMPLE_DEBUG.
1547 (gimple_build_with_ops_stat): Take subcode as unsigned. Adjust
1548 all callers.
1549 (gimple_build_debug_bind_stat): New.
1550 (empty_body_p): Skip debug stmts.
1551 (gimple_has_side_effects): Likewise.
1552 (gimple_rhs_has_side_effects): Likewise.
1553 * gimple.h (enum gimple_debug_subcode, GIMPLE_DEBUG_BIND): New.
1554 (gimple_build_debug_bind_stat): Declare.
1555 (gimple_build_debug_bind): Define.
1556 (is_gimple_debug): New.
1557 (gimple_debug_bind_p): New.
1558 (gimple_debug_bind_get_var): New.
1559 (gimple_debug_bind_get_value): New.
1560 (gimple_debug_bind_get_value_ptr): New.
1561 (gimple_debug_bind_set_var): New.
1562 (gimple_debug_bind_set_value): New.
1563 (GIMPLE_DEBUG_BIND_NOVALUE): New internal temporary macro.
1564 (gimple_debug_bind_reset_value): New.
1565 (gimple_debug_bind_has_value_p): New.
1566 (gsi_next_nondebug): New.
1567 (gsi_prev_nondebug): New.
1568 (gsi_start_nondebug_bb): New.
1569 (gsi_last_nondebug_bb): New.
1570 * sched-vis.c (print_pattern): Handle VAR_LOCATION.
1571 (print_insn): Handle DEBUG_INSN.
1572 * tree-cfg.c (remove_bb): Walk stmts backwards. Let loc
1573 of first insn prevail.
1574 (first_stmt): Skip debug stmts.
1575 (first_non_label_stmt): Likewise.
1576 (last_stmt): Likewise.
1577 (has_zero_uses_1): New.
1578 (single_imm_use_1): New.
1579 (verify_gimple_debug): New.
1580 (verify_types_in_gimple_stmt): Handle debug stmts.
1581 (verify_stmt): Likewise.
1582 (debug_loop_num): Skip debug stmts.
1583 (remove_edge_and_dominated_blocks): Remove dominators last.
1584 * tree-ssa-reasssoc.c (rewrite_expr_tree): Propagate into
1585 debug stmts.
1586 (linearize_expr): Likewise.
1587 * config/i386/i386.c (ix86_delegitimize_address): Call
1588 default implementation.
1589 * config/ia64/ia64.c (ia64_safe_itanium_class): Handle debug
1590 insns.
1591 (group_barrier_needed): Skip debug insns.
1592 (emit_insn_group_barriers): Likewise.
1593 (emit_all_insn_group_barriers): Likewise.
1594 (ia64_variable_issue): Handle debug insns.
1595 (ia64_dfa_new_cycle): Likewise.
1596 (final_emit_insn_group_barriers): Skip debug insns.
1597 (ia64_dwarf2out_def_steady_cfa): Take frame argument. Don't
1598 def cfa without frame.
1599 (process_set): Likewise.
1600 (process_for_unwind_directive): Pass frame on.
1601 * config/rs6000/rs6000.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
1602 (rs6000_delegitimize_address): New.
1603 (rs6000_debug_adjust_cost): Handle debug insns.
1604 (is_microcoded_insn): Likewise.
1605 (is_cracked_insn): Likewise.
1606 (is_nonpipeline_insn): Likewise.
1607 (insn_must_be_first_in_group): Likewise.
1608 (insn_must_be_last_in_group): Likewise.
1609 (force_new_group): Likewise.
1610 * cfgrtl.c (rtl_split_block): Emit INSN_DELETED note if block
1611 contains only debug insns.
1612 (rtl_merge_blocks): Skip debug insns.
1613 (purge_dead_edges): Likewise.
1614 (rtl_block_ends_with_call_p): Skip debug insns.
1615 * dce.c (deletable_insn_p): Handle VAR_LOCATION.
1616 (mark_reg_dependencies): Skip debug insns.
1617 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): New.
1618 * tree-ssanames.c (release_ssa_name): Propagate def into
1619 debug stmts.
1620 * tree-ssa-threadedge.c
1621 (record_temporary_equivalences_from_stmts): Skip debug stmts.
1622 * regcprop.c (replace_oldest_value_addr): Skip debug insns.
1623 (replace_oldest_value_mem): Use ALL_REGS for debug insns.
1624 (copyprop_hardreg_forward_1): Handle debug insns.
1625 * reload1.c (reload): Skip debug insns. Replace unassigned
1626 pseudos in debug insns with their equivalences.
1627 (eliminate_regs_in_insn): Skip debug insns.
1628 (emit_input_reload_insns): Skip debug insns at first, adjust
1629 them later.
1630 * tree-ssa-operands.c (add_virtual_operand): Reject debug stmts.
1631 (get_indirect_ref_operands): Pass opf_no_vops on.
1632 (get_expr_operands): Likewise. Skip debug stmts.
1633 (parse_ssa_operands): Scan debug insns with opf_no_vops.
1634
cd6ea7a2
RH
16352009-09-01 Richard Henderson <rth@redhat.com>
1636
14e58be0 1637 * tree-ssa-ccp.c (ccp_initialize): Make sure to simulate
cd6ea7a2
RH
1638 stmt_ends_pp_p statements at least once.
1639 * tree-vrp.c (vrp_initialize): Likewise.
1640 (vrp_visit_stmt): Be prepared for non-interesting stmts.
1641
d3bc57f2
DS
16422009-09-01 Dodji Seketeli <dodji@redhat.com>
1643
1644 PR bootstrap/41205
1645 Fix AIX bootstrap after PR debug/30161
1646 * dwarf2out.c (make_ith_pack_parameter_name): Don't used strnlen
1647 that is a GNU extension.
1648 (tmpl_value_parm_die_table): Move the definition of this global
1649 outside #ifdef DWARF2_DEBUGGING_INFO region.
1650
71c00b5c
RG
16512009-09-01 Richard Guenther <rguenther@suse.de>
1652
1653 * tree.c (tree_expr_size): New function.
1654 * tree.h (tree_expr_size): Declare.
1655 * rtlanal.c (rtx_addr_can_trap_p_1): Adjust comment.
1656 * builtins.c (fold_builtin_memory_op): Use tree_expr_size.
1657 * langhooks.c (lhd_expr_size): Remove.
1658 * langhooks.h (struct lang_hooks): Remove expr_size.
1659 * explow.c (expr_size): Use tree_expr_size.
1660 (int_expr_size): Likewise.
1661 * langhooks-def.h (lhd_expr_size): Remove.
1662 (LANG_HOOKS_EXPR_SIZE): Likewise.
1663 (LANG_HOOKS_INITIALIZER): Adjust.
1664
58f986ca
RG
16652009-09-01 Richard Guenther <rguenther@suse.de>
1666
1667 * tree-flow.h (mark_addressable): Move declaration ...
1668 * tree.h (mark_addressable): ... here.
1669 * stmt.c (expand_asm_operands): Use mark_addressable, not
1670 lang_hooks.mark_addressable.
1671 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Remove
1672 LANG_HOOKS_MARK_ADDRESSABLE.
1673 * langhooks.h (struct lang_hooks): Remove mark_addressable langhook.
1674 * c-objc-common.h (LANG_HOOKS_MARK_ADDRESSABLE): Remove.
1675
5fa162c0
CD
16762009-08-31 Chris Demetriou <cgd@google.com>
1677
1678 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Never
1679 vectorize if not TARGET_SSE2.
1680
453503d6
DD
16812009-08-31 DJ Delorie <dj@redhat.com>
1682
1683 * config/mep/mep.h (FUNCTION_ARG_REGNO_P): Exclude coprocessor
1684 registers if no coprocessor is enabled.
1685
f9329c35
DS
16862009-08-31 Dodji Seketeli <dodji@redhat.com>
1687
1688 PR debug/30161
1689 * cgraph.h (cgraph_get_node): Declare ...
1690 * cgraph.c (cgraph_get_node): ... new function.
1691 * dwarf2out.c (gen_generic_params_dies,
1692 generic_parameter_die, tree_add_const_value_attribute_for_decl,
1693 make_ith_pack_parameter_name,
1694 append_entry_to_tmpl_value_parm_die_table,
1695 gen_remaining_tmpl_value_param_die_attribute): New functions.
1696 (gen_subprogram_die): Generate debug info for template parameters
1697 if debug info level is higher than DINFO_LEVEL_TERSE.
1698 Use tree_add_const_value_attribute_for_decl instead of
1699 tree_add_const_value_attribute.
1700 (gen_const_die): Use tree_add_const_value_attribute_for_decl
1701 instead of tree_add_const_value_attribute.
1702 (gen_struct_or_union_type_die): Generate debug
1703 info for template parameters if debug info level is higher than
1704 DINFO_LEVEL_TERSE.
1705 (tree_add_const_value_attribute): Handle integral and pointer
1706 constants. Update comment.
1707 (dwarf_tag_name): Support DW_TAG_GNU_template_template_param.
1708 (dwarf_attr_name): Support DW_AT_GNU_template_name.
1709 (reference_to_unused): Fix thinko. Remove redundant predicates from
1710 tests.
1711 (tree_add_const_value_attribute): Make this work for constant
1712 expressions only.
1713 tree_add_const_value_attribute_for_decl is to be used for variable
1714 DECLs now.
1715 (add_location_or_const_value_attribute): Use
1716 tree_add_const_value_attribute_for_decl now.
1717 (dwarf2out_finish): Emit the DW_AT_const_value attribute of
1718 DW_TAG_template_value_param DIEs after function DIEs have been
1719 emitted.
1720 * langhooks.h (lang_hooks_for_types): Add
1721 get_argument_pack_elems.
1722 (lang_hooks_for_decls): Add generic_generic_parameter_decl_p.
1723 (lang_hooks): Added get_innermost_generic_parms,
1724 get_innermost_generic_args.
1725 * langhooks-def.h (LANG_HOOKS_GET_INNERMOST_GENERIC_PARMS,
1726 LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS,
1727 LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS,
1728 LANG_HOOKS_GENERIC_GENERIC_PARAMETER_DECL_P): New language hooks.
1729
e756464b
DD
17302009-08-31 DJ Delorie <dj@redhat.com>
1731
1732 * config/mep/mep.c (machine_function): Add frame_locked flag. Set
1733 it once we start generating the prologue or epilogue.
5fa162c0
CD
1734 (mep_call_saves_register): If the frame is locked, re-use
1735 cached values.
e756464b
DD
1736 (mep_assign_save_slots): New, broken out from mep_expand_prologue.
1737 (mep_expand_prologue): Call it.
1738 (mep_expand_epilogue): Likewise.
1739 (mep_start_function): Use the same logic as mep_expand_prologue.
1740 (mep_pass_by_reference): Make logic more readable.
1741 (mep_return_in_memory): Zero-sized objects are passed in memory.
1742 (mep_reorg_noframe): Make sure we have accurate REG_DEAD notes.
1743
e2abde5f
RG
17442009-08-31 Richard Guenther <rguenther@suse.de>
1745
1746 * builtins.c (fold_builtin_memory_op): Use the alias oracle
1747 to query if the memory regions for memmove overlap.
1748 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Relax the
1749 asserts on pointers, instead deal with odd trees.
1750 (ptr_derefs_may_alias_p): Likewise.
1751 (refs_may_alias_p_1): Constructor bases also never alias.
1752
c4331d93
GP
17532009-08-31 Gerald Pfeifer <gerald@pfeifer.com>
1754
1755 * doc/install.texi (Final install): Adjust reference on where to
1756 order printed manuals.
1757
40a99889
OH
17582009-08-30 Olivier Hainque <hainque@adacore.com>
1759
1760 * dwarf2out.c (switch_to_frame_table_section): Move
1761 definition prior to first use.
1762
a778c4e7
RG
17632009-08-30 Richard Guenther <rguenther@suse.de>
1764
1765 PR tree-optimization/41186
1766 * tree-ssa-alias.c (ptr_deref_may_alias_ref_p): Remove.
1767 (ao_ref_init_from_ptr_and_size): New function.
1768 (ref_maybe_used_by_call_p_1): Be more precise tracking
1769 used ranges for builtin functions.
1770 (ref_maybe_used_by_call_p): Adjust.
1771 (call_may_clobber_ref_p_1): Be more precise tracking clobbered
1772 ranges for builtin functions.
1773 * tree-ssa-alias.h (ao_ref_init_from_ptr_and_size): Declare.
1774
e85122be
AM
17752009-08-30 Alan Modra <amodra@bigpond.net.au>
1776
1777 PR target/41081
1778 * fwprop.c (get_reg_use_in): Delete.
1779 (free_load_extend): New function.
1780 (forward_propagate_subreg): Use it.
1781
2d606e03
KK
17822009-08-29 Kaz Kojima <kkojima@gcc.gnu.org>
1783
1784 * config.gcc (sh*-*-elf): Add superh stuff only for sh*-superh-elf.
1785
ce557b74
KT
17862009-08-29 Kai Tietz<kai.tietz@onevision.com>
1787
d1eda136
L
1788 PR/41184
1789 * config/i386.c (ix86_expand_epilogue): Correct stack adjustment for
1790 padding.
ce557b74 1791
6d83cb32
DR
17922009-08-29 Douglas B Rupp <rupp@gnat.com>
1793
1794 * crtstuff.c (__do_global_dtors_aux): Use atexit if no
1795 fini or fini_array section.
1796
211694b6
SP
17972009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1798
1799 * graphite-dependences.c (graphite_legal_transform_bb): Call
1800 pbb_remove_duplicate_pdrs.
1801 * graphite-poly.c (can_collapse_pdr): Removed.
1802 (pdr_find_duplicate): Removed.
1803 (can_collapse_pdrs): New.
1804 (pbb_remove_duplicate_pdrs): New.
1805 (new_poly_dr): Do not look for duplicates.
1806 * graphite-poly.h (struct poly_bb): New field pdr_duplicates_removed.
1807 (PBB_PDR_DUPLICATES_REMOVED): New.
1808 (pbb_remove_duplicate_pdrs): Declared.
1809
7bd2a8a7
SP
18102009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1811
1812 * graphite-interchange.c (pbb_interchange_profitable_p): Adjust
1813 the strides by multiplying by PDR_NB_REFS.
1814 * graphite-poly.c (can_collapse_pdr): New.
1815 (pdr_find_duplicate): New.
1816 (new_poly_dr): Call pdr_find_duplicate. Collapse duplicate PDRs.
1817 Initialize PDR_NB_REFS.
1818 * graphite-poly.h (struct poly_dr): Add field nb_refs.
1819 (PDR_NB_REFS): New.
1820 (new_poly_dr): Number of subscripts is a graphite_dim_t.
1821
93b2db87
SP
18222009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1823
1824 PR middle-end/40965
1825 * graphite-poly.c (apply_poly_transforms): Remove legality test before
1826 any transform.
1827
d8eeb078
SP
18282009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1829
1830 * graphite-dependences.c (pddr_original_scattering): Return NULL
1831 for read-read dependence relations.
1832 * graphite-poly.h (enum poly_dr_type): Fix comment.
1833 (pdr_read_p): New.
1834 (pdr_write_p): New.
1835 (pdr_may_write_p): New.
1836
e6dec0fb
SP
18372009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1838
1839 * graphite-poly.h (enum POLY_DR_TYPE): Renamed poly_dr_type.
1840 (struct poly_dr): Same.
1841 (new_poly_dr): Same.
1842 * graphite-poly.c (new_poly_dr): Same.
1843 * graphite-dependences.c (dot_deps): Disable call to system.
1844
3ff4c25d
CC
18452009-08-28 Cary Coutant <ccoutant@google.com>
1846
1847 PR debug/41063
1848 * dwarf2out.c (gen_type_die_with_usage): Use proper context for
1849 struct/union/enum types local to a function.
1850
baf4b881
KT
18512009-08-28 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1852 Sebastian Pop <sebastian.pop@amd.com>
1853
1854 * graphite-blocking.c (pbb_strip_mine_loop_depth): Renamed
1855 pbb_strip_mine_time_depth. Changed the implementation so that
1856 transformation is expressed as a transformation on
1857 time (scatttering) dimensions. Also, ensures that the 2d+1
1858 scheduling format is preserved.
1859 (pbb_strip_mine_profitable_p): Profitability is based on the
1860 iteration number of a given time (scattering) dimension,
1861 and not on a original loop depth dimension.
1862 (pbb_strip_mine): Call pbb_number_of_iterations_at_time.
1863 (pbb_do_strip_mine): Call psct_dynamic_dim.
1864 * graphite-poly.c (pbb_number_of_iterations_at_time): New.
1865 * graphite-poly.h (pbb_number_of_iterations_at_time): Declared.
1866 (pbb_nb_dynamic_scattering_transform): New.
1867 (psct_dynamic_dim): New.
1868
059a5f9f
KT
18692009-08-28 Konrad Trifunovic <konrad.trifunovic@gmail.com>
1870
1871 * graphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
1872 * graphite-ppl.h (ppl_max_for_le): Renamed ppl_max_for_le_pointset.
1873 * graphite-poly.c (pbb_number_of_iterations): Rename ppl_max_for_le.
1874 * graphite-interchange.c (build_linearized_memory_access): Same.
1875 (memory_stride_in_loop): Same.
1876
afae0207
SP
18772009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1878
1879 * graphite-dependences.c (pddr_original_scattering): New.
1880 (graphite_legal_transform_dr): Call pddr_original_scattering.
1881 (dot_deps_1): New.
1882 (dot_deps): New.
1883 * graphite-dependences.h (dot_deps): Declared.
1884 * graphite-poly.c (new_poly_dr): Initialize PDR_ID.
1885 (print_pdr): Print PDR_ID.
1886 * graphite-poly.h (struct poly_dr): Add field id.
1887 (PDR_ID): New.
1888 (pbb_index): New.
1889 * graphite-scop-detection.c (dot_all_scops_1): Cleanup comment.
1890
f8e0bb8b
SP
18912009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1892
1893 * graphite-dependences.c (graphite_carried_dependence_level_k): Do
1894 not delete the original dependence relation.
1895
e37f165f
SP
18962009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1897
1898 * graphite-dependences.c (new_poly_dr_pair): Renamed new_poly_ddr.
1899 (eq_poly_dr_pair_p): Renamed eq_poly_ddr_p.
1900 (hash_poly_dr_pair_p): Renamed hash_poly_ddr_p.
1901 (free_poly_ddr): New.
1902 (pddr_is_empty): New.
1903 (dependence_polyhedron_1): Now returns a poly_ddr_p.
1904 (dependence_polyhedron): Same. Remove useless gcc_assert.
1905 Remove fprintfs.
1906 (graphite_legal_transform_dr): Call pddr_is_empty and free_poly_ddr.
1907 (graphite_carried_dependence_level_k): Call pddr_is_empty.
1908 * graphite-dependences.h (enum poly_dependence_kind): New.
1909 (poly_dr_pair): Renamed poly_ddr. Added a field kind.
1910 (PDRP_SOURCE): Renamed PDDR_SOURCE.
1911 (PDRP_SINK): Renamed PDDR_SINK.
1912 (PDRP_DDP): Renamed PDDR_DDP.
1913 (PDDR_KIND): New.
1914 (free_poly_ddr): Declared.
1915 * graphite-poly.c (new_scop): Use the new hash function names.
1916 * graphite-poly.h (struct scop): Renamed field original_pdr_pairs
1917 into original_pddrs.
1918 (SCOP_ORIGINAL_PDR_PAIRS): Renamed SCOP_ORIGINAL_PDDRS.
1919
45e76e9f
SP
19202009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1921
1922 * cfgloopmanip.c (create_empty_loop_on_edge): Generate upper
1923 bounds with LT_EXPR to make niter analysis more precise on code
1924 generated by Graphite.
1925
66b466c3
SP
19262009-08-28 Sebastian Pop <sebastian.pop@amd.com>
1927
1928 * graphite-dependences.c (graphite_legal_transform_dr): Fix formatting.
1929 (graphite_legal_transform_bb): Same.
1930 (poly_drs_may_alias_p): Same.
1931
81fa17da
RG
19322009-08-28 Richard Guenther <rguenther@suse.de>
1933
1934 * tree.def: Remove note about obsolete TYPE_NONCOPIED_PARTS.
1935
a858e912
JB
19362009-08-28 Jan Beulich <jbeulich@novell.com>
1937
1938 * config/i386/netware.c: Include langhooks.h.
1939 (i386_nlm_encode_section_info): Simplify.
1940 (netware_override_options): Delete.
1941 * config/i386/netware.h (netware_override_options): Delete
1942 declaration.
1943 (OVERRIDE_OPTIONS): Delete definition.
1944 (SUBTARGET_OVERRIDE_OPTIONS): Define.
1945 (ASM_COMMENT_START): Define.
1946 * config/i386/nwld.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
1947
39ba7b7d
JB
19482009-08-28 Jan Beulich <jbeulich@novell.com>
1949
1950 * configure.ac: For in-tree ld, do a plain version check to
1951 determine whether comdat groups are supported.
1952 * configure: Regenerate.
1953
7e49a4b3
OH
19542009-08-28 Olivier Hainque <hainque@adacore.com>
1955
1956 * collect2.c (DO_COLLECT_EXPORT_LIST): New internal macro,
1957 always defined. Reflect definition or absence of such for
1958 COLLECT_EXPORT_LIST. Readability helper.
1959 (scanfilter): New enum, to help control what symbols
1960 are to be considered or ignored by scan_prog_file.
1961 (enum pass): Rename as "scanpass", moved together with scanfilter
1962 prior to scan_prog_file's prototype.
1963 (scan_prog_file): Accept and honor scanpass and scanfilter arguments.
1964 Group prototype with the scanpass/scanfilter definitions, factorize
1965 head comments for the several implementations at the prototype.
1966 (main): Reorganize the first pass link control to let AIX
1967 drag only the needed frame tables in executables. Prevent
1968 frame tables collection during the scan aimed at static ctors.
1969 Pre-link and scan for frame tables later to compensate.
1970 * doc/tm.texi (ASM_OUTPUT_DWARF_TABLE_REF): New macro.
1971 A C statement to issue assembly directives that create a reference
1972 to the given DWARF table identifier label from the current function
1973 section.
1974 * dwarf2out.c (switch_to_eh_frame_section): Add a BACK argument
1975 to differentiate first time section entry. Only emit a .data
1976 tables start identifier label the first time around.
1977 (switch_to_frame_table_section): New function. Helper for
1978 output_call_frame_info to switch possibly BACK into the eh_frame
1979 or the debug_frame section depending on FOR_EH.
1980 (output_call_frame_info): Use helper to first enter the proper
1981 frame section.
1982 (output_fde): Use ASM_OUTPUT_DWARF_TABLE_REF when defined to
1983 emit a link to the frame table start label from each function
1984 section.
1985 * config/rs6000/rs6000.c (rs6000_aix_asm_output_dwarf_table_ref):
1986 New function. Implementation of ASM_OUTPUT_DWARF_TABLE_REF.
1987 * config/rs6000/rs6000-protos.h: Declare it.
1988 * config/rs6000/aix.h (ASM_OUTPUT_DWARF_TABLE_REF): Define.
1989
a7d6f306
KK
19902009-08-27 Kaz Kojima <kkojima@gcc.gnu.org>
1991
1992 * config/sh/sh.c (split_branches): Check the result of
1993 next_active_insn.
1994
715fda99
SE
19952009-08-27 Steve Ellcey <sje@cup.hp.com>
1996
1997 * config/ia64/hpux.h (LIB_SPEC): Add -lrt for when
1998 using -pthread -fopenmp
1999
2711df18
GP
20002009-08-27 Gerald Pfeifer <gerald@pfeifer.com>
2001
2002 * doc/service.texi (service directory): Update URL.
2003
2b3b22d3
UB
20042009-08-27 Uros Bizjak <ubizjak@gmail.com>
2005
2006 PR rtl-optimization/40861
2007 * simplify-rtx.c (simplify_subreg): Do not call simplify_gen_subreg to
2008 extract word from a multi-word subreg for negative byte positions.
2009
30ed9d3d
TG
20102009-08-27 Tristan Gingold <gingold@adacore.com>
2011 Douglas B Rupp <rupp@gnat.com>
2012
2b3b22d3 2013 * config/ia64/ia64.c (ia64_attribute_table): Add "common_object" entry.
30ed9d3d
TG
2014 (SECTION_VMS_OVERLAY): Define.
2015 (ia64_vms_common_object_attribute): Added. Handle the "common_object"
2016 attribute.
2017 (ia64_vms_elf_asm_named_section): Added. Generate .section pseudo-op
2018 for common_object.
2019 (ia64_vms_output_aligned_decl_common): Added. Generate pseudo-op for
2020 common_object declarations.
2021 (ia64_section_type_flags): Set section flag for common_object.
2022 * config/ia64/ia64-protos.h
2023 (ia64_vms_output_aligned_decl_common): Declare.
2024 (ia64_vms_elf_asm_named_section): Declare.
2025
f994f296
MM
20262009-08-27 Michael Matz <matz@suse.de>
2027
2028 * expr.c (expand_expr_real_2): New function taking exploded
2029 unary or binary expression, split out from ...
2030 (expand_expr_real_1): ... here. Move over all unary/binary
2031 switch parts to above function, in particular these codes:
2032 PAREN_EXPR, NOP_EXPR, CONVERT_EXPR, POINTER_PLUS_EXPR, PLUS_EXPR,
2033 MINUS_EXPR, MULT_EXPR, TRUNC_DIV_EXPR, FLOOR_DIV_EXPR, CEIL_DIV_EXPR,
2034 ROUND_DIV_EXPR, EXACT_DIV_EXPR, RDIV_EXPR, TRUNC_MOD_EXPR,
2035 FLOOR_MOD_EXPR, CEIL_MOD_EXPR, ROUND_MOD_EXPR, FIXED_CONVERT_EXPR,
2036 FIX_TRUNC_EXPR, FLOAT_EXPR, NEGATE_EXPR, ABS_EXPR, MAX_EXPR, MIN_EXPR,
2037 BIT_NOT_EXPR, TRUTH_AND_EXPR, BIT_AND_EXPR, TRUTH_OR_EXPR,
2038 BIT_IOR_EXPR, TRUTH_XOR_EXPR, BIT_XOR_EXPR, LROTATE_EXPR, RROTATE_EXPR,
2039 LSHIFT_EXPR, RSHIFT_EXPR, LT_EXPR, LE_EXPR, GT_EXPR, GE_EXPR, EQ_EXPR,
2040 NE_EXPR, UNORDERED_EXPR, ORDERED_EXPR, UNLT_EXPR, UNLE_EXPR, UNGT_EXPR,
2041 UNGE_EXPR, UNEQ_EXPR, LTGT_EXPR, TRUTH_NOT_EXPR, COMPLEX_EXPR,
2042 WIDEN_SUM_EXPR, REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR,
2043 VEC_EXTRACT_EVEN_EXPR, VEC_EXTRACT_ODD_EXPR, VEC_INTERLEAVE_HIGH_EXPR,
2044 VEC_INTERLEAVE_LOW_EXPR, VEC_LSHIFT_EXPR, VEC_RSHIFT_EXPR,
2045 VEC_UNPACK_HI_EXPR, VEC_UNPACK_LO_EXPR, VEC_UNPACK_FLOAT_HI_EXPR,
2046 VEC_UNPACK_FLOAT_LO_EXPR, VEC_WIDEN_MULT_HI_EXPR,
2047 VEC_WIDEN_MULT_LO_EXPR, VEC_PACK_TRUNC_EXPR, VEC_PACK_SAT_EXPR,
2048 VEC_PACK_FIX_TRUNC_EXPR.
2049 (<case PAREN_EXPR>): Call set_mem_attributes() with type, not the
2050 full expression.
2051
c6a21142
RG
20522009-08-27 Richard Guenther <rguenther@suse.de>
2053
2054 * gengtype.c (main): Handle uint64_t.
2055 * ipa-utils.c (get_base_var): Indent properly.
2056 * tree-ssa-live.c (debug_scope_block): New function.
2057 * tree-flow.h (debug_scope_block): Declare.
2058 * tree-ssa-copy.c (replace_exp_1): Add vertical space.
2059 * basic-block.h (enum profile_status): Rename to
2060 enum profile_status_d.
2061 (x_profile_status): Adjust type.
2062
7842a9db
DS
20632009-08-27 Dodji Seketeli <dodji@redhat.com>
2064
d1eda136 2065 PR debug/41170
7842a9db
DS
2066 * dwarf2out.c (get_context_die): Declare this static function.
2067 (gen_type_die_with_usage): Make sure a DIE is a generated for
2068 the context of a typedef.
2069
98f6d48a
AS
20702009-08-26 Anatoly Sokolov <aesok@post.ru>
2071
2072 * doc/invoke.texi (AVR Options): Remove documentation of -minit-stack
2073 switch.
2074
6f5a62e9
RS
20752009-08-26 Richard Sandiford <rdsandiford@googlemail.com>
2076
2077 * config/mips/mips-protos.h (mips_output_sync): Declare.
2078 (mips_sync_loop_insns): Likewise.
2079 (mips_output_sync_loop): Replace first two parameters with an rtx.
2080 * config/mips/mips.c (mips_multi_member): New structure.
2081 (mips_multi_members): New variable.
2082 (mips_multi_start): New function.
2083 (mips_multi_add): Likewise.
2084 (mips_multi_add_insn): Likewise.
2085 (mips_multi_add_label): Likewise.
2086 (mips_multi_last_index): Likewise.
2087 (mips_multi_copy_insn): Likewise.
2088 (mips_multi_set_operand): Likewise.
2089 (mips_multi_write): Likewise.
2090 (mips_print_operand_punctuation): Remove '%|' and '%-'.
2091 (mips_init_print_operand_punct): Update accordingly.
2092 (mips_start_ll_sc_sync_block): New function.
2093 (mips_end_ll_sc_sync_block): Likewise.
2094 (mips_output_sync): Likewise.
2095 (mips_sync_insn1_template): Likewise.
2096 (mips_sync_insn2_template): Likewise.
2097 (mips_get_sync_operand): Likewise.
2098 (mips_process_sync_loop): Likewise.
2099 (mips_output_sync_loop): Use mips_process_sync_loop.
2100 (mips_sync_loop_insns): New function.
2101 * config/mips/mips.h (MIPS_COMPARE_AND_SWAP): Delete.
2102 (MIPS_COMPARE_AND_SWAP_12): Likewise.
2103 (MIPS_COMPARE_AND_SWAP_12_ZERO_OP): Likewise.
2104 (MIPS_COMPARE_AND_SWAP_12_NONZERO_OP): Likewise.
2105 (MIPS_SYNC_OP, MIPS_SYNC_OP_12): Likewise.
2106 (MIPS_SYNC_OP_12_AND, MIPS_SYNC_OP_12_XOR): Likewise.
2107 (MIPS_SYNC_OLD_OP_12): Likewise.
2108 (MIPS_SYNC_OLD_OP_12_AND, MIPS_SYNC_OLD_OP_12_XOR): Likewise.
2109 (MIPS_SYNC_NEW_OP_12): Likewise.
2110 (MIPS_SYNC_NEW_OP_12_AND, MIPS_SYNC_NEW_OP_12_XOR): Likewise.
2111 (MIPS_SYNC_OLD_OP, MIPS_SYNC_NEW_OP): Likewise.
2112 (MIPS_SYNC_NAND, MIPS_SYNC_OLD_NAND, MIPS_SYNC_NEW_NAND): Likewise.
2113 (MIPS_SYNC_EXCHANGE, MIPS_SYNC_EXCHANGE_12): Likewise.
2114 (MIPS_SYNC_EXCHANGE_12_ZERO_OP): Likewise.
2115 (MIPS_SYNC_EXCHANGE_12_NONZER_OP): Likewise.
2116 * config/mips/mips.md (sync_mem): New attribute.
2117 (sync_oldval, sync_newval, sync_inclusive_mask): Likewise.
2118 (sync_exclusive_mask, sync_required_oldval): Likewise.
2119 (sync_insn1_op2, sync_insn1, sync_insn2): Likewise.
2120 (sync_release_barrier): Likewise.
2121 (length): Handle sync loops.
2122 (sync): Use mips_output_sync.
2123 * config/mips/sync.md (*memory_barrier): Use mips_output_sync.
2124 (sync_compare_and_swap<mode>): Set the new sync_* attributes
2125 and use mips_output_sync_loop.
2126 (compare_and_swap_12, sync_add<mode>, sync_<optab>_12): Likewise.
2127 (sync_old_<optab>_12, sync_new_<optab>_12, sync_nand_12): Likewise.
2128 (sync_old_nand_12, sync_new_nand_12, sync_sub<mode>): Likewise.
2129 (sync_old_add<mode>, sync_old_sub<mode>): Likewise.
2130 (sync_new_add<mode>, sync_new_sub<mode>): Likewise.
2131 (sync_<optab><mode>, sync_old_<optab><mode>): Likewise.
2132 (sync_new_<optab><mode>, sync_nand<mode>): Likewise.
2133 (sync_old_nand<mode>, sync_new_nand<mode>): Likewise.
2134 (sync_lock_test_and_set<mode>, test_and_set_12): Likewise.
2135
6b8b9e42
RG
21362009-08-26 Richard Guenther <rguenther@suse.de>
2137
2138 PR middle-end/41163
2139 * gimplify.c (gimplify_addr_expr): Canonicalize ADDR_EXPRs if
2140 the types to not match.
2141 * tree-cfg.c (verify_gimple_assign_single): Adjust ADDR_EXPR
2142 verification.
2143 * tree-ssa.c (useless_type_conversion_p): Conversions to
2144 pointers to unprototyped functions are useless.
2145
bacd3fb6
RG
21462009-08-26 Richard Guenther <rguenther@suse.de>
2147
5fa162c0
CD
2148 * tree-ssa-structalias.c (create_variable_info_for): Remove strange
2149 whole-program condition, prepare to be called for non-globals.
bacd3fb6
RG
2150 (intra_create_variable_infos): For restrict qualified DECL_BY_REFERENCE
2151 params build a representative with known type and track its fields.
2152
7b3d1847
UB
21532009-08-26 Uros Bizjak <ubizjak@gmail.com>
2154
2155 * config/alpha/sync.md: Update comment about unpredictable LL/SC lock
2156 clearing by a taken branch.
2157 (sync_<fetchop_name><mode>): Split when epilogue_completed is set,
2158 effectively after bbro pass.
2159 (sync_nand<mode>): Ditto.
2160 (sync_old_<fetchop_name><mode>): Ditto.
2161 (sync_old_nand<mode>): Ditto.
2162 (sync_new_<fetchop_name><mode>): Dito.
2163 (sync_new_nand<mode>): Ditto.
2164 (sync_compare_and_swap<mode>_1): Ditto.
2165 (*sync_compare_and_swap<mode>): Ditto.
2166 (sync_lock_test_and_set<mode>_1): Ditto.
2167 ("sync_lock_test_and_set<mode>): Ditto.
2168
edb89024
DR
21692009-08-25 Douglas B Rupp <rupp@gnat.com>
2170
2171 * hwint.h (HOST_LONG_FORMAT): New macro
2172 * bitmap.c, c-decl.c, mips-tfile.c, print-rtl.c, print-tree.c:
2173 Use HOST_PTR_PRINTF.
2174 * system.h (HOST_PTR_PRINTF): Resurrect old macro
2175 * doc/hostconfig.texi (HOST_LONG_FORMAT): Document.
2176 (HOST_PTR_PRINTF): Document.
2177
5c1a2bb1
JH
21782009-08-25 Jan Hubicka <jh@suse.cz>
2179
2180 * config/i386/bmmintrin.h: Replace by #error.
2181
2182 Revert:
2183 Michael Meissner <michael.meissner@amd.com>
2184 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2185 Tony Linthicum <tony.linthicum@amd.com>
2186
2187 * config/i386/i386.h (TARGET_SSE5): New macro for SSE5.
2188 (TARGET_ROUND): New macro for the round/ptest instructions which
2189 are shared between SSE4.1 and SSE5.
2190 (OPTION_MASK_ISA_ROUND): Ditto.
2191 (OPTION_ISA_ROUND): Ditto.
2192 (TARGET_FUSED_MADD): New macro for -mfused-madd swtich.
2193 (TARGET_CPU_CPP_BUILTINS): Add SSE5 support.
2194
2195 * config/i386/i386.opt (-msse5): New switch for SSE5 support.
2196 (-mfused-madd): New switch to give users control over whether the
2197 compiler optimizes to use the multiply/add SSE5 instructions.
2198
2199 * config/i386/i386.c (enum pta_flags): Add PTA_SSE5.
2200 (ix86_handle_option): Turn off 3dnow if -msse5.
2201 (override_options): Add SSE5 support.
2202 (print_operand): %Y prints comparison codes for SSE5 com/pcom
2203 instructions.
2204 (ix86_expand_sse_movcc): Add SSE5 support.
2205 (ix86_expand_sse5_unpack): New function to use pperm to unpack a
2206 vector type to the next largest size.
2207 (ix86_expand_sse5_pack): New function to use pperm to pack a
2208 vector type to the next smallest size.
2209 (IX86_BUILTIN_FMADDSS): New for SSE5 intrinsic.
2210 (IX86_BUILTIN_FMADDSD): Ditto.
2211 (IX86_BUILTIN_FMADDPS): Ditto.
2212 (IX86_BUILTIN_FMADDPD): Ditto.
2213 (IX86_BUILTIN_FMSUBSS): Ditto.
2214 (IX86_BUILTIN_FMSUBSD): Ditto.
2215 (IX86_BUILTIN_FMSUBPS): Ditto.
2216 (IX86_BUILTIN_FMSUBPD): Ditto.
2217 (IX86_BUILTIN_FNMADDSS): Ditto.
2218 (IX86_BUILTIN_FNMADDSD): Ditto.
2219 (IX86_BUILTIN_FNMADDPS): Ditto.
2220 (IX86_BUILTIN_FNMADDPD): Ditto.
2221 (IX86_BUILTIN_FNMSUBSS): Ditto.
2222 (IX86_BUILTIN_FNMSUBSD): Ditto.
2223 (IX86_BUILTIN_FNMSUBPS): Ditto.
2224 (IX86_BUILTIN_FNMSUBPD): Ditto.
2225 (IX86_BUILTIN_PCMOV_V2DI): Ditto.
2226 (IX86_BUILTIN_PCMOV_V4SI): Ditto.
2227 (IX86_BUILTIN_PCMOV_V8HI): Ditto.
2228 (IX86_BUILTIN_PCMOV_V16QI): Ditto.
2229 (IX86_BUILTIN_PCMOV_V4SF): Ditto.
2230 (IX86_BUILTIN_PCMOV_V2DF): Ditto.
2231 (IX86_BUILTIN_PPERM): Ditto.
2232 (IX86_BUILTIN_PERMPS): Ditto.
2233 (IX86_BUILTIN_PERMPD): Ditto.
2234 (IX86_BUILTIN_PMACSSWW): Ditto.
2235 (IX86_BUILTIN_PMACSWW): Ditto.
2236 (IX86_BUILTIN_PMACSSWD): Ditto.
2237 (IX86_BUILTIN_PMACSWD): Ditto.
2238 (IX86_BUILTIN_PMACSSDD): Ditto.
2239 (IX86_BUILTIN_PMACSDD): Ditto.
2240 (IX86_BUILTIN_PMACSSDQL): Ditto.
2241 (IX86_BUILTIN_PMACSSDQH): Ditto.
2242 (IX86_BUILTIN_PMACSDQL): Ditto.
2243 (IX86_BUILTIN_PMACSDQH): Ditto.
2244 (IX86_BUILTIN_PMADCSSWD): Ditto.
2245 (IX86_BUILTIN_PMADCSWD): Ditto.
2246 (IX86_BUILTIN_PHADDBW): Ditto.
2247 (IX86_BUILTIN_PHADDBD): Ditto.
2248 (IX86_BUILTIN_PHADDBQ): Ditto.
2249 (IX86_BUILTIN_PHADDWD): Ditto.
2250 (IX86_BUILTIN_PHADDWQ): Ditto.
2251 (IX86_BUILTIN_PHADDDQ): Ditto.
2252 (IX86_BUILTIN_PHADDUBW): Ditto.
2253 (IX86_BUILTIN_PHADDUBD): Ditto.
2254 (IX86_BUILTIN_PHADDUBQ): Ditto.
2255 (IX86_BUILTIN_PHADDUWD): Ditto.
2256 (IX86_BUILTIN_PHADDUWQ): Ditto.
2257 (IX86_BUILTIN_PHADDUDQ): Ditto.
2258 (IX86_BUILTIN_PHSUBBW): Ditto.
2259 (IX86_BUILTIN_PHSUBWD): Ditto.
2260 (IX86_BUILTIN_PHSUBDQ): Ditto.
2261 (IX86_BUILTIN_PROTB): Ditto.
2262 (IX86_BUILTIN_PROTW): Ditto.
2263 (IX86_BUILTIN_PROTD): Ditto.
2264 (IX86_BUILTIN_PROTQ): Ditto.
2265 (IX86_BUILTIN_PROTB_IMM): Ditto.
2266 (IX86_BUILTIN_PROTW_IMM): Ditto.
2267 (IX86_BUILTIN_PROTD_IMM): Ditto.
2268 (IX86_BUILTIN_PROTQ_IMM): Ditto.
2269 (IX86_BUILTIN_PSHLB): Ditto.
2270 (IX86_BUILTIN_PSHLW): Ditto.
2271 (IX86_BUILTIN_PSHLD): Ditto.
2272 (IX86_BUILTIN_PSHLQ): Ditto.
2273 (IX86_BUILTIN_PSHAB): Ditto.
2274 (IX86_BUILTIN_PSHAW): Ditto.
2275 (IX86_BUILTIN_PSHAD): Ditto.
2276 (IX86_BUILTIN_PSHAQ): Ditto.
2277 (IX86_BUILTIN_FRCZSS): Ditto.
2278 (IX86_BUILTIN_FRCZSD): Ditto.
2279 (IX86_BUILTIN_FRCZPS): Ditto.
2280 (IX86_BUILTIN_FRCZPD): Ditto.
2281 (IX86_BUILTIN_CVTPH2PS): Ditto.
2282 (IX86_BUILTIN_CVTPS2PH): Ditto.
2283 (IX86_BUILTIN_COMEQSS): Ditto.
2284 (IX86_BUILTIN_COMNESS): Ditto.
2285 (IX86_BUILTIN_COMLTSS): Ditto.
2286 (IX86_BUILTIN_COMLESS): Ditto.
2287 (IX86_BUILTIN_COMGTSS): Ditto.
2288 (IX86_BUILTIN_COMGESS): Ditto.
2289 (IX86_BUILTIN_COMUEQSS): Ditto.
2290 (IX86_BUILTIN_COMUNESS): Ditto.
2291 (IX86_BUILTIN_COMULTSS): Ditto.
2292 (IX86_BUILTIN_COMULESS): Ditto.
2293 (IX86_BUILTIN_COMUGTSS): Ditto.
2294 (IX86_BUILTIN_COMUGESS): Ditto.
2295 (IX86_BUILTIN_COMORDSS): Ditto.
2296 (IX86_BUILTIN_COMUNORDSS): Ditto.
2297 (IX86_BUILTIN_COMFALSESS): Ditto.
2298 (IX86_BUILTIN_COMTRUESS): Ditto.
2299 (IX86_BUILTIN_COMEQSD): Ditto.
2300 (IX86_BUILTIN_COMNESD): Ditto.
2301 (IX86_BUILTIN_COMLTSD): Ditto.
2302 (IX86_BUILTIN_COMLESD): Ditto.
2303 (IX86_BUILTIN_COMGTSD): Ditto.
2304 (IX86_BUILTIN_COMGESD): Ditto.
2305 (IX86_BUILTIN_COMUEQSD): Ditto.
2306 (IX86_BUILTIN_COMUNESD): Ditto.
2307 (IX86_BUILTIN_COMULTSD): Ditto.
2308 (IX86_BUILTIN_COMULESD): Ditto.
2309 (IX86_BUILTIN_COMUGTSD): Ditto.
2310 (IX86_BUILTIN_COMUGESD): Ditto.
2311 (IX86_BUILTIN_COMORDSD): Ditto.
2312 (IX86_BUILTIN_COMUNORDSD): Ditto.
2313 (IX86_BUILTIN_COMFALSESD): Ditto.
2314 (IX86_BUILTIN_COMTRUESD): Ditto.
2315 (IX86_BUILTIN_COMEQPS): Ditto.
2316 (IX86_BUILTIN_COMNEPS): Ditto.
2317 (IX86_BUILTIN_COMLTPS): Ditto.
2318 (IX86_BUILTIN_COMLEPS): Ditto.
2319 (IX86_BUILTIN_COMGTPS): Ditto.
2320 (IX86_BUILTIN_COMGEPS): Ditto.
2321 (IX86_BUILTIN_COMUEQPS): Ditto.
2322 (IX86_BUILTIN_COMUNEPS): Ditto.
2323 (IX86_BUILTIN_COMULTPS): Ditto.
2324 (IX86_BUILTIN_COMULEPS): Ditto.
2325 (IX86_BUILTIN_COMUGTPS): Ditto.
2326 (IX86_BUILTIN_COMUGEPS): Ditto.
2327 (IX86_BUILTIN_COMORDPS): Ditto.
2328 (IX86_BUILTIN_COMUNORDPS): Ditto.
2329 (IX86_BUILTIN_COMFALSEPS): Ditto.
2330 (IX86_BUILTIN_COMTRUEPS): Ditto.
2331 (IX86_BUILTIN_COMEQPD): Ditto.
2332 (IX86_BUILTIN_COMNEPD): Ditto.
2333 (IX86_BUILTIN_COMLTPD): Ditto.
2334 (IX86_BUILTIN_COMLEPD): Ditto.
2335 (IX86_BUILTIN_COMGTPD): Ditto.
2336 (IX86_BUILTIN_COMGEPD): Ditto.
2337 (IX86_BUILTIN_COMUEQPD): Ditto.
2338 (IX86_BUILTIN_COMUNEPD): Ditto.
2339 (IX86_BUILTIN_COMULTPD): Ditto.
2340 (IX86_BUILTIN_COMULEPD): Ditto.
2341 (IX86_BUILTIN_COMUGTPD): Ditto.
2342 (IX86_BUILTIN_COMUGEPD): Ditto.
2343 (IX86_BUILTIN_COMORDPD): Ditto.
2344 (IX86_BUILTIN_COMUNORDPD): Ditto.
2345 (IX86_BUILTIN_COMFALSEPD): Ditto.
2346 (IX86_BUILTIN_COMTRUEPD): Ditto.
2347 (IX86_BUILTIN_PCOMEQUB): Ditto.
2348 (IX86_BUILTIN_PCOMNEUB): Ditto.
2349 (IX86_BUILTIN_PCOMLTUB): Ditto.
2350 (IX86_BUILTIN_PCOMLEUB): Ditto.
2351 (IX86_BUILTIN_PCOMGTUB): Ditto.
2352 (IX86_BUILTIN_PCOMGEUB): Ditto.
2353 (IX86_BUILTIN_PCOMFALSEUB): Ditto.
2354 (IX86_BUILTIN_PCOMTRUEUB): Ditto.
2355 (IX86_BUILTIN_PCOMEQUW): Ditto.
2356 (IX86_BUILTIN_PCOMNEUW): Ditto.
2357 (IX86_BUILTIN_PCOMLTUW): Ditto.
2358 (IX86_BUILTIN_PCOMLEUW): Ditto.
2359 (IX86_BUILTIN_PCOMGTUW): Ditto.
2360 (IX86_BUILTIN_PCOMGEUW): Ditto.
2361 (IX86_BUILTIN_PCOMFALSEUW): Ditto.
2362 (IX86_BUILTIN_PCOMTRUEUW): Ditto.
2363 (IX86_BUILTIN_PCOMEQUD): Ditto.
2364 (IX86_BUILTIN_PCOMNEUD): Ditto.
2365 (IX86_BUILTIN_PCOMLTUD): Ditto.
2366 (IX86_BUILTIN_PCOMLEUD): Ditto.
2367 (IX86_BUILTIN_PCOMGTUD): Ditto.
2368 (IX86_BUILTIN_PCOMGEUD): Ditto.
2369 (IX86_BUILTIN_PCOMFALSEUD): Ditto.
2370 (IX86_BUILTIN_PCOMTRUEUD): Ditto.
2371 (IX86_BUILTIN_PCOMEQUQ): Ditto.
2372 (IX86_BUILTIN_PCOMNEUQ): Ditto.
2373 (IX86_BUILTIN_PCOMLTUQ): Ditto.
2374 (IX86_BUILTIN_PCOMLEUQ): Ditto.
2375 (IX86_BUILTIN_PCOMGTUQ): Ditto.
2376 (IX86_BUILTIN_PCOMGEUQ): Ditto.
2377 (IX86_BUILTIN_PCOMFALSEUQ): Ditto.
2378 (IX86_BUILTIN_PCOMTRUEUQ): Ditto.
2379 (IX86_BUILTIN_PCOMEQB): Ditto.
2380 (IX86_BUILTIN_PCOMNEB): Ditto.
2381 (IX86_BUILTIN_PCOMLTB): Ditto.
2382 (IX86_BUILTIN_PCOMLEB): Ditto.
2383 (IX86_BUILTIN_PCOMGTB): Ditto.
2384 (IX86_BUILTIN_PCOMGEB): Ditto.
2385 (IX86_BUILTIN_PCOMFALSEB): Ditto.
2386 (IX86_BUILTIN_PCOMTRUEB): Ditto.
2387 (IX86_BUILTIN_PCOMEQW): Ditto.
2388 (IX86_BUILTIN_PCOMNEW): Ditto.
2389 (IX86_BUILTIN_PCOMLTW): Ditto.
2390 (IX86_BUILTIN_PCOMLEW): Ditto.
2391 (IX86_BUILTIN_PCOMGTW): Ditto.
2392 (IX86_BUILTIN_PCOMGEW): Ditto.
2393 (IX86_BUILTIN_PCOMFALSEW): Ditto.
2394 (IX86_BUILTIN_PCOMTRUEW): Ditto.
2395 (IX86_BUILTIN_PCOMEQD): Ditto.
2396 (IX86_BUILTIN_PCOMNED): Ditto.
2397 (IX86_BUILTIN_PCOMLTD): Ditto.
2398 (IX86_BUILTIN_PCOMLED): Ditto.
2399 (IX86_BUILTIN_PCOMGTD): Ditto.
2400 (IX86_BUILTIN_PCOMGED): Ditto.
2401 (IX86_BUILTIN_PCOMFALSED): Ditto.
2402 (IX86_BUILTIN_PCOMTRUED): Ditto.
2403 (IX86_BUILTIN_PCOMEQQ): Ditto.
2404 (IX86_BUILTIN_PCOMNEQ): Ditto.
2405 (IX86_BUILTIN_PCOMLTQ): Ditto.
2406 (IX86_BUILTIN_PCOMLEQ): Ditto.
2407 (IX86_BUILTIN_PCOMGTQ): Ditto.
2408 (IX86_BUILTIN_PCOMGEQ): Ditto.
2409 (IX86_BUILTIN_PCOMFALSEQ): Ditto.
2410 (IX86_BUILTIN_PCOMTRUEQ): Ditto.
2411 (enum multi_arg_type): New enum for describing the various SSE5
2412 intrinsic argument types.
2413 (bdesc_multi_arg): New table for SSE5 intrinsics.
2414 (ix86_init_mmx_sse_builtins): Add SSE5 intrinsic support.
2415 (ix86_expand_multi_arg_builtin): New function for creating SSE5
2416 intrinsics.
2417 (ix86_expand_builtin): Add SSE5 intrinsic support.
2418 (ix86_sse5_valid_op_p): New function to validate SSE5 3 and 4
2419 operand instructions.
2420 (ix86_expand_sse5_multiple_memory): New function to split the
2421 second memory reference from SSE5 instructions.
2422 (type_has_variadic_args_p): Delete in favor of stdarg_p.
2423 (ix86_return_pops_args): Use stdarg_p to determine if the function
2424 has variable arguments.
2425 (ix86_setup_incoming_varargs): Ditto.
2426 (x86_this_parameter): Ditto.
2427
2428 * config/i386/i386-protos.h (ix86_expand_sse5_unpack): Add
2429 declaration.
2430 (ix86_expand_sse5_pack): Ditto.
2431 (ix86_sse5_valid_op_p): Ditto.
2432 (ix86_expand_sse5_multiple_memory): Ditto.
2433
2434 * config/i386/i386.md (UNSPEC_SSE5_INTRINSIC): Add new UNSPEC
2435 constant for SSE5 support.
2436 (UNSPEC_SSE5_UNSIGNED_CMP): Ditto.
2437 (UNSPEC_SSE5_TRUEFALSE): Ditto.
2438 (UNSPEC_SSE5_PERMUTE): Ditto.
2439 (UNSPEC_SSE5_ASHIFT): Ditto.
2440 (UNSPEC_SSE5_LSHIFT): Ditto.
2441 (UNSPEC_FRCZ): Ditto.
2442 (UNSPEC_CVTPH2PS): Ditto.
2443 (UNSPEC_CVTPS2PH): Ditto.
2444 (PCOM_FALSE): Add new constant for true/false SSE5 comparisons.
2445 (PCOM_TRUE): Ditto.
2446 (COM_FALSE_S): Ditto.
2447 (COM_FALSE_P): Ditto.
2448 (COM_TRUE_S): Ditto.
2449 (COM_TRUE_P): Ditto.
2450 (type attribute): Add ssemuladd, sseiadd1, ssecvt1, sse4arg types.
2451 (unit attribute): Add support for ssemuladd, ssecvt1, sseiadd1 sse4arg
2452 types.
2453 (memory attribute): Ditto.
2454 (sse4_1_round<mode>2): Use TARGET_ROUND instead of TARGET_SSE4_1.
2455 Use SSE4_1_ROUND_* constants instead of hard coded numbers.
2456 (rint<mode>2): Use TARGET_ROUND instead of TARGET_SSE4_1.
2457 (floor<mode>2): Ditto.
2458 (ceil<mode>2): Ditto.
2459 (btrunc<mode>2): Ditto.
2460 (nearbyintdf2): Ditto.
2461 (nearbyintsf2): Ditto.
2462 (sse_setccsf): Disable if SSE5.
2463 (sse_setccdf): Ditto.
2464 (sse5_setcc<mode>): New support for SSE5 conditional move.
2465 (sse5_pcmov_<mode>): Ditto.
2466
2467 * config/i386/sse.md (SSEMODE1248): New mode iterator for SSE5.
2468 (SSEMODEF4): Ditto.
2469 (SSEMODEF2P): Ditto.
2470 (ssemodesuffixf4): New mode attribute for SSE5.
2471 (ssemodesuffixf2s): Ditto.
2472 (ssemodesuffixf2c): Ditto.
2473 (sserotatemax): Ditto.
2474 (ssescalarmode): Ditto.
2475 (sse_maskcmpv4sf3): Disable if SSE5.
2476 (sse_maskcmpv2df3): Ditto.
2477 (sse_vmmaskcmpv4sf3): Ditto.
2b3b22d3 2478 (sse5_fmadd<mode>4): Add SSE5 floating point multiply/add instructions.
5c1a2bb1
JH
2479 (sse5_vmfmadd<mode>4): Ditto.
2480 (sse5_fmsub<mode>4): Ditto.
2481 (sse5_vmfmsub<mode>4): Ditto.
2482 (sse5_fnmadd<mode>4): Ditto.
2483 (sse5_vmfnmadd<mode>4): Ditto.
2484 (sse5_fnmsub<mode>4): Ditto.
2485 (sse5_vmfnmsub<mode>4): Ditto.
2486 (sse5i_fmadd<mode>4): Ditto.
2487 (sse5i_fmsub<mode>4): Ditto.
2488 (sse5i_fnmadd<mode>4): Ditto.
2489 (sse5i_fnmsub<mode>4): Ditto.
2490 (sse5i_vmfmadd<mode>4): Ditto.
2491 (sse5i_vmfmsub<mode>4): Ditto.
2492 (sse5i_vmfnmadd<mode>4): Ditto.
2493 (sse5i_vmfnmsub<mode>4): Ditto.
2494 (mulv16qi3): Add SSE5 support.
2495 (mulv4si3): Ditto.
2496 (sse5_mulv4si3): New insn for 32-bit multiply support on SSE5.
2497 (sse2_mulv4si3): Disable if SSE5.
2498 (sse4_1_roundpd): Use TARGET_ROUND instead of TARGET_SSE4_1.
2499 (sse4_1_roundps): Ditto.
2500 (sse4_1_roundsd): Ditto.
2501 (sse4_1_roundss): Ditto.
2502 (sse_maskcmpv4sf3): Disable if SSE5 so the SSE5 instruction will
2503 be generated.
2504 (sse_maskcmpsf3): Ditto.
2505 (sse_vmmaskcmpv4sf3): Ditto.
2506 (sse2_maskcmpv2df3): Ditto.
2507 (sse2_maskcmpdf3): Ditto.
2508 (sse2_vmmaskcmpv2df3): Ditto.
2509 (sse2_eq<mode>3): Ditto.
2510 (sse2_gt<mode>3): Ditto.
2511 (sse5_pcmov_<mode>): Add SSE5 support.
2512 (vec_unpacku_hi_v16qi): Ditto.
2513 (vec_unpacks_hi_v16qi): Ditto.
2514 (vec_unpacku_lo_v16qi): Ditto.
2515 (vec_unpacks_lo_v16qi): Ditto.
2516 (vec_unpacku_hi_v8hi): Ditto.
2517 (vec_unpacks_hi_v8hi): Ditto.
2518 (vec_unpacku_lo_v8hi): Ditto.
2519 (vec_unpacks_lo_v8hi): Ditto.
2520 (vec_unpacku_hi_v4si): Ditto.
2521 (vec_unpacks_hi_v4si): Ditto.
2522 (vec_unpacku_lo_v4si): Ditto.
2523 (vec_unpacks_lo_v4si): Ditto.
2524 (sse5_pmacsww): New SSE5 intrinsic insn.
2525 (sse5_pmacssww): Ditto.
2526 (sse5_pmacsdd): Ditto.
2527 (sse5_pmacssdd): Ditto.
2528 (sse5_pmacssdql): Ditto.
2529 (sse5_pmacssdqh): Ditto.
2530 (sse5_pmacsdqh): Ditto.
2531 (sse5_pmacsswd): Ditto.
2532 (sse5_pmacswd): Ditto.
2533 (sse5_pmadcsswd): Ditto.
2534 (sse5_pmadcswd): Ditto.
2535 (sse5_pcmov_<move>): Conditional move support on SSE5.
2536 (sse5_phaddbw): New SSE5 intrinsic insn.
2537 (sse5_phaddbd): Ditto.
2538 (sse5_phaddbq): Ditto.
2539 (sse5_phaddwd): Ditto.
2540 (sse5_phaddwq): Ditto.
2541 (sse5_phadddq): Ditto.
2542 (sse5_phaddubw): Ditto.
2543 (sse5_phaddubd): Ditto.
2544 (sse5_phaddubq): Ditto.
2545 (sse5_phadduwd): Ditto.
2546 (sse5_phadduwq): Ditto.
2547 (sse5_phaddudq): Ditto.
2548 (sse5_phsubbw): Ditto.
2549 (sse5_phsubwd): Ditto.
2550 (sse5_phsubdq): Ditto.
2551 (sse5_pperm): Ditto.
2552 (sse5_pperm_sign_v16qi_v8hi): New insns for pack/unpack with SSE5.
2553 (sse5_pperm_zero_v16qi_v8hi): Ditto.
2554 (sse5_pperm_sign_v8hi_v4si): Ditto.
2555 (sse5_pperm_zero_v8hi_v4si): Ditto.
2556 (sse5_pperm_sign_v4si_v2di): Ditto.
2557 (sse5_pperm_sign_v4si_v2di): Ditto.
2558 (sse5_pperm_pack_v2di_v4si): Ditto.
2559 (sse5_pperm_pack_v4si_v8hi): Ditto.
2560 (sse5_pperm_pack_v8hi_v16qi): Ditto.
2561 (sse5_perm<mode>): New SSE5 intrinsic insn.
2562 (rotl<mode>3): Ditto.
2563 (sse5_rotl<mode>3): Ditto.
2564 (sse5_ashl<mode>3): Ditto.
2565 (sse5_lshl<mode>3): Ditto.
2566 (sse5_frcz<mode>2): Ditto.
2567 (sse5s_frcz<mode>2): Ditto.
2568 (sse5_cvtph2ps): Ditto.
2569 (sse5_cvtps2ph): Ditto.
2570 (sse5_vmmaskcmp<mode>3): Ditto.
2571 (sse5_com_tf<mode>3): Ditto.
2572 (sse5_maskcmp<mode>3): Ditto.
2573 (sse5_maskcmp_uns<mode>3): Ditto.
2574 (sse5_maskcmp_uns2<mode>3): Ditto.
2575 (sse5_pcom_tf<mode>3): Ditto.
7b3d1847
UB
2576
2577 * config/i386/predicates.md (sse5_comparison_float_operator):
2578 New predicate to match the comparison operators supported by
2579 the SSE5 com instruction.
5c1a2bb1
JH
2580 (ix86_comparison_int_operator): New predicate to match just the
2581 signed int comparisons.
2582 (ix86_comparison_uns_operator): New predicate to match just the
2583 unsigned int comparisons.
2584
2585 * doc/invoke.texi (-msse5): Add documentation.
2586 (-mfused-madd): Ditto.
2587
2588 * doc/extend.texi (x86 intrinsics): Document new SSE5 intrinsics.
2589
2590 * config.gcc (i[34567]86-*-*): Include bmmintrin.h and
2591 mmintrin-common.h.
2592 (x86_64-*-*): Ditto.
2593
2594 * config/i386/cpuid.h (bit_SSE5): Define SSE5 bit.
2595
2596 * config/i386/bmmintrin.h: New file, provide common x86 compiler
2597 intrinisics for SSE5.
2598
2599 * config/i386/smmintrin.h: Move instructions shared with SSE5 to
2600 mmintrin-common.h.
2601
2602 * config/i386/mmintrin-common.h: New file, to contain common
2603 instructions between SSE4.1 and SSE5.
2604
2605 * config/i386/netware.c (gen_stdcall_or_fastcall_decoration): Use
2606 FOREACH_FUNCTION_ARGS to iterate over the argument list.
2607 (gen_regparm_prefix): Ditto.
2608
2609 * config/i386/winnt.c (gen_stdcall_or_fastcall_suffix): Use
2610 FOREACH_FUNCTION_ARGS to iterate over the argument list. Use
2611 prototype_p to determine if a function is prototyped.
2612
f4e8a943
VV
26132009-08-25 Ville Voutilainen <ville.voutilainen@gmail.com>
2614
2615 * c-common.c (c_common_reswords) add the alignof keyword,
2616 with same RID as __alignof and __alignof__
2617
7b5cbb57
AS
26182009-08-25 Anatoly Sokolov <aesok@post.ru>
2619
2620 * hooks.h (hook_bool_const_int_const_int_true): Declare.
2621 * hooks.c (hook_bool_const_int_const_int_true): New function.
2622 * target.h (struct gcc_target): Add can_eliminate field.
2623 * target-def.h (TARGET_CAN_ELIMINATE): Define.
2624 (TARGET_INITIALIZER): Use TARGET_CAN_ELIMINATE.
2625 * ira.c (setup_eliminable_regset): Use can_eliminate target hook.
2626 * reload1.c (update_eliminables, init_elim_table): (Ditto.).
2627 (elim_table): Revise comment.
2628 * system.h (CAN_ELIMINATE): Poison.
2629 * defaults.h (CAN_ELIMINATE): Remove.
2630 * doc/tm.texi (CAN_ELIMINATE): Revise documentation.
2631
2632 * config/alpha/vms.h (CAN_ELIMINATE): Remove macro.
2633 * config/alpha/alpha.c (TARGET_CAN_ELIMINATE) [TARGET_ABI_OPEN_VMS]:
2634 Define macro.
2635 (alpha_vms_can_eliminate): Declare as static, change return type to
2636 bool.
2637 * config/alpha/alpha-protos.h (alpha_vms_can_eliminate): Remove.
2638
2639 * config/arm/arm.h (CAN_ELIMINATE): Remove macro.
2640 * config/arm/arm.c (TARGET_CAN_ELIMINATE): Define macro.
2641 (arm_can_eliminate): New function.
2642
2643 * config/avr/avr.h (CAN_ELIMINATE): Remove macro.
2644 * config/avr/avr.c (TARGET_CAN_ELIMINATE): Define macro.
2645 (avr_can_eliminate): Declare as static.
2646 * config/avr/avr-protos.h (avr_can_eliminate): Remove.
2647
2648 * config/bfin/bfin.h (CAN_ELIMINATE): Remove macro.
2649 * config/bfin/bfin.c (TARGET_CAN_ELIMINATE): Define macro.
2650 (bfin_can_eliminate): New function.
2651
2652 * config/crx/crx.h (CAN_ELIMINATE): Remove macro.
2653 * config/crx/crx.c (TARGET_CAN_ELIMINATE): Define macro.
2654 (crx_can_eliminate): New function.
7b3d1847 2655
7b5cbb57
AS
2656 * config/fr30/fr30.h (CAN_ELIMINATE): Remove macro.
2657 * config/fr30/fr30.c (TARGET_CAN_ELIMINATE): Define macro.
2658 (fr30_can_eliminate): New function.
2659
2660 * config/frv/frv.h (CAN_ELIMINATE): Remove macro.
2661 * config/frv/frv.c (TARGET_CAN_ELIMINATE): Define macro.
2662 (frv_can_eliminate): New function.
2663
2664 * config/h8300/h8300.h (CAN_ELIMINATE): Remove macro.
2665 * config/h8300/h8300.c (TARGET_CAN_ELIMINATE): Define macro.
2666 (h8300_can_eliminate): New function.
2667
2668 * config/i386/i386.h (CAN_ELIMINATE): Remove macro.
2669 * config/i386/i386.c (TARGET_CAN_ELIMINATE): Define macro.
2670 (i386_can_eliminate): Declare as static, change return type to bool.
2671 * config/i386/i386-protos.h (i386_can_eliminate): Remove.
2672
2673 * config/ia64/ia64.h (CAN_ELIMINATE): Remove macro.
2674 * config/ia64/ia64.c (TARGET_CAN_ELIMINATE): Define macro.
2675 (ia64_can_eliminate): New function.
2676
2677 * config/iq2000/iq2000.h (CAN_ELIMINATE): Remove macro.
2678 * config/iq2000/iq2000.c (TARGET_CAN_ELIMINATE): Define macro.
2679 (iq2000_can_eliminate): New function.
2680
2681 * config/m32r/m32r.h (CAN_ELIMINATE): Remove macro.
2682 * config/m32r/m32r.c (TARGET_CAN_ELIMINATE): Define macro.
2683 (m32r_can_eliminate): New function.
2684
2685 * config/m68hc11/m68hc11.h (CAN_ELIMINATE): Remove macro.
2686 * config/m68hc11/m68hc11.c (TARGET_CAN_ELIMINATE): Define macro.
2687 (m68hc11_can_eliminate): New function.
2688
2689 * config/m68k/m68k.h (CAN_ELIMINATE): Remove macro.
2690 * config/m68k/m68k.c (TARGET_CAN_ELIMINATE): Define macro.
2691 (m68k_can_eliminate): New function.
2692
2693 * config/mep/mep.h (CAN_ELIMINATE): Remove macro.
2694 * config/mep/mep.c (TARGET_CAN_ELIMINATE): Define macro.
2695 (mep_can_eliminate): New function.
2696
2697 * config/mips/mips.h (CAN_ELIMINATE): Remove macro.
2698 * config/mips/mips.c (TARGET_CAN_ELIMINATE): Define macro.
2699 (mips_can_eliminate): New function.
2700
2701 * config/rs6000/rs6000.h (CAN_ELIMINATE): Remove macro.
2702 * config/rs6000/rs6000.c (TARGET_CAN_ELIMINATE): Define macro.
2703 (rs6000_can_eliminate): New function.
2704
2705 * config/s390/s390.h (CAN_ELIMINATE): Remove macro.
2706 * config/s390/s390.c (TARGET_CAN_ELIMINATE): Define macro.
2707 (s390_can_eliminate): Declare as static.
2708 * config/s390/s390-protos.h (sparc_can_eliminate): Remove.
2709
2710 * config/score/score.h (CAN_ELIMINATE): Remove macro.
2711 * config/score/score.c (TARGET_CAN_ELIMINATE): Define macro.
2712 (score_can_eliminate): New function.
2713
2714 * config/sparc/sparc.h (CAN_ELIMINATE): Remove macro.
2715 * config/sparc/sparc.c (TARGET_CAN_ELIMINATE): Define macro.
2716 (sparc_can_eliminate): Declare as static.
2717 * config/sparc/sparc-protos.h (sparc_can_eliminate): Remove.
2718
2719 * config/stormy16/stormy16.h (CAN_ELIMINATE): Remove macro.
2720 * config/stormy16/stormy16.c (TARGET_CAN_ELIMINATE): Define macro.
2721 (xstormy16_can_eliminate): New function.
2722
2723 * config/v850/v850.h (CAN_ELIMINATE): Remove macro.
2724 * config/v850/v850.c (TARGET_CAN_ELIMINATE): Define macro.
2725 (v850_can_eliminate): New function.
2726
e7f8fba9
UB
27272009-08-25 Uros Bizjak <ubizjak@gmail.com>
2728
2729 * config/alpha/alpha.md (*cmpdf_ieee_ext[123]): Remove.
2730 (*cmpdf_internal): Enable for all ALPHA_FPTM levels.
2731 (*movdfcc_ext[1234]): Disable for IEEE mode.
2732
f76d6e6f
EB
27332009-08-25 Eric Botcazou <ebotcazou@adacore.com>
2734
2735 * gimplify.c (prepare_gimple_addressable): New static function.
2736 (gimplify_modify_expr_to_memcpy): Invoke it on the RHS before marking
2737 it addressable.
2738 (gimplify_addr_expr): Invoke it similarly on the operand instead of
2739 manually fiddling with it.
2740
4df62c77
MM
27412009-08-25 Michael Matz <matz@suse.de>
2742
2743 * expr.h (jumpifnot_1, jumpif_1, do_jump_1): Declare.
2744 * dojump.c (do_jump_by_parts_greater): Take two operands instead of
2745 full expression.
2746 (do_jump_by_parts_equality, do_compare_and_jump): Ditto.
2747 (jumpifnot_1, jumpif_1): New wrappers for do_jump_1.
2748 (do_jump): Split out code for simple binary comparisons into ...
2749 (do_jump_1): ... this, taking the individual operands and code.
2750 Change callers to helper function above accordingly.
2751 * expr.c (expand_expr_real_1): Use jumpifnot_1 for simple binary
2752 comparisons.
2753
8e7aa1f9
MM
27542009-08-25 Michael Matz <matz@suse.de>
2755
2756 * expr.h (struct separate_ops, sepops): New type for passing
2757 around an exploded simple expression.
2758 * optabs.c (expand_widen_pattern_expr, expand_vec_shift_expr):
2759 Use this structure instead of expression tree.
2760 (get_vcond_icode, expand_vec_cond_expr_p): Don't take whole
2761 expression, only its type.
2762 (expand_vec_cond_expr): Take type and individual operands instead
2763 of full expression.
2764 * optabs.h (expand_widen_pattern_expr, expand_vec_cond_expr,
2765 expand_vec_shift_expr): Change prototype accordingly.
2766 * tree-vect-stmts.c (vectorizable_condition): Change call of
2767 expand_vec_cond_expr_p to pass only type.
2768 * expr.c (do_store_flags): Change prototype and implementation
2769 to take an exploded expression.
2770 (expand_expr_real_1): New local ops initialized with details
2771 of the full expression. Use it instead of full
2772 expression in calls to do_store_flags, expand_vec_cond_expr,
2773 expand_widen_pattern_expr and expand_vec_shift_expr.
2774
b32e7cdb
MM
27752009-08-25 Michael Matz <matz@suse.de>
2776
2777 * expr.c (expand_expr_real_1): New local treeop0, treeop1,
2778 treeop2 initialized with first three operands of the full expression.
2779 Substitute all TREE_OPERAND (exp, [012]) calls with them.
2780
ce4a9de3
KT
27812009-08-25 Kai Tietz <kai.tietz@onevision.com>
2782
2783 * gcc/gthr-win32.h (__UNUSED_PARAM): Define, if not already present.
2784 (__gthread_objc_condition_allocate): Mark arguments as unused.
2785 (__gthread_objc_condition_deallocate): Likewise.
2786 (__gthread_objc_condition_wait): Likewise.
2787 (__gthread_objc_condition_broadcast): Likewise.
2788 (__gthread_objc_condition_signal): Likewise.
2789 (__gthread_objc_thread_detach): Cast via INT_PTR to pointer.
2790 (__gthread_objc_thread_id): Likewise.
2791
d69b8a03
JW
27922009-08-25 Janus Weil <janus@gcc.gnu.org>
2793
2794 PR middle-end/41149
2795 * tree-pretty-print.c (print_call_name): Print the correct call name
2796 for procedure pointer components.
2797
c3313412
SE
27982009-08-24 Steve Ellcey <sje@cup.hp.com>
2799
2800 * config/ia64/ia64.c (ia64_promote_function_mode): Call
2801 default_promote_function_mode when not VMS.
2802
c767899e
OH
28032009-08-24 Olivier Hainque <hainque@adacore.com>
2804
2805 * convert.c (convert_to_integer): Don't assume an input pointer is
2806 POINTER_SIZE wide. Fetch from the type instead.
2807
df58e648
RW
28082009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2809
2810 * configure.ac (AC_PREREQ): Bump to 2.64.
2811
2ef4a8e1
RAE
28122009-08-24 Rafael Avila de Espindola <espindola@google.com>
2813
2814 * gcc.c (standard_exec_prefix_1,standard_exec_prefix_2): Remove.
2815 (process_command): Don't search standard_exec_prefix_1 and
2816 standard_exec_prefix_2.
2817
c7e9ab97
RR
28182009-08-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2819
7b3d1847
UB
2820 * config/arm/arm.c (output_return_instruction): Handle for
2821 unified syntax.
c7e9ab97 2822
3e2d9dcf
RR
28232009-08-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2824
7b3d1847 2825 * config/arm/arm.c (arm_select_cc_mode): Handle subreg.
3e2d9dcf 2826
54f52b81
RR
28272009-08-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2828
7b3d1847
UB
2829 * config/arm/vfp.md (*arm_movdi_vfp): Mark as predicable.
2830 (*arm_movdf_vfp): Likewise.
54f52b81 2831
d44463a9
RR
28322009-08-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2833
7b3d1847
UB
2834 * config/arm/neon.md (vashl<mode>3): Rename from ashl<mode>3.
2835 (vashr<mode>3): Rename from ashr<mode>3.
2836 (vlshr<mode>3): Rename from lshr<mode>3.
d44463a9 2837
b241b475
KT
28382009-08-24 Kai Tietz <kai.tietz@onevision.com>
2839
2840 PR/40786
5fa162c0 2841 * c-format.c (format_wanted_type): Add new member scalar_identity_flag.
b241b475
KT
2842 (check_format_info_main): Use scalar_identify_flag.
2843 (check_format_types): Check for scalar size identity if
2844 scalar_identify_flag is set.
2845 (printf_length_specs): Extend by new field.
2846 (asm_fprintf_length_specs): Likewise.
2847 (gcc_diag_length_specs): Likewise.
2848 (scanf_length_specs): Likewise.
2849 (strfmon_length_specs): Likewise.
2850 (gcc_gfc_length_specs): Likewise.
2851 * config/i386/msformat-c.c (ms_printf_length_specs): Likewise.
2852 (ms_printf_flag_specs): Likewise.
2853 * c-format.h (format_length_info): Add new member scalar_identity_flag.
2854
8c40d061
UB
28552009-08-23 Uros Bizjak <ubizjak@gmail.com>
2856
2857 PR target/40718
2858 * config/i386/i386.c (*call_pop_1): Disable for sibling calls.
fe62197b 2859 (*call_value_pop_1): Ditto.
8c40d061 2860 (*sibcall_pop_1): New insn pattern.
fe62197b 2861 (*sibcall_value_pop_1): Ditto.
8c40d061 2862
0aa580f4
AM
28632009-08-23 Alan Modra <amodra@bigpond.net.au>
2864
2865 PR target/41081
2866 * config/rs6000/rs6000.md (rotlsi3_64, ashlsi3_64, lshrsi3_64,
2867 ashrsi3_64): New.
2868
e25b7843
AM
28692009-08-23 Alan Modra <amodra@bigpond.net.au>
2870
2871 PR target/41081
2872 * fwprop.c (try_fwprop_subst): Allow multiple sets.
2873 (get_reg_use_in): New function.
2874 (forward_propagate_subreg): Propagate through subreg of zero_extend
2875 or sign_extend.
2876
79052be3
KK
28772009-08-22 Kaz Kojima <kkojima@gcc.gnu.org>
2878
2879 * config/sh/t-sh (TARGET_LIBGCC2_CFLAGS): Define.
2880 * config/sh/t-netbsd (TARGET_LIBGCC2_CFLAGS): Add -mieee.
2881
5213506e
RW
28822009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2883
70fa0efa
RW
2884 * configure.ac: Remove --with-datarootdir, --with-docdir,
2885 --with-htmldir switches. No need to call AC_SUBST for
2886 datarootdir, docdir, htmldir any more.
2887 * configure: Regenerate.
2888 * doc/install.texi (Configuration): Document --datarootdir,
2889 --docdir, --htmldir, --pdfdir; update documentation for
2890 --infodir, --mandir.
e7f8fba9
UB
2891 (Prerequisites): Bump Autoconf version to 2.64, Automake to 1.11,
2892 M4 to 1.4.6.
70fa0efa 2893
5213506e
RW
2894 * aclocal.m4: Regenerate.
2895 * config.in: Regenerate.
2896 * configure: Regenerate.
2897
f2972bf8
DR
28982009-08-21 Douglas B Rupp <rupp@gnat.com>
2899 Olivier Hainque <hainque@adacore.com>
2900
2901 * config/ia64/ia64.c: Include libfuncs.h.
2902 (TARGET_PROMOTE_FUNCITON_MODE): Define target macro.
2903 (ia64_expand_call): Use reg 25 on VMS.
2904 (ia64_initialize_trampoline): Fix for VMS ABI.
2905 (ia64_function_arg_offset): Always returns 0 when TARGET_ABI_OPEN_VMS.
2906 (ia64_function_arg): Initialize reg 25 on VMS.
2907 Fix OpenVMS ABI issues for varargs.
2908 For OpenVMS, emit the Argument Information register set in the
2909 incoming/sibcall case as well.
2910 (ia64_arg_type): New function.
2911 (ia64_function_arg_advance): Keep track of cum->words.
2912 Fix OpenVMS ABI issues for varargs.
2913 (ia64_function_value): On VMS, promote mode of non-aggregate types.
2914 (ia64_override_options): Set flag_no_common on VMS.
2915 (ia64_init_builtins): Disable FWRITE builtin.
2916 (ia64_asm_output_external): Call DO_CRTL_NAMES.
2917 (ia64_vms_init_libfuncs): Add decc$ routines.
2918 (ia64_vms_valid_pointer_mode): New function.
2919 (ia64_struct_value_rtx): Allways NULL_RTX on VMS.
2920 (ia64_promote_function_mode): New function
2921 * config/ia64/ia64.h (TARGET_ABI_OPEN_VMS): Define as 0 for default.
2922 (LONG_DOUBLE_TYPE_SIZE): Force to 64 on VMS.
2923 (LIBCGC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
2924 (INIT_CUMULATIVE_ARGS): Add atypes for VMS.
2925 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
2926 (ASM_OUTPUT_DEF): Use ISDIGIT instead of isdigit.
2927 Suppress trailing '#' if VALUE is numeric.
2928 * config/ia64/vms.h (PROMOTE_FUNCTION_MODE): Remove, code moved to
2929 ia64_promote_function_mode.
2930 (TARGET_VALID_POINTER_MODE): Define.
2931
30402573
MM
29322009-08-21 Michael Meissner <meissner@linux.vnet.ibm.com>
2933
2934 PR target/40671
2935 * config/rs6000/rs6000.c (rs6000_override_options): Use
8c40d061 2936 TARGET_64BIT instead of TARGET_POWERPC64 to set the size of pointers.
30402573
MM
2937
2938 PR target/41145
2939 * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): Fix
c89f5009 2940 reporting of vector + decimal/boolean/complex error.
30402573 2941
08ffd640
JJ
29422009-08-21 Jakub Jelinek <jakub@redhat.com>
2943
2944 * config/rs6000/rs6000.c (rs6000_init_builtins): Fix type of
2945 __vector double TYPE_DECL.
2946
46107b99
RE
29472009-08-21 Richard Earnshaw <rearnsha@arm.com>
2948
2949 * arm.h (MACHMODE): New define. Include insn-modes.h if available.
2950 (CUMULATIVE_ARGS): Use MACHMODE for declaration of aapcs_vfp_mode.
2951 * arm.c (aapcs_vfp_is_call_or_return_candidate): Change base_mode
2952 to pointer to enum machine_mode. Update all callers as needed.
2953
7450a081
UB
29542009-08-21 Uros Bizjak <ubizjak@gmail.com>
2955
2956 * config/alpha/alpha.md (exception_receiver): Emit alternative
2957 GP load sequence if flag_reorder_blocks_and_partition is set.
2958 (*exception_receiver_2): Also enable when
2959 flag_reorder_blocks_and_partition is set.
2960
6d383c5e
MR
29612009-08-20 Matt Rice <ratmice@gmail.com>
2962 Diego Novillo <dnovillo@google.com>
2963
2964 * Makefile.in (PLUGIN_HEADERS): Include incpath.h and
2965 tree-ssa-sccvn.h.
2966
29cc57cf
RG
29672009-08-20 Richard Guenther <rguenther@suse.de>
2968
8c40d061 2969 * c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.
29cc57cf
RG
2970 * c-tree.h (c_dup_lang_specific_decl): Remove.
2971 (struct lang_decl, struct lang_type): Move definitions ...
2972 * c-lang.h: ... here. New file.
2973 * c-decl.c: Include c-lang.h.
2974 (c_dup_lang_specific_decl): Remove.
2975 * c-typeck.c: Include c-lang.h.
2976 * Makefile.in (c-decl.o): Add c-lang.h dependency.
2977 (c-typeck.o): Likewise.
2978 * c-config-lang.in (gtfiles): Add c-lang.h.
2979 * gengtype.c (get_output_file_with_visibility): Handle c-lang.h
2980 like c-tree.h.
2981
7e9f2c0f
UB
29822009-08-20 Uros Bizjak <ubizjak@gmail.com>
2983
2984 * config/alpha/alpha.c (alpha_end_function): Do not clear
2985 crtl->emit structure and free insn locators if cfun->is_thunk is true,
2986 this is now handled in generic code.
2987
b0f86a7e
AK
29882009-08-20 Andreas Krebbel <krebbel1@de.ibm.com>
2989
2990 * config/s390/s390.c (Z10_PREDICT_DISTANCE): New macro.
2991 (s390_z10_fix_long_loop_prediction): New function.
2992 (s390_z10_optimize_cmp): INSN walk moved to callee - s390_reorg.
2993 (s390_reorg): Walk over the INSNs and invoke
2994 s390_z10_fix_long_loop_prediction and s390_z10_optimize_cmp.
2995
f1149235
AK
29962009-08-20 Andreas Krebbel <krebbel1@de.ibm.com>
2997
2998 * config/s390/s390.md ("*brx_stage1_<GPR:mode>", "*brxg_64bit",
2999 "*brx_64bit", "*brx_31bit"): New patterns.
3000 * config/s390/s390.c ('E'): New output modifier.
3001
a552b644 30022009-08-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7e9f2c0f 3003 Richard Earnshaw <richard.earnshaw@arm.com>
a552b644 3004
7e9f2c0f
UB
3005 * config/arm/arm.c (arm_emit_movpair): Handle CONST_INT.
3006 * config/arm/arm.md (*arm_movtas_ze): New pattern for movt.
a552b644 3007
2fd74bff
JDA
30082009-08-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3009
3010 * pa.md (reload_inhi, reload_outhi, reload_inqi, reload_outqi): New
3011 patterns.
3012 * pa.c (emit_move_sequence): Check if address of operand1 is valid
3013 for mode mode of operand0 when doing secondary reload for SAR.
3014
b8e444f4
JJ
30152009-08-19 Jakub Jelinek <jakub@redhat.com>
3016
3017 PR middle-end/41123
3018 * expr.c (expand_expr_real_1) <normal_inner_ref>: Handle all kinds
3019 of CONCAT, not just bitpos 0 bitsize size of the whole CONCAT.
3020
6c879482
JM
30212009-08-19 Jason Merrill <jason@redhat.com>
3022
3023 * doc/invoke.texi (C++ Dialect Options): Note change of minimum
3024 supported template depth in C++0x.
3025
dc0c6451
JJ
30262009-08-19 Jakub Jelinek <jakub@redhat.com>
3027
3028 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Don't call
3029 free_after_compilation.
3030 * config/score/score7.c (score7_output_mi_thunk): Likewise.
3031 * config/score/score3.c (score3_output_mi_thunk): Likewise.
3032 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
3033 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
3034 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3035 * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
3036 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3037
9302a061
ILT
30382009-08-19 Ian Lance Taylor <iant@google.com>
3039
3040 * doc/md.texi (Insn Canonicalizations): Correct canonicalization
3041 of (plus (mult (neg B) C) A).
3042
9600efe1
MM
30432009-08-18 Michael Matz <matz@suse.de>
3044
3045 * omp-low.c (optimize_omp_library_calls): Use types_compatible_p
3046 instead of comparing TYPE_MAIN_VARIANT for equality.
3047 * tree-vect-patterns.c (vect_recog_dot_prod_pattern,
3048 vect_recog_widen_mult_pattern, vect_recog_widen_sum_pattern): Ditto.
3049 * tree-vect-loop.c (vect_is_simple_reduction): Ditto.
3050 * gimplify.c (goa_lhs_expr_p): Ditto and use
3051 STRIP_USELESS_TYPE_CONVERSION.
3052
10174ddf
MM
30532009-08-18 Michael Matz <matz@suse.de>
3054
3055 * tree-ssa-structalias.c (create_variable_info_for): Also mark
3056 first field in a struct.
3057 (intra_create_variable_infos): Don't deal with flag_argument_noalias.
3058
e72cee90
UB
30592009-08-18 Uros Bizjak <ubizjak@gmail.com>
3060
3061 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Allocate insn
3062 locators before emit_insn is called. Remove assert that
3063 cfun->is_thunk.
3064 (alpha_end_function): Clear crtl->emit structure and free insn
3065 locators if cfun->is_thunk is true.
3066
e31bcd1b
JM
30672009-08-18 Jason Merrill <jason@redhat.com>
3068
3069 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object
3070 type if available.
3071 * configure.ac: Test for it.
3072 * configure, config.in: Regenerate.
3073 * doc/install.texi: Document --enable-gnu-unique-object.
3074
776e7174
RG
30752009-08-18 Richard Guenther <rguenther@suse.de>
3076
3077 PR middle-end/41094
3078 * builtins.c (fold_builtin_pow): Fold pow(pow(x,y),z) to
3079 pow(x,y*z) only if x is nonnegative.
3080
68a31530
JJ
30812009-08-18 Jakub Jelinek <jakub@redhat.com>
3082
3083 * bb-reorder.c (fix_up_fall_thru_edges): Only call invert_jump
3084 on jumps.
3085
f3252b3c
JJ
3086 PR target/40971
3087 * config/rs6000/rs6000.c (rs6000_legitimize_address): For
3088 [DT][FDI]mode ensure the offset isn't 4/8/12 bytes below 0x8000.
3089
65655f79
DD
30902009-08-17 DJ Delorie <dj@redhat.com>
3091
3092 * config/m32c/m32c.md (UNS_FSETB, UNS_FREIT): New.
3093 * config/m32c/prologue.md (epilogue_freit): New.
3094 (fset_b): New.
3095 * config/m32c/m32c.c (m32c_function_needs_enter): Add prototype.
3096 (bank_switch_p): Likewise.
3097 (fast_interrupt_p): Likewise.
3098 (interrupt_p): Likewise.
3099 (m32c_conditional_register_usage): Round memregs size up.
3100 (need_to_save): We only need to save $a0 when we use ENTER.
3101 (interrupt_p): Check for fast_interrupt too.
3102 (bank_switch_p): New.
3103 (fast_interrupt_p): New.
3104 (m32c_attribute_table): Add bank_switch and fast_interrupt.
3105 (m32c_emit_prolog): Support bank switching and fast interrupts.
3106 * doc/extend.texi (Function Attributes): Add bank_switch and
3107 fast_interrupt.
3108
dfe6ba6d
DR
31092009-08-17 Douglas B Rupp <rupp@gnat.com>
3110
3111 * config/alpha/alpha.c (vms_valid_pointer_mode): New function.
3112 * config/alpha/vms.h (TARGET_VALID_POINTER_MODE): Define.
3113
dcad28fd
DR
31142009-08-16 Douglas B Rupp <rupp@gnat.com>
3115
8c40d061 3116 * doc/invoke.texi (Target options): Add new option list for IA-64/VMS.
dcad28fd
DR
3117 (menu): Add IA-64/VMS Options.
3118 (IA-64/VMS Options): Likewise.
3119
30fff3d8
RS
31202009-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3121
3122 PR target/38599
3123 * config/mips/mips.md (*lwxs): Use :P for pointer values.
3124
cf5fb4b0
RS
31252009-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3126
3127 * config/mips/mips-protos.h (mips_push_asm_switch): New function.
3128 (mips_pop_asm_switch): Likewise.
3129 * config/mips/mips.c (set_noreorder, set_nomacro, set_noat): Replace
3130 with...
3131 (mips_noreorder, mips_nomacro, mips_noat): ...these new variables.
3132 (mips_push_asm_switch_1, mips_pop_asm_switch_1): New functions.
3133 (mips_push_asm_switch, mips_pop_asm_switch): Likewise.
3134 (mips_print_operand_punctuation): Use them. Check mips_noreorder
3135 instead of set_noreorder.
3136 (mips_output_function_prologue): Use the new functions.
3137 (mips_output_function_epilogue): Likewise.
3138 (mips_need_noat_wrapper_p): New function, split out from...
3139 (mips_final_prescan_insn, mips_final_postscan_insn): ...here.
3140 Use mips_push_asm_switch and mips_pop_asm_switch.
3141 * config/mips/mips.h (FUNCTION_PROFILER): Use mips_push_asm_switch
3142 and mips_pop_asm_switch.
3143 (ASM_OUTPUT_REG_POP): Likewise.
3144 (DBR_OUTPUT_SEQEND): Remove boilerplate comment.
3145 Use mips_pop_asm_switch.
3146 (mips_asm_switch): New structure.
3147 (set_noreorder, set_nomacro): Replace with...
3148 (mips_noreorder, mips_nomacro, mips_noat): ...these new variables.
3149 * config/mips/mips.md (fix_truncdfsi2_macro): Use mips_nomacro
3150 instead of set_nomacro.
3151 (fix_truncsfsi2_macro): Likewise.
3152 (cprestore): Likewise.
3153 (hazard): Use mips_noreorder instead of set_noreorder.
3154 * config/mips/sdemtk.h (FUNCTION_PROFILER): As for mips.h.
3155
3eb96d01
UB
31562009-08-16 Uros Bizjak <ubizjak@gmail.com>
3157
8a067ce4 3158 * config/alpha/alpha.c (alpha_end_function): Handle NULL_RTX returned
3eb96d01
UB
3159 from prev_active_insn.
3160
164709cf
AS
31612009-08-16 Anatoly Sokolov <aesok@post.ru>
3162
3163 * config/avr/avr.h (AVR_HAVE_8BIT_SP): New macros.
3164 * config/avr/avr.c (avr_override_options): Initialize
3165 avr_current_arch variable.
3166 (avr_cpu_cpp_builtins): Define __AVR_HAVE_8BIT_SP__ or
3167 __AVR_HAVE_16BIT_SP__ according to the device type.
3168 (expand_prologue, output_movhi): Use AVR_HAVE_8BIT_SP instead of
3169 TARGET_TINY_STACK.
3170 (expand_epilogue): Use correct QI mode frame pointer for tiny stack.
3171 Use AVR_HAVE_8BIT_SP instead of TARGET_TINY_STACK.
3172
5782bb7a
DS
31732009-08-16 Dodji Seketeli <dodji@redhat.com>
3174
52ac997d 3175 PR debug/37801
5782bb7a
DS
3176 * gcc/dwarf2out.c (gen_inlined_subroutine_die): Concentrate on
3177 generating inlined subroutine die only. We shouldn't be
3178 called for anything else.
3179 (gen_block_die): Don't generate inline subroutine debug info for
3180 abstract blocks.
3181
07636543
SP
31822009-08-15 Sebastian Pop <sebastian.pop@amd.com>
3183
3184 * graphite-poly.c (print_pbb): Print PBB index.
3185
f263917c
SP
31862009-08-15 Sebastian Pop <sebastian.pop@amd.com>
3187
3188 PR middle-end/40981
3189 * graphite-interchange.c (ppl_max_for_le): Moved...
3190 * graphite-poly.c (pbb_number_of_iterations): Call ppl_max_for_le.
3191 * graphite-ppl.c (ppl_max_for_le): ... here. Correct the use of
3192 ppl_Pointset_Powerset_C_Polyhedron_maximize.
3193 * graphite-ppl.h (ppl_max_for_le): Declared.
3194
c54d7dc9
OR
31952009-08-14 Olatunji Ruwase <tjruwase@google.com>
3196
3197 * doc/extend.texi (Symbol-Renaming Pragmas): redefine_extname is
3198 supported on all platforms.
8c40d061
UB
3199 * target.h (struct gcc_target): Remove handle_pragma_redefine_extname.
3200 * c-cppbuiltin.c: Remove use of targetm.handle_pragma_redefine_extname.
c54d7dc9
OR
3201 * c-pragma.c: Likewise.
3202 * target-def.h (TARGET_INITIALIZER): Remove
3203 TARGET_HANDLE_PRAGMA_REDEFINE_EXTNAME.
8c40d061 3204 * config/sol2.h: Remove use of TARGET_HANDLE_PRAGMA_REDEFINE_EXTNAME.
c54d7dc9 3205
b874a90d
DR
32062009-08-14 Douglas B Rupp <rupp@gnat.com>
3207
3208 * config/ia64/fde-vms.c: New file.
3209 * config/ia64/fde-glibc.c (_Unwind_FindTableEntry): Add dummy arg.
3210 * config/ia64/unwind-ia64.c (UNW_ accessors): Move to unwind-ia64.h
3211 (MD_UNW_COMPATIBLE_PERSONALITY_P): Provide default.
3212 (uw_frame_state_for): Only register a personality routine if it is
3213 known to be compatible with our expectations.
3214 (_Unwind_FindEnclosingFunction, uw_frame_state_for):
3215 Declare unw_table_entry stack variable and
3216 mod all calls to _Unwind_FindTableEntry to add arg.
3217 * config/ia64/unwind-ia64.h (UNW_ accessors): Move here.
3218 (_Unwind_FindTableEntry): Add arg to prototype.
3219
ac77b88e
EB
32202009-08-14 Eric Botcazou <ebotcazou@adacore.com>
3221
3222 * config/ia64/unwind-ia64.c (struct _Unwind_Context): Add new
3223 field 'signal_pfs_loc'.
3224 (uw_frame_state_for): Remove duplicate code dealing with leaf
3225 procedures without unwind info.
3226 If in the frame after unwinding through a signal handler, restore
3227 the AR.PFS register instead of the CFM if AR.PFS has not been saved.
3228 * config/ia64/linux-unwind.h (ia64_fallback_frame_state): Do not set
3229 'pfs_loc' to the AR.PFS location in the signal context; instead
3230 set 'signal_pfs_loc'.
3231 Manually generate the unwind info for the AR.PFS register.
3232 (ABI_MARKER_OLD_LINUX_SIGTRAMP, ABI_MARKER_OLD_LINUX_INTERRUPT,
3233 ABI_MARKER_LINUX_SIGTRAMP, ABI_MARKER_LINUX_INTERRUPT): Define.
3234 (ia64_handle_unwabi): Test 'fs->unwabi' against them.
3235 Do not set 'pfs_loc' to the AR.PFS location in the signal context;
3236 instead set 'signal_pfs_loc'.
3237 Remove code preventing the AR.PFS register from being restored
3238 from the signal context.
3239
c24db304
DR
32402009-08-14 Douglas B Rupp <rupp@gnat.com>
3241 Tristan Gingold <gingold@adacore.com>
3242
3243 * config.gcc (ia64-hp-*vms*): Insert ia64/t-ia64 in tmake_file.
3244 * config/ia64/t-vms: New file.
3245 * config/ia64/vms64.h: New file.
3246 * config/ia64/vms.h: New file.
3247 * config/ia64/vms-crtinit.asm: New file.
3248 * config/ia64/vms_symvec_libgcc_s.opt: New file.
3249 * config/ia64/vms-unwind.h: New file.
3250
387c39e1
UB
32512009-08-14 Uros Bizjak <ubizjak@gmail.com>
3252
3253 * config/alpha/alpha.c (alpha_emit_conditional_move): Handle
3254 TFmode compares.
3255
2f440f6a
KG
32562009-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3257
3258 PR middle-end/30789
8c40d061
UB
3259 * builtins.c (do_mpc_arg2): Make extern, define for any MPC version.
3260 Move declaration...
2f440f6a
KG
3261 * real.h (do_mpc_arg2): ... here.
3262 * fold-const.c (const_binop): Use MPC for complex MULT_EXPR
3263 and RDIV_EXPR.
3264
fe83055d
RAE
32652009-08-14 Rafael Avila de Espindola <espindola@google.com>
3266
c54d7dc9
OR
3267 * final.c (add_debug_prefix_map): Don't use GC memory for
3268 old_prefix and new_prefix.
fe83055d 3269
1a15bfdc
RG
32702009-08-14 Richard Guenther <rguenther@suse.de>
3271
3272 * ipa-prop.c (compute_complex_pass_through): If we cannot
3273 compute a non-varying offset for IPA_JF_ANCESTOR punt.
3274
065312cf
UW
32752009-08-14 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3276
3277 * c-lex.c (c_lex_with_flags): Increase size of local variable
3278 to avoid memory clobber.
3279
371015a8
PB
32802009-08-14 Paolo Bonzini <bonzini@gnu.org>
3281
3282 PR target/40934
3283 * config/i386/i386.c (ix86_fp_comparison_strategy):
387c39e1 3284 Only enable/disable sahf at function granularity.
371015a8 3285
94aca67a
HPN
32862009-08-14 Hans-Peter Nilsson <hp@axis.com>
3287
3288 PR rtl-optimization/41064
3289 * reload1.c (reload_as_needed): Don't call extract_insn
3290 for known invalid replacements after calling
3291 validate_replace_rtx_group and verify_changes.
3292
1262fd02
UB
32932009-08-14 Uros Bizjak <ubizjak@gmail.com>
3294
3295 PR target/41019
3296 * config/i386/sse.md (SSEMODE124C8): New mode iterator.
3297 (vcond<SSEMODEF2P:mode>): Assert that operation is supported by
3298 ix86_expand_fp_vcond.
3299 (vcond<SSEMODE124C8:mode>): Use SSEMODE124C8 instead of SSEMODE124.
3300 Assert that operation is supported by ix86_expand_int_vcond.
3301 (vcondu<SSEMODE124C8:mode>): Ditto.
3302
3e3877f8
DD
33032009-08-13 DJ Delorie <dj@redhat.com>
3304
3305 * config/i386/djgpp-stdint.h: New.
3306 * config.gcc (djgpp): Use it.
3307
91d1d521
KK
33082009-08-13 Kaz Kojima <kkojima@gcc.gnu.org>
3309
3310 * config/sh/sh.c (sh_override_options): When flag_exceptions or
1262fd02 3311 flag_unwind_tables is on, turn flag_reorder_blocks_and_partition off.
91d1d521 3312
2c6dd136
GS
33132009-08-13 Ghassan Shobaki <ghassan.shobaki@amd.com>
3314
387c39e1
UB
3315 * tree-ssa-loop-prefetch.c
3316 (prune_ref_by_group_reuse): Enhance probabilistic analysis
2c6dd136
GS
3317 for long-stride pruning.
3318 (compute_miss_rate): New function to compute the probability
387c39e1 3319 that two memory references access different cache lines.
2c6dd136 3320
241547bb
DK
33212009-08-13 Dave Korn <dave.korn.cygwin@gmail.com>
3322
3323 * gcc/config/i386/cygwin.h (LINK_SPEC): Add --enable-auto-image-base.
3324
e5fdcd8c
RG
33252009-08-13 Richard Guenther <rguenther@suse.de>
3326
3327 PR middle-end/41047
3328 * tree-ssa-ccp.c (ccp_fold): When folding pointer additions
3329 use the constant pointer type.
3330 * gimplify.c (canonicalize_addr_expr): Canonicalize independent
3331 of CV qualifiers on the target pointer type.
3332 * tree-ssa.c (useless_type_conversion_p): Move incomplete pointer
3333 conversion check before restrict check.
3334
d5652a5a
KK
33352009-08-12 Kaz Kojima <kkojima@gcc.gnu.org>
3336
3337 PR target/41029
3338 * config/sh/sh.md (reload_outdf__RnFRm+4): Fix thinko.
3339
d8158ff1
KK
33402009-08-12 Kaz Kojima <kkojima@gcc.gnu.org>
3341
3342 * config/sh/sh.c (sh_promote_function_mode): Add ATTRIBUTE_UNUSED.
3343
88ccda10
RG
33442009-08-12 Richard Guenther <rguenther@suse.de>
3345
3346 PR tree-optimization/41011
3347 * ipa-cp.c (ipcp_lattice_from_jfunc): Deal with failing fold
3348 and reference constructing.
3349
6eb29714
XDL
33502009-08-12 Xinliang David Li <davidxl@google.com>
3351
3352 PR tree-optimization/41012
3353 * tree-flow.h : New external interface.
3354 * gimple-low.c (check_call_arg): Change to public function.
3355 Remove argument mismatch check in lowering.
3356 * tree-inline.h (tree_can_inline_p): Interface change.
3357 * tree-inline.c (tree_can_inline_p): Fold argument mismatch check
3358 into this function.
f100a4a8 3359 * ipa-inline.c (cgraph_decide_inlining_of_small_functions):
6eb29714
XDL
3360 Call change to tree_can_inline_p function.
3361 (cgraph_decide_inlining_incrementally): Ditto.
3362
b2a58473
RS
33632009-08-12 Richard Sandiford <rdsandiford@googlemail.com>
3364
3365 PR tree-optimization/41031
3366 * tree-outof-ssa.c (insert_value_copy_on_edge): Use promote_decl_mode
3367 on the partition variable rather than promote_mode on the source
3368 type. Assert that the partition variable's type has the same
3369 mode as the source value's.
3370
666e3ceb
PB
33712009-08-12 Paolo Bonzini <bonzini@gnu.org>
3372
3373 * doc/tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation
3374 for for_return == 2.
3375 * function.c (assign_parm_setup_reg): Use for_return == 2, improve
3376 comments.
3377 * calls.c (expand_call): Fix typo.
3378 * explow.c (promote_decl_mode): Use for_return == 2 for RESULT_DECL
3379 and PARM_DECL.
3380 * stmt.c (expand_value_return): Use promote_function_mode to copy out
3381 of pseudo.
3382 * targhooks.c (default_promote_function_mode): Handle for_return == 2.
3383 * config/cris/cris.c (cris_promote_function_mode): Likewise.
3384 * config/mmix/mmix.c (mmix_promote_function_mode): Likewise.
3385 * config/pa/pa.c (pa_promote_function_mode): Likewise.
3386
46107b99 33872009-08-12 Andrew Haley <aph@redhat.com>
353a58f7
AH
3388
3389 * config/arm/arm.c (arm_init_libfuncs): Add __sync_synchronize.
3390
4654745d
SP
33912009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3392
3393 PR bootstrap/40103
3394 * graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat".
3395
daad0278
RG
33962009-08-12 Richard Guenther <rguenther@suse.de>
3397
3398 * alias.c (get_alias_set): Honor TYPE_STRUCTURAL_EQUALITY_P.
3399 * gimplify.c (gimplify_modify_expr): Do not use
3400 lang_hooks.types_compatible_p.
3401 * tree-ssa.c (useless_type_conversion_p): For aggregates
3402 just return false if the canonical types differ.
3403
30de1632
SP
34042009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3405
3406 PR middle-end/40980
3407 * sese.c (convert_for_phi_arg): New.
3408 (add_guard_exit_phis): Use convert_for_phi_arg.
3409
8c31ebfa
SP
34102009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3411
3412 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Dont add
3413 unknown subscript upper bounds.
3414
fb9fb290
SP
34152009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3416 Pranav Garg <pranav.garg2107@gmail.com>
3417
3418 * graphite-interchange.c (gather_access_strides): Removed.
3419 (ppl_max_for_le): New.
3420 (build_linearized_memory_access): New.
3421 (memory_stride_in_loop): New.
3422 (pbb_interchange_profitable_p): Reimplemented.
3423 * graphite-ppl.h (ppl_new_id_map): New.
3424 (ppl_interchange): New.
3425
312aea7f
SP
34262009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3427
3428 * graphite-interchange.c (compute_subscript): Removed.
3429 (compute_array_size_cstr): Removed.
3430 (compute_array_size_poly): Removed.
3431 (compute_array_size): Removed.
3432 (gather_access_strides_poly): Removed.
3433 (gather_access_strides): Empty.
3434
25d7cc15
SP
34352009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3436
3437 * graphite-dependences.c (dependence_polyhedron_1): Replace
3438 pdr_nb_subscripts with PDR_NB_SUBSCRIPTS.
3439 (graphite_legal_transform_dr): Same.
3440 (graphite_carried_dependence_level_k): Same.
3441 * graphite-poly.c (new_poly_dr): Add a parameter nb_subscripts.
3442 Initialize PDR_NB_SUBSCRIPTS.
3443 (print_pdr_access_layout): Replace pdr_nb_subscripts with
3444 PDR_NB_SUBSCRIPTS.
3445 * graphite-poly.h (struct poly_dr): Add nb_subscripts field.
3446 (PDR_NB_SUBSCRIPTS): New.
3447 (pdr_nb_subscripts): Removed.
3448 (pdr_dim): Simplified.
3449 * graphite-sese-to-poly.c (build_poly_dr): Replace pdr_nb_subscripts
3450 with PDR_NB_SUBSCRIPTS.
3451
66096911
SP
34522009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3453
3454 * graphite-interchange.c (compute_array_size): Remove use of
3455 PDR_DATA_CONTAINER.
3456 * graphite-poly.c (new_poly_dr): Remove argument data_container.
3457 Do not initialize PDR_DATA_CONTAINER.
3458 (print_pdr): Do not print PDR_DATA_CONTAINER.
3459 * graphite-poly.h (struct poly_dr): Remove data_container field.
3460 (PDR_DATA_CONTAINER): Removed.
3461 * graphite-sese-to-poly.c (pdr_add_data_dimensions): Remove use of
3462 PDR_DATA_CONTAINER.
3463 (build_poly_dr): Same.
3464
7491e5f0
KT
34652009-08-12 Konrad Trifunovic <konrad.trifunovic@gmail.com>
3466 Sebastian Pop <sebastian.pop@amd.com>
3467
3468 * graphite-dependences.c (graphite_legal_transform_dr): Work on a
3469 copy of the dependence polyhedron. Free the temporary objects.
3470 (graphite_carried_dependence_level_k): Free unused objects before
3471 returning.
3472
3473 * testsuite/gcc.dg/graphite/interchange-1.c: XFAILed.
3474 * testsuite/gcc.dg/graphite/interchange-2.c: XFAILed.
3475 * testsuite/gcc.dg/graphite/interchange-3.c: XFAILed.
3476 * testsuite/gcc.dg/graphite/interchange-4.c: XFAILed.
3477 * testsuite/gcc.dg/graphite/interchange-7.c: XFAILed.
3478
f4648ed1
SP
34792009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3480
3481 * graphite-blocking.c (scop_do_strip_mine): Call store_scattering.
3482 Early return without analyzing the data dependences if no
3483 transform has been done. Call restore_scattering if the transform
3484 is not legal.
3485 (graphite-interchange.c): Same.
1262fd02
UB
3486 * graphite-poly.c (print_scattering_function): Test for
3487 PBB_TRANSFORMED.
f4648ed1
SP
3488 (graphite_read_transforms): Initialize PBB_TRANSFORMED.
3489 (apply_poly_transforms): Do not gcc_assert that
3490 the transform is legal.
1262fd02 3491 (new_poly_bb): Initialize PBB_TRANSFORMED, PBB_SAVED and PBB_ORIGINAL.
f4648ed1
SP
3492 Do not initialize PBB_NB_SCATTERING_TRANSFORM, PBB_NB_LOCAL_VARIABLES,
3493 PBB_TRANSFORMED_SCATTERING, and PBB_ORIGINAL_SCATTERING.
3494 (free_poly_dr): Free PBB_TRANSFORMED, PBB_SAVED, and PBB_ORIGINAL.
3495 * graphite-poly.h (struct poly_scattering): New.
3496 (struct poly_bb): Add original, transformed, and saved fields.
1262fd02
UB
3497 Remove transformed_scattering, original_scattering,
3498 nb_local_variables and nb_scattering_transform fields.
f4648ed1
SP
3499 (PBB_ORIGINAL, PBB_TRANSFORMED, PBB_SAVED): New.
3500 (poly_scattering_new): New.
3501 (poly_scattering_free): New.
3502 (poly_scattering_copy): New.
3503 (store_scattering_pbb): New.
3504 (store_scattering): New.
3505 (restore_scattering_pbb): New.
3506 (restore_scattering): New.
3507 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons):
3508 Initialize PBB_TRANSFORMED and PBB_ORIGINAL.
3509
e31a5bd4
SP
35102009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3511
3512 * graphite-poly.c (print_pbb): Add parentheses in the pretty print.
3513 (print_scop): Same.
3514
8e88f9fd
SP
35152009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3516
3517 * Makefile.in (graphite.o): Depends on PREDICT_H.
3518 * graphite.c: Include predict.h.
3519 (graphite_finalize): Call tree_estimate_probability.
3520 * predict.c (predict_loops): Do not call scev_initialize and
3521 scev_finalize.
3522 (tree_estimate_probability_bb): New.
3523 (tree_estimate_probability): Do not initialize loops: move that
3524 code to the driver. Call tree_estimate_probability_bb.
3525 (tree_estimate_probability_driver): New.
3526 (pass_profile): Use tree_estimate_probability_driver.
3527 * predict.h (tree_estimate_probability): Declared.
3528
87d4d0ee
SP
35292009-08-12 Sebastian Pop <sebastian.pop@amd.com>
3530
3531 * graphite-clast-to-gimple.c (gloog): Add time to TV_GRAPHITE_CODE_GEN.
3532 * graphite-dependences.c (graphite_legal_transform): Add time to
3533 TV_GRAPHITE_DATA_DEPS.
3534 (dependency_between_pbbs_p): Same.
3535 * timevar.def (TV_GRAPHITE_DATA_DEPS, TV_GRAPHITE_CODE_GEN): New.
3536
4c7af939
AB
35372009-08-12 Andrey Belevantsev <abel@ispras.ru>
3538
3539 PR rtl-optimization/41033
f100a4a8 3540 * alias.c (nonoverlapping_component_refs_p): Punt when strict
4c7af939
AB
3541 aliasing is disabled.
3542
b2c9d70f
AN
35432009-08-11 Adam Nemet <anemet@caviumnetworks.com>
3544
3545 * config/mips/predicates.md (qi_mask_operand, hi_mask_operand,
3546 si_mask_operand, and_load_operand, low_bitmask_operand,
3547 and_reg_operand, and_operand): New predicates.
3548 * config/mips/constraints.md (Yb, Yh, Yw, Yz): New constraints.
3549 * config/mips/mips.c (and_operands_ok): New function.
3550 * config/mips/mips-protos.h (and_operands_ok): Declare it.
3551 * config/mips/mips.md (move_type): Add ext_ins and logical.
3552 (type): Handle them.
1262fd02 3553 (and<mode>3): Use and_reg_operand as the second operand's predicate.
b2c9d70f
AN
3554 (*and<mode>3): Add alternatives for lbu, lhu, lwu, <d>ext and
3555 shift_shift. Remove commutative constraint modifier.
3556 (*and<mode>3_mips16): Add alternatives for lbu, lhu, lwu and
3557 shift_shift.
3558 (*clear_upper32_dext): Remove define_insn_and_split.
3559 (*clear_upper32): Turn this define_insn_and_split ...
3560 (splitter for ANDing register with 0xffff_ffff): .. into this.
3561
842e098c
AN
35622009-08-11 Adam Nemet <anemet@caviumnetworks.com>
3563
3564 * combine.c (try_widen_shift_mode): Factor out code to check if an
f100a4a8 3565 integer constant is a low-order bitmask from here ...
842e098c
AN
3566 * rtlanal.c (low_bitmask_len): ... to here.
3567 * rtl.h (low_bitmask_len): Declare.
3568
c53c2591
UB
35692009-08-11 Uros Bizjak <ubizjak@gmail.com>
3570
3571 PR target/8603
3572 * config/alpha/alpha.md (addsi3): Remove expander.
3573 (addsi3): Rename from *addsi3_internal insn pattern.
3574 (subsi3): Remove expander.
3575 (subsi3): Rename from *subsi3_internal insn pattern.
3576
b0d0a8a7
DR
35772009-08-11 Douglas B Rupp <rupp@gnat.com>
3578
3579 * config/alpha/alpha.c (alpha_init_builtins): Nullify FWRITE and
3580 FWRITE_UNLOCKED.
3581
050d3f9d 35822009-08-11 Vasiliy Fofanov <fofanov@adacore.com>
c53c2591
UB
3583 Eric Botcazou <botcazou@adacore.com>
3584 Douglas B Rupp <rupp@gnat.com>
050d3f9d
VF
3585
3586 * config/alpha/alpha.c (alpha_return_in_memory): On VMS, ensure
3587 that records that fit in 64 bits are returned by immediate value,
3588 as required by OpenVMS Calling Standard.
3589 (function_value): Adjust for above modification.
3590 (alpha_va_start) <TARGET_ABI_OPEN_VMS>: Use
3591 virtual_incoming_args_rtx as base object, not next_arg.
3592 * config/alpha/vms.h: (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
3593
2fa8205d
UW
35942009-08-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3595
3596 * reload.c (find_reloads_subreg_address): Check the original
3597 req_equiv_mem address to detect the case where an address is
3598 not valid in the outer mode.
3599
ac8f7e42 36002009-08-11 Richard Guenther <rguenther@suse.de>
f100a4a8 3601
c53c2591
UB
3602 PR bootstrap/40788
3603 * builtins.c (gimplify_va_arg_expr): Do not call SET_EXPR_LOCATION.
ac8f7e42 3604
fddeba6d
DR
36052009-08-10 Douglas B Rupp <rupp@gnat.com>
3606
3607 * config/alpha/vms.h (OPTIMIZATION_OPTIONS): Remove
3608 (OVERRIDE_OPTIONS): Incorporate removed OPTIMIZATION_OPTIONS.
3609
1d3499d8 36102009-08-10 Olivier Hainque <hainqueu@adacore.com>
c53c2591 3611 Douglas B Rupp <rupp@gnat.com>
1d3499d8
OH
3612
3613 * config/alpha/alpha.c (alpha_sa_size): Force procedure type to
3614 PT_STACK when frame_pointer_needed on OpenVMS.
3615 (alpha_pv_save_size, alpha_using_fp): Remove.
3616 (alpha_vms_can_eliminate): New function. Support for CAN_ELIMINATE
3617 with proper processing for PT_NULL.
3618 (alpha_vms_initial_elimination_offset): New function. Support for
3619 INITIAL_ELIMINATION_OFFSET with proper processing for PT_NULL.
3620 (alpha_sa_size): Force procedure type to PT_STACK when
3621 frame_pointer_needed on OpenVMS.
3622 * config/alpha/alpha-protos.h (alpha_pv_save_size): Remove prototype.
3623 (alpha_using_fp): Likewise.
3624 (alpha_vms_can_eliminate): Add prototype.
3625 (alpha_vms_initial_elimination_offset): Likewise.
3626 * config/alpha/vms.h (CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET):
3627 Call alpha_vms_can_eliminate and alpha_vms_initial_elimination_offset.
3628
18fd5621 36292009-08-10 Eric Botcazou <botcazou@adacore.com>
c53c2591 3630 Douglas B Rupp <rupp@gnat.com>
18fd5621
EB
3631
3632 * config/alpha/alpha.c (common_object_handler): New function.
3633 (vms_attribute_table): Declare a single attribute "common_object".
3634 (vms_output_aligned_decl_common): New global function.
3635 (SECTION_VMS_OVERLAY): Delete.
3636 (SECTION_VMS_GLOBAL): Likewise.
3637 (SECTION_VMS_INITIALIZE): Likewise.
3638 (vms_asm_named_section): Remove support for above flags.
3639 (vms_section_type_flags): Delete.
3640 (TARGET_SECTION_TYPE_FLAGS): Likewise.
3641 * config/alpha/alpha-protos.h (vms_output_aligned_decl_common): New.
3642 * config/alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Delete.
3643 (ASM_OUTPUT_ALIGNED_DECL_COMMON): New macro.
3644
092f3f97
ST
36452009-08-10 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
3646
3647 PR target/41015
3648 * longlong.h [__sh__] (udiv_qrnnd): Add T register to clobber list.
3649 (sub_ddmmss): Likewise.
3650
35076532
AT
36512009-08-10 Andreas Tobler <a.tobler@schweiz.org>
3652
3653 PR bootstrap/41018
3654 * config/rs6000/freebsd.h: Define SVR4_ASM_SPEC. Adjust copyright
3655 year.
3656
0159ec79
UW
36572009-08-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3658
3659 PR target/37053
3660 * reload1.c (reload_as_needed): Use cancel_changes to completely
3661 undo a failed replacement attempt.
3662
4f4e722e
RG
36632009-08-10 Richard Guenther <rguenther@suse.de>
3664
3665 PR middle-end/41006
3666 * tree-ssa.c (useless_type_conversion_p_1): Fold into ...
3667 (useless_type_conversion_p): ... here. Require pointer targets
3668 to be compatible.
3669
b1d82db0
DS
36702009-08-10 Dodji Seketeli <dodji@redhat.com>
3671
3672 PR c++/40866
3673 * tree-inline.c (copy_statement_list): The resulting copy shouldn't
3674 loose the original type of the statement list.
3675
5e3fef6c
DR
36762009-08-09 Douglas B Rupp <rupp@gnat.com>
3677
3678 * config/alpha/alpha.c: Include libfuncs.h
3679 (avms_asm_output_extern): New function.
3680 (alpha_init_libfuncs): Init some decc libfuncs.
3681 * config/alpha/alpha-protos.h (avms_asm_output_external): Declare.
3682 * config/alpha/vms.h (ASM_OUTPUT_EXTERNAL): Define.
3683 (DO_CRTL_NAMES): Define.
3684 (LIB_SPEC): Remove.
3685 * config/alpha/vms64.h: (POINTERS_EXTEND_UNSIGNED): Remove undef.
3686 (LONG_TYPE_SIZE): Define.
3687 (TARGET_OS_CPP_BUILTINS): Define with __LONG_POINTERS=1
3688 (SUBTARGET_SWITCHES): Define malloc64 switch.
3689 (TARGET_DEFAULT): Default MASK_MALLOC64 set.
3690 (MASK_RETURN_ADDR): Define.
3691 doc/invoke.texi (mmalloc64): Document switch.
3692
221cf9ab 36932009-08-09 Olivier Hainque <hainque@adacore.com>
c53c2591 3694 Douglas B Rupp <rupp@gnat.com>
221cf9ab
OH
3695
3696 * config/alpha/alpha.c (struct machine_function): New flag for VMS,
3697 uses_condition_handler.
3698 (alpha_expand_builtin_establish_vms_condition_handler): New expander.
3699 (alpha_expand_builtin_revert_vms_condition_handler): New expander.
3700 (enum alpha_builtin): New ALPHA_BUILTIN_REVERT_VMS_CONDITION_HANDLER
3701 and ALPHA_BUILTIN_ESTABLISH_VMS_CONDITION_HANDLER values.
3702 (code_for_builtin): New insn codes for the new alpha_builtins.
3703 (alpha_init_builtins): Register the new functions as BUILT_IN_MD.
3704 (alpha_sa_size): Account for uses_condition_handler.
3705 (alpha_expand_prologue): Likewise.
3706 (alpha_start_function): Likewise.
3707 (alpha_expand_epilogue): Likewise.
3708 * config/alpha/alpha-protos.h: Prototype the new alpha.c builtin
3709 establish/revert expanders.
3710 * config/alpha/alpha.h (DWARF_FRAME_REGNUM): Define.
3711 * config/alpha/alpha.md (builtin_establish_vms_condition_handler):
3712 New expander, resorting to the alpha.c associated function.
3713 (builtin_revert_vms_condition_handler): Likewise.
3714 * config/alpha/vms-gcc_shell_handler.c: New file. Implements
3715 __gcc_shell_handler, the static VMS condition handler used as
3716 an indirection wrapper to the current dynamically established
3717 handler.
3718 * config/alpha/vms-unwind.h: Complete rewrite.
3719 * config/alpha/t-vms (LIB2FUNCS_EXTRA): Add vms-gcc_shell_handler.c
3720 * config/alpha/vms.h (MD_UNWIND_SUPPORT):
f100a4a8 3721
b714133e 37222009-08-09 Eric Botcazou <botcazou@adacore.com>
c53c2591 3723 Douglas B Rupp <rupp@gnat.com>
b714133e
EB
3724
3725 * config/alpha/alpha.c (alpha_links): Add 'target' field.
3726 (alpha_need_linkage): Handle aliases. Return function symbol.
3727 (alpha_use_linkage): Rename 'linkage' argument to 'func'.
3728 Use ultimate alias target for the linkage name.
3729 * config/alpha/alpha.md (movmemdi): Use the symbol returned
3730 by alpha_need_linkage for the function symbol.
3731 (setmemdi): Likewise.
3732
3bd1b109
DR
37332009-08-09 Douglas B Rupp <rupp@gnat.com>
3734
3735 * config/alpha/alpha.c (TARGET_ASM_UNALIGNED_*_OP): Define if on VMS.
3736 * config/alpha/vms.h (OBJECT_FORMAT_ELF): Define.
3737 (ASM_WEAKEN_LABEL): Define.
3738 (CRT_CALL_STATIC_FUNCTION): Define.
3739 (STARTFILE_SPEC): Add crtbegin.o crtbeginS.o.
3740 (ENDFILE_SPEC): Define.
3741 (INIT_SECTION_ASM_OP): Define.
3742 * config/alpha/vms-dwarf2eh.asm (__EH_FRAME_BEGIN__): Remove.
3743 * config/alpha/t-vms (EXTRA_PARTS): Add crtbegin.o crtbeginS.o
3744 crtend.o crtendS.o.
3745 (MULTILIB_OSDIRNAMES): Define.
3746 (shlib_version): Define.
3747 (SHLIB_EXT): Define.
3748 (SHLIB_OBJS): Define.
3749 (SHLIB_NAME): Define.
3750 (SHLIB_MULTILIB): Define.
3751 (SHLIB_INSTALL): Define.
3752 (SHLIB_SYMVEC): Define.
3753 (SHLIB_SYMVECX2): Define.
3754 (SHLIB_LINK): Define.
3755
fe2786f5
DR
37562009-08-09 Douglas B Rupp <rupp@gnat.com>
3757
3758 * config/alpha/alpha.c (alpha_initialize_trampoline):
3759 Initialize VMS trampoline IAW ABI for bounded procedure calls.
3760 (alpha_start_function): Emit transfer address on nested functions
3761 for VMS trampoline call.
3762 * config/alpha/t-vms (LIB2FUNCS_EXTRA): Remove vms_tramp.asm
3763 since no longer used.
3764 * config/alpha/vms-tramp.asm: Remove.
3765 * config/alpha/vms.h (TRAMPOLINE_TEMPLATE): Leave undefined
3766 since now only data initialized at runtime.
3767
c889a16f
DR
37682009-08-09 Douglas B Rupp <rupp@gnat.com>
3769
3770 * config/alpha/vms.h (HANDLE_SYSV_PRAGMA): Define.
3771 (LINK_GCC_C_SEQUENCE_SPEC): Define.
3772 (MD_EXEC_PREFIX): Remove, no longer used.
3773 (MD_STARTFILE_PREFIX): Likewise.
3774 (INCLUDE_DEFAULTS): Likewise.
3775 * config/alpha/t-vms:
3776 (vms-dwarf2.o, vms-dwarf2eh.o): Use GCC_FOR_TARGET to compile.
3777
a6450905
RG
37782009-08-09 Richard Guenther <rguenther@suse.de>
3779
3780 PR tree-optimization/41016
c53c2591 3781 * tree-ssa-ifcombine.c (get_name_for_bit_test): Fix tuplification bug.
a6450905
RG
3782 (operand_precision): Remove.
3783 (integral_operand_p): Likewise.
3784 (recognize_single_bit_test): Adjust.
3785
f5178456
RS
37862009-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3787
3788 * c-common.c (c_fully_fold_internal): Issue a warning if a binary
3789 operation overflows. Likewise non-cast unary arithmetic.
3790 If one arm of a conditional expression is always taken,
3791 inhibit evaluation warnings for the other arm. Likewise inhibit
3792 evaluation warnings for the second && or || operand if the first
3793 operand is enough to determine the result.
3794 * c-typeck.c (build_conditional_expr): Apply the same inhibition
3795 rules here.
3796 (build_binary_op): Prevent duplicate evaluation warnings.
3797
8f048d2f
RS
37982009-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3799
3800 * tree-out-of-ssa.c (insert_value_copy_on_edge): If the source
3801 and destination have different modes, Use promote_mode to
3802 determine the signedness of the conversion. Assert that the
3803 promoted source mode matches the destination mode. Don't pass
3804 the destination and destination mode to expand_expr if the source
3805 mode is different. Simplify conversion logic.
3806
6f4454fc
IR
38072009-08-09 Ira Rosen <irar@il.ibm.com>
3808
3809 PR tree-optimization/41008
3810 * tree-vect-loop.c (vect_is_simple_reduction): Get operands
f100a4a8 3811 from condition only in case it's a comparison. Adjust checks.
6f4454fc 3812
2c08497a
BS
38132009-08-09 Bernd Schmidt <bernd.schmidt@analog.com>
3814
3815 * tree-dfa.c (renumber_gimple_stmt_uids_in_blocks): New function.
3816 * tree-flow.h (renumber_gimple_stmt_uids_in_blocks): Declare it.
3817 * tree-ssa-loop-ivopts.c (comp_cost): Make COST an integer.
3818 (enum iv_position): Add IP_AFTER_USE and IP_BEFORE_USE.
3819 (dump_cand): Handle them.
3820 (struct iv_cand): New members COST_STEP and AINC_USE.
3821 (stmt_after_increment): Likewise.
3822 (stmt_after_inc_pos): Renamed from stmt_after_ip_original_pos. All
3823 callers changed. Use gimple_uid comparison instead of scanning.
3824 (add_candidate_1): When looking for identical candidates, take
3825 AINC_USE into account. Set it for new candidates.
3826 (force_expr_to_var_cost): Cast target_spill_cost to int.
3827 (get_address_cost): New arguments STMT_AFTER_INC and MAY_AUTOINC.
3828 All callers changed. Check for availability of autoinc addressing
c53c2591 3829 modes, both in general for a given mode, and in the specific use case.
2c08497a
BS
3830 (get_computation_cost_at): New argument CAN_AUTOINC. All callers
3831 changed.
3832 (get_computation_cost): Likewise.
3833 (autoinc_possible_for_pair, set_autoinc_for_original_candidates,
3834 add_autoinc_candidates): New static functions.
3835 (add_candidate): Call add_autoinc_candidates for candidates based on
3836 a USE_ADDRESS use.
3837 (find_iv_candidates): Call set_autoinc_for_original_candidates.
3838 (determine_use_iv_cost_address): If we have an autoinc candidate at
3839 the matching use, verify autoinc is possible and subtract the cost
3840 of the candidate's step from the cost.
3841 (determine_iv_cost): Record the cost of the increment in the COST_STEP
3842 member of the candidate.
3843 (tree_ssa_iv_optimize_loop): Swap the calls to determine_iv_costs and
3844 determine_use_iv_costs. Call renumber_gimple_stmt_uids_in_blocks.
3845
a9a25daa
DR
38462009-08-09 Douglas B Rupp <rupp@gnat.com>
3847
3848 * config.build (ia64-hp-*vms*): New target.
3849 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
3850 with ia64-hp-*vms*.
3851 * config.gcc (ia64-hp-*vms*): New target.
3852 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
3853 with ia64-hp-*vms*.
3854 * config.host (ia64-hp-*vms*): New target.
3855 (alpha64-dec-*vms*,alpha*-dec-*vms*): Fix for config/vms and unify
3856 with ia64-hp-*vms*.
3857
55194b0b
RG
38582009-08-08 Richard Guenther <rguenther@suse.de>
3859
3860 PR tree-optimization/40991
3861 * tree-ssa-pre.c (eliminate): Delay purging EH edges.
3862
d686d892
RS
38632009-08-08 Richard Sandiford <rdsandiford@googlemail.com>
3864
3865 * combine.c (gen_lowpart_or_truncate): Exclude CONST_INTs from
3866 mode check. Do truncations in an integer mode.
3867 (force_to_mode): Handle subregs for all mode types. Only do
3868 arithmetic simplifications on integer modes.
3869
0adef8e9
RG
38702009-08-07 Richard Guenther <rguenther@suse.de>
3871
3872 PR tree-optimization/40999
3873 * tree-ssa-ccp.c (get_symbol_constant_value): Handle CONST_DECLs.
3874 (maybe_fold_reference): Lookup constant initializers.
3875 (fold_gimple_assign): Likewise.
3876
60419cc8
RG
38772009-08-07 Richard Guenther <rguenther@suse.de>
3878
3879 * tree-ssa.c (useless_type_conversion_p_1): Only for types
3880 that require structural equality defer to the langhook.
3881
685b0d13
MJ
38822009-08-07 Martin Jambor <mjambor@suse.cz>
3883
3884 * ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed
3885 comments.
3886 (struct ipa_pass_through_data): New type.
3887 (struct ipa_ancestor_jf_data): New type.
3888 (union jump_func_value): Removed field formal_id, added fields
3889 pass_through and ancestor.
3890 (struct ipa_param_call_note): Changed type of formal_id to int from
3891 unsigned.
3892 * ipa-prop.c (ipa_print_node_jump_functions): Print pass through with
3893 operations jump functions and ancestor jump functions.
3894 (compute_complex_pass_through): New function.
3895 (compute_scalar_jump_functions): Call compute_complex_pass_through,
3896 reflect changes in the jump function strucutre.
3897 (update_jump_functions_after_inlining): Ignore complex pass-through
3898 and ancestor jump functions.
3899 * ipa-cp.c (ipcp_lattice_from_jfunc): Added support for ancestor and
3900 polynomial pass-through with operation jump functions.
3901
17f6e37d
JJ
39022009-08-07 Jakub Jelinek <jakub@redhat.com>
3903
3904 * dwarf2out.c (output_fde): When doing hot/cold partitioning, use
3905 fde->dw_fde_begin as begin label instead of hot/cold label.
3906 Use LLSDAC label instead of LLSDA for second section lsda.
3907 (dwarf2out_do_cfi_startproc): Add SECOND argument. Use LLSDAC
3908 label instead of LLSDA if it is true.
3909 (dwarf2out_begin_prologue, dwarf2out_switch_text_section): Adjust
3910 callers.
3911 * except.c (add_call_site, dw2_size_of_call_site_table): Add
3912 SECTION argument. Use it as index into crtl->eh.call_site_record
3913 array.
3914 (dw2_output_call_site_table): Likewise. Add CS_FORMAT argument,
3915 use it to determine how to print table entries instead of using
3916 #ifdef HAVE_AS_LEB128. For SECTION > 0 use hot resp. cold
3917 label instead of normal begin label as base.
3918 (sjlj_assign_call_site_values): Adjust add_call_site caller.
3919 (convert_to_eh_region_ranges): When doing hot/cold partitioning,
3920 ensure no EH range spans between sections and that landing pads
3921 are always in the corresponding section.
3922 (sjlj_size_of_call_site_table, sjlj_output_call_site_table): Adjust
3923 for crtl->eh.call_site_record being an array rather than scalar.
3924 (output_one_function_exception_table): New function, copied
3925 from output_function_exception_table. Adjust
3926 dw2_size_of_call_site_table, dw2_output_call_site_table
3927 callers. For SECOND section use *C suffixed labels.
3928 (output_function_exception_table): Call
3929 output_one_function_exception_table and, when doing hot/cold
3930 partitioning, also another time for the second section.
3931 * opts.c: Include except.h.
3932 (decode_options): Allow -freorder-blocks-and-partition with
3933 exceptions, unless SJLJ or TARGET_UNWIND_INFO.
3934 * Makefile.in (opts.o): Depend on $(EXCEPT_H).
3935 * function.h (struct rtl_eh): Change call_site_record from
3936 scalar into array of 2 elements.
3937
3f84bf08
MJ
39382009-08-07 Martin Jambor <mjambor@suse.cz>
3939
3940 * ipa-prop.c (count_formal_params_1): New function.
3941 (ipa_get_vector_of_formal_parms): New function.
3942 (get_vector_of_formal_parm_types): New function.
3943 (ipa_modify_formal_parameters): New function.
3944 (ipa_modify_call_arguments): New function.
3945 (index_in_adjustments_multiple_times_p): New function.
3946 (ipa_combine_adjustments): New function.
3947 (ipa_dump_param_adjustments): New function.
3948 * ipa-prop.h (struct ipa_parm_adjustment): New type.
3949 (ipa_get_vector_of_formal_parms): Declare.
3950 (ipa_modify_formal_parameters): Declare.
3951 (ipa_modify_call_arguments): Declare.
3952 (ipa_combine_adjustments): Declare.
3953 (ipa_dump_param_adjustments): Declare.
3954 (build_ref_for_offset): Declare.
3955 * Makefile.in (tree-sra.o): Add ipa-prop.h to dependencies.
3956 * tree-sra.c: Include ipa-prop.c.
f100a4a8 3957 (build_ref_for_offset): Make public.
3f84bf08 3958
ee26a76d
NV
39592009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3960
3961 * value-prof.c (init_pid_map): Replace xmalloc with XCNEWVEC.
f100a4a8 3962
48c4de16
TS
39632009-08-06 Thomas Schwinge <tschwinge@gnu.org>
3964
3965 * gcc/doc/extend.texi (__builtin_extract_return_address)
3966 (__builtin_frob_return_address): Document.
3967
f36d140e
PB
39682009-08-06 Paul Brook <paul@codesourcery.com>
3969
3970 * config/arm/lib1funcs.asm (ARM_DIV_BODY): Add Thumb-2 implementation.
3971 (udivsi3, aeabi_uidivmod, divsi3, aeabi_idivmod): Only use Thumb-1
3972 implementation on ARMv6-M.
3973
14a782c8
RE
39742009-08-06 Richard Earnshaw <rearnsha@arm.com>
3975
3976 * doc/extend.texi (pcs): Document new attribute for ARM.
3977
0f1a24df
RE
39782009-08-06 Richard Earnshaw <rearnsha@arm.com>
3979
3980 * arm.c (pcs_attribute_args): Comment out unsupported attribute
3981 variants.
3982
a9717079
RE
39832009-08-06 Richard Earnshaw <rearnsha@arm.com>
3984
3985 * arm.c (arm_handle_pcs_attribute): Pass the entire name object to
3986 warning ().
3987
d8e6aede
RE
39882009-08-06 Richard Earnshaw <rearnsha@arm.com>
3989
3990 * arm.c (arm_handle_pcs_attribute): Use %qE in warning.
3991
390b17c2
RE
39922009-08-06 Richard Earnshaw <rearnsha@arm.com>
3993
3994 Merge ARM/hard_vfp_branch to trunk.
3995
3996 2009-08-04 Richard Earnshaw <rearnsha@arm.com>
3997
3998 * arm.c (libcall_eq): New function.
3999 (libcall_hash): New function.
4000 (add_libcall): New function.
4001 (arm_libcall_uses_aapcs_base): New function.
4002 (arm_libcall_value): Use arm_libcall_uses_aapcs_base to check for
4003 libcalls using the base PCS.
4004 (arm_init_cumulative_args): Likewise.
4005
4006 2009-07-20 Joseph Myers <joseph@codesourcery.com>
4007
4008 * config/arm/arm.c (arm_libcall_value, arm_init_cumulative_args):
4009 Use base ABI for conversion libfuncs between HFmode and SFmode.
4010
4011 2009-05-12 Joseph Myers <joseph@codesourcery.com>
4012
4013 * config/arm/arm.c (aapcs_vfp_sub_candidate): Use V2SImode and
4014 V4SImode as representatives of all 64-bit and 128-bit vector
4015 types. Allow vector types without vector modes.
4016 (aapcs_vfp_is_call_or_return_candidate): Handle vector types
4017 without vector modes like BLKmode.
4018 (aapcs_vfp_allocate): Handle TImode for non-TARGET_NEON like
4019 BLKmode. Avoid unsupported vector modes or TImode moves for
4020 non-TARGET_NEON.
4021 (aapcs_vfp_allocate_return_reg): Likewise.
4022 (arm_vector_mode_supported_p): Only support V2SImode, V4HImode and
4023 V8QImode if TARGET_NEON || TARGET_IWMMXT.
4024
4025 2009-05-12 Joseph Myers <joseph@codesourcery.com>
4026
4027 * config/arm/arm.c (arm_handle_pcs_attribute): New.
4028 (arm_get_pcs_model): Pass attribute arguments to
4029 arm_pcs_from_attribute.
4030 (arm_init_cumulative_args): Use base AAPCS for conversions from
4031 floating-point types to DImode.
4032 (arm_attribute_table): Add pcs attribute.
4033 (arm_handle_pcs_attribute): New.
4034 * config/arm/bpabi.h (DECLARE_LIBRARY_RENAMES): When renaming
4035 conversions from floating-point types to DImode, also declare them
4036 to use base AAPCS and declare functions they call to use base
4037 AAPCS and their RTABI names.
4038
4039 2009-05-12 Joseph Myers <joseph@codesourcery.com>
4040
4041 * doc/invoke.texi (-mfloat-abi=@var{name}): Remove statement about
4042 -mfloat-abi=hard not being supported for VFP.
4043
4044 2009-05-11 Kazu Hirata <kazu@codesourcery.com>
4045
4046 * config/sparc/sparc.c (sparc_emit_float_lib_cmp): Pass a libcall
4047 SYMBOL_REF to hard_libcall_value.
4048
4049 2009-03-05 Joseph Myers <joseph@codesourcery.com>
4050 Richard Earnshaw <rearnsha@arm.com>
4051
4052 * config/arm/arm.c (aapcs_layout_arg): Once a co-processor argument
4053 has been put on the stack, all remaining co-processory arguments for
4054 that co-processor also go on the stack.
4055
4056 2009-03-05 Joseph Myers <joseph@codesourcery.com>
4057
4058 * config/arm/arm.c (arm_return_in_memory): Handle returning
4059 vectors of suitable size in registers also for AAPCS case.
4060
4061 2009-01-13 Richard Earnshaw <rearnsha@arm.com>
4062
4063 * doc/tm.texi (TARGET_LIBCALL_VALUE): Add missing end statement.
4064
4065 2008-12-09 Richard Earnshaw <rearnsha@arm.com>
4066
4067 ARM Hard-VFP calling convention
4068 * target-def.h (TARGET_LIBCALL_VALUE): New hook.
4069 * target.h (gcc_target): Add libcall_value to table of call hooks.
4070 * targhooks.h (default_libcall_value): Default implementation.
4071 * targhooks.c (default_libcall_value): Likewise.
4072 * doc/tm.texi (TARGET_LIBCALL_VALUE): Document it.
4073 * optabs.c (expand_unop): Use it.
4074 * expr.h (hard_libcall_value): Pass the function RTX through.
f100a4a8 4075 * calls.c (emit_library_call_value_1): Update call to
390b17c2
RE
4076 hard_libcall_value.
4077 * explow.c (hard_libcall_value): Use new target hook.
4078 * testsuite/lib/target-supports.exp
4079 (check_effective_target_arm_hard_vfp_ok): New hook.
4080 (check_effective_target_arm_neon_ok): Improve test for neon
4081 availability.
4082 * testsuite/gcc.target/arm/eabi1.c: Only run test in base variant.
4083 * config/arm/arm.c: Include cgraph.h
4084 (TARGET_FUNCTION_VALUE): Override default hook.
4085 (arm_pcs_default): New variable.
4086 (arm_override_options): Don't fault hard calling convention with VFP.
4087 Add support for AAPCS variants.
4088 (arm_function_value): Make static. Handle AAPCS variants.
4089 (arm_libcall_value): New function.
4090 (arm_apply_result_size): Handle VFP registers in results.
4091 (arm_return_in_memory): Rework all AAPCS variants; handle hard-vfp
4092 conventions.
4093 (pcs_attribute_args): New variable.
4094 (arm_pcs_from_attribute): New function.
4095 (arm_get_pcs_model): New function.
4096 (aapcs_vfp_cum_init): New function.
4097 (aapcs_vfp_sub_candidate): New function.
4098 (aapcs_vfp_is_return_candidate): New function.
4099 (aapcs_vfp_is_call_candidate): New function.
4100 (aapcs_vfp_allocate): New function.
4101 (aapcs_vfp_allocate_return_reg): New function.
4102 (aapcs_vfp_advance): New function.
4103 (aapcs_cp_arg_layout): New variable.
4104 (aapcs_select_call_coproc): New function.
4105 (aapcs_select_return_coproc): New function.
4106 (aapcs_allocate_return_reg): New function.
4107 (aapcs_libcall_value): New function.
4108 (aapcs_layout_arg): New function.
4109 (arm_init_cumulative_args): Initialize AAPCS args data.
4110 (arm_function_arg): Handle AAPCS variants using new interface.
4111 (arm_arg_parital_bytes): Likewise.
4112 (arm_function_arg_advance): New function.
4113 (arm_function_ok_for_sibcall): Ensure that sibling calls agree on
4114 calling conventions.
4115 (arm_setup_incoming_varargs): Handle new AAPCS args data.
4116 * arm.h (NUM_VFP_ARG_REGS): Define.
4117 (LIBCALL_VALUE): Update.
4118 (FUNCTION_VALUE): Delete.
4119 (FUNCTION_VALUE_REGNO_P): Add VFP regs.
4120 (arm_pcs): New enum.
4121 (CUMULATIVE_ARGS): New data to support AAPCS argument marshalling.
4122 (FUNCTION_ARG_ADVANCE): Call arm_function_arg_advance.
4123 (FUNCTION_ARG_REGNO_P): Add VFP regs.
4124 * arm-protos.h (arm_function_arg_advance): Add.
4125 (aapcs_libcall_value): Add.
4126 (arm_function_value): Delete.
4127
4dbf26d5
UB
41282009-08-06 Uros Bizjak <ubizjak@gmail.com>
4129 H.J. Lu <hongjiu.lu@intel.com>
4130
4131 PR target/40957
4132 * config/i386/i386.c (standard_sse_mode_p): Remove.
4133 (standard_sse_constant_p): Return 2 for integer mode
4134 vector_all_ones_operand when SSE2 is enabled.
4135 (standard_sse_constant_opcode)<case 2>: Always return [v]pcmpeqd.
4136 (ix86_expand_vector_move): Do not check for negative values from
4137 standard_sse_constant_p.
4138
e52201b6
RG
41392009-08-06 Richard Guenther <rguenther@suse.de>
4140
4141 * tree-ssa.c (useless_type_conversion_p_1): Make function and
4142 array type comparisons frontend independent.
4143 * Makefile.in (tree-ssa.o): Add $(TARGET_H) dependency.
4144 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Always fill
4145 out array reference lower bound and element size operands.
4146 (ao_ref_init_from_vn_reference): Properly compute the offset
4147 for ARRAY_RANGE_REF.
4148 (vn_reference_fold_indirect): Fill out array reference lower
4149 bound and element size operands.
4150 * tree-ssa-pre.c (phi_translate_1): Fail if we have to translate
4151 a non gimple valued reference operand which can happen for
4152 array reference lower bound or element size.
4153 (create_component_ref_by_pieces_1): Properly generate the
4154 element size operand for array references.
4155
b92fbdd7
RB
41562009-08-06 Richard Guenther <rguenther@suse.de>
4157
4158 PR tree-optimization/40964
4159 * tree.c (iterative_hash_host_wide_int): Export.
4160 * tree.h (iterative_hash_host_wide_int): Declare.
4161 * tree-ssa-structalias.c (heapvar_map): New struct.
4162 (heapvar_map_eq): New function.
4163 (heapvar_map_hash): Likewise.
4164 (heapvar_lookup): Adjust.
4165 (heapvar_insert): Likewise.
4166 (make_constraint_from_heapvar): Allow multiple heap variables
4167 per decl at different offsets.
4168 (init_alias_heapvars): Adjust.
4169
068ca03a
DD
41702009-08-04 David Daney <ddaney@caviumnetworks.com>
4171
4172 * config/mips/mips.h (TARGET_SYNC_AFTER_SC): New macro.
4173 * mips_output_sync_loop (mips_output_sync_loop): Only emit
4174 trailing sync if TARGET_SYNC_AFTER_SC.
4175
40a4a37b
DD
41762009-08-05 David Daney <ddaney@caviumnetworks.com>
4177
4178 * gcc/config/mips/sync.md (sync_compare_and_swap<mode>,
4179 compare_and_swap_12, sync_add<mode>, sync_<optab>_12,
4180 sync_old_<optab>_12, sync_new_<optab>_12, sync_nand_12,
4181 sync_old_nand_12, sync_new_nand_12, sync_sub<mode>,
4182 sync_old_add<mode>, sync_old_sub<mode>, sync_new_add<mode>,
4183 sync_new_sub<mode>, sync_<optab><mode>, sync_old_<optab><mode>,
4184 sync_new_<optab><mode>, sync_nand<mode>, sync_old_nand<mode>,
4185 sync_new_nand<mode>, sync_lock_test_and_set<mode>,
4186 test_and_set_12): Rewrite calls to mips_output_sync_loop.
4187 * gcc/config/mips/mips-protos.h (mips_output_sync_loop): Make
4188 the prototype declaration match the definition.
4189 * gcc/config/mips/mips.c (mips_output_sync_loop): Emit sync
4190 instructions explicitly. Add barrier_before and operands
4191 parameters.
4192 * gcc/config/mips/mips.h (MIPS_COMPARE_AND_SWAP,
4193 MIPS_COMPARE_AND_SWAP_12, MIPS_SYNC_OP, MIPS_SYNC_OP_12,
4194 MIPS_SYNC_OLD_OP_12, MIPS_SYNC_NEW_OP_12, MIPS_SYNC_OLD_OP,
4195 MIPS_SYNC_NEW_OP, MIPS_SYNC_NAND, MIPS_SYNC_OLD_NAND,
4196 MIPS_SYNC_NEW_NAND, MIPS_SYNC_EXCHANGE,
4197 MIPS_SYNC_EXCHANGE_12): Remove sync instructions.
4198
dcbd7063
AP
41992009-08-05 Andrew Pinski <pinskia@gmail.com>
4200
4201 * tree-ssa-alias.c: Fix intervals to use [) syntax.
4202
2c4389d8
UB
42032009-08-05 Uros Bizjak <ubizjak@gmail.com>
4204 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4205
4206 PR target/40906
4207 * config/i386/i386.c (ix86_split_long_move): Fix push of multi-part
4208 source operand.
4209
403c7520
JJ
42102009-08-05 Jakub Jelinek <jakub@redhat.com>
4211
4212 PR rtl-optimization/40924
4213 * dse.c (canon_address): Before calling cselib_expand_value_rtx
4214 make sure canon_rtx (mem_address) isn't simpler than
4215 canon_rtx (expanded_mem_address).
4216
64393e40
LF
42172009-08-05 Li Feng <nemokingdom@gmail.com>
4218
4219 * graphite-sese-to-poly.c (build_pbb_drs): Remove build alias set
4220 for each poly_bb_p.
4221 (build_scop_drs): Build alias set for each SCoP.
4222
5dce6dbd
SL
42232009-08-04 Sandra Loosemore <sandra@codesourcery.com>
4224
4225 * doc/invoke.texi (MIPS Options): Document new 1004K -march options.
4226 * config/mips/mips.c (mips_cpu_info_table): Add 1004K cores.
4227 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC): Add pattern for 1004K.
4228 (MIPS_ARCH_FLOAT_SPEC): Likewise.
4229 (BASE_DRIVER_SELF_SPECS): Likewise.
4230
f9fc1a02
AP
42312009-08-04 Andrew Pinski <pinskia@gmail.com>
4232
4233 * tree-ssa-alias.c: Fix some comment typos.
4234
09a7d0af
KK
42352009-08-04 Kaz Kojima <kkojima@gcc.gnu.org>
4236
4237 * config/sh/linux-atomic.asm (ATOMIC_BOOL_COMPARE_AND_SWAP,
4238 ATOMIC_OP_AND_FETCH, ATOMIC_COMBOP_AND_FETCH): Define.
4239
50cd60be
JJ
42402009-08-03 Janis Johnson <janis187@us.ibm.com>
4241
4242 PR c/39902
4243 * simplify-rtx.c (simplify_binary_operation_1): Disable
4244 simplifications for decimal float operations.
4245
1768a052
JJ
42462009-08-03 Jakub Jelinek <jakub@redhat.com>
4247
4248 PR middle-end/40943
4249 * tree-ssa.c (warn_uninitialized_var): Even on LHS warn for
4250 operand of INDIRECT_REF.
4251
42a9ba1d
UB
42522009-08-03 Uros Bizjak <ubizjak@gmail.com>
4253
4254 * config/alpha/alpha.c (alpha_legitimate_constant_p): Reject CONST
4255 constants referencing TLS symbols.
4256
9f774cb0
ST
42572009-08-03 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
4258
4259 * config/sh/linux-atomic.asm (ATOMIC_COMPARE_AND_SWAP): Rename
4260 __sync_compare_and_swap_* to __sync_val_compare_and_swap_*.
4261
907dd6ae
RG
42622009-08-03 Richard Guenther <rguenther@suse.de>
4263
4264 * tree.c (make_vector_type): Build a main variant first,
4265 get the canonical one and then build the variant.
4266 * tree-ssa.c (useless_type_conversion_p_1): Handle
4267 fixed-point types.
4268 (useless_type_conversion_p): Conversions to pointers to
4269 incomplete record types are useless.
4270
2329c6f5
RG
42712009-08-03 Richard Guenther <rguenther@suse.de>
4272
4273 * tree-cfg.c (pass_warn_unused_result): Mark name that no dump
4274 file will be created.
4275 * omp-low.c (pass_diagnose_omp_blocks): Likewise.
4276 * toplev.c (compile_file): Adjust comment.
4277
d055ce45
KK
42782009-08-03 Kaz Kojima <kkojima@gcc.gnu.org>
4279
4280 * config/sh/sh-protos.h (sh_promote_function_mode): Remove.
4281 * config/sh/sh.c (sh_promote_function_mode): Wrap long lines.
4282 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4283 (TARGET_PROMOTE_FUNCTION_ARGS): Remove.
4284 (sh_promote_function_mode): Fix typo.
4285
b1680483
AK
42862009-08-03 Andreas Krebbel <krebbel1@de.ibm.com>
4287
42a9ba1d 4288 * explow.c (promote_mode): Mark TYPE and PUNSIGNEDP as possibly unused.
b1680483 4289
4ce3042d
JDA
42902009-08-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4291
4292 * pa.c (pa_promote_function_mode): Remove ATTRIBUTE_UNUSED from
4293 declaration arguments.
4294
0589e07d
UB
42952009-08-02 Uros Bizjak <ubizjak@gmail.com>
4296
4297 * config/i386/i386.c (ix86_expand_fp_compare): Use const0_rtx instead
4298 of GEN_INT (0x00) and const1_rtx instead of GEN_INT (0x01).
4299 (ix86_split_ashl): Ditto.
4300 (ix86_expand_vector_init_one_nonzero): Ditto.
4301 (ix86_expand_vector_set): Ditto.
4302 (ix86_expand_reduc_v4sf): Ditto.
4303
43042009-08-02 Paolo Bonzini <bonzini@gnu.org>
6e957ac8
PB
4305
4306 * explow.c (promote_function_mode): Remove assert.
4307 * config/sh/sh.c (sh_promote_function_mode): Declare.
4308
be3e4ef6
JDA
43092009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4310
6e957ac8
PB
4311 * config/pa/pa.c (pa_promote_function_mode): Declare.
4312 Change to static. Fix promote_mode call.
02095c50 4313
1f7ec57e
JDA
4314 * gthr-dce.h (CONST_CAST2): Define if not defined.
4315 (__gthread_setspecific): Use CONST_CAST2 to fix warning.
4316
be3e4ef6
JDA
4317 * config.gcc (hppa[12]*-*-hpux10*): Add stdint support.
4318
6e957ac8 43192009-08-01 Paolo Bonzini <bonzini@gnu.org>
cde0f3fd
PB
4320
4321 * expr.c (store_constructor): Use promote_decl_mode. Remove
4322 now write-only variable unsignedp.
4323 (expand_expr_real_1): Use promote_decl_mode.
4324 * expr.h (promote_function_mode, promote_decl_mode): New.
4325 (promote_mode): Remove last argument.
4326 * function.c (assign_temp): Drop last argument of promote_mode.
4327 (assign_parm_find_data_types): Use promote_function_mode.
4328 (assign_parm_setup_reg): Likewise.
4329 (expand_function_end): Use promote_function_mode.
4330 * calls.c (initialize_argument_information): Use promote_function_mode.
4331 (precompute_arguments): Use promote_mode instead of checking if
4332 only PROMOTE_FUNCTION_MODE is defined.
4333 (expand_call): When making sibcall decisions, use promote_function_mode.
4334 Below, remove an if for targetm.calls.promote_function_return and
4335 and use promote_function_mode.
4336 (emit_library_call_value_1): Use promote_function_mode, fix bug
4337 where promote_mode was passed FOR_CALL == 0 for a return value in an
4338 assertion.
4339 * cfgexpand.c (expand_one_register_var): Use promote_decl_mode.
4340 * explow.c (promote_function_mode, promote_decl_mode): New.
4341 (promote_mode): Keep only the FOR_CALL == 0 case.
4342 * combine.c (setup_incoming_promotion): Remove test of
4343 promote_function_args. Use promote_function_mode.
4344 * stmt.c (expand_value_return): Use promote_decl_mode.
4345 (expand_decl): Use promote_decl_mode.
4346
4347 * expr.c (store_constructor): Use promote_decl_mode. Remove
4348 now write-only variable unsignedp.
4349 (expand_expr_real_1): Use promote_decl_mode.
4350 * expr.h (promote_function_mode, promote_decl_mode): New.
4351 (promote_mode): Remove last argument.
4352 * function.c (assign_temp): Drop last argument of promote_mode.
4353 (assign_parm_find_data_types): Use promote_function_mode.
4354 (assign_parm_setup_reg): Likewise.
4355 (expand_function_end): Use promote_function_mode.
4356 * calls.c (initialize_argument_information): Use promote_function_mode.
4357 (precompute_arguments): Use promote_mode instead of checking if
4358 only PROMOTE_FUNCTION_MODE is defined.
4359 (expand_call): When making sibcall decisions, use promote_function_mode.
4360 Below, remove an if for targetm.calls.promote_function_return and
4361 and use promote_function_mode.
4362 (emit_library_call_value_1): Use promote_function_mode, fix bug
4363 where promote_mode was passed FOR_CALL == 0 for a return value in an
4364 assertion.
4365 * cfgexpand.c (expand_one_register_var): Use promote_decl_mode.
4366 * explow.c (promote_function_mode, promote_decl_mode): New.
4367 (promote_mode): Keep only the FOR_CALL == 0 case.
4368 * combine.c (setup_incoming_promotion): Remove test of
4369 promote_function_args. Use promote_function_mode.
4370 * stmt.c (expand_value_return): Use promote_decl_mode.
4371 (expand_decl): Use promote_decl_mode.
4372
4373 * explow.c (promote_function_mode): Just call the target hook.
4374 * targhooks.c (default_promote_function_mode,
4375 default_promote_function_mode_always_promote): New.
4376 * targhooks.h (default_promote_function_mode,
4377 default_promote_function_mode_always_promote): Declare.
4378 * target.h (promote_function_args, promote_function_return): Remove.
4379 (promote_function_mode): New.
4380 * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS,
4381 TARGET_PROMOTE_FUNCTION_RETURN): Remove.
4382 (TARGET_PROMOTE_FUNCTION_MODE): New.
4383 (TARGET_CALLS): Adjust.
4384 * system.h (TARGET_PROMOTE_FUNCTION_ARGS,
4385 TARGET_PROMOTE_FUNCTION_RETURN, PROMOTE_FUNCTION_MODE): Poison.
4386
4387 * config/s390/s390.h (PROMOTE_FUNCTION_MODE): Move...
4388 * config/s390/s390.c (s390_promote_function_mode): ... here,
4389 with pointer handling.
4390 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4391 (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN): Remove.
4392
4393 * config/sparc/sparc.h (PROMOTE_FUNCTION_MODE): Move...
4394 * config/sparc/sparc.c (sparc_promote_function_mode): ... here,
4395 with pointer handling.
4396 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4397 (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN): Remove.
f100a4a8 4398
cde0f3fd
PB
4399 * config/sh/sh-protos.h (sh_promote_function_mode): New.
4400 * config/sh/sh.c (sh_promote_function_mode): New.
4401 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4402 (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN): Remove.
4403
4404 * config/cris/cris.h (PROMOTE_FUNCTION_MODE): Move...
4405 * config/cris/cris.c (cris_promote_function_mode): ... here.
4406 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4407 (TARGET_PROMOTE_FUNCTION_ARGS): Remove.
4408
4409 * config/mmix/mmix.h (PROMOTE_FUNCTION_MODE): Move...
4410 * config/mmix/mmix.c (mmix_promote_function_mode): ... here.
4411 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4412 (TARGET_PROMOTE_FUNCTION_ARGS): Remove.
4413
4414 * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Move...
0589e07d
UB
4415 * config/arm/arm.c (arm_promote_function_mode): ... here, without
4416 complex type handling.
cde0f3fd
PB
4417 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4418 (TARGET_PROMOTE_FUNCTION_ARGS, TARGET_PROMOTE_FUNCTION_RETURN): Remove.
4419
4420 * config/pa/pa.c (pa_promote_function_mode): New.
4421 (TARGET_PROMOTE_FUNCTION_MODE): Define.
4422 (TARGET_PROMOTE_FUNCTION_RETURN): Remove.
4423
4424 * config/alpha/alpha.c (TARGET_PROMOTE_FUNCTION_ARGS,
4425 TARGET_PROMOTE_FUNCTION_RETURN): Remove.
4426 (TARGET_PROMOTE_FUNCTION_MODE): Define equivalently.
4427 * config/xtensa/xtensa.c: Likewise.
4428 * config/stormy16/stormy16.c: Likewise.
4429 * config/iq2000/iq2000.c: Likewise.
4430 * config/rs6000/rs6000.c: Likewise.
4431 * config/picochip/picochip.c: Likewise.
4432 * config/arc/arc.c: Likewise.
4433 * config/mcore/mcore.c: Likewise.
4434 * config/score/score.c: Likewise.
4435 * config/mips/mips.c: Likewise.
4436 * config/bfin/bfin.c: Likewise.
4437 * config/ia64/ia64.c: Likewise (disabled though).
4438
4439 * config/frv/frv.h: Remove pointless remark.
4440
4441 * doc/tm.texi (PROMOTE_FUNCTION_MODE,
4442 TARGET_PROMOTE_FUNCTION_ARGS,
4443 TARGET_PROMOTE_FUNCTION_RETURN): Consolidate into...
4444 (TARGET_PROMOTE_FUNCTION_MODE): ... this.
4445
3cf0e270
SP
44462009-08-01 Sebastian Pop <sebastian.pop@amd.com>
4447
4448 * doc/invoke.texi (-fgraphite-force-parallel): Renamed
4449 -floop-parallelize-all.
4450 * toplev.c (process_options): Rename flag_graphite_force_parallel to
4451 flag_loop_parallelize_all.
4452 * tree-ssa-loop.c (gate_graphite_transforms): Same.
4453 * graphite.c (graphite_transform_loops): Same.
4454 * common.opt: Same.
4455 * graphite-poly.c (apply_poly_transforms): Same.
4456
6f7b8b70
RE
44572009-07-31 Richard Earnshaw <rearnsha@arm.com>
4458
4459 PR tree-optimization/40914
4460 * ipa-prop.c (ipa_get_ptr_load_param): New argument use_delta,
4461 if set, then check the delta field of the PMF record.
4462 (ipa_get_stmt_member_ptr_load_param): Propagate new param use_delta.
4463 (ipa_analyze_call_uses): Handle machines where the vbit for a PMF
4464 call is stored in the delta.
4465
17320477
AN
44662009-07-31 Adam Nemet <anemet@caviumnetworks.com>
4467
4468 * config/mips/mips.md (*clear_upper32_dext): New pattern.
4469
e61c6562
UB
44702009-07-31 Uros Bizjak <ubizjak@gmail.com>
4471
4472 * config/i386/bsd.h (ASM_BYTE): New define.
4473 * config/i386/darwin.h (ASM_BYTE): Rename from ASM_BYTE_OP.
4474 * config/i386/att.h (ASM_BYTE): New define. Use ASM_BYTE instead of
4475 .byte. Use fputs or putc instead of fprintf where appropriate.
4476 * config/i386/i386-interix.h: Use ASM_BYTE instead of .byte. Use
4477 fputs or putc instead of fprintf where appropriate.
4478 * config/i386/i386elf.h: Ditto.
4479 * config/i386/sysv4.h: Ditto.
f100a4a8 4480
e61c6562
UB
4481 * config/i386/i386.c (TARGET_ASM_BYTE_OP): New define.
4482 * config/i386/i386.md (x86_sahf_1): Use ASM_BYTE instead of .byte.
4483 (*tls_global_dynamic_64): Ditto.
4484
f100a4a8 44852009-07-31 Christian Bruel <christian.bruel@st.com>
ea2002ba
CB
4486
4487 * gcc/config.gcc (sh*-*-elf): test with_libgloss.
f100a4a8 4488
17eb4921
RR
44892009-07-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4490
f100a4a8 4491 * config/arm/arm.c (arm_arm_address_cost): Fix typo.
17eb4921
RR
4492 Remove dead code for MINUS.
4493
23865616
AG
44942009-07-31 Anthony Green <green@moxielogic.com>
4495
4496 * config/moxie/moxie.c (moxie_expand_prologue): Use $r5 instead of
4497 $r12 in prologue.
4498 (moxie_expand_epilogue): Ditto for epilogue.
4499 (moxie_setup_incoming_varargs): ABI change. Use 5 registers for
4500 incoming arguments.
4501 (moxie_function_arg): Ditto.
4502 (moxie_pass_by_reference): Ditto.
4503 (moxie_arg_partial_bytes): Ditto.
4504 * config/moxie/moxie.h (CALL_USED_REGISTERS): Ditto.
4505 (FUNCTION_ARG_ADVANCE) Ditto.
4506 (REG_PARM_STACK_SPACE) Ditto.
4507 (FUNCTION_ARG_REGNO_P) Dito.
4508
4509 * config.gcc: Add moxie linux config support.
4510 * gcc/config/moxie/uclinux.h: New file.
4511
20e19db4
DD
45122009-07-31 DJ Delorie <dj@redhat.com>
4513
4514 * config/sh/sh.md (UNSPECV_SP_SWITCH_B): New.
4515 (UNSPECV_SP_SWITCH_E): New.
4516 (sp_switch_1): Change to an unspec.
4517 (sp_switch_2): Change to an unspec. Don't use post-inc when we
4518 replace $r15.
4519 * config/sh/sh.c (sh_expand_prologue): Use the constant pool to
4520 reference the new stack's address
4521
204b560f
SP
45222009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4523
4524 * Makefile.in (OBJS-common): Added dependence on graphite-blocking.o,
4525 graphite-clast-to-gimple.o, graphite-dependences.o,
4526 graphite-interchange.o, graphite-poly.o, graphite-ppl.o,
4527 graphite-scop-detection.o, graphite-sese-to-poly.o, and sese.o.
4528 (graphite-blocking.o,
4529 graphite-clast-to-gimple.o, graphite-dependences.o,
4530 graphite-interchange.o, graphite-poly.o, graphite-ppl.o,
4531 graphite-scop-detection.o, graphite-sese-to-poly.o, and sese.o): New.
4532 * cfgloop.c (alloc_loop): Set loop->can_be_parallel to false.
4533 * cfgloop.h (struct loop): Add can_be_parallel field.
4534 * common.opt (fgraphite-identity): Moved up.
4535 (fgraphite-force-parallel): New flag.
4536 * graphite.c: Rewrite.
4537 * graphite.h: Rewrite.
4538 * passes.c (init_optimization_passes): Schedule a pass of DCE and LIM
4539 after Graphite.
4540 * toplev.c (graphite_out_file): New file descriptor.
4541 (graphite_in_file): New.
4542 (process_options): flag_graphite_force_parallel cannot be used without
4543 Graphite.
4544 * tree-ssa-loop.c: Include toplev.h.
4545 (gate_graphite_transforms): Enable flag_graphite for
4546 flag_graphite_force_parallel.
4547
2abae5f1
SP
45482009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4549
4550 * ChangeLog.graphite: New.
4551 * graphite-blocking.c: New.
4552 * graphite-clast-to-gimple.c: New.
4553 * graphite-clast-to-gimple.h: New.
4554 * graphite-dependences.c: New.
4555 * graphite-dependences.h: New.
4556 * graphite-interchange.c: New.
4557 * graphite-poly.c: New.
4558 * graphite-poly.h: New.
4559 * graphite-ppl.c: New.
4560 * graphite-ppl.h: New.
4561 * graphite-scop-detection.c: New.
4562 * graphite-scop-detection.h: New.
4563 * graphite-sese-to-poly.c: New.
4564 * graphite-sese-to-poly.h: New.
4565 * sese.c: New.
4566 * sese.h: New.
4567
e7c705bb
SP
45682009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4569
4570 * tree-chrec.c (evolution_function_right_is_integer_cst): New.
4571 * tree-chrec.h (evolution_function_right_is_integer_cst): Declared.
4572
765deab7
SP
45732009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4574
4575 * tree-chrec.c (operator_is_linear): Handle BIT_NOT_EXPR.
4576 (scev_is_linear_expression): Return false if the evolution is not
4577 affine multivariate.
4578
ed91d661
SP
45792009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4580
4581 * tree-data-ref.c (graphite_find_data_references_in_stmt): New.
4582 * tree-data-ref.h (graphite_find_data_references_in_stmt): Declared.
4583
a37d995a
SP
45842009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4585
4586 * tree-data-ref.c (debug_data_references): New.
4587 (debug_data_reference): New.
4588 * tree-data-ref.h (debug_data_references): Declared.
4589 (debug_data_reference): Declared.
4590
ae5b9860
SP
45912009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4592
4593 * tree-data-ref.c (stmt_simple_memref_p: Removed.
4594 * tree-data-ref.h (scop_p): Removed.
4595 (struct data_reference): Remove field scop.
4596 (DR_SCOP): Removed.
4597 (stmt_simple_memref_p): Removed.
4598
8e74b397
SP
45992009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4600
4601 * cfgloop.h (create_empty_loop_on_edge): Pass an extra argument.
4602 * cfgloopmanip.c (create_empty_loop_on_edge): Leave the loop_latch
4603 basic block empty.
4604
109e0d57
SP
46052009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4606
4607 * doc/invoke.texi (-fgraphite-force-parallel): Documented.
4608
66a7961b
SP
46092009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4610
4611 * doc/invoke.texi (-fgraphite-identity): Documented.
4612
52bdd655
SP
46132009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4614
4615 * tree-scalar-evolution.c: Fix comment.
4616 (instantiate_scev_1): Return unknow from scev instantiation if the
4617 result is not above instantiate_below.
4618
42e6eec5
SP
46192009-07-30 Sebastian Pop <sebastian.pop@amd.com>
4620
4621 * tree-scalar-evolution.c (compute_overall_effect_of_inner_loop): Not
4622 static anymore. Instantiate the symbols that may have been introduced
4623 by chrec_apply.
4624 * tree-scalar-evolution.h (compute_overall_effect_of_inner_loop):
4625 Declared.
4626
77806925
DD
46272009-07-30 DJ Delorie <dj@redhat.com>
4628
4629 * config/mep/mep.c (mep_asm_init_sections): Add section flags and
4630 .vliw directive to VLIW sections.
4631
6efbd53f
RW
46322009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4633
4634 * Makefile.in (AUTOCONF, ACLOCAL, ACLOCAL_AMFLAGS, aclocal_deps):
4635 New variables.
4636 ($(srcdir)/configure, $(srcdir)/aclocal.m4): New rules.
4637 (AUTOHEADER): New variable.
4638 ($(srcdir)/cstamp-h.in): Use it.
4639
29e6733c
MM
46402009-07-30 Michael Meissner <meissner@linux.vnet.ibm.com>
4641 Pat Haugen <pthaugen@us.ibm.com>
4642 Revital Eres <ERES@il.ibm.com>
4643
4644 * config/rs6000/vector.md (VEC_F): Add VSX support.
4645 (VEC_A): Ditto.
4646 (VEC_N): Ditto.
4647 (mov<mode>): Ditto.
4648 (vector_load_<mode>): Ditto.
4649 (vector_store_<mode>): Ditto.
4650 (vector GPR move split): Ditto.
4651 (vec_reload_and_plus_<mptrsize>): Ditto.
4652 (vec_reload_and_reg_<mptrsize>): Ditto.
4653 (add<mode>3): Ditto.
4654 (sub<mode>3): Ditto.
4655 (mul<mode>3): Ditto.
4656 (neg<mode>2): Ditto.
4657 (abs<mode>2): Ditto.
4658 (smin<mode>3): Ditto.
4659 (smax<mode>3): Ditto.
4660 (vector_eq<mode>): Ditto.
4661 (vector_gt<mode>): Ditto.
4662 (vector_ge<mode>): Ditto.
4663 (vector_gtu<mode>): Ditto.
4664 (vector_select_<mode>_uns): Ditto.
4665 (vector_eq_<mode>_p): Ditto.
4666 (vector_gt_<mode>_p): Ditto.
4667 (vector_ge_<mode>_p): Ditto.
4668 (vector_gtu_<mode>_p): Ditto.
4669 (cr6_test_for_zero): Ditto.
4670 (cr6_test_for_zero_reverse): Ditto.
4671 (cr6_test_for_lt): Ditto.
4672 (cr6_test_for_lt_reverse): Ditto.
4673 (xor<mode>3): Ditto.
4674 (ior<mode>3): Ditto.
4675 (and<mode>3): Ditto.
4676 (one_cmpl<mode>2): Ditto.
4677 (nor<mode>2): Ditto.
4678 (andc<mode>2): Ditto.
4679 (float<VEC_int<mode>2): Ditto.
4680 (unsigned_float<VEC_int><mode>2): Ditto.
4681 (fix_trunc<mode><VEC_int>2): Ditto.
4682 (fixuns_trunc<mode><VEC_int>2): Ditto.
4683 (vec_init<mode>):
4684 (vec_set<mode>): Ditto.
4685 (vec_extract<mode>): Ditto.
4686 (vec_interleave_highv4sf): Ditto.
4687 (vec_interleave_lowv4sf): Ditto.
4688 (vec_realign_load_<mode>): Ditto.
4689 (vec_shl_<mode>): Ditto.
4690 (vec_shr_<mode>): Ditto.
4691 (div<mode>3): New patterns for VSX.
4692 (vec_interleave_highv2df): Ditto.
4693 (vec_interleave_lowv2df): Ditto.
4694 (vec_pack_trunc_v2df): Ditto.
4695 (vec_pack_sfix_trunc_v2df): Ditto.
4696 (vec_pack_ufix_trunc_v2df): Ditto.
4697 (vec_unpacks_hi_v4sf): Ditto.
4698 (vec_unpacks_lo_v4sf): Ditto.
4699 (vec_unpacks_float_hi_v4si): Ditto.
29e6733c 4700 (vec_unpacks_float_lo_v4si): Ditto.
1262fd02
UB
4701 (vec_unpacku_float_hi_v4si): Ditto.
4702 (vec_unpacku_float_lo_v4si): Ditto.
29e6733c
MM
4703 (movmisalign<mode>): Ditto.
4704 (vector_ceil<mode>2): New patterns for vectorizing math library.
4705 (vector_floor<mode>2): Ditto.
4706 (vector_btrunc<mode>2): Ditto.
4707 (vector_copysign<mode>3): Ditto.
4708
4709 * config/rs6000/predicates.md (easy_vector_constant_msb): New
e61c6562 4710 predicate for setting the high bit in each word, used for copysign.
29e6733c
MM
4711
4712 * config/rs6000/ppc-asm.h (f19): Whitespace.
4713 (f32-f63): Define if VSX.
4714 (v0-v31): Define if Altivec.
4715 (vs0-vs63): Define if VSX.
4716
4717 * config/rs6000/t-rs6000 (MD_INCLUDES): Add power7.md and vsx.md.
4718
4719 * config/rs6000/power7.md: New file, provide tuning parameters for
4720 -mcpu=power7.
4721
e61c6562 4722 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): Add VSX support.
29e6733c
MM
4723 (rs6000_cpu_cpp_builtins): Ditto.
4724 (altivec_overloaded_builtins): Ditto.
4725 (altivec_resolve_overloaded_builtin): Ditto.
4726
4727 * config/rs6000/rs6000.opt (-mno-vectorize-builtins): Add new
4728 debug switch to disable vectorizing simple math builtin
4729 functions.
4730
4731 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_function):
4732 Vectorize simple math builtin functions.
4733 (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
4734 hook to vectorize math builtins.
4735 (rs6000_override_options): Enable -mvsx on -mcpu=power7.
4736 (rs6000_builtin_conversion): Add VSX/power7 support.
4737 (rs6000_builtin_vec_perm): Ditto.
4738 (vsplits_constant): Add support for loading up a vector constant
4739 with just the high bit set in each part.
4740 (rs6000_expand_vector_init): Add VSX/power7 support.
4741 (rs6000_expand_vector_set): Ditto.
4742 (rs6000_expand_vector_extract): Ditto.
4743 (rs6000_emit_move): Ditto.
4744 (bdesc_3arg): Ditto.
4745 (bdesc_2arg): Ditto.
4746 (bdesc_1arg): Ditto.
4747 (rs6000_expand_ternop_builtin): Ditto.
4748 (altivec_expand_builtin): Ditto.
4749 (rs6000_expand_unop_builtin): Ditto.
4750 (rs6000_init_builtins): Ditto.
4751 (altivec_init_builtins): Ditto.
4752 (builtin_function_type): Ditto.
4753 (rs6000_common_init_builtins): Ditto.
4754 (rs6000_handle_altivec_attribute); Ditto.
4755 (rs6000_mangle_type): Ditto.
4756 (rs6000_vector_mode_supported_p): Ditto.
4757 (rs6000_mode_dependent_address): Altivec addresses with AND -16
4758 are mode dependent.
4759
4760 * config/rs6000/vsx.md: New file for VSX support.
4761
4762 * config/rs6000/rs6000.h (EASY_VECTOR_MSB): New macro for
4763 identifing values with just the most significant bit set.
4764 (enum rs6000_builtins): Add builtins for VSX. Add simple math
4765 vectorized builtins.
4766
4767 * config/rs6000/altivec.md (UNSPEC_VRFIP): Delete.
4768 (UNSPEC_VRFIM): Delete.
4769 (splitter for loading up vector with most significant bit): New
4770 splitter for vectorizing copysign.
4771 (altivec_vrfiz): Rename from altivec_fturncv4sf2. Add support for
4772 vectorizing simple math functions.
e61c6562 4773 (altivec_vrfip): Add support for vectorizing simple math functions.
29e6733c
MM
4774 (altivec_vrfim): Ditto.
4775 (altivec_copysign_v4sf3): New insn for Altivec copysign support.
4776
4777 * config/rs6000/rs6000.md (UNSPEC_BPERM): New constant.
4778 (power7.md, vsx.md): Include for power7 support.
4779 (copysigndf3): Use VSX instructions if -mvsx.
4780 (negdf2_fpr): Ditto.
4781 (absdf2_fpr): Ditto.
4782 (nabsdf2_fpr): Ditto.
4783 (adddf3_fpr): Ditto.
4784 (subdf3_fpr): Ditto.
4785 (muldf3_fpr): Ditto.
4786 (divdf3_fpr): Ditto.
4787 (fix_truncdfdi2_fpr): Ditto.
4788 (cmpdf_internal1): Ditto.
4789 (fred, fred_fpr): Convert into expander/insn to add VSX support.
4790 (btruncdf2, btruncdf2_fpr): Ditto.
4791 (ceildf2, ceildf2_fpr): Ditto.
4792 (floordf2, floordf2_fpr): Ditto.
4793 (floatdidf2, floatdidf2_fpr): Ditto.
4794 (fmadddf4_fpr): Name insn. Use VSX instructions if -mvsx.
4795 (fmsubdf4_fpr): Ditto.
4796 (fnmadddf4_fpr_1): Ditto.
4797 (fnmadddf4_fpr_2): Ditto.
4798 (fnmsubdf4_fpr_1): Ditto.
4799 (fnmsubdf4_fpr_2): Ditto.
4800 (fixuns_truncdfdi2): Add expander for VSX support.
4801 (fix_truncdfdi2): Ditto.
4802 (fix_truncdfsi2): Ditto.
4803 (ftruncdf2): Ditto.
4804 (btruncsf2): Whitespace.
4805 (movdf_hardfloat32): Add support for VSX registers.
4806 (movdf_softfloat32): Ditto.
4807 (movdf_hardfloat64): Ditto.
4808 (movdf_hardfloat64_mfpgpr): Ditto.
4809 (movdf_softfloat64): Ditto.
4810 (movti splitters): Add check for vector registers supporting
4811 TImode in the future.
4812 (bpermd): Add power7 bpermd instruction.
4813
4814 * config/rs6000/altivec.h (vec_div): Define if VSX.
4815 (vec_mul): Ditto.
4816 (vec_msub): Ditto.
4817 (vec_nmadd): Ditto.
4818 (vec_nearbyint): Ditto.
4819 (vec_rint): Ditto.
4820 (vec_sqrt): Ditto.
e61c6562
UB
4821 (all predicates): Use the generic builtin function, and not the V4SF
4822 specific function so that the predicates will work with VSX's V2DF.
29e6733c
MM
4823 (vec_all_*): Ditto.
4824 (vec_any_*): Ditto.
4825
4826 * doc/extend.texi (PowerPC Altivec/VSX Built-in Functions):
4827 Document new VSX functions and types.
4828
4829 * doc/invoke.texi (PowerPc options): Document -mpopcntd, -mvsx
4830 switches.
4831
4832 * doc/md.texi (PowerPC constraints): Document "wd", "wf", "ws",
4833 "wa", and "j" constraints. Modify "v" to talk about Altivec
4834 instead of just vector.
4835
f5045c96
AM
48362009-07-30 Andrew MacLeod <amacleod@redhat.com>
4837
4838 PR debug/26475
4839 * tree-into-ssa.c (insert_phi_nodes_for, rewrite_add_phi_arguments): Set
4840 location for phi arguments.
4841 (rewrite_update_phi_arguments): Find locations for reaching defs.
4842 * tree-ssa-threadupdate.c (create_edge_and_update_destination_phis):
4843 Add location to add_phi_arg calls.
4844 * tree-loop-districbution.c (update_phis_for_loop_copy): Add locations.
4845 * tree-ssa-loop-manip.c (create_iv, add_exit_phis_edge,
4846 split_loop_exit_edge, tree_transform_and_unroll_loop): Add locations.
4847 * tree-tailcall.c (add_successor_phi_arg, eliminate_tail_call,
4848 create_tailcall_accumulator, tree_optimize_tail_calls_1): Add locations.
4849 * tree.h (struct phi_arg_d): Add location_t to PHI arguments.
4850 * tree-phinodes.c (make_phi_node): Initialize location.
4851 (resize_phi_node): Initialize location to UNKNOWN_LOCATION.
4852 (add_phi_arg): Add location parameter.
4853 (remove_phi_arg_num): Move location when moving phi argument.
f100a4a8 4854 * omp-low.c (expand_parallel_call, expand_omp_for_static_chunk): Set
f5045c96
AM
4855 location.
4856 * tree-vect-loop-manip.c (slpeel_update_phis_for_duplicate_loop,
4857 slpeel_update_phi_nodes_for_guard1,
4858 slpeel_update_phi_nodes_for_guard2,
4859 slpeel_tree_duplicate_loop_to_edge_cfg, set_prologue_iterations,
4860 vect_loop_versioning): Set locations.
4861 * tree-parloops.c (create_phi_for_local_result,
4862 transform_to_exit_first_loop, create_parallel_loop): Add locations.
4863 * gimple-pretty-print.c (dump_gimple_phi): Dump lineno's if present.
4864 * tree-vect-loop.c (get_initial_def_for_induction,
4865 vect_create_epilog_for_reduction, vect_finalize_reduction): Add
4866 locations.
4867 * tree-flow-inline.h (gimple_phi_arg_location): New. Return locus.
4868 (gimple_phi_arg_location_from_edge): New. Return locus from an edge.
4869 (gimple_phi_arg_set_location): New. Set locus.
4870 (gimple_phi_arg_has_location): New. Check for locus.
4871 (redirect_edge_var_map_location): New. Return locus from var_map.
4872 * tree-vect-data-refs.c (vect_setup_realignment): Set location.
4873 * tree-ssa-phiopt.c (conditional_replacement): Set locus when
4874 combining PHI arguments.
4875 (cond_store_replacement): Set location.
4876 * cfgexpand.c (gimple_assign_rhs_to_tree): Transfer locus if possible.
4877 * grpahite.c (add_loop_exit_phis, add_guard_exit_phis,
4878 scop_add_exit_phis_edge): Add locations.
4879 * tree-cfgcleanup.c (remove_forwarder_block,
4880 remove_forwarder_block_with_phi): Add locations.
4881 * tree-ssa-pre.c (insert_into_preds_of_block): Add locations.
4882 * tree-predcom.c (initialize_root_vars, initialize_root_vars_lm): Add
4883 locations.
4884 * tree-ssa-dce.c (forward_edge_to_pdom): Add locations.
4885 * tree-ssa.c (redirect_edge_var_map_add, ssa_redirect_edge,
4886 flush_pending_stmts): Add source location.
4887 * lambda-code.c (perfect_nestify): Maintain location stack with argument
4888 stack to preserve locations.
4889 * tree-vect-stmts.c (vectorizable_load): Add location.
4890 * tree-inline.c (copy_phis_for_bb): Copy locus.
4891 (setup_one_parameter): Add call locus to inlined parameter stmts.
4892 (initialize_inlined_parameters): Pass in call location as parameter
4893 assignment locus.
4894 (tree_function_versioning): Pass location to setup_one_parameter.
4895 * tree-ssa-phiprop.c (phiprop_insert_phi): Set locations.
4896 * tree-outof-ssa.c (struct _elim_graph): Add source_location vecs for
4897 copy and edge lists.
4898 (insert_partition_copy_on_edge, insert_value_copy_on_edge,
f100a4a8 4899 insert_rtx_to_part_on_edge, insert_part_to_rtx_on_edge): Provide a
f5045c96
AM
4900 locus parameter and override the stmt default if provided.
4901 (new_elim_graph, clear_elim_graph, delete_elim_graph,
4902 elim_graph_add_edge, elim_graph_remove_succ_edge,
4903 FOR_EACH_ELIM_GRAPH_SUCC, FOR_EACH_ELIM_GRAPH_PRED, eliminate_build,
4904 elim_forward, elim_unvisited_predecessor, elim_backward, elim_create,
4905 eliminate_phi): Add locus info in elimination graph for each edge and
4906 value copy.
4907 (insert_backedge_copies): Copy locus if present.
4908 * tree-flow.h (struct _edge_var_map): Add locus field.
4909 * tree-switch_conversions.c (fix_phi_nodes): Add locations.
4910 * tree-cfg.c (reinstall_phi_args, gimple_make_forwarder_block,
f100a4a8 4911 add_phi_args_after_copy_edge, gimple_lv_adjust_loop_header_phi): Add
f5045c96
AM
4912 locations.
4913 * ipa-struct-reorg.c (make_edge_and_fix_phis_of_dest): Add locations.
f100a4a8 4914
2d4b90b1
MJ
49152009-07-30 Martin Jambor <mjambor@suse.cz>
4916
4917 PR tree-optimization/40570
4918 * ipa-inline.c (cgraph_decide_inlining): Watch out for dead single
4919 use inlining loops.
4920
08dab97a
RL
49212009-07-30 Razya Ladelsky <razya@il.ibm.com>
4922
4923 * ssa-loop-manip.c: Include langhooks.h.
4924 (rewrite_phi_with_iv): New.
4925 (rewrite_all_phi_nodes_with_iv): New.
4926 (canonicalize_loop_ivs): Move here from tree-parloops.c.
4927 Remove reduction_list argument. Use rewrite_all_phi_nodes_with_iv.
4928 * tree-parloops.c (loop_parallel_p): Move out all conditions
4929 except dependency check.
4930 (canonicalize_loop_ivs): Move to tree-ssa-loop-manip.c.
4931 (gen_parallel_loop): Call canonicalize_loop_ivs without
4932 reduction_list argument.
4933 (build_new_reduction): New.
4934 (gather_scalar_reductions): New.
4935 (try_get_loop_niter): New.
4936 (try_create_reduction_list): New.
4937 (parallleize_loops): Change the parallel conditions check.
4938 * tree-flow.h (canonicalize_loop_ivs): Remove one argument.
4939 * Makefile.in (tree-ssa-loop-manip.o): Add langhooks.h dependency.
4940
88c2fd3d
DK
49412009-07-30 Dave Korn <dave.korn.cygwin@gmail.com>
4942
4943 * opt-functions.awk (opt_args): Allow argument to be enclosed in
4944 curly braces.
4945 * doc/options.texi (Option properties): Mention new quoting syntax.
4946
5ea8f977
DR
49472009-07-29 Douglas B Rupp <rupp@gnat.com>
4948
4949 * config/alpha/alpha.c (alpha_start_function):
4950 Handle VMS_DEBUG_MAIN_POINTER
4951 * config/alpha/vms.h (VMS_DEBUG_MAIN_POINTER): Define new macro.
4952 * doc/invoke.texi: Document -mdebug-main switch.
4953
9b2a5ef7
RH
49542009-07-29 Richard Henderson <rth@redhat.com>
4955
4956 * cgraph.c (cgraph_set_call_stmt_including_clones): Tidy.
4957 (cgraph_create_edge_including_clones): Likewise.
4958 * tree-inline.c (copy_bb): Operate on the correct edges
4959 when updating the callgraph.
4960
71cd2220
DR
49612009-07-29 Douglas B Rupp <rupp@gnat.com>
4962
4963 * config/alpha/vms-cc.c: Deleted.
4964 * config/alpha/vms-ld.c: Deleted.
4965 * config/alpha/t-vms64: Moved to config/vms
4966 * config/alpha/vms-crt0-64.c: Moved to config/vms
4967 * config/alpha/vms-crt0.c: Moved to config/vms
4968 * config/alpha/vms-psxcrt0-64.c: Moved to config/vms
4969 * config/alpha/vms-psxcrt0.c: Moved to config/vms
4970 * config/alpha/xm-vms.h: Moved to config/vms
4971 * config/alpha/x-vms: Moved to config/vms
4972 * config/alpha/t-vms (vcrt0.o, pcrt0.o): Move rules to new file
4973 config/vms/t-vms.
4974 * config/vms/t-vms: Moved here from config/alpha. Alpha specific
4975 parts removed. (STMP_FIXPROTO, STMP_FIXINC, LIMITS_H_TEST): Set.
4976 (version): Set.
4977 * config/vms/t-vms64: Moved here from config/alpha
4978 * config/vms/vms-crt0-64.c: Moved here from config/alpha.
4979 (argc,argv,envp): Enforce 32bit malloc'ing.
4980 * config/vms/vms-psxcrt0-64.c: Likewise.
4981 * config/vms/vms-crt0.c: Moved here from config/alpha.
4982 * config/vms/vms-psxcrt0.c: Likewise.
4983 * config/vms/vms-crtl-64.h: New file.
4984 * config/vms/vms-crtl.h: New file.
4985 * config/vms/vms.opt: New file.
4986 * config/vms/xm-vms64.h: New file.
4987 * config/vms/xm-vms.h: Moved here from config/alpha.
4988 (STANARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX, STANDARD_INCLUDE_DIR):
4989 Set.
4990 * config/vms/x-vms: Moved here from config/alpha.
4991 (version, VMS_EXTRA_PARTS): Moved to t-vms.
4992 (vms-ld.o, vms-cc.o): Removed.
4993 (LN, LN_S, USE_COLLECT2, POD2MAN): Set.
4994
82b75b46
DR
49952009-07-29 Douglas B Rupp <rupp@gnat.com>
4996
4997 * dwarf2out.c (add_name_and_src_coords_attributes): Push on the
4998 correct stack (obvious VMS fix).
4999
c2cffdc8
DR
50002009-07-29 Douglas B Rupp <rupp@gnat.com>
5001
5002 * dwarf2out.c (output_file_names): Output VMS style file name, size,
5003 date, version info if VMS_DEBUGGING_INFO defined.
5004 * vmsdgbout.c (vms_file_stats_name): New functon. VMS style file name,
5005 size, date calculating code moved here.
5006
0244b03f
PB
50072009-07-29 Paul Brook <paul@codesourcery.com>
5008
5009 * config/arm/lib1funcs.asm (clear_cache): Use ARM_FUNC_START and
5010 do_push/do_pop.
5011
bc4eac6d
UB
50122009-07-29 Uros Bizjak <ubizjak@gmail.com>
5013
5014 PR target/40577
5015 * config/alpha/alpha.c (alpha_expand_unaligned_store): Convert src
5016 to DImode when generating insq_le insn.
5017
6f1595d3
DR
50182009-07-28 Douglas B Rupp <rupp@gnat.com>
5019
5020 * dwarf2out.c (DWARF2_INDIRECT_STRING_SUPPORT_MISSING_ON_TARGET):
5021 New macro set for VMS_DEBUGGGING_INFO.
5022 (AT_string_form): Use it.
5023
820ca276
DD
50242009-07-28 DJ Delorie <dj@redhat.com>
5025
5026 * config/mep/mep.c (vtext_section): New.
5027 (vftext_section): New.
5028 (ftext_section): New.
5029 (mep_select_section): Add support for functions.
5030 (mep_unique_section): Likewise.
5031 (mep_asm_init_sections): Likewise.
3fb0a660 5032 (mep_encode_section_info): Remove it from here.
820ca276
DD
5033
5034 * config/mep/mep.h (USE_SELECT_SECTION_FOR_FUNCTIONS): Define.
5035
e2121f17
PB
50362009-07-28 Paolo Bonzini <bonzinI@gnu.org>
5037
5038 * tree.h (TREE_DEPRECATED): Document it is used for types too.
5039 (TYPE_VECTOR_OPAQUE): Use default_def_flag
5040
dde08f9b
DR
50412009-07-28 Douglas B Rupp <rupp@gnat.com>
5042
5043 * dwarf2out.c (output_file_names): Test new macro
5044 DWARF2_DIR_SHOULD_END_WITH_SEPARATOR.
5045 (add_comp_dir_attribute): Likewise.
5046
032502c2
KT
50472009-07-28 Kai Tietz <kai.tietz@onevision.com>
5048
5049 * config/i386/mingw-w64.h (LINK_SPEC): Add
5050 separating space between commands.
5051
b29c2ffd
JH
50522009-07-28 Jan Hubicka <jh@suse.cz>
5053
5054 PR tree-optimization/40759
5055 * tree-ssa-dce.c (mark_virtual_phi_result_for_renaming): Mark all uses
5056 for renaming.
5057
683a1be6
DD
50582009-07-27 DJ Delorie <dj@redhat.com>
5059
5060 * config/mep/mep.c (mep_expand_builtin_saveregs): Make sure 64-bit
5061 types are dword-aligned.
5062 (mep_expand_va_start): Likewise.
5063
cf157324 50642009-07-27 Olivier Hainque <hainque@adacore.com>
bc4eac6d 5065 Douglas B Rupp <rupp@gnat.com>
cf157324
OH
5066
5067 * convert.c (convert_to_pointer): Don't assume the target
5068 pointer type is POINTER_SIZE long. Fetch its precision instead.
5069
d4d798a3
DR
50702009-07-27 Douglas B Rupp <rupp@gnat.com>
5071
5072 * system.h (fopen): Undefine if macro.
5073
5823ade1
JJ
50742009-07-27 Jakub Jelinek <jakub@redhat.com>
5075
5076 * dwarf2out.c (output_cfi_p): Removed.
5077 (output_cfis): New function.
5078 (output_fde): New function, split from output_call_frame_info.
5079 (output_call_frame_info): Use it.
5080 (dwarf2out_switch_text_section): Use output_cfis.
5081
648abd76
KT
50822009-07-24 Kai Tietz <kai.tietz@onevision.com>
5083
5084 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Error build when
5085 TARGET_BI_ARCH is specified without enabling SJLJ.
5086 * config/i386/mingw32.h (MD_UNWIND_SUPPORT): Define MD_UNWIND_SUPPORT,
5087 if TARGET_64BIT and TARGET_BI_ARCH aren't defined.
5088
4b89636e
MP
50892009-07-26 Mikael Pettersson <mikpe@it.uu.se>
5090
5091 * arm.md (negdi2): Use DImode if forcing a value into a register.
5092
63827fb8
IR
50932009-07-26 Ira Rosen <irar@il.ibm.com>
5094
5095 PR tree-optimization/40801
5096 * tree-vect-stmts.c (vectorizable_call): Get previous copy
5097 of vector operand from the previous copy of vector statement.
5098 Pass the correct definition type value to
5099 vect_get_vec_def_for_stmt_copy().
5100
db9369bb
JDA
51012009-07-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5102
5103 * collect2.c (scan_libraries): Use CONST_CAST2 to perform char ** to
5104 const char ** conversion.
5105
2df77822
DD
51062009-07-25 David Daney <ddaney@caviumnetworks.com>
5107
5108 * system.h (gcc_assert): Invoke __builtin_unreachable() instead of
5109 fancy_abort() if !ENABLE_ASSERT_CHECKING.
5110 (gcc_unreachable): Invoke __builtin_unreachable() if
5111 !ENABLE_ASSERT_CHECKING.
5112
1e211590
DD
51132009-07-25 David Daney <ddaney@caviumnetworks.com>
5114
5115 PR rtl-optimization/40445
5116 * emit-rtl.c (next_nonnote_insn_bb): New function.
5117 * rtl.h (next_nonnote_insn_bb): Declare new function.
5118 * cfgcleanup.c (try_optimize_cfg): Don't remove an empty block
5119 with no successors that is the successor of the ENTRY_BLOCK.
5120 Continue from the top after removing an empty fallthrough block.
5121 * cfgrtl.c (get_last_bb_insn): Call next_nonnote_insn_bb instead
5122 of next_nonnote_insn.
5123
ba21aba3
DD
51242009-07-25 David Daney <ddaney@caviumnetworks.com>
5125
bc4eac6d 5126 * cfgcleanup.c (old_insns_match_p): Handle the case of empty blocks.
f100a4a8 5127
86631ea3
MJ
51282009-07-25 Martin Jambor <mjambor@suse.cz>
5129
5130 * c-common.c (c_common_attribute_table): New element for noclone.
5131 (handle_noclone_attribute): New function. Forward-declare.
5132 * tree-inline.c (tree_versionable_function_p): Check for noclone
5133 attribute.
5134 * doc/extend.texi (Labels as Values): Document need for noclone.
5135 (Function Attributes): Document noclone attribute.
5136
0cf856b7
JJ
51372009-07-25 Jakub Jelinek <jakub@redhat.com>
5138
5139 PR rtl-optimization/34999
5140 * dwarf2out.c (struct dw_fde_struct): Add dw_fde_switch_cfi
5141 and dw_fde_switched_cold_to_hot fields.
5142 (output_cfi_p): New function.
5143 (output_call_frame_info): If fde->dw_fde_switched_sections,
5144 output 2 FDEs instead of one with corrupted header.
5145 (dwarf2out_do_cfi_startproc): New function.
5146 (dwarf2out_begin_prologue): Use it. Initialize fde->dw_fde_switch_cfi
5147 and fde->dw_fde_switched_cold_to_hot.
5148 (dwarf2out_switch_text_section): Compute
5149 fde->dw_fde_switched_cold_to_hot. Switch to new text section here.
5150 If dwarf2out_do_cfi_asm, emit .cfi_endproc before it and call
5151 dwarf2out_do_cfi_startproc plus emit again currently active CFI insns.
5152 Otherwise, compute fde->dw_fde_switch_cfi.
5153
2a2869d6
CC
51542009-07-24 Cary Coutant <ccoutant@google.com>
5155
5156 * tree-cfg.c (assign_discriminator): Add explicit parentheses.
5157
cbea518e
CC
51582009-07-24 Cary Coutant <ccoutant@google.com>
5159
5160 * cfghooks.c (split_block): Copy discriminator to new block.
5161 * tree-cfg.c (assign_discriminator): Check location of last
5162 instruction in block as well as first.
5163
87da3843
UB
51642009-07-24 Uros Bizjak <ubizjak@gmail.com>
5165
5166 * config/i386/linux.c: Use fputs or putc instead of fprintf
5167 where appropriate.
5168 * config/i386/gas.h: Ditto.
5169 * config/i386/x86-64.h: Ditto.
5170 * config/i386/att.h: Ditto.
5171
a22fb74c
AK
51722009-07-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
5173
5174 * expmed.c (emit_store_flag): Use a recursive call to optimize the
5175 xor case.
5176
5b9633c8
MJ
51772009-07-24 Martin Jambor <mjambor@suse.cz>
5178
5179 * ipa-prop.h (struct ipa_node_params): New flag node_enqued.
5180 (ipa_push_func_to_list_1): Declare.
5181 (ipa_push_func_to_list): New function.
5182
5183 * ipa-prop.c (ipa_push_func_to_list_1): New function.
5184 (ipa_init_func_list): Call ipa_push_func_to_list_1.
5185 (ipa_push_func_to_list): Removed.
5186 (ipa_pop_func_from_list): Clear node_enqueued flag.
5187
ff5b964d 51882009-07-24 Andreas Krebbel <krebbel1@de.ibm.com>
f100a4a8 5189
ff5b964d
AK
5190 * config/s390/s390.c (override_options): Default
5191 max-unrolled-insns to 100 for z10 tuning.
5192
223cf84d
TG
51932009-07-24 Tobias Grosser <grosser@fim.uni-passau.de>
5194
5195 * Makefile.in (TREE_DATA_REF_H, tree-vrp.o, tree-cfg.o, tree-if-conv.o
5196 tree-ssa-loop.o, tree-ssa-loop-niter.o, tree-ssa-loop-ivcanon.o,
5197 tree-ssa-loop-prefetch.o, tree-predcom.o, tree-affine.o,
5198 tree-scalar-evolution.o, tree-data-ref.o, tree-vect-loop.o,
5199 tree-vect-data-refs.o, tree-loop-linear.o, tree-loop-distribution.o
5200 tree-parloops.o, tree-pretty-printer.o, fold-const.o, tree-ssa-dce.o,
5201 lambda-code.o, params.o): Cleanup use of SCEV_H and TREE_DATA_REF_H.
5202
3a802a9e
KT
52032009-07-24 Kai Tietz <kai.tietz@onevision.com>
5204
5205 * config/i386/mingw-w64.h (STANDARD_INCLUDE_DIR): Remove and
5206 use default set in mingw32.h header.
5207 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Use for 32-bit and
5208 64-bit /mingw/include path.
5209 (STANDARD_STARTFILE_PREFIX_1): Use for 32-bit and 64-bit /mingw/lib
5210 path.
5211
c580edc8
NV
52122009-07-23 Neil Vachharajani <nvachhar@google.com>
5213
5214 PR rtl-optimization/40209
5215 * loop-iv.c (iv_analysis_loop_init): Call df_note_add_problem.
5216
0d42d490
UB
52172009-07-23 Uros Bizjak <ubizjak@gmail.com>
5218
5219 * config/i386/i386.c: Use ASM_LONG instead of .long. Concatenate
5220 ASM_LONG, LPREFIX, MCOUNT_NAME and PROFILE_COUNT_REGISTER strings
5221 with the rest of string where appropriate. Use fputs or putc
5222 instead of fprintf where appropriate.
5223
a72c65c7
MM
52242009-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
5225 Pat Haugen <pthaugen@us.ibm.com>
5226 Revital Eres <ERES@il.ibm.com>
5227
5228 * config/rs6000/vector.md: New file. Move most of the vector
5229 expander support here from altivec.md to allow for the VSX vector
5230 unit in the future. Add support for secondary_reload patterns.
5231 Rewrite the patterns for vector comparison, and vector comparison
5232 predicate instructions so that the RTL expresses the desired
5233 behavior, instead of using unspec.
5234
5235 * config/rs6000/constraints.md ("f" constraint): Use
5236 rs6000_constraints to hold the precalculated register class.
5237 ("d" constraint): Ditto.
5238 ("wd" constraint): New constraint for VSX.
5239 ("wf" constraint): Ditto.
5240 ("ws" constraint): Ditto.
5241 ("wa" constraint): Ditto.
5242 ("wZ" constraint): Ditto.
5243 ("j" constraint): Ditto.
5244
5245 * config/rs6000/predicates.md (vsx_register_operand): New
5246 predicate for VSX.
5247 (vfloat_operand): New predicate for vector.md.
5248 (vint_operand): Ditto.
5249 (vlogical_operand): Ditto.
5250 (easy_fp_constant): If VSX, 0.0 is an easy constant.
5251 (easy_vector_constant): Add VSX support.
5252 (altivec_indexed_or_indirect_operand): New predicate for
5253 recognizing Altivec style memory references with AND -16.
5254
5255 * config/rs6000/rs6000.c (rs6000_vector_reload): New static global
5256 for vector secondary reload support.
87da3843
UB
5257 (rs6000_vector_reg_class): Delete, replacing it with
5258 rs6000_constraints.
a72c65c7
MM
5259 (rs6000_vsx_reg_class): Ditto.
5260 (rs6000_constraints): New array to hold the register classes of
5261 each of the register constraints that can vary at runtime.
5262 (builtin_mode_to_type): New static array for builtin function type
5263 creation.
5264 (builtin_hash_table): New static hash table for builtin function
5265 type creation.
5266 (TARGET_SECONDARY_RELOAD): Define target hook.
5267 (TARGET_IRA_COVER_CLASSES): Ditto.
5268 (rs6000_hard_regno_nregs_internal): If -mvsx, floating point
0d42d490 5269 registers are 128 bits if VSX memory reference instructions are used.
a72c65c7
MM
5270 (rs6000_hard_regno_mode_ok): For VSX, only check if the VSX memory
5271 unit is being used.
5272 (rs6000_debug_vector_unit): Move into rs6000_debug_reg_global.
5273 (rs6000_debug_reg_global): Move -mdebug=reg statements here.
5274 Print several of the scheduling related parameters.
5275 (rs6000_init_hard_regno_mode_ok): Switch to putting constraints in
5276 rs6000_constraints instead of rs6000_vector_reg_class. Move
5277 -mdebug=reg code to rs6000_debug_reg_global. Add support for
5278 -mvsx-align-128 debug switch. Drop testing float_p if VSX or
5279 Altivec. Add VSX support. Setup for secondary reload support on
5280 Altivec/VSX registers.
5281 (rs6000_override_options): Make power7 set the scheduling groups
5282 like the power5. Add support for new debug switches to override
5283 the scheduling defaults. Temporarily disable -mcpu=power7 from
5284 setting -mvsx. Add support for debug switches -malways-hint,
5285 -msched-groups, and -malign-branch-targets.
5286 (rs6000_buitlin_conversion): Add support for returning unsigned
5287 vector conversion functions to fix regressions due to stricter
5288 type checking.
5289 (rs6000_builtin_mul_widen_even): Ditto.
5290 (rs6000_builtin_mul_widen_odd): Ditto.
5291 (rs6000_builtin_vec_perm): Ditto.
5292 (rs6000_vec_const_move): On VSX, use xxlxor to clear register.
5293 (rs6000_expand_vector_init): Initial VSX support for using xxlxor
5294 to zero a register.
5295 (rs6000_emit_move): Fixup invalid const symbol_ref+reg that is
5296 generated upstream.
5297 (bdesc_3arg): Add builtins for unsigned types. Add builtins for
5298 VSX types for bit operations. Changes to accomidate vector.md.
5299 (bdesc_2arg): Ditto.
5300 (bdesc_1arg): Ditto.
5301 (struct builtin_description_predicates): Rewrite predicate
5302 handling so that RTL describes the operation, instead of passing
5303 the instruction to be used as a string argument.
5304 (bdesc_altivec_preds): Ditto.
5305 (altivec_expand_predicate_builtin): Ditto.
5306 (altivec_expand_builtin): Ditto.
5307 (rs6000_expand_ternop_builtin): Use a switch instead of an if
5308 statement for vsldoi support.
0d42d490 5309 (altivec_expand_ld_builtin): Change to use new names from vector.md.
a72c65c7
MM
5310 (altivec_expand_st_builtin): Ditto.
5311 (paired_expand_builtin): Whitespace changes.
5312 (rs6000_init_builtins): Add V2DF/V2DI types. Initialize the
5313 builtin_mode_to_type table for secondary reload. Call
5314 builtin_function_type to build random builtin functions.
5315 (altivec_init_builtins): Change to use builtin_function_type to
5316 create builtin function types dynamically as we need them.
5317 (builtin_hash_function): New support for hashing the tree types
5318 for builtin function as we need it, rather than trying to build
0d42d490 5319 all of the trees that we need. Add initial preliminary VSX support.
a72c65c7
MM
5320 (builtin_function_type): Ditto.
5321 (builtin_function_eq): Ditto.
5322 (builtin_hash_struct): Ditto.
5323 (rs6000_init_builtins): Ditto.
5324 (rs6000_common_init_builtins): Ditto.
5325 (altivec_init_builtins): Ditto.
5326 (rs6000_common_init_builtins): Ditto.
5327 (enum reload_reg_type): New enum for simplifing reg classes.
5328 (rs6000_reload_register_type): Simplify register classes into GPR,
0d42d490 5329 Vector, and other registers. Altivec and VSX addresses in reload.
a72c65c7
MM
5330 (rs6000_secondary_reload_inner): Ditto.
5331 (rs6000_ira_cover_classes): New target hook, that returns the
5332 appropriate cover classes, based on -mvsx being used or not.
5333 (rs6000_secondary_reload_class): Add VSX support.
5334 (get_vec_cmp_insn): Delete, rewrite vector conditionals.
5335 (get_vsel_insn): Ditto.
5336 (rs6000_emit_vector_compare): Rewrite vector conditional support
5337 so that where we can, we use RTL operators, instead of blindly use
5338 UNSPEC.
5339 (rs6000_emit_vector_select): Ditto.
5340 (rs6000_emit_vector_cond_expr): Ditto.
0d42d490 5341 (rs6000_emit_minmax): Directly generate min/max under altivec, vsx.
a72c65c7 5342 (create_TOC_reference): Add -mdebug=addr support.
0d42d490 5343 (emit_frame_save): VSX loads/stores need register indexed addressing.
a72c65c7
MM
5344
5345 * config/rs6000/rs6000.md: Include vector.md.
5346
5347 * config/rs6000/t-rs6000 (MD_INCLUDES): Add vector.md.
5348
5349 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5350 support for V2DI, V2DF in logical, permute, select operations.
5351
5352 * config/rs6000/rs6000.opt (-mvsx-scalar-double): Add new debug
5353 switch for vsx/power7.
5354 (-mvsx-scalar-memory): Ditto.
5355 (-mvsx-align-128): Ditto.
5356 (-mallow-movmisalign): Ditto.
5357 (-mallow-df-permute): Ditto.
5358 (-msched-groups): Ditto.
5359 (-malways-hint): Ditto.
5360 (-malign-branch-targets): Ditto.
f100a4a8 5361
a72c65c7
MM
5362 * config/rs6000/rs6000.h (IRA_COVER_CLASSES): Delete, use target
5363 hook instead.
5364 (IRA_COVER_CLASSES_PRE_VSX): Cover classes if not -mvsx.
5365 (IRA_COVER_CLASSES_VSX): Cover classes if -mvsx.
5366 (rs6000_vector_reg_class): Delete.
5367 (rs6000_vsx_reg_class): Ditto.
5368 (enum rs6000_reg_class_enum): New enum for the constraints that
5369 vary based on target switches.
5370 (rs6000_constraints): New array to hold the register class for all
5371 of the register constraints that vary based on the switches used.
5372 (ALTIVEC_BUILTIN_*_UNS): Add unsigned builtin functions.
5373 (enum rs6000_builtins): Add unsigned varients for the builtin
5374 declarations returned by target hooks for expanding multiplies,
5375 select, and permute operations. Add VSX builtins.
5376 (enum rs6000_builtin_type_index): Add entries for VSX.
5377 (V2DI_type_node): Ditto.
5378 (V2DF_type_node): Ditto.
5379 (unsigned_V2DI_type_node): Ditto.
5380 (bool_long_type_node): Ditto.
5381 (intDI_type_internal_node): Ditto.
5382 (uintDI_type_internal_node): Ditto.
5383 (double_type_internal_node): Ditto.
5384
5385 * config/rs6000/altivec.md (whole file): Move all expanders to
5386 vector.md from altivec.md. Rename insn matching functions to be
5387 altivec_foo.
5388 (UNSPEC_VCMP*): Delete, rewrite vector comparisons.
5389 (altivec_vcmp*): Ditto.
5390 (UNSPEC_VPERM_UNS): New, add for unsigned types using vperm.
5391 (VM): New iterator for moves that includes the VSX types.
5392 (altivec_vperm_<mode>): Add VSX types. Add unsigned types.
5393 (altivec_vperm_<mode>_uns): New, for unsigned types.
0d42d490 5394 (altivec_vsel_*): Rewrite vector comparisons and predicate builtins.
a72c65c7
MM
5395 (altivec_eq<mode>): Ditto.
5396 (altivec_gt<mode>): Ditto.
5397 (altivec_gtu<mode>): Ditto.
5398 (altivec_eqv4sf): Ditto.
5399 (altivec_gev4sf): Ditto.
5400 (altivec_gtv4sf): Ditto.
5401 (altivec_vcmpbfp_p): Ditto.
5402
6d53a79f
RE
54032009-07-23 Richard Earnshaw <rearnsha@arm.com>
5404
f100a4a8 5405 * arm.md (split for ior/xor with shift and zero-extend): Cast op3 to
6d53a79f
RE
5406 unsigned HWI.
5407
33ecc126
UB
54082009-07-23 Uros Bizjak <ubizjak@gmail.com>
5409
5410 PR target/40832
011a3198 5411 * config/i386/i386.c (output_387_ffreep): Rewrite to use
33ecc126
UB
5412 ASM_SHORT instead of .word.
5413 * config/i386/i386.md (*tls_global_dynamic_64): Use ASM_SHORT
5414 instead of .word in asm template.
5415
db1a8d98
VM
54162009-07-22 Vladimir Makarov <vmakarov@redhat.com>
5417
5418 PR target/37488
5419 * ira-lives.c (bb_has_abnormal_call_pred): New function.
5420 (process_bb_node_lives): Use it.
5421
5422 * ira.c (setup_cover_and_important_classes): Don't setup
5423 ira_important_class_nums. Add cover classes to the end of
5424 important classes.
011a3198
UB
5425 (cover_class_order, comp_reg_classes_func, reorder_important_classes):
5426 New.
db1a8d98
VM
5427 (find_reg_class_closure): Use reorder_important_classes.
5428
5429 * config/i386/i386.h (IRA_COVER_CLASSES): Remove.
5430
5431 * config/i386/i386.c (i386_ira_cover_classes): New function.
5432 (TARGET_IRA_COVER_CLASSES): Redefine.
5433
5434 * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Add a comment about
5435 importance of order of cover classes in the array.
f100a4a8 5436
cae63f88
DN
54372009-07-22 Diego Novillo <dnovillo@google.com>
5438
5439 * tree-pass.h (TDF_EH): Define.
5440 * gimple-pretty-print.c (dump_gimple_stmt): If FLAGS
5441 contains TDF_EH, print the EH region number holding GS.
5442 * tree-dump.c (dump_options): Add "eh".
5443 * doc/invoke.texi: Document it.
5444
61ed6392
DK
54452009-07-22 Doug Kwan <dougkwan@google.com>
5446
5447 * config/arm/arm.md (subdi3) Copy non-reg values to DImode registers.
5448
a8338640
MM
54492009-07-22 Michael Matz <matz@suse.de>
5450
5451 PR tree-optimization/35229
5452 PR tree-optimization/39300
5453
5454 * tree-ssa-pre.c (includes): Include tree-scalar-evolution.h.
5455 (inhibit_phi_insertion): New function.
5456 (insert_into_preds_of_block): Call it for REFERENCEs.
5457 (init_pre): Initialize and finalize scalar evolutions.
5458 * Makefile.in (tree-ssa-pre.o): Depend on tree-scalar-evolution.h .
5459
1a66936f
UB
54602009-07-22 Uros Bizjak <ubizjak@gmail.com>
5461
5462 * config/i386/predicates.md (zero_extended_scalar_load_operand):
5463 Use CONST_VECTOR_NUNITS to determine number of elements.
5464
4fe6dea8
AK
54652009-07-22 Andreas Krebbel <krebbel1@de.ibm.com>
5466
5467 * config/s390/constraints.md (ZQ, ZR, ZS, ZT): New constraints.
5468 (U, W): Constraints are now deprecated and will be removed if we
f100a4a8 5469 run out of letters.
4fe6dea8
AK
5470 * config/s390/s390.md (U, W): Replaced with ZQZR, ZSZT throughout
5471 the file.
5472 ("prefetch"): Add the stcmh instruction for prefetching.
5473 * config/s390/s390.c (s390_symref_operand_p): Function moved. No
5474 changes.
5475 (s390_short_displacement): Return always true if compiling for
5476 machines not providing the long displacement facility.
5477 (s390_mem_constraint): Support the new constraint letter Z.
5478 (s390_check_qrst_address): New function.
5479
072ebd49
DD
54802009-07-21 DJ Delorie <dj@redhat.com>
5481
5482 * config/mep/mep.c (mep_legitimize_arg): Leave control registers
5483 alone too.
5484
4afe7ad7
JM
54852009-07-21 Jason Merrill <jason@redhat.com>
5486
5487 * c-common.c (max_tinst_depth): Increase default to 1024.
5488
848e6317
UB
54892009-07-21 Uros Bizjak <ubizjak@gmail.com>
5490
5491 * config/i386/sse.md (vec_unpacku_float_hi_v4si): New expander.
5492 (vec_unpacku_float_lo_v4si): Ditto.
5493
54e86f6b
UB
54942009-07-21 Uros Bizjak <ubizjak@gmail.com>
5495
5496 PR target/40811
5497 * config/i386/sse.md (sse2_cvtudq2ps): New expander.
5498 (enum ix86_builtins): Add IX86_BUILTIN_CVTUDQ2PS.
5499 (builtin_description): Add __builtin_ia32_cvtudq2ps.
5500 (ix86_vectorize_builtin_conversion): Handle IX86_BUILTIN_CVTUDQ2PS.
5501
4a2b7f24
JJ
55022009-07-21 Jakub Jelinek <jakub@redhat.com>
5503
5504 PR tree-optimization/40813
5505 * tree-inline.c (copy_bb): Regimplify RHS after last stmt, not before
5506 it.
5507
a1516d08
KK
55082009-07-21 Kaz Kojima <kkojima@gcc.gnu.org>
5509
5510 * config/sh/sh.c (sh_gimplify_va_arg_expr): Wrap the result
5511 with a NOP_EXPR if needed.
5512
cba146eb
PB
55132009-07-21 Paul Brook <paul@codesourcery.com>
5514
5515 * tree-vectorizer.c (increase_alignment): Handle nested arrays.
5516 Terminate debug dump with newline.
5517
ef8d9a0e
JDA
55182009-07-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5519
5520 * pa.c (compute_zdepwi_operands): Limit deposit length to 32 - lsb.
5521 Cast "1" to unsigned HOST_WIDE_INT.
5522 (compute_zdepdi_operands): Limit maximum length to 64 bits. Limit
5523 deposit length to the maximum length - lsb. Extend length if
5524 HOST_BITS_PER_WIDE_INT is 32.
5525
d48e9cea
OR
55262009-07-20 Olatunji Ruwase <tjruwase@google.com>
5527
5528 * cgraph.h (constant_pool_htab): New function.
5529 (constant_descriptor_tree): Move from varasm.c.
5530 * varasm.c (constant_pool_htab): New function.
5531 (constant_descriptor_tree): Move to cgraph.h.
5532
9c8e65c3
OR
55332009-07-20 Olatunji Ruwase <tjruwase@google.com>
5534
848e6317 5535 * toplev.c: Invoke FINISH_UNIT callbacks before call to finalize().
9c8e65c3 5536
3e014341
SZ
55372009-07-20 Shujing Zhao <pearly.zhao@oracle.com>
5538
5539 * Makefile.in (TREE_INLINE_H, tree-inline.o, cgraph.o): Remove
5540 $(VARRAY_H).
5541
d0763469
XDL
55422009-07-20 Xinliang David Li <davidxl@google.com>
5543
5544 * dbgcnt.c (dbg_cnt_set_limit_by_name): Add length check.
5545
752fd2a8
AN
55462009-07-20 Adam Nemet <anemet@caviumnetworks.com>
5547
5548 * config/mips/mips.md (move_type): Add arith.
5549 (type): Handle arith.
5550 (zero_extendsidi2): Rename this into ...
5551 (*zero_extendsidi2): ... this. Don't match if ISA_HAS_EXT_INS.
5552 (zero_extendsidi2): New expander.
5553 (*zero_extendsidi2_dext): New pattern.
5554
621114bc
NC
55552009-07-20 Nick Clifton <nickc@redhat.com>
5556
5557 * config.gcc (mips64-*-*): Add definition of tm_defines in order
5558 to set MIPS_ABI_DEFAULT.
5559 * config/mips/vr.h (MIPS_ABI_DEFAULT): Remove definition.
5560
e338758d
JJ
55612009-07-20 Jakub Jelinek <jakub@redhat.com>
5562
38027156
JJ
5563 * tree-object-size.c (addr_object_size): Handle unions with
5564 array in it as last field of structs in __bos (, 1) as __bos (, 0).
5565
e338758d
JJ
5566 PR tree-optimization/40792
5567 * tree.c (build_function_type_skip_args): Remove bogus assert.
5568
08ad1d6d 55692009-07-20 Jan Hubicka <jh@suse.cz>
848e6317 5570 Martin Jambor <mjambor@suse.cz>
08ad1d6d
JH
5571
5572 * cgraph.h (combined_args_to_skip): New field.
5573 * cgraph.c (cgraph_create_virtual_clone): Properly handle
5574 combined_args_to_skip and args_to_skip.
5575 * tree-inline.c (update_clone_info): New function.
5576 (tree_function_versioning): Call update_clone_info.
1a66936f
UB
5577 * cgraphunit.c: (cgraph_materialize_clone): Dump materialized
5578 functions.
08ad1d6d
JH
5579 (cgraph_materialize_all_clones): More extensive dumping, working
5580 with combined_args_to_skip rather than args_to_skip.
5581
4bbe8262
IR
55822009-07-20 Ira Rosen <irar@il.ibm.com>
5583
5584 * tree-vectorizer.h (vectorizable_condition): Add parameters.
5585 * tree-vect-loop.c (vect_is_simple_reduction): Support COND_EXPR.
5586 (get_initial_def_for_reduction): Likewise.
5587 (vectorizable_reduction): Skip the check of first operand in case
5588 of COND_EXPR. Add check that it is outer loop vectorization if
f100a4a8 5589 nested cycle was detected. Call vectorizable_condition() for
4bbe8262
IR
5590 COND_EXPR. If reduction epilogue cannot be created do not fail for
5591 nested cycles (if it is not double reduction). Assert that there
5592 is only one type in the loop in case of COND_EXPR. Call
5593 vectorizable_condition() to vectorize COND_EXPR.
5594 * tree-vect-stmts.c (vectorizable_condition): Update comment.
f100a4a8 5595 Add parameters. Allow nested cycles if called from
4bbe8262
IR
5596 vectorizable_reduction(). Use reduction vector variable if provided.
5597 (vect_analyze_stmt): Call vectorizable_reduction() before
5598 vectorizable_condition().
5599 (vect_transform_stmt): Update call to vectorizable_condition().
5600
6a799f6e 56012009-07-20 Christian Bruel <christian.bruel@st.com>
f100a4a8 5602
6a799f6e
CB
5603 * config/sh/sh.opt (-mfmovd): Resurrect and document.
5604 * doc/invoke.texi (-mfmovd): Likewise.
5605 * config/sh/sh.h (TARGET_FMOVD, MASK_FMOVD): Remove default setting.
f100a4a8 5606
eab09a51
JH
56072009-07-20 Jan Hubicka <jh@suse.cz>
5608
5609 * tree-ssa-dce.c (remove_dead_phis): Only look for abnormal PHIs
5610 when handling SSA name.
5611
a915ab00
JH
56122009-07-19 Jan Hubicka <jh@suse.cz>
5613
5614 PR tree-optimization/40676
5615 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do renaming on all
5616 virtual PHIs in empty BBs.
5617
827f4079
AN
56182009-07-18 Adam Nemet <anemet@caviumnetworks.com>
5619
5620 * combine.c (make_compound_operation) <SUBREG>: If force_to_mode
5621 re-expanded the compound use gen_lowpart instead to convert to the
5622 desired mode.
5623
f3ce1088
AN
56242009-07-18 Adam Nemet <anemet@caviumnetworks.com>
5625
5626 * combine.c (try_widen_shift_mode): Add COUNT, OUTER_CODE and
5627 OUTER_CONST arguments.
5628 <LSHIFTRT>: Use them to allow widening if the bits shifted in from
5629 the new wider mode will be masked off.
5630 (simplify_shift_const_1): Adjust calls to try_widen_shift_mode.
5631
3e63dd3a
AN
56322009-07-18 Adam Nemet <anemet@caviumnetworks.com>
5633
5634 * combine.c (try_widen_shift_mode) <LSHIFTRT>: Allow widening if the
5635 high-order bits are zero.
5636
b641d7fc
AN
56372009-07-18 Adam Nemet <anemet@caviumnetworks.com>
5638
5639 * combine.c (simplify_shift_const_1): Split code to determine
5640 shift_mode into ...
5641 (try_widen_shift_mode): ... here. Allow widening for ASHIFTRT if the
5642 new bits shifted in are identical to the old sign bit.
5643
33922890
RG
56442009-07-18 Richard Guenther <rguenther@suse.de>
5645
5646 PR c/40787
5647 * gimplify.c (gimplify_call_expr): Reject code using results from
5648 functions returning void.
5649
1d447995
RS
56502009-07-18 Richard Sandiford <r.sandiford@uk.ibm.com>
5651
5652 * doc/md.texi: Document the new PowerPC "es" constraint.
5653 Document that "m" can include automodified addresses on this target,
5654 and explain how %U must be used. Extend the "Q" and "Z" documentation
5655 to suggest "es" as well as "m".
5656 * config/rs6000/constraints.md (es): New memory constraint.
5657 (Q, Z): Update strings to match new documentation.
5658
406d1650
RS
56592009-07-18 Richard Sandiford <r.sandiford@uk.ibm.com>
5660
5661 * config/rs6000/rs6000.c (rs6000_mode_dependent_address): Allow any
5662 offset from virtual_stack_vars_rtx and arg_pointer_rtx.
5663 * config/rs6000/predicates.md (volatile_mem_operand): Use
5664 offsettable_nonstrict_memref_p.
5665 * config/rs6000/rs6000.md (*floatsidf2_internal): Remove split check.
5666 (*floatunssidf2_internal): Likewise.
5667 (*fix_truncdfsi2_internal): Likewise.
5668 (*fix_trunctfsi2_internal): Likewise.
5669
a0ce0e6e
AS
56702009-07-17 Anatoly Sokolov <aesok@post.ru>
5671
5672 * config/avr/avr-devices.c (avr_mcu_t): Add atmega8u2, atmega16u2 and
5673 atmega32u2 devices.
5674 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
5675
a406865a
RG
56762009-07-17 Richard Guenther <rguenther@suse.de>
5677
5678 PR c/40401
5679 * tree-pass.h (pass_diagnose_omp_blocks): Declare.
5680 (pass_warn_unused_result): Likewise.
5681 (TODO_set_props): Remove.
5682 * omp-low.c (diagnose_omp_structured_block_errors): Change to
5683 run as a pass.
5684 (pass_diagnose_omp_blocks): Define.
5685 * c-decl.c (pop_file_scope): Do not finalize the CU here.
5686 (c_gimple_diagnostics_recursively): Remove.
5687 (finish_function): Do not call it.
5688 (c_write_global_declarations): Continue after errors.
5689 Finalize the CU here.
5690 * c-gimplify.c (c_genericize): Do not gimplify here.
5691 * c-common.c (c_warn_unused_result): Move ...
5692 * tree-cfg.c (do_warn_unused_result): ... here.
5693 (run_warn_unused_result): New function.
5694 (gate_warn_unused_result): New function.
5695 (pass_warn_unused_result): New pass.
5696 * c-common.h (c_warn_unused_result): Remove.
5697 * flags.h (flag_warn_unused_result): Declare.
5698 * c-opts.c (c_common_init_options): Enable flag_warn_unused_result.
5699 * opts.c (flag_warn_unused_result): Initialize to false.
5700 * toplev.c (compile_file): Add comment.
5701 * omp-low.c (create_omp_child_function): Do not register
5702 the function with the frontend.
5703 (diagnose_omp_structured_block_errors): Prepare to be
5704 called as optimization pass.
5705 (gate_diagnose_omp_blocks): New function.
5706 (pass_diagnose_omp_blocks): New pass.
5707 * cgraph.h (cgraph_optimize): Remove.
5708 (cgraph_analyze_function): Likewise.
5709 * cgraph.c (cgraph_add_new_function): Gimplify C++ thunks.
5710 * cgraphunit.c (cgraph_lower_function): Lower nested functions
5711 before their parents here.
5712 (cgraph_finalize_function): Not here.
5713 (cgraph_analyze_function): Gimplify functions here.
5714 (cgraph_finalize_compilation_unit): Continue after errors.
5715 Optimize the callgraph from here.
5716 (cgraph_optimize): Make static.
5717 * langhooks.c (write_global_declarations): Finalize the CU.
5718 * gimplify.c (gimplify_asm_expr): Do not emit ASMs with errors.
5719 (gimplify_function_tree): Assert we gimplify only once.
5720 Set PROP_gimple_any property.
5721 * tree-nested.c (gimplify_all_functions): New function.
5722 (lower_nested_functions): Gimplify all nested functions.
5723 * gimple.h (diagnose_omp_structured_block_errors): Remove.
5724 * passes.c (init_optimization_passes): Add pass_warn_unused_result
5725 and pass_diagnose_omp_blocks after gimplification. Do not
5726 set TODO_set_props on all_lowering_passes.
5727 (execute_one_pass): Do not handle TODO_set_props.
5728 * Makefile.in (cgraphunit.o): Add $(TREE_DUMP_H) dependency.
5729 (gimplify.o): Add tree-pass.h dependency.
5730 * tree-inline.c (copy_statement_list): Properly copy STATEMENT_LIST.
5731 (copy_tree_body_r): Properly handle TARGET_EXPR like SAVE_EXPR.
5732 (unsave_r): Likewise.
5733 * c-omp.c (c_finish_omp_atomic): Set DECL_CONTEXT on the
5734 temporary variable.
5735
2e687c2c
SL
57362009-07-17 Sandra Loosemore <sandra@codesourcery.com>
5737
5738 * doc/service.texi (Service): Restore previously removed link,
5739 which isn't broken after all.
5740
7763473e
RG
57412009-07-17 Richard Guenther <rguenther@suse.de>
5742
5743 PR tree-optimization/40321
5744 * tree-ssa-pre.c (add_to_exp_gen): Also add names defined by
5745 PHI nodes to the maximal set.
5746 (make_values_for_phi): Add PHI arguments to the maximal set.
5747 (execute_pre): Dump PHI_GEN and the maximal set.
5748
4f934809
JJ
57492009-07-17 Jakub Jelinek <jakub@redhat.com>
5750
5751 PR c++/40780
5752 * gimplify.c (gimplify_conversion): Don't change non-conversions into
5753 VIEW_CONVERT_EXPR.
5754
63a26b78
SL
57552009-07-16 Sandra Loosemore <sandra@codesourcery.com>
5756
5757 * doc/extend.texi (Nested Functions): Replace broken link with
5758 textual reference.
5759 * doc/service.texi (Service): Remove broken link.
5760
3ac337c3
L
57612009-07-16 H.J. Lu <hongjiu.lu@intel.com>
5762
5763 PR bootstrap/40781
5764 * builtins.c (expand_builtin_memcmp): Use loc instead of
5765 EXPR_LOCATION (exp).
5766 (expand_builtin_strncmp): Likewise.
5767
db3927fb
AH
57682009-07-17 Aldy Hernandez <aldyh@redhat.com>
5769 Manuel López-Ibáñez <manu@gcc.gnu.org>
5770
f100a4a8 5771 PR 40435
db3927fb
AH
5772 * tree-complex.c, tree-loop-distribution.c, tree.c, tree.h,
5773 builtins.c, fold-const.c, omp-low.c, cgraphunit.c, tree-ssa-ccp.c,
5774 tree-ssa-dom.c, gimple-low.c, expr.c, tree-ssa-ifcombine.c,
5775 c-decl.c, stor-layout.c, tree-if-conv.c, c-typeck.c, gimplify.c,
5776 calls.c, tree-sra.c, tree-mudflap.c, tree-ssa-copy.c,
5777 tree-ssa-forwprop.c, c-convert.c, c-omp.c, varasm.c,
5778 tree-inline.c, c-common.c, c-common.h, gimple.c,
5779 tree-switch-conversion.c, gimple.h, tree-cfg.c, c-parser.c,
5780 convert.c: Add location argument to fold_{unary,binary,ternary},
5781 fold_build[123], build_call_expr, build_size_arg,
5782 build_fold_addr_expr, build_call_array, non_lvalue, size_diffop,
5783 fold_build1_initializer, fold_build2_initializer,
5784 fold_build3_initializer, fold_build_call_array,
5785 fold_build_call_array_initializer, fold_single_bit_test,
5786 omit_one_operand, omit_two_operands, invert_truthvalue,
5787 fold_truth_not_expr, build_fold_indirect_ref, fold_indirect_ref,
5788 combine_comparisons, fold_builtin_*, fold_call_expr,
5789 build_range_check, maybe_fold_offset_to_address, round_up,
5790 round_down.
5791
c32097d8
JM
57922009-07-16 Jason Merrill <jason@redhat.com>
5793
5794 PR libstdc++/37907
5795 * c-common.c (c_common_reswords): Add __is_standard_layout
5796 and __is_trivial.
5797 * c-common.h (enum rid): Add RID_IS_STD_LAYOUT and RID_IS_TRIVIAL.
5798 * doc/implement-cxx.texi: New.
5799 * doc/gcc.texi: Include it.
5800
b3c5a409
DD
58012009-07-16 DJ Delorie <dj@redhat.com>
5802
5803 * config/m32c/m32c.c (m32c_compare_redundant): Avoid removing
5804 compares that may be indirectly affected by previous instructions.
5805
a41d064d
KG
58062009-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5807
5808 * builtins.c (do_mpc_arg2): New.
5809 (fold_builtin_2): Fold builtin cpow.
5810 * real.h (HAVE_mpc_pow): New.
5811
db87b56d
BM
58122009-07-16 Bingfeng Mei <bmei@broadcom.com>
5813
9e7c935a
UB
5814 * modulo-sched.c (sms_schedule): stage_count <= 1 as correct
5815 comparison to skip unprofitable schedule
5816
ba0c638e
SB
58172009-07-16 Simon Baldwin <simonb@google.com>
5818
5819 * gcc.c (option_map): New flag -no-canonical-prefixes.
5820 * (display_help): Print help text for new flag.
5821 * (process_command): Move options translation and language specifics
5822 and handle new flag early. Use it to set a function pointer to a
5823 prefix builder. Replace make_relative_prefix calls with calls to
5824 the function pointed to. Ignore new flag in regular options handling.
5825 * doc/invoke.texi (Overall Options): Documented -no-canonical-prefixes.
5826
11af2d7b
DD
58272009-07-15 DJ Delorie <dj@redhat.com>
5828
5829 * config/mep/mep.md (sibcall_internal): Change register to avoid
5830 argument registers.
5831 (sibcall_value_internal): Likewise.
5832
9d2bb902
EB
58332009-07-15 Eric Botcazou <ebotcazou@adacore.com>
5834
5835 PR rtl-optimization/40710
5836 * resource.c (mark_target_live_regs): Reset DF problem to LR.
5837
da45599c
AN
58382009-07-15 Adam Nemet <anemet@caviumnetworks.com>
5839
5840 * config/mips/mips.md (*extenddi_truncate<mode>,
5841 *extendsi_truncate<mode>): Change type attribute to move_type
5842 with shift_shift. Split out code handling exts from here ...
5843 (*extend<GPR:mode>_truncate<SHORT:mode>_exts): ... to this new
5844 pattern.
5845 (*extendhi_truncateqi): Change type attribute to move_type with
5846 shift_shift. Split out code handling exts from here ...
5847 (*extendhi_truncateqi_exts): ... to this new pattern.
5848
31f44cd0 58492009-07-15 Uros Bizjak <ubizjak@gmail.com>
1fba7394 5850
31f44cd0
UB
5851 * config/i386/sse.md (copysign<mode>3): Use "and-not" SSE instruction
5852 instead of "and" with inverted sign bit mask value. Use
5853 "nonimmediate_operand" for operand 1 and operand 2 predicate.
5854 Allocate registers only for operand 4 and operand 5.
1fba7394 5855
b4e4232d
JJ
58562009-07-15 Jakub Jelinek <jakub@redhat.com>
5857
5858 PR middle-end/40747
5859 * fold-const.c (fold_cond_expr_with_comparison): When folding
5860 < and <= to MIN, make sure the MIN uses the same type as the
5861 comparison's operands.
5862
fa01135d
RE
58632009-07-15 Richard Earnshaw <rearnsha@arm.com>
5864
5865 * arm.md (ior_xor): New code iterator.
5866 (split for ior/xor with shift and zero-extend): New split pattern.
5867 * arm/predicates.md (subreg_lowpart_operator): New special predicate.
5868
b41e33fe
RG
58692009-07-15 Richard Guenther <rguenther@suse.de>
5870
5871 * tree-ssa-structalias.c (make_constraint_from_heapvar): Initialize
5872 offset member.
5873
c9b2f286
RG
58742009-07-15 Richard Guenther <rguenther@suse.de>
5875
5876 PR middle-end/40753
1fba7394 5877 * alias.c (ao_ref_from_mem): Reject FUNCTION_DECL and LABEL_DECL bases.
c9b2f286 5878
31d29c40
MK
58792009-07-15 Maxim Kuvyrkov <maxim@codesourcery.com>
5880
5881 * config/m68k/linux-unwind.h (m68k_fallback_frame_state): Update to
5882 handle 2.6.30 kernel.
5883
18e67adf
DD
58842009-07-15 DJ Delorie <dj@redhat.com>
5885
5886 * config/mep/mep.md (sibcall_internal): Change register to allow
5887 for 24-bit addresses.
5888 (sibcall_value_internal): Likewise.
5889
96809b41 58902009-07-14 Ghassan Shobaki <ghassan.shobaki@amd.com>
f100a4a8 5891
1fba7394
UB
5892 * doc/invoke.texi: Added descriptions of the scheduling heuristics
5893 that are enabled/disabled by the flags introduced by a previous patch.
f100a4a8 5894
54a1e1d0
DD
58952009-07-14 DJ Delorie <dj@redhat.com>
5896
5897 * config/mep/mep.md (sibcall_internal): Include non-toggling
5898 non-jmp case.
5899 (sibcall_value_internal): Likewise.
5900
2a4c0366
TG
59012009-07-14 Taras Glek <tglek@mozilla.com>
5902 Rafael Espindola <espindola@google.com>
5903
5904 * doc/sourcebuild.texi: Document install-plugin target.
5905 * configure.ac: Added install-plugin target to language makefiles.
5906 * configure: Regenerate.
5907 * Makefile.in: (install-plugin): Install more headers,
5908 depend on lang.install-plugin.
5909
2349c14b
MLI
59102009-07-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
5911
5912 * tree-vrp.c (vrp_evaluate_conditional): Mark strings for
5913 translation.
f100a4a8 5914
a9d1723f
DD
59152009-07-14 DJ Delorie <dj@redhat.com>
5916
5917 * config/mep/mep.c (mep_vliw_jmp_match): New function.
5918 * config/mep/mep-protos.h (mep_vliw_jmp_match): Prototype it.
5919 * config/mep/mep.md (sibcall_internal): Change test from
5920 mep_vliw_mode_match to mep_vliw_jmp_match.
5921 (sibcall_value_internal): Likewise.
5922
af766f2d
UB
59232009-07-14 Uros Bizjak <ubizjak@gmail.com>
5924
5925 * config/i386/sse.md (copysign<mode>3): New expander.
5926 * config/i386/i386-protos.h (ix86_build_signbit_mask): New prototype.
5927 * config/i386/i386.c (ix86_build_signbit_mask): Make public.
5928 Use ix86_build_const_vector.
5929 (enum ix86_builtins): Add IX86_BUILTIN_CPYSGNPS and
5930 IX86_BUILTIN_CPYSGNPD.
5931 (builtin_description): Add __builtin_ia32_copysignps and
5932 __builtin_ia32_copysignpd.
5933 (ix86_builtin_vectorized_function): Handle BUILT_IN_COPYSIGN
5934 and BUILT_IN_COPYSIGNF.
5935
b35c8160
JM
59362009-07-13 Jason Merrill <jason@redhat.com>
5937
5938 * builtins.c (can_trust_pointer_alignment): New fn.
5939 (get_pointer_alignment): Factor it out from here.
5940 * tree.h: Declare it.
5941
e02e8e58
DE
59422009-07-14 David Edelsohn <edelsohn@gnu.org>
5943
5944 * config/rs6000/predicates.md (offsettable_mem_operand): Test
5945 RTX_AUTOINC class.
5946
4fdaccea
DS
59472009-07-14 Dodji Seketeli <dodji@redhat.com>
5948
5949 PR debug/40705
5950 PR c++/403057
5951 * dwarf2.out.c (gen_type_die_with_usage): Added comment.
5952
0b200b80 59532009-07-14 Richard Guenther <rguenther@suse.de>
af766f2d 5954 Andrey Belevantsev <abel@ispras.ru>
0b200b80
RG
5955
5956 PR middle-end/40745
5957 * cfgexpand.c (partition_stack_vars): Do not bother to update
5958 alias information when not optimizing.
5959
55b34b5f 59602009-07-14 Richard Guenther <rguenther@suse.de>
848e6317 5961 Andrey Belevantsev <abel@ispras.ru>
55b34b5f
RG
5962
5963 * tree-ssa-alias.h (refs_may_alias_p_1): Declare.
5964 (pt_solution_set): Likewise.
5965 * tree-ssa-alias.c (refs_may_alias_p_1): Export.
5966 * tree-ssa-structalias.c (pt_solution_set): New function.
5967 * final.c (rest_of_clean_state): Free SSA data structures.
5968 * print-rtl.c (print_decl_name): Remove.
5969 (print_mem_expr): Implement in terms of print_generic_expr.
5970 * alias.c (ao_ref_from_mem): New function.
5971 (rtx_refs_may_alias_p): Likewise.
5972 (true_dependence): Query alias-export info.
5973 (canon_true_dependence): Likewise.
5974 (write_dependence_p): Likewise.
5975 * tree-dfa.c (get_ref_base_and_extent): For void types leave
5976 size unknown.
5977 * emit-rtl.c (component_ref_for_mem_expr): Remove.
5978 (mem_expr_equal_p): Use operand_equal_p.
5979 (set_mem_attributes_minus_bitpos): Do not use
5980 component_ref_for_mem_expr.
5981 * cfgexpand.c (add_partitioned_vars_to_ptset): New function.
5982 (update_alias_info_with_stack_vars): Likewise.
5983 (partition_stack_vars): Call update_alias_info_with_stack_vars.
5984 * tree-ssa.c (delete_tree_ssa): Do not release SSA names
5985 explicitly nor clear stmt operands.
5986 Free the decl-to-pointer map.
5987 * tree-optimize.c (execute_free_datastructures): Do not free
5988 SSA data structures here.
5989 * tree-flow.h (struct gimple_df): Add decls_to_pointers member.
5990 * Makefile.in (emit-rtl.o): Add pointer-set.h dependency.
5991 (alias.o): Add tree-ssa-alias.h, pointer-set.h and $(TREE_FLOW_H)
5992 dependencies.
5993 (print-rtl.o): Add $(DIAGNOSTIC_H) dependency.
5994
a46f0964
DD
59952009-07-13 DJ Delorie <dj@redhat.com>
5996
1700c2e7
DD
5997 * config/mep/mep.h (CC1_SPEC): Tweak parameters to trigger
5998 unrolling at the right iteration count.
5999
a46f0964
DD
6000 * config/mep/mep.c (mep_expand_prologue): Fix frame pointer
6001 calculations.
6002
ee4764a8 60032009-07-13 Ghassan Shobaki <ghassan.shobaki@amd.com>
f100a4a8 6004
af766f2d
UB
6005 * haifa-sched.c (rank_for_schedule): Introduced flags to
6006 enable/disable individual scheduling heuristics.
6007 * common.opt: Introduced flags to enable/disable individual
f100a4a8 6008 heuristics in the scheduler.
af766f2d
UB
6009 * doc/invoke.texi: Introduced flags to enable/disable individual
6010 heuristics in the scheduler.
f100a4a8 6011
9122666c
KT
60122009-07-13 Kai Tietz <kai.tietz@onevision.com>
6013
6014 * config/i386/t-gthr-win32 (LIB2FUNCS_EXTRA): Remove file
6015 config/i386/mingw-tls.c.
6016 * config/i386/mingw-tls.c: Removed.
6017
2f3e235b
IR
60182009-07-13 Ira Rosen <irar@il.ibm.com>
6019
f100a4a8 6020 * tree-vect-loop.c (get_initial_def_for_reduction): Ensure that the
2f3e235b
IR
6021 checks access only relevant statements.
6022 (vectorizable_reduction): Likewise.
6023
f345f84a
KT
60242009-07-12 Kai Tietz <kai.tietz@onevision.com>
6025
6026 * config/i386/cygming.h (TARGET_OS_CPP_BUILTINS): Define _X86_
6027 just for 32-bit case.
6028
f645e9a2
JH
60292009-07-12 Jan Hubicka <jh@suse.cz>
6030
6031 PR tree-optimization/40585
6032 * except.c (expand_resx_expr): When there already is resume
6033 instruction, produce linked list.
6034 (build_post_landing_pads): Assert that resume is empty.
6035 (connect_post_landing_pads): Handle resume lists.
6036 (dump_eh_tree): Dump resume list.
6037
06066f92
IR
60382009-07-12 Ira Rosen <irar@il.ibm.com>
6039
6040 * tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction
6041 with additional argument.
7c8b1a77 6042 * tree-vectorizer.h (enum vect_def_type): Add
06066f92
IR
6043 vect_double_reduction_def.
6044 (vect_is_simple_reduction): Add argument.
7c8b1a77 6045 * tree-vect-loop.c (vect_determine_vectorization_factor): Fix
06066f92
IR
6046 indentation.
6047 (vect_analyze_scalar_cycles_1): Detect double reduction. Call
6048 vect_is_simple_reduction with additional argument.
6049 (vect_analyze_loop_operations): Handle exit phi nodes in case of
6050 double reduction.
6051 (reduction_code_for_scalar_code): Handle additional codes by
6052 returning ERROR_MARK for them. Fix comment and indentation.
6053 (vect_is_simple_reduction): Fix comment, add argument to specify
6054 double reduction. Detect double reduction.
6055 (get_initial_def_for_induction): Fix indentation.
6056 (get_initial_def_for_reduction): Fix comment and indentation.
6057 Handle double reduction. Create initial definitions that do not
6058 require adjustment if ADJUSTMENT_DEF is NULL. Handle additional cases.
6059 (vect_create_epilog_for_reduction): Fix comment, add argument to
6060 handle double reduction. Use PLUS_EXPR in case of MINUS_EXPR in
6061 epilogue result extraction. Create double reduction phi node and
6062 replace relevant uses.
6063 (vectorizable_reduction): Call vect_is_simple_reduction with
6064 additional argument. Fix indentation. Update epilogue code treatment
7c8b1a77 6065 according to the changes in reduction_code_for_scalar_code. Check
06066f92
IR
6066 for double reduction. Call vect_create_epilog_for_reduction with
6067 additional argument.
6068 * tree-vect-stmts.c (process_use): Handle double reduction, update
6069 documentation.
6070 (vect_mark_stmts_to_be_vectorized): Handle double reduction.
6071 (vect_get_vec_def_for_operand): Likewise.
6072
b20231fe
DS
60732009-07-12 Danny Smith <dansmister@gmail.com>
6074
6075 * config/i386/winnt.c (i386_pe_determine_dllexport_p): Don't
6076 dllexport if !TREE_PUBLIC.
6077 (i386_pe_maybe_record_exported_symbol): Assert TREE_PUBLIC.
6078
97c281da
AS
60792009-07-11 Anatoly Sokolov <aesok@post.ru>
6080
6081 * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Redefine.
6082 (avr_extra_arch_macro) Remove declatation.
6083 * config/avr/avr.c (avr_cpu_cpp_builtins): New function.
6084 (avr_extra_arch_macro) Declare as static.
6085 * config/avr/avr-protos.h (avr_cpu_cpp_builtins): Dclare.
6086
6b45de00
JH
60872009-07-11 Jan Hubicka <jh@suse.cz>
6088
6089 PR middle-end/48388
6090 * except.c (can_be_reached_by_runtime): Test for NULL aka bitmap.
6091
dd67163f
JJ
60922009-07-11 Jakub Jelinek <jakub@redhat.com>
6093
3e3a9a6a
JJ
6094 PR debug/40713
6095 * dwarf2out.c (dw_fde_struct): Add in_std_section and
6096 cold_in_std_section bits.
6097 (dwarf2out_begin_prologue): Initialize them.
6098 (dwarf2out_finish): Don't emit FDE range into .debug_ranges
6099 if already covered by text_section or cold_text_section range.
6100
ae58e548
JJ
6101 PR rtl-optimization/40667
6102 * defaults.h (MINIMUM_ALIGNMENT): Define if not defined.
6103 * doc/tm.texi (MINIMUM_ALIGNMENT): Document it.
6104 * config/i386/i386.h (MINIMUM_ALIGNMENT): Define.
6105 * config/i386/i386.c (ix86_minimum_alignment): New function.
6106 * config/i386/i386-protos.h (ix86_minimum_alignment): New prototype.
6107 * cfgexpand.c (expand_one_var): Use MINIMIM_ALIGNMENT.
6108 * emit-rtl.c (gen_reg_rtx): Likewise.
6109 * function.c (assign_parms): Likewise. If nominal_type needs
6110 bigger alignment than FUNCTION_ARG_BOUNDARY, use its alignment
6111 rather than passed_type's alignment.
6112
dd67163f
JJ
6113 PR target/40668
6114 * function.c (assign_parm_setup_stack): Adjust
6115 MEM_OFFSET (data->stack_parm) if promoted_mode is different
6116 from nominal_mode on big endian.
6117
e9edda23
PB
61182009-07-11 Paolo Bonzini <bonzini@gnu.org>
6119
6120 * expmed.c (emit_store_flag_1): Fix choice of zero vs. sign extension.
6121
82e45095
DD
61222009-07-10 DJ Delorie <dj@redhat.com>
6123
6124 * config/mep/mep.c (mep_can_inline_p): Correct logic, and simplify.
6125
98ac6510
MM
61262009-07-10 Mark Mitchell <mark@codesourcery.com>
6127
6128 * config/arm/thumb2.md (thumb2_cbz): Correct computation of length
6129 attribute.
6130 (thumb2_cbnz): Likewise.
6131
b96c5923
DD
61322009-07-10 David Daney <ddaney@caviumnetworks.com>
6133
6134 PR target/39079
6135 * config.gcc (supported_defaults): Add synci.
6136 (with_synci): Add validation.
6137 (all_defaults): Add synci.
6138 * config/mips/mips.md (clear_cache): Use TARGET_SYNCI instead of
6139 ISA_HAS_SYNCI.
6140 (synci): Same.
6141 * config/mips/mips.opt (msynci): New option.
6142 * config/mips/mips.c (mips_override_options): Warn on use of
6143 -msynci for targets that do now support it.
6144 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
6145 msynci.
6146 * gcc/doc/invoke.texi (-msynci): Document the new option.
6147 * doc/install.texi (--with-synci): Document the new option.
6148
182e00b1
RG
61492009-07-10 Richard Guenther <rguenther@suse.de>
6150
6151 PR tree-optimization/40496
6152 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Create
6153 the PHI result with a compatible type.
6154
156f545a
MLI
61552009-07-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
6156
6157 PR 25509
6158 PR 40614
6159 * c.opt (Wunused-result): New.
6160 * doc/invoke.texi: Document it.
6161 * c-common.c (c_warn_unused_result): Use it.
6162
06c43499
DD
61632009-07-09 DJ Delorie <dj@redhat.com>
6164
5cec9f59
DD
6165 * targhooks.c (default_target_can_inline_p): Rename from
6166 default_target_option_can_inline_p.
6167 * targhooks.h (default_target_can_inline_p): Likewise.
6168 * target-def.h (TARGET_CAN_INLINE_P): Rename from
6169 TARGET_OPTION_CAN_INLINE_P.
6170 * config/i386/i386.c (TARGET_CAN_INLINE_P): Likewise.
6171 * config/mep/mep.c (TARGET_CAN_INLINE_P): Likewise.
6172 (mep_target_can_inline_p): Rename from
6173 mep_target_option_can_inline_p.
6174
6175 PR target/40626
b9263ae5
DD
6176 * config/mep/mep.h (FUNCTION_ARG_REGNO_P): Add coprocessor
6177 registers used to pass vectors.
6178
06c43499
DD
6179 * config/mep/mep.c (mep_option_can_inline_p): Remove error call.
6180
a80b0574
TT
61812009-07-09 Tom Tromey <tromey@redhat.com>
6182
6183 * unwind-dw2-fde-darwin.c: Include dwarf2.h.
6184 * config/mmix/mmix.c: Include dwarf2.h.
6185 * config/rs6000/darwin-fallback.c: Include dwarf2.h.
6186 * config/xtensa/unwind-dw2-xtensa.c: Include dwarf2.h.
6187 * config/sh/sh.c: Include dwarf2.h.
6188 * config/i386/i386.c: Include dwarf2.h.
6189 * Makefile.in (DWARF2_H): Remove 'elf'.
6190 * except.c: Include dwarf2.h.
6191 * unwind-dw2.c: Include dwarf2.h.
6192 * dwarf2out.c: Include dwarf2.h.
6193 * unwind-dw2-fde-glibc.c: Include dwarf2.h.
6194 * unwind-dw2-fde.c: Include dwarf2.h.
6195 * dwarf2asm.c: Include dwarf2.h.
6196
356c23b3 61972009-07-09 Maxim Kuvyrkov <maxim@codesourcery.com>
7c8b1a77 6198
356c23b3 6199 * haifa-sched.c (insn_finishes_cycle_p): New static function.
7c8b1a77
UB
6200 (max_issue): Use it.
6201 * sched-int.h (struct sched_info: insn_finishes_block_p): New
6202 scheduler hook.
6203 * sched-rgn.c (rgn_insn_finishes_block_p): Implement it.
6204 (region_sched_info): Update.
6205 * sched-ebb.c (ebb_sched_info): Update.
6206 * modulo-sched.c (sms_sched_info): Update.
356c23b3
MK
6207 * sel-sched-ir.c (sched_sel_haifa_sched_info): Update.
6208
5223c588
MK
62092009-07-09 Maxim Kuvyrkov <maxim@codesourcery.com>
6210
6211 * varasm.c (build_constant_desc): Don't share RTL in pool entries.
8d4cf6d7
BS
6212
62132009-07-09 Basile Starynkevitch <basile@starynkevitch.net>
6214
f100a4a8 6215 * plugin.c (try_init_one_plugin): passes RTLD_GLOBAL to dlopen.
8d4cf6d7 6216
b9da76de
JJ
62172009-07-09 Jakub Jelinek <jakub@redhat.com>
6218
6219 PR middle-end/40692
6220 * fold-const.c (fold_cond_expr_with_comparison): Don't replace
6221 arg1 with arg01 if arg1 is already INTEGER_CST.
6222
fcaf7e12
AN
62232009-07-08 Adam Nemet <anemet@caviumnetworks.com>
6224
7c8b1a77
UB
6225 * simplify-rtx.c (simplify_binary_operation_1) <AND>:
6226 Transform (and (truncate)) into (truncate (and)).
fcaf7e12 6227
3f36bac2
AN
62282009-07-08 Adam Nemet <anemet@caviumnetworks.com>
6229
6230 * combine.c (make_extraction): Check TRULY_NOOP_TRUNCATION before
6231 creating LHS paradoxical subregs. Fix surrounding returns to
6232 use NULL_RTX rather than 0.
6233
ae30c1fa
DD
62342009-07-08 DJ Delorie <dj@redhat.com>
6235
6236 * config/mep/mep.c: (mep_option_can_inline_p): New.
6237 (TARGET_OPTION_CAN_INLINE_P): Define.
6238
3d78d293
MW
62392009-07-08 Mark Wielaard <mjw@redhat.com>
6240
6241 PR debug/40659
6242 * dwarf2out.c (add_data_member_location_attribute): When we have
6243 only a constant offset don't emit a new location description using
6244 DW_OP_plus_uconst, but just add the constant with add_AT_int, when
6245 dwarf_version > 2.
6246
ac2e563f
RH
62472009-07-08 Richard Henderson <rth@redhat.com>
6248
6249 PR target/38900
6250 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move to i386.c.
6251 (enum reg_class): Add CLOBBERED_REGS.
6252 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Likewise.
6253 * config/i386/i386.c (ix86_conditional_register_usage): Moved
6254 from CONDITIONAL_REGISTER_USAGE; build CLOBBERED_REGS for 64-bit.
6255 (ix86_function_ok_for_sibcall): Tidy. Disallow MS->SYSV sibcalls.
6256 (ix86_expand_call): Use sibcall_insn_operand when needed. Don't
6257 force 64-bit sibcalls into R11.
6258 * config/i386/constraints.md (U): New constraint.
6259 * config/i386/i386.md (sibcall_1, sibcall_value_1): Use it.
6260 (sibcall_1_rex64, sibcall_value_1_rex64): Likewise.
6261 (sibcall_1_rex64_v, sibcall_value_1_rex64_v): Remove.
6262
8ed77e22
SZ
62632009-07-08 Shujing Zhao <pearly.zhao@oracle.com>
6264
6265 * basic-block.h (dump_regset, debug_regset): Remove duplicate
6266 prototypes.
6267 * c-objc-common.h (c_initialize_diagnostics): Ditto.
6268 * ebitmap.h (dump_ebitmap): Ditto.
6269 * optabs.h (optab_libfunc): Ditto.
6270 * tree.h (tree_expr_nonzero_warnv_p): Ditto.
6271 * tree-flow.h (vect_can_force_dr_alignment_p,
3f36bac2 6272 get_vectype_for_scalar_type): Ditto.
8ed77e22 6273 (vectorize_loops): Move prototype to ...
3f36bac2 6274 * tree-vectorizer.h: ... here. Also, adjust comment.
8ed77e22
SZ
6275 (vect_set_verbosity_level): Remove duplicate prototype.
6276 * tree-ssa-loop.c: Include tree-vectorizer.h.
6277 * Makefile.in (tree-ssa-loop.o): Depend on tree-vectorizer.h.
6278
c6075b13
NC
62792009-07-08 Nick Clifton <nickc@redhat.com>
6280
6281 * config/i386/unix.h (ASM_COMMENT_START): Add a space after the
6282 forward slash.
6283
d1b5afd5
DD
62842009-07-08 DJ Delorie <dj@redhat.com>
6285
6286 * config/mep/mep-ivc2.cpu (cpmovtocsar0_C3, cpmovtocsar1_C3,
6287 cpmovtocc_C3, cpmovtocsar0_P0S_P1, cpmovtocsar1_P0S_P1,
6288 cpmovtocc_P0S_P1): Mark volatile. Note which registers are
6289 written to.
6290 * config/mep/intrinsics.md: Regenerated.
6291 * config/mep/mep.c (mep_interrupt_saved_reg): Save IVC2 control
6292 registers when asm() or calls are detected.
3f36bac2 6293
d665b6e5
MLI
62942009-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
6295
6296 PR c++/31246
6297 * gimplify.c (gimplify_expr): Propagate no_warning flag when
6298 gimplifying.
6299 * gimple (gimple_build_call_from_tree): Likewise.
6300 * tree-cfg.c (remove_useless_stmts_warn_notreached): Check
6301 no_warning flag before warning.
3f36bac2 6302
5e278028
MLI
63032009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6304
6305 * tree.c (set_expr_locus): Remove.
6306 * tree.h (EXPR_LOCUS,SET_EXPR_LOCUS,set_expr_locus): Remove.
6307 * c-typeck.c (c_finish_stmt_expr): Replace EXPR_LOCUS by
6308 EXPR_LOCATION.
6309 * gimplify.c (internal_get_tmp_var): Likewise.
6310 (gimplify_call_expr): Likewise.
6311 (gimplify_one_sizepos): Likewise.
6312
ed3346c2
EB
63132009-07-07 Eric Botcazou <ebotcazou@adacore.com>
6314
6315 PR debug/40666
6316 * dbxout.c (dbxout_symbol) <PARM_DECL>: Deal with parameters pointing
6317 to variables for debugging purposes.
6318
4db19cc7
ML
63192009-06-23 Mark Loeser <mark@halcy0n.com>
6320
6321 PR build/40010
6322 * Makefile.in (gcc.pod): Depend on gcc-vers.texi.
6323
72f90fde
MLI
63242009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6325
6326 * pretty-print.c (pp_base_format): Remove %J.
6327 * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
6328 gcc_cxxdiag_char_table): Likewise.
6329 (init_dynamic_diag_info): Likewise.
4db19cc7 6330
dcb91ebe
MLI
63312009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6332
6333 * pretty-print.c (pp_base_format): Remove %H.
6334 * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
6335 gcc_cxxdiag_char_table): Likewise.
6336 (init_dynamic_diag_info): Likewise.
6337 * config/mep/mep.c (mep_select_section): Likewise.
6338
cf400ddb
DS
63392009-07-07 Duncan Sands <baldrick@free.fr>
6340
7c8b1a77
UB
6341 * final.c (pass_clean_state): Give the pass a name.
6342 * passes.c (pass_rest_of_compilation): Likewise.
6343 * tree-optimize.c (pass_all_optimizations): Likewise.
cf400ddb 6344
d575725b
L
63452009-07-07 H.J. Lu <hongjiu.lu@intel.com>
6346
6347 * config/ia64/ia64.c (ia64_handle_model_attribute): Remove
6348 an extra 'decl' for error_at.
6349
535536b4
JJ
63502009-07-07 Jakub Jelinek <jakub@redhat.com>
6351
6352 PR middle-end/40669
6353 * tree-tailcall.c (adjust_return_value_with_ops,
6354 create_tailcall_accumulator): Set DECL_GIMPLE_REG_P on the temporary
6355 if it has complex or vector type.
6356
f062f8f2
OH
63572009-07-07 Olivier Hainque <hainque@adacore.com>
6358
d575725b
L
6359 * config/alpha/t-osf4 (SHLIB_LINK): Do not hide the dummy weak
6360 pthread symbols.
f062f8f2 6361
cac1b0ee
BS
63622009-07-07 Basile Starynkevitch <basile@starynkevitch.net>
6363
6364 * Makefile.in: added more lists of includes to PLUGIN_HEADERS.
6365
c5d75364
MLI
63662009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6367
7c8b1a77 6368 * cgraphunit.c: Replace %J by an explicit location. Update all calls.
c5d75364
MLI
6369 * c-decl.c: Likewise.
6370 * function.c: Likewise.
6371 * varasm.c: Likewise.
6372 * tree-ssa.c: Likewise.
6373 * c-common.c: Likewise.
6374 * tree-cfg.c: Likewise.
6375 * config/spu/spu.c: Likewise.
6376 * config/ia64/ia64.c: Likewise.
6377 * config/v850/v850.c: Likewise.
6378
b932c20b
DD
63792009-07-06 DJ Delorie <dj@redhat.com>
6380
6381 * config/mep/mep-core.cpu (fsft, ssarb): Mark as VOLATILE.
6382 * config/mep/mep-ivc2.cpu (many): Add VOLATILE to more insns that make
6383 unspecified accesses to control registers.
6384 * config/mep/intrinsics.md: Regenerate.
6385 * config/mep/intrinsics.h: Regenerate.
6386 * config/mep/mep-intrin.h: Regenerate.
3f36bac2 6387
fab922b1
MLI
63882009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
6389
6390 * c-lex.c: Replace %H by an explicit location. Update all calls.
6391 * c-common.c: Likewise.
6392 * c-decl.c: Likewise.
6393 * c-typeck.c: Likewise.
6394 * fold-const.c: Likewise.
6395 * gimplify.c: Likewise.
6396 * stmt.c: Likewise.
6397 * tree-cfg.c: Likewise.
6398 * tree-ssa-loop-niter.c: Likewise.
6399 * tree-vrp.c: Likewise.
6400 * value-prof.c: Likewise.
6401
66350781
DN
64022009-07-06 Diego Novillo <dnovillo@google.com>
6403
6404 * tree-dfa.c (dump_variable): Write DECL_INITIAL for VAR
6405 if it has one. Handle cases where VAR does not have an
6406 annotation or cfun is NULL.
6407
d251bfca
DN
64082009-07-06 Diego Novillo <dnovillo@google.com>
6409
6410 * tree.c: Include debug.h.
6411 (initialize_tree_contains_struct): New.
6412 (init_ttree): Call it.
6413 (tree_node_structure_for_code): Factor out of ...
6414 (tree_node_structure): ... here.
6415 * treestruct.def (TS_PHI_NODE): Remove.
6416 (TS_GIMPLE_STATEMENT): Remove.
6417
e923c8ea
DN
64182009-07-06 Diego Novillo <dnovillo@google.com>
6419
7c8b1a77 6420 * tree-pretty-print.c (dump_generic_node): Protect against NULL op0.
e923c8ea
DN
6421 (debug_tree_chain): Handle cycles.
6422
7a61cf6f
NC
64232009-07-06 Nick Clifton <nickc@redhat.com>
6424 DJ Delorie <dj@redhat.com>
6425
6426 * config.sh/lib1funcs.h (FMOVD_WORKS): Only define if
6427 __FMOVD_ENABLED__ is defined.
6428 * config/sh/sh.h
6429 (TARGET_FMOVD): Provide a default definition.
6430 (MASK_FMOVD): Likewise.
6431 (TARGET_CPU_CPP_BUILTINS): Define
6432 __FMOVD_ENABLED__ if TARGET_FMOVD is true.
6433 * config/sh/sh.md (movdf_i4): For alternative 0 use either one or
7c8b1a77 6434 two fmov instructions depending upon whether TARGET_FMOVD is enabled.
7a61cf6f
NC
6435 (split for DF load from memory into register): Also handle
6436 MEMs which consist of REG+DISP addressing.
6437 (split for DF store from register to memory): Likewise.
6438 (movsf_ie): Always use single fp_mode.
6439 * config/sh/sh.c (sh_override_options): Do not automatically
6440 enable TARGET_MOVD for the SH2A when supporting doubles - leave
6441 that to the -mfmovd command line switch.
6442 (broken_move): Do not restrict fldi test to only the SH4 and SH4A.
6443 (fldi_ok): Always allow.
6444 * config/sh/sh.opt (mfmovd): Remove this switch.
6445 * doc/invoke.texi (-mfmovd): Remove documentation of this switch.
6446
83f63251
R
64472009-07-06 J"orn Rennecke <joern.rennecke@arc.com>
6448 Kaz Kojima <kkojima@gcc.gnu.org>
6449
6450 PR rtl-optimization/30807
6451 * postreload.c (reload_combine): For every new use of REG_SUM,
6452 record the use of BASE.
6453
172d54e0
JH
64542009-07-06 Jan Hubicka <jh@suse.cz>
6455
6456 * params.def: Revert my accidental commit at 2009-06-30.
6457
34097e36
ILT
64582009-07-04 Ian Lance Taylor <iant@google.com>
6459
6460 PR target/40636
6461 * config/i386/msformat-c.c (mingw_format_attributes): Declare as
6462 EXPORTED_CONST.
6463 (mingw_format_attribute_overrides): Likewise.
6464
bd5b2c2d
JJ
64652009-07-04 Jakub Jelinek <jakub@redhat.com>
6466
6467 PR debug/40596
6468 * dwarf2out.c (based_loc_descr): For crtl->stack_realign_tried
6469 don't check cfa.reg. Instead of cfa.indirect use
6470 fde && fde->drap_reg != INVALID_REGNUM test.
6471
39ba6ab7
EB
64722009-07-04 Eric Botcazou <ebotcazou@adacore.com>
6473
6474 * postreload.c (reload_combine): Replace CONST_REG with INDEX_REG.
6475
54a0ac2d
VM
64762009-07-03 Vladimir Makarov <vmakarov@redhat.com>
6477
6478 PR target/40587
7c8b1a77 6479 * ira.c (build_insn_chain): Use DF_LR_OUT instead of df_get_live_out.
3f36bac2 6480
fae1034e
RG
64812009-07-03 Richard Guenther <rguenther@suse.de>
6482
6483 PR tree-optimization/40640
6484 * tree-switch-conversion.c (build_arrays): Perform arithmetic
6485 in original type.
6486
ba8978d0
JH
64872009-07-03 Jan Hubicka <jh@suse.cz>
6488
6489 * ipa-inline.c (cgraph_decide_inlining_incrementally): When optimizing
6490 for size, reduce amount of inlining.
6491
d73fb533
RG
64922009-07-03 Richard Guenther <rguenther@suse.de>
6493
6494 PR middle-end/34163
7c8b1a77
UB
6495 * tree-chrec.c (chrec_convert_1): Fold (T2)(t +- x) to (T2)t +- (T2)x
6496 if t +- x is known to not overflow and the conversion widens the
6497 operation.
d73fb533
RG
6498 * Makefile.in (tree-chrec.o): Add $(FLAGS_H) dependency.
6499
7351bcaa
JH
65002009-07-03 Jan Hubicka <jh@suse.cz>
6501
6502 * ipa-pure-const.c (analyze): Update loop optimizer init.
6503 * tree-ssa-loop-iv-canon.c (empty_loop_p, remove_empty_loop,
6504 try_remove_empty_loop, remove_empty_loops): Remove.
6505 * tree-ssa-loop.c (tree_ssa_empty_loop, pass_empty_loop): Remove.
6506 * tree-ssa-dce.c (find_obviously_necessary_stmts): Use finiteness info
6507 to mark regular loops as neccesary.
6508 (degenerate_phi_p): New function.
6509 (propagate_necessity, remove_dead_phis): Use it.
6510 (forward_edge_to_pdom): Likewise.
6511 (eliminate_unnecessary_stmts): Take care to remove uses of results of
6512 virtual PHI nodes that became unreachable.
6513 (perform_tree_ssa_dce): Initialize/deinitialize loop optimizer.
6514 * tree-flow.h (remove_empty_loops): Remove.
6515 * passes.c (init_optimization_passes): Remove.
6516
5071eab7
UB
65172009-07-03 Uros Bizjak <ubizjak@gmail.com>
6518
6519 * config/i386/i386.md (fix_trunc<mode>_fisttp_i387_1): Use
6520 can_create_pseudo_p.
6521 (*fix_trunc<mode>_i387_1): Ditto.
6522 (*floathi<mode>2_1): Ditto.
6523 (*float<SSEMODEI24:mode><X87MODEF:mode>2_1): Ditto.
6524 (*fistdi2_1): Ditto.
6525 (*fist<mode>2_1): Ditto.
6526 (frndintxf2_floor): Ditto.
6527 (*fist<mode>2_floor_1): Ditto.
6528 (frndintxf2_ceil): Ditto.
6529 (*fist<mode>2_ceil_1): Ditto.
6530 (frndintxf2_trunc): Ditto.
6531 (frndintxf2_mask_pm): Ditto.
6532 (fxam<mode>2_i387_with_temp): Ditto.
6533 * config/i386/sse.md (mulv16qi3): Ditto.
6534 (*sse2_mulv4si3): Ditto.
6535 (mulv2di3): Ditto.
6536 (sse4_2_pcmpestr): Ditto.
6537 (sse4_2_pcmpistr): Ditto.
6538
1fc41282
JH
65392009-07-03 Jan Hubicka <jh@suse.cz>
6540
6541 * tree-ssa-dce.c (bb_contains_live_stmts): New bitmap.
6542 (mark_stmt_necessary): Set it.
6543 (mark_operand_necessary): Set it.
6544 (mark_control_dependent_edges_necessary): Set it.
6545 (mark_virtual_phi_result_for_renaming): New function.
6546 (get_live_post_dom): New function.
6547 (forward_edge_to_pdom): New function.
6548 (remove_dead_stmt): Fix handling of control dependences.
6549 (tree_dce_init): Init new bitmap.
6550 (tree_dce_done): Free it.
6551
02583d3c
RG
65522009-07-02 Richard Guenther <rguenther@suse.de>
6553
6554 PR bootstrap/40617
6555 * tree-ssa-structalias.c (new_var_info): Initialize
6556 is_restrict_var.
6557
3c1832c3
JH
65582009-07-02 Jan Hubicka <jh@suse.cz>
6559
6560 * ipa-pure-const.c (check_op): Use PTA info to see if indirect_ref is
6561 local.
6562
92355a9c
PB
65632009-07-02 Paolo Bonzini <bonzini@gnu.org>
6564
6565 * expmed.c (emit_cstore, emit_store_flag_1): Accept target_mode
6566 instead of recomputing it. Adjust calls.
6567 (emit_store_flag): Adjust recursive calls.
6568
91deb937
RG
65692009-07-02 Richard Guenther <rguenther@suse.de>
6570
6571 * tree-ssa-live.c (remove_unused_locals): Do not remove
6572 heap variables.
6573 * tree-ssa-structalias.c (handle_lhs_call): Delay setting
6574 of DECL_EXTERNAL for HEAP variables.
6575 (compute_points_to_sets): Set DECL_EXTERNAL for escaped
6576 HEAP variables. Do not adjust RESTRICT vars.
6577 (find_what_var_points_to): Nobody cares if something
6578 points to READONLY.
6579
2011dbb0
BE
65802009-07-02 Ben Elliston <bje@au.ibm.com>
6581
6582 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Move
6583 pc_low and pc_high declarations to the top of the function.
6584
f2082f90
DD
65852009-07-01 DJ Delorie <dj@redhat.com>
6586
6587 * config/mep/mep.c (mep_handle_option): Leave IVC2 control
6588 registers as fixed.
5071eab7 6589 (mep_interrupt_saved_reg): Save appropriate IVC2 control registers.
f2082f90
DD
6590 * config/mep/mep-ivc2.cpu: Add VOLATILE to insns that make
6591 unspecified accesses to control registers.
6592 * config/mep/intrinsics.md: Regenerate.
6593 * config/mep/intrinsics.h: Regenerate.
6594 * config/mep/mep-intrin.h: Regenerate.
3f36bac2 6595
9df748c0
AG
65962009-07-01 Anthony Green <green@moxielogic.com>
6597
6598 * config/moxie/moxie.c (moxie_expand_prologue): Use dec
6599 instruction when possible.
6600 (moxie_expand_prologue): Ditto. Also, save an instruction and
3f36bac2 6601 some complexity by popping off of $r12 instead of $sp.
9df748c0
AG
6602 * config/moxie/moxie.md (movsi_pop): Don't assume $sp. Take two
6603 operands.
3f36bac2 6604
997704f1
RH
66052009-07-01 Richard Henderson <rth@redhat.com>
6606
6607 PR bootstrap/40347
6608 * function.c (reposition_prologue_and_epilogue_notes): If epilogue
6609 contained no insns, reposition note before last insn.
6610
9f2af3ce
RH
66112009-07-01 Richard Henderson <rth@redhat.com>
6612
6613 PR debug/40431
6614 * dwarf2out.c (def_cfa_1): Revert 2009-06-11 change for
6615 DW_CFA_def_cfa_offset and DW_CFA_def_cfa.
6616
d66a97e2
MM
66172009-07-01 Michael Meissner <meissner@linux.vnet.ibm.com>
6618
6619 PR bootstrap/40558
6620 * config/rs6000/rs6000.c (print_operand): Undo change that breaks
6621 darwin9 for printing reg addresses with %y.
6622
479b1013
AN
66232009-07-01 Adam Nemet <anemet@caviumnetworks.com>
6624
6625 * combine.c (force_to_mode): Handle TRUNCATE. Factor out
6626 truncation from operands in binary operations.
6627
c600a155
AN
66282009-07-01 Adam Nemet <anemet@caviumnetworks.com>
6629
6630 Revert:
6631 2009-01-11 Adam Nemet <anemet@caviumnetworks.com>
6632 * expmed.c (store_bit_field_1): Properly truncate the paradoxical
6633 subreg of op0 to the original op0.
6634
6635 * expmed.c (store_bit_field_1): Use a temporary as the destination
6636 instead of a paradoxical subreg when we need to truncate the result.
6637
a12e9a5f
DD
66382009-07-01 DJ Delorie <dj@redhat.com>
6639
5071eab7
UB
6640 * config/mep/mep-ivc2.cpu (cmov, cmovc, cmovh): Add intrinsic
6641 names to VLIW variants.
a12e9a5f
DD
6642 (ivc2rm, ivc2crn): Make data type consistent with non-VLIW variants.
6643 * config/mep/intrinsics.md: Regenerate.
6644 * config/mep/intrinsics.h: Regenerate.
6645 * config/mep/mep-intrin.h: Regenerate.
6646
2a5bd62a
JJ
66472009-07-01 Jakub Jelinek <jakub@redhat.com>
6648
6649 PR debug/40462
6650 * jump.c (returnjump_p): Revert last patch.
6651 * dwarf2out.c (dwarf2out_begin_epilogue): Handle SEQUENCEs.
6652
3232e9d8
JDA
66532009-07-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6654
4aa7f896
JDA
6655 PR target/40575
6656 * pa.md (casesi32p): Use jump table label to determine the offset
6657 of the jump table.
6658 (casesi64p): Likewise.
6659
5071eab7
UB
6660 * pa.c (forward_branch_p): Return bool type. Use instruction
6661 addresses when available. Assert that INSN has a jump label.
3232e9d8
JDA
6662 (pa_adjust_insn_length): Don't call forward_branch_p if INSN doesn't
6663 have a jump label.
6664
14c41b9b
RG
66652009-07-01 Richard Guenther <rguenther@suse.de>
6666
6667 PR tree-optimization/19831
6668 * tree-ssa-dce.c (propagate_necessity): Calls to functions
5071eab7 6669 that only act as barriers do not make any previous stores necessary.
14c41b9b
RG
6670 * tree-ssa-structalias.c (handle_lhs_call): Delay making
6671 HEAP variables global, do not add a constraint from nonlocal.
6672 (find_func_aliases): Handle escapes through return statements.
6673 (compute_points_to_sets): Make escaped HEAP variables global.
6674
1ed20a40
PB
66752009-07-01 Paolo Bonzini <bonzini@gnu.org>
6676
6677 PR bootstrap/40597
6678 * expmed.c (emit_store_flag): Perform a conversion if necessary,
6679 after reducing a DImode cstore to SImode.
6680
ce3aea35
PB
66812009-07-01 Paolo Bonzini <bonzini@gnu.org>
6682
6683 * expr.c (expand_expr_real_1): Reinstate fallthrough to
6684 TRUTH_ANDIF_EXPR if do_store_flag returns NULL.
6685
1df34d4d
MR
66862009-07-01 Maciej W. Rozycki <macro@linux-mips.org>
6687
6688 * config/vax/vax.h (TARGET_BSD_DIVMOD): New macro. Set to 1.
6689 * config/vax/linux.h (TARGET_BSD_DIVMOD): New macro. Redefine the
6690 to 0.
6691 * config/vax/vax.c (vax_init_libfuncs): Only redefine udiv_optab
6692 and umod_optab if TARGET_BSD_DIVMOD.
6693 * config/vax/lib1funcs.asm: New file.
6694 * config/vax/t-linux: New file.
6695 * config.gcc (vax-*-linux*): Set tmake_file to vax/t-linux.
6696
085e05ac
JJ
66972009-06-30 Jakub Jelinek <jakub@redhat.com>
6698
5ccde5a0
JJ
6699 PR c++/40566
6700 * convert.c (convert_to_integer) <case COND_EXPR>: Don't convert
6701 to type arguments that have void type.
6702
085e05ac
JJ
6703 PR debug/40573
6704 * dwarf2out.c (gen_formal_parameter_die): Call
6705 equate_decl_number_to_die if node is different from origin.
6706
9fb374d6
AG
67072009-06-30 Anthony Green <green@moxielogic.com>
6708
6709 Clean up moxie port for --enable-build-with-cxx.
6710 * config/moxie/moxie.c (moxie_function_value): First two
6711 parameters are const_tree, not tree.
6712 * config/moxie/moxie.h (enum reg_class): Rename CC_REG to CC_REGS.
6713 (REG_CLASS_NAMES): Ditto.
6714 (REGNO_REG_CLASS): Ditto.
6715 * config/moxie/moxie-protos.h (moxie_override_options): Declare.
6716 (moxie_function_value): Fix constyness of arguments.
6717
f82a627c
EB
67182009-06-30 Eric Botcazou <ebotcazou@adacore.com>
6719
6720 * cgraphunit.c (cgraph_finalize_compilation_unit): Call
6721 finalize_size_functions before further processing.
6722 * stor-layout.c: Include cgraph.h, tree-inline.h and tree-dump.h.
6723 (variable_size): Call self_referential_size on size expressions
6724 that contain a PLACEHOLDER_EXPR.
6725 (size_functions): New static variable.
6726 (copy_self_referential_tree_r): New static function.
6727 (self_referential_size): Likewise.
6728 (finalize_size_functions): New global function.
6729 * tree.c: Include tree-inline.h.
6730 (push_without_duplicates): New static function.
6731 (find_placeholder_in_expr): New global function.
6732 (substitute_in_expr) <tcc_declaration>: Return the replacement object
6733 on equality.
6734 <tcc_expression>: Likewise.
6735 <tcc_vl_exp>: If the replacement object is a constant, try to inline
6736 the call in the expression.
6737 * tree.h (finalize_size_functions): Declare.
6738 (find_placeholder_in_expr): Likewise.
6739 (FIND_PLACEHOLDER_IN_EXPR): New macro.
6740 (substitute_placeholder_in_expr): Update comment.
6741 * tree-inline.c (remap_decl): Do not unshare trees if do_not_unshare
6742 is true.
6743 (copy_tree_body_r): Likewise.
6744 (copy_tree_body): New static function.
6745 (maybe_inline_call_in_expr): New global function.
6746 * tree-inline.h (struct copy_body_data): Add do_not_unshare field.
6747 (maybe_inline_call_in_expr): Declare.
6748 * Makefile.in (tree.o): Depend on TREE_INLINE_H.
6749 (stor-layout.o): Depend on CGRAPH_H, TREE_INLINE_H, TREE_DUMP_H and
6750 GIMPLE_H.
6751
67635176
RG
67522009-06-30 Richard Guenther <rguenther@suse.de>
6753
6754 * tree-ssa-dce.c (mark_all_reaching_defs_necessary_1): Always
6755 continue walking.
6756 (propagate_necessity): Do not mark reaching defs of stores
6757 as necessary.
6758
2de58650
JH
67592009-06-30 Jan Hubicka <jh@suse.cz>
6760
6761 * cfgloopanal.c (check_irred): Move into ...
6762 (mark_irreducible_loops): ... here; return true if ireducible
6763 loops was found.
6764 * ipa-pure-const.c: Include cfgloop.h and tree-scalar-evolution.h
6765 (analyze_function): Try to prove loop finiteness.
6766 * cfgloop.h (mark_irreducible_loops): Update prototype.
6767 * Makefile.in (ipa-pure-const.o): Add dependency on SCEV and CFGLOOP.
6768
46db44cc
BS
67692009-06-30 Basile Starynkevitch <basile@starynkevitch.net>
6770
6771 * Makefile.in (PLUGIN_HEADERS): added ggc, tree-dump, pretty-print.
6772
1825a1f3
IR
67732009-06-30 Ira Rosen <irar@il.ibm.com>
6774
6775 PR tree-optimization/40542
f100a4a8 6776 * tree-vect-stmts.c (vect_analyze_stmt): Don't vectorize volatile
1825a1f3
IR
6777 types.
6778
71d4d3eb
MJ
67792009-06-30 Martin Jambor <mjambor@suse.cz>
6780
6781 PR tree-optimization/40582
6782 * tree-sra.c (build_ref_for_offset_1): Use types_compatible_p rather
6783 than useless_type_conversion_p.
6784 (generate_subtree_copies): Increment sra_stats.subtree_copies at a
6785 proper place.
6786
f57017cd
MJ
67872009-06-30 Martin Jambor <mjambor@suse.cz>
6788
6789 PR middle-end/40554
6790 * tree-sra.c (sra_modify_expr): Add access->offset to start_offset.
6791
42bc61e0
RG
67922009-06-30 Richard Guenther <rguenther@suse.de>
6793
6794 * tree-ssa-alias.c (walk_aliased_vdefs_1): Change interface to
6795 use ao_ref references.
6796 (walk_aliased_vdefs): Likewise.
6797 * tree-ssa-alias.h (walk_aliased_vdefs): Adjust prototype.
6798 * tree-ssa-dce.c (struct ref_data): Remove.
6799 (mark_aliased_reaching_defs_necessary_1): Use the ao_ref argument.
6800 (mark_aliased_reaching_defs_necessary): Adjust.
6801 (mark_all_reaching_defs_necessary_1): Likewise.
6802
ef12ae45
PB
68032009-06-30 Paolo Bonzini <bonzini@gnu.org>
6804
6805 PR boostrap/40597
6806 * expmed.c (emit_cstore): New name of emit_store_flag_1.
6807 (emit_store_flag_1): Extract from emit_store_flag, adjust
6808 calls to (what now is) emit_cstore.
6809 (emit_store_flag): Call emit_store_flag_1 and also use it
6810 for what used to be recursive calls.
6811
791b59e3
WG
68122009-06-30 Wei Guozhi <carrot@google.com>
6813
6814 PR/40416
6815 * tree-ssa-sink.c (statement_sink_location): Stop sinking expression
6816 if the target bb post dominates from bb.
6817 * config/i386/i386.c (memory_address_length): Check existence of base
6818 register before using it.
6819
7a61cf6f
NC
68202009-06-30 Nick Clifton <nickc@redhat.com>
6821 DJ Delorie <dj@redhat.com>
6822
6823 * config.sh/lib1funcs.h (FMOVD_WORKS): Only define if
6824 __FMOVD_ENABLED__ is defined.
6825 * config/sh/sh.h
6826 (TARGET_FMOVD): Provide a default definition.
6827 (MASK_FMOVD): Likewise.
6828 (TARGET_CPU_CPP_BUILTINS): Define
6829 __FMOVD_ENABLED__ if TARGET_FMOVD is true.
6830 * config/sh/sh.md (movdf_i4): For alternative 0 use either one or
6831 two fmov instructions depending upon whether TARGET_FMOVD is
6832 enabled.
6833 (split for DF load from memory into register): Also handle
6834 MEMs which consist of REG+DISP addressing.
6835 (split for DF store from register to memory): Likewise.
6836 * config/sh/sh.opt (mfmovd): Remove this switch.
6837 * doc/invoke.texi (-mfmovd): Remove documentation of this switch.
6838 * config/sh/sh.c (sh_override_options): Do not automatically
6839 enable TARGET_MOVD for the SH2A when supporting doubles - leave
6840 that to the -mfmovd command line switch.
6841
6842 * config/sh/sh.c (broken_move): Do not restrict fldi test to only
6843 the SH4 and SH4A.
6844 (fldi_ok): Always allow.
6845 * config/sh/sh.md (movsf_ie): Always use single fp_mode.
6846
5a99fe3e
DD
68472009-06-29 DJ Delorie <dj@redhat.com>
6848
6849 * doc/install.texi (mep-x-elf): Correct chip's full name.
6850
ddaa3488
L
68512009-06-29 H.J. Lu <hongjiu.lu@intel.com>
6852
6853 * doc/extend.texi: Fix typo.
6854
bbf531f0
TT
68552009-06-29 Tom Tromey <tromey@redhat.com>
6856
6857 * dwarf2.h: Remove.
6858 * Makefile.in (DWARF2_H): New variable.
6859 (except.o): Use it.
6860 (dwarf2out.o): Likewise.
6861 (dwarf2asm.o): Likewise.
6862 * config/i386/t-i386: Use DWARF2_H.
6863 * except.c: Include elf/dwarf2.h.
6864 * unwind-dw2.c: Include elf/dwarf2.h.
6865 * dwarf2out.c: Include elf/dwarf2.h.
6866 (dw_loc_descr_struct) <dw_loc_opc>: Now a bitfield.
6867 <dtprel>: New field.
6868 (dwarf_stack_op_name): Don't handle INTERNAL_DW_OP_tls_addr.
6869 (size_of_loc_descr): Likewise.
6870 (output_loc_operands_raw): Likewise.
6871 (output_loc_operands): Handle new dtprel field.
6872 (loc_checksum): Update.
6873 (loc_descriptor_from_tree_1) <VAR_DDECL>: Set dtprel field.
6874 * unwind-dw2-fde-glibc.c: Include elf/dwarf2.h.
6875 * unwind-dw2-fde.c: Include elf/dwarf2.h.
6876 * dwarf2asm.c: Include elf/dwarf2.h.
6877 * unwind-dw2-fde-darwin.c: Include elf/dwarf2.h.
6878 * config/mmix/mmix.c: Include elf/dwarf2.h.
6879 * config/rs6000/darwin-fallback.c: Include elf/dwarf2.h.
6880 * config/xtensa/unwind-dw2-xtensa.c: Include elf/dwarf2.h.
6881 * config/sh/sh.c: Include elf/dwarf2.h.
6882 * config/i386/i386.c: Include elf/dwarf2.h.
6883
e2491744
DD
68842009-06-29 DJ Delorie <dj@redhat.com>
6885
bae38135
DD
6886 * config/mep/mep.h (CPP_SPEC): Remove __cop macro.
6887
e2491744
DD
6888 * doc/extend.texi: Add MeP attributes and pragmas.
6889 * doc/invoke.text: Add MeP Options.
6890 * doc/contrib.texi: Add MeP contribution.
6891 * doc/md.texi: Add MeP constraints.
6892 * doc/install.texi: Add MeP target.
6893
b52b1749
AS
68942009-06-30 Anatoly Sokolov <aesok@post.ru>
6895
6896 * target.h (struct gcc_target): Add frame_pointer_required field.
6897 * target-def.h (TARGET_FRAME_POINTER_REQUIRED): New.
6898 (TARGET_INITIALIZER): Use TARGET_FRAME_POINTER_REQUIRED.
6899 * ira.c (setup_eliminable_regset): Use frame_pointer_required target
6900 hook.
6901 * reload1.c (update_eliminables): (Ditto.).
6902 * gcc/system.h (FRAME_POINTER_REQUIRED): Poison.
6903 * doc/tm.texi (FRAME_POINTER_REQUIRED): Revise documentation.
6904 (INITIAL_FRAME_POINTER_OFFSET): (Ditto.).
6905
6906 * config/arc/arc.h (FRAME_POINTER_REQUIRED): Remove macro.
6907
6908 * config/arm/arm.h (FRAME_POINTER_REQUIRED): Remove macro.
6909 * config/arm/arm.c (TARGET_FRAME_POINTER_REQUIRED): Define.
6910 (arm_frame_pointer_required): New function.
6911
6912 * config/avr/avr.h (FRAME_POINTER_REQUIRED): Remove macro.
6913 * config/avr/avr.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6914 (avr_frame_pointer_required_p): Declare as static.
6915 * config/avr/avr-protos.h (avr_frame_pointer_required_p): Remove.
6916
6917 * config/bfin/bfin.h (FRAME_POINTER_REQUIRED): Remove macro.
6918 * config/bfin/bfin.c (TARGET_FRAME_POINTER_REQUIRED): Define.
6919 (bfin_frame_pointer_required): Make as static, change return type
6920 to bool.
6921 * config/bfin/bfin-protos.h (bfin_frame_pointer_required): Remove.
6922
6923 * config/cris/cris.h (FRAME_POINTER_REQUIRED): Remove macro.
6924 * config/cris/cris.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6925 (cris_frame_pointer_required): New function.
f100a4a8 6926
b52b1749
AS
6927 * config/crx/crx.h (FRAME_POINTER_REQUIRED): Remove macro.
6928
6929 * config/fr30/fr30.h (FRAME_POINTER_REQUIRED): Remove macro.
6930 * config/fr30/fr30.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6931 (fr30_frame_pointer_required): New function.
f100a4a8 6932
b52b1749
AS
6933 * config/frv/frv.h (FRAME_POINTER_REQUIRED): Remove macro.
6934 * config/frv/frv.c (TARGET_FRAME_POINTER_REQUIRED): Define.
6935 (frv_frame_pointer_required): Make as static, change return type
6936 to bool.
6937 * config/bfin/bfin-protos.h (frv_frame_pointer_required): Remove.
6938
6939 * config/i386/i386.h (FRAME_POINTER_REQUIRED): Remove macro.
6940 * config/i386/i386.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6941 (ix86_frame_pointer_required): Make as static, change return type to
6942 bool.
6943 * config/i386/i386-protos.h (ix86_frame_pointer_required): Remove.
6944
6945 * config/m32c/m32c.h (FRAME_POINTER_REQUIRED): Remove macro.
6946 * config/m32c/m32c.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6947
6948 * config/m32r/m32r.h (FRAME_POINTER_REQUIRED): Remove macro.
6949
6950 * config/mcore/mcore.h (CAN_ELIMINATE): Remove macro.
f100a4a8 6951
b52b1749
AS
6952 * config/mep/mep.h (FRAME_POINTER_REQUIRED): Remove macro.
6953
6954 * config/mips/mips.h (FRAME_POINTER_REQUIRED): Remove macro.
6955 * config/mips/mips.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6956 (mips_frame_pointer_required): Make as static.
6957 * config/mips/mips-protos.h (mips_frame_pointer_required): Remove.
f100a4a8 6958
b52b1749
AS
6959 * config/mmix/mmix.h (FRAME_POINTER_REQUIRED): Remove macro.
6960 * config/mmix/mmix.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6961 (mmix_frame_pointer_required): Mew function.
6962
6963 * config/moxie/moxie.h (FRAME_POINTER_REQUIRED): Remove macro.
6964 * config/moxie/moxie.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6965
6966 * config/pa/pa.h (FRAME_POINTER_REQUIRED): Remove macro.
6967
6968 * config/score/score.h (FRAME_POINTER_REQUIRED): Remove macro.
6969
6970 * config/sh/sh.h (CAN_ELIMINATE): Remove macro.
6971
6972 * config/sparc/sparc.h (FRAME_POINTER_REQUIRED): Remove macro.
6973 (CAN_ELIMINATE): Redefine.
6974 * config/sparc/sparc.c (TARGET_FRAME_POINTER_REQUIRED): Define macro.
6975 (sparc_frame_pointer_required): New function.
6976 (sparc_can_eliminate): New function.
6977 * config/sparc/sparc-protos.h (sparc_can_eliminate): Declare.
6978
6979 * config/vax/vax.h (FRAME_POINTER_REQUIRED): Remove macro.
6980 * config/vax/vax.c (TARGET_FRAME_POINTER_REQUIRED): Define.
6981
6982 * config/xtensa/xtensa.h (FRAME_POINTER_REQUIRED): Remove macro.
6983 * config/xtensa/xtensa.c (TARGET_FRAME_POINTER_REQUIRED): Define.
6984 (xtensa_frame_pointer_required): Make as static, change return type
6985 to bool.
6986 * config/xtensa/xtensa-protos.h (xtensa_frame_pointer_required):
6987 Remove.
6988
5071eab7 69892009-06-29 Olatunji Ruwase <tjruwase@google.com>
78bf7bd0
OR
6990
6991 * doc/plugins.texi: Document PLUGIN_START_UNIT.
6992 * toplev.c (compile_file): Call PLUGIN_START_UNIT.
6993 * gcc-plugin.h (PLUGIN_START_UNIT): Added new event.
6994 * plugin.c (plugin_event_name): Added PLUGIN_START_UNIT.
6995 (register_callback): Handle PLUGIN_START_UNIT.
6996 (invoke_plugin_callbacks): Handle PLUGIN_START_UNIT.
6997
96da8066
EB
69982009-06-29 Eric Botcazou <ebotcazou@adacore.com>
6999
7000 * tree.c (process_call_operands): Propagate TREE_READONLY from the
7001 operands.
7002 (PROCESS_ARG): Do not clear TREE_READONLY if CONSTANT_CLASS_P.
7003 (build3_stat): Propagate TREE_READONLY for COND_EXPR.
7004
356ecb15
DJ
70052009-06-29 Daniel Jacobowitz <dan@codesourcery.com>
7006
7007 * config/arm/arm.h (REGISTER_MOVE_COST): Increase VFP register
7008 move cost.
7009
897eef7b
UB
70102009-06-29 Uros Bizjak <ubizjak@gmail.com>
7011
7012 * doc/extend.texi (Additional Floating Types): __float128 is also
7013 supported on i386 targets.
7014
74d27244
RG
70152009-06-29 Richard Guenther <rguenther@suse.de>
7016
7017 PR middle-end/14187
7018 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
7019 flag.
7020 (pt_solutions_same_restrict_base): Declare.
7021 * tree-ssa-structalias.c (struct variable_info): Add is_restrict_var
7022 flag.
7023 (new_var_info): Initialize is_global_var properly for SSA_NAMEs.
7024 (make_constraint_from, make_copy_constraint): Move earlier.
7025 (make_constraint_from_heapvar): New function.
7026 (make_constraint_from_restrict): Likewise.
7027 (handle_lhs_call): Use it.
7028 (find_func_aliases): Use it to track conversions to restrict
7029 qualified pointers.
7030 (struct fieldoff): Add only_restrict_pointers flag.
7031 (push_fields_onto_fieldstack): Initialize it.
7032 (create_variable_info_for): Track global restrict qualified pointers.
7033 (intra_create_variable_infos): Use make_constraint_from_heapvar.
7034 Track restrict qualified pointer arguments.
7035 (set_uids_in_ptset): Use varinfo is_global_var flag.
7036 (find_what_var_points_to): Set the vars_contains_restrict flag.
7037 Always create the points-to solution for sets including restrict tags.
7038 (pt_solutions_same_restrict_base): New function.
7039 * tree-ssa-alias.c (ptr_derefs_may_alias_p): For two restrict
7040 qualified pointers use pt_solutions_same_restrict_base as
7041 additional source for disambiguation.
7042
5b21f0f3
RG
70432009-06-29 Richard Guenther <rguenther@suse.de>
7044
7045 PR middle-end/38212
7046 * alias.c (find_base_decl): Remove.
7047 (get_deref_alias_set_1): Remove restrict handling.
7048 * c-common.c (c_apply_type_quals_to_decl): Do not set
7049 DECL_POINTER_ALIAS_SET.
7050 * gimplify.c (find_single_pointer_decl_1): Remove.
7051 (find_single_pointer_decl): Likewise.
7052 (internal_get_tmp_var): Remove restrict handling.
7053 (gimple_regimplify_operands): Likewise.
7054 * omp-low.c (expand_omp_atomic_pipeline): Do not set
7055 DECL_POINTER_ALIAS_SET. Use ref-all pointers.
7056 * print-tree.c (print_node): Do not print DECL_POINTER_ALIAS_SET.
7057 * tree.c (restrict_base_for_decl): Remove.
7058 (init_ttree): Do not allocate it.
7059 (make_node_stat): Do not set DECL_POINTER_ALIAS_SET. Set
7060 LABEL_DECL_UID for label decls.
7061 (copy_node_stat): Do not copy restrict information.
7062 (decl_restrict_base_lookup): Remove.
7063 (decl_restrict_base_insert): Likewise.
7064 (print_restrict_base_statistics): Likewise.
7065 (dump_tree_statistics): Do not call print_restrict_base_statistics.
7066 * tree.h (DECL_POINTER_ALIAS_SET): Remove.
7067 (DECL_POINTER_ALIAS_SET_KNOWN_P): Likewise.
7068 (struct tree_decl_common): Rename pointer_alias_set to label_decl_uid.
7069 (LABEL_DECL_UID): Adjust.
7070 (DECL_BASED_ON_RESTRICT_P): Remove.
7071 (DECL_GET_RESTRICT_BASE): Likewise.
7072 (SET_DECL_RESTRICT_BASE): Likewise.
7073 (struct tree_decl_with_vis): Remove based_on_restrict_p flag.
7074
7075 * config/i386/i386.c (ix86_gimplify_va_arg): Use ref-all pointers
7076 instead of DECL_POINTER_ALIAS_SET.
7077 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Likewise.
7078 * config/s390/s390.c (s390_gimplify_va_arg): Likewise.
7079 * config/spu/spu.c (spu_gimplify_va_arg_expr): Likewise.
7080
09a782eb
RG
70812009-06-29 Richard Guenther <rguenther@suse.de>
7082
7083 PR tree-optimization/40579
7084 * tree-vrp.c (vrp_evaluate_conditional): Bail out early if
7085 the IL to simplify has constants that overflowed.
7086
1e9ae5ab
UB
70872009-06-28 Uros Bizjak <ubizjak@gmail.com>
7088
7089 PR tree-optimization/40550
7090 * tree-vect-generic.c (expand_vector_operations_1): Compute in
7091 vector_compute_type only when the size of vector_compute_type is
7092 less than the size of type.
7093
c703e618
EB
70942009-06-28 Eric Botcazou <ebotcazou@adacore.com>
7095
7096 * fold-const.c (contains_label_1): Fix comments.
7097 (contains_label_p): Do not walk trees multiple time.
7098
0948ccb2
PB
70992009-06-28 Paolo Bonzini <bonzini@gnu.org>
7100
897eef7b
UB
7101 * config/i386/i386.h (enum ix86_fpcmp_strategy): New.
7102 * config/i386/i386.md (cbranchxf4, cstorexf4, cbranch<MODEF>4,
7103 cstore<MODEF>4, mov<X87MODEF>cc): Change predicate to
7104 ix86_fp_comparison_operator.
7105 (*fp_jcc_1_mixed, *fp_jcc_1_sse, *fp_jcc_1_387, *fp_jcc_2_mixed,
7106 *fp_jcc_2_sse, *fp_jcc_2_387): Delete
7107 (*fp_jcc_3_387, *fp_jcc_4_387, *fp_jcc_5_387, *fp_jcc_6_387,
7108 *fp_jcc_7_387, *fp_jcc_8<MODEF>_387): Eliminate call to
7109 !ix86_use_fcomi_compare, change ix86_fp_jump_nontrivial_p call
7110 to !TARGET_CMOVE, change predicate to ix86_fp_comparison_operator.
7111 (related splits): Change predicate to ix86_fp_comparison_operator.
7112 * config/i386/predicates.md: Use ix86_trivial_fp_comparison_operator
7113 instead of ix86_fp_comparison_codes.
7114 (ix86_trivial_fp_comparison_operator,
7115 ix86_fp_comparison_operator): New.
7116 * config/i386/i386-protos.h (ix86_fp_comparison_strategy): New.
7117 (ix86_expand_compare): Eliminate last two parameters.
7118 (ix86_fp_jump_nontrivial_p): Kill.
7119 * config/i386/i386.c (put_condition_code): Eliminate call to
7120 ix86_fp_comparison_codes and subsequent assertion.
7121 (ix86_fp_comparison_codes): Eliminate.
7122 (ix86_fp_swap_condition): New.
7123 (ix86_fp_comparison_arithmetics_cost, ix86_fp_comparison_fcomi_cost,
7124 ix86_fp_comparison_sahf_cost, ix86_use_fcomi_compare): Consolidate
7125 into ix86_fp_comparison_cost and ix86_fp_comparison_strategy.
7126 (ix86_prepare_fp_compare_args): Use ix86_fp_comparison_strategy
7127 and ix86_fp_swap_condition.
7128 (ix86_expand_fp_compare): Eliminate code for second jump/bypass jump.
7129 Use ix86_fp_comparison_strategy.
7130 (ix86_expand_compare): Likewise. Eliminate last two arguments.
7131 (ix86_fp_jump_nontrivial_p): Eliminate.
7132 (ix86_expand_branch): Treat SFmode/DFmode/XFmode as simple. Adjust
7133 call to ix86_expand_compare.
7134 (ix86_split_fp_branch, ix86_expand_setcc,
7135 ix86_expand_carry_flag_compare, ix86_expand_int_movcc,
7136 ix86_expand_fp_movcc): Eliminate code for second jump/bypass jump.
0948ccb2 7137
accbd151
PB
71382009-06-28 Paolo Bonzini <bonzini@gnu.org>
7139
897eef7b
UB
7140 * config/arm/arm.c (arm_final_prescan_ins): Eliminate code
7141 related to jump_clobbers.
7142 * config/arm/arm.md (conds): Remove jump_clob case.
7143 (addsi3_cbranch, addsi3_cbranch_scratch, subsi3_cbranch, two
7144 splits): Change comparison_operator to arm_comparison_operator.
7145 (*arm_buneq, *arm_bltgt, *arm_buneq_reversed, *arm_bltgt_reversed):
7146 Eliminate.
accbd151 7147
45475a3f
PB
71482009-06-28 Paolo Bonzini <bonzini@gnu.org>
7149
897eef7b
UB
7150 * dojump.c (do_compare_rtx_and_jump): Try swapping the
7151 condition for floating point modes.
7152 * expmed.c (emit_store_flag_1): Move here a bigger part
7153 of emit_store_flag.
7154 (emit_store_flag): Try swapping the condition for floating point
7155 modes.
7156 * optabs.c (emit_cmp_and_jump_insns): Cope with constant op0 better.
45475a3f 7157
495499da
PB
71582009-06-28 Paolo Bonzini <bonzini@gnu.org>
7159
897eef7b
UB
7160 * expr.c (expand_expr_real_1): Just use do_store_flag.
7161 (do_store_flag): Drop support for TRUTH_NOT_EXPR. Use
7162 emit_store_flag_force.
7163 * expmed.c (emit_store_flag_force): Copy here trick
7164 previously in expand_expr_real_1. Try reversing the comparison.
7165 (emit_store_flag_1): Work if target is NULL.
7166 (emit_store_flag): Work if target is NULL, using the result mode
7167 from the comparison. Use split_comparison, restructure final part
7168 to simplify conditionals.
495499da 7169
337e5d98
PB
71702009-06-28 Paolo Bonzini <bonzini@gnu.org>
7171
897eef7b
UB
7172 * builtins.c (expand_errno_check): Use do_compare_rtx_and_jump.
7173 * dojump.c (do_jump): Change handling of floating-point
7174 ops to use just do_compare_and_jump.
7175 (split_comparison): New.
7176 (do_compare_rtx_and_jump): Add here logic coming previously
7177 in do_jump, using split_comparison.
337e5d98 7178
2ca57608
L
71792009-06-27 H.J. Lu <hongjiu.lu@intel.com>
7180
7181 PR target/40489
7182 * config/ia64/ia64.c (ia64_reorg): Check NULL insn.
7183
8122ccf1
PB
71842009-06-27 Paolo Bonzini <bonzini@gnu.org>
7185
7186 * tree-ssa-alias.c: Fix unintentional commit.
7187
b9cafe60
PB
71882009-06-27 Paolo Bonzini <bonzini@gnu.org>
7189
7190 * passes.c (execute_one_pass): Fix unintentional commit.
7191
4c78c26b
PB
71922009-06-27 Paolo Bonzini <bonzini@gnu.org>
7193
2ca57608
L
7194 * df-problems.c (df_set_seen, df_unset_seen): Delete.
7195 (df_rd_local_compute, df_md_local_compute): Inline them.
4c78c26b 7196
2ca57608
L
7197 (df_md_scratch): New.
7198 (df_md_alloc, df_md_free): Allocate/free it.
7199 (df_md_local_compute): Only include live registers in init.
7200 (df_md_transfer_function): Prune the in-set computed by
7201 the confluence function, and the gen-set too.
4c78c26b
PB
7202
72032009-06-27 Paolo Bonzini <bonzini@gnu.org>
c6741572
PB
7204
7205 PR rtl-optimization/26854
2ca57608
L
7206 * timevar.def: Remove TV_DF_RU, add TV_DF_MD.
7207 * df-problems.c (df_rd_add_problem): Fix comment.
7208 (df_md_set_bb_info, df_md_free_bb_info, df_md_alloc,
7209 df_md_simulate_artificial_defs_at_top,
7210 df_md_simulate_one_insn, df_md_bb_local_compute_process_def,
7211 df_md_bb_local_compute, df_md_local_compute, df_md_reset,
7212 df_md_transfer_function, df_md_init, df_md_confluence_0,
7213 df_md_confluence_n, df_md_free, df_md_top_dump, df_md_bottom_dump,
7214 problem_MD, df_md_add_problem): New.
7215 * df.h (DF_MD, DF_MD_BB_INFO, struct df_md_bb_info, df_md,
7216 df_md_get_bb_info): New.
1e9ae5ab 7217 (DF_LAST_PROBLEM_PLUS1): Adjust.
2ca57608
L
7218
7219 * Makefile.in (fwprop.o): Include domwalk.h.
7220 * fwprop.c: Include domwalk.h.
7221 (reg_defs, reg_defs_stack): New.
7222 (bitmap_only_bit_between): Remove.
7223 (process_defs): New.
7224 (process_uses): Use reg_defs and local_md instead of
7225 bitmap_only_bit_between and local_rd.
7226 (single_def_use_enter_block): New, from build_single_def_use_links.
7227 (single_def_use_leave_block): New.
7228 (build_single_def_use_links): Remove code moved to
7229 single_def_use_enter_block, invoke domwalk.
7230 (use_killed_between): Adjust comment.
c6741572 7231
7ff23740
PB
72322009-06-27 Paolo Bonzini <bonzini@gnu.org>
7233
7234 * bitmap.h (bitmap_ior_and_into): New.
7235 * bitmap.c (bitmap_ior_and_into): New.
7236
ccf5c864
PB
72372009-06-27 Paolo Bonzini <bonzini@gnu.org>
7238
2ca57608
L
7239 * domwalk.h (struct dom_walk_data): Remove all callbacks except
7240 before_dom_children_before_stmts and after_dom_children_after_stmts.
f100a4a8 7241 Rename the two remaining callbacks to just before_dom_children and
2ca57608
L
7242 after_dom_children. Remove other GIMPLE statement walking bits.
7243 * domwalk.c (walk_dominator_tree): Remove now unsupported features.
7244 * graphite.c: Do not include domwalk.h.
7245 * tree-into-ssa.c (interesting_blocks): New global.
7246 (struct mark_def_sites_global_data): Remove it and names_to_rename.
7247 (mark_def_sites, rewrite_stmt, rewrite_add_phi_arguments,
7248 rewrite_update_stmt, rewrite_update_phi_arguments): Simplify
7249 now that they're not domwalk callbacks.
7250 (rewrite_initialize_block): Rename to...
7251 (rewrite_enter_block): ... this, place after called functions. Test
7252 interesting_blocks, call rewrite_stmt and rewrite_add_phi_arguments.
7253 (rewrite_finalize_block): Rename to...
7254 (rewrite_leave_block): ... this, place after called functions.
7255 (rewrite_update_init_block): Rename to...
7256 (rewrite_update_enter_block): ... this, place after called functions.
f100a4a8 7257 Test interesting_blocks, call rewrite_update_stmt and
2ca57608
L
7258 rewrite_update_phi_arguments.
7259 (rewrite_update_fini_block): Rename to...
7260 (rewrite_leave_block): ... this, place after called functions.
7261 (rewrite_blocks): Remove last argument, simplify initialization of
7262 walk_data.
7263 (mark_def_sites_initialize_block): Rename to...
7264 (mark_def_sites_block): ... this, call mark_def_sites.
7265 (mark_def_sites_blocks): Remove argument, simplify initialization of
7266 walk_data.
7267 (rewrite_into_ssa): Adjust for interesting_blocks_being a global.
7268 (update_ssa): Likewise.
7269 * tree-ssa-dom.c (optimize_stmt): Simplify now that it's not a domwalk
7270 callback.
7271 (tree_ssa_dominator_optimize): Simplify initialization of walk_data.
7272 (dom_opt_initialize_block): Rename to...
7273 (dom_opt_enter_block): ... this, place after called functions. Walk
7274 statements here, inline propagate_to_outgoing_edges.
7275 (dom_opt_finalize_block): Rename to...
7276 (dom_opt_leave_block): ... this, place after called functions.
7277 * tree-ssa-dse.c (dse_optimize_stmt): Simplify now that it's not a
7278 domwalk callback.
7279 (dse_enter_block, dse_record_phi): New.
7280 (dse_record_phis): Delete.
7281 (dse_finalize_block): Rename to...
7282 (dse_leave_block): ... this.
7283 (tree_ssa_dse): Simplify initialization of walk_data.
7284 * tree-ssa-loop-im.c (determine_invariantness, move_computations):
7285 Adjust initialization of walk_data.
7286 * tree-ssa-loop-unswitch.c: Do not include domwalk.h.
7287 * tree-ssa-loop-phiopt.c (get_non_trapping):
7288 Adjust initialization of walk_data.
7289 * tree-ssa-loop-threadedge.c: Do not include domwalk.h.
7290 * tree-ssa-uncprop.c (uncprop_into_successor_phis): Simplify now that
7291 it's not a domwalk callback.
7292 (uncprop_initialize_block): Rename to...
7293 (dse_enter_block): ... this, call uncprop_into_successor_phis.
7294 (dse_finalize_block): Rename to...
7295 (dse_leave_block): ... this.
7296 (tree_ssa_uncprop): Simplify initialization of walk_data.
7297 * Makefile.in: Adjust dependencies.
ccf5c864 7298
75d28030
RE
72992009-06-27 Richard Earnshaw <rearnsha@arm.com>
7300
7301 * arm.md (casesi): Fix test for Thumb1.
7302 (thumb1_casesi_internal_pic): Likewise.
7303 (thumb1_casesi_dispatch): Likewise.
7304
9833720d
DG
73052009-06-26 Daniel Gutson <dgutson@codesourcery.com>
7306
7307 * config/arm/arm-cores.def: Added core cortex-m0.
7308 * config/arm/arm-tune.md: Regenerated.
7309 * doc/invoke.texi: Added entry for cpu ARM Cortex-M0.
7310
bb7681bf
DD
73112009-06-26 DJ Delorie <dj@redhat.com>
7312
7313 * config/mep/mep.opt (mfar): Remove -mfar as it doesn't do anything.
7314
7315 * config/mep/mep.c (mep_bundle_insns): Account for the fact that
7316 the scheduler doesn't tag jump insns.
7317
a35120a3
L
73182009-06-26 H.J. Lu <hongjiu.lu@intel.com>
7319
7320 * c-decl.c (merge_decls): Re-indent.
7321
4b6e55df
JJ
73222009-06-26 Janis Johnson <janis187@us.ibm.com>
7323
7324 PR c/39902
7325 * tree.c (real_zerop, real_onep, real_twop, real_minus_onep):
7326 Special-case decimal float constants.
7327
27dbd3ac
RH
73282009-06-26 Richard Henderson <rth@redhat.com>
7329
7330 * function.h (struct function): Add cannot_be_copied_reason,
7331 and cannot_be_copied_set.
7332 * tree-inline.c (has_label_address_in_static_1): Rename from
7333 inline_forbidden_p_2; don't set inline_forbidden_reason here.
7334 (cannot_copy_type_1): Rename from inline_forbidden_p_op; likewise
7335 don't set inline_forbidden_reason.
7336 (copy_forbidden): New function, split out of inline_forbidden_p.
7337 (inline_forbidden_p_stmt): Don't check for nonlocal labels here.
7338 (inline_forbidden_p): Use copy_forbidden.
7339 (tree_versionable_function_p): Likewise.
7340 (inlinable_function_p): Merge into tree_inlinable_function_p.
7341 (tree_function_versioning): Remap cfun->nonlocal_goto_save_area.
7342 * ipa-cp.c (ipcp_versionable_function_p): New function.
7343 (ipcp_cloning_candidate_p): Use it.
7344 (ipcp_node_modifiable_p): Likewise.
7345
efb303b1
OR
73462009-06-26 Olatunji Ruwase <tjruwase@google.com>
7347
7348 * builtins.c (expand_builtin_alloca): Handle builtin alloca
7349 that is marked not to be inlined. Remove flag_mudflap use.
7350 * tree-mudflap.c: Rename mf_xform_derefs to mf_xfrom_statements.
7351 (mf_xform_statements): Mark builtin alloca calls as un-inlineable.
7352
947e21c1
SE
73532009-06-26 Steve Ellcey <sje@cup.hp.com>
7354
7355 PR bootstrap/40338
7356 * config/pa/t-pa-hpux10 (TARGET_LIBGCC2_CFLAGS): Add -frandom-seed.
7357 * config/pa/t-pa-hpux11 (TARGET_LIBGCC2_CFLAGS): Ditto.
7358
bae4cf87
KT
73592009-06-26 Kai Tietz <kai.tietz@onevision.com>
7360
7361 * config/i386/mingw-tls.c (__mingwthr_key_dtor): Remove for none
7362 shared libgcc.
7363 (__mingwthr_remove_key_dtor): Likewise.
7364
46aaa417
RG
73652009-06-26 Richard Guenther <rguenther@suse.de>
7366
1e9ae5ab 7367 * tree-ssa-structalias.c (do_ds_constraint): Simplify escape handling.
46aaa417 7368
b3c54c8f
SB
73692009-06-26 Steven Bosscher <steven@gcc.gnu.org>
7370
7371 PR middle-end/40525
7372 * ifcvt.c (dead_or_predicable): If predicating MERGE_BB fails,
7373 try the non-cond_exec path also.
7374
f5e66865
JDA
73752009-06-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7376
7377 PR target/40468
7378 * pa.c (branch_to_delay_slot_p, branch_needs_nop_p): New functions.
7379 (output_cbranch): Use new functions.
7380 (output_lbranch, output_bb, output_bvb, output_dbra, output_movb):
7381 Likewise.
7382
8beb65e3
MM
73832009-06-25 Michael Meissner <meissner@linux.vnet.ibm.com>
7384 Pat Haugen <pthaugen@us.ibm.com>
7385 Revital Eres <ERES@il.ibm.com>
7386
d66a97e2
MM
7387 * config/rs6000/rs6000.c (print_operand): Correct lossage message
7388 for %c error. Add %x support to print VSX registers as a unified
7389 register set, instead of separate float and altivec registers.
7390 Switch to use VECTOR_MEM_ALTIVEC_P instead of TARGET_ALTIVEC for
7391 %y case, and add support for VSX pre-modify addresses.
7392 (output_toc): Add assert for CONST containing an integer constant
7393 in the PLUS case.
7394 (rs6000_adjust_cost): Add POWER7 support.
7395 (insn_must_be_first_in_group): Ditto.
7396 (insn_must_be_last_in_group): Ditto.
7397 (rs6000_emit_popcount): Ditto.
7398 (rs6000_vector_mode_supported_p): Ditto.
7399
8beb65e3
MM
7400 * config/rs6000/rs6000-protos.h (rs6000_secondary_reload_class):
7401 Change some of the functions called by macros to being called
7402 through a pointer, so debug functions can be inserted if
f100a4a8 7403 -mdebug=addr or -mdebug=cost.
8beb65e3
MM
7404 (rs6000_preferred_reload_class_ptr): Ditto.
7405 (rs6000_secondary_reload_class_ptr): Ditto.
7406 (rs6000_secondary_memory_needed_ptr): Ditto.
7407 (rs6000_cannot_change_mode_class_ptr): Ditto.
7408 (rs6000_secondary_reload_inner): Ditto.
7409 (rs6000_legitimize_reload_address): Ditto.
7410 (rs6000_legitimize_reload_address_ptr): Ditto.
7411 (rs6000_mode_dependent_address): Ditto.
7412 (rs6000_mode_dependent_address_ptr): Ditto.
7413
7414 * config/rs6000/rs6000.c (reg_offset_addressing_ok_p): New
7415 function to return true if the mode allows reg + integer
7416 addresses.
7417 (virtual_stack_registers_memory_p): New function to return true if
7418 the address refers to a virtual stack register.
7419 (rs6000_legitimate_offset_address_p): Move code to say whether a
7420 mode supports reg+int addressing to reg_offset_addressing_ok_p and
7421 call it.
7422 (rs6000_legitimate_address_p): Add checks for modes that only can
7423 do reg+reg addressing. Start adding VSX support.
7424 (rs6000_legitimize_reload_address): Ditto.
7425 (rs6000_legitimize_address): Ditto.
7426 (rs6000_debug_legitimate_address_p): New debug functions for
7427 -mdebug=addr and -mdebug=cost.
7428 (rs6000_debug_rtx_costs): Ditto.
7429 (rs6000_debug_address_costs): Ditto.
7430 (rs6000_debug_adjust_cost): Ditto.
7431 (rs6000_debug_legitimize_address): Ditto.
7432 (rs6000_legitimize_reload_address_ptr): Point to call normal
7433 function or debug function. Make functions called via pointer
7434 static.
7435 (rs6000_mode_dependent_address_ptr): Ditto.
7436 (rs6000_secondary_reload_class_ptr): Ditto.
7437 (rs6000_hard_regno_mode_ok): Add preliminary VSX support.
7438 (rs6000_emit_move): Add -mdebug=addr support. Change an abort
7439 into a friendlier error.
7440 (rs6000_init_builtins): Add initial VSX support.
7441 (rs6000_adjust_cost): Fix some spacing issues.
7442
7443 * config/rs6000/rs6000.h (enum reg_class): Add VSX_REGS.
7444 (REG_CLASS_NAMES): Ditto.
7445 (REG_CLASS_CONTENTS): Ditto.
7446 (PREFERRED_RELOAD_CLASS): Move from a macro to calling through a
7447 pointer, to add -mdebug=addr support.
7448 (CANNOT_CHANGE_MODE_CLASS): Ditto.
7449 (SECONDARY_RELOAD_CLASS): Call through a pointer to add
7450 -mdebug=addr support.
7451 (LEGITIMIZE_RELOAD_ADDRESS): Ditto.
7452 (GO_IF_MODE_DEPENDENT_ADDRESS): Ditto.
7453 (enum rs6000_builtins): Add RS6000_BUILTIN_BSWAP_HI.
7454
7455 * config/rs6000/rs6000.md (bswaphi*): Add support for swapping
7456 16-bit values.
7457 (bswapsi*): Set attribute types for load/store. Add combiner
7458 patterns to eliminate zero extend on 64-bit.
7459 (bswapdi*): Add support for swapping 64-bit values. Use ldbrx and
7460 stdbrx if the hardware supports those instructions.
7461
96be7a11
ILT
74622009-06-25 Ian Lance Taylor <iant@google.com>
7463
7464 * doc/invoke.texi (Option Summary): Mention -static-libstdc++.
7465 (Link Options): Document -static-libstdc++.
7466
777a3a6a
AP
74672009-06-25 Andrew Pinski <andrew_pinski@playstation.sony.com>
7468
7469 PR target/38731
7470 * config/rs6000/rs6000.c (LOCAL_ALIGNMENT): Redefine to just use
7471 DATA_ALIGNMENT instead.
7472
1cb367ae
RG
74732009-06-25 Richard Guenther <rguenther@suse.de>
7474
7475 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Disambiguate
7476 indirect references against the callused/escaped solutions.
7477 (call_may_clobber_ref_p_1): Likewise.
7478
fac52fdd
MJ
74792009-06-25 Martin Jambor <mjambor@suse.cz>
7480
7481 PR tree-optimization/40493
7482 * tree-sra.c (sra_modify_expr): Correct BIT_FIELD_REF argument numbers.
7483 (enum unscalarized_data_handling): New type.
7484 (handle_unscalarized_data_in_subtree): Return what has been done.
7485 (load_assign_lhs_subreplacements): Handle left flushes differently.
7486 (sra_modify_assign): Use unscalarized_data_handling, simplified
7487 condition determining whether to remove the statement.
7488
3cb71167 74892009-06-25 Basile Starynkevitch <basile@starynkevitch.net>
c8aca64f
EB
7490
7491 * doc/plugins.texi (Building GCC plugins): Correct typo in Makefile
7492 excerpt - @ should be doubled for texinfo.
3cb71167 7493
5a82ecd9
ILT
74942009-06-24 Ian Lance Taylor <iant@google.com>
7495
7496 * config/arc/arc.c: Include "df.h".
7497 (arc_attribute_table): Make static. Move higher in file.
7498 (arc_address_cost): Call SMALL_INT on INTVAL, not rtx.
7499 (output_shift): Initialize n later to avoid warning.
7500 * config/arm/arm.c (arm_attribute_table): Make static. Move
7501 higher in file.
7502 * config/avr/avr.c (avr_attribute_table): Make static. Move
7503 higher in file.
7504 (reg_class_tab): Change array type from int to enum reg_class.
7505 (avr_jump_mode): Change GET_MODE to GET_CODE when checking for
7506 LABEL_REF.
7507 (out_tsthi, ashlhi3_out): Don't use AS2 with "or" or "and".
7508 (lshrhi3_out): Likewise.
7509 (class_likely_spilled_p): Change return type to bool.
7510 (avr_rtx_costs): Use local code variable with enum type.
7511 * config/avr/avr.md (movmemhi): Use add_reg_note.
7512 (andhi3, andsi3): Don't use AS2 with "and".
7513 (iorhi3, iorsi3): Don't use AS2 with "or".
1e9ae5ab 7514 * config/avr/avr-protos.h (class_likely_spilled_p): Update declaration.
5a82ecd9
ILT
7515 * config/crx/crx.c: Include "df.h".
7516 (crx_attribute_table): Make static.
7517 * config/m32r/m32r.c: Include "df.h".
7518 (m32r_attribute_table): Make static. Move higher in file.
7519 (pop): Use add_reg_note.
7520 (block_move_call): Change 0 to LCT_NORMAL in function call.
7521 * config/m32r/m32r.md (movsi_insn): Remove unused local value.
7522 * config/m32r/m32r.h (INITIALIZE_TRAMPOLINE): Likewise.
7523 * config/m32r/m32r-protos.h (m32r_compute_function_type): Always
7524 declare, not just when TREE_CODE is defined.
7525 * config/m68hc11/m68hc11.c: Include "expr.h".
7526 (m68hc11_attribute_table): Make static. Move higher in file.
7527 (m68hc11_small_indexed_indirect_p): Change 0 to VOIDmode in
7528 function call.
7529 (m68hc11_register_indirect_p): Likewise.
7530 (m68hc11_function_arg_padding): Change return type to enum
7531 direction.
7532 (emit_move_after_reload): Use add_reg_note.
7533 (m68hc11_emit_logical): Change code parameter to enum rtx_code.
7534 (m68hc11_split_logical): Likewise.
7535 (m68hc11_rtx_costs): Add local code_and outer_code variables with
7536 enum type.
7537 * config/m68hc11/predicates.md (reg_or_some_mem_operand): Change 0
7538 to VOIDmode in function call.
7539 * config/m68hc11/m68hc11-protos.h: Don't check TREE_CODE to see if
7540 tree is defined.
7541 (m68hc11_split_logical): Update declaration.
7542 (m68hc11_function_arg_padding): Update declaration.
7543 * config/mcore/mcore.c (regno_reg_class): Change form array of int
7544 to array of enum reg_class.
7545 (mcore_attribute_table): Make static. Move higher in file.
7546 (mcore_rtx_costs): Add cast to enum type.
7547 * config/mcore/mcore.h (regno_reg_class): Update declaration.
7548 (GO_IF_LEGITIMATE_INDEX): Add cast to avoid warning.
7549 * config/sh/sh.c (sh_attribute_table): Make static. Move higher
7550 in file.
7551 * config/sh/predicates.md (trapping_target_operand): Rename and to
7552 and_expr.
7553 * config/sparc/sparc.c (sparc_attribute_table): Make static. Move
7554 higher in file.
7555 * config/spu/spu.c (spu_attribute_table): Make static. Move
7556 higher in file.
7557 * config/v850/v850.c (v850_attribute_table): Make static. Move
7558 higher in file.
7559 (v850_rtx_costs): Use local code with enum type.
7560 (expand_epilogue): Add cast.
7561 * config/v850/v850-c.c (ghs_pragma_section): Initialize repeat.
7562
b4589acc
TY
75632009-06-23 Takashi YOSHII <yoshii.takashi@renesas.com>
7564
7565 PR target/40515
7566 * doc/invoke.texi (SH Options): Document -m2a, -m2a-single,
7567 -m2a-single-only and -m2a-nofpu.
f100a4a8 7568 * config/sh/sh.opt: Document m2a generates FPU code.
b4589acc 7569
3be639f7
AS
75702009-06-24 Anatoly Sokolov <aesok@post.ru>
7571
7572 * defaults.h (CAN_ELIMINATE): Provide default.
7573 * doc/tm.texi (CAN_ELIMINATE): Revise documentation.
7574 * config/alpha/alpha.h (CAN_ELIMINATE): Delete.
7575 * config/m32c/m32c.h (CAN_ELIMINATE): Delete.
7576 * config/spu/spu.h (CAN_ELIMINATE): Delete.
7577 * config/xtensa/xtensa.h (CAN_ELIMINATE): Delete.
7578 * config/moxie/moxie.h (CAN_ELIMINATE): Delete.
7579 * config/cris/cris.h (CAN_ELIMINATE): Delete.
7580 * config/mn10300/mn10300.h (CAN_ELIMINATE): Delete.
7581 * config/pa/pa64-linux.h (CAN_ELIMINATE): Delete.
7582 * config/mmix/mmix.h (CAN_ELIMINATE): Delete.
7583
b6402fc3
DD
75842009-06-24 DJ Delorie <dj@redhat.com>
7585
7586 * mep-ext-cop.cpu: Fix copyright notice.
7587 * mep-default: Fix copyright notice.
7588 * mep-core: Fix copyright notice.
7589 * mep: Fix copyright notice.
7590 * mep-ivc2: Fix copyright notice.
7591 * mep-c5: Fix copyright notice.
7592
ead1eb1d
DC
75932009-06-24 Denis Chertykov <chertykov@gmail.com>
7594
f100a4a8 7595 * doc/contrib.texi (Contributors):
ead1eb1d 7596
fb6234e0 75972009-06-24 Andreas Krebbel <krebbel1@de.ibm.com>
f100a4a8 7598
fb6234e0
AK
7599 PR middle-end/40501
7600 * tree-ssa-math-opts.c (execute_optimize_bswap): Convert the bswap
7601 src and dst operands if necessary.
7602
7acf4da6
DD
76032009-06-23 DJ Delorie <dj@redhat.com>
7604
7605 Add MeP port.
7606 * config.gcc: Add mep support.
7607 * recog.c: Resurrect validate_replace_rtx_subexp().
7608 * recog.h: Likewise.
7609 * config/mep/: Add new port:
7610 * config/mep/constraints.md: New file.
7611 * config/mep/default.h: New file.
7612 * config/mep/intrinsics.h: New file.
7613 * config/mep/intrinsics.md: New file.
7614 * config/mep/ivc2-template.h: New file.
7615 * config/mep/mep-c5.cpu: New file.
7616 * config/mep/mep-core.cpu: New file.
7617 * config/mep/mep-default.cpu: New file.
7618 * config/mep/mep-ext-cop.cpu: New file.
7619 * config/mep/mep-intrin.h: New file.
7620 * config/mep/mep-ivc2.cpu: New file.
7621 * config/mep/mep-lib1.asm: New file.
7622 * config/mep/mep-lib2.c: New file.
7623 * config/mep/mep-pragma.c: New file.
7624 * config/mep/mep-protos.h: New file.
7625 * config/mep/mep-tramp.c: New file.
7626 * config/mep/mep.c: New file.
7627 * config/mep/mep.cpu: New file.
7628 * config/mep/mep.h: New file.
7629 * config/mep/mep.md: New file.
7630 * config/mep/mep.opt: New file.
7631 * config/mep/predicates.md: New file.
7632 * config/mep/t-mep: New file.
7633
00020c16
ILT
76342009-06-23 Ian Lance Taylor <iant@google.com>
7635
7636 * configure.ac: Invoke AC_PROG_CXX. Separate C specific warnings
7637 from loose_warn into c_loose_warn and from strict_warn into
7638 c_strict_warn. Set and substitute warn_cxxflags. Check for
7639 --enable-build-with-cxx. Set and substitute
7640 ENABLE_BUILD_WITH_CXX. Set and substitute HOST_LIBS.
7641 * Makefile.in (CXXFLAGS): New variable.
7642 (C_LOOSE_WARN, C_STRICT_WARN): New variables.
7643 (GCC_WARN_CFLAGS): Add $(C_LOOSE_WARN). Add $(C_STRICT_WARN) if
7644 the default is the same as $(STRICT_WARN).
7645 (GCC_WARN_CXXFLAGS, WARN_CXXFLAGS): New variables.
7646 (CXX): New variable.
7647 (COMPILER): New value if ENABLE_BUILD_WITH_CXX.
7648 (COMPILER_FLAGS, LINKER, LINKER_FLAGS): Likewise.
7649 (ALL_COMPILERFLAGS, ALL_LINKERFLAGS): Likewise.
7650 (HOST_LIBS): New variable.
7651 (GCC_CFLAGS): Add $(C_LOOSE_WARN).
7652 (ALL_CXXFLAGS): New variable.
7653 (LIBS, BACKENDLIBS): Add $(HOST_LIBS).
7654 * doc/install.texi (Configuration): Document
7655 --enable-build-with-cxx, --with-stage1-ldflags,
7656 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.
7657 * configure: Rebuild.
7658
2d8b752f 76592009-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9df5bfe4 7660
2d8b752f
EB
7661 * config/arm/arm.c (arm_override_options): Fix braces and formatting
7662 from previous commit.
9df5bfe4 7663
73267076
ILT
76642009-06-23 Ian Lance Taylor <iant@google.com>
7665
7666 * Makefile.in ($(out_object_file)): Depend upon $(DF_H).
7667
9a476c9c
ILT
76682009-06-23 Ian Lance Taylor <iant@google.com>
7669
7670 * reload.c (alternative_allows_const_pool_ref): Mark mem parameter
7671 with ATTRIBUTE_UNUSED.
7672
cacf1ca8
MM
76732009-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
7674 Pat Haugen <pthaugen@us.ibm.com>
2d8b752f 7675 Revital Eres <eres@il.ibm.com>
cacf1ca8
MM
7676
7677 * config.in (HAVE_AS_POPCNTD): Add default definition.
7678 (HAVE_AS_LWSYNC): Ditto.
7679
7680 * configure.ac (gcc_cv_as_powerpc_mfpgpr): Provide real binutils
7681 release number.
7682 (gcc_cv_as_powerpc_cmpb): Ditto.
7683 (gcc_cv_as_powerpc_dfp): Ditto.
7684 (gcc_cv_as_powerpc_vsx): Ditto.
7685 (gcc_cv_as_powerpc_popcntd): Add feature test for assembler
7686 supporting the popcntd/lwsync instructions.
7687 (gcc_cv_as_powerpc_lwsync): Ditto.
7688 * configure: Regenerate.
7689
7690 * config/rs6000/aix53.h (ASM_CPU_SPEC): Add support for
7691 -mcpu=native and -mcpu=power7.
7692 * config/rs6000/aix61.h (ASM_CPU_SPEC): Ditto.
7693
7694 * config/rs6000/linux64.opt (-mprofile-kernel): Move switch to be
7695 a variable instead of a mask to reduce the number of mask bits.
7696 * config/rs6000/sysv4.opt (-mbit-align): Ditto.
7697 (-mbit-word): Ditto.
7698 (-mregnames): Ditto.
7699 * config/rs6000/rs6000.opt (-mupdate): Ditto.
7700 (-mfused-madd): Ditto.
7701
7702 * config/rs6000/rs6000.opt (-mpopcntd): New switch for non-VSX ISA
7703 2.06 instructions.
7704 (-mvsx): New switch for VSX instructions.
7705 (-misel): Move from a variable to a mask to allow it to be set by
7706 -mcpu=.
7707
7708 * config/rs6000/rs6000-protos.h (rs6000_hard_regno_nregs): Change
7709 function declaration to an array declaration.
7710 (rs6000_hard_regno_nregs): New external array declaration.
7711
7712 * config/rs6000/t-rs6000 (MD_INCLUDES): Define, add all of the .md
7713 files included by rs6000.md.
7714
7715 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use
7716 SET_PROFILE_KERNEL macro to reset the -mprofile-kernel switch.
7717
7718 * config/rs6000/rs6000.c (rs6000_isel): Delete, -misel moved to be
7719 a target mask.
7720 (rs6000_debug_reg): New -mdebug= variables.
7721 (rs6000_debug_addr): Ditto.
7722 (rs6000_debug_cost): Ditto.
7723 (rs6000_pmode): New variable to hold Pmode.
7724 (rs6000_pointer_size): New variable to hold POINTER_SIZE.
7725 (rs6000_class_max_nregs): New array to hold CLASS_MAX_NREGS
7726 calculated at compiler start.
7727 (rs6000_hard_regno_nregs): Change function to an array which holds
7728 HARD_REGNO_NREGS calculated at compiler start.
7729 (rs6000_explicit_options): Delete isel field.
7730 (rs6000_vector_unit): New array to hold which vector unit
7731 supports arithmetic options for a given type.
7732 (rs6000_vector_mem): New array to hold which vector unit supports
7733 memory reference operations for a given type.
7734 (rs6000_vector_align): New array to given the alignment of each
7735 vector type.
7736 (power7_cost): New basic costs for power7.
7737 (SET_PROFILE_KERNEL): New macro for resetting -mprofile-kernel.
7738 (rs6000_hard_regno_nregs_internal): New function, moved from
7739 HARD_REGNO_NREGS, to calculate the number of registers each hard
7740 register takes for each type.
7741 (rs6000_debug_reg_print): New function for -mdebug=reg support.
1e9ae5ab 7742 (rs6000_debug_vector_unit): New array, map rs6000_vector to string.
cacf1ca8
MM
7743 (+rs6000_init_hard_regno_mode_ok): New function, move calculation
7744 of HARD_REGNO_NREGS, CLASS_MAX_NREGS, REGNO_REG_CLASS, and vector
7745 unit information here so it is calculated once at compiler startup
7746 time.
7747 (rs6000_override_options): Make -misel a target mask. Add more
7748 power7 target masks. Setup Pmode and POINTER_SIZE. Add initial
7749 VSX support. Add support for -mdebug=reg, -mdebug=addr, and
7750 -mdebug=cost.
7751 (POWERPC_MASKS): Add MASK_POPCNTD, MASK_VSX, and MASK_ISEL.
7752 (rs6000_handle_option): Move -misel from variable to target mask.
7753 (rs6000_builtin_mask_for_load): Add VSX support.
7754 (rs6000_conditional_register_usage): Ditto.
7755 (USE_ALTIVEC_FOR_ARG_P): Ditto.
7756 (function_arg_boundary): Ditto.
7757 (rs6000_expand_builtin): Ditto.
7758 (def_builtin): Make abort message a little friendlier.
7759 (rs6000_emit_int_cmove): Add support for 64-bit isel.
7760
7761 * config/rs6000/rs6000.h (ASM_CPU_POWER7_SPEC): Depend on the
7762 assembler support the popcntd instruction instead of a vsx
7763 instruction to enable power7 support.
7764 (ASM_CPU_SPEC): Add support for -mcpu=native and -mcpu=power7.
7765 (EXTRA_SPECS): Add ASM_CPU_NATIVE_SPEC to allow passing the right
7766 option to the assembler if -mcpu=native.
7767 (ASM_CPU_NATIVE_SPEC): Ditto.
7768 (TARGET_POPCNTD): If assembler doesn't support popcntd, turn off
7769 ISA 2.06 features.
7770 (TARGET_LWSYNC_INSTRUCTION): Define whether it is safe to issue
7771 the lwsync instruction.
7772 (enum processor_type): Add PROCESSOR_POWER7.
7773 (rs6000_debug_reg): New -mdebug= options.
7774 (rs6000_debug_addr): Ditto.
7775 (rs6000_debug_cost): Ditto.
7776 (rs6000_isel): Delete.
7777 (enum rs6000_vector): New enum to say what vector unit we have.
7778 (VECTOR_UNIT_*): New macros to say which vector unit has
7779 arithmetic operations for a given type.
7780 (VECTOR_MEM_*): New macros to say which vector unit has memory
7781 operations for a given type.
7782 (TARGET_LDBRX): Whether the machine supports the ldbrx
7783 instruction.
7784 (TARGET_ISEL): Delete, -misel moved to be a mask.
7785 (TARGET_ISEL64): New macro for 64-bit isel support.
7786 (UNITS_PER_VSX_WORD): New macro.
7787 (POINTER_SIZE): Move to be an external variable, rather than
7788 calculating whether we are generating 32 ot 64-bit code.
7789 (Pmode): Ditto.
7790 (STACK_BOUNDARY): Add VSX support.
7791 (LOCAL_ALIGNMENT): Ditto.
7792 (SLOW_UNALIGNED_ACCESS): Ditto.
7793 (VSX_REGNO_P): New macro for VSX support.
7794 (VFLOAT_REGNO_P): Ditto.
7795 (VINT_REGNO_P): Ditto.
7796 (VLOGICAL_REGNO_P): Ditto.
7797 (VSX_VECTOR_MODE): Ditto.
7798 (VSX_SCALAR_MODE): Ditto.
7799 (VSX_MODE): Ditto.
7800 (VSX_MOVE_MODE): Ditto.
7801 (VSX_REG_CLASS_P): Ditto.
7802 (HARD_REGNO_NREGS): Instead of calling a function, use an array
7803 lookup.
7804 (UNITS_PER_SIMD_WORD): Add VSX support.
7805 (MODES_TIEABLE_P): Ditto.
7806 (STARTING_FRAME_OFFSET): Ditto.
7807 (STACK_DYNAMIC_OFFSET): Ditto.
7808 (EPILOGUE_USES): Ditto.
7809 (REGNO_REG_CLASS): Move to array lookup.
7810 (CLASS_MAX_NREGS): Ditto.
7811 (rs6000_vector_reg_class): Add declaration.
7812 (ADDITIONAL_REGISTER_NAMES): Add VSX names for the registers that
7813 overlap with the floating point and Altivec registers.
7814
7815 * config/rs6000/e500.h (CHECK_E500_OPTIONS): Disallow -mvsx.
7816
7817 * config/rs6000/driver-rs6000.c (asm_names): New static array to
7818 give the appropriate asm switches if -mcpu=native.
7819 (host_detect_local_cpu): Add support for "asm".
7820 (host_detect_local_cpu): Follow GNU code guidelines for name.
7821
7822 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Move
7823 -mbit-word to a variable instead of being a target mask.
7824
7825 * config/rs6000/sync.md (lwsync): If the assembler supports it,
7826 emit the lwsync instruction instead of emitting the instruction as
7827 an integer constant.
7828
7829 * config/rs6000/spe.md (spe_fixuns_truncdfsi2): Rename from
7830 fixuns_trundfsi2, move expander into rs6000.md.
7831
7832 * config/rs6000/rs6000.md (cpu): Add power7.
7833 (sel, *ptrsize): New mode attributes for 32/64-bit isel.
7834 (logical predicate patterns): Change the single instruction
7835 primitives that set CR0 to be fast_compare instead of compare.
7836 (norsi*): Ditto.
7837 (popcntwsi2): Add support for ISA 2.06 popcount instructions.
7838 (popcntddi2): Ditto.
7839 (popcount<mode>): Ditto.
7840 (floating multiply/add insns): Name the floating point
7841 multiply/add insns.
7842 (isel_signed_<mode>): Add support for -misel on 64-bit systems.
7843 (isel_unsigned_<mode>): Ditto.
7844 (fixuns_trundfsi2): Move expander here from spe.md.
7845 (smindi3): Define if we have -misel on 64-bit systems.
7846 (smaxdi3): Ditto.
7847 (umindi3): Ditto.
7848 (umaxdi3): Ditto.
7849
59ab92d2
AS
78502009-06-23 Anatoly Sokolov <aesok@post.ru>
7851
7852 * config.gcc (avr-*-rtems*, avr-*-*): Set extra_gcc_objs and
7853 extra_objs.
7854 * config/avr/avr.c (avr_current_device): New variable.
7855 (avr_arch_types, avr_mcu_types): Move to avr-deveces.c.
7856 (avr_arch, mcu_type_s): Move to avr.h.
7857 * config/avr/avr.h (base_arch_s). Add reserved2, arch_name and
7858 default_data_section_start fields.
7859 (avr_arch): Moved from avr.c.
7860 (mcu_type_s): Moved from avr.c. Add short_sp, data_section_start and
7861 library_name fields.
7862 (avr_current_device, avr_mcu_types, avr_arch_types,
7863 avr_device_to_arch, avr_device_to_data_start,
7864 avr_device_to_startfiles, avr_device_to_devicelib): Declare.
7865 (EXTRA_SPEC_FUNCTIONS): Define.
7866 (LINK_SPEC): Remove device name to '-m ...' and '-Tdata ...' linker
7867 options mapping. Use device_to_arch and device_to_data_start insted.
7868 (STARTFILE_SPEC): Use device_to_startfile instead of crt_binutils.
7869 (CRT_BINUTILS_SPECS, EXTRA_SPECS): Remove.
7870 * config/avr/t-avr (driver-avr.o, avr-devices.o): New rules.
7871 * config/avr/driver-avr.c: New file.
7872 * config/avr/avr-devices.c: New file.
7873
8593e0b6
JJ
78742009-06-23 Jakub Jelinek <jakub@redhat.com>
7875
7eb3f1f7
JJ
7876 * var-tracking.c (unshare_variable): Force initialized to
7877 be VAR_INIT_STATUS_INITIALIZED unless flag_var_tracking_uninit.
7878 (set_variable_part): Likewise.
7879 (struct variable_union_info): Remove pos_src field.
7880 (vui_vec, vui_allocated): New variables.
7881 (variable_union): Pass VAR_INIT_STATUS_UNKNOWN to unshare_variable
7882 unconditionally. Avoid XCVECNEW/free for every sorting, for dst_l
7883 == 1 use a simpler sorting algorithm. Compute pos field right
7884 away, don't fill in pos_src. For dst_l == 2 avoid qsort.
7885 Avoid quadratic comparison if !flag_var_tracking_uninit.
7886 (variable_canonicalize): Pass VAR_INIT_STATUS_UNKNOWN to
f100a4a8 7887 unshare_variable unconditionally.
7eb3f1f7
JJ
7888 (dataflow_set_different_2): Removed.
7889 (dataflow_set_different): Don't traverse second hash table.
7890 (compute_bb_dataflow): Pass VAR_INIT_STATUS_UNINITIALIZED
7891 unconditionally to var_reg_set or var_mem_set.
7892 (emit_notes_in_bb): Likewise.
7893 (delete_variable_part): Pass VAR_INIT_STATUS_UNKNOWN to
7894 unshare_variable.
7895 (emit_note_insn_var_location): Don't set initialized to
7896 VAR_INIT_STATUS_INITIALIZED early.
7897 (vt_finalize): Free vui_vec if needed, clear vui_vec and
7898 vui_allocated.
7899 * rtl.c (rtx_equal_p): Don't implement on top of rtx_equal_p_cb.
7900
8593e0b6
JJ
7901 * tree-object-size.c (addr_object_size): Instead of checking
7902 for non-NULL TREE_CHAIN of the FIELD_DECL check that there
7903 are no FIELD_DECLs following it.
7904
fef015a8
AK
79052009-06-23 Andreas Krebbel <krebbel1@de.ibm.com>
7906
7907 * tree-ssa-math-opts.c (find_bswap): Increase the search depth in
7908 order to match bswaps with signed source operands.
7909
b6d83244
RO
79102009-06-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7911
7912 * sdbout.c (sdbout_one_type): Fix braces in switch.
7913
0bbf2ffa
RG
79142009-06-23 Richard Guenther <rguenther@suse.de>
7915
7916 * tree-ssa-structalias.c (struct variable_info): Add is_global_var
7917 member.
7918 (var_anything, anything_tree, var_nothing, nothing_tree, var_readonly,
7919 readonly_tree, var_escaped, escaped_tree, var_nonlocal, nonlocal_tree,
7920 var_callused, callused_tree, var_storedanything, storedanything_tree,
7921 var_integer, integer_tree): Remove global variables.
7922 (new_var_info): Do not pass new id, append the new var to the
7923 global variable vector.
7924 (do_ds_constraint): Use is_global_var member of the variable-info.
7925 (new_scalar_tmp_constraint_exp): Adjust.
7926 (create_function_info_for): Likewise.
7927 (create_variable_info_for): Likewise.
7928 (find_what_var_points_to): Remove dead code.
7929 (init_base_vars): Simplify.
7930 (compute_points_to_sets): Adjust.
7931
28a5fb2e
AN
79322009-06-22 Adam Nemet <anemet@caviumnetworks.com>
7933
7934 * combine.c (try_combine): Dump information about the insns we're
7935 combining.
7936
cfb8805e
AN
79372009-06-22 Adam Nemet <anemet@caviumnetworks.com>
7938
7939 * combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION
7940 check when calling force_to_mode on TRUNCATE's operand.
7941
df4ba119
ILT
79422009-06-22 Ian Lance Taylor <iant@google.com>
7943
897eef7b 7944 * config/rs6000/rs6000.opt: Move msched-epilog before msched-prolog.
df4ba119 7945
c986683b
SB
79462009-06-22 Steven Bosscher <steven@gcc.gnu.org>
7947
7948 * config/arm/arm.md (prologue_use): Set length of fake insn to 0.
7949
5c6927bd
RW
79502009-06-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7951
7952 * doc/invoke.texi (Link Options): -nodefaultlibs and -nostdlib
7953 override library linkage flags such as -static-libgcc or
7954 -shared-libgcc.
7955
19973be2
MK
79562009-06-22 Maxim Kuvyrkov <maxim@codesourcery.com>
7957
7958 * config/m68k/m68k-devices.def: Add line for MCF5221x.
7959
7a5d2eb8
ILT
79602009-06-22 Ian Lance Taylor <iant@google.com>
7961
7962 * config/linux.opt: Put mglibc ahead of muclibc.
7963
7964 * c-decl.c (diagnose_mismatched_decls): Add -Wc++-compat warning
7965 for duplicate decls.
7966
86e3c83a
MK
79672009-06-22 Matthias Klose <doko@ubuntu.com>
7968
7969 * Makefile.in (install-plugin): Remove extra `/' after $(DESTDIR).
7970
0a7d7dea
MK
79712009-06-22 Steven Bosscher <steven@gcc.gnu.org>
7972
7973 PR objc/28050
7974 * c-parser.c (c_parser_objc_message_args): Return error_mark_node
7975 instead of NULL if a parser error occurs.
7976
a77264d5
RO
79772009-06-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7978
7979 * dwarf2out.c (dwarf2_debug_hooks): Initialize
7980 non-DWARF2_DEBUGGING_INFO version.
7981
54f549af
KT
79822009-06-22 Kai Tietz <kai.tietz@onevision.com>
7983
34481f28
UB
7984 * config.gcc (i[34567]86-*-mingw*, x86_64-*-mingw*): Add
7985 i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file.
7986
7987 * config/i386/mingw32.h (LIBGCC2_HAS_TF_MODE): Define.
54f549af
KT
7988 (LIBGCC2_TF_CEXT): Define.
7989 (TF_SIZE): Define.
7990
7cea01df
RR
79912009-06-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7992
7993 PR target/40463
7994 * config/arm/linux-eabi.h (CLEAR_INSN_CACHE): Fix definition.
7995
3ce14752
RR
79962009-06-22 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7997
34481f28
UB
7998 * config/arm/arm.c (arm_override_options): Disable
7999 -mcaller-super-interworking and -mcallee-super-interworking.
8000 * doc/invoke.texi (ARM Options): Document this.
3ce14752 8001
d58bc084
NS
80022009-06-22 Nathan Sidwell <nathan@codesourcery.com>
8003
8004 * config/arm/arm.c (arm_print_operand): Deal with HIGH.
8005 * config/arm/constraints.md (j): New constraint for movw operands.
8006 (N): Remove thumb2 meaning.
8007 * config/arm/arm.md (*arm_movw): Delete.
8008 (*arm_movsi_insn): Use j constraint for movw instead of N constraint.
8009 * config/arm/vfp.md (*arm_movsi_vfp, *thumb2_movsi_vfp): Likewise.
8010 * config/arm/thumb2.md (*thumb2_movsi_insn): Likewise.
8011
ac6cb60c
MJ
80122009-06-22 Martin Jambor <mjambor@suse.cz>
8013
8014 PR tree-optimization/40492
8015 * tree-sra.c (sra_modify_assign): Pass zero offsets to
8016 build_ref_for_offset.
8017
481683e1
SZ
80182009-06-22 Shujing Zhao <pearly.zhao@oracle.com>
8019
8020 * alias.c: Use REG_P, MEM_P, CONST_INT_P, LABEL_P, CALL_P, NOTE_P and
8021 JUMP_TABLE_DATA_P predicates where applicable.
8022 * auto-inc-dec.c: Ditto.
8023 * builtins.c: Ditto.
8024 * caller-save.c: Ditto.
8025 * calls.c: Ditto.
8026 * cfgcleanup.c: Ditto.
8027 * cfglayout.c: Ditto.
8028 * cfgrtl.c: Ditto.
8029 * combine.c: Ditto.
8030 * combine-stack-adj.c: Ditto.
8031 * cse.c: Ditto.
8032 * cselib.c: Ditto.
8033 * dbxout.c: Ditto.
8034 * df-scan.c: Ditto.
8035 * dse.c: Ditto.
8036 * dwarf2asm.c: Ditto.
8037 * dwarf2out.c: Ditto.
8038 * emit-rtl.c: Ditto.
8039 * except.c: Ditto.
8040 * explow.c: Ditto.
8041 * expmed.c: Ditto.
8042 * expr.c: Ditto.
8043 * final.c: Ditto.
8044 * function.c: Ditto.
8045 * fwprop.c: Ditto.
8046 * gcse.c: Ditto.
8047 * genpreds.c: Ditto.
8048 * genrecog.c: Ditto.
8049 * ifcvt.c: Ditto.
8050 * ira-costs.c: Ditto.
8051 * ira-lives.c: Ditto.
8052 * jump.c: Ditto.
8053 * loop-iv.c: Ditto.
8054 * lower-subreg.c: Ditto.
8055 * modulo-sched.c: Ditto.
8056 * optabs.c: Ditto.
8057 * postreload.c: Ditto.
8058 * print-rtl.c: Ditto.
8059 * recog.c: Ditto.
8060 * reginfo.c: Ditto.
8061 * regmove.c: Ditto.
8062 * reload1.c: Ditto.
8063 * reload.c: Ditto.
8064 * reorg.c: Ditto.
8065 * rtlanal.c: Ditto.
8066 * rtl.c: Ditto.
8067 * sched-vis.c: Ditto.
8068 * sdbout.c: Ditto.
8069 * sel-sched-ir.c: Ditto.
8070 * simplify-rtx.c: Ditto.
8071 * targhooks.c: Ditto.
8072 * var-tracking.c: Ditto.
8073 * vmsdbgout.c: Ditto.
8074
1407d6cf
MK
80752009-06-22 Matthias Klose <doko@ubuntu.com>
8076
8077 * Makefile.in (install-plugin): Always use DESTDIR.
8078
28326880 80792009-06-22 Olivier Hainque <hainque@adacore.com>
f100a4a8 8080
28326880
OH
8081 * config/pa/pa.c (output_call): Don't optimize post call jumps
8082 into return address adjustments if the call may throw.
8083
907dd0c7
RE
80842009-06-21 Richard Earnshaw <rearnsha@arm.com>
8085
8086 * arm.c (thumb1_output_casesi): New function.
8087 * arm.h (CASE_VECTOR_PC_RELATIVE): Thumb-1 code is also relative if
8088 optimizing for size or PIC.
8089 (CASE_VECTOR_SHORTEN_MODE): Handle thumb-1.
8090 * arm.md (UNSPEC_THUMB1_CASESI): New constant.
8091 (casesi): Handle Thumb-1 when optimizing for size or PIC.
8092 (thumb1_casesi_internal_pic): New expand rule.
8093 (thumb1_casesi_dispatch): New pattern.
8094 * aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use shortened vectors for
8095 thumb-1 mode.
8096 * coff.h (JUMP_TABLES_IN_TEXT_SECTION): Thumb-1 jump tables are now
8097 in the text seciton when PIC or optimizing for size.
8098 * elf.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
8099 * lib1funcs.asm ([__ARM_EABI__]): Add an attribute describing stack
8100 preservation properties of code.
8101 (__gnu_thumb1_case_sqi, __gnu_thumb1_case_uqi): New functions.
8102 (__gnu_thumb1_case_shi, __gnu_thumb1_case_uhi): New functions.
8103 (__gnu_thumb1_case_si): New function.
8104 * t-arm (LIB1ASMSRC): Define here.
8105 (LIB1ASMFUNCS): Add some common functions.
8106 * t-arm-elf (LIB1ASMSRC): Delete.
8107 (LIB1ASMFUNCS): Append to existing set.
8108 * t-pe (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
8109 * t-strongarm-elf (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
8110 * t-symbian (LIB1ASMFUNCS): Likewise.
8111 * t-vxworks (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
8112 * t-wince-pe (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
8113
2cee1509
RG
81142009-06-21 Richard Guenther <rguenther@suse.de>
8115
8116 PR tree-optimization/38729
8117 * tree-ssa-loop-niter.c (find_loop_niter_by_eval): Restrict
8118 to loops with a single exit if -fno-expensive-optimizations.
8119
d24686d7
JJ
81202009-06-21 Jakub Jelinek <jakub@redhat.com>
8121
8122 * var-tracking.c (struct shared_hash_def, shared_hash): New types.
8123 (dataflow_set): Change vars type from htab_t to shared_hash.
8124 (shared_hash_pool, empty_shared_hash): New variables.
8125 (vars_clear): Removed.
8126 (shared_hash_shared, shared_hash_htab, shared_hash_copy,
8127 shared_hash_find_slot_unshare, shared_hash_find_slot,
8128 shared_hash_find_slot_noinsert, shared_hash_find): New
8129 static inlines.
8130 (shared_hash_unshare, shared_hash_destroy): New functions.
8131 (unshare_variable): Unshare set->vars if shared, use
8132 shared_hash_htab.
8133 (vars_copy): Use htab_traverse_noresize instead of htab_traverse.
8134 (get_init_value, find_src_set_src, dump_dataflow_set,
8135 clobber_variable_part, emit_notes_for_differences): Use
8136 shared_hash_htab.
8137 (dataflow_set_init): Remove second argument, set vars to
8138 empty_shared_hash instead of creating a new htab.
8139 (dataflow_set_clear): Call shared_hash_destroy and set vars
8140 to empty_shared_hash instead of calling vars_clear.
8141 (dataflow_set_copy): Don't call vars_copy, instead just share
8142 the src htab with dst.
8143 (variable_union): Use shared_hash_*, use initially NO_INSERT
8144 lookup if set->vars is shared. Don't keep slot cleared before
8145 calling unshare_variable. Unshare set->vars if needed.
8146 Even ->refcount == 1 vars must be unshared if set->vars is shared
8147 and var needs to be modified.
8148 (variable_canonicalize): New function.
8149 (dataflow_set_union): If dst->vars is empty, just share src->vars
8150 with dst->vars and traverse with variable_canonicalize to canonicalize
8151 and unshare what is needed.
8152 (dataflow_set_different): If old_set and new_set use the same shared
8153 htab, they aren't different. If number of htab elements is different,
8154 htabs are different. Use shared_hash_*.
8155 (dataflow_set_destroy): Call shared_hash_destroy instead of
8156 htab_delete.
8157 (compute_bb_dataflow, emit_notes_in_bb, vt_emit_notes): Don't pass
8158 second argument to dataflow_set_init.
8159 (vt_initialize): Likewise. Initialize shared_hash_pool and
8160 empty_shared_hash, move bb in/out initialization afterwards.
8161 Use variable_htab_free instead of NULL as changed_variables del hook.
8162 (variable_was_changed): Change type of second argument to pointer to
8163 dataflow_set. When inserting var into changed_variables, bump
8164 refcount. Unshare set->vars if set is shared htab and slot needs to
8165 be cleared.
8166 (set_variable_part): Use shared_hash_*, use initially NO_INSERT
8167 lookup if set->vars is shared. Unshare set->vars if needed.
8168 Even ->refcount == 1 vars must be unshared if set->vars is shared
8169 and var needs to be modified. Adjust variable_was_changed caller.
8170 (delete_variable_part): Use shared_hash_*. Even ->refcount == 1
8171 vars must be unshared if set->vars is shared and var needs to be
8172 modified. Adjust variable_was_changed caller.
8173 (emit_note_insn_var_location): Don't pool_free var.
8174 (emit_notes_for_differences_1): Initialize empty_var->refcount to 0
8175 instead of 1.
8176 (vt_finalize): Call htab_delete on empty_shared_hash->htab and
8177 free_alloc_pool on shared_hash_pool.
8178
525b459f
AG
81792009-06-20 Anthony Green <green@moxielogic.com>
8180
8181 * config/moxie/sfp-machine.h (__gcc_CMPtype, CMPtype): Define.
8182 * config/moxie/moxie.h (LOAD_EXTEND_OP): Define.
8183
825be69e
RG
81842009-06-20 Richard Guenther <rguenther@suse.de>
8185
8186 * tree-ssa-structalias.c (find_func_aliases): For memset use
8187 a constraint from NULL if we memset to zero.
8188 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Add builtins
8189 we explicitly handle that do not read from memory.
8190 (call_may_clobber_ref_p_1): Properly handle builtins that may
8191 set errno.
8192
b14e9388
RG
81932009-06-20 Richard Guenther <rguenther@suse.de>
8194
8195 PR tree-optimization/40495
8196 * tree-ssa-structalias.c (get_constraint_exp_for_temp): Remove.
8197 (new_scalar_tmp_constraint_exp): New function.
8198 (process_constraint): Do not create temporary decls.
8199 (process_all_all_constraints): Likewise.
8200 (handle_const_call): Likewise.
8201 (create_function_info_for): Do not set decl.
8202
c885ca89
ILT
82032009-06-19 Ian Lance Taylor <iant@google.com>
8204
8205 * config/rs6000/rs6000.c (rs6000_explicit_options): Make static.
8206 (rs6000_attribute_table): Make static; move before use.
8207
6569d386
EB
82082009-06-19 Eric Botcazou <ebotcazou@adacore.com>
8209
8210 * tree.c (substitute_in_expr) <COMPONENT_REF>: Tweak and reformat.
8211 <tcc_vl_exp>: Call process_call_operands on the new CALL_EXPR.
8212 Propagate the TREE_READONLY flag without overwriting it.
8213 (substitute_placeholder_in_expr) <tcc_vl_exp>: Likewise.
8214 Propagate the TREE_READONLY flag onto the result.
8215 (process_call_operands): Move around. Use correct constant value.
8216
ce41c38b
RR
82172009-06-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8218
8219 PR target/40482
897eef7b 8220 * config/arm/arm.c (thumb_shiftable_const): Truncate val to 32 bits.
ce41c38b
RR
8221 * config/arm/arm.md: Likewise.
8222
96be7a11 82232009-06-19 Ian Lance Taylor <iant@google.com>
d130ae11
ILT
8224
8225 * tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK
8226 to GIMPLE_ERROR_MARK.
8227
8228 * c-typeck.c (build_conditional_expr): Add op1_original_type and
897eef7b 8229 op2_original_type parameters. Warn about using different enum types.
d130ae11
ILT
8230 * c-parser.c (c_parser_conditional_expression): Pass original
8231 types to build_conditional_expr.
8232 * c-tree.h (build_conditional_expr): Update declaration.
8233
d4aa4f4b
ILT
82342009-06-19 Ian Lance Taylor <iant@google.com>
8235
8236 * config/i386/i386.c (ix86_function_specific_save): Test that
8237 fields match values, rather than testing the values are in a
8238 certain range.
8239
779704e7
RG
82402009-06-19 Richard Guenther <rguenther@suse.de>
8241
8242 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
8243 ADDR_EXPR pointers.
8244 (ptr_derefs_may_alias_p): Likewise.
8245 (ptr_deref_may_alias_ref_p_1): New function.
8246 (ptr_deref_may_alias_ref_p): Likewise.
8247 (ref_maybe_used_by_call_p_1): Handle builtins that are not
8248 covered by looking at the ESCAPED solution.
8249 (call_may_clobber_ref_p_1): Likewise.
8250 * tree-ssa-structalias.c (get_constraint_for_ptr_offset):
8251 Handle NULL_TREE offset. Do not produce redundant constraints.
8252 (process_all_all_constraints): New helper function.
8253 (do_structure_copy): Use it.
8254 (handle_lhs_call): Likewise.
8255 (find_func_aliases): Handle some builtins with pointer arguments
8256 and/or return values explicitly.
8257
217655da
ILT
82582009-06-19 Ian Lance Taylor <iant@google.com>
8259
8260 * varasm.c (const_rtx_hash_1): Remove const qualifier from shift.
8261
50ae5fea
ILT
82622009-06-19 Ian Lance Taylor <iant@google.com>
8263
8264 * rtl.h (SUBREG_PROMOTED_UNSIGNED_P): Add cast to int.
8265
642324bb
ILT
82662009-06-19 Ian Lance Taylor <iant@google.com>
8267
8268 * ggc-page.c (ggc_pch_write_object): Initialize emptyBytes.
8269 * sdbout.c (sdb_debug_hooks): Initialize non-SDB_DEBUGGING_INFO
8270 version.
8271
8272 * c-decl.c (finish_decl): If -Wc++-compat, warn about
8273 uninitialized const.
8274
dc491a25
ILT
82752009-06-19 Ian Lance Taylor <iant@google.com>
8276
8277 * dse.c (struct store_info): Rename bitmap field to bmap. Change
8278 all uses.
8279
8280 * c-decl.c (in_struct, struct_types): Remove.
8281 (struct c_binding): Add in_struct field.
8282 (c_binding_ptr): Define type, along with VEC.
8283 (struct c_struct_parse_info): Define.
8284 (struct_parse_info): New static variable.
8285 (bind): Initialize in_struct field.
8286 (start_struct): Remove enclosing_in_struct and
8287 enclosing_struct_types parameters. Add
8288 enclosing_struct_parse_info parameter. Change all callers. Set
8289 struct_parse_info rather than in_struct and struct_types.
8290 (grokfield): If -Wc++-compat and there is a symbol binding for the
8291 field name, set the in_struct flag and push it on the
8292 struct_parse_info->fields vector.
8293 (warn_cxx_compat_finish_struct): New static function.
8294 (finish_struct): Remove enclosing_in_struct and
8295 enclosing_struct_types parameters. Add
8296 enclosing_struct_parse_info parameter. Change all callers. Don't
8297 set C_TYPE_DEFINED_IN_STRUCT here. Call
8298 warn_cxx_compat_finish_struct. Free struct_parse_info and set to
8299 parameter. Only push on struct_types if warn_cxx_compat.
8300 (finish_enum): Only push on struct_types if warn_cxx_compat.
8301 (declspecs_add_type): Add loc parameter. Change all callers.
8302 Change all error calls to error_at. Pass loc, not input_location,
8303 to pedwarn calls. Warn if -Wc++-compat and a typedef name is
8304 defined in a struct. If -Wc++-compat and parsing a struct, record
8305 that a typedef name was used.
8306 * c-parser.c (c_parser_declspecs): Get location to pass to
8307 declspecs_add_type.
8308 (c_parser_struct_or_union_specifier): Update calls to start_struct
8309 and finish_struct.
8310 * c-tree.h (struct c_struct_parse_info): Declare.
8311 (finish_struct, start_struct): Update declarations.
8312 (declspecs_add_type): Update declaration.
8313
88eeff6f
ILT
83142009-06-19 Ian Lance Taylor <iant@google.com>
8315
8316 * c-decl.c (grokdeclarator): If -Wc++-compat, warn about a global
8317 variable with an anonymous type.
8318
28a876a4
UB
83192009-06-19 Uros Bizjak <ubizjak@gmail.com>
8320
8321 * see.c: Remove for real.
8322
dc6707b8
UB
83232009-06-19 Uros Bizjak <ubizjak@gmail.com>
8324
8325 * optabs.h (enum optab_index): Add new OTI_significand.
8326 (significand_optab): Define corresponding macro.
8327 * optabs.c (init_optabs): Initialize significand_optab.
8328 * genopinit.c (optabs): Implement significand_optab using
8329 significand?f2 patterns.
8330 * builtins.c (expand_builtin_mathfn): Handle
8331 BUILT_IN_SIGNIFICAND{,F,L}.
8332 (expand_builtin): Expand BUILT_IN_SIGNIFICAND{,F,L} using
8333 expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
8334
8335 * config/i386/i386.md (significandxf2, significand<mode>2): New
8336 expanders to implement significandf, significand and significandl
8337 built-ins as inline x87 intrinsics.
8338
dd26af70
AS
83392009-06-18 Anatoly Sokolov <aesok@post.ru>
8340
8341 * config/avr/avr.c (avr_override_options): Remove setting value of
8342 PARAM_INLINE_CALL_COST.
8343
394bd84d
RH
83442009-06-18 Richard Henderson <rth@redhat.com>
8345
8346 PR 40488
8347 * tree-pass.h (TDF_ASMNAME): New.
8348 * tree-dump.c (dump_options): Add asmname.
8349 * doc/invoke.texi: Document it.
8350
8351 * tree-pretty-print.c (maybe_dump_asm_name): Merge into...
8352 (dump_decl_name): ...here.
8353 (dump_function_name): New flags arg; mind TDF_ASMNAME.
8354 (dump_generic_node): Update dump_function_name calls.
8355 (print_call_name): New flags arg; update all dump calls.
8356 * diagnostic.h (print_call_name): Update.
8357 * gimple-pretty-print.c (dump_gimple_call): Update.
8358
2a457a9b
L
83592009-06-18 H.J. Lu <hongjiu.lu@intel.com>
8360
8361 PR target/40470
8362 * config/i386/i386.h (CLASS_LIKELY_SPILLED_P): Add SSE_FIRST_REG.
8363
fca5bb5c
DN
83642009-06-18 Diego Novillo <dnovillo@google.com>
8365
8366 * doc/plugins.texi: Document plugin_is_GPL_compatible.
8367 * plugin.c (str_license): Declare.
8368 (try_init_one_plugin): Assert that the symbol
8369 'plugin_is_GPL_compatible' exists.
8370
b6680d72
SD
83712009-06-18 Sergei Dyshel <sergeid@il.ibm.com>
8372
8373 * see.c: Remove.
8374 * Makefile.in (OBJS-common): Remove see.o.
8375 (see.o): Remove.
8376 * common.opt (fsee): Mark as preserved for backward compatibility.
f100a4a8 8377 * opts.c (common_handle_option): Add OPT_fsee to the backward
b6680d72
SD
8378 compatibility section.
8379 * passes.c (init_optimization_passes, pass_see): Remove pass.
8380 * timevar.def (TV_SEE): Remove.
8381 * tree-pass.h (pass_see): Remove declaration.
8382 * doc/invoke.texi (-fsee): Remove documentation.
f100a4a8 8383
2a45675f
MJ
83842009-06-18 Martin Jambor <mjambor@suse.cz>
8385
8386 * tree-sra.c: Include statistics.h
8387 (sra_stats): New variable.
8388 (sra_initialize): Clear sra_stats.
8389 (create_access_replacement): Increment sra_stats.replacements.
8390 (get_access_replacement): Do not return twice.
8391 (analyze_all_variable_accesses): Increment statistics counter by the
8392 number of scalarized aggregates.
8393 (generate_subtree_copies): Increment sra_stats.subtree_copies.
8394 (sra_modify_expr): Increment sra_stats.exprs.
8395 (load_assign_lhs_subreplacements): Increment sra_stats.subreplacements.
8396 (sra_modify_assign): Increment sra_stats.exprs,
8397 sra_stats.separate_lhs_rhs_handling and sra_stats.deleted.
8398 (perform_intra_sra): Update statistics counters.
8399 * Makefile.in (tree-sra.o): Add statistics.h to dependencies.
8400
bdc4827b
SL
84012009-06-18 Sandra Loosemore <sandra@codesourcery.com>
8402
8403 * config/arm/arm.c (TARGET_SCALAR_MODE_SUPPORTED_P): Redefine.
8404 (arm_scalar_mode_supported_p): New function.
8405
d9dd51dc
PB
84062009-06-18 Paul Brook <paul@codesourcery.com>
8407 Sandra Loosemore <sandra@codesourcery.com>
8408
8409 * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANSIGN_H): Define.
8410 (__extendhfsf2, __truncsfhf2): Define.
8411 * config/arm/fp16.c: New file.
8412 * config/arm/t-bpabi (LIB2FUNCS_STATIC_EXTRA): Add fp16.c.
8413 * config/arm/t-symbian (LIB2FUNCS_STATIC_EXTRA): Add fp16.c.
8414
0fd8c3ad
SL
84152009-06-18 Sandra Loosemore <sandra@codesourcery.com>
8416
8417 * doc/extend.texi (Half-Precision): New section.
8418 * doc/invoke.texi (Option Summary): List -mfp16-format.
8419 (ARM Options): List neon-fp16 as -mfpu value. Document -mfp16-format.
8420 * config/arm/arm.opt (mfp16-format=): New.
8421 * config/arm/arm.c: Include intl.h.
8422 (TARGET_INVALID_PARAMETER_TYPE): Redefine.
8423 (TARGET_INVALID_RETURN_TYPE): Redefine.
8424 (TARGET_PROMOTED_TYPE): Redefine.
8425 (TARGET_CONVERT_TO_TYPE): Redefine.
8426 (arm_fp16_format): Define.
8427 (all_fpus): Add entry for neon-fp16.
8428 (fp_model_for_fpu): Likewise.
8429 (struct fp16_format): Declare.
8430 (all_fp16_formats): Define.
8431 (arm_init_libfuncs): Add entries for HFmode conversions and arithmetic
8432 functions.
8433 (arm_override_options): Set arm_fp16_format. Call sorry for fp16
8434 and no ldrh.
8435 (arm_legitimate_index_p): Treat HFmode like HImode.
8436 (thumb1_legitimate_address_p): Make it recognize HFmode constants.
8437 (coproc_secondary_reload_class): Special-case HFmode.
8438 (arm_print_operand): Add 'z' specifier for vld1.16/vst1.16.
8439 (arm_hard_regno_mode_ok): Allow HFmode values in VFP registers.
8440 (arm_init_fp16_builtins): New.
8441 (arm_init_builtins): Call it.
8442 (arm_invalid_parameter_type): New.
8443 (arm_invalid_return_type): New.
8444 (arm_promoted_type): New.
8445 (arm_convert_to_type).
8446 (arm_file_start): Deal with neon-fp16 as fpu_name. Emit tag for fp16
8447 format.
8448 (arm_emit_fp16_const): New function.
8449 (arm_mangle_type): Mangle __fp16 as "Dh".
8450 * config/arm/arm.h (TARGET_VFPD32): Make it know about
8451 FPUTYPE_NEON_FP16.
8452 (TARGET_NEON_FP16): New.
8453 (TARGET_NEON): Make it know about FPUTYPE_NEON_FP16.
8454 (enum fputype): Add FPUTYPE_NEON_FP16.
8455 (enum arm_fp16_format_type): Declare.
8456 (arm_fp16_format): Declare.
8457 (LARGEST_EXPONENT_IS_NORMAL): Define.
8458 * config/arm/arm-protos.h (arm_emit_fp16_const): Declare.
8459 * config/arm/arm-modes.def (HFmode): Define.
8460 * config/arm/vfp.md: (*movhf_vfp): New.
8461 (extendhfsf2): New.
8462 (truncsfhf2): New.
8463 * config/arm/arm.md: (fpu): Add neon_fp16.
8464 (floatsihf2, floatdihf2): New.
8465 (fix_trunchfsi2, fix_trunchfdi2): New.
8466 (truncdfhf2): New.
8467 (extendhfdf2): New.
8468 (movhf): New.
8469 (*arm32_movhf): New.
8470 (*thumb1_movhf): New.
8471 (consttable_2): Add check for HFmode constants.
8472 (consttable_4): Handle HFmode constants.
8473
2c2f70e1
UB
84742009-06-18 Uros Bizjak <ubizjak@gmail.com>
8475
8476 * convert.c (convert_to_integer): Convert (int)logb() into ilogb().
8477
db4fa1c1
OH
84782009-06-17 Olivier Hainque <hainque@adacore.com>
8479
8480 * collect2.c (main): Use CONST_CAST2 to perform char ** to
8481 const char ** conversion in AIX specific section.
f100a4a8 8482
6bec4135
L
84832009-06-17 H.J. Lu <hongjiu.lu@intel.com>
8484
8485 * config/i386/i386.c (ix86_special_builtin_type): Remove
8486 UINT64_FTYPE_PINT. Add UINT64_FTYPE_PUNSIGNED.
8487 (bdesc_special_args): Updated.
8488 (ix86_init_mmx_sse_builtins): Likewise.
8489 (ix86_expand_special_args_builtin): Likewise.
8490
958d6d58
RH
84912009-06-17 Richard Henderson <rth@redhat.com>
8492
8493 * tree-pretty-print.c (maybe_dump_asm_name): New.
8494 (dump_decl_name): Use it.
8495 (PRINT_FUNCTION_NAME): Merge into...
8496 (dump_function_name): ... here. Use maybe_dump_asm_name.
8497
ed5ef2e4
CC
84982009-06-17 Cary Coutant <ccoutant@google.com>
8499
8500 * dbxout.c (dbxout_source_line): Add is_stmt parameter.
8501 Change caller.
8502 * debug.c (struct gcc_debug_hooks): Change placeholder for
8503 source_line hook.
8504 (debug_nothing_int_charstar_int): Replaced by...
8505 (debug_nothing_int_charstar_int_bool): ...this.
8506 * debug.h (struct gcc_debug_hooks): Add is_stmt parameter to
8507 source_line prototype.
8508 (debug_nothing_int_charstar_int): Replaced by...
8509 (debug_nothing_int_charstar_int_bool): ...this.
8510 * defaults.h (SUPPORTS_DISCRIMINATOR): New constant.
8511 * dwarf2out.c (dwarf2out_source_line): Add is_stmt parameter.
8512 Output is_stmt operand when necessary.
01a0acb7 8513 * final.c (final_scan_insn): Pass is_stmt to source_line debug hook.
ed5ef2e4
CC
8514 (notice_source_line): Add is_stmt parameter.
8515 * sdbout.c (sdbout_source_line): Add is_stmt parameter.
8516 * vmsdbgout.c (vmsdbgout_source_line): Add is_stmt parameter.
8517 Change callers.
8518 * xcoffout.c (xcoffout_source_line): Add is_stmt parameter.
8519 * xcoffout.h (xcoffout_source_line): Add is_stmt parameter.
8520
b0f43ca0
ILT
85212009-06-17 Ian Lance Taylor <iant@google.com>
8522
8523 * expr.c (struct move_by_pieces_d): Rename from move_by_pieces.
8524 Change all uses.
8525 (struct store_by_pieces_d): Rename from store_by_pieces. Change
8526 call uses.
8527
23314e77
AN
85282009-06-17 Adam Nemet <anemet@caviumnetworks.com>
8529
8530 * tree.h (STRIP_NOPS, STRIP_SIGN_NOPS,
8531 STRIP_USELESS_TYPE_CONVERSION): Use tree_strip_nop_conversions,
8532 tree_strip_sign_nop_conversions and
8533 tree_ssa_strip_useless_type_conversions rather than stripping
8534 the operations here.
8535 (tree_strip_nop_conversions, tree_strip_sign_nop_conversions):
8536 Declare them.
8537 * gimple.h (tree_ssa_strip_useless_type_conversions): Declare it.
8538 * tree-ssa.c (tree_ssa_strip_useless_type_conversions): New function.
8539 * tree.c (tree_nop_conversion, tree_sign_nop_conversion,
8540 tree_strip_nop_conversions, tree_strip_sign_nop_conversions): New
8541 functions.
8542
799dbb0f
ME
85432009-06-17 Michael Eager <eager@eagercon.com>
8544
c637b0fa
UB
8545 * config/rs6000/constraints.md (register_constraint "d"): New.
8546 * config/rs6000/dfp.md (movsd_store, extendsddd2, extendsdtd2,
8547 truncddsd2, *negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
8548 *movdd_hardfloat32, *movdd_hardfloat64_mfpgpr, *movdd_hardfloat64,
8549 *negtd2_fp, *abstd2_fpr, *nabstd2_fpr, *movtd_internal, extendddtd2,
8550 trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
8551 divtd3, *cmpdd_internal1, *cmptd_internal1, floatditd2, ftruncdd2,
8552 fixdddi2, ftrunctd2, fixtddi2): replace 'f' constraint with 'd'
8553 * config/rs6000/ppu_intrinsics.h (__mffs, __mtfsf, __mtfsfi, __fabs,
799dbb0f
ME
8554 __fnabs, __fmadd, __fmsub, __fnmadd, __fnmsub, __fsel, __frsqrte,
8555 __fsqrt, __fmul, __fmuls, __frsp, __fcfid, __fctid, __fctidz, __fctiw,
c637b0fa
UB
8556 __fctiwz): Same.
8557 * config/rs6000/rs6000.md (*extendsfdf2_fpr, *truncdfsf2_fpr,
799dbb0f
ME
8558 *fseldfsf4, *negdf2_fpr, *absdf2_fpr, *nabsdf2_fpr, *adddf3_fpr,
8559 *subdf3_fpr, *muldf3_fpr, *divdf3_fpr, recipdf3, fred, sqrtdf2,
8560 *fseldfdf4, *fselsfdf4, *floatsidf2_internal, *floatunssidf2_internal,
c637b0fa
UB
8561 *fix_truncdfsi2_internal, fix_truncdfsi2_internal_gfxopt,
8562 fix_truncdfsi2_mfpgpr, fctiwz, btruncdf2, ceildf2, floordf2, rounddf2,
8563 stfiwx, floatdidf2, fix_truncdfdi2, floatdisf2_internal1,
8564 *movdf_hardfloat32, *movdf_hardfloat64_mfpgpr, *movdf_hardfloat64,
8565 *movtf_internal, *extenddftf2_internal, trunctfdf2_internal1,
8566 trunctfdf2_internal2, trunctfsf2_fprs, fix_trunc_helper,
8567 *fix_trunctfsi2_internal, negtf2_internal, *movdi_internal32,
8568 *movdi_mfpgpr, *movdi_internal64, *movdf_update1, *movdf_update2,
8569 *cmpdf_internal1, *cmptf_internal1, *cmptf_internal2): Same.
799dbb0f
ME
8570 * doc/md.texi: Describe PowerPC 'd' constraint, update 'f' constraint.
8571
1469de3c
ILT
85722009-06-16 Ian Lance Taylor <iant@google.com>
8573
8574 * profile.c (total_num_never_executed): Don't define.
8575 (compute_branch_probabilities): Don't count or print
8576 num_never_executed.
8577 (init_branch_prob): Don't set total_num_never_executed.
8578 (end_branch_prob): Don't print total_num_never_executed.
8579
2cb0a60d
DD
85802009-06-17 David Daney <ddaney@caviumnetworks.com>
8581
c637b0fa 8582 * jump.c (cleanup_barriers): Handle case of no insns before a barrier.
2cb0a60d 8583
82882240
DE
85842009-06-17 David Edelsohn <edelsohn@gnu.org>
8585
8586 * config/rs6000/dfp.md (nabsdd2_fpr): Correct mode.
8587 (nabstd2_fpr): Same.
8588
a1a65f89
SE
85892009-06-17 Steve Ellcey <sje@cup.hp.com>
8590
8591 * expr.c (expand_assignment): Change complex type check.
8592
07ae5620
BS
85932009-06-17 Basile Starynkevitch <basile@starynkevitch.net>
8594
f100a4a8 8595 * doc/plugins.texi (Building GCC plugins): Added new section.
07ae5620 8596
5eb4df45
ILT
85972009-06-17 Ian Lance Taylor <iant@google.com>
8598
8599 * c-pch.c (get_ident): Don't set size of templ array.
8600 (pch_init): Don't set size of partial_pch array.
8601
8602 * c-typeck.c (digest_init): If -Wc++-compat, warn about using a
8603 string constant to intialize an array whose size is the length of
8604 the string.
8605
4d61856d
RG
86062009-06-17 Richard Guenther <rguenther@suse.de>
8607
8608 PR tree-optimization/40389
8609 * tree-ssa-structalias.c (handle_rhs_call): Restrict NRV case
8610 to addressable types.
8611 * gimple.c (walk_stmt_load_store_addr_ops): Likewise.
8612
3cb8677c
RG
86132009-06-17 Richard Guenther <rguenther@suse.de>
8614
8615 PR middle-end/40460
8616 * tree-chrec.h (build_polynomial_chrec): If we cannot determine
8617 if there is no evolution of left in the loop bail out.
8618 * tree-chrec.c (chrec_fold_multiply_poly_poly): CSE one
8619 chrec_fold_multiply.
8620
a4d99c86
R
86212009-06-16 J"orn Rennecke <joern.rennecke@arc.com>
8622 Janis Johnson <janis187@us.ibm.com>
8623
8624 PR target/39254
8625 * config/rs6000/rs6000.c (rs6000_emit_move): Don't emit a USE
8626 for the symbol ref of a constant that is the source of a move
8627 - nor for any other not-obvious-label-ref constants.
8628
8dd1bca0
OR
86292009-06-16 Olatunji Ruwase <tjruwase@google.com>
8630
1469de3c 8631 * plugin.c (position_pass): Skip newly inserted pass during list
8dd1bca0
OR
8632 traversal to avoid repeated insertion.
8633
8019538f
ILT
86342009-06-16 Ian Lance Taylor <iant@google.com>
8635
8636 * vec.h (VEC_stack_alloc): Define different version if
8637 GATHER_STATISTICS is defined, to accept and ignore MEM_STAT.
8638 (DEF_VEC_ALLOC_FUNC_P_STACK): Remove MEM_STAT_DECL.
8639 (DEF_VEC_ALLOC_FUNC_O_STACK): Likewise.
8640 (DEF_VEC_ALLOC_FUNC_I_STACK): Likewise.
8641
7c45393e
L
86422009-06-16 H.J. Lu <hongjiu.lu@intel.com>
8643
8644 * config.gcc (extra_headers): Add ia32intrin.h for x86.
8645
8646 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_BSRSI,
8647 IX86_BUILTIN_BSRDI. IX86_BUILTIN_RDPMC, IX86_BUILTIN_RDTSC.
8648 IX86_BUILTIN_RDTSCP. IX86_BUILTIN_ROLQI, IX86_BUILTIN_ROLHI,
8649 IX86_BUILTIN_RORQI and IX86_BUILTIN_RORHI.
8650 (ix86_special_builtin_type): Add UINT64_FTYPE_VOID,
8651 UINT64_FTYPE_PINT, INT_FTYPE_INT, UINT64_FTYPE_INT,
c637b0fa 8652 INT64_FTYPE_INT64, UINT16_FTYPE_UINT16_INT and UINT8_FTYPE_UINT8_INT.
7c45393e
L
8653 (bdesc_special_args): Add __builtin_ia32_rdtsc and
8654 __builtin_ia32_rdtscp.
8655 (bdesc_args): Add __builtin_ia32_bsrsi, __builtin_ia32_bsrdi,
8656 __builtin_ia32_rolqi, __builtin_ia32_rolhi, __builtin_ia32_rorqi
c637b0fa 8657 and __builtin_ia32_rorhi.
7c45393e
L
8658 (ix86_init_mmx_sse_builtins): Handle UINT64_FTYPE_VOID,
8659 UINT64_FTYPE_PINT, INT_FTYPE_INT, UINT64_FTYPE_INT,
c637b0fa 8660 INT64_FTYPE_INT64, UINT16_FTYPE_UINT16_INT and UINT8_FTYPE_UINT8_INT.
7c45393e
L
8661 (ix86_expand_args_builtin): Likewise.
8662 (ix86_expand_special_args_builtin): Likewise.
8663
8664 * config/i386/i386.md (UNSPECV_RDTSCP): New.
8665 (UNSPECV_RDTSC): Likewise.
8666 (UNSPECV_RDPMC): Likewise.
c637b0fa 8667 (*bsr): Renamed to ...
7c45393e 8668 (bsr): This
c637b0fa 8669 (*bsr_rex64): Renamed to ...
7c45393e
L
8670 (bsr_rex64): This.
8671 (rdpmc): New.
8672 (*rdpmc): Likewise.
8673 (*rdpmc_rex64): Likewise.
8674 (rdtsc): Likewise.
8675 (*rdtsc): Likewise.
8676 (*rdtsc_rex64): Likewise.
8677 (rdtscp): Likewise.
8678 (*rdtscp): Likewise.
8679 (*rdtscp_rex64): Likewise.
8680
8681 * config/i386/ia32intrin.h: New.
8682
8683 * config/i386/x86intrin.h: Include <ia32intrin.h>.
8684
504b33d8
ILT
86852009-06-16 Ian Lance Taylor <iant@google.com>
8686
8687 * ira-build.c (copy_info_to_removed_store_destinations):
8688 Initialize parent_a.
8689
f9551830
ILT
86902009-06-16 Ian Lance Taylor <iant@google.com>
8691
8692 * c-decl.c (grokdeclarator): Change size_varies to bool.
8693
c32e2175
ILT
86942009-06-16 Ian Lance Taylor <iant@google.com>
8695
8696 * sel-sched.c: Make forward declarations of move_op_hooks and
8697 fur_hooks explicitly extern.
8698
415a06c2
ILT
86992009-06-16 Ian Lance Taylor <iant@google.com>
8700
c637b0fa 8701 * df-problems.c (df_byte_lr_alloc): Don't set problem_data to itself.
415a06c2
ILT
8702 * vec.c (vec_gc_o_reserve_1): Don't set alloc to itself.
8703
675f99c9
ILT
87042009-06-16 Ian Lance Taylor <iant@google.com>
8705
8706 * resource.c (mark_referenced_resources): Change
8707 include_delayed_effects parameter to bool. Change all callers.
8708 (mark_end_of_function_resources): Likewise.
8709 * reorg.c (insn_references_resource_p): Likewise.
8710 (insn_sets_resource_p): Likewise.
8711 * resource.h (mark_referenced_resources): Update declaration.
8712 (mark_end_of_function_resources): Update declaration.
8713
a322799d
DE
87142009-06-16 David Edelsohn <edelsohn@gnu.org>
8715
8716 * config/rs6000/aix.h (LIBSTDCXX_STATIC): Remove -lstdc++.
8717
c58c92f5
DE
87182009-06-16 David Edelsohn <edelsohn@gnu.org>
8719
8720 * doc/install.texi (*-*-aix): Update explanation of XLC bootstrap.
8721 GCC can bootstrap on AIX with GNU Binutils 2.20.
8722
95228603
ILT
87232009-06-16 Ian Lance Taylor <iant@google.com>
8724
8725 * Makefile.in (tree-vect-stmts.o): Depend upon $(TOPLEV_H).
8726
9c727c9a
ILT
87272009-06-16 Ian Lance Taylor <iant@google.com>
8728
8729 * toplev.h (floor_log2): If GCC_VERSION >= 3004, declare as static
8730 inline, not extern inline.
8731 (exact_log2): Likewise.
8732 * toplev.c (floor_log2): Only define if GCC_VERSION < 3004. Don't
8733 test CLZ_HWI.
8734 (exact_log2): Likewise, but don't test CTZ_HWI.
8735
5fd8300b
ILT
87362009-06-16 Ian Lance Taylor <iant@google.com>
8737
8738 * bitmap.c (bitmap_clear): Don't declare as inline.
8739 * gimple.c (gimplify_assign): Likewise.
8740 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
8741 * haifa-sched.c (insn_cost): Don't declare with HAIFA_INLINE.
8742 (sched_scan_info): Remove duplicate definition.
8743
7d882b83
ILT
87442009-06-16 Ian Lance Taylor <iant@google.com>
8745
8746 * c-common.c (skip_evaluation): Don't define.
8747 (c_inhibit_evaluation_warnings): Define global variable.
8748 (overflow_warning): Check c_inhibit_evaluation_warnings rather
8749 than skip_evaluation.
8750 (convert_and_check, warn_for_div_by_zero): Likewise.
8751 * c-common.h (skip_evaluation): Don't declare.
8752 (c_inhibit_evaluation_warnings): Declare.
8753 * c-parser.c (c_parser_typeof_specifier): Set
8754 c_inhibit_evaluation_warnings rather than skip_evaluation.
8755 (c_parser_conditional_expression): Likewise.
8756 (c_parser_binary_expression): Likewise.
8757 (c_parser_sizeof_expression): Likewise.
8758 (c_parser_alignof_expression): Likewise.
8759 * c-typeck.c (build_indirect_ref): Check
8760 c_inhibit_evaluation_warnings rather than skip_evaluation.
8761 (build_conditional_expr, build_binary_op): Likewise.
8762
2e407842
RG
87632009-06-16 Richard Guenther <rguenther@suse.de>
8764
8765 * tree-ssa-alias.c (is_escape_site): Remove.
8766 * tree-ssa-alias.h (enum escape_type): Remove.
8767 (is_escape_site): Likewise.
8768 * tree-ssa-structalias.c (find_func_aliases): Handle escapes
8769 via casts and asms without deferring to is_escape_site.
8770
f2ff8872
JJ
87712009-06-16 Jakub Jelinek <jakub@redhat.com>
8772
8773 PR middle-end/40446
8774 * expr.c (expand_expr_real_1) <case VIEW_CONVERT_EXPR>: Don't
8775 use gen_lowpart if op0 has complex mode.
8776
de70bb20
RG
87772009-06-16 Richard Guenther <rguenther@suse.de>
8778
8779 * tree-ssa-structalias.c (do_ds_constraint): Stores in global
8780 variables add them to ESCAPED.
c637b0fa 8781 (find_func_aliases): Do not make all indirectly stored values escaped.
de70bb20 8782
daa0eeb8
RAE
87832009-06-16 Rafael Avila de Espindola <espindola@google.com>
8784
8785 * config/i386/winnt.c (i386_pe_encode_section_info): Update call to
8786 make_decl_one_only.
8787
0ec19b8c
MJ
87882009-06-16 Martin Jambor <mjambor@suse.cz>
8789
8790 PR tree-optimization/40432
8791 * tree-sra.c (sra_modify_assign): When creating VIEW_CONVERT_EXPR,
8792 check whether we need to force gimple register operand.
8793
2b26b801
MJ
87942009-06-16 Martin Jambor <mjambor@suse.cz>
8795
8796 PR tree-optimization/40413
8797 * tree-sra.c (load_assign_lhs_subreplacements): Pass offset to
8798 build_ref_for_offset.
8799 (propagate_subacesses_accross_link): Fix a typo in a comment.
8800
7c5222ff
IR
88012009-06-16 Ira Rosen <irar@il.ibm.com>
8802
8803 * tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction
8804 with additional parameter.
c637b0fa 8805 * tree-vectorizer.h (enum vect_def_type): Add new value
7c5222ff
IR
8806 vect_nested_cycle.
8807 (enum vect_relevant): Add comments.
8808 (vect_is_simple_reduction): Add new argument.
8809 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Add comments.
8810 Detect nested cycles.
8811 (vect_is_simple_reduction): Update documentation, add an argument to
8812 distinguish inner-loop reduction from nested cycle, detect nested
8813 cycles, fix printings and indentation, don't swap operands in case
8814 of nested cycle.
8815 (get_initial_def_for_reduction): Handle subtraction.
8816 (vect_create_epilog_for_reduction): Add new argument to specify
8817 reduction variable.
8818 (vect_finalize_reduction): Handle subtraction, fix comments.
c637b0fa 8819 (vectorizable_reduction): Handle nested cycles. In case of nested
f100a4a8 8820 cycle keep track of the reduction variable position. Call
7c8b1a77 8821 vect_is_simple_reduction with additional parameter. Use original
7c5222ff
IR
8822 statement code in reduction epilogue for nested cycle. Call
8823 vect_create_epilog_for_reduction with additional parameter.
c637b0fa
UB
8824 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Assert
8825 inner-loop vectorization.
7c5222ff
IR
8826 (vect_recog_widen_sum_pattern): Likewise.
8827 * tree-vect-stmts.c (process_use): Distinguish between nested cycles
8828 and reductions.
8829 (vect_mark_stmts_to_be_vectorized): Likewise.
8830 (vect_get_vec_def_for_operand): Handle nested cycles.
8831
d376d545
RW
88322009-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8833
8834 * doc/invoke.texi (Debugging Options): Fix option index entries
8835 for -fdump-statistics, -frandom-seed add entries for
8836 -fdump-tree-original, -fdump-tree-optimized, -frandom-seed.
8837 (FRV Options): Fix entries for -mTLS, -mtls.
8838 (HPPA Options): Fix entries for -mgnu-ld, -mhp-ld.
8839 (i386 and x86-64 Options): Fix entry for -mno-red-zone.
8840 (M68hc1x Options): Fix @itemx for -mnominmax.
8841 (MCore Options): Fix entry for -mno-lsim.
8842 (MMIX Options): Fix entry for -mabi=mmixware.
8843 (PDP-11 Options): Fix entry for -mbcopy-builtin.
8844
bd117bb6
BS
88452009-06-16 Basile Starynkevitch <basile@starynkevitch.net>
8846
8847 * doc/plugins.texi (Interacting with the GCC Garbage Collector):
8848 Mention the plugin mode of gengtype.
c637b0fa 8849 * doc/gty.texi (Source Files Containing Type Information): Likewise.
bd117bb6
BS
8850 * gengtype.c: Updated copyright.
8851 (plugin_files, nb_plugin_files) Added new static variables.
8852 (measure_input_list) Care about plugin_files.
8853 (write_rtx_next): Added early return in plugin mode.
8854 (create_file): Updated copyright year in generated file. Added
8855 asserts.
8856 (oprintf): Added early return if NULL outf.
8857 (get_output_file_with_visibility): Care of plugin_files.
8858 (get_output_file_name): May return null.
8859 (write_local): Added early return.
8860 (put_mangled_filename): Ditto.
8861 (finish_root_table): Added check for base_files.
8862 (write_roots): Care about null when plugins.
8863 (main): Added plugin mode.
8864
e1b7793c
ILT
88652009-06-15 Ian Lance Taylor <iant@google.com>
8866
c637b0fa 8867 * df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.
e1b7793c
ILT
8868 * gcov.c (read_count_file): Add braces around variables declared
8869 before label.
8870
8871 * c.opt (Wjump-misses-init): New warning.
8872 * c-opts.c (c_common_handle_option): Set warn_jump_misses_init for
8873 -Wall and -Wc++-compat if not already set.
8874 (c_common_post_options): Clear warn_jump_misses_init if it was not
8875 set.
8876 * c-decl.c (struct c_binding): Change type field to a union with
8877 new label field. Make it the first field in the struct. Update
8878 references to type to use u.type instead.
8879 (struct c_spot_bindings): Define.
8880 (struct c_goto_bindings): Define.
8881 (c_goto_bindings_p): Define, along with VECs.
8882 (struct c_label_vars): Define.
8883 (struct c_scope): Add has_label_bindings field.
8884 (bind_label, set_spot_bindings): New static functions.
8885 (decl_jump_unsafe, update_spot_bindings): New static functions.
8886 (update_label_decls): New static function.
8887 (pop_scope): Call update_label_decls. Don't call c_end_vm_scope.
8888 Update binding u.label field to shadowed field.
8889 (c_binding_start_stmt_expr): New function.
8890 (c_binding_end_stmt_expr): New function.
8891 (pushdecl): Don't call c_begin_vm_scope.
8892 (make_label): Add defining and p_label_vars parameters. Change
8893 all callers.
8894 (lookup_label): Correct test for whether a label has not yet been
8895 defined. Call bind_label rather than bind.
8896 (warn_about_goto): New static function.
8897 (lookup_label_for_goto): New function.
8898 (declare_label): Call bind_label rather than bind.
8899 (check_earlier_gotos): New static function.
8900 (define_label): Don't give errors about jumping into statement
8901 expressions or scopes of variably modified types. Call
8902 set_spot_bindings and check_earlier_gotos. Call bind_label
8903 instead of bind. Don't set label_context_stack_se or
8904 label_context_stack_vm.
8905 (c_get_switch_bindings): New function.
8906 (c_release_switch_bindings): New function.
8907 (c_check_switch_jump_warnings): New function.
8908 (start_function): Don't set label_context_stack_se or
8909 label_context_stack_vm.
8910 (finish_function): Likewise.
8911 * c-typeck.c (label_context_stack_se): Don't define.
8912 (label_context_stack_vm): Don't define.
8913 (c_finish_goto_label): Call lookup_label_for_goto rather than
8914 lookup_label. Don't give errors about jumping into a statement
8915 expression or the scope of a variably modified type. Don't set
8916 label_context_stack_se or label_context_stack_vm.
8917 (struct c_switch): Remove blocked_stmt_expr and blocked_vm
8918 fields. Add bindings field.
8919 (c_start_case): Don't set deleted fields. Set bindings field.
8920 (do_case): Rework order of tests. Don't check blocked_stmt_expr
8921 or blocked_vm. Call c_check_switch_jump_warnings.
8922 (c_finish_case): Don't test blocked_stmt_expr field. Call
8923 c_release_switch_bindings.
8924 (c_begin_stmt_expr): Don't increment blocked_stmt_expr in
8925 c_switch_stack. Don't walk label_context_stack_se labels. Don't
8926 set label_context_stack_se. Call c_bindings_start_stmt_expr.
8927 (c_finish_stmt_expr): Don't decrement blocked_stmt_expr in
8928 c_switch_stack. Don't walk label_context_stack_se labels. Don't
8929 set label_context_stack_se. Call c_bindings_end_stmt_expr.
8930 (c_begin_vm_scope, c_end_vm_scope): Don't define.
8931 * c-tree.h (C_DECL_UNJUMPABLE_STMT_EXPR): Don't define.
8932 (C_DECL_UNDEFINABLE_STMT_EXPR): Don't define.
8933 (C_DECL_UNJUMPABLE_VM): Don't define.
8934 (C_DECL_UNDEFINABLE_VM): Don't define.
8935 (struct c_label_list): Don't define.
8936 (struct c_label_context_se): Don't define.
8937 (struct c_label_context_vm): Don't define.
8938 (struct c_spot_bindings): Declare.
8939 (c_bindings_start_stmt_expr): Declare.
8940 (c_bindings_end_stmt_expr): Declare.
8941 (lookup_label_for_goto): Declare.
8942 (c_get_switch_bindings, c_release_switch_bindings): Declare.
8943 (c_check_switch_jump_warnings): Declare.
8944 (label_context_stack_se, label_context_stack_vm): Don't declare.
8945 (c_finish_goto_label): Update declaration.
8946 (c_begin_vm_scope, c_end_vm_scope): Don't declare.
8947 * doc/invoke.texi (Option Summary): Mention -Wjump-misses-init.
8948 (Warning Options): Document -Wjump-misses-init.
8949
98a129b9
JJ
89502009-06-15 Jakub Jelinek <jakub@redhat.com>
8951
8952 * tree-object-size.c (addr_object_size): Fix a pasto in the last
8953 change.
8954
19751f1f
RAE
89552009-06-15 Rafael Avila de Espindola <espindola@google.com>
8956
8957 * cgraph.c (cgraph_make_node_local): Use DECL_COMDAT_GROUP.
8958
d40eb158
AH
89592009-06-15 Aldy Hernandez <aldyh@redhat.com>
8960
8961 * except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.
8962
89632009-06-15 Aldy Hernandez <aldyh@redhat.com>
8964
8965 * tree-eh.c (lower_try_finally_switch): Initialize tf_loc.
8966
fc26fae3
RAE
89672009-06-15 Rafael Avila de Espindola <espindola@google.com>
8968
8969 * cgraphunit.c (cgraph_function_versioning,save_inline_function_body):
8970 Use DECL_COMDAT_GROUP instead of DECL_ONE_ONLY.
8971 * cgraph.c (cgraph_create_virtual_clone): Use DECL_COMDAT_GROUP.
8972 * config/i386/i386.c (ix86_file_end): Compute DECL_COMDAT_GROUP.
c637b0fa
UB
8973 * dwarf2asm.c (dw2_force_const_mem): Update call to
8974 make_decl_one_only.
fc26fae3
RAE
8975 * langhooks-def.h (lhd_comdat_group, LANG_HOOKS_COMDAT_GROUP): Remove.
8976 (LANG_HOOKS_DECLS): Remove LANG_HOOKS_COMDAT_GROUP.
8977 * langhooks.c (lhd_comdat_group): Remove.
8978 * langhooks.h (lang_hooks_for_decls): Remove comdat_group.
8979 * tree.h (DECL_COMDAT_GROUP): New.
8980 (DECL_ONE_ONLY): Use DECL_COMDAT_GROUP.
8981 (tree_decl_with_vis): Add comdat_group. Remove one_only.
8982 (make_decl_one_only): Change signature.
8983 * varasm.c (get_emutls_init_templ_addr, emutls_decl): Update call to
8984 make_decl_one_only.
8985 (make_decl_one_only): Change signature.
8986 (default_elf_asm_named_section): Use DECL_COMDAT_GROUP.
8987
0eb92735
RG
89882009-06-15 Richard Guenther <rguenther@suse.de>
8989
8990 PR middle-end/40439
8991 * tree.c (widest_int_cst_value): Fix bootstrap on 32bit HWI hosts.
8992
0ab352d5
AK
89932009-06-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8994
8995 * tree-ssa-math-opts.c: Remove extra divide.
8996
677fbff4
AK
89972009-06-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
8998
8999 * config/s390/s390.md ("bswap<mode>2"): Only available on z900.
9000
03bd2f1a
AK
90012009-06-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
9002
9003 * passes.c: Add bswap pass.
9004 * tree-pass.h: Add pass_optimize_bswap declaration.
9005 * tree-ssa-math-opts.c: Include diagnostics.h for print_gimple_stmt.
9006 Include rtl.h, expr.h and optabs.h for optab_handler check.
9007 (struct symbolic_number, pass_optimize_bswap): New definition.
9008 (do_shift_rotate, verify_symbolic_number_p): New functions.
9009 (find_bswap_1, find_bswap, execute_optimize_bswap): New functions.
9010 (gate_optimize_bswap): New function.
9011 * tree.c (widest_int_cst_value): New function.
9012 * tree.h (widest_int_cst_value): Prototype added.
9013
fb4c4640
SB
90142009-06-14 Steven Bosscher <steven@gcc.gnu.org>
9015
9016 * cfgcleanup.c (old_insns_match_p): Remove code to substitute
9017 REG_EQUAL/REG_EQUIV notes.
9018
1d24fdd9
RG
90192009-06-14 Richard Guenther <rguenther@suse.de>
9020
9021 PR middle-end/40389
9022 * gimple.c (walk_stmt_load_store_addr_ops): The LHS of a call
9023 has its address taken if NRV was applied and it is addressable.
9024 * tree-ssa-structalias.c (get_constraint_for_address_of): New
9025 function split out from ...
9026 (get_constraint_for_1): ... here.
9027 (handle_rhs_call): Use it to mark the return slot escaped if
9028 it is addressable and NRV was applied.
9029
4b29c5e5
AH
90302009-06-13 Aldy Hernandez <aldyh@redhat.com>
9031
9032 * config/rs6000/rs6000-protos.h (altivec_resolve_overloaded_builtin):
9033 Change first argument type to location_t.
9034 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Same.
9035 Do not set input_location.
9036 Use loc instead of input_location throughout.
9037
e1e6dc73
RG
90382009-06-13 Richard Guenther <rguenther@suse.de>
9039
1d24fdd9 9040 PR tree-optimization/40421
e1e6dc73
RG
9041 * tree-predcom.c (should_unroll_loop_p): Remove.
9042 (tree_predictive_commoning_loop): Use can_unroll_loop_p.
9043
8012b923
MM
90442009-06-13 Michael Meissner <meissner@linux.vnet.ibm.com>
9045
9046 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
9047 Add location argument.
9048
4c4bde29
AH
90492009-06-13 Aldy Hernandez <aldyh@redhat.com>
9050
9051 * config/alpha/alpha.c (alpha_build_builtin_va_list): Pass location to
9052 build_decl.
9053 * config/s390/s390.c (s390_build_builtin_va_list): Same.
9054 (s390_gimplify_va_arg): Pass location to create_artificial_label.
9055 * config/spu/spu-protos.h: Add location to
9056 spu_resolve_overloaded_builtin.
9057 * config/spu/spu.c (spu_build_builtin_va_list): Pass location to
9058 spu_build_builtin_va_list.
9059 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Add location
9060 argument. Pass location to build_function_call_vec.
9061 * config/sh/sh.c (sh_build_builtin_va_list): Pass location to
9062 build_decl.
9063 (emit_fpu_switch): Same.
9064 (sh_gimplify_va_arg_expr): Pass location to create_artificial_label.
9065 * config/xtensa/xtensa.c (xtensa_build_builtin_va_list): Pass location
9066 to build_decl and create_artificial_label.
9067 (xtensa_gimplify_va_arg_expr): Same.
9068 * config/stormy16/stormy16.c (xstormy16_build_builtin_va_list): Same.
9069 (xstormy16_gimplify_va_arg_expr): Same.
9070 * config/iq2000/iq2000.c (iq2000_expand_prologue): Same.
9071 * config/arm/arm.c (arm_build_builtin_va_list): Same.
9072 * config/mips/mips.c (mips_build_builtin_va_list): Same.
9073 (mips16_build_function_stub): Same.
9074 (mips16_build_call_stub): Same.
9075
81beb031
RE
90762009-06-13 Richard Earnshaw <rearnsha@arm.com>
9077
9078 PR target/40327
9079 * arm/constraints.md (Pa, Pb): New constraints.
f100a4a8 9080 * arm/arm.md (thumb1_addsi3): Support more complex additions. Add a
81beb031
RE
9081 split pattern to deal with them.
9082
98f6c600
JS
90832009-06-13 Joerg Sonnenberger <joerg@britannica.bec.de>
9084
9085 * doc/invoke.texi: Add missing option -Wp,OPTION in list,
9086 fix index entry for -Xpreprocessor.
9087
71856685
AH
90882009-06-12 Aldy Hernandez <aldyh@redhat.com>
9089
9090 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
9091 Add location argument to build_decl call.
9092 * config/rs6000/rs6000.c (rs6000_build_builtin_va_list): Same.
9093 (rs6000_init_builtins): Same.
9094 (spe_init_builtins): Same.
9095 (rs6000_gimplify_va_arg): Add location argument to
9096 create_artificial_label call.
9097
756b65f5
SB
90982009-06-12 Steven Bosscher <steven@gcc.gnu.org>
9099
9100 * timevar.def (TV_COMBINE_STACK_ADJUST): New timevar.
9101 * combine-stack-adj.c (pass_stack_adjustments): Use it.
9102 * Makefile.in: Fix GGC dependency for gcse.o.
9103
c2255bc4
AH
91042009-06-12 Aldy Hernandez <aldyh@redhat.com>
9105
9106 * tree-pretty-print.c (dump_generic_node): Dump column numbers.
9107 * gimple-pretty-print.c (dump_gimple_stmt): Same.
9108 * gimplify.c (gimplify_modify_expr): Set location for GIMPLE_ASSIGNs
9109 created.
9110 * c-parser.c (c_parser_binary_expression): Use current column while
9111 building binary operations.
9112 * common.opt (fshow-column): Enable by default.
9113 * tree-vrp.c (check_array_ref): Use warning_at.
9114 (check_array_bounds): Use location from call back if expr has no
9115 location.
9116 * tree.h: Add location argument to maybe_fold_*.
9117 * tree-ssa-ccp.c (ccp_fold): Pass location to maybe_fold_*.
9118 (maybe_fold_offset_to_array_ref): Add location argument and use it.
9119 (maybe_fold_offset_to_component_ref): Same.
9120 (maybe_fold_offset_to_reference): Same.
9121 (maybe_fold_offset_to_address): Same.
9122 (maybe_fold_stmt_indirect): Same.
9123 (maybe_fold_stmt_addition): Same.
9124 (fold_stmt_r): Pass location to maybe_fold_*.
9125 (fold_gimple_assign): Same.
9126 * c-tree.h: Add location argument to finish_decl,
9127 default_function_array_conversion, store_init_value.
9128 * c-decl.c (define_label): Use error_at.
9129 (c_make_fname_decl): Pass location to finish_decl.
9130 (finish_decl): New location argument.
9131 (build_compound_literal): Pass location to store_init_value.
9132 (grokdeclarator): Pass location to finish_decl.
9133 (grokfield): Same.
9134 * c-typeck.c (array_to_pointer_conversion): New location argument.
9135 (function_to_pointer_conversion): Same.
9136 (default_function_array_conversion): Same.
9137 (parser_build_unary_op): Pass location to overflow_warning.
9138 (parser_build_binary_op): Same. Use warning_at.
9139 (build_unary_op): Pass location to array_to_pointer_conversion.
9140 (build_c_cast): Pass location to digest_init.
9141 (build_modify_expr): New location argument.
9142 (convert_for_assignment): Same.
9143 (store_init_value): Same.
9144 (digest_init): Same.
9145 (output_init_element): Pass location to digest_init and
9146 array_to_pointer_conversion.
9147 (c_finish_return): Pass location to convert_for_assignment.
9148 * gimplify.c (gimplify_conversion): Pass location to
9149 maybe_fold_offset_to_address.
9150 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Pass location
9151 to maybe_fold_stmt_addition.
9152 * c-omp.c (c_finish_omp_atomic): Pass new location to
9153 build_modify_expr.
9154 (c_finish_omp_for): Same.
9155 * c-common.c (overflow_warning): New argument.
9156 * c-common.h: New argument to build_modify_expr, overflow_warning.
9157 * c-parser.c (c_parser_declaration_or_fndef): Pass location to
9158 finish_decl.
9159 (c_parser_initializer): Pass location to
9160 default_function_array_conversion.
9161 (c_parser_initelt): Same.
9162 (c_parser_initval): Same.
9163 (c_parser_asm_operands): Same.
9164 (c_parser_expr_no_commas): Same. Pass location to build_modify_expr.
9165 (c_parser_conditional_expression): Same.
9166 (c_parser_binary_expression): Add location info to stack. Use it.
9167 (c_parser_unary_expression): Pass location to
9168 default_function_array_conversion, parser_build_unary_op,
9169 build_indirect_ref, c_parser_postfix_expression_after_primary.
9170 (c_parser_postfix_expression_after_primary): New location argument.
9171 Use it.
9172 (c_parser_expression_conv): Pass location to
9173 default_function_array_conversion.
9174 (c_parser_expr_list): Same.
9175 (c_parser_omp_atomic): Same.
9176 (c_parser_omp_for_loop): Same.
9177 * c-tree.h: (struct c_declarator): Add comment to id_loc.
9178 (build_array_declarator): New argument.
9179 * c-decl.c (build_array_declarator): Add location argument.
9180 (grokdeclarator): Set id_loc for cdk_array.
9181 * c-parser.c (c_parser_direct_declarator_inner): Pass location to
9182 build_array_declarator.
9183 * tree.c (build_omp_clause): Add location argument.
9184 * tree.h (OMP_CLAUSE_HAS_LOCATION): New macro.
9185 (OMP_CLAUSE_LOCATION): New macro.
9186 (struct tree_omp_clause): Add location field.
9187 (build_omp_clause): Add argument.
9188 * testsuite/gcc.dg/gomp/for-1.c: Fix column.
9189 * cp/pt.c (tsubst_omp_for_iterator): Pass location to
9190 build_omp_clause.
9191 * cp/parser.c (cp_parser_omp_var_list_no_open): Same.
9192 (cp_parser_omp_clause_collapse): Same.
9193 (cp_parser_omp_clause_default): Same.
9194 (cp_parser_omp_clause_if): Same.
9195 (cp_parser_omp_clause_nowait): Same.
9196 (cp_parser_omp_clause_num_threads): Same.
9197 (cp_parser_omp_clause_ordered): Same.
9198 (cp_parser_omp_clause_schedule): Same.
9199 (cp_parser_omp_clause_untied): Same.
9200 (cp_parser_omp_for_loop): Same.
9201 (cp_parser_omp_parallel): Pass location to c_split_parallel_clauses.
9202 * c-tree.h (c_start_case): Add location argument.
9203 (c_process_expr_stmt): Same.
9204 (c_finish_goto_*): Same.
9205 * tree-parloops.c (initialize_reductions): Pass location to
9206 build_omp_clause.
9207 (create_parallel_loop): Same.
9208 * fortran/trans-openmp.c (gfc_trans_omp_variable_list): Same.
9209 (gfc_trans_omp_reduction_list): Same.
9210 (gfc_trans_omp_clauses): Same.
9211 (gfc_trans_omp_do): Same.
9212 * c-typeck.c (c_finish_goto_label): Same.
9213 (c_finish_goto_ptr): New location argument.
9214 (c_start_case): Same.
9215 (emit_side_effect_warnings): Same.
9216 (c_process_expr_stmt): Same.
9217 (c_finish_stmt_expr): Same.
9218 (c_finish_omp_clauses): Use error_at instead of error.
9219 * gimplify.c (gimplify_adjust_omp_clauses_1): Pass location to
9220 build_omp_clause.
9221 * c-omp.c (c_split_parallel_clauses): New location argument.
9222 * tree-nested.c (convert_nonlocal_reference_stmt): Pass location
9223 to build_omp_clause.
9224 (convert_local_reference_stmt): Same.
9225 (convert_gimple_call): Same.
9226 * c-common.h (c_split_parallel_clauses): New argument.
9227 * c-parser.c (c_parser_statement_after_labels): Pass location to
9228 c_finish_goto_label.
9229 (c_parser_switch_statement): Pass location to c_start_case.
9230 (c_parser_for_statement): Pass location to c_finish_expr_stmt,
9231 and c_process_expr_stmt.
9232 (c_parser_omp_variable_list): Add location argument.
c637b0fa 9233 (c_parser_omp_clause_collapse): Pass location to build_omp_clause.
c2255bc4
AH
9234 (c_parser_omp_clause_default): Same.
9235 (c_parser_omp_clause_if): Same.
9236 (c_parser_omp_clause_num_threads): Same.
9237 (-c_parser_omp_clause_ordered): Same.
9238 (c_parser_omp_clause_reduction): Pass location to
9239 c_parser_omp_variable_list.
9240 (c_parser_omp_clause_schedule): Pass location to build_omp_clause.
9241 (c_parser_omp_clause_untied): Same.
9242 (c_parser_omp_for_loop): Pass location to c_process_expr_stmt.
c637b0fa 9243 (c_parser_omp_parallel): Pass location to c_split_parallel_clauses.
c2255bc4
AH
9244
9245 * c-tree.h (check_for_loop_decls, undeclared_variable,
9246 build_component_ref, build_array_ref, build_external_ref,
9247 c_expr_sizeof_expr, c_expr_sizeof_type, parser_build_unary_op,
9248 build_conditional_expr, build_compound_expr, c_cast_expr,
9249 build_c_cast, build_asm_expr, c_end_compound_stmt, c_finish_stmt_expr,
9250 c_finish_return, c_finish_omp_parallel, c_finish_omp_task): New
9251 argument.
9252 * c-semantics.c (build_stmt): Same.
9253 (build_case_label): Same.
9254 * c-decl.c (c_finish_incomplete_decl): Pass location on down.
9255 (undeclared_variable): New argument.
9256 (make_label): Same.
9257 (lookup_label): Pass location on down.
9258 (define_label): Same.
9259 (finish_decl): Same.
9260 (build_compound_literal): Same.
9261 (finish_struct): Same.
9262 (finish_function): Do not set location here.
9263 (check_for_loop_decls): New argument.
9264 * tree.c (save_expr): Set location.
9265 (build_empty_stmt): New argument.
9266 * tree.h (build_empty_stmt): New argument to build_empty_stmt.
9267 (CAN_HAVE_LOCATION_P): Make sure we have a non empty node.
9268 * builtins.c (gimplify_va_arg_expr): Use locations.
9269 (expand_builtin_sync_operation): Same.
9270 * c-typeck.c (build_component_ref): New argument.
9271 (build_array_ref): Same.
9272 (build_external_ref): Same.
9273 (c_expr_sizeof_expr): Same.
9274 (c_expr_sizeof_type): Same.
9275 (parser_build_unary_op): Same.
9276 (build_conditional_expr): Same.
9277 (build_compound_expr): Pass location on down.
9278 (build_compound_expr): New argument.
9279 (build_c_cast): Same.
9280 (c_cast_expr): Same.
9281 (build_asm_expr): Same.
9282 (c_finish_return): Same.
9283 (c_process_expr_stmt): Pass location on down.
9284 (c_finish_stmt_expr): New argument.
9285 (push_clenaup): Same.
9286 (c_finish_omp_parallel): Same.
9287 (c_finish_omp_task): Same.
9288 * gimplify.c (gimplify_call_expr): Pass location on down.
9289 * c-omp.c (c_finish_omp_master): New argument.
9290 (c_finish_omp_critical): Same.
9291 (c_finish_omp_ordered): Same.
9292 (c_finish_omp_barrier): Same.
9293 (-c_finish_omp_taskwait): Same.
9294 (c_finish_omp_atomic): Same.
9295 (c_finish_omp_flush): Same.
9296 * tree-inline.c (copy_tree_body_r): Pass location on down.
9297 (inline_forbidden_p): Remove use of input_location.
9298 * c-gimplify.c (c_build_bind_expr): New argument.
9299 * c-common.c (c_common_truthvalue_conversion): Pass location on down.
9300 (c_sizeof_or_alignof_type): New argument.
9301 (c_alignof_expr): Same.
9302 (build_va_arg): Same.
9303 (c_add_case_label): Same.
9304 * c-common.h (c_sizeof_or_alignof_type, c_alignof_expr,
9305 c_sizeof, c_alignof, build_va_arg, build_stmt, build_case_label,
9306 c_build_bind_expr, objc_build_selector_expr, objc_build_throw_stmt,
9307 c_finish_omp_master, c_finish_omp_critical, c_finish_omp_ordered,
9308 c_finish_omp_barrier, c_finish_omp_atomic, c_finish_omp_flush,
9309 c_finish_omp_taskwait, c_finish_omp_for, c_split_parallel_clauses):
9310 New argument.
9311 * stub-objc.c (objc_build_selector_expr): Same.
9312 (objc_build_throw_stmt): Same.
9313 * c-parser.c (c_parser_declaration_or_fndef): Pass location on down.
9314 (c_parser_initelt): Same.
9315 (c_parser_compound_statement): Same.
9316 (c_parser_compound_statement_nostart): Same.
9317 (c_parser_label): Same.
9318 (c_parser_statement_after_labels): Same.
9319 (c_parser_if_body): Same.
9320 (c_parser_else_body): Same.
9321 (c_parser_if_statement): Same.
9322 (c_parser_switch_statement): Same.
9323 (c_parser_while_statement): Same.
9324 (c_parser_do_statement): Same.
9325 (c_parser_for_statement): Same.
9326 (c_parser_asm_statement): Same.
9327 (c_parser_conditional_expression): Same.
9328 (c_parser_binary_expression): Same.
9329 (c_parser_cast_expression): Same.
9330 (c_parser_unary_expression): Same.
9331 (c_parser_sizeof_expression): Same.
9332 (c_parser_alignof_expression): Same.
9333 (c_parser_postfix_expression): Same.
9334 (c_parser_expression): Same.
9335 (c_parser_objc_receiver): Same.
9336 (c_parser_omp_variable_list): Same.
9337 (c_parser_omp_structured_block): Same.
9338 (c_parser_omp_atomic): New argument.
9339 (c_parser_omp_barrier): Same.
9340 (c_parser_omp_critical): Same.
9341 (c_parser_omp_flush): Pass location on down.
9342 (c_parser_omp_for_loop): New argument.
9343 (c_parser_omp_for): Same.
9344 (c_parser_omp_master): Same.
9345 (c_parser_omp_ordered): Same.
9346 (c_parser_omp_sections_scope): Same.
9347 (c_parser_omp_sections): Same.
9348 (c_parser_omp_parallel): Same.
9349 (c_parser_omp_single): Same.
9350 (c_parser_omp_task): Same.
9351 (c_parser_omp_taskwait): Pass location on down.
9352 (c_parser_omp_construct): Same.
9353 (c_parser_omp_threadprivate): Same.
9354 * dwarf2asm.c, targhooks.c, optabs.c, tree.c, tree.h, target.h,
9355 builtins.c, omp-low.c, cgraphunit.c, tree-call-cdce.c,
9356 tree-ssa-alias.c, gimple-low.c, c-tree.h, expr.c, tree-parloops.c,
9357 c-decl.c, tree-eh.c, langhooks.c, function.c, stor-layout.c,
9358 c-typeck.c, gimplify.c, c-pragma.c, expmed.c, except.c, coverage.c,
9359 emit-rtl.c, cfgexpand.c, tree-mudflap.c, varasm.c, tree-nested.c,
9360 rtl.h, tree-inline.c, tree-profile.c, c-common.c, c-common.h,
9361 tree-switch-conversion.c, tree-cfg.c, ipa-struct-reorg.c, c-parser.c,
9362 config/i386/i386.c, stmt.c:
9363 Add location argument to the following function definitions and/or
9364 function calls: build_decl, objcp_start_struct, objcp_finish_struct,
9365 start_struct, finish_struct, PUSH_FIELD, create_artificial_label,
9366 cp_make_fname_decl, pushtag, implicitly_declare, c_make_fname_decl,
9367 build_compound_literal, parser_xref_tag, resolve_overloaded_builtin,
9368 do_case, c_finish_bc_stmt, build_compound_literal,
9369 build_function_call.
9370 * c-decl.c (build_compound_literal): Add location argument.
9371 Make all diagnostic calls use location.
9372 (start_struct): Same.
9373 (finish_struct): Same.
9374 (start_enum): Same.
9375 (build_enumerator): Same.
9376 (start_function): Same.
9377 (grokdeclarator): Make all diagnostic calls use location.
9378 (store_parm_decls_oldstyle): Same.
9379 * c-typeck.c (build_function_call): Add location argument.
9380 Make all diagnostic calls use location.
9381 (do_case): Same.
9382 (c_finish_bc_stmt): Same.
9383 * tree-nested.c (get_trampoline_type): Add argument.
9384 Pass location to build_decl.
9385 (lookup_tramp_for_decl): Pass location to get_trampoline_type.
9386 * rtl.h (RTL_LOCATION): New.
9387 * c-common.c (c_add_case_label): Add location argument.
9388 Make all diagnostic calls use location.
9389 * c-common.h: Add location argument to make_fname_decl, do_case,
9390 c_add_case_label, build_function_call, resolve_overloaded_builtin.
9391 * c-parser.c (c_parser_enum_specifier): Rename ident_loc to enum_loc.
9392 Set it appropriately for every case. Pass enum_loc to start_enum
9393 call. Pass value_loc first to build_enumerator. Pass enum_loc to
9394 parser_xref_tag.
9395 (c_parser_struct_or_union_specifier): Save location. Use it for
9396 start_struct, finish_struct, and parser_xref_tag.
9397
3d8b2a98
ILT
93982009-06-12 Ian Lance Taylor <iant@google.com>
9399
c637b0fa 9400 * fold-const.c (fold_unary): Rename local variable and to and_expr.
3d8b2a98
ILT
9401
9402 * c-opts.c (c_common_handle_option): For -Wc++-compat set
9403 cpp_opts->warn_cxx_operator_names.
9404
737142ce
AP
94052009-06-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
9406
9407 PR tree-opt/38865
9408 * tree-ssa-sccvn.c (visit_reference_op_load): If vn_reference_lookup
9409 is returns NULL and OP is a VCE, look through the VCE.
9410
d3a0d55d
ILT
94112009-06-12 Ian Lance Taylor <iant@google.com>
9412
9413 PR bootstrap/40430
9414 * collect2.c (main): Use CONST_CAST2 in code inside #if
9415 LINK_ELIMINATE_DUPLICATE_LDIRECTORIES.
9416
f85882d8
JY
94172009-06-12 Joey Ye <joey.ye@intel.com>
9418
9419 PR middle-end/39146
9420 * cfgexpand.c (get_decl_align_unit): Update
9421 max_used_stack_slot_alignment with align instead of
9422 stack_alignment_needed.
9423
9424 * function.c (assign_stack_local_1): Update
9425 max_used_stack_slot_alignment with alignment_in_bits instead
9426 of stack_alignment_needed.
9427 (locate_and_pad_parm): Don't update max_used_stack_slot_alignment
9428 here.
9429
fc9f468b
JJ
94302009-06-12 Jakub Jelinek <jakub@redhat.com>
9431
9432 * dwarf2out.c (last_var_location_insn): New variable.
9433 (dwarf2out_end_epilogue): Clear last_var_location_insn.
9434 (dwarf2out_var_location): Don't record anything after last real
9435 insn. Only change labels if there were any real instructions
9436 in between last note and this one, or if changed sections.
9437
7c1db202
RH
94382009-06-11 Richard Henderson <rth@redhat.com>
9439
f85882d8 9440 * alpha.c (alpha_expand_prologue): Add a REF_CFA_REGISTER
15cb981a
RH
9441 note when storing the frame pointer in a register.
9442 (FRP): Don't redefine to nothing for epilogue.
9443 (alpha_expand_epilogue): Mark register and sp restores.
9444 (unicosmk_gen_dsib): Don't mark weird frame pointer adjust.
9445
7c1db202
RH
9446 * config/alpha/alpha.c (alpha_emit_setcc): Fix test for
9447 when gen_lowpart is needed.
9448
f2ae7631
RH
94492009-06-11 Richard Henderson <rth@redhat.com>
9450
42755c21
RH
9451 * dwarf2out.c (def_cfa_1): Likewise for DW_CFA_cfa_offset.
9452
f2ae7631
RH
9453 * dwarf2out.c (need_data_align_sf_opcode): New.
9454 (div_data_align): Move earlier.
9455 (def_cfa_1, reg_save): Use it.
9456
8ed0ce99
L
94572009-06-11 H.J. Lu <hongjiu.lu@intel.com>
9458
9459 * config/i386/i386.c (OPTION_MASK_ISA_CRC32_SET): New.
9460 (OPTION_MASK_ISA_CRC32_UNSET): Likewise.
9461 (ix86_handle_option): Handle OPT_mcrc32.
9462 (ix86_target_string): Add -mcrc32.
9463 (bdesc_args): Enable crc32 builtins with OPTION_MASK_ISA_CRC32.
9464
9465 * config/i386/i386.h (TARGET_CRC32): New.
9466
c637b0fa 9467 * config/i386/i386.md (sse4_2_crc32<mode>): Also check TARGET_CRC32.
8ed0ce99
L
9468 (sse4_2_crc32di): Likewise.
9469
c637b0fa 9470 * config/i386/i386.opt (mcrc32): New.
8ed0ce99
L
9471
9472 * doc/invoke.texi: Document -mcrc32.
9473
9fd68a1f
RH
94742009-06-11 Richard Henderson <rth@redhat.com>
9475
8ed0ce99 9476 * common.opt (gdwarf-): Accept a version number.
9fd68a1f
RH
9477 * doc/invoke.texi (gdwarf-): Update docs.
9478 * opth-gen.awk: Special case -gdwarf+ to OPT_gdwarfplus.
9479 * opts.c (common_handle_option) [OPT_gdwarf_]: Verify dwarf
9480 version level, and record it.
9481
9482 * dwarf2.h (DW_CIE_VERSION): Remove.
9483 * dwarf2out.c (DWARF_VERSION): Remove.
9484 (add_fde_cfi): Skip DW_CFA_set_loc addition for dwarf3.
9485 (output_call_frame_info): Use CIE version 3 for dwarf3,
9486 or if the return register column is out of range for version 1.
9487 (dwarf_stack_op_name): Add all dwarf3 values.
9488 (DEBUG_PUBTYPES_SECTION): New.
9489 (size_of_die) [dw_val_class_die_ref]: Handle DW_FORM_ref_addr
9490 encoding change for dwarf3.
9491 (output_die) [dw_val_class_die_ref]: Likewise.
9492 (output_compilation_unit_header): Emit correct version for dwarf3.
9493 (output_line_info): Likewise.
9494 (output_pubnames): Update for DWARF_VERSION removal.
9495 (output_aranges): Likewise.
9496 (gen_subprogram_die): Emit DW_OP_call_frame_cfa if emitting dwarf3.
9497 (dwarf2out_init): Don't ifdef DEBUG_PUBTYPES_SECTION.
9498 (dwarf2out_finish): Likewise.
9499
4de8ce3b
DD
95002009-06-11 David Daney <ddaney@caviumnetworks.com>
9501
9502 * system.h (gcc_assert, gcc_unreachable): Revert accidental commit
9503 in r148403.
9504
468059bc
DD
95052009-06-11 David Daney <ddaney@caviumnetworks.com>
9506
9507 PR c/39252
9508 * doc/extend.texi ( __builtin_unreachable): Document new builtin.
9509 * builtins.c (expand_builtin_unreachable): New function.
9510 (expand_builtin): Handle BUILT_IN_UNREACHABLE case.
9511 * builtins.def (BUILT_IN_UNREACHABLE): Add new builtin.
9512 * cfgcleanup.c (try_optimize_cfg): Delete empty blocks with no
9513 successors.
9514 * cfgrtl.c (rtl_verify_flow_info): Handle empty blocks when
9515 searching for missing barriers.
9516
b5a6e96f
FXC
95172009-06-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
9518
9519 * config/darwin.h (LINK_COMMAND_SPEC): Adjust spec to link libcov
9520 when -fprofile-generate* was passed.
9521 * config/darwin9.h (LINK_COMMAND_SPEC): Likewise.
9522
6be6462e
AG
95232009-06-11 Anthony Green <green@moxielogic.com>
9524
c637b0fa 9525 * config/moxie/moxie.md: Define length attribute for all instructions.
6be6462e
AG
9526 (rCC): Define.
9527 (*b<cond:code>): Support limited branch ranges for new PC-relative
9528 branch instructions.
9529 * config/moxie/moxie.h (HAS_LONG_UNCOND_BRANCH): Define.
9530
caaabe0a
JJ
95312009-06-11 Jakub Jelinek <jakub@redhat.com>
9532
e5219642
JJ
9533 * config/i386/i386.c (min_insn_size): Use get_attr_length
9534 for normal insns other than TYPE_MULTI, TYPE_OTHER and TYPE_FCMP.
9535 For __asm return 0.
9536
caaabe0a
JJ
9537 * config/i386/i386.c (ix86_pad_returns): Use emit_jump_insn_before
9538 instead of emit_insn_before.
9539
a567fa6a
ILT
95402009-06-10 Ian Lance Taylor <iant@google.com>
9541
9542 PR bootstrap/40408
9543 * graphite.c (add_conditions_to_domain): Change SWITCH_EXPR to
9544 GIMPLE_SWITCH.
9545
6a753d5f
RE
95462009-06-10 Revital Eres <eres@il.ibm.com>
9547
9548 * passes.c (init_optimization_passes): Reschedule
9549 predictive-commoning pass before complete unroll pass.
9550
a550d677
MJ
95512009-06-10 Martin Jambor <mjambor@suse.cz>
9552
9553 * cgraph.c (cgraph_node_can_be_local_p): New function.
9554 (cgraph_make_node_local): New function.
9555 * cgraph.h (cgraph_node_can_be_local_p): Declare.
9556 (cgraph_make_node_local): Declare.
9557
d8259b07
NF
95582009-06-10 Nathan Froyd <froydnj@codesourcery.com>
9559
9560 * tree.h (tree_base): Add packed_flag and user_align fields.
9561 Decrease size of spare field.
9562 (TYPE_USER_ALIGN): Use user_align from tree_base.
9563 (DECL_USER_ALIGN): Likewise.
9564 (TYPE_PACKED): Use packed_flag from tree_base.
9565 (DECL_PACKED): Likewise.
9566 (tree_type): Delete packed_flag and user_align fields. Widen
9567 precision field. Widen mode field and shuffle fields to align
9568 mode on an 8-bit boundary.
9569 (tree_decl_common): Delete decl_flag_1 and user_align fields.
9570 Renumber decl_flag_* fields. Fix comments. Widen
9571 decl_common_unused field.
c637b0fa 9572 (DECL_HAS_VALUE_EXPR_P): Adjust for renumbering of decl_flag_* fields.
d8259b07
NF
9573 (DECL_EXTERNAL): Likewise.
9574 (DECL_BIT_FIELD): Likewise.
9575 (DECL_NONADDRESSABLE_P): Likewise.
9576 (TYPE_DECL_SUPRESS_DEBUG): Likewise.
9577 * config/arm/arm-modes.def (XImode): Make it an INT_MODE.
9578
c2569604
ILT
95792009-06-10 Ian Lance Taylor <iant@google.com>
9580
9581 * vec.h (DEF_VEC_ALLOC_I): Use DEF_VEC_NONALLOC_FUNCS_I.
9582 (DEF_VEC_ALLOC_P): Use DEF_VEC_NONALLOC_FUNCS_P.
9583 (DEF_VEC_ALLOC_O): Use DEF_VEC_NONALLOC_FUNCS_O.
9584 (DEF_VEC_ALLOC_FUNC_P): Only define VEC_OP (T,A,alloc).
9585 (DEF_VEC_NONALLOC_FUNCS_P): New macro, broken out of old
9586 DEF_VEC_ALLOC_FUNC_P.
9587 (DEF_VEC_ALLOC_FUNC_O): Only define VEC_OP (T,A,alloc).
9588 (DEF_VEC_NONALLOC_FUNCS_O): New macro, broken out of old
9589 DEF_VEC_ALLOC_FUNC_O.
9590 (DEF_VEC_ALLOC_FUNC_I): Only define VEC_OP (T,A,alloc).
9591 (DEF_VEC_NONALLOC_FUNCS_I): New macro, broken out of old
9592 DEF_VEC_ALLOC_FUNC_I.
9593 (vec_stack_p_reserve, vec_stack_p_reserve_exact): Declare.
9594 (vec_stack_p_reserve_exact_1): Declare.
9595 (vec_stack_o_reserve, vec_stack_o_reserve_exact): Declare.
9596 (vec_stack_free): Declare.
9597 (VEC_stack_alloc): Define.
9598 (DEF_VEC_ALLOC_P_STACK, DEF_VEC_ALLOC_FUNC_P_STACK): Define.
9599 (DEF_VEC_ALLOC_O_STACK, DEF_VEC_ALLOC_FUNC_O_STACK): Define.
9600 (DEF_VEC_ALLOC_I_STACK, DEF_VEC_ALLOC_FUNC_I_STACK): Define.
9601 * vec.c (void_p): New type. Call DEF_VEC_P and DEF_VEC_ALLOC_P
9602 for void_p.
9603 (stack_vecs): New static variable.
9604 (vec_stack_p_reserve_exact_1): New function.
9605 (vec_stack_o_reserve_1): New static function.
9606 (vec_stack_p_reserve, vec_stack_p_reserve_exact): New functions.
9607 (vec_stack_o_reserve, vec_stack_o_reserve_exact): New functions.
9608 (vec_stack_free): New function.
9609 * df-scan.c (df_ref): Use DEF_VEC_P and DEF_VEC_ALLOC_P_STACK.
9610 (VEC_df_ref_stack_alloc): Define.
9611 (df_mw_hardreg_ptr): New type. Use DEF_VEC_P and
9612 DEF_VEC_ALLOC_P_STACK.
9613 (VEC_df_mw_hardreg_ptr_stack_alloc): Define.
9614 (struct df_collection_rec): Change _vec fields to VEC. Remove
9615 _use fields.
9616 (df_free_collection_rec): Adjust for new fields.
9617 (df_insn_rescan): Use new df_collection_rec fields.
9618 (df_notes_rescan, df_canonize_collection_rec): Likewise.
9619 (df_ref_create_structure, df_ref_record): Likewise.
9620 (df_get_conditional_uses, df_get_call_refs): Likewise.
9621 (df_insn_refs_collect, df_bb_refs_collect): Likewise.
9622 (df_bb_refs_record, df_record_entry_block_defs): Likewise.
9623 (df_record_exit_block_uses, df_bb_verify): Likewise.
c637b0fa 9624 (df_swap_refs): Change ref_vec parameter to VEC. Change all callers.
c2569604
ILT
9625 (df_sort_and_compress_refs): Change ref_vec parameter to VEC.
9626 Remove count parameter. Change return type to void. Change all
9627 callers.
9628 (df_sort_and_compress_mws): Change mw_vec parameter to VEC.
9629 Remove count parameter. Change return type to void. Change all
9630 callers.
9631 (df_install_refs): Change old_vec parameter to VEC. Remove count
9632 parameter. Change all callers.
9633 (df_install_mws): Change old_vec parameter to VEC. Remove count
9634 parameter. Change all callers.
9635 (df_refs_verify): Change new_rec parameter to VEC. Change call
9636 callers.
9637 (df_mws_verify): Likewise.
9638
e7aae3e8
AO
96392009-06-10 Alexandre Oliva <aoliva@redhat.com>
9640
9641 * gcc.c (compare_files): Cast munmap argumento to caddr_t.
9642
412ac8d5
L
96432009-06-10 H.J. Lu <hongjiu.lu@intel.com>
9644
9645 * doc/extend.texi: Add description for __builtin_ia32_crc32di.
9646
cceb575c
AG
96472009-06-10 Anthony Green <green@moxielogic.com>
9648
9649 * config/moxie/crti.asm: New file.
9650 * config/moxie/crtn.asm: New file.
9651 * config/moxie/moxie.c: New file.
9652 * config/moxie/moxie.h: New file.
9653 * config/moxie/sfp-machine.h: New file.
9654 * config/moxie/moxie-protos.h: New file.
9655 * config/moxie/t-moxie: Created.
9656 * config/moxie/t-moxie-softfp: Created.
9657 * config/moxie/moxie.md: Created.
9658 * config/moxie/constraints.md: Created.
9659 * config.gcc: Add moxie support.
9660 * doc/md.texi (Machine Constraints): Add moxie constraints.
9661 * doc/contrib.texi (Contributors): Mention moxie port.
9662 * doc/install.texi (Specific): Mention the moxie port.
9663
bf406687
ILT
96642009-06-09 Ian Lance Taylor <iant@google.com>
9665
9666 * system.h (HAVE_DESIGNATED_INITIALIZERS): Don't define if
9667 compiling with C++.
9668 * optabs.c (optab_table): Only use designated initializers if
9669 HAVE_DESIGNATED_INITIALIZERS is defined.
9670 (convert_optab_table): Likewise.
9671 (init_optabs): Always call init_insn_codes if
9672 HAVE_DESIGNATED_INITIALIZERS is not defined.
9673
744aa42f
ILT
96742009-06-09 Ian Lance Taylor <iant@google.com>
9675
9676 * targhooks.c (default_builtin_vectorized_function): Change fn
9677 parameter to unsigned int.
9678 (default_builtin_vectorized_conversion): Change code parameter to
9679 unsigned int.
9680 (default_builtin_reciprocal): Change fn parameter to unsigned int.
9681 * targhooks.h: Update declarations.
9682 * config/rs6000/rs6000.c (rs6000_builtin_conversion): Change code
9683 parameter to unsigned int.
9684
9685 * c-typeck.c (comptypes_check_enum_int): New static function.
9686 (comptypes_internal): Add enum_and_int_p parameter. Change all
9687 callers.
9688 (comp_target_types): Add location parameter. Change all callers.
9689 (tagged_types_tu_compatible_p): Add enum_and_int_p parameter.
9690 Change all callers.
9691 (function_types_compatible_p, type_lists_compatible_p): Likewise.
9692 (build_conditional_expr): Add colon_loc parameter. Change all
9693 callers.
c637b0fa 9694 (convert_for_assignment): Add location parameter. Change all callers.
744aa42f
ILT
9695 * c-parser.c (c_parser_conditional_expression): Pass location of
9696 colon to build_conditional_expr.
9697 * c-tree.h (build_conditional_expr): Update declaration.
9698
bcbe3b25
SP
96992009-06-09 Sebastian Pop <sebastian.pop@amd.com>
9700
9701 * graphite.c: Revert previous patch.
9702
dc2a6925
SP
97032009-06-09 Sebastian Pop <sebastian.pop@amd.com>
9704
9705 PR bootstrap/40103
9706 * graphite.c: Remove pragma GCC diagnostic warning "-Wc++-compat".
9707
d81f5387
GS
97082009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
9709
8ed0ce99
L
9710 * tree-ssa-loop-prefetch.c
9711 (loop_prefetch_arrays): Fixed a portability problem in printf format
9712 string.
d81f5387 9713
8056eb4f
MJ
97142009-06-09 Martin Jambor <mjambor@suse.cz>
9715
9716 PR tree-optimization/40351
c637b0fa
UB
9717 * tree-sra.c (propagate_subacesses_accross_link): Check that a
9718 refrence to a potential artifical subaccess can be constructed.
8056eb4f 9719
bd9a3465
KK
97202009-06-08 Kaz Kojima <kkojima@gcc.gnu.org>
9721
9722 * config/sh/sh-protos.h (sh_optimization_options): Declare.
9723 (sh_override_options): Likewise.
9724 * config/sh/sh.c: Include params.h.
9725 (sh_optimization_options): New.
9726 (sh_override_options): Likewise.
9727 * config/sh/sh.c (OPTIMIZATION_OPTIONS): Use sh_optimization_options.
9728 (OVERRIDE_OPTIONS): Use sh_override_options.
9729
8845deab
JJ
97302009-06-08 Jakub Jelinek <jakub@redhat.com>
9731
9732 * dwarf2out.c (emit_cfa_remember): New variable.
9733 (add_fde_cfi): If emit_cfa_remember, recurse to add
9734 DW_CFA_remember_state first.
9735 (dwarf2out_begin_epilogue): Don't add_fde_cfi DW_CFA_remember_state,
9736 instead just set emit_cfa_remember.
9737
9ea81b0c
JH
97382009-06-08 Jan Hubicka <jh@suse.cz>
9739
9740 PR debug/40126
9741 * dwarf2out.c (dwarf2out_abstract_function): Free decl_loc_table.
9742
21ecdec5
JH
97432009-06-08 Jan Hubicka <jh@suse.cz>
9744
9745 PR middle-end/39834
c637b0fa
UB
9746 * cgraphunit.c (save_inline_function_body): Do not copy transform
9747 hooks for saved inline bodies.
21ecdec5
JH
9748 * ipa-passes.c (do_per_function): Do not add the hoks multiple times
9749 for given function.
9750
72e48218
AN
97512009-06-08 Adam Nemet <anemet@caviumnetworks.com>
9752
9753 * jump.c (returnjump_p): Handle delayed branches. Add missing
9754 function comment.
9755
6ce2002b
JH
97562009-06-08 Jan Hubicka <jh@suse.cz>
9757
9758 PR middle-end/40102
9759 * cgraph.c (cgraph_create_edge_including_clones): Also asume that the
9760 original node might've been modified.
9761 * tree-inline.c (copy_bb): Do not assume that all clones are the same.
9762
eb9ed98a
JJ
97632009-06-08 Jakub Jelinek <jakub@redhat.com>
9764
9765 * tree-object-size.c (addr_object_size): Add OSI argument.
9766 Handle also INDIRECT_REF with SSA_NAME inside of it as base address.
9767 (compute_builtin_object_size, expr_object_size): Adjust callers.
9768 (plus_stmt_object_size): Call addr_object_size instead of
9769 compute_builtin_object_size.
9770
db34470d 97712009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>
8ed0ce99 9772 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
f100a4a8
UB
9773
9774 * tree-ssa-loop-prefetch.c
9775 (gather_memory_references): Introduced a counter for the number of
db34470d 9776 memory references.
f100a4a8 9777 (anything_to_prefetch_p): Introduced a counter for the number of
db34470d 9778 prefetches.
f100a4a8 9779 (is_loop_prefetching_profitable): New function with a cost model
db34470d 9780 for prefetching.
f100a4a8 9781 (loop_prefetch_arrays): Use the new cost model to determine if
db34470d 9782 prefetching is profitable.
f100a4a8 9783 * params.def (MIN_INSN_TO_PREFETCH_RATIO,
db34470d 9784 PREFETCH_MIN_INSN_TO_MEM_RATIO): New parameters.
f100a4a8 9785 * params.h (MIN_INSN_TO_PREFETCH_RATIO,
db34470d 9786 PREFETCH_MIN_INSN_TO_MEM_RATIO): New parameters.
f100a4a8 9787 * doc/invoke.texi (MIN_INSN_TO_PREFETCT_RATIO,
db34470d 9788 PREFETCH_MIN_INSN_TO_MEM_RATIO): New parameters.
f100a4a8 9789
eb7adebc
MM
97902009-06-08 Michael Matz <matz@suse.de>
9791
9792 PR debug/40012
eb7adebc
MM
9793 * cfgexpand.c (set_rtl): Store place also in DECL_RTL, if all
9794 partitions use the same.
9795 (expand_one_var): Deal with DECL_RTL sometimes begin set also
9796 for basevars of SSA_NAMEs.
9797 (expand_used_vars): Reset TREE_USED for basevars of SSA_NAMEs,
9798 to not expand them twice.
9799 (gimple_expand_cfg): Clear DECL_RTL for those decls that have
9800 multiple places.
9801
2153915d
AO
98022009-06-08 Alexandre Oliva <aoliva@redhat.com>
9803
9804 * common.opt (fcompare-debug=, fcompare-debug-second): New.
9805 (fdump-final-insns=, gtoggle): New.
9806 * doc/invoke.texi: Document them.
9807 * final.c (rest_of_clean_state): Dump final insn stream.
9808 * gcc.c (invoke_as): Hook in -fcompare-debug.
9809 (static_spec_functions): Add compare-debug-dump-opt,
9810 compare-debug-self-opt and compare-debug-auxbase-opt.
9811 (compare_debug, compare_debug_second, compare_debug_opt): New.
9812 (switches_debug_check, n_switches_debug_check): New.
9813 (debug_auxbase_opt, debug_check_temp_file): New.
9814 (process_command): Handle -fno-compare-debug, -fcompare-debug and
9815 -fcompare-debug=*.
9816 (do_self_spec): Handle arguments after switches.
9817 (do_spec_1): Add .gk extension to temp file basenames for compare.
9818 (check_live_switch): Take SWITCH_IGNORE into account, and earlier.
9819 (cc1_options): Use it instead of normal auxbase computation for
9820 the second compare-debug compilation.
9821 (compare_files): New.
9822 (main): Set up and implement compare debug mode.
9823 (compare_debug_dump_opt_spec_function): New.
9824 (compare_debug_self_opt_spec_function): New.
9825 (compare_debug_auxbase_opt_spec_function): New.
9826 * toplev.c (process_options): Handle flag_gtoggle,
9827 flag_dump_final_insns.
9828 * coverage.c (coverage_begin_output): Don't overwrite .gcno file
9829 during -fcompare-debug-second compilation.
9830
cdb88468
ILT
98312009-06-07 Ian Lance Taylor <iant@google.com>
9832
c637b0fa 9833 * dwarf2.h (enum dwarf_location_atom): Add INTERNAL_DW_OP_tls_addr.
cdb88468
ILT
9834 * dwarf2out.c (INTERNAL_DW_OP_tls_addr): Don't #define.
9835
9836 * c-common.c (c_do_switch_warnings): Don't exit early for -Wswitch
9837 with no default node. Change warning with %H to warning_at.
9838 Don't clear warn_switch around case checking.
9839 * doc/invoke.texi (Warning Options): Clarify distinction between
9840 -Wswitch and -Wswitch-enum.
9841
4fe8e1a2
BRF
98422009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9843
9844 * tree-pass.h (TODO_update_ssa_any): Document internal use only.
9845
69952c1d
BRF
98462009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9847
9848 * gbl-ctors.h: Add header guard.
9849
b2ad0284
BRF
98502009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9851
9852 * tree-flow.h (make_value_handle, set_value_handle, sort_vuses,
9853 sort_vuses_heap, vn_lookup_or_add, vn_lookup_or_add_with_stmt,
9854 vn_lookup_or_add_with_vuses, vn_add, vn_add_with_vuses,
9855 vn_lookup_with_stmt, vn_lookup, vn_lookup_with_vuses): Remove
9856 prototypes for removed functions.
9857 (expressions_equal_p): Move to ...
9858 * tree-ssa-sccvn.h: ... here and ...
9859 * matrix-reorg.c: ... adjust includes.
9860
c3df55f9
BRF
98612009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9862
9863 * ipa-struct-reorg.c (do_reorg_1): Fix whitespace in dump output.
9864
b5a7159f
BRF
98652009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9866
9867 * c-decl.c (finish_decl): Use bool for variable was_incomplete.
9868 (finish_function): Remove erroneous whitespace.
9869
95bca6b0
BRF
98702009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9871
2cd713a0
BRF
9872 * tree-cfg.c (gimple_merge_blocks): Commentary typo fix.
9873 (verify_stmts): Print statement who's gimple_bb is set to a wrong BB
249eb506
BRF
9874
98752009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9876
9877 * errors.c (internal_error): Commentary typo fix.
9878 * gimple-iterator.c (gsi_insert_seq_on_edge): Ditto.
9879 * tree-ssa-pre.c: Ditto.
95bca6b0 9880
2cd713a0
BRF
98812009-06-07 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
9882
9883 * basic-block.h (ENTRY_BLOCK, EXIT_BLOCK): Document that neither of
9884 them is supposed to hold actual statements.
9885
5bca4e80
ILT
98862009-06-06 Ian Lance Taylor <iant@google.com>
9887
9888 * doc/extend.texi (Attribute Syntax): Document that C++ labels on
9889 empty statements can now have attributes.
9890
47ac44d6
SZ
98912009-06-05 Shujing Zhao <pearly.zhao@oracle.com>
9892
9893 * config/mips/mips.c: Use REG_P and CONST_INT_P where applicable.
9894 * config/mips/mips.md: Ditto.
9895
19b905ce
NF
98962009-06-05 Nathan Froyd <froydnj@codesourcery.com>
9897
9898 * config/rs6000/eabi.asm (__eabi_convert): Don't define if
9899 _RELOCATABLE.
9900 (__eabi_uconvert): Likewise.
9901
16702e19
NF
99022009-06-05 Nathan Froyd <froydnj@codesourcery.com>
9903
9904 * config/rs6000/ppc-asm.h: Protect auto-host.h inclusion and
9905 CFI_* definitions with IN_GCC.
9906
a735afd1
DE
99072009-06-05 David Edelsohn <edelsohn@gnu.org>
9908
9909 * xcoffout.h (xcoffout_source_line): Update prototype.
9910
26a347c5
KG
99112009-06-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9912
9913 * builtins.c (do_mpc_ckconv, do_mpc_arg1): Use
9914 mpc_realref/mpc_imagref instead of MPC_RE/MPC_IM.
9915
9f706f23
JJ
99162009-06-05 Jakub Jelinek <jakub@redhat.com>
9917
9918 PR middle-end/40340
9919 * tree-ssa-live.c (remove_unused_scope_block_p): Don't prune
9920 inlined_function_outer_scope_p blocks for artificial inlines
9921 even at -g0/-g1.
9922 * tree.c (tree_nonartificial_location): Rewrite using
9923 block_nonartificial_location.
9924
8f439681
RE
99252009-06-05 Revital Eres <eres@il.ibm.com>
9926 Leehod Baruch <leehod@il.ibm.com>
9927
9928 * expr.c (expand_assignment): Expand MISALIGNED_INDIRECT_REF.
9929 (expand_expr_real_1): Remove comment.
9930 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
9931 Vectorize misaligned access when the target supports it.
c637b0fa 9932 (vect_supportable_dr_alignment): Check for unaligned access support.
8f439681
RE
9933 * tree-vect-stmts.c (vectorizable_store): Generate misaligned store
9934 and remove asset.
9935
b89f8e3c
JB
99362009-06-05 Julian Brown <julian@codesourcery.com>
9937
9938 * config/arm/ieee754-df.S (cmpdf2): Avoid writing below SP.
9939 * config/arm/ieee754-sf.S (cmpsf2): Likewise.
9940
47d1f191
RG
99412009-06-05 Richard Guenther <rguenther@suse.de>
9942
9943 PR bootstrap/40350
9944 * dwarf2out.c (dwarf2out_begin_function): Mark discriminator
9945 as possibly unused.
9946
9f706f23 99472009-06-05 Jakub Jelinek <jakub@redhat.com>
75707b28
JJ
9948
9949 * config/s390/s390.c (global_not_special_regno_p): New static inline.
9950 (save_gprs): Don't tell unwinder when a global register is saved.
9951 (s390_emit_epilogue): Emit needed epilogue unwind info.
9952
90f06248
AO
99532009-06-05 Alexandre Oliva <aoliva@redhat.com>
9954
9955 * dwarf2out.c (deferred_asm_name): New.
9956 (add_name_and_src_coords_attributes): Defer creation of
9957 DW_AT_MIPS_linkage_name attribute if DECL_ASSEMBLER_NAME was not
9958 computed yet.
9959 (move_linkage_attr): New.
9960 (dwarf2out_finish): Revisit deferrals and emit attributes at the
9961 right place.
9962
c10348e5
AO
99632009-06-05 Alexandre Oliva <aoliva@redhat.com>
9964
9965 * tree-nested.c (finalize_nesting_tree_1): Declare the
9966 frame_decl in the binding tree.
9967
6c52e687
CC
99682009-06-04 Cary Coutant <ccoutant@google.com>
9969
9970 * basic-block.h (struct basic_block_def): Add discriminator field.
9971 * dbxout.c (dbxout_source_line): Add new parameter. Change all
9972 callers.
9973 * debug.c (do_nothing_debug_hooks): Add additional entry.
9974 (debug_nothing_int_charstar_int): New function.
c637b0fa 9975 * debug.h (struct gcc_debug_hooks): Add parameter to source_line hook.
6c52e687
CC
9976 (debug_nothing_int_charstar_int): New declaration.
9977 * dwarf2out.c (dwarf2out_source_line): Add new parameter. Write
9978 discriminator value in .loc directive.
9979 * final.c (last_discriminator): New variable.
9980 (discriminator): New variable.
9981 (final_start_function): Initialize above variables, pass current
9982 discriminator to debug hook.
9983 (notice_source_line): Check for discriminator change.
9984 * gimple-pretty-print.c (dump_bb_header): Print discriminator value.
9985 * sdbout.c (sdbout_source_line): New parameter.
9986 * tree-cfg.c (struct locus_discrim_map): New structure type.
9987 (discriminator_per_locus): New hash table.
9988 (build_gimple_cfg): Allocate and free discriminator hash table.
9989 (make_edges): Call assign_discriminator.
9990 (locus_map_hash): New function.
9991 (locus_map_eq): New function.
9992 (next_discriminator_for_locus): New function.
9993 (same_line_p): New function.
9994 (assign_discriminator): New function.
9995 (make_cond_expr_edges): Call assign_discriminator.
9996 (make_gimple_switch_edges): Likewise.
9997 (first_non_label_stmt): New function.
9998 * vmsdbgout.c (vmsdbgout_source_line): Add new parameter. Change
9999 all callers.
10000 * xcoffout.c (xcoffout_source_line): Add new parameter.
10001
10002 * configure.ac (gcc_cv_as_discriminator): New configury check for
10003 gas support for discriminator.
10004 * configure: Regenerate.
10005 * config.in: Regenerate.
10006
e07e020b
RR
100072009-06-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
10008
10009 * config/arm/arm.c (thumb2_legitimate_index_p): Initialize
10010 val after checking for integers.
10011
72fa3605
UB
100122009-06-04 Uros Bizjak <ubizjak@gmail.com>
10013
10014 * config/i386/i386.h (X86_64_MS_REGPARM_MAX): Rename from
10015 X64_REGPARM_MAX.
10016 (REGPARM_MAX): Use X86_64_MS_REGPARM_MAX.
10017 (X86_64_MS_SSE_REGPARM_MAX): Rename from X64_SSE_REGPARM_MAX.
10018 (SSE_REGPARM_MAX): Use X86_64_MS_SSE_REGPARM_MAX.
10019 * config/i386/i386.c: Use X86_64_MS_REGPARM_MAX instead of
10020 X64_REGPARM_MAX. Use X86_64_MS_SSE_REGPARM_MAX instead of
10021 X64_SSE_REGPARM_MAX.
10022 * config/i386/i386.md: Use X86_64_MS_SSE_REGPARM_MAX instead of
10023 X64_SSE_REGPARM_MAX.
10024
bdde878c
AO
100252009-06-04 Alexandre Oliva <aoliva@redhat.com>
10026
10027 * gcc.c (report_times_to_file): New.
10028 (execute): Implement it.
10029 (process_command): Support -time=.
10030 * doc/invoke.texi: Document it.
10031
2ce59df7
AO
100322009-06-04 Alexandre Oliva <aoliva@redhat.com>
10033
10034 * tree-ssa-live.c (remove_unused_scope_block_p): Keep variables
10035 that have value exprs.
10036
78bd9046
AO
100372009-06-04 Alexandre Oliva <aoliva@redhat.com>
10038
10039 * dwarf2asm.c (dw2_force_const_mem): Defer creation of
10040 declarations for constants until...
10041 (dw2_output_indirect_constant_1): ... this point.
10042
e63d4106
RE
100432009-06-04 Richard Earnshaw <rearnsha@arm.com>
10044
10045 PR target/10242
10046 * arm.md (arm_addsi3): Don't try to split an add with an
10047 eliminable register until after reload has completed.
10048
6bc7bc14
ILT
100492009-06-03 Ian Lance Taylor <iant@google.com>
10050
10051 * dummy-checksum.c (executable_checksum): Use EXPORTED_CONST.
10052 * genattrtab.c (write_length_unit_log): Likewise.
10053 * genchecksum.c (dosum): Likewise.
10054 * gengtype.c (write_rtx_next): Likewise.
10055 (finish_root_table, write_roots): Likewise.
10056 * gimple.c (gimple_ops_offset_): Likewise.
10057 * tree-nomudflap.c (gt_ggc_r_gt_tree_mudflap_h): Likewise.
10058 * config/arc/arc.c (arc_attribute_table): Likewise.
10059 * config/arm/arm.c (arm_attribute_table): Likewise.
10060 * config/avr/avr.c (avr_attribute_table): Likewise.
10061 * config/crx/crx.c (crx_attribute_table): Likewise.
10062 * config/m32r/m32r.c (m32r_attribute_table): Likewise.
10063 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Likewise.
10064 * config/mcore/mcore.c (mcore_attribute_table): Likewise.
10065 * config/rs6000/rs6000.c (rs6000_attribute_table): Likewise.
10066 * config/sh/sh.c (sh_attribute_table): Likewise.
10067 * config/sparc/sparc.c (sparc_attribute_table): Likewise.
10068 * config/spu/spu.c (spu_attribute_table): Likewise.
10069 * config/v850/v850.c (v850_attribute_table): Likewise.
10070
10071 * config/alpha/alpha.c (vms_attribute_table): Make static.
10072 * config/bfin/bfin.c (bfin_attribute_table): Likewise.
10073 * config/h8300/h8300.c (h8300_attribute_table): Likewise.
10074 * config/mips/mips.c (mips_attribute_table): Likewise.
10075
10076 * Makefile.in (dummy-checksum.o): Depend upon $(CONFIG_H) and
10077 $(SYSTEM_H).
10078 (cc1-checksum.o): Likewise.
10079
19d892fd
SE
100802009-06-03 Steve Ellcey <sje@cup.hp.com>
10081
10082 * config/ia64/vect.md (*movv2sf_internal): Handle big endian case.
10083
679f3354
JJ
100842009-06-03 Jakub Jelinek <jakub@redhat.com>
10085
ff35822b
JJ
10086 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Return generated
10087 insn if it is changing sp. Use gen_add3_insn instead of
10088 conditionally gen_addsi3 and gen_adddi3.
10089 (offset_below_red_zone_p): New static inline function.
10090 (rs6000_emit_epilogue): Emit needed epilogue unwind info.
10091 Use gen_add3_insn instead of conditionally gen_addsi3 and gen_adddi3.
10092 * config/rs6000/ppc-asm.h: Include auto-host.h.
10093 (CFI_STARTPROC, CFI_ENDPROC, CFI_DEF_CFA_REGISTER, CFI_OFFSET,
10094 CFI_RESTORE): Define.
10095 * config/rs6000/crtresxgpr.asm: Add unwind info.
10096 * config/rs6000/crtresxfpr.asm: Likewise.
10097 * config/rs6000/crtresgpr.asm: Likewise.
10098 * config/rs6000/crtresfpr.asm: Likewise.
10099 * config/rs6000/crtsavgpr.asm: Likewise.
10100 * config/rs6000/crtsavfpr.asm: Likewise.
10101
dc6707b8
UB
10102 * dwarf2out.c (output_cfi_directive): Pass 1 instead of 0 to second
10103 argument of DWARF2_FRAME_REG_OUT macros.
679f3354 10104
2e94c12d
JB
101052009-06-03 Julian Brown <julian@codesourcery.com>
10106
10107 * config/arm/arm.c (arm_hard_regno_mode_ok): Permit values of four
10108 words or less (including TImode) in core registers.
10109
3111cce0
RG
101102009-06-03 Richard Guenther <rguenther@suse.de>
10111
10112 PR middle-end/40328
10113 * fold-const.c (fold_convert): Fold the build COMPLEX_EXPR.
10114
5e1b50f6
AB
101152009-06-03 Andrey Belevantsev <abel@ispras.ru>
10116
f100a4a8 10117 * statistics.c (statistics_counter_event): Do not record event
5e1b50f6 10118 in pass dump if its number == -1.
f100a4a8 10119 (curr_statistics_hash): Add assert that we never get passes
5e1b50f6
AB
10120 with static number == -1.
10121
6f11d690
RG
101222009-06-03 Richard Guenther <rguenther@suse.de>
10123 Andrey Belevantsev <abel@ispras.ru>
10124
f100a4a8 10125 * cfgexpand.c (discover_nonconstant_array_refs_r): Make only
6f11d690
RG
10126 non-BLKmode arrays addressable.
10127
88961471
MK
101282009-06-03 Maxim Kuvyrkov <maxim@codesourcery.com>
10129
10130 * config/m68k/linux.h (HAVE_GAS_BALIGN_AND_P2ALIGN): Move to ...
10131 * config/m68k/m68k.h: ... here.
10132 * testsuite/gcc.dg/falign-labels.c (dg-options): Don't restrict for
10133 m68k and fido.
10134
9961eb45
MJ
101352009-06-03 Martin Jambor <mjambor@suse.cz>
10136
10137 PR tree-optimization/40323
10138 * ipa-prop.c (get_ssa_def_if_simple_copy): Break if not single
10139 assignment.
10140
2f2c62a0
RG
101412009-06-03 Richard Guenther <rguenther@suse.de>
10142
10143 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE
10144 consistently.
10145
d6ced3b7
SZ
101462009-06-03 Shujing Zhao <pearly.zhao@oracle.com>
10147
10148 * config/sh/predicates.md: Use REG_P, MEM_P, CONST_INT_P, LABEL_P,
10149 JUMP_P, CALL_P, NONJUMP_INSN_P, NOTE_P, BARRIER_P and
10150 JUMP_TABLE_DATA_P where applicable.
10151 * config/sh/sh.c: Ditto.
10152 * config/sh/sh.h: Ditto.
10153 * config/sh/sh.md: Ditto.
10154 * config/sh/symbian.c: Ditto.
10155
f3afc8a7
UB
101562009-06-03 Uros Bizjak <ubizjak@gmail.com>
10157
10158 * config/i386/driver-i386.c (describe_cache): Optimize
10159 concatenation of strings. Use snprintf instead of sprintf.
10160 (host_detect_local_cpu): Ditto. Ignore -march and -mtune for native
10161 target when not compiling with GCC.
10162
1964788a
KK
101632009-06-02 Kaz Kojima <kkojima@gcc.gnu.org>
10164
10165 * config/sh/sh.c: Revert last change.
10166 (sh_expand_epilogue): Emit a blockage insn before the frame
10167 pointer adjustment unconditionally.
10168
8633c315
RS
101692009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
10170
10171 * config/pa/pa-hpux.h (LINK_SPEC): Remove "%<fwhole-program".
10172 * config/pa/pa-hpux10.h (LINK_SPEC): Likewise.
10173 * config/pa/pa-hpux11.h (LINK_SPEC): Likewise.
10174 * gcc.c (set_collect_gcc_options): Don't add -fwhole-program
10175 to COLLECT_GCC_OPTIONS.
10176
781a1758
RS
101772009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
10178
10179 * collect2.c (target_system_root): New variable.
10180 (main): Handle --sysroot=.
10181 (ignore_library): Strip the sysroot from the library path.
10182
dfb636dc
RS
101832009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
10184
10185 * Makefile.in (COLLECT2_OBJS): Add collect2-aix.o.
10186 (collect2.o): Depend on collect2-aix.h.
10187 (collect2-aix.o): New rule.
10188 * collect2-aix.h: New file.
10189 * collect2-aix.c: Likewise.
10190 * collect2.c: Include collect2-aix.h. Don't undefine
10191 OBJECT_FORMAT_COFF if CROSS_AIX_SUPPORT is defined.
10192 Guard native includes with #ifndef CROSS_DIRECTORY_STRUCTURE.
10193 Use TARGET_AIX_VERSION instead of _AIX51.
10194 * config/rs6000/aix43.h (TARGET_AIX_VERSION): Define.
10195 * config/rs6000/aix51.h (TARGET_AIX_VERSION): Likewise.
10196 * config/rs6000/aix52.h (TARGET_AIX_VERSION): Likewise.
10197 * config/rs6000/aix53.h (TARGET_AIX_VERSION): Likewise.
10198 * config/rs6000/aix61.h (TARGET_AIX_VERSION): Likewise.
10199
51136ae8
RS
102002009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
10201
10202 * collect2.c (ignore_library): Avoid premature post-increment
10203 and null deference.
10204
7f142d33
RS
102052009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
10206
10207 * Makefile.in (libgcc.mvars): Add TARGET_SYSTEM_ROOT.
10208 * config/rs6000/aix.h (LINK_SYSCALLS_SPEC): Add %R to the
10209 !CROSS_DIRECTORY_STRUCTURE alternative and use it for
10210 CROSS_DIRECTORY_STRUCTURE too.
10211 (LINK_LIBG_SPEC): Likewise.
10212 (LIB_SPEC): Add %R to sysroot paths.
10213 * config/rs6000/aix43.h (CPP_SPEC): Add %R to sysroot paths.
10214 (CPLUSPLUS_CPP_SPEC, LIB_SPEC): Likewise.
10215 * config/rs6000/aix51.h: As for aix43.h.
10216 * config/rs6000/aix52.h: Likewise.
10217 * config/rs6000/aix53.h: Likewise.
10218 * config/rs6000/aix61.h: Likewise.
10219 * config/rs6000/t-aix52 (SHLIB_LINK): Add $(TARGET_SYSTEM_ROOT)
10220 to the beginning of sysroot paths.
10221
9e74b7d2
AO
102222009-06-02 Alexandre Oliva <aoliva@redhat.com>
10223
10224 * print_rtl (print_rtx): Don't print modes in EXPR_LISTs and
10225 INSN_LISTs that are out of the REG_NOTE range.
10226
a9f6ecee
AO
102272009-06-02 Alexandre Oliva <aoliva@redhat.com>
10228
10229 * loop-unroll.c (struct iv_to_split): Add pointer to next.
10230 (struct var_to_expand): Likewise.
10231 (struct opt_info): Add head and tail for linked lists of the above.
10232 (analyze_insn_to_expand_var): Initialize next.
10233 (analyze_iv_to_split_insn): Likewise.
10234 (analyze_insns_in_loop): Create linked lists.
10235 (allocate_basic_variable): Simplify for use without hash table.
10236 (insert_var_expansion_initialization): Likewise, make it type-safer.
10237 (combine_var_copies_in_loop_exit): Likewise.
10238 (apply_opt_in_copies): Walk lists rather than hash tables.
10239 (release_var_copies): Simplified and inlined by hand into...
10240 (free_opt_info): ... this function.
10241
69596c69
RG
102422009-06-02 Richard Guenther <rguenther@suse.de>
10243
10244 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use DECL_SIZE
10245 for field decls.
10246
fe8a7779
AO
102472009-06-02 Alexandre Oliva <aoliva@redhat.com>
10248
10249 * cfgexpand.c (gimple_expand_cfg): Discard the source location
10250 only for builtins that are not overridden.
10251
1bcca2c5
AO
102522009-06-02 Alexandre Oliva <aoliva@redhat.com>
10253
10254 * gengtype.c (adjust_field_rtx_def): Add NOTE_INSN_DELETED_LABEL's
10255 label string.
10256
8588f797
AO
102572009-06-02 Alexandre Oliva <aoliva@redhat.com>
10258
10259 * df-core.c (df_ref_debug): Honor -fdump-noaddr.
10260
45f39d78
AO
102612009-06-02 Alexandre Oliva <aoliva@redhat.com>
10262
10263 * combine.c (move_deaths): Compare LUIDs within the same BB only.
10264
2aa7c49b
AO
102652009-06-02 Alexandre Oliva <aoliva@redhat.com>
10266
10267 * common.opt (fdump-unnumbered-links): New.
10268 * doc/invoke.texi (-fdump-unnumbered-links): Document it.
10269 * print-rtl.c (flag_dump_unnumbered_links): New.
10270 (print_rtx): Test it.
10271
55b2829b
RE
102722009-06-02 Richard Earnshaw <rearnsha@arm.com>
10273
10274 * arm.c (arm_get_frame_offsets): Prefer using r3 for padding a
10275 push/pop multiple to 8-byte alignment.
e63d4106 10276
6c0d7021
JJ
102772009-06-01 Jakub Jelinek <jakub@redhat.com>
10278
0aa34d44
JJ
10279 * config/i386/i386.c (queued_cfa_restores): New static variable.
10280 (ix86_add_cfa_restore_note, ix86_add_queued_cfa_restore_notes): New
10281 functions.
10282 (pro_epilogue_adjust_stack): Call ix86_add_queued_cfa_restore_notes.
10283 (ix86_emit_restore_reg_using_pop): Add RED_OFFSET argument.
10284 Set RTX_FRAME_RELATED_P immediately after adding a REG_CFA_* note.
10285 Call ix86_add_cfa_restore_note instead of adding REG_CFA_OFFSET
10286 note unconditionally.
10287 (ix86_emit_restore_regs_using_mov): Likewise.
10288 (ix86_emit_restore_sse_regs_using_mov): Likewise.
10289 (ix86_emit_restore_regs_using_pop): Add RED_OFFSET argument, pass
10290 it through to ix86_emit_restore_reg_using_pop.
10291 (ix86_emit_leave): Add RED_OFFSET argument. Call
10292 ix86_add_queued_cfa_restore_notes. Call ix86_add_cfa_restore_note
10293 instead of adding REG_CFA_OFFSET note unconditionally.
10294 (ix86_expand_epilogue): Compute RED_OFFSET, pass it down to
10295 the above functions. Call ix86_add_queued_cfa_restore_notes when
10296 needed.
10297
10298 * dwarf2out.c (dwarf2out_cfi_label): Add FORCE argument, if true,
10299 force output of the label even for dwarf2out_do_cfi_asm.
10300 (add_fde_cfi): If -g2 and above and cfi might change CFA,
10301 force creation of CFI label and chain DW_CFA_set_loc jumping to it
10302 for convert_cfa_to_fb_loc_list. Adjust other dwarf2out_cfi_label
10303 caller.
10304 (dwarf2out_stack_adjust, dwarf2out_frame_debug,
10305 dwarf2out_begin_epilogue, dwarf2out_frame_debug_restore_state): Adjust
10306 dwarf2out_cfi_label callers.
10307 * tree.h (dwarf2out_cfi_label): Adjust prototype.
10308 * config/arm/arm.c (thumb_pushpop, thumb1_output_function_prologue):
10309 Adjust dwarf2out_cfi_label callers.
10310 * config/vax/vax.c (vax_output_function_prologue): Likewise.
10311
604a6be9
JJ
10312 * config/i386/i386.h (struct machine_cfa_state,
10313 struct machine_function): Guard with ifndef USED_FOR_TARGET
10314 instead of not IN_LIBGCC2 and not in IN_TARGET_LIBS.
10315
df0026a7
JJ
10316 PR other/40024
10317 * emutls.c (__emutls_get_address): Change arr->size to mean number
10318 of allocated arr->data entries instead of # of slots + 1.
10319
6c0d7021
JJ
10320 PR middle-end/40316
10321 * recog.c (peep2_reinit_state): New function.
10322 (peephole2_init_state): Use it at the end of a basic block and also
10323 when seeing a RTX_FRAME_RELATED_P insn.
10324
49df2fb8
SE
103252009-06-01 Steve Ellcey <sje@cup.hp.com>
10326
10327 * ia64.md (floatdirf2, fix_truncrfdi, floatunsdirf,
10328 fixuns_truncrfdi2): New.
10329 (fix_truncxfdi2_alts, fixuns_truncxfdi2_alts,
10330 *nmaddsf4_alts, *nmadddf4_alts, *nmadddf4_truncsf_alts,
10331 *mulxf3_alts, *mulxf3_truncsf_alts, *mulxf3_truncdf_alts,
10332 *maddxf4_alts, *maddxf4_alts_truncsf, *maddxf4_alts_truncdf,
10333 *nmaddxf4_alts, *nmaddxf4_truncsf_alts, *nmaddxf4_truncdf_alts,
10334 *recip_approx): Remove.
10335 (divsi3 modsi3, udivsi3, umodsi3, divsi3_internal, divdi3,
10336 moddi3, udivdi3, umoddi3, divdi3_internal_lat, divdi3_internal_thr,
10337 divsf3, sqrtsf2, divdf3, sqrtdf2, divxf3, sqrtxf2): Modify and
10338 move to div.md.
10339 * div.md (fix_truncrfdi2_alts, fixuns_truncrfdi2_alt,
10340 setf_exp_rf): New.
10341
67165eb3
ILT
103422009-06-01 Ian Lance Taylor <iant@google.com>
10343
10344 * attribs.c (register_attribute): Use CONST_CAST.
10345 * collect2.c (main): Use CONST_CAST2.
10346 (scan_prog_file): Likewise.
10347 * gcc.c (process_command, main): Likewise.
10348 * toplev.c (toplev_main): Likewise.
10349
10350 * c-typeck.c (handle_warn_cast_qual): New static function,
10351 partially broken out of build_c_cast.
10352 (build_c_cast): Call handle_warn_cast_qual.
10353 * doc/invoke.texi (Warning Options): Document new effect of
10354 -Wcast-qual.
10355
e74fe492
AH
103562009-06-01 Aldy Hernandez <aldyh@redhat.com>
10357
10358 * diagnostic.c (diagnostic_build_prefix): Always print columns.
10359 (diagnostic_report_current_module): Print columns.
10360 * common.opt (flag_show_column): Enable by default.
10361
7eba2d1f
LM
103622009-06-01 Luis Machado <luisgpm@br.ibm.com>
10363
10364 * alias.c (find_base_term): Check for NULL term before returning.
10365
ee88d9aa
MK
103662009-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
10367
10368 Revert due to PR40320:
ee88d9aa
MK
10369 2009-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
10370 * calls.c (emit_library_call_value_1): Don't force_operand for move
10371 and push insns.
10372
324c9b02 103732009-06-01 Olivier Hainque <hainque@adacore.com>
40d0d9e4 10374 Eric Botcazou <ebotcazou@adacore.com>
324c9b02
OH
10375
10376 * tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE, a FIELD_DECL, is
10377 to be processed as a bitfield for constructor output purposes.
10378 * output.h (initializer_constant_valid_for_bitfield_p): Declare
10379 new function.
10380 * varasm.c (oc_local_state): New type, output_constructor
10381 local state to support communication with helpers.
10382 (oc_outer_state): New type, output_constructor outer state of
10383 relevance in recursive calls.
10384 (output_constructor_array_range): New output_constructor helper,
10385 extracted code for an array range element.
10386 (output_constructor_regular_field): New output_constructor helper,
10387 extracted code for an element that is not a bitfield.
10388 (output_constructor_bitfield): New output_constructor helper,
10389 extracted code for a bitfield element. Accept an OUTER state
10390 argument for recursive processing. Recurse on record or array
10391 CONSTRUCTOR values, possibly past noop conversions.
62295314 10392 (initializer_constant_valid_for_bitfield_p): New predicate. Whether
324c9b02
OH
10393 VALUE is a valid constant-valued expression for use in a static
10394 bit-field initializer.
62295314
OH
10395 (output_constructor): Rework to use helpers. Accept and honor an
10396 OUTER state argument for recursive calls. Return total size. Be
324c9b02
OH
10397 prepared for nested constructors initializing bitfields.
10398 (output_constant): Feed OUTER in calls to output_constructor.
10399
0980d7fe
MK
104002009-06-01 Maxim Kuvyrkov <maxim@codesourcery.com>
10401
10402 * calls.c (emit_library_call_value_1): Don't force_operand for move
10403 and push insns.
10404
29661412
NC
104052009-06-01 Nick Clifton <nickc@redhat.com>
10406
10407 * doc/invoke.texi (IA-64 Options): Fix typo.
10408
e9dbe7bb
IR
104092009-06-01 Ira Rosen <irar@il.ibm.com>
10410
10411 PR tree-optimization/39129
7c8b1a77 10412 * tree-vect-loop-manip.c (conservative_cost_threshold): Change the
e9dbe7bb 10413 printed message.
7c8b1a77 10414 (vect_do_peeling_for_loop_bound): Use
e9dbe7bb
IR
10415 LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
10416 LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
10417 (vect_loop_versioning): Likewise.
10418 (vect_create_cond_for_alias_checks): Fix indentation.
7c8b1a77 10419 * tree-vectorizer.h (struct _loop_vec_info): Fix indentation of the
e9dbe7bb
IR
10420 macros.
10421 (LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT): Define.
10422 (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Likewise.
7c8b1a77 10423 * tree-vect-loop.c (vect_analyze_loop_form): Change "too many BBs" to
e9dbe7bb 10424 "control flow in loop".
7c8b1a77 10425 (vect_estimate_min_profitable_iters): Use
e9dbe7bb
IR
10426 LOOP_REQUIRES_VERSIONING_FOR_ALIGNMENT and
10427 LOOP_REQUIRES_VERSIONING_FOR_ALIAS macros.
10428 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
10429 (vect_create_data_ref_ptr): Don't mention array dimension in printing.
7c8b1a77
UB
10430 * tree-vect-stmts.c (vectorizable_store): Replace the check that the
10431 statement belongs to a group of strided accesses with the exact code
e9dbe7bb
IR
10432 check.
10433 (vectorizable_load): Likewise.
10434 * tree-vect-slp.c (vect_analyze_slp_instance): Spell out "basic block".
10435 (vect_slp_analyze_bb, vect_slp_transform_bb): Likewise.
10436
5ac69a80
GP
104372009-06-01 Gerald Pfeifer <gerald@pfeifer.com>
10438
10439 * config/freebsd-stdint.h: New file.
10440 * config.gcc (*-*-freebsd): Set use_gcc_stdint=wrap.
10441 Add freebsd-stdint.h to tm_file.
10442
54b2b460
RE
104432009-06-01 Richard Earnshaw <rearnsha@arm.com>
10444
10445 * arm/thumb2.md (thumb2_zero_extendhidi2): New insn and split.
10446 (thumb2_extendhidi2): Likewise.
10447
a7ca77cf
ILT
104482009-05-31 Ian Lance Taylor <iant@google.com>
10449
f3afc8a7 10450 * regstat.c (regstat_n_sets_and_refs): Remove duplicate definition.
c50d84e3
ILT
10451
104522009-05-31 Ian Lance Taylor <iant@google.com>
10453
f3afc8a7 10454 * Makefile.in (except.o): Depend upon gt-except.h, not gt-$(EXCEPT_H).
a7ca77cf
ILT
10455 (ipa-cp.o): Depend upon $(FIBHEAP_H) and $(PARAMS_H).
10456 (ipa-reference.o): Depend upon gt-ipa-reference.h.
10457
1aec401e
JM
104582009-05-31 Jason Merrill <jason@redhat.com>
10459
10460 * tree-pretty-print.c (print_call_name): Take the callee, not the
f3afc8a7 10461 call itself. Make non-static. Use dump_function_name for functions.
1aec401e
JM
10462 (dump_generic_node): Adjust.
10463 * diagnostic.h: Declare print_call_name.
10464 * gimple-pretty-print.c (dump_gimple_call): Use it.
10465
ed7910bb
KK
104662009-05-31 Kaz Kojima <kkojima@gcc.gnu.org>
10467
10468 * config/sh/sh.md (ashldi3_std): New define_expand.
10469 (ashldi3): Use it.
10470
47ea8d4e
KK
104712009-05-31 Kaz Kojima <kkojima@gcc.gnu.org>
10472
10473 PR target/40313
10474 * config/sh/sh.c: Include debug.h.
10475 (sh_expand_epilogue): Emit a blockage insn before the frame
10476 pointer adjustment also when dwarf2out_do_frame returns true.
10477
405e8b49
RE
104782009-05-31 Richard Earnshaw <rearnsha@arm.com>
10479
10480 * arm/thumb2.md (thumb2_extendsidi2): Add a split sub-pattern.
10481 (thumb2_extendqidi2): New pattern.
10482
71ece343
IR
104832009-05-31 Ira Rosen <irar@il.ibm.com>
10484
10485 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't
10486 mark phis for renaming.
10487 * tree-vectorizer.c (vect_memsyms_to_rename): Remove.
10488 (vectorize_loops): Don't allocate and free vect_memsyms_to_rename.
10489 Call mark_sym_for_renaming.
10490 * tree-vectorizer.h (vect_memsyms_to_rename): Remove.
f3afc8a7
UB
10491 * tree-vect-loop.c (vect_transform_loop): Remove
10492 vect_memsyms_to_rename initialization and a call to
10493 mark_set_for_renaming.
71ece343 10494
b3041944
JJ
104952009-05-31 Jakub Jelinek <jakub@redhat.com>
10496
10497 PR middle-end/40304
10498 * config/i386/i386.c (pro_epilogue_adjust_stack): Mark insns
10499 frame related even if !set_cfa && style < 0.
10500
a1bda0d7
KT
105012009-05-30 Kai Tietz <kai.tietz@onevision.com>
10502
10503 * config/i386/mingw-tls.c: New file.
f3afc8a7
UB
10504 * config/i386/t-gthr-win32 (LIB2FUNCS_EXTRA): Add mingw-tls.c file.
10505 * gthr-win32.h (MINGW32_SUPPORTS_MT_EH): Define it for targets
10506 defining _WIN32 but not __CYGWIN__.
a1bda0d7 10507
acd26225
KG
105082009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10509
10510 * configure.ac: Add MPC support.
f100a4a8
UB
10511
10512 * config.in, configure: Regenerate.
acd26225 10513
cd9c1ca8
RH
105142009-05-29 Richard Henderson <rth@redhat.com>
10515
10516 * cfgcleanup.c (try_crossjump_to_edge): Only skip past
10517 NOTE_INSN_BASIC_BLOCK.
10518 * cfglayout.c (duplicate_insn_chain): Copy epilogue insn marks.
10519 Duplicate NOTE_INSN_EPILOGUE_BEG notes.
10520 * cfgrtl.c (can_delete_note_p): Allow NOTE_INSN_EPILOGUE_BEG
10521 to be deleted.
10522 * dwarf2out.c (struct cfa_loc): Change indirect field to bitfield,
10523 add in_use field.
10524 (add_cfi): Disable check redefining cfa away from drap.
10525 (lookup_cfa_1): Add remember argument; handle remember/restore.
10526 (lookup_cfa): Pass remember argument.
10527 (cfa_remember): New.
10528 (compute_barrier_args_size_1): Remove sibcall check.
10529 (dwarf2out_frame_debug_def_cfa): New.
10530 (dwarf2out_frame_debug_adjust_cfa): New.
10531 (dwarf2out_frame_debug_cfa_offset): New.
10532 (dwarf2out_frame_debug_cfa_register): New.
10533 (dwarf2out_frame_debug_cfa_restore): New.
10534 (dwarf2out_frame_debug): Handle REG_CFA_* notes.
10535 (dwarf2out_begin_epilogue): New.
10536 (dwarf2out_frame_debug_restore_state): New.
10537 (dw_cfi_oprnd1_desc): Handle DW_CFA_remember_state,
10538 DW_CFA_restore_state.
10539 (output_cfi_directive): Likewise.
10540 (convert_cfa_to_fb_loc_list): Likewise.
10541 (dw_cfi_oprnd1_desc): Handle DW_CFA_restore.
10542 * dwarf2out.h: Update.
10543 * emit-rtl.c (try_split): Don't split RTX_FRAME_RELATED_P.
10544 (copy_insn_1): Early out for null.
10545 * final.c (final_scan_insn): Call dwarf2out_begin_epilogue
10546 and dwarf2out_frame_debug_restore_state.
10547 * function.c (prologue, epilogue, sibcall_epilogue): Remove.
10548 (prologue_insn_hash, epilogue_insn_hash): New.
10549 (free_after_compilation): Adjust freeing accordingly.
10550 (record_insns): Create hash table if needed; push insns into
10551 hash instead of array.
10552 (maybe_copy_epilogue_insn): New.
10553 (contains): Search hash table instead of array.
10554 (sibcall_epilogue_contains): Remove.
10555 (thread_prologue_and_epilogue_insns): Split eh_return insns
10556 and mark them as epilogues.
10557 (reposition_prologue_and_epilogue_notes): Rewrite epilogue
10558 scanning in terms of basic blocks.
10559 * insn-notes.def (CFA_RESTORE_STATE): New.
10560 * jump.c (returnjump_p_1): Accept EH_RETURN.
10561 (eh_returnjump_p_1, eh_returnjump_p): New.
10562 * reg-notes.def (CFA_DEF_CFA, CFA_ADJUST_CFA, CFA_OFFSET,
10563 CFA_REGISTER, CFA_RESTORE): New.
10564 * rtl.def (EH_RETURN): New.
10565 * rtl.h (eh_returnjump_p, maybe_copy_epilogue_insn): Declare.
10566
10567 * config/bfin/bfin.md (UNSPEC_VOLATILE_EH_RETURN): Remove.
10568 (eh_return_internal): Use eh_return rtx; split w/ epilogue.
10569
10570 * config/i386/i386.c (gen_push): Update cfa state.
10571 (pro_epilogue_adjust_stack): Add set_cfa argument. When true,
10572 add a CFA_ADJUST_CFA note.
10573 (ix86_dwarf_handle_frame_unspec): Remove.
10574 (ix86_expand_prologue): Update cfa state.
10575 (ix86_emit_restore_reg_using_pop): New.
10576 (ix86_emit_restore_regs_using_pop): New.
10577 (ix86_emit_leave): New.
10578 (ix86_emit_restore_regs_using_mov): Add CFA_RESTORE notes.
10579 (ix86_expand_epilogue): Add notes for unwinding the epilogue.
10580 * config/i386/i386.h (struct machine_cfa_state): New.
10581 (ix86_cfa_state): New.
10582 * config/i386/i386.md (UNSPEC_EH_RETURN): Remove.
10583 (eh_return_internal): Merge from eh_return_<mode>,
10584 use eh_return rtx, split w/ epilogue.
10585
72b5577d
ILT
105862009-05-29 Ian Lance Taylor <iant@google.com>
10587
10588 * builtins.c (validate_gimple_arglist): Don't use va_arg with
10589 enum type.
10590 * calls.c (emit_library_call_value_1): Likewise.
10591
10592 * c-typeck.c (c_build_va_arg): New function.
10593 * c-tree.h (c_build_va_arg): Declare.
10594 * c-parser.c (c_parser_postfix_expression): Call c_build_va_arg
10595 instead of build_va_arg.
10596
7a2faca1
EB
105972009-05-29 Eric Botcazou <ebotcazou@adacore.com>
10598
10599 * tree-ssa-loop-ivopts.c (strip_offset_1) <MULT_EXPR>: New case.
10600 (force_expr_to_var_cost) <NEGATE_EXPR>: Likewise.
10601 (ptr_difference_cost): Use affine combinations to compute it.
10602 (difference_cost): Likewise.
10603 (get_computation_cost_at): Compute more accurate cost for addresses
10604 if the ratio is a multiplier allowed in addresses.
10605 For non-addresses, consider that an additional offset or symbol is
10606 added only once.
10607
725fd454
JJ
106082009-05-29 Jakub Jelinek <jakub@redhat.com>
10609
a0987204
JJ
10610 * config/i386/i386.c (ix86_decompose_address): Avoid useless
10611 0 displacement. Add 0 displacement if base is %[er]bp or %r13.
10612
725fd454
JJ
10613 * config/i386/i386.md (prefix_data16, prefix_rep): Set to 0 for
10614 TYPE_SSE{MULADD,4ARG,IADD1,CVT1} by default.
10615 (prefix_rex): For UNIT_MMX don't imply the prefix by default
10616 if MODE_DI.
10617 (prefix_extra): Default to 2 for TYPE_SSE{MULADD,4ARG} and
10618 to 1 for TYPE_SSE{IADD1,CVT1}.
10619 (prefix_vex_imm8): Removed.
10620 (length_vex): Only pass 1 as second argument to
10621 ix86_attr_length_vex_default if prefix_extra is 0.
10622 (modrm): For TYPE_INCDEC only set to 0 if not TARGET_64BIT.
10623 (length): For prefix vex computation use length_immediate
10624 attribute instead of prefix_vex_imm8.
10625 (cmpqi_ext_3_insn, cmpqi_ext_3_insn_rex64,
10626 addqi_ext_1, addqi_ext_1_rex64, *testqi_ext_0, andqi_ext_0,
10627 *andqi_ext_0_cc, *iorqi_ext_0, *xorqi_ext_0, *xorqi_cc_ext_1,
10628 *xorqi_cc_ext_1_rex64): Override modrm attribute to 1.
10629 (extendsidi2_rex64, extendhidi2, extendqidi2, extendhisi2,
10630 *extendhisi2_zext, extendqihi2, extendqisi2, *extendqisi2_zext): Emit
10631 a space in between the operands.
10632 (*anddi_1_rex64, *andsi_1): Likewise. Override prefix_rex to 1
10633 if one operand is 0xff and the other one si, di, bp or sp.
10634 (*andhi_1): Override prefix_rex to 1 if one operand is 0xff and the
10635 other one si, di, bp or sp.
10636 (*btsq, *btrq, *btcq, *btdi_rex64, *btsi): Add mode attribute.
10637 (*ffssi_1, *ffsdi_1, ctzsi2, ctzdi2): Add
10638 type and mode attributes.
10639 (*bsr, *bsr_rex64, *bsrhi): Add type attribute.
10640 (*cmpfp_i_mixed, *cmpfp_iu_mixed): For TYPE_SSECOMI, clear
10641 prefix_rep attribute and set prefix_data16 attribute iff MODE_DF.
10642 (*cmpfp_i_sse, *cmpfp_iu_sse): Clear prefix_rep attribute and set
10643 prefix_data16 attribute iff MODE_DF.
10644 (*movsi_1): For TYPE_SSEMOV MODE_SI set prefix_data16 attribute.
10645 (fix_trunc<mode>di_sse): Set prefix_rex attribute.
10646 (*adddi_4_rex64, *addsi_4): Use const128_operand instead of
10647 constm128_operand in length_immediate computation.
10648 (*addhi_4): Likewise. Fix mode attribute to MODE_HI.
10649 (anddi_1_rex64): Use movzbl/movzwl instead of movzbq/movzwq.
10650 (*avx_ashlti3, sse2_ashlti3, *avx_lshrti3, sse2_lshrti3): Set
10651 length_immediate attribute to 1.
10652 (x86_fnstsw_1, x86_fnstcw_1, x86_fldcw_1): Fix length attribute.
10653 (*movdi_1_rex64): Override prefix_rex or prefix_data16 attributes
10654 for certain alternatives.
10655 (*movdf_nointeger, *movdf_integer_rex64, *movdf_integer): Override
10656 prefix_data16 attribute if MODE_V1DF.
10657 (*avx_setcc<mode>, *sse_setcc<mode>, *sse5_setcc<mode>): Set
10658 length_immediate to 1.
10659 (set_got_rex64, set_rip_rex64): Remove length attribute, set
10660 length_address to 4, set mode attribute to MODE_DI.
10661 (set_got_offset_rex64): Likewise. Set length_immediate to 0.
10662 (fxam<mode>2_i387): Set length attribute to 4.
10663 (*prefetch_sse, *prefetch_sse_rex, *prefetch_3dnow,
10664 *prefetch_3dnow_rex): Override length_address attribute.
10665 (sse4_2_crc32<mode>): Override prefix_data16 and prefix_rex
10666 attributes.
10667 * config/i386/predicates.md (ext_QIreg_nomode_operand): New predicate.
10668 (constm128_operand): Removed.
10669 * config/i386/i386.c (memory_address_length): For
10670 disp && !index && !base in 64-bit mode account for SIB byte if
10671 print_operand_address can't optimize disp32 into disp32(%rip)
10672 and UNSPEC doesn't imply (%rip) addressing. Add 1 to length
10673 for fs: or gs: segment.
10674 (ix86_attr_length_immediate_default): When checking if shortform
10675 is possible, truncate immediate to the length of the non-shortened
10676 immediate.
10677 (ix86_attr_length_address_default): Ignore MEM_P operands
10678 with X constraint.
10679 (ix86_attr_length_vex_default): Only check for DImode on
10680 GENERAL_REG_P operands.
10681 * config/i386/sse.md (<sse>_comi, <sse>_ucomi): Clear
10682 prefix_rep attribute, set prefix_data16 attribute iff MODE_DF.
10683 (sse_cvttps2pi): Clear prefix_rep attribute.
10684 (sse2_cvttps2dq, *sse2_cvtpd2dq, sse2_cvtps2pd): Clear prefix_data16
10685 attribute.
10686 (*sse2_cvttpd2dq): Don't clear prefix_rep attribute.
10687 (*avx_ashr<mode>3, ashr<mode>3, *avx_lshr<mode>3, lshr<mode>3,
10688 *avx_ashl<mode>3, ashl<mode>3): Set length_immediate attribute to 1
10689 iff operand 2 is const_int_operand.
10690 (*vec_dupv4si, avx_shufpd256_1, *avx_shufpd_<mode>,
10691 sse2_shufpd_<mode>): Set length_immediate attribute to 1.
10692 (sse2_pshufd_1): Likewise. Set prefix attribute to maybe_vex
10693 instead of vex.
10694 (sse2_pshuflw_1, sse2_pshufhw_1): Set length_immediate to 1 and clear
10695 prefix_data16.
10696 (sse2_unpckhpd, sse2_unpcklpd, sse2_storehpd, *vec_concatv2df): Set
10697 prefix_data16 attribute for movlpd and movhpd instructions.
10698 (sse2_loadhpd, sse2_loadlpd, sse2_movsd): Likewise. Override
10699 length_immediate for shufpd instruction.
10700 (sse2_movntsi, sse3_lddqu): Clear prefix_data16 attribute.
10701 (avx_cmpp<avxmodesuffixf2c><mode>3,
10702 avx_cmps<ssemodesuffixf2c><mode>3, *avx_maskcmp<mode>3,
10703 <sse>_maskcmp<mode>3, <sse>_vmmaskcmp<mode>3,
10704 avx_shufps256_1, *avx_shufps_<mode>, sse_shufps_<mode>,
f3afc8a7 10705 *vec_dupv4sf_avx, *vec_dupv4sf): Set length_immediate attribute to 1.
725fd454
JJ
10706 (*avx_cvtsi2ssq, *avx_cvtsi2sdq): Set length_vex attribute to 4.
10707 (sse_cvtsi2ssq, sse2_cvtsi2sdq): Set prefix_rex attribute to 1.
10708 (sse2_cvtpi2pd, sse_loadlps, sse2_storelpd): Override
10709 prefix_data16 attribute for the first alternative to 1.
10710 (*avx_loadlps): Override length_immediate for the first alternative.
10711 (*vec_concatv2sf_avx): Override length_immediate and prefix_extra
10712 attributes for second alternative.
10713 (*vec_concatv2sf_sse4_1): Override length_immediate and
10714 prefix_data16 attributes for second alternative.
10715 (*vec_setv4sf_avx, *avx_insertps, vec_extract_lo_<mode>,
10716 vec_extract_hi_<mode>, vec_extract_lo_v16hi,
10717 vec_extract_hi_v16hi, vec_extract_lo_v32qi,
10718 vec_extract_hi_v32qi): Set prefix_extra and length_immediate to 1.
10719 (*vec_setv4sf_sse4_1, sse4_1_insertps, *sse4_1_extractps): Set
10720 prefix_data16 and length_immediate to 1.
10721 (*avx_mulv2siv2di3, *avx_mulv4si3, sse4_2_gtv2di3): Set prefix_extra
10722 to 1.
10723 (*avx_<code><mode>3, *avx_eq<mode>3, *avx_gt<mode>3): Set
f3afc8a7 10724 prefix_extra attribute for variants that don't have 0f prefix alone.
725fd454
JJ
10725 (*avx_pinsr<ssevecsize>): Likewise. Set length_immediate to 1.
10726 (*sse4_1_pinsrb, *sse2_pinsrw, *sse4_1_pinsrd, *sse4_1_pextrb,
10727 *sse4_1_pextrb_memory, *sse2_pextrw, *sse4_1_pextrw_memory,
10728 *sse4_1_pextrd): Set length_immediate to 1.
10729 (*sse4_1_pinsrd): Likewise. Set prefix_extra to 1.
10730 (*sse4_1_pinsrq, *sse4_1_pextrq): Set prefix_rex and length_immediate
10731 to 1.
10732 (*vec_extractv2di_1_rex64_avx, *vec_extractv2di_1_rex64,
10733 *vec_extractv2di_1_avx, *vec_extractv2di_1_sse2): Override
10734 length_immediate to 1 for second alternative.
10735 (*vec_concatv2si_avx, *vec_concatv2di_rex64_avx): Override
10736 prefix_extra and length_immediate attributes for the first
10737 alternative.
10738 (vec_concatv2si_sse4_1): Override length_immediate to 1 for the
10739 first alternative.
10740 (*vec_concatv2di_rex64_sse4_1): Likewise. Override prefix_rex
10741 to 1 for the first and third alternative.
10742 (*vec_concatv2di_rex64_sse): Override prefix_rex to 1 for the second
10743 alternative.
10744 (*sse2_maskmovdqu, *sse2_maskmovdqu_rex64): Override length_vex
10745 attribute.
10746 (*sse_sfence, sse2_mfence, sse2_lfence): Override length_address
10747 attribute to 0.
10748 (*avx_phaddwv8hi3, *avx_phadddv4si3, *avx_phaddswv8hi3,
10749 *avx_phsubwv8hi3, *avx_phsubdv4si3, *avx_phsubswv8hi,
10750 *avx_pmaddubsw128, *avx_pmulhrswv8hi3, *avx_pshufbv16qi3,
10751 *avx_psign<mode>3): Set prefix_extra attribute to 1.
10752 (ssse3_phaddwv4hi3, ssse3_phadddv2si3, ssse3_phaddswv4hi3,
10753 ssse3_phsubwv4hi3, ssse3_phsubdv2si3, ssse3_phsubswv4hi3,
10754 ssse3_pmaddubsw, *ssse3_pmulhrswv4hi, ssse3_pshufbv8qi3,
10755 ssse3_psign<mode>3): Override prefix_rex attribute.
f3afc8a7 10756 (*avx_palignrti): Override prefix_extra and length_immediate to 1.
725fd454
JJ
10757 (ssse3_palignrti): Override length_immediate to 1.
10758 (ssse3_palignrdi): Override length_immediate to 1, override
10759 prefix_rex attribute.
f3afc8a7 10760 (abs<mode>2): Override prefix_rep to 0, override prefix_rex attribute.
725fd454
JJ
10761 (sse4a_extrqi): Override length_immediate to 2.
10762 (sse4a_insertqi): Likewise. Override prefix_data16 to 0.
10763 (sse4a_insertq): Override prefix_data16 to 0.
10764 (avx_blendp<avxmodesuffixf2c><avxmodesuffix>,
10765 avx_blendvp<avxmodesuffixf2c><avxmodesuffix>,
10766 avx_dpp<avxmodesuffixf2c><avxmodesuffix>, *avx_mpsadbw,
10767 *avx_pblendvb, *avx_pblendw, avx_roundp<avxmodesuffixf2c>256,
10768 avx_rounds<avxmodesuffixf2c>256): Override prefix_extra
10769 and length_immediate to 1.
10770 (sse4_1_blendp<ssemodesuffixf2c>, sse4_1_dpp<ssemodesuffixf2c>,
10771 sse4_2_pcmpestr, sse4_2_pcmpestri, sse4_2_pcmpestrm,
10772 sse4_2_pcmpestr_cconly, sse4_2_pcmpistr, sse4_2_pcmpistri,
10773 sse4_2_pcmpistrm, sse4_2_pcmpistr_cconly): Override prefix_data16
10774 and length_immediate to 1.
10775 (sse4_1_blendvp<ssemodesuffixf2c>): Override prefix_data16 to 1.
10776 (sse4_1_mpsadbw, sse4_1_pblendw): Override length_immediate to 1.
10777 (*avx_packusdw, avx_vtestp<avxmodesuffixf2c><avxmodesuffix>,
10778 avx_ptest256): Override prefix_extra to 1.
10779 (sse4_1_roundp<ssemodesuffixf2c>, sse4_1_rounds<ssemodesuffixf2c>):
10780 Override prefix_data16 and length_immediate to 1.
10781 (sse5_pperm_zero_v16qi_v8hi, sse5_pperm_sign_v16qi_v8hi,
10782 sse5_pperm_zero_v8hi_v4si, sse5_pperm_sign_v8hi_v4si,
10783 sse5_pperm_zero_v4si_v2di, sse5_pperm_sign_v4si_v2di,
10784 sse5_vrotl<mode>3, sse5_ashl<mode>3, sse5_lshl<mode>3): Override
10785 prefix_data16 to 0 and prefix_extra to 2.
10786 (sse5_rotl<mode>3, sse5_rotr<mode>3): Override length_immediate to 1.
10787 (sse5_frcz<mode>2, sse5_vmfrcz<mode>2): Don't override prefix_extra
10788 attribute.
10789 (*sse5_vmmaskcmp<mode>3, sse5_com_tf<mode>3,
10790 sse5_maskcmp<mode>3, sse5_maskcmp<mode>3, sse5_maskcmp_uns<mode>3):
10791 Override prefix_data16 and prefix_rep to 0, length_immediate to 1
10792 and prefix_extra to 2.
10793 (sse5_maskcmp_uns2<mode>3, sse5_pcom_tf<mode>3): Override
10794 prefix_data16 to 0, length_immediate to 1 and prefix_extra to 2.
10795 (*avx_aesenc, *avx_aesenclast, *avx_aesdec, *avx_aesdeclast,
10796 avx_vpermilvar<mode>3,
10797 avx_vbroadcasts<avxmodesuffixf2c><avxmodesuffix>,
10798 avx_vbroadcastss256, avx_vbroadcastf128_p<avxmodesuffixf2c>256,
10799 avx_maskloadp<avxmodesuffixf2c><avxmodesuffix>,
10800 avx_maskstorep<avxmodesuffixf2c><avxmodesuffix>):
10801 Override prefix_extra to 1.
10802 (aeskeygenassist, pclmulqdq): Override length_immediate to 1.
10803 (*vpclmulqdq, avx_vpermil<mode>, avx_vperm2f128<mode>3,
10804 vec_set_lo_<mode>, vec_set_hi_<mode>, vec_set_lo_v16hi,
10805 vec_set_hi_v16hi, vec_set_lo_v32qi, vec_set_hi_v32qi): Override
10806 prefix_extra and length_immediate to 1.
10807 (*avx_vzeroall, avx_vzeroupper, avx_vzeroupper_rex64): Override
10808 modrm to 0.
10809 (*vec_concat<mode>_avx): Override prefix_extra and length_immediate
10810 to 1 for the first alternative.
10811 * config/i386/mmx.md (*mov<mode>_internal_rex64): Override
10812 prefix_rep, prefix_data16 and/or prefix_rex attributes in certain
10813 cases.
10814 (*mov<mode>_internal_avx, *movv2sf_internal_rex64,
10815 *movv2sf_internal_avx, *movv2sf_internal): Override
10816 prefix_rep attribute for certain alternatives.
10817 (*mov<mode>_internal): Override prefix_rep or prefix_data16
10818 attributes for certain alternatives.
10819 (*movv2sf_internal_rex64_avx): Override prefix_rep and length_vex
10820 attributes for certain alternatives.
10821 (*mmx_addv2sf3, *mmx_subv2sf3, *mmx_mulv2sf3,
10822 *mmx_<code>v2sf3_finite, *mmx_<code>v2sf3, mmx_rcpv2sf2,
10823 mmx_rcpit1v2sf3, mmx_rcpit2v2sf3, mmx_rsqrtv2sf2, mmx_rsqit1v2sf3,
10824 mmx_haddv2sf3, mmx_hsubv2sf3, mmx_addsubv2sf3,
10825 *mmx_eqv2sf3, mmx_gtv2sf3, mmx_gev2sf3, mmx_pf2id, mmx_pf2iw,
10826 mmx_pi2fw, mmx_floatv2si2, mmx_pswapdv2sf2, *mmx_pmulhrwv4hi3,
10827 mmx_pswapdv2si2): Set prefix_extra attribute to 1.
10828 (mmx_ashr<mode>3, mmx_lshr<mode>3, mmx_ashl<mode>3): Set
10829 length_immediate to 1 if operand 2 is const_int_operand.
10830 (*mmx_pinsrw, mmx_pextrw, mmx_pshufw_1, *vec_dupv4hi,
f3afc8a7 10831 *vec_extractv2si_1): Set length_immediate attribute to 1.
725fd454
JJ
10832 (*mmx_uavgv8qi3): Override prefix_extra attribute to 1 if
10833 using old 3DNOW insn rather than SSE/3DNOW_A.
10834 (mmx_emms, mmx_femms): Clear modrm attribute.
10835
0674b9d0
MJ
108362009-05-29 Martin Jambor <mjambor@suse.cz>
10837
10838 * tree-sra.c: New implementation of SRA.
10839
10840 * params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): Removed.
10841 (PARAM_SRA_MAX_STRUCTURE_COUNT): Removed.
10842 (PARAM_SRA_FIELD_STRUCTURE_RATIO): Removed.
10843 * params.h (SRA_MAX_STRUCTURE_SIZE): Removed.
10844 (SRA_MAX_STRUCTURE_COUNT): Removed.
10845 (SRA_FIELD_STRUCTURE_RATIO): Removed.
10846 * doc/invoke.texi (sra-max-structure-size): Removed.
10847 (sra-field-structure-ratio): Removed.
10848
616f21df
JJ
108492009-05-29 Jakub Jelinek <jakub@redhat.com>
10850
10851 PR middle-end/40291
10852 * builtins.c (expand_builtin_memcmp): Convert len to sizetype
10853 before expansion.
10854
da7ba240
AB
108552009-05-29 Andrey Belevantsev <abel@ispras.ru>
10856
10857 PR rtl-optimization/40101
10858 * sel-sched-ir.c (get_seqno_by_preds): Allow returning negative
10859 seqno. Adjust comment.
f100a4a8 10860 * sel-sched.c (find_seqno_for_bookkeeping): Assert that when
da7ba240
AB
10861 inserting bookkeeping before a jump, the jump is not scheduled.
10862 When no positive seqno found, provide a value. Add comment.
10863
71dcd609
RG
108642009-05-29 Richard Guenther <rguenther@suse.de>
10865
10866 * tree-ssa-alias.c (nonaliasing_component_refs_p): Remove
10867 short-cutting on the first component.
10868
a900ae6b
JJ
108692009-05-29 Jakub Jelinek <jakub@redhat.com>
10870
10871 PR middle-end/39958
10872 * omp-low.c (scan_omp_1_op): Call remap_type on TREE_TYPE
10873 for trees other than decls/types.
10874
821bb7f8
RG
108752009-05-29 Richard Guenther <rguenther@suse.de>
10876
10877 * tree-ssa-operands.c (get_expr_operands): Do not handle
10878 INDIRECT_REFs in the handled-component case. Remove
10879 unused get_ref_base_and_extent case.
10880 * tree-dfa.c (get_ref_base_and_extent): Avoid calling
10881 tree_low_cst and host_integerp where possible.
10882 * tree-ssa-structalias.c (equiv_class_label_eq): Check hash
10883 codes for equivalence.
10884 * dce.c (find_call_stack_args): Avoid redundant bitmap queries.
10885
e997fb9c
DB
108862009-05-29 David Billinghurst <billingd@gcc.gnu.org>
10887
10888 * config.gcc: Add i386/t-fprules-softfp and soft-fp/t-softfp
f100a4a8 10889 to tmake_file for i[34567]86-*-cygwin*.
e997fb9c 10890
58195b74
JJ
108912009-05-29 Jakub Jelinek <jakub@redhat.com>
10892
10893 PR target/40017
10894 * config/rs6000/rs6000-c.c (_Bool_keyword): New variable.
10895 (altivec_categorize_keyword, init_vector_keywords,
10896 rs6000_cpu_cpp_builtins): Define _Bool as conditional macro
10897 similar to bool.
10898
055df276
KT
108992009-05-29 Kai Tietz <kai.tietz@onevision.com>
10900
10901 * tree.c (handle_dll_attribute): Check if node is
10902 of kind FUNCTION_DECL for DECL_DECLARED_INLINE_P check.
10903
f5939ef3
RE
109042009-05-29 Richard Earnshaw <rearnsha@arm.com>
10905
10906 * config/arm/thumb2.md (thumb2_zero_extendsidi2): Add a split
10907 component.
10908 (thumb2_zero_extendqidi2): Likewise.
10909
c185de40
KK
109102009-05-28 Kaz Kojima <kkojima@gcc.gnu.org>
10911
10912 * config/sh/sh.c (sh_expand_t_scc): Use gen_xorsi3_movrt
10913 instead of gen_movrt.
10914 * config/sh/sh.md (movrt): Remove.
10915
bf3c6caf
SE
109162009-05-28 Steve Ellcey <sje@cup.hp.com>
10917
f3afc8a7 10918 * doc/invoke.texi (IA-64 Options):
f100a4a8 10919 Add -msdata, -mfused-madd, -mno-inline-float-divide,
bf3c6caf
SE
10920 -mno-inline-int-divide, -mno-inline-sqrt, -msched-spec-ldc,
10921 -msched-spec-control-ldc, -msched-prefer-non-data-spec-insns,
10922 -msched-prefer-non-control-spec-insns,
10923 -msched-stop-bits-after-every-cycle,
10924 -msched-count-spec-in-critical-path,
10925 -msel-sched-dont-check-control-spec, -msched-fp-mem-deps-zero-cost
f3afc8a7 10926 -msched-max-memory-insns-hard-limit, -msched-max-memory-insns.
bf3c6caf
SE
10927 Remove -mt, -pthread, -msched-ldc, -mno-sched-control-ldc,
10928 and -msched-spec-verbose.
10929
8a66e987
JM
109302009-05-28 Joseph Myers <joseph@codesourcery.com>
10931
f3afc8a7 10932 * config/arm/lib1funcs.asm (__clear_cache): Define if L_clear_cache.
8a66e987
JM
10933 * config/arm/linux-eabi.h (CLEAR_INSN_CACHE): Define to give an
10934 error if used.
10935 * config/arm/t-linux-eabi (LIB1ASMFUNCS): Add _clear_cache.
10936
b45d2719
RG
109372009-05-28 Richard Guenther <rguenther@suse.de>
10938
10939 * tree-ssa-alias.c (ao_ref_init): New function.
10940 (ao_ref_base): Likewise.
10941 (ao_ref_base_alias_set): Likewise.
10942 (ao_ref_alias_set): Likewise.
10943 (refs_may_alias_p_1): Change signature.
10944 (refs_may_alias_p): Adjust.
10945 (refs_anti_dependent_p): Likewise.
10946 (refs_output_dependent_p): Likewise.
10947 (call_may_clobber_ref_p_1): Change signature.
10948 (call_may_clobber_ref_p): Adjust.
10949 (stmt_may_clobber_ref_p_1): New function split out from ...
10950 (stmt_may_clobber_ref_p): ... here.
10951 (maybe_skip_until): Adjust signature.
10952 (get_continuation_for_phi): Likewise.
10953 (walk_non_aliased_vuses): Likewise.
10954 * tree-ssa-alias.h (struct ao_ref_s): New structure type.
10955 (ao_ref_init): Declare.
10956 (ao_ref_base): Likewise.
10957 (ao_ref_alias_set): Likewise.
10958 (stmt_may_clobber_ref_p_1): Likewise.
10959 (walk_non_aliased_vuses): Adjust.
10960 * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): New function.
10961 (get_ref_from_reference_ops): remove.
10962 (vn_reference_lookup_2): Adjust signature.
10963 (vn_reference_lookup_3): Do not re-build trees. Handle unions.
f3afc8a7 10964 (vn_reference_lookup_pieces): Adjust signature, do not re-build trees.
b45d2719
RG
10965 (vn_reference_lookup): Adjust.
10966 (vn_reference_insert): Likewise.
10967 (vn_reference_insert_pieces): Adjust signature.
10968 (visit_reference_op_call): Adjust.
10969 * tree-ssa-pre.c (get_expr_type): Simplify.
10970 (phi_translate_1): Adjust.
10971 (compute_avail): Likewise.
10972 (translate_vuse_through_block): Do not re-build trees.
10973 (value_dies_in_block_x): Likewise.
10974 * tree-ssa-sccvn.h (struct vn_reference_s): Add type and alias-set
10975 fields.
10976 (vn_reference_lookup_pieces): Adjust declaration.
10977 (vn_reference_insert_pieces): Likewise.
10978
554223b6
BK
109792009-05-28 Benjamin Kosnik <bkoz@redhat.com>
10980
10981 * tree-ssa-copy.c (replace_exp_1): Move op for warning-free use
10982 with checking disabled.
10983
233215fe
DK
109842009-05-28 Dave Korn <dave.korn.cygwin@gmail.com>
10985
10986 PR target/37216
10987
10988 * configure.ac (HAVE_GAS_ALIGNED_COMM): Add autoconf test and
10989 macro definition for support of three-operand format aligned
10990 .comm directive in assembler on cygwin/pe/mingw target OS.
10991 * configure: Regenerate.
10992 * config.h: Regenerate.
10993
10994 * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Use
10995 aligned form of .comm directive if -mpe-aligned-commons is in effect.
10996 * config/i386/cygming.opt (-mpe-aligned-commons): Add new option.
10997
10998 * doc/invoke.texi (-mpe-aligned-commons): Document new target option.
10999 * doc/tm.texi (ASM_OUTPUT_COMMON): Document zero size commons.
11000
24adb18f
IR
110012009-05-28 Ira Rosen <irar@il.ibm.com>
11002
11003 PR tree-optimization/40254
11004 * tree-data-ref.c (dr_analyze_innermost): Take POFFSET into account
11005 in analysis of basic blocks.
11006
2c5bfdf7
AN
110072009-05-28 Adam Nemet <anemet@caviumnetworks.com>
11008
11009 PR middle-end/33699
f3afc8a7 11010 * target.h (struct gcc_target): Fix indentation. Add const_anchor.
2c5bfdf7
AN
11011 * target-def.h (TARGET_CONST_ANCHOR): New macro.
11012 (TARGET_INITIALIZER): Use it.
11013 * cse.c (CHEAPER): Move it up to the other macros.
11014 (insert): Rename this ...
11015 (insert_with_costs): ... to this. Add cost parameters. Update
11016 function comment.
11017 (insert): New function. Call insert_with_costs.
11018 (compute_const_anchors, insert_const_anchor, insert_const_anchors,
11019 find_reg_offset_for_const, try_const_anchors): New functions.
11020 (cse_insn): Call try_const_anchors. Adjust cost of src_related
11021 when using a const-anchor. Call insert_const_anchors.
f3afc8a7 11022 * config/mips/mips.c (mips_set_mips16_mode): Set targetm.const_anchor.
2c5bfdf7
AN
11023 * doc/tm.texi (Misc): Document TARGET_CONST_ANCHOR.
11024
9e6aced0
AO
110252009-05-28 Alexandre Oliva <aoliva@redhat.com>
11026
11027 * tree-inline.c (remap_decls): Enable nonlocalized variables
11028 when not optimizing.
11029
89fbbe4e
AO
110302009-05-28 Alexandre Oliva <aoliva@redhat.com>
11031
11032 * tree-ssa-live.c (remove_unused_locals): Skip when not optimizing.
11033 Simplify other tests involving optimize.
11034
e455776a
TT
110352009-05-27 Tom Tromey <tromey@redhat.com>
11036
11037 * unwind-dw2.c (_Unwind_DebugHook): New function.
11038 (uw_install_context): Call _Unwind_DebugHook.
11039
cea32bca
TT
110402009-05-27 Tom Tromey <tromey@redhat.com>
11041
11042 * system.h (CONST_CAST2): Use C++ const_cast when compiled as C++
11043
c607156f
ILT
110442009-05-27 Ian Lance Taylor <iant@google.com>
11045
11046 * Makefile.in (LINKER, LINKER_FLAGS): Define.
11047 (LINKER_FOR_BUILD, BUILD_LINKERFLAGS): Define.
11048 (ALL_LINKERFLAGS): Define.
11049 (xgcc$(exeext)): Change $(COMPILER) to $(LINKER).
11050 (cpp$(exeext), cc1-dummy$(exeext), cc1$(exeext)): Likewise.
11051 (collect2$(exeext), mips-tfile, mips-tdump): Likewise.
11052 (gcov$(exeext), gcov-dump$(exeext)): Likewise.
11053 (build/gen%$(build_exeext)): Change $(COMPILER_FOR_BUILD) to
11054 $(LINKER_FOR_BUILD).
11055 (build/gcov-iov$(build_exeext)): Likewise.
11056
ec0a1343
JB
110572009-05-27 Julian Brown <julian@codesourcery.com>
11058
11059 * gcse.c (target.h): Include.
11060 (can_assign_to_reg_without_clobbers_p): Check that the target allows
11061 copy of argument to a pseudo register.
11062
ac80ba07
DN
110632009-05-27 Diego Novillo <dnovillo@google.com>
11064
11065 * tree-ssa-live.c (dump_scope_block): Document arguments.
11066 (dump_scope_blocks): Document.
11067 (debug_scope_blocks): New.
11068 * tree-flow.h (debug_scope_blocks): Declare.
11069
d1803a17
DC
110702009-05-21 Denis Chertykov <denisc@overta.ru>
11071
f3afc8a7 11072 * doc/contrib.texi (Contributors): Add myself to the list.
d1803a17 11073
51fb7760 110742009-05-27 Olivier Hainque <hainque@adacore.com>
ceadb728
OH
11075
11076 * expr.c (target_align): New function. Alignment the TARGET of an
11077 assignment may be assume to have.
11078 (highest_pow2_factor_for_target): Use it instead of relying on
11079 immediate tree attributes of TARGET, not necessarily honored when
11080 intermediate bitfields are involved.
f100a4a8 11081
634fa334
L
110822009-05-27 H.J. Lu <hongjiu.lu@intel.com>
11083
11084 PR target/40266
11085 * config/i386/driver-i386.c (host_detect_local_cpu): Support
11086 AVX, SSE4, AES, PCLMUL and POPCNT.
11087
65332587
DN
110882009-05-27 Diego Novillo <dnovillo@google.com>
11089
11090 * tree-pretty-print.c (dump_location): New.
11091 (dump_generic_node): Call it.
11092 Factor code to handle BLOCK nodes ...
11093 (dump_block_node): ... here.
11094
3e17e31d
RAE
110952009-05-27 Rafael Avila de Espindola <espindola@google.com>
11096
f3afc8a7
UB
11097 * Makefile.in (GCC_PLUGIN_H): New. Replace all uses of gcc-plugin.h
11098 with it.
3e17e31d
RAE
11099 * doc/plugins.texi: Document that gcc-plugin.h must be the first to be
11100 included.
11101 * gcc-plugin.h: Include config.h and system.h.
11102 (IN_GCC): Define if not defined.
11103
5e370570
HPN
111042009-05-27 Hans-Peter Nilsson <hp@axis.com>
11105
11106 PR middle-end/40249
11107 * Makefile.in (CRTSTUFF_CFLAGS): Replace -fno-inline-functions
11108 with -fno-inline.
11109
d000f0d9
SZ
111102009-05-27 Shujing Zhao <pearly.zhao@oracle.com>
11111
11112 * config/m32r/m32r.c: Use REG_P, MEM_P and CONST_INT_P where
11113 applicable.
11114 * config/m32r/m32r.h: Ditto.
11115 * config/m32r/m32r.md: Ditto.
11116 * config/m32r/predicates.md: Ditto.
11117
82f331ff
AO
111182009-05-27 Alexandre Oliva <aoliva@redhat.com>
11119
11120 * cgraph.c (dump_cgraph_node): Honor -fdump-noaddr.
11121
ae2392a9
BS
111222009-05-26 Basile Starynkevitch <basile@starynkevitch.net>
11123
11124 * doc/plugins.texi
11125 (Loading plugins): typo.
11126 (Plugin callbacks): Documented PLUGIN_INFO, PLUGIN_GGC_START,
11127 PLUGIN_GGC_MARKING, PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS.
11128 (Interacting with the GCC Garbage Collector): Added new section.
11129 (Giving information about a plugin): Added new section for
11130 PLUGIN_INFO.
ae2392a9
BS
11131 * ggc.h (ggc_register_root_tab): Added declaration.
11132 * gcc-plugin.h (PLUGIN_GGC_START, PLUGIN_GGC_MARKING)
11133 (PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS): Added new events.
11134 (register_callback): Improved comment in declaration.
f3afc8a7
UB
11135 * ggc-common.c (const_ggc_root_tab_t) Added new typedef for vectors.
11136 (extra_root_vec) Added static variable for dynamic roots registration.
ae2392a9
BS
11137 (ggc_register_root_tab) Added new routine.
11138 (ggc_mark_roots) Added iteration inside extra_root_vec, and invoke
11139 PLUGIN_GGC_MARKING event.
11140 * ggc-zone.c: Include plugin.h.
11141 (ggc_collect): Invoke PLUGIN_GGC_START & PLUGIN_GGC_END events.
11142 * ggc-page.c: Include plugin.h.
11143 (ggc_collect): Invoke PLUGIN_GGC_START & PLUGIN_GGC_END events.
11144 * plugin.c (plugin_event_name): added names of PLUGIN_GGC_START,
11145 PLUGIN_GGC_MARKING, PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS
11146 (register_callback): check lack of callbacks for
11147 pseudo-events. Added handling of PLUGIN_REGISTER_GGC_ROOTS,
11148 PLUGIN_GGC_START, PLUGIN_GGC_MARKING, PLUGIN_GGC_END.
11149 (invoke_plugin_callbacks): Handle PLUGIN_GGC_START,
11150 PLUGIN_GGC_MARKING, PLUGIN_GGC_END, PLUGIN_REGISTER_GGC_ROOTS.
11151 * Makefile.in (ggc-common.o, ggc-zone.o, ggc-page.o): Added
11152 dependency on plugin.h.
11153 (plugin.o): Added dependency on ggc.h...
11154
f0cfd3a8
RG
111552009-05-26 Richard Guenther <rguenther@suse.de>
11156
11157 PR middle-end/40248
11158 Revert
11159 * expr.c (expand_expr_real_1): Avoid calling do_store_flag
11160 with mismatched comparison modes.
11161
11162 * expr.c (expand_expr_real_1): Expand the operand of a
11163 VIEW_CONVERT_EXPR in its natural mode.
11164
7980bfb8
ILT
111652009-05-26 Ian Lance Taylor <iant@google.com>
11166
11167 * Makefile.in (COMPILER, COMPILER_FLAGS): Define.
11168 (COMPILER_FOR_BUILD, BUILD_COMPILERFLAGS): Define.
11169 (ALL_COMPILERFLAGS): Define.
11170 (.c.o, xgcc$(exeext), cpp$(exeext)): Use $(COMPILER).
11171 (cc1-dummy$(exeext), cc1$(exeext)): Likewise.
11172 (collect2$(exeext), collect2.o): Likewise.
11173 (c-opts.o, c-cppbuiltin.o, c-pch.o, gcc.o, gccspec.o): Likewise.
11174 (gcc-options.o, version.o, prefix.o, toplev.o): Likewise.
11175 ($(out_object_file), mips-tfile, mips-tdump): Likewise.
11176 (libbackend.o, intl.o, cppdefault.o): Likewise.
11177 (gcov$(exeext), gcov-dump$(exeext)): Likewise.
11178 (build/%.o): Use $(COMPILER_FOR_BUILD).
11179 (build/gen%$(build_exeext)): Likewise.
11180 (build/gcov-iov$(build_exeext)): LIkewise.
11181 * config/t-darwin (darwin.o): Use $(COMPILER).
11182 (darwin-c.o, darwin-f.o, darwin-driver.o): Likewise.
11183 * config/t-sol2 (sol2-c.o): Likewise.
11184 (sol2.o): Likewise.
11185 * config/t-vxworks (vxworks.o): Likewise.
11186 * config/x-darwin (host-darwin.o): Likewise.
11187 * config/x-hpux (host-hpux.o): Likewise.
11188 * config/x-linux (host-linux.o): Likewise.
11189 * config/x-solaris (host-solaris.o): Likewise.
11190 * config/alpha/x-alpha (driver-alpha.o): Likewise.
11191 * config/arm/t-arm (arm-c.o): Likewise.
11192 * config/arm/t-pe (pe.o): Likewise.
11193 * config/arm/t-wince-pe (pe.o): Likewise.
11194 * config/i386/t-cygming (winnt.o): Likewise.
11195 (winnt-cxx.o, winnt-stubs.o, msformat-c.o): Likewise.
11196 * config/i386/t-cygwin (cygwin1.o): Likewise.
11197 (cygwin2.o): Likewise.
11198 * config/i386/t-i386 (i386-c.o): Likewise.
11199 * config/i386/t-interix (winnt.o): Likewise.
11200 * config/i386/t-netware (netware.o): Likewise.
11201 * config/i386/t-nwld (nwld.o): Likewise.
11202 * config/i386/x-darwin (host-i386-darwin.o): Likewise.
11203 * config/i386/x-i386 (driver-i386.o): Likewise.
11204 * config/i386/x-cygwin (host-cygwin.o): Likewise.
11205 * config/i386/x-mingw32 (host-mingw32.o): Likewise.
11206 * config/ia64/t-ia64 (ia64-c.o): Likewise.
11207 * config/m32c/t-m32c (m32c-pragma.o): Likewise.
11208 * config/mips/x-native (driver-native.o): Likewise.
11209 * config/rs6000/t-rs6000 (rs6000-c.o): Likewise.
11210 * config/rs6000/x-darwin (host-ppc-darwin.o): Likewise.
11211 * config/rs6000/x-darwin64 (host-ppc64-darwin.o): Likewise.
11212 * config/rs6000/x-rs6000 (driver-rs6000.o): Likewise.
11213 * config/score/t-score-elf (score7.o): Likewise.
11214 (score3.o): Likewise.
11215 * config/sh/t-sh (sh-c.o): Likewise.
11216 * config/sh/t-symbian (sh-c.o): Likewise.
11217 (symbian.o): Likewise.
11218 * config/spu/t-spu-elf (spu-c.o): Likewise.
11219 * config/v850/t-v850 (v850-c.o): Likewise.
11220 * config/v850/t-v850e (v850-c.o): Likewise.
11221
23977d3c
RG
112222009-05-26 Richard Guenther <rguenther@suse.de>
11223
11224 PR tree-optimization/40122
11225 * tree-ssa-ccp.c (ccp_fold): Fold vector CONSTRUCTORs to
11226 VECTOR_CSTs if possible.
11227 (fold_gimple_assign): Likewise.
11228
3d62b895
RG
112292009-05-26 Richard Guenther <rguenther@suse.de>
11230
11231 PR middle-end/40252
11232 * fold-const.c (fold_binary): Use the correct types for building
11233 rotates.
11234
12346147
RG
112352009-05-26 Richard Guenther <rguenther@suse.de>
11236
11237 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove
11238 redundant calls to merge_alias_info.
11239 (bump_vector_ptr): Likewise.
11240 * tree-ssa-copy.c (merge_alias_info): Remove.
11241 (replace_exp_1): Remove call to merge_alias_info.
11242 (propagate_tree_value): Likewise.
11243 (fini_copy_prop): Propagate points-to info.
11244 * tree-flow.h (merge_alias_info): Remove.
11245
807d5e6f
HS
112462009-05-07 Hariharan Sandanagobalane <hariharan@picochip.com>
11247
11248 * config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.
11249
85057983
JH
112502009-05-25 Jan Hubicka <jh@suse.cz>
11251
11252 * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
11253 * cgraph.h (struct inline_summary): New filed self_wize,
11254 size_inlining_benefit, self_time and time_inlining_benefit.
11255 (struct cgraph_global_info): Replace insns by time ans size fields.
11256 * ipa-cp (ipcp_cloning_candidate_p): Base estimate on size
11257 (ipcp_estimate_growth, ipcp_insert_stage): Likewise.
11258 (ipcp_update_callgraph): Do not touch function bodies.
11259 * ipa-inline.c: Include except.h
11260 (MAX_TIME): New constant.
11261 (overall_insns): Remove.
11262 (leaf_node_p): New.
11263 (overall_size, max_benefit): New static variables.
11264 (cgraph_estimate_time_after_inlining): New function.
11265 (cgraph_estimate_size_after_inlining): Rewrite using benefits.
11266 (cgraph_clone_inlined_nodes): Update size.
11267 (cgraph_mark_inline_edge): Update size.
11268 (cgraph_estimate_growth): Use size info.
11269 (cgraph_check_inline_limits): Check size.
11270 (cgraph_default_inline_p): Likewise.
11271 (cgraph_edge_badness): Compute badness based on benefit and size cost.
11272 (cgraph_decide_recursive_inlining): Check size.
f3afc8a7
UB
11273 (cgraph_decide_inlining_of_small_function): Update size; dump sizes
11274 and times.
85057983
JH
11275 (cgraph_decide_inlining): Likewise.
11276 (cgraph_decide_inlining_incrementally): Likewise; honor
11277 PARAM_EARLY_INLINING_INSNS.
11278 (likely_eliminated_by_inlining_p): New predicate.
11279 (estimate_function_body_sizes): New function.
11280 (compute_inline_parameters): Use it.
11281 * except.c (must_not_throw_labels): New function.
11282 * except.h (must_not_throw_labels): Declare.
11283 * tree-inline.c (init_inline_once): Kill inlining_weigths
11284 * tree-ssa-structalias.c: Avoid uninitialized warning.
11285 * params.def (PARAM_MAX_INLINE_INSNS_SINGLE): Reduce to 300.
11286 (PARAM_MAX_INLINE_INSNS_AUTO): Reduce to 60.
11287 (PARAM_INLINE_CALL_COST): Remove.
11288 (PARAM_EARLY_INLINING_INSNS): New.
11289
01df5c8a
RG
112902009-05-25 Richard Guenther <rguenther@suse.de>
11291
11292 PR tree-optimization/36327
11293 * tree-ssa-alias.c (walk_non_aliased_vuses): Add second walker
f3afc8a7 11294 callback for reference translation or lookup at the point of may-defs.
01df5c8a
RG
11295 * tree-ssa-alias.h (walk_non_aliased_vuses): Adjust prototype.
11296 * tree-ssa-sccvn.c (get_ref_from_reference_ops): Bail out
11297 for union COMPONENT_REFs.
11298 (vn_reference_lookup_3): New callback. Lookup from memset
11299 and CONSTRUCTOR assignment, translate through struct copies.
11300 (vn_reference_lookup_pieces): Make sure to not free the
11301 passed operands array. Adjust walk_non_aliased_vuses call.
11302 (vn_reference_lookup): Adjust walk_non_aliased_vuses call,
11303 make sure we do not leak memory.
11304
6b8ed145
RG
113052009-05-25 Richard Guenther <rguenther@suse.de>
11306
11307 * tree-ssa-alias.h (dump_points_to_solution): Declare.
11308 * tree-inline.c (expand_call_inline): Reset the escaped and
11309 callused solutions.
11310 * tree-ssa-structalias.c (pass_build_ealias): New.
11311 * tree-pass.h (pass_build_ealias): Declare.
f100a4a8 11312 * passes.c (init_optimization_passes): Add PTA during
6b8ed145
RG
11313 early optimizations.
11314 * tree-ssa-alias.c (dump_alias_info): Dump the ESCAPED
11315 and CALLUSED solutions.
11316 (dump_points_to_solution): New function, split out from ...
11317 (dump_points_to_info_for): ... here.
11318 * tree-parloops.c (parallelize_loops): Reset the escaped and
11319 callused solutions.
11320
0adcf178
RO
113212009-05-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11322
11323 PR bootstrap/40027
11324 * config/i386/i386.c (USE_HIDDEN_LINKONCE): Only define if missing.
11325 * config/i386/sol2.h [!TARGET_GNU_LD] (USE_HIDDEN_LINKONCE): Define.
11326
12aaf609
IR
113272009-05-25 Ira Rosen <irar@il.ibm.com>
11328
11329 PR tree-optimization/40238
11330 * tree-vect-stmts.c (vect_init_vector): Insert initialization
11331 statements after basic block's labels.
f100a4a8 11332 * tree-vect-slp.c (vect_slp_transform_bb): Call destroy_bb_vec_info()
12aaf609
IR
11333 to free the allocated memory.
11334
7f9a14e3
KK
113352009-05-24 Kaz Kojima <kkojima@gcc.gnu.org>
11336
11337 * gcc/config/sh/sh.c (sh_set_return_address): Mark store of
11338 return address with a USE.
11339
b842d478
RG
113402009-05-24 Richard Guenther <rguenther@suse.de>
11341
11342 PR middle-end/40233
11343 * tree.c (make_vector_type): Build the TYPE_DEBUG_REPRESENTATION_TYPEs
11344 array type from the main variant of the inner type.
11345
8db7b33f
JBG
113462009-05-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
11347
11348 * config/vax/vax-protos.h (legitimate_constant_address_p): Change
11349 definition to bool (from int) to un-break build.
11350 (legitimate_constant_p, vax_mode_dependent_address_p): Likewise.
11351
cff4e50d
PB
113522009-05-24 Paolo Bonzini <bonzini@gnu.org>
11353
11354 * tree-ssa-operands.h (push_stmt_changes, pop_stmt_changes,
11355 discard_stmt_changes): Delete.
11356 * tree-ssa-operands.c (scb_stack): Delete.
11357 (init_ssa_operands): Do not initialize it.
11358 (fini_ssa_operands): Do not free it.
11359 (push_stmt_changes, pop_stmt_changes, discard_stmt_changes): Delete.
11360
f100a4a8 11361 * tree-cfg.c (replace_uses_by): Replace pop_stmt_changes with
cff4e50d
PB
11362 update_stmt, remove the others. Fix comments.
11363 * tree-dfa.c (optimize_stack_restore): Likewise.
11364 * tree-ssa-forwprop.c (forward_propagate_addr_expr): Likewise.
11365 * tree-ssa-loop-ivopts.c (rewrite_use): Likewise.
11366 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Likewise.
11367 * tree-ssa-ccp.c (optimize_stack_restore, execute_fold_all_builtins):
11368 Likewise.
11369 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
11370 * tree-ssa-dom.c (propagate_rhs_into_lhs): Likewise.
f3afc8a7
UB
11371 (dom_opt_finalize_block): Likewise, adjusting access to
11372 stmts_to_rescan.
cff4e50d
PB
11373 (optimize_stmt): Likewise, adjusting access to stmts_to_rescan.
11374 (stmts_to_rescan): Change item type to gimple.
11375 (tree_ssa_dominator_optimize): Change type of stmts_to_rescan.
11376
a70d6342
IR
113772009-05-24 Ira Rosen <irar@il.ibm.com>
11378
11379 * doc/passes.texi (Tree-SSA passes): Document SLP pass.
11380 * tree-pass.h (pass_slp_vectorize): New pass.
11381 * params.h (SLP_MAX_INSNS_IN_BB): Define.
11382 * timevar.def (TV_TREE_SLP_VECTORIZATION): Define.
11383 * tree-vectorizer.c (timevar.h): Include.
11384 (user_vect_verbosity_level): Declare.
11385 (vect_location): Fix comment.
11386 (vect_set_verbosity_level): Update user_vect_verbosity_level
11387 instead of vect_verbosity_level.
11388 (vect_set_dump_settings): Add an argument. Ignore user defined
11389 verbosity if dump flags require higher level of verbosity. Print to
11390 stderr only for loop vectorization.
11391 (vectorize_loops): Update call to vect_set_dump_settings.
11392 (execute_vect_slp): New function.
11393 (gate_vect_slp): Likewise.
11394 (struct gimple_opt_pass pass_slp_vectorize): New.
11395 * tree-vectorizer.h (struct _bb_vec_info): Define along macros to
11396 access its members.
11397 (vec_info_for_bb): New function.
11398 (struct _stmt_vec_info): Add bb_vinfo and a macro for its access.
11399 (VECTORIZATION_ENABLED): New macro.
11400 (SLP_ENABLED, SLP_DISABLED): Likewise.
11401 (vect_is_simple_use): Add bb_vec_info argument.
11402 (new_stmt_vec_info, vect_analyze_data_ref_dependences,
11403 vect_analyze_data_refs_alignment, vect_verify_datarefs_alignment,
11404 vect_analyze_data_ref_accesses, vect_analyze_data_refs,
11405 vect_schedule_slp, vect_analyze_slp): Likewise.
11406 (vect_analyze_stmt): Add slp_tree argument.
11407 (find_bb_location): Declare.
11408 (vect_slp_analyze_bb, vect_slp_transform_bb): Likewise.
11409 * tree-vect-loop.c (new_loop_vec_info): Adjust function calls.
11410 (vect_analyze_loop_operations, vect_analyze_loop,
11411 get_initial_def_for_induction, vect_create_epilog_for_reduction,
11412 vect_finalize_reduction, vectorizable_reduction,
11413 vectorizable_live_operation, vect_transform_loop): Likewise.
11414 * tree-data-ref.c (dr_analyze_innermost): Update comment,
11415 skip evolution analysis if analyzing a basic block.
11416 (dr_analyze_indices): Likewise.
11417 (initialize_data_dependence_relation): Skip the test whether the
11418 object is invariant for basic blocks.
11419 (compute_all_dependences): Skip dependence analysis for data
11420 references in basic blocks.
11421 (find_data_references_in_stmt): Don't fail in case of invariant
11422 access in basic block.
11423 (find_data_references_in_bb): New function.
11424 (find_data_references_in_loop): Move code to
782dc37a 11425 find_data_references_in_bb and add a call to it.
a70d6342
IR
11426 (compute_data_dependences_for_bb): New function.
11427 * tree-data-ref.h (compute_data_dependences_for_bb): Declare.
11428 * tree-vect-data-refs.c (vect_check_interleaving): Adjust to the case
11429 that STEP is 0.
11430 (vect_analyze_data_ref_dependence): Check for interleaving in case of
11431 unknown dependence in basic block and fail in case of dependence in
11432 basic block.
11433 (vect_analyze_data_ref_dependences): Add bb_vinfo argument, get data
11434 dependence instances from either loop or basic block vectorization
11435 info.
11436 (vect_compute_data_ref_alignment): Check if it is loop vectorization
11437 before calling nested_in_vect_loop_p.
11438 (vect_compute_data_refs_alignment): Add bb_vinfo argument, get data
11439 dependence instances from either loop or basic block vectorization
11440 info.
11441 (vect_verify_datarefs_alignment): Likewise.
11442 (vect_enhance_data_refs_alignment): Adjust function calls.
11443 (vect_analyze_data_refs_alignment): Likewise.
11444 (vect_analyze_group_access): Fix printing. Skip different checks if
11445 DR_STEP is 0. Keep strided stores either in loop or basic block
11446 vectorization data structure. Fix indentation.
11447 (vect_analyze_data_ref_access): Fix comments, allow zero step in
11448 basic blocks.
11449 (vect_analyze_data_ref_accesses): Add bb_vinfo argument, get data
11450 dependence instances from either loop or basic block vectorization
11451 info.
11452 (vect_analyze_data_refs): Update comment. Call
11453 compute_data_dependences_for_bb to analyze basic blocks.
11454 (vect_create_addr_base_for_vector_ref): Check for outer loop only in
11455 case of loop vectorization. In case of basic block vectorization use
782dc37a 11456 data-ref itself as a base.
a70d6342
IR
11457 (vect_create_data_ref_ptr): In case of basic block vectorization:
11458 don't advance the pointer, add new statements before the current
11459 statement. Adjust function calls.
11460 (vect_supportable_dr_alignment): Support only aligned accesses in
11461 basic block vectorization.
11462 * common.opt (ftree-slp-vectorize): New flag.
11463 * tree-vect-patterns.c (widened_name_p): Adjust function calls.
11464 (vect_pattern_recog_1): Likewise.
11465 * tree-vect-stmts.c (process_use): Likewise.
11466 (vect_init_vector): Add new statements in the beginning of the basic
11467 block in case of basic block SLP.
11468 (vect_get_vec_def_for_operand): Adjust function calls.
11469 (vect_finish_stmt_generation): Likewise.
11470 (vectorizable_call): Add assert that it is loop vectorization, adjust
11471 function calls.
11472 (vectorizable_conversion, vectorizable_assignment): Likewise.
11473 (vectorizable_operation): In case of basic block SLP, take
11474 vectorization factor from statement's type and skip the relevance
11475 check. Adjust function calls.
11476 (vectorizable_type_demotion): Add assert that it is loop
11477 vectorization, adjust function calls.
11478 (vectorizable_type_promotion): Likewise.
11479 (vectorizable_store): Check for outer loop only in case of loop
11480 vectorization. Adjust function calls. For basic blocks, skip the
11481 relevance check and don't advance pointers.
11482 (vectorizable_load): Likewise.
11483 (vectorizable_condition): Add assert that it is loop vectorization,
11484 adjust function calls.
11485 (vect_analyze_stmt): Add argument. In case of basic block SLP, check
11486 that it is not reduction, get vector type, call only supported
782dc37a 11487 functions, skip loop specific parts.
a70d6342
IR
11488 (vect_transform_stmt): Check for outer loop only in case of loop
11489 vectorization.
11490 (new_stmt_vec_info): Add new argument and initialize bb_vinfo.
11491 (vect_is_simple_use): Fix comment, add new argument, fix conditions
11492 for external definition.
11493 * passes.c (pass_slp_vectorize): New pass.
11494 * tree-vect-slp.c (find_bb_location): New function.
11495 (vect_get_and_check_slp_defs): Add argument, adjust function calls,
11496 check for patterns only in loops.
11497 (vect_build_slp_tree): Add argument, adjust function calls, fail in
11498 case of multiple types in basic block SLP.
11499 (vect_mark_slp_stmts_relevant): New function.
11500 (vect_supported_load_permutation_p): Fix comment.
11501 (vect_analyze_slp_instance): Add argument. In case of basic block
11502 SLP, take vectorization factor from statement's type, check that
11503 unrolling factor is 1. Adjust function call. Save SLP instance in
11504 either loop or basic block vectorization structure. Return FALSE,
11505 if SLP failed.
11506 (vect_analyze_slp): Add argument. Get strided stores groups from
11507 either loop or basic block vectorization structure. Return FALSE
11508 if basic block SLP failed.
11509 (new_bb_vec_info): New function.
11510 (destroy_bb_vec_info, vect_slp_analyze_node_operations,
11511 vect_slp_analyze_operations, vect_slp_analyze_bb): Likewise.
11512 (vect_schedule_slp): Add argument. Get SLP instances from either
11513 loop or basic block vectorization structure. Set vectorization factor
11514 to be 1 for basic block SLP.
11515 (vect_slp_transform_bb): New function.
11516 * params.def (PARAM_SLP_MAX_INSNS_IN_BB): Define.
11517
0676c393
MM
115182009-05-23 Mark Mitchell <mark@codesourcery.com>
11519
11520 * final.c (shorten_branches): Do not align labels for jump tables.
11521 (final_scan_insn): Use JUMP_TABLE_DATA_P.
11522
94324dae
EB
115232009-05-23 Eric Botcazou <ebotcazou@adacore.com>
11524
11525 * doc/passes.texi: Standardize spelling of RTL, Tree and Tree SSA.
11526 Remove outdated reference to flow.c and fix nits.
11527 * doc/gccint.texi: Tweak RTL description.
11528 * doc/rtl.texi: Likewise.
11529
92bffc14
DC
115302009-05-23 Denis Chertykov <chertykov@gmail.com>
11531
11532 * config/avr/avr.c: Change my email address.
11533 * config/avr/avr.h: Likewise.
11534 * config/avr/avr.md: Likewise.
11535 * config/avr/avr-protos.h: Likewise.
11536 * config/avr/libgcc.S: Likewise.
11537
eec9405e
TS
115382009-05-22 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
11539
11540 * config/spu/spu-protos.h (aligned_mem_p, spu_valid_mov): Remove.
11541 (spu_split_load, spu_split_store): Change return type to int.
11542 (spu_split_convert): Declare.
11543 * config/spu/predicates.md (spu_mem_operand): Remove.
11544 (spu_mov_operand): Update.
11545 (spu_dest_operand, shiftrt_operator, extend_operator): Define.
11546 * config/spu/spu.c (regno_aligned_for_load): Remove.
11547 (reg_aligned_for_addr, spu_expand_load): Define.
11548 (spu_expand_extv): Reimplement and handle MEM.
11549 (spu_expand_insv): Handle MEM.
11550 (spu_sched_reorder): Handle insn's with length 0.
11551 (spu_legitimate_address_p): Reimplement.
11552 (store_with_one_insn_p): Return TRUE for any mode with size
11553 larger than 16 bytes.
11554 (address_needs_split): Define.
11555 (spu_expand_mov): Call spu_split_load and spu_split_store for MEM
11556 operands.
11557 (spu_convert_move): Define.
782dc37a 11558 (spu_split_load): Use spu_expand_load and change all MEM's to TImode.
eec9405e
TS
11559 (spu_split_store): Change all MEM's to TImode.
11560 (spu_init_expanders): Preallocate registers that correspond to
11561 LAST_VIRTUAL_REG+1 and LAST_VIRTUAL_REG+2 and set them with
11562 mark_reg_pointer.
11563 (spu_split_convert): Define.
11564 * config/spu/spu.md (QHSI, QHSDI): New mode iterators.
11565 (_move<mode>, _movdi, _movti): Update predicate and condition.
11566 (load, store): Change to define_split.
11567 (extendqiti2, extendhiti2, extendsiti2, extendditi2): Simplify to
11568 extend<mode>ti2.
11569 (zero_extendqiti2, zero_extendhiti2, <v>lshr<mode>3_imm): Define.
11570 (lshr<mode>3, lshr<mode>3_imm, lshr<mode>3_re): Simplify to one
11571 define_insn_and_split of lshr<mode>3.
11572 (shrqbybi_<mode>, shrqby_<mode>): Simplify to define_expand.
11573 (<v>ashr<mode>3_imm): Define.
11574 (extv, extzv, insv): Allow MEM operands.
11575 (trunc_shr_ti<mode>, trunc_shr_tidi, shl_ext_<mode>ti,
11576 shl_ext_diti, sext_trunc_lshr_tiqisi, zext_trunc_lshr_tiqisi,
11577 sext_trunc_lshr_tihisi, zext_trunc_lshr_tihisi): Define for combine.
11578 (_spu_convert2): Change to define_insn_and_split and remove the
11579 corresponding define_peephole2.
11580 (stack_protect_set, stack_protect_test, stack_protect_test_si):
11581 Change predicates to memory_operand.
11582
7d31a807
MM
115832009-05-22 Mark Mitchell <mark@codesourcery.com>
11584
11585 * config/arm/thumb2.md: Add 16-bit multiply instructions.
7d31a807 11586
d021d274
MM
115872009-05-21 Michael Meissner <meissner@linux.vnet.ibm.com>
11588
11589 PR tree-optimization/40219
11590 * tree.c (iterative_hash_expr): Make sure the builtin function is
11591 a normal builtin function and not a front end or back end builtin
11592 before indexing into the built_in_decls array.
11593
4d7a65ea
RG
115942009-05-22 Richard Guenther <rguenther@suse.de>
11595
11596 PR middle-end/38964
11597 * alias.c (write_dependence_p): Do not use TBAA for answering
11598 anti-dependence or output-dependence.
782dc37a 11599 * tree-ssa-structalias.c (set_uids_in_ptset): Remove TBAA pruning code.
4d7a65ea
RG
11600 (emit_pointer_definition): Remove.
11601 (emit_alias_warning): Likewise.
11602 (find_what_var_points_to): Remove TBAA pruning code.
11603 (find_what_p_points_to): Likewise. Do not warn about strict-aliasing
11604 violations.
11605 (compute_points_to_sets): Remove code computing the set of
11606 dereferenced pointers.
11607 * tree-data-ref.c (dr_may_alias_p): Properly use the split
11608 oracle for querying anti and output dependencies.
11609 * tree-ssa-alias.c (refs_may_alias_p_1): Add argument specifying
11610 if TBAA may be applied.
11611 (refs_anti_dependent_p): New function.
11612 (refs_output_dependent_p): Likewise.
11613 * tree-ssa-alias.h (refs_anti_dependent_p): Declare.
11614 (refs_output_dependent_p): Likewise.
11615 * doc/tree-ssa.texi (Memory model): New section.
11616 * doc/c-tree.texi (CHANGE_DYNAMIC_TYPE_EXPR): Remove.
11617 * doc/gimple.texi (GIMPLE_CHANGE_DYNAMIC_TYPE): Remove.
11618 * cfgexpand.c (expand_gimple_basic_block): Do not handle
11619 GIMPLE_CHANGE_DYNAMIC_TYPE or CHANGE_DYNAMIC_TYPE_EXPR.
11620 * expr.c (expand_expr_real_1): Likewise.
11621 * gimple-low.c (lower_stmt): Likewise.
11622 * gimple-pretty-print.c (dump_gimple_stmt): Likewise.
11623 (dump_gimple_cdt): Remove.
11624 * gimple.c (gss_for_code): Do not handle GIMPLE_CHANGE_DYNAMIC_TYPE.
11625 (gimple_size): Likewise.
11626 (walk_gimple_op): Likewise.
11627 (is_gimple_stmt): Likewise.
11628 (walk_stmt_load_store_addr_ops): Likewise.
11629 (gimple_build_cdt): Remove.
11630 * gimple.def (GIMPLE_CHANGE_DYNAMIC_TYPE): Remove.
11631 * gimple.h (gimple_cdt_new_type): Remove.
11632 (gimple_cdt_new_type_ptr): Likewise.
11633 (gimple_cdt_set_new_type): Likewise.
11634 (gimple_cdt_location): Likewise.
11635 (gimple_cdt_location_ptr): Likewise.
11636 (gimple_cdt_set_location): Likewise.
11637 * gimplify.c (gimplify_expr): Do not handle CHANGE_DYNAMIC_TYPE_EXPR.
11638 * tree-cfg.c (remove_useless_stmts_1): Do not handle
11639 GIMPLE_CHANGE_DYNAMIC_TYPE.
11640 (verify_types_in_gimple_stmt): Likewise.
11641 * tree-inline.c (estimate_num_insns): Likewise.
11642 (expand_call_inline): Do not copy DECL_NO_TBAA_P.
11643 (copy_decl_to_var): Likewise.
11644 (copy_result_decl_to_var): Likewise.
11645 * tree-pretty-print.c (dump_generic_node): Do not handle
11646 CHANGE_DYNAMIC_TYPE_EXPR.
11647 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
11648 * tree-ssa-operands.c (get_expr_operands): Likewise.
11649 * tree-ssa-structalias.c (struct variable_info): Remove
11650 no_tbaa_pruning member.
11651 (new_var_info): Do not set it based on DECL_NO_TBAA_P.
11652 (unify_nodes): Do not copy it.
11653 (find_func_aliases): Do not handle GIMPLE_CHANGE_DYNAMIC_TYPE.
11654 (dump_solution_for_var): Do not dump no_tbaa_pruning state.
11655 (set_uids_in_ptset): Do not check it.
11656 (find_what_var_points_to): Likewise.
11657 (compute_tbaa_pruning): Remove.
11658 (compute_points_to_sets): Do not call it.
11659 * tree.c (walk_tree_1): Do not handle CHANGE_DYNAMIC_TYPE_EXPR.
11660 * tree.def (CHANGE_DYNAMIC_TYPE_EXPR): Remove.
11661 * tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Remove.
11662 (CHANGE_DYNAMIC_TYPE_LOCATION): Likewise.
11663 (DECL_NO_TBAA_P): Likewise.
11664 (struct tree_decl_common): Move no_tbaa_flag to unused flags section.
11665 * omp-low.c (copy_var_decl): Do not copy DECL_NO_TBAA_P.
11666 (expand_omp_atomic_pipeline): Do not set it.
11667 * print-tree.c (print_node): Do not dump it.
11668 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Remove
11669 redundant check.
11670
83a6ac60
VM
116712009-05-22 Vladimir Makarov <vmakarov@redhat.com>
11672
11673 PR target/39856
11674 * reg-stack.c (subst_stack_regs_pat): Remove gcc_assert for note
11675 for clobber.
11676
fe2978fb
MM
116772009-05-22 Mark Mitchell <mark@codesourcery.com>
11678
11679 * tree.c (handle_dll_attribute): Mark dllexport'd inlines as
11680 non-external.
11681
134ef638
BE
116822009-05-22 Ben Elliston <bje@au.ibm.com>
11683
11684 * Makefile.in (bversion.h, s-bversion): New targets.
11685 (TOPLEV_H): Add bversion.h.
11686 * toplev.h: Include "bversion.h".
11687 (ATTRIBUTE_GCC_DIAG): When building with checking disabled, use
11688 the __format__ attribute only if compiling with the same version
11689 of GCC as the sources (the "build version").
11690
52fc669d
BE
116912009-05-22 Ben Elliston <bje@au.ibm.com>
11692
11693 * c-format.c (handle_format_attribute): Fix comment typo.
11694
583ca921
SE
116952009-05-21 Steve Ellcey <sje@cup.hp.com>
11696
11697 PR target/37846
11698 * config/ia64/ia64.opt (mfused-madd): New.
11699 * config/ia64/ia64.h (TARGET_DEFAULT): Set MASK_FUSED_MADD.
11700 * config/ia64/hpux.h (TARGET_DEFAULT): Ditto.
11701 * config/ia64/ia64.md (maddsf4, msubsf4, nmaddsf4,
11702 madddf4, madddf4_trunc, msubdf4, msubdf4_trunc, nmadddf4,
11703 nmadddf4_truncsf, maddxf4, maddxf4_truncsf, maddxf4_truncdf,
11704 msubxf4, msubxf4_truncsf msubxf4_truncdf, nmaddxf4,
11705 nmaddxf4_truncsf, nmaddxf4_truncdf): Check TARGET_FUSED_MADD.
f100a4a8 11706 * config/ia64/vect.md (addv2sf3, subv2sf3): Force fpma/fpms
583ca921
SE
11707 instruction if !TARGET_FUSED_MADD.
11708 (fpma, fpms): Remove colon from name.
11709
150e3929
RG
117102009-05-22 Richard Guenther <rguenther@suse.de>
11711
11712 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record
11713 TMR_ORIGINAL. Always either record TMR_SYMBOL or TMR_BASE.
11714 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Handle
11715 TARGET_MEM_REF.
11716 (create_expression_by_pieces): Only convert if necessary.
11717 * gimplify.c (gimplify_expr): Handle TARGET_MEM_REF.
11718 * tree-ssa-loop-im.c (gen_lsm_tmp_name): Handle INTEGER_CST.
11719
9a2b090c
AN
117202009-05-21 Adam Nemet <anemet@caviumnetworks.com>
11721
11722 * config/mips/mips.md (*extzv_trunc<mode>_exts): Turn into a
11723 regular pattern from a template and rename it ...
11724 (*extzv_truncsi_exts): ... to this.
11725
33b92c9d
RG
117262009-05-21 Richard Guenther <rguenther@suse.de>
11727
11728 * cgraph.h (struct cgraph_node): Remove inline_decl member.
11729 * ipa-inline.c (cgraph_mark_inline_edge): Do not check it.
11730 (cgraph_default_inline_p): Likewise.
11731 (cgraph_decide_inlining_incrementally): Likewise.
11732
cabf85c3
L
117332009-05-21 H.J. Lu <hongjiu.lu@intel.com>
11734 Uros Bizjak <ubizjak@gmail.com>
11735
11736 * config/i386/cpuid.h (bit_MOVBE): New.
11737
11738 * config/i386/driver-i386.c (host_detect_local_cpu): Check movbe.
11739
11740 * config/i386/i386.c (OPTION_MASK_ISA_MOVBE_SET): New.
11741 (OPTION_MASK_ISA_MOVBE_UNSET): Likewise.
11742 (ix86_handle_option): Handle OPT_mmovbe.
11743 (ix86_target_string): Add -mmovbe.
11744 (pta_flags): Add PTA_MOVBE.
11745 (processor_alias_table): Add PTA_MOVBE to "atom".
11746 (override_options): Handle PTA_MOVBE.
11747
11748 * config/i386/i386.h (TARGET_MOVBE): New.
11749
11750 * config/i386/i386.md (bswapsi2): Check TARGET_MOVBE.
11751 (*bswapsi_movbe): New.
11752 (*bswapdi_movbe): Likewise.
11753 (bswapdi2): Renamed to ...
11754 (*bswapdi_1): This.
11755 (bswapdi2): New expander.
11756
11757 * config/i386/i386.opt (mmovbe): New.
11758
11759 * doc/invoke.texi: Document -mmovbe.
11760
9fefa0aa
TG
117612009-05-21 Taras Glek <tglek@mozilla.com>
11762
11763 * plugin.c (try_init_one_plugin): Updated to new plugin_init API.
11764 * gcc-plugin.h (plugin_init): Updated signature.
11765 * gcc-plugin.h (plugin_name_args): Moved to this header.
cabf85c3
L
11766 * doc/plugins.texi (plugin_init): Updated documention to reflect
11767 API change.
9fefa0aa
TG
11768 * doc/plugins.texi (plugin_name_args): Added to documention.
11769
1ea9fe56
MM
117702009-05-21 Mark Mitchell <mark@codesourcery.com>
11771
11772 * config/arm/neon.md (*mul<mode>3add<mode>_neon): New pattern.
11773 (*mul<mode>3neg<mode>add<mode>_neon): Likewise.
11774
52f84254
SZ
117752009-05-21 Shujing Zhao <pearly.zhao@oracle.com>
11776
11777 * config/i386/i386.c: Use REG_P, MEM_P, CONST_INT_P, LABEL_P and
11778 JUMP_TABLE_DATA_P predicates where applicable.
11779 * config/i386/predicates.md: Ditto.
11780 * config/i386/sse.md: Ditto.
11781
a952487c
JJ
117822009-05-21 Jakub Jelinek <jakub@redhat.com>
11783
93cac287
JJ
11784 * config/i386/i386.md (adddi_4_rex64, addsi_4, addhi_4): For
11785 operand2 -128 override length_immediate attribute to 1.
11786 * config/i386/predicates.md (constm128_operand): New predicate.
11787
a952487c
JJ
11788 * config/i386/i386.c (memory_address_length): Handle %r12
11789 the same as %rsp and %r13 the same as %rbp. For %rsp and %rbp
11790 also check REGNO.
11791 (ix86_attr_length_address_default): For MODE_SI lea in 64-bit
11792 mode look through optional ZERO_EXTEND and SUBREG.
11793 * config/i386/i386.md (R12_REG): New define_constant.
11794 (prefix_data16): For sse unit set also for MODE_TI insns.
11795 (prefix_rex): For -m32 always return 0. For TYPE_IMOVX
11796 insns set if operand 1 is ext_QIreg_operand.
11797 (modrm): For TYPE_IMOV clear only if not MODE_DI. For
11798 TYPE_{ALU{,1},ICMP,TEST} insn clear if there is non-shortened
11799 immediate.
11800 (*movdi_extzv_1, zero_extendhidi2, zero_extendqidi2): Change
11801 mode from MODE_DI to MODE_SI.
11802 (movdi_1_rex64): Override modrm and length_immediate attributes
11803 only for movabs (TYPE_IMOV, alternative 2).
11804 (zero_extendsidi2_rex64): Clear prefix_0f attribute if TYPE_IMOVX.
11805 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit,
11806 *float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit,
11807 *float<SSEMODEI24:mode><MODEF:mode>2_sse_interunit,
11808 *float<SSEMODEI24:mode><MODEF:mode>2_sse_nointerunit): Set
11809 prefix_rex attribute if DImode.
11810 (*adddi_1_rex64, *adddi_2_rex64, *adddi_3_rex64, *adddi_5_rex64,
11811 *addsi_1, *addsi_1_zext, *addsi_2, *addsi_2_zext, *addsi_3,
11812 *addsi_3_zext, *addsi_5, *addhi_1_lea, *addhi_1, *addhi_2, *addhi_3,
11813 *addhi_5, *addqi_1_lea, *addqi_1): Override length_immediate
11814 attribute to 1 if TYPE_ALU and operand 2 is const128_operand.
11815 (pro_epilogue_adjust_stack_1, pro_epilogue_adjust_stack_rex64):
11816 Likewise. For TYPE_IMOV clear length_immediate attribute.
11817 (*ashldi3_1_rex64, *ashldi3_cmp_rex64, *ashldi3_cconly_rex64,
11818 *ashlsi3_1, *ashlsi3_1_zext, *ashlsi3_cmp, **ashlsi3_cconly,
11819 *ashlsi3_cmp_zext, *ashlhi3_1_lea, *ashlhi3_1, *ashlhi3_cmp,
11820 *ashlhi3_cconly, *ashlqi3_1_lea, *ashlqi3_1, *ashlqi3_cmp,
11821 *ashlqi3_cconly): Override length_immediate attribute to 0 if TYPE_ALU
11822 or one operand TYPE_ISHIFT.
11823 (*ashrdi3_1_one_bit_rex64, *ashrdi3_one_bit_cmp_rex64,
11824 *ashrdi3_one_bit_cconly_rex64, *ashrsi3_1_one_bit,
11825 *ashrsi3_1_one_bit_zext, *ashrsi3_one_bit_cmp,
11826 *ashrsi3_one_bit_cconly, *ashrsi3_one_bit_cmp_zext,
11827 *ashrhi3_1_one_bit, *ashrhi3_one_bit_cmp, *ashrhi3_one_bit_cconly,
11828 *ashrqi3_1_one_bit, *ashrqi3_1_one_bit_slp, *ashrqi3_one_bit_cmp,
11829 *ashrqi3_one_bit_cconly, *lshrdi3_1_one_bit_rex64,
11830 *lshrdi3_cmp_one_bit_rex64, *lshrdi3_cconly_one_bit_rex64,
11831 *lshrsi3_1_one_bit, *lshrsi3_1_one_bit_zext, *lshrsi3_one_bit_cmp,
11832 *lshrsi3_one_bit_cconly, *lshrsi3_cmp_one_bit_zext,
11833 *lshrhi3_1_one_bit, *lshrhi3_one_bit_cmp, *lshrhi3_one_bit_cconly,
11834 *lshrqi3_1_one_bit, *lshrqi3_1_one_bit_slp, *lshrqi2_one_bit_cmp,
11835 *lshrqi2_one_bit_cconly, *rotlsi3_1_one_bit_rex64, *rotlsi3_1_one_bit,
11836 *rotlsi3_1_one_bit_zext, *rotlhi3_1_one_bit, *rotlqi3_1_one_bit_slp,
11837 *rotlqi3_1_one_bit, *rotrdi3_1_one_bit_rex64, *rotrsi3_1_one_bit,
11838 *rotrsi3_1_one_bit_zext, *rotrhi3_one_bit, *rotrqi3_1_one_bit,
11839 *rotrqi3_1_one_bit_slp): Override length_immediate attribute to 0,
11840 set mode attribute, don't override length attribute.
11841 (*btsq, *btrq, *btcq, *btdi_rex64, *btsi): Set prefix_0f attribute
11842 to 1.
11843 (return_internal_long): Set length attribute to 2 instead of 1.
11844 (*strmovqi_rex_1, *strsetqi_rex_1, *rep_stosqi_rex64,
11845 *cmpstrnqi_nz_rex_1, *cmpstrnqi_rex_1, *strlenqi_rex_1): Clear
11846 prefix_rex attribute.
782dc37a
UB
11847 * config/i386/predicates.md (ext_QIreg_operand, const128_operand):
11848 New predicates.
11849 (memory_displacement_only_operand): Always return 0 for TARGET_64BIT.
a952487c 11850
64af62c2
RR
118512009-05-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
11852
11853 * config/arm/thumb2.md (orsi_notsi_si): Fix typo in pattern.
11854
c166b898
ILT
118552009-05-20 Ian Lance Taylor <iant@google.com>
11856
11857 * tree.c (build_tree_list_vec_stat): New function.
11858 (ctor_to_vec): New function.
11859 (build_nt_call_vec): New function.
11860 (build_call_array): Change args to be a const pointer.
11861 (build_call_vec): New function.
11862 * tree.h (build_nt_call_vec): Declare.
11863 (build_tree_list_vec_stat): Declare.
11864 (build_tree_list_vec): Define.
11865 (build_call_array): Update declaration.
11866 (build_call_vec): Declare.
11867 (ctor_to_vec): Declare.
11868 * c-common.c (tree_vector_cache): New static variable.
11869 (make_tree_vector): New function.
11870 (release_tree_vector): New function.
11871 (make_tree_vector_single): New function.
11872 (make_tree_vector_copy): New function.
11873 * c-common.h (tree_vector_cache, make_tree_vector): Declare.
11874 (make_tree_vector_single, make_tree_vector_copy): Declare.
11875 * c-parser.c (cached_expr_list_1, cached_expr_list_2): Remove.
11876 (c_parser_expr_list): Don't manage cache here, instead call
11877 make_tree_vector.
11878 (c_parser_release_expr_list): Remove static function.
11879 (c_parser_vec_to_tree_list): Remove static function.
11880 (c_parser_attributes): Call build_tree_list_vec instead of
11881 c_parser_vec_to_tree_list. Call release_tree_vector instead of
11882 c_parser_release_expr_list.
11883 (c_parser_postfix_expression_after_primary): Likewise.
11884 (c_parser_objc_keywordexpr): Likewise.
11885
40449a90
SL
118862009-05-20 Sandra Loosemore <sandra@codesourcery.com>
11887
11888 * doc/tm.texi (Misc): Document TARGET_INVALID_PARAMETER_TYPE,
11889 TARGET_INVALID_RETURN_TYPE, TARGET_PROMOTED_TYPE, and
11890 TARGET_CONVERT_TO_TYPE.
11891 * hooks.c (hook_tree_const_tree_null): Define.
11892 * hooks.h (hook_tree_const_tree_null): Declare.
11893 * target.h (struct gcc_target): Add invalid_parameter_type,
11894 invalid_return_type, promoted_type, and convert_to_type fields.
11895 * target-def.h: (TARGET_INVALID_PARAMETER_TYPE): Define.
11896 (TARGET_INVALID_RETURN_TYPE): Define.
11897 (TARGET_PROMOTED_TYPE): Define.
11898 (TARGET_CONVERT_TO_TYPE): Define.
11899 (TARGET_INITIALIZER): Update for new fields.
11900 * c-decl.c (grokdeclarator): Check targetm.invalid_return_type.
11901 (grokparms): Check targetm.invalid_parameter_type.
11902 * c-typeck.c (default_conversion): Check targetm.promoted_type.
11903 * c-convert.c (convert): Check targetm.convert_to_type.
11904
642d97ff
AN
119052009-05-20 Adam Nemet <anemet@caviumnetworks.com>
11906
11907 * config/mips/mips.md (*extenddi_truncate<mode>,
11908 *extendsi_truncate<mode>): Emit exts if supported. Add attribute
11909 defintions.
11910 (*extendhi_truncateqi): New define_insn_and_sptit.
11911
776248b8
JJ
119122009-05-20 Jakub Jelinek <jakub@redhat.com>
11913
11914 PR middle-end/40204
11915 * fold-const.c (fold_binary) <case BIT_AND_EXPR>: Avoid infinite
782dc37a 11916 recursion if build_int_cst_type returns the same INTEGER_CST as arg1.
776248b8 11917
d98e8686
EB
119182009-05-20 Eric Botcazou <ebotcazou@adacore.com>
11919
11920 * fold-const.c (build_fold_addr_expr_with_type): Take the address of
11921 the operand of VIEW_CONVERT_EXPR.
11922
37c50435
L
119232009-05-20 H.J. Lu <hongjiu.lu@intel.com>
11924
11925 * config/i386/driver-i386.c (host_detect_local_cpu): Check
f3afc8a7 11926 extended family and model for Intel processors. Support Intel Atom.
37c50435 11927
dbb6088f
OH
119282009-05-20 Olivier Hainque <hainque@adacore.com>
11929
11930 * gstab.h (stab_code_type): Define, to be used instead of the
11931 __stab_debug_code enum, made anonymous. Add 2009 to the copyright
11932 notice.
11933 * dbxout.c (STAB_CODE_TYPE): Remove #define and replace use
11934 occurrences by stab_code_type.
11935 * mips-tfile.c (STAB_CODE_TYPE): Remove #define, unused.
11936
7ec49257
MJ
119372009-05-20 Martin Jambor <mjambor@suse.cz>
11938
11939 * tree-flow.h (insert_edge_copies_seq): Undeclare.
11940 (sra_insert_before): Likewise.
11941 (sra_insert_after): Likewise.
11942 (sra_init_cache): Likewise.
11943 (sra_type_can_be_decomposed_p): Likewise.
11944 * tree-mudflap.c (insert_edge_copies_seq): Copied here from tree-sra.c
11945 * tree-sra.c (sra_type_can_be_decomposed_p): Made static.
11946 (sra_insert_before): Likewise.
11947 (sra_insert_after): Likewise.
11948 (sra_init_cache): Likewise.
11949 (insert_edge_copies_seq): Made static and moved upwards.
11950
11951 * tree-complex.c (extract_component): Added VIEW_CONVERT_EXPR switch
11952 case.
11953
11954 * tree-flow-inline.h (contains_view_convert_expr_p): New function.
11955
11956 * ipa-prop.c (get_ssa_def_if_simple_copy): New function.
11957 (determine_cst_member_ptr): Call get_ssa_def_if_simple_copy to skip
11958 simple copies.
11959
0328ae4d
RG
119602009-05-20 Richard Guenther <rguenther@suse.de>
11961
11962 * expr.c (expand_expr_real_1): Avoid calling do_store_flag
11963 with mismatched comparison modes.
11964
a7994a57 119652009-05-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
782dc37a 11966
a7994a57 11967 * config/arm/arm.md (*arm_iorsi3): Refactored for only ARM.
782dc37a
UB
11968 (peephole ior (reg, int) -> mov, ior): Refactored for only ARM.
11969 * config/arm/thumb2.md (*thumb_andsi_not_shiftsi_si): Allow bic
11970 with shifts for Thumb2.
11971 (orsi_notsi): New for orn.
11972 (*thumb_orsi_notshiftsi_si): Allow orn with shifts.
11973 (*thumb2_iorsi3): Rewrite support for iorsi for Thumb2.
11974 * config/arm/arm.c (const_ok_for_op): Split case for IOR for Thumb2.
11975 (arm_gen_constant): Set can_invert for IOR and Thumb2, Add comments.
11976 Don't invert remainder for IOR.
f100a4a8 11977
e36dc339
ZD
119782009-05-19 Zdenek Dvorak <ook@ucw.cz>
11979
11980 PR tree-optimization/40087
11981 * tree-ssa-loop-niter.c (number_of_iterations_ne_max,
11982 number_of_iterations_ne): Rename never_infinite argument.
11983 (number_of_iterations_lt_to_ne, number_of_iterations_lt,
11984 number_of_iterations_le): Handle pointer-type ivs when
11985 exit_must_be_taken is false.
11986 (number_of_iterations_cond): Do not always assume that
11987 exit_must_be_taken if the control variable is a pointer.
11988
5cfd5d9b
AP
119892009-05-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
11990
11991 * c-typeck.c (build_binary_op): Allow % on integal vectors.
11992 * doc/extend.texi (Vector Extension): Document that % is allowed too.
11993
2f1c7156
L
119942009-05-19 H.J. Lu <hongjiu.lu@intel.com>
11995
11996 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Check
11997 ASM_OUTPUT_MAX_SKIP_PAD instead of ASM_OUTPUT_MAX_SKIP_ALIGN.
11998
7bb27074
MLI
119992009-05-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
12000
12001 PR c/40172
12002 * c.opt (Wlogical-op): Disabled by default.
12003 * c-opt (c_common_post_options): Do not enable Wlogical-op with
12004 Wextra.
12005 * doc/invoke.texi (Wlogical-op): Likewise.
f100a4a8 12006
5aefc6a0
EB
120072009-05-19 Eric Botcazou <ebotcazou@adacore.com>
12008
12009 * tree-scalar-evolution.c (follow_ssa_edge_expr) <NOP_EXPR>: Turn
12010 into CASE_CONVERT.
12011 <PLUS_EXPR>: Strip useless type conversions instead of type nops.
12012 Propagate the type of the first operand.
12013 <ASSERT_EXPR>: Simplify.
12014 (follow_ssa_edge_in_rhs): Use gimple_expr_type to get the type.
12015 Rewrite using the RHS code as discriminant.
12016 <NOP_EXPR>: Turn into CASE_CONVERT.
12017 <PLUS_EXPR>: Propagate the type of the first operand.
12018
f3a83111
SE
120192009-05-19 Steve Ellcey <sje@cup.hp.com>
12020
12021 * config/ia64/ia64-protos.h (ia64_dconst_0_5): New.
12022 (ia64_dconst_0_375): New.
12023 * config/ia64/ia64.c (ia64_override_options): Remove
12024 -minline-sqrt-min-latency warning.
12025 (ia64_dconst_0_5_rtx, ia64_dconst_0_5): New.
12026 (ia64_dconst_0_375_rtx, ia64_dconst_0_375): New
12027 * config/ia64/ia64.md (*sqrt_approx): Remove.
12028 (sqrtsf2): Remove #if 0.
12029 (sqrtsf2_internal_thr): Rewrite and move to div.md.
12030 (sqrtdf): Remove assert.
12031 (sqrtdf2_internal_thr): Rewrite and move to div.md.
12032 (sqrtxf2): Remove #if 0.
12033 (sqrtxf2_internal_thr): Rewrite and move to div.md.
12034 * div.md (sqrt_approx_rf): New.
12035 (sqrtsf2_internal_thr): New implementation.
12036 (sqrtsf2_internal_lat): New.
12037 (sqrtdf2_internal_thr: New implementation.
12038 (sqrtxf2_internal): New implementation.
12039
1ffc7157
FXC
120402009-05-19 Francois-Xavier Coudert <fxcoudert@gmail.com>
12041 Hans-Peter Nilsson <hp@axis.com>
12042
12043 * defaults.h (UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE)
12044 (WCHAR_TYPE, MODIFIED_WCHAR_TYPE, PTRDIFF_TYPE, WINT_TYPE)
12045 (INTMAX_TYPE, UINTMAX_TYPE, SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE)
12046 (INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE)
12047 (UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE)
12048 (INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE)
12049 (UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE)
12050 (INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE)
12051 (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE)
12052 (SIZE_TYPE, PID_TYPE, CHAR16_TYPE, CHAR32_TYPE): Move defaults here...
12053 * c-common.c: ...from here.
12054
db91d9ef
MLI
120552009-05-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
12056
f3afc8a7 12057 * c-common.c (warn_logical_operator): Remove unnecessary conditionals.
db91d9ef 12058
bbb9d91f
KG
120592009-05-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12060
12061 * builtins.c (do_mpc_arg1): Separate MPFR/MPC C rounding types.
12062
ce883f54
BE
120632009-05-19 Ben Elliston <bje@au.ibm.com>
12064
12065 * unwind-dw2-fde.c (fde_unencoded_compare): Replace type punning
12066 assignments with memcpy calls.
12067 (add_fdes): Likewise.
12068 (binary_search_unencoded_fdes): Likewise.
12069 (linear_search_fdes): Eliminate type puns.
f100a4a8 12070
377f099a
RG
120712009-05-19 Richard Guenther <rguenther@suse.de>
12072
12073 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do
12074 not falsely claim to have propagated into all uses.
12075
848bc769
BE
120762009-05-19 Ben Elliston <bje@au.ibm.com>
12077
12078 * doc/invoke.texi (C Dialect Options): Update OpenMP specification
12079 version to v3.0.
12080
1bb99877
KK
120812009-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
12082
12083 * config/sh/sh-protos.h (sh_legitimate_address_p): Remove.
12084 * config/sh/sh.c (sh_legitimate_address_p): Make static.
12085 (TARGET_LEGITIMATE_ADDRESS_P): New.
12086 * config/sh/sh.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12087 * config/sh/sh.md: Clean up references to GO_IF_LEGITIMATE_ADDRESS.
f100a4a8 12088
82725547
DS
120892009-05-18 Dodji Seketeli <dodji@redhat.com>
12090
12091 PR debug/40109
12092 * dwarf2out.c (gen_type_die_with_usage): Generate the DIE as a
12093 child of the containing namespace's DIE.
12094
f6a1e430
AN
120952009-05-18 Adam Nemet <anemet@caviumnetworks.com>
12096
12097 * config/mips/mips.md (*zero_extend<GPR:mode>_trunc<SHORT:mode>,
12098 *zero_extendhi_truncqi): Move after the zero_extend patterns.
12099 (*extenddi_truncate<mode>, *extendsi_truncate<mode>): Move after the
12100 extend patterns.
12101
6a90d232
L
121022009-05-18 H.J. Lu <hongjiu.lu@intel.com>
12103
12104 PR target/39942
12105 * config/i386/i386.c (ix86_avoid_jump_misspredicts): Replace
12106 gen_align with gen_pad.
12107 (ix86_reorg): Check ASM_OUTPUT_MAX_SKIP_PAD instead of
12108 #ifdef ASM_OUTPUT_MAX_SKIP_ALIGN.
12109
12110 * config/i386/i386.h (ASM_OUTPUT_MAX_SKIP_PAD): New.
12111 * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_PAD): Likewise.
12112
12113 * config/i386/i386.md (align): Renamed to ...
12114 (pad): This. Replace ASM_OUTPUT_MAX_SKIP_ALIGN with
12115 ASM_OUTPUT_MAX_SKIP_PAD.
12116
c4406f74
AS
121172009-05-18 Andreas Schwab <schwab@linux-m68k.org>
12118
06555043
AS
12119 * config.gcc: Fix variable syntax.
12120
c4406f74
AS
12121 PR target/39531
12122 * config/m68k/m68k.c (output_andsi3): Mask off sign bit copies
12123 before calling exact_log2.
12124 (output_iorsi3): Likewise.
12125 (output_xorsi3): Likewise.
12126
99052692
KK
121272009-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
12128
12129 * config/sh/sh.c (expand_cbranchdi4): Use a scratch register
12130 for the none zero constant operand except for EQ and NE
12131 comprisons even when the first operand is R0.
12132
f4aa3848
AK
121332009-05-18 Andreas Krebbel <krebbel1@de.ibm.com>
12134
12135 * config/s390/2064.md: Remove trailing whitespaces.
12136 * config/s390/2084.md: Likewise.
12137 * config/s390/constraints.md: Likewise.
12138 * config/s390/fixdfdi.h: Likewise.
12139 * config/s390/libgcc-glibc.ver: Likewise.
12140 * config/s390/s390-modes.def: Likewise.
12141 * config/s390/s390-protos.h: Likewise.
12142 * config/s390/s390.c: Likewise.
12143 * config/s390/s390.h: Likewise.
12144 * config/s390/s390.md: Likewise.
12145 * config/s390/tpf-unwind.h: Likewise.
12146
ab7256e4
MK
121472009-05-18 Maxim Kuvyrkov <maxim@codesourcery.com>
12148
12149 * config/m68k/m68k.c (m68k_legitimize_address): Fix typo in signature.
12150
75df395f
MK
121512009-05-18 Maxim Kuvyrkov <maxim@codesourcery.com>
12152
12153 M68K TLS support.
12154 * configure.ac (m68k-*-*): Check if binutils support TLS.
12155 * configure: Regenerate.
12156 * config/m68k/predicates.md (symbolic_operand): Extend comment.
12157 * config/m68k/constraints.md (Cu): New constraint.
12158 * config/m68k/m68k.md (UNSPEC_GOTOFF): Remove.
12159 (UNSPEC_RELOC16, UNSPEC_RELOC32): New constants.
12160 (movsi): Handle TLS symbols.
12161 (addsi3_5200): Handle XTLS symbols, indent.
12162 * config/m68k/m68k-protos.h (m68k_legitimize_tls_address): Declare.
12163 (m68k_tls_reference_p): Declare.
12164 (m68k_legitimize_address): Declare.
12165 (m68k_unwrap_symbol): Declare.
12166 * config/m68k/m68k.opt (mxtls): New option.
12167 * config/m68k/m68k.c (ggc.h): Include.
12168 (m68k_output_dwarf_dtprel): Implement hook.
12169 (TARGET_HAVE_TLS, TARGET_ASM_OUTPUT_DWARF_DTPREL): Define.
12170 (m68k_expand_prologue): Load GOT pointer when function needs it.
12171 (m68k_illegitimate_symbolic_constant_p): Handle TLS symbols.
12172 (m68k_legitimate_constant_address_p): Same.
12173 (m68k_decompose_address): Handle TLS references.
12174 (m68k_get_gp): New static function.
12175 (enum m68k_reloc): New contants.
12176 (TLS_RELOC_P): New macro.
12177 (m68k_wrap_symbol): New static function.
12178 (m68k_unwrap_symbol): New function.
12179 (m68k_final_prescan_insn_1): New static function.
12180 (m68k_final_prescan_insn): New function.
12181 (m68k_move_to_reg, m68k_wrap_symbol_into_got_ref): New static
12182 functions.
12183 (legitimize_pic_address): Handle TLS references..
12184 (m68k_tls_get_addr, m68k_get_tls_get_addr)
12185 (m68k_libcall_value_in_a0_p)
12186 (m68k_call_tls_get_addr, m68k_read_tp, m68k_get_m68k_read_tp)
12187 (m68k_call_m68k_read_tp): Helper variables and functions for ...
12188 (m68k_legitimize_tls_address): Handle TLS references.
12189 (m68k_tls_symbol_p, m68k_tls_reference_p_1, m68k_tls_reference_p):
12190 New functions.
12191 (m68k_legitimize_address): Handle TLS symbols.
12192 (m68k_get_reloc_decoration): New static function.
12193 (m68k_output_addr_const_extra): Handle UNSPEC_RELOC16 and
12194 UNSPEC_RELOC32.
12195 (m68k_output_dwarf_dtprel): Implement hook.
12196 (print_operand_address): Handle UNSPEC_RELOC16 adn UNSPEC_RELOC32.
12197 (m68k_libcall_value): Return result in A0 instead of D0 when asked by
12198 m68k_call_* routines.
12199 (sched_attr_op_type): Handle TLS symbols.
12200 (gt-m68k.h): Include.
12201 * config/m68k/m68k.h (FINAL_PRESCAN_INSN): Define.
12202 (LEGITIMATE_PIC_OPERAND_P): Support TLS.
12203
8b75fc9b
MJ
122042009-05-18 Martin Jambor <mjambor@suse.cz>
12205
12206 * ipa-prop.c (ipa_check_stmt_modifications): Removed.
12207 (visit_store_addr_for_mod_analysis): New function.
12208 (ipa_detect_param_modifications): Use walk_stmt_load_store_addr_ops.
12209 (determine_cst_member_ptr): Use gimple_assign_single_p.
12210 (ipa_get_stmt_member_ptr_load_param): Use gimple_assign_single_p.
12211 (ipa_analyze_call_uses): Use !gimple_assign_rhs2 rather than number of
12212 operands. Don't check number of operands of a NOP_EXPR.
12213
f133d4a2
EF
122142009-05-18 Eric Fisher <joefoxreal@gmail.com>
12215
12216 * doc/tree-ssa.texi (SSA Operands): Fix a mistake.
12217
ae8af500
L
122182009-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
12219
12220 PR c/40172
12221 * c-common.c (warn_logical_operator): Don't warn if one of
12222 expression isn't always true or false.
12223
25e8fde8
KT
122242009-05-17 Kai Tietz <kai.tietz@onevision.com>
12225
ae8af500
L
12226 * config/i386/biarch32.h: New file.
12227 * config.gcc: Add for target i386-w64-* the biarch32.h to tm_file.
25e8fde8 12228
ef67af22
AN
122292009-05-17 Adam Nemet <anemet@caviumnetworks.com>
12230
12231 * config/mips/mips.md (*zero_extend<mode>_trunchi,
12232 *zero_extend<mode>_truncqi): Merge these into ...
12233 (*zero_extend<GPR:mode>_trunc<SHORT:mode>): ... this new pattern.
12234 Name the pattern following this as *zero_extendhi_truncqi.
12235
e2d87023
BL
122362009-05-16 Brad Lucier <lucier@math.purdue.edu>
12237
12238 PR middle-end/39301
12239 * hwint.h: Add macro HOST_WIDEST_INT_PRINT.
12240 * bitmap.c (bitmap_descriptor): Make fields HOST_WIDEST_INT.
12241 (output_info): Make field HOST_WIDEST_INT.
12242 (print_statistics): Use HOST_WIDEST_INT_PRINT.
12243 (dump_bitmat_statistics): Same.
12244
428ddbf0
FXC
122452009-05-16 Francois-Xavier Coudert <fxcoudert@gmail.com>
12246
12247 * config.gcc (use_gcc_stdint): Set to wrap.
12248 * config/darwin.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE,
12249 INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE,
12250 UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
12251 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
12252 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
12253 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
12254 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
12255 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
12256
1ab8a8c2
JM
122572009-05-16 Joseph Myers <joseph@codesourcery.com>
12258
12259 * config.gcc (mips*-*-*): Support arch_32, arch_64, tune_32 and
12260 tune_64.
12261 * config/mips/mips.h (MIPS_ABI_DEFAULT, MULTILIB_ABI_DEFAULT):
12262 Move definitions earlier.
12263 (OPT_ARCH64, OPT_ARCH32): Define.
12264 (OPTION_DEFAULT_SPECS): Add entries for arch_32, arch_64, tune_32
12265 and tune_64.
12266
70544f44
RE
122672009-05-16 Richard Earnshaw <rearnsha@arm.com>
12268
12269 PR target/40153
12270 * arm.md (cstoresi_nltu_thumb1): Use a neg of ltu as the pattern name
12271 implies.
12272
6241ded1
RE
122732009-05-16 Richard Earnshaw <rearnsha@arm.com>
12274
12275 * arm.md (movdi2): Copy non-reg values to DImode registers.
12276
a99c6711
JJ
122772009-05-16 Jakub Jelinek <jakub@redhat.com>
12278
40a8f07a
JJ
12279 PR target/39942
12280 * final.c (label_to_max_skip): New function.
12281 (label_to_alignment): Only use LABEL_TO_ALIGNMENT if
12282 CODE_LABEL_NUMBER <= max_labelno.
12283 * output.h (label_to_max_skip): New prototype.
12284 * config/i386/i386.c (ix86_avoid_jump_misspredicts): Renamed to...
12285 (ix86_avoid_jump_mispredicts): ... this. Don't define if
12286 ASM_OUTPUT_MAX_SKIP_ALIGN isn't defined. Update comment.
12287 Handle CODE_LABELs with >= 16 byte alignment or with
12288 max_skip == (1 << align) - 1.
12289 (ix86_reorg): Don't call ix86_avoid_jump_mispredicts if
12290 ASM_OUTPUT_MAX_SKIP_ALIGN isn't defined.
12291
a99c6711
JJ
12292 PR target/39942
12293 * config/i386/x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Don't emit second
12294 .p2align 3 if MAX_SKIP is smaller than 7.
12295 * config/i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Likewise.
12296
7e5487a2
ILT
122972009-05-15 Ian Lance Taylor <iant@google.com>
12298
12299 * alias.c (struct alias_set_entry_d): Rename from struct
12300 alias_set_entry. Change all uses.
12301 * except.c (struct call_site_record_d): Rename from struct
12302 call_site_record. Change all uses.
12303 * except.h (struct eh_region_d): Rename from struct eh_region.
12304 Change all uses.
12305 * gcse.c (struct hash_table_d): Rename from struct hash_table.
12306 Change all uses.
12307 * graphite.c (struct ivtype_map_elt_d): Rename fromstruct
12308 ivtype_map_elt. Change all uses.
12309 (struct rename_map_elt_d): Rename fromstruct rename_map_elt.
12310 Change all uses.
12311 (struct ifsese_d): Rename fromstruct ifsese. Change all uses.
12312 * graphite.h (struct name_tree_d): Rename from struct name_tree.
12313 Change all uses.
12314 (struct sese_d): Rename from struct sese. Change all uses.
782dc37a
UB
12315 * omega.h (struct eqn_d): Rename from struct eqn. Change all uses.
12316 (struct omega_pb_d): Rename from struct omega_pb. Change all uses.
7e5487a2
ILT
12317 * optabs.h (struct optab_d): Rename from struct optab. Change all
12318 uses.
12319 (struct convert_optab_d): Rename from struct convert_optab.
12320 Change all uses.
12321 * tree-pass.h (struct ipa_opt_pass_d): Rename fromstruct
12322 ipa_opt_pass. Change all uses.
12323 * tree-predcom.c (struct dref_d): Rename from struct dref. Change
12324 all uses.
12325
12326 * c-decl.c (pushtag): If -Wc++-compat, warn if the tag is already
12327 defined as a typedef.
12328 (grokdeclarator): If -Wc++-compat, warn if a typedef is already
12329 defined as a tag.
12330
a243fb4a
MLI
123312009-05-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
12332
12333 PR 16302
12334 * fold-const.c (make_range,build_range_check,merge_ranges): Move
12335 declaration to...
f100a4a8 12336 (merge_ranges): Returns bool.
a243fb4a
MLI
12337 * tree.h (make_range): .. to here.
12338 (build_range_check): Likewise.
12339 (merge_ranges): Likewise. Renamed from merge_ranges.
12340 * c-typeck.c (parser_build_binary_op): Update calls to
12341 warn_logical_operator.
12342 * c-common.c (warn_logical_operator): Add new warning.
12343 * c-common.h (warn_logical_operator): Update declaration.
f100a4a8 12344
1b53c5f3
MLI
123452009-05-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
12346
782dc37a 12347 * ira-conflicts.c (add_insn_allocno_copies): Fix wrong conditional.
f100a4a8 12348
c128599a
KG
123492009-05-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12350
f9bab007
KG
12351 * doc/install.texi: Document MPC requirements, flags etc.
12352
c128599a
KG
12353 * builtins.c (do_mpc_arg1, fold_builtin_ccos): New.
12354 (fold_builtin_cexp): Ensure we get a complex REAL_TYPE.
12355 Evaluate constant arguments.
12356 (fold_builtin_carg): Ensure we get a complex REAL_TYPE.
12357 (fold_builtin_1): Likewise, also evaluate constant arguments.
12358 Remove superfluous break.
12359 (do_mpc_ckconv): New.
12360 * real.h: Include mpc.h.
12361 * toplev.c (print_version): Output MPC version info if available.
12362
d33e4b70
SL
123632009-05-15 Sandra Loosemore <sandra@codesourcery.com>
12364
782dc37a 12365 * fold-const.c (fold_convert_const_real_from_real): Check for overflow.
d33e4b70 12366
a02ab464
L
123672009-05-15 H.J. Lu <hongjiu.lu@intel.com>
12368
12369 * config/i386/i386.c (ix86_reorg): Call optimize_function_for_speed_p
12370 only once.
12371
796bda22
JH
123722009-05-15 Jan Hubicka <jh@suse.cz>
12373
12374 * doc/invoke.texi (max-early-inliner-iterations): New flag.
12375 * ipa-inline.c (enum inlining_mode): New INLINE_SIZE_NORECURSIVE.
12376 (try_inline): Fix return value.
12377 (cgraph_decide_inlining_incrementally): Honor new value.
12378 (cgraph_early_inlining): Handle indirect inlining.
12379 * params.def (PARAM_EARLY_INLINER_MAX_ITERATIONS): New.
12380
d88e5c37
JH
123812009-05-15 Jan Hubicka <jh@suse.cz>
12382
12383 * cgraph.h (struct cgraph_node): Add finalized_by_frotnend flag.
12384 * cgraphunit.c (cgraph_finalize_function): Set it.
12385 (cgraph_expand_function): Use it.
12386
ae63687c
SL
123872009-05-15 Sandra Loosemore <sandra@codesourcery.com>
12388
12389 * real.c (encode_ieee_half): Define.
12390 (decode_ieee_half): Define.
12391 (ieee_half_format): Define.
12392 (arm_half_format): Define.
12393 * real.h (ieee_half_format): Declare.
12394 (arm_half_format): Declare.
12395
1bd74ad9
SL
123962009-05-15 Sandra Loosemore <sandra@codesourcery.com>
12397
12398 * optabs.c (prepare_float_lib_cmp): Test that the comparison,
12399 swapped, and reversed optabs exist before trying to use them.
12400
dc34db56
PB
124012009-05-15 Paul Brook <paul@codesourcery.com>
12402 Sandra Loosemore <sandra@codesourcery.com>
12403
dc34db56
PB
12404 * config/arm/arm.c (neon_vector_mem_operand): Handle element/structure
12405 loads. Allow PRE_DEC.
12406 (output_move_neon): Handle PRE_DEC.
12407 (arm_print_operand): Add 'A' for neon structure loads.
12408 * config/arm/arm-protos.h (neon_vector_mem_operand): Update prototype.
12409 * config/arm/neon.md (neon_mov): Update comment.
12410 * config/arm/constraints.md (Un, Us): Update neon_vector_mem_operand
12411 calls.
12412 (Um): New constraint.
12413
1d405d7b
JH
124142009-05-15 Jan Hubicka <jh@suse.cz>
12415
12416 Revert the following patch until testsuite fallout is fixed:
12417 * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
12418 * cgraph.h (struct inline_summary): New filed self_wize,
12419 size_inlining_benefit, self_time and time_inlining_benefit.
12420 (struct cgraph_global_info): Replace insns by time ans size fields.
12421 * ipa-cp (ipcp_cloning_candidate_p): Base estimate on size
12422 (ipcp_estimate_growth, ipcp_insert_stage): Likewise.
12423 (ipcp_update_callgraph): Do not touch function bodies.
12424 * ipa-inline.c: Include except.h
782dc37a 12425 (MAX_TIME): New constant.
1d405d7b
JH
12426 (overall_insns): Remove
12427 (overall_size, max_benefit): New static variables.
12428 (cgraph_estimate_time_after_inlining): New function.
12429 (cgraph_estimate_size_after_inlining): Rewrite using benefits.
12430 (cgraph_clone_inlined_nodes): Update size.
12431 (cgraph_mark_inline_edge): Update size.
12432 (cgraph_estimate_growth): Use size info.
12433 (cgraph_check_inline_limits): Check size.
12434 (cgraph_default_inline_p): Likewise.
12435 (cgraph_edge_badness): Compute badness based on benefit and size cost.
12436 (cgraph_decide_recursive_inlining): Check size.
f3afc8a7
UB
12437 (cgraph_decide_inlining_of_small_function): Update size; dump sizes
12438 and times.
1d405d7b 12439 (cgraph_decide_inlining): Likewise.
00c5fa1b
EB
12440 (cgraph_decide_inlining_incrementally): Likewise; honor
12441 PARAM_EARLY_INLINING_INSNS.
1d405d7b
JH
12442 (likely_eliminated_by_inlining_p): New predicate.
12443 (estimate_function_body_sizes): New function.
12444 (compute_inline_parameters): Use it.
12445 * except.c (must_not_throw_labels): New function.
12446 * except.h (must_not_throw_labels): Declare.
12447 * tree-inline.c (init_inline_once): Kill inlining_weigths
12448 * tree-ssa-structalias.c: Avoid uninitialized warning.
12449 * params.def (PARAM_MAX_INLINE_INSNS_SINGLE): Reduce to 300.
12450 (PARAM_MAX_INLINE_INSNS_AUTO): Reduce to 60.
12451 (PARAM_INLINE_CALL_COST): Remove.
12452 (PARAM_EARLY_INLINING_INSNS): New.
12453
7ffa47ca
RG
124542009-05-15 Richard Guenther <rguenther@suse.de>
12455
12456 * tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals,
12457 not TODO_update_ssa.
12458
828552ed
RG
124592009-05-15 Richard Guenther <rguenther@suse.de>
12460
12461 PR tree-optimization/39999
12462 * gimple.h (gimple_expr_type): Use the expression type looking
12463 through useless conversions.
12464 * tree-ssa-sccvn.c (vn_nary_op_lookup_stmt): Use gimple_expr_type.
12465 (vn_nary_op_insert_stmt): Likewise.
12466 (simplify_binary_expression): Likewise.
12467
248fc9f3
RG
124682009-05-15 Richard Guenther <rguenther@suse.de>
12469
12470 * common.opt (-ftree-forwprop, -ftree-phiprop, -ftree-pta):
12471 New options, enabled by default.
12472 * doc/invoke.texi (-ftree-forwprop, -ftree-phiprop, -ftree-pta):
12473 Document.
12474 * tree-ssa-forwprop.c (gate_forwprop): Use flag_tree_forwprop.
12475 * tree-ssa-phiprop.c (gate_phiprop): Use flag_tree_phiprop.
12476 * tree-ssa-structalias.c (gate_tree_pta): New function.
12477 (pass_build_alias): Use it.
12478
16b29cc4
JM
124792009-05-15 Joseph Myers <joseph@codesourcery.com>
12480
12481 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Also
12482 recurse on an invariant address if a conversion from a pointer
12483 type to a wider integer type is involved.
12484
125cae84
JH
124852009-05-15 Jan Hubicka <jh@suse.cz>
12486
12487 * cgraph.c (dump_cgraph_node): Dump size/time/benefit.
12488 * cgraph.h (struct inline_summary): New filed self_wize,
12489 size_inlining_benefit, self_time and time_inlining_benefit.
12490 (struct cgraph_global_info): Replace insns by time ans size fields.
12491 * ipa-cp (ipcp_cloning_candidate_p): Base estimate on size
12492 (ipcp_estimate_growth, ipcp_insert_stage): Likewise.
12493 (ipcp_update_callgraph): Do not touch function bodies.
12494 * ipa-inline.c: Include except.h
782dc37a 12495 (MAX_TIME): New constant.
125cae84
JH
12496 (overall_insns): Remove
12497 (overall_size, max_benefit): New static variables.
12498 (cgraph_estimate_time_after_inlining): New function.
12499 (cgraph_estimate_size_after_inlining): Rewrite using benefits.
12500 (cgraph_clone_inlined_nodes): Update size.
12501 (cgraph_mark_inline_edge): Update size.
12502 (cgraph_estimate_growth): Use size info.
12503 (cgraph_check_inline_limits): Check size.
12504 (cgraph_default_inline_p): Likewise.
12505 (cgraph_edge_badness): Compute badness based on benefit and size cost.
12506 (cgraph_decide_recursive_inlining): Check size.
f3afc8a7
UB
12507 (cgraph_decide_inlining_of_small_function): Update size; dump sizes
12508 and times.
125cae84 12509 (cgraph_decide_inlining): Likewise.
00c5fa1b
EB
12510 (cgraph_decide_inlining_incrementally): Likewise; honor
12511 PARAM_EARLY_INLINING_INSNS.
125cae84
JH
12512 (likely_eliminated_by_inlining_p): New predicate.
12513 (estimate_function_body_sizes): New function.
12514 (compute_inline_parameters): Use it.
12515 * except.c (must_not_throw_labels): New function.
12516 * except.h (must_not_throw_labels): Declare.
12517 * tree-inline.c (init_inline_once): Kill inlining_weigths
12518 * tree-ssa-structalias.c: Avoid uninitialized warning.
12519 * params.def (PARAM_MAX_INLINE_INSNS_SINGLE): Reduce to 300.
12520 (PARAM_MAX_INLINE_INSNS_AUTO): Reduce to 60.
12521 (PARAM_INLINE_CALL_COST): Remove.
12522 (PARAM_EARLY_INLINING_INSNS): New.
12523 doc/invoke.texi (max-inline-insns-auto, early-inlining-insns): Update.
12524 (inline-call-cost): Remove.
12525 (early-inlining-insns): New.
12526
84fb43a1
EB
125272009-05-15 Eric Botcazou <ebotcazou@adacore.com>
12528
12529 * dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. Use them
12530 for bounds.
12531 (print_int_cst_bounds_in_octal_p): Likewise.
12532 (dbxout_type): Adjust calls to above functions. Be prepared to deal
12533 with subtypes.
12534 * dwarf2out.c (base_type_die): Likewise.
12535 (is_subrange_type): Delete.
12536 (subrange_type_die): Add LOW and HIGH parameters. Use them for bounds.
12537 (modified_type_die): Call subrange_type_for_debug_p on subtypes.
f3afc8a7
UB
12538 * fold-const.c (fold_truth_not_expr) <CONVERT_EXPR>: Do not strip it
12539 if the destination type is boolean.
84fb43a1
EB
12540 (build_range_check): Do not special-case subtypes.
12541 (fold_sign_changed_comparison): Likewise.
12542 (fold_unary): Likewise.
12543 * langhooks-def.h (LANG_HOOKS_GET_SUBRANGE_BOUNDS): Define.
12544 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add LANG_HOOKS_GET_SUBRANGE_BOUNDS.
12545 * langhooks.h (lang_hooks_for_types): Add get_subrange_bounds.
f3afc8a7
UB
12546 * tree.c (subrange_type_for_debug_p): New predicate based on the
12547 former is_subrange_type.
84fb43a1
EB
12548 * tree.h (subrange_type_for_debug_p): Declare.
12549 * tree-chrec.c (avoid_arithmetics_in_type_p): Delete.
12550 (convert_affine_scev): Remove call to above function.
12551 (chrec_convert_aggressive): Likewise.
12552 * tree-ssa.c (useless_type_conversion_p_1): Do not specifically return
12553 false for conversions involving subtypes.
12554 * tree-vrp.c (vrp_val_max): Do not special-case subtypes.
12555 (vrp_val_min): Likewise.
12556 (needs_overflow_infinity): Likewise.
12557 (extract_range_from_unary_expr): Likewise.
12558
331d9186
PB
125592009-05-15 Paolo Bonzini <bonzini@gnu.org>
12560
e9351712
L
12561 * config/frv/frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS.
12562 * config/frv/frv.c: Likewise.
12563 * config/s390/s390.c: Likewise.
12564 * config/sparc/sparc.h: Likewise.
12565 * config/i386/i386.h: Likewise.
12566 * config/i386/i386.c: Likewise.
12567 * config/crx/crx.c: Likewise.
12568 * config/m68hc11/m68hc11.h: Likewise.
12569 * config/iq2000/iq2000.c: Likewise.
12570 * config/mn10300/mn10300.h: Likewise.
12571 * config/mn10300/mn10300.c: Likewise.
12572 * config/m68k/m68k.c: Likewise.
12573 * config/rs6000/rs6000.c: Likewise.
12574 * config/rs6000/xcoff.h: Likewise.
12575 * config/rs6000/linux64.h: Likewise.
12576 * config/rs6000/sysv4.h: Likewise.
12577 * config/score/score3.c: Likewise.
12578 * config/score/score7.c: Likewise.
12579 * config/score/score.c: Likewise.
12580 * config/arm/arm.md: Likewise.
12581 * config/mips/mips.c: Likewise.
12582 * config/mips/mips.md: Likewise.
12583 * config/bfin/bfin.h: Likewise.
12584 * config/pa/pa.c: Likewise.
12585 * config/pa/constraints.md: Likewise.
12586
12587 * config/pdp11/pdp11-protos.h (legitimate_address_p): Delete.
12588 * config/pdp11/pdp11.c (legitimate_address_p): Delete.
12589 * config/pdp11/pdp11.h: Use memory_address_p instead.
331d9186 12590
09639a83
ILT
125912009-05-14 Ian Lance Taylor <iant@google.com>
12592
12593 * passes.c (finish_optimization_passes): Change i to int.
12594 * plugin.c (plugins_active_p): Change event to int.
12595 (dump_active_plugins): Likewise.
12596 * reginfo.c (invalid_mode_change_p): Change to to unsigned int.
12597 Add cast.
12598 * tree.c (tree_range_check_failed): Change c to unsigned int.
12599 (omp_clause_range_check_failed): Likewise.
12600 (build_common_builtin_nodes): Change mode to int. Add cast.
12601 * config/ia64/ia64.c (is_emitted): Change r to unsigned int.
12602 (ia64_hard_regno_rename_ok, ia64_eh_uses): Likewise.
12603
12604 * c-typeck.c (build_unary_op): If -Wc++-compat, warn about using
12605 ++ or -- with a variable of enum type.
12606
c04a56bf
SB
126072009-05-14 Steven Bosscher <steven@gcc.gnu.org>
12608
12609 PR driver/40144
12610 * opts.c (common_handle_option): Add OPT_fcse_skip_blocks as a no-op.
12611
237ee620
SB
126122009-05-14 Steven Bosscher <steven@gcc.gnu.org>
12613
12614 * store-motion.c: Do not include params.h
12615 * Makefile.in: Fix dependencies for various files.
12616
1154c4fa
SB
126172009-05-14 Steven Bosscher <steven@gcc.gnu.org>
12618
12619 * auto-inc-dec.c: Fix pass description, remove apparent
12620 accidental duplication.
12621
61c27353
L
126222009-05-14 H.J. Lu <hongjiu.lu@intel.com>
12623
12624 PR middle-end/40147
12625 * ipa-utils.h (memory_identifier_string): Moved to ...
12626 * tree.h (memory_identifier_string): Here. Add GTY(()).
12627
c6c3dba9
PB
126282009-05-14 Paolo Bonzini <bonzini@gnu.org>
12629
12630 * doc/tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this
12631 in the former documentation of...
12632 (GO_IF_LEGITIMATE_ADDRESS): ... this.
12633 * ira-conflicts.c (get_dup_num): Use address_operand.
12634 * targhooks.c (default_legitimate_address_p): New.
12635 * targhooks.h (default_legitimate_address_p): New.
12636 * reload.c (strict_memory_address_p) [!GO_IF_LEGITIMATE_ADDRESS]:
12637 Call hook.
12638 * recog.c (memory_address_p) [!GO_IF_LEGITIMATE_ADDRESS]: Call hook.
12639 * target.h (struct target): Add legitimate_address_p.
12640 * target-def.h (TARGET_LEGITIMATE_ADDRESS_P): New.
12641 (TARGET_INITIALIZER): Include it.
12642
12643 * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12644 * config/alpha/alpha-protos.h (alpha_legitimate_address_p): Remove.
12645 * config/alpha/alpha.c (alpha_legitimate_address_p): Make static.
12646 (TARGET_LEGITIMATE_ADDRESS_P): New.
12647
12648 * config/frv/frv.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12649 (REG_OK_STRICT_P): Delete.
12650 * config/frv/frv-protos.h (frv_legitimate_address_p): Rename to...
12651 (frv_legitimate_address_p_1): ... this.
12652 * config/frv/frv.c (frv_legitimate_address_p): Forward to...
12653 (frv_legitimate_address_p_1): ... the renamed old
12654 frv_legitimate_address_p.
12655 * config/frv/predicates.md: Adjust calls to frv_legitimate_address_p.
12656 (TARGET_LEGITIMATE_ADDRESS_P): New.
12657
12658 * config/s390/s390.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12659 * config/s390/s390-protos.h (legitimate_address_p): Remove.
12660 * config/s390/s390.c (legitimate_address_p): Rename to...
12661 (s390_legitimate_address_p): ... this, make static.
12662 (legitimize_address): Adjust call.
12663 (TARGET_LEGITIMATE_ADDRESS_P): New.
12664 * config/s390/constraints.md ("e"): Call strict_memory_address_p.
12665
12666 * config/m32c/m32c.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12667 * config/m32c/m32c-protos.h (m32c_legitimate_address_p): Remove.
12668 * config/m32c/m32c.c (m32c_legitimate_address_p): Make static.
12669 (TARGET_LEGITIMATE_ADDRESS_P): New.
12670
12671 * config/spu/spu.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12672 * config/spu/spu-protos.h (spu_legitimate_address): Remove.
12673 * config/spu/spu.c (spu_legitimate_address): Rename to...
12674 (spu_legitimate_address_p): ... this, make static.
12675 (TARGET_LEGITIMATE_ADDRESS_P): New.
12676
12677 * config/sparc/sparc.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12678 * config/sparc/sparc-protos.h (legitimate_address_p): Remove.
12679 * config/sparc/sparc.c (legitimate_address_p): Rename to...
12680 (sparc_legitimate_address_p): ... this, make static and return bool.
12681 (legitimize_address): Adjust call.
12682 (TARGET_LEGITIMATE_ADDRESS_P): New.
12683
12684 * config/i386/i386.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12685 * config/i386/i386-protos.h (legitimate_address_p): Remove.
12686 * config/i386/i386.c (legitimate_address_p): Rename to...
12687 (ix86_legitimate_address_p): ... this, make static.
12688 (constant_address_p): Move after it, adjust call.
12689 (TARGET_LEGITIMATE_ADDRESS_P): New.
12690
12691 * config/avr/avr.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12692 * config/avr/avr-protos.h (legitimate_address_p): Remove.
12693 * config/avr/avr.c (legitimate_address_p): Rename to...
12694 (avr_legitimate_address_p): ... this, make static.
12695 (legitimize_address): Adjust call.
12696 (TARGET_LEGITIMATE_ADDRESS_P): New.
12697
12698 * config/crx/crx.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12699 * config/crx/crx-protos.h (crx_legitimate_address_p): Remove.
12700 * config/crx/crx.c (crx_legitimate_address_p): Make static.
12701 (TARGET_LEGITIMATE_ADDRESS_P): New.
12702
12703 * config/xtensa/xtensa.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12704 * config/xtensa/xtensa-protos.h (xtensa_legitimate_address_p): Remove.
12705 * config/xtensa/xtensa.c (xtensa_legitimate_address_p): Make static.
12706 (TARGET_LEGITIMATE_ADDRESS_P): New.
12707
12708 * config/stormy16/stormy16.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12709 * config/stormy16/stormy16-protos.h (xstormy16_legitimate_address_p):
12710 Remove.
12711 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
12712 Make static.
12713 (TARGET_LEGITIMATE_ADDRESS_P): New.
12714
12715 * config/m68hc11/m68hc11.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12716 * config/m68hc11/m68hc11-protos.h (m68hc11_go_if_legitimate_address):
12717 Remove.
12718 * config/m68hc11/m68hc11.c (m68hc11_go_if_legitimate_address):
12719 Rename to...
12720 (m68hc11_legitimate_address_p): ... this, make static.
12721 (go_if_legitimate_address_internal): Rename to...
12722 (m68hc11_legitimate_address_p_1): ... this.
12723 (legitimize_address): Adjust call.
12724 (TARGET_LEGITIMATE_ADDRESS_P): New.
12725
12726 * config/iq2000/iq2000.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
782dc37a
UB
12727 * config/iq2000/iq2000-protos.h (iq2000_legitimate_address_p): Remove.
12728 * config/iq2000/iq2000.c (iq2000_legitimate_address_p): Make static.
c6c3dba9
PB
12729 (TARGET_LEGITIMATE_ADDRESS_P): New.
12730
12731 * config/mn10300/mn10300.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12732 * config/mn10300/mn10300-protos.h (legitimate_address_p): Remove.
12733 * config/mn10300/mn10300.c (legitimate_address_p): Rename to...
12734 (mn10300_legitimate_address_p): ... this, make static.
12735 (TARGET_LEGITIMATE_ADDRESS_P): New.
12736
12737 * config/m68k/m68k.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12738 * config/m68k/m68k-protos.h (m68k_legitimate_address_p): Remove.
12739 * config/m68k/m68k.c (m68k_legitimate_address_p): Make static.
12740 (TARGET_LEGITIMATE_ADDRESS_P): New.
12741
12742 * config/rs6000/rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12743 (REG_OK_STRICT_FLAG, REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Delete.
12744 (INT_REG_OK_FOR_BASE_P, INT_REG_OK_FOR_INDEX_P): Move above.
12745 * config/rs6000/rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12746 * config/rs6000/rs6000-protos.h (rs6000_legitimate_address): Remove.
12747 * config/rs6000/rs6000.c (rs6000_legitimate_address): Rename to...
12748 (rs6000_legitimate_address_p): ... this, make static.
12749 (TARGET_LEGITIMATE_ADDRESS_P): New.
12750 (REG_MODE_OK_FOR_BASE_P): Delete.
12751 (rs6000_legitimize_reload_address): Use INT_REG_OK_FOR_BASE_P.
12752
12753 * config/picochip/picochip.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12754 * config/picochip/picochip-protos.h (picochip_legitimate_address_p):
12755 Delete.
12756 * config/picochip/picochip.c (picochip_legitimate_address_p): Make
12757 static, adjust types.
12758 (TARGET_LEGITIMATE_ADDRESS_P): New.
12759
12760 * config/score/score.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12761 * config/score/score.c (score_address_p): Rename to...
12762 (score_legitimate_address_p): ... this.
12763 (TARGET_LEGITIMATE_ADDRESS_P): New.
12764 * config/score/score3.c (score3_address_p): Rename to...
12765 (score3_legitimate_address_p): ... this.
12766 * config/score/score7.c (score7_address_p): Rename to...
12767 (score7_legitimate_address_p): ... this.
12768
12769 * config/arm/arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS,
12770 THUMB2_GO_IF_LEGITIMATE_ADDRESS, THUMB1_GO_IF_LEGITIMATE_ADDRESS,
12771 GO_IF_LEGITIMATE_ADDRESS): Delete.
12772 * config/arm/arm-protos.h (thumb1_legitimate_address_p,
12773 thumb2_legitimate_address_p): Delete.
12774 (arm_legitimate_address_p): Rename to...
12775 (arm_legitimate_address_outer_p): ... this.
12776 * config/arm/constraints.md ("Uq"): Adjust call.
12777 * config/arm/predicates.md (arm_extendqisi_mem_op): Likewise.
f3afc8a7
UB
12778 * config/arm/arm.c (arm_legitimate_address_p): New, rename old one
12779 to...
c6c3dba9 12780 (arm_legitimate_address_outer_p): ... this.
f3afc8a7
UB
12781 (thumb1_legitimate_address_p, thumb2_legitimate_address_p): Make
12782 static.
c6c3dba9
PB
12783 (TARGET_LEGITIMATE_ADDRESS_P): New.
12784
12785 * config/mips/mips.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12786 * config/mips/mips-protos.h (mips_legitimate_address_p): Remove.
12787 * config/mips/mips.c (mips_legitimate_address_p): ... Make static.
12788 (TARGET_LEGITIMATE_ADDRESS_P): New.
12789
12790 * config/vax/vax.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12791 * config/vax/vax-protos.h (legitimate_address_p): Remove.
12792 * config/vax/vax.c (legitimate_address_p): Rename to...
12793 (vax_legitimate_address_p): ... this, make static.
12794 (TARGET_LEGITIMATE_ADDRESS_P): New.
12795
12796 * config/h8300/h8300.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12797 * config/h8300/h8300-protos.h (h8300_legitimate_address_p): Remove.
12798 * config/h8300/h8300.c (h8300_legitimate_address_p): ... Make static.
12799 (TARGET_LEGITIMATE_ADDRESS_P): New.
12800
12801 * config/mmix/mmix.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12802 * config/mmix/mmix-protos.h (mmix_legitimize_address): Remove.
12803 * config/mmix/mmix.c (mmix_legitimate_address): Rename to...
12804 (mmix_legitimate_address_p): ... this, make static.
12805 (TARGET_LEGITIMATE_ADDRESS_P): New.
12806
12807 * config/bfin/bfin.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
12808 * config/bfin/bfin-protos.h (bfin_legitimate_address_p): Remove.
12809 * config/bfin/bfin.c (bfin_legitimate_address_p): ... Make static.
12810 (TARGET_LEGITIMATE_ADDRESS_P): New.
12811
3bd0d9c8
PB
128122009-05-14 Paolo Bonzini <bonzini@gnu.org>
12813
12814 * config/arm/arm.h (PROMOTE_FUNCTION_MODE): Remove handling
12815 of MODE_COMPLEX_INT.
12816
fe049033
RO
128172009-05-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12818
12819 * config/alpha/alpha.c (alpha_initialize_trampoline): Change 0 to
12820 LCT_NORMAL in function call.
12821 * mips-tdump.c (print_file_desc): Add cast to enum type.
12822 * mips-tfile.c (add_ext_symbol): Add casts to enum types.
12823 (mark_stabs): Add casts to enum types.
12824 (parse_stabs_common): Add casts to enum types.
16f7ad42 12825
b0907a6c
AN
128262009-05-13 Adam Nemet <anemet@caviumnetworks.com>
12827
12828 * config/mips/mips.c (mips_print_operand) <REG, MEM, default>:
12829 Check for invalid values of LETTER.
12830
d1c8e08a
TG
128312009-05-13 Taras Glek <tglek@mozilla.com>
12832
f3afc8a7
UB
12833 * attribs.c (register_attribute): moved out attribute registration
12834 into register_attribute.
12835 * doc/plugins.texi: Documented register_attribute and
12836 PLUGIN_ATTRIBUTES.
16f7ad42
TG
12837 * gcc-plugin.h: Added forward decl for register_attribute.
12838 * gcc-plugin.h (plugins_event): Added PLUGIN_ATTRIBUTES.
12839 * plugin.c (register_callback, invoke_plugin_callbacks): Added
12840 PLUGIN_ATTRIBUTES boilerplate.
d1c8e08a 12841
4ed7f970
DK
128422009-05-14 Dave Korn <dave.korn.cygwin@gmail.com>
12843
12844 * config/i386/msformat-c.c (ms_printf_length_specs): Use enumeration
12845 values even in sentinel and empty entries.
12846 (ms_printf_flag_specs): Likewise.
12847 (ms_scanf_flag_specs): Likewise.
12848 (ms_strftime_flag_specs): Likewise.
12849 (ms_print_char_table): Likewise.
12850 (ms_scan_char_table): Likewise.
12851 (ms_time_char_table): Likewise.
12852
3d8fa148
DK
128532009-05-13 Doug Kwan <dougkwan@google.com>
12854
12855 * tree-ssa-sccvn.c (compare_ops): Stabilize qsort.
12856
f06257d3
AN
128572009-05-13 Adam Nemet <anemet@caviumnetworks.com>
12858
12859 * config/mips/mips.md (store): Add attributes for QI and HI.
12860 Update comment.
12861 (truncdisi2, truncdihi2, truncdiqi2): Merge these into ...
12862 (truncdi<mode>2): ... this new pattern.
12863
fb201767
BH
128642009-05-13 Brad Hards <bradh@kde.org>
12865
12866 * Makefile.in (TEXI_GCCINT_FILES): Add plugins.texi.
12867
c7bda60e 128682009-05-14 Jakub Jelinek <jakub@redhat.com>
efc3527a
BE
12869 Ben Elliston <bje@au.ibm.com>
12870
12871 PR middle-end/40035
12872 * dse.c (check_mem_read_rtx): Guard against width == -1.
12873
ce985b43
MM
128742009-05-13 Michael Matz <matz@suse.de>
12875
12876 PR middle-end/39976
12877 * tree-outof-ssa.c (maybe_renumber_stmts_bb): New function.
12878 (trivially_conflicts_p): New function.
12879 (insert_backedge_copies): Use it.
12880
7de1d221
JJ
128812009-05-13 Janis Johnson <janis187@us.ibm.com>
12882
12883 * c-pragma.c (enum pragma_switch_t): Prefix constants with PRAGMA_.
12884 (handle_stdc_pragma): Use new enum constant names.
12885 (handle_pragma_float_const_decimal64): Ditto.
12886
bfefafc6
ILT
128872009-05-13 Ian Lance Taylor <iant@google.com>
12888
12889 * Makefile.in (build/gencheck.o): Depend upon all-tree.def, not
12890 tree.def.
12891
286c4fcb
NS
128922009-05-13 Nathan Sidwell <nathan@codesourcery.com>
12893
12894 * config/m68k/t-uclinux (M68K_MLIB_CPU): Check for FL_UCLINUX.
12895 * config/m68k/m68k-devices.def: Add FL_UCLINUX to 68020 and 54455
12896 multilibs.
12897 * config/m68k/m68k.h (FL_UCLINUX): Define.
12898
ebaa6ea7
JH
128992009-05-13 Jan Hubicka <jh@suse.cz>
12900
12901 * options.c (gfc_post_options): -fwhole-program imply -fwhole-file.
12902
2b703e1a
KK
129032009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
12904
12905 * config/sh/sh.h (OVERRIDE_OPTIONS): Clear flag_schedule_insns
12906 unless -fschedule-insns is specified.
12907
c3537723
KK
129082009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
12909
12910 PR target/39561
12911 * config/sh/sh.h (OPTIMIZATION_OPTIONS): Don't set
12912 TARGET_EXPAND_CBRANCHDI4.
12913 * config/sh/sh.md (cbranchdi4): Don't check TARGET_EXPAND_CBRANCHDI4.
12914 * config/sh/sh.opt (mexpand-cbranchdi): Remove.
12915 (cmpeqdi): Fix comment.
12916
cdeed45a
KK
129172009-05-12 Kaz Kojima <kkojima@gcc.gnu.org>
12918
12919 * config/sh/sh-protos.h (sh_legitimate_index_p): Declare.
12920 (sh_legitimate_address_p): Likewise.
12921 * config/sh/sh.c (sh_legitimate_index_p): New.
12922 (sh_legitimate_address_p): Likewise.
12923 * config/sh/sh.h (REG_OK_FOR_BASE_P): Add STRICT parameter.
12924 (REG_OK_FOR_INDEX_P, SUBREG_OK_FOR_INDEX_P): Likewise.
12925 (MODE_DISP_OK_4, MODE_DISP_OK_8): Remove.
12926 (MAYBE_BASE_REGISTER_RTX_P): New macro.
12927 (MAYBE_INDEX_REGISTER_RTX_P): Likewise.
12928 (BASE_REGISTER_RTX_P): Use MAYBE_BASE_REGISTER_RTX_P.
12929 (INDEX_REGISTER_RTX_P): Use MAYBE_INDEX_REGISTER_RTX_P.
12930 (GO_IF_LEGITIMATE_INDEX): Use sh_legitimate_index_p.
12931 (GO_IF_LEGITIMATE_ADDRESS): Use sh_legitimate_address_p.
12932
02f0b13a
JH
129332009-05-12 Jan Hubicka <jh@suse.cz>
12934
12935 * tree-inline.c (estimate_operator_cost): Add operands;
12936 when division happens by constant, it is cheap.
12937 (estimate_num_insns): Loads and stores are not having cost of 0;
12938 EH magic stuff is cheap; when computing runtime cost of switch,
12939 use log2 base of amount of its cases; builtin_expect has cost of 0;
12940 compute cost for moving return value of call.
12941 (init_inline_once): Initialize time_based flags.
12942 * tree-inline.h (eni_weights_d): Add time_based flag.
12943
ecb7f6de
PB
129442009-05-12 Paolo Bonzini <bonzini@gnu.org>
12945
12946 * df-core.c: Update head documentation.
12947
c24151ce
MM
129482009-05-12 Michael Meissner <meissner@linux.vnet.ibm.com>
12949
12950 PR bootstrap/40118
12951 * rs6000.c (rs6000_generate_compare): Use op1b instead of
12952 shadowing exisiting variable op1.
12953
fbdf817d
UB
129542009-05-12 Uros Bizjak <ubizjak@gmail.com>
12955
704bf7c8 12956 PR target/37179
fbdf817d
UB
12957 * config/i386/driver-i386.c (processor_signatures): New enum.
12958 (SIG_GEODE): Move from vendor_signatures to processor_signatures.
12959 (host_detect_local_cpu): For SIG_AMD vendor, check for SIG_GEODE
12960 processor signature to detect geode processor.
12961
5e8d1826
PB
129622009-05-12 Paolo Bonzini <bonzini@gnu.org>
12963
12964 Revert:
12965
12966 2009-05-12 Paolo Bonzini <bonzini@gnu.org>
12967
12968 * optabs.c (prepare_cmp_insn): Temporarily disable test that
12969 causes spurious differences between trunk and cond-optab branch.
12970
f90b7a5a
PB
129712009-05-12 Paolo Bonzini <bonzini@gnu.org>
12972
fbdf817d
UB
12973 * dojump.c (compare_from_rtx): Delete.
12974 * expmed.c (emit_store_flag): Only try cstore_optab. Canonicalize
12975 any MODE_CC mode to the cstorecc4 pattern. Use prepare_operand, fail
f90b7a5a
PB
12976 if the comparison does not satisfy the predicate; test predicates for
12977 operands 2 and 3 of a cstore pattern. Don't try cstore optab
12978 further if one existing pattern fails.
fbdf817d 12979 * expr.h (compare_from_rtx): Delete.
f90b7a5a 12980 (prepare_operand): Declare it.
fbdf817d 12981 * optabs.c: Change "lib call" to "libcall" throughout.
f90b7a5a 12982 (bcc_gen_fctn, setcc_gen_code, trap_rtx,
fbdf817d
UB
12983 HAVE_conditional_trap, emit_cmp_insn): Delete.
12984 (can_compare_p): Delete cmp_optab case.
f90b7a5a 12985 (prepare_float_lib_cmp): Return an rtx and a machine mode.
fbdf817d
UB
12986 Accept other parameters by value.
12987 (prepare_operand): Make non-static.
12988 (prepare_cmp_insn): Return an rtx and a machine mode. Accept
12989 other parameters by value. Try to widen operands here based on
12990 an optab_methods argument and looking at cbranch_optab.
12991 (emit_cmp_and_jump_insn_1): Accept test and mode, remove widening
12992 loop. Use cbranch_optab directly.
12993 (emit_cmp_and_jump_insns): Fix comment. Adjust call to
12994 prepare_cmp_insn and emit_cmp_and_jump_insn_1, remove obsolete
12995 assertion.
12996 (emit_conditional_move, emit_conditional_add): Inline what's needed
12997 of compare_from_rtx, using new prepare_cmp_insn for the rest.
12998 (init_optabs): Init cmp_optab with UNKNOWN, cbranch_optab
12999 with COMPARE. Move cmov_optab and cstore_optab above
13000 with cbranch_optab, move cmp_optab down with ucmp_optab,
13001 remove tst_otpab. Do not initialize trap_rtx.
13002 (gen_cond_trap): Do it here. Use ctrap_optab. Test predicate
f90b7a5a
PB
13003 for trap code. Do not check HAVE_conditional_trap. Use
13004 prepare_cmp_insn. Accept no predicate for operand 3.
fbdf817d
UB
13005 * optabs.h (OTI_cmp): Mark as used only for libcalls.
13006 (OTI_ctrap, ctrap_optab): New.
13007 (tst_optab): Delete.
13008 (bcc_gen_fctn, setcc_gen_code, emit_cmp_insn): Delete.
13009 * ifcvt.c (find_if_header): Replace HAVE_conditional_trap
13010 with lookup of ctrap_optab.
f3afc8a7
UB
13011 * genopinit.c (cmp_optab, tst_optab, bcc_gen_fctn, setcc_gen_code):
13012 Delete.
fbdf817d
UB
13013 (ctrap_optab): New.
13014
13015 * combine.c (combine_simplify_rtx, simplify_set): Do not
13016 special case comparing against zero for cc0 machines.
f90b7a5a
PB
13017 * simplify-rtx.c (simplify_binary_operation_1): Never remove
13018 COMPARE on cc0 machines.
13019 (simplify_relational_operation): Return a new expression when
13020 a COMPARE could be removed.
fbdf817d
UB
13021 * final.c (final_scan_insn): Compare cc_status values
13022 against LHS of a (compare FOO (const_int 0)) cc0 source.
13023 Also check if cc_status.value is the full compare.
f90b7a5a 13024
fbdf817d
UB
13025 * doc/md.texi (bCC, sCC, tstMM, cmpMM): Delete.
13026 (cstoreMM4): Document.
f90b7a5a 13027 (conditional_trap): Document ctrapMM4 instead.
fbdf817d 13028 (sync_compare_and_swapMM): Refer to cbranchcc4.
f90b7a5a
PB
13029 (Dependent Patterns): Eliminate obsolete information referring to
13030 the old jump optimization phase.
fbdf817d 13031 (Canonicalization): Include cbranchcc4 case, omit canonicalization
f90b7a5a
PB
13032 of compares with 0 on cc0 machines.
13033 (Jump Patterns): Refer to MODE_CC jump patterns preferably,
13034 avoiding references to cc0. Remove text about storing operands
13035 in cmpMM.
13036 * doc/tm.texi (Condition Codes): Include blurb on different
13037 condition code representations, separate into subsections for
13038 CC0, MODE_CC and conditional execution.
13039
fbdf817d
UB
13040 * config/alpha/alpha-protos.h (alpha_emit_conditional_branch,
13041 alpha_emit_setcc): Accept operands and a machine mode.
13042 * config/alpha/alpha.c (alpha_emit_conditional_branch):
13043 Get code/op0/op1 from operands, use machine mode argument
13044 instead of alpha_compare.fp_p. Emit the branch here.
13045 (alpha_emit_setcc): Likewise, and return boolean.
13046 (alpha_emit_conditional_move): Likewise. Assert that
13047 cmp_op_mode == cmp_mode, and simplify accordingly.
13048 * config/alpha/alpha.h (struct alpha_compare, alpha_compare): Delete.
13049 * config/alpha/alpha.md (cmpdf, cmptf, cmpdi, bCC, sCC): Delete.
13050 (cbranchdf4, cbranchtf4, cbranchdi4, cstoredf4, cstoretf4,cstoredi4):
13051 Delete.
13052 (stack probe test): Use cbranchdi4.
13053 * config/alpha/predicates.md (alpha_cbranch_operator): New.
13054
f100a4a8 13055 * config/arc/arc.c (gen_compare_reg): Do not emit cmp.
fbdf817d
UB
13056 * config/arc/arc.h (movsicc, movsfcc): Use it.
13057 (movdicc, *movdicc_insn, movdfcc, *movdfcc_insn): Remove.
13058 (cbranchsi4, cstoresi4): New.
f100a4a8 13059 (cmpsi, bCC and sCC expanders): Remove.
fbdf817d
UB
13060
13061 * config/arm/arm.c (arm_compare_op0, arm_compare_op1): Delete.
13062 * config/arm/arm.h (arm_compare_op0, arm_compare_op1): Delete.
13063 * config/arm/predicates.md (arm_comparison_operator): Only include
13064 floating-point operators if there is a hardware floating-point unit.
13065 * config/arm/arm.md (cbranchsi4, cstoresi4): Enable for TARGET_32BIT,
13066 deferring to cbranch_cc and cstore_cc respectively.
13067 (cbranchsf4, cbranchdf4, cbranchdi4, cstoresf4, cstoredf4, cstoredi4,
13068 cbranch_cc, cstore_cc): New.
13069 (movsicc, movsfcc, movdfcc): Do not use arm_compare_op0 and
f90b7a5a 13070 arm_compare_op1.
fbdf817d
UB
13071 (bCC, sCC, cmpsi, cmpsf, cmpdf, cmpdi): Delete.
13072
13073 * config/avr/avr-protos.h (out_tstsi, out_tsthi): Adjust prototype.
13074 * config/avr/avr.c (out_tstsi, out_tsthi): Get the tested operand
13075 as an argument.
13076 (adjust_insn_length): Adjust calls.
13077 (avr_reorg): Handle (compare (foo) (const_int 0)).
13078 * config/avr/avr.md (tstqi, tsthi, tstsi): Remove.
13079 (*negated_tstqi, *negated_tsthi, *negated_tstsi): Unmacroize.
13080 (*reversed_tsthi, *reversed_tstsi): Add a scratch for simplicity.
13081 (cmpqi, cmphi, cmpsi): Prepend asterisk, fuse tst[qhs]i here.
13082 (bCC): Remove.
13083 (cbranchqi4, cbranchhi4, cbranchsi4): New.
f90b7a5a
PB
13084 (tst -> sbrc/sbrs peephole2, cpse peephole): Wrap RHS with COMPARE.
13085
fbdf817d
UB
13086 * config/bfin/bfin.md (cmpbi, cmpsi, bCC, sCC): Delete.
13087 (cbranchsi4, cstorebi4, cstoresi4): New.
f90b7a5a 13088 (movbisi): This insn is duplicate, split it to zero_extend.
fbdf817d
UB
13089 * config/bfin/bfin.c (bfin_compare_op0, bfin_compare_op1): Delete
13090 (bfin_gen_compare): Do not use them. Emit VOIDmode SET, not BImode.
13091 (bfin_optimize_loop): Use cbranch expander.
13092 * config/bfin/bfin.h (bfin_compare_op0, bfin_compare_op1): Delete.
13093 * config/bfin/predicates.md (bfin_cbranch_operator): Rename to...
13094 (bfin_bimode_comparison_operator): ... this.
13095 (bfin_direct_comparison_operator): New.
f100a4a8 13096
fbdf817d
UB
13097 * config/cris/cris.c (cris_normal_notice_update_cc): Look
13098 inside (compare FOO (const_int 0)).
13099 (cris_rtx_costs): Handle ZERO_EXTRACT.
13100 * config/cris/cris.md (tstdi, tst<mode>, cmpdi): Delete.
13101 (*tstdi_non_v32): Fold in *cmpdi_non_v32.
13102 (*tstdi_v32): Delete.
13103 (*cmpdi_non_v32): Add M alternative for operand 1.
13104 (cmpsi, cmp<mode>): Make private.
13105 (*tstsi, *tst<mode>_cmp, *tst<mode>_non_cmp, *btst): Wrap LHS
13106 with COMPARE.
13107 (cbranch<mode>4, cbranchdi4, cstore<mode>4): New.
13108
13109 * config/crx/crx.md (cstore<mode>4, cbranchcc4): New.
13110 (cmp<mode>, bCOND_internal, b<code>, s<code>): Delete.
13111 (cbranch<mode>4, sCOND_internal): Use ordered_comparison_operator.
f90b7a5a
PB
13112 (cc_reg_operand): New.
13113 (any_cond): Delete.
fbdf817d
UB
13114 * config/crx/crx.c (crx_compare_op0, crx_compare_op1,
13115 crx_expand_compare, crx_expand_branch, crx_expand_scond): Delete.
13116 * config/crx/crx.h (crx_compare_op0, crx_compare_op1): Delete.
13117 * config/crx/crx-protos.h (crx_expand_compare, crx_expand_branch,
13118 crx_expand_scond): Delete.
13119
13120 * config/fr30/fr30.md (cmp<mode>, bCC): Delete.
13121 (cbranchsi4): New.
13122 * config/fr30/fr30.c (fr30_compare_op0, fr30_compare_op1): Delete
13123 * config/fr30/fr30.h (fr30_compare_op0, fr30_compare_op1): Delete.
13124
13125 * config/frv/frv.md (cbranchsi4, cbranchsf4, cbranchdf4,
13126 cstoresi4, cstoresf4, cstoredf4): New.
13127 (cmpdi, cmpsi, cmpsf, cmpdf, bCC, sCC): Remove.
13128 * config/frv/frv-protos.h (frv_emit_cbranch, frv_emit_scc):
13129 Receive the entire operands array.
13130 * config/frv/frv.h (frv_compare_op0, frv_compare_op1): Delete.
13131 * config/frv/frv.c (frv_compare_op0, frv_compare_op1): Delete.
13132 * config/frv/frv-protos.h (frv_emit_cbranch, frv_emit_scc):
13133 Get test/op0/op1 from the operands array.
13134 (frv_emit_cond_move): Get test/op0/op1 from the test_rtx.
13135
13136 * config/h8300/h8300-protos.h (h8300_expand_branch): Accept operands.
13137 (h8300_expand_store): New.
13138 * config/h8300/h8300.c (h8300_rtx_costs): Handle (compare FOO
13139 (const_int 0)).
13140 (h8300_expand_branch): Emit compare here. Adjust for new arguments.
13141 (h8300_expand_store): New.
13142 * config/h8300/h8300.md (btst combine patterns): Wrap with COMPARE
13143 or do not try to produce (set (cc0) REG).
13144 (peepholes): Wrap arguments with COMPARE. Add a peephole to
13145 change a compare into a move to a scratch register. Disable some
13146 peepholes when comparing with zero.
13147 (tstsi, tsthi, tstsi, cmpqi): Make private.
13148 (cmphi): Delete.
13149 (bCC, sCC): Delete.
13150 (cbranchqi4, cbranchhi4, cbranchsi4, cstoreqi4, cstorehi4,
13151 cstoresi4): New.
f90b7a5a
PB
13152
13153 * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_int_addcc,
13154 ix86_expand_fp_movcc): Set ix86_compare_op0 and ix86_compare_op1.
13155 (ix86_emit_i387_log1p): Use gen_cbranchxf4.
13156 (ix86_emit_i387_log1p): Use cbranchxf2.
13157 (ix86_expand_setcc): Return void.
13158 * config/i386/i386-protos.h (ix86_expand_setcc): Return void.
13159 * config/i386/i386.md (cmpti, cmpdi, cmpsi, cmphi, cmpqi, cmpxf,
13160 cmp<MODEF>, cmpcc): Remove.
fbdf817d
UB
13161 (cbranchti4, cbranchdi4, cbranchsi4, cbranchhi4, cbranchqi4,
13162 cbranchxf4, cbranch<MODEF>4, cbranchcc4, cstoredi4, cstoresi4,
13163 cstorehi4, cstoreqi4, cstorexf4, cstore<MODEF>4, cstorecc): New.
f90b7a5a
PB
13164 (sCC and bCC expanders): Remove.
13165 (stack_protect_test): Use cbranchcc4.
13166
fbdf817d
UB
13167 * config/ia64/ia64-protos.h (ia64_compare_op0, ia64_compare_op1):
13168 Delete.
13169 (ia64_expand_compare): Accept three rtx by reference and return void.
13170 * config/ia64/ia64.c (ia64_compare_op0, ia64_compare_op1): Delete.
13171 (ia64_expand_compare): Replace op0/op1 with *op0/*op1. Get code
13172 from *expr. Update *expr with the BImode comparison to do.
13173 * config/ia64/ia64.md (cmpbi, cmpsi, cmpdi, cmpsf, cmpdf, cmpxf,
13174 cmptf, bCC, sCC, conditional_trap): Delete.
f100a4a8 13175 (cbranchbi4, cbranchsi4, cbranchdi4, cbranchsf4, cbranchdf4,
fbdf817d
UB
13176 cbranchxf4, cbranchtf4, cstorebi4, cstoresi4, cstoredi4, cstoresf4,
13177 cstoredf4, cstorexf4, cstoretf4, ctrapbi4, ctrapsi4, ctrapdi4,
13178 ctrapsf4, ctrapdf4, ctrapxf4, ctraptf4): New.
13179 * config/ia64/predicates.md (ia64_cbranch_operator): New.
13180
13181 * config/iq2000/iq2000-protos.h (gen_conditional_branch): Change
13182 type of last argument.
13183 * config/iq2000/iq2000.c (branch_cmp, branch_type): Remove.
13184 (gen_conditional_branch): Get code/cmp0/cmp1 from operands,
13185 use machine mode argument instead of branch_type. Remove dead
13186 code for floating-point comparisons.
13187 * config/iq2000/iq2000.h (branch_cmp, branch_type): Remove.
13188 * config/iq2000/iq2000.md (cmpsi, cmpdi, cmpsf, cmpdf, tstsi, bCC):
13189 Remove.
13190 (cbranchsi4, cstoresi4): New.
13191 * config/iq2000/predicates.md (reg_or_const_operand): New.
13192
13193 * config/m32c/m32c.md (cbranch splitter): Use match_op_dup.
13194 * config/m32c/m32c.md (any_cond, gl_cond): Delete.
13195 (b<code>_op): Rewrite to...
13196 (bcc_op): ... this, using match_operator.
13197 (s<code>_op): Rewrite to...
13198 (scc_op): ... this, using match_operator.
13199 (s<code>_24_op): Rewrite to...
13200 (scc_op_24): ... this, using match_operator.
13201 (s<code>_<mode>): Rewrite to...
13202 (cstore<mode>4): ... this, using match_operator.
13203 (s<code>_<mode>_24): Rewrite to...
13204 (cstore<mode>4_24): ... this, using match_operator.
13205 * config/m32c/m32c-protos.h (m32c_cmp_flg_0, m32c_pend_compare,
13206 m32c_unpend_compare, m32c_expand_scc): Delete.
13207 * config/m32c/m32c.c (compare_op0, compare_op1, m32c_cmp_flg_0,
13208 m32c_pend_compare, m32c_unpend_compare, m32c_expand_scc): Delete.
13209 (m32c_expand_movcc): Change NE to EQ if necessary.
13210 (m32c_init_libfuncs): Modify cstore optab instead of setcc_gen_code.
13211
13212 * config/m32r/m32r-protos.h (gen_cond_store): New.
13213 * config/m32r/m32r.c (m32r_compare_op0, m32r_compare_op1): Delete.
13214 (gen_cond_store): New, from sCC patterns.
13215 (m32r_expand_block_move): Use cbranchsi4.
13216 * config/m32r/m32r.h (m32r_compare_op0, m32r_compare_op1): Delete.
13217 * config/m32r/m32r.md (cmpsi, bCC, sCC): Delete.
13218 (cbranchsi4, cstoresi4): New.
f100a4a8 13219
fbdf817d
UB
13220 * config/m68hc11/m68hc11.c (m68hc11_compare_op0, m68hc11_compare_op1):
13221 Delete.
13222 (m68hc11_rtx_costs_1, m68hc11_rtx_costs): Handle ZERO_EXTRACT.
f90b7a5a 13223 (m68hc11_notice_update_cc): Look into a compare with 0.
fbdf817d
UB
13224 * config/m68hc11/m68hc11.h (m68hc11_compare_op0, m68hc11_compare_op1):
13225 Delete.
13226 * config/m68hc11/m68hc11.md (tstsi, tsthi, tstqi, cmpsi,
13227 cmphi, cmpqi, bCC): Delete.
13228 (cbranchsi4, cbranchhi4, cbranchqi4): New.
13229 (tstqi_1, tstqi_z_used, tstqi_1, bitcmpqi, bitcmpqi_z_used,
13230 bitcmpqi_12, bitcmphi, various splits and peephole2s): Wrap cc0<-reg
13231 sets with COMPARE.
13232
13233 * config/m68k/predicates.md (m68k_cstore_comparison_operator,
13234 const0_operand, const1_operand, m68k_subword_comparison_operand): New.
13235 * config/m68k/constraints.md (H): New.
13236 * config/m68k/m68k.md (tstdi): Remove define_expand, use name for
13237 the define_insn below.
13238 (tstsi, tsthi, tst<FP:mode>, cmphi, cmpqi, cmp<FP:mode>): Delete.
13239 (*tstsi_internal_68020_cf, *tstsi_internal, *tsthi_internal,
13240 *tstqi_internal, tst<mode>_6881, tst<mode>_cf, many unnamed
13241 patterns): Wrap RHS with COMPARE.
13242 (tst<FP>_68881, tst<FP>_cf): Use const0_operand.
13243 (*cmpdi_internal): Name this pattern.
13244 (cmpdi): Change to define_insn.
13245 (cbranchdi4, cstoredi4, cbranchsi4, cstoresi4, cbranchhi4, cstorehi4,
13246 cbranchqi4, cstoreqi4, cbranch<FP:mode>4, cstore<FP:mode>4): New.
13247 (scc0_di, scc0_di_5200, scc_di): Use the ordered_comparison_operator
13248 predicate.
13249 (seq, sne, sgt, sgtu, slt, sltu, sge, sgeu, sle, sleu, sordered,
13250 sunordered, suneq, sunge, sungt, sunle, sunlt, sltgt): Delete
13251 (conditional_trap): Change to...
13252 (ctrapdi4, ctrapsi4, ctraphi4, ctrapqi4): ... these.
13253 (*conditional_trap): Use the ordered_comparison_operator and
13254 const1_operand predicates.
13255 * config/m68k/m68k.c (m68k_last_compare_had_fp_operands): Delete.
13256 (m68k_expand_prologue): Use ctrapsi4 instead of cmpsi+conditional_trap.
13257 (m68k_rtx_costs): Look for ZERO_EXTRACT in a COMPARE.
13258 * config/m68k/m68k.h (m68k_last_compare_had_fp_operands): Delete.
13259
13260 * config/mcore/mcore-protos.h (arch_compare_op0, arch_compare_op1,
13261 mcore_modify_comparison, mcore_gen_compare_reg): Remove.
f100a4a8 13262 (mcore_gen_compare): New.
fbdf817d
UB
13263 * config/mcore/mcore.c (arch_compare_op0, arch_compare_op1): Delete.
13264 (mcore_modify_comparison, mcore_gen_compare_reg): Fold into...
13265 (mcore_gen_compare): ... this.
13266 * config/mcore/mcore.md (cmpsi, bCC, sCC): Remove.
13267 (cbranchsi4, cstoresi4): New, using mcore_gen_compare.
13268 (stack probe pattern): Use cbranchsi4.
13269
13270 * config/mips/predicates.md (mips_cstore_operator): New.
13271 * config/mips/mips-ps-3d.md (movv2sfcc): Do not use cmp_operands.
13272 * config/mips/mips.md (any_cond): Delete.
13273 (conditional_trap): Rename to ctrap<GPR:mode>4. Adjust predicates,
13274 always succeed.
13275 (fixuns_truncdfsi2, fixuns_truncdfdi2, fixuns_truncsfsi2,
13276 fixuns_truncsfdi2): Use cbranch patterns.
f100a4a8 13277 (cmp<GPR:mode>, cmp<SCALARF:mode>): Delete.
fbdf817d
UB
13278 (b<code>): Change to cbranch<GPR:mode>4 and cbranch<SCALARF:mode>4.
13279 Adjust call to mips_expand_conditional_branch.
13280 (seq, sne, slt<u>, sle<u>, sgt<u>, sge<u>): Change to
13281 cstore<GPR:mode>4.
13282 * config/mips/mips-protos.h (mips_expand_conditional_branch,
13283 mips_expand_scc, mips_expand_conditional_trap): Adjust prototypes.
13284 * config/mips/mips.c (cmp_operands): Delete.
13285 (mips_emit_compare): Get comparison operands from *op0/*op1.
13286 (mips_expand_scc): Get code/op0/op1/target from operands. Assert
13287 that it succeeds. Use op0/op1 instead of cmp_operands.
13288 (mips_expand_conditional_branch, mips_expand_conditional_move,
13289 mips_expand_conditional_trap): Likewise.
f100a4a8 13290 (mips_block_move_loop): Use cbranch patterns.
fbdf817d
UB
13291 * config/mips/mips.h (cmp_operands): Delete.
13292
13293 * config/mmix/mmix.c (mmix_valid_comparison): Delete.
13294 (mmix_gen_compare_reg): Just return a register in the right CC mode.
13295 * config/mmix/mmix.h (mmix_compare_op0, mmix_compare_op1): New.
13296 * config/mmix/mmix.md (cmpdi, cmpdf): Remove.
13297 (*cmpcc_folded): Rename to...
13298 (*cmpdi_folded): this.
13299 (*cmpcc): Rename to...
13300 (*cmps): ... this.
13301 (movdfcc, movdicc): Adjust for new semantics of mmix_gen_compare_reg.
13302 (bCC): Remove.
13303 (cbranchdi4): New.
13304 (cbranchdf4): New. Handle invalid comparisons here.
13305 * config/mmix/predicates.md (float_comparison_operator): New.
13306
13307 * config/mn10300/mn10300.c (mn10300_rtx_costs): Consider 0 and
13308 zero_extract to be cheap in (compare (zero_extract) (const_int 0).
13309 * config/mn10300/mn10300.md (tst): Delete.
13310 (*tst_extqisi_am33, *tst_extqisi, *tst_exthisi_am33, *tst_exthisi):
13311 Name these patterns and wrap RHS in a compare.
13312 (*cmpsi): Make this pattern private. Include tst.
13313 (*cmpsf): Make this pattern private.
13314 (and and zero_extract cc0 set): Wrap RHS in a COMPARE.
13315 (compare with zero peepholes): Likewise.
13316 (bCC): Remove.
13317 (cbranchsi4, cbranchsf4): New.
13318 (casesi): Use cbranchsi4.
13319
13320 * config/pa/pa.c (hppa_compare_op0, hppa_compare_op1,
13321 hppa_branch_type): Delete.
13322 (return_addr_rtx): Use cbranchsi4.
13323 (emit_bcond_fp): Accept all operands. Replace CODE with NE.
13324 Emit CCFPmode comparison here.
13325 (gen_cmp_fp): Delete, now part of emit_bcond_fp.
13326 * config/pa/pa.h (enum cmp_type, hppa_compare_op0, hppa_compare_op1,
13327 hppa_branch_type): Delete.
13328 * config/pa/pa.md (cmpdi, cmpsi, cmpsf, cmpdf, sCC, bCC): Delete.
13329 (movsicc, movdicc): Remove references to hppa_compare_op0,
13330 hppa_compare_op1 and compare_from_rtx.
13331 (cbranchdi4, cbranchsi4, cbranchsf4, cbranchdf4, cstoresi4): New.
13332 (casesi): Use cbranchsi4.
13333
13334 * config/pdp11/pdp11-protos.h (output_jump): Change prototype.
13335 * config/pdp11/pdp11.c (output_jump): Embed opcodes here.
13336 * config/pdp11/pdp11.md (register_or_const0_operand): New.
13337 (cmpdf, cmphi, cmpqi): Make private. Add tst alternatives.
13338 (cmpsi, tstsi, tstdf, tsthi, tstqi): Delete.
13339 (bCC): Delete.
13340 (cbranchdf4, cbranchhi4, cbranchqi4): New.
13341 (*branch, *branch_inverted): New.
13342
13343 * config/picochip/picochip.md (cbranchhi4): Use
13344 ordered_comparison_operator.
13345 (cmphi, bCC): Remove.
13346
13347 * config/rs6000/predicates.md (rs6000_cbranch_operator): New.
13348 (trap_comparison_operator): Delete.
13349 * config/rs6000/rs6000-protos.h (rs6000_emit_sCOND,
13350 rs6000_emit_cbranch): Accept mode and operands.
13351 * config/rs6000/rs6000.c (rs6000_compare_op0, rs6000_compare_op1,
f100a4a8 13352 rs6000_compare_fp_p): Delete.
fbdf817d
UB
13353 (rs6000_generate_compare): Accept mode and comparison. Extract code
13354 and op0/op1 from there. Replace references to rs6000_compare_op0
13355 and rs6000_compare_op1.
13356 (rs6000_emit_sCOND): Adjust call to rs6000_generate_compare and
13357 extract result from passed operands.
13358 (rs6000_emit_cbranch): Adjust call to rs6000_generate_compare and
13359 extract loc from passed operands.
13360 (rs6000_emit_cmove): Likewise.
13361 * config/rs6000/rs6000.h (rs6000_compare_op0, rs6000_compare_op1,
13362 rs6000_compare_fp_p): Delete.
13363 * config/rs6000/rs6000.md (cmp<GPR>, cmp<FP>, bCC, sCC): Delete.
13364 (cbranch<GPR>4, cbranch<FP>4): New.
13365 (cstore<mode>4): New. Consolidate here all choices about when to use
13366 portable or specialized sCC sequences.
13367 (stack_protect_test): Use cbranchsi4.
13368 (conditional_trap): Replace with ctrap<GPR>4.
13369 (conditional trap insn): Replace trap_comparison_operator with
f100a4a8 13370 ordered_comparison_operator.
fbdf817d
UB
13371
13372 * config/s390/s390.c (s390_compare_op0, s390_compare_op1): Delete.
13373 (s390_emit_prologue): Use ctrap.
13374 * config/s390/s390.h (s390_compare_op0, s390_compare_op1): Delete.
13375 * config/s390/predicates.md (s390_eqne_operator, s390_scond_operator):
13376 New predicates replacing...
13377 * config/s390/s390.md (COMPARE, SCOND): ... these iterators.
13378 (cmp<GPR>, cmp<FP>, cmpcc): Delete.
13379 (trunc patterns): Use emit_cmp_and_jump_insns instead of cmp/branch.
13380 (add<mode>cc): Do not use s390_compare_op0/op1.
13381 (s<code>): Change to...
13382 (cstore<mode>4): ... this. Do not use s390_compare_op0/op1.
13383 (seq): Change to...
13384 (cstorecc4): ... this. Handle EQ or NE equally.
13385 (*sne): Un-privatize for use in cstorecc4.
13386 (b<code>): Change to...
13387 (cbranch<GPR>4, cbranch<FP>4, cbranchcc4): ... these.
13388 (conditional_trap): Replace with...
13389 (ctrap<GPR>4, ctrap<FP>4): ... these.
13390 (stack_protect): Use cbranchcc4.
13391
13392 * config/score/score-conv.h (cmp_op0, cmp_op1): Delete.
13393 * config/score/score-protos.h (score_gen_cmp): Delete.
13394 * config/score/score.c (cmp_op0, cmp_op1, score_gen_cmp): Delete.
13395 (score_block_move-loop): Use cbranchsi4.
13396 * config/score/score.md (cbranchsi4): New.
13397 (cmpsi, bCC): Delete.
13398 * config/score/score3.c (cmp_op0, cmp_op1, score3_gen_cmp): Delete.
13399 (score3_movsicc): Use ops[1] operands instead of cmp_op0/cmp_op1.
13400 * config/score/score7.c (cmp_op0, cmp_op1, score7_gen_cmp): Delete.
13401 (score7_movsicc): Use ops[1] operands instead of cmp_op0/cmp_op1.
13402 * config/score/score3.h (score3_gen_cmp): Delete.
13403 * config/score/score7.h (score7_gen_cmp): Delete.
13404
13405 * config/sh/sh-protos.h (prepare_scc_operands): Rename to...
13406 (sh_emit_scc_to_t): ... this. Return void.
13407 (from_compare): Rename to...
13408 (sh_emit_compare_and_branch): ... this.
13409 (sh_emit_compare_and_set): New.
13410 (sh_expand_t_scc): Accept operands.
13411 * config/sh/predicates.md (sh_float_comparison_operator): New.
13412 * config/sh/sh.c (sh_compare_op0, sh_compare_op1): Delete.
13413 (prepare_scc_operands): Rename to...
13414 (sh_emit_scc_to_t): ... this. Return void. Get op0/op1 from
13415 arguments.
13416 (sh_emit_cheap_store_flag): New.
f90b7a5a 13417 (sh_emit_set_t_insn): New.
fbdf817d
UB
13418 (from_compare): Rename to...
13419 (sh_emit_compare_and_branch): ... this. Accept mode. Rewrite
13420 handling of TARGET_SH2E floating point to avoid recursive call.
13421 Generate branch here.
13422 (sh_emit_compare_and_set): New.
13423 (sh_expand_t_scc): Get op0/op1 from arguments.
13424 (sh_emit_cheap_store_flag): New.
13425 * config/sh/sh.md (cbranchdi4, cbranchsi4): Include -mno-cbranchdi
13426 cases.
f90b7a5a 13427 (cbranchdi4_i): Use an "I08" constraint instead of an "i" constraint.
fbdf817d
UB
13428 (cmpsi, cmpdi, cmpsf, cmpdf): Delete.
13429 (movsicc, movdicc): Do nothing when it recreated operands from
13430 sh_compare_*. Use sh_emit_cheap_store_flag. Adjust call to
13431 prepare_scc_operands (now sh_emit_scc_to_t).
13432 (udivdi3): Use cstoresi4.
13433 (beq_media, bne_media, bge_media, bgtu_media, bgeu_media, beq,
13434 bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu, bunordered): Delete.
13435 (cbranchint4_media, cbranchfp4_media): New.
13436 (casesi): Use cbranchdi4.
13437 (seq, slt, sle, sgt, sge, sgtu, sltu, sgeu, sne, sleu, sunordered):
13438 Delete.
13439 (cstore4_media, cstoresi4, cstoredi4, cstoresf4, cstoredf4): New.
13440 (movnegt): Remove second operand.
13441 (cbranchsf4, cbranchdf4): New.
13442 (stack_protect): Use cbranchdi4/cbranchsi4.
13443
13444 * config/sparc/sparc.c (sparc_compare_op0, sparc_compare_op1): Delete.
13445 (gen_compare_reg): Accept comparison, extract part of it to...
f100a4a8 13446 (gen_compare_reg_1): ... this.
fbdf817d
UB
13447 (gen_compare_operator): Delete.
13448 (gen_v9_scc): Accept separate destination, comparison code and arms.
13449 Do not use sparc_compare_op0/sparc_compare_op1.
13450 (emit_scc_insn, emit_conditional_branch_insn): New.
13451 (emit_v9_brxx): Make static. Remove useless assertion.
13452 (sparc_emit_float_lib_cmp): Return RTL instead of calling
13453 emit_cmp_insn.
13454 (sparc_expand_compare_and_swap_12): Use gen_compare_reg_1+cbranchcc4.
13455 * config/sparc/sparc-protos.h (gen_compare_reg,
f90b7a5a
PB
13456 sparc_emit_float_lib_cmp): Adjust prototype.
13457 (emit_scc_insn, emit_conditional_branch_insn): New.
13458 (gen_v9_scc, emit_v9_brxx_insn, gen_compare_operator): Delete.
fbdf817d
UB
13459 * config/sparc/sparc.h (sparc_compare_op0, sparc_compare_op1): Delete.
13460 * config/sparc/sparc.md (P, I, F, V32, V32I, V64, V64I): Move all
13461 iterators to the top.
13462 (cmpsi, cmpdi, cmpsf, cmpdf, cmptf, seqsi_special_extend,
13463 snesi_special_extend, sCC, bCC, seqdi_special_trunc,
f90b7a5a 13464 snedi_special_trunc): Delete.
fbdf817d 13465 (seqdi_special, snedi_special): Use expansion of seqdi_special_trunc
f90b7a5a 13466 and snedi_special_trunc.
fbdf817d
UB
13467 (cstoresi4, cstoredi4, cstore<F:mode>4, cbranchcc4, cbranchsi4,
13468 cbranchdi4, cbranch<F:mode>4): New.
13469 (mov<I:mode>cc, mov<F:mode>cc): Handle sparc_emit_float_lib_cmp
13470 here. Use gen_compare_reg instead of gen_compare_operator.
13471 (conditional_trap): Replace with...
13472 (ctrapsi4, ctrapdi4): ... this.
13473 (stack_protect_test): Use cbranchcc4.
13474
13475 * config/spu/spu-protos.h (spu_emit_branch_or_set): Change second
13476 argument to rtx.
f100a4a8 13477 * config/spu/spu.c (spu_compare_op0, spu_compare_op1): Remove.
fbdf817d
UB
13478 (spu_emit_branch_or_set): Get code/op0/op1 from second argument.
13479 Change spu_compare_op0/op1 to op0/op1 throughout. Get target
13480 from operands[0] or operands[3] depending on is_set.
13481 * config/spu/spu.h (spu_compare_op0, spu_compare_op1): Remove.
13482 * config/spu/spu.md (cmp<mode:VQHSI>, cmp<mode:DTI>, cmp<mode:VSF>,
13483 cmpdf, bCC), sCC: Remove.
f100a4a8 13484 (cbranch<mode:VQHSI>4, cbranch<mode:DTI>, cbranch<mode:VSF>4,
fbdf817d
UB
13485 cbranchdf4, cstore<mode:VQHSI>4, cstore<mode:DTI>, cstore<mode:VSF>4,
13486 cstoredf4): New.
13487 (mov<mode>cc): Accept ordered_comparison_operator, adjust call to
13488 spu_emit_branch_or_set.
13489
13490 * config/stormy16/stormy16-protos.h (xstormy16_emit_cbranch):
13491 Add two arguments.
13492 * config/stormy16/stormy16.h (xstormy16_compare_op0,
13493 xstormy16_compare_op1): Delete.
13494 * config/stormy16/stormy16.c (xstormy16_compare_op0,
f100a4a8 13495 xstormy16_compare_op1): Delete.
fbdf817d
UB
13496 (xstormy16_emit_cbranch): Get op0/op1 from the new arguments.
13497 Adjust calls.
13498 * config/stormy16/stormy16.md (cbranchsi4, cbranchhi4): New.
13499 (cmphi, cmpsi, bCC): Remove.
13500
13501 * config/v850/v850.md (tstsi, cmpsi): Fold into...
13502 (*cmpsi): ... this one.
13503 (cbranchsi4, cstoresi4): New.
13504 (bCC expanders): Delete.
13505 (sCC insns): Fold into...
13506 (*setcc): ... this one.
f100a4a8 13507 (casesi): Do not use gen_cmpsi and gen_bgtu.
f90b7a5a
PB
13508 (various splits): Wrap "naked" RHS of a cc0 set with COMPARE.
13509 (movsicc): Simplify.
13510 * config/v850/v850.c (v850_rtx_costs): Handle ZERO_EXTRACT in COMPARE.
13511
fbdf817d
UB
13512 * config/vax/vax-protos.h (cond_name): New.
13513 (vax_output_conditional_branch): Remove.
13514 * config/vax/vax.c (cond_name): New.
13515 (vax_output_conditional_branch): Remove.
13516 * config/vax/vax.h (PRINT_OPERAND): Dispatch %c to cond_name.
13517 * config/vax/vax.md (tst<VAXint>, tst<VAXfp>): Remove.
13518 (cmp<VAXint>, cmp<VAXfp>): Privatize. Add constraints for tst.
13519 (bit<VAXint>): Wrap source with (compare).
13520 (b<code> and following unnamed pattern): Rename to *branch and
13521 *branch_reversed. Change macroization to match_operator.
13522 (cbranch<VAXint>4, cbranch<VAXfp>4): New.
13523
13524 * config/xtensa/predicates.md (xtensa_cstoresi_operator): New.
13525 * config/xtensa/xtensa-protos.h (xtensa_expand_conditional_branch):
13526 Change last argument to machine_mode.
13527 (xtensa_expand_scc): Add machine_mode argument.
13528 * config/xtensa/xtensa.c (branch_cmp, branch_type): Remove.
13529 (gen_conditional_move, xtensa_expand_conditional_branch,
13530 xtensa_expand_scc, xtensa_expand_conditional_move): Use mode
13531 instead of branch_type, fetch cmp0/cmp1/test_code from operands[].
13532 Adjust operand numbers.
13533 * config/xtensa/xtensa.h (enum cmp_type, branch_cmp, branch_type):
13534 Delete.
13535 * config/xtensa/xtensa.md (any_cond, any_scc): Delete.
13536 (cmpsi, cmpsf, b<code>, s<code>): Delete.
13537 (cbranchsi4, cbranchsf4, cstoresi4, cstoresf4): New.
f90b7a5a 13538
16670495
PB
135392009-05-12 Paolo Bonzini <bonzini@gnu.org>
13540
13541 * optabs.c (prepare_cmp_insn): Temporarily disable test that
13542 causes spurious differences between trunk and cond-optab branch.
13543
4a4a4e99
AO
135442009-05-12 Alexandre Oliva <aoliva@redhat.com>
13545
13546 PR target/37137
13547 * doc/install.texi (STAGE1_TFLAGS, BUILD_CONFIG): Document.
13548
72b9acff
AO
135492009-05-12 Alexandre Oliva <aoliva@redhat.com>
13550
13551 * tree.c (iterative_hash_pointer): Delete.
13552 (iterative_hash_expr): Short-circuit handling of NULL pointer.
13553 Hash UIDs and versions of SSA names. Don't special-case built-in
13554 function declarations.
13555
b7dd69ac
ILT
135562009-05-11 Ian Lance Taylor <iant@google.com>
13557
13558 PR bootstrap/40103
13559 * graphite.c: Force -Wc++-compat to only be a warning before
13560 #including "cloog/cloog.h".
13561
ed102b70
MJ
135622009-05-11 Martin Jambor <mjambor@suse.cz>
13563
13564 * ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false.
f100a4a8 13565
08f1af2e
JH
135662009-05-11 Jan Hubicka <jh@suse.cz>
13567
13568 * tree-ssa-loop-ivcanon.c: Include target.h
13569 (struct loop_size): new structure.
13570 (constant_after_peeling): New predicate.
13571 (tree_estimate_loop_size): New function.
13572 (estimated_unrolled_size): Rewrite for new estimates.
13573 (try_unroll_loop_completely): Use new estimates.
13574 * Makefile.in (tree-ssa-loop-ivcanon.o): Add dependenc on target.h
13575
a7d39bd3
AP
135762009-05-11 Andrew Pinski <andrew_pinski@playstation.sony.com>
13577
13578 * config/spu/spu-c.c (spu_categorize_keyword): Update for recent
13579 libcpp interface change.
13580 (spu_macro_to_expand): Likewise.
13581
f5a1f0d0
PB
135822009-05-11 Paolo Bonzini <bonzini@gnu.org>
13583
13584 PR tree-optimization/40026
13585 * gimplify.c (gimplify_init_constructor): Change initial conditional
13586 to assertion. Rewrite TREE_OPERAND (*expr_p, 1) after
13587 optimize_compound_literals_in_ctor.
13588
c260f01f
NS
135892009-05-11 Nathan Sidwell <nathan@codesourcery.com>
13590
13591 * config/m68k/m68k-devices.def (52274, 52277, 5301x, 5225x, 51xx):
13592 New devices.
13593 * doc/invoke.texi (M680x0 Options): Document new coldfire cpus.
13594
df398a37
L
135952009-05-11 H.J. Lu <hongjiu.lu@intel.com>
13596
13597 * tree-vect-data-refs.c (vect_analyze_group_access): Use
13598 HOST_WIDE_INT for gap.
13599
4da39468
IR
136002009-05-11 Ira Rosen <irar@il.ibm.com>
13601
13602 PR tree-optimization/40074
13603 * tree-vect-data-refs.c (vect_analyze_group_access): Take gaps into
13604 account in group size and step comparison.
13605
4effdf02
RG
136062009-05-11 Richard Guenther <rguenther@suse.de>
13607
13608 * passes.c (init_optimization_passes): Strip now incorrect comment.
13609 (execute_function_todo): Do not set PROP_alias.
13610 * tree-pass.h (PROP_alias): Remove.
13611 * tree-ssa-structalias.c (pass_build_alias): Do not provide PROP_alias.
13612 * tree-if-conv.c (pass_if_conversion): Do not require PROP_alias.
13613 * tree-nrv.c (pass_return_slot): Likewise.
13614 * tree-object-size.c (pass_object_sizes): Likewise.
13615 * tree-ssa-dom.c (pass_dominator): Likewise.
13616 (pass_phi_only_cprop): Likewise.
13617 * tree-ssa-dse.c (pass_dse): Likewise.
13618 * tree-ssa-phiopt.c (pass_phiopt): Likewise.
13619 (pass_cselim): Likewise.
13620 * tree-ssa-pre.c (pass_pre): Likewise.
13621 (pass_fre): Likewise.
13622 * tree-ssa-reassoc.c (pass_reassoc): Likewise.
13623 * tree-ssa-sink.c (pass_sink_code): Likewise.
13624 * tree-stdarg.c (pass_stdarg): Likewise.
13625 * tree-tailcall.c (pass_tail_calls): Likewise.
13626 * tree-vrp.c (pass_vrp): Likewise.
13627
24b97832
ILT
136282009-05-10 Ian Lance Taylor <iant@google.com>
13629
13630 * basic-block.h (enum profile_status): Break out of struct
13631 control_flow_graph.
13632 * cgraph.h (struct inline_summary): Break out of struct
13633 cgraph_local_info.
13634 * cgraphunit.c (enum cgraph_order_sort_kind): New enum, broken out
13635 of struct cgraph_order_sort.
fbdf817d 13636 * combine.c (enum undo_kind): New enum, broken out of struct undo.
24b97832
ILT
13637 * cse.c (struct branch_path): Break out of struct
13638 cse_basic_block_data.
13639 * except.h (enum eh_region_type): Break out of struct eh_region.
13640 * gcc.c (enum add_del): Break out of struct modify_target.
fbdf817d 13641 * genrecog.c (enum decision_type): Break out of struct decision_test.
24b97832
ILT
13642 * ggc-page.c (struct ggc_pch_ondisk): Break out of struct
13643 ggc_pch_data.
fbdf817d
UB
13644 * matrix-reorg.c (struct free_info): Break out of struct matrix_info.
13645 * regmove.c (enum match_use): New enum, broken out of struct match.
24b97832
ILT
13646 * sched-int.h (enum post_call_group): New enum, broken out of
13647 struct deps.
13648 (struct deps_reg): Break out of struct deps.
13649 * target.h (struct asm_int_op): Break out of struct gcc_target.
13650 * tree-eh.c (struct goto_queue_node): Break out of struct
13651 leh_tf_state.
13652 * tree-inline.h (enum copy_body_cge_which): Break out of
13653 copy_body_data.
13654 * tree-pass.h (enum opt_pass_type): Break out of struct opt_pass.
13655
13656 * c-decl.c (in_struct, struct_types): New static variables.
13657 (pushtag): Add loc parameter. Change all callers.
13658 (lookup_tag): Add ploc parameter. Change all callers.
13659 (check_compound_literal_type): New function.
13660 (parser_xref_tag): Add loc parameter. Change all callers. If
13661 -Wc++-compat, warn about struct/union/enum types defined within a
13662 struct or union.
13663 (start_struct): Add enclosing_in_struct, enclosing_struct_types,
13664 and loc parameters. Change all callers. Change error calls to
13665 error_at, using loc. For a redefinition, if the location of the
13666 original definition is known, report it. Set in_struct and
fbdf817d 13667 struct_types. If -Wc++-compat warn if in sizeof, typeof, or alignof.
24b97832
ILT
13668 (finish_struct): Add new parameters enclosing_in_struct and
13669 enclosing_struct_types. Change all callers. Set
13670 C_TYPE_DEFINED_IN_STRUCT for all struct/union/enum types defined
13671 in the struct. If in a struct, add this struct to struct_types.
13672 (start_enum): Add loc parameter. Change all callers. Use
13673 error_at for errors, using loc. For a redefinition, if the
13674 location of the original definition is known, report it. If in a
13675 struct, add this enum type to struct_types. If -Wc++-compat warn
13676 if in sizeof, typeof, or alignof.
fbdf817d
UB
13677 * c-parser.c (disable_extension_diagnostics): Disable -Wc++-compat.
13678 (enable_extension_diagnostics): Reenable -Wc++-compat if appropriate.
24b97832
ILT
13679 (c_parser_enum_specifier): Get enum location for start_enum.
13680 (c_parser_struct_or_union_specifier): Get struct location for
13681 start_struct. Save in_struct and struct_types status between
13682 start_struct and finish_struct.
13683 (c_parser_cast_expression): Get location of cast.
13684 (c_parser_alignof_expression): Get location of type.
13685 (c_parser_postfix_expression): Likewise.
13686 (c_parser_postfix_expression_after_paren_type): Add type_loc
fbdf817d
UB
13687 parameter. Change all callers. Call check_compound_literal_type.
13688 Use type_loc for error about variable size type.
13689 * c-typeck.c (build_external_ref): If -Wc++-compat, warn about a use
13690 of an enum constant from an enum type defined in a struct or union.
24b97832
ILT
13691 (c_cast_expr): Add loc parameter. Change all callers. If
13692 -Wc++-compat, warn about defining a type in a cast.
13693 * c-tree.h (C_TYPE_DEFINED_IN_STRUCT): Define.
13694 (start_enum, start_struct, finish_struct): Update declarations.
13695 (parser_xref_tag, c_cast_expr): Update declarations.
13696 (check_compound_literal_type): Declare.
13697
7a2738fa
BE
136982009-05-11 Ben Elliston <bje@au.ibm.com>
13699
13700 * config/rs6000/rs6000-c.c (altivec_categorize_keyword): Update
13701 for recent libcpp interface change.
13702 (rs6000_macro_to_expand): Likewise.
13703
af618949
MM
137042009-05-10 Michael Matz <matz@suse.de>
13705
13706 PR target/40031
13707 * config/arm/arm.c (require_pic_register): Emit on entry edge,
13708 not at entry of function.
13709
b7d7a473
RG
137102009-05-10 Richard Guenther <rguenther@suse.de>
13711
13712 PR tree-optimization/40081
13713 Revert
13714 * tree-sra.c (instantiate_element): Instantiate scalar replacements
13715 using the main variant of the element type. Do not fiddle with
13716 TREE_THIS_VOLATILE or TREE_SIDE_EFFECTS.
13717
13718 * tree-sra.c (sra_type_can_be_decomposed_p): Do not decompose
13719 structs with volatile fields.
13720
078c3644
JH
137212009-05-10 Jan Hubicka <jh@suse.cz>
13722
13723 * tree-inline.c (delete_unreachable_blocks_update_callgraph): Declare.
fbdf817d
UB
13724 (estimate_move_cost): Assert that it does not get called for
13725 VOID_TYPE_P.
078c3644
JH
13726 (estimate_num_insns): Skip VOID types in argument handling.
13727 (optimize_inline_calls): Delete unreachable blocks and verify that
13728 callgraph is valid.
13729
39ff5a96
JH
137302009-05-10 Jan Hubicka <jh@suse.cz>
13731
13732 * cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.
13733 * cgraph.c (cgraph_mark_address_taken_node): New function.
13734 (dump_cgraph_node): Dump new flag.
13735 * cgraph.h (struct cgraph_node): Add address_taken.
13736 (cgraph_mark_address_taken_node): New function.
39ff5a96
JH
13737 * ipa.c (cgraph_postorder): Prioritize functions with address taken
13738 since new direct calls can be born.
13739
9a0c6187
JM
137402009-05-10 Joseph Myers <joseph@codesourcery.com>
13741
13742 * c-lex.c (c_lex_with_flags): Expect cpp_hashnode in
13743 tok->val.node.node.
13744
4b685e14
JH
137452009-05-10 Jan Hubicka <jh@suse.cz>
13746
13747 PR middle-end/40084
fb0be169
EB
13748 * cgraph.c (cgraph_update_edges_for_call_stmt_node): Take old_call
13749 argument; rewrite.
4b685e14
JH
13750 (cgraph_update_edges_for_call_stmt): Take old_decl argument.
13751 * cgraph.h (cgraph_update_edges_for_call_stmt): Update prototype.
13752 * tree-inline.c (copy_bb): Set frequency correctly.
fb0be169
EB
13753 (fold_marked_statements): Update call to
13754 cgraph_update_edges_for_call_stmt.
4b685e14 13755
29d08eba
JM
137562009-05-10 Joseph Myers <joseph@codesourcery.com>
13757
13758 * config/arc/arc.c (arc_handle_interrupt_attribute): Use %qE for
13759 identifiers in diagnostics.
13760 * config/arm/arm.c (arm_handle_fndecl_attribute,
13761 arm_handle_isr_attribute): Likewise.
13762 * config/avr/avr.c (avr_handle_progmem_attribute,
782dc37a 13763 avr_handle_fndecl_attribute, avr_handle_fntype_attribute): Likewise.
29d08eba
JM
13764 * config/bfin/bfin.c (handle_int_attribute,
13765 bfin_handle_longcall_attribute, bfin_handle_l1_text_attribute,
13766 bfin_handle_l1_data_attribute, bfin_handle_longcall_attribute,
13767 bfin_handle_l1_text_attribute, bfin_handle_l1_data_attribute):
13768 Likewise.
13769 * config/darwin.c (darwin_handle_kext_attribute,
13770 darwin_handle_weak_import_attribute): Likewise.
13771 * config/h8300/h8300.c (h8300_handle_fndecl_attribute,
13772 h8300_handle_eightbit_data_attribute,
13773 h8300_handle_tiny_data_attribute): Likewise.
13774 * config/i386/i386.c (ix86_handle_cconv_attribute,
782dc37a 13775 ix86_handle_abi_attribute, ix86_handle_struct_attribute): Likewise.
29d08eba
JM
13776 * config/i386/winnt.c (ix86_handle_shared_attribute,
13777 ix86_handle_selectany_attribute): Likewise.
13778 * config/ia64/ia64.c (ia64_handle_model_attribute): Likewise.
13779 * config/m32c/m32c.c (function_vector_handler): Likewise.
13780 * config/m68hc11/m68hc11.c (m68hc11_handle_page0_attribute,
13781 m68hc11_handle_fntype_attribute): Likewise.
13782 * config/m68k/m68k.c (m68k_handle_fndecl_attribute): Likewise.
13783 * config/mcore/mcore.c (mcore_handle_naked_attribute): Likewise.
13784 * config/mips/mips.c (mips_insert_attributes,
13785 mips_merge_decl_attributes, mips_expand_builtin): Likewise.
13786 * config/rs6000/rs6000.c (rs6000_handle_longcall_attribute,
13787 rs6000_handle_struct_attribute): Likewise.
13788 * config/sh/sh.c (sh_insert_attributes,
13789 sh_handle_resbank_handler_attribute,
13790 sh_handle_interrupt_handler_attribute,
13791 sh2a_handle_function_vector_handler_attribute,
13792 sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
13793 Likewise.
13794 * config/sh/symbian.c (sh_symbian_mark_dllimport): Likewise.
13795 * config/spu/spu.c (spu_handle_fndecl_attribute,
13796 spu_handle_vector_attribute): Likewise.
13797 * config/stormy16/stormy16.c
13798 (xstormy16_handle_interrupt_attribute): Likewise.
13799 * config/v850/v850-c.c (ghs_pragma_section): Likewise.
13800 * config/v850/v850.c (v850_handle_interrupt_attribute): Likewise.
13801
f41c4af3
JM
138022009-05-10 Joseph Myers <joseph@codesourcery.com>
13803
782dc37a 13804 * pretty-print.h (struct pretty_print_info): Add translate_identifiers.
f41c4af3
JM
13805 (pp_translate_identifiers): New.
13806 (pp_identifier): Only conditionally translate identifier to locale
13807 character set.
13808 * pretty-print.c (pp_construct): Set pp_translate_identifiers.
13809 (pp_base_tree_identifier): Only conditionally translate identifier
13810 to locale character set.
13811 * c-pretty-print.c (M_): Define.
13812 (pp_c_type_specifier, pp_c_primary_expression): Mark English
13813 fragments for conditional translation with M_.
13814 * tree-pretty-print.c (maybe_init_pretty_print): Disable
13815 identifier translation.
13816
896d7dbd
RG
138172009-05-10 Richard Guenther <rguenther@suse.de>
13818
13819 PR tree-optimization/40081
13820 * tree-sra.c (instantiate_element): Instantiate scalar replacements
13821 using the main variant of the element type. Do not fiddle with
13822 TREE_THIS_VOLATILE or TREE_SIDE_EFFECTS.
13823
9a23acef
JH
138242009-05-09 Jan Hubicka <jh@suse.cz>
13825
13826 PR middle-end/40080
13827 * cgraphunit.c (cgraph_materialize_all_clones): Do not redirect
13828 indirect calls; verify cgraph afterwards.
13829
d563610d
JH
138302009-05-09 Jan Hubicka <jh@suse.cz>
13831
13832 PR bootstrap/40082
13833 * ipa.c (update_inlined_to_pointer): New function.
13834 (cgraph_remove_unreachable_nodes): Use it.
13835
f08a18d0
JH
138362009-05-09 Jan Hubicka <jh@suse.cz>
13837
13838 * tree-eh.c (struct leh_state): Remove prev_try.
13839 (lower_try_finally, lower_catch, lower_eh_filter, lower_cleanup): Do
13840 not track prev_try.
f100a4a8 13841 * except.c (gen_eh_region_cleanup, duplicate_eh_regions,
f08a18d0
JH
13842 copy_eh_region_1, copy_eh_region, redirect_eh_edge_to_label,
13843 remove_eh_handler_and_replace, foreach_reachable_handler,
13844 verify_eh_region, verify_eh_tree): Remove tracking of prev_try pointer.
13845 * except.h (struct eh_region): Remove eh_region_u_cleanup.
13846 (gen_eh_region_cleanup): Update prototype.
13847
0afd7219
JH
138482009-05-09 Jan Hubicka <jh@suse.cz>
13849
13850 PR middle-end/40043
13851 * except.c (copy_eh_region): Always set prev_try.
13852 (redirect_eh_edge_to_label): Find outer try.
13853 (foreach_reachable_handler): When looking for prev try
13854 handle case where previous try is not going to be taken.
13855
ad6c0864
MM
138562009-05-07 Michael Meissner <meissner@linux.vnet.ibm.com>
13857
13858 PR tree-optimization/40049
13859 * tree-vect-stmts.c (vectorizable_operation): If the machine has
13860 only vector/vector shifts, convert the type of the constant to the
13861 appropriate type to avoid building incorrect trees, which
13862 eventually have problems with garbage collection.
13863
c94f9067
JM
138642009-05-08 Joseph Myers <joseph@codesourcery.com>
13865
13866 * fold-const.c (fold_binary): Do not fold multiplication by 1 or
13867 -1 for complex floating-point types if honoring signed zeros.
13868
9187e02d
JH
138692009-05-08 Jan Hubicka <jh@suse.cz>
13870
20acb8a2
EB
13871 * cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function
13872 argument; handle correctly when profile is absent.
9187e02d
JH
13873 (build_cgraph_edges): Update.
13874 (rebuild_cgraph_edges): Update.
20acb8a2
EB
13875 * cgraph.c: Do not include varray.h.
13876 (cgraph_set_call_stmt_including_clones): New function.
13877 (cgraph_create_edge_including_clones): Likewise
13878 (cgraph_update_edges_for_call_stmt_node): New static cfunction.
9187e02d
JH
13879 (cgraph_update_edges_for_call_stmt): Handle clones.
13880 (cgraph_remove_node): Handle clone tree.
13881 (cgraph_remove_node_and_inline_clones): New function.
13882 (dump_cgraph_node): Dump clone tree.
13883 (cgraph_clone_node): Handle clone tree.
20acb8a2 13884 (clone_function_name): Bring here from tree-inline.c.
9187e02d 13885 (cgraph_create_virtual_clone): New function.
20acb8a2
EB
13886 * cgraph.h (ipa_replace_map): Move here from ipa.h.
13887 (cgraph_clone_info): New function.
9187e02d 13888 (strut cgraph_node): Add clone_info and new clone tree pointers.
20acb8a2
EB
13889 (cgraph_remove_node_and_inline_clones,
13890 cgraph_set_call_stmt_including_clones,
13891 cgraph_create_edge_including_clones,
13892 cgraph_create_virtual_clone): Declare.
9187e02d
JH
13893 (cgraph_function_versioning): Use VEC argument.
13894 (compute_call_stmt_bb_frequency): Update prototype.
13895 (cgraph_materialize_all_clones): New function.
13896 * ipa-cp.c (ipcp_update_cloned_node): Remove.
13897 (ipcp_create_replace_map): Update to VECtors.
13898 (ipcp_update_callgraph): Use virtual clones.
13899 (ipcp_update_bb_counts, ipcp_update_edges_counts): Remove.
13900 (ipcp_update_profiling): Do not update local profiling.
13901 (ipcp_insert_stage): Use VECtors and virtual clones.
13902 * cgraphunit.c (verify_cgraph_node): Verify clone tree.
13903 (clone_of_p): New function.
13904 (cgraph_preserve_function_body_p): Use clone tree.
13905 (cgraph_optimize): Materialize clones.
13906 (cgraph_function_versioning): Update for VECtors.
13907 (save_inline_function_body): Use clone tree.
20acb8a2
EB
13908 (cgraph_materialize_clone): New function.
13909 (cgraph_materialize_all_clones): Likewise.
9187e02d
JH
13910 * ipa-inline.c (cgraph_default_inline_p): Use analyzed flags.
13911 * ipa.c: Include gimple.h.
13912 (cgraph_remove_unreachable_nodes): Use clone tree.
20acb8a2
EB
13913 * ipa-prop.c (ipa_note_param_call): Update call to
13914 compute_call_stmt_bb_frequencycall.
9187e02d 13915 * ipa-prop.h (ipa_replace_map): Move to cgraph.h.
20acb8a2 13916 * tree-inline.c: Do not include varray.h or gt-tree-inline.h.
9187e02d
JH
13917 (copy_bb): Handle updating of clone tree; add new edge when new call
13918 appears.
13919 (expand_call_inline): Be strict about every call having edge.
13920 (clone_fn_id_num, clone_function_name): Move to cgraph.c.
13921 (delete_unreachable_blocks_update_callgraph): New function.
20acb8a2
EB
13922 (tree_function_versioning): Use VECtors; always remove unreachable
13923 blocks and fold conditionals.
13924 * tree-inline.h: Do not include varray.h.
9187e02d
JH
13925 (tree_function_versioning): Remove.
13926 * Makefile.in (GTFILES): Remove tree-inline.c
13927 * passes.c (do_per_function): Do only functions having body.
20acb8a2
EB
13928 * ipa-struct-reorg.c (do_reorg_1, collect_data_accesses): Handle clone
13929 tree.
9187e02d 13930
9b86d6bb
L
139312009-05-08 H.J. Lu <hongjiu.lu@intel.com>
13932 Andrew Morrow <acm@google.com>
13933
13934 PR c/36892
13935 * c-common.c (c_common_attribute_table): Permit deprecated
13936 attribute to take an optional argument.
13937 (handle_deprecated_attribute): If the optional argument to
13938 __attribute__((deprecated)) is not a string ignore the attribute
13939 and emit a warning.
13940
13941 * c-decl.c (grokdeclarator): Updated warn_deprecated_use call.
13942 * c-typeck.c (build_component_ref): Likewise.
13943 (build_external_ref): Likewise.
13944
13945 * toplev.c (warn_deprecated_use): Add an attribute argument.
13946 Emit the message associated with __attribute__((deprecated)).
13947
13948 * toplev.h (warn_deprecated_use): Updated.
13949
13950 * doc/extend.texi: Document new optional parameter to
13951 __attribute__((deprecated))
13952
82ad047f
ME
139532009-05-08 Michael Eager <eager@eagercon.com>
13954
13955 * config/rs6000/rs6000.md (*movdf_softfloat32): replace
13956 !TARGET_DOUBLE_FLOAT with TARGET_SINGLE_FLOAT.
13957
788d3075
RG
139582009-05-08 Richard Guenther <rguenther@suse.de>
13959
13960 PR tree-optimization/40062
13961 * tree-scalar-evolution.c (follow_ssa_edge_in_condition_phi):
13962 Avoid exponential behavior.
13963
00952e97
PB
139642009-05-08 Paolo Bonzini <bonzini@gnu.org>
13965
13966 PR rtl-optimization/33928
13967 PR 26854
13968 * fwprop.c (use_def_ref, get_def_for_use, bitmap_only_bit_bitween,
13969 process_uses, build_single_def_use_links): New.
13970 (update_df): Update use_def_ref.
13971 (forward_propagate_into): Use get_def_for_use instead of use-def
13972 chains.
13973 (fwprop_init): Call build_single_def_use_links and let it initialize
13974 dataflow.
13975 (fwprop_done): Free use_def_ref.
13976 (fwprop_addr): Eliminate duplicate call to df_set_flags.
f100a4a8 13977 * df-problems.c (df_rd_simulate_artificial_defs_at_top,
00952e97
PB
13978 df_rd_simulate_one_insn): New.
13979 (df_rd_bb_local_compute_process_def): Update head comment.
13980 (df_chain_create_bb): Use the new RD simulation functions.
f100a4a8 13981 * df.h (df_rd_simulate_artificial_defs_at_top,
00952e97
PB
13982 df_rd_simulate_one_insn): New.
13983 * opts.c (decode_options): Enable fwprop at -O1.
13984 * doc/invoke.texi (-fforward-propagate): Document this.
13985
2ca862e9
JM
139862009-05-08 Joseph Myers <joseph@codesourcery.com>
13987
13988 PR c/24581
13989 * c-typeck.c (build_binary_op): Handle arithmetic between one real
13990 and one complex operand specially.
13991 * tree-complex.c (some_nonzerop): Do not identify a real value as
13992 zero if flag_signed_zeros.
13993
3e807ffc
PB
139942009-05-08 Paolo Bonzini <bonzini@gnu.org>
13995
13996 PR rtl-optimization/33928
7925c06c 13997 * loop-invariant.c (record_use): Fix && vs. || mishap.
3e807ffc 13998
1bfdbb29
PB
139992009-05-08 Paolo Bonzini <bonzini@gnu.org>
14000
14001 PR rtl-optimization/33928
e913423f
EB
14002 * loop-invariant.c (struct use): Add addr_use_p.
14003 (struct def): Add n_addr_uses.
14004 (struct invariant): Add cheap_address.
14005 (create_new_invariant): Set cheap_address.
14006 (record_use): Accept df_ref. Set addr_use_p and update n_addr_uses.
14007 (record_uses): Pass df_ref to record_use.
14008 (get_inv_cost): Do not add inv->cost to comp_cost for cheap addresses
14009 used only as such.
1bfdbb29 14010
702cb2a0
KK
140112009-05-08 Kaz Kojima <kkojima@gcc.gnu.org>
14012
14013 * config/sh/sh.c: Do not include c-pragma.h.
14014
5e8df753
AP
140152009-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
14016
14017 * config/spu/spu.c: Remove include of c-common.h.
14018
6ec637a4
JJ
140192009-05-07 Janis Johnson <janis187@us.ibm.com>
14020
14021 PR c/39037
14022 * c-common.h (mark_valid_location_for_stdc_pragma,
14023 valid_location_for_stdc_pragma_p, set_float_const_decimal64,
14024 clear_float_const_decimal64, float_const_decimal64_p): New.
14025 * c.opt (Wunsuffixed-float-constants): New.
14026 * c-lex.c (interpret_float): Use pragma FLOAT_CONST_DECIMAL64 for
14027 unsuffixed float constant, handle new warning.
14028 * c-cppbuiltin.c (c_cpp_builtins): Use cast for double constants.
14029 * c-decl.c (c_scope): New flag float_const_decimal64.
14030 (set_float_const_decimal64, clear_float_const_decimal64,
14031 float_const_decimal64_p): New.
14032 (push_scope): Set new flag.
14033 * c-parser.c (c_parser_translation_unit): Mark when it's valid
14034 to use STDC pragmas.
14035 (c_parser_external_declaration): Ditto.
14036 (c_parser_compound_statement_nostart): Ditto.
14037 * c-pragma.c (valid_location_for_stdc_pragma,
14038 mark_valid_location_for_stdc_pragma,
14039 valid_location_for_stdc_pragma_p, handle_stdc_pragma,
14040 handle_pragma_float_const_decimal64): New.
14041 (init_pragma): Register new pragma FLOAT_CONST_DECIMAL64.
14042 * cp/semantics.c (valid_location_for_stdc_pragma_p,
14043 set_float_const_decimal64, clear_float_const_decimal64,
14044 float_const_decimal64_p): New dummy functions.
14045 * doc/extend.texi (Decimal Float): Remove statement that the
14046 pragma, and suffix for double constants, are not supported.
14047 * doc/invoke.texi (Warning Options): List new option.
14048 (-Wunsuffixed-float-constants): New.
14049
45b9b2e9
SB
140502009-05-08 Steven Bosscher <steven@gcc.gnu.org>
14051
14052 * config/i386/i386.c: Do not include c-common.h.
14053
e71da632
MH
140542009-05-07 Mark Heffernan <meheff@google.com>
14055
14056 * doc/invoke.texi (Debugging Options): Document change of debugging
14057 dump location.
e913423f 14058 * opts.c (decode_options): Make dump_base_name relative to
e71da632
MH
14059 aux_base_name directory.
14060
fe4c7bc6
HS
140612009-05-07 Hariharan Sandanagobalane <hariharan@picochip.com>
14062
14063 * config/picochip/picochip.h (NO_DOLLAR_IN_LABEL): Added.
14064 * config/picochip/libgccExtras/divmod15.asm : Removed redefiniton.
14065
3b3e44eb
RAE
140662009-05-07 Rafael Avila de Espindola <espindola@google.com>
14067
14068 * Makefile.in (install-plugin): Simplify a bit.
14069
fac41238
PB
140702009-05-07 Paolo Bonzini <bonzini@gnu.org>
14071
14072 * Makefile.in (OBJS-common): Add regcprop.o.
14073 (regcprop.o): New.
14074 * timevar.def (TV_CPROP_REGISTERS): New.
14075 * regrename.c (regrename_optimize): Return 0.
14076 (rest_of_handle_regrename): Delete.
14077 (pass_rename_registers): Point to regrename_optimize.
f100a4a8 14078 (struct value_data_entry, struct value_data,
fac41238
PB
14079 kill_value_one_regno, kill_value_regno, kill_value,
14080 set_value_regno, init_value_data, kill_clobbered_value,
14081 kill_set_value, kill_autoinc_value, copy_value,
14082 mode_change_ok, maybe_mode_change, find_oldest_value_reg,
14083 replace_oldest_value_reg, replace_oldest_value_addr,
14084 replace_oldest_value_mem, copyprop_hardreg_forward_1,
14085 debug_value_data, validate_value_data): Move...
14086 * regcprop.c: ... here.
14087 (rest_of_handle_cprop): Delete.
14088 (pass_cprop_hardreg): Point to copyprop_hardreg_forward.
14089
472e0df9
JJ
140902009-05-07 Jakub Jelinek <jakub@redhat.com>
14091
14092 PR middle-end/40057
14093 * dojump.c (prefer_and_bit_test): Use immed_double_const instead of
14094 GEN_INT for 1 << bitnum.
14095 (do_jump) <case BIT_AND_EXPR>: Use build_int_cst_wide_type instead of
14096 build_int_cst_type.
14097
0d50d55a
UB
140982009-05-07 Uros Bizjak <ubizjak@gmail.com>
14099
14100 * doc/md.texi (Standard Pattern Names For Generation) [sync_nand]:
7925c06c 14101 Remove wrong description of "nand" operation.
0d50d55a 14102
22f597f1
RG
141032009-05-06 Richard Guenther <rguenther@suse.de>
14104 Adam Nemet <anemet@caviumnetworks.com>
14105
14106 * gimple.def (GIMPLE_ASSIGN): Fix incorrect information in the
14107 comment. Add that if LHS is not a gimple register, then RHS1 has
14108 to be a single object (GIMPLE_SINGLE_RHS).
14109
641cac0b
AN
141102009-05-06 Adam Nemet <anemet@caviumnetworks.com>
14111
14112 * expr.c (get_def_for_expr): Move it up in the file.
14113 (store_field): When expanding a bit-field store, look at the
14114 defining gimple stmt for the masking conversion.
14115
5a5c6435
JJ
141162009-05-06 Janis Johnson <janis187@us.ibm.com>
14117
14118 PR middle-end/39986
14119 * dfp.c (encode_decimal32, decode_decimal32, encode_decimal64,
14120 decode_decimal64, encode_decimal128, decode_decimal128): Avoid
14121 32-bit memcpy into long.
14122
96474f36
JJ
141232009-05-06 Jakub Jelinek <jakub@redhat.com>
14124
14125 * dwarf2out.c (new_reg_loc_descr): Don't ever create DW_OP_regX.
14126 (one_reg_loc_descriptor): Create DW_OP_regX here instead of calling
14127 new_reg_loc_descr.
14128 (loc_by_reference): If loc is DW_OP_regX, change it into DW_OP_bregX 0
14129 instead of appending DW_OP_deref*.
14130
529ff441
MM
141312009-05-06 Michael Matz <matz@suse.de>
14132
14133 PR middle-end/40021
14134 * cfgexpand.c (maybe_cleanup_end_of_block): New static function.
14135 (expand_gimple_cond): Use it to cleanup CFG and superfluous jumps.
14136
9419a9fd
RAE
141372009-05-06 Rafael Avila de Espindola <espindola@google.com>
14138
14139 * Makefile.in (install-plugin): Fix srcdir handling.
14140
fff1894c
AB
141412009-05-06 Andrey Belevantsev <abel@ispras.ru>
14142
14143 * tree-ssa.c (execute_update_address_taken): Handle TARGET_MEM_REF
14144 when processing for not_regs_needed bitmap.
14145 * gimple.c (walk_stmt_load_store_addr_ops): When visiting address,
f100a4a8
UB
14146 handle TARGET_MEM_REF in lhs. Check TMR_BASE for NULL while
14147 handling it for rhs.
fff1894c 14148
700ae70c
L
141492009-05-06 H.J. Lu <hongjiu.lu@intel.com>
14150
ab3426a7 14151 * config/i386/i386.md (unnamed inc/dec peephole): Use
aa016ff7 14152 optimize_insn_for_size_p instead of optimize_size.
700ae70c
L
14153 * config/i386/predicates.md (incdec_operand): Likewise.
14154 (aligned_operand): Likewise.
14155 * config/i386/sse.md (divv8sf3): Likewise.
14156 (sqrtv8sf2): Likewise.
14157
67341fb5
L
141582009-05-06 H.J. Lu <hongjiu.lu@intel.com>
14159
14160 * config/i386/i386.c (ix86_build_signbit_mask): Make it static.
14161
14162 * config/i386/i386-protos.h (ix86_build_signbit_mask): Removed.
14163
87946f42
L
141642009-05-06 H.J. Lu <hongjiu.lu@intel.com>
14165
14166 * config/i386/i386.md (*avx_<code><mode>3_finite): Replace
14167 ssemodesuffixf2c with avxmodesuffixf2c.
14168
1202aec1
JM
141692009-05-06 Joseph Myers <joseph@codesourcery.com>
14170
14171 PR c/40032
aa016ff7 14172 * c-decl.c (grokdeclarator): Handle incomplete type of unnamed field.
1202aec1 14173
6e57a01d
JJ
141742009-05-05 Jakub Jelinek <jakub@redhat.com>
14175
14176 * tree.h: Remove DECL_BY_REFERENCE from private_flag comment.
14177 (struct tree_base): Adjust spacing for 8 bit boundaries.
14178 (struct tree_decl_common): Add decl_by_reference_flag bit.
14179 (DECL_BY_REFERENCE): Adjust.
14180 * print-tree.c (print_node): For VAR_DECL, PARM_DECL or RESULT_DECL,
14181 print DECL_BY_REFERENCE bit.
14182 * dbxout.c (DECL_ACCESSIBILITY_CHAR): Revert last change.
14183 * dwarf2out.c (loc_by_reference, gen_decl_die): Check
14184 DECL_BY_REFERENCE for all VAR_DECLs, not just non-static ones.
14185 (gen_variable_die): Likewise. Check TREE_PRIVATE/TREE_PROTECTED
14186 unconditionally.
14187
32f579f6
JJ
14188 PR middle-end/39666
14189 * gimplify.c (gimplify_switch_expr): If case labels cover the whole
14190 range of the type, but default label is missing, add it with one
14191 of the existing labels instead of adding a new label for it.
14192
617ab743
JM
141932009-05-05 Joseph Myers <joseph@codesourcery.com>
14194
14195 * dwarf.h: Remove.
14196
bf016de8
RAE
141972009-05-05 Rafael Avila de Espindola <espindola@google.com>
14198
14199 * Makefile.in (enable_plugin, plugin_includedir): New.
14200 (install): Depend on install-plugin.
14201 (PLUGIN_HEADERS): New.
14202 (install-plugin): New.
14203 * config.gcc: Add vxworks-dummy.h to tm_file for x86 and x86-64.
14204
7f8fdb9f
RG
142052009-05-05 Richard Guenther <rguenther@suse.de>
14206
14207 PR tree-optimization/40022
14208 * tree-ssa-phiprop.c (struct phiprop_d): Exchange vop_stmt for
14209 the only vuse.
14210 (phivn_valid_p): Fix tuplification error, simplify.
14211 (phiprop_insert_phi): Add dumps.
14212 (propagate_with_phi): Simplify.
14213
8d972839
RG
142142009-05-05 Richard Guenther <rguenther@suse.de>
14215
14216 PR middle-end/40023
aa016ff7 14217 * builtins.c (gimplify_va_arg_expr): Properly build the address.
8d972839 14218
66ba9b0b
SZ
142192009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
14220
14221 * tree.h (strip_float_extensions): Remove duplicate declaration.
aa016ff7
UB
14222 (build_low_bits_mask, debug_fold_checksum, expand_function_end,
14223 expand_function_start, stack_protect_prologue, stack_protect_epilogue,
14224 block_ultimate_origin): Rearrange the declarations line to match the
14225 comment that indicates the .c file which the functions are defined.
14226 (dwarf2out_*, set_decl_rtl): Add comment.
14227 (get_base_address): Adjust comment.
14228 (change_decl_assembler_name, maybe_fold_*, build_addr): Rearrange the
14229 declarations line and add comment.
14230 (is_builtin_name): Add blank after function name, for clarity.
66ba9b0b 14231
4f1e4960
JM
142322009-05-04 Joseph Myers <joseph@codesourcery.com>
14233
14234 * attribs.c (decl_attributes): Use %qE for identifiers in
14235 diagnostics.
14236 * cgraphunit.c (verify_cgraph_node): Translate function names to
14237 locale character set in diagnostics.
14238 * coverage.c (get_coverage_counts): Use %qE for identifiers in
14239 diagnostics.
14240 * doc/invoke.texi (-finstrument-functions-exclude-function-list):
14241 Document that functions are named in UTF-8.
14242 * expr.c (expand_expr_real_1): Translate function names to locale
14243 character set in diagnostics.
14244 * gimplify.c (omp_notice_variable, omp_is_private,
14245 gimplify_scan_omp_clauses): Use %qE for identifiers in
14246 diagnostics.
14247 * langhooks.c (lhd_print_error_function): Translate function names
14248 to locale character set.
14249 * langhooks.h (decl_printable_name): Document that return value is
14250 in internal character set.
14251 * stmt.c: Include pretty-print.h
14252 (tree_conflicts_with_clobbers_p): Use %qE for identifiers in
14253 diagnostics.
14254 (resolve_operand_name_1): Translate named operand name to locale
14255 character set.
14256 * stor-layout.c (finalize_record_size): Use %qE for identifiers in
14257 diagnostics.
14258 * toplev.c (announce_function): Translate function names to locale
14259 character set.
14260 (warn_deprecated_use): Use %qE for identifiers in diagnostics.
14261 (default_tree_printer): Use pp_identifier or translate identifiers
14262 to locale character set. Mark "<anonymous>" for translation.
14263 * tree-mudflap.c (mx_register_decls, mudflap_finish_file): Use %qE
14264 for identifiers in diagnostics.
14265 * tree.c (handle_dll_attribute): Use %qE for identifiers in
14266 diagnostics.
14267 * varasm.c (output_constructor): Use %qE for identifiers in
14268 diagnostics.
14269
40540e68
RAE
142702009-05-04 Rafael Avila de Espindola <espindola@google.com>
14271
14272 * configure.ac: use ` ` instead of $()
14273 * configure: Regenerate.
14274
33fc884c
BE
142752009-05-05 Ben Elliston <bje@au.ibm.com>
14276
14277 * config/pa/linux-atomic.c: Eliminate conditional include of
14278 errno.h on non-LP64 systems to simplify build requirements.
14279
88388a52
JM
142802009-05-04 Joseph Myers <joseph@codesourcery.com>
14281
14282 * c-common.c (handle_mode_attribute): Use %qE for identifiers in
14283 diagnostics.
14284 * c-decl.c (check_bitfield_type_and_width): Make orig_name a tree
14285 and pass value to identifier_to_locale.
14286 (warn_variable_length_array): Make name a tree.
14287 (grokdeclarator): Separate diagnostic texts for named and unnamed
14288 declarators. Use %qE for named declarators.
14289 * c-parser.c (c_lex_one_token): Use %qE for identifiers in
14290 diagnostics.
14291 * c-pragma.c (pop_alignment, handle_pragma_pack): Use %qE for
14292 identifiers in diagnostics.
14293 * c-typeck.c (push_member_name, start_init): Pass identifiers to
14294 identifier_to_locale. Mark "anonymous" strings for translation.
14295
960c5c79
ME
142962009-05-04 Michael Eager <eager@eagercon.com>
14297
14298 * config/rs6000/rs6000.c (rs6000_legitimate_address): Allow
aa016ff7 14299 address for DImode/DFmode only if double-precision FP regs.
960c5c79 14300
d083fbba
ME
143012009-05-04 Michael Eager <eager@eagercon.com>
14302
14303 * config/rs6000/rs6000.c (rs6000_libcall_value): Add
14304 TARGET_SINGLE_FLOAT check.
14305
c3ba8d32
ME
143062009-05-04 Michael Eager <eager@eagercon.com>
14307
14308 * config/rs6000/xilinx.h: Add CPP_SPEC for -mxilinx-fpu options.
14309
edce9f18
ME
143102009-05-04 Michael Eager <eager@eagercon.com>
14311
14312 * gcc/config.gcc: (powerpc-xilinx-eabi*): Add tm t-xilinx
14313 * config/rs6000/t-xilinx: New
14314
506d7b68
PB
143152009-05-04 Paolo Bonzini <bonzini@gnu.org>
14316
e913423f 14317 * doc/tm.texi (LEGITIMIZE_ADDRESS): Revise documentation.
506d7b68
PB
14318 * gcc/defaults.h (LEGITIMIZE_ADDRESS): Delete.
14319 * gcc/explow.c (memory_address): Use target hook.
14320 * gcc/targhooks.c (default_legitimize_address): New.
14321 * gcc/targhooks.h (default_legitimize_address): New.
14322 * gcc/target.h (legitimize_address): New.
14323 * gcc/target-def.h (TARGET_LEGITIMIZE_ADDRESS): New.
14324 (TARGET_INITIALIZER): Include it.
14325 * gcc/system.h (LEGITIMIZE_ADDRESS): Poison.
14326
14327 * config/bfin/bfin-protos.h (legitimize_address): Remove.
14328 * config/bfin/bfin.c (legitimize_address): Remove.
14329 * config/bfin/bfin.h (LEGITIMIZE_ADDRESS): Remove.
aa016ff7
UB
14330 * config/m68hc11/m68hc11-protos.h (m68hc11_legitimize_address):
14331 Remove.
506d7b68
PB
14332 * config/m68hc11/m68hc11.c (m68hc11_legitimize_address): Remove.
14333 * config/m68hc11/m68hc11.h (LEGITIMIZE_ADDRESS): Remove.
14334
14335 * gcc/config/arm/arm.h (LEGITIMIZE_ADDRESS, ARM_LEGITIMIZE_ADDRESS,
14336 THUMB_LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS): Delete.
14337 * gcc/config/s390/s390.h (LEGITIMIZE_ADDRESS): Delete.
14338 * gcc/config/m32c/m32c.h (LEGITIMIZE_ADDRESS): Delete.
14339 * gcc/config/sparc/sparc.h (LEGITIMIZE_ADDRESS): Delete.
14340 * gcc/config/m32r/m32r.h (LEGITIMIZE_ADDRESS): Delete.
14341 * gcc/config/i386/i386.h (LEGITIMIZE_ADDRESS): Delete.
14342 * gcc/config/sh/sh.h (LEGITIMIZE_ADDRESS): Delete.
14343 * gcc/config/avr/avr.h (LEGITIMIZE_ADDRESS): Delete.
14344 * gcc/config/m68hc11/m68hc11.h (LEGITIMIZE_ADDRESS): Delete.
14345 * gcc/config/iq2000/iq2000.h (LEGITIMIZE_ADDRESS): Delete.
14346 * gcc/config/mn10300/mn10300.h (LEGITIMIZE_ADDRESS): Delete.
14347 * gcc/config/m68k/m68k.h (LEGITIMIZE_ADDRESS): Delete.
14348 * gcc/config/score/score.h (LEGITIMIZE_ADDRESS): Delete.
14349 * gcc/config/pa/pa.h (LEGITIMIZE_ADDRESS): Delete.
14350 * gcc/config/mips/mips.h (LEGITIMIZE_ADDRESS): Delete.
14351 * gcc/config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Delete.
14352 * gcc/config/frv/frv.h (LEGITIMIZE_ADDRESS): Delete.
14353 * gcc/config/spu/spu.h (LEGITIMIZE_ADDRESS): Delete.
14354 * gcc/config/xtensa/xtensa.h (LEGITIMIZE_ADDRESS): Delete.
14355 * gcc/config/cris/cris.h (LEGITIMIZE_ADDRESS): Delete.
14356 * gcc/config/rs6000/rs6000.h (LEGITIMIZE_ADDRESS): Delete.
14357 * gcc/config/picochip/picochip.h (LEGITIMIZE_ADDRESS): Delete.
14358
14359 * gcc/config/s390/s390-protos.h (legitimize_address): Delete.
14360 * gcc/config/m32c/m32c-protos.h (m32c_legitimize_address): Delete.
14361 * gcc/config/sparc/sparc-protos.h (legitimize_address): Delete.
14362 * gcc/config/i386/i386-protos.h (legitimize_address): Delete.
14363 * gcc/config/avr/avr-protos.h (legitimize_address): Delete.
14364 * gcc/config/mn10300/mn10300-protos.h (legitimize_address): Delete.
14365 * gcc/config/score/score-protos.h (score_legitimize_address): Delete.
14366 * gcc/config/arm/arm-protos.h (arm_legitimize_address,
14367 (thumb_legitimize_address): Delete.
14368 * gcc/config/pa/pa-protos.h (hppa_legitimize_address): Delete.
14369 * gcc/config/mips/mips-protos.h (mips_legitimize_address): Delete.
14370 * gcc/config/alpha/alpha-protos.h (alpha_legitimize_address): Delete.
14371 * gcc/config/frv/frv-protos.h (frv_legitimize_address): Delete.
14372 * gcc/config/spu/spu-protos.h (spu_legitimize_address): Delete.
aa016ff7
UB
14373 * gcc/config/xtensa/xtensa-protos.h (xtensa_legitimize_address):
14374 Delete.
14375 * gcc/config/rs6000/rs6000-protos.h (rs6000_legitimize_address):
14376 Delete.
506d7b68
PB
14377
14378 * config/arm/arm.c (arm_legitimize_address): Maybe call Thumb version.
14379 * config/m32c/m32c.c (m32c_legitimize_address): Standardize.
14380 * config/m32r/m32r.c (m32r_legitimize_address): New.
14381 * config/m68k/m68k.c (m68k_legitimize_address): New.
14382 * config/score/score.c (score_legitimize_address): Standardize.
14383 * config/score/score3.c (score3_legitimize_address): Standardize.
14384 * config/score/score3.h (score3_legitimize_address): Adjust.
14385 * config/score/score7.c (score7_legitimize_address): Standardize.
14386 * config/score/score7.h (score7_legitimize_address): Adjust.
14387 * config/sh/sh.c (sh_legitimize_address): New.
14388 * config/iq2000/iq2000.c (iq2000_legitimize_address): New.
14389
14390 * gcc/config/s390/s390.c (legitimize_address): Rename to...
14391 (s390_legitimize_address): ... this.
14392 * gcc/config/sparc/sparc.c (legitimize_address): Rename to...
14393 (sparc_legitimize_address): ... this.
14394 * gcc/config/i386/i386.c (legitimize_address): Rename to...
14395 (ix86_legitimize_address): ... this.
14396 * gcc/config/avr/avr.c (legitimize_address): Rename to...
14397 (avr_legitimize_address): ... this.
14398 * gcc/config/mn10300/mn10300.c (legitimize_address): Rename to...
14399 (mn10300_legitimize_address): ... this.
14400 * config/alpha/alpha.c (alpha_legitimize_address): Wrap...
14401 (alpha_legitimize_address_1): ... the old alpha_legitimize_address.
14402 (alpha_expand_mov): Adjust call.
14403
14404 * config/frv/frv.c (frv_legitimize_address): Return x on failure.
14405 * config/spu/spu.c (spu_legitimize_address): Likewise.
14406 * config/xtensa/xtensa.c (xtensa_legitimize_address): Likewise.
14407 * config/rs6000/rs6000.c (rs6000_legitimize_address): Likewise.
14408
a3af5087
JM
144092009-05-04 Joseph Myers <joseph@codesourcery.com>
14410
14411 * intl.c (locale_encoding, locale_utf8): New.
14412 (gcc_init_libintl): Initialize locale_encoding and locale_utf8.
14413 * intl.h (locale_encoding, locale_utf8): Declare.
14414 * pretty-print.c: Include ggc.h. Include iconv.h if HAVE_ICONV.
14415 (pp_base_tree_identifier, decode_utf8_char, identifier_to_locale):
14416 New.
14417 * pretty-print.h (pp_identifier): Call identifier_to_locale on ID
14418 argument.
14419 (pp_tree_identifier): Define to call pp_base_tree_identifier.
14420 (pp_base_tree_identifier): Declare as function.
14421 (identifier_to_locale): Declare.
14422 * Makefile.in (pretty-print.o): Update dependencies.
aa016ff7 14423 * varasm.c (finish_aliases_1): Use %qE for identifiers in diagnostics.
a3af5087 14424
ea5cd5f1
RG
144252009-05-04 Richard Guenther <rguenther@suse.de>
14426
14427 PR middle-end/40015
14428 * builtins.c (fold_builtin_memory_op): Do not decay to element
14429 type if the size matches the whole array.
14430
ddc2690a
KH
144312009-05-04 Kazu Hirata <kazu@codesourcery.com>
14432
14433 * expmed.c (synth_mult): When trying out a shift, pass the result
14434 of a signed shift.
14435
ef268d34
KH
144362009-05-04 Kazu Hirata <kazu@codesourcery.com>
14437
14438 * expmed.c (shiftsub_cost): Rename to shiftsub0_cost.
14439 (shiftsub1_cost): New.
14440 (init_expmed): Compute shiftsub1_cost.
14441 (synth_mult): Optimize multiplications by constants of the form
14442 -(2^^m-1) for some constant positive integer m.
14443
255d3827
RG
144442009-05-03 Richard Guenther <rguenther@suse.de>
14445
14446 PR c/39983
14447 * c-typeck.c (array_to_pointer_conversion): Do not built
14448 ADDR_EXPRs of arrays of pointer-to-element type.
14449 * c-gimplify.c (c_gimplify_expr): Revert change fixing
14450 up wrong ADDR_EXPRs after-the-fact.
14451 * c-common.c (strict_aliasing_warning): Strip pointer
14452 conversions for obtaining the original type.
14453 * builtins.c (fold_builtin_memset): Handle array types.
14454 (fold_builtin_memory_op): Handle folded POINTER_PLUS_EXPRs
14455 and array types
14456
16c33770
RG
144572009-05-03 Richard Guenther <rguenther@suse.de>
14458
14459 PR middle-end/23329
14460 * tree-ssa.c (useless_type_conversion_p_1): Use get_deref_alias_set.
14461 Do not lose casts from array types with unknown extent to array
14462 types with known extent.
14463 * tree-ssa-copy.c (may_propagate_copy): Remove hack checking for
14464 alias set compatibility.
14465
62a67c94
MLI
144662009-05-03 Manuel López-Ibáñez <manu@gcc.gnu.org>
14467
14468 * flags.h (extra_warnings): Delete.
14469 * toplev.c (process_options): Handle Wuninitialized here.
14470 * opts.c (extra_warnings): Delete.
14471 (set_Wextra): Delete.
14472 (common_handle_option): -Wextra can be handled automatically.
14473 * c-opts.c (c_common_handle_option): Delete obsolete code.
14474 (c_common_post_options): Simplify comment.
14475 * common.opt (W): Add Var.
14476 (Wextra): Add Var.
14477 (Wuninitialized): Initialize to -1.
14478
8c7926c4
AN
144792009-05-03 Adam Nemet <anemet@caviumnetworks.com>
14480 Richard Guenther <rguenther@suse.de>
14481
14482 * expr.c (get_def_for_expr): New function.
14483 (expand_expr_real_1) <PLUS_EXPR, MINUS_EXPR>: Adjust to work with
14484 SSA rather than trees.
14485 <MULT_EXPR>: Likewise. Use subexp0 and subexp1 instead of
14486 TREE_OPERAND (exp, 0) and TREE_OPERAND (exp, 1).
f100a4a8 14487
fa5da7de
JM
144882009-05-03 Joseph Myers <joseph@codesourcery.com>
14489
14490 * c-common.c (reswords): Add _Imaginary.
14491 * c-common.c (enum rid): Add RID_IMAGINARY.
14492
2ddd5020
PB
144932009-05-03 Paolo Bonzini <bonzini@gnu.org>
14494
14495 * tree.h (TYPE_VECTOR_OPAQUE): Fix documentation.
14496 Patch by Richard Guenther.
14497
aea88c05
AS
144982009-05-03 Anatoly Sokolov <aesok@post.ru>
14499
14500 * defaults.h (FRAME_POINTER_REQUIRED): Provide default.
14501 * doc/tm.texi (FRAME_POINTER_REQUIRED): Revise documentation.
14502 * config/alpha/alpha.h (FRAME_POINTER_REQUIRED): Delete.
14503 * config/s390/s390.h (FRAME_POINTER_REQUIRED): Delete.
14504 * config/spu/spu.h (FRAME_POINTER_REQUIRED): Delete.
14505 * config/sh/sh.h (FRAME_POINTER_REQUIRED): Delete.
14506 * config/pdp11/pdp11.h (FRAME_POINTER_REQUIRED): Delete.
14507 * config/stormy16/stormy16.h (FRAME_POINTER_REQUIRED): Delete.
14508 * config/m68hc11/m68hc11.h (FRAME_POINTER_REQUIRED): Delete.
14509 * config/iq2000/iq2000.h (FRAME_POINTER_REQUIRED): Delete.
14510 * config/mn10300/mn10300.h (FRAME_POINTER_REQUIRED): Delete.
14511 * config/ia64/ia64.h (FRAME_POINTER_REQUIRED): Delete.
14512 * config/m68k/m68k.h (FRAME_POINTER_REQUIRED): Delete.
14513 * config/rs6000/rs6000.h (FRAME_POINTER_REQUIRED): Delete.
14514 * config/picochip/picochip.h (FRAME_POINTER_REQUIRED): Delete.
14515 * config/mcore/mcore.h (FRAME_POINTER_REQUIRED): Delete.
14516 * config/h8300/h8300.h (FRAME_POINTER_REQUIRED): Delete.
14517 * config/v850/v850.h (FRAME_POINTER_REQUIRED): Delete.
14518
85e59f3a
RG
145192009-05-02 Richard Guenther <rguenther@suse.de>
14520
14521 PR tree-optimization/39940
14522 * tree-ssa-pre.c (eliminate): Make sure we may propagate before
14523 doing so.
14524
4636b850
RG
145252009-05-02 Richard Guenther <rguenther@suse.de>
14526
14527 PR middle-end/40001
14528 * tree-ssa.c (execute_update_addresses_taken): Properly check
14529 if we can mark a variable DECL_GIMPLE_REG_P.
14530 * gimple.c (is_gimple_reg): Re-order check for DECL_GIMPLE_REG_P
14531 back to the end of the function.
14532 (is_gimple_reg_type): Remove complex type special casing.
14533 * gimplify.c (gimplify_bind_expr): Do not set DECL_GIMPLE_REG_P
14534 if not optimizing.
14535
5e10cb5a
BE
145362009-05-02 Ben Elliston <bje@au.ibm.com>
14537
14538 * doc/collect2.texi (Collect2): Document search path behaviour
14539 when configured with --with-ld.
14540
048bf48b
JH
145412009-05-02 Jan Hubicka <jh@suse.cz>
14542
14543 * tree-ssa-coalesce.c (coalesce_cost): Do not take ciritical
14544 parameter; update callers.
aa016ff7
UB
14545 (coalesce_cost_edge): EH edges are costier because they needs
14546 splitting even if not critical and even more costier when there are
14547 multiple EH predecestors.
048bf48b 14548
d5c5f9ab
JH
145492009-05-02 Jan Hubicka <jh@suse.cz>
14550
14551 * except.c (remove_eh_handler_and_replace): Handle updating after
14552 removing TRY blocks.
14553
2ed1959a
EB
145542009-05-02 Eric Botcazou <ebotcazou@adacore.com>
14555
14556 * store-motion.c (compute_store_table): Add ENABLE_CHECKING guard.
14557
d363a7e7
SB
145582009-05-02 Steven Bosscher <steven@gcc.gnu.org>
14559
14560 * varasm.c: Do not include c-pragma.h.
14561 * attribs.c: Do not incude c-common.h.
14562
9c3d55b4
MM
145632009-05-01 Michael Matz <matz@suse.de>
14564
14565 * calls.c (initialize_argument_information): Handle SSA names like
14566 decls with a non MEM_P DECL_RTL.
14567
ea264ca5
SB
145682009-05-01 Steven Bosscher <steven@gcc.gnu.org>
14569
14570 * ipa-reference.c: Do not include c-common.h, include splay-tree.h.
14571 * ipa-utils.c: Likewise.
14572 * ipa-type-escape.c: Likewise.
14573 * cgraphunit.c Do not include c-common.h.
14574 * ipa-pure-const.c: Likewise.
14575 * tree-if-conv.c: Likewise.
14576 * matrix-reorg.c: Do not include c-common.h and c-tree.h.
14577 * ipa-struct-reorg.c: Likewise.
14578 * tree-nomudflap.c: Likewise.
14579 * tree-ssa-structalias.c: Likewise.
14580
6c5d4d1a
SB
145812009-05-01 Steven Bosscher <steven@gcc.gnu.org>
14582
14583 * store-motion.c: Many cleanups to make this pass a first-class
14584 citizen instead of an appendix to gcse load motion. Add TODO list
14585 to make this pass faster/cleaner/better.
14586
14587 (struct ls_expr): Post gcse.c-split cleanups.
14588 Rename to st_expr. Rename "loads" field to "antic_stores". Rename
14589 "stores" field to "avail_stores".
14590 (pre_ldst_mems): Rename to store_motion_mems.
14591 (pre_ldst_table): Rename to store_motion_mems_table.
14592 (pre_ldst_expr_hash): Rename to pre_st_expr_hash, update users.
14593 (pre_ldst_expr_eq): Rename to pre_st_expr_eq, update users.
14594 (ldst_entry): Rename to st_expr_entry, update users.
14595 (free_ldst_entry): Rename to free_st_expr_entry, update users.
14596 (free_ldst_mems): Rename to free_store_motion_mems, update users.
aa016ff7
UB
14597 (enumerate_ldsts): Rename to enumerate_store_motion_mems,
14598 update caller.
6c5d4d1a
SB
14599 (first_ls_expr): Rename to first_st_expr, update users.
14600 (next_ls_expr): Rename to next_st_expr, update users.
14601 (print_ldst_list): Rename to print_store_motion_mems. Print names of
14602 fields properly for store motion instead of names inherited from load
14603 motion in gcse.c.
14604 (ANTIC_STORE_LIST, AVAIL_STORE_LIST): Remove.
14605 (LAST_AVAIL_CHECK_FAILURE): Explain what this is. Undefine when we
14606 are done with it.
14607
14608 (ae_kill): Rename to st_kill, update users.
14609 (ae_gen): Rename to st_avloc, update users.
14610 (transp): Rename to st_transp, update users.
14611 (pre_insert_map): Rename to st_insert_map, update users.
14612 (pre_delete_map): Rename to st_delete_map, update users.
14613 (insert_store, build_store_vectors, free_store_memory,
14614 one_store_motion_pass): Update for abovementioned changes.
14615
14616 (gcse_subst_count, gcse_create_count): Remove.
14617 (one_store_motion_pass): New statistics counters "n_stores_deleted"
14618 and "n_stores_created", local variables.
14619
14620 (extract_mentioned_regs, extract_mentioned_regs_1): Rewrite to
14621 use for_each_rtx.
14622
14623 (regvec, compute_store_table_current_insn): Remove.
14624 (reg_set_info, reg_clear_last_set): Remove.
14625 (compute_store_table): Use DF caches instead of local dataflow
14626 solvers.
14627
b02cec6e
JM
146282009-05-01 Joseph Myers <joseph@codesourcery.com>
14629
14630 * c-objc-common.c (c_tree_printer): Print identifiers with
14631 pp_identifier, not pp_string. Mark "({anonymous})" for
14632 translation.
14633 * c-pretty-print.c (pp_c_ws_string): New.
14634 (pp_c_cv_qualifier, pp_c_type_specifier,
14635 pp_c_specifier_qualifier_list, pp_c_parameter_type_list,
14636 pp_c_storage_class_specifier, pp_c_function_specifier,
14637 pp_c_attributes, pp_c_bool_constant, pp_c_constant,
14638 pp_c_primary_expression, pp_c_postfix_expression,
14639 pp_c_unary_expression, pp_c_shift_expression,
14640 pp_c_relational_expression, pp_c_equality_expression,
14641 pp_c_logical_and_expression, pp_c_logical_or_expression): Mostly
14642 use pp_string and pp_c_ws_string in place of pp_identifier and
14643 pp_c_identifier for non-identifiers. Mark English strings for
14644 translation.
14645 * c-pretty-print.h (pp_c_ws_string): Declare.
14646
cd533689
PP
146472009-04-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14648 Roland McGrath <roland@redhat.com>
14649
aa016ff7 14650 * configure.ac (HAVE_LD_BUILDID): New check for ld --build-id support.
cd533689
PP
14651 (ENABLE_LD_BUILDID): New configuration option.
14652 * gcc.c [HAVE_LD_BUILDID and ENABLE_LD_BUILDID]
14653 (LINK_BUILDID_SPEC): New macro.
14654 (init_spec): If defined, prepend it between LINK_EH_SPEC and
14655 link_spec.
14656 * doc/install.texi: Document --enable-linker-build-id option.
14657 * configure: Rebuild.
14658 * config.in: Rebuild.
14659
ba6adec4
AN
146602009-04-30 Adam Nemet <anemet@caviumnetworks.com>
14661
14662 * config/mips/mips.h (FRAME_GROWS_DOWNWARD,
14663 MIPS_GP_SAVE_AREA_SIZE): Define new macros.
14664 (STARTING_FRAME_OFFSET): Return 0 if FRAME_GROWS_DOWNWARD. Use
14665 MIPS_GP_SAVE_AREA_SIZE.
14666 * config/mips/mips.c (struct mips_frame_info): Update comment
14667 before arg_pointer_offset and hard_frame_pointer_offset.
14668 (mips_compute_frame_info): Update diagram before function: to
14669 correctly use stack_pointer_rtx for fp_sp_offset and gp_sp_offset, to
14670 indicate the position of frame_pointer_rtx with -fstack-protector and
14671 to show args_size. Don't allocate cprestore area for leaf functions
14672 if FRAME_GROWS_DOWNWARD. Use MIPS_GP_SAVE_AREA_SIZE to set
14673 cprestore_size.
14674 (mips_initial_elimination_offset): Update for FRAME_GROWS_DOWNWARD.
14675
48f5b722
MM
146762009-04-30 Michael Matz <matz@suse.de>
14677
ba6adec4
AN
14678 PR tree-optimization/39955
14679 * config/rs6000/rs6000.c (rs6000_check_sdmode): Also check SSA_NAMEs.
48f5b722 14680
b65d6744
DK
146812009-04-30 Dave Korn <dave.korn.cygwin@gmail.com>
14682
14683 * ira.c (setup_cover_and_important_classes): Use safe macro
14684 REG_CLASS_FOR_CONSTRAINT instead of calling regclass_for_constraint
14685 directly.
14686 * genpreds.c (write_tm_preds_h): Output suitable definition of
14687 REG_CLASS_FOR_CONSTRAINT.
14688
f136c8ae
RAE
146892009-04-30 Rafael Avila de Espindola <espindola@google.com>
14690
14691 * alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value
14692 instead of an int.
14693 * bitmap.c (bitmap_descriptor): Likewise.
14694 * ggc-common.c (loc_descriptor): Likewise.
14695 * varray.c (varray_descriptor): Likewise.
14696 * vec.c (vec_descriptor): Likewise.
14697
43fcece8 146982009-04-30 Eric Botcazou <ebotcazou@adacore.com>
35debead
EB
14699
14700 * Makefile.in (dce.o): Add $(EXCEPT_H).
14701 * dce.c: Include except.h and delete redundant vector definitions.
14702 (deletable_insn_p): Return false for non-call insns that can throw
14703 if DF is running.
14704
df35c271
SB
147052009-04-30 Steven Bosscher <steven@gcc.gnu.org>
14706
14707 * gcse.c (ae_gen): Remove.
14708 (can_assign_to_reg_p): Rename to can_assign_to_reg_without_clobbers_p
14709 and make non-static function to make it available in store-motion.c.
14710 Update call sites with search-and-replace.
14711 (enumerate_ldsts, reg_set_info, reg_clear_last_set, store_ops_ok,
14712 extract_mentioned_regs, extract_mentioned_regs_helper,
14713 find_moveable_store, compute_store_table, load_kills_store, find_loads,
14714 store_killed_in_insn, store_killed_after, store_killed_before,
14715 build_store_vectors, insert_insn_start_basic_block, insert-store,
14716 remove_reachable_equiv_notes, replace_store_insn, delete_store,
14717 free_store_memory, one_store_motion_pass, gate_rtl_store_motion,
14718 execute_rtl_store_motion, pass_rtl_store_motion): Move to...
14719 * store-motion.c: ...new file. Also copy data structures from gcse.c
14720 and clean up to remove parts not used by store motion.
14721 * rtl.h (can_assign_to_reg_without_clobbers_p): Add prototype.
14722 * Makefile.in (store-motion.o): New rule. Add to OBJS-common.
14723
f711a87a
RR
147242009-04-30 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14725
14726 PR target/38571
14727 * config/arm/arm.h (FUNCTION_BOUNDARY): Set to 16 for thumb
14728 when optimizing for size.
14729
fa5ed76e
HPN
147302009-04-30 Hans-Peter Nilsson <hp@axis.com>
14731
14732 * gcse.c (gcse_constant_p): Fix typo in last change.
14733
0acbbdb0
RAE
147342009-04-30 Rafael Avila de Espindola <espindola@google.com>
14735
14736 * plugin.c: Include plugin-version.h only if ENABLE_PLUGIN is defined.
14737
82f5c05d
AK
147382009-04-30 Andreas Krebbel <krebbel1@de.ibm.com>
14739
14740 * gcse.c (gcse_constant_p): Make sure the constant is sharable.
14741
6d8f135b
JW
147422009-04-29 James E. Wilson <wilson@codesourcery.com>
14743
14744 * config/mips/mips.c (mips_add_offset): Use gen_int_mode for
14745 CONST_HIGH_PART result.
14746
c21ca196
AS
147472009-04-29 Anatoly Sokolov <aesok@post.ru>
14748
14749 * config/avr/avr.c (initial_elimination_offset): Rename to
14750 avr_initial_elimination_offset.
14751 (frame_pointer_required_p): Rename to avr_frame_pointer_required_p,
14752 change return type to bool.
14753 (avr_can_eliminate): New function.
14754 * config/avr/avr.h (CAN_ELIMINATE): Use avr_can_eliminate.
14755 (FRAME_POINTER_REQUIRED): Use avr_frame_pointer_required_p.
14756 (INITIAL_ELIMINATION_OFFSET): Use avr_initial_elimination_offset.
0d50d55a 14757 * config/avr/avr-protos.h (initial_elimination_offset): Rename to
c21ca196
AS
14758 avr_initial_elimination_offset.
14759 (frame_pointer_required_p): Rename to avr_frame_pointer_required_p.
14760 (avr_initial_elimination_offset): Define.
14761
2a34bece 147622009-04-29 Eric Botcazou <ebotcazou@adacore.com>
aa016ff7 14763 Steven Bosscher <steven@gcc.gnu.org>
2a34bece
EB
14764
14765 PR rtl-optimization/39938
14766 * Makefile.in (cfgrtl.o): Add $(INSN_ATTR_H).
14767 * cfgrtl.c: Include insn-attr.h.
14768 (rest_of_pass_free_cfg): New function.
14769 (pass_free_cfg): Use rest_of_pass_free_cfg as execute function.
14770 * resource.c (init_resource_info): Remove call to df_analyze.
14771
5dc7911e
RG
147722009-04-29 Richard Guenther <rguenther@suse.de>
14773
14774 PR target/39943
14775 * config/i386/i386.c (ix86_vectorize_builtin_conversion): Only
14776 allow conversion to signed integers.
14777
1fe479fd
RG
147782009-04-29 Richard Guenther <rguenther@suse.de>
14779
14780 * tree-cfg.c (verify_gimple_assign_binary): Allow vector
14781 shifts of floating point vectors if the shift amount is
14782 a constant multiple of the element size.
14783
8e001680
AK
147842009-04-29 Andreas Krebbel <krebbel1@de.ibm.com>
14785 Michael Matz <matz@suse.de>
14786
14787 PR middle-end/39927
14788 PR bootstrap/39929
14789 * tree-outof-ssa.c (emit_partition_copy): New function.
14790 (insert_partition_copy_on_edge, insert_rtx_to_part_on_edge,
14791 insert_part_to_rtx_on_edge): Perform the partition base var
14792 copy using emit_partition_copy.
14793 (insert_value_copy_on_edge): Convert constants to the right mode.
14794 (insert_rtx_to_part_on_edge): Add UNSIGNEDSRCP parameter.
14795 (elim_create): Pass the sign of the src to insert_rtx_to_part_on_edge.
14796
e50e3081
BS
147972009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
14798
14799 * config/bfin/bfin.c (bfin_optimize_loop): If we need a scratch reg,
14800 scan backwards to try to find a constant to initialize it.
14801
4e5d521b
BS
14802 * config/bfin/bfin.c (bfin_optimize_loop): When looking for the last
14803 insn before the loop_end instruction, don't look past labels.
14804
7c90021d
RG
148052009-04-29 Richard Guenther <rguenther@suse.de>
14806
14807 PR middle-end/39937
14808 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not
14809 loose type conversions.
14810 (forward_propagate_addr_expr): Fix tuplification bug. Remove
14811 stmts only if there are no uses of its definition.
14812
97a988bc
BS
148132009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
14814
14815 * config/bfin/bfin.h (splitting_loops): Declare.
14816 * config/bfin/bfin-protos.h (WA_05000257, WA_05000283, WA_05000315):
14817 Reorder bit definitions to be ascending.
14818 (WA_LOAD_LCREGS, ENABLE_WA_LOAD_LCREGS): New macros.
14819 * config/bfin/bfin.c (splitting_loops): New variable.
14820 (bfin_cpus): Add WA_LOAD_LCREGS as needed.
14821 (struct loop_info): Remove members INIT and LOOP_INIT.
14822 (bfin_optimize_loop): Don't set them. Reorder the code that generates
aa016ff7
UB
14823 the LSETUP sequence. Allow LC to be loaded from any register, but
14824 also add a case to push/pop a PREG scratch if ENABLE_WA_LOAD_LCREGS.
97a988bc
BS
14825 (bfin_reorg_loops): When done, split all BB_ENDs with splitting_loops
14826 set to 1.
14827 * config/bfin/bfin.md (loop_end splitter): Use splitting_loops instead
14828 of reload_completed.
aa016ff7 14829
97a988bc
BS
14830 From Jie Zhang:
14831 * config/bfin/bfin.md (movsi_insn): Refine constraints.
14832
0c463e16
RAE
148332009-04-29 Rafael Avila de Espindola <espindola@google.com>
14834
14835 * Makefile.in (PLUGIN_VERSION_H): New.
14836 (OBJS-common): Remove plugin-version.o.
14837 (plugin.o): Depend on (PLUGIN_VERSION_H).
14838 (plugin-version.o): Remove.
14839 * configure: Regenerate
14840 * configure.ac: Create plugin-version.h.
14841 * gcc-plugin.h (plugin_gcc_version): Remove.
14842 (plugin_default_version_check): Change signature.
14843 * plugin-version.c: Remove.
14844 * plugin.c: Include plugin-version.h.
14845 (str_plugin_gcc_version_name): Remove.
14846 (try_init_one_plugin): Pass gcc version to plugin_init.
14847 (plugin_default_version_check): Both gcc and plugin versions are now
14848 arguments.
14849
307e7eab 148502009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
f100a4a8 14851
307e7eab
BS
14852 * config/bfin/bfin.c (bfin_optimize_loop): Unify handling of
14853 problematic last insns. Test for TYPE_CALL rather than CALL_P.
aa016ff7
UB
14854 Remove special case testing for last insn of inner loops. Don't fail
14855 if the loop ends with a jump, emit an extra nop instead.
307e7eab 14856
c5d96723
BS
14857 * config/bfin/bfin.c (bfin_register_move_cost): Test for subsets of
14858 DREGS rather than comparing directly. Remove code that tries to
14859 account for latencies.
14860
de0b4ad5
RG
148612009-04-29 Richard Guenther <rguenther@suse.de>
14862
14863 PR tree-optimization/39941
14864 * tree-ssa-pre.c (eliminate): Schedule update-ssa after
14865 eliminating an indirect call.
14866
3a19701a
RG
148672009-04-29 Richard Guenther <rguenther@suse.de>
14868
14869 * tree-cfg.c (verify_types_in_gimple_reference): Add require_lvalue
14870 parameter. Allow invariants as base if !require_lvalue.
14871 (verify_gimple_assign_single): Adjust.
14872
a0a31d1e
BS
148732009-04-29 Bernd Schmidt <bernd.schmidt@analog.com>
14874
14875 * config/bfin/bfin.md (sp_or_sm, spm_string, spm_name): New macro.
14876 (ss<spm_name>hi3, ss<spm_name>hi3_parts, ss<spm_name>hi3_low_parts,
aa016ff7
UB
14877 ss<spm_name_hi3_high_parts): New patterns, replacing ssaddhi3,
14878 ssubhi3, ssaddhi3_parts and sssubhi3_parts.
a0a31d1e
BS
14879 (flag_mulhi3_parts): Produce a HImode output rather than trying to set
14880 a VEC_SELECT.
aa016ff7
UB
14881 * config/bfin/bfin.c (bfin_expand_builtin,
14882 case BFIN_BUILTIN_CPLX_SQU): Adjust accordingly.
a0a31d1e 14883
795bd26a
RG
148842009-04-28 Richard Guenther <rguenther@suse.de>
14885
14886 * tree-vect-loop.c (get_initial_def_for_induction): Use
14887 correct types for pointer increment.
14888
04be270f
KG
148892009-04-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14890
14891 * toplev.c (print_version): Update GMP version string calculation.
14892
e1a3b85c
EB
148932009-04-28 Eric Botcazou <ebotcazou@adacore.com>
14894
14895 PR rtl-optimization/39938
14896 * resource.c (init_resource_info): Add call to df_analyze.
14897
8224166e
UB
148982009-04-28 Uros Bizjak <ubizjak@gmail.com>
14899
14900 * config/alpha/alpha.md (usegp): Cast the result of
14901 alpha_find_lo_sum_using_gp to enum attr_usegp.
14902 * config/alpha/alpha.c (override_options): Remove end-of-structure
14903 marker element from cpu_table. Use array size of cpu_table to handle
14904 -mcpu and -mtune options.
14905 (tls_symbolic_operand_type): Change 0 to TLS_MODEL_NONE.
14906
c5f0fe67
JM
149072009-04-28 Joseph Myers <joseph@codesourcery.com>
14908
14909 * config.gcc (powerpc*-*-* | rs6000-*-*): Add
14910 rs6000/option-defaults.h to tm_file. Support cpu_32, cpu_64,
14911 tune_32 and tune_64.
14912 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
14913 support on PowerPC.
14914 * config/rs6000/rs6000.h (OPTION_DEFAULT_SPECS): Move to ...
14915 * config/rs6000/option-defaults.h: ... here. New file.
14916 (OPT_64, OPT_32): Define.
14917 (MASK_64BIT): Define to 0 if not already defined.
14918 (OPT_ARCH64, OPT_ARCH32): Define.
14919 (OPTION_DEFAULT_SPECS): Add entries for cpu_32, cpu_64, tune_32
14920 and tune_64.
14921
0c48a567
RR
149222009-04-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14923
14924 * config/arm/arm.c (arm_override_options): Emit error on using
14925 fpa with AAPCS.
14926
f1028b9d
UB
149272009-04-28 Uros Bizjak <ubizjak@gmail.com>
14928
14929 PR rtl-optimization/39914
14930 * ira-conflicts.c (ira_build_conflicts): Prohibit call used
14931 registers for allocnos created from user-defined variables only
14932 when not optimizing.
14933
e0dd989a
RG
149342009-04-28 Richard Guenther <rguenther@suse.de>
14935
14936 PR middle-end/39937
14937 * fold-const.c (fold_binary): Use distribute_real_division only
14938 on float types.
14939
9a17c91d
SE
149402009-04-28 Steve Ellcey <sje@cup.hp.com>
14941
14942 * config.gcc (hppa*64*-*-hpux11*): Set use_gcc_stdint and
14943 add hpux-stdint.h to tm_file.
14944 (hppa[12]*-*-hpux11*): Ditto.
14945 (ia64*-*-hpux*): Ditto.
14946 * config/hpux-stdint.h: New.
60839f5d 14947 * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Set
9a17c91d 14948 __STDC_EXT__ for all compiles.
60839f5d
EB
14949 * config/pa/pa-hpux.h: Ditto.
14950 * config/pa/pa-hpux10.h: Ditto.
14951 * config/pa/pa-hpux11.h: Ditto.
9a17c91d 14952
af04e659
CM
149532009-04-28 Catherine Moore <clm@codesourcery.com>
14954
14955 * debug.h (set_name): Add comment.
14956
04ef80ce
AP
149572009-04-28 Andrew Pinski <pinskia@gmail.com>
14958
14959 PR target/39929
14960 * config/darwin.c (machopic_gen_offset): Check
14961 currently_expanding_to_rtl if current_ir_type returns IR_GIMPLE.
14962 * config/arm/arm.c (require_pic_register): Likewise.
14963
65ad77af
PB
149642009-04-28 Paolo Bonzini <bonzini@gnu.org>
14965
8224166e
UB
14966 * config/m32c/m32c.c (TARGET_PROMOTE_FUNCTION_RETURN,
14967 m32c_promote_function_return, TARGET_PROMOTE_PROTOTYPES,
14968 m32c_promote_prototypes): Delete.
65ad77af 14969
1b15a008
MM
149702009-04-28 Michael Matz <matz@suse.de>
14971
14972 PR middle-end/39922
14973 * tree-outof-ssa.c (insert_value_copy_on_edge): Don't convert
14974 constants.
14975
7569a6cc
RG
149762009-04-28 Richard Guenther <rguenther@suse.de>
14977
f1028b9d 14978 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Fix type error.
7569a6cc 14979
ead204d9
RR
149802009-04-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14981
14982 * config/arm/arm-cores.def: Add support for arm1156t2f-s.
14983 * doc/invoke.texi (ARM Options): Document support for arm1156t2f-s.
14984 * config/arm/arm-tune.md: Regenerate.
14985
f2c45f08 149862009-04-28 Alexander Monakov <amonakov@ispras.ru>
60839f5d 14987
f2c45f08
AM
14988 * sel-sched-ir.c (maybe_tidy_empty_bb): Do not attempt to delete a
14989 block if there are complex incoming edges.
14990 (sel_merge_blocks): Remove useless assert.
14991 (sel_redirect_edge_and_branch): Check that edge was redirected.
14992 * sel-sched-ir.h (_eligible_successor_edge_p): Remove assert.
14993 (sel_find_rgns): Delete declaration.
14994 * sel-sched.c (purge_empty_blocks): Attempt to remove first block of
14995 the region when it is not a preheader.
14996
7a00d767
UB
149972009-04-28 Uros Bizjak <ubizjak@gmail.com>
14998
14999 PR c/39323
15000 * config/alpha/elf.h (MAX_OFILE_ALIGNMENT): Sync with elfos.h
15001
448ee662
RG
150022009-04-28 Richard Guenther <rguenther@suse.de>
15003
15004 * tree.h (SSA_NAME_VALUE): Remove.
15005 (struct tree_ssa_name): Remove value_handle member.
15006 * tree-vrp.c (execute_vrp): Initialize/free the value-handle
15007 array for jump threading.
15008 * tree-ssa-propagate.c (ssa_prop_init): Do not initialize
15009 SSA_NAME_VALUEs.
15010 * print-tree.c (print_node): Do not dump SSA_NAME_VALUEs.
15011 * tree-flow.h (threadedge_initialize_values): Declare.
15012 (threadedge_finalize_values): Likewise.
15013 * tree-ssa-threadedge.c (ssa_name_values): New global variable.
15014 (SSA_NAME_VALUE): Define.
15015 (threadedge_initialize_values): New function.
15016 (threadedge_finalize_values): Likewise.
15017 * tree-ssa-dom.c (ssa_name_values): New global variable.
15018 (SSA_NAME_VALUE): Define.
f1028b9d 15019 (tree_ssa_dominator_optimize): Initialize/free the value-handle array.
448ee662 15020
8644a673
IR
150212009-04-28 Ira Rosen <irar@il.ibm.com>
15022
15023 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks):
f100a4a8 15024 Use REPORT_VECTORIZED_LOCATIONS instead
8644a673
IR
15025 REPORT_VECTORIZED_LOOPS.
15026 * tree-vectorizer.c (vect_verbosity_level): Make static.
15027 (vect_loop_location): Rename to vect_location.
15028 (vect_set_verbosity_level): Update comment.
15029 (vect_set_dump_settings): Use REPORT_VECTORIZED_LOCATIONS
15030 and vect_location.
15031 (vectorize_loops): Fix comment. Use REPORT_VECTORIZED_LOCATIONS
15032 and vect_location. Use REPORT_UNVECTORIZED_LOCATIONS
15033 instead REPORT_UNVECTORIZED_LOOPS.
fbdf817d
UB
15034 * tree-vectorizer.h (enum vect_def_type): Rename vect_invariant_def
15035 and vect_loop_def to vect_external_def and vect_internal_def.
8644a673 15036 (enum verbosity_levels): Rename REPORT_VECTORIZED_LOOPS
f100a4a8 15037 and REPORT_UNVECTORIZED_LOOPS to REPORT_VECTORIZED_LOCATIONS and
8644a673
IR
15038 REPORT_UNVECTORIZED_LOCATIONS.
15039 (enum vect_relevant): Update comment. Rename vect_unused_in_loop
f100a4a8 15040 and vect_used_in_loop and to vect_unused_in_scope and
8644a673
IR
15041 vect_used_in_scope.
15042 (STMT_VINFO_RELEVANT_P): Use vect_unused_in_scope.
15043 (vect_verbosity_level): Remove declaration.
15044 (vect_analyze_operations): Likewise.
15045 (vect_analyze_stmt): Declare.
15046 * tree-vect-loop.c (vect_determine_vectorization_factor): Use
15047 REPORT_UNVECTORIZED_LOCATIONS.
15048 (vect_get_loop_niters): Fix indentation.
15049 (vect_analyze_loop_form): Use REPORT_UNVECTORIZED_LOCATIONS.
15050 (vect_analyze_loop_operations): New function.
15051 (vect_analyze_loop): Call vect_analyze_loop_operations instead of
15052 vect_analyze_operations.
15053 (vect_is_simple_reduction): Use new names.
15054 (vectorizable_live_operation, vect_transform_loop): Likewise.
fbdf817d
UB
15055 * tree-vect-data-refs.c (vect_check_interleaving): Add a return value
15056 to specify whether the data references can be a part of interleaving
15057 chain.
8644a673
IR
15058 (vect_analyze_data_ref_dependence): Use new names.
15059 (vect_analyze_data_refs_alignment, vect_analyze_data_refs): Likewise.
15060 (vect_create_addr_base_for_vector_ref): Remove redundant code.
15061 * tree-vect-patterns.c (widened_name_p): Use new names.
15062 (vect_recog_dot_prod_pattern): Likewise.
15063 * tree-vect-stmts.c (vect_stmt_relevant_p): Use new names.
f100a4a8 15064 (process_use, vect_mark_stmts_to_be_vectorized,
8644a673
IR
15065 vect_model_simple_cost, vect_model_store_cost,
15066 vect_get_vec_def_for_operand, vect_get_vec_def_for_stmt_copy,
15067 vectorizable_call, vectorizable_conversion, vectorizable_assignment,
15068 vectorizable_operation, vectorizable_type_demotion,
15069 vectorizable_type_promotion, vectorizable_store, vectorizable_load,
15070 vectorizable_condition): Likewise.
15071 (vect_analyze_operations): Split into vect_analyze_loop_operations
15072 and ...
15073 (vect_analyze_stmt): ... new function.
15074 (new_stmt_vec_info): Use new names.
15075 (vect_is_simple_use): Use new names and fix comment.
15076 * tree-vect-slp.c (vect_get_and_check_slp_defs): Use new names.
15077 (vect_build_slp_tree, vect_analyze_slp, vect_schedule_slp): Likewise.
15078
b91322f2
UB
150792009-04-28 Uros Bizjak <ubizjak@gmail.com>
15080
15081 PR target/39911
15082 * config/i386/i386.c (print_operand) ['Z']: Handle floating point
15083 and integer modes for x87 operands. Do not ICE for unsupported size,
15084 generate error instead. Generate error for unsupported operand types.
15085 ['z']: Do not handle HImode memory operands specially. Warning
15086 for floating-point operands. Fallthru to 'Z' for unsupported operand
15087 types. Do not ICE for unsupported size, generate error instead.
15088 (output_387_binary_op): Use %Z to output operands.
15089 (output_fp_compare): Ditto.
15090 (output_387_reg_move): Ditto.
15091
b2ed71b6
BE
150922009-04-28 Ben Elliston <bje@au.ibm.com>
15093
15094 PR c++/35652
15095 Revert:
15096
15097 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
15098
15099 * builtins.c (c_strlen): Do not warn here.
15100 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
15101 * c-common.c (pointer_int_sum): Take an explicit location.
15102 Warn about offsets out of bounds.
15103 * c-common.h (pointer_int_sum): Adjust declaration.
15104
81f40b79
ILT
151052009-04-27 Ian Lance Taylor <iant@google.com>
15106
15107 * collect2.c (is_ctor_dtor): Change type of ret field in struct
15108 names to symkind.
15109 * dce.c (run_fast_df_dce): Change type of old_flags to int.
15110 * df-core.c (df_set_flags): Change return type to int. Change
15111 type of old_flags to int.
15112 (df_clear_flags): Likewise.
15113 * df-scan.c (df_def_record_1): Change 0 to VOIDmode.
15114 (df_get_conditional_uses): Likewise.
15115 * df.h (df_set_flags, df_clear_flags): Update declarations.
15116 * dwarf2out.c (struct indirect_string_node): Change type of form
15117 field to enum dwarf_form.
15118 (AT_string_form): Change return type to enum dwarf_form.
15119 * fixed-value.c (fixed_compare): Add cast to enum type.
15120 * fwprop.c (update_df): Change 0 to VOIDmode.
15121 * gensupport.c: Change 0 to UNKNOWN.
15122 * gimple.h (gimple_cond_code): Add cast to enum type.
15123 * haifa-sched.c (reemit_notes): Add cast to enum type.
15124 * hooks.c (hook_int_void_no_regs): Remove function.
15125 * hooks.h (hook_int_void_no_regs): Remove declaration.
15126 * optabs.c (expand_widen_pattern_expr): Change 0 to VOIDmode.
7a00d767 15127 * predict.c (combine_predictions_for_insn): Add casts to enum type.
81f40b79
ILT
15128 * real.c (real_arithmetic): Add cast to enum type.
15129 (real_compare): Likewise.
15130 * target.h (struct gcc_target): Change return type of
15131 branch_target_register_class to enum reg_class.
15132 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define as
15133 default_branch_target_register_class.
7a00d767 15134 * targhooks.c (default_branch_target_register_class): New function.
81f40b79 15135 * targhooks.h (default_branch_target_register_class): Declare.
7a00d767 15136 * tree-data-ref.c (print_direction_vector): Add cast to enum type.
81f40b79
ILT
15137 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Remove
15138 cast to int.
15139 * tree-vect-loop.c (vect_create_epilog_for_reduction): Change 0 to
15140 ERROR_MARK.
15141 * tree-vect-slp.c (vect_build_slp_tree): Change 0 to
15142 vect_uninitialized_def. Change 0 to ERROR_MARK.
15143 * tree-vect-stmts.c (supportable_widening_operation): Don't
15144 initialize icode1 and icode2.
7a00d767 15145 * tree-vectorizer.h (enum vect_def_type): Add vect_uninitialized_def.
81f40b79
ILT
15146 * config/sol2-c.c (cmn_err_length_specs): Change 0 to FMT_LEN_none
15147 and to STD_C89.
15148 (cmn_err_flag_specs): Change 0 to STD_C89.
15149 (cmn_err_char_table): Likewise.
15150 * config/arm/arm.c (get_arm_condition_code): Change type of code
15151 to enum arm_cond_code.
15152 (IWMMXT_BUILTIN): Change 0 to UNKNOWN.
15153 (IWMMXT_BUILTIN2): Likewise.
15154 (neon_builtin_type_bits): Don't define typedef.
15155 (neon_builtin_datum): Change type of bits field to int.
15156 (arm_expand_neon_args): Add cast to enum type.
15157 * config/ia64/ia64.c (tls_symbolic_operand_type): Change 0 to
15158 TLS_MODEL_NONE.
15159 * config/i386/i386.c (bdesc_multi_arg): Change 0 to UNKNOWN. Add
15160 casts to enum type.
15161 * config/mips/mips.c (LOONGSON_BUILTIN_ALIAS): Change 0 to
15162 MIPS_FP_COND_f.
15163 * config/mips/mips.md (jal_macro): Return enum constant.
15164 (single_insn): Likewise.
15165 * config/rs6000/rs6000.c (bdesc_altivec_preds): Change 0 to
15166 CODE_FOR_nothing.
15167 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
15168 casts to enum type.
15169 * config/s390/s390.c (s390_tune_flags): Change type to int.
15170 (s390_arch_flags): Likewise.
7a00d767 15171 (s390_handle_arch_option): Change flags field of struct pta to int.
81f40b79
ILT
15172 * config/s390/s390.h (s390_tune_flags): Update declaration.
15173 (s390_arch_flags): Likewise.
15174 * config/sh/sh.c (prepare_move_operands): Compare
15175 tls_symbolic_operand result with enum constant.
15176 (sh_reorg): Change PUT_MODE to PUT_REG_NOTE_KIND.
15177 (sh_expand_prologue): Add cast to enum type.
15178 (sh_expand_epilogue): Likewise.
15179 (tls_symbolic_operand): Change return type to enum tls_model.
15180 (fpscr_set_from_mem): Add cast to enum type.
15181 (legitimize_pic_address): Compare tls_symbolic_operand result with
15182 enum constant.
15183 (sh_target_reg_class): Change return type to enum reg_class.
15184 * config/sh/sh.h (OVERRIDE_OPTIONS): Change CPU_xxx to
15185 PROCESSOR_xxx.
7a00d767
UB
15186 * config/sh/sh-protos.h (tls_symbolic_operand): Update declaration.
15187 * config/sparc/sparc.c (sparc_override_options): Add cast to enum type.
81f40b79
ILT
15188 * config/sparc/sparc.md (empty_delay_slot): Return enum constant.
15189 (pic, calls_alloca, calls_eh_return, leaf_function): Likewise.
15190 (delayed_branch, tls_call_delay): Likewise.
15191 (eligible_for_sibcall_delay): Likewise.
f100a4a8 15192 (eligible_for_return_delay): Likewise.
81f40b79
ILT
15193 * config/spu/spu.c (expand_builtin_args): Add cast to enum type.
15194 (spu_expand_builtin_1): Likewise.
15195
15196 * c-typeck.c (convert_for_assignment): Issue -Wc++-compat warnings
15197 for all types of conversions.
15198 (output_init_element): Issue -Wc++-compat warning if needed when
15199 initializing a bitfield with enum type.
15200 * c-parser.c (c_parser_expression): Set original_type to
9302a061 15201 original_type of right hand operand of comma operator.
81f40b79 15202
e4ae5e77
RW
152032009-04-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15204
15205 * doc/c-tree.texi (Types, Functions, Expression trees): Fix
15206 grammar nits.
7a00d767 15207 * doc/cfg.texi (Maintaining the CFG, Liveness information): Likewise.
e4ae5e77
RW
15208 * doc/cpp.texi (Standard Predefined Macros)
15209 (Implementation-defined behavior): Likewise.
7a00d767 15210 * doc/extend.texi (Function Attributes, Type Attributes): Likewise.
e4ae5e77
RW
15211 * doc/gimple.texi (GIMPLE Exception Handling)
15212 (@code{GIMPLE_ASSIGN}): Likewise.
7a00d767 15213 * doc/install.texi (Prerequisites, Configuration, Specific): Likewise.
e4ae5e77
RW
15214 * doc/invoke.texi (Warning Options, Optimize Options)
15215 (AVR Options, Darwin Options): Likewise.
15216 (Optimize Options): Reformulate -fwhole-program description.
15217 * doc/loop.texi (Lambda): Likewise.
15218 * doc/md.texi (Output Template, Define Constraints)
15219 (Standard Names, Insn Splitting): Likewise.
15220 * doc/options.texi (Option properties): Likewise.
15221 * doc/passes.texi (Tree-SSA passes): Likewise.
15222 * doc/rtl.texi (Side Effects, Assembler, Insns): Likewise.
15223 * doc/tm.texi (Register Classes, Old Constraints, Scalar Return)
15224 (File Names and DBX): Likewise.
15225 * doc/trouble.texi (Incompatibilities): Likewise.
15226
1883802f 152272009-04-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6e37f6d4
TS
15228
15229 * spu.c (spu_machine_dependent_reorg): Make sure branch label on hint
15230 instruction is correct.
15231
1883802f 152322009-04-27 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5345cf68
TS
15233
15234 Allow non-constant arguments to conversion intrinsics.
15235 * spu-protos.h (exp2_immediate_p, spu_gen_exp2): Declare.
15236 * predicates.md (spu_inv_exp2_operand, spu_exp2_operand): New.
15237 * spu.c (print_operand): Handle 'v' and 'w'.
15238 (exp2_immediate_p, spu_gen_exp2): Define.
15239 * spu-builtins.def (spu_convts, spu_convtu, spu_convtf_0,
15240 spu_convtf_1): Update parameter descriptions.
7a00d767 15241 * spu-builtins.md (spu_csflt, spu_cuflt, spu_cflts, spu_cfltu): Update.
5345cf68
TS
15242 * constraints.md ('v', 'w'): New.
15243 * spu.md (UNSPEC_CSFLT, UNSPEC_CFLTS, UNSPEC_CUFLT, UNSPEC_CFLTU):
15244 Remove.
15245 (i2f, I2F): New define_mode_attr.
15246 (floatsisf2, floatv4siv4sf2, fix_truncsfsi2, fix_truncv4sfv4si2,
15247 floatunssisf2, floatunsv4siv4sf2, fixuns_truncsfsi2,
15248 fixuns_truncv4sfv4si2): Update to use mode attribute.
15249 (float<mode><i2f>2_mul, float<mode><i2f>2_div,
15250 fix_trunc<mode><f2i>2_mul, floatuns<mode><i2f>2_mul,
15251 floatuns<mode><i2f>2_div, fixuns_trunc<mode><f2i>2_mul): New
15252 patterns for combine.
15253
5f39ad47
SB
152542009-04-27 Steven Bosscher <steven@gcc.gnu.org>
15255
15256 * dbgcnt.def (cprop1, cprop2, gcse, jump_bypass): Remove
15257 (cprop, hoist, pre, store_motion): New debug counters.
15258 * tree-pass.h (pass_tracer): Move to list of gimple passes, it
15259 is not an RTL pass anymore.
15260 (pass_profiling): Remove extern decl for pass removed in 2005.
15261 (pass_gcse, pass_jump_bypass): Remove.
15262 * final.c (rest_of_clean_state): Set flag_rerun_cse_after_global_opts
15263 to 0 for clean state.
15264 * toplev.h (flag_rerun_cse_after_global_opts): Add extern declaration.
15265 * cse.c (gate_handle_cse_after_global_opts,
15266 rest_of_handle_cse_after_global_opts): New functions.
15267 (pass_cse_after_global_opts): New pass, does local CSE.
15268 * timevar.def (TV_GCSE, TV_CPROP1, TV_CPROP2, TV_BYPASS): Remove.
15269 (TV_CPROP): New timevar.
15270 * gcse.c (flag_rerun_cse_after_global_opts): New global variable.
15271 (run_jump_opt_after_gcse, max_gcse_regno): Remove global vars.
15272 (gcse_main, recompute_all_luids): Remove.
15273 (compute_hash_table_work): Call max_reg_num instead of reading
15274 max_gcse_regno.
15275 (cprop_jump): Don't set run_jump_opt_after_gcse.
15276 (constprop_register): Always allow to alter jumps.
15277 (cprop_insn): Likewise.
15278 (do_local_cprop): Likewise.
15279 (local_cprop_pass): Likewise. Return non-zero if something changed.
15280 (cprop): Remove function, fold interesting bits into one_cprop_pass.
15281 (find_implicit_sets): Add note about missed optimization opportunity.
15282 (one_cprop_pass): Rewrite to be "the" CPROP pass, called from the
15283 pass_rtl_cprop execute function.
15284 Don't bother tracking the pass number, each pass gets its own dumpfile
15285 now anyway.
15286 Always allow to alter jumpsand bypass jumps.
15287 (bypass_block): Don't ignore regno >= max_gcse_regno, find_bypass_set
15288 will just find no suitable set.
15289 (pre_edge_insert): Fix dumping, this function is for PRE only.
15290 (one_pre_gcse_pass): Rewrite to be "the" PRE pass, called from the
15291 pass_rtl_pre execute function.
15292 (hoist_code): Return non-zero if something changed. Keep track of
15293 substitutions and insertions for statistics gathering similar to PRE.
15294 (one_code_hoisting_pass): Rewrite to be "the" code hoisting pass,
15295 called from the pass_rtl_hoist execute function. Show pass statistics.
15296 (compute_store_table): Use max_reg_num directly instead of using the
15297 formerly global max_gcse_regno.
15298 (build_store_vectors): Likewise.
15299 (replace_store_insn): Fix dumping.
15300 (store_motion): Rename to ...
15301 (one_store_motion_pass): ... this. Rewrite to be "the" STORE_MOTION
15302 pass, called from the pass_rtl_store_motion execute function. Keep
15303 track of substitutions and insertions for statistics gathering similar
15304 to PRE.
15305 (bypass_jumps): Remove, fold interesting bits into ...
15306 (one_cprop_pass): ... this. Rewrite to be "the" CPROP pass, called
15307 from the pass_rtl_cprop execute function.
15308 (gate_handle_jump_bypass, rest_of_handle_jump_bypass,
15309 pass_jump_bypass): Remove.
15310 (gate_handle_gcse, rest_of_handle_gcse): Remove.
15311 (gate_rtl_cprop, execute_rtl_cprop, pass_rtl_cprop): New.
15312 (gate_rtl_pre, execute_rtl_pre, pass_rtl_pre): New.
15313 (gate_rtl_hoist, execute_rtl_hoist, pass_rtl_hoist): New.
15314 (gate_rtl_store_motion, execute_rtl_store_motion,
15315 pass_rtl_store_motion): New.
15316 * common.opt: Remove flag_cse_skip_blocks, adjust documentation to
15317 make it clear that -fcse-skip-blocks is a no-op for backward compat.
15318 * passes.c (init_optimization_passes): Remove pass_gcse and
15319 pass_jump_bypass. Schedule cprop, pre, hoist, cprop, store_motion,
15320 and cse_after_global_opts in place of pass_gcse. Schedule cprop
15321 instead of pass_jump_bypass.
15322
c685de4a
RG
153232009-04-27 Richard Guenther <rguenther@suse.de>
15324
15325 PR middle-end/39928
15326 * gimplify.c (gimplify_expr): If we are required to create
15327 a temporary make sure it ends up as register.
15328
72d41f29
L
153292009-04-27 H.J. Lu <hongjiu.lu@intel.com>
15330
15331 PR target/39903
15332 * config/i386/i386.c (construct_container): Don't call
15333 gen_reg_or_parallel with BLKmode on X86_64_SSE_CLASS,
15334 X86_64_SSESF_CLASS and X86_64_SSEDF_CLASS.
15335
e97809c6
MM
153362009-04-27 Michael Matz <matz@suse.de>
15337
15338 * ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.
15339 (get_gimple_for_ssa_name): Adjust, lookup using SSA_NAME_DEF_STMT.
15340 * tree-ssa-live.h: (find_replaceable_exprs): Return a bitmap.
15341 (dump_replaceable_exprs): Take a bitmap.
15342 * cfgexpand.c (gimple_cond_pred_to_tree): Handle bitmap instead of
15343 array.
15344 (expand_gimple_basic_block): Likewise.
15345 * tree-ssa-ter.c (struct temp_expr_table_d): Make
15346 replaceable_expressions member a bitmap.
15347 (free_temp_expr_table): Pass back and deal with bitmap, not gimple*.
15348 (mark_replaceable): Likewise.
15349 (find_replaceable_in_bb, dump_replaceable_exprs): Likewise.
15350 * tree-outof-ssa.c (remove_ssa_form): 'values' is a bitmap.
15351
211ca15c
RG
153522009-04-27 Richard Guenther <rguenther@suse.de>
15353
15354 * tree-cfg.c (remove_useless_stmts): Verify stmts afterwards.
15355 (verify_stmts): Dispatch to gimple/type verification code.
15356 * tree-inline.c (remap_gimple_op_r): Work around C++ FE
15357 issue with call argument types.
15358
fca5f3d1
MM
153592009-04-27 Michael Matz <matz@suse.de>
15360
15361 * tree-into-ssa.c (regs_to_rename, mem_syms_to_rename): Remove.
15362 (init_update_ssa, delete_update_ssa, update_ssa): Remove references
15363 to above.
15364
a1fa3e79 153652009-04-27 Richard Sandiford <rdsandiford@googlemail.com>
8224166e 15366 Eric Botcazou <ebotcazou@adacore.com>
a1fa3e79
EB
15367
15368 * resource.c (find_basic_block): Use BLOCK_FOR_INSN to look up
15369 a label's basic block.
15370 (mark_target_live_regs): Tidy and rework obsolete comments.
15371 Change back DF problem to LIVE. If a label starts a basic block,
15372 assume that all registers that used to be live then still are.
15373 (init_resource_info): If a label starts a basic block, set its
15374 BLOCK_FOR_INSN accordingly.
15375 (fini_resource_info): Undo the setting of BLOCK_FOR_INSN.
15376
33b223c0
RG
153772009-04-27 Richard Guenther <rguenther@suse.de>
15378
15379 * tree-flow-inline.h (function_ann): Remove.
15380 (get_function_ann): Likewise.
15381 * tree-dfa.c (create_function_ann): Remove.
15382 * tree-flow.h (struct static_var_ann_d): Remove.
15383 (struct function_ann_d): Likewise.
15384 (union tree_ann_d): Remove fdecl member.
15385 (function_ann_t): Remove.
15386 (function_ann, get_function_ann, create_function_ann): Remove
15387 declarations.
15388
e3136fa2
UB
153892009-04-27 Uros Bizjak <ubizjak@gmail.com>
15390
15391 * config/alpha/alpha.c (code_for_builtin): Declare as enum insn_code.
15392
f87c9042
JH
153932009-04-27 Jan Hubicka <jh@suse.cz>
15394
15395 * ipa-pure-const.c (struct funct_state_d): New fields
15396 state_previously_known, looping_previously_known; remove
15397 state_set_in_source.
15398 (analyze_function): Use new fields.
15399 (propagate): Avoid assumption that state_set_in_source imply
15400 nonlooping.
15401
15402 * tree-ssa-loop-niter.c (finite_loop_p): New function.
15403 * tree-ssa-loop-ivcanon.c (empty_loop_p): Use it.
15404 * cfgloop.h (finite_loop_p): Declare.
15405
33abd718
MM
154062009-04-26 Michael Matz <matz@suse.de>
15407
e3136fa2 15408 * tree-flow.h (tree_ann_common_d): Remove aux and value_handle members.
33abd718 15409
ddc34084
MM
154102009-04-26 Michael Matz <matz@suse.de>
15411
15412 * tree-pass.h (pass_del_ssa, pass_mark_used_blocks,
15413 pass_free_cfg_annotations, pass_free_datastructures): Remove decls.
15414 * gimple-low.c (mark_blocks_with_used_vars, mark_used_blocks,
15415 pass_mark_used_blocks): Remove.
15416 * tree-optimize.c (pass_free_datastructures,
15417 execute_free_cfg_annotations, pass_free_cfg_annotations): Remove.
15418 * passes.c (init_optimization_passes): Don't call
15419 pass_mark_used_blocks, remove dead code.
15420
1fec7ed4
L
154212009-04-26 H.J. Lu <hongjiu.lu@intel.com>
15422
15423 * tree-outof-ssa.c (rewrite_trees): Add ATTRIBUTE_UNUSED.
15424 * tree-ssa-live.h (register_ssa_partition): Likewise.
15425
4e3825db
MM
154262009-04-26 Michael Matz <matz@suse.de>
15427
15428 Expand from SSA.
15429 * builtins.c (fold_builtin_next_arg): Handle SSA names.
15430 * tree-ssa-copyrename.c (rename_ssa_copies): Use ssa_name() directly.
15431 * tree-ssa-coalesce.c (create_outofssa_var_map): Mark only useful
f100a4a8 15432 SSA names.
4e3825db
MM
15433 (compare_pairs): Swap cost comparison.
15434 (coalesce_ssa_name): Don't use change_partition_var.
15435 * tree-nrv.c (struct nrv_data): Add modified member.
15436 (finalize_nrv_r): Set it.
15437 (tree_nrv): Use it to update statements.
15438 (pass_nrv): Require PROP_ssa.
15439 * tree-mudflap.c (mf_decl_cache_locals,
15440 mf_build_check_statement_for): Use make_rename_temp.
15441 (pass_mudflap_2): Require PROP_ssa, run ssa update at finish.
15442 * alias.c (find_base_decl): Handle SSA names.
15443 * emit-rtl (set_reg_attrs_for_parm): Make non-static.
15444 (component_ref_for_mem_expr): Don't leak SSA names into RTL.
15445 * rtl.h (set_reg_attrs_for_parm): Declare.
15446 * tree-optimize.c (pass_cleanup_cfg_post_optimizing): Rename
15447 to "optimized", remove unused locals at finish.
15448 (execute_free_datastructures): Make global, call
15449 delete_tree_cfg_annotations.
15450 (execute_free_cfg_annotations): Don't call
15451 delete_tree_cfg_annotations.
15452
15453 * ssaexpand.h: New file.
15454 * expr.c (toplevel): Include ssaexpand.h.
e3136fa2 15455 (expand_assignment): Handle SSA names the same as register variables.
4e3825db
MM
15456 (expand_expr_real_1): Expand SSA names.
15457 * cfgexpand.c (toplevel): Include ssaexpand.h.
15458 (SA): New global variable.
15459 (gimple_cond_pred_to_tree): Fold TERed comparisons into predicates.
15460 (SSAVAR): New macro.
15461 (set_rtl): New helper function.
15462 (add_stack_var): Deal with SSA names, use set_rtl.
15463 (expand_one_stack_var_at): Likewise.
15464 (expand_one_stack_var): Deal with SSA names.
15465 (stack_var_size_cmp): Use code (SSA_NAME / DECL) as tie breaker
15466 before unique numbers.
15467 (expand_stack_vars): Use set_rtl.
15468 (expand_one_var): Accept SSA names, add asserts for them, feed them
15469 to above subroutines.
15470 (expand_used_vars): Expand all partitions (without default defs),
15471 then only the local decls (ignoring those expanded already).
15472 (expand_gimple_cond): Remove edges when jumpif() expands an
15473 unconditional jump.
15474 (expand_gimple_basic_block): Don't clear EDGE_EXECUTABLE here,
15475 or remove abnormal edges. Ignore insns setting the LHS of a TERed
15476 SSA name.
15477 (gimple_expand_cfg): Call into rewrite_out_of_ssa, initialize
15478 members of SA; deal with PARM_DECL partitions here; expand
15479 all PHI nodes, free tree datastructures and SA. Commit instructions
15480 on edges, clear EDGE_EXECUTABLE and remove abnormal edges here.
15481 (pass_expand): Require and destroy PROP_ssa, verify SSA form, flow
15482 info and statements at start, collect garbage at finish.
15483 * tree-ssa-live.h (struct _var_map): Remove partition_to_var member.
15484 (VAR_ANN_PARTITION) Remove.
15485 (change_partition_var): Don't declare.
15486 (partition_to_var): Always return SSA names.
15487 (var_to_partition): Only accept SSA names.
15488 (register_ssa_partition): Only check argument.
15489 * tree-ssa-live.c (init_var_map): Don't allocate partition_to_var
15490 member.
15491 (delete_var_map): Don't free it.
15492 (var_union): Only accept SSA names, simplify.
15493 (partition_view_init): Mark only useful SSA names as used.
15494 (partition_view_fini): Only deal with SSA names.
15495 (change_partition_var): Remove.
15496 (dump_var_map): Use ssa_name instead of partition_to_var member.
15497 * tree-ssa.c (delete_tree_ssa): Don't remove PHI nodes on RTL
15498 basic blocks.
15499 * tree-outof-ssa.c (toplevel): Include ssaexpand.h and expr.h.
15500 (struct _elim_graph): New member const_dests; nodes member vector of
15501 ints.
15502 (set_location_for_edge): New static helper.
15503 (create_temp): Remove.
15504 (insert_partition_copy_on_edge, insert_part_to_rtx_on_edge,
e3136fa2 15505 insert_value_copy_on_edge, insert_rtx_to_part_on_edge): New functions.
4e3825db
MM
15506 (new_elim_graph): Allocate const_dests member.
15507 (clean_elim_graph): Truncate const_dests member.
15508 (delete_elim_graph): Free const_dests member.
15509 (elim_graph_size): Adapt to new type of nodes member.
15510 (elim_graph_add_node): Likewise.
15511 (eliminate_name): Likewise.
15512 (eliminate_build): Don't take basic block argument, deal only with
15513 partition numbers, not variables.
15514 (get_temp_reg): New static helper.
15515 (elim_create): Use it, deal with RTL temporaries instead of trees.
15516 (eliminate_phi): Adjust all calls to new signature.
15517 (assign_vars, replace_use_variable, replace_def_variable): Remove.
15518 (rewrite_trees): Only do checking.
15519 (edge_leader, stmt_list, leader_has_match, leader_match): Remove.
15520 (same_stmt_list_p, identical_copies_p, identical_stmt_lists_p,
15521 init_analyze_edges_for_bb, fini_analyze_edges_for_bb,
15522 contains_tree_r, MAX_STMTS_IN_LATCH,
15523 process_single_block_loop_latch, analyze_edges_for_bb,
15524 perform_edge_inserts): Remove.
15525 (expand_phi_nodes): New global function.
15526 (remove_ssa_form): Take ssaexpand parameter. Don't call removed
15527 functions, initialize new parameter, remember partitions having a
15528 default def.
15529 (finish_out_of_ssa): New global function.
15530 (rewrite_out_of_ssa): Make global. Adjust call to remove_ssa_form,
15531 don't reset in_ssa_p here, don't disable TER when mudflap.
15532 (pass_del_ssa): Remove.
15533 * tree-flow.h (struct var_ann_d): Remove out_of_ssa_tag and
15534 partition members.
15535 (execute_free_datastructures): Declare.
15536 * Makefile.in (SSAEXPAND_H): New variable.
15537 (tree-outof-ssa.o, expr.o, cfgexpand.o): Depend on SSAEXPAND_H.
15538 * basic-block.h (commit_one_edge_insertion): Declare.
15539 * passes.c (init_optimization_passes): Move pass_nrv and
15540 pass_mudflap2 before pass_cleanup_cfg_post_optimizing, remove
15541 pass_del_ssa, pass_free_datastructures, pass_free_cfg_annotations.
15542 * cfgrtl.c (commit_one_edge_insertion): Make global, don't declare.
15543 (redirect_branch_edge): Deal with super block when expanding, split
15544 out jump patching itself into ...
15545 (patch_jump_insn): ... here, new static helper.
15546
17c665a9
MM
155472009-04-26 Michael Matz <matz@suse.de>
15548
15549 * tree-ssa-copyrename.c (rename_ssa_copies): Don't iterate
15550 beyond num_ssa_names.
15551 * tree-ssa-ter.c (free_temp_expr_table): Likewise.
15552 * tree-ssa-coalesce.c (create_outofssa_var_map): Likewise.
15553
92061771
JJ
155542009-04-26 Jakub Jelinek <jakub@redhat.com>
15555
ce372372
JJ
15556 PR inline-asm/39543
15557 * fwprop.c (forward_propagate_asm): New function.
15558 (forward_propagate_and_simplify): Propagate also into __asm, if it
15559 doesn't increase the number of referenced registers.
15560
92061771
JJ
15561 PR c/39889
15562 * stmt.c (warn_if_unused_value): Look through NON_LVALUE_EXPR.
15563
155642009-04-26 Jakub Jelinek <jakub@redhat.com>
77f2a970
JJ
15565
15566 * tree-nested.c (get_nonlocal_vla_type): If not optimizing, call
15567 note_nonlocal_vla_type for nonlocal VLAs.
15568 (note_nonlocal_vla_type, note_nonlocal_block_vlas,
15569 contains_remapped_vars, remap_vla_decls): New functions.
15570 (convert_nonlocal_reference_stmt): If not optimizing, call
15571 note_nonlocal_block_vlas on GIMPLE_BIND block vars.
15572 (nesting_copy_decl): Return {VAR,PARM,RESULT}_DECL unmodified
15573 if it wasn't found in var_map.
15574 (finalize_nesting_tree_1): Call remap_vla_decls. If outermost
15575 GIMPLE_BIND doesn't have gimple_bind_block, chain debug_var_chain
15576 to BLOCK_VARS (DECL_INITIAL (root->context)) instead of calling
15577 declare_vars.
15578 * gimplify.c (nonlocal_vlas): New variable.
15579 (gimplify_var_or_parm_decl): Add debug VAR_DECLs for non-local
15580 referenced VLAs.
15581 (gimplify_body): Create and destroy nonlocal_vlas.
a9548ddf 15582
4561e242
JJ
15583 * dwarf2out.c (loc_descr_plus_const): New function.
15584 (build_cfa_aligned_loc, tls_mem_loc_descriptor,
15585 mem_loc_descriptor, loc_descriptor_from_tree_1,
15586 descr_info_loc, gen_variable_die): Use it.
15587
a9548ddf
JJ
15588 * tree.h (DECL_BY_REFERENCE): Note that it is also valid for
15589 !TREE_STATIC VAR_DECLs.
15590 * dwarf2out.c (loc_by_reference, gen_decl_die): Handle
15591 DECL_BY_REFERENCE on !TREE_STATIC VAR_DECLs.
15592 (gen_variable_die): Likewise. Don't look at TREE_PRIVATE if
15593 DECL_BY_REFERENCE is valid.
15594 * dbxout.c (DECL_ACCESSIBILITY_CHAR): Don't look at TREE_PRIVATE
15595 for PARM_DECLs, RESULT_DECLs or !TREE_STATIC VAR_DECLs.
15596 * tree-nested.c (get_nonlocal_debug_decl, get_local_debug_decl):
15597 Copy DECL_BY_REFERENCE.
15598 (struct nesting_copy_body_data): New type.
15599 (nesting_copy_decl): New function.
15600 (finalize_nesting_tree_1): Remap types of debug_var_chain variables,
15601 if they have variable length.
15602
10555d08
MM
156032009-04-26 Michael Matz <matz@suse.de>
15604
15605 * tree-sra.c (sra_build_assignment): Don't use into_ssa mode,
15606 mark new temporaries for renaming.
15607
e11187cc
JM
156082009-04-26 Joseph Myers <joseph@codesourcery.com>
15609
15610 PR c/39581
15611 * c-decl.c (global_bindings_p): Return negative value.
15612 (c_variable_size): New. Based on variable_size from
15613 stor-layout.c.
15614 (grokdeclarator): Call c_variable_size not variable_size.
15615
f6a51d31
UB
156162009-04-26 Uros Bizjak <ubizjak@gmail.com>
15617
15618 * config/i386/i386.c (print_operand) ['z']: Fix typo.
15619
4b97723d
KT
156202009-04-26 Kai Tietz <kai.tietz@onevision.com>
15621
15622 * config/i386/mingw-w64.h (STANDARD_INCLUDE_DIR):
15623 Redefine it to just use mingw/include.
15624 (ASM_SPEC): Rules for -m32 and -m64.
15625 (LINK_SPEC): Use Likewise.
15626 (SPEC_32): New define.
15627 (SPEC_64): Likewise.
15628 (SUB_LINK_SPEC): Likewise.
15629 (MULTILIB_DEFAULTS): New define.
15630 * config/i386/t-mingw-w64 (MULTILIB_OPTIONS):
15631 Add multilib options.
15632 (MULTILIB_DIRNAMES): Likewise.
15633 (MULTILIB_OSDIRNAMES): Likewise.
15634 (LIBGCC): Likewise.
15635 (INSTALL_LIBGCC): Likewise.
15636
991d6621
JM
156372009-04-26 Joseph Myers <joseph@codesourcery.com>
15638
15639 PR c/39556
15640 * c-tree.h (enum c_inline_static_type): New.
15641 (record_inline_static): Declare.
15642 * c-decl.c (struct c_inline_static, c_inline_statics,
15643 record_inline_static, check_inline_statics): New.
15644 (pop_file_scope): Call check_inline_statics.
15645 (start_decl): Call record_inline_static instead of pedwarning
15646 directly for static in inline function.
15647 * c-typeck.c (build_external_ref): Call record_inline_static
15648 instead of pedwarning directly for static referenced in inline
15649 function.
15650
4a81774c
SB
156512009-04-26 Steven Bosscher <steven@gcc.gnu.org>
15652
15653 * df-scan.c (df_insn_rescan): Salvage insn's LUID if the insn is
15654 not new but only being rescanned.
15655 * gcse.c (uid_cuid, max_uid, INSN_CUID, max_cuid, struct reg_set,
15656 reg_set_table, REG_SET_TABLE_SLOP, reg_set_in_block,
15657 alloc_reg_set_mem, free_reg_set_mem, record_one_set,
15658 record_set_info, compute_set, grealloc): Remove.
15659 (recompute_all_luids): New function.
15660 (gcse_main): Don't compute sets, and don't do related memory
15661 allocations/free-ing. If something changed before the end of the
15662 pass, update LUIDs using recompute_all_luids.
15663 (alloc_gcse_mem): Don't compute LUIDs. Don't allocate reg_set memory.
15664 (free_gcse_mem): Don't free it either.
15665 (oprs_unchanged_p, load_killed_in_block, record_last_reg_set_info):
15666 Use the df insn LUIDs.
15667 (load_killed_in_block): Likewise.
15668 (compute_hash_table_work): Don't compute reg_set_in_block.
15669 (compute_transp): Use DF_REG_DEF_CHAINs.
15670 (local_cprop_pass): Don't use compute_sets and related functions.
15671 (one_cprop_pass, pre_gcse, one_pre_gcse_pass, one_code_hoisting_pass):
15672 Use get_max_uid() instead of max_cuid.
15673 (insert_insn_end_basic_block, pre_insert_copy_insn,
15674 update_ld_motion_stores): Don't try to
15675 keep reg_set tables up to date.
15676 (pre_insert_copies): Use df insn LUIDs.
15677 (sbitmap pre_redundant_insns): Replace with uses of INSN_DELETED_P.
15678 (reg_set_info): Don't use extra bitmap argument.
15679 (compute_store_table): Don't compute reg_set_in_block. Use DF scan
15680 information to compute regs_set_in_block.
15681 (free_store_memory, store_motion): Don't nullify reg_set_in_block.
15682 (bypass_jumps): Don't use compute_sets and friends.
15683
e8f99a9d
RW
156842009-04-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15685
15686 PR testsuite/39710
15687 * opts.c (undocumented_msg): Do not leave blank even with
15688 ENABLE_CHECKING.
15689
6895bac8
JM
156902009-04-25 Joseph Myers <joseph@codesourcery.com>
15691
15692 * c-decl.c (build_enumerator): Allow values folding to integer
15693 constants but not integer constant expressions with a pedwarn if
15694 pedantic.
15695
24070fcb
JM
156962009-04-25 Joseph Myers <joseph@codesourcery.com>
15697
15698 PR c/39582
15699 * c-typeck.c (c_expr_sizeof_type): Create a C_MAYBE_CONST_EXPR
15700 with non-null C_MAYBE_CONST_EXPR_PRE if size of a variable-length
15701 type is an integer constant.
15702
d6d89aa1
UB
157032009-04-25 Uros Bizjak <ubizjak@gmail.com>
15704
15705 PR target/39897
15706 * config/i386/i386.c (print_operand) ['z']: Revert handling of
15707 HImode operands.
15708
92f6fd0b
JM
157092009-04-25 Joseph Myers <joseph@codesourcery.com>
15710
15711 PR c/39564
15712 * c-decl.c (grokdeclarator): Diagnose declarations of functions
15713 with variably modified return type and no storage class
15714 specifiers, except for the case of nested functions. Distinguish
15715 extern declarations of functions with variably modified return
15716 types from those of objects with variably modified types.
15717
a3710436
JH
157182009-04-25 Jan Hubicka <jh@suse.cz>
15719
15720 * tree.c (list_equal_p): New function.
15721 * tree.h (list_equal_p): Declare.
15722 * coretypes.h (edge_def, edge, const_edge, basic_block_def
15723 basic_block_def, basic_block, const_basic_block): New.
15724 * tree-eh.c (make_eh_edge): EH edges are not abnormal.
15725 (redirect_eh_edge): New function.
15726 (make_eh_edge_update_phi): EH edges are not abnormal.
15727 * except.c: Include tree-flow.h.
15728 (list_match): New function.
15729 (eh_region_replaceable_by_p): New function.
15730 (replace_region): New function.
15731 (hash_type_list): New function.
15732 (hash_eh_region): New function.
15733 (eh_regions_equal_p): New function.
15734 (merge_peers): New function.
15735 (remove_unreachable_regions): Verify EH tree when checking;
15736 merge peers.
15737 (copy_eh_region_1): New function.
15738 (copy_eh_region): New function.
15739 (push_reachable_handler): New function.
15740 (build_post_landing_pads, dw2_build_landing_pads): Be ready for
15741 regions without label but with live RESX.
15742 * except.h (redirect_eh_edge_to_label): New.
15743 * tree-flow.h (redirect_eh_edge): New.
15744 * coretypes.h (edge_def, edge, const_edge, basic_block_def
15745 basic_block_def, basic_block, const_basic_block): Remove.
15746 * Makefile.in (except.o): Add dependency on tree-flow.h
15747 * tree-cfg.c (gimple_redirect_edge_and_branch): Handle EH edges.
15748 * basic-block.h (edge, const_edge, basic_block, const_basic_block):
15749 Remove.
15750
3764d512
EB
157512009-04-25 Eric Botcazou <ebotcazou@adacore.com>
15752
15753 PR bootstrap/39645
15754 * config/sparc/sparc.c (sparc_gimplify_va_arg): Set TREE_ADDRESSABLE
15755 on the destination of memcpy.
15756
1c62e8f2
PB
157572009-04-25 Paolo Bonzini <bonzini@gnu.org>
15758
15759 * doc/tm.texi (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
15760 REGNO_MODE_OK_FOR_REG_BASE_P, REGNO_MODE_CODE_OK_FOR_BASE_P,
15761 REGNO_OK_FOR_INDEX_P): Mention strict/nonstrict difference.
15762
496a4ef5
JH
157632009-04-25 Jan Hubicka <jh@suse.cz>
15764
15765 * tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.
15766 (tree_empty_eh_handler_p): Allow non-EH predecestors; allow region
15767 to be reached by different label than left.
15768 (update_eh_edges): Update comment; remove edge_to_remove if possible
15769 and return true if suceeded.
15770 (cleanup_empty_eh): Accept sharing map; handle shared regions.
15771 (cleanup_eh): Compute sharing map.
15772 * except.c (remove_eh_handler_and_replace): Add argument if we should
15773 update regions.
15774 (remove_unreachable_regions): Update for label sharing.
15775 (label_to_region_map): Likewise.
15776 (get_next_region_sharing_label): New function.
15777 (remove_eh_handler_and_replace): Add update_catch_try parameter; update
15778 prev_try pointers.
15779 (remove_eh_handler): Update.
15780 (remove_eh_region_and_replace_by_outer_of): New function.
15781 * except.h (struct eh_region): Add next_region_sharing_label.
15782 (remove_eh_region_and_replace_by_outer_of,
15783 get_next_region_sharing_label): Declare.
15784 * tree-cfgcleanup.c (tree_forwarder_block_p): Simplify.
15785
157862009-04-25 Jan Hubicka <jh@suse.cz>
15787
15788 * tree-cfg.c (split_critical_edges): Split also edges where we can't
15789 insert code even if they are not critical.
15790
157912009-04-25 Jan Hubicka <jh@suse.cz>
15792
15793 * tree-cfg.c (gimple_can_merge_blocks_p): EH edges are unmergable.
15794 (gimple_can_remove_branch_p): EH edges won't remove branch by
15795 redirection.
15796 * tree-inline.c (update_ssa_across_abnormal_edges): Do handle
15797 updating of non-abnormal EH edges.
15798 * tree-cfg.c (gimple_can_merge_blocks_p): EH edges are unmergable.
15799 (gimple_can_remove_branch_p): EH edges are unremovable by redirection.
15800 (split_critical_edges): Split also edges where emitting code on them
15801 will lead to splitting later.
15802
a3a5e3d1
UB
158032009-04-25 Uros Bizjak <ubizjak@gmail.com>
15804 H.J. Lu <hongjiu.lu@intel.com>
15805
15806 PR target/39590
15807 * configure.ac (HAVE_AS_IX86_FILDQ): On x86 targets check whether
15808 the configured assembler supports fildq and fistpq mnemonics.
15809 (HAVE_AS_IX86_FILDS): Rename from HAVE_GAS_FILDS_FISTS.
15810 * configure: Regenerated.
15811 * config.in: Ditto.
15812
15813 * config/i386/i386.c (print_operand): Handle 'Z'.
15814 ['z']: Remove handling of special fild/fist suffixes.
15815 (output_fix_trunc): Use '%Z' to output suffix of fist{,p,tp} insn.
15816 * config/i386/i386.md (*floathi<mode>2_i387): Use '%Z' to output
15817 suffix of fild insn.
15818 (*floatsi<mode>2_vector_mixed): Ditto.
15819 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_interunit): Ditto.
15820 (*float<SSEMODEI24:mode><MODEF:mode>2_mixed_nointerunit): Ditto.
15821 (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp): Ditto.
15822 (*float<SSEMODEI24:mode><X87MODEF:mode>2_i387): Ditto.
15823 * config/i386/gas.h (GAS_MNEMONICS): Remove.
15824
23750d7f 158252009-04-25 Ben Elliston <bje@au.ibm.com>
f100a4a8 15826
23750d7f
BE
15827 * genrecog.c (validate_pattern): Do not warn for VOIDmode CALLs as
15828 the source of a set operation.
15829
e6ff3083
AS
158302009-04-25 Anatoly Sokolov <aesok@post.ru>
15831
15832 * target.h (struct gcc_target): Add case_values_threshold field.
15833 * target-def.h (TARGET_CASE_VALUES_THRESHOLD): New.
15834 (TARGET_INITIALIZER): Use TARGET_CASE_VALUES_THRESHOLD.
15835 * targhooks.c (default_case_values_threshold): New function.
15836 * targhooks.h (default_case_values_threshold): Declare function.
15837 * stmt.c (expand_case): Use case_values_threshold target hook.
15838 * expr.h (case_values_threshold): Remove declartation.
15839 * expr.c (case_values_threshold): Remove function.
15840 * doc/tm.texi (CASE_VALUES_THRESHOLD): Revise documentation.
15841
15842 * config/avr/avr.h (CASE_VALUES_THRESHOLD): Remove macro.
15843 * config/avr/avr.c (TARGET_CASE_VALUES_THRESHOLD): Define macro.
15844 (avr_case_values_threshold): Declare as static.
15845 * config/avr/avr-protos.h (avr_case_values_threshold): Remove.
15846
15847 * config/avr/mn10300.h (CASE_VALUES_THRESHOLD): Remove macro.
15848 * config/avr/mn10300.c (TARGET_CASE_VALUES_THRESHOLD): Define macro.
15849 (mn10300_case_values_threshold): New function.
15850
569c72fc
L
158512009-04-24 H.J. Lu <hongjiu.lu@intel.com>
15852
15853 * ira.c (setup_cover_and_important_classes): Add enum cast.
15854
ff3cb468
VM
158552009-04-24 Vladimir Makarov <vmakarov@redhat.com>
15856
15857 * genpreds.c (write_enum_constraint_num): Output definition of
15858 CONSTRAINT_NUM_DEFINED_P macro.
15859 * ira.c (setup_cover_and_important_classes): Use
15860 CONSTRAINT_NUM_DEFINED_P instead of CONSTRAINT__LIMIT in #ifdef.
f100a4a8 15861
4f7be849
DD
158622009-04-24 DJ Delorie <dj@redhat.com>
15863
15864 * config/sh/sh.h (LIBGCC2_DOUBLE_TYPE_SIZE): Test
15865 __SH2A_SINGLE_ONLY__ also.
15866
735b94a7
SE
158672009-04-24 Steve Ellcey <sje@cup.hp.com>
15868
15869 * config/ia64/ia64.md (movfs_internal): Allow flt constants.
15870 (movdf_internal): Ditto.
15871 * config/ia64/ia64.c (ia64_legitimate_constant_p): Allow
15872 SFmode and DFmode constants.
15873 (ia64_print_operand): Add 'G' format for printing
15874 floating point constants.
15875
77a30264
RG
158762009-04-24 Richard Guenther <rguenther@suse.de>
15877
15878 * tree-vrp.c (extract_range_from_binary_expr): Handle overflow
15879 from unsigned additions.
15880
2b6da65c
JM
158812009-04-24 Joseph Myers <joseph@codesourcery.com>
15882
15883 * c-typeck.c (set_init_index): Allow array designators that are
15884 not integer constant expressions with a pedwarn if pedantic.
15885
f5a17c43
BS
158862009-04-24 Bernd Schmidt <bernd.schmidt@analog.com>
15887
15888 * simplify-rtx.c (simplify_binary_operation_1, case AND): Result is
15889 zero if no overlap in nonzero bits between the operands.
15890
32e8bb8e
ILT
158912009-04-24 Ian Lance Taylor <iant@google.com>
15892
15893 * combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.
15894 (record_dead_and_set_regs): Likewise.
15895 * df.h (struct df_mw_hardreg): Change flags field to int.
15896 (struct df_base_ref): Likewise.
15897 (struct df): Change changeable_flags field to int.
15898 * df-scan.c (df_defs_record): Change clobber_flags to int.
15899 * dwarf2.h (enum dwarf_tag): Make lo_user and hi_user values enum
15900 constants rather than #define macros.
15901 (enum dwarf_attribute, enum dwarf_location_atom): Likewise.
15902 (enum dwarf_type, enum dwarf_endianity_encoding): Likewise.
15903 (enum dwarf_calling_convention): Likewise.
15904 (enum dwarf_line_number_x_ops): Likewise.
15905 (enum dwarf_call_frame_info): Likewise.
15906 (enum dwarf_source_language): Likewise.
15907 * dwarf2out.c (int_loc_descriptor): Add cast to enum type.
15908 (add_calling_convention_attribute): Likewise.
a3a5e3d1
UB
15909 * fold-const.c (fold_undefer_overflow_warnings): Add cast to enum type.
15910 (combine_comparisons): Change compcode to int. Add cast to enum type.
32e8bb8e
ILT
15911 * genrecog.c (maybe_both_true_2): Change c to int.
15912 (write_switch): Likewise. Add cast to enum type.
15913 * gimplify.c (gimplify_omp_for): Handle return values from
15914 gimplify_expr using MIN rather than bitwise or.
15915 (gimplify_expr): Add cast to enum type.
15916 * ipa-prop.c (update_jump_functions_after_inlining): Change
15917 IPA_BOTTOM to IPA_JF_UNKNOWN.
a3a5e3d1
UB
15918 * ira.c (setup_class_subset_and_memory_move_costs): Change mode to int.
15919 Add casts to enum type.
32e8bb8e
ILT
15920 (setup_cover_and_important_classes): Change cl to int. Add casts
15921 to enum type.
15922 (setup_class_translate): Change cl and mode to int.
15923 (ira_init_once): Change mode to int.
15924 (free_register_move_costs): Likewise.
15925 (setup_prohibited_mode_move_regs): Add casts to enum type.
15926 * langhooks.c (add_builtin_function_common): Rework assertion that
15927 value fits bitfield.
15928 * mcf.c (add_fixup_edge): Change type parameter to edge_type.
15929 * omega.c (omega_do_elimination): Avoid math on enum types.
15930 * optabs.c (expand_vec_shift_expr): Remove casts to int.
15931 * opts.c (set_debug_level): Change 2 to enum constant. Use new
15932 int local to handle integral_argment value.
15933 * regmove.c (try_auto_increment): Change PUT_MODE to
15934 PUT_REG_NOTE_KIND.
15935 * reload.c (push_secondary_reload): Add casts to enum type.
15936 (secondary_reload_class, find_valid_class): Likewise.
15937 * reload1.c (emit_input_reload_insns): Likewise.
15938 * rtl.h (NOTE_VAR_LOCATION_STATUS): Likewise.
15939 * sel-sched.c (init_hard_regs_data): Change cur_mode to int.
15940 * sel-sched-ir.c (hash_with_unspec_callback): Change 0 to enum
15941 constant.
15942 * tree.c (build_common_builtin_nodes): Add casts to enum type.
15943 * tree-complex.c (complex_lattice_t): Typedef to int rather than
15944 enum type.
15945 (expand_complex_libcall): Add casts to enum type.
15946 * tree-into-ssa.c (get_ssa_name_ann): Change 0 to enum constant.
15947 * tree-vect-loop.c (vect_model_reduction_cost): Compare reduc_code
15948 with ERROR_MARK, not NUM_TREE_CODES.
15949 (vect_create_epilog_for_reduction): Likewise.
15950 (vectorizable_reduction): Don't initialize epiloc_reduc_code.
a3a5e3d1 15951 When not using it, set it to ERROR_MARK rather than NUM_TREE_CODES.
32e8bb8e
ILT
15952 * tree-vect-patterns.c (vect_pattern_recog_1): Change vec_mode to
15953 enum machine_mode.
15954 * tree-vect-stmts.c (new_stmt_vec_info): Change 0 to
15955 vect_unused_in_loop. Change 0 to loop_vect.
a3a5e3d1 15956 * tree-vectorizer.c (vect_set_verbosity_level): Add casts to enum type.
32e8bb8e
ILT
15957 * var-tracking.c (get_init_value): Change return type to enum
15958 var_init_status.
15959 * vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
15960 * config/arm/arm.c (fp_model_for_fpu): Change to array to enum
15961 arm_fp_model.
15962 (arm_override_options): Add casts to enum type.
15963 (arm_emit_tls_decoration): Likewise.
15964 * config/i386/i386.c (ix86_function_specific_restore): Add casts
15965 to enum type.
15966 * config/i386/i386-c.c (ix86_pragma_target_parse): Likewise.
15967 * config/ia64/ia64.c (ia64_expand_compare): Change magic to int.
15968 * config/rs6000/rs6000.c (rs6000_override_options): Add casts to
15969 enum type.
15970 * config/s390/s390.c (code_for_builtin_64): Change to array of
15971 enum insn_code.
15972 (code_for_builtin_31): Likewise.
15973 (s390_expand_builtin): Change code_for_builtin to enum insn_code
15974 const *.
15975 * config/sparc/sparc.c (sparc_override_options): Change value
15976 field in struct code_model to enum cmodel. In initializer change
15977 0 to NULL and add cast to enum type.
15978
15979 * c-typeck.c (build_modify_expr): Add lhs_origtype parameter.
15980 Change all callers. Issue a -Wc++-compat warning using
15981 lhs_origtype if necessary.
15982 (convert_for_assignment): Issue -Wc++-compat warnings about
15983 invalid conversions to enum type on assignment.
15984 * c-common.h (build_modify_expr): Update declaration.
15985
ac4fc08a
NC
159862009-04-24 Nick Clifton <nickc@redhat.com>
15987
15988 * config/iq2000/iq2000.c (function_arg): Handle TImode values.
15989 (function_arg_advance): Likewise.
15990 * config/iq2000/iq2000.md (movsi_internal2): Fix the length of the
15991 5th alternative.
15992
f22e891a
AK
159932009-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
15994
15995 * config/s390/constraints.md ('I', 'J'): Fix condition.
15996
ad58aabe
DN
159972009-04-24 Diego Novillo <dnovillo@google.com>
15998
15999 * gengtype-parse.c (parse_error): Add newline after message.
16000
879a4a01
L
160012009-04-24 H.J. Lu <hongjiu.lu@intel.com>
16002
16003 * config/i386/sse.md (avxmodesuffixs): Removed.
16004 (*avx_pinsr<avxmodesuffixs>): Renamed to ...
16005 (*avx_pinsr<ssevecsize>): This.
16006
f63426af
BS
160072009-04-24 Bernd Schmidt <bernd.schmidt@analog.com>
16008
16009 * loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes;
16010 follow chains of regs with a single definition, and allow expressions
16011 that are function_invariant_p.
ce72fe6c 16012 (simple_rhs_p): Allow expressions that are function_invariant_p.
f63426af 16013
30349c74
PB
160142009-04-24 Paolo Bonzini <bonzini@gnu.org>
16015
16016 PR middle-end/39867
16017 * fold-const.c (fold_cond_expr_with_comparison): When folding
16018 > and >= to MAX, make sure the MAX uses the same type as the
16019 comparison's operands.
16020
8d8256c1
NC
160212009-04-24 Nick Clifton <nickc@redhat.com>
16022
16023 * config/frv/frv.c (frv_frame_access): Do not use reg+reg
16024 addressing for DImode accesses.
16025 (frv_print_operand_address): Handle PLUS case.
a3a5e3d1 16026 * config/frv/frv.h (FIXED_REGISTERS): Mark link register as fixed.
8d8256c1 16027
6216f94e
JJ
160282009-04-24 Jakub Jelinek <jakub@redhat.com>
16029
16030 PR rtl-optimization/39794
16031 * alias.c (canon_true_dependence): Add x_addr argument.
16032 * rtl.h (canon_true_dependence): Adjust prototype.
16033 * cse.c (check_dependence): Adjust canon_true_dependence callers.
16034 * cselib.c (cselib_invalidate_mem): Likewise.
16035 * gcse.c (compute_transp): Likewise.
16036 * dse.c (scan_reads_nospill): Likewise.
16037 (record_store, check_mem_read_rtx): Likewise. For non-const-or-frame
16038 addresses pass base->val_rtx as mem_addr, for const-or-frame addresses
16039 canon_base_addr of the group, plus optional offset.
16040 (struct group_info): Rename canon_base_mem to
16041 canon_base_addr.
16042 (get_group_info): Set canon_base_addr to canon_rtx of base, not
16043 canon_rtx of base_mem.
16044
6de7a512
PB
160452009-04-23 Paolo Bonzini <bonzini@gnu.org>
16046
16047 * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
16048 Use memory_address_p instead of GO_IF_LEGITIMATE_ADDRESS.
16049
4a3a2376
UW
160502009-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16051
16052 * config/spu/spu-builtins.h: Delete file.
16053
16054 * config/spu/spu.h (enum spu_builtin_type): Move here from
16055 spu-builtins.h.
16056 (struct spu_builtin_description): Likewise. Add GTY marker.
16057 Do not use enum spu_function_code or enum insn_code.
16058 (spu_builtins): Add extern declaration.
16059
16060 * config/spu/spu.c: Do not include "spu-builtins.h".
16061 (enum spu_function_code, enum spu_builtin_type_index,
16062 V16QI_type_node, V8HI_type_node, V4SI_type_node, V2DI_type_node,
16063 V4SF_type_node, V2DF_type_node, unsigned_V16QI_type_node,
16064 unsigned_V8HI_type_node, unsigned_V4SI_type_node,
16065 unsigned_V2DI_type_node): Move here from spu-builtins.h.
16066 (spu_builtin_types): Make static. Add GTY marker.
16067 (spu_builtins): Add extern declaration with GTY marker.
16068 Include "gt-spu.h".
16069
16070 * config/spu/spu-c.c: Do not include "spu-builtins.h".
16071 (spu_resolve_overloaded_builtin): Do not use spu_function_code.
16072 Check programmatically whether all parameters are scalar.
16073
16074 * config/spu/t-spu-elf (spu.o, spu-c.o): Update dependencies.
16075
bbaba73f
EB
160762009-04-23 Eric Botcazou <ebotcazou@adacore.com>
16077
16078 * gimplify.c (gimplify_modify_expr_rhs) <VAR_DECL>: Do not do a direct
16079 assignment from the constructor either if the target is volatile.
16080
ee93c1c6
DJ
160812009-04-23 Daniel Jacobowitz <dan@codesourcery.com>
16082
16083 * config/arm/arm.md (insv): Do not share operands[0].
16084
b2f21330
NS
160852009-04-23 Nathan Sidwell <nathan@codesourcery.com>
16086
16087 * config/vxlib-tls.c (active_tls_threads): Delete.
16088 (delete_hook_installed): New.
16089 (tls_delete_hook): Don't delete the delete hook.
16090 (tls_destructor): Delete it here.
16091 (__gthread_set_specific): Adjust installing the delete hook.
16092 (tls_delete_hook): Use __gthread_enter_tsd_dtor_context and
16093 __gthread_leave_tsd_dtor_context.
16094
4782dfa7
RAE
160952009-04-23 Rafael Avila de Espindola <espindola@google.com>
16096
16097 * c-format.c (gcc_tdiag_char_table): Add support for %E.
16098
bf758008
UB
160992009-04-23 Uros Bizjak <ubizjak@gmail.com>
16100
16101 * config/alpha/alpha.c (alpha_legitimize_reload_address): Add cast to
16102 enum type.
16103 (alpha_rtx_costs): Ditto.
16104 (emit_unlikely_jump): Use add_reg_note.
16105 (emit_frame_store_1): Ditto.
16106 (alpha_expand_prologue): Ditto.
16107 (alpha_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
16108 * config/alpha/alpha.c (Unicos/Mk address splitter): Use add_reg_note.
16109
7323a100
NC
161102009-04-23 Nick Clifton <nickc@redhat.com>
16111
16112 * config/v850/v850.md (epilogue): Remove suppressed code.
16113 (return): Rename to return_simple and remove test of frame size.
16114 * config/v850/v850.c (expand_epilogue): Rename call to gen_return
16115 to gen_return_simple.
16116
360032ba
JY
161172009-04-22 Jing Yu <jingyu@google.com>
16118
16119 PR testsuite/39781
16120 * config/arm/arm.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
16121
53650abe
AP
161222009-04-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
16123
16124 PR C/31499
16125 * c-typeck.c (process_init_element): Treat VECTOR_TYPE like ARRAY_TYPE
16126 and RECORD_TYPE/UNION_TYPE. When outputing the actual element and the
16127 value is a VECTOR_CST, the element type is the element type of the
16128 vector.
16129
89043e8a
DD
161302009-04-22 DJ Delorie <dj@redhat.com>
16131
16132 * config/m32c/m32c.h: Update GTY annotations to new syntax.
16133
023f059b
JJ
161342009-04-22 Jakub Jelinek <jakub@redhat.com>
16135
16136 * alias.c (find_base_term): Move around LO_SUM case, so that
16137 CONST falls through into PLUS/MINUS handling.
16138
2c0eba5a
JJ
16139 PR c/39855
16140 * fold-const.c (fold_binary) <case LSHIFT_EXPR>: When optimizing
16141 into 0, use omit_one_operand.
16142
9a461028
BE
161432009-04-23 Ben Elliston <bje@au.ibm.com>
16144
16145 * config/rs6000/linux-unwind.h (get_regs): Remove type
16146 puns. Change the type of `pc' to an array of unsigned ints and
16147 update all users. Constify frame24.
16148
653e2568
DD
161492009-04-22 DJ Delorie <dj@redhat.com>
16150
16151 * config/m32c/m32c.c (m32c_special_page_vector_p): Move
16152 declarations before code.
16153 (current_function_special_page_vector): Likewise.
16154 (m32c_expand_insv): Silence a warning.
16155
60839f5d 161562009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
16157
16158 * alias.c: Update GTY annotations to new syntax.
16159 * basic-block.h: Likewise.
16160 * bitmap.h: Likewise.
16161 * c-common.h: Likewise.
16162 * c-decl.c: Likewise.
16163 * c-parser.c: Likewise.
16164 * c-pragma.c: Likewise.
16165 * c-tree.h: Likewise.
16166 * cfgloop.h: Likewise.
16167 * cgraph.h: Likewise.
16168 * config/alpha/alpha.c: Likewise.
16169 * config/arm/arm.h: Likewise.
16170 * config/avr/avr.h: Likewise.
16171 * config/bfin/bfin.c: Likewise.
16172 * config/cris/cris.c: Likewise.
16173 * config/darwin.c: Likewise.
16174 * config/frv/frv.c: Likewise.
16175 * config/i386/i386.c: Likewise.
16176 * config/i386/i386.h: Likewise.
16177 * config/i386/winnt.c: Likewise.
16178 * config/ia64/ia64.h: Likewise.
16179 * config/iq2000/iq2000.c: Likewise.
16180 * config/mips/mips.c: Likewise.
16181 * config/mmix/mmix.h: Likewise.
16182 * config/pa/pa.c: Likewise.
16183 * config/pa/pa.h: Likewise.
16184 * config/rs6000/rs6000.c: Likewise.
16185 * config/s390/s390.c: Likewise.
16186 * config/sparc/sparc.c: Likewise.
16187 * config/xtensa/xtensa.c: Likewise.
16188 * cselib.h: Likewise.
16189 * dbxout.c: Likewise.
16190 * dwarf2out.c: Likewise.
16191 * except.c: Likewise.
16192 * except.h: Likewise.
16193 * fixed-value.h: Likewise.
16194 * function.c: Likewise.
16195 * function.h: Likewise.
16196 * gimple.h: Likewise.
16197 * integrate.c: Likewise.
16198 * optabs.c: Likewise.
16199 * output.h: Likewise.
16200 * real.h: Likewise.
16201 * rtl.h: Likewise.
16202 * stringpool.c: Likewise.
16203 * tree-data-ref.c: Likewise.
16204 * tree-flow.h: Likewise.
16205 * tree-scalar-evolution.c: Likewise.
16206 * tree-ssa-address.c: Likewise.
16207 * tree-ssa-alias.h: Likewise.
16208 * tree-ssa-operands.h: Likewise.
16209 * tree.c: Likewise.
16210 * tree.h: Likewise.
16211 * varasm.c: Likewise.
16212 * varray.h: Likewise.
16213 * vec.h: Likewise.
bf758008 16214 * coretypes.h: Do not define GTY macro if it is already defined.
d1b38208
TG
16215 * doc/gty.texi: Update GTY documentation to new syntax.
16216 * gengtype-lex.l: Enforce attribute-like syntax for GTY
16217 annotations on structs.
16218 * gengtype-parse.c: Likewise.
16219
a123d175
MH
162202009-04-22 Mark Heffernan <meheff@google.com>
16221
bf758008 16222 * gcc.c (LINK_COMMAND_SPEC): Link with gcov with -fprofile-generate=.
a123d175 16223
4c7c486a
KH
162242009-04-22 Kazu Hirata <kazu@codesourcery.com>
16225
16226 * config/arm/arm.c (arm_rtx_costs_1): Use power_of_two_operand
16227 where appropriate.
16228
6e782a29
KH
162292009-04-22 Kazu Hirata <kazu@codesourcery.com>
16230
16231 * config/arm/arm.c (arm_size_rtx_costs): Treat a PLUS with a shift
16232 the same as a PLUS without a shift. Increase the cost of a
16233 CONST_INT in MULT.
16234
38d2336a
MLI
162352009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
16236
16237 * Makefile.in: Update dependencies.
bf758008 16238 * errors.c (warning): Remove unused parameter 'opt'. Returns 'void'.
38d2336a
MLI
16239 * errors.h: Remove bogus comment about compatibility.
16240 (warning): Update declaration.
16241 * genautomata.c: Update all calls to warning.
16242 * gimple.c: Do not include errors.h. Include toplev.h.
16243 * tree-ssa-structalias.c: Do not include errors.h.
16244 * omega.c: Likewise.
16245 * tree-ssa-reassoc.c: Likewise.
16246 * config/spu/spu-c.c: Likewise.
16247 * config/spu/t-spu-elf: Update dependencies.
16248
aea4deba
RG
162492009-04-22 Richard Guenther <rguenther@suse.de>
16250
16251 PR tree-optimization/39824
16252 * tree-ssa-ccp.c (fold_const_aggregate_ref): For INDIRECT_REFs
16253 make sure the types are compatible.
16254
cfc93532
MLI
162552009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
16256
16257 PR c++/14875
16258 * c-common.c (c_parse_error): Take a token_flags parameter.
16259 Use token_type for the token type instead.
16260 Pass token_flags to cpp_type2name.
16261 * c-common.h (c_parse_error): Update declaration.
16262 * c-parser.c (c_parser_error): Pass 0 as token flags.
16263
8632d02a
AB
162642009-04-22 Andrey Belevantsev <abel@ispras.ru>
16265
16266 PR rtl-optimization/39580
f100a4a8
UB
16267 * sel-sched-ir.c (insert_in_history_vect): Remove incorrect gcc_assert.
16268
4c33221c
UW
162692009-04-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16270
16271 * function.c (expand_function_end): Do not emit a jump to the "naked"
16272 return label for fall-through returns.
16273 * except.c (sjlj_emit_function_exit): Always place the call to the
16274 unregister function at the location installed by expand_function_end.
16275
9925bce0
RG
162762009-04-22 Richard Guenther <rguenther@suse.de>
16277
16278 PR tree-optimization/39845
16279 * tree-switch-conversion.c (build_arrays): Add new referenced vars.
16280 (gen_inbound_check): Likewise.
16281
24a40b35
NS
162822009-04-22 Nathan Sidwell <nathan@codesourcery.com>
16283
16284 * gthr-vxworks.h (struct __gthread_once_t): Add alignment and
16285 padding for PPC.
16286 (__GTHREAD_ONCE_INIT): Adjust ppc initializer.
16287 * config/vxlib.c (__gthread_once): Add race guard for PPC.
16288
6c34a092
PB
162892009-04-22 Paolo Bonzini <bonzini@gnu.org>
16290
16291 * config/sh/sh.c (shift_insns_rtx, shiftcosts, gen_shifty_op,
16292 sh_dynamicalize_shift_p, shl_and_scr_length): Truncate
16293 shift counts to avoid out-of-bounds array accesses.
16294
baa48dfa
PB
162952009-04-22 Paolo Bonzini <bonzini@gnu.org>
16296
16297 * config/sparc/sparc.h (POINTER_SIZE): Fix comment.
16298 (Pmode): Move above.
16299
7d83f4f5
UB
163002009-04-22 Uros Bizjak <ubizjak@gmail.com>
16301
16302 * config/alpha/alpha.c: Use REG_P, MEM_P, CONST_INT_P, JUMP_P,
16303 NONJUMP_INSN_P, CALL_P, LABEL_P and NOTE_P predicates instead of
16304 GET_CODE macro. Use IN_RANGE macro where appropriate.
16305 * config/alpha/alpha.h: Ditto.
16306 * config/alpha/alpha.md: Ditto.
16307 * config/alpha/constraints.md: Ditto.
16308 * config/alpha/predicates.md: Ditto.
f100a4a8 16309
3ad606bc
PB
163102009-04-22 Paolo Bonzini <bonzini@gnu.org>
16311
16312 * defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default.
16313 * config/frv/frv.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16314 * config/s390/s390.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16315 * config/m32c/m32c.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16316 * config/spu/spu.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16317 * config/i386/i386.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16318 * config/sh/sh.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16319 * config/pdp11/pdp11.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16320 * config/avr/avr.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16321 * config/crx/crx.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16322 * config/fr30/fr30.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16323 * config/m68hc11/m68hc11.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16324 * config/cris/cris.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16325 * config/iq2000/iq2000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16326 * config/mn10300/mn10300.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16327 * config/ia64/ia64.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16328 * config/m68k/m68k.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16329 * config/picochip/picochip.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16330 * config/arc/arc.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16331 * config/mcore/mcore.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16332 * config/score/score.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16333 * config/arm/arm.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16334 * config/pa/pa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16335 * config/mips/mips.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16336 * config/v850/v850.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16337 * config/mmix/mmix.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16338 * config/bfin/bfin.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.
16339
3cabd6d1
LB
163402009-04-22 Laurynas Biveinis <laurynas.biveinis@gmail.com>
16341
16342 * cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks
16343 references from comments.
16344 * cfgbuild.c: (count_basic_blocks): Delete.
16345 (find_basic_blocks_1): Delete.
16346 (find_basic_blocks): Delete.
16347 * except.c (finish_eh_generation): Make static. Move comment from
7d83f4f5 16348 except.h here. Remove find_basic_blocks references from comments.
3cabd6d1
LB
16349 * except.h (finish_eh_generation): Delete.
16350 * basic-block.h (find_basic_blocks): Delete.
16351 * config/sh/sh.c (sh_output_mi_thunk): Delete a "#if 0" block.
16352
270d1bcd
DK
163532009-04-22 Dave Korn <dave.korn.cygwin@gmail.com>
16354
16355 * sdbout.c (sdbout_symbol): Pass VOIDmode to eliminate_regs.
16356 (sdbout_parms): Likewise.
16357
b757d36f
KK
163582009-04-21 Kaz Kojima <kkojima@gcc.gnu.org>
16359
16360 * config/sh/sh.c (prepare_cbranch_operands): Use
16361 LAST_AND_UNUSED_RTX_CODE instead of CODE_FOR_nothing.
16362 (expand_cbranchdi4): Likewise.
16363 (from_compare): Add cast to enum type.
16364 (expand_cbranchsi4): Use add_reg_note.
16365 (output_stack_adjust, push, pop, sh_expand_prologue): Likewise.
16366 (sh_insn_length_adjustment): Use sh_cpu_attr instead of sh_cpu.
16367 (sh_initialize_trampoline): Change 0 to LCT_NORMAL in function call.
16368 (sh_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
16369 * config/sh/sh.md (cbranchsi4): Use LAST_AND_UNUSED_RTX_CODE
16370 instead of CODE_FOR_nothing.
16371 (cbranchdi4): Likewise. Fix the order of arguments for
16372 gen_rtx_fmt_ee.
16373 (push_fpscr): Use add_reg_note.
16374 (pop_fpscr, movdf_i4+1, reload_outdf__RnFRm+3, reload_outdf__RnFRm+4,
16375 reload_outdf__RnFRm+5, fpu_switch+1, fpu_switch+2): Likewise.
f100a4a8 16376
ad41bd84
JM
163772009-04-21 Joseph Myers <joseph@codesourcery.com>
16378
16379 * ABOUT-GCC-NLS, ChangeLog, ChangeLog-1997, ChangeLog-1998,
16380 ChangeLog-1999, ChangeLog-2000, ChangeLog-2001, ChangeLog-2002,
16381 ChangeLog-2003, ChangeLog-2004, ChangeLog-2005, ChangeLog-2006,
16382 ChangeLog-2007, ChangeLog-2008, ChangeLog.dataflow, ChangeLog.lib,
16383 ChangeLog.ptr, ChangeLog.tree-ssa, ChangeLog.tuples, FSFChangeLog,
16384 FSFChangeLog.10, FSFChangeLog.11, LANGUAGES, ONEWS, acinclude.m4,
16385 config/alpha/gnu.h, config/alpha/libgcc-alpha-ldbl.ver,
16386 config/alpha/t-osf4, config/alpha/t-vms, config/alpha/va_list.h,
16387 config/alpha/x-vms, config/arc/t-arc,
16388 config/arm/README-interworking, config/arm/arm-c.c,
16389 config/arm/gentune.sh, config/arm/libgcc-bpabi.ver,
16390 config/arm/t-arm, config/arm/t-arm-elf, config/arm/t-arm-softfp,
16391 config/arm/t-bpabi, config/arm/t-linux, config/arm/t-linux-eabi,
16392 config/arm/t-netbsd, config/arm/t-pe, config/arm/t-strongarm-elf,
16393 config/arm/t-symbian, config/arm/t-vxworks, config/arm/t-wince-pe,
16394 config/avr/t-avr, config/bfin/elf.h, config/bfin/libgcc-bfin.ver,
16395 config/bfin/linux.h, config/bfin/t-bfin, config/bfin/t-bfin-elf,
16396 config/bfin/t-bfin-linux, config/bfin/t-bfin-uclinux,
16397 config/bfin/uclinux.h, config/cris/mulsi3.asm, config/cris/t-cris,
16398 config/cris/t-elfmulti, config/crx/t-crx,
16399 config/darwin-ppc-ldouble-patch.def, config/darwin-sections.def,
16400 config/divmod.c, config/fr30/t-fr30, config/frv/libgcc-frv.ver,
16401 config/frv/t-frv, config/frv/t-linux, config/h8300/genmova.sh,
16402 config/h8300/t-h8300, config/i386/athlon.md,
16403 config/i386/darwin-libgcc.10.4.ver,
16404 config/i386/darwin-libgcc.10.5.ver, config/i386/libgcc-glibc.ver,
16405 config/i386/mach.h, config/i386/netbsd.h, config/i386/t-crtpc,
16406 config/i386/t-cygming, config/i386/t-cygwin, config/i386/t-i386,
16407 config/i386/t-linux64, config/i386/t-nwld,
16408 config/i386/t-rtems-i386, config/i386/t-sol2-10,
16409 config/i386/x-mingw32, config/ia64/div.md, config/ia64/elf.h,
16410 config/ia64/ia64.opt, config/ia64/libgcc-glibc.ver,
16411 config/ia64/libgcc-ia64.ver, config/ia64/linux.h,
16412 config/ia64/sysv4.h, config/ia64/t-hpux, config/ia64/t-ia64,
16413 config/iq2000/abi, config/iq2000/lib2extra-funcs.c,
16414 config/iq2000/t-iq2000, config/libgcc-glibc.ver,
16415 config/m32r/libgcc-glibc.ver, config/m32r/t-linux,
16416 config/m32r/t-m32r, config/m68hc11/t-m68hc11,
16417 config/m68k/t-floatlib, config/m68k/t-linux, config/m68k/t-mlibs,
16418 config/m68k/t-uclinux, config/mcore/t-mcore,
16419 config/mcore/t-mcore-pe, config/mips/20kc.md, config/mips/4130.md,
16420 config/mips/5400.md, config/mips/5500.md, config/mips/crti.asm,
16421 config/mips/crtn.asm, config/mips/irix-crti.asm,
16422 config/mips/irix-crtn.asm, config/mips/libgcc-mips16.ver,
16423 config/mips/mips-dsp.md, config/mips/mips-dspr2.md,
16424 config/mips/mips-fixed.md, config/mips/sb1.md,
16425 config/mips/sr71k.md, config/mips/t-elf, config/mips/t-gofast,
16426 config/mips/t-iris6, config/mips/t-isa3264,
16427 config/mips/t-libgcc-mips16, config/mips/t-linux64,
16428 config/mips/t-mips, config/mips/t-r3900, config/mips/t-rtems,
16429 config/mips/t-sb1, config/mips/t-sde, config/mips/t-sdemtk,
16430 config/mips/t-slibgcc-irix, config/mips/t-sr71k, config/mips/t-st,
16431 config/mips/t-vr, config/mips/t-vxworks, config/mmix/t-mmix,
16432 config/mn10300/t-linux, config/mn10300/t-mn10300,
16433 config/pa/pa32-regs.h, config/pa/t-hpux-shlib, config/pa/t-linux,
16434 config/pa/t-linux64, config/pa/t-pa64, config/pdp11/t-pdp11,
16435 config/picochip/libgccExtras/clzsi2.asm,
16436 config/picochip/t-picochip, config/rs6000/darwin-ldouble-format,
16437 config/rs6000/darwin-libgcc.10.4.ver,
16438 config/rs6000/darwin-libgcc.10.5.ver,
16439 config/rs6000/libgcc-ppc-glibc.ver, config/rs6000/ppc-asm.h,
16440 config/rs6000/t-aix43, config/rs6000/t-aix52,
16441 config/rs6000/t-darwin, config/rs6000/t-fprules,
16442 config/rs6000/t-fprules-fpbit, config/rs6000/t-linux64,
16443 config/rs6000/t-lynx, config/rs6000/t-netbsd,
16444 config/rs6000/t-ppccomm, config/rs6000/t-ppcendian,
16445 config/rs6000/t-ppcgas, config/rs6000/t-rs6000,
16446 config/rs6000/t-rtems, config/rs6000/t-spe,
16447 config/rs6000/t-vxworks, config/s390/libgcc-glibc.ver,
16448 config/score/t-score-elf, config/sh/divcost-analysis,
16449 config/sh/libgcc-glibc.ver, config/sh/t-netbsd, config/sh/t-sh,
16450 config/sh/t-sh64, config/sh/t-superh, config/sh/t-symbian,
16451 config/sparc/libgcc-sparc-glibc.ver, config/sparc/sol2-bi.h,
16452 config/sparc/sol2-gas.h, config/sparc/sol2-gld-bi.h,
16453 config/sparc/t-elf, config/sparc/t-linux64, config/sparc/t-sol2,
16454 config/stormy16/stormy-abi, config/stormy16/t-stormy16,
16455 config/t-darwin, config/t-libunwind, config/t-libunwind-elf,
16456 config/t-linux, config/t-lynx, config/t-slibgcc-elf-ver,
16457 config/t-slibgcc-sld, config/t-sol2, config/t-vxworks,
16458 config/udivmod.c, config/udivmodsi4.c, config/v850/t-v850,
16459 config/v850/t-v850e, config/xtensa/t-xtensa, diagnostic.def,
16460 gdbinit.in, glimits.h, gstab.h, gsyms.h, java/ChangeLog,
16461 java/ChangeLog.ptr, java/ChangeLog.tree-ssa, libgcc-std.ver,
16462 limitx.h, version.c, xcoff.h: Add copyright and license notices.
16463 * config/h8300/genmova.sh: Include copyright and license notices
16464 in generated output.
16465 * config/h8300/mova.md: Regenerate.
16466 * doc/install.texi2html: Include word "Copyright" in copyright
16467 notice and use name "Free Software Foundation, Inc.".
16468 * ChangeLog, ChangeLog-2000, ChangeLog-2001, ChangeLog-2002,
16469 ChangeLog-2003, ChangeLog-2004, ChangeLog-2005, ChangeLog-2006,
16470 ChangeLog-2007, ChangeLog-2008: Correct dates.
16471
ca80e52b
EB
164722009-04-21 Eric Botcazou <ebotcazou@adacore.com>
16473
16474 * c-common.c (c_common_truthvalue_conversion): Use LOCATION to build
16475 NE_EXPR operations as well.
16476 * c-parser.c (c_parser_condition): Do not set location information on
16477 the condition.
16478 (c_parser_conditional_expression): Likewise.
16479 (c_parser_binary_expression): Set location information on operators.
16480 * c-typeck.c (build_unary_op) <TRUTH_NOT_EXPR>: Reset the location if
16481 TRUTH_NOT_EXPR has been folded.
16482 * fold-const.c (fold_truth_not_expr): Copy location information from
16483 the incoming expression to the outgoing one.
16484 * gimplify.c (shortcut_cond_r): Add locus parameter. Pass it to
16485 recursive calls on the LHS of the operator but pass that of the
16486 operator to recursive calls on the RHS of the operator. Set it
16487 on the COND_EXPR.
16488 (shortcut_cond_expr): Set the locus of the operator on the second
16489 COND_EXPR and that of the expression on the first in degenerate cases.
16490 Pass the locus of the expression to calls to shortcut_cond_r.
16491 Set the locus of the 'then' block on the associated jump, if any.
16492 (gimplify_boolean_expr): Add locus parameter. Set it on the COND_EXPR.
16493 (gimplify_expr) <TRUTH_ANDIF_EXPR>: Pass the locus of the outer
16494 expression to call to gimplify_boolean_expr.
16495
35091630
KT
164962009-04-21 Kai Tietz <kai.tietz@onevision.com>
16497
16498 * config.gcc: Add additional configuration for
16499 i686-w64-mingw* and x86_64-w64-mingw* triplet.
16500 * config/i386/mingw-w64.h: New mingw-w64 specific header.
16501 (CPP_SPEC): Redefine for allowing -municode option.
16502 (STARTFILE_SPEC): Likewise.
16503 * config/i386/t-mingw-w64: New.
16504 * config/i386/mingw-w64.opt: New.
16505 (municode): Add new target option.
16506 * doc/invoke.texi (municode): Add documentation for new option.
16507
0267afc4
ILT
165082009-04-21 Ian Lance Taylor <iant@google.com>
16509
16510 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16511 Correct test for number of arguments.
16512 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
16513
2ba9daa7
AS
165142009-04-21 Andreas Schwab <schwab@linux-m68k.org>
16515
16516 * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Use enum for second
16517 argument of emit_library_call.
16518
ad8a1ac0
RG
165192009-04-21 Richard Guenther <rguenther@suse.de>
16520
16521 PR middle-end/39829
16522 * gimple.c (walk_stmt_load_store_addr_ops): Catch addresses
16523 inside VIEW_CONVERT_EXPRs.
16524
7156c8ab
MJ
165252009-04-21 Martin Jambor <mjambor@suse.cz>
16526
16527 * tree-switch-conversion.c (build_constructors): Split a long line.
16528 (constructor_contains_same_values_p): New function.
7d83f4f5
UB
16529 (build_one_array): Create assigns of constants if possible, do not
16530 call mark_sym_for_renaming, call update_stmt.
7156c8ab
MJ
16531 (build_arrays): Call make_ssa_name (create_tmp_var ()) instead of
16532 make_rename_temp. Do not call mark_symbols_for_renaming, call
16533 update_stmt.
16534 (gen_def_assigns): Do not call mark_symbols_for_renaming or
16535 find_new_referenced_vars, call update_stmt.
16536 (gen_inbound_check): Use create_tmp_var and create ssa names manually
16537 instead of calling make_rename_temp. Do not call
16538 find_new_referenced_vars or mark_symbols_for_renaming, call
16539 update_stmt.
16540
2970ccb3
RG
165412009-04-21 Richard Guenther <rguenther@suse.de>
16542
16543 PR tree-optimization/39827
7d83f4f5 16544 * tree-ssa-phiprop.c (propagate_with_phi): Check SSA_NAME is in range.
2970ccb3
RG
16545 (tree_ssa_phiprop): Pass the correct array size.
16546
47f402d1
UB
165472009-04-21 Uros Bizjak <ubizjak@gmail.com>
16548
16549 * config/alpha/alpha.md (tune): Add cast to enum attr_tune.
16550
1e4ae551
MLI
165512009-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
16552
16553 PR 16202
16554 * c-typeck.c (lvalue_p): Move declaration ...
16555 * c-common.h (lvalue_p): ... to here.
16556 * c-common.c (candidate_equal_p): New.
16557 (add_tlist): Use it.
16558 (merge_tlist): Use it.
16559 (warn_for_collisions_1): Likewise.
16560 (warning_candidate_p): Accept more candidates.
16561 (verify_tree): A warning candidate can be an expression. Use
16562 candidate_equal_p.
16563
244609a6
BE
165642009-04-21 Ben Elliston <bje@au.ibm.com>
16565
16566 PR target/5267
16567 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
16568 for -mcall-eabi, -mcall-aixdesc, -mcall-freebsd and -mcall-openbsd
16569 options. Remove -mcall-solaris documentation.
16570
9c650d90
MLI
165712009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
16572
16573 PR c++/13358
16574 * doc/invoke.texi (-Wlong-long): Update description.
16575 * c-lex (interpret_integer): Only warn if there was no previous
16576 overflow and -Wlong-long is enabled.
16577 * c-decl.c (declspecs_add_type): Drop redundant flags.
16578 * c.opt (Wlong-long): Init to -1.
16579 * c-opts.c (sanitize_cpp_opts): Synchronize cpp's warn_long_long
16580 and front-end warn_long_long. Wlong-long only depends on other
16581 flags if it is uninitialized.
16582 * c-parser.c (disable_extension_diagnostics): warn_long_long is
16583 the same for CPP and FE.
16584 (restore_extension_diagnostics): Likewise.
16585
bbbbb16a
ILT
165862009-04-20 Ian Lance Taylor <iant@google.com>
16587
16588 Fix enum conversions which are invalid in C++:
47f402d1
UB
16589 * auto-inc-dec.c (attempt_change): Change 0 to SET in function call.
16590 * calls.c (store_one_arg): Change 0 to EXPAND_NORMAL in function call.
bbbbb16a
ILT
16591 * cse.c (hash_rtx_cb): Change 0 to VOIDmode in function call.
16592 * dbgcnt.c (dbg_cnt_set_limit_by_name): Add cast to enum type.
47f402d1 16593 * dbxout.c (dbxout_symbol): Change 0 to VOIDmode in function call.
bbbbb16a 16594 (dbxout_parms): Likewise.
47f402d1 16595 * df-core.c (df_set_flags): Change changeable_flags parameter to int.
bbbbb16a
ILT
16596 (df_clear_flags): Likewise.
16597 * df-problems.c (df_rd_bb_local_compute_process_def): Change
16598 top_flag parameter to int.
16599 (df_chain_create_bb_process_use): Likewise.
47f402d1
UB
16600 (df_chain_add_problem): Change chain_flags parameter to unsigned int.
16601 Remove cast.
bbbbb16a
ILT
16602 * df-scan.c (df_ref_create): Change ref_flags parameter to int.
16603 (df_ref_create_structure, df_def_record_1): Likewise.
16604 (df_defs_record, df_uses_record, df_get_call_refs): Likewise.
16605 (df_notes_rescan): Change 0 to VOIDmode in function call.
16606 (df_get_call_refs, df_insn_refs_collect): Likewise.
16607 (df_bb_regs_collect): Likewise.
16608 (df_entry_block_defs_collect): Likewise.
16609 (df_exit_block_uses_collect): Likewise.
16610 * df.h: Update declarations.
16611 * double-int.c (double_int_divmod): Add cast to enum type.
16612 * dse.c (replace_inc_dec): Reverse parameters to gen_int_mode.
16613 * dwarf2out.c (new_reg_loc_descr): Add casts to enum type.
16614 (based_loc_descr): Likewise.
16615 (loc_descriptor_from_tree_1): Change first_op and second_op to
16616 enum dwarf_location_atom. Add cast to enum type.
16617 * expmed.c (init_expmed): Change 0 to SET in function call.
47f402d1 16618 * expr.c (init_expr_target): Change 0 to VOIDmode in function call.
bbbbb16a
ILT
16619 (expand_expr_real_1): Change 0 to EXPAND_NORMAL in function call.
16620 (do_store_flag): Likewise.
16621 * fixed-value.h (struct fixed_value): Change mode to enum
16622 machine_mode.
47f402d1 16623 * function.c (assign_parms): Change 0 to VOIDmode in function call.
bbbbb16a
ILT
16624 * genautomata.c (insert_automaton_decl): Change 1 to INSERT in
16625 function call.
16626 (insert_insn_decl, insert_decl, insert_state): Likewise.
16627 (automata_list_finish): Likewise.
16628 * genrecog.c (process_define_predicate): Add cast to enum type.
16629 * gensupport.c (init_predicate_table): Add cast to enum type.
16630 * gimple.c (gimple_build_return): Change 0 to ERROR_MARK in
16631 function call.
16632 (gimple_build_call_1, gimple_build_label): Likewise.
16633 (gimple_build_goto, gimple_build_asm_1): Likewise.
16634 (gimple_build_switch_1, gimple_build_cdt): Likewise.
47f402d1 16635 * gimple.h (GIMPLE_CHECK): Change 0 to ERROR_MARK in function call.
bbbbb16a
ILT
16636 (enum fallback): Rename from enum fallback_t.
16637 (fallback_t): Typedef as int.
16638 * gimple-low.c (lower_builtin_setjmp): Change TSI_SAME_STMT to
16639 GSI_SAME_STMT in function call.
16640 * ira.c (setup_class_subset_and_memory_move_costs): Add casts to
16641 enum type.
16642 (setup_reg_class_relations): Likewise.
47f402d1 16643 (setup_reg_class_nregs): Change cl to int. Add casts to enum type.
bbbbb16a
ILT
16644 (setup_prohibited_class_mode_regs): Add cast to enum type.
16645 (setup_prohibited_mode_move_regs): Likewise.
47f402d1 16646 * ira-costs.c (record_reg_classes): Change rclass to enum reg_class.
bbbbb16a
ILT
16647 (record_address_regs): Change i to enum reg_class.
16648 * lists.c (alloc_EXPR_LIST): Add cast to enum type.
16649 * machmode.h (GET_MODE_CLASS): Cast value to enum mode_class.
16650 (GET_MODE_WIDER_MODE): Cast value to enum machine_mode.
16651 (GET_MODE_2XWIDER_MODE): Likewise.
16652 (GET_CLASS_NARROWEST_MODE): Likewise.
16653 * omp-low.c (expand_omp_for): Add cast to enum type.
16654 * optabs.c (debug_optab_libfuncs): Add casts to enum type.
16655 * opts.c (enable_warning_as_error): Change kind to diagostic_t.
16656 * postreload.c (reload_cse_simplify_operands): Change rclass local
16657 to enum reg_class.
16658 * predict.c (combine_predictions_for_insn): Change best_predictor
16659 and predictor to enum br_predictor.
16660 (combine_predictions_for_bb): Likewise.
16661 (build_predict_expr): Change assignment to PREDICT_EXPR_OUTCOME to
16662 use SET_PREDICT_EXPR_OUTCOME.
47f402d1 16663 * real.c (real_arithmetic): Change icode to code in function call.
bbbbb16a
ILT
16664 * reginfo.c (init_move_cost): Add casts to enum type.
16665 (init_reg_sets_1, init_fake_stack_mems): Likewise.
16666 * regmove.c (regclass_compatible_p): Change class0 and class1 to
16667 enum reg_class.
16668 * reload.c (find_valid_class): Add casts to enum type.
16669 (push_reload): Change 0 to NO_REGS in function call.
16670 (find_reloads): Change this_alternative to array of enum
16671 reg_class. Remove some now-unnecessary casts.
16672 (make_memloc): Change 0 to VOIDmode in function call.
16673 * reload1.c (reload): Change 0 to VOIDmode in function call.
16674 (eliminate_regs_1, elimination_effects): Likewise.
16675 (eliminate_regs_in_insn): Likewise.
16676 (emit_input_reload_insns): Add cast to enum type.
16677 (delete_output_reload): Change 0 to VOIDmode in function call.
16678 * reorg.c (insn_sets_resource_p): Convert include_delayed_effects
16679 to enum type in function call.
16680 * tree.h (PREDICT_EXPR_OUTCOME): Add cast to enum type.
16681 (SET_PREDICT_EXPR_OUTCOME): Define.
47f402d1 16682 * tree-dump.c (get_dump_file_info): Change phase parameter to int.
bbbbb16a
ILT
16683 (get_dump_file_name, dump_begin, dump_enabled_p): Likewise.
16684 (dump_initialized_p, dump_flag_name, dump_end): Likewise.
16685 (dump_function): Likewise.
16686 * tree-dump.h: Update declarations.
16687 * tree-pass.h: Update declarations.
16688 * varasm.c (assemble_integer): Change mclass to enum mode_class.
16689 * config/arm/arm.c (thumb_legitimize_reload_address): Add cast to
16690 enum type.
16691 (arm_rtx_costs_1): Correct parenthesization.
16692 (arm_rtx_costs): Add casts to enum type.
16693 (adjacent_mem_locations): Reverse arguments to const_ok_for_op.
16694 (vfp_emit_fstmd): Use add_rg_note.
16695 (emit_multi_reg_push, emit_sfm): Likewise.
16696 (thumb_set_frame_pointer): Likewise.
16697 (arm_expand_prologue): Likewise.
16698 (arm_regno_class): Change return type to enum reg_class.
16699 (thumb1_expand_prologue): Use add_reg_note.
16700 * config/arm/arm-protos.h (arm_regno_class): Update declaration.
16701 * config/arm/arm.h (INITIALIZE_TRAMPOLINE): Change 0 to LCT_NORMAL
16702 in function call.
16703 * config/arm/gentune.sh: Add cast to enum type.
16704 * config/arm/arm-tune.md: Rebuild.
16705 * config/i386/i386.c (ix86_expand_prologue): Use add_reg_note.
16706 (ix86_split_fp_branch, predict_jump): Likewise.
16707 (ix86_expand_multi_arg_builtin): Change sub_code from enum
16708 insn_code to enum rtx_code.
16709 (ix86_builtin_vectorized_function): Add cast to enum type.
16710 * config/i386/i386.md (truncdfsf2): Change slot to enum
16711 ix86_stack_slot.
16712 (truncxf<mode>2, isinf<mode>2): Likewise.
16713 * config/i386/i386-c.c (ix86_pragma_target_parse): Add cast to
16714 enum type.
16715 * config/ia64/ia64.c (ia64_split_tmode_move): Use add_reg_note.
16716 (spill_restore_mem, do_spill, ia64_expand_prologue): Likewise.
16717 (insert_bundle_state): Change 1 to INSERT in function call.
16718 (ia64_add_bundle_selector_before): Likewise.
16719 * config/ia64/ia64.md (cpu attr): Add cast to enum type.
16720 (save_stack_nonlocal): Change 0 to LCT_NORMAL in function call.
16721 (restore_stack_nonlocal): Likewise.
16722 * config/mips/mips.h (MIPS_ICACHE_SYNC): Change 0 to LCT_NORMAL in
16723 function call.
16724 * config/mips/mips.c (mips_binary_cost): Change 0 to SET in
16725 function call.
16726 (mips_rtx_costs): Likewise.
16727 (mips_override_options): Add casts to enum type.
16728 * config/mips/sdemtk.h (MIPS_ICACHE_SYNC): Change 0 to LCT_NORMAL
16729 in function call.
16730 * config/pa/pa.c (legitimize_pic_address): Use add_reg_note.
16731 (store_reg, set_reg_plus_d): Likewise.
16732 (hppa_expand_prologue, hppa_profile_hook): Likewise.
16733 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
16734 cast to enum type.
16735 (altivec_expand_vec_set_builtin): Change 0 to EXPAND_NORMAL in
16736 function call.
16737 (emit_unlikely_jump): Use add_reg_note.
16738 (rs6000_emit_allocate_stack): Likewise.
16739 (rs6000_frame_related, rs6000_emit_prologue): Likewise.
16740 (output_toc): Change 1 to INSERT in function call.
16741 (output_profile_hook): Change 0 to LCT_NORMAL in function call.
16742 (rs6000_initialize_trampoline): Likewise.
16743 (rs6000_init_dwarf_reg_sizes_extra): Change 0 to EXPAND_NORMAL in
16744 function call.
16745 * config/s390/s390.c (s390_rtx_costs): Add cast to enum type.
16746 (s390_expand_movmem): Change 0 to OPTAB_DIRECT in function call.
16747 (s390_expand_setmem, s390_expand_cmpmem): Likewise.
16748 (save_gprs): Use add_reg_note.
16749 (s390_emit_prologue): Likewise.
47f402d1 16750 (s390_expand_builtin): Change 0 to EXPAND_NORMAL in function call.
bbbbb16a
ILT
16751 * config/sparc/sparc.c (sparc_expand_prologue): Use add_reg_note.
16752 (sparc_fold_builtin): Add cast to enum type.
16753 * config/spu/spu.c (spu_emit_branch_or_set): Change ior_code to
16754 enum insn_code.
16755 (spu_expand_prologue): Use add_reg_note.
47f402d1 16756 (expand_builtin_args): Change 0 to EXPAND_NORMAL in function call.
bbbbb16a
ILT
16757
167582009-04-20 Ian Lance Taylor <iant@google.com>
16759
16760 * c-parser.c (c_parser_attributes): Change VEC back to tree list.
16761 (c_parser_postfix_expression_after_primary): Get VEC for list of
16762 arguments. Get original types of arguments. Call
16763 build_function_call_vec.
16764 (cached_expr_list_1, cached_expr_list_2): New static variables.
16765 (c_parser_expr_list): Change return type to VEC *. Add
16766 p_orig_types parameter. Change all callers.
16767 (c_parser_release_expr): New static function.
16768 (c_parser_vec_to_tree_list): New static function.
16769 * c-typeck.c (build_function_call): Rewrite to build a VEC and
16770 call build_function_call_vec.
16771 (build_function_call_vec): New function, based on old
16772 build_function_call.
16773 (convert_arguments): Remove nargs and argarray parameters. Change
16774 values to a VEC. Add origtypes parameter.
47f402d1 16775 (build_modify_expr): Add rhs_origtype parameter. Change all callers.
bbbbb16a
ILT
16776 (convert_for_assignment): Add origtype parameter. Change all
16777 callers. If warn_cxx_compat, check for conversion to an enum
16778 type when calling a function.
16779 (store_init_value): Add origtype parameter. Change all callers.
16780 (digest_init): Likewise.
16781 (struct init_node): Add origtype field.
16782 (add_pending_init): Add origtype parameter. Change all callers.
16783 (output_init_element): Likewise.
16784 (output_pending_init_elements): Pass origtype from init_node to
16785 output_init_element.
f28a61ab 16786 (process_init_element): Pass origtype from c_expr to
bbbbb16a
ILT
16787 output_init_element.
16788 (c_finish_return): Add origtype parameter. Change all callers.
16789 * c-common.c (sync_resolve_size): Change params to VEC *. Change
16790 caller.
16791 (sync_resolve_params): Likewise.
47f402d1 16792 (sync_resolve_return): Change params to first_param. Change caller.
bbbbb16a 16793 (resolve_overloaded_builtins): Change params to VEC *. Change
47f402d1 16794 callers. Save first parameter around call to build_function_call_vec.
bbbbb16a
ILT
16795 * c-decl.c (finish_decl): Add origtype parameter. Change all
16796 callers. Call build_function_call_vec rather than
16797 build_function_call for cleanup.
16798 * c-tree.h: Update declarations.
16799 * c-common.h: Update declarations.
16800 * stub-objc.c (objc_rewrite_function_call): Change parameter from
16801 params to first_param.
16802 * target.h (struct gcc_target): Change resolve_overloaded_builtin
16803 params parameter from tree to void *.
16804 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16805 Change arglist parameter to have type void *, and to be a pointer
16806 to a VEC.
16807 * config/rs6000/rs6000-protos.h
16808 (altivec_resolve_overloaded_builtin): Update declaration.
16809 * config/spu/spu-c.c (spu_resolved_overloaded_builtin): Change
16810 fnargs parameter to have type void *, and to be a pointer to a
16811 VEC. Call build_function_call_vec instead of
16812 build_function_call.
47f402d1 16813 * config/spu/spu-protos.h (spu_expand_builtin): Update declaration.
bbbbb16a 16814
6ff078d4 168152009-04-20 Joey Ye <joey.ye@intel.com>
60839f5d 16816 Xuepeng Guo <xuepeng.guo@intel.com>
6ff078d4
JY
16817 H.J. Lu <hongjiu.lu@intel.com>
16818
16819 * config/i386/atom.md: Add bypasses with ix86_dep_by_shift_count.
16820
16821 * config/i386/i386.c (LEA_SEARCH_THRESHOLD): New macro.
16822 (IX86_LEA_PRIORITY): Likewise.
16823 (distance_non_agu_define): New function.
16824 (distance_agu_use): Likewise.
16825 (ix86_lea_for_add_ok): Likewise.
16826 (ix86_dep_by_shift_count): Likewise.
16827
16828 * config/i386/i386.md: Call ix86_lea_for_add_ok to decide we
16829 should split for LEA.
16830
16831 * config/i386/i386-protos.h (ix86_lea_for_add_ok): Declare new
16832 function.
16833 (ix86_dep_by_shift_count): Likewise.
16834
87a5b4cc
RG
168352009-04-20 Richard Guenther <rguenther@suse.de>
16836
16837 * expr.c (handled_component_p): Move ...
16838 * tree.h (handled_component_p): ... here.
16839 * tree.def: Re-order BIT_FIELD_REF, COMPONENT_REF,
16840 ARRAY_REF, ARRAY_RANGE_REF, VIEW_CONVERT_EXPR, IMAGPART_EXPR
16841 and REALPART_EXPR to be in one group.
16842
438c239d
RG
168432009-04-20 Richard Guenther <rguenther@suse.de>
16844
16845 * basic-block.h (get_all_dominated_blocks): Declare.
16846 * dominance.c (get_all_dominated_blocks): New function.
16847 * tree-cfg.c (get_all_dominated_blocks): Remove.
16848 (remove_edge_and_dominated_blocks): Adjust.
16849 * tree-ssa-phiprop.c (tree_ssa_phiprop_1): Fold in ...
16850 (tree_ssa_phiprop): ... here. Use get_all_dominated_blocks
16851 instead of recursing.
16852
fed5ae11
DK
168532009-04-20 Doug Kwan <dougkwan@google.com>
16854
16855 * cgraph.h (cgraph_node_ptr): New type for vector functions.
16856 (struct cgraph_node_set_def): New type.
16857 (cgraph_node_set) New type. Also declare vector functions.
16858 (struct cgraph_node_set_element_def): New type.
16859 (cgraph_node_set_element): Ditto.
16860 (cgraph_node_set_iterator): New iterator type.
16861 (cgraph_node_set_new, cgraph_node_set_find, cgraph_node_set_add,
16862 cgraph_node_set_remove, dump_cgraph_node_set,
16863 debug_cgraph_node_set): New prototypes.
16864 (csi_end_p, csi_next, csi_node, csi_start, cgraph_node_in_set_p,
16865 cgraph_node_set_size): New inlines.
16866 * tree-pass.h (struct cgraph_node_set_def): New decl to avoid
16867 including cgraph.h.
16868 (struct ipa_opt_pass): Add struct cgraph_node_set_def
16869 argument to function 'write_summary'.
16870 * ipa.c: Include ggc.h.
16871 (hash_cgraph_node_set_element,
16872 eq_cgraph_node_set_element, cgraph_node_set_new,
16873 cgraph_node_set_add, cgraph_node_set_remove,
16874 cgraph_node_set_find, dump_cgraph_node_set,
16875 debug_cgraph_node_set): New functions.
16876 * Makefile.in (ipa.o): Add dependency on GGC_H.
16877
c4551b28
IR
168782009-04-20 Ira Rosen <irar@il.ibm.com>
16879
16880 PR tree-optimization/39675
2ba9daa7 16881 * tree-vect-loop.c (vect_transform_loop): Remove currently redundant
47f402d1
UB
16882 check of the return code of vect_schedule_slp. Check that
16883 stmt_vec_info still exists for the statement, before checking its
16884 vectorization type.
c4551b28 16885
21a495fb
MM
168862009-04-20 Michael Matz <matz@suse.de>
16887
16888 * Makefile.in (generated_files): Take out $(simple_generated_c).
16889
8e208874
DK
168902009-04-19 Dave Korn <dave.korn.cygwin@gmail.com>
16891
16892 * config/i386/cygwin-stdint.h (INTPTR_TYPE): Remove "long".
16893 (UINTPTR_TYPE): Likewise.
16894
a45e580b
JM
168952009-04-19 Joseph Myers <joseph@codesourcery.com>
16896
16897 PR c/37481
16898 * c-typeck.c (digest_init): Check for initializing an array with a
16899 string literal.
16900
20845d35
JM
169012009-04-19 Joseph Myers <joseph@codesourcery.com>
16902
16903 PR c/19771
16904 * c-semantics.c (pop_stmt_list): Propagate
16905 STATEMENT_LIST_HAS_LABEL to parent statement list.
16906
28143fdd
AN
169072009-04-19 Adam Nemet <anemet@caviumnetworks.com>
16908
16909 * config/mips/mips.h (mips_tune_attr): New macro.
16910 * config/mips/mips.md (cpu): Use it.
16911
da377db9
JM
169122009-04-19 Joseph Myers <joseph@codesourcery.com>
16913
16914 PR c/38243
16915 * c-decl.c (shadow_tag_warned): Diagnose use of restrict when
16916 declaring a tag.
16917
3baf459d
DN
169182009-04-19 Diego Novillo <dnovillo@google.com>
16919
16920 * toplev.c (compile_file): Move call to coverage_finish ...
16921 * cgraphunit.c (ipa_passes): ... here.
16922 Call cgraph_process_new_functions.
16923 * ipa-utils.c (get_base_var): Handle CONSTRUCTOR.
16924 * Makefile.in (cgraphunit.o): Add dependency on COVERAGE_H.
16925
b6fa5b01
JH
169262009-04-19 Jan Hubicka <jh@suse.cz>
16927
47f402d1
UB
16928 * cgraph.c (cgraph_create_edge, cgraph_set_call_stmt): Set proper
16929 cfun.
b6fa5b01
JH
16930 (dump_cgraph_node): Dump can throw external flag.
16931 * ipa-pure-const.c (propagate): Fix propagation of nothrow flags.
16932
ca409efd
MLI
169332009-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
16934
16935 PR c/32061
16936 PR c++/36954
16937 * doc/invoke.texi: Add -Wlogical-op to -Wextra.
16938 * common.opt (Wlogical-op): Move from here...
16939 * c.opt (Wlogical-op): ... to here.
16940 * c-typeck.c (parser_build_binary_op): Update call to
16941 warn_logical_operator.
16942 * c-opts.c (c_common_post_options): Enable warn_logical_op with
16943 extra_warnings.
16944 * c-common.c (warn_logical_op): Update.
16945 * c-common.h (warn_logical_op): Update declaration.
16946
9db4cdd3
EB
169472009-04-19 Eric Botcazou <ebotcazou@adacore.com>
16948
16949 * tree.c (protected_set_expr_location): Fix formatting.
16950
f37acdf9
JM
169512009-04-18 Joseph Myers <joseph@codesourcery.com>
16952
16953 PR c/27676
16954 * c-typeck.c (readonly_warning): new.
16955 (build_unary_op, build_modify_expr): Use readonly_warning for
16956 storing into something readonly but not const-qualified.
16957
2b4b7036
JM
169582009-04-18 Joseph Myers <joseph@codesourcery.com>
16959
16960 PR c/22367
16961 * c-typeck.c (build_unary_op): Check for taking address of
16962 expression of type void.
16963
3ce62965
JM
169642009-04-18 Joseph Myers <joseph@codesourcery.com>
16965
16966 PR c/35210
16967 * c-typeck.c (build_function_call): Check for calling a function
16968 with qualified void return types. Call require_complete_type when
16969 generating a trap.
16970
2505c5ed
JH
169712009-04-18 Jan Hubicka <jh@suse.cz>
16972
16973 * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph_set_call_stmt):
16974 Set nothrow flag.
16975 * cgraph.h (struct function): Reduce loop_nest to 30 bits; add
16976 can_throw_external flag.
16977 * ipa-reference.c (ipa_utils_reduced_inorder): Update call.
16978 * ipa-pure-const.c (ignore_edge): New function.
16979 (propagate): Compute order for NOTHROW computation; set NOTHROWs
16980 only over can_throw_external edges.
16981 (local_pure_const): Add nothrow flag.
16982 * ipa-utils.c (searchc): Add ignore_edge callback.
16983 (ipa_utils_reduced_inorder): Add ignore_edge callback.
16984 * ipa-utils.h (ipa_utils_reduced_inorder): Update prototype.
16985 (set_nothrow_function_flags): Update cgraph.
16986 * tree-cfg.c (verify_stmt): Relax nothrow checking when in IPA mode.
16987
2586ba4b
RG
169882009-04-18 Richard Guenther <rguenther@suse.de>
16989
16990 PR middle-end/39804
16991 * tree-ssa-ccp.c (fold_stmt_1): New function factored from ...
16992 (fold_stmt): ... this and ...
16993 (fold_stmt_inplace): ... this.
16994 (fold_stmt_1): Fold references in calls and asms.
16995 * tree-cfg.c (remove_useless_stmts_cond): Use fold_stmt.
16996
1eefab17
KH
169972009-04-18 Kazu Hirata <kazu@codesourcery.com>
16998
16999 * tree-vrp.c (ssa_name_nonzero_p): Remove.
17000 * tree.h: Remove the prototype for ssa_name_nonzero_p.
17001
aa424b01
KH
170022009-04-18 Kazu Hirata <kazu@codesourcery.com>
17003
17004 * tree.c (function_args_count): Remove.
17005 * tree.h: Remove the prototype for function_args_count.
17006
613a896b
KH
170072009-04-18 Kazu Hirata <kazu@codesourcery.com>
17008
17009 * tree-iterator.c (expr_only): Remove.
17010 * tree.h: Remove the prototype for expr_only.
17011
579e694c
KH
170122009-04-18 Kazu Hirata <kazu@codesourcery.com>
17013
17014 * reginfo.c (cannot_change_mode_set_regs): Remove.
17015 * rtl.h: Remove the prototype for cannot_change_mode_set_regs.
17016
ee7e3ad3
AS
170172009-04-08 Anatoly Sokolov <aesok@post.ru>
17018
17019 * config/avr/avr.md (*rotlsi3_8, *rotlsi3_16, *rotlsi3_24 ): Check
17020 whether operands 0 and 1 overlaps.
17021
92ef7fb1
MLI
170222009-04-18 Manuel López-Ibáñez <manu@gcc.gnu.org>
17023
17024 PR middle-end/36902
17025 * tree-vrp.c (check_array_ref): Pass a location_t instead of a
17026 pointer. Use warning_at instead of warning.
17027 (search_for_addr_array): Likewise.
17028 (check_array_bounds): Likewise.
17029 (check_all_array_refs): Check that the incoming edge is not in the
17030 list of edges to be removed.
17031 (check_all_array_refs): Avoid the temporal pointer.
17032 (vrp_visit_cond_stmt): Fix typo.
17033 (simplify_switch_using_ranges): Handle the case where the switch
17034 index is an integer constant.
17035
0e097268
AN
170362009-04-18 Adam Nemet <anemet@caviumnetworks.com>
17037
17038 * config/mips/mips.c (mips_final_postscan_insn): Make it static.
17039
c782f1dd
KH
170402009-04-18 Kazu Hirata <kazu@codesourcery.com>
17041
17042 * doc/extend.texi, doc/invoke.texi: Fix typos.
17043
668fb0e8
CC
170442009-04-17 Cary Coutant <ccoutant@google.com>
17045
17046 * tree-flow-inline.h (get_lineno): Fix inverted test.
17047
4d4014c1
DN
170482009-04-17 Diego Novillo <dnovillo@google.com>
17049
17050 * tree-ssa-pre.c (create_expression_by_pieces): Remove
17051 assertion for AVAIL_OUT.
17052
2984e1b6
MF
170532009-04-17 Mike Frysinger <vapier@gentoo.org>
17054
17055 PR target/38627
17056 * config/sh/lib1funcs.asm [__ELF__ && __linux__]: Add .note.GNU-stack.
17057 * config/sh/linux-atomic.asm: Likewise.
17058
9994a182
DN
170592009-04-17 Diego Novillo <dnovillo@google.com>
17060
17061 * except.c (debug_eh_tree): New.
17062 (struct eh_region, struct eh_status): Move ...
17063 * except.h: ... here.
17064 (add_type_for_runtime): Declare extern.
17065 (lookup_type_for_runtime): Likewise.
17066 (debug_eh_tree): Declare.
17067 * Makefile.in (GTFILES): List except.h before except.c
17068
07485407
DN
170692009-04-17 Diego Novillo <dnovillo@google.com>
17070
47f402d1 17071 * omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.
07485407
DN
17072 * cgraphunit.c (cgraph_build_static_cdtor): Likewise.
17073 * tree-dfa.c (find_referenced_vars_in): Factor out of ...
17074 (find_vars_r): ... here.
17075 * tree-flow.h (find_referenced_vars_in): Declare.
17076 * tree-ssa-pre.c (create_expression_by_pieces): Assert
17077 that AVAIL_OUT exists for BLOCK.
17078 * Makefile.in (CGRAPH_H): Add dependency on cif-code.def
17079 (tree-loop-distribution.o): Fix dependency on TREE_VECTORIZER_H.
17080 (tree-parloops.o): Likewise.
17081
4e53d196
SB
170822009-04-17 Simon Baldwin <simonb@google.com>
17083
17084 * toplev.c (default_tree_printer): Add handling for %E format.
17085
413d3aa8
DN
170862009-04-17 Diego Novillo <dnovillo@google.com>
17087
47f402d1
UB
17088 * tree-pretty-print.c (dump_generic_node): Add break after
17089 TREE_BINFO handler. Handle COMPLEX_TYPE, REAL_TYPE and
17090 FIXED_POINT_TYPE. Handle NULL TREE_TYPEs. Handle METHOD_TYPE and
17091 FUNCTION_TYPE together. Call print_struct_decl when printing
17092 structures and TDF_SLIM is not given.
413d3aa8
DN
17093 (print_struct_decl): Fix logic for detecting recursion.
17094
5a691e98
RAE
170952009-04-17 Rafael Avila de Espindola <espindola@google.com>
17096
17097 PR 31567
17098 * gcc.c (create_at_file): New.
17099 (compile_input_file_p): New.
17100 (do_spec_1): Use @args files for %i. Use create_at_file for %o.
17101 * main.c (main): Update call to toplev_main.
17102 * toplev.c (toplev_main): Change signature. Call expandargv.
17103 * toplev.h (toplev_main): Change signature.
17104
9eacf7a6
EB
171052009-04-17 Eric Botcazou <ebotcazou@adacore.com>
17106
17107 * dwarf2out.c (field_byte_offset): Use the type size as the field size
17108 if the latter is not constant.
17109
58298177
DE
171102009-04-17 David Edelsohn <edelsohn@gnu.org>
17111
17112 * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
17113
5b4c43d7
EB
171142009-04-17 Eric Botcazou <ebotcazou@adacore.com>
17115
17116 * dbxout.c (dbxout_block): Reinstate test on TREE_USED.
17117 * tree-ssa-live.c (remove_unused_scope_block_p): Update TREE_USED bit.
17118
b51605c4
RG
171192009-04-17 Richard Guenther <rguenther@suse.de>
17120
17121 * tree-ssa-structalias.c (get_constraint_for_component_ref):
17122 Handle component references view-converting an invariant address.
17123
9e3be889
AN
171242009-04-17 Adam Nemet <anemet@caviumnetworks.com>
17125
17126 * doc/tm.texi (TARGET_DEFAULT_TARGET_FLAGS,
17127 TARGET_MIN_ANCHOR_OFFSET, TARGET_MAX_ANCHOR_OFFSET,
17128 TARGET_HAVE_SRODATA_SECTION, TARGET_HAVE_TLS,
17129 TARGET_UNWIND_TABLES_DEFAULT, TARGET_TERMINATE_DW2_EH_FRAME_INFO):
17130 Use @deftypevr rather than @deftypevar.
17131
7c3e9dc3
RG
171322009-04-17 Richard Guenther <rguenther@suse.de>
17133
47f402d1 17134 * tree-ssa-forwprop.c (get_prop_dest_stmt): Clean up tuplification.
7c3e9dc3
RG
17135 (get_prop_source_stmt): Likewise.
17136 (can_propagate_from): Likewise.
17137
aca600aa
AS
171382009-04-17 Andrew Stubbs <ams@codesourcery.com>
17139
17140 * configure.ac: Add new AC_SUBST for TM_ENDIAN_CONFIG,
17141 TM_MULTILIB_CONFIG and TM_MULTILIB_EXCEPTIONS_CONFIG.
17142 (--with-multilib-list): Add default value.
17143 * configure: Regenerate.
17144 * Makefile.in (TM_ENDIAN_CONFIG): Define.
17145 (TM_MULTILIB_CONFIG, TM_MULTILIB_EXCEPTIONS_CONFIG): Define.
17146 * config.gcc (sh-*-*): Switch to using TM_ENDIAN_CONFIG,
17147 TM_MULTILIB_CONFIG, and TM_MULTILIB_EXCEPTIONS_CONFIG.
17148 Don't add default cpu to multilib list unnecessarily, but do enable
17149 the relevant compiler option..
17150 Add support for --with-multilib-list=<blank> and
17151 --with-multilib-list=!<somelib> to supress unwanted multilibs.
17152 * config/sh/t-sh (DEFAULT_ENDIAN, OTHER_ENDIAN): New variables.
17153 (MULTILIB_ENDIAN, MULTILIB_CPUS): Delete variables.
17154 (MULTILIB_OPTIONS): Redefine using OTHER_ENDIAN and
17155 TM_MULTILIB_CONFIG.
17156 (MULTILIB_EXCEPTIONS): Add TM_MULTILIB_EXCEPTIONS_CONFIG.
17157 (MULTILIB_OSDIRNAMES): New variable.
17158 * config/sh/t-1e: Delete file.
17159 * config/sh/t-mlib-sh1: Delete file.
17160 * config/sh/t-mlib-sh2: Delete file.
17161 * config/sh/t-mlib-sh2a: Delete file.
17162 * config/sh/t-mlib-sh2a-nofpu: Delete file.
17163 * config/sh/t-mlib-sh2a-single: Delete file.
17164 * config/sh/t-mlib-sh2a-single-only: Delete file.
17165 * config/sh/t-mlib-sh2e: Delete file.
17166 * config/sh/t-mlib-sh3e: Delete file.
17167 * config/sh/t-mlib-sh4: Delete file.
17168 * config/sh/t-mlib-sh4-nofpu: Delete file.
17169 * config/sh/t-mlib-sh4-single: Delete file.
17170 * config/sh/t-mlib-sh4-single-only: Delete file.
17171 * config/sh/t-mlib-sh4a: Delete file.
17172 * config/sh/t-mlib-sh4a-nofpu: Delete file.
17173 * config/sh/t-mlib-sh4a-single: Delete file.
17174 * config/sh/t-mlib-sh4a-single-only: Delete file.
17175 * config/sh/t-mlib-sh4al: Delete file.
17176 * config/sh/t-mlib-sh5-32media: Delete file.
17177 * config/sh/t-mlib-sh5-32media-nofpu: Delete file.
17178 * config/sh/t-mlib-sh5-64media: Delete file.
17179 * config/sh/t-mlib-sh5-64media-nofpu: Delete file.
17180 * config/sh/t-mlib-sh5-compact: Delete file.
17181 * config/sh/t-mlib-sh5-compact-nofpu: Delete file.
17182 * config/sh/t-linux: Don't override MULTILIB_EXCEPTIONS.
17183 * doc/install.texi (Options specification): Add
17184 --with-multilib-list and --with-endian.
17185
cf8aba7f
RAE
171862009-04-17 Rafael Avila de Espindola <espindola@google.com>
17187
17188 * Makefile.in (REVISION_s): Always include quotes. Change ifdef to use
17189 REVISION_c.
17190 (OBJS-common): Add plugin-version.o.
17191 (plugin-version.o): New.
17192 * gcc-plugin.h (plugin_gcc_version): New.
17193 (plugin_default_version_check): New.
17194 (plugin_init_func, plugin_init): Add version argument.
17195 * plugin-version.c: New.
17196 * plugin.c (str_plugin_gcc_version_name): New.
17197 (try_init_one_plugin): Read plugin_gcc_version from the plugin and
17198 pass it to the init function.
17199 (plugin_default_version_check): New.
17200
61e20b90
RG
172012009-04-17 Richard Guenther <rguenther@suse.de>
17202
17203 * tree-ssa-alias.c (refs_may_alias_p_1): Do not use TBAA
17204 for decl-vs-decl disambiguation.
17205
90c6fd8a
AK
172062009-04-17 Andreas Krebbel <krebbel1@de.ibm.com>
17207
17208 * config/s390/s390.h (s390_tune_attr): New macro definition.
17209 * config/s390/s390.md (cpu attribute): Map to s390_tune_attr.
17210
9fe9fe04
RG
172112009-04-17 Richard Guenther <rguenther@suse.de>
17212
17213 * tree-ssa-ccp.c (struct fold_stmt_r_data): Remove.
17214 (fold_stmt_r): Likewise.
17215 (maybe_fold_reference): New function.
17216 (fold_gimple_assign): Handle cases fold_stmt_r did.
17217 (fold_stmt): Do not use fold_stmt_r.
17218 (fold_stmt_inplace): Likewise.
17219
7e673273
RG
172202009-04-17 Richard Guenther <rguenther@suse.de>
17221
17222 * tree-ssa-dom.c (gimple_assign_unary_useless_conversion_p): Remove.
17223 (record_equivalences_from_stmt): Remove useless checks and
17224 simplifications.
17225 * tree-ssa-pre.c (eliminate): Avoid converting a constant if
17226 the type is already suitable.
17227
fabf2749
PB
172282009-04-17 Paolo Bonzini <bonzini@gnu.org>
17229
17230 * config/sh/sh.h (FUNCTION_VALUE): Fix call to sh_promote_prototypes.
17231
68f7b061
UB
172322009-04-17 Uros Bizjak <ubizjak@gmail.com>
17233
17234 * config/arm/sfp-machine.h (__gcc_CMPtype): New typedef.
17235 (CMPtype): Define as __gcc_CMPtype.
17236
532bfb0a
AJ
172372009-04-17 Aurelien Jarno <aurelien@aurel32.net>
17238
17239 * config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
17240 for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
17241
e3ac77ff
RG
172422009-04-17 Richard Guenther <rguenther@suse.de>
17243
17244 PR tree-optimization/39746
17245 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Remove
17246 special-casing for builtins and static variable use/def.
17247 (call_may_clobber_ref_p_1): Likewise.
17248
7072a650
ILT
172492009-04-16 Ian Lance Taylor <iant@google.com>
17250
17251 * df.h: Include "timevar.h".
17252 (struct df_problem): Change tv_id field to timevar_id_t.
17253 * tree-pass.h: Include "timevar.h".
17254 (struct opt_pass): Change tv_id field to timevar_id_t.
17255 * timevar.h (timevar_id_t): Define TV_NONE.
17256 * passes.c (execute_one_ipa_transform_pass): Check for tv_id !=
17257 TV_NONE rather than tv_id != 0.
17258 (execute_one_pass): Likewise.
17259 * Makefile.in (DF_H): Add $(TIMEVAR_H).
17260 (TREE_PASS_H): Define. Change all instances of tree-pass.h in
17261 dependencies to $(TREE_PASS_H).
17262 * bt-load.c (pass_branch_target_load_optimize1): Set tv_id field
17263 to TV_NONE.
17264 (pass_branch_target_load_optimize2): Likewise.
17265 * cfglayout.c (pass_into_cfg_layout_mode): Likewise.
17266 (pass_outof_cfg_layout_mode): Likewise.
17267 * cgraphbuild.c (pass_remove_cgraph_callee_edges): Likewise.
17268 (pass_rebuild_cgraph_edges): Likewise.
17269 (pass_remove_cgraph_callee_edges): Likewise.
17270 * df-core.c (pass_df_initialize_opt): Likewise.
17271 (pass_df_initialize_no_opt): Likewise.
17272 (pass_df_finish): Likewise.
17273 * emit-rtl.c (pass_unshare_all_rtl): Likewise.
17274 * except.c (pass_set_nothrow_function_flags): Likewise.
17275 (pass_convert_to_eh_region_ranges): Likewise.
17276 * final.c (pass_compute_alignments): Likewise.
17277 * function.c (pass_instantiate_virtual_regs): Likewise.
17278 (pass_init_function): Likewise.
17279 (pass_leaf_regs): Likewise.
17280 (pass_match_asm_constraints): Likewise.
17281 * gimple-low.c (pass_lower_cf): Likewise.
17282 (pass_mark_used_blocks): Likewise.
17283 * init-regs.c (pass_initialize_regs): Likewise.
17284 * integrate.c (pass_initial_value_sets): Likewise.
17285 * ira.c (pass_ira): Likewise.
17286 * jump.c (pass_cleanup_barriers): Likewise.
17287 * omp-low.c (pass_expand_omp): Likewise.
17288 (pass_lower_omp): Likewise.
17289 * matrix-reorg.c (pass_ipa_matrix_reorg): Likewise.
17290 * recog.c (pass_split_all_insns): Likewise.
17291 (pass_split_after_reload): Likewise.
17292 (pass_split_before_regstack): Likewise.
17293 (pass_split_before_sched2): Likewise.
17294 (pass_split_for_shorten_branches): Likewise.
17295 * reginfo.c (pass_reginfo_init): Likewise.
17296 (pass_subregs_of_mode_init): Likewise.
17297 (pass_subregs_of_mode_finish): Likewise.
17298 * passes.c (pass_postreload): Likewise.
17299 * stack-ptr-mod.c (pass_stack_ptr_mod): Likewise.
17300 * tree-cfg.c (pass_remove_useless_stmts): Likewise.
17301 (pass_warn_function_return): Likewise.
17302 (pass_warn_function_noreturn): Likewise.
17303 * tree-complex.c (pass_lower_complex): Likewise.
17304 (pass_lower_complex_O0): Likewise.
17305 * tree-if-conv.c (pass_if_conversion): Likewise.
17306 * tree-into-ssa.c (pass_build_ssa): Likewise.
17307 * tree-mudflap.c (pass_mudflap_1): Likewise.
17308 (pass_mudflap_2): Likewise.
17309 * tree-nomudflap.c (pass_mudflap_1): Likewise.
17310 (pass_mudflap_2): Likewise.
17311 * tree-nrv.c (pass_return_slot): Likewise.
17312 * tree-object-size.c (pass_object_sizes): Likewise.
17313 * tree-optimize.c (pass_all_optimizations): Likewise.
17314 (pass_early_local_passes): Likewise.
17315 (pass_all_early_optimizations): Likewise.
17316 (pass_cleanup_cfg): Likewise.
17317 (pass_cleanup_cfg_post_optimizing): Likewise.
17318 (pass_free_datastructures): Likewise.
17319 (pass_free_cfg_annotations): Likewise.
17320 (pass_fixup_cfg): Likewise.
17321 (pass_init_datastructures): Likewise.
17322 * tree-ssa.c (pass_early_warn_uninitialized): Likewise.
17323 (pass_late_warn_uninitialized): Likewise.
17324 (pass_update_address_taken): Likewise.
17325 * tree-ssa-ccp.c (pass_fold_builtins): Likewise.
17326 * tree-ssa-math-opts.c (pass_cse_reciprocals): Likewise.
17327 (pass_cse_sincos): Likewise.
17328 (pass_convert_to_rsqrt): Likewise.
17329 * tree-ssa-structalias.c (pass_build_alias): Likewise.
17330 * tree-stdarg.c (pass_stdarg): Likewise.
17331 * tree-tailcall.c (pass_tail_recursion): Likewise.
17332 (pass_tail_calls): Likewise.
17333 * tree-vect-generic.c (pass_lower_vector): Likewise.
17334 (pass_lower_vector_ssa): Likewise.
17335 * tree-vectorizer.c (pass_ipa_increase_alignment): Likewise.
17336
0051ef59
JM
173372009-04-16 Joseph Myers <joseph@codesourcery.com>
17338
17339 * config/mips/mips.c (mips_rtx_cost_data): Use SOFT_FP_COSTS in
17340 XLR entry.
17341 * config/mips/mips.h (MIPS_ISA_LEVEL_SPEC, MIPS_ARCH_FLOAT_SPEC):
17342 Handle -march=xlr.
17343 * config/mips/xlr.md (ir_xlr_alu): Also accept insn types move,
17344 logical and signext.
17345
b3f8558a
KK
173462009-04-16 Kaz Kojima <kkojima@gcc.gnu.org>
17347
17348 PR target/39767
17349 * config/sh/predicates.md (arith_operand): Check if the operand
17350 of TRUNCATE is a REG.
17351
f57597d9
KH
173522009-04-16 Kazu Hirata <kazu@codesourcery.com>
17353
17354 * cfgrtl.c (delete_insn_chain_and_edges): Remove.
17355 * rtl.h: Remove the prototype for delete_insn_chain_and_edges.
17356
b172d063
KH
173572009-04-16 Kazu Hirata <kazu@codesourcery.com>
17358
17359 * tree-iterator.c (tsi_split_statement_list_after,
17360 tsi_split_statement_list_before): Remove.
17361 * tree-iterator.h: Remove the prototypes for
532bfb0a 17362 tsi_split_statement_list_after and tsi_split_statement_list_before.
b172d063 17363
78fe4f1f
KH
173642009-04-16 Kazu Hirata <kazu@codesourcery.com>
17365
17366 * tree-ssa-propagate.c (stmt_makes_single_load): Remove.
17367 * tree-ssa-propagate.h: Remove the prototype for
17368 stmt_makes_single_load.
17369
43dd3201
KH
173702009-04-16 Kazu Hirata <kazu@codesourcery.com>
17371
17372 * emit-rtl.c (set_mem_attrs_from_reg): Remove.
17373 * rtl.h: Remove the prototype for set_mem_attrs_from_reg.
17374
4252a4aa
KH
173752009-04-16 Kazu Hirata <kazu@codesourcery.com>
17376
17377 * tree-iterator.c (EXPR_LAST_BODY): Remove.
17378
bfb69968
KH
173792009-04-16 Kazu Hirata <kazu@codesourcery.com>
17380
17381 * except.c (eh_region_outer_p): Remove.
17382 * except.h: Remove the prototype for eh_region_outer_p.
17383
c7db7fa5
KH
173842009-04-16 Kazu Hirata <kazu@codesourcery.com>
17385
17386 * function.c (current_function_assembler_name): Remove.
17387 * function.h: Remove the prototype for
17388 current_function_assembler_name.
17389
efc0b2bd
ILT
173902009-04-16 Ian Lance Taylor <iant@google.com>
17391
532bfb0a 17392 * rtlanal.c (alloc_reg_note): New function, broken out of add_reg_note.
efc0b2bd
ILT
17393 (add_reg_note): Call alloc_reg_note.
17394 * rtl.h (alloc_reg_note): Declare.
17395 * combine.c (try_combine): Use alloc_reg_note.
17396 (recog_for_combine, move_deaths): Likewise.
17397 (distribute_notes): Use alloc_reg_note and add_reg_note.
17398 * haifa-sched.c (sched_create_recovery_edges): Use add_reg_note.
17399 * combine-stack-adj.c (adjust_frame_related_expr): Likewise.
17400 * reload1.c (eliminate_regs_1): Use alloc_reg_note.
17401
6080348f
VM
174022009-04-16 Vladimir Makarov <vmakarov@redhat.com>
17403
17404 PR rtl-optimization/39762
17405 * ira-int.h (ira_register_move_cost, ira_may_move_in_cost,
17406 ira_may_move_out_cost): Add comments about way of their usage.
532bfb0a 17407 (ira_get_register_move_cost, ira_get_may_move_cost): New functions.
2ba9daa7 17408
6080348f
VM
17409 * ira-conflicts.c (process_regs_for_copy): Use function
17410 ira_get_register_move_cost instead of global
17411 ira_register_move_cost.
17412
17413 * ira-color.c (update_copy_costs, calculate_allocno_spill_cost,
17414 color_pass, move_spill_restore, update_curr_costs): Ditto.
17415
17416 * ira-lives.c (process_single_reg_class_operands): Ditto.
17417
17418 * ira-emit.c (emit_move_list): Ditto.
17419
17420 * ira-costs.c (copy_cost): Don't call ira_init_register_move_cost.
17421 (record_reg_classes): Ditto. Use functions
17422 ira_get_register_move_cost and ira_get_may_move_cost instead of
17423 global vars ira_register_move_cost, ira_may_move_out_cost and
17424 ira_may_move_in_cost.
17425 (record_address_regs): Don't call ira_init_register_move_cost.
17426 Use function ira_get_may_move_cost instead of global
17427 ira_may_move_in_cost.
17428 (process_bb_node_for_hard_reg_moves): Use function
532bfb0a 17429 ira_get_register_move_cost instead of global ira_register_move_cost.
6080348f 17430 (ira_costs): Don't call ira_init_register_move_cost.
2ba9daa7 17431
646bea10
RG
174322009-04-16 Richard Guenther <rguenther@suse.de>
17433
17434 * tree-cfg.c (verify_gimple_assign_binary):
17435 Allow POINTER_PLUS_EXPR-like PLUS_EXPR for vectors.
17436 * ipa-struct-reorg.c (gen_size): Fold the built expressions.
17437 (create_general_new_stmt): Note that this function is broken.
17438
02e819ff
RAE
174392009-04-16 Rafael Avila de Espindola <espindola@google.com>
17440
17441 * common.opt (fhelp): Add Var(help_flag).
17442 * gcc-plugin.h (plugin_info): Add help.
17443 * plugin.c (plugin_name_args): Add help.
17444 (register_plugin_info): Set plugin->help.
17445 (print_help_one_plugin): New.
17446 (print_plugins_help): New.
17447 * plugin.h (print_plugins_help): New.
17448 * toplev.c (toplev_main): Call print_plugins_help if needed.
17449
ccacdf06
RG
174502009-04-16 Richard Guenther <rguenther@suse.de>
17451
17452 * gimple.c (gimple_copy): Do not clear addresses_taken bitmap.
17453 (gimple_ior_addresses_taken_1): New function.
17454 (gimple_ior_addresses_taken): Likewise.
17455 * gimple.h (struct gimple_statement_with_ops_base): Remove
17456 addresses_taken member.
17457 (gimple_ior_addresses_taken): Declare.
17458 (gimple_addresses_taken, gimple_addresses_taken_ptr,
17459 gimple_set_addresses_taken): Remove.
17460 * ipa-reference.c (mark_address): New function.
17461 (scan_stmt_for_static_refs): Use it for marking addresses taken.
17462 * tree-ssa-operands.c (add_to_addressable_set): Rename to ...
17463 (mark_address_taken): ... this. Just set TREE_ADDRESSABLE.
17464 (gimple_add_to_addresses_taken): Remove.
17465 (get_tmr_operands): Call mark_address_taken.
17466 (get_asm_expr_operands): Likewise.
17467 (get_expr_operands): Likewise.
17468 (build_ssa_operands): Do not clear the addresses_taken bitmap.
17469 (free_stmt_operands): Do not free it.
17470 * tree-ssa.c (delete_tree_ssa): Likewise.
17471 (execute_update_addresses_taken): Use gimple_ior_addresses_taken.
17472
346ef3fa
RG
174732009-04-16 Richard Guenther <rguenther@suse.de>
17474
17475 * gimple.h (walk_stmt_load_store_addr_ops): Declare.
17476 (walk_stmt_load_store_ops): Likewise.
17477 * gimple.c (get_base_loadstore): New function.
17478 (walk_stmt_load_store_addr_ops): Likewise.
17479 (walk_stmt_load_store_ops): Likewise.
17480 * ipa-pure-const.c (check_op): Simplify.
17481 (check_load, check_store): New functions.
17482 (check_stmt): Use walk_stmt_load_store_ops.
17483 * ipa-reference.c (mark_load): Adjust signature.
17484 (mark_store): Likewise.
17485 (scan_stmt_for_static_refs): Use walk_stmt_load_store_addr_ops.
17486
44e9f006
RAE
174872009-04-16 Rafael Avila de Espindola <espindola@google.com>
17488
17489 * gcc-plugin.h (plugin_event): Add PLUGIN_INFO.
17490 (plugin_info): New.
17491 * opts.c (common_handle_option): Don't call print_version.
17492 * plugin.c (plugin_name_args): Add version.
17493 (register_plugin_info): New.
17494 (register_callback): Handle PLUGIN_INFO.
17495 (try_init_one_plugin): New.
17496 (init_one_plugin): Use try_init_one_plugin. Only free plugin_name_args
17497 if failed to init.
17498 (finalize_one_plugin): New.
17499 (finalize_plugins): New.
17500 (print_one_plugin): New.
17501 (print_plugins_versions): New.
17502 * plugin.h (print_plugins_versions): New.
17503 (finalize_plugins): New.
17504 * toplev.c (compile_file): Don't call initialize_plugins.
17505 (print_version): Call print_plugins_versions.
17506 (toplev_main): Call initialize_plugins. Print version if needed.
17507 Call finalize_plugins.
17508
41fd0f9b
RAE
175092009-04-16 Rafael Avila de Espindola <espindola@google.com>
17510
17511 * common.opt (fversion): New.
17512 * gcc.c (print_version): New.
17513 (process_command): Don't print the version. Just set print_version.
17514 (main): Print version. Call subprocesses if print_version and
17515 verbose_flag are set.
17516 * opts.c (common_handle_option): Handle OPT_fversion.
17517
550918ca 175182009-04-16 Richard Guenther <rguenther@suse.de>
532bfb0a 17519 Ira Rosen <irar@il.ibm.com>
550918ca
RG
17520
17521 PR tree-optimization/39698
17522 * tree-vect-loop.c (get_initial_def_for_reduction): Use the
17523 type of the reduction variable. Only generate the def if
17524 it is needed.
17525
17526 * omp-low.c (expand_omp_for_generic): When converting to a pointer
17527 make sure to first convert to an integer of the same precision.
17528 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Retain
17529 the type of the evolution correctly in computing the new
17530 induction variable base.
17531
54634841
RG
175322009-04-16 Richard Guenther <rguenther@suse.de>
17533
17534 PR middle-end/39625
17535 * tree-cfg.c (make_blocks): Split statements with to-be
17536 abnormal SSA names on the lhs.
17537
b6fc2cdb
PB
175382009-04-16 Paolo Bonzini <bonzini@gnu.org>
17539
17540 * c-common.c (vector_targets_convertible_p, vector_types_convertible_p):
17541 Use TYPE_VECTOR_OPAQUE instead of targetm.vector_opaque_p.
17542 * c-typeck.c (really_start_incremental_init): Likewise.
17543 * target-def.h (TARGET_VECTOR_OPAQUE_P): Remove.
17544 (TARGET_INITIALIZER): Remove it.
17545 * target.h (struct target): Remove vector_opaque_p.
17546 * tree.c (build_opaque_vector_type): New.
17547 * tree.h (TYPE_VECTOR_OPAQUE): New.
17548 (build_opaque_vector_type): Declare.
17549 * doc/tm.texi (TARGET_VECTOR_OPAQUE_P): Remove.
17550 * config/rs6000/rs6000.c (build_opaque_vector_type,
17551 rs6000_is_vector_type, TARGET_VECTOR_OPAQUE_P): Remove.
17552 (rs6000_init_builtins): Use build_opaque_vector_type for
17553 opaque_V4SI_type_node.
17554
a417cdd9
CM
175552009-04-15 Catherine Moore <clm@codesourcery.com>
17556
532bfb0a
AJ
17557 * debug.h (set_name): Declare.
17558 * dwarf2out.c (dwarf2out_set_name): Declare.
17559 (dwarf2_debug_hooks): Add set_name.
17560 (find_AT_string): New.
17561 (add_AT_string): Call find_AT_string.
17562 (dwarf2out_set_name): New.
17563 * cp/decl.c (grokdeclarator): Call set_name.
17564 * vmsdbgout.c (vmsdbg_debug_hooks): Add set_name_debug_nothing.
17565 * debug.c (do_nothing_debug_hooks): Likewise.
17566 * dbxout.c (dbx_debug_hooks): Likewise.
17567 * sdbout.c (sdb_debug_hooks): Likewise.
a417cdd9 17568
60839f5d 175692009-04-15 Michael Eager <eager@eagercon.com>
2c5cac98 17570
532bfb0a
AJ
17571 * config/rs6000/rs6000.c (rs6000_function_value): Set function return
17572 reg for single-precision FPU.
17573 * config/rs6000/rs6000.md (movsi_internal1): Only for
17574 !TARGET_SINGLE_FPU.
17575 (movsi_internal1_single): New. Add pattern to move SI values to/from
2c5cac98
ME
17576 single-precision FP regs.
17577
ada39f0b
RG
175782009-04-15 Richard Guenther <rguenther@suse.de>
17579
17580 * omp-low.c (lower_rec_input_clauses): Build correct address
17581 expressions.
17582 (expand_omp_for_generic): Fix multiplication type.
532bfb0a 17583 * tree-loop-distribution.c (build_size_arg): Build a size_t argument.
ada39f0b
RG
17584 (generate_memset_zero): Fix types.
17585 * tree-profile.c (prepare_instrumented_value): Correctly
17586 widen a pointer.
17587
6866c6e8
ILT
175882009-04-15 Ian Lance Taylor <iant@google.com>
17589
17590 * c.opt (Wenum-compare): Enable for C and Objc. Initialize to -1.
17591 * c-opts.c (c_common_handle_option): For C, set warn_enum_compare
17592 for -Wall and for -Wc++-compat.
17593 (c_common_post_options): For C++, set warn_enum_compare if not
17594 already set.
17595 * c-tree.h (struct c_expr): Add field original_type.
17596 (build_external_ref): Update declaration.
17597 * c-parser.c (c_parser_braced_init): Set original_type.
17598 (c_parser_initelt): Likewise.
17599 (c_parser_expr_no_commas): Likewise.
17600 (c_parser_conditional_expression): Likewise.
17601 (c_parser_cast_expression): Likewise.
17602 (c_parser_unary_expression): Likewise. Pull setting of
17603 original_code to top of function.
17604 (c_parser_sizeof_expression): Set original_type.
17605 (c_parser_alignof_expression): Likewise.
17606 (c_parser_postfix_expression): Likewise. Pull setting of
17607 original_code to top of function.
532bfb0a 17608 (c_parser_postfix_expression_after_paren_type): Set original_type.
6866c6e8
ILT
17609 (c_parser_postfix_expression_after_primary): Likewise.
17610 (c_parser_expression): Likewise.
17611 * c-typeck.c (build_external_ref): Add type parameter. Change all
17612 callers.
17613 (c_expr_sizeof_expr): Set original_type field.
17614 (parser_build_unary_op): Likewise.
17615 (parser_build_binary_op): Likewise. Optionally warn about
17616 comparisons of enums of different types.
17617 (digest_init): Set original_type field.
17618 (really_start_incremental_init): Likewise.
17619 (push_init_level, pop_init_level): Likewise.
17620 * doc/invoke.texi (Warning Options): -Wenum-compare now
17621 supported in C.
17622
f116fecf
RG
176232009-04-15 Richard Guenther <rguenther@suse.de>
17624
17625 * tree-ssa-pre.c (eliminate): When replacing a PHI node carry
17626 out a necessary conversion.
17627 * tree-ssa-sccvn.c (run_scc_vn): Also assign value-ids to
17628 names we didn't value number.
17629 * tree-mudflap.c (mf_build_check_statement_for): Use correct types.
17630
25e20805
RG
176312009-04-15 Richard Guenther <rguenther@suse.de>
17632
17633 PR tree-optimization/39764
17634 * tree-ssa-ccp.c (get_value): Canonicalize value with
17635 canonicalize_float_value.
17636
90cc3676
JH
176372009-04-15 Jan Hubicka <jh@suse.cz>
17638
17639 * builtins.def (va_start, va_end, va_copy): Fix my previous commit.
17640 Wrong version of patch.
17641
6d14c006
JH
176422009-04-15 Jan Hubicka <jh@suse.cz>
17643
17644 * builtins.def (va_start, va_end, va_copy): Mark nothrow.
17645
5afaa917
NS
176462009-04-15 Nathan Sidwell <nathan@codesourcery.com>
17647
17648 * config/rs6000/rs6000.c (rs6000_init_builtins): Set TYPE_NAME of
17649 our distinct integral and vector types.
17650
3b482fca
RAE
176512009-04-15 Rafael Avila de Espindola <espindola@google.com>
17652
17653 * class.c (build_vtbl_ref_1): Remove call to assemble_external.
17654 * init.c (build_vtbl_address): Remove call to assemble_external.
17655
6cd1d2e2
DJ
176562009-04-14 Daniel Jacobowitz <dan@codesourcery.com>
17657
17658 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): Fix debug
17659 output for other floating point modes.
17660
dab71827
DN
176612009-04-14 Diego Novillo <dnovillo@google.com>
17662
17663 * diagnostic.c (diagnostic_report_diagnostic): Do not
17664 warn about loaded plugins for DK_ERROR and DK_WARNING.
17665 * c-decl.c (declspecs_add_type): Move call to
17666 invoke_plugin_callbacks ...
17667 * c-parser.c (c_parser_declspecs): ... here.
17668 * plugin.c (dump_active_plugins): Tidy output.
17669
68a607d8
DN
176702009-04-14 Diego Novillo <dnovillo@google.com>
17671 Le-Chun Wu <lcwu@google.com>
17672
17673 * configure.ac: Add --enable-plugin support.
17674 Define ENABLE_PLUGIN and PLUGINLIBS when specified.
17675 * Makefile.in (PLUGIN_H): Define.
17676 Export ENABLE_PLUGIN and GMPINC to site.exp.
17677 Add PLUGINLIBS to link command.
17678 Add/modify dependencies for plugin.o and files including plugin.h.
17679 (plugin.o): New.
17680 * config.in: Regenerate.
2ba9daa7 17681
68a607d8
DN
17682 * opts.c (common_handle_option): Handle OPT_fplugin_ and
17683 OPT_fplugin_arg_.
17684
176852009-04-14 Le-Chun Wu <lcwu@google.com>
17686
17687 * tree-pass.h (register_one_dump_file): Add a prototype for
17688 register_one_dump_file.
17689 * toplev.c (compile_file): Call initialize_plugins.
17690 (do_compile): Call invoke_plugin_callbacks.
17691 (toplev_main): Call invoke_plugin_callbacks.
17692 * common.opt: Add -fplugin= and -fplugin-arg-.
17693 * gcc-plugin.h: New public header file for plugins to include.
17694 * plugin.c: New source file.
17695 * plugin.h: New internal header file.
17696 * passes.c (register_one_dump_file): Make it external.
2ba9daa7 17697
68a607d8
DN
17698 * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks.
17699
177002009-04-14 Diego Novillo <dnovillo@google.com>
17701
17702 * doc/plugins.texi: New.
17703 * doc/gccint.texi: Add reference to Plugins chapter.
17704 * doc/invoke.texi: Document -fplugin and -fplugin-arg
17705 * diagnostic.c (diagnostic_report_diagnostic): Warn about
17706 loaded plugins, if any.
17707 * timevar.def (TV_PLUGIN_INIT): Define.
17708 (TV_PLUGIN_RUN): Define.
17709 * plugin.c: Include timevar.h
17710 (plugins_active_p): New.
17711 (dump_active_plugins): New.
17712 (debug_active_plugins): New.
17713
50617257
JM
177142009-04-14 Joseph Myers <joseph@codesourcery.com>
17715
17716 * config/sol2.h (LINK_ARCH32_SPEC_BASE): Use %R with absolute
17717 library paths.
17718 * config/sparc/sol2-bi.h (LINK_ARCH64_SPEC_BASE): Likewise.
17719
b32f6fff
KH
177202009-04-14 Kazu Hirata <kazu@codesourcery.com>
17721
17722 * config/arm/arm.c (arm_rtx_costs_1): Treat a minus with a shift
17723 the same as a minus without a shift.
17724
85d04fa2
NC
177252009-04-14 Nick Clifton <nickc@redhat.com>
17726
17727 * config/stormy16/stormy16.md (ineqbranch_1): Do not assume that
17728 comparisons with small integers will always produce a short
17729 branch.
17730
e495a0c8
RAE
177312009-04-14 Rafael Avila de Espindola <espindola@google.com>
17732
17733 Merge:
e495a0c8
RAE
17734 2008-12-19 Diego Novillo <dnovillo@google.com>
17735
532bfb0a 17736 * cgraph.c (dump_cgraph_node): Show memory address of NODE.
e495a0c8 17737
ad41bd84 177382009-04-14 Richard Guenther <rguenther@suse.de>
587aa063
RG
17739
17740 * tree-cfg.c (verify_gimple_assign_unary): Adjust vector code
17741 verification.
17742 (verify_gimple_assign_binary): Likewise. Handle shifts and
17743 rotates correctly.
17744 (verify_gimple_phi): Print the mismatched argument position.
17745 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
17746 Fix types.
17747 (vect_update_init_of_dr): Likewise.
17748 * matrix-reorg.c (transform_access_sites): Do what the
17749 comment suggests.
17750 * omp-low.c (expand_omp_atomic_pipeline): Use the correct types.
17751
60839f5d 177522009-04-13 Michael Eager <eager@eagercon.com>
9eca1774
ME
17753
17754 * config/rs6000/rs6000-c.c: generate defines if rs6000_xilinx_fpu:
17755 _XFPU, _XFPU_SP_LITE, _XFPU_SP_FULL, _XFPU_DP_LITE, _XFPU_DP_FULL
17756 * config/rs6000/xilinx.h: New. Spec for powerpc-xilinx-eabi
2ba9daa7 17757 * config.gcc (powerpc-xilinx-eabi): add xilinx.h to tm_file,
9eca1774
ME
17758 remove duplicate config
17759
b0e2d008
DR
177602009-04-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
17761
17762 * ipa-inline.c (cgraph_decide_inlining_of_small_function): Dump
17763 file_name:line_number type locator of the call site.
2ba9daa7 17764
1244a8b7
VM
177652009-04-13 Vladimir Makarov <vmakarov@redhat.com>
17766
17767 * genautomata.c: Put blank after comma.
17768 (automaton_decls): New.
17769 (struct unit_usage): Add comments to member next.
17770 (store_alt_unit_usage): Keep the list ordered.
17771 (unit_present_on_list_p, equal_alternatives_p): New.
17772 (check_regexp_units_distribution): Check units distribution
17773 correctness correctly.
17774 (main): Don't write automata if error is found. Return correct
17775 exit code.
2ba9daa7 17776
1244a8b7
VM
17777 * config/m68k/cf.md (cfv4_ds): Remove.
17778 (cfv4_pOEP1, cfv4_sOEP1, cfv4_pOEP2,cfv4_sOEP2, cfv4_pOEP3,
17779 cfv4_sOEP3): Assign to cfv4_oep instead of cfv4_ds.
17780
17781 * config/rs6000/power4.md (lsuq_power4, iq_power4, fpq_power4,
17782 power4-load-ext, power4-store, power4-store-update,
17783 power4-fpstore, power4-fpstore-update, power4-two, power4-three,
17784 power4-insert, power4-compare, power4-lmul-cmp, power4-imul-cmp,
17785 power4-lmul, , power4-imul, power4-imul3, power4-sdiv,
17786 power4-sqrt, power4-isync): Modify reservation to make correct
17787 unit distribution to automata.
17788
17789 * config/rs6000/power5.md (iq_power5, fpq_power5, power5-store,
17790 power5-store-update, power5-two, power5-three, power5-lmul,
17791 power5-imul, power5-imul3, power5-sdiv, power5-sqrt): Ditto.
2ba9daa7 17792
f7dd1864
AN
177932009-04-13 Adam Nemet <anemet@caviumnetworks.com>
17794
17795 * except.c (pass_set_nothrow_function_flags): Set name and add
17796 TODO_dump_func.
17797 (set_nothrow_function_flags): Mention in the dump file when
17798 changing a function to nothrow.
17799
59a1171f
OS
178002009-04-13 Ozkan Sezer <sezeroz@gmail.com>
17801
17802 PR/39066
17803 * gbl-ctors.h (DO_GLOBAL_CTORS_BODY): Use __SIZE_TYPE__
17804 instead of unsigned long.
17805
934c2060
RR
178062009-04-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
17807
f7dd1864
AN
17808 * config/arm/arm.c (return_used_this_function): Remove.
17809 (arm_output_function_prologue): Remove use of
934c2060 17810 return_used_this_function.
f7dd1864 17811 (output_return_instruction): Replace use of
934c2060
RR
17812 return_used_this_function
17813 by cfun->machine->return_used_this_function.
f7dd1864
AN
17814 (arm_output_epilogue): Likewise.
17815 (arm_output_function_epilogue): Likewise.
17816 (thumb_unexpanded_epilogue): Likewise.
17817 * config/arm/arm.h (struct machine_function):
934c2060 17818 New member return_used_this_function.
f7dd1864 17819
ae5cc016
MM
178202009-04-12 Mark Mitchell <mark@codesourcery.com>
17821
17822 * doc/install.texi: Correct description of default directory for
17823 --with-gxx-include-dir.
17824
a0ce68df 178252009-04-12 Eric Botcazou <ebotcazou@adacore.com>
849d624b
EB
17826
17827 * fold-const.c (build_range_check): Properly deal with enumeral and
17828 boolean base types.
17829
3906a4a1
SB
178302009-04-12 Steven Bosscher <steven@gcc.gnu.org>
17831
17832 * doc/invoke.texi (max_gcse_passes): Remove documentation.
17833 * params.def (PARAM_MAX_GCSE_PASSES): Remove.
17834 * params.h (MAX_GCSE_PASSES): Remove.
17835 * gcse.c (gcse_main): Run CPROP1, PRE or HOIST, and CPROP2
17836 in sequence. Remove ability to run multiple passes.
17837 (bypass_jumps): Report run as third CPROP pass.
17838
efaadb93
AN
178392009-04-12 Adam Nemet <anemet@caviumnetworks.com>
17840
17841 PR middle-end/39651
17842 * except.c (can_throw_external): Look at each insn in a SEQUENCE
17843 when deciding whether the whole SEQUENCE can throw.
17844
4c48007b
UB
178452009-04-12 Uros Bizjak <ubizjak@gmail.com>
17846
17847 PR target/39740
17848 * config/alpha/predicates.md (local_symbolic_operand): Return 1 for
17849 offseted label references.
17850
b4104018
JH
178512009-04-11 Jan Hubicka <jh@suse.cz>
17852
17853 * tree-ssa-pre.c (eliminate): Fix call of update_stmt.
17854
32848948
RG
178552009-04-11 Richard Guenther <rguenther@suse.de>
17856
17857 PR middle-end/39732
17858 * tree-inline.c (declare_return_variable): Mark DECL_BY_REFERENCE
17859 return variables as TREE_ADDRESSABLE.
17860
8810712e
RG
178612009-04-11 Richard Guenther <rguenther@suse.de>
17862
17863 PR tree-optimization/39713
17864 * tree-ssa-sccvn.c (vn_get_expr_for): Make sure built
17865 reference trees have SSA_NAME operands.
17866
fa78c0c1
RG
178672009-04-11 Richard Guenther <rguenther@suse.de>
17868
17869 PR c/39712
17870 * c-gimplify.c (c_gimplify_expr): Adjust check for mismatched
17871 address expressions.
17872
4d722130
DK
178732009-04-11 Dave Korn <dave.korn.cygwin@gmail.com>
17874
17875 * config/i386/cygwin-stdint.h (INT_LEAST32_TYPE): Update to
17876 match changes in Cygwin 1.7
17877 (UINT_LEAST32_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE,
17878 UINT_FAST16_TYPE, UINT_FAST32_TYPE): Likewise.
17879
567a90f5
PB
178802009-04-10 Paolo Bonzini <bonzini@gnu.org>
17881
17882 PR tree-optimization/39701
17883 * doc/invoke.texi (Optimization Options): Document change in
17884 meaning and initialization of -fdelete-null-pointer-checks.
17885
1ad2f450
L
178862009-04-10 H.J. Lu <hongjiu.lu@intel.com>
17887
17888 PR middle-end/39701
17889 * common.opt (-fdelete-null-pointer-checks): Initialize to 1.
17890
17891 * opts.c (decode_options): Don't set flag_delete_null_pointer_checks
17892 here.
17893
17894 * doc/invoke.texi: Update -fdelete-null-pointer-checks.
17895
1afc5373
CF
178962009-04-10 Chao-ying Fu <fu@mips.com>
17897
17898 * doc/tm.texi (Instruction Output): Document
17899 TARGET_ASM_FINAL_POSTSCAN_INSN.
17900 * target.h (final_postscan_insn): New field in asm_out.
17901 * target-def.h (TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
17902 (TARGET_ASM_OUT): Add TARGET_ASM_FINAL_POSTSCAN_INSN.
17903 * final.c (final_scan_insn): Call
17904 targetm.asm_out.final_postscan_insn after outputting
17905 an asm macro and a normal instruction.
17906
17907 * config/mips/mips.h (FINAL_PRESCAN_INSN): New define.
17908 * config/mips/mips-protos.h (mips_final_prescan_insn): Declare.
17909 * config/mips/mips.c (mips_at_reg_p): New for_each_rtx callback.
17910 (mips_final_prescan_insn, mips_final_postscan_insn): New functions.
17911 (TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
17912
4d35e75c
PB
179132009-04-10 Paolo Bonzini <bonzini@gnu.org>
17914
17915 PR middle-end/39701
1ad2f450
L
17916 * fold-const.c (tree_single_nonzero_warnv_p): Pass non-static
17917 variables as non-NULL even with -fdelete-null-pointer-checks.
4d35e75c 17918
62c49b83
L
179192009-04-10 H.J. Lu <hongjiu.lu@intel.com>
17920
17921 * config/rs6000/darwin-vecsave.asm: Remove extra "*/".
17922
80558628
L
179232009-04-09 H.J. Lu <hongjiu.lu@intel.com>
17924
17925 PR target/39678
17926 * config/i386/i386.c (classify_argument): Handle SCmode with
17927 (bit_offset % 64) != 0.
17928
8c70d28b
SL
179292009-04-09 Sandra Loosemore <sandra@codesourcery.com>
17930
17931 * doc/invoke.texi (Optimize Options): Add cross-reference to
17932 -Q --help=optimizers examples.
17933
e1ff19bf
BE
179342009-04-10 Ben Elliston <bje@au.ibm.com>
17935
17936 PR target/36800
17937 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Do not set
17938 regalign for the reg == fpr and TDmode case.
17939
52daca75
DA
179402009-04-09 David Ayers <ayers@fsfe.org>
17941
17942 PR objc/29200
17943 * objc/objc-act.c (warn_with_method): Remove helper function.
17944 (check_duplicates): Call warning and inform directly.
17945 (really_start_method): Likewise.
17946
b45f0e58
PB
179472009-04-09 Paolo Bonzini <bonzini@gnu.org>
17948
17949 * expmed.c (expand_divmod): Always use a comparison for a division
17950 by a large unsigned integer.
17951
1ad2f450
L
17952 * fold-const.c (tree_single_nonzero_warnv_p): Always treat decls
17953 for things others than variables or functions as nonzero.
b45f0e58 17954
748086b7
JJ
179552009-04-09 Nick Clifton <nickc@redhat.com>
17956
17957 * unwind-compat.c: Change copyright header to refer to version
17958 3 of the GNU General Public License with version 3.1 of the
17959 GCC Runtime Library Exception and to point readers at the
7a715bba 17960 COPYING3 and COPYING3.RUNTIME files and the FSF's license web page.
748086b7
JJ
17961 * config/alpha/crtfastmath.c: Likewise.
17962 * config/alpha/linux-unwind.h: Likewise.
17963 * config/alpha/qrnnd.asm: Likewise.
17964 * config/alpha/vms-crt0-64.c: Likewise.
17965 * config/alpha/vms-crt0.c: Likewise.
17966 * config/alpha/vms-dwarf2.asm: Likewise.
17967 * config/alpha/vms-dwarf2eh.asm: Likewise.
17968 * config/alpha/vms-psxcrt0-64.c: Likewise.
17969 * config/alpha/vms-psxcrt0.c: Likewise.
17970 * config/alpha/vms_tramp.asm: Likewise.
17971 * config/arc/initfini.c: Likewise.
17972 * config/arc/lib1funcs.asm: Likewise.
17973 * config/arm/bpabi-v6m.S: Likewise.
17974 * config/arm/bpabi.S: Likewise.
17975 * config/arm/bpabi.c: Likewise.
17976 * config/arm/crti.asm: Likewise.
17977 * config/arm/crtn.asm: Likewise.
17978 * config/arm/ieee754-df.S: Likewise.
17979 * config/arm/ieee754-sf.S: Likewise.
17980 * config/arm/lib1funcs.asm: Likewise.
17981 * config/arm/libunwind.S: Likewise.
17982 * config/arm/linux-atomic.c: Likewise.
17983 * config/arm/mmintrin.h: Likewise.
17984 * config/arm/pr-support.c: Likewise.
17985 * config/arm/unaligned-funcs.c: Likewise.
17986 * config/arm/unwind-arm.c: Likewise.
17987 * config/arm/unwind-arm.h: Likewise.
17988 * config/avr/libgcc.S: Likewise.
17989 * config/bfin/crti.s: Likewise.
17990 * config/bfin/crtlibid.s: Likewise.
17991 * config/bfin/crtn.s: Likewise.
17992 * config/bfin/lib1funcs.asm: Likewise.
17993 * config/bfin/linux-unwind.h: Likewise.
17994 * config/cris/arit.c: Likewise.
17995 * config/cris/cris_abi_symbol.c: Likewise.
17996 * config/darwin-64.c: Likewise.
17997 * config/darwin-crt2.c: Likewise.
17998 * config/darwin-crt3.c: Likewise.
17999 * config/darwin.h: Likewise.
18000 * config/dbxelf.h: Likewise.
18001 * config/dfp-bit.c: Likewise.
18002 * config/dfp-bit.h: Likewise.
18003 * config/elfos.h: Likewise.
18004 * config/fixed-bit.c: Likewise.
18005 * config/fixed-bit.h: Likewise.
18006 * config/fp-bit.c: Likewise.
18007 * config/fp-bit.h: Likewise.
18008 * config/fr30/crti.asm: Likewise.
18009 * config/fr30/crtn.asm: Likewise.
18010 * config/fr30/lib1funcs.asm: Likewise.
18011 * config/freebsd-spec.h: Likewise.
18012 * config/frv/cmovd.c: Likewise.
18013 * config/frv/cmovh.c: Likewise.
18014 * config/frv/cmovw.c: Likewise.
18015 * config/frv/frvbegin.c: Likewise.
18016 * config/frv/frvend.c: Likewise.
18017 * config/frv/lib1funcs.asm: Likewise.
18018 * config/glibc-stdint.h: Likewise.
18019 * config/h8300/clzhi2.c: Likewise.
18020 * config/h8300/crti.asm: Likewise.
18021 * config/h8300/crtn.asm: Likewise.
18022 * config/h8300/ctzhi2.c: Likewise.
18023 * config/h8300/fixunssfsi.c: Likewise.
18024 * config/h8300/lib1funcs.asm: Likewise.
18025 * config/h8300/parityhi2.c: Likewise.
18026 * config/h8300/popcounthi2.c: Likewise.
18027 * config/i386/ammintrin.h: Likewise.
18028 * config/i386/att.h: Likewise.
18029 * config/i386/avxintrin.h: Likewise.
18030 * config/i386/biarch64.h: Likewise.
18031 * config/i386/bmmintrin.h: Likewise.
18032 * config/i386/cpuid.h: Likewise.
18033 * config/i386/cross-stdarg.h: Likewise.
18034 * config/i386/crtfastmath.c: Likewise.
18035 * config/i386/crtprec.c: Likewise.
18036 * config/i386/cygming-crtbegin.c: Likewise.
18037 * config/i386/cygming-crtend.c: Likewise.
18038 * config/i386/cygwin.asm: Likewise.
18039 * config/i386/emmintrin.h: Likewise.
18040 * config/i386/gmm_malloc.h: Likewise.
18041 * config/i386/gthr-win32.c: Likewise.
18042 * config/i386/i386.h: Likewise.
18043 * config/i386/immintrin.h: Likewise.
18044 * config/i386/linux-unwind.h: Likewise.
18045 * config/i386/linux64.h: Likewise.
18046 * config/i386/mm3dnow.h: Likewise.
18047 * config/i386/mmintrin-common.h: Likewise.
18048 * config/i386/mmintrin.h: Likewise.
18049 * config/i386/nmmintrin.h: Likewise.
18050 * config/i386/pmm_malloc.h: Likewise.
18051 * config/i386/pmmintrin.h: Likewise.
18052 * config/i386/smmintrin.h: Likewise.
18053 * config/i386/sol2-c1.asm: Likewise.
18054 * config/i386/sol2-ci.asm: Likewise.
18055 * config/i386/sol2-cn.asm: Likewise.
18056 * config/i386/sol2-gc1.asm: Likewise.
18057 * config/i386/tmmintrin.h: Likewise.
18058 * config/i386/unix.h: Likewise.
18059 * config/i386/w32-unwind.h: Likewise.
18060 * config/i386/wmmintrin.h: Likewise.
18061 * config/i386/x86-64.h: Likewise.
18062 * config/i386/x86intrin.h: Likewise.
18063 * config/i386/xmmintrin.h: Likewise.
18064 * config/ia64/crtbegin.asm: Likewise.
18065 * config/ia64/crtend.asm: Likewise.
18066 * config/ia64/crtfastmath.c: Likewise.
18067 * config/ia64/crti.asm: Likewise.
18068 * config/ia64/crtn.asm: Likewise.
18069 * config/ia64/fde-glibc.c: Likewise.
18070 * config/ia64/lib1funcs.asm: Likewise.
18071 * config/ia64/linux-unwind.h: Likewise.
18072 * config/ia64/quadlib.c: Likewise.
18073 * config/ia64/unwind-ia64.c: Likewise.
18074 * config/linux.h: Likewise.
18075 * config/m32c/m32c-lib1.S: Likewise.
18076 * config/m32c/m32c-lib2-trapv.c: Likewise.
18077 * config/m32c/m32c-lib2.c: Likewise.
18078 * config/m32r/initfini.c: Likewise.
18079 * config/m68hc11/larith.asm: Likewise.
18080 * config/m68hc11/m68hc11-crt0.S: Likewise.
18081 * config/m68k/cf.md: Likewise.
18082 * config/m68k/crti.s: Likewise.
18083 * config/m68k/crtn.s: Likewise.
18084 * config/m68k/lb1sf68.asm: Likewise.
18085 * config/m68k/linux-unwind.h: Likewise.
18086 * config/mcore/crti.asm: Likewise.
18087 * config/mcore/crtn.asm: Likewise.
18088 * config/mcore/lib1.asm: Likewise.
18089 * config/mips/linux-unwind.h: Likewise.
18090 * config/mips/loongson.h: Likewise.
18091 * config/mips/mips16.S: Likewise.
18092 * config/mmix/crti.asm: Likewise.
18093 * config/mmix/crtn.asm: Likewise.
18094 * config/pa/fptr.c: Likewise.
18095 * config/pa/hpux-unwind.h: Likewise.
18096 * config/pa/lib2funcs.asm: Likewise.
18097 * config/pa/linux-atomic.c: Likewise.
18098 * config/pa/linux-unwind.h: Likewise.
18099 * config/pa/milli64.S: Likewise.
18100 * config/pa/quadlib.c: Likewise.
18101 * config/pa/stublib.c: Likewise.
18102 * config/picochip/libgccExtras/adddi3.asm: Likewise.
18103 * config/picochip/libgccExtras/ashlsi3.asm: Likewise.
18104 * config/picochip/libgccExtras/ashlsi3.c: Likewise.
18105 * config/picochip/libgccExtras/ashrsi3.asm: Likewise.
18106 * config/picochip/libgccExtras/ashrsi3.c: Likewise.
18107 * config/picochip/libgccExtras/cmpsi2.asm: Likewise.
18108 * config/picochip/libgccExtras/divmod15.asm: Likewise.
18109 * config/picochip/libgccExtras/divmodhi4.asm: Likewise.
18110 * config/picochip/libgccExtras/divmodsi4.asm: Likewise.
18111 * config/picochip/libgccExtras/longjmp.asm: Likewise.
18112 * config/picochip/libgccExtras/lshrsi3.asm: Likewise.
18113 * config/picochip/libgccExtras/lshrsi3.c: Likewise.
18114 * config/picochip/libgccExtras/parityhi2.asm: Likewise.
18115 * config/picochip/libgccExtras/popcounthi2.asm: Likewise.
18116 * config/picochip/libgccExtras/setjmp.asm: Likewise.
18117 * config/picochip/libgccExtras/subdi3.asm: Likewise.
18118 * config/picochip/libgccExtras/ucmpsi2.asm: Likewise.
18119 * config/picochip/libgccExtras/udivmodhi4.asm: Likewise.
18120 * config/picochip/libgccExtras/udivmodsi4.asm: Likewise.
18121 * config/rs6000/750cl.h: Likewise.
18122 * config/rs6000/altivec.h: Likewise.
18123 * config/rs6000/biarch64.h: Likewise.
18124 * config/rs6000/crtresfpr.asm: Likewise.
18125 * config/rs6000/crtresgpr.asm: Likewise.
18126 * config/rs6000/crtresxfpr.asm: Likewise.
18127 * config/rs6000/crtresxgpr.asm: Likewise.
18128 * config/rs6000/crtsavfpr.asm: Likewise.
18129 * config/rs6000/crtsavgpr.asm: Likewise.
18130 * config/rs6000/darwin-asm.h: Likewise.
18131 * config/rs6000/darwin-fallback.c: Likewise.
18132 * config/rs6000/darwin-fpsave.asm: Likewise.
18133 * config/rs6000/darwin-ldouble.c: Likewise.
18134 * config/rs6000/darwin-tramp.asm: Likewise.
18135 * config/rs6000/darwin-unwind.h: Likewise.
18136 * config/rs6000/darwin-vecsave.asm: Likewise.
18137 * config/rs6000/darwin-world.asm: Likewise.
18138 * config/rs6000/e500crtres32gpr.asm: Likewise.
18139 * config/rs6000/e500crtres64gpr.asm: Likewise.
18140 * config/rs6000/e500crtres64gprctr.asm: Likewise.
18141 * config/rs6000/e500crtrest32gpr.asm: Likewise.
18142 * config/rs6000/e500crtrest64gpr.asm: Likewise.
18143 * config/rs6000/e500crtresx32gpr.asm: Likewise.
18144 * config/rs6000/e500crtresx64gpr.asm: Likewise.
18145 * config/rs6000/e500crtsav32gpr.asm: Likewise.
18146 * config/rs6000/e500crtsav64gpr.asm: Likewise.
18147 * config/rs6000/e500crtsav64gprctr.asm: Likewise.
18148 * config/rs6000/e500crtsavg32gpr.asm: Likewise.
18149 * config/rs6000/e500crtsavg64gpr.asm: Likewise.
18150 * config/rs6000/e500crtsavg64gprctr.asm: Likewise.
18151 * config/rs6000/eabi-ci.asm: Likewise.
18152 * config/rs6000/eabi-cn.asm: Likewise.
18153 * config/rs6000/eabi.asm: Likewise.
18154 * config/rs6000/linux-unwind.h: Likewise.
18155 * config/rs6000/linux64.h: Likewise.
18156 * config/rs6000/paired.h: Likewise.
18157 * config/rs6000/paired.md: Likewise.
18158 * config/rs6000/ppc64-fp.c: Likewise.
18159 * config/rs6000/ppu_intrinsics.h: Likewise.
18160 * config/rs6000/rs6000.h: Likewise.
18161 * config/rs6000/si2vmx.h: Likewise.
18162 * config/rs6000/sol-ci.asm: Likewise.
18163 * config/rs6000/sol-cn.asm: Likewise.
18164 * config/rs6000/spe.h: Likewise.
18165 * config/rs6000/spu2vmx.h: Likewise.
18166 * config/rs6000/sysv4.h: Likewise.
18167 * config/rs6000/tramp.asm: Likewise.
18168 * config/rs6000/vec_types.h: Likewise.
18169 * config/s390/linux-unwind.h: Likewise.
18170 * config/s390/tpf-unwind.h: Likewise.
18171 * config/score/crti.asm: Likewise.
18172 * config/score/crtn.asm: Likewise.
18173 * config/sh/crt1.asm: Likewise.
18174 * config/sh/crti.asm: Likewise.
18175 * config/sh/crtn.asm: Likewise.
18176 * config/sh/divtab-sh4-300.c: Likewise.
18177 * config/sh/divtab-sh4.c: Likewise.
18178 * config/sh/divtab.c: Likewise.
18179 * config/sh/lib1funcs-4-300.asm: Likewise.
18180 * config/sh/lib1funcs-Os-4-200.asm: Likewise.
18181 * config/sh/lib1funcs.asm: Likewise.
18182 * config/sh/lib1funcs.h: Likewise.
18183 * config/sh/linux-atomic.asm: Likewise.
18184 * config/sh/linux-unwind.h: Likewise.
18185 * config/sh/shmedia.h: Likewise.
18186 * config/sh/sshmedia.h: Likewise.
18187 * config/sh/ushmedia.h: Likewise.
18188 * config/sparc/crtfastmath.c: Likewise.
18189 * config/sparc/linux-unwind.h: Likewise.
18190 * config/sparc/sol2-c1.asm: Likewise.
18191 * config/sparc/sol2-ci.asm: Likewise.
18192 * config/sparc/sol2-cn.asm: Likewise.
18193 * config/spu/divmodti4.c: Likewise.
18194 * config/spu/divv2df3.c: Likewise.
18195 * config/spu/float_disf.c: Likewise.
18196 * config/spu/float_unsdidf.c: Likewise.
18197 * config/spu/float_unsdisf.c: Likewise.
18198 * config/spu/float_unssidf.c: Likewise.
18199 * config/spu/mfc_multi_tag_release.c: Likewise.
18200 * config/spu/mfc_multi_tag_reserve.c: Likewise.
18201 * config/spu/mfc_tag_release.c: Likewise.
18202 * config/spu/mfc_tag_reserve.c: Likewise.
18203 * config/spu/mfc_tag_table.c: Likewise.
18204 * config/spu/multi3.c: Likewise.
18205 * config/spu/spu_internals.h: Likewise.
18206 * config/spu/spu_intrinsics.h: Likewise.
18207 * config/spu/spu_mfcio.h: Likewise.
18208 * config/spu/vec_types.h: Likewise.
18209 * config/spu/vmx2spu.h: Likewise.
18210 * config/stormy16/stormy16-lib2.c: Likewise.
18211 * config/svr4.h: Likewise.
18212 * config/sync.c: Likewise.
18213 * config/v850/lib1funcs.asm: Likewise.
18214 * config/vxlib-tls.c: Likewise.
18215 * config/vxlib.c: Likewise.
18216 * config/vxworks-dummy.h: Likewise.
18217 * config/xtensa/crti.asm: Likewise.
18218 * config/xtensa/crtn.asm: Likewise.
18219 * config/xtensa/ieee754-df.S: Likewise.
18220 * config/xtensa/ieee754-sf.S: Likewise.
18221 * config/xtensa/lib1funcs.asm: Likewise.
18222 * config/xtensa/lib2funcs.S: Likewise.
18223 * config/xtensa/linux-unwind.h: Likewise.
18224 * config/xtensa/unwind-dw2-xtensa.c: Likewise.
18225 * config/xtensa/unwind-dw2-xtensa.h: Likewise.
18226 * coretypes.h: Likewise.
18227 * crtstuff.c: Likewise.
18228 * defaults.h: Likewise.
18229 * dwarf2.h: Likewise.
18230 * emutls.c: Likewise.
18231 * gbl-ctors.h: Likewise.
18232 * gcov-io.h: Likewise.
18233 * ginclude/float.h: Likewise.
18234 * ginclude/iso646.h: Likewise.
18235 * ginclude/stdarg.h: Likewise.
18236 * ginclude/stdbool.h: Likewise.
18237 * ginclude/stddef.h: Likewise.
18238 * ginclude/stdfix.h: Likewise.
18239 * ginclude/stdint-gcc.h: Likewise.
18240 * ginclude/tgmath.h: Likewise.
18241 * gthr-aix.h: Likewise.
18242 * gthr-dce.h: Likewise.
18243 * gthr-gnat.c: Likewise.
18244 * gthr-gnat.h: Likewise.
18245 * gthr-lynx.h: Likewise.
18246 * gthr-mipssde.h: Likewise.
18247 * gthr-nks.h: Likewise.
18248 * gthr-posix.c: Likewise.
18249 * gthr-posix.h: Likewise.
18250 * gthr-posix95.h: Likewise.
18251 * gthr-rtems.h: Likewise.
18252 * gthr-single.h: Likewise.
18253 * gthr-solaris.h: Likewise.
18254 * gthr-tpf.h: Likewise.
18255 * gthr-vxworks.h: Likewise.
18256 * gthr-win32.h: Likewise.
18257 * gthr.h: Likewise.
18258 * libgcc2.c: Likewise.
18259 * libgcc2.h: Likewise.
18260 * libgcov.c: Likewise.
18261 * tsystem.h: Likewise.
18262 * typeclass.h: Likewise.
18263 * unwind-c.c: Likewise.
18264 * unwind-compat.h: Likewise.
18265 * unwind-dw2-fde-compat.c: Likewise.
18266 * unwind-dw2-fde-darwin.c: Likewise.
18267 * unwind-dw2-fde-glibc.c: Likewise.
18268 * unwind-dw2-fde.c: Likewise.
18269 * unwind-dw2-fde.h: Likewise.
18270 * unwind-dw2.c: Likewise.
18271 * unwind-dw2.h: Likewise.
18272 * unwind-generic.h: Likewise.
18273 * unwind-pe.h: Likewise.
18274 * unwind-sjlj.c: Likewise.
18275 * unwind.inc: Likewise.
18276 * config/arm/neon-gen.ml: Change generated copyright header to
18277 refer to version 3 of the GNU General Public License with
18278 version 3.1 of the GCC Runtime Library Exception and to point
18279 readers at the COPYING3 and COPYING3.RUNTIME files and the
18280 FSF's license web page.
18281 * config/arm/arm_neon.h: Regenerate.
18282
182832009-04-09 Jakub Jelinek <jakub@redhat.com>
18284
18285 * config/cris/cris.md: Change copyright header to refer to version
18286 3 of the GNU General Public License.
18287 * doc/install.texi2html: Change copyright header to refer to version
18288 3 of the GNU General Public License and to point readers at the
18289 COPYING3 file and the FSF's license web page.
18290 * config/vax/linux.h: Likewise.
18291
4a77c72b
PB
182922009-04-09 Paolo Bonzini <bonzini@gnu.org>
18293
1ad2f450
L
18294 * config/i386/i386.md (cmpcc): New.
18295 * config/i386/sync.md (sync_compare_and_swap*): Set FLAGS_REG.
18296 (sync_compare_and_swap_cc*): Delete.
18297
18298 * config/s390/s390.c (s390_compare_emitted): Remove.
18299 (s390_emit_compare): Handle MODE_CC s390_compare_op0 like
18300 s390_compare_emitted used to be handled. Assert that modes match.
18301 (s390_emit_compare_and_swap): Use s390_emit_compare, do not
18302 refer to sync_compare_and_swap_ccsi.
18303 * config/s390/s390.h (s390_compare_emitted): Remove.
18304 * config/s390/s390.md (seq): Look for MODE_CC s390_compare_op0
18305 instead of s390_compare_emitted.
18306 (stack_protect_test, sync_compare_and_swap_cc): Set s390_compare_op0
18307 instead of s390_compare_emitted.
18308 * config/s390/s390.md (cmpcc): New.
18309 (sync_compare_and_swapqi, sync_compare_and_swaphi): Clobber
18310 CC_REGNUM, do not pretend it's set.
18311 (sync_compare_and_swap_cc*): Delete.
18312 * config/s390/predicates.md (cc_reg_operand): New.
18313
18314 * expr.c (sync_compare_and_swap_cc): Delete.
18315 * optabs.h (sync_compare_and_swap_cc): Delete.
18316 * optabs.c (prepare_cmp_insn): Ignore which specific CCmode
18317 is being used with can_compare_p.
18318 (emit_cmp_and_jump_insn_1): Likewise when looking in the optab.
18319 (find_cc_set): New.
18320 (expand_bool_compare_and_swap): Do not use sync_compare_and_swap_cc,
18321 look for a MODE_CC set instead. Use emit_store_flag.
18322 (expand_compare_and_swap_loop): Likewise, with some additional
18323 complication to avoid a force_reg when useless. Use
18324 emit_cmp_and_jump_insns.
18325 * genopinit.c (optabs): Delete sync_compare_and_swap_cc.
18326 * doc/md.texi (sync_compare_and_swap_cc): Merge with
18327 sync_compare_and_swap documentation.
4a77c72b 18328
0c0efb33
JH
183292009-04-09 Jan Hubicka <jh@suse.cz>
18330
18331 * except.c (find_prev_try): Break out from ....
18332 (duplicate_eh_regions): ... here; properly update prev_try pointers
18333 when duplication part of tree.
18334 (dump_eh_tree): Improve dumping.
18335 (verify_eh_region): New.
18336 (verify_eh_tree): Use it.
18337
22a65a54
RG
183382009-04-06 Richard Guenther <rguenther@suse.de>
18339
18340 * c-gimplify.c (c_gimplify_expr): Fix the invalid GENERIC
18341 &ARRAY addresses by adjusting their types and prepending
18342 a conversion.
18343 * tree-cfg.c (verify_gimple_assign_single): Verify that
18344 addresses are correct.
18345
f76968e6
RG
183462009-04-09 Richard Guenther <rguenther@suse.de>
18347
18348 * tree-ssa-ccp.c (maybe_fold_stmt_addition): Move non-constant
18349 indices into an array reference if possible.
18350 * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
18351 Fold POINTER_PLUS_EXPR statements with invariant address.
18352
c90c5fb5
AM
183532009-04-09 Alan Modra <amodra@bigpond.net.au>
18354
18355 PR target/39634
18356 * config.gcc (powerpc64-*-linux*): Always build biarch.
18357
17cede2e
JM
183582009-04-09 Joseph Myers <joseph@codesourcery.com>
18359
18360 PR c/39613
18361 * c-typeck.c (do_case): If case label is not an INTEGER_CST, fold
18362 it and pedwarn if this results in an INTEGER_CST.
18363
a3337ea2
KG
183642009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18365
18366 * doc/install.texi: Update minimum GMP version. Remove obsolete
18367 text in MPFR section.
18368
ce9ba79b
JJ
183692009-04-08 Jakub Jelinek <jakub@redhat.com>
18370
18371 * dwarf2out.c (class_scope_p): New static inline.
18372 (class_or_namespace_scope_p): Use it.
18373 (gen_variable_die): Use DW_TAG_member tag for static data member
18374 declarations instead of DW_TAG_variable.
18375
4f0ae266
JJ
18376 PR middle-end/39573
18377 * omp-low.c (expand_omp_taskreg): Finalize taskreg static local_decls
18378 variables.
18379
d27f0ddc
RG
183802009-04-08 Richard Guenther <rguenther@suse.de>
18381
18382 * tree-ssa-sccvn.c (valueize_refs): Do not continue to
18383 valueize random data.
18384
557cc596
DE
183852009-04-08 David Edelsohn <edelsohn@gnu.org>
18386
18387 * config.gcc (aix tm_file): Add aix-stdint.h.
18388 (aix tm clause use_gcc_stdint): Set to wrap.
18389 * config/rs6000/aix-stdint.h: New file.
2ba9daa7 18390
75ccc1e7
RG
183912009-04-08 Richard Guenther <rguenther@suse.de>
18392
18393 PR middle-end/36291
18394 * tree-dfa.c (add_referenced_var): Do not recurse into
18395 global initializers.
18396 * tree-ssa-ccp.c (get_symbol_constant_value): Add newly
18397 exposed variables.
18398 (fold_const_aggregate_ref): Likewise.
18399
c6963675
PB
184002009-04-08 Paolo Bonzini <bonzini@gnu.org>
18401
6c44cf79
L
18402 * recog.c (ordered_comparison_operator): New.
18403 * gensupport.c (std_preds): Add it.
c6963675
PB
18404 * doc/md.texi (Machine-Independent Predicates): Document it.
18405
6d07ad98
JH
184062009-04-08 Jan Hubicka <jh@suse.cz>
18407
18408 * tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.
18409 * function.h (rtl_eh): Remove exception_handler_label_map.
18410 * except.c (ehl_hash, ehl_eq, add_ehl_entry,
18411 remove_exception_handler_label, for_each_eh_label_1): Remove.
18412 (rtl_remove_unreachable_regions): Remove.
18413 (convert_from_eh_region_ranges): Do not remove unreachable regions.
18414 (find_exception_handler_labels): Don't build the hashtable.
18415 (maybe_remove_eh_handler): Remove.
18416 (for_each_eh_label): Rewrite to walk the tree.
18417 (rest_of_handle_eh): Do not cleanup cfg prior EH construction.
18418 * except.h (maybe_remove_eh_handler): Remove.
18419 * passes.c (init_optimization_passes): Schedule second EH cleanup
18420 before out-of-ssa.
18421 * cfgrtl.c (rtl_delete_block, rtl_merge_blocks,
18422 cfg_layout_merge_blocks): Do not call maybe_remove_eh_handler.
18423
7ddf71e3
PB
184242009-04-08 Paolo Bonzini <bonzini@gnu.org>
18425
18426 * genoutput.c (validate_optab_operands): New.
18427 (gen_insn, gen_expand): Call it.
18428
18429 * genflags.c (gen_insn): Detect misused iterators.
18430 (main): Pass line_no to gen_insn, exit with status 1 on error.
18431
18432 * genextract.c (line_no): Make global.
18433 (VEC_safe_set_locstr): Change assertion to error message.
18434 (main): Exit with status 1 on error.
18435
4d84fe7c
JM
184362009-04-08 Joseph Myers <joseph@codesourcery.com>
18437
18438 PR c/39614
18439 PR c/39673
18440 * c-common.h (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
18441 C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
18442 EXPR_INT_CONST_OPERANDS): Remove duplicate definitions.
18443 * c-convert.c (convert): Do not call fold on results of conversion
18444 functions when the result is a C_MAYBE_CONST_EXPR.
18445 * c-parser.c (c_parser_postfix_expression): Do not fold condition
18446 of __builtin_choose_expr.
18447 * c-typeck.c (remove_c_maybe_const_expr): New.
18448 (build_unary_op, build_conditional_expr, build_compound_expr,
18449 build_binary_op, c_objc_common_truthvalue_conversion): Call
18450 remove_c_maybe_const_expr on any input C_MAYBE_CONST_EXPR with
18451 integer operands.
18452
60839f5d 184532009-04-08 Bingfeng Mei <bmei@broadcom.com>
d1d1c602 18454
2ba9daa7 18455 * fold-const.c (const_binop): Combine two VECTOR_CST under operation
6c44cf79 18456 CODE to produce a new one. Add a prototype to use fold_convert_const
d1d1c602 18457
8e481a2c
DS
184582009-04-08 Danny Smith <dannysmith@users.sourceforge.net>
18459
18460 PR bootstrap/39660
18461 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address): Don't
18462 mix declarations and code.
18463
ee618c17
BE
184642009-04-08 Ben Elliston <bje@au.ibm.com>
18465
18466 * gcc.c: Replace `CC' with `GCC' throughout.
18467
f2a758a2
L
184682009-04-07 H.J. Lu <hongjiu.lu@intel.com>
18469
18470 * doc/invoke.texi: Document Atom support.
18471
6ea2bd47
JM
184722009-04-07 Jason Merrill <jason@redhat.com>
18473
18474 PR c++/25185
18475 * c-common.h, c-common.c: Add flag_pretty_templates.
18476 * c-opts.c (c_common_handle_option): Set it.
18477 * c.opt: Add -fno-pretty-templates.
18478 * doc/invoke.texi (C++ Dialect Options): Likewise.
18479
fcb82ab0
UB
184802009-04-07 Uros Bizjak <ubizjak@gmail.com>
18481
18482 * config/ia64/ia64.c (ia64_builtins): Add IA64_BUILTIN_HUGE_VALQ.
18483 (ia64_init_builtins): Handle IA64_BUILTIN_HUGE_VALQ.
18484 (ia64_expand_builtin): Likewise.
18485
dc5e7298
MJ
184862009-04-07 Martin Jambor <mjambor@suse.cz>
18487
18488 * tree-ssa-alias.c (refs_may_alias_p_1): Check for
18489 is_gimple_min_invariant rather than CONSTANT_CLASS_P so that invariant
18490 ADDR_EXPRS are include too.
18491
0609b355
RG
184922009-04-07 Richard Guenther <rguenther@suse.de>
18493
18494 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Non-aliased
18495 decls are only used if passes as parameters or if they are
18496 local statics and the call is not to a builtin.
18497 (call_may_clobber_ref_p_1): Likewise.
18498
d8e535fa
PB
184992009-04-07 Paolo Bonzini <bonzini@gnu.org>
18500
18501 * expr.c (do_store_flag): Remove last argument. Simplify code
18502 to avoid duplication of tests already done by can_compare_p.
18503 (expand_expr_real_1): Adjust caller.
18504
c3c64f50
PB
185052009-04-07 Paolo Bonzini <bonzini@gnu.org>
18506
fcb82ab0
UB
18507 * optabs.c (can_compare_p): Test the predicate of a
18508 cbranch and cstore pattern.
c3c64f50 18509
9a53bc17
PB
185102009-04-07 Paolo Bonzini <bonzini@gnu.org>
18511
fcb82ab0
UB
18512 * expr.c (convert_move): Use emit_store_flag instead of
18513 "emulating" it.
9a53bc17 18514
67b8f1c1
PB
185152009-04-07 Paolo Bonzini <bonzini@gnu.org>
18516
fcb82ab0
UB
18517 * config/i386/i386.c (ix86_compare_emitted): Remove.
18518 (ix86_expand_compare, ix86_expand_branch): Handle MODE_CC
18519 ix86_compare_op0 like ix86_compare_emitted used to be handled.
18520 * config/i386/i386.h (ix86_compare_emitted): Remove.
18521 * config/i386/i386.md (stack_protect_test): Set ix86_compare_op0
18522 instead of ix86_compare_emitted.
18523 * config/i386/sync.md (sync_compare_and_swap_cc): Likewise.
67b8f1c1 18524
44509946
AS
185252009-04-07 Andrew Stubbs <ams@codesourcery.com>
18526
18527 * config.gcc (sh-*-*): Add sysroot-suffix.h to tm_file.
18528 Add t-sysroot-suffix to tmake_file.
18529 * config/print-sysroot-suffix.sh: New file.
18530 * config/t-sysroot-suffix: New file.
18531
ca22d882
BE
185322009-04-07 Ben Elliston <bje@au.ibm.com>
18533
18534 * libgcc2.c (INFINITY): Use __builtin_huge_val, not __builtin_inf,
18535 as the latter produces a warning when the target does not support
18536 infinity.
18537
95aac11b
BE
185382009-04-07 Ben Elliston <bje@au.ibm.com>
18539
18540 * dfp.c: Replace type punning assignments with memcpy throughout.
18541 * Makefile.in (dfp.o-warn): Remove.
2ba9daa7 18542
633dd061
AM
185432009-04-07 Alan Modra <amodra@bigpond.net.au>
18544
18545 PR target/39634
18546 * config.gcc: Merge powerpc-*-linux* and powerpc64-*-linux*.
18547 Include soft-fp/t-softfp after rs6000/t-linux64.
18548
fe0a25ec
EB
185492009-04-06 Eric Botcazou <ebotcazou@adacore.com>
18550
18551 * stor-layout.c (set_sizetype): Use the full precision of their
18552 machine mode for bitsize types.
18553
0c011bc3
L
185542009-04-06 H.J. Lu <hongjiu.lu@intel.com>
18555
18556 * config/i386/i386.md: Revert 2 accidental checkins.
18557
b6837b94 185582009-04-06 Joey Ye <joey.ye@intel.com>
60839f5d 18559 Xuepeng Guo <xuepeng.guo@intel.com>
b6837b94
JY
18560 H.J. Lu <hongjiu.lu@intel.com>
18561
18562 Atom pipeline model, tuning and insn selection.
18563 * config.gcc (atom): Add atom config options and target.
18564
18565 * config/i386/atom.md: New.
18566
18567 * config/i386/i386.c (atom_cost): New cost.
18568 (m_ATOM): New macro flag.
18569 (initial_ix86_tune_features): Set m_ATOM.
18570 (x86_accumulate_outgoing_args): Likewise.
18571 (x86_arch_always_fancy_math_387): Likewise.
18572 (processor_target): Add Atom cost.
18573 (cpu_names): Add Atom cpu name.
18574 (override_options): Set Atom ISA.
18575 (ix86_issue_rate): New case PROCESSOR_ATOM.
18576 (ix86_adjust_cost): Likewise.
18577
18578 * config/i386/i386.h (TARGET_ATOM): New target macro.
18579 (ix86_tune_indices): Add X86_TUNE_OPT_AGU.
18580 (TARGET_OPT_AGU): New target option.
18581 (target_cpu_default): Add TARGET_CPU_DEFAULT_atom.
18582 (processor_type): Add PROCESSOR_ATOM.
18583
18584 * config/i386/i386.md (cpu): Add new value "atom".
18585 (use_carry, movu): New attr.
18586 (atom.md): Include atom.md.
18587 (adddi3_carry_rex64): Set attr "use_carry".
18588 (addqi3_carry): Likewise.
18589 (addhi3_carry): Likewise.
18590 (addsi3_carry): Likewise.
18591 (*addsi3_carry_zext): Likewise.
18592 (subdi3_carry_rex64): Likewise.
18593 (subqi3_carry): Likewise.
18594 (subhi3_carry): Likewise.
18595 (subsi3_carry): Likewise.
18596 (x86_movdicc_0_m1_rex64): Likewise.
18597 (*x86_movdicc_0_m1_se): Likewise.
18598 (x86_movsicc_0_m1): Likewise.
18599 (*x86_movsicc_0_m1_se): Likewise.
18600 (*adddi_1_rex64): Emit add insn as much as possible.
18601 (*addsi_1): Likewise.
18602 (return_internal): Set atom_unit.
18603 (return_internal_long): Likewise.
18604 (return_pop_internal): Likewise.
18605 (*rcpsf2_sse): Set atom_sse_attr attr.
18606 (*qrt<mode>2_sse): Likewise.
18607 (*prefetch_sse): Likewise.
18608
18609 * config/i386/i386-c.c (ix86_target_macros_internal): New case
18610 PROCESSOR_ATOM.
18611 (ix86_target_macros_internal): Likewise.
18612
18613 * config/i386/sse.md (cpu): Set attr "atom_sse_attr".
18614 (*prefetch_sse_rex): Likewise.
18615 (sse_rcpv4sf2): Likewise.
18616 (sse_vmrcpv4sf2): Likewise.
18617 (sse_sqrtv4sf2): Likewise.
18618 (<sse>_vmsqrt<mode>2): Likewise.
18619 (sse_ldmxcsr): Likewise.
18620 (sse_stmxcsr): Likewise.
18621 (*sse_sfence): Likewise.
18622 (sse2_clflush): Likewise.
18623 (*sse2_mfence): Likewise.
18624 (*sse2_lfence): Likewise.
18625 (avx_movup<avxmodesuffixf2c><avxmodesuffix>): Set attr "movu".
18626 (<sse>_movup<ssemodesuffixf2c>): Likewise.
18627 (avx_movdqu<avxmodesuffix>): Likewise.
18628 (avx_lddqu<avxmodesuffix>): Likewise.
18629 (sse2_movntv2di): Change attr "type" to "ssemov".
18630 (sse2_movntsi): Likewise.
18631 (rsqrtv8sf2): Change attr "type" to "sseadd".
18632 (sse3_addsubv2df3): Set attr "atom_unit".
18633 (sse3_h<plusminus_insn>v4sf3): Likewise.
18634 (*sse2_pmaddwd): Likewise.
18635 (*vec_extractv2di_1_rex64): Likewise.
18636 (*vec_extractv2di_1_avx): Likewise.
18637 (sse2_psadbw): Likewise.
18638 (ssse3_phaddwv8hi3): Likewise.
18639 (ssse3_phaddwv4hi3): Likewise.
18640 (ssse3_phadddv4si3): Likewise.
18641 (ssse3_phadddv2si3): Likewise.
18642 (ssse3_phaddswv8hi3): Likewise.
18643 (ssse3_phaddswv4hi3): Likewise.
18644 (ssse3_phsubwv8hi3): Likewise.
18645 (ssse3_phsubwv4hi3): Likewise.
18646 (ssse3_phsubdv4si3): Likewise.
18647 (ssse3_phsubdv2si3): Likewise.
18648 (ssse3_phsubswv8hi3): Likewise.
18649 (ssse3_phsubswv4hi3): Likewise.
18650 (ssse3_pmaddubsw128): Likewise.
18651 (sse3_pmaddubsw: Likewise.
18652 (ssse3_palignrti): Likewise.
18653 (ssse3_palignrdi): Likewise.
18654
53e350d3
GP
186552009-04-06 Gerald Pfeifer <gerald@pfeifer.com>
18656
18657 * doc/install.texi (Specific): Fix two cross-references to MinGW.
18658
439ef907
RG
186592009-04-06 Richard Guenther <rguenther@suse.de>
18660
18661 PR tree-optimization/28868
18662 * tree-ssa-pre.c (inserted_phi_names): New bitmap to keep track
18663 of which PHI results we inserted.
18664 (insert_into_preds_of_block): Record inserted PHIs.
18665 (eliminate): Eliminate redundant PHI nodes.
18666 (init_pre): Init inserted_phi_names.
18667
4bad83f5
RG
186682009-04-06 Richard Guenther <rguenther@suse.de>
18669
18670 PR tree-optimization/39643
18671 * tree-ssa-ccp.c (ccp_fold): Fold REALPART_EXPRs and
18672 IMAGPART_EXPRs of complex constants.
18673 (execute_fold_all_builtins): If we folded a call queue
18674 TODO_update_address_taken.
18675
570c4247
JH
186762009-04-06 Jan Hubicka <jh@suse.cz>
18677
18678 PR middle-end/39659
18679 * except.c (remove_unreachable_regions): Propagate may_contain_throw
18680 flag.
18681
a460d7a1
AS
186822009-04-06 Andrew Stubbs <ams@codesourcery.com>
18683
18684 * config/sh/lib1funcs.asm (ic_invalidate): Move ICBI out of the
18685 delay slot.
18686 (ic_invalidate_array): Likewise.
18687
60839f5d 186882009-04-06 Hariharan Sandanagobalane <hariharan@picochip.com>
6bdf8c2e
HS
18689
18690 * calls.c (emit_library_call_value_1): Fix a problem with parameter
18691 alignment for library calls.
18692
7d253f6e
DS
186932009-04-06 Danny Smith <dannysmith@users.sourceforge.net>
18694
18695 * config.gcc (mingw32 tm_file): Add mingw-stdint.h.
18696 (mingw32 tm clause use_gcc_stdint): Set to wrap.
18697 * config/i386/mingw-stdint.h: New file.
18698
941c3614
RB
186992009-04-05 Richard Guenther <rguenther@suse.de>
18700
18701 PR tree-optimization/39648
18702 * tree-ssa-sccvn.c (vn_reference_fold_indirect): Work around
18703 our &A vs. &A[0] IL deficiencies.
18704
12633413
JH
187052009-04-04 Jan Hubicka <jh@suse.cz>
18706
941c3614
RB
18707 * except.c (sjlj_find_directly_reachable_regions): Be ready for
18708 removed toplevel regions.
12633413
JH
18709 (sjlj_mark_call_sites): Likewise.
18710
bb2aaded
DK
187112009-04-04 Dave Korn <dave.korn.cygwin@gmail.com>
18712
18713 * config.gcc (cygwin tm_file): Add cygwin-stdint.h.
18714 (cygwin tm clause use_gcc_stdint): Set to wrap.
18715 * config/i386/cygwin-stdint.h: New file.
18716
86290011
RG
187172009-04-04 Richard Guenther <rguenther@suse.de>
18718
18719 * Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.
18720 * tree-ssa-copy.c (init_copy_prop): Do not propagate through
18721 single-argument PHIs if we are in loop-closed SSA form.
18722 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Pass extra guards
18723 for the pre-condition.
18724 (slpeel_tree_peel_loop_to_edge): Likewise.
18725 (vect_build_loop_niters): Take an optional sequence to append stmts.
18726 (vect_generate_tmps_on_preheader): Likewise.
18727 (vect_do_peeling_for_loop_bound): Take extra guards for the
18728 pre-condition.
18729 (vect_do_peeling_for_alignment): Adjust. Unconditionally apply
18730 the cost model check.
18731 (vect_loop_versioning): Take stmt and stmt list to put pre-condition
7a715bba 18732 guards if we are going to peel. Do not apply versioning in that case.
86290011
RG
18733 * tree-vectorizer.h (vect_loop_versioning): Adjust declaration.
18734 (vect_do_peeling_for_loop_bound): Likewise.
18735 * tree-vect-loop.c (vect_transform_loop): If we are peeling for
18736 loop bound only record extra pre-conditions, do not apply loop
18737 versioning.
18738
5eeeac64
RG
187392009-04-04 Richard Guenther <rguenther@suse.de>
18740
18741 * tree-ssa-operands.c (pop_stmt_changes): Remove automatic
18742 renaming code.
18743
1ff7d06b
JH
187442009-04-04 Jan Hubicka <jh@suse.cz>
18745
18746 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
18747 last_basic_block for size of bb->index indexed array.
18748 * bt-load.c (compute_defs_uses_and_gen, compute_kill,
18749 compute_out, link_btr_uses, build_btr_def_use_webs,
18750 build_btr_def_use_webs, migrate_btr_defs): Likewise.
18751
14925fcd
JH
187522009-04-04 Jan Hubicka <jh@suse.cz>
18753
18754 * except.c (remove_eh_handler_and_replace): Break out from ...
18755 (remove_eh_handler): ... here.
18756 (bring_to_root): New function.
18757 (remove_unreachable_regions): Collect MUST_NOT_THROW, unify runtime
18758 handled ones, bring others to root of tree.
18759
4e6d1743
JH
187602009-04-04 Jan Hubicka <jh@suse.cz>
18761
4cb735f7
JH
18762 * tree-eh.c (tree_empty_eh_handler_p): Pattern match more curefully.
18763 (all_phis_safe_to_merge): New function.
18764 (update_info): New structure.
18765 (make_eh_edge_and_update_phi, update_eh_edges): New functions.
18766 (cleanup_empty_eh): Update SSA if possible.
4e6d1743 18767
c6803d43
RG
187682009-04-04 Richard Guenther <rguenther@suse.de>
18769
18770 * tree-ssa.c (verify_ssa): With -O0 we do not need VOPs.
18771 * tree-ssa-operands.c (append_vdef): Do not append VOPs at -O0.
18772 (append_vuse): Likewise.
18773
54f5943c
JJ
187742009-04-04 Jakub Jelinek <jakub@redhat.com>
18775
18776 * unwind-dw2.h (_Unwind_FrameState): Add REG_UNDEFINED enum value.
18777 * unwind-dw2.c (execute_cfa_program): Set how to REG_UNDEFINED
18778 instead of REG_UNSAVED for DW_CFA_undefined.
18779 (uw_update_context_1): Handle REG_UNDEFINED the same as REG_UNSAVED.
18780 (uw_update_context): If RA column is REG_UNDEFINED, mark it as
18781 outermost frame.
18782
aad2bccb
RE
187832009-04-04 Richard Earnshaw <rearnsha@arm.com>
18784
18785 PR target/39501
18786 * arm.md (movsfcc): Disable if not TARGET_HARD_FLOAT.
18787 * testsuite/gcc.c-torture/execute/pr39501.c: New file.
18788 * testsuite/gcc.c-torture/execute/pr39501.x: New file.
18789
aa7069aa
RG
187902009-04-04 Richard Guenther <rguenther@suse.de>
18791
18792 PR tree-optimization/8781
18793 PR tree-optimization/37892
18794 * tree-ssa-sccvn.h (vn_reference_fold_indirect): Declare.
18795 * tree-ssa-sccvn.c (vn_reference_fold_indirect): New function.
18796 (valueize_refs): Call it for *& valueizations.
18797 (shared_reference_ops_from_ref): Rename to ...
18798 (valueize_shared_reference_ops_from_ref): ... this and valueize.
18799 (shared_reference_ops_from_call): Rename to ...
18800 (valueize_shared_reference_ops_from_call): ... this and valueize.
18801 (vn_reference_lookup): Update.
18802 (visit_reference_op_call): Likewise.
18803 * tree-ssa-pre.c (phi_translate_1): Fold *&.
18804 (eliminate): Value-replace the call address in call statements.
18805
cd15ad3e
RG
188062009-04-04 Richard Guenther <rguenther@suse.de>
18807
18808 PR tree-optimization/39636
18809 * tree-ssa-forwprop.c
18810 (forward_propagate_addr_into_variable_array_index): Check for
18811 GIMPLE_ASSIGN before accessing the rhs code.
18812
462f3262
JM
188132009-04-03 Jason Merrill <jason@redhat.com>
18814
18815 * stor-layout.c (set_sizetype): Set TYPE_CANONICAL.
18816
6adb807e
SE
188172009-04-03 Steve Ellcey <sje@cup.hp.com>
18818
18819 * config/ia64/ia64.md (extendsfdf2, extendsfxf2, extenddfxf2,
18820 truncdfsf2, truncxfsf2, truncxfdf2, floatdixf2, fix_truncsfdi2,
18821 fix_truncdfdi2, fix_truncxfdi2, fix_truncxfdi2_alts, floatunsdisf2,
18822 floatunsdidf2, floatunsdixf2, fixuns_truncsfdi2, fixuns_truncdfdi2,
18823 fixuns_truncxfdi2, fixuns_truncxfdi2_alts, divsi3_internal,
18824 smuldi3_highpart, umuldi3_highpart, ctzdi2, *getf_exp_xf,
18825 divdi3_internal_lat, divdi3_internal_thr, mulditi3, *mulditi3_internal,
18826 umulditi3, *umulditi3_internal, addsf3, mulsf3, abssf2, negsf2,
18827 *nabssf2, sminsf3, smaxsf3, *maddsf4, *msubsf4, *nmulsf3, *nmaddsf4,
18828 *nmaddsf4_alts, divsf3, *sqrt_approx, sqrtsf2, sqrtsf2_internal_thr,
18829 adddf3, *adddf3_trunc, muldf3, *muldf3_trunc, absdf2, negdf2, *nabsdf2,
18830 smindf3, smaxdf3, *madddf4, *madddf4_trunc, *msubdf4, *msubdf4_trunc,
18831 *nmuldf3, *nmuldf3_trunc, *nmadddf4, *nmadddf4_alts, *nmadddf4_truncsf,
18832 *nmadddf4_truncsf_alts, divdf3, sqrtdf2, sqrtdf2_internal_thr, divxf3,
18833 sqrtxf2, sqrtxf2_internal_thr, *recip_approx):
18834 Use fr_reg_or_fp01_operand instead of fr_register_operand
18835
18836 * config/ia64/div.md (extend<mode>rf2, truncrf<mode>2,
18837 recip_approx_rf, divsf3_internal_thr, divsf3_internal_lat,
18838 divdf3_internal_thr, divdf3_internal_lat divxf3_internal): Ditto.
18839
174b3107
VM
188402009-04-03 Vladimir Makarov <vmakarov@redhat.com>
18841
b844e5d8
L
18842 PR rtl-optimization/39607
18843 PR rtl-optimization/39631
7a715bba
UB
18844
18845 Revert:
2ba9daa7 18846
174b3107
VM
18847 2009-03-30 Vladimir Makarov <vmakarov@redhat.com>
18848 * reload.c (push_reload, find_dummy_reload): Use df_get_live_out
18849 instead of DF_LR_OUT.
18850 * ira-lives.c (process_bb_node_lives): Ditto.
18851 * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
18852 instead of DF_LR_{OUT,IN}.
18853 * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
18854 * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.
18855
535b544a
SB
188562009-04-03 Steven Bosscher <steven@gcc.gnu.org>
18857
18858 * omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.
18859 (execute_lower_omp): Always run but take the short way out if -fopenmp
18860 is not given.
18861 (gate_lower_omp): Remove, forcing the pass manager to always run the
18862 pass and always set PROP_gimple_lomp.
18863 (pass_lower_omp): Remove gate function.
18864 * matrix-reorg.c (pass_ipa_matrix_reorg): Don't claim to provide
18865 PROP_trees. Instead, require it.
18866 * ipa-cp.c (pass_ipa_cp): Likewise.
18867 * ipa-inline.c (pass_early_inline): Don't claim to provide PROP_cfg.
18868 (pass_ipa_early_inline, pass_inline_parameters, pass_ipa_inline): Idem.
18869 * tree-profile.c (pass_tree_profile): Don't claim to provide PROP_cfg
18870 and PROP_gimple_leh.
18871
5006671f
RG
188722009-04-03 Richard Guenther <rguenther@suse.de>
18873
18874 PR middle-end/13146
18875 PR tree-optimization/23940
18876 PR tree-optimization/33237
18877 PR middle-end/33974
18878 PR middle-end/34093
18879 PR tree-optimization/36201
18880 PR tree-optimization/36230
18881 PR tree-optimization/38049
18882 PR tree-optimization/38207
18883 PR tree-optimization/38230
18884 PR tree-optimization/38301
18885 PR tree-optimization/38585
18886 PR middle-end/38895
18887 PR tree-optimization/38985
18888 PR tree-optimization/39299
18889 * tree-ssa-structalias.h: Remove.
18890 * tree-ssa-operands.h (NULL_USE_OPERAND_P): Make of type use_operand_p.
18891 (NULL_DEF_OPERAND_P): Make of type def_operand_p.
18892 (struct vuse_element_d): Remove.
18893 (struct vuse_vec_d): Likewise.
18894 (VUSE_VECT_NUM_ELEM, VUSE_VECT_ELEMENT_NC, VUSE_ELEMENT_PTR_NC,
18895 VUSE_ELEMENT_VAR_NC, VUSE_VECT_ELEMENT, VUSE_ELEMENT_PTR,
18896 SET_VUSE_VECT_ELEMENT, SET_VUSE_ELEMENT_VAR, SET_VUSE_ELEMENT_PTR,
18897 VUSE_ELEMENT_VAR): Likewise.
18898 (struct voptype_d): Likewise.
18899 (NUM_VOP_FREE_BUCKETS): Likewise.
18900 (struct ssa_operands): Remove vop_free_buckets and mpt_table fields.
18901 (struct stmt_operands_d): Remove.
18902 (VUSE_OP_PTR, VUSE_OP, SET_VUSE_OP, VUSE_NUM, VUSE_VECT,
18903 VDEF_RESULT_PTR, VDEF_RESULT, VDEF_OP_PTR, VDEF_OP, SET_VDEF_OP,
18904 VDEF_NUM, VDEF_VECT): Likewise.
18905 (copy_virtual_operands): Remove.
18906 (operand_build_cmp): Likewise.
18907 (create_ssa_artificial_load_stmt): Likewise.
18908 (enum ssa_op_iter_type): Remove ssa_op_iter_vdef.
18909 (struct ssa_operand_iterator_d): Remove vuses, vdefs, mayusesm
18910 vuse_index and mayuse_index members. Pack and move done and iter_type
18911 members to the front.
18912 (SSA_OP_VMAYUSE): Remove.
18913 (SSA_OP_VIRTUAL_USES): Adjust.
18914 (FOR_EACH_SSA_VDEF_OPERAND): Remove.
18915 (unlink_stmt_vdef): Declare.
18916 (add_to_addressable_set): Remove.
18917 * tree-vrp.c (stmt_interesting_for_vrp): Adjust.
18918 (vrp_visit_stmt): Likewise.
18919 * doc/tree-ssa.texi (Alias analysis): Update.
18920 * doc/invoke.texi (max-aliased-vops): Remove docs.
18921 (avg-aliased-vops): Likewise.
18922 * tree-into-ssa.c (syms_to_rename): Remove.
18923 (need_to_update_vops_p): Likewise.
18924 (need_to_initialize_update_ssa_p): Rename to ...
18925 (update_ssa_initialized_fn): ... this. Track function we are
18926 initialized for.
18927 (symbol_marked_for_renaming): Simplify.
18928 (add_new_name_mapping): Do not set need_to_update_vops_p.
18929 (dump_currdefs): Use SYMS_TO_RENAME.
18930 (rewrite_update_stmt): Always walk all uses/defs.
18931 (dump_update_ssa): Adjust.
18932 (init_update_ssa): Take function argument. Track what we are
18933 initialized for.
18934 (delete_update_ssa): Reset SYMS_TO_RENAME and update_ssa_initialized_fn.
18935 (create_new_def_for): Initialize for cfun, assert we are initialized
18936 for cfun.
18937 (mark_sym_for_renaming): Simplify.
18938 (mark_set_for_renaming): Do not initialize update-ssa.
18939 (need_ssa_update_p): Simplify. Take function argument.
18940 (name_mappings_registered_p): Assert we ask for the correct function.
18941 (name_registered_for_update_p): Likewise.
18942 (ssa_names_to_replace): Likewise.
18943 (release_ssa_name_after_update_ssa): Likewise.
18944 (update_ssa): Likewise. Use SYMS_TO_RENAME.
18945 (dump_decl_set): Do not print a newline.
18946 (debug_decl_set): Do it here.
18947 (dump_update_ssa): And here.
18948 * tree-ssa-loop-im.c (move_computations): Adjust.
18949 (movement_possibility): Likewise.
18950 (determine_max_movement): Likewise.
18951 (gather_mem_refs_stmt): Likewise.
18952 * tree-dump.c (dequeue_and_dump): Do not handle SYMBOL_MEMORY_TAG
18953 or NAME_MEMORY_TAG.
18954 * tree-complex.c (update_all_vops): Remove.
18955 (expand_complex_move): Adjust.
18956 * tree-ssa-loop-niter.c (chain_of_csts_start): Use NULL_TREE.
18957 Simplify test for memory referencing statement. Exclude
18958 non-invariant ADDR_EXPRs.
18959 * tree-pretty-print.c (dump_generic_node): Do not handle memory tags.
18960 * tree-loop-distribution.c (generate_memset_zero): Adjust.
18961 (rdg_flag_uses): Likewise.
18962 * tree-tailcall.c (suitable_for_tail_opt_p): Remove memory-tag
18963 related code.
18964 (tree_optimize_tail_calls_1): Also split the
18965 edge from the entry block if we have degenerate PHI nodes in
18966 the first basic block.
18967 * tree.c (init_ttree): Remove memory-tag related code.
18968 (tree_code_size): Likewise.
18969 (tree_node_structure): Likewise.
18970 (build7_stat): Re-write to be build6_stat.
18971 * tree.h (MTAG_P, TREE_MEMORY_TAG_CHECK, TMR_TAG): Remove.
18972 (SSA_VAR_P): Adjust.
18973 (struct tree_memory_tag): Remove.
18974 (struct tree_memory_partition_tag): Likewise.
18975 (union tree_node): Adjust.
18976 (build7): Re-write to be build6.
18977 * tree-pass.h (pass_reset_cc_flags): Remove.
18978 (TODO_update_address_taken): New flag.
18979 (pass_simple_dse): Remove.
18980 * ipa-cp.c (ipcp_update_callgraph): Update SSA form.
18981 * params.h (MAX_ALIASED_VOPS): Remove.
18982 (AVG_ALIASED_VOPS): Likewise.
18983 * omp-low.c (expand_omp_taskreg): Update SSA form.
18984 * tree-ssa-dse.c (dse_optimize_stmt): Properly query if the rhs
18985 aliases the lhs in a copy stmt.
18986 * tree-ssa-dse.c (struct address_walk_data): Remove.
18987 (memory_ssa_name_same): Likewise.
18988 (memory_address_same): Likewise.
18989 (get_kill_of_stmt_lhs): Likewise.
18990 (dse_possible_dead_store_p): Simplify, use the oracle. Handle
18991 unused stores. Look through PHI nodes into post-dominated regions.
18992 (dse_optimize_stmt): Simplify. Properly remove stores.
18993 (tree_ssa_dse): Compute dominators.
18994 (execute_simple_dse): Remove.
18995 (pass_simple_dse): Likewise.
18996 * ipa-reference.c (scan_stmt_for_static_refs): Open-code
18997 gimple_loaded_syms and gimple_stored_syms computation.
18998 * toplev.c (dump_memory_report): Dump alias and pta stats.
18999 * tree-ssa-sccvn.c (vn_reference_compute_hash): Simplify.
19000 (vn_reference_eq): Likewise.
19001 (vuses_to_vec, copy_vuses_from_stmt, vdefs_to_vec,
19002 copy_vdefs_from_stmt, shared_lookup_vops, shared_vuses_from_stmt,
19003 valueize_vuses): Remove.
19004 (get_def_ref_stmt_vuses): Simplify. Rename to ...
19005 (get_def_ref_stmt_vuse): ... this.
19006 (vn_reference_lookup_2): New function.
19007 (vn_reference_lookup_pieces): Use walk_non_aliased_vuses for
19008 walking equivalent vuses. Simplify.
19009 (vn_reference_lookup): Likewise.
19010 (vn_reference_insert): Likewise.
19011 (vn_reference_insert_pieces): Likewise.
19012 (visit_reference_op_call): Simplify.
19013 (visit_reference_op_load): Likewise.
19014 (visit_reference_op_store): Likewise.
19015 (init_scc_vn): Remove shared_lookup_vuses initialization.
19016 (free_scc_vn): Remove shared_lookup_vuses freeing.
19017 (sort_vuses, sort_vuses_heap): Remove.
19018 (get_ref_from_reference_ops): Export.
19019 * tree-ssa-sccvn.h (struct vn_reference_s): Replace vuses
19020 vector with single vuse pointer.
19021 (vn_reference_lookup_pieces, vn_reference_lookup,
19022 vn_reference_insert, vn_reference_insert_pieces): Adjust prototypes.
19023 (shared_vuses_from_stmt): Remove.
19024 (get_ref_from_reference_ops): Declare.
19025 * tree-ssa-loop-manip.c (slpeel_can_duplicate_loop_p): Adjust.
19026 * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Remove
19027 memory-tag related code.
19028 * tree-ssa-ccp.c (get_symbol_constant_value): Remove memory-tag code.
19029 (likely_value): Add comment, skip static-chain of call statements.
19030 (surely_varying_stmt_p): Adjust.
19031 (gimplify_and_update_call_from_tree): Likewise.
19032 (execute_fold_all_builtins): Do not rebuild alias info.
19033 (gimplify_and_update_call_from_tree): Properly update VOPs.
19034 * tree-ssa-loop-ivopts.c (get_ref_tag): Remove.
19035 (copy_ref_info): Remove memory-tag related code.
19036 * tree-call-cdce.c (tree_call_cdce): Rename the VOP.
19037 * ipa-pure-const.c (check_decl): Remove memory-tag related code.
19038 (check_stmt): Open-code gimple_loaded_syms and gimple_stored_syms
19039 computation.
19040 * tree-ssa-dom.c (gimple_p): Remove typedef.
19041 (eliminate_redundant_computations): Adjust.
19042 (record_equivalences_from_stmt): Likewise.
19043 (avail_expr_hash): Likewise.
19044 (avail_expr_eq): Likewise.
7a715bba 19045 * tree-ssa-propagate.c (update_call_from_tree): Properly update VOPs.
5006671f
RG
19046 (stmt_makes_single_load): Likewise.
19047 (stmt_makes_single_store): Likewise.
19048 * tree-ssa-alias.c: Rewrite completely.
19049 (debug_memory_partitions, dump_mem_ref_stats, debug_mem_ref_stats,
19050 debug_mem_sym_stats, dump_mem_sym_stats_for_var,
19051 debug_all_mem_sym_stats, debug_mp_info, update_mem_sym_stats_from_stmt,
19052 delete_mem_ref_stats, create_tag_raw, dump_points_to_info,
19053 dump_may_aliases_for, debug_may_aliases_for, new_type_alias):
19054 Remove public functions.
19055 (pass_reset_cc_flags): Remove.
19056 (pass_build_alias): Move ...
19057 * tree-ssa-structalias.c (pass_build_alias): ... here.
19058 * tree-ssa-alias.c (may_be_aliased): Move ...
19059 * tree-flow-inline.h (may_be_aliased): ... here.
19060 tree-ssa-alias.c (struct count_ptr_d, count_ptr_derefs,
19061 count_uses_and_derefs): Move ...
19062 * gimple.c: ... here.
19063 * gimple.h (count_uses_and_derefs): Declare.
19064 * tree-ssa-alias.c (dump_alias_stats, ptr_deref_may_alias_global_p,
19065 ptr_deref_may_alias_decl_p, ptr_derefs_may_alias_p,
19066 same_type_for_tbaa, nonaliasing_component_refs_p, decl_refs_may_alias_p,
19067 indirect_ref_may_alias_decl_p, indirect_refs_may_alias_p,
19068 ref_maybe_used_by_call_p, ref_maybe_used_by_stmt_p,
19069 call_may_clobber_ref_p, stmt_may_clobber_ref_p, maybe_skip_until,
19070 get_continuation_for_phi, walk_non_aliased_vuses, walk_aliased_vdefs):
19071 New functions.
19072 * tree-dfa.c (refs_may_alias_p): Move ...
19073 * tree-ssa-alias.c (refs_may_alias_p): ... here. Extend.
19074 * tree-ssa-alias.h: New file.
19075 * tree-ssa-sink.c (is_hidden_global_store): Adjust.
19076 (statement_sink_location): Likewise.
19077 * opts.c (decode_options): Do not adjust max-aliased-vops or
19078 avg-aliased-vops values.
19079 * timevar.def (TV_TREE_MAY_ALIAS): Remove.
19080 (TV_CALL_CLOBBER): Likewise.
19081 (TV_FLOW_SENSITIVE): Likewise.
19082 (TV_FLOW_INSENSITIVE): Likewise.
19083 (TV_MEMORY_PARTITIONING): Likewise.
19084 (TV_ALIAS_STMT_WALK): New timevar.
19085 * tree-ssa-loop-ivcanon.c (empty_loop_p): Adjust.
19086 * tree-ssa-address.c (create_mem_ref_raw): Use build6.
19087 (get_address_description): Remove memory-tag related code.
19088 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Adjust.
19089 * treestruct.def (TS_MEMORY_TAG, TS_MEMORY_PARTITION_TAG): Remove.
19090 * tree-eh.c (cleanup_empty_eh): Do not leave stale SSA_NAMEs
19091 and immediate uses in statements. Document.
19092 * gimple-pretty-print.c (dump_gimple_mem_ops): Adjust.
19093 (dump_symbols): Remove.
19094 (dump_gimple_mem_ops): Do not dump loaded or stored syms.
19095 * alias.c (get_deref_alias_set): New function split out from ...
19096 (get_alias_set): ... here.
19097 * alias.h (get_deref_alias_set): Declare.
19098 * tree-vect-data-refs.c (vect_create_data_ref_ptr): Remove unused
19099 type parameter. Remove restrict pointer handling. Create a
19100 ref-all pointer in case type-based alias sets do not conflict.
19101 (vect_analyze_data_refs): Remove SMT related code.
19102 * tree-vect-stmts.c (vectorizable_store): Re-instantiate TBAA assert.
19103 (vectorizable_load): Likewise.
19104 * tree-data-ref.h (struct dr_alias): Remove symbol_tag field.
19105 (DR_SYMBOL_TAG, DR_VOPS): Remove.
19106 * tree-data-ref.c (dr_may_alias_p): Use the alias-oracle.
19107 Ignore vops and SMTs.
19108 (dr_analyze_alias): Likewise..
19109 (free_data_ref): Likewise.
19110 (create_data_ref): Likewise.
19111 (analyze_all_data_dependences): Likewise.
19112 (get_references_in_stmt): Adjust.
19113 * tree-flow-inline.h (gimple_aliases_computed_p,
19114 gimple_addressable_vars, gimple_call_clobbered_vars,
19115 gimple_call_used_vars, gimple_global_var, may_aliases, memory_partition,
19116 factoring_name_p, mark_call_clobbered, clear_call_clobbered,
19117 compare_ssa_operands_equal, symbol_mem_tag, set_symbol_mem_tag,
19118 gimple_mem_ref_stats): Remove.
19119 (gimple_vop): New function.
19120 (op_iter_next_use): Remove vuses and mayuses cases.
19121 (op_iter_next_def): Remove vdefs case.
19122 (op_iter_next_tree): Remove vuses, mayuses and vdefs cases.
19123 (clear_and_done_ssa_iter): Do not set removed fields.
19124 (op_iter_init): Likewise. Skip vuse and/or vdef if requested.
19125 Assert we are not iterating over vuses or vdefs if not also
19126 iterating over uses or defs.
19127 (op_iter_init_use): Likewise.
19128 (op_iter_init_def): Likewise.
19129 (op_iter_next_vdef): Remove.
19130 (op_iter_next_mustdef): Likewise.
19131 (op_iter_init_vdef): Likewise.
19132 (compare_ssa_operands_equal): Likewise.
19133 (link_use_stmts_after): Handle vuse operand.
19134 (is_call_used): Use is_call_clobbered.
19135 (is_call_clobbered): Global variables are always call clobbered,
19136 query the call-clobbers bitmap.
19137 (mark_call_clobbered): Ignore global variables.
19138 (clear_call_clobbered): Likewise.
19139 * tree-ssa-coalesce.c (create_outofssa_var_map): Adjust
19140 virtual operands sanity check.
19141 * tree.def (NAME_MEMORY_TAG, SYMBOL_MEMORY_TAG, MEMORY_PARTITION_TAG):
19142 Remove.
19143 (TARGET_MEM_REF): Remove TMR_TAG operand.
19144 * tree-dfa.c (add_referenced_var): Initialize call-clobber state.
19145 Remove call-clobber related code.
19146 (remove_referenced_var): Likewise. Do not clear mpt or symbol_mem_tag.
19147 (dump_variable): Do not dump SMTs, memory stats, may-aliases or
19148 partitions or escape reason.
19149 (get_single_def_stmt, get_single_def_stmt_from_phi,
19150 get_single_def_stmt_with_phi): Remove.
19151 (dump_referenced_vars): Tidy.
19152 (get_ref_base_and_extent): Allow bare decls.
19153 (collect_dfa_stats): Adjust.
19154 * graphite.c (rename_variables_in_stmt): Adjust.
19155 (graphite_copy_stmts_from_block): Likewise.
19156 (translate_clast): Likewise.
19157 * tree-ssa-pre.c (struct bb_bitmap_sets): Add expr_dies bitmap.
19158 (EXPR_DIES): New.
19159 (translate_vuse_through_block): Use the oracle.
19160 (phi_translate_1): Adjust.
19161 (value_dies_in_block_x): Use the oracle. Cache the outcome
19162 in EXPR_DIES.
19163 (valid_in_sets): Check if the VUSE for
19164 a REFERENCE is available.
19165 (eliminate): Do not remove stmts during elimination,
19166 instead queue and remove them afterwards.
19167 (do_pre): Do not rebuild alias info.
19168 (pass_pre): Run TODO_rebuild_alias before PRE.
19169 * tree-ssa-live.c (remove_unused_locals): Remove memory-tag code.
19170 * tree-sra.c (sra_walk_function): Use gimple_references_memory_p.
19171 (mark_all_v_defs_stmt): Remove.
19172 (mark_all_v_defs_seq): Adjust.
19173 (sra_replace): Likewise.
19174 (scalarize_use): Likewise.
19175 (scalarize_copy): Likewise.
19176 (scalarize_init): Likewise.
19177 (scalarize_ldst): Likewise.
19178 (todoflags): Remove.
19179 (tree_sra): Do not rebuild alias info.
19180 (tree_sra_early): Adjust.
19181 (pass_sra): Run TODO_update_address_taken before SRA.
19182 * tree-predcom.c (set_alias_info): Remove.
19183 (prepare_initializers_chain): Do not call it.
19184 (mark_virtual_ops_for_renaming): Adjust.
19185 (mark_virtual_ops_for_renaming_list): Remove.
19186 (initialize_root_vars): Adjust.
19187 (initialize_root_vars_lm): Likewise.
19188 (prepare_initializers_chain): Likewise.
19189 * tree-ssa-copy.c (may_propagate_copy): Remove memory-tag related code.
19190 (may_propagate_copy_into_stmt): Likewise.
19191 (merge_alias_info): Do nothing for now.
19192 (propagate_tree_value_into_stmt): Adjust.
19193 (stmt_may_generate_copy): Likewise.
19194 * tree-ssa-forwprop.c (tidy_after_forward_propagate_addr): Do
19195 not mark symbols for renaming.
19196 (forward_propagate_addr_expr): Match up push/pop_stmt_changes
19197 with the same statement, make sure to update the new pointed-to one.
19198 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not copy
19199 call statements, do not mark symbols for renaming.
19200 (mark_operand_necessary): Dump something.
19201 (ref_may_be_aliased): New function.
19202 (mark_aliased_reaching_defs_necessary_1): New helper function.
19203 (mark_aliased_reaching_defs_necessary): Likewise.
19204 (mark_all_reaching_defs_necessary_1): Likewise.
19205 (mark_all_reaching_defs_necessary): Likewise.
19206 (propagate_necessity): Do not process virtual PHIs. For
19207 non-aliased loads mark all reaching definitions as necessary.
19208 For aliased loads and stores mark the immediate dominating
19209 aliased clobbers as necessary.
19210 (visited): New global static.
19211 (perform_tree_ssa_dce): Free visited bitmap after propagating
19212 necessity.
19213 (remove_dead_phis): Perform simple dead virtual PHI removal.
19214 (remove_dead_stmt): Properly unlink virtual operands when
19215 removing stores.
19216 (eliminate_unnecessary_stmts): Schedule PHI removal after
19217 stmt removal.
19218 * tree-ssa-ter.c (is_replaceable_p): Adjust.
19219 (process_replaceable): Likewise.
19220 (find_replaceable_in_bb): Likewise.
19221 * tree-ssa.c (verify_ssa_name): Verify all VOPs are
19222 based on the single gimple vop.
19223 (verify_flow_insensitive_alias_info): Remove.
19224 (verify_flow_sensitive_alias_info): Likewise.
19225 (verify_call_clobbering): Likewise.
19226 (verify_memory_partitions): Likewise.
19227 (verify_alias_info): Likewise.
19228 (verify_ssa): Adjust..
19229 (execute_update_addresses_taken): Export. Update SSA
19230 manually. Optimize only when optimizing. Use a local bitmap.
19231 (pass_update_address_taken): Remove TODO_update_ssa, add
19232 TODO_dump_func.
19233 (pass_update_address_taken): Just use TODO_update_address_taken.
19234 (init_tree_ssa): Do not initialize addressable_vars.
19235 (verify_ssa): Verify new VUSE / VDEF properties.
19236 Verify that all stmts definitions have the stmt as SSA_NAME_DEF_STMT.
19237 Do not call verify_alias_info.
19238 (delete_tree_ssa): Clear the VUSE, VDEF operands.
19239 Do not free the loaded and stored syms bitmaps. Reset the escaped
19240 and callused solutions. Do not free addressable_vars.
19241 Remove memory-tag related code.
19242 (warn_uninitialized_var): Aliases are always available.
19243 * tree-ssa-loop-prefetch.c (gather_memory_references): Adjust.
19244 * lambda-code.c (can_put_in_inner_loop): Adjust.
19245 (can_put_after_inner_loop): Likewise.
19246 (perfect_nestify): Likewise.
19247 * tree-vect-stmts.c (vect_stmt_relevant_p): Adjust.
19248 (vect_gen_widened_results_half): Remove CALL_EXPR handling.
19249 (vectorizable_conversion): Do not mark symbols for renaming.
19250 * tree-inline.c (remap_gimple_stmt): Clear VUSE/VDEF.
19251 (expand_call_inline): Unlink the calls virtual operands before
19252 replacing it.
19253 (tree_function_versioning): Do not call update_ssa if we are not
19254 updating clones. Simplify.
19255 * tree-ssa-phiprop.c (phivn_valid_p): Adjust.
19256 (propagate_with_phi): Likewise..
19257 * tree-outof-ssa.c (create_temp): Remove memory tag and call
19258 clobber code. Assert we are not aliased or global.
19259 * tree-flow.h: Include tree-ssa-alias.h
19260 (enum escape_type): Remove.
19261 (struct mem_sym_stats_d): Likewise.
19262 (struct mem_ref_stats_d): Likewise.
19263 (struct gimple_df): Add vop member. Remove global_var,
19264 call_clobbered_vars, call_used_vars, addressable_vars,
19265 aliases_compted_p and mem_ref_stats members. Add syms_to_rename,
19266 escaped and callused members.
19267 (struct ptr_info_def): Remove all members, add points-to solution
19268 member pt.
19269 (struct var_ann_d): Remove in_vuse_list, in_vdef_list,
19270 call_clobbered, escape_mask, mpt and symbol_mem_tag members.
19271 * Makefile.in (TREE_FLOW_H): Add tree-ssa-alias.h.
19272 (tree-ssa-structalias.o): Remove tree-ssa-structalias.h.
19273 (tree-ssa-alias.o): Likewise.
19274 (toplev.o): Add tree-ssa-alias.h
19275 (GTFILES): Remove tree-ssa-structalias.h, add tree-ssa-alias.h.
19276 * gimple.c (gimple_set_bb): Fix off-by-one error.
19277 (is_gimple_reg): Do not handle memory tags.
19278 (gimple_copy): Also copy virtual operands.
19279 Delay updating the statement. Do not reset loaded and stored syms.
19280 (gimple_set_stored_syms): Remove.
19281 (gimple_set_loaded_syms): Likewise.
19282 (gimple_call_copy_skip_args): Copy the virtual operands
19283 and mark the new statement modified.
19284 * tree-ssa-structalias.c (may_alias_p): Remove.
19285 (set_uids_in_ptset): Take the alias set to prune with as
19286 parameter. Fold in the alias test of may_alias_p.
19287 (compute_points_to_sets): Compute whether a ptr is dereferenced
19288 in a local sbitmap.
19289 (process_constraint): Deal with &ANYTHING on the lhs, reject all
19290 other ADDRESSOF constraints on the lhs.
19291 (get_constraint_for_component_ref): Assert that we don't get
19292 ADDRESSOF constraints from the base of the reference.
19293 Properly generate UNKNOWN_OFFSET for DEREF if needed.
19294 (struct variable_info): Remove collapsed_to member.
19295 (get_varinfo_fc): Remove.
19296 (new_var_info): Do not set collapsed_to.
19297 (dump_constraint): Do not follow cycles.
19298 (dump_constraint_graph): Likewise.
19299 (build_pred_graph): Likewise.
19300 (build_succ_graph): Likewise.
19301 (rewrite_constraints): Likewise.
19302 (do_simple_structure_copy): Remove.
19303 (do_rhs_deref_structure_copy): Remove.
19304 (do_lhs_deref_structure_copy): Remove.
19305 (collapse_rest_of_var): Remove.
19306 (do_structure_copy): Re-implement.
19307 (pta_stats): New global variable.
19308 (dump_pta_stats): New function.
19309 (struct constraint_expr): Make offset signed.
19310 (UNKNOWN_OFFSET): Define special value.
19311 (dump_constraint): Dump UNKNOWN_OFFSET as UNKNOWN.
19312 (solution_set_expand): New helper function split out from ...
19313 (do_sd_constraint): ... here.
19314 (solution_set_add): Handle UNKNOWN_OFFSET. Handle negative offsets.
19315 (do_ds_constraint): Likewise.
19316 (do_sd_constraint): Likewise. Do not special-case ESCAPED = *ESCAPED
19317 and CALLUSED = *CALLUSED.
19318 (set_union_with_increment): Make inc argument signed.
19319 (type_safe): Remove.
19320 (get_constraint_for_ptr_offset): Handle unknown and negative
19321 constant offsets.
19322 (first_vi_for_offset): Handle offsets before start. Bail
19323 out early for offsets beyond the variable extent.
19324 (first_or_preceding_vi_for_offset): New function.
19325 (init_base_vars): Add ESCAPED = ESCAPED + UNKNOWN_OFFSET constraint.
19326 Together with ESCAPED = *ESCAPED this properly computes reachability.
19327 (find_what_var_points_to): New function.
19328 (find_what_p_points_to): Implement in terms of find_what_var_points_to.
19329 (pt_solution_reset, pt_solution_empty_p, pt_solution_includes_global,
19330 pt_solution_includes_1, pt_solution_includes, pt_solutions_intersect_1,
19331 pt_solutions_intersect): New functions.
19332 (compute_call_used_vars): Remove.
19333 (compute_may_aliases): New main entry into PTA computation.
19334 * gimple.h (gimple_p): New typedef.
19335 (struct gimple_statement_base): Remove references_memory_p.
19336 (struct gimple_statement_with_memory_ops_base): Remove
19337 vdef_ops, vuse_ops, stores and loads members. Add vdef and vuse
19338 members.
19339 (gimple_vuse_ops, gimple_set_vuse_ops, gimple_vdef_ops,
19340 gimple_set_vdef_ops, gimple_loaded_syms, gimple_stored_syms,
19341 gimple_set_references_memory): Remove.
19342 (gimple_vuse_op, gimple_vdef_op, gimple_vuse, gimple_vdef,
19343 gimple_vuse_ptr, gimple_vdef_ptri, gimple_set_vuse, gimple_set_vdef):
19344 New functions.
19345 * tree-cfg.c (move_block_to_fn): Fix off-by-one error.
19346 (verify_expr): Allow RESULT_DECL.
19347 (gimple_duplicate_bb): Do not copy virtual operands.
19348 (gimple_duplicate_sese_region): Adjust.
19349 (gimple_duplicate_sese_tail): Likewise.
19350 (mark_virtual_ops_in_region): Remove.
19351 (move_sese_region_to_fn): Do not call it.
19352 * passes.c (init_optimization_passes): Remove pass_reset_cc_flags
19353 and pass_simple_dse.
19354 (execute_function_todo): Handle TODO_update_address_taken,
19355 call execute_update_addresses_taken for TODO_rebuild_alias.
19356 (execute_todo): Adjust.
19357 (execute_one_pass): Init dump files early.
19358 * ipa-struct-reorg.c (finalize_var_creation): Do not mark vars
19359 call-clobbered.
19360 (create_general_new_stmt): Clear vops.
19361 * tree-ssa-reassoc.c (get_rank): Adjust.
19362 * tree-vect-slp.c (vect_create_mask_and_perm): Do not mark
19363 symbols for renaming.
19364 * params.def (PARAM_MAX_ALIASED_VOPS): Remove.
19365 (PARAM_AVG_ALIASED_VOPS): Likewise.
19366 * tree-ssanames.c (init_ssanames): Allocate SYMS_TO_RENAME.
19367 (duplicate_ssa_name_ptr_info): No need to copy the shared bitmaps.
7a715bba 19368 * tree-ssa-operands.c: Simplify for new virtual operand representation.
5006671f
RG
19369 (operand_build_cmp, copy_virtual_operands,
19370 create_ssa_artificial_load_stmt, add_to_addressable_set,
19371 gimple_add_to_addresses_taken): Remove public functions.
19372 (unlink_stmt_vdef): New function.
19373
457d1d00
AM
193742009-04-03 Alan Modra <amodra@bigpond.net.au>
19375
19376 * config.gcc (powerpc-*-linux*): Merge variants.
19377
e19da24c 193782009-04-02 Chao-ying Fu <fu@mips.com>
60839f5d 19379 James Grosbach <james.grosbach@microchip.com>
e19da24c
CF
19380
19381 * config/mips/mips.c (mips_frame_info): Add acc_mask, num_acc,
19382 num_cop0_regs, acc_save_offset, cop0_save_offset, acc_sp_offset,
19383 cop0_sp_offset.
19384 (machine_function): Add interrupt_handler_p, use_shadow_register_set_p,
19385 keep_interrupts_masked_p, use_debug_exception_return_p.
19386 (mips_attribute_table): Add interrupt, use_shadow_register_set,
19387 keep_interrupts_masked, use_debug_exception_return.
19388 (mips_interrupt_type_p, mips_use_shadow_register_set_p,
19389 mips_keep_interrupts_masked_p, mips_use_debug_exception_return_p):
19390 New functions.
19391 (mips_function_ok_for_sibcall): Return false for interrupt handlers.
19392 (mips_print_operand): Process COP0 registers to print $0 .. $31
19393 correctly for GAS to process.
19394 (mips_interrupt_extra_call_saved_reg_p): New function.
19395 (mips_cfun_call_saved_reg_p): For interrupt handlers, we need to check
19396 extra registers.
19397 (mips_cfun_might_clobber_call_saved_reg_p): Likewise.
19398 (mips_compute_frame_info): Add supports for interrupt context that
19399 includes doubleword accumulators and COP0 registers.
19400 (mips_for_each_saved_acc): New function.
19401 (mips_for_each_saved_gpr_and_fpr): Change the function name from
19402 mips_for_each_saved_reg.
19403 (mips_save_reg): Save accumulators.
19404 (mips_kernel_reg_p): A new for_each_rtx callback.
19405 (mips_expand_prologue): Support interrupt handlers.
19406 (mips_restore_reg): Restore accumulators.
19407 (mips_expand_epilogue): Support interrupt handlers.
19408 (mips_can_use_return_insn): Return false for interrupt handlers.
19409 (mips_epilogue_uses): New function.
19410 * config/mips/mips.md (UNSPEC_ERET, UNSPEC_DERET, UNSPEC_DI,
19411 UNSPEC_EHB, UNSPEC_RDPGPR, UNSPEC_COP0): New UNSPEC.
19412 (mips_eret, mips_deret, mips_di, mips_ehb, mips_rdpgpr,
19413 cop0_move): New instructions.
19414 * config/mips/mips-protos.h (mips_epilogue_uses): Declare.
19415 * config/mips/mips.h (K0_REG_NUM, K1_REG_NUM, KERNEL_REG_P): New
19416 defines.
19417 (COP0_STATUS_REG_NUM, COP0_CAUSE_REG_NUM, COP0_EPC_REG_NUM):
19418 New defines.
19419 (CAUSE_IPL, SR_IPL, SR_EXL, SR_IE): New defines.
19420 (MIPS_PROLOGUE_TEMP_REGNUM, MIPS_EPILOGUE_TEMP_REGNUM): For
19421 interrupt handlers, we use K0 as the temporary register.
19422 (EPILOGUE_USES): Change to a function call.
19423 * config/mips/sde.h (MIPS_EPILOGUE_TEMP_REGNUM): For interrupt
19424 handlers, we use K0 as the temporary register.
2ba9daa7 19425
e19da24c
CF
19426 * doc/extend.texi (Function Attributes): Document interrupt,
19427 use_shadow_register_set, keep_interrupts_masked,
19428 use_debug_exception_return for MIPS attributes.
19429
aa1ca044
AM
194302009-04-03 Alan Modra <amodra@bigpond.net.au>
19431
19432 * config.gcc (powerpc64-*-gnu*): Add rs6000/default64.h to tm_file.
19433 Remove a number of t-files from tmake_file.
19434 * config/rs6000/sysv4.opt (mprototype): Name variable target_prototype.
19435 * config/rs6000/sysv4.h (TARGET_PROTOTYPE): Define.
19436 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
19437 target_prototype, not TARGET_PROTOTYPE.
19438 (LINK_OS_GNU_SPEC): Define.
19439 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Delete tramp.S
19440 and darwin-ldoubdle.c.
19441
14fdc613
MM
194422009-04-02 Michael Meissner <meissner@linux.vnet.ibm.com>
19443
19444 PR driver/39293
19445 * gcc.c (save_temps_flag): Add support for -save-temps=obj.
19446 (cpp_options): Ditto.
19447 (default_compilers): Ditto.
19448 (display_help): Ditto.
19449 (process_command): Ditto.
19450 (do_spec_1): Ditto.
19451 (set_input): Use lbasename instead of duplicate code.
19452 (save_temps_prefix): New static for -save-temps=obj.
19453 (save_temps_length): Ditto.
2ba9daa7 19454
14fdc613
MM
19455 * doc/invoke.texi (-save-temps=obj): Document new variant to
19456 -save-temps switch.
19457
d3aa398e
JL
194582009-04-02 Jeff Law <law@redhat.com>
19459
19460 * reload1.c (fixup_eh_region_notes): Remove write-only "trap_count"
19461 variable.
19462
83f0ccb8
L
194632009-04-02 H.J. Lu <hongjiu.lu@intel.com>
19464
19465 * configure.ac: Support -Bstatic/-Bdynamic for linker version > 2.
19466 * configure: Regenerated.
19467
dcb6e951
RAE
194682009-04-02 Rafael Avila de Espindola <espindola@google.com>
19469
19470 * c-decl.c (merge_decls): Make sure newdecl and olddecl don't
19471 share the argument list.
19472
d85478c2
RAE
194732009-04-02 Rafael Avila de Espindola <espindola@google.com>
19474
19475 Merge
19476
19477 2009-02-12 Diego Novillo <dnovillo@google.com>
19478
83f0ccb8
L
19479 * varpool.c (debug_varpool): New.
19480 * cgraph.h (debug_varpool): Declare.
d85478c2 19481
34f42a49
JH
194822009-04-02 Jan Hubicka <jh@suse.cz>
19483
19484 * passes.c (init_optimization_passes): Remove two copies of ehcleanup
19485 pass.
19486
a4747b4a
L
194872009-04-02 H.J. Lu <hongjiu.lu@intel.com>
19488
19489 * config/i386/i386.c (ix86_abi): Move initialization to ...
19490 (override_options): Here.
19491
63a9de54
CB
194922009-04-02 Christian Bruel <christian.bruel@st.com>
19493
19494 * config/sh/sh.c (sh_dwarf_register_span): New function.
19495 (TARGET_DWARF_REGISTER_SPAN): Define.
19496 * config/sh/sh-protos.h (sh_dwarf_register_span): Declare.
2ba9daa7 19497
2f0fa28e
IR
194982009-04-02 Ira Rosen <irar@il.ibm.com>
19499
19500 PR tree-optimization/39595
2ba9daa7 19501 * tree-vect-slp.c (vect_build_slp_tree): Check that the size of
2f0fa28e
IR
19502 interleaved loads group is not greater than the SLP group size.
19503
bbf7ce11
RAE
195042009-04-02 Rafael Avila de Espindola <espindola@google.com>
19505
19506 * builtins.c (is_builtin_name): New.
19507 (called_as_built_in): Use is_builtin_name.
19508 * tree.h (is_builtin_name): New.
19509 * varasm.c (incorporeal_function_p): Use is_builtin_name
19510
47e4dfcf
AS
195112009-04-02 Andrew Stubbs <ams@codesourcery.com>
19512
19513 * config/sh/linux-unwind.h: Disable when inhibit_libc is defined.
19514
d0940d56
DS
195152009-04-02 Dodji Seketeli <dodji@redhat.com>
19516
19517 PR c++/26693
532bfb0a 19518 * c-decl.c (clone_underlying_type): Move this ...
d0940d56
DS
19519 * c-common.c (set_underlying_type): ... here.
19520 Also, make sure the function properly sets TYPE_STUB_DECL() on
19521 the newly created typedef variant type.
19522 * c-common.h (is_typedef_decl, set_underlying_type): Declare ...
7a715bba
UB
19523 * c-common.c (is_typedef_decl, set_underlying_type): ... new entry
19524 points.
d0940d56 19525
bf1cbdc6
RG
195262009-04-02 Richard Guenther <rguenther@suse.de>
19527
19528 PR tree-optimization/37221
19529 * tree-flow.h (degenerate_phi_result): Declare.
19530 * tree-ssa-dom.c (degenerate_phi_result): Export.
19531 * tree-scalar-evolution.c (analyze_initial_condition): If
19532 the initial condition is defined by a degenerate PHI node
19533 use the degenerate value.
19534
87cfb32c
EB
195352009-04-01 Eric Botcazou <ebotcazou@adacore.com>
19536
19537 PR rtl-optimization/39588
19538 * combine.c (merge_outer_ops): Do not set the constant when this
19539 is not necessary.
19540 (simplify_shift_const_1): Do not modify it either in this case.
19541
bbb6eae8
SB
195422009-04-01 Steven Bosscher <steven@gcc.gnu.org>
19543
19544 * config/ia64/ia64.c (ia64_handle_option): Inform user that Itanium1
19545 tuning is deprecated if -mtune value is set to an Itanium1 variant.
19546
839a3b8a
JJ
195472009-04-01 Janis Johnson <janis187@us.ibm.com>
19548
19549 PR c/29027
19550 * c-lex.c (interpret_float): Default (no suffix) is double.
19551
667e8acb
XDL
195522009-04-1 Xinliang David Li <davidxl@google.com>
19553
19554 * config/i386/i386.c (legitimate_constant_p): Recognize
19555 all one vector constant.
19556
60839f5d 195572009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19558
60839f5d 19559 * config/vax/vax.c: Add #includes to silence warnings.
c4e75102
MT
19560 Change #include order to silence two warnings.
19561
60839f5d 195622009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19563
60839f5d 19564 * config/vax/linux.h (TARGET_DEFAULT): Add the MASK_QMATH flag bit.
c4e75102
MT
19565 (ASM_SPEC): Pass -k to the assembler for PIC code.
19566
60839f5d 195672009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19568
60839f5d
EB
19569 * config.gcc: Add vax-*-linux* to the switch.
19570 * config/vax/linux.h: New file. (TARGET_VERSION,
c4e75102
MT
19571 TARGET_OS_CPP_BUILTINS, TARGET_DEFAULT, CPP_SPEC, LINK_SPEC): Define.
19572
60839f5d 195732009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19574
60839f5d 19575 * config/vax/vax.c (vax_output_int_move, adjacent_operands_p):
c4e75102 19576 Use predicate macros instead of GET_CODE() == foo.
60839f5d 19577 * config/vax/vax.md (movsi_2, movstrictqi, and<mode>3, ashrsi3,
c4e75102
MT
19578 ashlsi3, rotrsi3, <unnamed>): Likewise.
19579
60839f5d 195802009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19581
60839f5d 19582 * config/vax/builtins.md (jbbssiqi, jbbssihi, jbbssisi, jbbcciqi,
c4e75102 19583 jbbccihi, jbbccisi): Remova trailing whitespace.
60839f5d
EB
19584 * config/vax/constraints.md: Likewise.
19585 * config/vax/elf.h: (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
19586 * config/vax/openbsd1.h (OBSD_OLD_GAS): Likewise.
19587 * config/vax/predicates.md: Likewise.
19588 * config/vax/vax.c (print_operand_address, vax_output_int_move,
c4e75102 19589 vax_expand_addsub_di_operands, adjacent_operands_p): Likewise.
60839f5d
EB
19590 * config/vax/vax.h: Likewise.
19591 * config/vax/vax.md (nonlocal_goto): Likewise.
c4e75102 19592
60839f5d 195932009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19594
60839f5d 19595 * config/vax/vax.c (vax_float_literal, vax_output_int_move)
c4e75102
MT
19596 (indirectable_address_p, adjacent_operands_p): Add spaces around
19597 braces.
60839f5d 19598 * config/vax/vax-protos.h (adjacent_operands_p): Likewise.
c4e75102 19599
60839f5d 196002009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19601
60839f5d 19602 * config/vax/vax.c (legitimate_constant_address_p,
c4e75102
MT
19603 legitimate_constant_p, indirectable_address_p, nonindexed_address_p,
19604 index_term_p, reg_plus_index_p, legitimate_address_p,
19605 vax_mode_dependent_address_p): Update comments to match functions
19606 modified by the recent int->bool conversion.
19607
60839f5d 196082009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19609
60839f5d
EB
19610 * config/vax/builtins.md: Update copyright message.
19611 * config/vax/constraints.md: Likewise.
19612 * config/vax/netbsd-elf.h: Likewise.
19613 * config/vax/predicates.md: Likewise.
19614 * config/vax/vax-protos.h: Likewise.
19615 * config/vax/vax.c: Likewise.
19616 * config/vax/vax.h: Likewise.
19617 * config/vax/vax.md: Likewise.
19618 * config/vax/vax.opt: Likewise.
c4e75102 19619
60839f5d 196202009-04-01 Jan-Benedict Glaw <jbglaw@jbglaw-dev.homezone.telefonica.de>
c4e75102 19621
60839f5d 19622 * config/vax/builtins.md (ffssi2, ffssi2_internal,
c4e75102 19623 sync_lock_test_and_set<mode>, sync_lock_release<mode>): Fix indention.
60839f5d
EB
19624 * config/vax/constraints.md (B, R): Likewise.
19625 * config/vax/predicates.md (external_memory_operand,
c4e75102 19626 nonimmediate_addsub_di_operand): Likewise.
60839f5d
EB
19627 * config/vax/vax.c (vax_output_int_add): Likewise.
19628 * config/vax/vax.md (movsi, movsi_2, mov<mode>, call_value,
c4e75102
MT
19629 untyped_call): Likewise.
19630
60839f5d 196312009-04-01 Matt Thomas <matt@3am-software.com>
c4e75102 19632
7a715bba
UB
19633 * config/vax/predicates.md: New file.
19634 (symbolic_operand, local_symbolic_operand, external_symbolic_operand,
c4e75102
MT
19635 external_const_operand, nonsymbolic_operand, external_memory_operand,
19636 indirect_memory_operand, indexed_memory_operand,
19637 illegal_blk_memory_operand, illegal_addsub_di_memory_operand,
19638 nonimmediate_addsub_di_operand, general_addsub_di_operand): New
19639 predicate.
7a715bba
UB
19640 * config/vax/constraints.md: New file.
19641 (Z0, U06, U08, U16, CN6, S08, S16, I, J, K, L, M, N, O, G, Q, B, R, T):
19642 New constraint.
19643 * config/vax/builtins.md: New file.
19644 (ffssi2, ffssi2_internal, sync_lock_test_and_set<mode>, jbbssiqi,
19645 jbbssihi, jbbssisi, sync_lock_release<mode>, jbbcciqi, jbbccihi,
19646 jbbccisi): Define.
c4e75102
MT
19647 * config/vax/vax.opt (mqmath): Add option.
19648 * config/vax/vax.md (isfx): Extend with DI.
19649 (VAXintQH, VAXintQHSD): Define.
19650 (tst<mode>, cmp<mode>, *bit<mode>, movmemhi1, truncsiqi2, truncsihi2,
19651 mulsidi3, add<mode>3, sub<mode>, mul<mode>3, div<mode>3, and<mode>,
19652 and<mode>_const_int, ior<mode>3, xor<mode>3, neg<mode>2,
19653 one_cmpl<mode>2, ashlsi3, lshrsi3, rotlsi3): Update constraints.
19654 (movdi): Update constraints and use vax_output_int_move().
19655 (movsi, movsi_2, pushlclsymreg, pushextsymreg, movlclsymreg,
19656 movextsymreg, adddi3, adcdi3, subdi3, sbcdi3, pushextsym, movextsym,
19657 pushlclsym, movlclsym, movaddr<mode>, pushaddr<mode>,
19658 nonlocal_goto): New.
19659 (mov<mode>): Extend accepted operand types.
19660 (subdi3_old): Rename from subdi3, change update constraints and use
19661 a new implementation.
60839f5d 19662 * config/vax/vax.h (PCC_BITFIELD_TYPE_MATTERS): Add space.
c4e75102
MT
19663 (FRAME_POINTER_CFA_OFFSET, IRA_COVER_CLASSES, CLASS_MAX_NREGS,
19664 MOVE_RATIO, CLEAR_RATIO): Define.
19665 (REG_CLASS_FROM_LETTER, CONST_OK_FOR_LETTER_P,
19666 CONST_DOUBLE_OK_FOR_LETTER_P, EXTRA_CONSTRAINT): Delete.
19667 (PRINT_OPERAND): Redefine using a function instead of inlined code.
60839f5d 19668 * config/vax/vax.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Define.
c4e75102
MT
19669 (split_quadword_operands): Make static and really allow variable
19670 splitting.
19671 (print_operand_address): Update for PIC generation.
19672 (print_operand, vax_builtin_setjmp_frame_value, vax_output_int_subtract,
19673 indexable_address_p, fixup_mathdi_operand,
19674 vax_expand_addsub_di_operands, adjacent_operands_p): New.
19675 (vax_float_literal, legitimate_constant_p,
19676 indirectable_constant_address_p, index_term_p,
19677 reg_plus_index_p): Return bool instead of int.
19678 (vax_rtx_costs): Fix cost for CONST_INT, indent and use HOST_WIDE_INT
19679 where needed.
19680 (vax_output_int_move, vax_output_int_add): Extend to allow PIC
19681 generation.
19682 (vax_output_conditional_branch): Indent.
19683 (legitimate_constant_address_p, indirectable_constant_address_p,
19684 indirectable_address_p, nonindexed_address_p, legitimate_address_p,
19685 vax_mode_dependent_address_p): Return bool instead of int, update for
19686 PIC generation.
19687 * config/vax/vax-protos.h (legitimate_constant_address_p,
19688 legitimate_constant_p, legitimate_address_p,
19689 vax_mode_dependent_address_p): Change declaration to bool.
19690 (legitimate_pic_operand_p, adjacent_operands_p, print_operand,
19691 vax_expand_addsub_di_operands, vax_output_int_subtract,
19692 vax_output_movmemsi): Declare.
19693 (split_quadword_operands, vax_float_literal): Delete declaration.
19694 * config/vax/netbsd-elf.h (CC1_SPEC, CC1PLUS_SPEC) Define.
19695 * config/vax/elf.h (NO_EXTERNAL_INDIRECT_ADDRESS,
19696 VAX_CC1_AND_CC1PLUS_SPEC, ASM_PREFERRED_EH_DATA_FORMAT,
19697 ASM_OUTPUT_DWARF_PCREL): Define.
19698 (ASM_SPEC): Change definition to allow PIC generation.
19699
9332c6eb
L
197002009-04-01 Steve Ellcey <sje@cup.hp.com>
19701
19702 * doc/sourcebuild.texi: Update front-end requirements.
19703
d93e052c
JJ
197042009-04-01 Jakub Jelinek <jakub@redhat.com>
19705
19706 PR target/39226
19707 * config/rs6000/rs6000.md (andsi3_internal5_nomc,
19708 anddi3_internal2_nomc, anddi3_internal3_nomc): Removed.
19709 (booldi3_internal3): Use boolean_or_operator instead of
19710 boolean_operator.
19711
6ccb2a4a
JM
197122009-04-01 Joseph Myers <joseph@codesourcery.com>
19713
19714 PR c/39605
19715 * c-decl.c (grokdeclarator): Pedwarn for file-scope array
19716 declarator whose size is not an integer constant expression but
19717 folds to an integer constant, then treat it as a constant
19718 subsequently.
19719
299b87f8
RG
197202009-04-01 Richard Guenther <rguenther@suse.de>
19721
19722 * fold-const.c (fold_plusminus_mult_expr): Do not fold
19723 i * 4 + 2 to (i * 2 + 1) * 2.
19724
b85eb797
JJ
197252009-04-01 Jakub Jelinek <jakub@redhat.com>
19726
19727 PR c/37772
19728 * c-parser.c (c_parser_asm_statement): Skip until close paren and
19729 return if c_parser_asm_string_literal returned NULL.
19730
235e1fe8
NC
197312009-04-01 Nick Clifton <nickc@redhat.com>
19732
19733 * config/m32c/m32c.h (LIBGCC2_UNITS_PER_WORD): Define if not
19734 already defined.
19735 * config/m32c/t-m32c (LIB2FUNCS_EXTRA): Add m32c-lib2-trapv.c.
19736 * config/m32c/m32c-lib2.c: Remove unused typedefs. Rename the
19737 other typedefs to avoid conflicts with libgcc2.c. Define labels
19738 to gain 16-bit bit-manipulation functions from libgcc2.c and then
19739 include it.
19740 * config/m32c/m32c-lib2-trapv.c: New file. Define labels
19741 to gain 16-bit trapping arithmetic functions from libgcc2.c and
19742 then include it.
19743
d6868399
RAE
197442009-04-01 Rafael Avila de Espindola <espindola@google.com>
19745
7a715bba
UB
19746 * varasm.c (default_function_rodata_section): Declare DOT as
19747 const char*.
d6868399 19748
73d21f56 197492009-04-01 Kai Tietz <kai.tietz@onevision.com>
60839f5d 19750 Andrey Galkin <agalkin@hypercom.com>
73d21f56
KT
19751
19752 PR/39492
19753 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address):
19754 Make object_name unique for each process.
19755
03742a9b
JJ
197562009-04-01 Jakub Jelinek <jakub@redhat.com>
19757
19758 PR other/39591
19759 * omp-low.c (remove_exit_barrier): Don't optimize if there are any
19760 addressable variables in the parallel that could go out of scope while
19761 running queued tasks.
19762
4223ff5f
AS
197632009-04-01 Anatoly Sokolov <aesok@post.ru>
19764
19765 * config/avr/avr.h (avr_case_values_threshold): Remove declaration.
19766 (CASE_VALUES_THRESHOLD): Redefine.
19767 * config/avr/avr.c (avr_override_options): Remove initialization of
19768 avr_case_values_threshold variable.
19769 (avr_case_values_threshold): Remove variable. Add new function.
19770 * config/avr/avr-protos.h (avr_case_values_threshold): Declare.
19771 * config/avr/avr.opt (mno-tablejump): Remove option.
19772 * doc/invoke.texi (AVR Options): Remove -mno-tablejump.
19773
e893f6f3
DD
197742009-04-01 DJ Delorie <dj@redhat.com>
19775
19776 * varasm.c (default_function_rodata_section): Don't assume
19777 anything about where the first '.' in the section name is.
19778
b246d100
AM
197792009-04-01 Alan Modra <amodra@bigpond.net.au>
19780
19781 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Delete redundant
19782 rs6000_emit_stack_tie.
19783
d3e37a9e
ILT
197842009-03-31 Ian Lance Taylor <iant@google.com>
19785
19786 * tree-eh.c (tree_remove_unreachable_handlers): Compare
19787 gimple_code with GIMPLE_RESX, not RESX.
19788
c1b61fca
JM
197892009-03-31 Joseph Myers <joseph@codesourcery.com>
19790
19791 * c-common.c (c_get_ident): New.
7a715bba 19792 (c_common_nodes_and_builtins): Call it for type names that may be NULL.
c1b61fca 19793
c2d2ad48
BE
197942009-04-01 Ben Elliston <bje@au.ibm.com>
19795
19796 * config/rs6000/sysv4.opt (msdata): Improve option description.
19797
13d1a6e7
SE
197982009-03-31 Steve Ellcey <sje@cup.hp.com>
19799
19800 * config/ia64/ia64.md (divsf3_internal_lat): Remove.
19801 (divdf3_internal_lat): Remove.
19802 (divxf3_internal_lat): Remove.
19803 (divxf3_internal_thr): Remove.
19804 (divxf): Use divxf3_internal.
19805 * config/ia64/div.md (divsf3_internal_lat): New.
19806 (divdf3_internal_lat): New.
19807 (divxf3_internal): New.
19808
207bf79d
JM
198092009-03-31 Joseph Myers <joseph@codesourcery.com>
19810
19811 PR c/448
19812 * Makefile.in (USE_GCC_STDINT): Define.
19813 (stmp-int-hdrs): Install stdint.h if applicable.
19814 * c-common.c (CHAR16_TYPE): Define in terms of UINT_LEAST16_TYPE
19815 if known.
19816 (CHAR32_TYPE): Define in terms of UINT_LEAST32_TYPE if known.
19817 (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE, INT64_TYPE,
19818 UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
19819 INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
19820 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
19821 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
19822 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
19823 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
19824 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
19825 (c_common_nodes_and_builtins): Initialize
19826 underlying_wchar_type_node. Do not initialize
19827 signed_wchar_type_node or unsigned_wchar_type_node. Initialize
19828 nodes for new types.
19829 (c_stddef_cpp_builtins): Define macros for new types.
19830 * c-common.h (CTI_SIGNED_WCHAR_TYPE, CTI_UNSIGNED_WCHAR_TYPE):
19831 Remove.
19832 (CTI_UNDERLYING_WCHAR_TYPE, CTI_SIG_ATOMIC_TYPE, CTI_INT8_TYPE,
19833 CTI_INT16_TYPE, CTI_INT32_TYPE, CTI_INT64_TYPE, CTI_UINT8_TYPE,
19834 CTI_UINT16_TYPE, CTI_UINT32_TYPE, CTI_UINT64_TYPE,
19835 CTI_INT_LEAST8_TYPE, CTI_INT_LEAST16_TYPE, CTI_INT_LEAST32_TYPE,
19836 CTI_INT_LEAST64_TYPE, CTI_UINT_LEAST8_TYPE, CTI_UINT_LEAST16_TYPE,
19837 CTI_UINT_LEAST32_TYPE, CTI_UINT_LEAST64_TYPE, CTI_INT_FAST8_TYPE,
19838 CTI_INT_FAST16_TYPE, CTI_INT_FAST32_TYPE, CTI_INT_FAST64_TYPE,
19839 CTI_UINT_FAST8_TYPE, CTI_UINT_FAST16_TYPE, CTI_UINT_FAST32_TYPE,
19840 CTI_UINT_FAST64_TYPE, CTI_INTPTR_TYPE, CTI_UINTPTR_TYPE): Define.
19841 (signed_wchar_type_node, unsigned_wchar_type_node): Remove.
19842 (underlying_wchar_type_node, sig_atomic_type_node, int8_type_node,
19843 int16_type_node, int32_type_node, int64_type_node,
19844 uint8_type_node, uint16_type_node, c_uint32_type_node,
19845 c_uint64_type_node, int_least8_type_node, int_least16_type_node,
19846 int_least32_type_node, int_least64_type_node,
19847 uint_least8_type_node, uint_least16_type_node,
19848 uint_least32_type_node, uint_least64_type_node,
19849 int_fast8_type_node, int_fast16_type_node, int_fast32_type_node,
19850 int_fast64_type_node, uint_fast8_type_node, uint_fast16_type_node,
19851 uint_fast32_type_node, uint_fast64_type_node, intptr_type_node,
19852 uintptr_type_node): Define.
19853 * c-cppbuiltin.c (builtin_define_constants,
19854 builtin_define_type_minmax): New.
19855 (builtin_define_stdint_macros): Define more macros.
19856 (c_cpp_builtins): Define more limit macros.
19857 (type_suffix): New.
19858 (builtin_define_type_max): Define in terms of
19859 builtin_define_type_minmax. Remove is_long parameter. All
19860 callers changed.
19861 * config.gcc (use_gcc_stdint): Define.
19862 (tm_file): Add glibc-stdint.h for targets using glibc or uClibc.
19863 Add newlib-stdint.h for generic targets.
19864 * config/glibc-stdint.h, config/newlib-stdint.h,
19865 ginclude/stdint-gcc.h, ginclude/stdint-wrap.h: New.
19866 * config/m32c/m32c.h (UINTPTR_TYPE): Define.
19867 * config/score/score.h (UINTPTR_TYPE): Define.
19868 * config/sol2.h (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE,
19869 INT32_TYPE, INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE,
19870 UINT64_TYPE, INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
19871 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
19872 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
19873 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
19874 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
19875 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Define.
19876 * config/spu/spu.h (STDINT_LONG32): Define.
19877 * configure.ac (use_gcc_stdint): Substitute.
19878 * configure: Regenerate.
19879 * doc/cpp.texi (__SIG_ATOMIC_TYPE__, __INT8_TYPE__,
19880 __INT16_TYPE__, __INT32_TYPE__, __INT64_TYPE__, __UINT8_TYPE__,
19881 __UINT16_TYPE__, __UINT32_TYPE__, __UINT64_TYPE__,
19882 __INT_LEAST8_TYPE__, __INT_LEAST16_TYPE__, __INT_LEAST32_TYPE__,
19883 __INT_LEAST64_TYPE__, __UINT_LEAST8_TYPE__, __UINT_LEAST16_TYPE__,
19884 __UINT_LEAST32_TYPE_, __UINT_LEAST64_TYPE__, __INT_FAST8_TYPE__,
19885 __INT_FAST16_TYPE__, __INT_FAST32_TYPE__, __INT_FAST64_TYPE__,
19886 __UINT_FAST8_TYPE__, __UINT_FAST16_TYPE__, __UINT_FAST32_TYPE__,
19887 __UINT_FAST64_TYPE__, __INTPTR_TYPE__, __UINTPTR_TYPE__,
19888 __WINT_MAX__, __SIZE_MAX__, __PTRDIFF_MAX__, __UINTMAX_MAX__,
19889 __SIG_ATOMIC_MAX__, __INT8_MAX__, __INT16_MAX__, __INT32_MAX__,
19890 __INT64_MAX__, __UINT8_MAX__, __UINT16_MAX__, __UINT32_MAX__,
19891 __UINT64_MAX__, __INT_LEAST8_MAX__, __INT_LEAST16_MAX__,
19892 __INT_LEAST32_MAX__, __INT_LEAST64_MAX__, __UINT_LEAST8_MAX__,
19893 __UINT_LEAST16_MAX__, __UINT_LEAST32_MAX__, __UINT_LEAST64_MAX__,
19894 __INT_FAST8_MAX__, __INT_FAST16_MAX__, __INT_FAST32_MAX__,
19895 __INT_FAST64_MAX__, __UINT_FAST8_MAX__, __UINT_FAST16_MAX__,
19896 __UINT_FAST32_MAX__, __UINT_FAST64_MAX__, __INTPTR_MAX__,
19897 __UINTPTR_MAX__, __WCHAR_MIN__, __WINT_MIN__, __SIG_ATOMIC_MIN__,
19898 __INT8_C, __INT16_C, __INT32_C, __INT64_C, __UINT8_C, __UINT16_C,
19899 __UINT32_C, __UINT64_C, __INTMAX_C, __UINTMAX_C): Document.
19900 * doc/tm.texi (SIG_ATOMIC_TYPE, INT8_TYPE, INT16_TYPE, INT32_TYPE,
19901 INT64_TYPE, UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE,
19902 INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
19903 INT_LEAST64_TYPE, UINT_LEAST8_TYPE, UINT_LEAST16_TYPE,
19904 UINT_LEAST32_TYPE, UINT_LEAST64_TYPE, INT_FAST8_TYPE,
19905 INT_FAST16_TYPE, INT_FAST32_TYPE, INT_FAST64_TYPE,
19906 UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
19907 UINT_FAST64_TYPE, INTPTR_TYPE, UINTPTR_TYPE): Document.
19908
ed853664
BS
199092009-03-31 Bernd Schmidt <bernd.schmidt@analog.com>
19910
19911 * loop-iv.c (suitable_set_for_replacement): Renamed from
19912 simplify_using_assignment; changed to return bool and to accept new
19913 args DEST and SRC. Return true iff we find a source/destination pair
19914 that can be used to make a replacement, and fill SRC and DEST if so.
19915 Remove arg ALTERED. Don't deal with altered regs here. All callers
19916 changed.
19917 (simplify_using_initial_values): Deal with altered regs here and track
19918 more precisely the effect they have on the validity of our expression.
19919
1569e190
BS
19920 * loop-iv.c (simplify_using_condition): A condition of the form
19921 (EQ REG CONST) can be used to simply make a substitution.
19922 (simplify_using_initial_values): Keep track of conditions we have seen
19923 and keep using them to simplify new expressions, while applying the
19924 same substitutions to them as to the expression.
19925
1d1eb80c
BS
19926 * simplify-rtx.c (simplify_relational_operation_1): Simplify
19927 (LTU (PLUS a C) C) or (LTU (PLUS a C) a) to (GEU a -C); likewise with
19928 GEU/LTU reversed.
19929
28af33b0
BS
19930 * loop-iv.c (determine_max_iter): New arg OLD_NITER. All callers
19931 changed. Use this when trying to improve the upper bound.
19932 Generate the comparison by using simplify_gen_relational.
19933
b30321cd
BS
19934 * loop-iv.c (simple_rhs_p): Allow more kinds of expressions.
19935
60081874
BS
19936 * loop-iv.c (replace_single_def_regs, replace_in_expr): New static
19937 functions.
2ba9daa7 19938 (simplify_using_assignment, simplify_using_initial_values): Call
60081874
BS
19939 replace_in_expr to make replacements. Call replace_single_def_regs
19940 once on the initial version of the expression.
19941
bebc6e07
RR
199422009-03-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19943
fcb82ab0 19944 PR target/27237
bebc6e07 19945 * doc/invoke.texi (ARM Options): Update documentation for -mthumb.
2ba9daa7 19946
6b12efe9
RG
199472009-03-31 Richard Guenther <rguenther@suse.de>
19948
19949 PR middle-end/31029
19950 * fold-const.c (fold_binary): Fold X +- Y CMP X to Y CMP 0 for
19951 equality comparisons. Fold C - X CMP X if C % 2 == 1.
19952
108f6c2f
RG
199532009-03-31 Richard Guenther <rguenther@suse.de>
19954
19955 * tree.h (div_if_zero_remainder): Declare.
19956 * fold-const.c (div_if_zero_remainder): Export.
19957 * tree-ssa-forwprop.c
19958 (forward_propagate_addr_into_variable_array_index): Handle
19959 constant array index addition outside of the variable index.
19960
8f612190
JM
199612009-03-31 Joseph Myers <joseph@codesourcery.com>
19962
19963 PR target/39592
19964 * config/i386/i386.md (*floatunssi<mode>2_1, two unnamed
19965 define_splits, floatunssi<mode>2): Require x87 conversions from
19966 DImode to be permitted.
19967
47580d22
JM
199682009-03-31 Joseph Myers <joseph@codesourcery.com>
19969
19970 PR preprocessor/15638
19971 * c-common.c (c_cpp_error): Handle CPP_DL_FATAL.
19972
ba4d8f9d
RG
199732009-03-31 Richard Guenther <rguenther@suse.de>
19974
19975 PR middle-end/23401
19976 PR middle-end/27810
19977 * tree.h (DECL_GIMPLE_FORMAL_TEMP_P): Remove.
19978 (struct tree_decl_with_vis): Remove gimple_formal_temp member.
19979 * tree-eh.c (lower_eh_constructs_2): Move LHS assignment to
19980 a separate statement.
19981 * gimplify.c (pop_gimplify_context): Remove formal temp handling.
19982 (lookup_tmp_var): Likewise.
19983 (is_gimple_formal_tmp_or_call_rhs): Remove.
19984 (is_gimple_reg_or_call_rhs): Rename to ...
19985 (is_gimple_reg_rhs_or_call): ... this.
19986 (is_gimple_mem_or_call_rhs): Rename to ...
19987 (is_gimple_mem_rhs_or_call): ... this.
19988 (internal_get_tmp_var): Use is_gimple_reg_rhs_or_call. Set
19989 DECL_GIMPLE_REG_P only if is_formal is true.
19990 (gimplify_compound_lval): Use is_gimple_reg. Remove workaround
19991 for non-proper post-modify expression gimplification.
19992 (gimplify_self_mod_expr): For post-modify expressions gimplify
19993 the lvalue to a minimal lvalue.
19994 (rhs_predicate_for): Remove formal temp case.
19995 (gimplify_modify_expr_rhs): Likewise.
19996 (gimplify_addr_expr): Use is_gimple_reg.
19997 (gimplify_expr): Remove formal temp cases.
19998 (gimple_regimplify_operands): Likewise.
19999 * tree-ssa-pre.c (get_or_alloc_expr_for): Treat EXC_PTR_EXPR
20000 and FILTER_EXPR like constants.
20001 * gimple.c (walk_gimple_op): Fix val_only initialization, use
20002 is_gimple_reg.
20003 (is_gimple_formal_tmp_rhs): Remove.
20004 (is_gimple_reg_rhs): Remove special casing.
20005 (is_gimple_mem_rhs): Fix.
20006 (is_gimple_reg): Move DECL_GIMPLE_REG_P handling earlier.
20007 (is_gimple_formal_tmp_var): Remove.
20008 (is_gimple_formal_tmp_reg): Likewise.
20009 (is_gimple_min_lval): Allow invariant component ref parts.
20010 * gimple.h (is_gimple_formal_tmp_rhs, is_gimple_formal_tmp_var,
20011 is_gimple_formal_tmp_reg): Remove declarations.
20012 * tree-cfg.c (verify_expr): Verify that variables with address
20013 taken do not have DECL_GIMPLE_REG_P set.
20014 * tree-mudflap.c (mf_build_check_statement_for): Use
20015 force_gimple_operand instead of gimplify_expr.
20016
8de9b877
AZ
200172009-03-31 Ayal Zaks <zaks@il.ibm.com>
20018
20019 * modulo-sched.c (sms_schedule_by_order): Pass the actual
20020 schedulable rows to compute_split_row.
20021
b5e3caf2
BE
200222009-03-31 Ben Elliston <bje@au.ibm.com>
20023
20024 PR target/31635
20025 * config/rs6000/rs6000.c (rs6000_handle_option): Handle
20026 OPT_mvrsave.
20027
9752c4ad
AM
200282009-03-31 Alan Modra <amodra@bigpond.net.au>
20029
20030 * doc/invoke.texi (RS/6000 and PowerPC Options):Document mtls-markers.
20031 * configure.ac (HAVE_AS_TLS_MARKERS): New gas feature check.
20032 * configure: Regenerate.
20033 * config.in: Regenerate.
20034 * config/rs6000/rs6000.opt (mtls-markers): Add.
20035 * config/rs6000/rs6000.h (TARGET_TLS_MARKERS): Define.
20036 * config/rs6000/rs6000.md (tls_gd_aix, tls_gd_sysv): Add splitter.
20037 (tls_ld_aix, tls_ld_sysv): Likewise.
20038 (tls_gd, tls_gd_call_aix, tls_gd_call_sysv): New insns.
20039 (tls_ld, tls_ld_call_aix, tls_ld_call_sysv): Likewise.
20040
b597d1b6
AM
200412009-03-31 Alan Modra <amodra@bigpond.net.au>
20042
20043 * config/spu/spu.c (spu_expand_prologue): Delete redundant code.
20044
a203a221
JH
200452009-03-30 Jan Hubicka <jh@suse.cz>
20046
b597d1b6
AM
20047 * tree-eh.c (make_eh_edges): Set probability 100% to first edge
20048 out of RESX.
20049 (tree_remove_unreachable_handlers): Cleanup EH predecestor
20050 detection and label handling.
a203a221 20051
5b0c0b2c
VM
200522009-03-30 Vladimir Makarov <vmakarov@redhat.com>
20053
20054 * ira-int.h (ira_allocno): Rename left_conflicts_num to
20055 left_conflicts_size.
20056 (ALLOCNO_LEFT_CONFLICTS_NUM): Rename to
20057 ALLOCNO_LEFT_CONFLICTS_SIZE.
20058
20059 * ira-color.c (allocno_spill_priority, push_allocno_to_stack,
20060 remove_allocno_from_bucket_and_push,
20061 allocno_spill_priority_compare, push_allocnos_to_stack,
20062 setup_allocno_available_regs_num): Use ALLOCNO_LEFT_CONFLICTS_SIZE
20063 instead of ALLOCNO_LEFT_CONFLICTS_NUM.
20064 (setup_allocno_left_conflicts_num): Ditto. Rename to
20065 setup_allocno_left_conflicts_size.
20066 (put_allocno_into_bucket): Use ALLOCNO_LEFT_CONFLICTS_SIZE
20067 instead of ALLOCNO_LEFT_CONFLICTS_NUM and
20068 setup_allocno_left_conflicts_size instead of
20069 setup_allocno_left_conflicts_num.
20070
20071 * ira-build.c (ira_create_allocno): Use
20072 ALLOCNO_LEFT_CONFLICTS_SIZE instead of
20073 ALLOCNO_LEFT_CONFLICTS_NUM.
2ba9daa7 20074
9a48a93f
VM
200752009-03-30 Vladimir Makarov <vmakarov@redhat.com>
20076
20077 * reload.c (push_reload, find_dummy_reload): Use df_get_live_out
20078 instead of DF_LR_OUT.
20079
20080 * ira-lives.c (process_bb_node_lives): Ditto.
20081
20082 * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
20083 instead of DF_LR_{OUT,IN}.
20084
20085 * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
20086
20087 * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.
20088
4c936d4f
JH
200892009-03-30 Jan Hubicka <jh@suse.cz>
20090
20091 * except.c (label_to_region_map): Fix thinko.
20092
f4d9f129
SE
200932009-03-30 Steve Ellcey <sje@cup.hp.com>
20094
20095 PR middle-end/38237
20096 * tree.h (tree_find_value): New declaration.
20097 * tree.c (tree_find_value): New function.
20098 * varasm.c (assemble_external): Avoid duplicate entries on lists.
20099
b3f27c15
JJ
201002009-03-30 Jakub Jelinek <jakub@redhat.com>
20101
20102 PR debug/39563
20103 * c-decl.c (struct c_binding): Add locus field.
20104 (bind): Add locus argument, set locus field from it.
20105 (pop_scope): For b->nested VAR_DECL or FUNCTION_DECL,
20106 add a DECL_EXTERNAL copy of b->decl to current BLOCK_VARS.
20107 (push_file_scope, pushtag, pushdecl, pushdecl_top_level,
20108 implicitly_declare, undeclared_variable, lookup_label,
20109 declare_label, c_make_fname_decl, c_builtin_function,
20110 c_builtin_function_ext_scope, store_parm_decls_newstyle): Adjust
20111 bind callers.
20112
ad41bd84 201132009-03-30 H.J. Lu <hongjiu.lu@intel.com>
680e8a00
L
20114
20115 PR target/38781
20116 * config/i386/i386.c (classify_argument): Check total size of
20117 structure.
20118
133f9369
MJ
201192009-03-30 Martin Jambor <mjambor@suse.cz>
20120
20121 * ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN, IPA_CONST,
20122 IPA_CONST_MEMBER_PTR, and IPA_PASS_THROUGH to IPA_JF_UNKNOWN,
20123 IPA_JF_CONST, IPA_JF_CONST_MEMBER_PTR, and IPA_JF_PASS_THROUGH
20124 respectively.
20125
20126 * tree-dfa.c (get_ref_base_and_extent): Return -1 maxsize if
20127 seen_variable_array_ref while also traversing a union.
20128
20129 * tree-inline.c (optimize_inline_calls): Do not call
20130 cgraph_node_remove_callees.
20131 * cgraphbuild.c (remove_cgraph_callee_edges): New function.
20132 (pass_remove_cgraph_callee_edges): New variable.
20133 * passes.c (init_optimization_passes): Add
20134 pass_remove_cgraph_callee_edges after early inlining and before all
20135 late intraprocedural passes.
20136
20137 * omp-low.c (expand_omp_taskreg): Always set current_function_decl.
20138
1190f2eb
PB
201392009-03-30 Paolo Bonzini <bonzini@gnu.org>
20140
20141 * config/sparc/sparc.md (*nand<V64mode>_vis, *nand<V32mode>_vis):
20142 Fix typos in names.
20143
fedc1775
PB
201442009-03-30 Paolo Bonzini <bonzini@gnu.org>
20145
fcb82ab0
UB
20146 * combine.c (simplify_comparison): Use have_insn_for.
20147 * dojump.c (do_jump): Likewise.
fedc1775 20148
65c5ae8b
PB
201492009-03-30 Paolo Bonzini <bonzini@gnu.org>
20150
20151 * config/sparc/sparc.c (sparc_compare_emitted): Remove.
20152 (gen_compare_reg, emit_v9_brxx_insn): Handle MODE_CC
20153 sparc_compare_op0 like sparc_compare_emitted used to be handled.
20154 (sparc_expand_compare_and_swap_12): Set sparc_compare_op0
20155 instead of sparc_compare_emitted.
20156 * config/sparc/sparc.h (sparc_compare_emitted): Remove.
20157 * config/sparc/sparc.md (stack_protect_test): Set sparc_compare_op0
20158 instead of sparc_compare_emitted.
20159
d25aa7ab
PB
201602009-03-30 Paolo Bonzini <bonzini@gnu.org>
20161
20162 * bb-reorder.c (partition_hot_cold_basic_blocks): Do not
20163 enter/exit cfglayout mode.
20164 (pass_partition_block): Require it.
20165 * combine.c (find_single_use, reg_dead_at_p): Use CFG.
20166 (combine_instructions): Track basic blocks instead of labels.
20167 (update_cfg_for_uncondjump): New.
20168 (try_combine): Use it. Update jumps after rescanning.
20169 (pass_combine): Require PROP_cfglayout.
20170 * passes.c (pass_outof_cfg_layout_mode): Move after regmove.
20171
9c9e26f5
PB
201722009-03-30 Paolo Bonzini <bonzini@gnu.org>
20173
fcb82ab0
UB
20174 * cfglayout.c (pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode):
20175 Provide/destroy PROP_cfglayout respectively.
20176 * gcse.c (pass_jump_bypass, pass_gcse): Require it.
20177 * tree-pass.h (PROP_cfglayout): New.
9c9e26f5 20178
28ddeea1
PB
201792009-03-30 Paolo Bonzini <bonzini@gnu.org>
20180
20181 * fold-const.c (const_binop, fold_convert_const_real_from_fixed,
20182 fold_convert_const_fixed_from_fixed,
20183 fold_convert_const_fixed_from_int,
20184 fold_convert_const_fixed_from_real, fold_negate_const): Do not
20185 set TREE_CONSTANT_OVERFLOW.
20186 * tree.def: Remove mention of TREE_CONSTANT_OVERFLOW.
20187 * tree.h (TREE_CONSTANT_OVERFLOW): Delete.
20188
ebfd146a
IR
201892009-03-30 Ira Rosen <irar@il.ibm.com>
20190
20191 * tree-vect-loop-manip.c: New file.
20192 * tree-vectorizer.c: Update documentation and included files.
20193 (vect_loop_location): Make extern.
20194 (rename_use_op): Move to tree-vect-loop-manip.c
2ba9daa7
AS
20195 (rename_variables_in_bb, rename_variables_in_loop,
20196 slpeel_update_phis_for_duplicate_loop,
ebfd146a
IR
20197 slpeel_update_phi_nodes_for_guard1,
20198 slpeel_update_phi_nodes_for_guard2, slpeel_make_loop_iterate_ntimes,
20199 slpeel_tree_duplicate_loop_to_edge_cfg, slpeel_add_loop_guard,
20200 slpeel_can_duplicate_loop_p, slpeel_verify_cfg_after_peeling,
2ba9daa7 20201 set_prologue_iterations, slpeel_tree_peel_loop_to_edge,
ebfd146a
IR
20202 find_loop_location): Likewise.
20203 (new_stmt_vec_info): Move to tree-vect-stmts.c.
20204 (init_stmt_vec_info_vec, free_stmt_vec_info_vec, free_stmt_vec_info,
20205 get_vectype_for_scalar_type, vect_is_simple_use,
20206 supportable_widening_operation, supportable_narrowing_operation):
20207 Likewise.
20208 (bb_in_loop_p): Move to tree-vect-loop.c.
2ba9daa7
AS
20209 (new_loop_vec_info, destroy_loop_vec_info,
20210 reduction_code_for_scalar_code, report_vect_op,
ebfd146a
IR
20211 vect_is_simple_reduction, vect_is_simple_iv_evolution): Likewise.
20212 (vect_can_force_dr_alignment_p): Move to tree-vect-data-refs.c.
20213 (vect_supportable_dr_alignment): Likewise.
20214 * tree-vectorizer.h (tree-data-ref.h): Include.
20215 (vect_loop_location): Declare.
20216 Reorganize function declarations according to the new file structure.
20217 * tree-vect-loop.c: New file.
2ba9daa7 20218 * tree-vect-analyze.c: Remove. Move functions to tree-vect-data-refs.c,
ebfd146a
IR
20219 tree-vect-stmts.c, tree-vect-slp.c, tree-vect-loop.c.
20220 * tree-vect-data-refs.c: New file.
20221 * tree-vect-patterns.c (timevar.h): Don't include.
20222 * tree-vect-stmts.c: New file.
2ba9daa7 20223 * tree-vect-transform.c: Remove. Move functions to tree-vect-stmts.c,
ebfd146a 20224 tree-vect-slp.c, tree-vect-loop.c.
2ba9daa7
AS
20225 * Makefile.in (OBJS-common): Remove tree-vect-analyze.o and
20226 tree-vect-transform.o. Add tree-vect-data-refs.o, tree-vect-stmts.o,
ebfd146a
IR
20227 tree-vect-loop.o, tree-vect-loop-manip.o, tree-vect-slp.o.
20228 (tree-vect-analyze.o): Remove.
20229 (tree-vect-transform.o): Likewise.
20230 (tree-vect-data-refs.o): Add rule.
2ba9daa7 20231 (tree-vect-stmts.o, tree-vect-loop.o, tree-vect-loop-manip.o,
ebfd146a
IR
20232 tree-vect-slp.o): Likewise.
20233 (tree-vect-patterns.o): Remove redundant dependencies.
20234 (tree-vectorizer.o): Likewise.
20235 * tree-vect-slp.c: New file.
20236
40a1cfba
RW
202372009-03-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20238
20239 * optc-gen.awk: Warn if an option flag has multiple different
20240 help strings.
20241
a9a7a9a2
SP
202422009-03-30 Sebastian Pop <sebastian.pop@amd.com>
20243
20244 * doc/invoke.texi (-floop-interchange, -floop-strip-mine,
20245 -floop-block): Document dependences on PPL, CLooG and Graphite.
20246
8ce94e44
JM
202472009-03-30 Joseph Myers <joseph@codesourcery.com>
20248
20249 PR rtl-optimization/323
20250 * c-common.c (c_fully_fold, convert_and_check,
20251 c_common_truthvalue_conversion): Handle EXCESS_PRECISION_EXPR.
20252 (c_fully_fold_internal): Disallow EXCESS_PRECISION_EXPR.
20253 * c-common.def (EXCESS_PRECISION_EXPR): New.
20254 * c-cppbuiltin.c (builtin_define_float_constants): Define
20255 constants with enough digits for long double.
20256 * c-lex.c (interpret_float): Interpret constant with excess
20257 precision where appropriate.
20258 * c-opts.c (c_common_post_options): Set
20259 flag_excess_precision_cmdline. Give an error for
20260 -fexcess-precision=standard for C++ for processors where the
20261 option is significant.
20262 * c-parser.c (c_parser_conditional_expression): Handle excess
20263 precision in condition.
20264 * c-typeck.c (convert_arguments): Handle arguments with excess
20265 precision.
20266 (build_unary_op): Move excess precision outside operation.
20267 (build_conditional_expr): Likewise.
20268 (build_compound_expr): Likewise.
20269 (build_c_cast): Do cast on operand of EXCESS_PRECISION_EXPR.
20270 (build_modify_expr): Handle excess precision in RHS.
20271 (convert_for_assignment): Handle excess precision in converted
20272 value.
20273 (digest_init, output_init_element, process_init_element): Handle
20274 excess precision in initializer.
20275 (c_finish_return): Handle excess precision in return value.
20276 (build_binary_op): Handle excess precision in operands and add
20277 excess precision as needed for operation.
20278 * common.opt (-fexcess-precision=): New option.
20279 * config/i386/i386.h (X87_ENABLE_ARITH, X87_ENABLE_FLOAT): New.
20280 * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
20281 For standard excess precision, output explicit conversion to and
20282 truncation from XFmode.
20283 (*float<SSEMODEI24:mode><X87MODEF:mode>2_1,
20284 *float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp,
20285 *float<SSEMODEI24:mode><X87MODEF:mode>2_i387, two unnamed
20286 define_splits, floatdi<X87MODEF:mode>2_i387_with_xmm, two unnamed
20287 define_splits, *floatunssi<mode>2_1, two unnamed define_splits,
20288 floatunssi<mode>2, add<mode>3, sub<mode>3, mul<mode>3, divdf3,
20289 divsf3, *fop_<mode>_comm_i387, *fop_<mode>_1_i387,
20290 *fop_<MODEF:mode>_2_i387, *fop_<MODEF:mode>_3_i387,
20291 *fop_df_4_i387, *fop_df_5_i387, *fop_df_6_i387, two unnamed
20292 define_splits, sqrt<mode>2): Disable where appropriate for
20293 standard excess precision.
20294 * convert.c (convert_to_real): Do not shorten arithmetic to type
20295 for which excess precision would be used.
20296 * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Define.
20297 * doc/invoke.texi (-fexcess-precision=): Document option.
20298 (-mfpmath=): Correct index entry.
20299 * flags.h (enum excess_precision, flag_excess_precision_cmdline,
20300 flag_excess_precision): New.
20301 * langhooks.c (lhd_post_options): Set
20302 flag_excess_precision_cmdline.
20303 * opts.c (common_handle_option): Handle -fexcess-precision=.
20304 * toplev.c (flag_excess_precision_cmdline, flag_excess_precision,
20305 init_excess_precision): New.
20306 (lang_dependent_init_target): Call init_excess_precision.
20307 * tree.c (excess_precision_type): New.
20308 * tree.h (excess_precision_type): Declare.
20309
1e57bf47
JM
203102009-03-30 Joseph Myers <joseph@codesourcery.com>
20311
20312 PR c/35235
20313 * c-typeck.c (build_component_ref): Do not copy qualifiers from
20314 non-lvalue to component.
20315
148e4216
JM
203162009-03-29 Joseph Myers <joseph@codesourcery.com>
20317
20318 PR preprocessor/34695
20319 * Makefile.in (c-opts.o): Depend on c-tree.h.
20320 * c-common.c: Move down include of diagnostic.h.
20321 (done_lexing, c_cpp_error): New.
20322 * c-common.h (done_lexing): Declare.
20323 * c-decl.c (c_write_global_declarations): Don't check cpp_errors
20324 (parse_in).
20325 * c-opts.c: Include c-tree.h.
20326 (c_common_init_options): Set preprocessor error callback.
20327 (c_common_handle_option): Do not set preprocessor
20328 inhibit_warnings, warnings_are_errors, warn_system_headers,
20329 pedantic_errors or inhibit_warnings flags.
20330 (c_common_post_options): Do not check cpp_errors (parse_in).
20331 (c_common_finish): Do not output dependencies if there were
20332 errors. Do not check return value of cpp_finish.
20333 * c-ppoutput.c (pp_file_change): Set input_location.
20334 * c-tree.h (c_cpp_error): Declare.
20335 * diagnostic.c (diagnostic_set_info_translated): Also initialize
20336 override_column.
20337 (diagnostic_build_prefix): Check override_column.
20338 * diagnostic.h (diagnostic_info): Add override_column field.
20339 (diagnostic_override_column): Define.
20340
2ec5deb5
PB
203412009-03-28 Paolo Bonzini <bonzini@gnu.org>
20342
ba20e309
UB
20343 * c-common.c (c_expand_expr, c_staticp): Remove.
20344 * c-common.def (COMPOUND_LITERAL_EXPR): Delete.
20345 * c-common.h (emit_local_var, c_staticp, COMPOUND_LITERAL_EXPR_DECL,
20346 COMPOUND_LITERAL_EXPR_DECL_EXPR): Remove.
20347 * c-gimplify.c (gimplify_compound_literal_expr,
20348 optimize_compound_literals_in_ctor): Remove.
20349 (c_gimplify_expr): Remove COMPOUND_LITERAL_EXPR handling.
20350 * c-objc-common.h (LANG_HOOKS_STATICP): Remove.
20351 * c-semantics.c (emit_local_var): Remove.
20352
20353 * langhooks-def.h (lhd_expand_expr): Remove.
20354 * langhooks.c (lhd_expand_expr): Remove.
20355 * langhooks.h (LANG_HOOKS_DEF): Remove LANG_HOOKS_EXPAND_EXPR.
20356
20357 * expr.c (expand_expr_real_1): Move COMPOUND_LITERAL_EXPR
20358 handling from c-semantics.c; don't call into langhook.
20359 (expand_expr_addr_expr_1): Check that we don't get non-GENERIC trees.
20360 * gimplify.c (gimplify_compound_literal_expr,
20361 optimize_compound_literals_in_ctor): Move from c-gimplify.c.
20362 (gimplify_init_constructor): Call optimize_compound_literals_in_ctor.
20363 (gimplify_modify_expr_rhs, gimplify_expr): Handle COMPOUND_LITERAL_EXPR
20364 as was done in c-gimplify.c.
20365 * tree.c (staticp): Move COMPOUND_LITERAL_EXPR handling from c_staticp.
20366 * tree.h (COMPOUND_LITERAL_EXPR_DECL, COMPOUND_LITERAL_EXPR_DECL_EXPR):
20367 Move from c-common.h.
20368 * tree.def (COMPOUND_LITERAL_EXPR): Move from c-common.def.
2ec5deb5
PB
20369
20370 * tree.c (staticp): Do not call langhook.
20371 * langhooks.c (lhd_staticp): Delete.
20372 * langhooks-def.h (lhd_staticp): Delete prototype.
20373 (LANG_HOOKS_STATICP): Delete.
20374 (LANG_HOOKS_INITIALIZER): Delete LANG_HOOKS_STATICP.
20375
ba20e309
UB
20376 * doc/c-tree.texi (Expression nodes): Refer to DECL_EXPRs
20377 instead of DECL_STMTs.
2ec5deb5 20378
928c19bb
JM
203792009-03-29 Joseph Myers <joseph@codesourcery.com>
20380
20381 PR c/456
20382 PR c/5675
20383 PR c/19976
20384 PR c/29116
20385 PR c/31871
20386 PR c/35198
20387 * builtins.c (fold_builtin_sincos): Build COMPOUND_EXPR in
20388 void_type_node.
20389 (fold_call_expr): Return a NOP_EXPR from folding rather than the
20390 contained expression.
ba20e309 20391 * c-common.c (c_fully_fold, c_fully_fold_internal, c_save_expr): New.
928c19bb
JM
20392 (c_common_truthvalue_conversion): Use c_save_expr. Do not fold
20393 conditional expressions for C.
20394 (decl_constant_value_for_optimization): Move from
ba20e309 20395 decl_constant_value_for_broken_optimization in c-typeck.c. Check
928c19bb
JM
20396 whether optimizing and that the expression is a VAR_DECL not of
20397 array type instead of doing such checks in the caller. Do not
20398 check pedantic. Call gcc_unreachable for C++.
20399 * c-common.def (C_MAYBE_CONST_EXPR): New.
20400 * c-common.h (c_fully_fold, c_save_expr,
20401 decl_constant_value_for_optimization): New prototypes.
20402 (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
20403 C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
20404 EXPR_INT_CONST_OPERANDS): Define.
20405 * c-convert.c (convert): Strip nops from expression.
20406 * c-decl.c (groktypename): Take extra parameters expr and
20407 expr_const_operands. Update call to grokdeclarator.
20408 (start_decl): Update call to grokdeclarator. Add statement for
20409 expressions used in type of decl.
20410 (grokparm): Update call to grokdeclarator.
20411 (push_parm_decl): Update call to grokdeclarator.
20412 (build_compound_literal): Add parameter non_const and build a
20413 C_MAYBE_COSNT_EXPR if applicable.
20414 (grokdeclarator): Take extra parameters expr and
20415 expr_const_operands. Track expressions used in declaration
20416 specifiers and declarators. Fold array sizes and track whether
20417 they are constant expressions and whether they are integer
20418 constant expressions.
20419 (parser_xref_tag): Set expr and expr_const_operands fields in
20420 return value.
20421 (grokfield): Update call to grokdeclarator.
20422 (start_function): Update call to grokdeclarator.
20423 (build_null_declspecs): Set expr and expr_const_operands fields in
20424 return value.
20425 (declspecs_add_type): Handle expressions in typeof specifiers.
20426 * c-parser.c (c_parser_declspecs): Set expr and
20427 expr_const_operands fields for declaration specifiers.
20428 (c_parser_enum_specifier): Likewise.
20429 (c_parser_struct_or_union_specifier): Likewise.
20430 (c_parser_typeof_specifier): Likewise. Update call to
20431 groktypename. Fold expression as needed. Return expressions with
20432 type instead of adding statements.
20433 (c_parser_attributes): Update calls to c_parser_expr_list.
20434 (c_parser_statement_after_labels): Fold expression before passing
20435 to objc_build_throw_stmt.
20436 (c_parser_condition): Fold expression.
20437 (c_parser_asm_operands): Fold expression.
20438 (c_parser_conditional_expression): Use c_save_expr. Update call
20439 to build_conditional_expr.
20440 (c_parser_alignof_expression): Update call to groktypename.
20441 (c_parser_postfix_expression): Preserve C_MAYBE_CONST_EXPR as
20442 original_code. Fold expression argument of va_arg. Create
20443 C_MAYBE_CONST_EXPR to preserve side effects of expressions in type
20444 argument to va_arg. Update calls to groktypename. Fold array
20445 index for offsetof. Verify that first argument to
20446 __builtin_choose_expr has integer type.
20447 (c_parser_postfix_expression_after_paren_type): Update calls to
20448 groktypename and build_compound_literal. Handle expressions with
20449 side effects in type name.
20450 (c_parser_postfix_expression_after_primary): Update call to
20451 c_parser_expr_list. Set original_code for calls to
20452 __builtin_constant_p.
20453 (c_parser_expr_list): Take extra parameter fold_p. Fold
20454 expressions if requested.
20455 (c_parser_objc_type_name): Update call to groktypename.
20456 (c_parser_objc_synchronized_statement): Fold expression.
20457 (c_parser_objc_receiver): Fold expression.
20458 (c_parser_objc_keywordexpr): Update call to c_parser_expr_list.
20459 (c_parser_omp_clause_num_threads, c_parser_omp_clause_schedule,
20460 c_parser_omp_atomic, c_parser_omp_for_loop): Fold expressions.
20461 * c-tree.h (CONSTRUCTOR_NON_CONST): Define.
20462 (struct c_typespec): Add elements expr and expr_const_operands.
20463 (struct c_declspecs): Add elements expr and expr_const_operands.
20464 (groktypename, build_conditional_expr, build_compound_literal):
20465 Update prototypes.
20466 (in_late_binary_op): Declare.
20467 * c-typeck.c (note_integer_operands): New function.
20468 (in_late_binary_op): New variable.
20469 (decl_constant_value_for_broken_optimization): Move to c-common.c
20470 and rename to decl_constant_value_for_optimization.
20471 (default_function_array_conversion): Do not strip nops.
20472 (default_conversion): Do not call
20473 decl_constant_value_for_broken_optimization.
20474 (build_array_ref): Do not fold result.
20475 (c_expr_sizeof_expr): Fold operand. Use C_MAYBE_CONST_EXPR for
20476 result when operand is a VLA.
20477 (c_expr_sizeof_type): Update call to groktypename. Handle
20478 expressions included in type name. Use C_MAYBE_CONST_EXPR for
20479 result when operand names a VLA type.
20480 (build_function_call): Update call to build_compound_literal.
20481 Only fold result for calls to __builtin_* functions. Strip
20482 NOP_EXPR from INTEGER_CST returned from such functions. Fold
20483 the function designator.
20484 (convert_arguments): Fold arguments. Update call to
20485 convert_for_assignment.
20486 (build_unary_op): Handle increment and decrement of
20487 C_MAYBE_CONST_EXPR. Move lvalue checks for increment and
20488 decrement earlier. Fold operand of increment and decrement.
20489 Handle address of C_MAYBE_CONST_EXPR. Only fold expression being
20490 built for integer operand. Wrap returns that are INTEGER_CSTs
20491 without being integer constant expressions or that have integer
20492 constant operands without being INTEGER_CSTs.
20493 (lvalue_p): Handle C_MAYBE_CONST_EXPR.
20494 (build_conditional_expr): Add operand ifexp_bcp. Track whether
20495 result is an integer constant expression or can be used in
20496 unevaluated parts of one and avoid folding and wrap as
20497 appropriate. Fold operands before possibly doing -Wsign-compare
20498 warnings.
20499 (build_compound_expr): Wrap result for C99 if operands can be used
20500 in integer constant expressions.
20501 (build_c_cast): Update call to digest_init. Do not ignore
20502 overflow from casting floating-point constants to integers. Wrap
20503 results that could be confused with integer constant expressions,
20504 null pointer constants or floating-point constants.
20505 (c_cast_expr): Update call to groktypename. Handle expressions
20506 included in type name.
20507 (build_modify_expr): Handle modifying a C_MAYBE_CONST_EXPR. Fold
20508 lhs inside possible SAVE_EXPR. Fold RHS before assignment.
20509 Update calls to convert_for_assignment.
20510 (convert_for_assignment): Take new parameter
20511 null_pointer_constant. Do not strip nops or call
20512 decl_constant_value_for_broken_optimization. Set
20513 in_late_binary_op for conversions to boolean.
20514 (store_init_value): Update call to digest_init.
20515 (digest_init): Take new parameter null_pointer_constant. Do not
20516 call decl_constant_value_for_broken_optimization. pedwarn for
20517 initializers not constant expressions. Update calls to
20518 convert_for_assignment.
20519 (constructor_nonconst): New.
20520 (struct constructor_stack): Add nonconst element.
20521 (really_start_incremental_init, push_init_level, pop_init_level):
20522 Handle constructor_nonconst and nonconst element.
20523 (set_init_index): Call constant_expression_warning for array
20524 designators.
20525 (output_init_element): Fold value. Set constructor_nonconst as
20526 applicable. pedwarn for initializers not constant expressions.
20527 Update call to digest_init. Call constant_expression_warning
20528 where constant initializers are required.
20529 (process_init_element): Use c_save_expr.
20530 (c_finish_goto_ptr): Fold expression.
20531 (c_finish_return): Fold return value. Update call to
20532 convert_for_assignment.
20533 (c_start_case): Fold switch expression.
20534 (c_process_expr_stmt): Fold expression.
20535 (c_finish_stmt_expr): Create C_MAYBE_CONST_EXPR as needed to
ba20e309 20536 ensure statement expression is not evaluated in constant expression.
928c19bb
JM
20537 (build_binary_op): Track whether results are integer constant
20538 expressions or may occur in such, disable folding and wrap results
20539 as applicable. Fold operands for -Wsign-compare warnings unless
20540 in_late_binary_op.
20541 (c_objc_common_truthvalue_conversion): Handle results folded to
20542 integer constants that are not integer constant expressions.
20543 * doc/extend.texi: Document when typeof operands are evaluated,
20544 that condition of __builtin_choose_expr is an integer constant
20545 expression, and more about use of __builtin_constant_p in
20546 initializers.
20547
5babbcc0
RG
205482009-03-29 Richard Guenther <rguenther@suse.de>
20549
20550 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
20551 propagate addresses of array references.
20552
0340f2ba
SB
205532009-03-29 Steven Bosscher <steven@gcc.gnu.org>
20554
20555 * regmove.c (perhaps_ends_bb_p): Remove.
20556 (optimize_reg_copy_1): Don't call perhaps_ends_bb_p. Get basic block
20557 from INSN and check that the main loop stays within that basic block.
20558 (optimize_reg_copy_1, optimize_reg_copy_3, fixup_match_2): Likewise.
20559 (regmove_forward_pass): Split out from regmove_optimize. Use
20560 FOR_EACH_BB and FOR_BB_INSNS instead of traversing the insns stream.
20561 (regmove_backward_pass): Split out from regmove_optimize. Use
20562 FOR_EACH_BB_REVERSE and FOR_BB_INSNS_REVERS_SAFE.
20563 (regmove_optimize): Simplify.
20564
eeae74a1
L
205652009-03-29 H.J. Lu <hongjiu.lu@intel.com>
20566
20567 PR target/39545
20568 * config/i386/i386.c (classify_argument): Ignore flexible array
20569 member in struct and warn ABI change.
20570
a24078b2
L
205712009-03-29 H.J. Lu <hongjiu.lu@intel.com>
20572
20573 * config/i386/i386-protos.h (ix86_agi_dependent): New.
20574
20575 * config/i386/i386.c (ix86_agi_dependent): Rewrite.
20576 (ix86_adjust_cost): Updated.
20577
a8da523f
JH
205782009-03-29 Jan Hubicka <jh@suse.cz>
20579
20580 PR middle-end/28850
20581 * tree-pass.h (pass_cleanup_eh): New function.
20582 (remove_unreachable_regions): Break code handling RTL
20583 to rtl_remove_unreachable_regions; remove ERT_MUST_NOT_THROW
20584 that can not be reached by runtime.
20585 (can_be_reached_by_runtime): New function.
20586 (label_to_region_map): New function.
20587 (num_eh_regions): New function.
20588 (rtl_remove_unreachable_regions): New function.
20589 (convert_from_eh_region_ranges): Call rtl_remove_unreachable_regions.
20590 (remove_eh_region): New function.
20591 * except.h: Include sbitmap and vecprim.
20592 (remove_eh_region, remove_unreachable_regions, label_to_region_map,
20593 num_eh_regions): Declare.
20594 * passes.c (init_optimization_passes): Schedule cleanup_eh.
ba20e309 20595 * Makefile.in (EXCEPT_H): New; replace all uses of except.h by it.
a8da523f
JH
20596 * tree-eh.c (tree_remove_unreachable_handlers): New function.
20597 (tree_empty_eh_handler_p): New function.
20598 (cleanup_empty_eh): New function.
20599 (cleanup_eh): New function.
20600 (pass_cleanup_eh): New function.
20601
98f358e5
JH
206022009-03-29 Jan Hubicka <jh@suse.cz>
20603
20604 * except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready
20605 for removed regions.
20606
13a9fa44
JH
206072009-03-29 Jan Hubicka <jh@suse.cz>
20608
20609 * except.c (dump_eh_tree): Dump all datastructures.
20610
e38cf733
JH
206112009-03-29 Jan Hubicka <jh@suse.cz>
20612
20613 * except.c (duplicate_eh_regions_0): Handle AKA bitmap.
20614 (duplicate_eh_regions_1): Likewise.
20615 (duplicate_eh_regions): Likewise; cleanup code gorwing the region
20616 vector; call EH verification.
20617 (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
20618 Be ready for region being removed.
20619
12802c2b
JH
206202009-03-29 Jan Hubicka <jh@suse.cz>
20621
20622 * bitmap.c (bitmap_last_set_bit): New function.
20623 * bitmap.h (bitmap_last_set_bit): Declare.
20624
4ea80a41
DA
206252009-03-29 David Ayers <ayers@fsfe.org>
20626
20627 PR objc/27377
20628 * c-typeck.c (build_conditional_expr): Emit ObjC warnings
20629 by calling objc_compare_types and surpress warnings about
20630 incompatible C pointers that are compatible ObjC pointers.
2ba9daa7 20631
4ea80a41 206322009-03-29 Adam Nemet <anemet@caviumnetworks.com>
3dc9eaa6
AN
20633
20634 * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Don't
20635 call initialize_inline_failed.
20636 (initialize_inline_failed): Move it from here ...
20637 * cgraph.c (initialize_inline_failed): ... to here.
20638 (cgraph_create_edge): Call initialize_inline_failed rather than
20639 setting inline_failed directly.
20640
7fb0ee07
BE
206412009-03-29 Ben Elliston <bje@au.ibm.com>
20642
20643 PR target/32542
20644 * sysv4.opt (msdata): Improve comment.
20645 * linux64.h (ASM_SPEC32): Do not pass -memb when -msdata is given.
20646 * sysv4.h (SVR4_ASM_SPEC): Likewise.
20647
0be77bf2
BE
206482009-03-29 Ben Elliston <bje@au.ibm.com>
20649
20650 PR target/30451
20651 * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of
20652 load and store attributes.
20653
593812b6
BE
206542009-03-29 Ben Elliston <bje@au.ibm.com>
20655
20656 * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_HUGE_VALQ.
20657 (ix86_init_builtins): Add built-in function __builtin_huge_valq.
20658 (ix86_expand_builtin): Handle IX86_BUILTIN_HUGE_VALQ.
20659 * doc/extend.texi (X86 Built-in Functions): Add index entries for
20660 __builtin_infq and __builtin_huge_valq.
20661
8272d11d
AS
206622009-03-28 Anatoly Sokolov <aesok@post.ru>
20663
20664 * config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and
20665 atmega8m1 devices.
20666 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
20667 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.)
20668
74fe548b
XDL
206692009-03-28 Xinliang David Li <davidxl@google.com>
20670
2ba9daa7 20671 * tree-ssa-ccp.c (ccp_finalize): Add dbg_count support.
74fe548b
XDL
20672 (do_dbg_cnt): New function.
20673
33977f81
JH
206742009-03-28 Jan Hubicka <jh@suse.cz>
20675
20676 Merge from pretty-ipa:
20677
20678 2009-03-27 Jan Hubicka <jh@suse.cz>
ba20e309 20679
33977f81
JH
20680 * cgraph.c (dump_cgraph_node): Add replace output flag by process.
20681 * tree-pass.h (function_called_by_processed_nodes_p): Declare.
20682 * passes.c (function_called_by_processed_nodes_p): New.
20683 * ipa-pure-const.c (check_call): Fix handling of operands.
20684 (analyze_function): Dump debug output for skipped bodies.
20685 (local_pure_const): Use function_called_by_processed_nodes_p.
20686 * dwarf2out.c (reference_to_unused): Use output.
20687 * passes.c (do_per_function_toporder): Likewise.
20688
20689 2008-11-12 Jan Hubicka <jh@suse.cz>
20690
20691 * tree-pass.h (pass_fixup_cfg, pass_local_pure_const): Declare.
20692 * ipa-pure-const.c (funct_state_d): Add can throw field; make
20693 state_set_in_source enum
20694 (check_decl): Ignore memory tags; do not set fake looping flags;
20695 dump diagnostics.
20696 (check_operand, check_tree, check_rhs_var, check_lhs_var,
20697 get_asm_expr_operands, scan_function_op, scan_function_stmt): Remove.
20698 (check_call, analyze_function): Rewrite.
20699 (check_stmt): New.
20700 (add_new_function): Update call of analyze_function.
20701 (generate_summary): Add call of analyze_function.
20702 (propagate): Propagate can_throw; handle state_set_in_source correctly.
20703 (local_pure_const): New function.
20704 (pass_local_pure_const): New pass.
20705 * ipa-inline.c (inline_transform): Set after_inlining.
20706 * tree-eh.c (stmt_can_throw_external): New.
20707 * tree-optimize.c (execute_fixup_cfg): Do not set after_inlining;
20708 work with aliasing built.
20709 * tree-flow.h (stmt_can_throw_external): New.
20710 * passes.c (init_optimization_passes): Schedule fixup_cfg pass early;
20711 and local pure/const pass in early and late optimization queue.
ba20e309 20712
617f3897
MJ
207132009-03-28 Martin Jambor <mjambor@suse.cz>
20714
20715 * fold-const.c (get_pointer_modulus_and_residue): New parameter
20716 allow_func_align.
20717 (fold_binary): Allow function decl aligment consideration is the
20718 second argument is integer constant one.
20719 * tree-ssa-forwprop.c (simplify_bitwise_and): New function.
20720 (tree_ssa_forward_propagate_single_use_vars): Handle assing statements
20721 with BIT_AND_EXPR on the RHS by calling simplify_bitwise_and.
20722
fe89fbc5
JH
207232009-03-28 Jan Hubicka <jh@suse.cz>
20724
20725 * dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrow
20726 * tree-eh.c (stmt_could_throw_p): Remove check for WEAK decls.
20727 * function.h (rtl_data): Add nothrow flag.
20728 * except.c (set_nothrow_function_flags): Use crtl->nothrow;
20729 set DECL_NOTHROW for AVAILABLE functions.
20730
574872ff
JJ
207312009-03-28 Jakub Jelinek <jakub@redhat.com>
20732
b3bf8855
JJ
20733 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If macro
20734 following vector keyword has expansion starting with pixel or bool
20735 keyword, expand vector to __vector and pixel or bool to __pixel or
20736 __bool.
20737
574872ff
JJ
20738 PR c++/39554
20739 * opts.c (warning_disallowed_functions, warn_disallowed_functions,
20740 warn_if_disallowed_function_p): Removed.
20741 (common_handle_option): Don't handle OPT_Wdisallowed_function_list_.
20742 * c-parser.c (c_parser_postfix_expression_after_primary): Don't call
20743 warning_if_disallowed_function_p.
20744 * flags.h (warn_if_disallowed_function_p,
20745 warn_disallowed_functions): Removed.
20746 * common.opt (Wdisallowed-function-list=): Removed.
20747 * doc/invoke.texi (-Wdisallowed-function-list=): Removed.
20748
b005da11
RG
207492009-03-28 Richard Guenther <rguenther@suse.de>
20750
20751 PR tree-optimization/38723
20752 * tree-ssa-pre.c (compute_avail): Add all default definitions to
20753 the entry block.
20754
1de812a6
JH
207552009-03-28 Jan Hubicka <jh@suse.cz>
20756
20757 * tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed
20758 test introduced by my previous patch.
20759
fbb789d4
RG
207602009-03-28 Richard Guenther <rguenther@suse.de>
20761
20762 * tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave
20763 the PHIs value undefined.
20764
6f1873a1
JH
207652009-03-28 Jan Hubicka <jh@suse.cz>
20766
20767 * tree-pass.h (pass_fixup_cfg): New pass.
20768 * ipa-inline.c (inline_transform): Set
20769 always_inline_functions_inlined/after_inlining.
20770 * tree-optimize.c (execute_fixup_cfg): Do not set them here.
20771 (pass_fixup_cfg): New pass.
20772 * passes.c (init_optimization_passes): Add fixup_cfg.
20773
17021bc8
RG
207742009-03-28 Richard Guenther <rguenther@suse.de>
20775
20776 PR tree-optimization/38458
20777 * tree-ssa-copy.c (copy_prop_visit_phi_node): For the first
20778 argument use the arguments copy-of value.
20779
e8114fba
RG
207802009-03-28 Richard Guenther <rguenther@suse.de>
20781
20782 PR tree-optimization/38180
20783 * tree-ssa-ccp.c (get_default_value): Simplify.
20784 (likely_value): Likewise.
20785 (surely_varying_stmt_p): Properly handle VOP case.
20786 (ccp_initialize): Likewise.
20787 (ccp_fold): Handle propagating through *&.
20788 (fold_const_aggregate_ref): Also handle decls.
20789
257eb6e3
JH
207902009-03-28 Jan Hubicka <jh@suse.cz>
20791
20792 * cgraph.c (dump_cgraph_node): Add replace output flag by process.
20793 * cgraph.h (cgraph_node): Likewise.
20794 * cgraphunit.c (cgraph_process_new_functions): Set process flag.
20795 (cgraph_reset_node): Use process flag.
20796 (cgraph_mark_functions_to_output): Likewise.
20797 (cgraph_expand_function): Likewise.
20798 (cgraph_expand_all_functions): Likewise.
20799 (cgraph_output_in_order): Likewise.
20800 * dwarf2out.c (reference_to_unused): Likewise.
20801 * passes.c do_per_function_toporder): Likewise.
20802
61a05df1
JH
208032009-03-28 Jan Hubicka <jh@suse.cz>
20804
20805 Bring from lto-branch:
ba20e309 20806
61a05df1
JH
20807 2008-09-03 Doug Kwan <dougkwan@google.com>
20808
20809 * cgraphbuild.c (initialize_inline_failed): Use cgraph_inline_failed_t
20810 enums instead of reason strings.
20811 * cgraph.c (cgraph_create_edge): Same.
20812 (cgraph_inline_failed_string): New function.
20813 * cgraph.h (cgraph_inline_failed_t): New enum type.
20814 (cgraph_inline_failed_string): New prototype.
20815 (struct cgraph_edge): Change type of INLINED_FAILED from constant
20816 char pointer to cgraph_inline_failed_t.
20817 (cgraph_inline_p): Adjust prototype to use cgraph_inline_failed_t.
20818 (cgraph_default_inline_p): Ditto.
60839f5d 20819 * cgraphunit.c (cgraph_inline_p): Change type of parameter REASON
61a05df1
JH
20820 to cgraph_inline_failed_t pointer.
20821 * cif-code.def: New file.
20822 * ipa-inline.c (cgraph_mark_inline_edge): Use an enum instead of a
20823 reason string.
20824 (cgraph_check_inline_limits): Change type of REASON to pointer to
20825 cgraph_inline_failed_t. Replace reason strings with enums.
20826 (cgraph_default_inline_p): Ditto.
20827 (cgraph_recursive_inlining_p): Ditto.
20828 (update_caller_keys): Change type of FAILED_REASON to
20829 cgraph_inline_failed_t.
20830 (cgraph_set_inline_failed): Change type of REASON to pointer to
20831 cgraph_inline_failed_t. Call cgraph_inline_failed_string to
20832 convert enums to strings for text output.
20833 (cgraph_decide_inlining_of_small_function): Change FAILED_REASON
20834 to be of type cgraph_inline_failed_t. Replace reason strings with
20835 enums. Call cgraph_inline_failed_string to covert enums
20836 to strings for text output.
20837 (cgraph_decide_inlining): Replace reason strings with enums.
20838 (cgraph_decide_inlining_incrementally): Change type of FAILED_REASON
20839 to cgraph_inline_failed_t type. Call cgraph_inline_failed_string
20840 for text output.
20841 * tree-inline.c (expand_call_inline): Change type of REASON
20842 to cgraph_inline_failed_t. Replace reason strings with enums.
20843 Call cgraph_inline_failed_string for text output.
20844 * Makefile.in (CGRAPH_H): Add cif-code.def to dependencies.
20845 (cgraph.o): Ditto.
20846
144e8aac
JH
208472009-03-28 Jan Hubicka <jh@suse.cz>
20848
20849 * cgraph.c (cgraph_node, cgraph_remove_node, dump_cgraph_node,
20850 cgraph_clone_node): Remove master clone handling.
20851 (cgraph_is_master_clone, cgraph_master_clone): Remove.
20852 * cgraph.h (master_clone): Remove.
20853 (cgraph_is_master_clone, cgraph_master_clone): Remove.
20854 * ipa-type-escape.c (type_escape_execute): Remove use of master clone.
20855 (tree-ssa-structalias.c (ipa_pta_execute): Likewise.
20856
4a371c8d
JH
208572009-03-28 Jan Hubicka <jh@suse.cz>
20858
20859 * cgraph.c (cgraph_function_body_availability): Functions declared
20860 inline are always safe to assume that it is not going to be replaced.
20861
6cdb0ee3
RG
208622009-03-28 Richard Guenther <rguenther@suse.de>
20863
20864 PR tree-optimization/38513
20865 * tree-ssa-pre.c (eliminate): Remove redundant stores.
20866 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
20867 EXC_PTR_EXPR and FILTER_EXPR.
20868 (get_ref_from_reference_ops): Likewise.
20869
8ca1fd76
RG
208702009-03-28 Richard Guenther <rguenther@suse.de>
20871
20872 PR tree-optimization/38968
20873 * tree-vect-analyze.c (vect_compute_data_ref_alignment):
20874 Use FLOOR_MOD_EXPR to compute misalignment.
20875
a254e44d
RG
208762009-03-28 Richard Guenther <rguenther@suse.de>
20877
20878 PR tree-optimization/37795
20879 * tree.h (combine_comparisons): Declare.
20880 * fold-const.c (combine_comparisons): Export.
20881 * tree-ssa-ifcombine.c (ifcombine_ifandif): Optimize two successive
20882 comparisons.
20883 (ifcombine_iforif): Use combine_comparisons.
20884
a8ee227c
JH
208852009-03-28 Jan Hubicka <jh@suse.cz>
20886
20887 * tree-eh.c (inlinable_call_p): New function.
20888 (make_eh_edges): Use it.
20889 (verify_eh_edges): Use it.
20890 (stmt_can_throw_external, stmt_can_throw_internal): Use it.
20891 * except.c (reachable_next_level): Add inlinable_function argument
20892 (sjlj_find_directly_reachable_regions): Update.
20893 (add_reachable_handler): Do not set saw_any_handlers.
20894 (reachable_next_level): Handle MUST_NOT_THROW more curefully.
20895 (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
20896 Add new inlinable call parameter.
20897 (can_throw_internal, can_throw_external): Update.
20898 * except.h (can_throw_internal_1, can_throw_external_1,
20899 foreach_reachable_handler): Update declaration.
20900
52c0e446
JM
209012009-03-28 Joseph Myers <joseph@codesourcery.com>
20902
20903 * config/arm/t-arm-coff, config/h8300/coff.h,
20904 config/i386/i386-aout.h, config/i386/i386-coff.h,
20905 config/libgloss.h, config/m68k/coff.h, config/m68k/m68k-aout.h,
20906 config/pdp11/2bsd.h, config/rs6000/aix41.h,
20907 config/rs6000/aix41.opt, config/rs6000/t-newas, config/sh/coff.h,
20908 fix-header.c, fixproto, gen-protos.c, protoize.c, scan-decls.c,
20909 scan-types.sh, scan.c, scan.h, sort-protos, sys-protos.h,
20910 sys-types.h: Remove.
20911 * Makefile.in: Remove protoize and fixproto support and references
20912 in comments.
20913 (SYSCALLS.c.X-warn, TARGET_GETGROUPS_T, STMP_FIXPROTO,
20914 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, FIXPROTO_DEFINES):
20915 Remove.
20916 (ALL_HOST_OBJS): Remove $(PROTO_OBJS).
20917 (MOSTLYCLEANFILES): Remove protoize$(exeext) and
20918 unprotoize$(exeext).
20919 (rest.encap): Don't depend on $(STMP_FIXPROTO)
20920 (.PHONY): Don't depend on proto.
20921 (libgcc-support): Don't depend on $(STMP_FIXPROTO).
20922 (proto, PROTO_OBJS, protoize$(exeext), unprotoize$(exeext),
20923 protoize.o, unprotoize.o, SYSCALLS.c.X, test-protoize-simple,
20924 deduced.h, GEN_PROTOS_OBJS, build/gen-protos$(build_exeext),
20925 build/gen-protos.o, build/scan.o, xsys-protos.h,
20926 build/fix-header$(build_exeext), build/fix-header.o,
20927 build/scan-decls.o, fixhdr.ready, stmp-fixproto,
20928 stmp-install-fixproto): Remove.
20929 (mostlyclean): Don't remove xsys-protos.hT, SYSCALLS.c.X,
20930 SYSCALLS.c or fixproto files.
20931 (install-common): Don't install protoize.
20932 (install-headers-tar, install-headers-cpio, install-headers-cp):
20933 Don't depend on $(STMP_FIXPROTO).
20934 (install-mkheaders): Don't depend on $(STMP_FIXPROTO). Don't
20935 install fixproto files or write out fixproto settings.
20936 (uninstall): Don't uninstall protoize.
20937 * config.gcc (use_fixproto): Remove.
20938 (arm-*-coff*, armel-*-coff*, h8300-*-*, i[34567]86-*-aout*,
20939 i[34567]86-*-coff*, m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd,
20940 rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
20941 * config/m32r/t-linux (STMP_FIXPROTO): Remove.
20942 * config/m68k/m68k.c: Remove M68K_TARGET_COFF-conditional code.
20943 * config/mips/t-iris (FIXPROTO_DEFINES): Remove.
20944 * config/pa/t-pa-hpux (FIXPROTO_DEFINES): Remove.
20945 * config/pdp11/pdp11.c: Remove TWO_BSD-conditional code.
20946 * config/t-svr4 (FIXPROTO_DEFINES): Remove.
20947 * config/t-vxworks (STMP_FIXPROTO): Remove.
20948 * configure.ac (AC_TYPE_GETGROUPS, TARGET_GETGROUPS_T,
20949 STMP_FIXPROTO): Remove.
20950 * config.in, configure: Regenerate.
20951 * crtstuff.c (gid_t, uid_t): Don't undefine.
20952 * doc/install.texi: Change m68k-coff to m68k-elf in example.
20953 (arm-*-coff, arm-*-aout: Remove target entries.
20954 (*-ibm-aix*): Mention removal of support for AIX 4.2 and older.
20955 Remove mention of AIX 4.1.
20956 (m68k-*-*): Remove mention of m68k-*-aout and m68k-*-coff*.
20957 * doc/invoke.texi (Running Protoize): Remove.
20958 * doc/trouble.texi (Actual Bugs): Remove mention of fixproto.
20959 (Protoize Caveats): Remove.
20960 * tsystem.h: Update comments on headers assumed to exist.
20961
20a07f44
VM
209622009-03-27 Vladimir Makarov <vmakarov@redhat.com>
20963
20964 * genautomata.c: Add a new year to the copyright. Add a new
20965 reference.
20966 (struct insn_reserv_decl): Add comments for member bypass_list.
20967 (find_bypass): Remove.
20968 (insert_bypass): New.
20969 (process_decls): Use insert_bypass.
20970 (output_internal_insn_latency_func): Output all bypasses with the
20971 same input insn in one switch case.
20972
20973 * rtl.def (define_bypass): Describe bypass choice.
20974 * doc/md.texi (define_bypass): Ditto.
20975
3a0d06c1
RB
209762009-03-27 Richard Guenther <rguenther@suse.de>
20977
20978 * gimplify.c (mark_addressable): Export.
20979 * tree-flow.h (mark_addressable): Declare.
20980 * tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
20981 * tree-ssa.c (verify_phi_args): Verify that address taken
20982 variables have TREE_ADDRESSABLE set.
20983
209842009-03-27 Richard Guenther <rguenther@suse.de>
20985
20986 * fold-const.c (build_fold_addr_expr_with_type_1): Rename back to ...
20987 (build_fold_addr_expr_with_type): ... this. Remove in_fold handling.
20988 Do not mark decls TREE_ADDRESSABLE.
20989 (build_fold_addr_expr): Adjust.
20990 (fold_addr_expr): Remove.
20991 (fold_unary): Use build_fold_addr_expr.
20992 (fold_comparison): Likewise.
20993 (split_address_to_core_and_offset): Likewise.
20994 * coverage.c (tree_coverage_counter_addr): Mark the array decl
20995 TREE_ADDRESSABLE.
20996 * gimplify.c (mark_addressable): Do not exclude RESULT_DECLs.
20997 (gimplify_modify_expr_to_memcpy): Mark source and destination
20998 addressable.
20999 * omp-low.c (create_omp_child_function): Mark the object decl
21000 TREE_ADDRESSABLE.
21001 (lower_rec_input_clauses): Mark the var we take the address of
21002 TREE_ADDRESSABLE.
21003 (lower_omp_taskreg): Mark the sender decl TREE_ADDRESSABLE.
21004
2ac26e15
L
210052009-03-27 H.J. Lu <hongjiu.lu@intel.com>
21006
21007 PR middle-end/39315
21008 * cfgexpand.c (expand_one_stack_var_at): Change alignment
21009 limit to MAX_SUPPORTED_STACK_ALIGNMENT.
21010
472c7fbd
RG
210112009-03-27 Richard Guenther <rguenther@suse.de>
21012
21013 PR tree-optimization/39120
21014 * tree-ssa-structalias.c (handle_rhs_call): Fill out return
21015 constraints.
21016 (handle_lhs_call): Process return constraints. Add escape
21017 constraints if necessary.
21018 (handle_const_call): Fill out return constraints. Make nested
21019 case more precise. Avoid consttmp if possible.
21020 (handle_pure_call): Fill out return constraints. Avoid
21021 callused if possible.
21022 (find_func_aliases): Simplify call handling.
21023
210242009-03-27 Richard Guenther <rguenther@suse.de>
21025
21026 PR tree-optimization/39120
21027 * tree-ssa-structalias.c (do_sd_constraint): Do not use CALLUSED
21028 as a representative.
21029 (solve_graph): Do propagate CALLUSED.
21030 (handle_pure_call): Use a scalar constraint from CALLUSED for
21031 the return value.
21032 (find_what_p_points_to): CALLUSED shall not appear in poins-to
21033 solutions.
21034
d9223014
L
210352009-03-27 H.J. Lu <hongjiu.lu@intel.com>
21036
21037 PR c/39323
21038 * c-common.c (handle_aligned_attribute): Properly check alignment
21039 overflow. Use (1U << i) instead of (1 << i).
21040
ba20e309 21041 * emit-rtl.c (get_mem_align_offset): Use "unsigned int" for align.
d9223014
L
21042
21043 * expr.h (get_mem_align_offset): Updated.
21044
21045 * tree.h (tree_decl_common): Change align to "unsigned int" and
21046 move it before pointer_alias_set.
21047
689b689c
L
210482009-03-27 H.J. Lu <hongjiu.lu@intel.com>
21049 Jakub Jelinek <jakub@redhat.com>
21050
21051 PR target/38034
21052 * config/ia64/sync.md (cmpxchg_rel_<mode>): Replace input
21053 gr_register_operand with gr_reg_or_0_operand.
21054 (cmpxchg_rel_di): Likewise.
21055 (sync_lock_test_and_set<mode>): Likewise.
21056
c619e982
L
210572009-03-27 H.J. Lu <hongjiu.lu@intel.com>
21058
21059 * jump.c (rtx_renumbered_equal_p): Use subreg_get_info.
21060 (true_regnum): Likewise.
21061
21062 * rtlanal.c (subreg_info): Moved to ...
21063 * rtl.h (subreg_info): Here. New.
21064 (subreg_get_info): New.
21065
21066 * rtlanal.c (subreg_get_info): Make it extern.
21067
51212b32
L
210682009-03-27 H.J. Lu <hongjiu.lu@intel.com>
21069
21070 PR target/39472
21071 * config/i386/i386.c (ix86_abi): New.
21072 (override_options): Handle -mabi=.
ba20e309 21073 (ix86_function_arg_regno_p): Replace DEFAULT_ABI with ix86_abi.
51212b32
L
21074 (ix86_call_abi_override): Likewise.
21075 (init_cumulative_args): Likewise.
21076 (function_arg_advance): Likewise.
21077 (function_arg_64): Likewise.
21078 (function_arg): Likewise.
21079 (ix86_pass_by_reference): Likewise.
21080 (ix86_function_value_regno_p): Likewise.
21081 (ix86_build_builtin_va_list_abi): Likewise.
21082 (setup_incoming_varargs_64): Likewise.
21083 (is_va_list_char_pointer): Likewise.
21084 (ix86_init_machine_status): Likewise.
ba20e309 21085 (ix86_reg_parm_stack_space): Use enum calling_abi on call_abi.
51212b32
L
21086 (ix86_function_type_abi): Return enum calling_abi. Rewrite
21087 for 64bit. Replace DEFAULT_ABI with ix86_abi.
ba20e309 21088 (ix86_function_abi): Make it static and return enum calling_abi.
51212b32
L
21089 (ix86_cfun_abi): Return enum calling_abi. Replace DEFAULT_ABI
21090 with ix86_abi.
21091 (ix86_fn_abi_va_list): Updated.
21092
21093 * config/i386/i386.h (ix86_abi): New.
21094 (STACK_BOUNDARY): Replace DEFAULT_ABI with ix86_abi.
21095 (CONDITIONAL_REGISTER_USAGE): Likewise.
21096 (CUMULATIVE_ARGS): Change call_abi type to enum calling_abi.
21097 (machine_function): Likewise.
21098
21099 * config/i386/i386.md (untyped_call): Replace DEFAULT_ABI
21100 with ix86_abi.
21101 * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Likewise.
21102 (STACK_BOUNDARY): Likewise.
21103 * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Likewise.
21104
21105 * config/i386/i386.opt (mabi=): New.
21106
21107 * config/i386/i386-protos.h (ix86_cfun_abi): Changed to
21108 return enum calling_abi.
21109 (ix86_function_type_abi): Likewise.
21110 (ix86_function_abi): Removed.
21111
21112 * doc/invoke.texi: Document -mabi= option for x86.
21113
7338ea63
KG
211142009-03-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21115
21116 * builtins.c (real_dconstp): Delete.
21117 (fold_builtin_logarithm): Remove inaccurate log(e) special case.
21118
68599f33
DS
211192009-03-27 Dodji Seketeli <dodji@redhat.com>
21120 Jakub Jelinek <jakub@redhat.com>
21121
21122 PR debug/37959
21123 * dwarf2out.c (dwarf_attr_name): Handle DW_AT_explicit attribute.
21124 (gen_subprogram_die): When a function is explicit, generate the
21125 DW_AT_explicit attribute.
21126 * langhooks.h (struct lang_hooks_for_decls): Add
21127 function_decl_explicit_p langhook.
21128 * langhooks-def.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
21129 (LANG_HOOKS_DECLS): Add LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P.
21130
9f5e9983
JJ
211312009-03-27 Jakub Jelinek <jakub@redhat.com>
21132
64d7685c
JJ
21133 * builtins.c (fold_builtin_memory_op): Optimize memmove
21134 into memcpy if we can prove source and destination don't overlap.
21135
9f5e9983
JJ
21136 * tree-inline.c: Include gt-tree-inline.h.
21137 (clone_fn_id_num): New variable.
21138 (clone_function_name): New function.
21139 (tree_function_versioning): Use it.
21140 * Makefile.in (GTFILES): Add tree-inline.c.
21141
e54d52a8
MM
211422009-03-27 Mark Mitchell <mark@codesourcery.com>
21143
21144 * BASE-VER: Change to 4.5.0.
21145
e9d51dc6
XDL
211462009-03-27 Xinliang David Li <davidxl@google.com>
21147
21148 PR tree-optimization/39557
21149 * tree-ssa.c (warn_uninitialized_vars): free postdom info.
21150
4577cea1
XDL
211512009-03-27 Xinliang David Li <davidxl@google.com>
21152
21153 PR tree-optimization/39548
2ba9daa7 21154 * tree-ssa-copy.c (copy_prop_visit_phi_node): Add copy
4577cea1
XDL
21155 candidate check.
21156
0f7464f4
L
211572009-03-27 H.J. Lu <hongjiu.lu@intel.com>
21158
21159 * c-common.c (pointer_int_sum): Use %wd on return from
21160 tree_low_cst.
21161
a8847a7f
L
211622009-03-27 H.J. Lu <hongjiu.lu@intel.com>
21163
21164 * c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC
21165 on return from tree_low_cst.
21166
b0957daf
AP
211672009-03-27 Andrew Pinski <andrew_pinski@playstation.sony.com>
21168
21169 PR c++/36799
ba20e309
UB
21170 * ginclude/stdarg.h (va_copy): Define also for
21171 __GXX_EXPERIMENTAL_CXX0X__.
b0957daf 21172
a5f805df
MLI
211732009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
21174
21175 PR c++/35652
21176 * builtins.h (c_strlen): Do not warn here.
21177 * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
21178 * c-common.c (pointer_int_sum): Take an explicit location.
21179 Warn about offsets out of bounds.
21180 * c-common.h (pointer_int_sum): Adjust declaration.
21181
6f401211
RW
211822009-03-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21183
a5f805df
MLI
21184 * doc/invoke.texi (i386 and x86-64 Windows Options): Fix texinfo
21185 markup glitch.
6f401211 21186
5a59b39e
JJ
211872009-03-26 Jakub Jelinek <jakub@redhat.com>
21188
21189 PR c++/39554
21190 * opts.c (warn_if_disallowed_function_p): Don't assume
21191 get_callee_fndecl must return non-NULL.
21192
d5f89b53
VM
211932009-03-26 Vladimir Makarov <vmakarov@redhat.com>
21194
21195 PR rtl-optimization/39522
21196 * reload1.c (reload_as_needed): Invalidate reg_last_reload_reg too
21197 when reg_reloaded_valid is set.
21198
61238a79
UW
211992009-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21200
21201 * config/spu/divv2df3.c: New file.
21202 * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add it.
21203 (DPBIT_FUNCS): Filter out _div_df.
21204
03f8829b
BS
212052009-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
21206
21207 * config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
21208 a jump insn, count that jump in the distance to the loop start.
21209
9fdcdc74
KK
212102009-03-25 Kaz Kojima <kkojima@gcc.gnu.org>
21211
21212 PR target/39523
21213 * config/sh/sh.c (calc_live_regs): Fix condition for global
21214 registers except PIC_OFFSET_TABLE_REGNUM.
21215
46994828
KT
212162009-03-25 Kai Tietz <kai.tietz@onevision.com>
21217
21218 PR/39518
21219 * doc/invoke.texi (-mconsole): New.
21220 (-mcygwin): New.
21221 (-mno-cygwin): New.
21222 (-mdll): New.
21223 (-mnop-fun-dllimport): New.
21224 (-mthread): New.
21225 (-mwin32): New.
21226 (-mwindows): New.
21227 (sub section "i386 and x86-64 Windows Options"): New.
21228
60839f5d 212292009-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
370017b4
RC
21230
21231 * config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
21232 * config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
21233
ae560440
RG
212342009-03-25 Richard Guenther <rguenther@suse.de>
21235
21236 PR middle-end/39497
21237 * Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
21238 of -Wno-error.
21239
cd510f15
AM
212402009-03-25 Andrey Belevantsev <abel@ispras.ru>
21241
21242 * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
21243 neither of haifa/selective schedulers are working.
21244
44ab0f0e
RW
212452009-03-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21246
21247 * doc/invoke.texi (Debugging Options): Fix description of
21248 -fno-merge-debug-strings.
21249
ad9646c7
HPN
212502009-03-24 Hans-Peter Nilsson <hp@axis.com>
21251
e6142656
HPN
21252 * config/cris/libgcc.ver: New version-script.
21253 * config/cris/t-linux (SHLIB_MAPFILES): Use it.
21254
ad9646c7
HPN
21255 * configure.ac <GAS features, nop mnemonic>: Add pattern
21256 crisv32-*-* for "nop".
ba20e309 21257 <GAS features, Thread-local storage>: Add item for CRIS and CRIS v32.
ad9646c7
HPN
21258 * configure: Regenerate.
21259
09ac4473
IR
212602009-03-24 Ira Rosen <irar@il.ibm.com>
21261
21262 PR tree-optimization/39529
21263 * tree-vect-transform.c (vect_create_data_ref_ptr): Call
21264 mark_sym_for_renaming for the tag copied to the new vector
21265 pointer.
21266
d94a427e
AL
212672009-03-24 Arthur Loiret <aloiret@debian.org>
21268
ba20e309 21269 * config.host (alpha*-*-linux*): Use driver-alpha.o and alpha/x-alpha.
d94a427e
AL
21270 * config/alpha/linux.h (host_detect_local_cpu): Declare, add to
21271 EXTRA_SPEC_FUNCTIONS.
21272 (MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
21273 * config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
21274 * doc/invoke.texi (DEC Alpha Options): Document 'native' value for
21275 -march and -mtune options.
21276
60839f5d 212772009-03-24 Ralf Corsépius <ralf.corsepius@rtems.org>
722d07aa
RC
21278
21279 * config/m68k/t-rtems: Add m5329 multilib.
21280
603f5959
DS
212812009-03-24 Dodji Seketeli <dodji@redhat.com>
21282 Jakub Jelinek <jakub@redhat.com>
21283
21284 PR debug/39524
21285 * dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
21286 nodes.
21287
c5cdb03f
JJ
212882009-03-23 Jakub Jelinek <jakub@redhat.com>
21289
21290 PR c/39495
21291 * c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
21292 instead of c_parser_expression_conv, if original_code isn't one of the
21293 4 allowed comparison codes, fail.
21294
3691626c
RG
212952009-03-23 Richard Guenther <rguenther@suse.de>
21296
21297 * cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
21298 * tree.h (struct tree_type): Likewise.
21299 * reload.h (struct insn_chain): Likewise.
21300 * dwarf2out.c (struct dw_loc_descr_struct): Likewise.
21301 * function.h (struct function): Likewise.
21302 * tree-ssa-structalias.c (struct equiv_class_label): Likewise.
21303
88ccb72a
JJ
213042009-03-23 Jakub Jelinek <jakub@redhat.com>
21305
21306 PR tree-optimization/39516
21307 * lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.
21308
60839f5d 213092009-03-23 Bingfeng Mei <bmei@broadcom.com>
a583a67e 21310
2ba9daa7 21311 * config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint
a583a67e
BM
21312 should be set true if BITS_PER_WORD of target is bigger than 32
21313
f82162f8
HPN
213142009-03-22 Hans-Peter Nilsson <hp@axis.com>
21315
21316 * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
21317 Translate -B-options to -rpath-link. Correct existing
21318 rpath-link and conditionalize on !nostdlib.
21319
048fd785
RW
213202009-03-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21321
21322 * doc/extend.texi (Function Attributes, Variable Attributes):
21323 Fix typos.
21324 * doc/invoke.texi (Debugging Options, Optimize Options)
21325 (i386 and x86-64 Options, MCore Options): Likewise.
21326
6e75c1a9
JJ
213272009-03-20 Jakub Jelinek <jakub@redhat.com>
21328
21329 PR debug/37890
21330 * dwarf2out.c (gen_namespace_die): Add context_die argument and use
21331 it for block local namespace aliases.
21332 (gen_decl_die): Pass context_die to gen_namespace_die.
21333
ea1199ee
JJ
213342009-03-19 Jakub Jelinek <jakub@redhat.com>
21335
21336 PR c/39495
21337 * c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
21338 minimum or maximum value.
21339
58929c10
AO
213402009-03-19 Alexandre Oliva <aoliva@redhat.com>
21341
21342 * reginfo.c (globalize_reg): Recompute derived reg sets.
21343
60839f5d 213442009-03-19 Ozkan Sezer <sezeroz@gmail.com>
234952b3
OS
21345
21346 PR target/39063
21347 * libgcc2.c (mprotect): Do not use signed arguments for
21348 VirtualProtect, use DWORD arguments. Also fix the 'may
21349 be used uninitialized' warning for the np variable.
21350
f57c2f04
JJ
213512009-03-19 Jakub Jelinek <jakub@redhat.com>
21352
21353 PR target/39496
21354 * config/i386/i386.c (ix86_function_regparm): Don't optimize local
21355 functions using regparm calling conventions when not optimizing.
21356 (ix86_function_sseregparm): Similarly for sseregparm calling
21357 conventions.
21358
9e517d61
LF
213592009-03-19 Li Feng <nemokingdom@gmail.com>
21360
21361 PR middle-end/39500
21362 * tree-data-ref.c (analyze_subscript_affine_affine): There is no
21363 dependence if the first conflict is after niter iterations.
21364
8ef20026
HPN
213652009-03-19 Hans-Peter Nilsson <hp@axis.com>
21366
21367 PR middle-end/38609
21368 * config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
21369 functions with dynamic stack-pointer adjustments.
21370
64e4a1a6
BE
213712009-03-19 Ben Elliston <bje@au.ibm.com>
21372
21373 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
21374 option; change to -msdata=data.
21375
9a0f3e86
RW
213762009-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21377
21378 * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
21379 and -fopenmp.
21380
09bc5979
EB
213812009-03-18 Eric Botcazou <ebotcazou@adacore.com>
21382
21383 PR target/35180
21384 * config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.
21385
332459cd
SL
213862009-03-18 Sandra Loosemore <sandra@codesourcery.com>
21387
21388 * doc/invoke.texi (Code Gen Options): Expand discussion of
21389 -fno-common.
21390
8f5929e1
JJ
213912009-03-18 Jakub Jelinek <jakub@redhat.com>
21392
21393 * dse.c (struct group_info): Reorder fields for 64-bit hosts.
21394 * matrix-reorg.c (struct matrix_info): Likewise.
21395 * tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
21396 * rtl.h (struct mem_attrs): Likewise.
21397 * df.h (struct df): Likewise.
21398 * tree-data-ref.h (struct data_dependence_relation): Likewise.
21399 * ira-int.h (struct ira_allocno): Likewise.
21400 * df-scan.c (struct df_collection_rec): Likewise.
21401 * ira.c (struct equivalence): Likewise.
21402 * function.c (struct temp_slot): Likewise.
21403 * cfgloop.h (struct loop): Likewise.
21404
d130d647
JJ
21405 PR debug/39485
21406 * function.c (use_register_for_decl): When not optimizing, disregard
21407 register keyword for variables with types containing methods.
21408
9968d233
SP
214092009-03-18 Sebastian Pop <sebastian.pop@amd.com>
21410
21411 PR middle-end/39447
21412 * graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
21413 (is_simple_operand): Call contains_component_ref_p before calling data
21414 reference analysis that would fail on COMPONENT_REFs.
21415
21416 * tree-vrp.c (search_for_addr_array): Fix formatting.
21417
69484bfd
RG
214182009-03-18 Richard Guenther <rguenther@suse.de>
21419
21420 * tree-vect-transform.c (vect_loop_versioning): Fold the
21421 generated comparisons.
21422 * tree-vectorizer.c (set_prologue_iterations): Likewise.
21423 (slpeel_tree_peel_loop_to_edge): Likewise.
21424
66811228
RW
214252009-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21426
0631b69f
RW
21427 PR middle-end/37805
21428 * opts.c (print_specific_help): In addition to `undocumented',
21429 accept `separate' and `joined' flags if passed alone. Describe
21430 output by the first matched one of those.
21431 (common_handle_option): Skip over empty strings.
21432 * gcc.c (display_help): Fix help string for `--help='.
21433 * doc/invoke.texi (Option Summary, Overall Options): With
21434 `--help=', classes and qualifiers can both be repeated, but
21435 only the latter can be negated. One should not pass only
21436 negated qualifiers. Fix markup and examples.
21437
66811228
RW
21438 Revert
21439 2008-10-14 Jakub Jelinek <jakub@redhat.com>
21440 PR middle-end/37805
21441 * opts.c (common_handle_option): Don't ICE on -fhelp=joined
21442 and -fhelp=separate.
21443
3c072c6b
JY
214442009-03-17 Jing Yu <jingyu@google.com>
21445
21446 PR middle-end/39378
80c65208
JY
21447 * function.h (struct rtl_data): Move is_thunk from here...
21448 (struct function): ...to here.
21449 * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
3c072c6b
JY
21450 * varasm.c (assemble_start_function): Change is_thunk from crtl to
21451 cfun.
80c65208
JY
21452 * config/alpha/alpha.c (alpha_sa_mask): Change is_thunk from crtl to
21453 cfun.
21454 (alpha_does_function_need_gp, alpha_start_function): Likewise.
21455 (alpha_output_function_end_prologue): Likewise.
21456 (alpha_end_function, alpha_output_mi_thunk_osf): Likewise.
21457 * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likewise.
21458 (rs6000_output_function_epilogue): Likewise.
21459 * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
3c072c6b 21460
9ade279b
UB
214612009-03-17 Uros Bizjak <ubizjak@gmail.com>
21462
21463 PR target/39482
21464 * config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
21465 from different units in a single alternative.
21466 (*truncdfsf_i387): Ditto.
21467 (*truncxfsf2_mixed): Ditto.
21468 (*truncxfdf2_mixed): Ditto.
21469
16e60c17
JJ
214702009-03-17 Jakub Jelinek <jakub@redhat.com>
21471
98381eb4
JJ
21472 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
21473 non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.
21474
df5deb18
JJ
21475 PR debug/39474
21476 * tree-ssa-live.c (remove_unused_locals): Don't remove local
21477 unused non-artificial variables when not optimizing.
21478
a3f596ba
JJ
21479 PR debug/39471
21480 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
21481 DW_TAG_imported_module even if decl is IMPORTED_DECL with
21482 NAMESPACE_DECL in its DECL_INITIAL.
21483
6b2b8871
JJ
21484 PR middle-end/39443
21485 * optabs.c (set_user_assembler_libfunc): New function.
21486 * expr.h (set_user_assembler_libfunc): New prototype.
21487 * c-common.c: Include libfuncs.h.
21488 (set_builtin_user_assembler_name): Call set_user_assembler_libfunc
21489 for memcmp, memset, memcpy, memmove and abort.
21490 * Makefile.in (c-common.o): Depend on libfuncs.h.
21491
16e60c17
JJ
21492 PR debug/39412
21493 * dwarf2out.c (gen_inlined_enumeration_type_die,
21494 gen_inlined_structure_type_die, gen_inlined_union_type_die,
21495 gen_tagged_type_instantiation_die): Removed.
21496 (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
21497 do nothing.
21498
4d936aca
JJ
214992009-03-17 Janis Johnson <janis187@us.ibm.com>
21500
21501 PR testsuite/38526
21502 * Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
21503 its use.
21504 (check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
21505 (check-parallel-%): Ditto.
21506 (check-consistency): Ditto.
21507
4e9b2e50
KT
215082009-03-17 Kai Tietz <kai.tietz@onevision.com>
21509
21510 * ipa-struct-reorg.c (create_general_new_stmt): Initialize
21511 local variable rhs by NULL_TREE.
21512
21440b2d
L
215132009-03-17 H.J. Lu <hongjiu.lu@intel.com>
21514
21515 PR target/39477
9ade279b 21516 * doc/extend.texi: Correct register behavior for regparm on Intel 386.
21440b2d 21517
d8905c6a
L
215182009-03-17 H.J. Lu <hongjiu.lu@intel.com>
21519
21520 PR target/39476
9ade279b 21521 * config/i386/i386.c (ix86_function_regparm): Rewrite for 64bit.
d8905c6a
L
21522
215232009-03-17 H.J. Lu <hongjiu.lu@intel.com>
435a61d3
L
21524
21525 PR target/39473
21526 * config/i386/i386.c (ix86_expand_call): Check extra clobbers
21527 for ms->sysv ABI calls only in 64bit mode.
21528
21529 * config/i386/i386.md (untyped_call): Support 32bit.
21530
cdcabece
L
215312009-03-16 H.J. Lu <hongjiu.lu@intel.com>
21532
21533 * doc/extend.texi: Replace x86_65 with x86_64.
21534
97b4ba9f
JJ
215352009-03-16 Jakub Jelinek <jakub@redhat.com>
21536
21537 PR tree-optimization/39455
21538 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
21539 mismatches for POINTER_TYPE_P (type).
21540 (number_of_iterations_le): Likewise.
21541
60839f5d 215422009-03-16 Hariharan Sandanagobalane <hariharan@picochip.com>
83c191e1
HS
21543
21544 * config/picochip/picochip.c: Removed profiling support.
21545 * config/picochip/picochip.md: Removed profiling instruction.
21546 * config/picochip/picochip.h: Removed profiling builtin.
21547
f38095f3
JM
215482009-03-16 Joseph Myers <joseph@codesourcery.com>
21549
21550 * doc/install.texi (--with-host-libstdcxx): Document.
21551
2cb4817b
AS
215522009-03-14 Anatoly Sokolov <aesok@post.ru>
21553
21554 PR target/34299
21555 * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
21556 generate a warning if the function name does not begin with
21557 "__vector" and the function has either the 'signal' or 'interrupt'
21558 attribute, from here to ...
21559 (avr_declare_function_name): ...here. New function.
21560 * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
21561 * config/avr/avr-protos.h (avr_declare_function_name): Declare.
21562
39b2ac74
JJ
215632009-03-14 Jakub Jelinek <jakub@redhat.com>
21564
21565 PR bootstrap/39454
21566 * cse.c (fold_rtx): Don't modify original const_arg1 when
21567 canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
21568 separate variable instead.
21569 * rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
21570 from out of range shift counts.
21571 (num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.
21572
ad41bd84 215732009-03-13 Catherine Moore <clm@codesourcery.com>
f7a82dee 21574
60839f5d 21575 * config/i386/x-mingw32 (host-mingw32.o): Replace
f7a82dee
CM
21576 diagnostic.h with $(DIAGNOSTIC_H).
21577
ad41bd84 215782009-03-12 Jakub Jelinek <jakub@redhat.com>
03a18198
JJ
21579
21580 PR target/39431
21581 * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
21582 predicate.
21583 * config/i386/sync.md (sync_compare_and_swap<mode>,
21584 sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
21585 if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
21586 into a register.
21587 (sync_double_compare_and_swapdi_pic,
21588 sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
21589 cmpxchg8b_pic_memory_operand instead of just memory_operand.
21590
122c59c7
L
215912009-03-12 H.J. Lu <hongjiu.lu@intel.com>
21592
21593 PR target/39445
9ade279b 21594 * config/i386/i386.c (ix86_expand_push): Don't set memory alignment.
122c59c7 21595
cec8874f
L
215962009-03-12 H.J. Lu <hongjiu.lu@intel.com>
21597
21598 PR target/39327
21599 * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
21600 (avx_addsubv4df3): Likewise.
21601 (*avx_addsubv4sf3): Likewise.
21602 (sse3_addsubv4sf3): Likewise.
21603
bbb52802
L
216042009-03-12 H.J. Lu <hongjiu.lu@intel.com>
21605
21606 PR target/38824
9ade279b 21607 * config/i386/i386.md: Compare REGNO on the new peephole2 patterns.
bbb52802 21608
a812fb07
VM
216092009-03-12 Vladimir Makarov <vmakarov@redhat.com>
21610
21611 PR debug/39432
21612 * ira-int.h (struct allocno): Fix comment for calls_crossed_num.
21613 * ira-conflicts.c (ira_build_conflicts): Prohibit call used
21614 registers for allocnos created from user-defined variables.
21615
4caab5ba
UW
216162009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21617
21618 PR target/39181
21619 * config/spu/spu.c (spu_expand_mov): Handle invalid subregs
21620 of non-integer mode as well.
21621
498e51ca
AN
216222009-03-11 Adam Nemet <anemet@caviumnetworks.com>
21623
21624 * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
21625 for functions for which the parameter types are unknown.
21626
9bfaf89d
JJ
216272009-03-11 Jakub Jelinek <jakub@redhat.com>
21628
21629 PR target/39137
9ade279b 21630 * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro.
9bfaf89d
JJ
21631 * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
21632 * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
21633 * config/i386/i386.c (ix86_local_alignment): For
21634 -m32 -mpreferred-stack-boundary=2 use 32-bit alignment for
21635 long long variables on the stack to avoid dynamic realignment.
21636 Allow the first argument to be a decl rather than type.
21637 * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.
21638
18a3bdcb
NC
216392009-03-11 Nick Clifton <nickc@redhat.com>
21640
21641 PR target/5362
40190a76
NC
21642 * config/mcore/mcore.opt: Remove deprecated m4align and m8align
21643 options.
21644 Add description to mno-lsim option.
21645 * config/mcore/mcore.h: Remove comment about deprecated m4align
21646 option.
21647 (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN.
21648 * doc/invoke.texi: Add description of mno-lsim and
21649 mstack-increment options.
21650
18a3bdcb
NC
21651 * config/fr30/fr30.opt: Document the -mno-lsim option.
21652 * doc/invoke.texi: Add descriptions of the FR30's -msmall-model
21653 and -mno-lsim options.
21654
dc215785
UW
216552009-03-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21656
21657 * fold-const.c (fold_comparison): Only call fold_inf_compare
21658 if the mode supports infinities.
21659
7716876b
JM
216602009-03-11 Jason Merrill <jason@redhat.com>
21661
21662 PR debug/39086
21663 * tree-nrv.c (tree_nrv): Don't do this optimization if the front
21664 end already did. Notice GIMPLE_CALL modifications of the result.
21665 Don't copy debug information from an ignored decl or a decl from
21666 another function.
21667
ddef83d2
RG
216682009-03-10 Richard Guenther <rguenther@suse.de>
21669 Nathan Froyd <froydnj@codesourcery.com>
21670
21671 PR middle-end/37850
9ade279b 21672 * libgcc2.c (__mulMODE3): Use explicit assignments to form the result.
ddef83d2
RG
21673 (__divMODE3): Likewise.
21674
9a9ba8d9
JJ
216752009-03-09 Jakub Jelinek <jakub@redhat.com>
21676
21677 PR tree-optimization/39394
21678 * gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and
21679 DECL_SIZE_UNIT of variable length FIELD_DECLs.
21680
929b7fc3
AK
216812009-03-09 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21682
21683 * recog.c (verfiy_changes): Disallow renaming of hard regs in
21684 inline asms for register asm ("") declarations.
21685
1803581d
EB
216862009-03-09 Eric Botcazou <ebotcazou@adacore.com>
21687
21688 * fold-const.c (fold_unary): Fix comment.
21689
8454d27e
JH
216902009-03-07 Jan Hubicka <jh@suse.cz>
21691
21692 PR target/39361
969a5433
JJ
21693 * tree-inline.c (setup_one_parameter): Do replacement of const
21694 argument by constant in SSA form.
8454d27e 21695
3a695389
UW
216962009-03-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21697
21698 PR middle-end/38028
21699 * function.c (assign_parm_setup_stack): Use STACK_SLOT_ALIGNMENT to
21700 determine alignment passed to assign_stack_local.
21701 (assign_parms_unsplit_complex): Likewise.
21702 * except.c (sjlj_build_landing_pads): Likewise.
21703
9f0e7885
JJ
217042009-03-06 Jakub Jelinek <jakub@redhat.com>
21705
65401a0b
JJ
21706 PR middle-end/39360
21707 * tree-flow.h (add_referenced_var): Return bool instead of void.
21708 * tree-dfa.c (add_referenced_var): Return result of
21709 referenced_var_check_and_insert call.
21710 * tree-inline.c (expand_call_inline): Call add_referenced_var instead
21711 of referenced_var_check_and_insert.
21712
9f0e7885 21713 PR debug/39372
9ade279b 21714 * dwarf2out.c (add_abstract_origin_attribute): Return origin_die.
9f0e7885
JJ
21715 (gen_variable_die): Emit DW_AT_location on abstract static variable's
21716 DIE, don't emit it if abstract origin already has it.
21717 * tree-cfg.c (remove_useless_stmts_bind): GIMPLE_BINDs with any
21718 BLOCK_NONLOCALIZED_VARS in its gimple_bind_block aren't useless.
21719
3b664bd1
JBG
217202009-03-06 Jan-Benedict Glaw <jbglaw@lug-owl.de>
21721
ba20e309 21722 * genpreds.c (needs_variable): Fix parentheses at variable name
3b664bd1
JBG
21723 detection.
21724 (write_tm_constrs_h): Indent generated code.
21725
d8f8ca80
RR
217262009-03-06 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
21727
21728 * doc/extend.texi (Function Attributes): Add documentation
21729 for isr attributes.
21730
6c3d550c
JJ
217312009-03-06 Jakub Jelinek <jakub@redhat.com>
21732
21733 PR debug/39387
21734 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): For IMPORTED_DECL
21735 take locus from its DECL_SOURCE_LOCATION instead of input_location.
21736
f9e96751
BS
217372009-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
21738
21739 * config/bfin/bfin.c (bfin_discover_loop): When retrying fails, mark
21740 the loop as bad.
21741
ee0ee7e2
JJ
217422009-03-05 Jakub Jelinek <jakub@redhat.com>
21743
21744 PR debug/39379
21745 * tree-cfg.c (remove_useless_stmts_bind): Don't remove GIMPLE_BINDs
21746 with blocks containing IMPORTED_DECLs in BLOCK_VARS.
21747
6c6094f1
UB
217482009-03-05 Uros Bizjak <ubizjak@gmail.com>
21749
21750 * config/i386/i386.md (R8_REG, R9_REG): New constants.
21751 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use named
21752 constants instead of magic numbers.
21753 (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
21754 (QI_REG_P): Ditto.
21755 * config/i386/i386.c (x86_64_int_parameter_registers): Ditto.
21756 (x86_64_ms_abi_int_parameter_registers): Ditto.
21757 (x86_64_int_return_registers): Ditto.
09f8a8d3 21758 (ix86_maybe_switch_abi): Ditto.
6c6094f1
UB
21759 (ix86_expand_call): Ditto for clobbered_registers array.
21760 (ix86_hard_regno_mode_ok): Ditto.
21761 (x86_extended_QIreg_mentioned_p): Ditto.
21762
b267bd41
R
217632009-03-05 J"orn Rennecke <joern.rennecke@arc.com>
21764
6c6094f1 21765 PR tree-optimization/39349
1f3ad3f0
R
21766 * cse.c (cse_insn): Fix loop to stop at VOIDmode.
21767
b267bd41
R
21768 * combine.c (gen_lowpart_for_combine): Use omode when generating
21769 clobber.
21770
1242bc9d
R
217712009-03-04 J"orn Rennecke <joern.rennecke@arc.com>
21772
6c6094f1 21773 PR rtl-optimization/39235
1242bc9d
R
21774 * loop-iv.c (get_simple_loop_desc): Use XCNEW.
21775
48f03606
ZD
217762009-03-04 Zdenek Dvorak <ook@ucw.cz>
21777
21778 * graphite.c (nb_reductions_in_loop): Update simple_iv arguments.
21779
b505e785
RG
217802009-03-04 Richard Guenther <rguenther@suse.de>
21781
21782 PR tree-optimization/39362
21783 * tree-ssa-sccvn.c (visit_use): Stores and copies from SSA_NAMEs
21784 that occur in abnormal PHIs should be varying.
21785
f017bf5e
ZD
217862009-03-04 Zdenek Dvorak <ook@ucw.cz>
21787
21788 * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop):
21789 Extend comments.
21790 (simple_iv): Take loop as an argument instead of statement.
21791 * tree-scalar-evolution.h (simple_iv): Declaration changed.
21792 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls
21793 to simple_iv.
21794 * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev):
21795 Ditto.
21796 * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto.
21797 * matrix-reorg.c (analyze_transpose): Ditto.
21798 * tree-data-ref.c (dr_analyze_innermost): Ditto.
21799 * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
21800 * tree-predcom.c (ref_at_iteration): Ditto.
21801 * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto.
21802
6a66f28e
RG
218032009-03-04 Richard Guenther <rguenther@suse.de>
21804
21805 PR tree-optimization/39358
21806 * tree-ssa-structalias.c (do_sd_constraint): Fix check for
21807 escaped_id and callused_id.
21808 (solve_graph): Likewise.
21809
57e454ee
RG
218102009-03-04 Richard Guenther <rguenther@suse.de>
21811
21812 PR tree-optimization/39339
21813 * tree-sra.c (try_instantiate_multiple_fields): Make it
21814 no longer ICE on the above.
21815
a6fe9ed4
JM
218162009-03-03 Joseph Myers <joseph@codesourcery.com>
21817
21818 * emit-rtl.c (adjust_address_1): Reduce offset to a signed value
21819 that fits within Pmode.
21820
dc672951
SE
218212009-03-03 Steve Ellcey <sje@cup.hp.com>
21822
21823 PR middle-end/10109
21824 * tm.texi (LIBCALL_VALUE): Update description.
21825
8b9d598f
SE
218262009-03-03 Steve Ellcey <sje@cup.hp.com>
21827
21828 PR middle-end/34443
21829 * doc/extend.texi (section): Update description.
21830
13e4e36e
L
218312009-03-03 H.J. Lu <hongjiu.lu@intel.com>
21832
21833 PR middle-end/39345
21834 * tree-inline.c (remapped_type): New.
21835 (can_be_nonlocal): Call remapped_type instead of remap_type.
21836
067dd3c9
JJ
218372009-03-03 Jakub Jelinek <jakub@redhat.com>
21838
21839 PR fortran/39354
21840 * gimplify.c (goa_stabilize_expr): Handle tcc_comparison,
21841 TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR.
21842
9bd9f738
RG
218432009-03-03 Richard Guenther <rguenther@suse.de>
21844
21845 PR middle-end/39272
21846 * tree.c (tree_nonartificial_location): New function.
21847 * tree.h (tree_nonartificial_location): Declare.
21848 * builtins.c (expand_builtin_memory_chk): Provide location
21849 of the call location for artificial function pieces.
21850 (maybe_emit_chk_warning): Likewise.
21851 (maybe_emit_sprintf_chk_warning): Likewise.
21852 (maybe_emit_free_warning): Likewise.
21853 * expr.c (expand_expr_real_1): Likewise.
21854
f07049c8
JJ
218552009-03-03 Jakub Jelinek <jakub@redhat.com>
21856
21857 PR tree-optimization/39343
21858 * tree-ssa-ccp.c (maybe_fold_offset_to_address): Don't check if
21859 COMPONENT_REF t has ARRAY_TYPE.
21860
7d4fba4a
SP
218612009-03-02 Sebastian Pop <sebastian.pop@amd.com>
21862
21863 PR middle-end/39335
21864 * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
21865 when the type precision of the induction variable should be
21866 larger than the type precision of nit.
21867 (gen_parallel_loop): Update use of canonicalize_loop_ivs.
21868 * graphite.c (graphite_loop_normal_form): Same.
21869 * tree-flow.h (canonicalize_loop_ivs): Update declaration.
21870
78168632
UB
218712009-03-02 Uros Bizjak <ubizjak@gmail.com>
21872
21873 * config/i386/i386.md (ST?_REG, MM?_REG): New constants.
21874 (*call_1_rex64_ms_sysv): Use named constants instead of magic
6c6094f1 21875 numbers to describe clobbered registers.
78168632 21876 (*call_value_0_rex64_ms_sysv): Ditto.
6c6094f1
UB
21877 * config/i386/mmx.md (mmx_emms): Ditto.
21878 (mmx_femms): Ditto.
78168632 21879
63553059
RS
218802009-03-02 Richard Sandiford <rdsandiford@googlemail.com>
21881
21882 * config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
21883 of ABI_64.
21884
500a1f85
UW
218852009-03-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21886
21887 * config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
21888 (spu_section_type_flags): New function.
21889
962aae34
UB
218902009-03-02 Uros Bizjak <ubizjak@gmail.com>
21891
21892 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy
21893 reg_class_contents of FLOAT_REGS into a temporary.
21894
6dfb529c 218952009-03-02 Richard Guenther <rguenther@suse.de>
962aae34 21896 Ira Rosen <irar@il.ibm.com>
6dfb529c
RG
21897
21898 PR tree-optimization/39318
21899 * tree-vect-transform.c (vectorizable_call): Transfer the EH region
21900 information to the vectorized statement.
21901
6b5629db
UB
219022009-03-01 Uros Bizjak <ubizjak@gmail.com>
21903
434426d2
UB
21904 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not shadow "i"
21905 variable. Use defined names instead of magic constants for REX SSE
21906 registers.
6b5629db 21907
14e5b285
RG
219082009-03-01 Richard Guenther <rguenther@suse.de>
21909
21910 PR tree-optimization/39331
21911 * omp-low.c (lower_send_shared_vars): Do not receive new
21912 values for the reference of DECL_BY_REFERENCE parms or results.
21913
526d73ab
JH
219142009-03-01 Jan Hubicka <jh@suse.cz>
21915
21916 PR debug/39267
21917 * tree.h (BLOCK_NONLOCALIZED_VARS, BLOCK_NUM_NONLOCALIZED_VARS,
21918 BLOCK_NONLOCALIZED_VAR): New macros.
21919 (tree_block): Add nonlocalized_vars.
f4ea99bd
EB
21920 * dwarf2out.c (gen_formal_parameter_die, gen_variable_die,
21921 gen_decl_die): Add origin argument. Allow generation of die with
21922 origin at hand only.
526d73ab 21923 (gen_member_die, gen_type_die_with_usage, force_decl_die,
f4ea99bd
EB
21924 declare_in_namespace, gen_namescpace_die, dwarf2out_decl): Update use
21925 of gen_*.
526d73ab
JH
21926 (gen_block_die): Fix checking for unused blocks.
21927 (process_scope_var): Break out from .... ; work with origins only.
21928 (decls_for_scope) ... here; process nonlocalized list.
21929 (dwarf2out_ignore_block): Look for nonlocalized vars.
f4ea99bd
EB
21930 * tree-ssa-live.c (remove_unused_scope_block_p): Look for nonlocalized
21931 vars.
526d73ab
JH
21932 (dump_scope_block): Dump them.
21933 * tree-inline.c (remap_decls): Handle nonlocalized vars.
21934 (remap_block): Likewise.
21935 (can_be_nonlocal): New predicate.
21936 (copy_bind_expr, copy_gimple_bind): Update use of remap_block.
21937
7a9d3fe8
RW
219382009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21939
21940 * configure: Regenerate.
21941
b3cdf3cb
RW
219422009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
21943
a16d1645 21944 * optc-gen.awk: No need to duplicate option flags twice.
9ade279b 21945 Reuse help texts for duplicate options which do not have any.
a16d1645 21946
1156c176
RW
21947 * gcc.c (display_help): Document --version.
21948
033505fc
RW
21949 * gcc.c (main): If print_help_list and verbose_flag, ensure
21950 driver output comes before subprocess output.
21951
4d077054
RW
21952 * optc-gen.awk: Assign all remaining fields to help string,
21953 space-separated, for multi-line help in *.opt.
21954
a072f1cf
RW
21955 * doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
21956 -Wno-pedantic-ms-format is for MinGW targets only.
21957
b3cdf3cb
RW
21958 * doc/options.texi (Option file format): Fix bad indentation,
21959 restoring dropped sentence.
21960
a3aadcc5
JH
219612009-02-28 Jan Hubicka <jh@suse.cz>
21962
21963 * tree-inline.c (tree_function_versioning): Output debug info.
21964
1cf5abb3
JH
219652009-02-28 Jan Hubicka <jh@suse.cz>
21966
21967 PR debug/39267
21968 * tree-inline.c (setup_one_parameter): Do not copy propagate
21969 arguments when not optimizing.
21970
c4d3f42f
L
219712009-02-28 H.J. Lu <hongjiu.lu@intel.com>
21972
21973 PR target/39327
21974 * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
21975 (avx_addsubv4df3): Likewise.
21976 (*avx_addsubv4sf3): Likewise.
21977 (sse3_addsubv4sf3): Likewise.
21978 (*avx_addsubv2df3): Likewise.
21979 (sse3_addsubv2df3): Likewise.
21980 (avx_unpckhps256): Correct item selectors.
21981 (avx_unpcklps256): Likewise.
21982 (avx_unpckhpd256): Likewise.
21983 (avx_unpcklpd256): Likewise.
21984
eb50f5f4
JH
219852009-02-28 Jan Hubicka <jh@suse.cz>
21986
21987 * tree-inline.c (expand_call_inline): Avoid duplicate declarations of
21988 static vars.
21989 (copy_arguments_for_versioning): If var is declared don't declare it.
21990 (tree_function_versioning): First setup substitutions and then copy
21991 args.
21992
26140130
JH
219932009-02-27 Jan Hubicka <jh@suse.cz>
21994
21995 PR debug/39267
21996 * cgraph.h (varpool_output_debug_info): Remove.
21997 * cgraphunit.c (varpool_output_debug_info): Remove.
21998 * dwarf2out.c (deferred_locations_struct): New struct
21999 (deferred_locations): New type.
22000 (deferred_locations_list): New static var.
22001 (deffer_location): New function.
22002 (gen_variable_die): Use it.
22003 (decls_for_scope): Output info on local static vars.
22004 (dwarf2out_finish): Process deferred locations.
22005 * varpool.c (varpool_output_debug_info): Remove.
22006
cff7525f
JH
220072009-02-27 Jan Hubicka <jh@suse.cz>
22008
22009 PR debug/39267
22010 * tree.h (TREE_PROTECTED): Fix comment.
22011 (BLOCK_HANDLER_BLOCK): Remove.
22012 (struct tree_block): Remove handler_block add body_block.
22013 (inlined_function_outer_scope_p): New.
22014 (is_body_block): Remove.
22015 * dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
22016 * dwarf2out.c (is_inlined_entry_point): Remove.
22017 (add_high_low_attributes): Use inlined_function_outer_scope_p.
f10a1c6c
EB
22018 (gen_block_die): Use is_inlined_entry_point check. Remove body block
22019 code.
cff7525f
JH
22020 * langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
22021 * gimplify.c (gimplify_expr): Gimplify body blocks.
f10a1c6c
EB
22022 * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper
22023 block with multiple subblocks.
cff7525f
JH
22024 (dump_scope_block): Prettier output; dump more flags and info.
22025 (dump_scope_blocks): New.
22026 (remove_unused_locals): Use dump_scope_blocks.
22027 * tree-flow.h (dump_scope_blocks): Declare.
22028 * tree-cfg.c (execute_build_cfg): Dump scope blocks.
22029 * stmt.c (is_body_block): Remove.
22030 * tree-inline.c (remap_block): Copy BODY_BLOCK info.
22031 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.
22032
c20993b9
SP
220332009-02-27 Sebastian Pop <sebastian.pop@amd.com>
22034
22035 PR middle-end/39308
2ba9daa7 22036 * graphite.c (graphite_loop_normal_form): Do not call
c20993b9
SP
22037 number_of_iterations_exit from a gcc_assert.
22038
e3cba5e5
AK
220392009-02-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22040
60839f5d 22041 * config/s390/s390.c (s390_swap_cmp): Look for conditional
e3cba5e5
AK
22042 jumps if COND is NULL.
22043 (find_cond_jump): New function.
22044 (s390_z10_optimize_cmp): Handling for reg-reg compares added.
60839f5d 22045 * config/s390/s390.md: Remove z10_cobra attribute value.
e3cba5e5 22046
9dadeeb8
UB
220472009-02-26 Uros Bizjak <ubizjak@gmail.com>
22048
22049 * config/alpha/alpha.h (alpha_expand_mov): Return false if
22050 force_const_mem returns NULL_RTX.
22051
625d3251
EB
220522009-02-26 Jan Hubicka <jh@suse.cz>
22053
22054 PR debug/39267
22055 * cgraph.h (varpool_output_debug_info): Remove.
22056 * cgraphunit.c (varpool_output_debug_info): Remove.
22057 * dwarf2out.c (deferred_locations_struct): New struct
22058 (deferred_locations): New type.
22059 (deferred_locations_list): New static var.
22060 (deffer_location): New function.
22061 (gen_variable_die): Use it.
22062 (decls_for_scope): Output info on local static vars.
22063 (dwarf2out_finish): Process deferred locations.
22064 * varpool.c (varpool_output_debug_info): Remove.
22065
38432148 220662009-02-25 H.J. Lu <hongjiu.lu@intel.com>
8592acaf
L
22067
22068 PR rtl-optimization/39241
22069 * jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls
22070 to subreg_offset_representable_p.
22071
62d049cf
PB
220722009-02-25 Paolo Bonzini <bonzini@gnu.org>
22073
22074 * regmove.c (regmove_optimize): Conform to struct rtl_opt_pass
22075 execute function prototype. Get f and nregs from max_reg_num
22076 and get_insns. Remove the first backward pass as it's dead,
22077 guard the forward pass by flag_expensive_optimizations.
22078 (rest_of_handle_regmove): Delete.
22079 (pass_regmove): Replace it with regmove_optimize.
22080
f618d33e
MJ
220812009-02-25 Martin Jambor <mjambor@suse.cz>
22082
22083 PR tree-optimization/39259
22084 * tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and
6c6094f1 22085 calls_alloca function flags.
f618d33e
MJ
22086 (copy_bb): Set calls_setjmp and alls_alloca function flags if such
22087 calls are detected.
22088
c8a05f7c
PB
220892009-02-25 Paolo Bonzini <bonzini@gnu.org>
22090
22091 * regmove.c (discover_flags_reg, flags_set_1, mark_flags_life_zones,
22092 flags_set_1_rtx, flags_set_1_set): Delete.
22093 (regmove_optimize): Do not call mark_flags_life_zones.
22094
6d2538f5
JB
220952009-02-24 Julian Brown <julian@codesourcery.com>
22096
22097 PR target/35965
22098 * config/arm/arm.c (require_pic_register): Only set
22099 cfun->machine->pic_reg once per function.
22100
a2fa6772
SL
221012009-02-24 Sandra Loosemore <sandra@codesourcery.com>
22102
22103 * doc/invoke.texi (Link Options): Document an easier way to pass
9dadeeb8 22104 options that take arguments to the GNU linker using -Xlinker and -Wl.
a2fa6772 22105
5472de36
SE
221062009-02-24 Steve Ellcey <sje@cup.hp.com>
22107
22108 PR target/33785
22109 * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.
22110
844216f3
RG
221112009-02-24 Richard Guenther <rguenther@suse.de>
22112
22113 PR debug/39285
22114 * dwarf2out.c (gen_enumeration_type_die): Handle CONST_DECLs.
22115
71adbef3 221162009-02-24 Richard Guenther <rguenther@suse.de>
8592acaf 22117 Zdenek Dvorak <ook@ucw.cz>
71adbef3
RG
22118
22119 PR tree-optimization/39233
22120 * tree-ssa-loop-ivopts.c (add_candidate_1): Do not except pointers
22121 from converting them to a generic type.
22122
f1a558e0
SP
221232009-02-23 Sebastian Pop <sebastian.pop@amd.com>
22124
22125 PR tree-optimization/39260
22126 * graphite.c (harmful_stmt_in_bb): Stop a SCoP when the basic block
22127 contains a condition with a real type.
22128 (build_scop_conditions_1): Conditions are always last_stmt of a bb.
22129
d8028f2c
JM
221302009-02-23 Jason Merrill <jason@redhat.com>
22131
22132 PR c++/38880
22133 * varasm.c (initializer_constant_valid_p) [PLUS_EXPR]: Check
22134 narrowing_initializer_constant_valid_p.
2ba9daa7 22135 (narrowing_initializer_constant_valid_p): Don't return
d8028f2c
JM
22136 null_pointer_node for adding a pointer to itself.
22137
9283b513
JH
221382009-02-23 Jan Hubicka <jh@suse.cz>
22139
22140 PR c/12245
9dadeeb8
UB
22141 * ggc.h (htab_create_ggc): Use ggc_free to free hashtable when
22142 resizing.
9283b513 22143
61e04322
JH
221442009-02-23 Jan Hubicka <jh@suse.cz>
22145
9dadeeb8
UB
22146 PR tree-optimization/37709
22147 * tree.c (block_ultimate_origin): Move here from dwarf2out.
22148 * tree.h (block_ultimate_origin): Declare.
22149 * dwarf2out.c (block_ultimate_origin): Move to tree.c
61e04322
JH
22150 * tree-ssa-live.c (remove_unused_scope_block_p):
22151 Eliminate blocks containig no instructions nor live variables nor
22152 nested blocks.
22153 (dump_scope_block): New function.
22154 (remove_unused_locals): Enable removal of dead blocks by default;
9dadeeb8 22155 enable dumping at TDF_DETAILS.
61e04322 22156
38432148 221572009-02-21 H.J. Lu <hongjiu.lu@intel.com>
5339d3ea
L
22158
22159 * config/i386/i386.c (classify_argument): Don't allow COImode
22160 and OImode.
22161 (function_arg_advance_32): Don't allow OImode.
22162 (function_arg_32): Likewise.
22163 (function_value_32): Likewise.
22164 (return_in_memory_32): Likewise.
22165 (function_arg_64): Remove OImode comment.
22166
38432148 221672009-02-21 H.J. Lu <hongjiu.lu@intel.com>
f161e158
L
22168
22169 PR target/39261
22170 * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
22171 ix86_expand_vector_set for V4DImode in 64bit mode only.
22172 (ix86_expand_vector_init_one_var): Likewise.
22173
dcd739a6
SP
221742009-02-21 Sebastian Pop <sebastian.pop@amd.com>
22175
22176 * graphite.c (graphite_trans_loop_block): Adjust tile size to 51.
22177
6c3b938d
RS
221782009-02-21 Richard Sandiford <rdsandiford@googlemail.com>
22179
8e361f23 22180 PR bootstrap/39257
6c3b938d
RS
22181 * loop-iv.c: Revert last change.
22182 * emit-rtl.c: Likewise.
22183
38432148 221842009-02-21 H.J. Lu <hongjiu.lu@intel.com>
4c64d3dd
L
22185
22186 PR target/39256
22187 * config/i386/i386.c (type_natural_mode): Remove an extra
22188 space in the warning message.
22189 (function_value_32): Handle 32-byte vector modes.
22190 (return_in_memory_32): Likewise.
22191
2ec62529
RS
221922009-02-21 Richard Sandiford <rdsandiford@googlemail.com>
22193
22194 * loop-iv.c (truncate_value): New function.
22195 (iv_subreg, get_iv_value, iv_number_of_iterations): Use it instead
22196 of lowpart_subreg.
22197 (lowpart_subreg): Move to...
22198 * emit-rtl.c: ...here.
22199
ecb8c3cc 222002009-02-21 Danny Smith <dannysmith@users.sourceforge.net>
f814e489 22201
ecb8c3cc
DS
22202 * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
22203 accidental and undocumented change at revision 140860.
22204
ae46a823
JM
222052009-02-21 Joseph Myers <joseph@codesourcery.com>
22206
22207 * config/arm/arm.c (arm_gimplify_va_arg_expr): Update prototype to
22208 take gimple_seq * arguments.
22209 (arm_mangle_type): Use CONST_CAST_TREE on type argument passed to
22210 types_compatible_p langhook.
22211
07d8efe3 222122009-02-20 Mark Mitchell <mark@codesourcery.com>
f814e489 22213 Joseph Myers <joseph@codesourcery.com>
07d8efe3
MM
22214
22215 * config/arm/arm.c (arm_builtin_va_list): New function.
22216 (arm_expand_builtin_va_start): Likewise.
22217 (arm_gimplify_va_arg_expr): Likewise.
22218 (TARGET_BUILD_BUILTIN_VA_LIST): Define.
22219 (TARGET_BUILD_BUILTIN_VA_START): Likewise.
22220 (TARGET_BUILD_BUILTIN_VA_ARG_EXPR): Likewise.
22221 (va_list_type): New variable.
22222 (arm_mangle_type): Mangle va_list_type appropriately.
22223
b1fb9f56
JJ
222242009-02-20 Jakub Jelinek <jakub@redhat.com>
22225
22226 PR middle-end/39157
22227 * Makefile.in (loop-invariant.o): Depend on $(PARAMS_H).
22228 * params.h (LOOP_INVARIANT_MAX_BBS_IN_LOOP): Define.
22229 * params.def (loop-invariant-max-bbs-in-loop): New parameter.
22230 * opts.c (decode_options): Set loop-invariant-max-bbs-in-loop
22231 parameter to 1000 for -O1 by default.
22232 * doc/invoke.texi (loop-invariant-max-bbs-in-loop): Document new
22233 parameter.
22234 * loop-invariant.c: Include params.h.
22235 (move_loop_invariants): Don't call move_single_loop_invariants on
22236 very large loops.
22237
5bc0807c
JM
222382009-02-20 Jaka Mocnik <jaka@xlab.si>
22239
22240 * calls.c (emit_library_call_value_1): Use slot_offset instead of
22241 offset when calculating bounds for indexing stack_usage_map. Fixes
22242 a buffer overflow with certain target setups.
22243
c69cd1f5
JJ
222442009-02-20 Jakub Jelinek <jakub@redhat.com>
22245
22246 PR target/39240
22247 * calls.c (expand_call): Clear try_tail_call if caller and callee
22248 disagree in promotion of function return value.
22249
09812622
JJ
222502009-02-19 Jakub Jelinek <jakub@redhat.com>
22251
22252 PR target/39175
22253 * c-common.c (c_determine_visibility): If visibility changed and
22254 DECL_RTL has been already set, call make_decl_rtl to update symbol
22255 flags.
22256
68017cb4
L
222572009-02-19 H.J. Lu <hongjiu.lu@intel.com>
22258
22259 PR c++/39188
22260 * varasm.c (assemble_variable): Don't check DECL_NAME when
22261 globalizing a variable.
22262
ab4194da
JM
222632009-02-19 Joseph Myers <joseph@codesourcery.com>
22264
22265 PR c/38483
22266 * builtins.c (gimplify_va_arg_expr): Evaluate the va_list
22267 expression before any __builtin_trap call.
22268 * c-typeck.c (build_function_call): Convert and check function
22269 arguments before generating a call to a trap. Evaluate the
22270 function arguments before the trap.
22271
6b67572e
UB
222722009-02-19 Uros Bizjak <ubizjak@gmail.com>
22273
22274 PR target/39228
22275 * config/i386/i386.md (isinfxf2): Split from isinf<mode>2.
22276 (UNSPEC_FXAM_MEM): New unspec.
22277 (fxam<mode>2_i387_with_temp): New insn and split pattern.
22278 (isinf<mode>2): Use MODEF mode iterator. Force operand[1] through
22279 memory using fxam<mode>2_i387_with_temp to remove excess precision.
22280
9e39dba6
RG
222812009-02-19 Richard Guenther <rguenther@suse.de>
22282
22283 PR tree-optimization/39207
22284 PR tree-optimization/39074
22285 * tree-ssa-structalias.c (storedanything_id, var_storedanything,
22286 storedanything_tree): New.
22287 (do_ds_constraint): Simplify ANYTHING shortcutting. Update
6b67572e 22288 the STOREDANYTHING solution if the lhs solution contains ANYTHING.
9e39dba6
RG
22289 (build_succ_graph): Add edges from STOREDANYTHING to all
22290 non-direct nodes.
22291 (init_base_vars): Initialize STOREDANYTHING.
22292 (compute_points_to_sets): Free substitution info after
22293 building the succ graph.
22294 (ipa_pta_execute): Likewise.
22295
22296 * tree-ssa-structalias.c (struct variable_info): Add may_have_pointers
22297 field.
22298 (do_ds_constraint): Do not add to special var or non-pointer
22299 field solutions.
22300 (type_could_have_pointers): Split out from ...
22301 (could_have_pointers): ... here. For arrays use the element type.
22302 (create_variable_info_for): Initialize may_have_pointers.
22303 (new_var_info): Likewise.
22304 (handle_lhs_call): Make the HEAP variable unknown-sized.
22305 (intra_create_variable_infos): Use a type with pointers for
22306 PARM_NOALIAS, make it unknown-sized.
22307
fd7b2603
L
223082009-02-18 H.J. Lu <hongjiu.lu@intel.com>
22309
22310 PR target/39224
6b67572e 22311 * config/i386/i386.c (ix86_return_in_memory): Properly check ABI.
fd7b2603 22312
98b80692
JM
223132009-02-18 Jason Merrill <jason@redhat.com>
22314
22315 PR target/39179
22316 * tree-ssa-ccp.c (get_symbol_constant_value): Don't assume zero
22317 value if DECL_EXTERNAL.
22318 * tree-sra.c (sra_walk_gimple_assign): Likewise.
22319 * target.h (gcc_target::binds_local_p): Clarify "module".
22320 * tree.h (TREE_PUBLIC): Clarify "module".
22321
0705d3f4
L
223222009-02-17 Xuepeng Guo <xuepeng.guo@intel.com>
22323
22324 PR target/38891
22325 * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
22326 initialization for MS_ABI prior to the hunk of !TARGET_MMX.
22327
bce08d50
L
223282009-02-17 H.J. Lu <hongjiu.lu@intel.com>
22329
22330 PR target/39082
22331 * c.opt (Wabi): Support C and ObjC.
22332 (Wpsabi): New.
22333
22334 * c-opts.c (c_common_handle_option): Handle OPT_Wabi.
22335
22336 * config/i386/i386.c (classify_argument): Warn once about the ABI
22337 change when passing union with long double.
22338
22339 * doc/invoke.texi: Update -Wabi for warning psABI changes.
22340
5600f233
JM
223412009-02-18 Joseph Myers <joseph@codesourcery.com>
22342
22343 PR c/35447
22344 * c-parser.c (c_parser_compound_statement): Always enter and leave
22345 a scope.
22346
8cd01fe6
JDA
223472009-02-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22348
22349 PR target/34587
22350 * config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
22351
418df9d7
JJ
223522009-02-18 Jakub Jelinek <jakub@redhat.com>
22353
22354 PR tree-optimization/36922
22355 * tree-data-ref.c (initialize_matrix_A): Handle BIT_NOT_EXPR.
22356 * tree-scalar-evolution.c (interpret_rhs_expr, instantiate_scev_1):
22357 Likewise.
22358
082d2ebb
RS
223592009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
22360
22361 * config/mips/mips.c (mips_override_options): Set flag_dwarf2_cfi_asm
22362 to 0 for EABI64.
22363
17de576c
RS
223642009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
22365
22366 * config/mips/mips.md (type): Reclassify lui_movf as "unknown".
22367
6d8d5435
RS
223682009-02-17 Richard Sandiford <rdsandiford@googlemail.com>
22369
22370 * config/mips/mips.c (mips_gimplify_va_arg_expr): Fix invalid
22371 tree sharing.
22372
e69ff910
RB
223732009-02-17 Ruan Beihong <ruanbeihong@gmail.com>
22374 Richard Sandiford <rdsandiford@googlemail.com>
22375
22376 * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete.
22377 * config/mips/loongson.md (reduc_uplus_<mode>): Rename to...
22378 (loongson_biadd): ...this.
22379
6b24ee26
RG
223802009-02-17 Richard Guenther <rguenther@suse.de>
22381
22382 PR tree-optimization/39202
22383 * tree-ssa-structalias.c (do_structure_copy): Before collapsing
22384 a var make sure to follow existing collapses.
22385
91ab2c86
RG
223862009-02-17 Richard Guenther <rguenther@suse.de>
22387
22388 PR middle-end/39214
22389 * langhooks.c (lhd_print_error_function): Check for NULL block.
22390
73a63870
RG
223912009-02-17 Richard Guenther <rguenther@suse.de>
22392
22393 PR tree-optimization/39204
22394 * tree-ssa-pre.c (phi_translate_1): Lookup the value-number
22395 of the PHI arg.
22396
0e08f686
UB
223972009-02-17 Uros Bizjak <ubizjak@gmail.com>
22398
22399 * config/soft-fp/double.h: Update from glibc CVS.
22400
a60b7ddb
RG
224012009-02-17 Richard Guenther <rguenther@suse.de>
22402
22403 PR tree-optimization/39207
22404 * tree-ssa-structalias.c (find_what_p_points_to): Do not emit
22405 strict-aliasing warnings for pointers pointing to NULL.
22406
a47e20fd
JM
224072009-02-16 Joseph Myers <joseph@codesourcery.com>
22408
22409 PR c/35446
22410 * c-parser.c (c_parser_braced_init): Call pop_init_level when
22411 skipping until next close brace.
22412
50aab7dc
L
224132009-02-16 H.J. Lu <hongjiu.lu@intel.com>
22414
22415 PR target/37049
22416 * config/i386/i386.c (ix86_expand_push): Set memory alignment
22417 to function argument boundary.
22418
68e53db0
HS
224192009-02-16 Hariharan Sandanagobalane <hariharan@picochip.com>
22420
22421 * config/picochip/picochip.md (lea_add): Allow any nonimmediate
22422 in the lea_add. Reload eventually constraints it properly.
0d50d55a 22423 * config/picochip/constraints.md: Remove the target constraint
68e53db0
HS
22424 "b", since it is not needed anymore.
22425
09e361bb
JJ
224262009-02-16 Jakub Jelinek <jakub@redhat.com>
22427
22428 * gthr-dce.h: Uglify function parameter and local variable names.
22429 * gthr-gnat.h: Likewise.
22430 * gthr-mipssde.h: Likewise.
22431 * gthr-nks.h: Likewise.
22432 * gthr-posix95.h: Likewise.
22433 * gthr-posix.h: Likewise.
22434 * gthr-rtems.h: Likewise.
22435 * gthr-single.h: Likewise.
22436 * gthr-solaris.h: Likewise.
22437 * gthr-tpf.h: Likewise.
22438 * gthr-vxworks.h: Likewise.
22439 * gthr-win32.h: Likewise.
22440
47f5a48f
L
224412009-02-15 H.J. Lu <hongjiu.lu@intel.com>
22442
22443 PR target/39196
22444 * config/i386/i386.md: Restrict the new peephole2 to move
22445 between MMX/SSE registers.
22446
68c9ab45
RG
224472009-02-15 Richard Guenther <rguenther@suse.de>
22448
22449 Revert
22450 2009-02-13 Richard Guenther <rguenther@suse.de>
22451
22452 * configure.ac: Enable LFS.
22453 * configure: Re-generate.
22454 * config.in: Likewise.
22455
d7815554
UW
224562009-02-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22457
22458 * config/spu/spu_internals.h (spu_sr, spu_sra, spu_srqw,
22459 spu_srqwbyte, spu_srqwbytebc): Define.
22460 * config/spu/spu-builtins.def (spu_sr, spu_sra, spu_srqw,
22461 spu_srqwbyte, spu_srqwbytebc): New overloaded builtins.
22462 * config/spu/spu.md ("shrqbybi_<mode>", "shrqbi_<mode>",
22463 "shrqby_<mode>"): New insn-and-split patterns.
22464 * config/spu/spu.c (expand_builtin_args): Determine and return
22465 number of operands using spu_builtin_description data.
22466 (spu_expand_builtin_1): Use it.
22467
c208436c
SE
224682009-02-13 Steve Ellcey <sje@cup.hp.com>
22469
22470 PR target/38056
22471 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Check
22472 TARGET_CONST_GP.
22473
c2e7ba7e
L
224742009-02-13 H.J. Lu <hongjiu.lu@intel.com>
22475
22476 PR target/39149
22477 * config/i386/i386.c (override_options): Correct warning
6c6094f1 22478 messages for -malign-loops, -malign-jumps and -malign-functions.
c2e7ba7e 22479
72f4e3a7
L
224802009-02-13 H.J. Lu <hongjiu.lu@intel.com>
22481
22482 PR target/39152
22483 * config/i386/i386.md: Restrict the new peephole2 to move
22484 between the general purpose registers.
22485
53f648e2
L
224862009-02-13 H.J. Lu <hongjiu.lu@intel.com>
22487
22488 PR target/39162
22489 * config/i386/i386.c (type_natural_mode): Add a new argument.
6b67572e 22490 Return the original mode and warn ABI change if vector size is 32byte.
53f648e2
L
22491 (function_arg_advance): Updated.
22492 (function_arg): Likewise.
22493 (ix86_function_value): Likewise.
22494 (ix86_return_in_memory): Likewise.
22495 (ix86_sol10_return_in_memory): Likewise.
22496 (ix86_gimplify_va_arg): Likewise.
22497 (function_arg_32): Don't warn ABX ABI change here.
22498 (function_arg_64): Likewise.
22499
38432148 225002009-02-13 Bernd Schmidt <bernd.schmidt@analog.com>
b1c92d54
BS
22501
22502 * loop-iv.c (implies_p): In the final case, test that operands 0
22503 of the two comparisons match.
22504
dd2139e7
BS
22505 * config/bfin/bfin.c (find_prev_insn_start): New function.
22506 (bfin_optimize_loop): Use it in some cases instead of PREV_INSN.
22507 (find_next_insn_start): Move.
22508
601b3e1a
RG
225092009-02-13 Richard Guenther <rguenther@suse.de>
22510
22511 * configure.ac: Enable LFS.
22512 * configure: Re-generate.
22513 * config.in: Likewise.
22514
f007042e
JM
225152009-02-13 Joseph Myers <joseph@codesourcery.com>
22516
22517 PR c/35444
22518 * c-parser.c (c_parser_parms_list_declarator): Discard pending
22519 sizes on syntax error after some arguments have been parsed.
22520
3f238e8b
JJ
225212009-02-12 Jakub Jelinek <jakub@redhat.com>
22522
22523 * doc/invoke.texi (-fira): Remove.
22524
328e13b7
L
225252009-02-12 H.J. Lu <hongjiu.lu@intel.com>
22526
22527 * caller-save.c: Replace regclass.c with reginfo.c in comments.
22528 * recog.c: Likewise.
22529 * rtl.h: Likewise.
22530
c252db20
L
225312009-02-12 Uros Bizjak <ubizjak@gmail.com>
22532
22533 * longlong.h (sub_ddmmss): New for ia64. Ported from GMP 4.2.
22534 (umul_ppmm): Likewise.
22535 (count_leading_zeros): Likewise.
22536 (count_trailing_zeros): Likewise.
22537 (UMUL_TIME): Likewise.
22538
225392009-02-12 H.J. Lu <hongjiu.lu@intel.com>
22540
ba181049
UB
22541 * config.gcc (ia64*-*-linux*): Add ia64/t-fprules-softfp and
22542 soft-fp/t-softfp to tmake_file.
c252db20
L
22543
22544 * config/ia64/ia64.c (ia64_soft_fp_init_libfuncs): New.
ba181049
UB
22545 (ia64_expand_compare): Use HPUX library for TFmode only for HPUX.
22546 (ia64_builtins) [IA64_BUILTIN_COPYSIGNQ, IA64_BUILTIN_FABSQ,
22547 IA64_BUILTIN_INFQ]: New.
c252db20
L
22548 (ia64_init_builtins): Initialize __builtin_infq,
22549 __builtin_fabsq and __builtin_copysignq if not HPUX.
22550 (ia64_expand_builtin): Handle IA64_BUILTIN_COPYSIGNQ,
22551 IA64_BUILTIN_FABSQ and IA64_BUILTIN_INFQ.
22552
22553 * config/ia64/lib1funcs.asm (__divtf3): Define only if
22554 SHARED is defined.
22555 (__fixtfti): Likewise.
22556 (__fixunstfti): Likewise.
22557 (__floattitf): Likewise.
22558
22559 * config/ia64/libgcc-glibc.ver: New.
22560 * config/ia64/t-fprules-softfp: Likewise.
22561 * config/ia64/sfp-machine.h: Likewise.
22562
22563 * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): New.
22564 (LIBGCC2_TF_CEXT): Likewise.
22565 (TF_SIZE): Likewise.
22566 (TARGET_INIT_LIBFUNCS): Likewise.
22567
ba181049 22568 * config/ia64/t-glibc (SHLINB_MAPFILES):
6b67572e 22569 Add $(srcdir)/config/ia64/libgcc-glibc.ver.
c252db20 22570
f13eae6a
L
225712009-02-12 H.J. Lu <hongjiu.lu@intel.com>
22572
22573 * config/i386/i386.c (construct_container): Rewrite processing
22574 BLKmode with X86_64_SSE_CLASS.
22575
12019aec
L
225762009-02-12 Paolo Bonzini <bonzini@gnu.org>
22577
22578 PR target/39152
22579 * config/i386/i386.md: Replace simplify_replace_rtx with
22580 replace_rtx in the new peephole2.
22581
28c11eb3
NS
225822009-02-12 Nathan Sidwell <nathan@codesourcery.com>
22583
22584 * doc/invoke.texi (Optimize Options): Stop claiming inlining and
22585 loop unrolling do not happen at -O2.
22586
c7b94907
MM
225872009-02-12 Michael Matz <matz@suse.de>
22588
22589 * gcc.c (ASM_DEBUG_SPEC): Check for -g0.
22590
61e98967
JJ
225912009-02-12 Jakub Jelinek <jakub@redhat.com>
22592
22593 * dwarf2out.c (dwarf2out_finish): Force output of comp_unit_die
22594 for -g3.
22595
a2a237b5
BE
225962009-02-12 Ben Elliston <bje@au.ibm.com>
22597
22598 * config/rs6000/rs6000.md (allocate_stack): Use _stack form of
22599 patterns when updating the back chain. Missed in the 2009-02-10
22600 change.
22601
853eda8d
JJ
226022009-02-11 Janis Johnson <janis187@us.ibm.com>
22603
22604 * doc/extend.texi (Decimal Floating Types): Update identifier of
22605 draft TR and list of missing support.
22606
3ad6b266
JJ
226072009-02-11 Jakub Jelinek <jakub@redhat.com>
22608
22609 PR middle-end/39154
22610 * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
22611 bit to variable length decl's flags, add it also to its
22612 pointer replacement variable.
22613
b058b753
UB
226142009-02-11 Uros Bizjak <ubizjak@gmail.com>
22615 Jakub Jelinek <jakub@redhat.com>
22616
22617 PR target/39118
22618 * config/i386/i386.md (UNSPEC_MEMORY_BLOCKAGE): New constant.
22619 (memory_blockage): New expander.
22620 (*memory_blockage): New insn pattern.
22621 * config/i386/i386.c (ix86_expand_prologue): Use memory_blockage
22622 instead of general blockage at the end of function prologue when
22623 frame pointer is used to access red zone area. Do not emit blockage
22624 when profiling, it is emitted in generic code.
22625 (ix86_expand_epilogue): Emit memory_blockage at the beginning of
22626 function epilogue when frame pointer is used to access red zone area.
22627
bab64f23
PB
226282009-02-11 Paolo Bonzini <bonzini@gnu.org>
22629
0ce6dcfa 22630 PR target/38824
bab64f23
PB
22631 * config/i386/i386.md: Add two new peephole2 to avoid mov followed
22632 by arithmetic with memory operands.
22633 * config/i386/predicates.md (commutative_operator): New.
22634
8fd94bda
JJ
226352009-02-10 Janis Johnson <janis187@us.ibm.com>
22636
22637 * doc/extend.texi (Fixed-Point Types): Break long paragraphs into
22638 bulleted lists.
22639
794511d2
EB
226402009-02-10 Eric Botcazou <ebotcazou@adacore.com>
22641
22642 * alias.h (record_alias_subset): Declare.
22643 * alias.c (record_alias_subset): Make global.
22644
6da7fc87
NC
226452009-02-10 Nick Clifton <nickc@redhat.com>
22646
22647 * tree-parloops.c: Change license to GPLv3.
22648 * ipa-struct-reorg.c: Change license to GPLv3.
22649 * ipa-struct-reorg.h: Change license to GPLv3.
22650
a03813c8
SE
226512009-02-10 Steve Ellcey <sje@cup.hp.com>
22652
22653 PR c/39084
22654 * c-decl.c (start_struct): Return NULL on error.
22655
fc3103e7
JJ
226562009-02-10 Jakub Jelinek <jakub@redhat.com>
22657
9b43d37b
JJ
22658 PR middle-end/39124
22659 * cfgloopmanip.c (remove_path): Call remove_bbs after
22660 cancel_loop_tree, not before it.
22661
fc3103e7 22662 PR target/39139
b058b753 22663 * function.h (struct function): Add has_local_explicit_reg_vars bit.
fc3103e7
JJ
22664 * gimplify.c (gimplify_bind_expr): Set it if local DECL_HARD_REGISTER
22665 VAR_DECLs were seen.
22666 * tree-ssa-live.c (remove_unused_locals): Recompute
22667 cfun->has_local_explicit_reg_vars.
22668 * tree-ssa-sink.c (statement_sink_location): Don't sink BLKmode
22669 copies or clearings if cfun->has_local_explicit_reg_vars.
22670
dbf9ee15
UB
226712009-02-10 Uros Bizjak <ubizjak@gmail.com>
22672
22673 PR target/39118
22674 * config/i386/i386.c (expand_prologue): Emit blockage at the end
22675 of function prologue when frame pointer is used to access
22676 red zone area.
22677
bdec4dc7
RG
226782009-02-10 Richard Guenther <rguenther@suse.de>
22679
22680 PR middle-end/39127
22681 * gimplify.c (gimple_regimplify_operands): Always look if
22682 we need to create a temporary.
22683
7cae94fc
RG
226842009-02-10 Richard Guenther <rguenther@suse.de>
22685
22686 PR tree-optimization/39132
22687 * tree-loop-distribution.c (todo): New global var.
22688 (generate_memset_zero): Trigger TODO_rebuild_alias.
22689 (tree_loop_distribution): Return todo.
22690
a8800687
L
226912009-02-10 H.J. Lu <hongjiu.lu@intel.com>
22692
22693 PR target/39119
22694 * config/i386/i386.c (x86_64_reg_class): Remove X86_64_AVX_CLASS.
22695 (x86_64_reg_class_name): Removed.
22696 (classify_argument): Return 0 if bytes > 32. Return 0 if the
22697 first one isn't X86_64_SSE_CLASS or any other ones aren't
22698 X86_64_SSEUP_CLASS when size > 16bytes. Don't turn
22699 X86_64_SSEUP_CLASS into X86_64_SSE_CLASS if the preceded one
22700 is X86_64_SSEUP_CLASS. Set AVX modes to 1 X86_64_SSE_CLASS
22701 and 3 X86_64_SSEUP_CLASS.
22702 (construct_container): Remove X86_64_AVX_CLASS. Handle 4
22703 registers with 1 X86_64_SSE_CLASS and 3 X86_64_SSEUP_CLASS.
22704
d4bacef0
BE
227052009-02-10 Ben Elliston <bje@au.ibm.com>
22706
22707 * config/rs6000/rs6000.md (allocate_stack): Always use an update
22708 form instruction to update the stack back chain word, even if the
22709 user has disabled the generation of update instructions.
22710 (movdi_<mode>_update_stack): New.
22711 (movsi_update_stack): Likewise.
22712 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Likewise,
22713 always use an update form instruction to update the stack back
22714 chain word.
22715
01d7d2f3
SP
227162009-02-09 Sebastian Pop <sebastian.pop@amd.com>
22717
22718 PR middle-end/38953
b058b753
UB
22719 * graphite.c (if_region_set_false_region): After moving a region in
22720 the false branch of a condition, remove the empty dummy basic block.
01d7d2f3
SP
22721 (gloog): Remove wrong fix for PR38953.
22722
e41e2ab4
UW
227232009-02-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22724
22725 * config/spu/spu.c (array_to_constant): Fix (latent) wrong-code
22726 generation due to implicit sign extension.
22727
4bb07c5d
EB
227282009-02-09 Eric Botcazou <ebotcazou@adacore.com>
22729
22730 PR middle-end/38981
22731 * tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
22732 at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.
22733
f060a261
RG
227342009-02-09 Richard Guenther <rguenther@suse.de>
22735
22736 PR middle-end/35202
22737 * convert.c (convert_to_real): Disable (float)fn((double)x)
22738 to fnf(x) conversion if errno differences may occur and
22739 -fmath-errno is set.
22740
5a7e237c
AS
227412009-02-07 Anatoly Sokolov <aesok@post.ru>
22742
22743 * config/avr/avr.c (avr_mcu_t): Add ata6289 device.
22744 * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
22745 * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
22746
feab5a67
JM
227472009-02-06 Joseph Myers <joseph@codesourcery.com>
22748
22749 PR c/35434
22750 * c-common.c (handle_alias_attribute): Disallow attribute for
22751 anything not a FUNCTION_DECL or VAR_DECL.
22752
90ef2296
JJ
227532009-02-06 Janis Johnson <janis187@us.ibm.com>
22754
22755 PR c/39035
22756 * real.c (do_compare): Special-case compare of zero against
22757 decimal float value.
22758
1de2c900
JM
227592009-02-06 Joseph Myers <joseph@codesourcery.com>
22760
22761 PR c/36432
22762 * c-decl.c (grokdeclarator): Don't treat [] declarators in fields
22763 as indicating flexible array members unless the field itself is
22764 being declarared as the incomplete array.
22765
e901811a
JH
227662009-02-06 Jan Hubicka <jh@suse.cz>
22767
22768 PR tree-optimization/38844
22769 * ipa-inline.c (try_inline): Stop inlining recursion when edge
22770 is already inlined.
22771
3cfa762b
RG
227722009-02-06 Richard Guenther <rguenther@suse.de>
22773
22774 PR middle-end/38977
22775 * tree-cfg.c (need_fake_edge_p): Force a fake edge for
22776 fork because we may expand it as __gcov_fork.
22777
8506528c
NC
227782009-02-06 Nick Clifton <nickc@redhat.com>
22779
dbf9ee15 22780 * config/m32c/m32c.h (PCC_BITFIELD_TYPE_MATTERS): Define to zero.
8506528c 22781
85169114
PB
227822009-02-06 Paolo Bonzini <bonzini@gnu.org>
22783
22784 PR tree-optimization/35659
22785 * tree-ssa-sccvn.c (vn_constant_eq, vn_reference_eq, vn_nary_op_eq
22786 vn_phi_eq): Shortcut if hashcode does not match.
22787 (vn_reference_op_compute_hash): Do not call iterative_hash_expr for
22788 NULL operands.
22789 * tree-ssa-pre.c (pre_expr_hash): Look at hashcode if available,
22790 and avoid iterative_hash_expr.
22791 (FOR_EACH_VALUE_ID_IN_SET): New.
22792 (value_id_compare): Remove.
22793 (sorted_array_from_bitmap_set): Use FOR_EACH_VALUE_ID_IN_SET to
22794 sort expressions by value id.
22795
6d39673d
KK
227962009-02-05 Kaz Kojima <kkojima@gcc.gnu.org>
22797
22798 PR target/38991
22799 * config/sh/predicates.md (general_movsrc_operand): Don't check
22800 the subreg of system registers here.
22801
e6e1c050
JJ
228022009-02-05 Jakub Jelinek <jakub@redhat.com>
22803
22804 PR c++/39106
22805 * cgraphunit.c (cgraph_function_versioning): Clear also DECL_VIRTUAL_P
22806 on the copied decl.
22807
65a74b5d
PB
228082009-02-05 Paolo Bonzini <bonzini@gnu.org>
22809
22810 PR rtl-optimization/39110
22811 * rtlanal.c (rtx_addr_can_trap_p_1): Shortcut unaligned
22812 addresses, not aligned ones.
22813
08e14b2a
DB
228142009-02-05 Daniel Berlin <dberlin@dberlin.org>
22815 Richard Guenther <rguenther@suse.de>
22816
22817 PR tree-optimization/39100
22818 * tree-ssa-structalias.c (do_ds_constraint): Actually do what the
22819 comment says and add edges.
22820
5006381c
JM
228212009-02-05 Joseph Myers <joseph@codesourcery.com>
22822
22823 PR c/35435
22824 * c-common.c (handle_tls_model_attribute): Ignore attribute for
22825 non-VAR_DECLs without checking DECL_THREAD_LOCAL_P.
22826
2ba9daa7 228272009-02-04 Tobias Grosser <grosser@fim.uni-passau.de>
b0789219
TG
22828
22829 * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
22830 sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
22831 register_bb_in_sese, new_sese, free_sese): Moved.
22832 (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
22833 outermost_loop_in_scop, build_scop_iteration_domain,
22834 expand_scalar_variables_ssa_name, get_vdef_before_scop,
22835 limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
22836 Use loop_in_sese_p instead of loop_in_scop_p.
22837 (new_graphite_bb, gloog): Do not initialize SCOP_BBS_B.
22838 (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP and SCOP_BBS_B.
22839 (scopdet_basic_block_info): Fix bug in scop detection.
22840 (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
22841 eq_loop_to_cloog_loop): Remove.
22842 (nb_loops_around_loop_in_scop, nb_loop
22843 ref_nb_loops): Moved here...
22844 * graphite.h (ref_nb_loops): ... from here.
22845 (struct scop): Remove bbs_b bitmap and loop2cloog_loop.
22846 (loop_domain_dim, loop_iteration_vector_dim): Remove.
22847 (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
22848 * testsuite/gcc.dg/graphite/scop-19.c: New
22849
48e8382e
PB
228502009-02-04 Paolo Bonzini <bonzini@gnu.org>
22851 Hans-Peter Nilsson <hp@axis.com>
22852
22853 PR rtl-optimization/37889
22854 * rtlanal.c (rtx_addr_can_trap_p_1): Add offset and size arguments.
22855 Move offset handling from PLUS to before the switch. Use new
22856 arguments when considering SYMBOL_REFs too.
22857 (rtx_addr_can_trap_p): Pass dummy offset and size.
22858 (enum may_trap_p_flags): Remove.
22859 (may_trap_p_1): Pass size from MEM_SIZE.
22860
22861 PR rtl-optimization/38921
22862 * loop-invariant.c (find_invariant_insn): Use may_trap_or_fault_p.
22863 * rtl.h (may_trap_after_code_motion_p): Delete prototype.
22864 * rtlanal.c (may_trap_after_code_motion_p): Delete.
22865 (may_trap_p, may_trap_or_fault_p): Pass 0/1 as flags.
22866
69349ea5
L
228672009-02-04 H.J. Lu <hongjiu.lu@intel.com>
22868
22869 AVX Programming Reference (January, 2009)
22870 * config/i386/sse.md (*vpclmulqdq): New.
22871
b545e411
JJ
228722009-02-04 Jakub Jelinek <jakub@redhat.com>
22873
22874 PR tree-optimization/38977
22875 PR gcov-profile/38292
bf9b2cc9 22876 * calls.c (special_function_p): Disregard __builtin_ prefix.
b545e411 22877
5b43bf05
HS
228782009-02-04 Hariharan Sandanagobalane <hariharan@picochip.com>
22879
22880 * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow
22881 non-indexable addresses even before reload.
22882
062c4bb3
JM
228832009-02-03 Joseph Myers <joseph@codesourcery.com>
22884
22885 PR c/29129
22886 * c-decl.c (grokdeclarator): Mark [*] arrays in field declarators
22887 as having variable size. Do not give an error for unnamed
22888 parameters with [*] declarators. Give a warning for type names
22889 with [*] declarators and mark them as variable size.
22890 * c-parser.c (c_parser_sizeof_expression): Do not give an error
22891 for sizeof applied to [*] type names.
22892
6175f578
AP
228932009-02-03 Andrew Pinski <andrew_pinski@playstation.sony.com>
22894
22895 PR C++/36607
22896 * convert.c (convert_to_integer): Treat OFFSET_TYPE like INTEGER_TYPE.
22897
d4f4bc84
JJ
228982009-02-03 Jakub Jelinek <jakub@redhat.com>
22899
22900 * gcc.c (process_command): Update copyright notice dates.
22901 * gcov.c (print_version): Likewise.
22902 * gcov-dump.c (print_version): Likewise.
22903 * mips-tfile.c (main): Likewise.
22904 * mips-tdump.c (main): Likewise.
22905
f6294de7
JM
229062009-02-03 Joseph Myers <joseph@codesourcery.com>
22907
22908 PR c/35433
22909 * c-typeck.c (composite_type): Set TYPE_SIZE and TYPE_SIZE_UNIT
22910 for composite type involving a zero-length array type.
22911
754ccf7c
JJ
229122009-02-03 Jakub Jelinek <jakub@redhat.com>
22913
70f16287
JJ
22914 PR target/35318
22915 * function.c (match_asm_constraints_1): Skip over
22916 initial optional % in the constraint.
22917
754ccf7c
JJ
22918 PR inline-asm/39059
22919 * c-parser.c (c_parser_postfix_expression): If fixed point is not
22920 supported, don't accept FIXED_CSTs.
22921 * c-decl.c (finish_declspecs): Error if fixed point is not supported
22922 and _Sat is used without _Fract/_Accum. Set specs->type to
22923 integer_type_node for cts_fract/cts_accum if fixed point is not
22924 supported.
22925
965fdadf
CM
229262009-02-02 Catherine Moore <clm@codesourcery.com>
22927
dbf9ee15 22928 * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
965fdadf 22929
2e8a796f
RS
229302009-02-02 Richard Sandiford <rdsandiford@googlemail.com>
22931
22932 * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
22933 (ABI_HAS_64BIT_SYMBOLS): Use it.
22934 (DWARF2_ADDR_SIZE): Use it instead of ABI_HAS_64BIT_SYMBOLS.
22935
e0079468
PB
229362009-02-02 Paul Brook <paul@codesourcery.com>
22937
22938 * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
22939
eca72963
JJ
229402009-02-02 Jakub Jelinek <jakub@redhat.com>
22941
22942 PR inline-asm/39058
22943 * recog.h (asm_operand_ok): Add constraints argument.
22944 * recog.c (asm_operand_ok): Likewise. If it is set, for digits
22945 recurse on matching constraint.
22946 (check_asm_operands): Pass constraints as 3rd argument to
22947 asm_operand_ok. Don't look up matching constraint here.
22948 * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
22949 to asm_operand_ok.
22950
b5bde9ff
BE
229512009-02-02 Ben Elliston <bje@au.ibm.com>
22952
22953 * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
22954 TARGET_NARROW_VOLATILE_BITFIELD macro names.
22955
30f3e427
JDA
229562009-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
22957
be7659ba
JDA
22958 * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
22959 information. Remove some obsolete information. Reorganize.
22960
30f3e427
JDA
22961 * config/pa/fptr.c: Revert license to GPL 2.
22962 * config/pa/milli64.S: Likewise.
22963
3cbfaf98
DK
229642009-01-31 Dave Korn <dave.korn.cygwin@gmail.com>
22965
22966 PR target/38904
22967 * mkmap-flat.awk (END): Use pe_dll command-line arg to pass
22968 LIBRARY name in, instead of hard-coding it.
22969 * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*): Add an
22970 extra target make frag to tmake_files according to EH model.
22971 (i[34567]86-*-mingw* | x86_64-*-mingw*): Likewise.
22972 * config/i386/t-dw2-eh, config/i386/t-sjlj-eh: Add new target
22973 frags that define makefile variable EH_MODEL appropriately.
22974 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Add comment.
22975 * config/i386/cygwin.h (LIBGCC_EH_EXTN): Define to nothing or
22976 to "-sjlj" according to type of EH configured.
22977 (LIBGCC_SONAME): Concatenate it to shared library base name.
22978 * config/i386/mingw32.h (LIBGCC_EH_EXTN): Define to "_dw2" or
22979 to "_sjlj" according to type of EH configured.
22980 (LIBGCC_SONAME): Concatenate it to shared library base name.
22981 * config/i386/t-cygming (SHLIB_SONAME): Use EH_MODEL.
22982 (SHLIB_LINK): Add missing semicolon to if-else construct.
22983 (SHLIB_MKMAP_OPTS): Pass library name to mkmap-flat.awk as
22984 string value of "pe_dll" command-line option.
22985 * config/i386/t-cygwin (SHLIB_EH_EXTENSION): New helper.
22986 (SHLIB_SONAME): Use it when overriding t-cygming default.
22987 (SHLIB_IMPLIB): Override t-cygming default.
22988 (SHLIB_MKMAP_OPTS): Pass library name to mkmap-flat.awk as
22989 string value of "pe_dll" command-line option.
22990
8d0b6068
DK
229912009-01-31 Dave Korn <dave.korn.cygwin@gmail.com>
22992
22993 PR target/38952
22994 * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
bf9b2cc9 22995 (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
8d0b6068 22996
14c28276
RG
229972009-01-31 Richard Guenther <rguenther@suse.de>
22998
22999 PR tree-optimization/38937
23000 * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
23001 computing the transitive closure.
23002
5f4d82c2
RG
230032009-01-30 Richard Guenther <rguenther@suse.de>
23004
23005 PR tree-optimization/39041
23006 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
23007 Propagate variable indices only if the types match for this stmt.
23008
d0728ae0
JJ
230092009-01-30 Jakub Jelinek <jakub@redhat.com>
23010
23011 PR target/39013
23012 * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
23013 inline but never defined.
23014
6b67572e 230152009-01-30 Wolfgang Gellerich <gellerich@de.ibm.com>
9fec758d
WG
23016
23017 * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
23018 (*insv_h_di_reg_extimm): New insn.
23019 (*insv_l<mode>_reg_extimm): New insn.
23020
230212009-01-30 Hariharan Sandanagobalane <hariharan@picochip.com>
9e8be1e4
HS
23022
23023 * config/picochip/picochip.c (flag_conserve_stack): set
23024 PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
23025 fconserve-stack. Reduce call-overhead used by inliner.
23026
9fec758d 230272009-01-30 Hariharan Sandanagobalane <hariharan@picochip.com>
df9198ab
HS
23028
23029 PR/38157
23030 * common.opt (flag_conserve_stack): Initialised to zero.
23031
7f1c539c
KT
230322009-01-30 Kai Tietz <kai.tietz@onevision.com>
23033
23034 PR/39002
23035 * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
23036 (ix86_expand_epilogue): Take nsseregs in account to use proper restore
23037 method.
23038
3631be48
L
230392009-01-29 H.J. Lu <hongjiu.lu@intel.com>
23040
23041 * ira-color.c (allocno_reload_assign): Update comments.
23042 * regmove.c (regmove_optimize): Likewise.
23043
23044 * ra.h: Removed.
23045
416ac4d4
RM
230462009-01-29 Robert Millan <rmh@aybabtu.com>
23047
60839f5d
EB
23048 * config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
23049 * config/i386/kopensolaris-gnu.h: New file. Undefine
416ac4d4 23050 `MD_UNWIND_SUPPORT'.
60839f5d 23051 * config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
416ac4d4 23052
d5e54bc1
KH
230532009-01-29 Kazu Hirata <kazu@codesourcery.com>
23054
23055 PR tree-optimization/39007
23056 * tree-loop-distribution.c (generate_builtin): Use
23057 recompute_dominator to compute the immediate dominator of the
23058 basic block just after the loop.
23059
38432148 230602009-01-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
e9e077fa
RO
23061
23062 * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
23063 (ASM_OUTPUT_DWARF_PCREL): Define.
23064
38432148 230652009-01-29 Vladimir Makarov <vmakarov@redhat.com>
2af2dbdc
VM
23066
23067 * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
23068 * doc/passes.texi: Remove entries about regclass, local-alloc, and
23069 global. Modify entries about regmove and IRA.
23070
23071 * ra-conflict.c: Remove the file.
23072
23073 * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
23074
23075 * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
23076 (pass_regclass_init): Rename to pass_reginfo_init.
23077
23078 * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
23079
23080 * toplev.h (flag_ira): Remove.
23081
23082 * caller-save.c (setup_save_areas): Remove flag_ira.
23083
bf9b2cc9 23084 * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
2af2dbdc
VM
23085
23086 * global.c: Remove the file.
23087
ba20e309 23088 * opts.c (decode_options): Remove flag_ira.
2af2dbdc
VM
23089
23090 * hard-reg-set.h (losing_caller_save_reg_set): Remove.
23091
23092 * regmove.c: Modify file description.
23093 (find_use_as_address, try_auto_increment): Define them only if
23094 AUTO_INC_DEC is defined.
23095 (replacement_quality, replace_in_call_usage, fixup_match_1,
23096 stable_and_no_regs_but_for_p): Remove.
23097 (reg_set_in_bb): Make it static.
23098 (regmove_optimize): Remove flag_ira and code which worked for
23099 !flag_ira.
23100
23101 * local-alloc.c: Remove the file.
23102
23103 * common.opt (fira): Remove.
23104
23105 * ira.c: Include except.h.
23106 (eliminable_regset): Move from global.c.
23107 (mark_elimination): Ditto. Remove flag_ira.
23108 (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
23109 equiv_mem_modified, validate_equiv_mem_from_store,
23110 validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
23111 contains_replace_regs, memref_referenced_p, memref_used_between_p,
23112 no_equiv, recorded_label_ref): Move from local-alloc.c.
23113 (update_equiv_regs): Ditto. Make it static.
23114 (print_insn_chain, print_insn_chains): Move it from global.c.
bf9b2cc9 23115 (pseudo_for_reload_consideration_p): Ditto. Remove flag_ira.
2af2dbdc
VM
23116 (build_insn_chain): Ditto. Make it static.
23117 (ra_init_live_subregs): Move from ra-conflict.c. Make it static.
23118 Rename to init_live_subregs.
23119 (gate_ira): Remove flag_ira.
23120
23121 * regclass.c: Rename reginfo.c. Change file description.
23122 (FORBIDDEN_INC_DEC_CLASSES): Remove.
dbf9ee15 23123 (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec): Remove.
2af2dbdc
VM
23124 (init_reg_sets_1): Remove code for evaluation of
23125 reg_class_superclasses and losing_caller_save_reg_set.
23126 (init_regs): Remove init_reg_autoinc.
23127 (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
23128 ok_for_base_p_nonstrict): Remove.
bf9b2cc9 23129 (regclass_init): Rename to reginfo_init. Don't initialize init_cost.
2af2dbdc
VM
23130 (pass_regclass_init): Rename to pass_reginfo_init. Modify
23131 corresponding entries.
23132 (dump_regclass, record_operand_costs, scan_one_insn,
23133 init_reg_autoinc, regclass, record_reg_classes, copy_cost,
23134 record_address_regs, auto_inc_dec_reg_p): Remove.
23135 (gt-regclass.h): Rename to gt-reginfo.h.
23136
23137 * rtl.h (dump_global_regs, retry_global_alloc,
bf9b2cc9 23138 build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
2af2dbdc
VM
23139
23140 * Makefile.in (RA_H): Remove.
23141 (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
23142 Rename regclass.o to reginfo.o.
23143 (regclass.o): Rename to reginfo.o. Rename gt-regclass.h to
23144 gt-reginfo.h.
23145 (global.o, local-alloc.o, ra-conflict.o): Remove entries.
23146 (GTFILES): Rename regclass.c to reginfo.c.
23147
23148 * passes.c (init_optimization_passes): Remove pass_local_alloc and
bf9b2cc9 23149 pass_global_alloc. Rename pass_regclass_init to pass_reginfo_init.
2af2dbdc
VM
23150
23151 * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
23152 count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
23153 Remove flag_ira.
6b67572e 23154 (finish_spills): Ditto. Remove code for !flag_ira.
2ba9daa7 23155
c95b2534 231562009-01-29 Kenneth Zadeck <zadeck@naturalbridge.com>
00b251a0
KZ
23157
23158 PR middle-end/35854
23159 * doc/invoke.texi (rtl debug options): Complete rewrite.
23160 * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
23161 to auto_inc_dec".
23162 * mode-switching.c (pass_mode_switching): Rename pass from
23163 "mode-sw" to "mode_sw".
23164 * except.c (pass_convert_to_eh_ranges): Rename pass from
23165 "eh-ranges" to "eh_ranges".
23166 * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
23167 to "subreg1".
2ba9daa7
AS
23168
23169
72a54528
AM
231702009-01-29 Andrey Belevantsev <abel@ispras.ru>
23171 Alexander Monakov <amonakov@ispras.ru>
23172
23173 PR middle-end/38857
23174 * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
23175 register.
23176 (move_exprs_to_boundary): Change return type and pass through
23177 should_move from move_op. Relax assert. Update usage ...
23178 (schedule_expr_on_boundary): ... here. Use should_move instead of
23179 cant_move.
23180 (move_op_orig_expr_found): Indicate that insn was disconnected from
23181 stream.
23182 (code_motion_process_successors): Do not call after_merge_succs
23183 callback if original expression was not found when traversing any of
23184 the branches.
23185 (code_motion_path_driver): Change return type. Update prototype.
23186 (move_op): Update comment. Add a new parameter (should_move). Update
23187 prototype. Set *should_move based on indication provided by
23188 move_op_orig_expr_found.
23189
001b9eb6
PH
231902009-01-28 Pat Haugen <pthaugen@us.ibm.com>
23191
23192 * doc/invoke.texi (avoid-indexed-addresses): Document new option.
23193 * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
23194 * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
23195 * config/rs6000/rs6000.c (rs6000_override_options): Default
23196 avoid-indexed-addresses on for Power6, off for everything else.
23197 (avoiding_indexed_address_p): New function.
23198 (rs6000_legitimize_address): Use it.
23199 (rs6000_legitimate_address): Likewise.
23200 * config/rs6000/rs6000.md (movXX_updateX): Likewise
23201
59dc4898
KH
232022009-01-28 Kazu Hirata <kazu@codesourcery.com>
23203
23204 PR tree-optimization/38997
23205 * tree-loop-distribution.c (generate_memset_zero): Use
23206 POINTER_PLUS_EXPR for a pointer addition.
23207
07da44ab
AK
232082009-01-28 Andreas Krebbel <krebbel1@de.ibm.com>
23209
23210 * config/s390/s390.md (bswap<mode>2): New pattern added.
23211
cdc15d23
WG
232122009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
23213
23214 * config/s390/s390.md (*tls_load_31): Added type attribute.
23215
d46f24b6
WG
232162009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
23217
23218 * config/s390/s390.md: Fix a few comments.
23219
729e750f
WG
232202009-01-28 Wolfgang Gellerich <gellerich@de.ibm.com>
23221
23222 * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
23223 (*tm<mode>_full): Fixed z10prop attribute.
23224 (*tst<mode>_extimm): Fixed z10prop attribute.
23225 (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
23226 (*tstqiCCT_cconly): Fixed z10prop attribute.
23227 (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
23228 (*movsi_larl): Fixed z10prop attribute.
23229 (*movsi_zarch): Fixed z10prop attribute.
23230 (*movsi_eas): Fixed z10prop attribute.
23231 (*movhi): Fixed z10prop attribute.
23232 (*movqi): Fixed z10prop attribute.
23233 (*movstrictqi): Fixed z10prop attribute.
23234 (*mov<mode>): Fixed z10prop attribute.
23235 (*movcc): Fixed z10prop attribute.
23236 (*sethighpartdi_64): Fixed z10prop attribute.
23237 (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
23238 (*negdi2_sign_cc): Fixed z10prop attribute.
23239 (*negdi2_sign): Fixed z10prop attribute.
23240 (*absdi2_sign_cc): Fixed z10prop attribute.
23241 (*absdi2_sign): Fixed z10prop attribute.
23242 (*negabsdi2_sign_cc): Fixed z10prop attribute.
23243 (*negabsdi2_sign): Fixed z10prop attribute.
23244 (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
23245 (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
23246 (doloop_si64): Fixed z10prop attribute.
23247 (doloop_si31): Fixed z10prop attribute.
23248 (doloop_long): Fixed z10prop attribute.
23249 (indirect_jump): Fixed z10prop attribute.
23250 (nop): Fixed z10prop attribute.
23251 (main_base_64): Fixed z10prop attribute.
23252 (reload_base_64): Fixed z10prop attribute.
23253
c7789bfb
JJ
232542009-01-28 Jakub Jelinek <jakub@redhat.com>
23255
23256 PR rtl-optimization/38740
6b67572e
UB
23257 * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling
23258 if !optimize.
c7789bfb
JJ
23259 * config/mips/mips.c (mips_reorg): Likewise.
23260
de081cfd
RG
232612009-01-28 Richard Guenther <rguenther@suse.de>
23262
23263 PR tree-optimization/38926
23264 * tree-ssa-pre.c (add_to_value): Assert we add only expressions
23265 with the correct value id to a value.
23266 (do_regular_insertion): Use the value number of edoubleprime
23267 for the value number of the expr.
23268
23269 Revert
23270 2008-08-21 Richard Guenther <rguenther@suse.de>
bf9b2cc9 23271
d748c406
UB
23272 * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
23273 a PHI ask VN if it is already available.
23274 * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
23275 * tree-ssa-sccvn.c (vn_phi_lookup): Export.
de081cfd 23276
a9d386a1
JJ
232772009-01-28 Jakub Jelinek <jakub@redhat.com>
23278
23279 PR middle-end/38934
23280 * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
23281 set to varying whenever max has TREE_OVERFLOW set, similarly
23282 for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
23283
97a170cd
RG
232842009-01-28 Richard Guenther <rguenther@suse.de>
23285
23286 PR middle-end/38908
23287 * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
23288 uninitialized aggregate uses in call arguments.
23289
89ebafc6
PB
232902009-01-28 Paolo Bonzini <bonzini@gnu.org>
23291
23292 PR tree-optimization/38984
23293 * tree-ssa-structalias.c (get_constraints_for_1): Do not use
23294 the nothing_id variable if -fno-delete-null-pointer-checks.
23295
bef3c57b
UB
232962009-01-28 Uros Bizjak <ubizjak@gmail.com>
23297
23298 PR target/38988
23299 * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
23300 (set_got_offset_rex64): Ditto.
23301
0c6390fa
L
233022009-01-27 H.J. Lu <hongjiu.lu@intel.com>
23303
23304 PR target/38941
23305 * doc/extend.texi: Improve local variable with asm reg.
23306
bee6fa6d
AN
233072009-01-27 Adam Nemet <anemet@caviumnetworks.com>
23308
23309 * c.opt (Wpacked-bitfield-compat): Change init value to -1.
23310 * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
23311 was not supplied then set warn_packed_bitfield_compat to the
23312 default value of 1.
23313 * stor-layout.c (place_field): Check warn_packed_bitfield_compat
23314 against 1.
23315
b5c3dfbb
RG
233162009-01-27 Richard Guenther <rguenther@suse.de>
23317
23318 PR tree-optimization/38503
23319 * cfgexpand.c (expand_gimple_basic_block): Ignore
23320 GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
23321 * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
23322 variables that cannot have TBAA applied.
23323 (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
23324 statements.
23325
d748c406 233262009-01-27 Uros Bizjak <ubizjak@gmail.com>
576de5cb
UB
23327
23328 PR middle-end/38969
23329 * calls.c (initialize_argument_information): Do not wrap complex
23330 arguments in SAVE_EXPR.
23331
9112bb38
AT
233322009-01-26 Andreas Tobler <a.tobler@schweiz.org>
23333
23334 * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
5efb79fc 23335 (INSTALL_LIBGCC): Revert typo commit.
9112bb38 23336
4757704f
RG
233372009-01-26 Richard Guenther <rguenther@suse.de>
23338
23339 PR tree-optimization/38745
23340 * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
23341 from special handling.
23342
e3e6cff4
RG
233432009-01-26 Richard Guenther <rguenther@suse.de>
23344
23345 PR tree-optimization/38745
23346 * tree-ssa.c (execute_update_addresses_taken): Do not include
23347 variables that cannot possibly be a register in not_reg_needs.
23348 Do not clear TREE_ADDRESSABLE on vars that may not become
23349 registers.
23350 * tree-ssa.c (update_alias_info_1): Include those in the set
23351 of addressable vars.
23352
dc874b53
RG
233532009-01-26 Richard Guenther <rguenther@suse.de>
23354
23355 PR middle-end/38851
23356 * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
23357 * tree-ssa-dse.c: Include langhooks.h
23358 (execute_simple_dse): Remove stores with zero size.
23359
849421a3
JJ
233602009-01-24 Jakub Jelinek <jakub@redhat.com>
23361
23362 PR c/38957
23363 * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
23364 as PLUS_EXPR.
23365
82f70421
JB
233662009-01-24 Julian Brown <julian@codesourcery.com>
23367
23368 * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
23369 config/arm/linux-atomic.c.
23370 * config/arm/linux-atomic.c: New.
23371
863412d6
EB
233722009-01-24 Eric Botcazou <ebotcazou@adacore.com>
23373
23374 * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
23375 * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
23376 * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
23377
8c684300
L
233782009-01-24 H.J. Lu <hongjiu.lu@intel.com>
23379
23380 PR c/38938
93f1527a 23381 * c-opts.c (c_common_handle_option): Update warn_pointer_sign
8c684300
L
23382 properly.
23383
b840fb02
SP
233842009-01-24 Sebastian Pop <sebastian.pop@amd.com>
23385
23386 PR tree-optimization/38953
23387 * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
23388 (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
23389 (gloog): Split the exit of the scop when the scop exit is a loop exit.
23390 (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
23391 changed the CFG.
23392
ecee559f
PB
233932009-01-24 Paul Brook <paul@codesourcery.com>
23394
23395 * config/arm/neon.md (neon_type): Move to arm.md.
23396 (neon_mov<VSTRUCT>): Add neon_type attribute.
23397 * config/arm/arm.md (neon_type): Move to here.
23398 (conds): Add "unconditioal" and use as default for NEON insns.
23399
61ad0914
BE
234002009-01-24 Ben Elliston <bje@au.ibm.com>
23401
23402 * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
23403 void *' warning from -Wc++-compat.
23404 * Makefile.in (dominance.o-warn): Remove.
23405
38432148 234062009-01-23 Paolo Bonzini <bonzini@gnu.org>
9bacafeb
PB
23407
23408 PR tree-optimization/38932
23409 * fold-const.c (fold_unary_ignore_overflow): New.
23410 * tree.h (fold_unary_ignore_overflow): Declare.
23411 * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
23412 * tree-ssa-sccvn.c (visit_reference_op_load,
23413 simplify_unary_expression): Likewise.
23414
2cd36c22
AN
234152009-01-22 Adam Nemet <anemet@caviumnetworks.com>
23416
23417 * c-decl.c (finish_struct): Move code to set DECL_PACKED after
23418 DECL_BIT_FIELD is alreay known. Also inherit packed for bitfields
23419 regardless of their type.
23420 * c-common.c (handle_packed_attribute): Don't ignore packed on
23421 bitfields.
23422 * c.opt (Wpacked-bitfield-compat): New warning option.
23423 * stor-layout.c (place_field): Warn if offset of a field changed.
23424 * doc/extend.texi (packed): Mention the ABI change.
23425 * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
23426 (Warning Options): Add it to the list.
23427
e4e624ab
L
234282009-01-22 H.J. Lu <hongjiu.lu@intel.com>
23429
23430 * c-opts.c (c_common_post_options): Fix a typo in comments.
23431
d0ea0759
SE
234322009-01-22 Steve Ellcey <sje@cup.hp.com>
23433
23434 PR middle-end/38615
23435 * gimplify.c (gimplify_init_constructor): Fix promotion of const
23436 variables to static.
23437 * doc/invoke.texi (-fmerge-all-constants): Update description.
23438
87673f84
UB
234392009-01-22 Uros Bizjak <ubizjak@gmail.com>
23440
23441 PR target/38931
23442 * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
23443 (*movdi_1_rex64): Use type "mmx" for alternative 5.
23444
96339268
RE
234452009-01-22 Richard Earnshaw <rearnsha@arm.com>
23446
23447 * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
23448 a word boundary.
23449 (LOCAL_ALIGNMENT): Similarly.
23450
442dc742 234512009-01-22 Mark Shinwell <shinwell@codesourcery.com>
87673f84 23452 Joseph Myers <joseph@codesourcery.com>
442dc742
MS
23453
23454 * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
23455 * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
23456 * config/arm/arm-tune.md: Regenerate.
23457 * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
23458 -march=iwmmxt2.
23459
9b34732e
MS
234602009-01-22 Mark Shinwell <shinwell@codesourcery.com>
23461
23462 * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
23463 version number to five.
23464
03c2a308
DS
234652009-01-22 Dodji Seketeli <dodji@redhat.com>
23466
23467 PR c++/38930
ba20e309 23468 * c-decl.c (clone_underlying_type): Revert PR c++/26693 changes.
03c2a308
DS
23469 * c-common.c (set_underlying_type): Likewise.
23470 (is_typedef_decl ): Likewise
23471 * tree.h: Likewise
23472 (set_underlying_type): Likewise.
23473 (is_typedef_type): Likewise.
23474
1240d76e
VM
234752009-01-21 Vladimir Makarov <vmakarov@redhat.com>
23476
23477 PR middle-end/38587
23478 * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
23479 crossing setjmps.
23480
b8a1087d
DK
234812009-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
23482
23483 PR bootstrap/37660
23484 * config/i386/cygwin.h (SHARED_LIBGCC_SPEC): New helper macro.
23485 (LIBGCC_SPEC): Don't define.
23486 (REAL_LIBGCC_SPEC): Define instead, using SHARED_LIBGCC_SPEC.
23487
435da628
UB
234882009-01-21 Uros Bizjak <ubizjak@gmail.com>
23489
23490 PR rtl-optimization/38879
23491 * alias.c (base_alias_check): Unaligned access via AND address can
23492 alias all surrounding object types except those with sizes equal
23493 or wider than the size of unaligned access.
23494
d597b3ce
DS
234952009-01-21 Dodji Seketeli <dodji@redhat.com>
23496
23497 PR c++/26693
ba20e309 23498 * c-decl.c (clone_underlying_type): Move this ...
d597b3ce 23499 * c-common.c (set_underlying_type): ... here.
435da628 23500 Also, make sure the function properly sets TYPE_STUB_DECL() on
d597b3ce
DS
23501 the newly created typedef variant type.
23502 (is_typedef_decl ): New entry point.
23503 * tree.h: Added a new member member_types_needing_access_check to
23504 struct tree_decl_non_common.
23505 (set_underlying_type): New entry point.
23506 (is_typedef_type): Likewise.
23507
71a6fe66
BM
235082009-01-21 Bingfeng Mei <bmei@broadcom.com>
23509
23510 * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
23511 Check whether two instructions have memory references that
23512 belong to conflicting alias sets. walk_mems_1 and walk_mems_2
23513 are helper functions for traversing.
23514 * alias.h (insn_alias_sets_confilict_p): New prototypes.
23515 * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
23516 not to draw dependency edge for instructions with non-conflicting
23517 alias sets.
23518
5a248274
JM
235192009-01-20 Joseph Myers <joseph@codesourcery.com>
23520
23521 PR other/38758
6b67572e
UB
23522 * longlong.h: Update copyright years. Use soft-fp license notice.
23523 Sync __clz_tab declaration with glibc.
5a248274 23524
4b84f3de
SE
235252009-01-20 Steve Ellcey <sje@cup.hp.com>
23526
23527 PR target/30687
23528 * doc/extend.texi (syscall_linkage): New.
23529 (version_id): Modify.
23530
37348bf1 235312009-01-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
435da628 23532 Richard Guenther <rguenther@suse.de>
37348bf1
AP
23533
23534 PR tree-optimization/38747
23535 PR tree-optimization/38748
23536 * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
23537 conversion if the base address is an indirect reference and the
23538 aliasing sets could cause issues.
23539
d0a58904
SP
235402009-01-20 Sebastian Pop <sebastian.pop@amd.com>
23541
2ba9daa7 23542 * common.opt (fgraphite, fgraphite-identity): Add comment for
d0a58904
SP
23543 explaining why these options are not documented.
23544
71e7afb2
SP
235452009-01-20 Sebastian Pop <sebastian.pop@amd.com>
23546
23547 * graphite.c (stmt_simple_for_scop_p): Also handle cases when
23548 gimple_call_lhs is NULL.
23549
38432148 235502009-01-20 Paolo Bonzini <bonzini@gnu.org>
09efeca1
PB
23551
23552 PR target/38868
23553 * emit-rtl.c (adjust_address_1): Make sure memref is never
23554 overwritten.
23555
cbb8dee3
BE
235562009-01-20 Ben Elliston <bje@au.ibm.com>
23557
23558 * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
435da628 23559 const qualifier from arg parameter. Remove unnecessary cast to char *.
cbb8dee3
BE
23560 * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
23561 const qualifier from arg 2.
23562
72c66596
IS
235632009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
23564
435da628 23565 * config/darwin.h: Add static-libgfortran to LINK_SPEC.
72c66596 23566
f68211cd
VM
235672009-01-19 Vladimir Makarov <vmakarov@redhat.com>
23568
23569 PR c/38869
23570 * rtl.h (reinit_regs): New prototype.
23571 * regclass.c: Include ira.h.
23572 (reinit_regs): New.
23573 * Makefile.in (regclass.o): Add ira.h.
23574 * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
23575
6e4f1168
L
235762009-01-18 H.J. Lu <hongjiu.lu@intel.com>
23577
23578 PR target/38736
23579 * c-common.c (handle_aligned_attribute): Use
23580 ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
23581 default alignment value.
23582
23583 * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
23584
23585 * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
23586 * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
23587
23588 * doc/extend.texi: Update __attribute__ ((aligned)). Document
23589 __BIGGEST_ALIGNMENT__.
23590
23591 * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
23592
890065bf
RG
235932009-01-18 Richard Guenther <rguenther@suse.de>
23594
23595 PR tree-optimization/38819
23596 * tree-flow.h (operation_could_trap_helper_p): Declare.
23597 * tree-eh.c (operation_could_trap_helper_p): Export.
23598 * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
23599 * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
23600 * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
23601 are about to insert a possibly trapping instruction and fail
23602 in this case.
23603
a729d731
AS
236042009-01-18 Andreas Schwab <schwab@suse.de>
23605
23606 * doc/install.texi (Configuration): Remove obsolete paragraph
23607 about use of --with-gnu-ld with --with-gnu-as.
23608
a640c13b
KH
236092009-01-18 Kazu Hirata <kazu@codesourcery.com>
23610
23611 * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
23612 doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
23613 Follow spelling conventions.
23614
dba2cc0c
BE
236152009-01-18 Ben Elliston <bje@au.ibm.com>
23616
23617 * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
23618 C++ warning about implicit conversion from void * to struct
23619 bitmap_head_def *.
23620 (bitmap_obstack_free): Likewise for bitmap_element *.
bc127c63 23621 * Makefile.in (bitmap.o-warn): Remove.
dba2cc0c 23622
2207a498
DK
236232009-01-17 Dave Korn <dave.korn.cygwin@gmail.com>
23624
23625 * Makefile.in (BACKENDLIBS): Reorder to match dependencies.
23626
8137e465
SP
236272009-01-17 Sebastian Pop <sebastian.pop@amd.com>
23628 Tobias Grosser <tobi.grosser@amd.com>
23629
23630 * graphite.c (graphite_trans_scop_block): Do not block single
23631 nested loops.
23632
5be1c58c
AO
236332009-01-16 Alexandre Oliva <aoliva@redhat.com>
23634
23635 * ebitmap.h (ebitmap_iter_init): Initialize all fields.
23636 * ipa-struct-reorg.c (gen_struct_type): Replace known-true
23637 test with assertion.
23638
786ce82d
RG
236392009-01-16 Richard Guenther <rguenther@suse.de>
23640
23641 PR tree-optimization/38835
23642 PR middle-end/36227
23643 * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
23644 and INT + PTR -> (INT)(PTR p+ INT) folding.
23645 * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
23646
c1cb09ad
AN
236472009-01-16 Adam Nemet <anemet@caviumnetworks.com>
23648
23649 PR target/38554
23650 * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
23651 the subreg from a lowpart subreg if it is also casting the value.
23652
bcab4e19
SP
236532009-01-16 Sebastian Pop <sebastian.pop@amd.com>
23654 Tobias Grosser <tobi.grosser@amd.com>
23655
23656 * graphite.c (compare_prefix_loops): New.
23657 (build_scop_canonical_schedules): Rewritten.
23658 (graphite_transform_loops): Move build_scop_canonical_schedules
23659 after build_scop_iteration_domain.
23660
0b040072
SP
236612009-01-16 Sebastian Pop <sebastian.pop@amd.com>
23662 Tobias Grosser <tobi.grosser@amd.com>
23663
2ba9daa7 23664 * graphite.c (add_conditions_to_domain): Add the loops to
0b040072
SP
23665 the dimension of the iteration domain. Do copy the domain
23666 only when it exists.
23667 (build_scop_conditions_1): Do not call add_conditions_to_domain.
23668 (add_conditions_to_constraints): New.
23669 (can_generate_code_stmt, can_generate_code): Removed.
23670 (gloog): Do not call can_generate_code.
23671 (graphite_transform_loops): Call add_conditions_to_constraints
23672 after building the iteration domain.
23673
56c6a499
JJ
236742009-01-16 Jakub Jelinek <jakub@redhat.com>
23675
23676 PR tree-optimization/38789
23677 * tree-ssa-threadedge.c
23678 (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
23679 __builtin_constant_p.
23680
c95b2534 236812009-01-16 Kenneth Zadeck <zadeck@naturalbridge.com>
cd3f1729
KZ
23682
23683 * dce.c (delete_unmarked_insns): Reversed the order that insns are
23684 examined before deleting them.
2ba9daa7 23685
c433cb14
RE
236862009-01-16 Richard Earnshaw <rearnsha@arm.com>
23687
23688 * function.c (aggregate_value_p): Correctly extract the function
23689 type from CALL_EXPR_FN lookup.
23690
c95b2534 236912009-01-16 Hariharan Sandanagobalane <hariharan@picochip.com>
27d62fa4
HS
23692
23693 * config/picochip/picochip.c (picochip_override_options): Revert
23694 CFI asm flag disable commited previously.
23695
c77bb78f
SP
236962009-01-15 Sebastian Pop <sebastian.pop@amd.com>
23697 Tobias Grosser <tobi.grosser@amd.com>
23698 Jan Sjodin <jan.sjodin@amd.com>
23699
23700 * graphite.c (scan_tree_for_params): On substractions negate
23701 all the coefficients of the term.
23702 (clast_to_gcc_expression_red): New. Handle reduction expressions
23703 of more than two operands.
23704 (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
23705 (get_vdef_before_scop): Handle also the case of default definitions.
23706
574af2d6
RS
237072009-01-15 Richard Sandiford <rdsandiford@googlemail.com>
23708
23709 * caller-save.c (add_used_regs_1, add_used_regs): New functions.
23710 (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
23711 Also use them when walking CALL_INSN_FUNCTION_USAGE.
23712
e939805b
L
237132009-01-15 H.J. Lu <hongjiu.lu@intel.com>
23714 Joey Ye <joey.ye@intel.com>
23715
23716 PR middle-end/37843
23717 * cfgexpand.c (expand_stack_alignment): Don't update stack
23718 boundary nor check incoming stack boundary here.
23719 (gimple_expand_cfg): Update stack boundary and check incoming
23720 stack boundary here.
23721
c95b2534 237222009-01-15 Kenneth Zadeck <zadeck@naturalbridge.com>
750900db 23723
435da628 23724 * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
2ba9daa7 23725
0196c95e
JJ
237262009-01-14 Jakub Jelinek <jakub@redhat.com>
23727
23728 PR rtl-optimization/38245
23729 * calls.c (expand_call): Add stack arguments to
23730 CALL_INSN_FUNCTION_USAGE even for pure calls (when
23731 ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
23732 in regs and partially in memory or BLKmode arguments.
23733 (emit_library_call_value_1): Add stack arguments to
23734 CALL_INSN_FUNCTION_USAGE even for pure calls (when
23735 ACCUMULATE_OUTGOING_ARGS).
23736 * dce.c: Include tm_p.h.
23737 (find_call_stack_args): New function.
23738 (deletable_insn_p): Call it for CALL_P insns. Add ARG_STORES
23739 argument.
23740 (mark_insn): Call find_call_stack_args for CALL_Ps.
23741 (prescan_insns_for_dce): Walk insns backwards in bb rather than
23742 forwards. Allocate and free arg_stores bitmap if needed, pass it
23743 down to deletable_insn_p, don't mark stores set in arg_stores
23744 bitmap, clear the bitmap at the beginning of each bb.
23745 * Makefile.in (dce.o): Depend on $(TM_P_H).
23746
6df6bcfa
MM
237472009-01-14 Michael Meissner <gnu@the-meissners.org>
23748
23749 PR target/22599
435da628
UB
23750 * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
23751 to make sure the insn is a conditional test (bug 22599). Reformat a
23752 few long lines.
6df6bcfa 23753
765ec70c
SP
237542009-01-14 Sebastian Pop <sebastian.pop@amd.com>
23755
23756 PR middle-end/38431
23757 * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
23758 (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
23759 (gloog): Do not call cleanup_tree_cfg.
2ba9daa7 23760 (graphite_transform_loops): Call cleanup_tree_cfg after all
765ec70c
SP
23761 scops have been code generated.
23762
7de2b688
BS
237632009-01-14 Basile Starynkevitch <basile@starynkevitch.net>
23764 * doc/gty.texi (Invoking the garbage collector): Added new node
23765 and section documenting ggc_collect.
23766
10bd6c5c
RG
237672009-01-14 Richard Guenther <rguenther@suse.de>
23768
23769 PR tree-optimization/38826
23770 PR middle-end/38477
23771 * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
23772 initialization notes only if we actually emitted a warning.
23773 (intra_create_variable_infos): Add constraints for a result decl
23774 that is passed by hidden reference.
23775 (build_pred_graph): Mark all related variables non-direct on
23776 address-taking.
23777
9c7c70ee
NC
237782009-01-14 Nick Clifton <nickc@redhat.com>
23779
23780 * ira-conflicts.c: Include addresses.h for the definition of
23781 base_reg_class.
435da628
UB
23782 (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
23783 * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
9c7c70ee 23784
cf0c2a60
VM
237852009-01-13 Vladimir Makarov <vmakarov@redhat.com>
23786
23787 PR target/38811
23788 * Makefile.in (ira-lives.o): Add except.h.
23789
23790 * ira-lives.c: Include except.h.
23791 (process_bb_node_lives): Process can_throw_internal.
23792
d3302fd3
JJ
237932009-01-13 Jakub Jelinek <jakub@redhat.com>
23794
23795 PR rtl-optimization/38774
23796 * combine.c (simplify_set): When undoing cc_use change, don't do
23797 PUT_CODE on the newly created comparison, but instead put back the
23798 old comparison.
23799
7ab23fd0
JM
238002009-01-13 Joseph Myers <joseph@codesourcery.com>
23801
23802 * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
23803 values. Remove duplicate arm8 entry.
23804
f9344488
SP
238052009-01-13 Sebastian Pop <sebastian.pop@amd.com>
23806
23807 PR tree-optimization/38786
23808 * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
23809 the SSA_NAME case of expand_scalar_variables_expr.
23810 Set the type of an expression to the type of its assign statement.
23811 (expand_scalar_variables_expr): Also gather the scalar computation
23812 used to index the memory access. Do not pass loop_p.
23813 Fix comment. Stop recursion on tcc_constant or tcc_declaration.
23814 (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
bef3c57b
UB
23815 the gimple_stmt_iterator where it inserts new code.
23816 Do not pass loop_p.
f9344488
SP
23817 (copy_bb_and_scalar_dependences): Do not pass loop_p.
23818 (translate_clast): Update call to copy_bb_and_scalar_dependences.
23819
2d8bb84d
SP
238202009-01-13 Sebastian Pop <sebastian.pop@amd.com>
23821
23822 * graphite.h (debug_value): Removed.
23823 * graphite.c (debug_value): Removed.
23824
ff128632
RE
238252009-01-13 Richard Earnshaw <rearnsha@arm.com>
23826
435da628
UB
23827 * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
23828 ldrd/strd with two 32-bit instructions.
ff128632 23829
d5a0a47b
RE
238302009-01-13 Richard Earnshaw <rearnsha@arm.com>
23831
435da628
UB
23832 * config/arm/arm.c (struct processors): Pass for speed down into
23833 cost helper functions.
d5a0a47b
RE
23834 (const_ok_for_op): Handle COMPARE and inequality nodes.
23835 (arm_rtx_costs_1): Rewrite.
23836 (arm_size_rtx_costs): Update prototype.
23837 (arm_rtx_costs): Pass speed down to helper functions.
23838 (arm_slowmul_rtx_costs): Rework cost calculations.
23839 (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
23840 (arm_9e_rtx_costs): Likewise.
23841
26d5bf5b
UB
238422009-01-13 Uros Bizjak <ubizjak@gmail.com>
23843
23844 * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
435da628 23845 relocations of local symbols wider than UNITS_PER_WORD are not valid.
26d5bf5b
UB
23846 (alpha_legitimize_address): Do not split local symbols wider than
23847 UNITS_PER_WORD into HIGH/LO_SUM parts.
23848
5d14e3d5
DS
238492009-01-13 Danny Smith <dannysmith@users.sourceforge.net>
23850
23851 PR bootstrap/38580
23852 * gcc.c (process_command): Replace call to execvp with calls
23853 to pex_one and exit.
23854
33faafca
AS
238552009-01-03 Anatoly Sokolov <aesok@post.ru>
23856
23857 PR target/29141
23858 * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
23859 * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
23860 variant for devices with 3-byte PC.
ba20e309 23861 (__tablejump_elpm__): New.
33faafca 23862
634b5df5
JJ
238632009-01-12 Jakub Jelinek <jakub@redhat.com>
23864
23865 PR c/32041
23866 * c-parser.c (c_parser_postfix_expression): Allow `->' in
23867 offsetof member-designator, handle it as `[0].'.
23868
2842bb86
JDA
238692009-01-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23870
23871 * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
23872 function when not using named sections on targets with named sections
23873 if branch distance is less than 262132.
23874
76ee70f6
RE
238752009-01-12 Richard Earnshaw <rearnsha@arm.com>
23876
23877 * combine.c (combine_instructions): Recompute
23878 optimize_this_for_speed_p for each BB in the main combine loop.
23879
f56e675d
TB
238802009-01-12 Tomas Bily <tbily@suse.cz>
23881
23882 PR middlend/38385
26d5bf5b
UB
23883 * tree-loop-distribution.c (prop_phis): New function.
23884 (generate_builtin): Call prop_phis.
23885 * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
f56e675d 23886
c2152239
JJ
238872009-01-12 Jakub Jelinek <jakub@redhat.com>
23888
23889 PR tree-optimization/38807
23890 * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
23891 gimple_visited_p unless stmt is GIMPLE_ASSIGN.
23892
0e510b3e
AN
238932009-01-11 Adam Nemet <anemet@caviumnetworks.com>
23894
23895 * expmed.c (store_bit_field_1): Properly truncate the paradoxical
23896 subreg of op0 to the original op0.
23897
c95b2534 238982009-01-11 Laurent GUERBY <laurent@guerby.net>
10270471
LG
23899
23900 * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
2ba9daa7 23901
53a7ff9a
MS
239022009-01-11 Markus Schoepflin <markus.schoepflin@comsoft.de>
23903
23904 PR debug/7055
60839f5d 23905 * mips-tfile.c (parse_def): Fix parsing of def strings
53a7ff9a
MS
23906 starting with digits.
23907
b3a796bc
JJ
239082009-01-10 Jakub Jelinek <jakub@redhat.com>
23909
23910 PR target/38695
23911 * config/arm/arm.c (arm_is_long_call_p): Don't call
23912 arm_function_in_section_p if decl isn't a FUNCTION_DECL.
23913
b21b850e
SB
239142009-01-09 Steven Bosscher <steven@gcc.gnu.org>
23915
23916 * regrename.c (regrename_optimize): Fix dumping.
23917 (find_oldest_value_reg): Preserve REG_POINTER.
23918 (copy_hardreg_forward_1): Likewise.
23919
e0e10d3a
DN
239202009-01-09 Diego Novillo <dnovillo@google.com>
23921
bf9b2cc9 23922 * gimple.h (struct gimple_statement_base) <uid>: Document
e0e10d3a
DN
23923 the restrictions on its use.
23924 (gimple_uid): Tidy.
23925 (gimple_set_uid): Tidy.
23926
c9da2ae8
JJ
239272009-01-09 Jakub Jelinek <jakub@redhat.com>
23928
23929 * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
23930 zero guard even if align_bytes != 0 and count is smaller than
23931 size_needed.
23932
38432148 239332009-01-09 Vladimir Makarov <vmakarov@redhat.com>
a174c19c
VM
23934
23935 PR rtl-optimization/38495
26d5bf5b 23936 * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
a174c19c
VM
23937 (add_range_and_copies_from_move_list): Print all added ranges.
23938 Add ranges to memory optimized destination.
23939
260fda3d
JJ
239402009-01-09 Jakub Jelinek <jakub@redhat.com>
23941
6f6278ad
JJ
23942 PR target/38686
23943 PR target/38708
23944 * config/i386/i386.c (override_options): Reject
23945 -mstringop-strategy=rep_8byte with -m32.
23946 (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
23947 to 1. Do count comparison against epilogue_size_needed at compile
23948 time even when count_exp was constant forced into register. For
23949 size_needed don't jump to epilogue, instead just avoid aligning
23950 and invoke the body algorithm. If need_zero_guard, add zero guard
23951 even if count is non-zero, but smaller than size_needed + number of
23952 bytes that could be stored for alignment.
23953 (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
23954 to 1. If need_zero_guard, add zero guard even if count is non-zero,
23955 but smaller than size_needed + number of bytes that could be stored
23956 for alignment. Compare size_needed with epilogue_size_needed instead
23957 of desired_align - align, don't adjust size_needed, pass
23958 epilogue_size_needed to the epilogue expanders.
23959
260fda3d 23960 PR c/35742
26d5bf5b 23961 * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
260fda3d 23962
67b846fa
JDA
239632009-01-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
23964
23965 * pa.c (last_address): Change to unsigned.
23966 (update_total_code_bytes): Change argument to unsigned. Don't
23967 check if insn addresses are set.
23968 (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
23969 addresses are not set.
23970 (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
23971
91c82473
NC
239722009-01-09 Nick Clifton <nickc@redhat.com>
23973
23974 * config/sh/symbian.c: Replace uses of DECL_INLINE with
23975 DECL_DECLARED_INLINE_P.
23976
4017e262
JJ
239772009-01-09 Jakub Jelinek <jakub@redhat.com>
23978
0a49e5c2
JJ
23979 PR middle-end/38347
23980 * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
23981 GET_MODE (op0) in operand_subword_force calls.
23982
4017e262
JJ
23983 PR middle-end/38771
23984 * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
23985 fold_convert arg0 operands to TREE_TYPE (op0) first.
23986
7cd06356
VM
239872009-01-08 Vladimir Makarov <vmakarov@redhat.com>
23988
23989 * params.def (ira-max-conflict-table-size): Decrease default value
23990 to 1000.
23991
96867bbd
JJ
239922009-01-08 Jakub Jelinek <jakub@redhat.com>
23993
23994 PR tree-optimization/37031
23995 * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
23996 on parameter_set.
23997 (build_access_matrix): Reserve correct size for AM_MATRIX vector,
23998 allocate it using gc instead of heap, use VEC_quick_push instead of
23999 VEC_safe_push.
24000 * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
24001 instead of heap, use VEC_quick_push instead of VEC_safe_push.
24002 * tree-data-ref.h (struct access_matrix): Change matrix to gc
24003 allocated vector from heap allocated.
24004 * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
24005 * tree-loop-linear.c (linear_transform_loops): Allocate nest
24006 vector only after perfect_loop_nest_depth call.
24007
68f61c3d
SP
240082009-01-08 Sebastian Pop <sebastian.pop@amd.com>
24009 Jan Sjodin <jan.sjodin@amd.com>
24010
24011 PR tree-optimization/38559
24012 * graphite.c (debug_value, copy_constraint,
24013 swap_constraint_variables, scale_constraint_variable, ): New.
24014 (get_lower_bound, get_upper_bound): Removed.
24015 (graphite_trans_bb_strip_mine): Clean up this code that works
24016 only for constant number of iterations. Fully copy upper and
24017 lower bound constraints, not only the constant part of them.
24018 * graphite.h (debug_value): Declared.
24019
82567e33
IR
240202009-01-08 Ira Rosen <irar@il.ibm.com>
24021
24022 PR tree-optimization/37194
24023 * tree-vect-transform.c (vect_estimate_min_profitable_iters):
2ba9daa7 24024 Don't add the cost of cost model guard in prologue to scalar
82567e33
IR
24025 outside cost in case of known number of iterations.
24026
7da13f1d
NF
240272009-01-07 Nathan Froyd <froydnj@codesourcery.com>
24028 Alan Modra <amodra@bigpond.net.au>
24029
24030 * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
24031 non-word-aligned REG+CONST addressing.
24032
c0f64575
UB
240332009-01-07 Uros Bizjak <ubizjak@gmail.com>
24034
24035 PR target/38706
24036 * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
24037 free_after_compilation when outputting a thunk.
24038 (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
24039 Do not call free_after_compilation here.
24040
301b6a4e
UB
240412009-01-07 Uros Bizjak <ubizjak@gmail.com>
24042
24043 * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
301b6a4e
UB
24044 (ix86_valid_target_attribute_inner_p): Ditto.
24045
6a114766
JS
240462009-01-07 Jan Sjodin <jan.sjodin@amd.com>
24047
24048 PR tree-optimization/38492
24049 PR tree-optimization/38498
24050 * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
24051 * tree-chrec.h (scev_is_linear_expression): Declared.
24052 * graphite.c (graphite_cannot_represent_loop_niter): New.
24053 (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
24054 (graphite_loop_normal_form): Use gcc_assert.
24055 (scan_tree_for_params): Use CASE_CONVERT.
24056 (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
24057 (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
24058 Use gcc_assert. Discard scops that contain unhandled cases.
24059 (build_scop_conditions): Return a boolean status for unhandled cases.
24060 (strip_mine_profitable_p): Print the loop number, not its depth.
24061 (is_interchange_valid): Pass the depth of the loop nest, don't
24062 recompute it wrongly.
24063 (graphite_trans_bb_block): Same.
24064 (graphite_trans_bb_block): Print tentative of loop blocking.
24065 (graphite_trans_scop_block): Do not print that the loop has been
24066 blocked.
24067 (graphite_transform_loops): Do not handle scops that contain condition
24068 scalar phi nodes.
24069
65b82caa
L
240702009-01-07 H.J. Lu <hongjiu.lu@intel.com>
24071
24072 AVX Programming Reference (December, 2008)
24073 * config/i386/avxintrin.h (_mm256_stream_si256): New.
24074 (_mm256_stream_pd): Likewise.
24075 (_mm256_stream_ps): Likewise.
24076
24077 * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
24078 IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
24079 (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
24080 (bdesc_special_args): Add __builtin_ia32_movntdq256,
24081 __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
24082 (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
24083 (ix86_expand_special_args_builtin): Likewise.
24084
24085 * config/i386/sse.md (AVXMODEDI): New.
24086 (avx_movnt<mode>): Likewise.
24087 (avx_movnt<mode>): Likewise.
24088 (<sse>_movnt<mode>): Remove AVX support.
24089 (sse2_movntv2di): Likewise.
24090
cef158f9
RG
240912009-01-07 Richard Guenther <rguenther@suse.de>
24092
24093 PR middle-end/38751
24094 * fold-const.c (extract_muldiv): Remove obsolete comment.
24095 (fold_plusminus_mult_expr): Undo MINUS_EXPR
24096 to PLUS_EXPR canonicalization for the canonicalization.
24097
246cb5be
GP
240982009-01-07 Gerald Pfeifer <gerald@pfeifer.com>
24099
24100 * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
24101 hosted cross-compilers generating less efficient code.
24102
84b9b872
RS
241032009-01-06 Richard Sandiford <rdsandiford@googlemail.com>
24104
24105 * function.h (rtl_data): Add a dbr_scheduled_p field.
24106 * reorg.c (dbr_schedule): Set it.
24107 (gate_handle_delay_slots): Check it.
24108 * config/mips/mips.c (mips_base_delayed_branch): Delete.
24109 (mips_reorg): Check flag_delayed_branch instead of
24110 mips_base_delayed_branch.
24111 (mips_override_options): Don't set mips_base_delayed_branch
24112 or flag_delayed_branch.
24113
ace984c8
RS
241142009-01-06 Richard Sandiford <rdsandiford@googlemail.com>
24115
24116 PR rtl-optimization/38426.
24117 * ira.c (ira): Set current_function_is_leaf earlier.
24118
7ad7809b
JJ
241192009-01-06 Jakub Jelinek <jakub@redhat.com>
24120
24121 PR rtl-optimization/38722
24122 * combine.c (try_combine): Don't modify PATTERN (i3) and notes
24123 too early, only set a flag and modify after last possible
24124 undo_all point.
24125
c52ec948
JJ
241262009-01-06 Janis Johnson <janis187@us.ibm.com>
24127
24128 PR c/34252
24129 * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
24130 * real.c (decimal_single_format): Correct values of emin and emax.
24131 (decimal_double_format): Ditto.
24132 (decimal_quad_format): Ditto.
24133 * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
24134 computation of DECnn_MIN and DECnn_MAX for corrected values of
24135 emin and emax. Define __DECnn_SUBNORMAL_MIN__ instead of
24136 __DECnn_MIN__, and adjust its computation for the corrected value
24137 of emin.
24138
300240e1
JH
241392009-01-06 Jan Hubicka <jh@suse.cz>
24140
24141 PR target/38744
435da628 24142 * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
300240e1 24143
271c069e
GP
241442009-01-06 Gerald Pfeifer <gerald@pfeifer.com>
24145
24146 * doc/contrib.texi (Contributors): Slightly adjust the end note.
24147 Add Robert Clark to the list of testers.
24148
64e4c301 241492009-01-06 Jan Hubicka <jh@suse.cz>
c95b2534 24150 Kai Tietz <kai.tietz@onevision.com>
64e4c301 24151
435da628
UB
24152 * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
24153 * config/i386/i386.c (ix86_expand_call): Add clobbers.
64e4c301 24154
7650b83e 241552009-01-06 Jan Hubicka <jh@suse.cz>
c95b2534 24156 Kai Tietz <kai.tietz@onevision.com>
7650b83e 24157
435da628
UB
24158 * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
24159 for w64 ABI.
24160 * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
7650b83e
JH
24161 (ix86_nsaved_regs): Count only general purpose regs.
24162 (ix86_nsaved_sseregs): New.
24163 (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
24164 to 16 for w64; compute padding and size of sse reg save area.
301b6a4e
UB
24165 (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
24166 general purpose regs.
7650b83e
JH
24167 (ix86_emit_save_sse_regs_using_mov): New.
24168 (ix86_expand_prologue): Save SSE regs if needed.
24169 (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
24170 (ix86_emit_restore_sse_regs_using_mov): New.
24171 (ix86_expand_epilogue): Save SSE regs if needed.
24172
9aa5c1b2 241732009-01-06 Jan Hubicka <jh@suse.cz>
c95b2534 24174 Kai Tietz <kai.tietz@onevision.com>
9aa5c1b2 24175
435da628
UB
24176 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
24177 * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
24178 functions when accumulate outgoing args is off.
9aa5c1b2 24179
f7556aae
L
241802009-01-06 H.J. Lu <hongjiu.lu@intel.com>
24181
24182 PR bootstrap/38742
24183 * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
24184 before using pseudos_have_intersected_live_ranges_p.
24185
24186 * ira-int.h (ira_assert): Always define.
24187
e47b7d04
L
241882009-01-06 H.J. Lu <hongjiu.lu@intel.com>
24189
24190 AVX Programming Reference (December, 2008)
24191 * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
24192 (_mm256_permute2_pd): Likewise.
24193 (_mm_permute2_ps): Likewise.
24194 (_mm256_permute2_ps): Likewise.
24195 * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
24196 * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
24197
24198 * config/i386/i386.c (ix86_builtins): Remove
24199 IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
24200 IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
24201 (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
24202 V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
24203 and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
24204 (bdesc_args): Remove __builtin_ia32_vpermil2pd,
24205 __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
24206 __builtin_ia32_vpermil2ps256.
24207 (ix86_init_mmx_sse_builtins): Updated.
24208 (ix86_expand_args_builtin): Likewise.
24209
44b86471
JDA
242102009-01-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
24211
e47b7d04
L
24212 * pa.c (output_call): Relocate non-jump insns in the delay slot of
24213 long absolute calls when generating PA 2.0 code.
44b86471 24214
311aab06
VM
242152009-01-05 Vladimir Makarov <vmakarov@redhat.com>
24216
24217 PR rtl-optimization/38583
24218 * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
24219
24220 * params.def (ira-max-conflict-table-size): New.
24221
24222 * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
2ba9daa7 24223
311aab06 24224 * ira.h (ira_conflicts_p): New external definition.
2ba9daa7 24225
311aab06
VM
24226 * ira-conflicts.c (build_conflict_bit_table): Do not build too big
24227 table. Report this. Return result of building.
24228 (ira_build_conflicts): Use ira_conflicts_p. Check result of
24229 building conflict table.
24230
301b6a4e 24231 * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
311aab06 24232 (ira_color): Use ira_conflicts_p.
2ba9daa7 24233
311aab06
VM
24234 * global.c: Include ira.h.
24235 (pseudo_for_reload_consideration_p, build_insn_chain): Use
24236 ira_conflicts_p.
24237
24238 * Makefile.in (global.o): Add ira.h.
2ba9daa7 24239
311aab06
VM
24240 * ira-build.c (mark_all_loops_for_removal,
24241 propagate_some_info_from_allocno): New.
24242 (remove_unnecessary_allocnos): Call
24243 propagate_some_info_from_allocno.
24244 (remove_low_level_allocnos): New.
24245 (remove_unnecessary_regions): Add parameter. Call
24246 mark_all_loops_for_removal and remove_low_level_allocnos. Pass
24247 parameter to remove_unnecessary_regions.
24248 (ira_build): Remove all regions but root if the conflict table was
24249 not built. Update conflict hard regs for allocnos crossing calls.
24250
24251 * ira.c (ira_conflicts_p): New global.
24252 (ira): Define and use ira_conflicts_p.
24253
24254 * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
24255 count_spilled_pseudo, find_reg, alter_reg, finish_spills,
301b6a4e 24256 emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
2ba9daa7 24257
5641785f
BE
242582009-01-06 Ben Elliston <bje@au.ibm.com>
24259
24260 * gengtype-lex.l (YY_NO_INPUT): Define.
24261
e4e5261f
AP
242622009-01-05 Andrew Pinski <andrew_pinski@playstation.sony.com>
24263
24264 PR c/34911
5641785f
BE
24265 * c-common.c (handle_vector_size_attribute): Also reject
24266 BOOLEAN_TYPE types.
e4e5261f 24267
7b10257f
SP
242682009-01-05 Sebastian Pop <sebastian.pop@amd.com>
24269
24270 PR tree-optimization/38492
24271 * graphite.c (rename_map_elt, debug_rename_elt,
301b6a4e
UB
24272 debug_rename_map_1, debug_rename_map, new_rename_map_elt,
24273 rename_map_elt_info, eq_rename_map_elts,
24274 get_new_name_from_old_name, bb_in_sese_p): Moved around.
7b10257f
SP
24275 (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
24276 (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
24277 (sese_build_livein_liveouts): New.
24278 (new_sese, free_sese): New.
24279 (new_scop): Call new_sese.
24280 (free_scop): Call free_sese.
24281 (rename_variables_from_edge, rename_phis_end_scop): Removed.
24282 (register_old_new_names): Renamed register_old_and_new_names.
24283 (register_scop_liveout_renames, add_loop_exit_phis,
24284 insert_loop_close_phis, struct igp,
24285 default_liveout_before_guard, add_guard_exit_phis,
24286 insert_guard_phis, copy_renames): New.
24287 (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
24288 (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
24289 (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
24290 (scop_adjust_phis_for_liveouts): New.
24291 (gloog): Call scop_adjust_phis_for_liveouts.
24292
24293 * graphite.h (struct sese): Documented. Added fields liveout,
301b6a4e 24294 num_ver and livein.
7b10257f
SP
24295 (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
24296 (new_sese, free_sese, sese_build_livein_liveouts): Declared.
24297 (struct scop): Added field liveout_renames.
24298 (SCOP_LIVEOUT_RENAMES): New.
24299
9761fcc7
HJ
243002009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
24301
24302 PR tree-optimization/38510
24303 * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
24304 (translate_clast): Call recompute_all_dominators before
24305 graphite_verify.
24306 (gloog): Call recompute_all_dominators before graphite_verify.
24307
243082009-01-05 Harsha Jagasia <harsha.jagasia@amd.com>
c95b2534 24309 Jan Sjodin <jan.sjodin@amd.com>
9761fcc7
HJ
24310
24311 PR tree-optimization/38500
24312 * graphite.c (create_sese_edges): Call fix_loop_structure after
24313 splitting blocks.
24314
c95b2534 243152009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
48a01864
JS
24316
24317 * config.gcc: Add m32r*-*-rtems*.
24318 * config/m32r/rtems.h: New file.
24319
fc0cd180
BE
243202009-01-05 Ben Elliston <bje@au.ibm.com>
24321
24322 * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
24323 (.po.pox): Likewise.
24324 (po/gcc.pot): Likewise.
24325
3106d8e5
DM
243262009-01-04 David S. Miller <davem@davemloft.net>
24327
24328 * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
24329 (STARTING_FRAME_OFFSET): Always set to zero.
24330
0009b473
RS
243312009-01-04 Richard Sandiford <rdsandiford@googlemail.com>
24332
24333 * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
24334 * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
24335 fixed-point types, and vectors of the same.
24336
4f24c6d6
RS
243372009-01-04 Richard Sandiford <rdsandiford@googlemail.com>
24338
24339 * config/mips/sync.md (*mb_barrier): Rename to...
24340 (*memory_barrier): ...this.
24341
1df48f5c
JW
243422009-01-04 Jonathan Wakely <jwakely.gcc@gmail.com>
24343
24344 * doc/extend.texi (Function Attributes): Move @cindex after @item
eefe5da0 24345 for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
1df48f5c
JW
24346 and put in alphabetical order. Fix 'target' name and put in order.
24347 * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
24348 typos.
24349
1a8c13b3
UB
243502009-01-04 Uros Bizjak <ubizjak@gmail.com>
24351
24352 * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
24353 (memory_barrier): Expand as unspec instead of unspec_volatile.
24354 Remove mem:BLK from insn operands. Use Pmode scratch register.
24355 (*memory_barrier): Define as unspec instead of unspec_volatile.
24356 Use (match_dup 0) as input operand.
24357
24358 * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
24359 * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
24360 unspec_volatile. Remove mem:BLK from insn operands. Use Pmode
24361 scratch register. Remove operand 1.
24362 (*stbar): Define as unspec instead of unspec_volatile.
24363 Use (match_dup 0) as input operand, remove (const_int 8).
24364 (*membar): Define as unspec instead of unspec_volatile.
24365 Use (match_dup 0) as input operand, remove input operand 2.
24366
24367 * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
24368 (memory_barrier): Expand as unspec instead of unspec_volatile.
24369 Remove mem:BLK from insn operands. Use Pmode scratch register.
24370 (*memory_barrier): Define as unspec instead of unspec_volatile.
24371 Use (match_dup 0) as input operand.
24372
24373 * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
24374 Remove mem:BLK from insn operands. Use Pmode scratch register.
24375 Set volatile flag on operand 0.
24376 (*memory_barrier): New insn pattern.
24377
24378 * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
24379 insn operands.
24380 (*memory_barrier): Use (match_dup 0) as input operand.
24381
24382 * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
24383 Remove mem:BLK from insn operands. Use Pmode scratch register.
24384 Set volatile flag on operand 0.
301b6a4e 24385 (*mb_internal): New insn pattern.
1a8c13b3
UB
24386
24387 * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
24388
fb0703f7
SB
243892009-01-04 Steven Bosscher <steven@gcc.gnu.org>
24390
24391 PR middle-end/38586
24392 * function.c (struct temp_slot): Move to the section of the file
24393 that deals with temp slots. Remove field 'address'.
24394 (temp_slot_address_table): New hash table of address -> temp slot.
24395 (struct temp_slot_address_entry): New struct, items for the table.
24396 (temp_slot_address_compute_hash, temp_slot_address_hash,
24397 temp_slot_address_eq, insert_temp_slot_address): Support functions
24398 for the new table.
24399 (find_temp_slot_from_address): Rewrite to use the new hash table.
24400 (remove_unused_temp_slot_addresses): Remove addresses of temp
24401 slots that have been made available.
24402 (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
24403 worker function for remove_unused_temp_slot_addresses.
24404 (assign_stack_temp_for_type): Don't clear the temp slot address list.
24405 Add the temp slot address to the address -> temp slot map.
24406 (update_temp_slot_address): Update via insert_temp_slot_address.
24407 (free_temp_slots): Call remove_unused_temp_slot_addresses.
24408 (pop_temp_slots): Likewise.
24409 (init_temp_slots): Allocate the address -> temp slot map, or empty
24410 the map if it is already allocated.
24411 (prepare_function_start): Initialize temp slot processing.
24412
b5a430f3
SB
244132009-01-04 Steven Bosscher <steven@gcc.gnu.org>
24414
24415 PR middle-end/38584
24416 * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
24417 Calculate the size of all stack vars assuming no packing of stack
24418 vars will happen, replacing a quadratic algorithm with a linear one.
24419
5d560619
JJ
244202009-01-03 Jakub Jelinek <jakub@redhat.com>
24421
24422 PR target/38707
24423 * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
24424 can't be used.
24425
953a7caa
DN
244262009-01-03 Diego Novillo <dnovillo@google.com>
24427
24428 * doc/contrib.texi: Update contributions.
24429
5f26a230
JJ
244302009-01-03 Jakub Jelinek <jakub@redhat.com>
24431
493aa551
JJ
24432 PR c++/38705
24433 * builtins.c (fold_builtin_memory_op): Give up if either operand
24434 is volatile. Set srctype or desttype to non-qualified version
24435 of the other type.
24436
5f26a230
JJ
24437 PR c/38700
24438 * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
24439 and FUNCTION_DECLs.
24440
c95b2534 244412009-01-02 Kenneth Zadeck <zadeck@naturalbridge.com>
fafe34f9
KZ
24442
24443 PR rtl-optimization/35805
24444 * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
24445 problem if fast dce is able to remove any instructions.
24446 * dce.c (dce_process_block): Fix dump message.
2ba9daa7 24447
0b355794
MM
244482009-01-02 Mark Mitchell <mark@codesourcery.com>
24449
24450 PR 33649
24451 * tree-ssa-pre.c (compute_antic): Correct loop bounds.
24452
0cf0d02b
JJ
244532009-01-02 Jakub Jelinek <jakub@redhat.com>
24454
24455 PR middle-end/38690
24456 * tree-flow.h (op_code_prio, op_prio): New prototypes.
24457 * tree-pretty-print.c (op_code_prio): New function.
24458 (op_prio): No longer static. Use op_code_prio.
24459 * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
24460 Use op_prio and op_code_prio to determine if () should be
24461 printed around operand(s) or not.
24462
24463 * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
24464 dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
24465 dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
24466 dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
24467 pp_character instead of pp_string for single letter printing.
24468
e3606f3b
RS
244692009-01-02 Richard Sandiford <rdsandiford@googlemail.com>
24470
24471 * doc/extend.texi: Fix '#pragma GCC option' typo.
24472
c95b2534 244732009-01-02 Richard Guenther <rguenther@suse.de>
00f39bd5 24474
a5f061dc
RG
24475 * doc/install.texi (--enable-checking): Mention different
24476 default for stage1.
24477 (--enable-stage1-checking): Document.
00f39bd5 24478
26de0bcb
AP
244792009-01-01 Andrew Pinski <pinskia@gmail.com>
24480
24481 PR middle-end/30142
24482 * tree-cfg.c (verify_expr): Add INDIRECT_REF case. Change MODIFY_EXPR
24483 case to be an error.
24484
7a7d8fab
BE
244852009-01-02 Ben Elliston <bje@au.ibm.com>
24486
24487 * config/fp-bit.h (pack_d): Constify argument.
24488 * config/fp-bit.c (makenan): Constify return type. Remove casts.
24489 (isnan): Constify argument.
24490 (isinf): Likewise.
24491 (iszero): Likewise.
24492 (pack_d): Likewise.
24493 (_fpadd_parts): Constify return type.
24494 (_fpmul_parts): Likewise.
24495 (_fpdiv_parts): Likewise.
24496
b295aee2
JJ
244972009-01-01 Jakub Jelinek <jakub@redhat.com>
24498
24499 PR c/36489
24500 * c-typeck.c (add_pending_init): Add IMPLICIT argument. Only
24501 warn about overwriting initializer with side-effects or
24502 -Woverride-init if !IMPLICIT.
24503 (output_init_element): Likewise. Pass IMPLICIT down to
24504 add_pending_init.
24505 (process_init_element): Add IMPLICIT argument. Pass it down
24506 to output_init_element.
24507 (push_init_element, pop_init_level, set_designator): Adjust
24508 process_init_element callers.
24509 (set_nonincremental_init, set_nonincremental_init_from_string):
24510 Adjust add_pending_init callers.
24511 (output_pending_init_elements): Adjust output_init_element callers.
24512 * c-tree.h (process_init_element): Adjust prototype.
24513 * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
24514 process_init_element callers.
ad41bd84
JM
24515
24516\f
24517Copyright (C) 2009 Free Software Foundation, Inc.
24518
24519Copying and distribution of this file, with or without modification,
24520are permitted in any medium without royalty provided the copyright
24521notice and this notice are preserved.